@charset "UTF-8";
/* CSS Document */
#calendar{width:100%;}
#date_table_box{width: 100%;margin: 0 auto;}
ul#date_table{width: 100%;}
ul#date_table li.head {
	width: 48px;
	height: 26px;
	font-size: 12px;
	display: inline-block;
	text-align: center;
}
ul#date_table li{text-align: center;display: inline-block;width: 14.28%!important;height: 48px;vertical-align: top;
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background: -moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background: -webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background: -o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background: -ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color: #ffffff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #920783;
	cursor: pointer;
	color: #000;
	font-size: 11px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
}
ul#date_table li.on{
	-moz-box-shadow: inset 0px 1px 0px 0px #b2f0b6;
	-webkit-box-shadow: inset 0px 1px 0px 0px #b2f0b6;
	box-shadow: inset 0px 1px 0px 0px #b2f0b6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00ff09), color-stop(1, #bdffd1));
	background: -moz-linear-gradient(top, #00ff09 5%, #bdffd1 100%);
	background: -webkit-linear-gradient(top, #00ff09 5%, #bdffd1 100%);
	background: -o-linear-gradient(top, #00ff09 5%, #bdffd1 100%);
	background: -ms-linear-gradient(top, #00ff09 5%, #bdffd1 100%);
	background: linear-gradient(to bottom, #00ff09 5%, #bdffd1 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ff09', endColorstr='#bdffd1',GradientType=0);
	background-color: #00ff09;
	color: #ffffff;
	text-shadow: 0px 1px 0px #2eab47;
}
ul#date_table li p{
	color: #08c744;
}
ul#date_table li.hrf p{
	color: orange;
}
ul#date_table li.not p{
	font-weight: bold;color: #ff0000;
}
ul#date_table li.on p{
	color: #fff;
}
ul#date_table li a{display:block;height:48px;line-height:48px;color: #920783;}
ul#date_table li span{}
ul#date_table li.aki{}
ul#date_table li.not{}
ul#date_table li.blk{
	background: #eee;
	-moz-box-shadow: inset 0px 1px 0px 0px #eeeeee;
	-webkit-box-shadow: inset 0px 1px 0px 0px #eeeeee;
	box-shadow: inset 0px 1px 0px 0px #eeeeee;
}
ul#date_table li.blk p{
	color: #ccc;
}
ul#date_table li.blk:hover{
	background: #eee;
}
ul#date_table li:hover {
    background: #920783;
}
ul#date_table li a:hover {
    color: #fff;
}
div#reserve_form{
	width:820px;
	margin:0 auto;
}
div#reserve_date{
	font-size:150%;
	margin:0 0 20px 0;
}
div#_reserve_date{
	margin:0 0 10px 0;
	padding:0.5em;
	background:#000;
	color:#fff;
	text-align:center;
}
div#_left{
	display:inline-block;
	margin:0 20px 0 0;
	width:400px;
	height:450px;
	overflow:auto;
	vertical-align:top;
	border:solid 1px #ccc;
}
div#_right{
	display:inline-block;
	margin:0;
	padding:20px;
	width:400px;
	vertical-align:top;
	border:solid 1px #ccc;
}
div#_all{
	width:820px;
	margin:0 auto;
}
#_all label{
	display:block;
	font-weight:bold;
	font-size:14px;
	margin:0;
	padding:0.5em 1em;
	background:#faedf6;
	border-bottom:solid 1px #c70c8c;
}
#_all p{
	margin:1em 0;
	padding:0.5em 1em;
	background:#fff;
	font-size:14px;
	line-height:1.75em;
}

ul#time_table{width: 336px;margin:10px auto 0 auto;}
ul#time_table li.on{
	-moz-box-shadow: inset 0px 1px 0px 0px #b2f0b6;
	-webkit-box-shadow: inset 0px 1px 0px 0px #b2f0b6;
	box-shadow: inset 0px 1px 0px 0px #b2f0b6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00ff09), color-stop(1, #bdffd1));
	background: -moz-linear-gradient(top, #00ff09 5%, #bdffd1 100%);
	background: -webkit-linear-gradient(top, #00ff09 5%, #bdffd1 100%);
	background: -o-linear-gradient(top, #00ff09 5%, #bdffd1 100%);
	background: -ms-linear-gradient(top, #00ff09 5%, #bdffd1 100%);
	background: linear-gradient(to bottom, #00ff09 5%, #bdffd1 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ff09', endColorstr='#bdffd1',GradientType=0);
	background-color: #00ff09;
	color: #ffffff;
	text-shadow: 0px 1px 0px #2eab47;
}
ul#time_table li.hide{
	background:#ccc;
	color:#999;
}
ul#time_table li{
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background: -moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background: -webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background: -o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background: -ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color: #ffffff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	cursor: pointer;
	color: #08c744;
	font-size: 11px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
	text-align: center;
	display: inline-block;
	width: 48px;
	height: 48px;
	vertical-align: top;
}
ul#time_table li:nth-child(7n+1){
	cursor: default;border: none;background: #fff;font-size: 20px;font-weight: bold;line-height: 48px;color: #000;
}
ul#time_table li p{
	margin-top: 6px;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}
ul#time_table li.not p{
	margin-top: 0;
	font-size: 16px;
	line-height: 48px;
	color: #ff0000;
}
ul#time_table li.imp{
	color: #ff0000;
	cursor:default;
}
ul#time_table li.imp p{
	font-size: 24px;
}
ul#time_table li span{}
ul#time_table li.aki{}
ul#time_table li.not{}
@media screen and (max-width:600px){
	div#reserve_form{
		width:100%;
		margin:0;
	}
	div#_left{
		display:block;
		width:100%;
		height:auto;
		margin:0 0 20px 0;
		padding:20px;
		overflow:visible;
	}
	div#_right{
		display:block;
		width:100%;
		margin:0;
		padding:20px;
	}
	div#_all{
		width:100%;
		margin:0;
	}
}
@media screen and (max-width: 480px) {
	div#reserve_form{
		width:100%;
		margin:0;
	}
	div#_left{
		display:block;
		width:100%;
		height:auto;
		margin:0 0 20px 0;
		padding:20px;
		overflow:visible;
	}
	div#_right{
		display:block;
		width:100%;
		margin:0;
		padding:20px;
	}
	div#_all{
		width:100%;
		margin:0;
	}
}
#staff_data{
	margin:0 0 10px 0;
}
img.simg{
	margin-right:10px;
	width: 50px;
	height: 50px;
	object-fit: cover;
}
span.simg{
	margin-right:10px;
	display:inline-block;
	width: 50px;
	height: 50px;
	line-height:50px;
	border:solid 1px #ccc;
	background:#eee;
	color:#bbb;
	font-size:8px;
	text-align:center;
}
.myBtn {
	width: 100%;
	height: 3em!important;
	line-height: 3em!important;
	margin-top:1em!important;
	margin-left: 0!important;
	padding:0!important;
}
form label.chklabel {
	width:12em;
}
#_menu_id{width:100%;}
input[type="text"],
input[type="email"],
input[type="tel"],
#_menu_id {
	width: 100%;
	padding: 0.5em 0.25em;
}
#_comment {
	width: 100%;
	padding: 0.5em 0.25em;
	height: 5em;
}
