@charset "utf-8";

/*ネット予約 事前確認
------------------------------- */
@media (min-width: 981px) {
	.reserve_cover {
		background: url("../../images/reserve_cover.jpg") center top no-repeat;
		background-size: contain;
		padding-top: 100%;
	}
	.reserve_cover_in {
		position: absolute;
		top: 43.01%;
		left: 50%;
		transform: translateX(-50%);
		width: 75%;
	}
}

.reserve_cover {
	position: relative;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.reserve_cover .reserve_h2 {
	font-weight: 700;
	color: #e99c88;
	text-align: center;
	font-size: 28px;
	line-height: 1.5;
	margin: 1em 0;
	.s-large {
		color: #ff0000;
		font-size: 36px;
	}
}

.reserve_conf_form {
	text-align: center;
}

.reserve_conf_form .reserve_label {
	font-size: 20px;
	font-weight: bold;
	margin: 0 120px 15px;
	border: 1px solid #e99c88;
	padding: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.7);
	display: flex;
	flex-direction: row;
	align-items: center;
}

.reserve_conf_form #reserve_conf {
	display: block;
}
.reserve_conf_form .reserve_label span {
	display: block;
	text-align: left;
	line-height: 1.2;
	padding-left: 10px;
	font-weight: bold;
}

.reserve_cover .reserve_btn_c {
	text-align: center;
}

.reserve_cover .reserve_btn {
	background: #7f7f7f;
	color: #fff;
	font-weight: bold;
	padding: 15px;
	text-align: center;
	margin: 0 auto;
	margin-top: 7px;
	width: 280px;

	pointer-events: none;
	border-bottom: 5px solid #28405d;
	border-radius: 0.5rem;
}
#main .reserve_cover p.reserve_txt {
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
}

.reserve_cover .reserve_flow {
	text-align: center;
	margin-top: 45px;
}

.reserve_cover .reserve_flow a {
	display: block;
	width: 250px;
	margin: 0 auto;
	background: #ff0000;
	color: #fff;
	font-weight: bold;
	padding: 15px;
}
.pc450 {
	display: block;
}
.sp450 {
	display: none;
}

@media (max-width: 980px) {
	.reserve_cover {
		background: none;
	}
	.reserve_cover .reserve_h2 {
		text-align: center;
		font-size: 20px;
		.s-large {
			font-size: 30px;
		}
	}

	.reserve_conf_form {
		text-align: center;
	}

	.reserve_conf_form .reserve_label {
		font-size: 16px;
		font-weight: bold;
		margin: 0 20px 15px;
		border: 1px solid #ff0000;
		padding: 10px;
		border-radius: 10px;
		background: rgba(255, 255, 255, 0.7);
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.reserve_conf_form #reserve_conf {
		display: block;
		width: 32px;
		height: 32px;
		font-size: 24px;
	}
	.reserve_conf_form .reserve_label span {
		display: block;
		text-align: left;
		line-height: 1.2;
		padding-left: 10px;
		font-weight: bold;
	}

	.reserve_cover .reserve_btn_c {
		text-align: center;
	}

	.reserve_cover .reserve_btn {
		background: #7f7f7f;
		color: #fff;
		font-weight: bold;
		padding: 10px;
		text-align: center;
		margin: 0 auto;
		margin-top: 7px;
		width: 280px;

		pointer-events: none;
		border-bottom: 5px solid #28405d;
		border-radius: 0.5rem;
	}

	#main .reserve_cover p.reserve_txt {
		text-align: center;
		font-size: 12px;
		padding-top: 5px;
	}

	.reserve_cover .reserve_flow {
		text-align: center;
		margin-top: 45px;
		margin-bottom: 45px;
	}

	.reserve_cover .reserve_flow a {
		display: block;
		width: 250px;
		margin: 0 auto;
		background: #ff0000;
		color: #fff;
		font-weight: bold;
		padding: 10px 15px;
	}
}

@media (max-width: 450px) {
	.pc450 {
		display: none;
	}
	.sp450 {
		display: block;
	}
}
