@charset "utf-8";
/* CSS Document */

#bestrate {
	margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
	#bestrate {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 480px) {
	#bestrate {
		margin-bottom: 0;
	}
}


/* ==============================================

	bestrate_01

================================================= */
#bestrate_01 {
	max-width: 1200px;
	margin: 0 auto 100px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
#bestrate_01::before {
	content: "";
	background: url("../images/bestrate/bestrate_ttl.png") center no-repeat;
	height: 139px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	width: 89%;
}
.bestrate_01_area {
	background: #f8f7f5;
	margin-top: -50px;
	padding: 90px 5% 60px;
}
.bestrate_h2_ttl {
	text-align: center;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 60px;
	max-width: 800px;
	margin: 0 auto;
}
.bestrate_h2_ttl h2 {
	font-size: 3rem;
	background: #fff;
	padding: 10px 0;
	letter-spacing: 0.2rem;
	font-weight: 600;
	position: relative;
	z-index: 1;
	width: 100%;
	color: #7e6f44;
}
.bestrate_01_txt {
	font-size: 1.7rem;
	font-weight: 600;
	letter-spacing: 0.2rem;
	margin: 50px 0;
	line-height: 164%;
}
.bestrate_01_box {
	border: 1px solid #9a853d;
	padding: 40px 0;
	background: #fff;
	max-width: 800px;
	margin: 0 auto;
}
.bestrate_01_box p {
	line-height: 240%;
	font-size: 1.5rem;
	font-weight: 500;
}
.bestrate_01_box p:not(:last-child) {
	margin-bottom: 30px;
}
@media screen and (max-width: 1366px) {
	#bestrate_01 {
		max-width: inherit;
		padding: 0 5%;
	}
}
@media screen and (max-width: 896px) {
	#bestrate_01 {
		max-width: inherit;
		padding: 0 5%;
	}
	.bestrate_h2_ttl h2 {
		font-size: 2.8rem;
		line-height: 130%;
	}
}
@media screen and (max-width: 768px) {
	.bestrate_h2_ttl h2 {
		font-size: 2.4rem;
	}
	.bestrate_01_txt {
		font-size: 1.6rem;
	}
	.bestrate_01_box {
		padding: 40px;
	}
	.bestrate_01_box p {
		font-size: 1.4rem;
		text-align: left;
	}
}
@media screen and (max-width: 640px) {
	.bestrate_h2_ttl h2 {
		font-size: 2.2rem;
	}
	.bestrate_01_txt {
		margin: 30px 0;
	}
}
@media screen and (max-width: 480px) {
	#bestrate_01 {
		margin-bottom: 60px;
	}
	#bestrate_01::before {
		zoom: 0.6;
	}
	.bestrate_01_area {
		padding: 60px 5% 25px;
		margin-top: -40px;
	}
	.bestrate_h2_ttl h2 {
		font-size: 1.7rem;
	}
	.bestrate_01_txt {
		font-size: 1.4rem;
		line-height: 150%;
		margin: 20px 0;
	}
	.bestrate_01_box {
		padding: 25px 30px;
	}
	.bestrate_01_box p {
		line-height: 170%;
		font-size: 1.3rem;
	}
	.bestrate_01_box p:not(:last-child) {
		margin-bottom: 25px;
	}
}


/* ==============================================

	bestrate_02

================================================= */
#bestrate_02 {
	background: #f8f7f5;
	padding: 100px 5%;
	text-align: center;
}
.bestrate_02_area {
	background: #fff;
	padding: 50px 5% 80px;
}
.bestrate_02_area section {
	max-width: 900px;
	margin: 0 auto;
}
.bestrate_02_area section:not(:last-child) {
	margin-bottom: 80px;
}
.bestrate_h3_ttl {
	background: #f8f7f5;
	padding: 25px 10px;
	margin-bottom: 35px;
	color: #787878;
}
.bestrate_h3_ttl p {
	font-size: 1.6rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #9a853d;
	letter-spacing: 0.3rem;
	margin-bottom: 15px;
	font-weight: 500!important;
}
.bestrate_h3_ttl p::after, .bestrate_h3_ttl p::before {
	border-top: 1px solid #9a853d;
	content: "";
	width: 35px;
}
.bestrate_h3_ttl p::after {
	margin-left: 15px;
}
.bestrate_h3_ttl p::before {
	margin-right: 15px;
}
.bestrate_h3_ttl h3 {
	font-size: 2.2rem;
	letter-spacing: 0.3rem;
	font-weight: 500;
	color: #000000;
}
#bestrate_02 h4 {
	font-size: 1.8rem;
	letter-spacing: 0.2rem;
	line-height: 172%;
	font-weight: 600;
}
.bestrate_02_area section > span {
	font-size: 1.5rem;
	border: 1px solid #9a853d;
	padding: 8px 15px;
	display: inline-block;
	font-weight: 600;
	margin-top: 10px;
	background: #faf9f5;
	line-height: 140%;
}
.bestrate_02_area section > p {
	margin-top: 45px;
	font-size: 1.5rem;
	line-height: 240%;
	font-weight: 500;
}
.bestrate_02_area section > p span {
	background: #fee2e5;
}
.bestrate_02_area img {
	margin: 80px 0 0;
}
@media screen and (max-width: 896px) {
	.bestrate_02_area section > p {
		text-align: left;
	}
}
@media screen and (max-width: 768px) {
	.bestrate_h3_ttl h3 {
		font-size: 2.1rem;
	}
	.bestrate_02_area img {
		margin-top: 60px;
	}
}
@media screen and (max-width: 640px) {
	#bestrate_02 h4 {
		text-align: left;
		font-size: 1.6rem;
		letter-spacing: 0.15em;
	}
}
@media screen and (max-width: 480px) {
	#bestrate_02 {
		padding: 60px 5%;
	}
	.bestrate_02_area {
		padding: 20px 5% 40px;
	}
	.bestrate_h3_ttl {
		padding: 20px 0;
		margin-bottom: 20px;
	}
	.bestrate_h3_ttl > * {
		letter-spacing: 0.2rem!important;
	}
	.bestrate_h3_ttl p {
		font-size: 1.4rem;
	}
	.bestrate_h3_ttl h3 {
		font-size: 1.7rem;
		line-height: 120%;
	}
	.bestrate_h3_ttl p::after, .bestrate_h3_ttl p::before {
		width: 25px;
	}
	.bestrate_h3_ttl p::after {
		margin-left: 10px;
	}
	.bestrate_h3_ttl p::before {
		margin-right: 10px;
	}
	#bestrate_02 h4 {
		font-size: 1.4rem;
		line-height: 160%;
		letter-spacing: 0.08em;
	}
	.bestrate_02_area section > p {
		font-size: 1.3rem;
		line-height: 180%;
		margin-top: 25px;
	}
	.bestrate_02_area section:not(:last-child) {
		margin-bottom: 40px;
	}
	.bestrate_02_area img {
		margin: 40px 0 0;
	}
	.bestrate_02_area section > span {
		font-size: 1.4rem;
		padding: 8px 0;
		display: block;
	}
}

/* ==============================================

	bestrate_03

================================================= */
#bestrate_03 {
	padding: 100px 5% 0;
	text-align: center;
}
.bestrate_03_area {
	max-width: 960px;
	margin: 0 auto;
}
#bestrate_03 h2 {
	font-size: 2.4rem;
	color: #9a853d;
	line-height: 158%;
	font-weight: 600;
	margin-bottom: 60px;
	letter-spacing: 0.3rem;
}
.bestrate_03_txt {
	font-size: 1.5rem;
	line-height: 240%;
	margin-bottom: 55px;
	font-weight: 500;
}
.bestrate_03_btn {
	display: flex;
	gap: 30px;
	margin-bottom: 70px;
}
.bestrate_03_btn li {
	flex: 1;
}
.bestrate_03_box {
	max-width: 800px;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	border: 1px solid #9a853d;
}
.bestrate_03_inner {
	background: #f8f7f5;
	padding: 40px 20px 25px;
	margin-bottom: 15px;
}
.bestrate_03_boxTtl {
	position: relative;
	padding-bottom: 20px;
	letter-spacing: 0.15em;
	margin-bottom: 40px;
}
.bestrate_03_boxTtl::after {
	content: "";
	display: block;
	border-top: 1px solid #a98f37;
	width: 60px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.bestrate_03_boxTtl h3 {
	font-size: 1.8rem;
	font-weight: 500;
	color: #987c1b;
}

#bestrate_03 .f_tel p {
	font-size: 1.4rem;
	margin-bottom: 12px;
	letter-spacing: 0.15em;
}
#bestrate_03 .fair_dtlRsv_telNo {
	padding: 0;
	background: none;
	margin-bottom: 20px;
}
#bestrate_03 .fair_dtlRsv_telNo a {
	font-size: 4rem!important;
	font-weight: 400;
	color: #000;
}
#bestrate_03 .fair_dtlRsv_telNo a::before {
	width: 30px;
	height: 36px;
	filter: brightness(0) saturate(100%) invert(14%) sepia(40%) saturate(614%) hue-rotate(347deg) brightness(103%) contrast(99%);
}
#bestrate_03 .fair_dtlRsv_telInfo {
	margin: 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 18px 50px;
}
#bestrate_03 .fair_dtlRsv_telInfo dl:not(:last-child) {
	margin-bottom: 0;
}
#bestrate_03 .fair_dtlRsv_telInfo dl dd {
	line-height: 150%;
}
.bestrate_03_box > p {
	color: #222;
	font-size: 1.3rem;
	display: flex;
	align-items: baseline;
	justify-content: center;
}
.bestrate_03_box > p::before {
	content: "※";
	padding-right: 2px;
}
@media screen and (max-width: 1194px) {
	#bestrate_03 {
		padding: 100px 7% 0;
	}
}
@media screen and (max-width: 1024px) {
	.bestrate_03_btn {
		gap: 20px;
	}
}
@media screen and (max-width: 896px) {
}
@media screen and (max-width: 768px) {
	.bestrate_03_txt {
		text-align: left;
	}
	.bestrate_03_box > p {
		text-align: left;
		line-height: 120%;
	}
	#bestrate_03 h2 {
		font-size: 2.2rem;
	}
	.bestrate_03_btn {
		flex-flow: row wrap;
		justify-content: center;
	}
	.bestrate_03_btn li {
		width: calc((100% - 20px) / 2);
		flex: inherit;
	}
}
@media screen and (max-width: 640px) {
	.bestrate_03_boxTtl h3 {
		font-size: 1.7rem;
	}
	.bestrate_03_btn li {
		width: 100%;
		
	}
}
@media screen and (max-width: 480px) {
	#bestrate_03 {
		padding: 60px 5% 0;
	}
	#bestrate_03 h2 {
		font-size: 1.8rem;
		margin-bottom: 40px;
	}
	.bestrate_03_txt {
		font-size: 1.4rem;
		line-height: 180%;
		margin-bottom: 25px;
	}
	.bestrate_03_boxTtl {
		margin-bottom: 30px;
	}
	.bestrate_03_boxTtl h3 {
		line-height: 130%;
		font-size: 1.6rem;
	}
	.bestrate_03_box > p {
		font-size: 1.2rem;
	}
	.bestrate_03_inner {
		padding: 20px;
	}
	#bestrate_03 .fair_dtlRsv_telNo {
		margin-bottom: 20px;
	}
	#bestrate_03 .fair_dtlRsv_telNo a {
		font-size: 3rem!important;
	}
	#bestrate_03 .fair_dtlRsv_telNo a::before {
		width: 25px;
		height: 30px;
	}
	#bestrate_03 .f_tel p {
		letter-spacing: 0.1em;
	}
	.bestrate_03_btn {
		margin-bottom: 40px;
		gap: 15px;
	}
	#bestrate_03 .fair_dtlRsv_telInfo {
		flex-flow: column;
		align-items: center;
	}
}


/* ==============================================

	bestrate_04

================================================= */
#bestrate_04 {
	padding: 100px 5%;
}
#bestrate_04 .cmn_ttl_h2 p {
	font-size: 4.4rem;
}
.bestrate_bftInner {
	max-width: 1300px;
	margin: 0 auto 50px;
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	gap: 80px 3.8%;
}
.bestrate_bftInner section {
	background: #fff;
	width: calc((100% - 7.6%) / 3);
}
.bestrate_bftInner figure {
	margin-bottom: 20px;
}
.bestrate_bft_ttl p {
	font-size: 1.3rem;
	color: #fff;
	background: #a09069;
	padding: 6px 12px;
	margin-bottom: 12px;
	display: inline-block;
	line-height: 120%;
}
.bestrate_bft_ttl h3 {
	font-size: 1.5rem;
	line-height: 160%;
	font-weight: 500;
}
.bestrate_bft_ttl h3 span {
	font-size: 1.2rem;
	display: block;
	line-height: 130%;
}
.bestrate_bft_period {
	border-top: 1px solid #a98f37;
	display: flex;
	align-items: baseline;
	gap: 30px;
	margin-top: 15px;
	padding: 12px 10px;
	font-size: 1.2rem;
	color: #222222;
}
.bestrate_bft_dtl {
	padding-top: 10px;
	border-top: 1px solid #a98f37;
	font-size: 1.3rem;
	line-height: 138%;
}
.bestrate_bft_dtl ol {
	list-style-type: decimal;
	margin-left: 15px;
}
.bestrate_bft_dtl ol > li:not(:last-child) {
	margin-bottom: 15px;
}
.bestrate_bft_dtl p {
	font-size: 1.2rem;
	line-height: 166%;
}
#bestrate_04 .cmn_btn,
#bestrate_04 .cmn_btn a {
	max-width: 360px;
}
#bestrate_04 .cmn_btn a {
	height: 50px;
}

@media screen and (max-width: 896px) {
	.bestrate_bftInner {
		flex-flow: row wrap;
		justify-content: flex-start;
		gap: 60px 6%;
	}
	.bestrate_bftInner section {
		width: calc((100% - 6%) / 2);
	}
}
@media screen and (max-width: 768px) {
	#bestrate_04 .cmn_ttl_h2 p {
		font-size: 3.8rem;
	}
}
@media screen and (max-width: 480px) {
	#bestrate_04 {
		padding: 60px 5%;
	}
	#bestrate_bft {
		margin-bottom: 60px;
		padding: 60px 5%;
	}
	#bestrate_04 .cmn_ttl_h2 p {
		font-size: 3.2rem;
	}
	#bestrate_bft .cmn_ttl_m {
		margin-bottom: 50px;
	}
	.bestrate_bftInner {
		flex-flow: column;
		gap: 40px;
		margin-bottom: 40px;
	}
	.bestrate_bftInner section {
		width: 90%;
		margin: 0 auto;
	}
	.bestrate_bftInner figure {
		margin-bottom: 15px;
	}
	.bestrate_bft_ttl p {
		font-size: 1.2rem;
	}
	.bestrate_bft_ttl h3 {
		font-size: 1.4rem;
		line-height: 140%;
	}
}











