@charset "utf-8";

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:374px) {}

#container {
	padding: 1px 0;
	background-color: #efefef;
}

/*************************************************

sale-title

*************************************************/
.sale-title {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	margin: 70px 0 100px;
	color: #009988;
	font-size: 33px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}

@media only screen and (max-width:767px) {
	.sale-title  {
		gap: 10px;
		margin: 50px 0 40px;
		font-size: 26px;
	}
}

.sale-title::after {
	display: block;
	width: 90px;
	height: 1px;
	content: '';
	background-color: #009988;
}

@media only screen and (max-width:767px) {
	.sale-title::after {
		width: 30px;
	}
}



/*************************************************

pc

*************************************************/
.pc-img01 {
	width: min(1000px,calc(100% - 40px));
	margin: 0 auto 50px;
	line-height: 0;
}

.pc-img02 {
	width: min(1000px,calc(100% - 40px));
	margin: 0 auto 90px;
	line-height: 0;
}

@media only screen and (max-width:767px) {
	.pc-img01,
	.pc-img02 {
		display: none;
	}
}



/*************************************************

sp

*************************************************/
.meguri-img01 {
	margin: 0 54px 40px;
	text-align: center;
}



/* bgarea
--------------------------------------*/
.bgarea {
	padding: 35px 0 25px;
	color: #fff;
	background-color: #1caeb0;
}

.bgarea-title {
	max-width: calc(325 / 375 * 100%);
	margin: 0 auto 15px;
	padding: 6px 0;
	color: #1caeb0;
	font-size: 19px;
	line-height: 1.5;
	font-weight: 900;
	text-align: center;
	background-color: #fff;
}

.bgarea-lead {
	display: table;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 700;
}

.bgarea-texts,
.bgarea-texts * {
	font-size: 16px;
	font-weight: 700;
}

.bgarea-texts {
	max-width: calc(300 / 375 * 100%);
	margin: 0 auto;
}

.bgarea-img {
	line-height: 0;
	text-align: center;
}




/* area1
--------------------------------------*/
.area1 {
	padding: 50px 0 20px;
	background-color: #fff;
	text-align: center;
}

.area1-lead {
	margin: 20px 0 30px;
	font-size: 18px;
	font-weight: 700;
	color: #1caeb0;
}

.area1-img01,
.area1-img02 {
	width: calc(325 / 375 * 100%);
	margin: 0 auto;
	line-height: 0;
}


/* area2
--------------------------------------*/
.area2 {
	padding: 30px 0;
	background-color: #fff;
	text-align: center;
}

.area2-lead1 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}

.area2-lead2 {
	margin-top: 20px;
	color: #1caeb0;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.4;
}

.area2-img01 {
	text-align: center;
	line-height: 0;
}

.area2-img02 {
	overflow: auto;
	text-align: center;
	padding-bottom: 10px;
	line-height: 0;
}

.area2-img02_el {
	width: 550px;
	padding: 0 10px;
}

.area2-img02_el img {
	width: 100%;
}


/* area3
--------------------------------------*/
.area3-img01 {
	max-width: calc(260 / 375 * 100%);
	margin: 0 auto 30px;
	text-align: center;
	line-height: 0;
}



/* area4
--------------------------------------*/
.area4 {
	padding: 30px 0 40px;
	background-color: #fff;
	text-align: center;
}

.area4-lead1 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}

.area4-lead2 {
	margin-bottom: 20px;
	color: #1caeb0;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.4;
}

.area4-img01 {
	text-align: center;
	line-height: 0;
}