@charset "UTF-8";

/* *******************************************************************************************
* 
*	ステラM22 /フォトフェイシャル(新世代)
*
******************************************************************************************* */

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

.treatmentSubHeader_main{
	background: url(../img/main_img_pc.jpg) center center no-repeat;
	background-size: cover;
}
.treatmentSubHeader_main_ttl{
	width: 480px;
}
.treatmentLead_clm_item-l {
	float: left;
    width: 436px;
    margin-right: 40px;
}
.treatmentLead_clm_item-r {
	float: left;
    width: 450px;
}
.stellar_img2{
    width:100%;
    text-align: center;
    margin:20px 0;
}
@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_logo img{
        filter: drop-shadow(5px 5px 5px #fff);
    }
    .treatmentLead_clm_item-l , .treatmentLead_clm_item-r{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 23px;
	} 
    .stellar_img2 img{
		width:100%;
	}
	.treatmentSubHeader_main_cat{
		width: 180px;
	}
    .treatmentSubHeader_main_logo{
		position: absolute;
		bottom: 16px;
		left: 16px;
		width: 155px;
		z-index: 12;
	}
}






