@charset "utf-8"; 

#choice .block{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	margin: 40px 0 0;
}
#choice .block .inner{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	width: 480px;
	height: 200px;
	background: #F0F0F0;
}
#choice .block .telWrap p{
	line-height: 1.0;
}
#choice .block .telWrap .ttl{
	font-size: 1.8rem;
}
#choice .block .telWrap .tel{
	font-size: 4.2rem;
	font-weight: 700;
	margin: 25px 0 20px;
}
#choice .block .telWrap .time{
	font-size: 1.4rem;
}
#choice .block .reserve .ttl{
	line-height: 1.0;
	font-size: 1.8rem;
	margin: 0 0 1em;
}
#choice .btn{
	width: 360px;
	height: 80px;
	font-size: 2.0rem;
}
#choice .btn a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	background: #142D98;
	border: 4px solid #5A6CB7;
	border-radius: 8px;
	transition: 0.3s;
	box-sizing: border-box;
}
#choice .btn a:hover{
	opacity: 0.7;
}
#choice .btn a::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 28px;
	width: 8px;
	height: 10px;
	background: url(../img/common/icon_tri_wh@2x.png) 0 0 no-repeat;
	background-size: 100% auto;
	transform: translateY(-50%);
}
#choice .btn.orange a{
	background: #FF7832;
	border: 3px solid #FFA070;
}
#choice .btn.blue a{
	background: #009BDC;
	border: 3px solid #7CD4F8;
}
#contact{
	margin-top: 80px;
}
#contact .ttl{
	font-size: 2.1rem;
	font-weight: 700;
	margin-bottom: 75px;
}
#contact.thanks .ttl{
	margin-bottom: 45px;
}
#contact .form dt{
	font-size: 1.4rem;
	margin: 30px 0 10px;
}
#contact.confirm .form dt{
	margin-bottom: 20px;
}
#contact .form dt span{
	display: inline-block;
	font-size: 1.2rem;
	color: #fff;
	background: #000;
	line-height: 1.0;
	padding: 2px 0.5em;
	margin-left: 0.5em;
}
#contact .form dd{
	font-size: 1.8rem;
	line-height: 1.7;
}
#contact .form input[type="text"],
#contact .form input[type="email"],
#contact .form input[type="tel"],
#contact .form textarea{
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 60px;
	font-size: 1.6rem;
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 1em;
}
#contact .form textarea{
	height: 180px;
	resize: vertical;
	vertical-align: top;
	line-height: 1.5;
	padding: 1em;
}
#contact .form .message{
	width: 360px;
	font-size: 1.8rem;
	word-break: break-all;
}
#contact .zip{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 10px;
}
#contact .zip .input-short{
	width: 280px;
}
#contact .input{
	width: 480px;
}
#contact .input-long{
	width: 700px;
}
#contact .zip p{
	margin-right: 0.5em;
}
#contact.confirm .lists{
	background: none;
	padding: 0;
}
#contact .lists li{
	position: relative;
}
#contact .lists .formError{
	width: 300px;
}
.formError .formErrorContent{
	box-sizing: border-box;
}
.selectBtn-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
}
.selectBtn-btn + .selectBtn-parts,
#contact .selected{
	display: block;
	line-height: 20px;
	padding-left: 20px;
	position: relative;
}
.selectBtn-btn + .selectBtn-parts::before,
#contact .selected::before{
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	bottom: 0;
	left: 0;
	width: 15px;
	height: 15px;
	margin: auto;
	border: 1px solid #000;
	border-radius: 2px;
	box-sizing: border-box;
}
.selectBtn-btn:checked + .selectBtn-parts::after,
#contact .selected::after{
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	bottom: 0;
	left: 0;
	width: 14px;
	height: 14px;
	margin: auto;
	background: #000;
}
#contact .submit{
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 450px;
	height: 100px;
	color: #fff;
	font-size: 2.5rem;
	background: #000;
	border: 4px solid #4C4C4C;
	border-radius: 12px;
	transition: 0.3s;
	box-sizing: border-box;
	cursor: pointer;
	padding: 0;
	margin: 60px auto 0;
}
#contact.confirm .submit{
	background: #FF7832;
	border: 4px solid #FFA06F;
}
#contact .submit:hover{
	opacity: 0.7;
}
#contact .submit::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 28px;
	width: 8px;
	height: 10px;
	background: url(../img/common/icon_tri_wh@2x.png) 0 0 no-repeat;
	background-size: 100% auto;
	transform: translateY(-50%);
}
#contact .top{
	width: 360px;
	height: 80px;
	color: #fff;
	font-size: 2.5rem;
	margin: 75px auto 0;
}
#contact .top a{
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 100%;
	height: 100%;
	background: #000;
	border: 4px solid #4C4C4C;
	border-radius: 12px;
	transition: 0.3s;
	box-sizing: border-box;
	cursor: pointer;
	padding: 0;
}
#contact .top a:hover{
	opacity: 0.7;
}
#contact .top a::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 28px;
	width: 8px;
	height: 10px;
	background: url(../img/common/icon_tri_wh@2x.png) 0 0 no-repeat;
	background-size: 100% auto;
	transform: translateY(-50%);
}
#tel{
	margin-top: 120px;
}
#tel .ttl{
	text-align: center;
	font-size: 1.8rem;
	background: #F0F0F0;
	padding: 1.2em 0;
	margin: 0 0 40px;
}
#tel .lists{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 15px 50px 0;
}
#tel .lists li{
	width: 280px;
	margin-top: 35px;
}
#tel .lists li:nth-child(-n+3){
	margin-top: 0;
}
#tel .name{
	font-size: 1.8rem;
}
#tel .time,
#tel .holiday{
	font-size: 1.4rem;
}
#tel .tel{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.0;
	margin: 12px 0 15px;
}
#tel .tel img{
	margin-right: 0.2em;
}
#tel .btn{
	width: 200px;
	height: 60px;
	font-size: 1.6rem;
	margin: 0 auto;
}
#tel .btn a{
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	background: #000;
	border: 4px solid #4C4C4C;
	border-radius: 8px;
	transition: 0.3s;
	box-sizing: border-box;
	cursor: pointer;
	padding: 0;
}
#tel .btn a:hover{
	opacity: 0.7;
}
#tel .btn a::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	width: 8px;
	height: 10px;
	background: url(../img/common/icon_tri_wh@2x.png) 0 0 no-repeat;
	background-size: 100% auto;
	transform: translateY(-50%);
}

@media screen and (min-width : 768px){

}

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

	#choice .block{
		display: block;
		margin: 6.6vw 0 0;
	}
	#choice .block .inner{
		width: auto;
		height: 37.333vw;
	}
	#choice .block .inner + .inner{
		margin-top: 5.333vw;
	}
	#choice .block .telWrap .ttl{
		font-size: 4vw;
	}
	#choice .block .telWrap .tel{
		font-size: 9.867vw;
		margin: 3.333vw 0 2.667vw;
	}
	#choice .block .telWrap .time{
		font-size: 3.467vw;
	}
	#choice .block .reserve .ttl{
		font-size: 4vw;
	}
	#choice .btn{
		width: 60vw;
		height: 13.333vw;
		font-size: 4vw;
	}
	#choice .btn a::before{
		right: 4.8vw;
		width: 1.333vw;
		height: 1.733vw;
	}
	#contact{
		margin: 16vw 0 0;
	}
	#contact.confirm,
	#contact.thanks{
		margin: 13vw 0 0;
	}
	#contact .ttl{
		font-size: 4.267vw;
		margin: 0 0 16vw;
	}
	#contact .form dt{
		font-size: 3.733vw;
		margin: 6vw 0 2.667vw;
	}
	#contact .form dd{
		font-size: 4.267vw;
	}
	#contact.confirm .form dt{
		margin-bottom: 3.333vw;
	}
	#contact .form dt span{
		font-size: 2.933vw;
		padding: 2px 0.5em 3px;
	}
	.selectBtn-btn{
		left: -5vw;
	}
	#contact .lists .formError{
		width: auto;
	}
	#contact .zip .input-short{
		width: 57vw;
	}
	#contact .input,
	#contact .input-long{
		width: 100%;
	}
	#contact .form input[type="text"],
	#contact .form input[type="email"],
	#contact .form input[type="tel"],
	#contact .form textarea{
		font-size: 3.7vw;
		height: 13.333vw;
	}
	#contact .form textarea{
		height: 34vw;
	}
	#contact .form .message{
		font-size: 4.267vw;
		width: 100%;
	}
	#contact .zip{
		margin: 0 0 2.667vw;
	}
	#contact .submit{
		width: 81.333vw;
		height: 21.333vw;
		font-size: 5.067vw;
		border-radius: 2.4vw;
		margin-top: 10.667vw;
	}
	#contact .top{width: 81.333vw;
		width: 81.333vw;
		height: 16vw;
		font-size: 5.067vw;
		border-radius: 2.4vw;
		margin-top: 10.667vw;
	}
	#contact .submit::before{
		right: 4vw;
		width: 1.6vw;
		height: 2vw;
	}
	#tel{
		margin: 24vw 0 0;
	}
	#tel .ttl{
		font-size: 4vw;
		margin: 0 0 6.667vw;
	}
	#tel .lists{
		display: block;
		margin: 0 0 9.333vw;
	}
	#tel .lists li{
		width: 100%;
	}
	#tel .tel{
		font-size: 6.4vw;
		margin: 3.2vw 0 2.667vw;
	}
	#tel .tel img{
		width: 0.9em;
	}
	#tel .name{
		font-size: 4.267vw;
	}
	#tel .time,
	#tel .holiday{
		font-size: 3.467vw;
		line-height: 1.5;
	}
	#tel .lists li{
		margin-top: 8vw;
	}
	#tel .lists li:nth-child(-n+3){
		margin-top: 8vw;
	}
	#tel .lists li:first-child{
		margin-top: 0;
	}
	#tel .btn{
		width: 40vw;
		height: 10.667vw;
		font-size: 3.733vw;
	}
	#tel .btn a::before{
		right: 2.933vw;
		width: 1.067vw;
		height: 1.333vw;
	}
}

.formError{
	display: block;
	position: relative;
	pointer-events: none;
	z-index: 0;
}
.formError::before{
	content: '';
	display: block;
	width: 1px;
	height: 200px;
	margin-top: -200px;
}
@media screen and (max-width: 767px) {
	.formError::before{
		height: 34vw;
		margin-top: -34vw;
	}
}
@media (orientation: landscape) and (max-width : 767px){


}


.flex{
	display: flex;
	gap: 30px;
}
.flex + .flex{
	margin-top: 30px;
}
#contact .input.day,
#contact .input.select{
	width: 280px;
}
#contact .input.select.long{
	width: 480px;
}
#contact .input.day input{
	background: url(../img/online/icon_calender.svg) no-repeat right 16px center;
	background-size: 24px;
	cursor: pointer;
}
#contact .input.select select{
	-webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 60px;
    font-size: 1.6rem;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 1em;
	background: url(../img/online/icon_select.svg) no-repeat right 16px center;
	background-size: 24px;
	cursor: pointer;
}
.red{
	margin-top: 1rem;
	font-size: 1.2rem;
	color: red;
	line-height: 1.3;
}
#contact .radio{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#contact .radio label{
	font-size: 14px;
	cursor: pointer;
}
#contact .scroll{
	max-width: 979px;
	height: 160px;
	margin: 30px 0;
	padding: 20px;
	background: #F5F5F5;
	border: 1px solid #B2B2B2;
	overflow-y: scroll;
}
#contact p,
#contact .scroll .txt li{
	font-size: 14px;
	line-height: 1.857;
}
#contact .scroll .txt ol{
	margin-left: 1em;
}
#contact .scroll .txt li{
	list-style: decimal;
}
#contact .submit{
	width: 524px;
	font-size: 2rem;
}
#contact p a{
	color: #142C98;
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media screen and (max-width : 767px){
	.flex{
		display: block;
	}
	#contact .input.day,
	#contact .input.select{
		width: 100%;
	}
	#contact .input.select.long{
		width: 100%;
	}
	.red{
		margin-top: 1rem;
		font-size: 1.2rem;
		color: red;
		line-height: 1.3;
	}
	#contact .scroll{
		width: 88%;
	}
	#contact .submit{
		width: 100%;
		font-size: 1.8rem;
	}
	#contact .input.select select{
		padding: 0 3em 0 1em;
		color: #000;
	}
}