.pageHeadSec {
    padding-top: 220px;
}
.title {
	padding-top: 220px;
}
/*about
----------------------------------------*/
.about {
	background: #EFEDED;
	padding: 1px 20px 113px;
	margin-top: 140px;
}
.about h2 {
	    margin: -76px 0 15px;
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 2px;
    font-weight: 600;
    color: #b5a27e;
}
.about h2 img {
	width: 150px;
	margin: 0 auto 25px;
	display: block;
}
.about > p {
	text-align: center;
	font-size: 15px;
	letter-spacing: .05em;
}
.about_inner {
	max-width: 1200px;
	margin: 48px auto 0;
	background: #fff;
	border-radius: 5px;
	padding: 68px 100px 79px;
}
.about_inner h3 {
	text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 2.1111;
    margin-bottom: 16px;
}
.about_inner > p {
	text-align: center;
	font-size: 13px;
	letter-spacing: .05em;
}
.about_recommend {
	display: flex;
	gap: 55px;
	margin: 46px 0 0;
}
.about_recommend figure {
	width: 486px;
}
.about_recommend_box {
	padding: 5px 0 0;
	flex: 1;
}
.about_recommend_box h4 {
	font-size: 20px;
	color: #B5A27E;
	font-weight: 600;
	border-bottom: 1px solid #DDDAD2;
	letter-spacing: .1em;
	position: relative;
	padding: 3px 0 14px 48px;
	margin: 0 27px 17px 0;
}
.about_recommend_box h4::before {
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	background: url(../images/bestrate/about_img_03.svg) no-repeat left top / 100% auto;
	position: absolute;
	left: 3px;
	top: 0;
}
.about_recommend_box ul {
	font-size: 13px;
	line-height: 2.0769;
	letter-spacing: 1px;
}
.about_recommend_box ul + ul {
	margin-top: 15px;
}
.about_recommend_box li {
	margin-left: 1em;
	text-indent: -1em;
}
.about_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 39px auto;
	text-align: center;
	border-radius: 5px;
	width: 460px;
	height: 65px;
	background: #B36A3C;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: .15em;
	position: relative;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	transition: opacity .3s;
}
.about_btn::after {
	content: '';
	display: block;
	width: 34px;
	height: 34px;
	background: url(../images/bestrate/icon_arrow.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 19px;
	margin: auto 0;
}
.about_not {
	border-top: 1px solid #B5A27E;
	margin: 56px 0 0;
	padding: 32px 0 0;
	text-align: center;
}
.about_not h4 {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: .15em;
	margin-bottom: 13px;
}
.about_not p,
.about_not ul {
	font-size: 13px;
	letter-spacing: .15em;
	line-height: 2;
}
.about_not ul li {
	margin-left: 1em;
	text-indent: -1em;
}
.about_not p + ul {
	margin-top: 13px;
}
@media (hover:hover) {
	.about_btn:hover {
		opacity: .6;
	}
}
@media screen and (max-width: 1000px) {
	.pageHeadSec {
    padding-top: 130px;
}
	.title {
	padding-top: 130px;
}
	.about {
		padding: 1px 7px 63px;
		margin-top: 120px;
	}
	.about h2 {
		margin: -72px 0 8px;
	}
	.about h2 img {
		width: 130px;
		margin: 0 auto 19px;
	}
	.about > p {
		line-height: 2;
	}
	.about_inner {
		margin: 32px auto 0;
		padding: 43px 24px 75px;
	}
	.about_inner h3 {
		font-size: 16px;
		line-height: 1.75;
	}
	.about_inner > p {
		line-height: 2.0769;
	}
	.about_recommend {
		display: block;
		margin: 28px 0 0;
	}
	.about_recommend figure {
		width: auto;
		margin-bottom: 34px;
	}
	.about_recommend_box h4 {
		font-size: 18px;
		letter-spacing: .15em;
		padding: 3px 0 14px 41px;
		margin: 0 0 19px 0;
	}
	.about_recommend_box h4::before {
		width: 30px;
		height: 30px;
		left: 2px;
	}
	.about_recommend_box ul {
		line-height: 1.7692;
		letter-spacing: 1px;
	}
	.about_recommend_box ul + ul {
		margin-top: 5px;
	}
	.about_btn {
		margin: 30px auto;
		width: 100%;
		font-size: 14px;
	}
	.about_btn::after {
		width: 21px;
		height: 21px;
		right: 13px;
	}
	.about_not {
		margin: 47px 0 0;
		padding: 33px 0 0;
		text-align: left;
	}
	.about_not h4 {
		margin-bottom: 16px;
	}
	.about_not p,
	.about_not ul {
		letter-spacing: .1em;
	}
	.about_not ul {
		line-height: 1.7692;
	}
	.about_not ul li + li {
		margin-top: 5px;
	}
}

/*price
----------------------------------------*/
.price {
	padding: 100px 20px 98px;
}
.price_inner {
	max-width: 1100px;
	margin: 0 auto;
}
.price h2 {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: .1em;
	border-bottom: 1px solid #b5a27e;
	color: #b5a27e;
	padding-bottom: 27px;
	margin-bottom: 65px;
}
.price_box {
	display: flex;
	align-items: flex-start;
	gap: 109px;
}
.price_box figure {
	width: 44.8182%;
	border-radius: 5px;
	overflow: hidden;
}
.price_txt {
	flex: 1;
	margin-top: -8px;
}
.price_txt h3 {
	font-size: 20px;
	letter-spacing: 2px;
	padding-bottom: 16px;
	border-bottom: 1px solid #D5D3C3;
	margin-bottom: 36px;
}
.price_txt h4 {
	font-size: 18px;
	line-height: 2;
	letter-spacing: .2px;
	margin: 30px 0 11px;
}
.price_txt h3 + h4 {
	margin-top: 0;
}
.price_txt p {
	font-size: 13px;
	letter-spacing: .05em;
	line-height: 2.1538;
}
@media screen and (max-width: 1000px) {
	.price {
		padding: 43px 30px 45px;
	}
	.price h2 {
		font-size: 20px;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	.price_box {
		display: block;
	}
	.price_box figure {
		width: auto;
		margin-bottom: 32px;
	}
	.price_txt {
		margin-top: 0;
	}
	.price_txt h3 {
		font-size: 18px;
		line-height: 1.6667;
		padding-bottom: 20px;
		margin-bottom: 32px;
	}
	.price_txt h4 {
		margin: 23px 0 4px;
	}
	.price_txt h4:nth-of-type(2) {
		margin-bottom: 9px;
	}
	.price_txt h4:nth-of-type(3) {
		margin-top: 25px;
		margin-bottom: 6px;
	}
}

/*plan
----------------------------------------*/
.plan,
.fair {
	padding: 0 0 10px;
	height: auto;
}
.plan h2,
.fair h2 {
	text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    color: #b5a27e;
    letter-spacing: 2px;
    padding-bottom: 35px;
    border-bottom: 1px solid #b5a27e;
    position: relative;
    margin-bottom: 59px;
}
.fair h2 {
	margin-bottom: 0px;
	padding-bottom: 45px;
	max-width: 1100px;
    margin: auto;
}
.plan h2::before{
	content: '';
	display: block;
	width: 34px;
	height: 34px;
	background: #FFFFFF;
	border-radius: 50%;
	border: 2px solid #b5a27e;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -18px;
	margin: 0 auto;
}
.fair h2::before {
	content: '';
	display: block;
	width: 34px;
	height: 34px;
	background: #EFEDED;
	border-radius: 50%;
	border: 2px solid #b5a27e;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -18px;
	margin: 0 auto;
}
.plan h2::after,
.fair h2::after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #b5a27e;
	border-right: 2px solid #b5a27e;
	transform: rotate(135deg);
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	margin: 0 auto;
}

.plan_inner{
	max-width: 1100px;
	margin: 0 auto;
}
.fair_inner {
	margin: 0 auto;
	padding-top: 80px;
    background-color: #EFEDED;
}
@media screen and (max-width: 1000px) {
	.fair_inner {
	margin: 0 auto;
	padding-top: 57px;
    background-color: #EFEDED;
}
	.plan,
	.fair {
		padding: 48px 0 14px;
		border-top: 1px solid #D5D3C3;
	}
	.fair {
		border-top: 0;
		padding-top: 10px;
		padding-bottom: 0;
	}
	.plan h2,
	.fair h2 {
		font-size: 20px;
		line-height: 1.6;
		padding-bottom: 30px;
		margin-bottom: 42px;
	}
	.plan h2 {
		margin: 0 30px 42px;
	}
	.fair h2 {
		margin: 0 30px -10px;
		padding-bottom: 33px;
	}
	.plan h2::before,
	.fair h2::before {
		width: 28px;
		height: 28px;
		bottom: -15px;
	}
	.plan h2::after,
	.fair h2::after {
		width: 10px;
		height: 10px;
	}
}

/*plan
----------------------------------------*/
.present {
	padding: 63px 20px 86px;
    margin-bottom: 18px;
    border-top: 1px solid #D5D3C3;
}
.present_inner {
	max-width: 1100px;
	margin: 0 auto;
}
.present h2 {
	text-align: center;
	font-size: 13px;
	letter-spacing: .05em;
	margin-bottom: 16px;
}
.present h2 .cormorant {
	display: block;
	font-size: 30px;
	letter-spacing: .05em;
	margin-bottom: 2px;
}
.present h3 {
	text-align: center;
    font-size: 2.4rem;
    line-height: 1.8;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.present_bnr {
	display: block;
}
.present_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 460px;
	height: 65px;
	background: #b5a27e;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .15em;
	border-radius: 5px;
	margin: 46px auto 0;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	text-align: center;
	transition: opacity .3s;
}
@media (hover:hover) {
	.present_btn:hover {
		opacity: .6;
	}
}
@media screen and (max-width: 1000px) {
	.present {
		padding: 54px 30px 72px;
		margin-bottom: 0;
	}
	.present h2 {
		margin-bottom: 20px;
	}
	.present h2 .cormorant {
		font-size: 26px;
	}
	.present h3 {
		font-size: 18px;
		line-height: 1.8889;
	}
	.present_btn {
		width: 100%;
		font-size: 14px;
		margin: 30px auto 0;
	}
}