@charset "UTF-8";

/*下層ページ*/
/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* メインビジュアル */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
.subVisual {
	height: 300px;
	background-image: url(../images/bk-subpagetop1.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.subVisual2 {
	background-image: url(../images/bk-subpagetop2.webp);
	background-position: center top;
}
.subVisual-staff {
	background-image: url(../images/staff-top-bg-02.webp);
	background-position: center;
}
.sub-trimming {
	background-image: url(../images/treamming-bg.webp);
	background-position: center;
}
.sub-esthe {
	background-image: url(../images/esthe-bg-2.jpg);
	background-position: center;
}
.subVisual h1 {
	text-align: center;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(0%);
	-webkit-transform: translateY(-50%) translateX(0%);
	font-size: 50px;
	color: var(--txt-grey);
}

.subVisual h1 span {
	display: block;
}

.subVisual h1 span img {
	display: block;
	margin: 0 auto;
	height: 25px;
	width: auto;
}

.discount-section {
	padding: 0px 0px 20px 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.discount-category {
	display: flex;
	flex-direction: column;
}
.discount-category h2 {
	font-size: 16px;
    margin-bottom: 5px;
    color: var(--txt-grey);
    padding-bottom: 2px;
    width: 100%;
}

.discount-details p {
	padding-left: 17px;
    font-size: 12px;
    margin-bottom: 2px;
    color: var(--text-color);
}


.image-grid-container {
    padding-top: 20px; 
}

.image-grid {
    display: flex;
	flex-direction: row;
    gap: 16px;
}

.image-grid > figure {
    width: 33.33%;
    gap: 16px;
}

.image-item img {
    width: 100%;
    height: auto; 
    display: block;
    object-fit: cover;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}


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

	/*95%*/
	/* - - - - - - - - - - - - - - - - - - - - - - - - */
	.subVisual {
		height: 200px;
	}

	.subVisual h1 {
		text-align: center;
		margin: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(0%);
		-webkit-transform: translateY(-50%) translateX(0%);
		font-size: 35px;
	}

	.subVisual h1 span {
		display: block;
	}

	.subVisual h1 span img {
		display: block;
		margin: 0 auto;
		height: 25px;
		width: auto;
	}

}

/* @media screen and (960 - 601)  */



@media screen and (max-width:600px) {
	/* - - - - - - - - - - - - - - - - - - - - - - - - */
	.image-grid {
		display: flex;
		gap: 16px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.image-grid > figure {
		width: 45%;
		gap: 16px;
	}
}

/* @media screen and (600 - 481)  */



@media screen and (max-width:480px) {
	/* - - - - - - - - - - - - - - - - - - - - - - - - */

}

/* @media screen and (480 - )  */


@media (min-width: 600px) {
	.discount-section {
		flex-direction: row;
	}
}
