body{
    margin: 0;
    padding: 0;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.2rem;
}
img{
    width: 100%;
	vertical-align:top;
}
a{
    text-decoration: none;
    color: #000;
}

.reverse{
    flex-direction : row-reverse;
}

@media (max-width: 780px) { 
    #sp{
        display: block;
    }
    #dt{
        display: none;
    }
}
@media (min-width: 781px) { 
    #sp{
        display: none;
    }
    #dt{
        display: block;
    }
}


@media (max-width: 780px) { 
    .section_title{
        width: fit-content;
        margin: 0 auto;
        text-align: center;
    }
    .section_title #title{
        font-size: 28px;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .section_title #en{
        font-size: 15px;
        color: #b59540;
        margin-bottom: 20px;
    }
    .section_title #subtitle_gold{
        font-size: 20px;
        color: #b59540;
        margin-bottom: 30px;
    }
    .section_title #bun{
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 50px;
    }
}
@media (min-width: 781px) { 
    .section_title{
        width: fit-content;
        margin: 0 auto;
        text-align: center;
    }
    .section_title #title{
        font-size: 25px;
        margin-bottom: 10px;
    }
    .section_title #en{
        font-size: 15px;
        color: #b59540;
        margin-bottom: 20px;
    }
    .section_title #subtitle_gold{
        font-size: 20px;
        color: #b59540;
        margin-bottom: 20px;
    }
    .section_title #bun{
        font-size: 15px;
        margin-bottom: 50px;
    }
}
@media (max-width: 780px) { 
    .info_section{
      width: fit-content;
      width: 90vw;
      padding: 30px 5vw;
      padding-top: 30vh;
      padding-bottom: 50px;
      margin: 0 auto;
      background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 0.7) 50%);
    }
    .info_main{
        margin-bottom: 50px;
    }
    .info_title{
      font-size: 25px;
      margin-bottom: 20px;
    }
    .info_box{
      width: fit-content;
      padding-bottom: 5px;
      margin-bottom: 30px;
    }
    .info_box{
      /* display: flex; */
      gap: 30px;
    }
    .info_box #day{
      font-size: 12px;
      letter-spacing: 1px;
      margin-bottom: 10px;
    }
    .info_box #title{
        font-size: 18px;
        letter-spacing: 1px;
      border-bottom: #000 1px solid;
    }
  }
  @media (min-width: 781px) { 
    .info_section{
        width: fit-content;
        width: 90vw;
        padding: 30px 5vw;
        padding-top: 30vh;
        padding-bottom: 50px;
        margin: 0 auto;
        background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 0.7) 50%);
    }
    .info_main{
        width: fit-content;
        margin: 0 auto;
    }
    .info_title{
      font-size: 20px;
      margin-bottom: 20px;
    }
    .info_box{
      padding-bottom: 2px;
      margin-bottom: 20px;
      border-bottom: #000 1px solid;
    }
    .info_box{
      display: flex;
      gap: 30px;
      font-size: 15px;
      letter-spacing: 1px;
    }
    .info_box #title{
      /* border-bottom: #000 1px solid; */
    }
  }





.fixed-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../img_2026/top_dt.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -100; /* 全部の後ろ */
    background-color:rgba(255,255,255,0.3);
    background-blend-mode:lighten;
}

.fixed-bg.white-bg {
    background-image: none;
    background-color: #fff;
}




@media (max-width: 780px) { 
    .top_section{
        width: 100vw;
    }
    .hero {
        width: 100vw;
        height: 75vh;
        position: relative;
      }
      
      .top_logo {
        display: block;           /* inline要素だと効かない */
        width: 150px;             /* 固定サイズが必要 */
        height: 600px;            /* 固定サイズが必要 */
        margin: auto;             /* これで中央寄せ */
        position: absolute;
        top: 25vh; bottom: 0; left: 0; right: 0;
      }
      .top_message{
        width: 100vw;
        background: linear-gradient(180deg, rgb(255, 255, 255, 0.7) 0%, rgb(255, 255, 255, 0.8) 20%, rgb(255, 255, 255, 1) 100%);
      }
      .top_message_flex{
        display: flex;           /* ←追加（必須） */
        flex-direction: column;  /* ←追加（スマホは縦並び） */
        align-items: center;     /* ←中央に揃える最重要 */

        
        padding-top: 50px;
        gap: 50px;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 100px;
      }
      .top_message_flex #img{
        width: 150px;
        margin: 0 auto;
        margin-bottom: 50px;
      }
      .top_message_flex #bun{
        font-size: 14px;
        letter-spacing: 5px;
        writing-mode: vertical-rl;
        /* width: fit-content;  ←絶対に削除 */
        margin: 0 auto;
      }
}
@media (min-width: 781px) { 
    .top_section{
        width: 100vw;
    }
    .hero {
        width: 100vw;
        height: 100vh;
        position: relative;
      }
      
      .top_logo {
        display: block;           /* inline要素だと効かない */
        width: 100px;             /* 固定サイズが必要 */
        height: 400px;            /* 固定サイズが必要 */
        margin: auto;             /* これで中央寄せ */
        position: absolute;
        top: 5vh; bottom: 0; left: 0; right: 0;
      }
      .top_message{
        width: 100vw;
        background: linear-gradient(180deg, rgb(255, 255, 255, 0.7) 0%, rgb(255, 255, 255, 0.8) 20%, rgb(255, 255, 255, 1) 100%);
      }
      .top_message_flex{
        padding-top: 50px;
        display: flex;
        flex-direction : row-reverse;
        gap: 50px;
        width: fit-content;
        margin: 0 auto;
      }
      .top_message_flex #img{
        width: 170px;
      }
      .top_message_flex #bun{
        font-size: 18px;
        writing-mode: vertical-rl;
        line-height: 30px;
        margin-top: 30px;
      }
}

@media (max-width: 780px) { 
    .intro_section{
        width: 100vw;
        padding: 80px auto;
        margin-bottom: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #fff;
    }
    .intro_01{
        display: flex;
        justify-content: center;
        gap: 10px;
        width: 90vw;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .intro_message{
        width: 100%;
    }
    .intro_message #title_tate{
        font-size: 27px;
        letter-spacing: 2px;
        line-height: 48px;
    }
    .intro_box{
        width: 100%;
        margin-top: 20px;
    }
    .intro_box #tag{
        color: #b59540;
        font-size: 12px;
        margin-bottom: 30px;
    }
    .intro_box #bun{
        font-size: 13px;
        margin-bottom: 30px;
        line-height: 24px;
    }
    .btn_01 {
        width: fit-content;
    }
    .btn_01 .btn{
        width: fit-content;
        display: flex;
        align-items: center;
        gap: 20px;
        padding-bottom: 5px;
        border-bottom: #b59540 1px solid;
    }
    .btn_01 #moji{
        color: #b59540;
        font-size: 18px;
    }
    .btn_01 #icon{
        width: 20px;
    }
    .intro_img{
        width: 70vw;
        height: 70vw;
        overflow: hidden;
        margin-bottom: 50px;
    }

    .intro_contents{
        position: relative;
        padding-top: 50px;
        width: 100vw;
    }
    .intro_back_01{
        position: absolute;
        width: 120px;
        bottom: -380px;
        right: 0;
    }
    .intro_back_02{
        position: absolute;
        width: 150px;
        bottom: -50px;
        left: 0px;
    }
    .intro_back_03{
        position: absolute;
        width: 18px;
        bottom: -120px;
        right: 0;
    }

    .slideshow {
        position: relative;
        width: 70vw;
        height: 70vw;
        overflow: hidden;
      }
      
      .slideshow .slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
      
        opacity: 0;
        transition: opacity 3.5s ease; /* ← 上品なフェードのみ */
      }
      
      .slideshow .slide.active {
        opacity: 1;
      }
      #intro_img_01{
        margin: 0 5vw 0 auto;
        width: fit-content;
      }
      #intro_img_03{
        margin: 0 5vw 0 auto;
        width: fit-content;
      }
      
}

@media (min-width: 781px) { 
    .intro_section{
        width: 100vw;
        padding: 100px 0;
        position: relative;
        background-color: #fff;
    }
    .intro_01{
        display: flex;
        justify-content: center;
        gap: 100px;
        margin-bottom: 100px;
    }
    .intro_message{
        display: flex;
        gap: 30px;
    }
    .intro_message #title_tate{
        font-size: 25px;
        letter-spacing: 8px;
        writing-mode: vertical-rl;
    }
    .intro_box{
        width: 30vw;
    }
    .intro_box #tag{
        color: #b59540;
        font-size: 12px;
        margin-bottom: 30px;
    }
    .intro_box #bun{
        font-size: 13px;
        margin-bottom: 30px;
        line-height: 24px;
    }
    .btn_01 {
        width: fit-content;
    }
    .btn_01 .btn{
        width: fit-content;
        display: flex;
        gap: 20px;
        padding-bottom: 0px;
        border-bottom: #b59540 1px solid;
    }
    .btn_01 #moji{
        color: #b59540;
        font-size: 12px;
    }
    .btn_01 #icon{
        width: 20px;
    }
    .intro_img{
        width: 350px;
    }
    .intro_contents{
        position: relative;
        width: 100vw;
    }
    .intro_back_01{
        position: absolute;
        width: 200px;
        bottom: 0px;
        right: 0;
    }
    .intro_back_02{
        position: absolute;
        width: 200px;
        bottom: 0px;
        left: 100px;
    }
    .intro_back_03{
        position: absolute;
        width: 400px;
        bottom: -150px;
        right: 0;
    }

    .slideshow {
        position: relative;
        width: 350px;
        height: 350px;
        overflow: hidden;
      }
      
      .slideshow .slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
      
        opacity: 0;
        transition: opacity 3.5s ease; /* ← 上品なフェードのみ */
      }
      
      .slideshow .slide.active {
        opacity: 1;
      }
      
      
      
      
      
}

@media (max-width: 780px) { 
    .shop_section{
        background-image: url(../img_2026/back_01_sp.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 90vw;
        padding: 100px 5vw;
        /* background-attachment: fixed; */
    }

    
    .shop_section_title{
        width: fit-content;
        margin: 0 auto;
        margin-bottom: 50px;
        text-align: center;
    }
    .shop_section_title #title{
        font-size: 20px;
        letter-spacing: 8px;
        writing-mode: vertical-rl;
        margin: 0 auto;
    }
    .shop_section_title #en{
        font-size: 12px;
        letter-spacing: 5px;
        color: #b59540;
        margin-left: 5px;
    }
    .shop_flex{
        display: flex;
        justify-content: center;
        gap: 80px;
        flex-wrap: wrap;
    }
    .shop_box{
        width: 100%;
    }
    .shop_box #img{
        margin-bottom: 10px;
    }
    .shop_box #name{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .shop_box #address{
        font-size: 12px;
    }
}
@media (min-width: 781px) { 
    .shop_section{
        background-image: url(../img_2026/back_01.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 80vw;
        padding: 100px 10vw;
        background-attachment: fixed;
    }
    .shop_section_title{
        width: fit-content;
        margin: 0 auto;
        margin-bottom: 50px;
        text-align: center;
    }
    .shop_section_title #title{
        font-size: 20px;
        letter-spacing: 8px;
        writing-mode: vertical-rl;
        margin: 0 auto;
    }
    .shop_section_title #en{
        font-size: 10px;
        letter-spacing: 5px;
        color: #b59540;
        margin-left: 5px;
    }
    .shop_flex{
        display: flex;
        justify-content: center;
        gap: 80px;
        flex-wrap: wrap;
    }
    .shop_box{
        width: 40vw;
        max-width: 300px;
    }
    .shop_box #img{
        margin-bottom: 10px;
    }
    .shop_box #name{
        font-size: 15px;
        margin-bottom: 5px;
    }
    .shop_box #address{
        font-size: 10px;
    }
}

@media (max-width: 780px) { 
    .takeout_section{
        padding: 100px 5%;
        width: 90%;
        background: #fff;
    }
    .tekeout_flex{
        width: 100%;
    }
    .tekeout_box{
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }
    .tekeout_box img{
        margin-bottom: 20px;
    }
    .tekeout_box #name{
        font-size: 15px;
        margin-bottom: 50px;
    }
}
@media (min-width: 781px) { 
    .takeout_section{
        padding: 100px 0;
        width: 100%;
        background-color: #fff;
    }
    .tekeout_flex{
        display: flex;
        gap: 100px;
        justify-content: center;
    }
    .tekeout_box{
        width: 200px;
        text-align: center;
    }
    .tekeout_box img{
        margin-bottom: 20px;
    }
    .tekeout_box #name{
        font-size: 15px;
    }
}

@media (max-width: 780px) { 
    .fukufuku_section{
        padding: 100px 0;
        width: 100%;
        background-color: #fff;
    }
    .fukufuku_section #logo{
        width: 50px;
        margin: 0 auto;
    }
    .fukufuku_section #img{
        width: 90vw;
        max-width: 900px;
        margin: 0 auto;
    }
    .btn_box{
        width: fit-content;
        margin: 0 auto;
        margin-top: 30px;
    }
    .btn_box #btn{
        width: fit-content;
        padding: 15px 30px;
        border: #b59540 1px solid;
        background-color: #b59540;
        border-radius: 500px;
        color: #fff;
        transition: 1s;
        font-size: 15px;
        letter-spacing: 2px;
    }
    .btn_box #btn:hover{
        opacity: 0.5;
    }
}
@media (min-width: 781px) { 
    .fukufuku_section{
        padding: 100px 0;
        width: 100%;
        background-color: #fff;
    }
    .fukufuku_section #logo{
        width: 50px;
        margin: 0 auto;
    }
    .fukufuku_section #img{
        width: 90vw;
        max-width: 700px;
        margin: 0 auto;
    }
    .btn_box{
        width: fit-content;
        margin: 0 auto;
        margin-top: 50px;
    }
    .btn_box #btn{
        width: fit-content;
        padding: 15px 30px;
        border: #b59540 1px solid;
        background-color: #b59540;
        border-radius: 500px;
        color: #fff;
        transition: 1s;
        font-size: 15px;
        letter-spacing: 1px;
    }
    .btn_box #btn:hover{
        opacity: 0.5;
    }
}

@media (max-width: 780px) { 
    .reserve_section{
        padding: 100px 5%;
        width: 90%;
        background-image: url(../img_2026/back_fukufuku.jpg);
        background-size: cover;
    }

}
@media (min-width: 781px) { 
    .reserve_section{
        padding: 100px 5%;
        width: 90%;
        background-color: #fff;
        background-image: url(../img_2026/back_fukufuku.jpg);
        background-size: cover;
        font-size: 12px;
        line-height: 30px;
    }

}

@media (max-width: 780px) { 
    .banner{
        width: 90%;
        margin: 0px auto;
        margin-bottom: 25px;
    }
}
@media (min-width: 781px) { 
    .banner{
        width: 90%;
        max-width: 900px;
        margin: 0px auto;
        margin-bottom: 25px;
    }
}


@media (max-width: 780px) { 
    footer{
        background-color: #fff;
        padding: 30px 0 0 0;
        text-align: center;
    }
    .footer_sdgs{
        text-align: center;
        width: 90vw;
        margin: 50px auto;
        text-align: center;
    }
    .footer_sdgs #img{
        width: 90vw;
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .footer_sdgs #bun{
        font-size: 10px;
    }
    .footer_sdgs #bun a{
        text-decoration: underline;;
    }
    .copy{
        font-size: 10px;
        background-color: #b59540;
        padding: 20px 0;
        color: #fff;
    }
}
@media (min-width: 781px) { 
    footer{
        background-color: #fff;
        padding: 30px 0 0 0;
        text-align: center;
    }
    .footer_sdgs{
        text-align: center;
        width: 90vw;
        margin: 50px auto;
        text-align: center;
    }
    .footer_sdgs #img{
        width: 90vw;
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .footer_sdgs #bun{
        font-size: 12px;
    }
    .footer_sdgs #bun a{
        text-decoration: underline;;
    }
    .copy{
        font-size: 10px;
        background-color: #b59540;
        padding: 20px 0;
        color: #fff;
    }
}