@charset "utf-8";





@import url("/common/css/reset.css");
@import url("/common/css/base.css");





#intro_box {
	padding: 30px 0 60px;
}
@media screen and (max-width: 1120px) {
	#intro_box {
		padding: 3% 0 6%;
	}
}/* 閉じカッコ */
#intro {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-size: 150%;
}





#price_box {
	padding: 0 0 80px;
}
#price {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 80px;
}
@media screen and (max-width: 1120px) {
	#price {
		margin-bottom: 8%;
	}
}/* 閉じカッコ */

.details,
.details_plus {
	clear: both;
}
.details_item {
	float: left;
	box-sizing: border-box;
	width: 27%;
	max-width: 270px;
	padding: 30px 10px;
	border: 1px solid #403524;
	border-radius: 10px;
	text-align: center;
	font-size: 150%;
}
.details_plus {
	float: left;
	box-sizing: border-box;
	width: 27%;
	max-width: 270px;
	padding: 20px 10px;
	text-align: center;
	font-size: 187.5%;
}
.details_desc {
	margin-left: 300px;
}
@media screen and (max-width: 1120px) {
	.details_desc {
		margin-left: 30%;
	}
}/* 閉じカッコ */

.details_desc_text {
	margin-bottom: 0.6em;
	font-size: 100%;
}
.details_desc_text20 {
	font-size: 125%;
}
.details_desc_text24 {
	font-size: 150%;
}





#summary {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-size: 150%;
}
#summary_note {
	margin-top: 1em;
	font-size: 75%;
}









