@charset "utf-8";

/*=======================================================
基本設定
=======================================================*/
*{
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-style: normal;
	-webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
	line-break: strict;
	word-wrap: break-word;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
*,*:focus,a:focus{
	outline:none;
}
html{
	font-family: "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, 
	"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 17px;
	line-height: 1.6;
	letter-spacing: 1px;
	-webkit-text-size-adjust: 100%;
	color: #333; 
}
body,header,main,footer{
	min-width:1020px;
}
body{
    background: #fff;
}
article,aside,figcaption,figure,picture,
footer,main,header,nav,section {
	display: block;
}
table{
	border-collapse: separate;
	border-spacing: 0;
}
ul,ol{
	list-style: none;
}
p,li,dt,dd,th,td{
	-ms-line-break:strict;
	line-break:strict;
	-ms-word-break:break-strict;
	word-break:break-strict;
}
a{
    text-decoration: none;
}
img{
    width: 100%;
	display: block;
	border-style: none;/* IE10 */
}
picture{
    line-height: 0;
}
picture img{
    vertical-align: top;
}
/*PC/SP*/
.pc{
	display: initial!important;
}
.sp{
	display: none!important;
}
@media only screen and (min-device-width:1025px) {
a:hover{
	opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
}
@media screen and (max-width : 750px){
    html{
        font-size: 28px;
    }
    body,header,main,footer{
        min-width:750px;
        max-width:750px;
        width:100%;
    }
    .sp{
        display: initial!important;
    }
    .pc{
        display: none!important;
    }
}

/*=============================
　共通デザイン
==============================*/
/*レイアウト*/
.ly_head_inner,
.ly_foot_inner,
.ly_cont_inner{
    width: 1020px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
/*bl_media*/
.bl_media{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.bl_media_imgWrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.bl_media_body > *:last-child{
    margin-bottom: 0!important;
}
/*bl_card*/
.bl_cardUnit{
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
.bl_card{
    position: relative;
}
.bl_card_imgWrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
/*el_label*/
.el_label{
    padding-top: 3px;
    display: flex;
	justify-content: center;
	align-items: center;
}
/*※*/
.el_att{
    padding: 0 0 0 1rem;
	position: relative;
}
.el_att::before{
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
/*各sectionメイン見出し*/
.bl_sec_mainTtl{
    font-size: 28px;
    display: flex;
    justify-content: center;
	align-items: center;
}
/***予約エリア***/
.bl_reserve{
    padding: 42px 0;
    background: url("../images/lp/reserve_bg.png") top center / 2000px 420px repeat-y;
}
.bl_reserve_info{
    width: 1020px;
    margin: 0 auto;
    padding: 30px 0;
    background: #fff;
}
/*初回限定価格*/
.bl_reserve_price{
    width: 932px;
    height: 86px;
    margin: 0 auto 25px;
    padding: 0 30px;
    background: #e9eff2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bl_reserve_price_ttl{
    width: 428px;
    height: 35px;
}
.bl_reserve_price_txt{
    width: 392px;
    height: 51px;
}
/*ご予約はこちらから*/
.bl_reserve_ttl{
    width: 932px;
    margin: 0 auto 10px;
    font-size: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bl_reserve_ttl::before,
.bl_reserve_ttl::after{
    content: "";
    display: block;
    width: 314px;
    height: 1px;
    background: #222;
}
/*サロン予約ボタン*/
.bl_reserveBtn_list{
    width: 932px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.bl_reserveBtn_list > *{
    margin: 0 30px 20px 0;
}
.bl_reserveBtn_list > *:nth-child(4n){
    margin-right: 0;
}
.bl_reserveBtn{
    width: 209px;
    height: 56px;
    padding-top: 3px;
    background: #3e991e;
    border-radius: 26px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.bl_reserveBtn::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 4px solid #35831a;
    border-radius: 20.5px;
    position: absolute;
    bottom: 0;
    left: 0;
}
/*各店舗の詳細はこちら*/
.bl_reserve_salonInfo{
	padding-left: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bl_reserve_salonInfo_btn{
    width: 294px;
    height: 45px;
    padding: 3px 0 0 10px;
    background: url("../images/common/icon_newTab.svg") center left 18px / 19px 17px no-repeat;
    border: 2px solid #222;
    border-radius: 24.5px;
    color: #222;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.bl_reserve_salonInfo_btn::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: auto 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #222;
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
}
.bl_reserve_salonInfo_att{
    margin-left: 15px;
    font-size: 13px;
    font-weight: bold;
}
@media screen and (max-width : 750px){
/*レイアウト*/
    .ly_head_inner,
    .ly_foot_inner,
    .ly_cont_inner{
        width: 690px;
    }
/*bl_media*/
    .bl_mediaUnit,
    .bl_media{
        display: block;
    }
    .bl_media{
        width: 100%!important;
    }
    .bl_media_imgWrapper{
        width: 100%!important;
        margin-bottom: 30px;
    }
    .bl_media_body{
        width: 100%!important;
        margin-top: 0;
    }
    .bl_media_body p{
        margin-bottom: 35px;
    }
/*bl_card*/
    .bl_cardUnit{
        display: block;
    }
    .bl_card{
        width: 100%!important;
    }
    .bl_card + .bl_card{
        margin-top: 60px;
    }
    .bl_card_imgWrapper,
    .bl_card_body{
        width: 100%!important; 
    }
/*el_label*/
    .el_label{
        padding-top: 0;
    }
/*各sectionメイン見出し*/
    .bl_sec_mainTtl{
        font-size: 40px;
    }
/***予約エリア***/
    .bl_reserve{
        padding: 65px 0;
        background-image: url("../images/lp/reserve_bg_sp.png");
        background-size: 750px 783px;
    }
    .bl_reserve_info{
        width: 690px;
        padding-top: 55px;
    }
/*初回限定価格*/
    .bl_reserve_price{
        width: 600px;
        height: 216px;
        margin-bottom: 65px;
        padding: 40px 0 0;
        justify-content: center;
        align-content: flex-start;
        flex-wrap: wrap;
    }
    .bl_reserve_price_ttl{
        width: 553px;
        height: 44px;
        margin-bottom: 30px;
    }
    .bl_reserve_price_txt{
        width: 542px;
        height: 72px;
    }
/*ご予約はこちらから*/
    .bl_reserve_ttl{
        width: 600px;
        margin-bottom: 30px;
        font-size: 38px;
    }
    .bl_reserve_ttl::before,
    .bl_reserve_ttl::after{
        width: 100px;
    }
/*サロン予約ボタン*/
    .bl_reserveBtn_list{
        width: 600px;
        margin-bottom: 30px;
        justify-content: space-between;
    }
    .bl_reserveBtn_list > *{
        margin: 0 0 30px 0;
    }
    .bl_reserveBtn{
        width: 290px;
        height: 90px;
        padding-top: 0;
        border-radius: 40px;
        font-size: 36px;
    }
    .bl_reserveBtn::after{
        border-bottom-width: 6px;
        border-radius: 40px;
    }
/*各店舗の詳細はこちら*/
    .bl_reserve_salonInfo{
		padding: 0;
        display: block;
    }
    .bl_reserve_salonInfo_btn{
        width: 494px;
        height: 80px;
        margin: 0 auto 20px;
        padding: 0 0 0 30px;
        background-size: 30px 27px;
        background-position: center left 40px;
        border-width: 4px;
        border-radius: 35px;
        font-size: 30px;
    }
    .bl_reserve_salonInfo_btn::after{
        border-width: 8px 0 8px 16px;
        right: 40px;
    }
    .bl_reserve_salonInfo_att{
        margin-left: 0;
        font-size: 22px;
        text-align: center;
        display: block;
    }
}

/*=======================================================
header
=======================================================*/
/*ロゴ*/
.bl_head_logo{
    width: 177px;
    height: 64px;
    position: absolute;
	top: 15px;
	left: 0;
}
@media screen and (max-width : 750px){
/*ロゴ*/
    .bl_head_logo{
        width: 270px;
        height: 92px;
        top: 20px;
        right: 0;
		left: auto;
    }
}

/*=======================================================
main
=======================================================*/
/*=============================
　mv
==============================*/
#mv{
    background: url("../images/lp/mv_bg.jpg") top center / 2000px 620px no-repeat;
}
#mv > .ly_cont_inner{
    height: 620px;
    padding-top: 115px;
}
.bl_mv_main_ttl{
    width: 583px;
    height: 232px;
    margin-bottom: 35px;
}
.bl_mv_main_txt{
    width: 273px;
    height: 94px;
    position: absolute;
    top: 75px;
    right: 35px;
}
.bl_mv_price{
    width: 497px;
    padding: 20px 0 15px;
    background: #fff;
    box-shadow: 0 0 11px 0 rgba(5,45,93,0.32);
}
.bl_mv_price_ttl{
    width: 428px;
    height: 35px;
    margin: 0 auto 10px;
}
.bl_mv_price_txt{
    width: 392px;
    height: 51px;
    margin: 0 auto;
}
/*ご予約はコチラ*/
.bl_mv_reserve{
    background: url("../images/lp/reserve_bg.png") top center / 2000px 420px repeat-y;
}
.bl_mv_reserve > .ly_cont_inner{
    padding: 30px 0 40px;
}
.bl_mv_reserve_info{
    padding: 30px 0 15px;
    background: #fff;
}
.bl_mv_reserve_ttl{
    margin-bottom: 8px;
    color: #fff;
    font-size: 28px;
    text-align: center;
    letter-spacing: 2px;
}
@media screen and (max-width : 750px){
    #mv{
        background-image: url("../images/lp/mv_bg_sp.jpg");
        background-size: 750px 1100px;
    }
    #mv > .ly_cont_inner{
        height: 1100px;
        padding-top: 100px;
    }
    .bl_mv_main_ttl{
        width: 681px;
        height: 266px;
        margin-bottom: 610px;
    }
    .bl_mv_main_txt{
        width: 377px;
        height: 128px;
        top: 360px;
        right: 0;
    }
    .bl_mv_price{
        width: 690px;
        padding-top: 25px;
    }
    .bl_mv_price_ttl{
        width: 593px;
        height: 47px;
        margin-bottom: 20px;
    }
    .bl_mv_price_txt{
        width: 544px;
        height: 71px;
    }
/*ご予約はコチラ*/
    .bl_mv_reserve{
        background-image: url("../images/lp/reserve_bg_sp.png");
        background-size: 750px 783px;
    }
    .bl_mv_reserve > .ly_cont_inner{
        padding: 130px 0 85px;
    }
    .bl_mv_reserve_info{
        padding: 55px 0 30px;
    }
    .bl_mv_reserve_ttl{
        margin-bottom: 25px;
        font-size: 40px;
    }
}

/*=============================
 reason
==============================*/
#reason{
    background: url("../images/lp/reason_bg.svg") top 30px center / 1451px 532px no-repeat;
}
#reason .ly_cont_inner{
    padding: 65px 0 80px;
}
#reason .bl_sec_mainTtl{
    margin-bottom: 40px;
    font-size: 32px;
}
#reason .bl_sec_mainTtl .el_label{
    width: 215px;
    height: 39px;
    margin-right: 30px;
    background: #9b854a;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
#reason .bl_sec_mainTtl img{
    width: 208px;
    height: 39px;
    margin-right: 10px;
}
/*理由一覧*/
.bl_reason{
    width: 320px;
}
.bl_reason .bl_card_imgWrapper{
    width: 320px;
    height: 230px;
    margin-bottom: 15px;
}
.bl_reason .bl_card_ttl{
    height: 40px;
    margin-bottom: 15px;
    padding-top: 3px;
    background: #08436e;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bl_reason .bl_card_ttl .el_num{
    width: 58px;
    height: 58px;
    background: linear-gradient(#8e2b1a,#c33f21);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
}
.bl_reason .bl_card_ttl .el_num img{
    width: 28px;
    height: 43px;
}
.bl_reason .bl_card_txt{
    font-size: 16px;
}
@media screen and (max-width : 750px){
    #reason{
        background-image: url("../images/lp/reason_bg_sp__top.svg"),
        url("../images/lp/reason_bg_sp__bottom.svg");
        background-size: 288px 223px,371px 194px;
        background-position: top 40px left -35px, bottom 15px right;
    }
    #reason .ly_cont_inner{
        padding: 90px 0 115px;
    }
    #reason .bl_sec_mainTtl{
        margin-bottom: 30px;
        font-size: 40px;
        text-align: center;
        display: block;
    }
    #reason .bl_sec_mainTtl .el_label{
        width: 332px;
        height: 60px;
        margin: 0 auto 30px;
        font-size: 34px;
    }
    #reason .bl_sec_mainTtl img{
        width: 295px;
        height: 55px;
        margin-right: 5px;
        display: inline-block;
        vertical-align: sub;
    }
/*理由一覧*/
    .bl_reason .bl_card_imgWrapper{
        width: 690px;
        height: 495px;
        margin-bottom: 30px;
    }
    .bl_reason .bl_card_ttl{
        height: 80px;
        margin-bottom: 30px;
        padding-top: 0;
        font-size: 38px;
    }
    .bl_reason .bl_card_ttl .el_num{
        width: 125px;
        height: 125px;
    }
    .bl_reason .bl_card_ttl .el_num img{
        width: 56px;
        height: 92px;
    }
    .bl_reason .bl_card_txt{
        font-size: 1rem;
    }
}

/*=============================
 sample
==============================*/
#sample{
    background: #803b30;
	background-image: linear-gradient(45deg, #7b392e 25%, transparent 0),
	linear-gradient(45deg, transparent 75%, #7b392e 0),
	linear-gradient(45deg, #7b392e 25%, transparent 0),
	linear-gradient(45deg, transparent 75%, #7b392e 0);
	background-size: 4px 4px;
}
#sample .ly_cont_inner{
    padding: 65px 0 80px;
}
#sample .bl_sec_mainTtl{
    margin-bottom: 20px;
    color: #fff;
}
#sample .bl_intro_txt{
    margin-bottom: 45px;
    color: #fff;
    text-align: center;
}
/*スタイリング例*/
.bl_sample{
    padding: 25px 45px 25px 0;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bl_sample + .bl_sample{
    margin-top: 30px;
}
.bl_sample_info{
    width: 380px;
}
.bl_sample_info > dt{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.bl_sample_info > dt .el_label{
    height: 25px;
    margin: 5px auto 0;
    border-radius: 12.5px;
    color: #fff;
    font-size: 16px;
}
.bl_sample_info > dd{
    padding-top: 100px;
    font-size: 16px;
    text-align: center;
}
.bl_sample_photo{
    width: 580px;
    display: flex;
    justify-content: space-between;
}
.bl_sample_photo img{
    width: 273px;
    height: 204px;
}
.natural .bl_sample_info > dt{
    color: #1e6ca5;
}
.natural .bl_sample_info > dt .el_label{
    width: 108px;
    background: #1e6ca5; 
}
.natural .bl_sample_info > dd{
    background: url("../images/lp/sample_natural_image.png") top 25px center / 222px 60px no-repeat;
}
.sharp .bl_sample_info > dt{
    color: #4e6380;
}
.sharp .bl_sample_info > dt .el_label{
    width: 205px;
    background: #4e6380; 
}
.sharp .bl_sample_info > dd{
    background: url("../images/lp/sample_sharp_image.png") top 20px center / 228px 65px no-repeat;
}
.bold .bl_sample_info > dt{
    color: #867053;
}
.bold .bl_sample_info > dt .el_label{
    width: 169px;
    background: #867053; 
}
.bold .bl_sample_info > dd{
    background: url("../images/lp/sample_bold_image.png") top 20px center / 226px 60px no-repeat;
}
@media screen and (max-width : 750px){
    #sample .ly_cont_inner{
        padding: 90px 0 100px;
    }
    #sample .bl_intro_txt{
        margin-bottom: 60px;
    }
/*スタイリング例*/
    .bl_sample{
        padding: 60px 0 90px;
        display: block;
    }
    .bl_sample + .bl_sample{
        margin-top: 50px;
    }
    .bl_sample_info{
        width: 100%;
    }
    .bl_sample_info > dt{
        font-size: 38px;
    }
    .bl_sample_info > dt .el_label{
        height: 56px;
        margin-top: 10px;
        border-radius: 25px;
        font-size: 34px;
    }
    .bl_sample_info > dd{
        margin-bottom: 40px;
        padding-top: 205px;
        font-size: 1rem;
    }
    .bl_sample_photo{
        width: 542px;
        margin: 0 auto;
        display: block;
    }
    .bl_sample_photo img{
        width: 542px;
        height: 407px;
    }
    .bl_sample_photo img + img{
        margin-top: 50px;
    }
    .natural .bl_sample_info > dt .el_label{
        width: 232px;
    }
    .natural .bl_sample_info > dd{
        background-size: 444px 120px;
        background-position: top 40px center;
    }
    .sharp .bl_sample_info > dt .el_label{
        width: 443px;
    }
    .sharp .bl_sample_info > dd{
        background-size: 456px 130px;
        background-position: top 30px center;
    }
    .bold .bl_sample_info > dt .el_label{
        width: 391px;
    }
    .bold .bl_sample_info > dd{
        background-size: 452px 120px;
        background-position: top 35px center;
    }
}

/*=============================
 flow
==============================*/
#flow .ly_cont_inner{
    padding: 65px 0;
}
#flow .bl_sec_mainTtl{
    margin-bottom: 35px;
}
/*施術の流れ*/
.bl_flow{
    padding: 30px 30px 30px 35px;
    border: 3px solid #a79470;
    position: relative;
}
.bl_flow::before{
    content: "";
    display: block;
    width: 104px;
    height: 104px;
    background-position: center;
    background-size: 104px 104px;
    background-repeat: no-repeat;
    position: absolute;
    top: -3px;
    left: -3px;
}
.bl_flow:first-of-type::before{
    background-image: url("../images/lp/flow_num_step01.svg");
}
.bl_flow:nth-of-type(2)::before{
    background-image: url("../images/lp/flow_num_step02.svg");
}
.bl_flow:nth-of-type(3)::before{
    background-image: url("../images/lp/flow_num_step03.svg");
}
.bl_flow:nth-of-type(4)::before{
    background-image: url("../images/lp/flow_num_step04.svg");
}
.bl_flow + .bl_flow{
    margin-top: 60px;
}
.bl_flow + .bl_flow::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 29px 29px 0 29px;
    border-color: #aab8b9 transparent transparent transparent;
    position: absolute;
    top: -45px;
    right: 0;
    left: 0;
}
.bl_flow .bl_media_imgWrapper{
    width: 347px;
    height: 210px;
}
.bl_flow .bl_media_body{
    width: 555px;
}
.bl_flow .bl_media_ttl{
    height: 44px;
    margin-bottom: 15px;
    padding: 3px 0 0 25px;
    background: #08436e;
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
}
.bl_flow .bl_media_txt{
    padding-right: 1em;
}
@media screen and (max-width : 750px){
    #flow .ly_cont_inner{
        padding-bottom: 100px;
    }
/*施術の流れ*/
    .bl_flow{
        padding: 45px 42px;
    }
    .bl_flow::before{
        width: 167px;
        height: 167px;
        background-size: 1674px 167px;
    }
    .bl_flow + .bl_flow{
        margin-top: 80px;
    }
    .bl_flow + .bl_flow::after{
        border-width: 44.5px 44px 0 44.5px;
        top: -66px;
    }
    .bl_flow .bl_media_imgWrapper{
        width: 600px;
        height: 364px;
    }
    .bl_flow .bl_media_body{
        width: 600px;
    }
    .bl_flow .bl_media_ttl{
        min-height: 75px;
        height: auto;
        padding: 14px 0;
        font-size: 36px;
        text-align: center;
        line-height: 1.4;
        justify-content: center;
    }
    .bl_flow .bl_media_txt{
        padding-right: 0;
    }
}

/*=============================
research
==============================*/
#research{
    background: #eef4f8;
}
#research .ly_cont_inner{
    padding: 65px 0;
}
/*年齢層、感想*/
.bl_research_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bl_research{
    padding-top: 20px; 
	padding-bottom: 20px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.31);
}
.bl_research_ttl{
    height: 46px;
    margin-bottom: 40px;
    padding-top: 3px;
    background: #cbe2ed;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bl_research .bl_research_result{
	margin: 0 auto;
}
.bl_research.averageAge{
    width: 400px;
	padding-right: 20px;
	padding-left: 20px;
}
.bl_research.averageAge .bl_research_result{
    width: 340px;
    height: 189px;
}
.bl_research.review{
    width: 600px;
	padding-right: 35px;
	padding-left: 35px;
}
.bl_research.review .bl_research_result{
    width: 540px;
    height: 206px;
    margin-bottom: 25px;
}
.el_reviewAtt{
    font-size: 13px;
    text-align: right;
}
@media screen and (max-width : 750px){
    #research .ly_cont_inner{
        padding: 80px 0;
    }
/*年齢層、感想*/
    .bl_research_list{
        display: block;
    }
    .bl_research{
        width: 100%!important;
        padding: 35px 45px 40px!important; 
    }
    .bl_research + .bl_research{
        margin-top: 50px;
    }
    .bl_research_ttl{
        height: 75px;
        margin-bottom: 60px;
        padding-top: 0;
        font-size: 36px;
    }
    .bl_research.averageAge .bl_research_result{
        width: 579px;
        height: 324px;
    }
    .bl_research.review .bl_research_result{
        width: 603px;
        height: 229px;
        margin-bottom: 35px;
    }
    .el_reviewAtt{
        font-size: 18px;
    }
}

/*=============================
BeforeAndAfter
==============================*/
#BeforeAndAfter .ly_cont_inner{
    padding: 55px 0 70px;
}
#BeforeAndAfter .bl_sec_mainTtl{
    margin-bottom: 35px;
}
#BeforeAndAfter .bl_sec_mainTtl img{
    width: 236px;
    height: 53px;
}
/*BAA*/
.bl_BeforeAndAfterList{
    margin-bottom: -25px;
    display: flex;
    flex-wrap: wrap;
}
.bl_BeforeAndAfter{
    width: 490px;
    height: 200px;
    margin-bottom: 25px;
    padding: 15px 17px 0;
    background: url("../images/lp/BeforeAndAfter_bg.png") center / 490px 200px no-repeat;
    display: flex;
    justify-content: space-between;
}
.bl_BeforeAndAfter:nth-of-type(2n){
    margin-left: 40px;
}
.bl_BeforeAndAfter > *{
    width: 205px;
}
.bl_BeforeAndAfter_img{
    width: 205px;
    height: 138px;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}
.bl_BeforeAndAfter_txt{
    margin: 0 auto;
}
.bl_before .bl_BeforeAndAfter_txt,
.bl_before .bl_BeforeAndAfter_txt img{
    width: 64px;
    height: 20px;
}
.bl_after .bl_BeforeAndAfter_txt,
.bl_after .bl_BeforeAndAfter_txt img{
    width: 49px;
    height: 20px;
}
@media screen and (max-width : 750px){
    #BeforeAndAfter .ly_cont_inner{
        padding: 60px 0 110px;
    }
    #BeforeAndAfter .bl_sec_mainTtl{
        margin-bottom: 50px;
    }
    #BeforeAndAfter .bl_sec_mainTtl img{
        width: 390px;
        height: 88px;
    }
/*BAA*/
    .bl_BeforeAndAfterList{
        margin-bottom: 0;
        display: block;
    }
    .bl_BeforeAndAfter{
        width: 690px;
        height: 282px;
        margin: 0!important;
        padding: 20px 25px 0;
        background: url("../images/lp/BeforeAndAfter_bg_sp.png");
        background-size: 690px 282px;
    }
    .bl_BeforeAndAfter + .bl_BeforeAndAfter{
        margin-top: 40px!important;
    }
    .bl_BeforeAndAfter > *{
        width: 288px;
    }
    .bl_BeforeAndAfter_img{
        width: 288px;
        height: 194px;
        margin-bottom: 20px;
    }
    .bl_before .bl_BeforeAndAfter_txt,
    .bl_before .bl_BeforeAndAfter_txt img{
        width: 89px;
        height: 27px;
    }
    .bl_after .bl_BeforeAndAfter_txt,
    .bl_after .bl_BeforeAndAfter_txt img{
        width: 69px;
        height: 27px;
    }
}

/*=============================
voice
==============================*/
#voice{
    background: #f7f4ed;
}
#voice .ly_cont_inner{
    padding: 45px 0 65px;
}
#voice .bl_sec_mainTtl{
    margin-bottom: 30px;
    padding-top: 45px;
    background: url("../images/lp/voice_mainTtl.svg") top center / 251px 49px no-repeat;
}
/*お客様の声*/
.bl_voice{
    height: 314px;
    padding: 40px 40px 0 40px;
    background: url("../images/lp/voice_bl_voice_bg.png") top center / 1020px 314px no-repeat; 
}
.bl_voice + .bl_voice{
    margin-top: 30px;
}
.bl_voice .bl_media_imgWrapper{
    width: 274px;
    height: 237px;
    background: #fff;
    box-shadow: 0 0 13px 0 rgba(0,0,0,0.25);
}
.bl_voice .bl_media_imgWrapper img{
    width: 268px;
    height: 231px;
}
.bl_voice .bl_media_body{
    width: 620px;
    margin-top: -5px;
}
.bl_voice .bl_media_txt{
    margin-bottom: 25px;
}
@media screen and (max-width : 750px){
    #voice .ly_cont_inner{
        padding: 70px 0 95px;
    }
    #voice .bl_sec_mainTtl{
        margin-bottom: 40px;
        padding-top: 80px;
        background-size: 372px 71px;
    }
/*お客様の声*/
    .bl_voice{
        height: auto;
        padding: 60px 45px 90px;
        background: url("../images/lp/voice_bl_voice_bg_sp__top.png") top center / 689px 40px no-repeat,
        url("../images/lp/voice_bl_voice_bg_sp__bottom.png") bottom center / 689px 110px no-repeat;
        position: relative;
    }
    .bl_voice::after{
        content: "";
        display: block;
        width: 100%;
        height: calc(100% - 149px);
        background: url("../images/lp/voice_bl_voice_bg_sp__center.png") top center / 689px 1px repeat-y;
        position: absolute;
        top: 40px;
        left: 0;
        z-index: 5;
    }
    .bl_voice + .bl_voice{
        margin-top: 35px;
    }
    .bl_voice > *{
        position: relative;
        z-index: 10;
    }
    .bl_voice .bl_media_imgWrapper{
        height: 518px;
        margin-bottom: 40px;
    }
    .bl_voice .bl_media_imgWrapper img{
        width: 594px;
        height: 512px;
    }
    .bl_voice .bl_media_body{
        margin-top: 0;
    }
    .bl_voice .bl_media_txt{
        margin-bottom: 40px;
    }
}

/*=============================
concept
==============================*/
#concept{
    height: 649px;
    background: url("../images/lp/concept_bg.jpg") top center / 2000px 649px no-repeat;
}
#concept .ly_cont_inner{
    padding-top: 60px;
}
.bl_concept{
    padding: 40px 45px 45px;
    background: rgba(255,255,255,0.88);
    border: 2px solid #9b854a;
}
.bl_concept .bl_sec_mainTtl{
    margin-bottom: 30px;
}
.bl_concept .bl_sec_mainTtl img{
    width: 154px;
    height: 34px;
}
.bl_concept .bl_media_info .bl_media_imgWrapper{
    width: 435px;
}
.bl_concept .bl_media_info .bl_media_body{
    width: 440px;
}
.bl_concept .bl_media_info .bl_media_ttl{
    margin-bottom: 10px;
    color: #08436e;
    font-size: 24px;
}
@media screen and (max-width : 750px){
    #concept{
        height: 1627px;
        background-image: url("../images/lp/concept_bg_sp.jpg");
        background-size: 750px 1627px;
    }
    #concept .ly_cont_inner{
        padding-top: 90px;
    }
    .bl_concept{
        padding: 60px 40px 50px;
		border-width: 4px;
    }
    .bl_concept .bl_sec_mainTtl{
        margin-bottom: 40px;
    }
    .bl_concept .bl_sec_mainTtl img{
        width: 226px;
        height: 50px;
    }
    .bl_concept .bl_media_info .bl_media_ttl{
        font-size: 36px;
    }
}

/*=======================================================
footer
=======================================================*/
.ly_foot{
    background: #092741;
}
.ly_foot_inner{
    padding: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
/*ロゴ*/
.bl_foot_logo{
    margin-right: 60px;
}
.bl_foot_logo,.bl_foot_logo img{
    width: 170px;
    height: 53px;
}
/*ナビ*/
.bl_foot_gloNav_inner{
    display: flex;
    flex-wrap: wrap;
}
.bl_foot_gloNav_inner > li{
    padding-top: 3px;
}
.bl_foot_gloNav_inner > li + li{
    margin-left: 25px;
}
.bl_foot_gloNav_inner > li > a{
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
}
/*Copyright*/
.bl_foot_copyright{
    padding: 5px 0;
    background: #03172a;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
@media screen and (max-width : 750px){
    .ly_foot_inner{
        padding: 40px 0 20px;
    }
/*ナビ*/
    .bl_foot_gloNav{
        width: 100%;
        margin-bottom: 35px;
    }
    .bl_foot_gloNav_inner{
        justify-content: center;
    }
    .bl_foot_gloNav_inner > li{
        padding-top: 0;
    }
    .bl_foot_gloNav_inner > li + li{
        margin-left: 40px;
    }
    .bl_foot_gloNav_inner > li > a{
        font-size: 26px;
    }
/*ロゴ*/
    .bl_foot_logo{
        order: 2;
        margin-right: 0;
    }
    .bl_foot_logo,.bl_foot_logo img{
        width: 248px;
        height: 77px;
    }
/*Copyright*/
    .bl_foot_copyright{
        padding: 15px 0;
        font-size: 16px;
    }
}

/**Mac,iPad Safari**/
@media only screen and (min-device-width:768px){
    _::-webkit-full-page-media, _:future, :root .el_label,
    _::-webkit-full-page-media, _:future, :root .bl_reserveBtn,
    _::-webkit-full-page-media, _:future, :root .bl_reserve_salonInfo_btn,
    _::-webkit-full-page-media, _:future, :root .bl_reason .bl_card_ttl,
    _::-webkit-full-page-media, _:future, :root .bl_flow .bl_media_ttl,
    _::-webkit-full-page-media, _:future, :root .bl_research_ttl,
    _::-webkit-full-page-media, _:future, :root .bl_foot_gloNav_inner > li{
        padding-top: 0;
    }
}