@charset "UTF-8";

/* *******************************************************************************************
* 
*	男性ひげ脱毛
*
******************************************************************************************* */

/* -------------------------------------------------------------------------------------------
*
* タイトルエリア 
*
* ----------------------------------------------------------------------------------------- */

.treatmentSubHeader_main{
	background: url(../img/main_img_pc.jpg) center center no-repeat;
	background-size: cover;
}
.treatmentSubHeader_main_ttl{
	width: 249px;
}

@media screen and (max-width : 768px){
	.treatmentSubHeader_main{
		background: url(../img/main_img_sp.jpg) center center no-repeat;
		background-size: cover;
	}
	.treatmentSubHeader_main_layer{
		background: url(../img/main_img_blur_sp.jpg) center center no-repeat;
		background-size: cover;
	}
	.treatmentSubHeader_main_cat{
		width: 139px;
	}
}

/* -------------------------------------------------------------------------------------------
*
* コンテンツセクション
*
* ----------------------------------------------------------------------------------------- */

/* ----------------------------- 料金 ----------------------------- */

.treatmentPrice_img{
	margin: 0 auto 40px auto;
	width: 453px;
}

@media screen and (max-width : 768px){
	.treatmentPrice_img{
		margin-bottom: 30px;
		width: 288px;
	}
}







