
input[type="radio"]{
	margin:0 3px 0 0;
}
label{
	margin-right:10px;
}
button{
	transition:.3s;
}

.reserve .side{
	width:220px;
}

.reserve .e_info{
	width: calc(100% - 250px);
	margin-bottom:20px;
}

.e_list > li{
	flex-wrap:wrap;
}

.calendar, .s_menu{
	width:100%;
}

/* 予約 */
.step{
	padding: 10px 0;
	font-size: 19px;
	text-align: center;
	border-top: 4px double;
	border-bottom: 4px double;
	margin:0 0 50px;
	font-weight: bold;
}
.step span{
	display:inline-block;
}
	.step span:after{
		content:"\FF1E";
		margin:0 5px;
		color:#000;
	}
	.step span:last-child:after{
		content:none;
	}
.step .active{
	color:#F62E00;
}
.order_day,
.order_day dl{
	display:flex;
}
.order_day{
	margin: 0px 0 15px;
	background: #F3F3F3;
	padding: 5px 0px;
	border: 2px solid #DDD;
}
.order_day dl{
	width:49%;
	justify-content: center;
	font-size:15px;
	align-items: baseline;
}

.order_day dl dt{
	font-weight:bold;
	margin-right:5px;
}
	.order_day dt:before{
		content:"\25BC";
		color:#F62E00;
		margin-right:5px;
	}

/* カレンダー */
.calendar{
	font-size:16px;
	margin-bottom:30px;
	background: rgb(0, 211, 248);
}
.calendar table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	background: rgb(0, 211, 248);
}
.calendar dt{
	font-size:19px;
	line-height: 35px;
	display: block;
	overflow:hidden;
}
.calendar dt button.next,
.calendar dt button.prev{
	color:#fff;
	font-size:30px;
	border:none;
	background:none;
}
.calendar dt button.next{float:right;}
.calendar dt button.prev{float:left;}
	.calendar dt button.next:after{
		content:"\300B";
	}
	.calendar dt button.prev:after{
		content:"\300A";
	}
.calendar td{
	font-size: 18px;
	font-weight: normal;
	width: 50px;
	background: #fff;
	cursor: default;
}
.calendar td:hover{
	background:#FFF0DF;
}
.calendar ul{
	margin-bottom:20px;
}

.calendar td span.day {
	color: #000000;
}

.calendar th.wday6,
.calendar td.wday6 span.day {
	color: #003ef6;
}

.calendar th.wday0,
.calendar td.wday0 span.day,
.calendar td.holiday span.day {
	color: #F62E00;
}


.calendar #change_cal_type {
	display: block;
	min-width: 160px;
	margin: 0 auto;
	font-weight: bold;
	color: rgb(0, 107, 246);
	background: rgb(0, 211, 248);
}

.calendar #change_cal_type:hover {
	color: #FFFFFF;
}

/* 単品メニュー */
.s_menu ul{
}
.s_menu li{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.s_menu h3{
	width: 100%;
	border-bottom: 3px double #8c8c8c;
	margin: 0 0 15px;
	font-size: 19px;
}
.s_menu dl{
	width:48%;
	display:flex;
	margin:0 0 20px;
	position: relative;
}
.s_menu dt{
	width:40%;
	margin:0 15px 0 0;
}
	.s_menu dt img{
		width:100%;
		max-width:100%;
	}
.s_menu dd{
	width:60%;
}
.s_menu dl p{
	font-size:17px;
	font-weight:bold;
}
.s_menu dl div{
	margin-bottom:40px;
}

/* 予約入力 */
#reservation_number_of_people{
	width:50px;
	margin-right:3px;
}
img.coupon_pic{
	display: block;
	min-width: 100%;
	width: 100%;
	margin-top: 5px;
}
label input[type="radio"]{
	vertical-align: middle;
	margin-right:3px;
}
textarea{
	padding:5px;
}

/* 予約確定・訂正 */

.last,
.input_comment .e_info{
	margin-bottom: 10px;
	padding: 23px;
}
.last h2,
.input_comment .e_info h2{
	text-align: center;
	border-bottom: 4px double #aaa;
}
.last dl dt,
.change_detail .step2 dl dt,
.input_comment .e_info dl dt
{
	color: #F62E00;
	font-weight: bold;
	background: #FDE9D2;
	width: 150px;
	padding: 0 20px;
	margin: 0 0 5px;
	border-radius: 5px;
	text-align: center;
	float: left;
	clear: left;
	margin-right: 15px;
}
.last dl dd,
.change_detail .step2 dl dd,
.input_comment .e_info dl dd {
	margin: 0 0 20px 165px;
	font-weight: bold;
}

.last > p{
	padding: 15px 20px;
	text-align: center;
	font-size: 18px;
	margin: 45px 0 0;
}
.last > p + a{
	display: block;
	background: #4AC595;
	color: #fff;
	padding: 3px 30px;
	font-size: 17px;
	font-weight: bold;
	border-radius: 7px;
	margin: 0 auto 40px;
	width: 196px;
}
.last > p + a:hover{
	background: #8AC54A;
}

/* コメント登録 */
.input_comment .e_info,
.change_password .e_info,
.change_detail .e_info,
.post_movie #main form,
.change_detail #main form,
.forgot_password #main form,
.member_register #main form{
	border: 10px solid #FBD8A4;
	padding: 23px 62px;
	margin: 0 auto;
	width: 630px;
	overflow:hidden;
}
.input_comment .e_info h2{
	margin-bottom:20px;
}
.input_comment .e_info h3{
	margin: 0 0 10px;
	color: #953a3a;
}
.input_comment textarea{
	width: 100%;
	height: 180px;
}
button.to_detail{
	display: inline-block;
	background: #F62E00;
	color: #fff;
	padding: 3px 30px;
	font-size: 17px;
	font-weight: bold;
	border-radius: 7px;
	margin: 0 0 40px;
}
button.to_detail:hover{
	background: #F7A241;
}
.input_comment a.map{
	float:left;
}
button.to_detail{
	float:right;
}

button#clear{
	float:none;
	background: #4A7BC5;
}
button#clear:hover{
	background: #4AB8C5;
}
.member_register button[type="button"]{
	background: #4AC595;
	float:none;
}
.member_register button[type="button"]:hover{
	background: #8AC54A;
}

/* パスワードを忘れた場合 */
.post_movie .explanation dt,
.change_detail .step2 dl dt,
.forgot_password form dt{
	width: 50%;
}

/* 会員登録はこちら */
.member_register #main form{
	padding: 23px 40px;
}
.member_register .terms dt{
	width: auto;
	color: #000;
	background: no-repeat;
	margin: 30px 0 10px;
}
.member_register .terms a{
	font-size: 18px;
	display: block;
	width: 150px;
	text-align: ;
	margin: 0 auto;
	padding: 0 0px 0 25px;
}
.member_register .terms a:before{
	content: url("../parts/icon_arrow.svg");
	font-weight: bold;
	margin-right: 5px;
	vertical-align: sub;
}
.member_register .terms a:hover{
	background:#FDE9D2;
}

.member_register .step2 dt{
	float: left;
	clear: left;
	width: 200px;
	margin-right: 20px;
}
.member_register form dd{
	font-weight:bold;
}
.member_register .step3 .to_detail{
	margin-top:30px;
}

/* 検索ボタン */
#t_info button{
	padding: 2px 15px;
	border: none;
	background: #FDE9D2;
	border-radius: 2px;
	transition:.3s;
	color: #000;
	font-weight: normal;
	font-size: 13px;
	display: block;
	clear: both;
}
	#t_info button{
		background:#F65204;
		color:#fff;
	}
	#t_info button:hover{
		background:#F89900;
	}
.search button:hover{
	background:#F89900;
}

/* ログインページ */
.login #t_info{
	border: 10px solid #FBD8A4;
	padding: 23px 62px;
	margin: 0 auto 30px;
	width: 630px;
	overflow: hidden;
	padding: 23px 40px;
}
.login #t_info a{
	display:block;
	margin:0 auto 10px;
}
.login #t_info form{
	margin: 30px auto 30px;
}
.login #t_info button{
	margin:0 auto;
}

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

	.member_register #main form,
	.post_movie #main form,
	.change_detail #main form,
	.change_password #main form,
	.input_comment .e_info,
	.forgot_password #main form{
		width:100%;
	}

	.s_menu li:after{
		content:"";
		width:48%;
		min-width:300px;
		display:block;
	}
	.s_menu dl{
		min-width:300px;
		margin:0 auto 20px;
	}

	.calendar td{
		line-height:21px;
	}
	.calendar #after_calendar{
		display:flex;
	}

	.calendar ul{
		margin-bottom:8px;
	}
	.calendar #after_calendar{
		display:flex;
		justify-content: center;
	}
	.calendar #change_cal_type{
		position:relative;
		margin:0;
		height:40px;
		margin: 0 0 0 25px!important;
		overflow: hidden;
		white-space: nowrap;
		width:80px;
		min-width:auto;
	}

}

@media screen and (max-width:480px){
	.input_comment .e_info,
	.change_password .e_info,
	.change_detail .e_info,
	.change_detail .step2,
	.post_movie #main .explanation,
	.change_password #main form,
	.change_detail #main form,
	.forgot_password #main form,
	.member_register #main form{
		width: 100%;
		padding: 10px 10px;
	}

	.post_movie .explanation dt,
	.change_detail form dt,
	.change_password form dt,
	.forgot_password form dt {
		width: 100%;
	}

	.input_comment .e_info dl dt,
	.change_password .e_info dl dt,
	.change_detail .step2 dl dt,
	.last dl dt,
	.member_register .step2 dt{
		float:none;
		width: 100%;
	}

	.member_register .step2 dt{
		width: 100%;
	}

	.s_menu dl{
		min-width:auto;
		width:100%;
	}

	.member_register .step2 dd,
	.input_comment .e_info dl dd,
	.change_password .e_info dl dd,
	.change_detail .step2 dl dd,
	.last dl dd {
		margin: 0 10px 25px 10px;
	}

	.order_day dt,
	.order_day dd {
		font-size: 0.8em;
	}

	.last > form {
		display: block;
	}

	a.map,
	a.to_detail {
		text-align: center;
		margin-left: auto!important;
		margin-right: auto!important;
		display: block!important;
		float: none!important;
		min-height: 40px;
	}

	a.map,
	a.to_detail,
	button.to_detail {
		width: 75vw;
		margin-bottom: 20px;
	}

	.input_comment .e_info h2{
		padding-top:10px;
	}

	.calendar dt button.prev,
	.calendar dt button.next {
		display: inline-block!important;
	}

	.calendar dt button.prev {
		float: left!important;
	}

	.calendar dt button.next {
		float: right!important;
	}
}
