@charset "utf-8";

/* ========================================================
	web-reservation-guide.css
======================================================== */

/* web-reservation-guide
======================================================================================================== */
.web-reservation-guide {
	margin-top: 100px;
}
.web-reservation-guide .main_btn {
	max-width: 735px;
	margin-inline: auto;
	margin-bottom: 30px;
}
.web-reservation-guide .main_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	padding-top: 2px;
	background-color: #329be6;
	border-radius: 30px;
	color: #ffff00;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.5;
	text-decoration: none;
	font-feature-settings: "palt";
}
.web-reservation-guide .main_btn .arrow {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	background-color: #ffff00;
	border-radius: 100%;
}
.web-reservation-guide .main_btn .arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 6px;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1px solid #329be6;
	border-right: 1px solid #329be6;
	transform: rotate(45deg);
}
.web-reservation-guide .lead {
	text-align: center;
	color: #e50012;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.5;
}
.web-reservation-guide .title {
	margin-top: 80px;
	margin-bottom: 80px;
	text-align: center;
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 1.5;
}
@media screen and (min-width: 769px), print {
}
@media screen and (max-width: 768px) {
	.web-reservation-guide {
		margin-top: 60px;
	}
	.web-reservation-guide .main_btn {
		margin-bottom: 25px;
	}
	.web-reservation-guide .main_btn a {
		height: 45px;
		padding-top: 1px;
		font-size: 1.6rem;
	}
	.web-reservation-guide .main_btn .arrow {
		margin-left: 5px;
	}
	.web-reservation-guide .lead {
		font-size: 1.6rem;
	}
	.web-reservation-guide .title {
		margin: 50px -10px 40px;
		font-size: 2rem;
		line-height: 1.6;
	}
}

.web-reservation-guide .notice {
	font-size: 1.5rem;
	line-height: calc(28 / 15);
}
.web-reservation-guide .notice h2 {
	margin-bottom: 40px;
	padding: 10px;
	background-color: #0064b3;
	color: #fff;
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.3;
}
.web-reservation-guide .notice section + section {
	margin-top: 50px;
}
.web-reservation-guide .notice h3 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	color: #0064b3;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.5;
	border-bottom: 1px solid;
}
.web-reservation-guide .notice li {
	position: relative;
	padding-left: 1.3em;
}
.web-reservation-guide .notice li::before {
	content: "□";
	position: absolute;
	top: 0;
	left: 0;
}
.web-reservation-guide .notice li.red {
	color: #e50012;
}
.web-reservation-guide .bottom_tel {
	margin-top: 100px;
	padding: 25px 0;
	background-color: #e6e6e6;
	text-align: center;
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.3;
}
.web-reservation-guide .bottom_tel a {
	margin-left: 0.5em;
	font-size: 4rem;
	text-decoration: none;
	color: #000;
}
@media screen and (min-width: 769px), print {
}
@media screen and (max-width: 768px) {
	.web-reservation-guide .notice {
		line-height: 1.5;
	}
	.web-reservation-guide .notice h2 {
		margin-bottom: 30px;
		padding: 15px;
		font-size: 2rem;
	}
	.web-reservation-guide .notice section {
		margin-inline: 10px;
	}
	.web-reservation-guide .notice section + section {
		margin-top: 30px;
	}
	.web-reservation-guide .notice h3 {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	.web-reservation-guide .notice li {
		padding-left: 0;
		margin-top: 20px;
	}
	.web-reservation-guide .notice li::before {
		content: "□";
		margin-right: 0.5em;
		position: static;
	}
	.web-reservation-guide .bottom_tel {
		margin: 70px -20px 80px;
		padding: 50px 0;
		font-size: 2.4rem;
		line-height: 1.5;
	}
	.web-reservation-guide .bottom_tel a {
		display: block;
		width: fit-content;
		margin: 0 auto 0;
	}
}
