@charset "utf-8";
/* --------------
共通
---------------- */
.cont_ttl {
    font-size: 46px;
    text-align: center;
    letter-spacing: 0.05rem;
}
.sub_ttl {
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-top: 15px;
}
/* --------------
salonphoto,staff,access
---------------- */
.salonphoto {
    padding: 65px 0 165px;
}
.sp_mv {
    margin: 60px auto 85px;
    max-width: 1100px;
}
.salonphoto h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.sp_cont_subTtl {
    position: relative;
    padding-bottom: 110px;
}
.sp_cont_subTtl::after {
    content: '';
    display: inline-block;
    background: url(../img/salonphoto/line.png) no-repeat top center / 100% auto;
    width: 160px;
    height: 32px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 60px;
}
.sp_cont_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1100px;
    margin: auto;
}
.sp_cont_txt li {
    width: 367px;
    border-right: 1px solid #d8d8d8;
    padding: 0 20px 0 25px;
}
.sp_cont_txt li:last-child {
    border-right:none;
}
.sp_cont_txt h3 {
    font-size: 18px;
    margin-bottom: 30px;
}
.sp_cont_txt p {
    font-size: 15px;
    line-height: 1.8;
}
.sp_cont_photo {
    margin: 85px auto 0;
    max-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.sp_cont_photo li {
    width: 31%;
    margin-bottom: 55px;
}
.sp_cont_photo li p {
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
}
.staff {
    padding-bottom: 210px;
}
.staff ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1100px;
    margin: 70px auto 0;
}
.staff ul li {
    width: 220px;
}
.staff ul li figure {
    border: 1px solid #e0e0e0;
}
.staff ul li p {
    font-size: 16px;
    line-height: 0.9;
}
.staff ul li span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
}
.accessArea {
    max-width: 1100px;
    padding-bottom: 155px;
    margin: auto;
}
.accessArea_map {
    width: 100%;
    height: 457px;
    margin: 50px 0 60px;
}
.accessArea_map iframe {
    width: 100%;
    height: 100%;
}
.accessArea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.accessArea ul li {
    width: 48%;
}
.accessArea ul li p {
    font-size: 16px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.accessArea ul li span {
    display: block;
    width: 80px;
}
.accessArea_info {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 10px;
}
/* --------------
menu,feature
---------------- */
.menu {
    padding-top: 70px;
}
.menu_list {
    margin: 115px auto 150px;
    max-width: 1100px;
}
.menu_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.menu_list ul li {
    width: 40%;
}
.menu_box {
    margin-bottom: 60px;
}
.menu_box h2 {
    font-size: 24px;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
    margin-bottom: 25px;
}
.menu_box h2::before {
    display: inline-block;
    width: 18px;
    height: 3px;
    background-color: #333333;
    content: '';
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    top: 50%;
}
.menu_box dl {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
}
.menu_box dl dt span {
display: block;
font-size: 14px;
line-height: 1.8;
margin-top: 15px;
}
.feature {
    padding-bottom: 165px;
}
.feature_cont01, .feature_cont02 {
    margin: 0 auto;
}
.feature_cont01 {
    padding-bottom: 80px;
    margin-top: 50px;
}
.feature_cont02 {
    padding-bottom: 80px;
    margin-top: 130px;
}
.feature_Bg {
    position: relative;
} 
.feature_Bg01::after, .feature_Bg02::after {
    height: 426px;
    width: 100%;
    position: absolute;
   left: 0;
    top: 0;
}
.feature_Bg01::after {
    content: '';
    display: block;
    background: url(../img/menu/feature01_mv.jpg) no-repeat center /cover;
}
.feature_Bg02::after {
    content: '';
    display: block;
    background: url(../img/menu/feature02_mv.jpg) no-repeat center /cover;
}
.feature_contInner {
    padding-top: 315px;
    z-index: 1;
    position: relative;
}
.feature_contTxt {
    background-color: #fff;
    max-width: 1100px;
    margin: auto;
    padding-top: 40px;
    text-align: center;
    position: relative;
}
.feature_contTxt span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 30px;
}
.feature_contTxt span::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    width: 39px;
    height: 2px;
    background-color: #000000;
}
.feature_contTxt h2 {
    font-size: 36px;
    font-weight: bold;
}
.feature_contTxt_subttl {
    font-size: 14px;
    font-weight: 600;
    margin: 15px auto 60px;
}
.feature_contTxt_p {
    font-size: 16px;
    line-height: 2.6;
}
.feature_img {
    max-width: 1100px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.feature_img figure {
    width: 533px;
}
.feature_img .feature_imgR {
    margin-top: 115px;
}
.feature_point {
    padding-top: 100px;
    
}
.point_cont {
    max-width: 1100px;
    margin: auto;
    background: url(../img/menu/point_bg.jpg) no-repeat center /cover;
    padding: 30px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}
.point_cont::before {
    content: '';
    display: inline-block;
    background: url(../img/menu/point.png) no-repeat top center / 100% auto;
    width: 119px;
    height: 43px;
    position: absolute;
    left: 30px;
    top: -20px;
}
.point_contTxt h3 {
    margin: 30px 0 ;
    font-size: 18px;
}
.point_contTxt p {
    font-size: 16px;
    width: 565px;
    margin-right: 50px;
    line-height: 2.3;
}
@media only screen and (max-width: 768px) {
    /* --------------
共通
---------------- */
.cont_ttl {
    font-size: 34px;
}
.sub_ttl {
    font-size: 13px;
    margin-top: 10px;
}
/* --------------
salonphoto,staff,access
---------------- */
.salonphoto {
    padding: 60px 5% 70px;
}
.sp_mv {
    margin: 40px auto 60px;
   width: 100%;
}
.salonphoto h2 {
    font-size: 24px;
}
.sp_cont_subTtl {
    padding-bottom: 60px;
}
.sp_cont_subTtl::after {
    width: 100px;
    height: 19px;
    bottom: 30px;
}
.sp_cont_txt {
    display: block;
}
.sp_cont_txt li {
    width: 100%;
    border-right: none;
    padding: 0;
    margin-bottom: 35px;
}
.sp_cont_txt li:last-child {
    margin-bottom: 0;
}
.sp_cont_txt h3 {
    font-size: 16px;
    margin-bottom: 15px;
}
.sp_cont_txt p {
    font-size: 14px;
}
.sp_cont_photo {
    margin-top: 50px; 
    width: 100%;
}
.sp_cont_photo li {
    width: 47%;
    margin-bottom: 30px;
}
.sp_cont_photo li p {
    font-size: 13px;
    margin-top: 5px;
}
.staff {
    padding: 0 5% 65px;
}
.staff ul {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 40px auto 0;
}
.staff ul li {
    width: 47%;
    margin-bottom: 35px;
}
.staff ul li p {
    font-size: 14px;
    line-height: 0.7;
}
.staff ul li span {
    font-size: 13px;
    margin-top: 10px;
}
.accessArea {
    width: 100%;
    padding-bottom: 70px;
}
.accessArea_map {
    height: 300px;
    margin: 40px 0;
}
.accessArea ul {
    display: block;
    padding: 0 5%;
}
.accessArea ul li {
    width: 100%;
}
.accessArea ul li p {
    font-size: 14px;
    padding-bottom: 12px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.accessArea ul li span {
    width: 70px;
}
.accessArea_info {
    font-size: 14px;
    padding: 0 5%;
    line-height: 1.8;
    margin-top:30px;
}
/* --------------
menu,feature
---------------- */
.menu {
    padding-top: 60px;
}
.menu_list {
    margin: 40px auto 100px;
    width: 100%;
    padding: 0 5%;
}
.menu_list ul {
    display: block;
}
.menu_list ul li {
    width: 100%;
}
.menu_box {
    margin-bottom: 40px;
}
.menu_box h2 {
    font-size: 18px;
    padding-left: 25px;
    margin-bottom: 20px;
}
.menu_box h2::before {
    width: 15px;
}
.menu_box dl {
    font-size: 14px;
    margin-bottom: 18px;
}
.menu_box dl dt span {
font-size: 13px;
line-height: 1.6;
margin-top: 10px;
}
.feature {
    padding-bottom: 70px;
}
.feature_cont01 {
    padding-bottom: 30px;
}
.feature_cont02 {
    padding-bottom: 30px;
    margin-top: 80px;
}
.feature_Bg01::after, .feature_Bg02::after {
    height: 300px;
}
.feature_contInner {
    padding: 70px 5% 0;
}
.feature_contTxt {
    padding: 30px 5%;
}
.feature_contTxt span {
    font-size: 13px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.feature_contTxt span::after {
    width: 30px;
}
.feature_contTxt h2 {
    font-size: 24px;
}
.feature_contTxt_subttl {
    font-size: 13px;
    margin: 10px auto 30px;
}
.feature_contTxt_p {
    font-size: 14px;
    line-height: 2.2;
}
.feature_img {
    width: 100%;
    display: block;
    padding: 0 5%;
}
.feature_img figure {
    width: 100%;
}
.feature_img .feature_imgR {
    margin-top: 30px;
}
.feature_point {
    padding: 65px 5% 0;
}
.point_cont {
    width: 100%;
    padding: 20px 5% 30px;
    display: block;
}
.point_cont::before {
    width: 99px;
    height: 36px;
    left: 20px;
}
.point_contTxt h3 {
    margin: 15px 0 ;
    font-size: 16px;
    line-height: 1.6;
}
.point_contTxt p {
    margin-bottom: 20px;
    font-size: 14px;
    margin-right: 0;
    width: 100%;
    line-height: 2;
}
}
