@charset "utf-8";
/* CSS Document */
.header::after{
	opacity: 0.9!important;
}
body{
	padding-top: 100px;
}

.pagetitle{
	background-image: url("https://bodycuregrand.com/system_panel/uploads/images/pagetitle4.jpg");
}


.link-box-wrap .link-box{
	width: 50%;
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.link-box-wrap .link-box::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
	transition: ease 0.3s;
}
.link-box-wrap .link-box:hover::after{
	background-color: rgba(0,0,0,0.3);
}
.link-box-wrap .link-box.on::after{
	background-color: rgba(0,0,0,0.2);
}
.link-box-wrap .link-box:nth-of-type(1){
	background-image: url("https://bodycuregrand.com/system_panel/uploads/images/ladiesmenu.jpg");
}
.link-box-wrap .link-box:nth-of-type(2){
	background-image: url("https://bodycuregrand.com/system_panel/uploads/images/mensmenu.jpg");
}
.link-box-wrap .link-box a{
	display: block;
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 50px 0;
	transition: ease 0.3s;
}
.link-box-wrap .link-box a:hover{
	opacity: 0.5;
}
.link-box-wrap .link-box.on a:hover{
	opacity: 1;
}
.link-box-wrap .link-box a > img{
	height: 40px;
	width: auto;
	margin-bottom: 20px;
}
.link-box-wrap .link-box a > p{
	color: #fff;
	margin-bottom: 30px;
}
.link-box-wrap .link-box a > i{
	color: #fff;
	font-size: 24px;
	transition: ease 0.3s;
}
.link-box-wrap .link-box:not(.on) a > i{
	opacity: 0.1;
	transform: translateY(-5px);
}
.link-box-wrap .link-box:not(.on) a:hover > i{
	opacity: 0.5;
	transform: translateY(0px);
}

.item-wrap .item{
	background-color: rgba(244,220,171,0.15);
	padding: 50px;
	display: none;
}
.item-wrap .item.on{
	display: block;
}
.item-wrap .item .cate:not(:last-of-type){
	margin-bottom: 80px;
}
.item-wrap .item .cate h2{
	position: relative;
	padding-bottom: 5px;
}
.item-wrap .item .cate h2::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgb(160,122,26);
	background: linear-gradient(90deg, rgba(160,122,26,1) 0%, rgba(160,122,26,0) 100%);
}
.item-wrap .item .cate .box-wrap .box{
	gap: 150px;
}
.item-wrap .item .box-wrap .box:not(:last-of-type){
	margin-bottom: 30px;
}
.item-wrap .item .cate .box-wrap .box h3{
	width: 220px;
	padding-right: 10px;
	box-sizing: border-box;
	position: relative;
}
.item-wrap .item .cate .box-wrap .box h3::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	width: 150px;
	height: 1px;
	background: rgb(160,122,26);
	background: linear-gradient(90deg, rgba(160,122,26,1) 0%, rgba(160,122,26,0) 100%);
}
.item-wrap .item .cate .box-wrap .box .txt-box{
	width: calc(100% - 370px);
	box-sizing: border-box;
	padding-left: 30px;
}
.item-wrap .item .cate .box-wrap .box .txt-box .price{
	margin-bottom: 20px;
}
.bef-af-list{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 30px;
}
.bef-af-item {
    width: calc((100% - 90px) / 4);
    aspect-ratio: 3 / 4;
    overflow: hidden;
    position: relative;
}

.bef-af-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	body{
		padding-top: 80px;
	}
	.link-box-wrap .link-box a > img{
		height: 30px;
	}
	.item-wrap .item .cate .box-wrap .box{
		gap: 120px;
	}
	.item-wrap .item .cate .box-wrap .box h3{
		width: 180px;
		padding-right: 10px;
		box-sizing: border-box;
		position: relative;
	}
	.item-wrap .item .cate .box-wrap .box h3::after{
		width: 120px;
	}
	.item-wrap .item .cate .box-wrap .box .txt-box{
		width: calc(100% - 300px);
		box-sizing: border-box;
		padding-left: 30px;
	}
}
/* ---------- 1000px ~ ---------- */
@media screen and (max-width: 1000px){
	.item-wrap .item .cate .box-wrap .box{
		gap: 100px;
	}
	.item-wrap .item .cate .box-wrap .box h3{
		width: 150px;
		padding-right: 10px;
		box-sizing: border-box;
		position: relative;
	}
	.item-wrap .item .cate .box-wrap .box h3::after{
		width: 100px;
	}
	.item-wrap .item .cate .box-wrap .box .txt-box{
		width: calc(100% - 250px);
		box-sizing: border-box;
		padding-left: 20px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.link-box-wrap .link-box a > img{
		height: 20px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	body{
		padding-top: 60px;
	}
	.link-box-wrap .link-box{
		width: 100%;
	}
	.link-box-wrap .link-box a{
		padding: 30px 0;
	}
	
	.item-wrap .item{
		padding: 50px 20px;
	}
	.item-wrap .item .cate:not(:last-of-type){
		margin-bottom: 50px;
	}
	.item-wrap .item .cate .box-wrap .box{
		gap: 0;
	}
	.item-wrap .item .cate .box-wrap .box h3{
		width: 100%;
		padding-right: 0px;
		margin-bottom: 15px;
	}
	.item-wrap .item .cate .box-wrap .box h3::after{
		width: 100%;		
		top: 100%;
		left: 0;
		transform: translateY(0);
		opacity: 0.5;
;	}
	.item-wrap .item .cate .box-wrap .box .txt-box{
		width: 100%;
		box-sizing: border-box;
		padding-left: 0px;
	}
	.item-wrap .item .cate .box-wrap .box .txt-box .price{margin-bottom: 5px;}
	.bef-af-list{
		flex-direction: column;
		padding: 0 15px;
	}
	.bef-af-item{
		width: 100%;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

