@charset "UTF-8";

/* *******************************************************************************************
* 
*	ピアス穴あけ
*
******************************************************************************************* */

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

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

@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: 126px;
	}
}

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

.treatmentLead_pierceClm{
	margin-bottom: 6px;
	line-height: 0;
}
.treatmentLead_pierceClm_txt{
	float: left;
	font-size: 16px;
	line-height: 24px;
}
.treatmentLead_pierceClm_img-1{
	float: left;
	padding-left: 5px;
	width: 64px;
}
.treatmentLead_pierceClm_img-2{
	float: left;
	padding-left: 5px;
	width: 132px;
}

@media screen and (max-width : 768px){
	.treatmentLead_pierceClm{
		margin-bottom: 0;
	}
	.treatmentLead_pierceClm_txt{
		float: none;
		font-size: 12px;
		line-height: 27px;
	}
	.treatmentLead_pierceClm_img-1{
		float: none;
		padding: 4px 0 5px 0;
		width: 48px;
	}
	.treatmentLead_pierceClm_img-2{
		float: none;
		padding: 4px 0 5px 0;
		width: 98px;
	}
}




