@charset "UTF-8";

/* Reset CSS */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img{
    max-width: 100%;
    height: auto;
    display: block;
}
ui,li{
    list-style: none;
}
a{
    text-decoration: none;
    color: initial;
}
/* 基本レイアウト SP */
body{
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: #333;
}
section,footer{
    padding: 0 20px;
    margin-top: 32px;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 6px 20px;
    margin-top: 0;
    box-shadow: 0 2px 6px rgba(0,0,0, 0.6);
    z-index: 1000;
}
main{
    padding-top: 70px;
}

#header_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header_sub{
    display: none;
}

#logo img{
    width:60px;
}
.hamburger{
    /* width: 32px;
    height: 24px;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative; */
    width: 32px;
  height: 24px;
  position: relative;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.hamburger span{
    position: absolute;
    width: 100%;
    height: 3.5px;
    background-color: #13777d;
    border-radius: 4px;
    left: 0;
}
.hamburger span:nth-child(1){
    top: 0;
}
.hamburger span:nth-child(2){
    top: 50%;
    transform: translateY(-50%);
}
.hamburger span:nth-child(3){
    bottom: 0;
}

.spMenu{
    position: fixed;
    inset: 0;
    z-index: 1000;
    pointer-events: none;

    opacity: 0;
    transition: opacity .2s ease;
}

.spMenu_overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0, 0.2);
    opacity: 0;
    transition: opacity .25s ease;
}
.spMenu .spMenu_overlay{
    opacity: 1;
}
.spMenu_panel{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50vw;
    max-width: 360px;
    min-width: 280px;
    background: #13777d;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}
.spMenu.is-open{
    pointer-events: auto;
}
.spMenu.is-open .spMenu_overlay{
    opacity: 1;
}
.spMenu.is-open .spMenu_panel{
    transform: translateX(0);
}
.spMenu_close{
   display: none;
    /* position: absolute;
    top: 16px;
    right: 16px;
    width: 44px;
    height: 44px;

    background: none;
    color: #fff;
    font-size: 32px;
    cursor: pointer; */
}
.spMenu_list{
    list-style: none;
    margin: 0;
    padding: 120px 24px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
    text-align: center;
}
.spMenu_link{
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.08em;
    white-space: nowrap;
}
 .spMenu_panel .spMenu_link--cta{
    color: #f5b23a;
    font-size: 20px;
    letter-spacing: 0.06em;
}
.spMenu_sns{
    position: absolute;
    left: 0;
    bottom: 80px;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 40px;
}
.spMenu_snsLink img{
    width: 32px;
    height: 32px;
    display: block;
}
.spMenu--close{
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 32px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
}
.spMenu_list{
    list-style: none;
    padding: 0;
    margin: 0;

    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    text-align: center;
}
.spMenu_link{
    color: #fff;
    text-decoration: none;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.08em;
    display: block;
    white-space: nowrap;
    text-align: center;
}
.spMenu_sns{
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;

    display: flex;
    justify-content: center;
    gap: 40px;
}
.spMenu_snsLink img{
    width: 32px;
    height: 32px;
    display: block;
}
/* ハンバーガーメニュー開いた状態 */
.spMenu.is-open{
    pointer-events: auto;
    opacity: 1;
}
.spMenu.spMenu.is-open .spMenu_overlay{
    opacity: 1;
}
.spMenu.is-open .spMenu_panel{
    transform: translateX(0);
}
.hamburger{
    width: 32px;
    height: 24px;
    position: fixed;

    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    top:14px;
    right: 20px;
    z-index: 3000;
}
.hamburger span{
    position: absolute;
    left: 0;
    width: 100%;
    height: 3.5px;
    background: #13777d;
    transition: transform 0.3s ease,opacity 0.3s ease;
}
.hamburger.is-open span{
    background-color: #fff;
}
.hamburger span:nth-child(1){top:0}
.hamburger span:nth-child(2){top: 50%; transform: translateY(-50%);}
.hamburger span:nth-child(3){bottom: 0;}

/* Xに変形 */
.hamburger.is-open span:nth-child(1){
    transform: translateY(10px) rotate(45deg);
}
.hamburger.is-open span:nth-child(2){
    opacity: 0;
}
.hamburger.is-open span:nth-child(3){
    transform: translateY(-10px) rotate(-45deg);
}


#gNavi{
    display: none;
}
#mainPohot img{
    width: 100%;
    margin-top: 20px;
}
.title_style{
    font-family: "M PULUS 1p",sans-serif;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #13777d;
}
#menu_Inner{
    text-align: center;
}
#menu_Inner li{
    margin-bottom: 32px;
}
.menu_img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin: 0 auto;
}
.menu_name{
    font-family: "M PULUS 1p",sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #13777d;
}
.menu_text{
    font-size: 14px;
    color: #333;
    margin-top: 6px;
    text-align: center;
}
#menu_botan{
    width: 50%;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}
#about_Inner{
    text-align: center;
}
#about_Inner img{
    width: 80%;
    margin: 0 auto;
}
.about_text{
    text-align: justify;
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
}
#reservation_Inner{
    text-align: center;
    color: #13777d;
    font-size: 20px;
    font-weight: 600;
}
#reservation_text{
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
    line-height: 2;
}
#online_reservation_botan{
    width: 50%;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}
#access_map iframe{
    width: 300px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
    margin: 0 auto;
}
.access_1{
    color: #13777d;
    margin-top: 20px;
}
footer{
    margin-top: 60px;
    padding: 40px 20px;
    background-image: url("../../images/footer.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}
#footer_logo{
    width: 100px;
    display: block;
    margin-top: 10px;
    margin: 0 auto
}
#copyRight{
    margin-top: 50px;
}


/* PC */
@media screen and (min-width:768px) {
/* ハンバーガーとspメニューPC版では見せない */
.spMenu{
    display: none;
}

.hamburger{
    display: none;
}
/* ヘッダー */
#header-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}
#logo img{
    width: 90px;
}
#header_sub{
    display: flex;
    align-items: center;
    width: 20%;
    justify-content: space-between;
}
#instagram img,#x img{
    width: 50%;
}
#yoyakubotan img{
    /* 変化をなめらかにする */
    transition:
      transform 0.25s ease,
      box-shadow 0.25s ease,
      filter 0.25s ease;
  }

  #yoyakubotan img:hover{
    /* 少しだけ上に浮かせる */
    transform: translateY(-4px);

    /* 立体感を出す影 */
    box-shadow: 0 8px 20px rgba(0,0,0,0.18);

    /* ほんのり明るく */
    filter: brightness(1.08);
  }
  #header_sub img:hover{
    opacity: 0.75;
  }
  

#gNavi{
    display: block;        /* PCで表示 */
    margin-top: 16px;      /* 上段（logo/SNS）との余白 */
  }

  
  #gNavi ul{
    display: flex;         /* 横並び */
    padding: 0;
    margin: 0;
    list-style: none;

    /* ボックスを均等に分けるため */
    width: 100%;
  }

  
  #gNavi li{
    flex: 1;               
    border: 1px solid #13777d; 
  }

  
  #gNavi a{
    display: flex;               
    align-items: center;         
    justify-content: center;     

    height: 50px;
    /* border: 2px solid;                 */

    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #13777d;
    text-decoration: none;

    transition: background-color 0.2s ease,
                color 0.2s ease;
  }

  /* -------------------------
     hover時の演出
     ------------------------- */
  #gNavi a:hover{
    background-color: #13777d; 
    color: #fff;               
  }
  .title_style{
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 0.12em;
    margin-top: 100px;
    margin-bottom: 64px;
    text-align: center;
  }

  #about{
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 80px;
  }

  #about_Inner{
    display: flex;
    gap: 80px;
    align-items: flex-start;
    align-items: flex-start;
  }
  #about_photo{
    width: 60%;
    
  }
  #about_p{
    width: 40%;
    padding-top: 30px;
    
  }
  #about_photo img{
    width: 100%;
    border-radius: 8%;
    margin: 0 auto;
  }
  .about_text{
    font-size: 18px;
    line-height: 2.2;
    margin: 0 0 24px 0;
    margin-top: 30px;
  }

  #menu{
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 80px;
  }
  #menu_Inner{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px;
    align-items: start;
    text-align: center;
  }
  #menu_Inner li{
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0;
    padding: 24px 16px;
    border: 1px solid rgba(19, 119, 125, 0.25);
    border-radius: 10px;

    transition: transform 0.3s ease,box-shadow 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  }
  .menu_card{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #menu_Inner li:hover{
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  }
  .menu_img{
    width: 200px;
    height: 200px;
    margin: 0 auto 16px;
    object-fit: cover;
    border-radius: 10px;
  }
  .menu_name{
    font-size: 24px;
    margin-bottom: 4px;
  }
  .menu_text{
    font-size: 14px;
    line-height: 1.9;
    margin-top: 12px;
  }
  .menu_card{
    margin-bottom: auto;
  }
  #menu_botan{
    width: 240px;
    margin: 60px auto 0;
  }
  #reservation_Inner{
    text-align: center;
    margin-top: 40px;
    font-size: 24px;
    font-weight: 600;
  }
  #reservation_text{
    text-align: center;
    font-size: 18px;
    line-height: 2.2;
    max-width: 720px;
    margin: 32px auto 0;
    word-break: keep-all;
    line-break: strict;
  }
  #online_reservation_botan{
    display: block;
    width: fit-content;
    margin: 48px auto 0;
    text-align: center;
  }
#online_reservation_botan img{
    width: 300px;
    max-width: 100%;
    height: auto;
    cursor: pointer;
    display: block;
}
#access{
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 120px;
}
#access_Inner{
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
}
#access_map{
    width: 100%;
}
#access_map iframe{
    width: 100%;
    height: 380px;
    border: none;
    display: block;
}
#access_text{
    text-align: left;
}
.access_1{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    padding: 0;
}
.access_2{
    margin-bottom: 24px;
    margin-left: 15px;
    font-size: 15px;
    font-weight: 700;
    padding-left: 20px;
    line-height: 2.1;
}
footer{
    padding: 80px 20px 40px;
    margin-top: 200px;
    text-align: center;
}
#footer_Inner{
    margin-bottom: 32px;
}
#footer_logo{
    width: 120px;
    margin: 0 auto;
    display: block;
}
#copyRight small{
    font-size: 13px;
    letter-spacing: 0.08em;
    color: rgba(225, 225, 225, 0.9);
}









    


}