@charset "UTF-8";

/* *******************************************************************************************
* 
*	ケミカルピーリング
*
******************************************************************************************* */

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

.treatmentSubHeader_main{
	background: url(../img/main_img_pc.jpg) center center no-repeat;
	background-size: cover;
}
.treatmentSubHeader_main_layer{
	background: url(../img/main_img_blur_pc.jpg) center center no-repeat;
	background-size: cover;
}
.ie .treatmentSubHeader_main_layer{
	background: none;
}
.treatmentSubHeader_main_ttl{
	width: 323px;
}

@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;
		-webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 104px, 0px 104px); 
		clip-path: polygon(0px 0px, 100% 0px, 100% 104px, 0px 104px); 
	}
	.treatmentSubHeader_main_layer_wt{
		height: 104px;
	}
	.treatmentSubHeader_main_cat{
		width: 183px;
	}
}

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

/* ----------------------------- VST－Shape ／ VST－eye ----------------------------- */

.vst{
	min-width: 1280px;
	border-top: 1px solid #dbdbdb;
}
.vst_inner{
	margin: 0 auto;
	padding: 64px 0;
	width: 926px;
}
.vst_img{
	margin: 0 auto 30px auto;
	width: 576px;
}
.vst_caption{
	margin-bottom: 52px;
	color: #7b0065;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	font-weight: 600;
}
.vst_txt{
	color: #40201a;
	font-size: 16px;
	line-height: 36px;
}

@media screen and (max-width : 768px){
	.vst{
		min-width: 320px;
	}
	.vst_inner{
		padding: 50px 16px;
		width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.vst_img{
		margin: 0 auto 13px auto;
		width: 288px;
	}
	.vst_caption{
		margin-bottom: 18px;
		font-size: 12px;
		line-height: 22px;
	}
	.vst_txt{
		font-size: 12px;
		line-height: 27px;
	}
}

.txt_right {
    text-align: right;
}
.txt_center {
    text-align: center;
}





