@charset "utf-8";
/* CSS Document */

#bestrate {
	margin-bottom: 110px;
}
@media screen and (max-width: 480px) {
	#bestrate {
		margin-bottom: 60px;
	}
}

#bestrate .f_tel dl dd {
    line-height: 150%;
}
/* ==============================================

	bestrate_01

================================================= */
#bestrate_01 {
	max-width: 1200px;
	margin: 0 auto 50px;
	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: #f4f6f2;
	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: 500;
	position: relative;
	z-index: 1;
	width: 100%;
	color: #2d4f0f;
}
.bestrate_01_txt {
	font-size: 1.7rem;
	font-weight: 600;
	letter-spacing: 0.2rem;
	margin: 50px 0 0;
	line-height: 164%;
	color: #2d4f0f;
}
.bestrate_01_box {
	border: 1px solid #2d4f0f;
	padding: 40px 0;
	background: #fafaf8;
	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.8;
	}
	.bestrate_01_area {
		padding: 60px 5% 25px;
		margin-top: -40px;
	}
	.bestrate_h2_ttl h2 {
		font-size: 1.7rem;
	}
	.bestrate_01_txt {
		font-size: 1.5rem;
		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_04

================================================= */
#bestrate_02 {
	background: #f8f8f8;
	padding: 100px 5%;
	text-align: center;
	margin-bottom: 100px;
}
#bestrate_04 {
	background: #f8f8f8;
	padding: 100px 5%;
	text-align: center;
	margin-bottom: 100px;
}
.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: #f8f8f8;
	padding: 25px 10px;
	margin-bottom: 35px;
	color: #2d4f0f;
}
.bestrate_h3_ttl p {
	font-size: 1.6rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	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 #2d4f0f;
	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;
}
#bestrate_02 h4 {
	font-size: 1.8rem;
	letter-spacing: 0.2rem;
	line-height: 172%;
	font-weight: 600;
	color: #2d4f0f;
}
.bestrate_02_area section > span {
	font-size: 1.5rem;
	border: 1px solid #51504f;
	padding: 8px 15px;
	display: inline-block;
	font-weight: 600;
	margin-top: 10px;
	background: #ffffff;
	line-height: 140%;
	color: #2d4f0f;
}
.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: #ecf0e9;
}
.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%;
		margin-bottom: 60px;
	}
	.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.8rem;
		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.5rem;
		line-height: 160%;
	}
	.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 {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}
#bestrate_03 h2 {
	font-size: 2.4rem;
	color: #2d4f0f;
	line-height: 158%;
	font-weight: 500;
	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 #2d4f0f;
}
.bestrate_03_inner {
	background: #ecf0e9;
	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 #2d4f0f;
	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: #2d4f0f;
}

#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: 25px;
}
#bestrate_03 .fair_dtlRsv_telNo a {
	font-size: 4rem!important;
	font-weight: 400;
	color: #3a2513;
}
#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;
    gap: 50px;
    justify-content: center;	
}
.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 {
		max-width: inherit;
		padding: 0 7%;
	}
}
@media screen and (max-width: 1024px) {
	#bestrate_03 {
		padding: 0 5%;
	}
	.bestrate_03_btn {
		gap: 20px;
	}
}
@media screen and (max-width: 896px) {
	#bestrate_03 {
		max-width: inherit;
		padding: 0 5%;
	}
}
@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;
	}
	#bestrate_03 .fair_dtlRsv_telInfo{
		gap: 30px;
	}
}
@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 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_bft

================================================= */
#bestrate_bft {
	background: #f5f5f5;
	padding: 100px 5%;
	margin-bottom: 120px;
}
#bestrate_bft .cmn_ttl_m {
	margin-bottom: 90px;
}
.bestrate_bftInner {
	max-width: 1320px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 60px 3.6%;
}
.bestrate_bftInner section {
	background: #fff;
	width: calc((100% - 7.2%) / 3);
	padding: 30px;
	position: relative;
}
.bestrate_bft_no {
	position: absolute;
	left: -20px;
	top: -45px;
	font-size: 8rem;
	color: rgba(155,141,86,0.3);
	letter-spacing: 0;
	font-family: "EB Garamond", serif;
}
.bestrate_bftInner figure {
	margin-bottom: 20px;
}
.bestrate_bftInner h3 {
	font-size: 1.5rem;
	line-height: 160%;
	font-weight: 500;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #525252;
}
.bestrate_bftInner div {
	font-size: 1.2rem;
	line-height: 166%;
}
@media screen and (max-width: 1024px) {
	.bestrate_bftInner section {
		padding: 20px;
	}
}
@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: 812px) {
	
}

@media screen and (max-width: 768px) {
	
}

@media screen and (max-width: 640px) {
	
}

@media screen and (max-width: 480px) {
	#bestrate_bft {
		margin-bottom: 60px;
		padding: 60px 5%;
	}
	#bestrate_bft .cmn_ttl_m {
		margin-bottom: 50px;
	}
	.bestrate_bftInner {
		flex-flow: column;
	}
	.bestrate_bftInner section {
		width: 90%;
		margin: 0 2% 0 auto;
	}
	.bestrate_bftInner figure {
		margin-bottom: 15px;
	}
}
#bestrate_04 {
	margin-top: 80px;
}
#bestrate_04 .bestrate_02_area section > p {
	margin-top: 25px;
}
#bestrate_04 h4 {
	line-height: 180%;
}
@media screen and (max-width: 480px) {
	#bestrate_04 {
		margin: 40px 0 0;
		padding: 40px 5%;
	}
}

