
/* -----------------------------------------------
全ページ共通　ここから
----------------------------------------------- */


/* ------------------------
html全体
------------------------ */

html {
    font-family: 'Noto Sans JP', sans-serif;
    color: black;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration:none;
    color: black;
}

li {
    list-style: none;
}



/* ------------------------
main全体
------------------------ */

main {
    text-align: center;
}

main img {
    display: block;

}

main p {
    font-size: 1.375em;
    line-height: 1.68;
    letter-spacing: 0.02em;
}





/* ------------------------
PC クエリ　
------------------------ */

@media screen and (min-width: 542px) {

    .content,header {
        max-width: 400px;
        margin: 0 auto;
    }

    .pc {
        position: fixed;
        width: calc((100% - 400px)/ 2);
        height: 100%;
        top: 0;
    }

    .pc-left {
        left: 0;
    }

    .pc-right {
        right: 0;
    }

    .pc-background {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    

}



/* ------------------------
SP クエリ　
------------------------ */

@media screen and (max-width: 541px)  {
    .pc-left,.pc-right {
    display: none;
    }
}




  
  /* ------------------------
  ヘッダー
  ------------------------ */
  
    header {
      position: fixed;
      /* --display: fixed;-- */
      z-index: 100;
      width: 100%;
      height: 66px;
      background-color: white;
      opacity: 90%;
      top: 0;
      text-align: center;
  }
  
  
  
  /* ------------------------
  ハンバーガーメニュー
  ------------------------ */
    
      /* ハンバーガーメニュー */
    .sp-menu__box {
      position: fixed;
      top: 0;
      /* --display: flex;-- */
      display: block;
      padding: 30px 30px 0 30px;
      width: 22px;
      height: 66px;
      z-index: 90;
      
    }
    .sp-menu__box span,
    .sp-menu__box span:before,
    .sp-menu__box span:after {
      content: "";
      display: block;
      height: 1px;
      width: 21px;
      background: #000000;
      position: absolute;
    }
    .sp-menu__box span:before {
      bottom: 7px;
    }
    .sp-menu__box span:after {
      top: 7px;
    }
    #sp-menu__check {
      display: none;
    }
  
    /* バツ印に変形 */
    #sp-menu__check:checked ~ .sp-menu__box span {
      background: rgba(255, 255, 255, 0);
    }
    #sp-menu__check:checked ~ .sp-menu__box span::before {
      bottom: 0;
      transform: rotate(45deg);
    }
    #sp-menu__check:checked ~ .sp-menu__box span::after {
      top: 0;
      transform: rotate(-45deg);
    }
  

    /* PC・SP共通 メニュー */

    .sp-menu {
        position: relative;
    
    }


    /* メニューの動き指定 */

    #sp-menu__check:checked ~ .sp-menu__content {
        left: 0;
        opacity: 1;       
      }
    


    .sp-menu__content {
    width: 280px;
    height: 100%;

    position: absolute;
    top: 0;
    left: -290px;

    opacity: 0;

    background-color: #99D45C;
    transition: all 0.1s;
    }
  
  
    .sp-menu__item {
        text-align: left;
        padding: 55px 0 100px 9.7%;
        background-color: #99D45C;
    }





  
  /* ------------------------
  ドラセナ ロゴ
  ------------------------ */
  .rogo_header {
      text-align: center;
  }
  
  .rogo_header img {
      width: 71px;
      padding-top: 12px;
  }
  
  
  
  /* ------------------------
  SNS
  ------------------------ */
  
  /* -----　SNS　---- */
  .sns_header {
      position: absolute;
      right: 0;
      padding-right: 30px;
  
      top: 55%;
      transform: translateY(-50%);
  
      display: flex;
      gap: 20px;
  
  }
  
  
  /* -----　インスタ　---- */
  .inst_header {
      width: 21px;
      list-style:none
  }
  
  
  /* -----　FaceBook　---- */
  .fb_header {
      width: 22px;
      list-style:none
  }
  
  
  
  
  /* ------------------------
  メニュー レイアウト設定・文字設定
  ------------------------ */


/* ----　見出し 文字設定　---- */
h6 {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.02em;
    margin-top: 15px;
}


/* ----　本文 文字設定　---- */
.sp-menu__item li {
    font-size: 1em;
    line-height: 2;
    letter-spacing: 0.02em;
    list-style: none;
}


/* ----　aタグ設定　---- */
a {
    text-decoration: none;
    color: black;
  }  


/* -----------------------------------------------
全ページ共通　ここまで
----------------------------------------------- */








/* ------------------------
P3メイン　共通設定
------------------------ */


/* ----　本文 文字設定　---- */
main p,dd,main li {
    font-size: 1.375em;
    line-height: 1.68;
    letter-spacing: 0.02em;
}


/* ---　文字組を左右センター　-- */
.text-align_center {
    text-align: center;
}


/* ---　注記 文字設定　-- */
.register {
    font-size: 1.125em;
    letter-spacing: 0.02em;
    line-height: 1.667em;
}


/* ----- 注記 文字の組み方設定 ------- */

.register {
    margin-top: 30px;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 0 9.6% 0 9.6%;
}


/* ---　ブロック要素を左右センター　-- */
.align-center {
    margin: 0 auto;
}



/* ---　ライン（ドット）の設定　-- */
.dotted-line {
    margin: 30px auto 30px auto;
    width: 80%;
}






/* ------------------------
ドラセナ Info
------------------------ */

/* -----　ドラセナ Info　KV　---- */

.info {
    margin-top: 87px;
}

.info_kv_wrapper {
}

.info_kv_wrapper h2 {
    text-align: right;
    padding-right: 9.6%;
}

.info_kv {
    width: 96%;
    margin: 0 auto;
}

.info_tittle {
    width: 53%;
    margin-top: -28px;
    display: inline;
}

.info_copy {
}

.info_copy dt {
    font-size: 1.625em;
    letter-spacing: 0.02em;
    font-weight: bold;
    text-align: right;
    padding-right: 8%;
    margin-top: 30px;
}

.info_copy dd {  
    margin-top: 21px;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 0 9.6% 0 9.6%;
    margin-bottom: 90px;
}



/* ------------------------
Open Hour
------------------------ */


/* ----- 本文 ------- */



.open-hour {
    background-color: #AC92ED;
    padding: 120px 0 90px 0;
}

.openhour_tittle {
    width: 57%;
    margin: 0 auto;
}

.open-hour .day {
    margin-top: 60px;
}


/* ----- SNS 誘導 ------- */
.sns-induction {
    margin: 40px 0 32px  0 ;   
}

/* ----- SNS コピー ------- */
.sns-induction p {
    font-weight: bold;
    text-align: center;
    margin-bottom: 34px;
} 

/* ----- SNS ボタン ------- */

.insta_fb_btn {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.inst1,.fb1 {
    width: 3.125em;
}







/* ------------------------
Price
------------------------ */


.price {
    background-color: #DED3F8;
    padding: 120px 0 90px 0;
}

.price_tittle {
    width: 28%;
    margin: 0 auto;
}

.mens {
    text-align: center;
    font-size: 1.5em;
    margin: 60px 0 27px 0;
}

.ladies {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 27px;
}

.students {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 27px;
}

.pass {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 27px;
}





/* ------------------------
Access
------------------------ */



.access {
    background-color: white;
    padding: 120px 0 90px 0;
}

.access_tittle {
    width: 40%;
    margin: 0 auto;
}

.map-wrapper {
    margin: 60px auto 40px auto;
    text-align: center;
}

.map {
    width: 90%;
}



/* ------------------------
フッター
------------------------ */

/* ----- フッター全体 ------- */
.footer {
    background-color: #99D45C;
    padding: 78px 0 60px 10%;
}

/* ----- フッターメニュー ------- */

.footer-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 120px;
    width: 300px;
}

.footer-menu li {
    font-size: 1em;
    line-height: 2.5em;
    letter-spacing: 0.02em;
}


/* ----- SNS ------- */
.footer_sns {
    margin: 25px 0 40px 0;
    display: flex;
    gap: 20px;
}

.footer_sns img:first-child {
    width: 1.313em;
    height: auto;
}

.footer_sns img:nth-child(2) {
    width: 1.313em;
}


/* ----- その他 ------- */
.footer_p p:first-child {
        font-size: 0.875em;
        line-height: 1.286em;
        letter-spacing: 0.02em;
        margin-bottom: 15px;
        }
    
.footer_p p:nth-child(2) {
        font-size: 0.75em;
        letter-spacing: 0.02em;
    }