
#visual {
	width: 100%;
	position: relative;
}
#visual .image {
	width: calc( 100vw * ( 1498 / 1918 ));
}
#visual .image img {
	width: 100%;	
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 767px) {
	#visual .image {
		width: calc( 100vw * ( 665 / 730 ));
	}
}

.page-title-wrap {
	padding-top: 100px;
	padding-bottom: 150px;
}
.page-title-wrap h2 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 0;
	padding: 0;
}
.page-title-wrap h2 span {
	display: flex;
	justify-content: center;
	flex-direction: row;
}
.page-title-wrap h2 span.en {
	padding: 0 0 40px 0;
}
.page-title-wrap h2 span.en img {
	width: 260px;
}
.page-title-wrap h2 span.ja {
	font-size: 40px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
}

@media only screen and (max-width: 1024px) {
	.page-title-wrap {
		padding-top: calc( 100vw * ( 100 / 1024 ));
	}
	.page-title-wrap h2 span.en {
		padding: 0 0 calc( 100vw * ( 40 / 1024 )) 0;
	}
	.page-title-wrap h2 span.en img {
		width: calc( 100vw * ( 286 / 1024 ));
	}
	.page-title-wrap h2 span.ja {
		font-size: calc( 100vw * ( 40 / 1024 ));
	}
}
@media only screen and (max-width: 767px) {
	.page-title-wrap {
		padding-top: calc( 100vw * ( 67 / 730 ));
		padding-bottom: calc( 100vw * ( 130 / 730 ));
	}
	.page-title-wrap h2 span.en {
		padding: 0 0 calc( 100vw * ( 30 / 730 )) 0;
	}
	.page-title-wrap h2 span.en img {
		width: calc( 100vw * ( 320 / 730 ));
	}
	.page-title-wrap h2 span.ja {
		font-size: calc( 100vw * ( 40 / 730 ));
	}
}

.heading-center-eng {
	padding-bottom: 40px;
}
.heading-center-eng h3 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 0;
	padding: 0;
}
.heading-center-eng h3 span {
	display: flex;
	justify-content: center;
	flex-direction: row;
}
.heading-center-eng h3 span.en {
	font-size: 40px;
	letter-spacing: 0.2rem;
	padding-bottom: 30px;
}
.heading-center-eng h3 span.ja {
	font-size: 28.5px;
}

@media only screen and (max-width: 1024px) {
	.heading-center-eng {
		padding-bottom: calc( 100vw * ( 40 / 1024 ));
	}
	.heading-center-eng h3 span.en {
		font-size: calc( 100vw * ( 40 / 1024 ));
		padding-bottom: calc( 100vw * ( 30 / 1024 ));
	}
	.heading-center-eng h3 span.ja {
		font-size: calc( 100vw * ( 28.5 / 1024 ));
	}
}

@media only screen and (max-width: 767px) {
	.heading-center-eng {
		padding-bottom: calc( 100vw * ( 70 / 730 ));
	}
	.heading-center-eng h3 span.en {
		font-size: calc( 100vw * ( 40 / 730 ));
		padding-bottom: calc( 100vw * ( 30 / 730 ));
	}
	.heading-center-eng h3 span.ja {
		font-size: calc( 100vw * ( 28.5 / 730 ));
	}
}


/* sale-about
----------------------------------------------------------------------*/

#sale-about {
	padding-bottom: 115px;
}
#sale-about .lead-wrap {

}
#sale-about .lead-wrap p.lead {
	text-align: center;
	font-size: 28.5px;
	line-height: 2;
	margin: 0;
}

ul.sale-about-flex {
	margin: 120px 0 0 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
ul.sale-about-flex li {
	width: calc(100% / 3);
	display: flex;
	justify-content: center;
}
ul.sale-about-flex li img {
	width: 216px;
}
.price-wrap {
	padding: 60px 0 40px 0;
}
.price-wrap .price-heading-wrap {
	padding: 30px 0;
	border-bottom: 2px solid #231815;
	width: 970px;
	max-width: 100%;
}
.price-wrap .price-heading-wrap h3 {
	font-size: 30px;
	width: 970px;
	max-width: 100%;
	text-align: center;
	margin: 0;
	padding: 0 0 15px 0;
}
.price-wrap .price-heading-wrap p {
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.price-wrap p {
	font-size: 16px;
	text-align: center;
	margin: 1em 0;
}
.price-wrap .freedial {
	display: flex;
	justify-content: center;
}
.price-wrap .freedial img {
	width: 434px;
}

@media only screen and (max-width: 1024px) {
	#sale-about {
		padding-bottom: calc( 100vw * ( 115 / 1024 ));
	}
	#sale-about .lead-wrap p.lead {
		font-size: calc( 100vw * ( 28.5 / 1024 ));
	}
	
	ul.sale-about-flex {
		margin: calc( 100vw * ( 120 / 1024 )) 0 0 0;
	}
	ul.sale-about-flex li img {
		width: calc( 100vw * ( 216 / 1024 ));
	}
	.price-wrap {
		padding: calc( 100vw * ( 60 / 1024 )) 0 calc( 100vw * ( 40 / 1024 )) 0;
	}
	.price-wrap .price-heading-wrap {
		padding: calc( 100vw * ( 30 / 1024 )) 0;
		width: calc( 100vw * ( 970 / 1024 ));
	}
	
	.price-wrap .price-heading-wrap h3 {
		font-size: calc( 100vw * ( 30 / 1024 ));
		width: calc( 100vw * ( 970 / 1024 ));
		padding: 0 0 calc( 100vw * ( 15 / 1024 )) 0;
	}
	.price-wrap .price-heading-wrap p {
		font-size: calc( 100vw * ( 16 / 1024 ));
	}
	.price-wrap p {
		font-size: calc( 100vw * ( 16 / 1024 ));
	}
	.price-wrap .freedial img {
		width: calc( 100vw * ( 434 / 1024 ));
	}

}

@media only screen and (max-width: 767px) {
	ul.sale-about-flex li:nth-child(1) { order: 1; }
	ul.sale-about-flex li:nth-child(2) { order: 3; width: 100%; }
	ul.sale-about-flex li:nth-child(3) { order: 2; }
	ul.sale-about-flex li:nth-child(4) { order: 4; }
	ul.sale-about-flex li:nth-child(5) { order: 5; }
	
	ul.sale-about-flex {
		margin: calc( 100vw * ( 120 / 730 )) 0;
		gap: 0 calc( 100vw * ( 70 / 730 ));
	}
	ul.sale-about-flex li {
		width: calc( 100vw * ( 232 / 730 ));
	}
	ul.sale-about-flex li img {
		width: calc( 100vw * ( 232 / 730 ));
	}
	
	.price-wrap .price-heading-wrap {
		padding: calc( 100vw * ( 20 / 730 )) 0;
		border-bottom: none;
		width: calc( 100vw * ( 600 / 730 )); 
		margin-left: auto;
		margin-right: auto;
	}
	
	.price-wrap .price-heading-wrap h3 {
		font-size: calc( 100vw * ( 30 / 730 ));
		width: calc( 100vw * ( 600 / 730 ));
		padding: 0 0 calc( 100vw * ( 15 / 730 )) 0;
	}
	.price-wrap .price-heading-wrap p {
		font-size: calc( 100vw * ( 23 / 730 ));
	}
	.price-wrap p {
		font-size: calc( 100vw * ( 22 / 730 ));
	}
	.price-wrap .freedial img {
		width: calc( 100vw * ( 600 / 730 ));
	}
	
}

/* satei
----------------------------------------------------------------------*/

#satei {
	background-color: #e8c11b;
	color: #fff;
}
.satei-wrap {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 0;
}
.satei-wrap h3 {
	margin: 0;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	font-size: 36px;
	border-bottom: 1px solid #fff;
}
.satei-wrap p {
	font-size: 18px;
	line-height: 1.6;
	margin: 1em 0;
}
.satei-wrap .detail_wrap img {
	width: 141px;
}

@media only screen and (max-width: 1024px) {
	.satei-wrap {
		width: calc(100vw * (970 / 1024));
		padding: calc(100vw * (40 / 1024)) 0;
	}
	.satei-wrap h3 {
		font-size: calc(100vw * (36 / 1024));
	}
	.satei-wrap p {
		font-size: calc(100vw * (18 / 1024));
	}
	.satei-wrap .detail_wrap img {
		width: calc(100vw * (141 / 1024));
	}
}

@media only screen and (max-width: 767px) {
	#satei {
		background-color: #f7ae1d;
	}
	.satei-wrap {
		width: calc(100vw * (600 / 730));
	}
	.satei-wrap h3 {
		font-size: calc(100vw * (40 / 730));
	}
	.satei-wrap p {
		font-size: calc(100vw * (24 / 730));
	}
	.satei-wrap .detail_wrap {
		display: flex;
		justify-content: center;
	}
	.satei-wrap .detail_wrap img {
		width: calc(100vw * (308 / 730));
	}
}