/*お問い合せ
-------------------------------------------------------------------------------------*/
/*.box_form{ border:#EEE solid 10px;}*/
.box_form{}
.box_form h3{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	background: #ec6919;
	padding: 20px;
	color: #fff;
}

.box_form h5{
	font-size: 18px;
	color:#ec6919;
	margin:20px 0;
}

/*フォームテーブル*/
.box_form table{
	border-collapse:collapse;
	margin-bottom:20px;
	width:100%;
}
.box_form table table{
	width:auto;
}
.box_form table th{ width:20%;}
.box_form table th.icon{ width:10%;}
.box_form table td{ width:70%;}
.box_form table th .icon{
	display:block;
	float:right;
	}
.box_form table th.icon{
	border-width:1px 1px 1px 0px ;
	}
.iconhissu{
    background: #ff4d4d;
    color:#fff;
    padding: 2px 8px;
    border-radius: 4px;
}
.iconnini{
    background: #06c;
    color:#fff;
    padding: 2px 8px;
    border-radius: 4px;
}

.box_form table th,
.box_form table td{
	/*border-bottom:1px solid #CCC;*/
	border:#DDD solid;
	padding:8px 5px;
	line-height:1.2em;
	vertical-align:top;
}
.box_form table th{

	vertical-align:middle;
	
	background-color:#EEE;
	font-weight:bold;
	font-size:17px;
	border-width:1px 0px 1px 1px ;
	}

.box_form table td{
	border-width:1px 1px 1px 1px ;
	}
/*table in table*/
.box_form table table{ margin:0;}
.box_form table table th,
.box_form table table td{
	vertical-align:middle;
	padding:0 5px 3px 5px;
	border:0;
	}
.box_form table table th{ text-align:center; vertical-align:middle;}	

/*エラー*/	
.box_form .err_txt{ font-size:11px; color:#FF0000;}

/*
input関連*/
label:hover{ cursor:pointer;}
input[type="radio"]{cursor:pointer;}

.box_form input[type="text"],
.box_form select,
.box_form textarea{
	border:0;
	padding:3px;
	font-size:1.0em;
	color:#333;
	border:solid 1px #AAA;
	margin:0 0 3px;
	width:300px;
	color:#666;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}
.box_form textarea{ width:99%; height:13em;}


.box_form select{width:80px;}

.box_form input:focus,
.box_form textarea:focus{
    border:solid 1px #EEA34A;
	padding:3px;

	/*font-size:1.2em;*/
	/*text-transform:uppercase;*/
/*	font-weight:bold;*/
	color:#333;
	/*cursor:pointer;*/
}

.box_form .btn{ text-align:center; padding:10px;}
.box_form .btn input{
	text-align:center;
	/*display:block;*/
	border:solid 1px #FFF;
	padding:20px 90px;
	margin:0 auto 20px auto;
	font-size:30px;
	/*text-transform:uppercase;*/
	font-weight:bold;
	color:#FFF;
	cursor:pointer;	

	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	background-color:#F60;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F90), color-stop(0.00, #F60));
	background: -webkit-linear-gradient(#F90, #F60);
	background: -moz-linear-gradient(#F90, #F60);
	background: -o-linear-gradient(#F90, #F60);
	background: -ms-linear-gradient(#F90, #F60);
	background: linear-gradient(#F90, #F60);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F90', endColorstr='#F60', GradientType=0);

	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);

	}
.box_form .btn input:hover{
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;	
	}

	
.box_form input.sizeS{ width:100px;}

.bnr_waribiki{
/*	position:relative;*/
margin-top:12px;
	}


.bnr_waribiki p{
	/*position:absolute;*/
	}
.bnr_waribiki a{
	display:block;
	line-height:104px;
	background:url(../img/bg_btn_waribiki.png) no-repeat;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	
}
.bnr_waribiki a:hover{
	

	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;	
	
	
	}
.bnr_waribiki .line1{ font-size:26px;}
.bnr_waribiki .line2a{ font-family:"Arial Black", Gadget, sans-serif;  font-size:40px;}
.bnr_waribiki .line2b{ font-size:26px;}

.sub_tbl th{
	background: none !important;
}

/*　お問い合わせBOX　予約専用設定
-----------------------------------------------------------------------------------------------------------------------------------------*/

#contact .tel_box{	}
#contact .tel_box h5{
	font-size:22px !important;
	line-height:1.1em;
	}
#contact .tel_box p{}	

#contact .tel_box .tel_info .left{
	}
#contact .tel_box .tel_info .left .tel_no{
	}
#contact .tel_box .tel_info .left p.tel_no_sub{
	}	
#contact .tel_box .tel_info .right{
	}
#contact .tel_box .tel_info .right p.muryo{
}

/*2店舗設定*/
#contact .tel_box .tenpo2 .tel_info .left .tel_no span{	}



/*　タブ切替メニュー
-----------------------------------------------------------------------------------------------------------------------------------------*/
.btn_menu ul{
	list-style-type:none;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:distribute;
	justify-content: space-evenly;
	text-align:center;
	margin:1em;
	background: #fff09b;
	padding:30px;
	border:1px solid #cecece;

}
.btn_menu ul li{
/*	width:31%; */
	margin-right:3%;
}

.btn_menu ul li:nth-child(3n){ margin-right:0;}
.btn_menu ul li a{
	display:block;
	text-align: center;
	background: #65AE46;
	color: #fff;
	border-radius: 4px;
	padding:22px 2em;
	font-size: 20px;
	width: 160px;
	
	
}
.btn_menu ul li.select a,
.btn_menu ul li a:hover{
	background: #1b5f00;
		 }

.tab_content .hide{display:none;}


/* スマホ縦 */

@media screen and (max-width: 480px) {


.box_form{
	padding:0 4px;
}

.box_form h3{}
.box_form h4{}
.box_form h5{
	font-size: 18px;
}

































}