

/*****************************************************
共通部分 
*****************************************************/

body {
    font-family: 'Abel', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

  /* オビ */
  .content .obi {
    background-color: #222222;
    color: #fff;
    padding:5px;
}

.content .obi-shadow {
    box-shadow:  0px 5px 5px #ccc;
}

.content .obi p {
    text-align: center;
}


/*****************************************************
BASE
*****************************************************/
/* フォント */

body {
    color:#374149;
}

.noto {
    font-family: 'Abel', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
}

    /* 見出し、タイトル周り */

    h2.title {
        font-family: 'Abel', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    color:#222222;
    letter-spacing: 5px;
    font-size: 44px;
    text-align: center;
    font-weight: 800;
    }
    

   h2.h2_jp {
        font-size:37px ;
    }

    .mini-ttl {
        color:#222222;
        font-size: 12px;
        text-align: center;
        margin-top: 10px;
    }
    
    h3.subtitle {
        font-family: 'Abel', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    color:#222222;
    letter-spacing: 5px;
    font-size: 32px;
    text-align: center;
    margin-bottom: 75px;
    margin-top: 75px;
    font-weight: 800;
    }
    
    .content-ttl {
    margin:50px 0;
    text-align: center;
    }
    
    .ttl-bar img {
        width: 200px;
        height: auto;
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .ttl-bar02 img {
        width: 180px;
        height: 50%;
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .txt-poem {
        margin-bottom: 40px;
        font-size: 20px;
        line-height: 40px;
    }
    
    .txt-poem p {
        text-align: center;
        line-height: 47px;
        margin-bottom: 20px;
    }

    .pink-text {
        color: #EEA098;
    }

    .blue-text {
        color: #80B6CB;
    }

    a.link-privacy {
        color: #80B6CB;
        text-decoration: underline;
        font-weight: normal;

    }

    .text-right {
        text-align: right;
    }

    .link-gold {
        color: #C5A983;
        text-decoration: underline;
    }

/*****************************************************
LAYOUT
*****************************************************/

.l_section {
    padding:40px 0 60px;
}

/*****************************************************
PC対応
*****************************************************/

/* ヘッダー */

header.header {
    position: sticky;
    top:0;
    z-index: 30;
    box-shadow:  0px 5px 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    
}

  header .obi {
    background-color: #222222;
    color: #fff;
    padding:5px;
}

header .obi p {
    text-align: center;
}

.header {
    position: relative;
    
}

.header .logo-sp {
    display: none;
}

.header .logo-pc {
    margin-left: 20px;
    /* width: 30%; */
    height: auto;
   
}

.header .logo-pc img {
    width: 150px;
    height: auto;
    padding-top: 8px;
}

/* .header .logo-pc object {
    width: 200px;
    height: auto;
} */

.header .head-nav {
    height: 65px;
}

.header .head-nav .head-nav-container {



}

.head-nav h1 {
    /* width:250px; */
    margin:10px auto;
float: left;   
}

.nav {
    display: none;
}

.nav-pc {
    color:#222222;
    margin-right: 300px;
    float: right;
    padding-top: 15px;
    font-weight: bold;
    font-size: 16px;
    
}

.nav-pc ul {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr 1fr;
    gap: 45px;
    
}

.nav-pc ul li {
    text-align: center;
 
}

.nav-pc ul span {
    color: #C5A983;
    font-size: 12px;
    font-weight: bold;
}

.btn-line-inquiry {
    position: absolute;
    right: 20px;
    top: 0;
    background-color: #04D276;
    padding:15px 20px 12px;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.btn-line-inquiry:hover{
    background-color: #997F5B;
    box-shadow: 2px 2px 10px #7e7e7e;
}

.btn-line-inquiry img {
    width: 55px;
    height: auto;
}

.inner-btn {
    position: relative;
  
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap:5px;
    align-items: center;
    line-height: 24px;
}

.off {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .4s ease;
  }
  .on {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }

  /* .nav-pc li a:hover {
    color:#000;
  } */

  /* スライダー */

  .swiper {
    width: 100%;
    height: auto;
  }

  .swiper-wrapper {
    width: 375px !important;
    height:624px  !important;
  }

  .swiper-wrapper .slide01 {
    background: url(../img/hero/pc/slider01.webp) no-repeat;
    /* background: url(../img/hero/pc/slider01.png) no-repeat; */
    background-size: cover;
  }

  .swiper-wrapper .slide02 {
    background: url(../img/hero/pc/slider02.webp) no-repeat;
    /* background: url(../img/hero/pc/slider02.png) no-repeat; */
    background-size: cover;
    position: relative;
  }

  .swiper-wrapper .slide02 .slide02-copy {
    width: 25%;
    height: auto;
    position: absolute;
    right: 30px;
    top:30px;
  }

  .swiper .slide-text {
    width: 30%;
    height: auto;
    margin:150px auto;

  }

  .swiper .slide-text object {
    width: 90%;
  }

  .swiper .slide-text .slide-copy01 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    /* margin-top: 20px; */
    line-height: 36px;
  }

  .swiper-wrapper .slide03 {
    background: url(../img/hero/pc/slider03.webp) no-repeat;
    /* background: url(../img/hero/pc/slider03.png) no-repeat; */
    background-size: cover;
    position: relative;
  }

  .swiper-wrapper .slide03 .slide-copy03 {
    position: absolute;
    line-height: 22px;
    bottom: 60px;
    left: 60px;
  }

    /* スライダー */

  


    /* セクション02 */
    .sec02 {
        background-color: #F1F1F1;
        padding-bottom: 80px;
    }

    .sec02 .content-ttl {
        margin-top: 100px;
    }

    .sec02 .w-innersec02 {
        position: relative;
        /* height: 2600px; */
        /* background: url(../img/contents/pc/sec02-bg-all.png) no-repeat; */
        background-size: cover;
        width: 100%;
        margin:170px auto 0;
        background-position: center 35px;
    }

    .sec02 .txt-poem {
        width: 80%;
        margin:0 auto;
    }

    .sec02 .w-youtube {
        max-width: 1000px;
        margin:0 auto;
    }

    .sec02 iframe.youtube01 {
        height: 524px !important;
        width: 100%;
    }

    .sec02-02 {
        max-width: 1100px;
        width: 75%;
        margin: 0 auto;
        
       
    }

    .sec02 .pc-white-top {
        max-width: 1100px;
        margin: 0 auto;
        display: block;
        z-index: 30;
    }
    
    .sec02 .sec02-why {
        background: url(../img/contents/pc/pc_bg_white-middle.png) repeat-y;
        background-size: 100%;
        /* background-position: 10px 40px; */
        padding:0 40px 10px;
        line-height: 26px;
        max-width: 1100px;
        margin:0 auto;
        z-index: 20;
        /* height: 1300px; */
        /* position: absolute;
        right: 0;
  left: 0; */
 
        padding:0 40px;
    }
    
    .sec02 .sec02-why .ttl-why {
        font-size: 28px;
        font-weight: bold;
        padding:20px 0 20px;
        margin-bottom: 30px;
        background-image: url(../img/contents/ttl-why-bg.png);
        background-repeat: no-repeat;
        background-size: 63%;
        background-position: center center;
        text-align: center;
    }
    
    .sec02 .sec02-why .box-text01 {
        color: #C5A983;
        margin:20px 0;
        
    }
    
    .sec02 .sec02-why .border-kakomi {
        /* background: url(../img/contents/bg-kakomi-border.png) no-repeat;
        background-size: contain; */
        padding:0 30px;
        margin-top: 0px;
        color: #C5A983;
        border-left: 1px solid #C5A983;
    border-right: 1px solid #C5A983;
    }


.wrap-kakomi-border-top { display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: baseline;
    height: 19px;
}

    .wrap-kakomi-border-top::before, 
    .wrap-kakomi-border-top::after {
        background-color: #C5A983; /* 横線の色 */
  content: "";
  height: 1px; /* 横線の高さ */
  width: 15px; /* 横線の長さ */
    }

    .wrap-kakomi-border-bottom { display: grid;
        grid-template-columns: 1fr auto auto;
        align-items: top;
        height: 21px;
    }

    .wrap-kakomi-border-bottom::before, 
    .wrap-kakomi-border-bottom::after {
        background-color: #C5A983; /* 横線の色 */
  content: "";
  height: 1px; /* 横線の高さ */
  width: 15px; /* 横線の長さ */
    }
    
    .sec02 .sec02-img02,.sec02 .sec02-img03 {
     width: 100%;
     height: auto;
    }
    
    .sec02-02 {
    
      }
    
      .sec02 .sec02-topimg {
        width: 30% !important;
        display: block;
        margin:20px auto 30px;
        height: auto;
        position: absolute;
        top:-140px;
        left:0;
        right: 0;
        max-width: 300px;
        
        
    }

    .sec02 .w-sec02 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 2fr 1fr 2fr;
        gap: 40px;
        
    }

    .sec02 .sec02-img02 {
        margin-top: 60px;
        margin-left: 10px;
    }

    .sec02 .sec-innerbox02 {
        grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  margin-top: 30px;
    }

    .sec02-block02 img.about {
        width: 100%;
    }

    .sec02-block02 {
        /* background: url(../img/contents/pc/sec02-bg02.png) no-repeat; */
        background-size: contain;
        background-position: 10px center;
        /* height:1824px; */
        position: relative;
        /* width: 80%; */
        max-width: 1100px;
        margin: 0 auto;
        /* position: absolute; */
        /* top:1150px; */
        /* right: 0;
        left: 0; */
        margin: 0 auto;
        /* padding:0 40px; */
    }
    
    .sec02-block02 .leed-text01 {
        position: absolute;
        left:160px;
        top:840px;
    }

    .sec02-block02 .leed-text01 img{
        width: 160px;
    }
    
    .sec02-block02 .whats-ttl {
        /* position: absolute;
        top:150px; */
        margin-bottom: 20px;
    }
    
    .sec02-block02 .whats-ttl img{
        width: 100%;
        margin:0 auto;
        display: block;
    }

    .sec02-block02 .sec02-block02-01 {
        position: absolute;
        right: 100px;
        top:200px;
        width: 600px;
    }


    
    .sec02-block02 .content-text {
        padding:20px;
        width: 400px;
        position: absolute;
        right: 30px;
        top:100px;
        line-height: 30px;
    }
    
    .sec02-block02 .content-text02 {
        padding:20px;
        width: 400px;
        position: absolute;
        top:1200px;
        line-height: 30px;
        left:80px;
    }

    /* .sec02 .youtube01 {
        width: 100%;
        height: 324px !important;
    } */
    
    

        /* improve セクション03 */

        .sec03 {
            padding-top:20px;
            background: url(../img/contents/pc/sec03-img01.webp) no-repeat center center;
            height: 830px;
            background-size: auto;
        }
        
        .sec03 .sub-ttl img {
            width: 500px;
            height: auto;
            margin-top: 30px;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
    

    /* flow セクション04 */

    .sec04 {
        width:50%;
        margin:0 auto;
    }

    .sec04 .text-step {
        width: 100%;
        margin:30px auto 50px;
        line-height: 32px;
    }
    
    .sec04 .text-step .text-q {
        color: #80B6CB;
    }
    .sec04 .text-step .color-blue {
        color: #80B6CB;
    }

    .sec04 .step_pic img {
        width: 100%;
        height: auto;
        margin: 10px 0;
        /* box-shadow: 0px 5px 5px #ccc; */
    }

    .step04_pic {
        position: relative;
    }

    .step04_pic img.inner-img {
        position: absolute;
        top:100px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 215px;
        box-shadow: none;
    }

    .sec04 .step01_text, .sec04 .step02_text, .sec04 .step03_text, .sec04 .step04_text, .sec04 .step05_text {
        margin-top: 30px;
        font-size: 1.15em;
        line-height: 1.9em;
    }


    .sec04 .step05_text {
        padding-bottom: 70px;
    }

    /* menu セクション05 */
    .sec05 {
       
        background: url(../img/contents/sec05-bg01.png) repeat;
        background-size: 25%;
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .sec05 .inner-sec05 {
        width: 60%;
        margin: 0 auto;
    }

    .sec05 .txt-poem {
        width: 80%;
        margin:0 auto;
    }
    
    .sec05 .wrap-course {
        /* background: url(../img/contents/sec05-bg01.png) repeat-y; */
        background-position: 0 100px;
        margin-top:60px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap:80px;
        max-width: 1000px;
      }
    
    .sec05 .wrap-course img {
        width: 100%;
        height: auto;
    }
    
    .sec05 .wrap-course .ttl-course {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        margin-top: 40px;
        line-height: 36px;
    }
    
    .sec05 .wrap-course .course-block {
        padding-bottom: 50px;
    }
    
    .sec05 .wrap-course .course-block .icon-line img {
    margin:0 auto;
    width:30%;
    display: block;
    }
    
    .sec05 .wrap-course .text-line {
        text-align: center;
        line-height: 26px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .sec05 .wrap-course .course-box {
        width: 90%;
        padding: 8%;
        margin:25px auto 0;
        line-height: 29px;
        border: 2px dotted #000;
        background-color: #fff;
        text-align: center;
    }
    
    .sec05 .wrap-course .price-text {
    text-align: center;
    }
    
    .sec05 .wrap-course .price-text .price-figure {
        font-family: 'Poppins', sans-serif;
        font-size: 40px;
        font-weight: bold;
        color: #C5A983;
        font-style: italic;
        margin-right: 5px;
        
    }
    .sec05 .wrap-course .sub-price {
        text-align: center;
        color: #C5A983;
        margin-top: 10px;
        font-size: 18px;
    }
    
    .sec05 .wrap-course .ttl-bar02 img {
        width: 120px;
        height: auto;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
        display: block;
    }
    
    .sec05 .wrap-course .cbox-hosoku01 {
        width: 90%;
        padding: 5%;
        margin:0 auto;
        line-height: 26px;
    }
    
    .sec05 .cbox-hosoku02 {
        width: 96%;
        padding: 23px;
        margin:0 auto;
        line-height: 26px;
        border: 4px double #C5A983;
        background-color: #fff;
    }

    .sec05 .wrap-course .w-img-osusume {
position: relative;
    }

    .sec05 .wrap-course .w-img-osusume img.img-osusume {
        position: absolute;
        top:-10px;
        right:10px;
        width: 120px;
        height: auto;
    }

    .sec05 .course-block img.c-pic {
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    }


    /* お客様の声 セクション06 */
    .sec06 {
        /* background: url(../img/contents/sec05-bg01.png) repeat-y; */
    }
    
    .sec06 .ttl-voice-bg {
        width: 80%;
        height: auto;
        margin-top: 20px;
    }
    
    .sec06 .ttl-course {
    font-size: 20px;
    font-weight: bold;
    
    }
    
    .sec06 .subttl-course {
        color: #80B6CB;
        font-weight: bold;
    }
    
    .sec06 .people {
        width: 80%;
        display: grid;
        grid-template-columns:90% 8%;
        gap:2%;
        margin-top: 20px;
        margin-bottom:40px;
        background:url(../img/contents/ttl-voice-bg.png) no-repeat;
        background-size: 80%;
    }
    
    .sec06 h4 {
        margin-top: 30px;
    }
    
    .sec06 img {
        width: 80px;
        height: auto;
    }

    
    .sec06 .block-customers {
        background: url('../img/contents/bg-stripe2.png') repeat;
        background-size: cover;
        width: 100%;
        margin: 0px auto;
        padding-top: 50px;
        
    }

    .sec06 .voice-text p {
        line-height: 27px;
    }
    
    .sec06 .block-customers .fv-customers {
        width: 40%;
        margin:0 auto;
        display: block;
    }
    
    .sec06 .w-block-voice {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        width: 70%;
        margin:0 auto;
        align-items: start;
    }
    
    .sec06 .block-voice {
        border:2px solid #222222;
        padding:40px 30px;
        margin-bottom: 30px;
        background-color: #fff;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }


    /* 院長紹介 セクション07 */
    .sec07 {
        width: 60%;
        margin: 20px auto;
    }

    .sec07 h3 {
        border-left:5px solid #9BC4D4;
        padding-left: 20px;
        text-align: left;
        color: #9BC4D4;
        font-size: 24px;
        margin-bottom: 30px;
        margin-top: 30px;
        font-weight: bold;
    }
    
    .sec07 .contents {
        width: 85%;
        margin:80px auto 50px;
    }
    
    .sec07 .contents p {
        line-height: 32px;
    }
    
    .sec07 img.img-incho {
        width: 110%;
        margin-top:70px;
    }

    .sec07 .block-incho {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
    }

    .sec07 .block-incho .incho-text-box {
        margin-top: 50px;
    }

    /* セラピスト募集 セクション08 */
    .sec08 {
        padding:50px 0 35px;
    }

    .inner-sec08 {
        width: 55%;
        margin:0 auto;
    }

    .inner-sec08 iframe {
        
    }
    
    .sec08 .block {
        width: 100%;
        margin:40px auto 30px;
        line-height: 24px;
        text-align: center;
    }
    
    .sec08 .text-oubo {
        color:#222222;
        text-align: center;
        font-weight: bold;
        font-size: 32px;
        margin:30px 0 0;
    }
    
    .sec08 iframe {
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
        display: block;
    }

    .sec08 iframe.youtube02 {
        height: 500px;
    }
    
    .sec08 .w-ttl-boshu {
        font-size:34px;
        font-weight: bold;
        color: #9BC4D4;
        line-height: 1.7;
        margin-bottom: 40px;
        margin-top: 10px;
    }
    
    .sec08 .ttl-boshu {
        background:linear-gradient(transparent 50%, #9BC4D4 50%);
        font-size: 26px;
        font-weight: bold;
        line-height: 38px;
        margin-bottom: 20px;
    }
    
    .sec08 ,.sec09 {
        background: #F1F1F1;
      }

      .sec08 .arrow {
        text-align: center;
        margin:20px 0 40px;
        font-size: 26px;
      }

      .sec08 p {
        font-size:19px;
        line-height: 1.9em;
        padding-bottom: 20px;
    }



     /* .engage-site {
        width:100%;
     } */

      /* お問い合わせ */
      .sec09 .form {
        width: 50%;
        max-width: 800px;
        margin: 0 auto;
      }
    
    /* インスタグラム セクション10 */

    .sec10 {
        width: 50%;
        margin: 0 auto;
    }

    .sec10 .insta-image img {
        width: 100%;
    }
    .sec10 .logo-insta {
        width: 20%;
        height: auto;
        margin:20px auto;
    }
    
    .sec10 .text-insta01 {
        font-size: 30px;
        font-weight: bold;
        color: #C5A983;
        text-align: center;
        margin-bottom: 45px;
    }
    
    .sec10 .text-insta02 {
        font-size: 18px;
        font-weight: bold;
        color: #C5A983;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    /* アクセス セクション11 */

    .sec11 {
        max-width:1100px;
        margin: 80px auto 0;
    }

    .sec11 .googlemap-bw iframe {
        width:100%;
    }
    
    .sec11 .googlemap-bw iframe {
        width: 80%;
        margin:0 auto;
        display: block;
    }
    
    .sec11 .tel-text {
        font-weight: bold;
        font-size: 46px;
        color: #374149;
    }
    
    .sec11 .tel {
        width: 480px;
        margin:100px auto 60px;
        text-align: center;
        background-color: #F1F1F1;
        padding:20px 0 30px;
        border: 1px solid #000;
    }
    
    .sec11 .tel .circle {
        background-color:#374149;
        padding:15px;
        width: 60px;
        height: 60px;
        border-radius: 40px;
        margin:10px auto;
    }

    .sec11 .text-access {
        text-align: center;
        margin-top: 20px;
        line-height: 34px;
        font-size: 20px;
    }
    
    .sec11 svg.icon-phone {
        /* margin:10px; */
        fill: #fff;
        width: 30px;
        height: auto;
    }

    /* フッター */

    .footer {
        background: url('../img/footer/pc/bg-footer.png');
        padding:20px;
        overflow: hidden;
        background-size: cover;
    }
    
    .footer p {
        color: #fff;
    }
    
    .footer .footer-logo {
        margin-bottom: 20px;
    }
    
    .footer .footer-logo p img {
        width: 20%;
        margin:0 auto;
        display: block;
    }
    
    .footer .footer-text {
        text-align: center;
        line-height: 28px;
    }
    
    /* .footer #page_top {
        float: right;
    } */

    .footer .inner-footer {
        max-width: 400px;
        margin:0 auto;
    }

    .footer .bottom-footer {
        position: relative;
    }

    .footer .bottom-footer p.copyright {
        font-size: 0.7em;
        text-align: center;
    }
    .footer .bottom-footer #page_top {
        position: absolute;
        right:10px;
        bottom: 0px;
    }

    

    /* フォーム */

    .form .check-box {
        text-align: center;
    }
    /* .btn-submit {
        max-width: 300px;
        width: 40%;
        margin:40px auto !important;
        padding:25px;
        font-weight: bold;
        text-align: center;
        display: block;
    
      } */

    /* ボタン周り */
    .btn-line a {
        max-width: 300px;
        width: 40%;
        margin:40px auto ;
        padding:25px;
        font-weight: bold;
        text-align: center;
        display: block;
        border: 1px solid #000;
    font-size: 22px;
    font-weight: bold;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
      }

      .btn-line a:hover {
        -webkit-transform: scale(1.1,1);
        -moz-transform: scale(1.15,1);
        -o-transform: scale(1.15,1);
        -ms-transform: scale(1.15,1);
        transform: scale(1.15,1);
        background-color: #04D276;
        color: #fff;
        border:none;
    } 

    .btn-insta a {
        width: 40%;
        margin:40px auto 150px;
        padding:25px;
        font-weight: bold;
        text-align: center;
        display: block;
        font-size: 22px;
        font-weight: bold;
        background-image: url(../img/contents/btn-insta.png);
        background-size: cover;
        color: #fff;
      }

      .btn-map a {
        width: 40%;
        margin:50px auto t;
        padding:25px;
        text-align: center;
        display: block;
        /* border: 1px solid #000; */
        font-size: 22px;
        /* font-weight: bold; */
        background-color: #374149;
        color: #fff;
      }

      .sp_only {
        display: none !important;
      }

/* youtube高速化用記述 */
      .frame_wrap {
        position: relative;
        width: 100%;
        padding-top: 36%; /* 動画の比率　*/
        overflow: hidden;
      }

      .frame_wrap img {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: auto;
        transform: translateY(-50%);
      }
      .frame_wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }

      @media screen and (max-width: 600px) {

        .frame_wrap {
            position: relative;
            width: 100%;
            padding-top: 72%; /* 動画の比率　*/
            overflow: hidden;
          }
      }

/*****************************************************
スマホ対応
*****************************************************/

@media screen and (max-width: 600px) {


    .l_section {
        padding:30px 0 30px;
    }
    

    h2.title {
        font-size: 24px;
    }

.container {
    width:100%;
    /* max-width: 420px; */
}

header.header {
    position: sticky;
    top:0;
    z-index: 30;
    
}

header .obi {
    background-color: #222222;
    color: #fff;
    padding:5px;
}

header .obi p {
    text-align: center;
    font-size: 10px;
}

.head-nav h1 {
    width:140px;
    margin:10px auto;
}

.head-nav {
    height: 74px;
    background-color: #fff;
   
}

.head-nav-container {
    width: 100%;
    /* display:flex;
    justify-content: space-between;
    align-items: center; */
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
    overflow: hidden;
}

.w-container {
    width: 100%;
    margin:auto;
    height: 65px;
    background-color: #fff;

}

.sp_nav {
    display: block;
}
.header .logo-sp {
    display: block !important;
}

.nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.nav ul object {
    width: 35px;
    height: auto;
}

.nav ul p {
    font-size: 10px;
}

.nav ul li {
    padding-left:5px;
    padding-right:5px;
}

.nav ul li.nav01 {
    background-color: #997F5B;
    color: #fff;
    text-align: center;
}

.nav ul li.nav01 p{
    margin-top:-5px;
    margin-bottom: 5px;
}

.nav ul li.nav01 svg {
    width: 55px;
    height: auto;
}

.nav ul li.nav02 {
    background-color: #EEA098;
    color: #fff;
    text-align: center;
}

.nav ul li.nav02 p {
    margin-top: 8px;
}

.nav ul li.nav02 svg {
    width: 30px;
    height: auto;
    margin-top: 10px;
}

.nav ul li.nav03 {
    background-color: #80B6CB;
    color: #fff;
    text-align: center;
}

.nav ul li.nav03 p {
    margin-top: 5px;
}

.nav ul li.nav03 svg {
    width: 25px;
    height: auto;
    margin-top: 10px;
}

.nav ul li.nav04 {
    background-color: #04D276;
    color: #fff;
    text-align: center;
}

.nav ul li.nav04 p {
    margin-top: 7px;
}

.nav ul li.nav04 svg {
    width: 35px;
    height: auto;
    margin-top: 10px;
}

.nav-icons{
    fill:#fff;
  }
  /* スライダー */

  .swiper {
    width: 100%;
    height: auto;
  }

  .swiper-wrapper {
    width: 375px !important;
    height:570px  !important;
  }

  .swiper-wrapper .slide01 {
    background: url(../img/hero/slider01b.png) no-repeat;
    background-size: 128%;
    background-position:center -50px ;
  }

  .swiper-wrapper .slide02 {
    background: url(../img/hero/slider02.png) no-repeat;
    background-size: cover;
    position: relative;
  }

  .swiper-wrapper .slide02 .slide02-copy {
    width: 22%;
    height: auto;
    position: absolute;
    right: 30px;
    top:30px;
  }

  .swiper .slide01 .slide-text {
    margin-top: 30px;
  }

  .swiper .slide-text {
    width: 85%;
    height: auto;
    margin:70px auto;

  }

  .swiper .slide01 .slide-text object
 {
    width: 105% !important;
    height: auto;
  }

  .swiper .slide-text .slide-copy01 img {
    width: 280px;
  }

  .swiper .slide-text .slide-copy01 img {
    /* margin-top: 5px; */
    width: 75%;
  }

  .swiper-wrapper .slide03 {
    background: url(../img/hero/slider03.png) no-repeat;
    background-size: cover;
    position: relative;
  }

  .swiper-wrapper .slide03 .slide-copy03 {
    position: absolute;
    line-height: 22px;
    bottom: 50px;
    left: 60px;
    width: 270px;
  }

  .swiper-wrapper .slide03 .slide-copy03 img {
    width: 250px;
  }



    /* スライダー */


/* .slider {background: url("../img/hero/fv01.png") no-repeat;
height: 1000px;} */


/* .hero .obi {
    background-color: #222222;
    color: #fff;
    padding:5px;
}

.hero .obi p {
    text-align: center;
} */


h2.title {
    font-family: 'Abel', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
color:#222222;
letter-spacing: 2px;
font-size: 30px;
text-align: center;
}


h3.subtitle {
    font-family: 'Abel', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
color:#222222;
letter-spacing: 5px;
font-size: 22px;
text-align: center;
margin-bottom: 50px;
line-height: 34px;
margin-top: 50px;
}

.content-ttl {
margin:50px 0;
text-align: center;
}

.ttl-bar img {
    width: 200px;
    height: auto;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.ttl-bar02 img {
    width: 120px;
    height: auto;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.txt-poem {
    margin-bottom: 40px;
    font-size: 16px;
}

.content .obi {
    background-color: #222222;
    color: #fff;
    padding:5px;
}

.content .obi-shadow {
    box-shadow:  0px 5px 5px #ccc;
}

.content .obi p {
    text-align: center;
    font-size: 10px;
}

.sec02 {
    padding-bottom: 0;
}

.sec02 .txt-poem {
    width: 80%;
    margin:0 auto;
}

/* .sec02 .sec02-why:before{
    background: url(../img/contents/bg-white-top.png);
    background-size: cover;
} */

.sec02 .sec02-why {
    background: url(../img/contents/bg-white-middle.png) repeat-y;
    background-size: contain;
    background-position: 0px 90px;
    /* padding:0 30px 110px; */
    line-height: 26px;
    height:auto;

}

.sec02 .white-top {
    width: 100%;
}

.sec02 .sec02-why .ttl-why {
    font-size: 18px;
    font-weight: bold;
    padding:20px 20px 20px;
    margin-bottom: 30px;
    background-image: url(../img/contents/ttl-why-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
}

.sec02 .sec02-why .box-text01 {
    color: #C5A983;
    margin:20px 0;
    
}



.sec02 .sec02-why .border-kakomi {
    /* background: url(../img/contents/bg-kakomi-border03.png) no-repeat;
    background-size: contain; */
    background: none;
    padding:0 28px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #C5A983;
    font-size: 14px;
    line-height: 22px;
    border-left: 1px solid #C5A983;
    border-right: 1px solid #C5A983;
}

.sec02 .sec02-why .wrap-kakomi {
    width: 100%;
}

.sec02 .sec02-why .wrap-kakomi img {
width: 100%;
}

.sec02 .sec02-why .wrap-kakomi img.kakomi-bottom {
    vertical-align: top;
}

.wrap-kakomi-border-top { display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: baseline;
    height: 21px;
}

    .wrap-kakomi-border-top::before, 
    .wrap-kakomi-border-top::after {
        background-color: #C5A983; /* 横線の色 */
  content: "";
  height: 1px; /* 横線の高さ */
  width: 15px; /* 横線の長さ */
    }

    .wrap-kakomi-border-bottom { display: grid;
        grid-template-columns: 1fr auto auto;
        align-items: top;
        height: 21px;
    }

    .wrap-kakomi-border-bottom::before, 
    .wrap-kakomi-border-bottom::after {
        background-color: #C5A983; /* 横線の色 */
  content: "";
  height: 1px; /* 横線の高さ */
  width: 15px; /* 横線の長さ */
    }

/* .sec02 .sec02-why .wrap-kakomi:before,.sec02 .sec02-why .wrap-kakomi:after {
    content: '';
    background: url(../img/contents/bg-kakomi-top-bottom.png);
    width: 100%;
    height: 2px;
    display: inline-block;
    background-size: contain;
  vertical-align: middle;
} */

.sec02 .sec02-img02,.sec02 .sec02-img03 {
 width: 100%;
 height: auto;
 margin: 0 0;
 padding-top: 30px;
}

.sec02-02 {
    /* background: url(../img/contents/sec02-bg-white.png); */
    width: 100%;
  }

  .sec02 .sec02-topimg {
    width: 50% !important;
    display: block;
    margin:30px auto 30px;
    height: auto;
    top: -75px;
}

.sec02 .content-ttl {
    margin-top: 60px;
}

.sec02 .w-sec02 {
   display: block;
   line-height: 28px;
}

.sec02 .w-innersec02 {
    /* background: url(../img/contents/about-bg.png) no-repeat; */
    width: 100%;
    height: auto;
    margin-top: 80px;
    position: relative;
    background-position: bottom center;

}

.sec02-topimg {
    position: absolute;
    top:-80px;
    left: 0;
    right: 0;
    width: 50% !important;
    margin:20px auto;
    display: block;
}

.sec02 p {
    font-size:15px;
    line-height: 26px;
}

.border-kakomi p {
    font-size:14px;
    line-height: 22px;
}

.sec03 {
    padding-top:10px;
    background: url(../img/contents/sec03-img01.png) no-repeat center center;
    height: 870px;
    background-size: cover;
    /* background-position: 40px 5px;  */
}

.sec03 .sub-ttl img {
    width: 90%;
    height: auto;
    margin-top: 19px;
}

.sec02-block02 {
    background: url(../img/contents/sec02-bg02.png) no-repeat;
    background-size: cover;
    /* height:1524px;
    position: relative; */
    width: 100%;
    /* top:1750px; */
}

.sec02-block02 .leed-text01 {
    position: absolute;
    left: 250px;
    top:20px;
    width: 120px;
}

sec02-block02 .about {
    width: 100%;
}

.sec02-block02 .leed-text01 img {
    width: 120px;
}

.sec02-block02 .sec02-block02-01 {
    width: 100%;
    right: 0;
    top:250px;
}

.sec02-block02 .whats-ttl {
    position: absolute;
    top:250px;
    left: 0;
    
}

.sec02-block02 .whats-ttl img{
    width: 90%;
    margin:0 auto;
    display: block;
}

.sec02-block02 .content-text {
    padding:0px;
    width: 80%;
    position: absolute;
    top:350px;
    line-height: 28px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.sec02-block02 .content-text02 {
    padding:0px;
    width: 80%;
    position: absolute;
    top:1480px;
    line-height: 26px;
    left: 0;
    right: 0;
    margin:0 auto;
}

.sec02 iframe.youtube01 {
    height: 300px !important;
    width: 100%;
}

.sec03 .sub-ttl img {
    width: 75%;
    height: auto;
    margin-top: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.sec04 {
    width:100%;
    margin-top: -30px;
} 

.sec04 .content-ttl {
    margin-top: 0px;
}

.sec04 .text-step {
    width: 83%;
    margin:30px auto 40px;
    line-height: 28px;
}

.sec04 .step04_text {
    margin-top: 20px;
}

.sec04 .text-step .text-q {
    color: #80B6CB;
}
.sec04 .text-step .color-blue {
    color: #80B6CB;
}

.step04_pic img.inner-img {
    top:40px;
    width: 135px;
}

.sec04 p{
    font-size:15px;
    line-height: 27px;
}

.sec04 .mini-ttl ,.sec02 .mini-ttl  {
    color:#222222;
    font-size: 12px  ;
    text-align: center;
    margin-top: 10px ;
}

.sec04 .step05_text {
    padding-bottom: 5px;
}

.sec04 .step_pic img {
    margin:  0;
}


.sec05 {
   
    /* background: none; */
    padding-top: 0;
    background: url(../img/contents/sec05-bg01.png) repeat-x;
    background-position:center bottom;
    background-size: 90%;
    padding-bottom: 50px;
}


.sec05 .txt-poem {
    width: 90%;
    margin:0 auto;
}

.sec05 .inner-sec05 {
    width: 100%;
}

.sec05 .wrap-course {
    background: url(../img/contents/sec05-bg01.png) repeat;
    background-position: 0 100px;
    margin-top:60px;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap:0;
    background-size: 90%;
  }

.sec05 .wrap-course img {
    width: 90%;
    height: auto;
}

.sec05 .wrap-course .ttl-course {
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    line-height: 36px;
}

.sec05 .wrap-course .course-block {
    padding-bottom: 60px;
    text-align: center;
}

.sec05 .wrap-course .course-block2 {
    padding-bottom: 40px;
}

.sec05 .wrap-course .course-block .icon-line img {
margin:0 auto;
width:25%;
display: block;
}

.sec05 .wrap-course .text-line {
    text-align: center;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sec05 .wrap-course .course-box {
    width: 90%;
    padding: 5%;
    margin:25px auto 0;
    line-height: 26px;
    border: 1px dotted #000;
    background-color: #fff;
    text-align: center;
    padding:26px;
}

.sec05 .wrap-course .price-text {
text-align: center;
}

.sec05 .wrap-course .price-text .price-figure {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #C5A983;
    
}
.sec05 .wrap-course .sub-price {
    text-align: center;
    color: #C5A983;
    margin-top: 10px;
    font-size: 18px;
}

.sec05 .wrap-course .ttl-bar02 img {
    width: 93px;
    height: auto;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    display: block;
}

.sec05 .wrap-course .cbox-hosoku01 {
    width: 90%;
    padding: 5% 0 0;
    margin:0 auto;
    line-height: 26px;
}

.sec05 .wrap-course .cbox-hosoku02 {
    width: 90%;
    padding: 5%;
    margin:0 auto;
    line-height: 26px;
    border: 1px dotted #C5A983;
    background-color: #fff;
}

.sec05 .cbox-hosoku02 {
    width: 90%;
}

.sec05 .menu-text {
    font-size: 15px;
}

.sec05 .hosoku-text  {
    text-align: left;
    font-size: 15px;
}

.sec05 .cbox-hosoku02 {
    border: 2px double #C5A983;
}


.sec06 {
    background: url(../img/contents/sec05-bg01.png) repeat;
    background-size: 90%;
}

.sec06 .w-block-voice {
    grid-template-columns: 1fr;
    width: 95%;
}

.sec06 .ttl-voice-bg {
    width: 80%;
    height: auto;
    margin-top: 20px;
}

.sec06 .ttl-course {
font-size: 17px;
font-weight: bold;
line-height: 28px;

}

.sec06 .subttl-course {
    color: #80B6CB;
    font-weight: bold;
    font-size: 13px;
    line-height: 22px;
}

.sec06 .people {
    width: 80%;
    display: grid;
    grid-template-columns:90% 8%;
    gap:2%;
    margin-top: 20px;
    margin-bottom:20px;
    background:url(../img/contents/ttl-voice-bg.png) no-repeat;
    background-size: 80%;
}

.sec06 h4 {
    margin-top: 30px;
}

.sec06 img {
    width: 80px;
    height: auto;
}

.sec06 .block-customers {
    background: url('../img/contents/bg-stripe2.png') repeat;
    background-size: cover;
    width: 90%;
    margin: 0px auto;
    padding-top: 20px;
    padding-bottom: 60px;
}

.sec06 .block-customers .fv-customers {
    width: 90%;
    margin:0 auto;
    display: block;
}

.sec06 .block-voice {
    border:2px solid #222222;
    padding:20px 15px;
    margin-bottom: 30px;
    background-color: #fff;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.sec06 .voice-text p {
    font-size: 14px;
    line-height: 24px;
}

.sec06 .voice-text p.blue-text {
    font-size: 12px;
}

.sec07 {
    width: 100%;
    margin-top: 10px;
}

.sec07 h3 {
    border-left:5px solid #9BC4D4;
    padding-left: 20px;
    text-align: left;
    color: #9BC4D4;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.sec07 .contents {
    width: 100%;
    margin:50px auto;
}

.sec07 .block-incho {
    grid-template-columns: 1fr;
}

.sec07 img.img-incho {
    width: 90%;
    margin-top:70px;   
    margin-left: auto;
    margin-right: auto;
}

.sec07 .webp_img {
    width: 90%;
    margin-top:70px;   
    margin-left: 20px;
    margin-right: auto;
}



.sec07 .block-incho {
    gap:0;
}
.sec07 .block-incho .incho-text-box {
    padding-top: 30px;
    width: 90%;
    margin: 0 auto;
}

.sec07 .block-incho .incho-text-box .box-text p {
    line-height: 25px;
}

.sec07 p {
    padding:0px 20px 0px;
    font-size: 15px;
}
.sec08 {
    padding:10px 0;
}

.sec08 .block {
    width: 90%;
    margin:30px auto;
    line-height: 30px;
}

.sec08 .inner-sec08 {
    width: 100%;
}

.sec08 .text-oubo {
    color:#222222;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin:40px 0 1px;
}

.sec08 iframe {
    width: 100%;
}

.sec08 .w-ttl-boshu {
    font-size: 22px;
    margin-bottom: 20px;
}

.sec08 .ttl-boshu {
    background:linear-gradient(transparent 75%, #9BC4D4 50%);
    /* background-position: 0px 0px; */
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: center;
    /* padding-bottom: -10px; */
}

.sec08 p {
    font-size:15px;
    padding:10px 5px;
    line-height: 27px;
}
.sec08 ,.sec09 {
    background: #F1F1F1;
  }

  .sec08 iframe.youtube02 {
    height: 300px;
}

  .sec09 .form {
    width: 100%;
  }

  .sec10 {
    width: 100%;
  }

  .sec10 .content-ttl {
    margin-top: 35px !important;
  }

.sec10 .insta-image img {
    width: 100%;
}
.sec10 .logo-insta {
    width: 50%;
    height: auto;
    margin:20px auto;
}

.sec10 .text-insta01 {
    font-size: 22px;
    font-weight: bold;
    color: #C5A983;
    text-align: center;
    margin-bottom: 20px;
}

.sec10 .text-insta02 {
    font-size: 15px;
    font-weight:normal;
    color: #C5A983;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

.sec11 .googlemap-bw iframe {
    width: 100%;
}

.sec11 .tel-text {
    font-weight: bold;
    font-size: 33px;
    color: #374149;
}

.sec11 .tel {
    width: 80%;
    margin:0 auto 60px;
    text-align: center;
    background-color: #F1F1F1;
    padding:15px 0;
    border: 1px solid #000;
}

.sec11 .tel .circle {
    background-color:#374149;
    padding:12px;
    width: 50px;
    height: 50px;
    border-radius: 40px;
    margin:0 auto 10px;
}

.sec11 .text-access {
margin-top: 10px;
font-size: 14px;
line-height: 24px;
}

.sec11 svg.icon-phone {
    /* margin:10px; */
    fill: #fff;
    width: 25px;
    height: auto;
}

.txt-poem p {
    font-size:16px;
    text-align: center;
    line-height: 39px;
}

.mini-ttl {
    color:#222222;
    font-size: 12px  ;
    text-align: center;
    margin-top: 10px ;
}


.footer {
    background: url('../img/footer/bg.png');
    padding:20px 15px 30px;
    overflow: hidden;
}

.footer p {
    color: #fff;
    font-size:15px;
    line-height: 25px;
}

.footer .inner-footer {
    margin-bottom: 15px;
    overflow: hidden;
}

.footer .footer-logo {
    margin-bottom: 20px;
}

.footer .footer-logo p img {
    width: 20%;
    margin:0 auto;
    display: block;
}

.footer .footer-text {
    text-align: center;
    line-height: 28px;
}

.footer #page_top {
    /* float: right; */
    width: 45px;
}

.footer #page_top img {
    width: 100%;
}

footer .bottom-footer #page_top {
    position: absolute;
    right:0px !important;
}


.pc_only {
    display: none;
}

.btn-line a {
    width: 80%;

  }

  .btn-submit {
    width: 100%;}

    .btn-insta a {
        width: 80%;
    }

    .btn-map a {
        width: 80%;
    }

    .privacy {
        padding:10px !important;
    }

    .privacy .block-text {
        width: 90% !important;
    }


.sp_only {
    display: block !important;
}

.pc_only {
    display: none !important;
}

}

/* Google マップを白黒に */

.googlemap-bw iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  /* Google マップを白黒にここまで */


  

 

  /* フォーム周り */

  form input#fullname,form input#email,textarea {
    font-size: 1em;
  padding: 15px 10px 10px;
  font-family: 'Source Sans Pro',arial,sans-serif;
  border: 1px solid #161616;
  background: #fff;
  color:#000;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  /* max-width: 600px; */
  }

  .form-inquiry {
    padding:20px 20px 30px;
  }

  .post-value {
    padding-top:40px;
  }

  .post-value label {
    font-weight: bold;
  }

  .post-value input,.post-value textarea {
    margin-top: 10px;
  }

  .check-box label {
    font-weight: normal;
    color: #9A9A9A;
  }

 

  .btn-submit input {
    /* padding:20px; */
  }

  .error_msg {
    font-size: 14px;
    color: #ff0000;
    height: 14px;
}

.label-req {
    background-color: #9BC4D4;
    padding:1px 8px 2px;
    color: #fff;
    margin-left:10px;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0px;
    display: inline-block;
    width: 40px;
}

    /* フォーム周りここまで */

    /* @media screen and (max-width: 410px) {
        .sec02 .sec02-why .border-kakomi {
            background: url(../img/contents/bg-kakomi-border.png) no-repeat;
            background-size: contain;
    } */

/*******************************************
SPモジュール
*******************************************/

    /* ボタン */

    /* サイズを共通にする */
    .btn-common a {
        max-width: 300px;
        width: 80% !important;
        padding:15px 25px ;
    }

    .btn-common-input input {
        /* max-width: 300px; */
        /* width: 100% !important; */
        padding:20px 25px ;
    }

    .btn-submit input {
        border-radius: 0;
        margin:40px auto ;
        font-weight: bold;
        text-align: center;
        display: block;
        border: 1px solid #161616;
  background: #fff;
  color:#374149;
  font-size: 22px;
    font-weight: 800;
    line-height: 22px;
    transition:all 0.3s ease;
    width:300px;
    
      }

      .btn-submit input:hover {
        /* -webkit-transform: scale(1.1,1);
        -moz-transform: scale(1.15,1);
        -o-transform: scale(1.15,1);
        -ms-transform: scale(1.15,1);
        transform: scale(1.15,1); */
        width:350px;
        background-color: #04D276;
        color: #fff;
        border:none;
    } 

    .btn-line a {
        margin:0 auto 50px;
        font-weight: bold;
        text-align: center;
        display: block;
        border: 1px solid #000;
    font-size: 22px;
    font-weight: bold;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
      }

      .btn-line a:hover {
        -webkit-transform: scale(1.1,1);
        -moz-transform: scale(1.15,1);
        -o-transform: scale(1.15,1);
        -ms-transform: scale(1.15,1);
        transform: scale(1.15,1);
        background-color: #04D276;
        color: #fff;
        border:none;
    } 

    .btn-insta a {
        margin:20px auto 100px 
        text-align: center;
        display: block;
        font-size: 20px;
        font-weight: bold;
        background-image: url(../img/contents/btn-insta.png);
        background-size: cover;
        color: #fff;
      }


      .btn-insta a:hover {
        opacity: 0.5;
      }

      .btn-map a {
        margin:20px auto 60px;
        text-align: center;
        display: block;
        font-size: 19px;
        font-weight: bold;
        background-color: #374149;
        color: #fff;
      }

      .btn-map a:hover {
        opacity: 0.5;
      }

      .btn-line2 a {
        margin:30px auto 20px;
        font-weight: bold;
        text-align: center;
        display: block;
        font-size: 18px;
        font-weight: bold;
        background:rgba(247,199,96,0.5);
        color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
      }

      .btn-line2 a:hover {
        -webkit-transform: scale(1.1,1);
        -moz-transform: scale(1.15,1);
        -o-transform: scale(1.15,1);
        -ms-transform: scale(1.15,1);
        transform: scale(1.15,1);
        background-color: #04D276;
    } 


        /* フォーム周りのSP*/

    @media screen and (max-width: 600px) {

        .check-box label {
            font-size: 0.85em;
          }

        .post-value {
            padding-top:30px;
          }
        
        .btn-common a {
            margin-top: 20px;
            margin-bottom: 85px;
            max-width: 230px;
            width: 100% !important;
            padding:15px 25px !important;
        }
    
        .btn-submit input {
            border-radius: 0;
            margin:40px auto t;
            font-weight: bold;
            text-align: center;
            display: block;
            border: 1px solid #161616;
      background: #fff;
      color:#374149;
      font-size: 18px;
        font-weight: 800;
        line-height: 22px;
        transition:all 0.3s ease;
        width:250px;
        
          }

          .btn-submit input:hover {
            width:300px;
            background-color: #04D276;
            color: #fff;
            border:none;
        } 

        .btn-map a {
            max-width:200px;
            margin:20px auto 60px;
            font-weight: normal;
            text-align: center;
            display: block;
            font-size: 17px;
            font-weight: bold;
            background-color: #374149;
            color: #fff;
          }

          .btn-line a {
            margin:0 auto 50px;
            font-weight: bold;
            text-align: center;
            display: block;
            border: 1px solid #000;
        font-size: 18px;
        font-weight: bold;
        background-color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
          }
    
          .btn-line2 a {
            margin:20px auto 0;
            font-weight: bold;
            text-align: center;
            display: block;
            font-size: 18px;
            font-weight: bold;
            background:rgba(247,199,96,0.5);
            color: #fff;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all  0.3s ease;
          }
    
          .btn-insta a {
            margin:20px auto 100px 
            text-align: center;
            display: block;
            font-size: 16px;
            font-weight: bold;
            background-image: url(../img/contents/btn-insta.png);
            background-size: cover;
            color: #fff;
          }
    }

/*****************************************************
privacy policy
*****************************************************/

.privacy {
    background-color: #F1F1F1;
    padding:100px;
}

.privacy .block-text {
    background-color: #fff;
    width:70%;
    margin:0 auto;
    max-width: 1100px;
    padding:30px 30px;

}

.privacy .block-text h1 {
 font-size: 21px;
 font-weight: bold;
 margin-bottom: 30px;
 text-decoration: underline;
}

.privacy .block-text h2 {
    font-size: 18px;
    font-weight: bold;
    margin-top:20px;
    margin-bottom: 10px;
}

.privacy .block-text h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top:20px;
    margin-bottom: 10px;
}

.privacy .block-text p {
    line-height: 30px;
}