@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#price .price {
	padding-top: 90px;
}
#price .price::before {
	background: #fff url(../img/bg.png) no-repeat center top / cover;
}
#price .price .list {
	margin-top: 80px;
}
#price .price .box {
	min-height: 409px;
	position: relative;
	margin-bottom: 80px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
#price .price .box .img {
	position: absolute;
	top: 0;
	left: 0;
}
#price .price .box:nth-of-type(2) .img {
	left: auto;
	right: 0;
}
#price .price .box .img .wind {
	position: absolute;
	top: -30px;
	left: 0;
	font-size: 55px;
	line-height: 1;
	color: #b29059;
	transform: rotate(-5deg);
}
#price .price .box:nth-of-type(2) .img .wind {
	left: auto;
	right: 0;
}
#price .price .box dl {
	width: 615px;
	border-radius: 5px;
	background: #fff;
	z-index: 1;
	padding: 35px 50px;
	margin-top: 50px;
	position: relative;
	overflow: hidden;
}
#price .price .box:nth-of-type(2) dl {
	margin-right: auto;
}
#price .price .box dl.recommend::before {
	position: absolute;
	top: 4px;
	left: -30px;
	content: "おすすめ";
	color: #fff;
	font-size: 20px;
	width: 183px;
	padding-right: 50px;
	line-height: 45px;
	text-align: center;
	transform: rotate(-30deg);
	background : linear-gradient(90deg, rgba(178, 144, 89, 1) 0%, rgba(215, 197, 169, 1) 50%, rgba(178, 144, 89, 1) 100%);
}
#price .price .box dl dt {
	text-align: center;
	font-size: 33px;
	border-bottom: 1px solid #131834;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#price .price .box dl dd .yen {
	font-size: 35px;
	margin-bottom: 20px;
}
#price .price .box dl dd .txt {
	font-size: 110%;
}
#price .price .box dl dd ul {
	margin-bottom: 20px;
}
#price .price .box dl dd ul li {
	width: 245px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	padding-left: 30px;
	padding-bottom: 10px;
	background: url("../img/chk.png") no-repeat left top 8px;
	margin-bottom: 15px;
}
#price .price .encho {
	width: 565px;
	background: #fff;
	margin: 0 auto;
	padding: 50px;
	display: flex;
	align-items: center;
}
#price .price .encho dt {
	font-size: 33px;
	width: 215px;
}
#price .price .encho dd {
	font-size: 22px;
	width: calc(100% - 215px);
}
#price .price .encho dd .pri {
	font-size: 35px;
}
#faq .bg {
	padding-top: 90px;
}
#faq .bg::before {
	background: #fff url(../img/bg.png) no-repeat center top / cover;
}
#faq .bg::after {
	height: 318px;
	background : linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
#faq .list {
	margin-top: 80px;
}
#faq .list dl {
	margin-bottom: 45px;
}
#faq .list dl:last-of-type {
	margin-bottom: 0;
}
#faq .list dl dt {
	position: relative;
	color: #fff;
	width: 625px;
	background: var(--color-font);
	font-size: 24px;
	line-height: 1;
	padding: 48px 48px 48px 85px;
	z-index: 1;
}
#faq .list dl dt::before {
	content: "Q";
	position: absolute;
	top: 40px;
	left: 45px;
	font-size: 35px;
	color: var(--color-gold);
}
#faq .list dl dd {
	position: relative;
	top: -35px;
	background: #fff;
	border: 1px solid #e5e5e5;
	width: calc(100% - 100px);
	padding: 70px 50px 50px;
	margin-left: auto;
	font-size: 110%;
}
#faq .list dl dd::before {
	content: "A";
	position: absolute;
	bottom: -6px;
	right: 0;
	font-size: 104px;
	line-height: 1;
	color: rgba(178, 144, 89, 0.15);
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#price .price, #faq .bg {
		padding-top: 50px;
	}
	#price .price .box {
		min-height: unset;
		display: block;
	}
	#price .price .box:last-of-type {
		margin-bottom: 50px;
	}
	#price .price .box .img {
		position: relative;
		width: 500px;
		margin: 0 auto 20px;
	}
	#price .price .box dl {
		width: 100%;
		padding: 30px;
		margin-top: 0;
	}
	#price .price .box dl dt {
		font-size: 28px;
	}
	#price .price .box dl dd .yen {
		font-size: 30px;
	}
	#price .price .box dl dd ul {
		width: 530px;
		margin: 0 auto 15px;
	}
	#price .price .encho {
		width: 420px;
		padding: 30px;
	}
	#price .price .encho dt {
		font-size: 28px;
		width: 160px;
	}
	#price .price .encho dd {
		width: calc(100% - 160px);
		font-size: 20px;
	}
	#price .price .encho dd .pri {
		font-size: 28px;
	}
	#faq .list {
		margin-top: 50px;
	}
	#faq .list dl {
		margin-bottom: 20px;
	}
	#faq .list dl dt {
		font-size: 20px;
		width: 95%;
		padding: 20px 20px 20px 58px;
	}
	#faq .list dl dt::before {
		top: 11px;
		left: 20px;
		font-size: 30px;
	}
	#faq .list dl dd {
		width: 95%;
		padding: 50px 20px 20px;
	}
	#faq .list dl dd::before {
		font-size: 80px;
		bottom: -4px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#price .price > .txt {
		font-size: 14px;
	}
	#price .price .box .img {
		width: 100%;
	}
	#price .price .box .img .wind {
		font-size: 40px;
	}
	#price .price .box dl {
		padding: 15px;
	}
	#price .price .box dl dt {
		font-size: 25px;
		padding-bottom: 10px;
		margin-bottom: 10px
	}
	#price .price .box dl dd .yen {
		font-size: 25px;
	}
	#price .price .box dl dd .txt {
		font-size: 13px;
	}
	#price .price .box dl.recommend::before {
		font-size: 15px;
		padding-right: 20px;
		line-height: 30px;
		top: 2px;
		left: -57px;
	}
	#price .price .box dl dt {
		font-size: 20px;
	}
	#price .price .box dl dd .yen {
		font-size: 22px;
	}
	#price .price .box dl dd ul li {
		font-size: 110%;
		background-position: left top 5px;
	}
	#price .price .encho {
		width: 100%;
		display: block;
		padding: 15px;
	}
	#price .price .encho dd {
		width: 100%;
		text-align: right;
	}
	#price .price .encho dt {
		font-size: 24px;
	}
	#price .price .encho dd {
		font-size: 18px;
	}
	#price .price .encho dd .pri {
		font-size: 22px;
	}
	#faq .list dl {
		margin-bottom: 0;
	}
	#faq .list dl dt {
		font-size: 18px;
		line-height: 1.2;
		padding: 15px 15px 15px 48px;
	}
	#faq .list dl dt::before {
		top: 10px;
		left: 15px;
		font-size: 22px;
	}
	#faq .list dl dd {
		width: 95%;
		padding: 45px 15px 15px;
		font-size: 100%;
	}
	#faq .list dl dd::before {
		font-size: 60px;
		bottom: -3px;
	}
}