.reserve_dt_wrap{
	width: 100%;
	padding: 124px 0 120px;
}
.reserve_box{
	height: 640px;
	width: 760px;
	margin: 0 auto;
}
.reserve_box h2{
	height: 38px;
	font-family: 'Golos Text', sans-serif;
	font-size: 32px;
	font-weight: 600;
	line-height: calc(38 / 32);
	letter-spacing: 0.08em;
	color: #3a3a3a;
	margin-bottom: 14px;
}
.reserve_box p{
	height: 38px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: calc(32 / 16);
	letter-spacing: 0.16em;
	color: #3a3a3a;
	margin-bottom: 39px;
}
@media screen and (max-width: 768px) {
	.reserve_dt_wrap{
		padding: 124px 0 120px;
		padding-top: calc(160px / 2);
		padding-bottom: ;
	}
	.reserve_box{
		height: calc(1061px / 2);
		width: 100%;
		margin: 0 auto;
	}
	.reserve_box h2{
		height: calc(48px / 2);
		font-size: calc(40px / 2);
		line-height: calc(48 / 40);
		margin-bottom: calc(4px / 2);
		margin-left: calc(40px / 2);
	}
	.reserve_box p{
		height: calc(32px / 2);
		font-size: calc(16px / 2);
		line-height: calc(32 / 16);
		margin-bottom: calc(39px / 2);
		margin-left: calc(40px / 2);
	}
}
.reserve_view{
	height: 407px;
	width: 760px;
	margin: 0 auto 28px;
	border-radius: 3px;
}
@media screen and (max-width: 768px) {
	.reserve_view{
		height: calc(1058px / 2);
		width: 100%;
		margin-bottom: calc(40px / 2);
		border-radius: 0px;
	}
	.reserve_view iframe{
		height: calc(1058px / 2);
		width: 100%;
		overflow-y: scroll;
	}
}
.thankyou{
	height: 80px;
	width: 760px;
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
}
.thankyou a{
	text-decoration: none;
}
.thankyou_01{
	height: 24px;
	width: 360px;
	padding: 28px 0;
	margin-right: 40px;
	background-color: #232326;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: calc(23 / 16);
	letter-spacing: 0.16em;
	color: #fff;
	border-radius: 3px;
	-webkit-filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	-moz-filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	-ms-filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.thankyou_02{
	height: 46px;
	width: 360px;
	padding: 17px 0;
	background-color: #fff;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: calc(23 / 16);
	letter-spacing: 0.16em;
	color: #3a3a3a;
	border-radius: 3px;
	-webkit-filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	-moz-filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	-ms-filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 768px) {
	.thankyou{
		height: calc(240px / 2);
		width: calc(670px / 2);
		display: -webkit-flex;
	    display: flex;
	    -webkit-justify-content: space-between;
	    justify-content: space-between;
	    -webkit-align-items: flex-start;
	    align-items: flex-start;
	    -webkit-flex-direction: column;
	    flex-direction: column;
	}
	.thankyou_01{
		height: calc(29px / 2);
		width: 100%;
		padding-top: calc(35px / 2);
		padding-bottom: calc(35px / 2);
		margin-right: 0;
		font-size: calc(20px / 2);
		line-height: calc(29 / 20);
	}
	.thankyou_02{
		height: calc(58px / 2);
		width: 100%;
		padding-top: calc(21px / 2);
		padding-bottom: calc(21px / 2);
		margin-right: 0;
		font-size: calc(20px / 2);
		line-height: calc(29 / 20);
	}
}
.back_top{
	height: 34px;
	width: 140px;
	margin: 120px auto;
}
.back_top a{
	height: 34px;
	width: 140px;
	text-decoration: none;
}
.back_top a h3{
	height: 19px;
	text-align: right;
	margin-bottom: 8px;
	font-family: 'Golos Text', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: calc(19 / 16);
	letter-spacing: 0.08em;
	color: #3a3a3a;
}
.back_top a img{
	width: 140px;
}
@media screen and (max-width: 768px) {
	.back_top{
		margin-bottom: 0;
	}
}











