@charset "utf-8";

/* epilation_parts_pc.css：SP
 * ======================================
 * Main
 * ======================================
 */

/* 脱毛料金（部位ごと）
------------------------------------------------------------------ */
#men_wrap {
	margin-bottom: 60px;
}
.remodal table img {
	max-width: 100px;
}
.depiParts li {
	width: 53.84%;
	height: 34px;
	line-height: 34px;
	background: #7d6a4f;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-align: center;
	position: relative;
}
.depiParts li + li {
	margin-top: 8px;
}
.depiParts li a {
	display: block;
	color: #fff;
	font-size: 0.9rem;
}
.depiParts li a:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(../images/common/icon_plus.svg) no-repeat center center;
	background-size: contain;
	right: 10px; top: 50%;
	margin-top: -5px;
}

/* 
------------------------------------------------------------------ */
#men_wrap #menFront {
	width: 30.178%;
	height: 412px;
	background: url(../images/depilation_parts/depilation_front.png) no-repeat right top;
	background-size: contain;
	float: left;
}
#men_wrap #menBack {
	width: 30.178%;
	height: 412px;
	background: url(../images/depilation_parts/depilation_back.png) no-repeat right top;
	background-size: contain;
	padding: 0;
	float: left;
	margin-left: 5.17%;
}
@media screen and (max-width:1199px) {
	#men_wrap #menFront,
	#men_wrap #menBack {
		height: 34.33vw;
	}
	.depiParts li {
		height: 2.833vw;
		line-height: 2.833vw;
	}
	.depiParts li + li {
		margin-top: 0.66vw;
	}
	.depiParts li a {
		font-size: 0.7rem;
	}
}

/* WomenOther */
#menOther {
	width: 28.124%;
	float:right;
}
#menOther ul li {
	width: 100%;
}

/* WomenOther */
#menOther {
	margin-top: 10px;
}
#menOther ul li span span {
	font-size: 0.9em;
}
#menOther ul li:nth-child(n+4) {
	width: 48%;
	float: left;
	text-indent: -1em;
}
#menOther ul li:nth-child(odd) {
	margin-left: 4%;
}
#menOther ul li:nth-child(-n+3) {
	width: 100%;
	margin-left: 0;
}
