@charset "utf-8";



/*-----------------------------
	mnav
------------------------------*/

#mnav{
	background:url(../common/images/mnav-bg2.jpg) no-repeat top center #fff;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-ms-background-size:100% auto;
	-o-background-size:100% auto;
}
#mnav-inner{
	background:url(images/mnav-bg.png) repeat-x bottom center;
}
#mnav #mnav-wrap{
	background:url(../common/images/mnav-ct1.png) no-repeat left top;
}
#mnav #mnav-wrap2{
	min-height:357px;
	padding:25px 0 35px;
	background:url(../common/../common/images/mnav-ct2.png) no-repeat right top;
}
#mnav #mnav-wrap2 div.form-inner{
	padding-top:15px;
	max-width:960px;
	margin:0 auto;
	color: #5b544d;
}
.facility h2{
	font-size:30px;
	font-weight:bold;
	padding:0 12%;
	margin-bottom:90px;
}
.facility h3{
	clear: both;
	color: #fff;
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	background: #8CC63F;
	border-radius: 30px;
	margin-bottom: 30px;
}
#mnav #mnav-wrap2 div.form-inner2{
	clear:both;
	overflow:hidden;
	text-align:left;
	margin-bottom:20px;
}
.facility table{
	clear:both;
	width:100%;
	text-align:left;
	box-sizing:border-box;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
}
.facility table th{
	font-weight:bold;
	padding:10px;
	max-width:180px;
	box-sizing:border-box;
	vertical-align:middle;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	background:#F6F6F6;
}
.facility table td{
	padding:10px 15px;
	vertical-align:middle;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.facility table td .box-l{
	width:99%;
	max-width:500px;
}
.facility table td .box-m{
	width:100%;
	max-width:160px;
}
.facility table td .box-s{
	width:100%;
	max-width:70px;
}
.facility table td input[type="text"]{
	height:22px;
	line-height:22px;
}
.facility table td textarea{
	font-size:14px;
	width:98%;
	max-width:500px;
	height:85px;
	line-height:1.8;
	box-sizing:border-box;
	padding:5px 10px;
}
.facility table td.biko textarea{
	height:104px;
}
.facility table td input[type="radio"]{
	margin:0 10px 3px 0;
}
.facility table td.r-btn-mr3 input[type="radio"]{
	margin:0 3px 3px 0;
}
.facility table td p{
	line-height:2;
}
.facility table td p span.weekday{
	font-size:16px;
	font-weight:bold;
	padding:1px 5px;
	display:inline-block;
	background:#FFC000;
	margin-bottom:5px;
}
.facility table td p span.s-day{
	font-size:16px;
	font-weight:bold;
	padding:1px 5px;
	display:inline-block;
	background:#BFEFFF;
	margin-bottom:5px;
}
.facility table td p span.kids{
	font-size:16px;
	font-weight:bold;
	padding:1px 5px;
	display:inline-block;
	background: #FFE35B;
	margin-bottom:5px;
}
.facility table td p span.women{
	font-size:16px;
	font-weight:bold;
	padding:1px 5px;
	display:inline-block;
	background:#FFB399;
	margin-bottom:5px;
}
.facility table td p span.bukatsu{
	font-size:16px;
	font-weight:bold;
	padding:1px 5px;
	display:inline-block;
	background: #B3F6A9;
	margin-bottom:5px;
}
.facility table td ul{
	overflow:hidden;
	width: 100%;
max-width: 450px;
}
.facility table td ul li{
	line-height:2;
}
.facility table td ul.namae li{
	float:left;
}
.facility span.asterisk{
	vertical-align:top;
	color:#f00;
	font-size:12px;
}
.facility span.red{
	color:#f00;
}
.facility table td dl dt{
	font-weight:bold;
	margin-bottom:5px;
}
.facility .submit-btn:hover,
.facility .reset-btn:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.facility .submit-btn{
	font-weight:bold;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	width:350px;
	box-sizing:border-box;
	border:none;
	background:url(images/icon-link.png) no-repeat right center #FFC000;
	padding:20px 45px 20px 25px;
	cursor:pointer;
}
.facility .submit-btn.mr0{
	margin-right:0;
}
.facility .reset-btn{
	clear:both;
	overflow:hidden;
	font-size:16px;
	text-align:center;
	display:inline-block;
	max-width:350px;
	background:url(images/icon-reset.png) no-repeat right center;
	box-sizing:border-box;
	border:3px solid #5A544D;
	padding:8px 40px 8px 35px;
	cursor:pointer;
}.facility .tel{
	font-size:18px;
	text-align:center;
	margin-bottom:20px;
}
@media screen and (max-width:1100px){
#mnav{
	background:url(../common/images/mnav-bg2.jpg) no-repeat top center #fff;
	background-size:1200px 106px;
	-webkit-background-size:1200px 106px;
	-moz-background-size:100% auto;
	-ms-background-size:100% auto;
	-o-background-size:100% auto;
}
#mnav-inner{
	background:url(images/mnav-bg.png) repeat-x bottom center;
}
#mnav #mnav-wrap{
	background:url(../common/images/mnav-ct1.png) no-repeat left top;
}
#mnav #mnav-wrap2{
	min-height:315px;
	padding:20px 0 35px;
	background:url(../common/../common/images/mnav-ct2.png) no-repeat right top;
}
}
@media screen and (max-width:900px){
#mnav-inner{
	background:url(images/mnav-bg.png) repeat-x bottom center;
}
#mnav #mnav-wrap2 div.form-inner2{
	padding:0 10px;
}
}
@media screen and (max-width:768px){
#mnav #mnav-wrap{
	background:url(../common/images/mnav-ct1.png) no-repeat left top;
	background-size:60px 120px;
	-webkit-background-size:60px 120px;
	-moz-background-size:60px 120px;
	-ms-background-size:60px 120px;
	-o-background-size:60px 120px;
}
#mnav #mnav-wrap2{
	min-height:265px;
	padding:20px 0 35px;
	background:url(../common/../common/images/mnav-ct2.png) no-repeat right top;
	background-size:70px 120px;
	-webkit-background-size:70px 120px;
	-moz-background-size:70px 120px;
	-ms-background-size:70px 120px;
	-o-background-size:70px 120px;
}
#mnav #mnav-wrap2 div.form-inner{
	padding-top:10px;
	max-width:960px;
	margin:0 auto;
}
}
@media screen and (max-width:640px){
#mnav{
	background:url(../common/images/mnav-bg2.jpg) no-repeat top center #fff;
}
#mnav-inner{
	background:url(images/mnav-bg.png) repeat-x bottom center;
}
#mnav #mnav-wrap{
}
#mnav #mnav-wrap2{
	min-height:265px;
	padding:20px 0 35px;
}
.facility h2{
	font-size:24px;
	font-weight:bold;
	padding:0 12%;
	margin-bottom:70px;
}
.facility table th{
	padding:10px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	background:#F6F6F6;
}
.facility table td{
	padding:10px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.facility table td input[type="submit"]{
	display:block;
	margin-top:10px;
}
.facility table td ul.namae li{
	float:none;
	margin-bottom:5px;
}
.facility table td ul.namae li:last-child{
	margin-bottom:0;
}
.facility table td p span.weekday{
	font-size:14px;
	font-weight:bold;
	padding:1px 5px;
	display:inline-block;
	background:#FFC000;
	margin-bottom:5px;
}
.facility table td p span.s-day{
	font-size:14px;
	font-weight:bold;
	padding:1px 5px;
	display:inline-block;
	background:#BFEFFF;
	margin-bottom:5px;
}
.facility table td p span.kids{
	font-size:14px;
	font-weight:bold;
	padding:1px 5px;
	display:inline-block;
	background:#FFB399;
	margin-bottom:5px;
}
.facility .submit-btn{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	width:36.45%;
	box-sizing:border-box;
	border:none;
	background:url(images/icon-link.png) no-repeat right center #FFC000;
	padding:15px 45px 15px 25px;
	margin-right:30px;
}
.facility .reset-btn{
	font-size:14px !important;
	clear:both;
	overflow:hidden;
	font-size:16px;
	text-align:center;
	display:inline-block;
	max-width:350px;
	background:url(images/icon-reset.png) no-repeat right center;
	box-sizing:border-box;
	border:3px solid #5A544D;
	padding:6px 40px 6px 35px;
	cursor:pointer;
}
}
@media screen and (max-width:480px){
.facility h2{
	font-size:20px;
	font-weight:bold;
	padding:0 12%;
	margin-bottom:70px;
}
.facility h3{
	clear:both;
	color:#59524C;
	font-size:18px;
	text-align:left;
	line-height:1.2;
	letter-spacing:3px;
	padding:8px 15px 8px 30px;
	background:url(../common/images/subtitle2-bg2.png) repeat;
	margin-bottom:20px;
}
.facility table td,
.facility table th{
	display:block;
	padding:10px 5px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.facility table th{
	background:#F6F6F6;
	max-width:100%;
}
.facility .submit-btn{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	width:60%;
	box-sizing:border-box;
	border:none;
	background:url(images/icon-link.png) no-repeat right center #FFC000;
	padding:15px 45px 15px 25px;
	margin-right:0;
	margin-bottom:10px;
}
.facility .reset-btn{
	font-size:14px !important;
	clear:both;
	overflow:hidden;
	font-size:16px;
	text-align:center;
	display:inline-block;
	max-width:350px;
	width:50%;
	background:url(images/icon-reset.png) no-repeat right center;
	box-sizing:border-box;
	border:3px solid #5A544D;
	padding:6px 40px 6px 35px;
	cursor:pointer;
}
.facility p.mb45{
	margin-bottom:20px;
}
}
@media screen and (max-width:450px){
#mnav-inner{
	background:url(images/mnav-bg.png) repeat-x bottom center;
	background-size:30px;
	-webkit-background-size:30px;
	-moz-background-size:30px;
	-ms-background-size:30px;
	-o-background-size:30px;
}
#mnav #mnav-wrap2{
	min-height:265px;
	padding:20px 0 20px;
}
}
@media screen and (max-width:320px){
.facility h2{
	font-size:20px;
	font-weight:bold;
	padding:0 12%;
	margin-bottom:30px;
}
}

.horizontal-item {
    margin-left: 10px;
    display: block;
}





.mw_wp_form_preview span.previewnone,
.mw_wp_form_preview .previewnone {
    display: none;   
}
.error {
    display: block;
    color: #f00;
}