@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(//fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');
/* common */

a {
    text-decoration: none;
    color: #3e3a39;
    transition: 0.5s;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #3e3a39;
    font-size: 15px;
    line-height: 1.6;
}
ul {
    list-style: none;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.mincho{
  font-family: 'Libre Baskerville',"Sawarabi Mincho",serif;
}
.cont_head1 {
    background-image: url(images/common/head_icon1.png);
    background-repeat: no-repeat;
    background-position: center;
}
.cont_head2 {
    background-image: url(images/common/head_icon2.png);
    background-repeat: no-repeat;
    background-position: center;
}
.cont_head3 {
    background-image: url(images/common/head_icon3.png);
    background-repeat: no-repeat;
    background-position: center;
}
.bg_color1 {
    background-color: #f9f5f0;
}
.bg_color2 {
    background-color: #f4f5f8;
}
.bg_color3 {
    background-color: #fcf4f7;
}

.bg_img1 {
    background-image: url(images/common/cont_bg1.png);
    background-repeat: no-repeat;
    background-position: right;
}
.bg_img2 {
    background-image: url(images/common/cont_bg2.png);
    background-repeat: no-repeat;
    background-position: right;
}
.bg_img3 {
    background-image: url(images/common/cont_bg3.png);
    background-repeat: no-repeat;
    background-position: right;
}


/* content */
.cont_head {
    text-align: center;
    padding: 60px 10px;
    font-size: 2.5rem;
    letter-spacing: 5px;
    font-weight: normal;
}
.cont_head-sub {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 1px;
}


/* header */
#head_logo {
    text-align: center;
}
header {
    border-top: solid 8px #bdaa93;
    padding: 10px 0;
    position: relative;
}
.header_shop-banner {
    display: inline-block;
    border: solid 1px #bdaa93;
    padding: 7px 10px 7px 50px;
    line-height: 1.2;
    font-size: 0.85rem;
    background-image: url(images/common/store_icon.png);
    background-repeat: no-repeat;
    background-position: 10px;
}
.header_recruit-banner {
    display: inline-block;
    background-color: #e95293;
    color: #fff;
    padding: 9px 20px 9px 40px;
    vertical-align: top;
    margin-left: 10px;
    font-size: 1.2rem;
    position: relative;
}
.header_recruit-banner:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* footer */
footer {
    background-color: #bdaa93;
}
#copy {
    text-align: center;
    background-color: #fff;
    color: #bdaa93;
    padding: 5px;
    font-size: 0.7rem;
    clear: both;
}
.foot_info li {
    padding-bottom: 20px;
}


/* salon */
.salon_name-strong {
    display: block;
    color: #e95293;
}
.salon_name-text {
    display: inline-block;
    width: 58%;
    padding-left: 20px;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 1.5rem;
    font-weight: normal;
}
.salon_name-logo {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
}
.salon_name.mincho {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: dotted 2px;
}
.salon_deta-img {
    display: inline-block;
    width: 40%;
}
.salon_deta-text {
    display: inline-block;
    width: 58%;
    padding-left: 10px;
    box-sizing: border-box;
    vertical-align: top;
}
.salon_reservation-btn {
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px;
    box-sizing: border-box;
    background-color: #e95293;
    color: #fff;
    margin-bottom: 10px;
}
.salon_deta {
    padding-bottom: 10px;
}
.salon_btn-area {
    width: 100%;
    max-width: 270px;
}
.salon_insta-btn {
    padding: 7px 1% 3px 1%;
    border: solid 1px #000;
    display: inline-block;
    width: calc(75% - 5px);
    box-sizing: border-box;
    text-align: center;
    margin-right: 6px;
}
.salon_map-btn {
    padding: 7px 0;
    display: inline-block;
    color: #fff;
    background-color: #bdaa93;
    width: 22%;
    box-sizing: border-box;
    text-align: center;
}
.salon_deta-tel {
    font-size: 1.3rem;
    word-break: break-all;
}
.salon_deta > li {
    padding-bottom: 3px;
}
.salon_deta-area {
    padding-bottom: 20px;
    border-bottom: solid;
}
time {
    font-size: 0.8rem;
}
.cont_innre-head {
    text-align: center;
    font-size: 2rem;
    font-weight: normal;
    padding-bottom: 50px;
}
.cont_innre-head:after {
    content: '';
    height: 4px;
    width: 50px;
    display: block;
    background-color: #e95293;
    margin: 10px auto 0;
}
.center {
    text-align: center;
}
.bread li:last-child {
    color: #e95293;
}
.bread li:not(:first-child):before {
    content: '>';
    padding: 0 5px;
    color: #bdaa93;
}
.bread a {
    color: #bdaa93;
}
.salon_insta-btn:before {
    content: url(images/common/insta_icon.png);
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 2px;
    padding-right: 6px;
}
.salon_deta-tel:before {
    content: url(images/common/tel_icon.png);
    padding-right: 8px;
}
.foot_info a {
    color: #fff;
}
/* ===================================================================================
 for PC min-width: 741px
 =================================================================================== */
 @media screen and (min-width: 741px) {
     .bread li {
        float: left;
    }
    .content.bread {
        padding: 5px 10px;
    }
     .content {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 10px;
    }
     .forSP {
        display: none;
    }
    .forPC_mini {
        display: none;
    }
    a:hover {
        opacity: 0.7;
        transition: 0.5s;
    }
    .cont_pad {
        padding: 100px 0;
    }

    

    /* header */
    .head_spe:hover {
        opacity: 0.7;
    }
    .pc_nav li {
        display: inline-block;
        position: relative;
    }
    .pc_nav {
        text-align: center;
        padding: 20px 0 10px;
    }
    .pc_nav > ul > li:not(:first-child):before {
    content: '';
    width: 1px;
    height: 20px;
    display: inline-block;
    background-color: #b5b5b6;
    position: absolute;
    left: -3px;
    top: 1px;
    }
    .pc_nav > .clearfix > li > a, .head_spe {
        text-align: center;
        display: block;
        font-weight: bold;
        padding: 0 20px;
        cursor: pointer;
        transition: 0.5s;
    }
    .nav_subtxt {
        display: block;
        font-size: 0.8rem;
        color: #e95293;
        font-weight: 600;
    }
    #pc_header_right {
        position: absolute;
        right: 10px;
        top: 10%;
    }
    .header_cont {
        position: relative;
    }.head_spe-nav {
        position: absolute;
        min-width: 200px;
        left: -50%;
        /* right: 0; */
        margin: auto;
        padding: 10px 10px 5px 10px;
        z-index: 999;
        background-color: #e95293;
        top: 60px;
        font-size: 0.8rem;
        width: 250%;
        max-width: 150px;
        display: none;
    }.head_spe-nav a {
        color: #fff;
        display: block;
    }.head_spe-nav:before {
        content: '';
        height: 20px;
        width: 20px;
        position: absolute;
        display: block;
        background-color: #e95293;
        transform: rotate(45deg);
        top: -10px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: -1;
    }
    .head_spe-nav li {
        padding: 6px;
    }
    .head_spe-nav li img {
        display: block;
        max-width: 80px;
        margin: 0 auto;
    }

    /* footer */
    .foot_nav-sub {
        padding-left: 1rem;
    }
    #footer_cont {
        max-width: 1200px;
        margin: 0 auto;
        color: #fff;
        overflow: hidden;
        padding: 20px 20px 60px;
    }
    .foot_nav-list a {
        color: #fff;
    }
    .foot_info {
        width: 45%;
        float: left;
    }
    .foot_nav {
        float: left;
        width: 45%;
        padding-left: 13%;
        box-sizing: border-box;
    }
    .foot_nav-list {
        width: 50%;
        float: left;
    }
    .foot_nav-list li {
        padding-top: 5px;
    }
    #foot_logo {
        padding: 30px 0;
    }
    #top_back_btn {
        position: fixed;
        right: 0;
        bottom: 0;
        padding: 10px 0;
        background-color: #e95293;
        color: #fff;
        width: 44px;
        box-sizing: border-box;
        text-align: center;
        transition: 0.5s,opacity;
        display: none;
    }
    .reservation-icon {
        position: fixed;
        right: 0;
        z-index: 9999;
        top: 70%;
    }


    /* salon */
    .salon_list > li:nth-child(odd) {
        padding-right: 20px;
    }
    .salon_list > li:nth-child(even) {
        padding-left: 20px;
    }
    .salon_list > li {
        width: 50%;
        float: left;
        box-sizing: border-box;
        padding-bottom: 50px;
    }
    
}
/* ===================================================================================
 for PC max-width: 1100px
 =================================================================================== */
 @media screen and (max-width: 1100px) {
    .pc_nav > .clearfix > li > a, .head_spe {
        font-size: 1vw;
        padding: 0 10px;
    }
    #pc_header_right {
        top: -3%;
    }


    /* header */
    .header_recruit-banner {
        padding: 5px 5px 5px 25px;
        font-size: 0.7rem;
        margin-left: 0;
        margin-top: 5px;
        display: block;
        width: 63px;
    }
    .header_recruit-banner:before {
        left: 10px;
        border-color: transparent transparent transparent #ffffff;
        border-width: 5px 0 5px 5px;
    }
    .header_shop-banner {
        padding: 5px 5px 5px 35px;
        background-size: 10%;
        font-size: 0.7rem;
    }
    .head_spe-nav {
        left: -90%;
        max-width: none;
    }
 }
/* ===================================================================================
 for SP max-width: 740px
 =================================================================================== */
 @media screen and (max-width: 740px) {
     #head_logo img {
        width: 170px;
    }
    .forPC {
        display: none;
    }
    .forPC_mini {
        display: none;
    }
    .content {
        width: 95%;
        margin: 0 auto;
    }
    #sp_nav {
        display: none;
        position: absolute;
        width: 100%;
        /* background-color: rgba(35, 24, 21, 0.8); */
        border-top: solid 1px#ffffff;
        top: 61px;
        z-index: 9999;
    }
    .menu-trigger,
    .menu-trigger span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
    }
    .menu-trigger {
      position: absolute;
      width: 34px;
      height: 28px;
      right: 0;
      top: 6px;
      overflow: hidden;
    }
    .menu-trigger span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #e95293;
      border-radius: 4px;
    }
    .menu-trigger span:nth-of-type(1) {
      top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
      top: 12px;
    }
    .menu-trigger span:nth-of-type(3) {
      bottom: 0;
    }
    .menu-trigger.active span:nth-of-type(1) {
      -webkit-transform: translateY(20px) rotate(-45deg);
      transform: translateY(12px) rotate(-45deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
      left: 50%;
      opacity: 0;
      -webkit-animation: active-menu-bar02 .8s forwards;
      animation: active-menu-bar02 .8s forwards;
    }
    @-webkit-keyframes active-menu-bar02 {
      100% {
        height: 0;
      }
    }
    @keyframes active-menu-bar02 {
      100% {
        height: 0;
      }
    }
    .menu-trigger.active span:nth-of-type(3) {
      -webkit-transform: translateY(-20px) rotate(45deg);
      transform: translateY(-12px) rotate(45deg);
    }
    .cont_pad {
        padding: 40px 0;
    }
    .cont_head {
        background-size: 50%;
        font-size: 1.9rem;
        padding: 20px 0;
    }
    .cont_head-sub {
        font-size: 1rem;
    }
    .nav_subtxt {
        display: block;
        font-size: 0.7rem;
    }
    .shop-btn {
        /* background-color: #e95293; */
    }
    .recruit-btn {
        /* background-color: #e95293; */
    }
    #sp_nav .recruit-btn a {
        padding: 17px 5px;
        height: auto;
        background-color: rgba(233, 82, 147, 0.9);
    }
    #sp_nav li.shop-btn a {
        height: auto;
        padding: 4px 4px 5px;
        background-color: rgba(233, 82, 147, 0.9);
    }
    #sp_nav li.spe_nav a {
        height: auto;
        background-color: #fff;
        color: rgb(62, 58, 57);
        position: relative;
    }

    #sp_nav li.spe_nav-deco:before {
        content: '';
        height: 10px;
        width: 10px;
        position: absolute;
        transform: rotate(45deg);
        top: -3px;
        background-color: #fff;
        left: 0;
        right: 0;
        margin: auto;
    }
    .spe_nav-deco {
        position: relative;
    }
    #sp_nav li:nth-child(odd).spe_nav-deco {
        border-right: solid 1px rgba(62, 58, 57, 0.6);
    }
    .spe_nav {
        display: none;
    }

    
    /* footer */
    #footer_cont {
        max-width: 95%;
        margin: 0 auto;
        color: #fff;
        padding: 20px 0;
    }
    div#foot_logo {
        text-align: center;
        padding-bottom: 20px;
    }
    
    .salon_list > li {
        padding-bottom: 40px;
        margin: 0 auto;
    }
    #sp_nav li {
        width: 50%;
        float: left;
        border-bottom: solid 1px #ffffff;
        box-sizing: border-box;
    }
    #sp_nav li:nth-child(odd) {
        border-right: solid 1px #ffffff;
    }
    #sp_nav li a,.head_spe {
        padding: 5px;
        display: block;
        color: #fff;
        text-align: center;
        font-size: 1rem;
        height: 40px;
        background-color: rgba(35, 24, 21, 0.8);
    }
    #top_back_btn {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .sp_top_back {
        width: 40px;
        display: block;
        float: left;
        padding: 7px 0;
        box-sizing: border-box;
        text-align: center;
        background-color: rgba(35, 24, 21, 0.8);
        color: #fff;
    }
    .sp_reservation {
        display: block;
        float: left;
        width: calc(100% - 40px);
        text-align: center;
        background-color: rgba(233, 82, 147, 0.8);
        color: #fff;
        padding: 7px;
        box-sizing: border-box;
    }
    footer {
        margin-bottom: 38px;
    }
    .cont_innre-head {
        font-size: 1.6rem;
        padding-bottom: 20px;
    }
}
/* ===================================================================================
 for SP max-width: 470px
 =================================================================================== */
 @media screen and (max-width: 470px) {
    .salon_deta-img {
        width: 100%;
        text-align: center;
    }
    .salon_deta-text {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .salon_btn-area {
        max-width: none;
    }
    .salon_name-text {
        font-size: 1.2rem;
        width: 63%;
        padding-left: 4%;
    }
    .salon_name-logo {
        width: 35%;
    }
    
 }