@charset "UTF-8";
/*
Theme Name: BITERA.
Theme URI:https://bitera2020.com
Description: BITERAのテーマです。
Version: 1.0
Author:SHOTA.
*/

html {
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: serif;
    color: #222;
    background-color: #fafafa;
}
body.noscroll {
    overflow: hidden;
    width: 100%;
  }
img {
    width: 100%;
}
a {
    color: #222;
    text-decoration: none;
}
header {
    font-family: classico-urw, sans-serif;
    position: fixed;
    justify-content: end;
    z-index: 20;
    padding: 15px;
    right: 0;
    top: 0;
}
/*ハンバーガーmenu-phone*/
.burger-cover {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px;

}
.burger-btn {
    display: block;
    width: 37px;
    height: 37px;
    position: relative;
    z-index: 13;
    border:none;
    
  }
  .bar {
    border-radius: 1px;
    width: 35px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #101010;
  }
  .bar-top {
    position: absolute;
    font-size: 14px;
    color: #101010;

  }
  .bar_mid {
    top: 64%;
    transform: translate(-50%,-50%);
  }
  .bar_bottom {
    bottom: 0px;
  }
  /*×にする*/
  .burger-btn.close .bar-top {
    color: #101010;
  }
  .burger-btn.close .bar_mid {
    transform: translate(-51%,7px) rotate(45deg);
    transition: transform .3s;
    background-color: #101010;
  }
  
  .burger-btn.close .bar_bottom {
  transform: translate(-50%,-5px) rotate(-45deg);
  transition: transform .3s;
  background-color: #101010;
  }
  
  
  /*ナビゲーションmenu*/
  .nav-wrapper {
    display: none;
    width: 40vh;
    height: 100vh;
    position: fixed;
    top: 0;
  
    right: 0;
  z-index: 12;
  }
  nav {
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 12;
    overflow: auto;
  -webkit-overflow-scrolling: touch;
  }
  ul {
    list-style: none;
    font-size: 19px;
    letter-spacing: 0.05em;
    padding: 0 20px 30px;
    line-height: 16px;
    position: relative;
    top: 17%;
    
  }
  ul span {
      font-size: 12px;
      color: #484848;

  }
  
  ul img {
    width: 120px;
  }
li {
    margin-bottom: 25px;
}
.contact {
    background-color: #C0DCD8;
    padding: 15px 0;
    color: #484848;
    font-size: 16px;
    text-align: center;
}
  .contact a {
    color: #484848;
}
.reservation {
    background-color: #009CBA;
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
}
.reservation a {
    color: #fff;
}

/*トップ*/
figure {
    margin: 0 !important;
}
.lp {
    background-color: #7AB2BE;
    z-index: 0;
}
.top-top {
    position: relative;
}
.top-photo {
    opacity: 0.85;
}
.bitera-logo-1 {
    position: absolute;
    width: 250px;
    bottom: -21px;
    padding-left: 15px;
}
.top-top-2 {
    position: relative;
}
.top-flat {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}
.top-photo-2 {
    margin-top: 30px;
    width: 53%;
}
.top-photo-2 img {
    width: 100%;
    height: auto;
}
.top-photo-3 {
    position: relative;
    z-index: 1;
    width: 38%;
}
.top-photo-3 img {
    width: 100%;
    min-height: 285px;
    object-fit: cover;
    object-position: 0 100%;
}
.tp3-box {
    position: absolute;
    top: 12px;
    right: 0;
    width: 109%;
    height: 100%;
    min-height: 285px;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: -1;
}
.bitera-logo-2 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 150px;
    opacity: 0.2;
}
.bitera-logo-2 img {
    width: 100%;
    height: 100%;
    object-fit: none;
}
.top-menu-logo {
    color: #fff;
    font-size: 27px;
    letter-spacing: 0.03em;
    font-family: classico-urw, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-left: 15px;
    padding-bottom: 25px;
    opacity: 0.8;
    margin-top: -45px;

}
.top-menu-logo p {
    padding-bottom: 5px;
}

/*information*/
.information {
    padding: 0 15px;
    margin-top: 50px;
}
.i-cover {
    position: relative;
    padding: 20px 30px 30px 30px;
    border: #C9C9C9 solid 2px;
    background-color: #fcfcfc;
}
.i-cover:before, .i-cover:after { 
    content:'';
    width: 30px;
    height: 30px;
    position: absolute;
    display: inline-block;
}

.i-cover:before {
    border-left: solid 4px #A2CCD5;
    border-top: solid 4px #A2CCD5;
    top:-2px;
    left: -2px;
}

.i-cover:after {
    border-right: solid 4px #A2CCD5;
    border-bottom: solid 4px #A2CCD5;
    bottom:-2px;
    right: -2px;
}

.information .title {
    text-align: center;
    font-family: utopia-std, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    letter-spacing: 0.05em;
    border-bottom: #C9C9C9 dotted 1px;
}
.information .title p {
    padding-bottom: 7px;;
}
.i-contents {
    margin-top: -8px;
} 
.i-contents p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.05em;
}
.ic-title  {
    text-align: center;
    font-size: 13px!important;
    color: #fff;
    background-color: #A2CCD5;
    padding: 3px 0;
    margin-top: 30px;
    margin-bottom: 10px;
}


/*あいさつ*/
.greeting {
    position: relative;
    background-color: #D8E9E7;
    height: 100%;
    width: 100%;
    padding: 35px 15px;
    margin-top: 45px;
    box-sizing: border-box;
}
.leaf-1 {
    position: absolute;
    top: 0px;
    right: 0;
}
.leaf-1 img {
    width: 200px;

}
.leaf-2 {
    position: absolute;
    bottom: 0px;
    left: 0;
}
.leaf-2 img {
    vertical-align: bottom;
    width: 200px;
}
.g-cover {
    position: relative;
    background-color: #fcfcfc;
    border: 1px solid #1A7B91;
    padding: 1em;
}
.g-frame {
    padding: 15px 20px 20px;
}
.g-cover::before,.g-cover::after,.g-frame::before,.g-frame::after {
    position: absolute;
    display: block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    content: "";
    background-color: #D8E9E7;
    border: 1px solid #1A7B91;
}
.g-cover:before {
    top: -12px;
    left: -12px;
}
.g-cover:after {
    top: -12px;
    right: -12px;
}
.g-frame:before {
    right: -12px;
    bottom: -12px;
}
.g-frame:after {
    left: -12px;
    bottom: -12px;
}
.over {
    overflow: hidden;
}
.thin {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: 1px solid #1A7B91;
    z-index: 1;
}

.greeting .title {
    text-align: center;
    font-family: utopia-std, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    color: #1A7B91;
}
.greeting .title::after {
    content: "";
    border-bottom: #C9C9C9 solid 1px;
    width: 100px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.greeting .title p {
    font-size: 30px;
    padding-bottom: 7px;
}
.greeting p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.05em;
    margin-top: 10px;
}

/*キャンペーン　*/
.campaign {
    margin-top: 30px;
}
.campaign .title {
    text-align: center;
    margin-bottom: 20px;
}
.c-title {
    font-size: 44px!important;
    font-family: utopia-std, serif;
    font-weight: 400;
    font-style: normal;
    color: #71A9B4!important;
    letter-spacing: 0.1em;
}
.campaign .title P {
    font-size: 14px;
    color: #444;
}

.c1-cover {
    position: relative;
}
.front-cover {
    position: absolute;
    top: 0;
}

.front {
    position: relative;
    padding: 40px;
    box-sizing: border-box;
}
.front-1 {
    border: 2px solid #fff;
}
.front-1 img {
    vertical-align: bottom;
}
.c-box {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    box-sizing: border-box;
    left: 0;
    right: 0;
    padding: 0 40px 40px;
}
.cb-p {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    text-align: center;
    color: #333;
    padding: 40px 0 0;
}
.cb-p p {
    font-size: 20px;
}
.cb-p-2 {
    margin: -10px 0 -13px;
}
.cb-p p:last-child {
    font-size: 35px;
    font-family: classico-urw, sans-serif;
    font-weight: 400;
    font-style: italic;
}
.cb-p span {
    font-size: 11px;
}
.front-2 {
    position: absolute;
    top: 47%;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    left: 0;
    right: 0;
}
.swiper-button-prev,.swiper-button-next {
    background-color: rgba(255, 255, 255, 0.8);
    transform: scale(0.5);
    padding: 30px 8px;
    color: #707070!important;
    top: 46%!important;
}

.swiper-button-prev {
    left: 0px!important;
    right: auto;
}
.swiper-button-next {
    right: 0px!important;
    left: auto;
}

/*トップメニュー　*/
.top-menu {
    margin-top: 80px;
    background-color: #C0DCD8;
    padding-bottom: 60px;
} 
.menu-logo {
    position: relative;
    text-align: center;
    width: 215px;
    margin-left: auto !important;
    margin-right: auto !important;
    z-index: 2;
}
.menu-logo-1 {
    position: absolute;
    right: -70px;
    bottom: -25px;
    opacity: 0.2;
    z-index: -1;
}
.menu-logo-1 img {
    width: 155px;
}
.menu-logo-main {
    z-index: 2;

}
.tm-flat {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
}
.tm-epilation,.tm-whitening {
    width: 46%;
}
.tm-colour {
    background-color: #4795A3;
    height: 228px;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tm-p {
    position: absolute;
    text-align: center;
}
.tm-p :first-child {
    font-size: 16px;
}
.tm-epilation .tm-p :first-child {
    font-size: 18px;
}
.tm-whitening .tm-p :first-child {
    font-size: 14px;
}
.tmc-view {
    background-color: #fff;
    color: #71A9B4;
    font-family: classico-urw, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    margin-top: 30px;
    display: inline-block;
    padding: 4px 20px;
    margin-left: auto;
    margin-right: auto;
}
.tmf-colour .tmc-view {
    background-color: #71A9B4;
    color: #fff;
}
.tmw-colour {
    background-color: #9CD7E3;
    height: 228px;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tm-whitening img,.tm-epilation img {
    vertical-align: bottom;
    height: 228px;
    object-fit: cover;
}

.tm-facial,.tm-collagen {
    margin-top: 30px;
    display: flex;
}
.tmf-colour,.tmc-colour {
    background-color: #FFFCEF;
    width: 50%;
    height: 166px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #71A9B4;
}
.tmc-colour {
    background-color: #E58562;
    color: #fff;
}
.tmf-photo,.tmc-photo {
    width: 50%;
}
.tm-facial img,.tm-collagen img {
    height: 166px;
    vertical-align: bottom;
    object-fit: cover;
    object-position: left;
}

/*top-bottom*/
.top-bottom {
    padding: 0 15px;
}
.staff {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 50px;
}
.staff-photo {
    width: 55%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.staff-photo img {
    
}

.staff-info {
    font-size: 12px;
    font-family: classico-urw, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-left: 30px;
}
.staff-info p:first-child {
    color: #1A7B91;
    font-size: 14px;
}
.staff-info p:nth-child(2) {
    margin: 5px 0 15px;
}
.staff-info p:last-child {
    border: 1px solid #222;
    background-color: #fcfcfc;
    padding: 4px 20px;
    display: inline-block;
    font-size: 10px;
}

.voice-qa-flat {
    display: flex;
    justify-content: space-between;
}
.voice,.q-a {
    width: 45%;
}
.voice img,.q-a img {
    height: 172px;
    object-fit: cover;
}
.voice {
    margin-top: 60px;
}
.q-a {
    margin-top: 25px;
}
.voice-qa-flat .staff-info {
    padding: 0;
}
.cr-doisho {
    font-family: sans-serif;
    padding: 0 15px;
}
.cr-2 {
    border-top: #7AB2BE 2px solid;
    border-bottom: #7AB2BE 2px solid;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 40px;

}
.cr-3 {
    font-size: 13px;
    padding: 0 15px;
    line-height: 25px;
}
.doisho {
    padding: 0 15px;
    margin-top: 30px;
}
.doisho p {
    background-color: #1A7B91;
    color: #fff;
    font-family: sans-serif;
    font-size: 17px;
    padding: 13px 0;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
    text-align: center;
    border-radius: 50vh;

}

/*フッター*/
.for-top {
    background-color: #72ADB9;
    color: #FCF9F0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 15px;
    font-family: classico-urw, sans-serif;
    margin-top: 50px;
    letter-spacing: 0.07em;
}

.salon-name {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
}
.salon-name img {
    height: 130px;
    object-fit: cover;
    opacity: 0.8;

}
.salon-name p {
    position: absolute;
    font-size: 40px;
    color: #fff;
    letter-spacing: 0.1em;
    font-family: utopia-std, serif;
}
.address {
    text-align: center;
    font-size: 19px;
    letter-spacing: 0.05em;
    line-height: 28px;
    font-family: sans-serif;
    margin-top: 20px;
}
.phone-number {
    font-size: 28px;
    font-family: classico-urw, sans-serif;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
    width: 285px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 35px;
}
.phone-number a {
    color: #007B91;
}
.phone-number a span {
    font-size: 11px;
    color: #333;
}
.follow-us-support {
    font-size: 11px;
    text-align: center;
    font-family: sans-serif;
    margin-top: 10px;
}

.follow-us {
    display: flex;
    padding: 0 15px;
    align-items: center;
    justify-content: space-between;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.line img {
    height: 100%;
    width: 145px;
    vertical-align: bottom;
}
/*インスタグラム*/
.insta_btn2{/*ボタンの下地*/
    color: #FFF;/*文字・アイコン色*/
    border-radius: 7px;/*角丸に*/
    position: relative;
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
    overflow: hidden;/*はみ出た部分を隠す*/
    text-decoration:none;/*下線は消す*/
    display: flex;
    justify-content: center;
    align-items: center;
    width: 145px;
    height: 45px;
  }
  .insta-cover {
      position: absolute;
      display: flex;
      align-items: center;
  }
  .insta_btn2:before{/*グラデーション②*/
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;/*全体を覆う*/
    height: 100%;/*全体を覆う*/
    background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  }
  
  .insta_btn2 .fa-instagram{/*アイコン*/
    font-size: 25px;/*アイコンサイズ*/
    top: 4px;/*アイコン位置の微調整*/
  }
  
  .insta_btn2 span {/*テキスト*/
    display:inline-block;
    font-family: classico-urw, sans-serif;
    font-size: 20px;
    padding-left: 10px;
    
  }
.map {
    margin-top: 40px;
    margin-bottom: 25px;
}
.map iframe {
    width: 100%;
    height: 50vh;

}
.time-schedule {
    padding: 0 15px;
    margin-bottom: 40px;
}
.time-schedule img {
    background-color: #fff;
}
small {
    text-align: center;
    background-color: #72ADB9;
    color: #FCF9F0;
    padding: 10px 0;
    width: 100%;
    display: block;
}


/*PC*/
@media screen and (min-width: 600px) {
    header {
        max-width: 1000px;
        display: flex;
        justify-content: end;
        padding: 20px;
        right: 0;
        top: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
    }
    /*ハンバーガーmenu-phone*/
    .burger-cover {
        background-color: rgba(255, 255, 255, 0.8);
        padding: 10px;
    
    }
    .burger-btn {
        width: 50px;
        height: 50px;
      }
      .bar {
        width: 50px;
        height: 2px;
      }
      .bar-top {
        font-size: 18px;
      }
      /*×にする*/
      .burger-btn.close .bar_mid {
        transform: translate(-51%,7px) rotate(45deg);

      }
      
      .burger-btn.close .bar_bottom {
      transform: translate(-50%,-9px) rotate(-45deg);
      }
      
      
      /*ナビゲーションmenu*/
      .nav-wrapper {
        width: 40vh;
      }
      
      ul {
        font-size: 21px;
        line-height: 16px;
        top: 17%;
      }
      ul span {
          font-size: 12px;
      }
      
      ul img {
        width: 120px;
      }
    li {
        margin-bottom: 30px;
    }
    .contact {
        padding: 17px 0;
        font-size: 17px;
    }
    .reservation {
        padding: 17px 0;
        font-size: 17px;
    }
    
    /*トップ*/
    .lp-pc {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    .bitera-logo-1 {
        width: 355px;
        bottom: -30px;
    }
    
    
    .top-photo-2 img {
        width: 380px;
        height: 290px;
        object-fit: cover;
        object-position: top;
    }
    
    .tp3-box {
        right: 20px;
        width: 100%;
    }
    .bitera-logo-2 {
        width: 100%;
        height: auto;
    }
    .bitera-logo-2 img {
        width: 90%;
        height: auto;
        object-fit: contain;
    }
    .top-menu-logo {
        font-size: 36px;
        letter-spacing: 0.05em;
        padding-left: 15px;
        padding-bottom: 25px;
        margin-top: -75px;
    
    }
    .top-menu-logo p {
        padding-bottom: 15px;
    }
    
    /*information*/
    .information {
        padding: 0 25px;
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
    }
    .i-cover {
        padding: 30px 80px 40px 80px;
        border: #C9C9C9 solid 2px;
    }
    
    .i-cover:before {
        border-left: solid 5px #A2CCD5;
        border-top: solid 5px #A2CCD5;
    }
    
    .i-cover:after {
        border-right: solid 5px #A2CCD5;
        border-bottom: solid 5px #A2CCD5;
    }
    
    .information .title {
        font-size: 40px;
        border-bottom: #C9C9C9 dotted 2px;
    }
    .information .title p {
        padding-bottom: 7px;
    }
    .i-contents {
        margin-top: -8px;
    } 
    .i-contents p {
        font-size: 17px;
        line-height: 28px;
    }
    .ic-title  {
        text-align: center;
        font-size: 16px!important;
        padding: 7px 0;
        margin-top: 50px;
        margin-bottom: 15px;
    }
    
    
    /*あいさつ*/
    .greeting {
        padding: 35px 15px;
        margin-top: 50px;
    }
    .leaf-1 {
        right: 50px;
    }
    .leaf-1 img {
        width: 400px;
    }
    .leaf-2 {
        left: 50px;
    }
    .leaf-2 img {
        width: 400px;
    }
    .over {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .g-frame {
        padding: 15px 35px 20px;
    }

    .greeting .title p {
        font-size: 35px;
        padding-bottom: 7px;
    }
    .greeting p {
        font-size: 16px;
        line-height: 30px;
        margin-top: 15px;
    }

    /*キャンペーン　*/
.campaign {
    margin-top: 60px;
}
.campaign .title {
    text-align: center;
    margin-bottom: 20px;
}
.c-title {
    font-size: 68px!important;
}
.campaign .title P {
    font-size: 16px;
}
.c1-cover {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cmp-pc-photo {
    height: 650px;
    object-fit: cover;
}
.front-cover {
    position: absolute;
    width: 600px;
    top: auto;


}

.front {
    position: relative;
    padding: 40px;
    box-sizing: border-box;
}
.front-1 {
    border: 2px solid #fff;
}
.front-1 img {
}
.c-box {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    box-sizing: border-box;
    left: 0;
    right: 0;
    padding: 0 40px 40px;
}
.cb-p {
    padding: 40px 0 15px;
}
.cb-p p {
    font-size: 30px;
}
.cb-p p:last-child {
    font-size: 45px;
}
.cb-p span {
    font-size: 15px;
}

.swiper-button-prev,.swiper-button-next {
    transform: scale(0.7);
    padding: 40px 10px;
}

.swiper-button-prev {
    left: 40px!important;
}
.swiper-button-next {
    right: 40px!important;
}

/*トップメニュー　*/
.top-menu {
    margin-top: 150px;
    padding-bottom: 80px;
} 
.top-menu-pc {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.menu-logo {
    width: 380px;
}

.menu-logo-1 img {
    width: 250px;
}
.menu-logo-main {
    width: 380px;

}
.tm-flat {
    margin-top: 60px;
}
.tm-epilation,.tm-whitening {
    width: 46%;
}
.tm-colour {
    height: 360px;
}
.tm-p :first-child {
    font-size: 27px;
}
.tm-epilation .tm-p :first-child {
    font-size: 30px;
}
.tm-whitening .tm-p :first-child {
    font-size: 26px;
}
.tmc-view {
    font-size: 18px;
    margin-top: 50px;
    padding: 7px 30px;
}
.tmw-colour {
    height: 360px;
}

.tm-whitening img,.tm-epilation img {
    height: 360px;
}

.tm-facial,.tm-collagen {
    margin-top: 50px;
}
.tmf-colour,.tmc-colour {
    height: 260px;
}
.tm-facial img,.tm-collagen img {
    height: 260px;
}

/*top-bottom*/
.top-bottom {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;

}
.staff {
    margin-top: 70px;
}
.staff-photo {
}

.staff-info {
    font-size: 18px;
    padding-left: 50px;
}
.staff-info p:first-child {
    color: #1A7B91;
    font-size: 22px;
}
.staff-info p:nth-child(2) {
    margin: 5px 0 15px;
}
.staff-info p:last-child {
    padding: 6px 30px;
    font-size: 14px;
}

.voice img,.q-a img {
    height: 320px;
}
.voice {
    margin-top: 90px;
}
.q-a {
    margin-top: 50px;
}
.cr-doisho {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
}
.cr-2 {
    padding: 15px 15px;
    font-size: 17px;
    margin-bottom: 15px;
    margin-top: 40px;
    line-height: 30px;

}
.cr-3 {
    font-size: 15px;
    padding: 0 15px;
    line-height: 30px;
}
.doisho {
    padding: 0 25px;
    margin-top: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.doisho p {
    font-size: 21px;
    padding: 18px 0;
}

/*フッター*/
.for-top {
    padding: 15px 0;
    font-size: 18px;
    margin-top: 50px;
}

.salon-name img {
    height: 200px;
}
.salon-name p {
    font-size: 50px;
}
.address {
    text-align: center;
    font-size: 23px;
    letter-spacing: 0.03em;
    line-height: 40px;
    margin-top: 35px;
}
.phone-number {
    font-size: 40px;
    width: 400px;
    padding: 20px 0 15px;
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 45px;
}
.phone-number a span {
    font-size: 15px;
}
.follow-us-support {
    font-size: 15px;
    
    margin-top: 10px;
}

.follow-us {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.line img {
    height: 100%;
    width: 180px;
}
/*インスタグラム*/
.insta_btn2{/*ボタンの下地*/
    width: 180px;
    height: 55.8px;
  }
  .insta_btn2 .fa-instagram{/*アイコン*/
    font-size: 35px;/*アイコンサイズ*/
    top: 4px;/*アイコン位置の微調整*/
  }
  
  .insta_btn2 span {/*テキスト*/
    display:inline-block;
    font-family: classico-urw, sans-serif;
    font-size: 27px;
    padding-left: 10px;
    
  }
.map {
    margin-top: 45px;
    margin-bottom: 35px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.map iframe {
    height: 60vh;

}
.time-schedule {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
small {
    padding: 15px 0;
    font-size: 18px;
}





}