@charset "utf-8";
/* CSS Document */

#gNavi{
	border: none;
}
#gNavi ul{
	display: none;
}

.contentWrap{
	width: 760px;
	margin: auto;
	overflow: hidden;
}
.contentWrap .calendarArea01{
	float: left;
	width: 440px;
}
#daySchedule{
	float: right;
	width: 280px;
}
#daySchedule h2{
	background: #000;
	color: #fff;
	text-align:center;
	font-weight: normal;
	font-size: 18px;
	padding:0px;
	margin:0px;
}
#daySchedule .scrollArea{
	overflow-y: scroll; 
	overflow-x: hidden;
	border: 1px solid #d2d2d2;
	border-top: none;
}
#daySchedule dl{
	padding:0px;
	margin:0px;
	overflow: hidden;
	font-size: 18px;
	width: 266px;
	box-sizing:border-box;
}
#daySchedule dt{
	padding: 4px;
	margin:0px;
	float: left;
	width: 60%;
	border-right: 1px solid #dcdcdc;
	font-weight: normal;
	text-align: center;
	box-sizing:border-box;
}
#daySchedule dd{
	padding: 4px;
	margin:0px;
	float:left;
	width: 40%;
	text-align: center;
	box-sizing:border-box;
}
#daySchedule dt:nth-of-type(odd),
#daySchedule dd:nth-of-type(odd){
	background: #eeeeee;
}
#daySchedule .ok a{
	color:#3f6fd6;
}
#daySchedule .little a{
	color:#ca3030;
}
#daySchedule .no{
	color:#888888;
}
#btnArea{
	margin: 40px 0;
	padding-bottom: 30px;
}
#btnArea li{
	margin: auto;
	margin-bottom: 1em;
	width: 286px;
}
#btnArea label{
	display: block;
	background: #313131;
	color: #fff;
	text-align:center;
	position:relative;
	border-radius: 5px;
	padding: 8px;
	cursor: pointer;
}
#btnArea [type="checkbox"]{
	position:absolute;
	border: none;
	top: 11px;
	left: 11px;
}
#btnArea ul{
	margin-bottom: 60px;
}
.btn_specs03{
	margin: auto;
	width: 174px;
}
main{
	position:relative;
}
#messageBox{
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom: -140px;
	left:0;
	width: 100%;
	padding: 20px 20px 0px 20px;
}
#messageBox textarea{
	display: block;
	width:640px;
	margin:auto;
}
#messageBox .btn_specs03{
	margin: 30px auto;
	width: 174px;
	border: none;
}
#contents{
	padding-bottom: 140px;
}



/* mCustomScrollbar
------------------------------------ */
.mCSB_inside > .mCSB_container {
    margin-right: 16px;
}
.mCSB_scrollTools .mCSB_draggerRail {
	border-left: 1px solid #d2d2d2;
}
.mCSB_scrollTools .mCSB_draggerContainer{
	right: -1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.70);
    border-radius: 0;
    width: 12px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
    background-color: rgba(0, 0, 0, 0.70);
    border-radius: 0;
    width: 12px;
}

/* --------------------------------- */

@media screen and (max-width: 767px){
.contentWrap{
	width: 100%;
}
.contentWrap .calendarArea01{
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
#daySchedule{
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
#daySchedule dl{
	width: 100%;
}
#daySchedule dt{
	width: 60%;
}
#daySchedule dd{
	width: 40%;
}

#contents{
	padding-bottom:0;
}
#messageBox textarea{
	max-width: 90%;
}
#messageBox{
	bottom: -180px;
}
}

.required_option {
	color:white;
	background-color:red;
	border-radius:0.5em;
	padding:0.1em 0.5em;
	margin-left:0.3em;
	font-size:85%;
}

#comment .reserveBtn a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #313131;
	background-color: #757575;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 12px;
	border-radius: 20px;
	border-bottom: 4px solid #545454;
	margin: 0px 5px 5px 5px;
}