/* フォント読み込み */
/* Amegroフォント（ローカルTTFファイルから読み込み） */
@font-face {
    font-family: 'Amegro';
    src: url('../fonts/amegro/Amegro.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Hiragino Mincho Proの代替としてNoto Serif JPをCDNから読み込み（header.phpで読み込み済み） */

/* 共通 */
body{
    background-color: #F9F9F6;
}
p{
    color: #3A3333;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "HiraMinProN-W3", "HG明朝E", "ＭＳ 明朝", "MS Mincho", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
}
img{
    width: 100%;
    /* height: 100%;
    object-fit: contain; */
}
._inner{
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
}

._title{
    color: #393228;
    text-align: center;
    /* H2 */
    font-family: 'Amegro', 'Arial', sans-serif;
    font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.28px;
}
._btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 58px;
    max-width: 500px;
    text-align: center;
    font-family: 'Amegro', 'Arial', sans-serif;
    font-size: 24px;
    background: #A29986;
    box-shadow: 4px 4px 0 0 #74684D;
    text-decoration: none;
    margin: 0 auto;
}
._btn p{
    color:#FFFEF6 ;
    text-align: center;
    font-family: 'Amegro', 'Arial', sans-serif;
    font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem);
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 38.4px */
    letter-spacing: 4.56px;
}

/* header */

.header-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: right;
    align-items: center;
    padding: 32px 24px;
    background-color: #F9F9F6;
    border-bottom: 1px solid #393228;
    box-sizing: border-box;
}
.header-logo{
    height: 90%;
    max-height: 116px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.header-logo img{
    height: 100%;
    object-fit: contain;
}
.header-link{
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 16px;
}
.header-link a{
    display: block;
    width: 40px;
    aspect-ratio: 1/1;
    object-fit: contain;
}
/* ハンバーガーメニューアイコン */
.hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.hamburger-menu span {
    width: 100%;
    height: 3px;
    background-color: #333;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.hamburger-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
    background-color: #FFFEF6;
}

.hamburger-menu.active span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
    background-color: #FFFEF6;
}

/* スライドメニュー */
.slide-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
}

.slide-menu.active {
    visibility: visible;
    opacity: 1;
}

.slide-menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.slide-menu-content {
    position: absolute;
    top: 0;
    right: -40%;
    width: 40%;
    height: 100%;
    background-image: url('../img/nav-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    overflow-y: auto;
    padding: 60px 5% 20px;
    box-sizing: border-box;
}

.slide-menu-btn{
    background: #FFFEF6;
    box-shadow: 4px 4px 0 0 #74684D;
}
.slide-menu-btn p{
    color: #A29986;
    margin: 0;
}
.slide-menu.active .slide-menu-content {
    right: 0;
}

.slide-menu .header-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slide-menu .header-nav li {
    margin-bottom: 15px;
}

.slide-menu .header-nav li a {
    display: block;
    color:#FFFEF6;
    /* H2 */
    font-family: 'Amegro', 'Arial', sans-serif;
    font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.28px;
    transition: color 0.3s ease;
    text-decoration: none;
}

.slide-menu .header-nav li a:hover {
    color: #666;
}

/* ボディのスクロールを無効化（メニューが開いている時） */
body.menu-open {
    overflow: hidden;
}



/* mv */
.mv-layout{
    padding-top: 100px;
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mv-text{
    width: 50%;
}
.mv-text h1{
    color: #393228;
    text-align: left;
    /* H1 */
    font-family: 'Amegro', 'Arial', sans-serif;
    font-size: clamp(1.5rem, 1.015rem + 2.07vw, 3.5rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.24px;
    white-space: nowrap;
    margin-bottom: 40px;
}
.mv-text p{
    color: #393228;
    text-align: left;
    font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "HiraMinProN-W3", "HG明朝E", "ＭＳ 明朝", "MS Mincho", serif;
    font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem);
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    margin-bottom: 40px;
}
.mv-img{
    width: 50%;
    height: 100%;
    margin-right: calc(40% - 40vw);
    flex: 1;
}
.mv-btn{
    margin: 0;
}
.mv-btn p{
    color:#FFFEF6 ;
    margin: 0;
}




/* concept */
#concept{
    position: relative;
    background-color: #EFEEE7;
    padding: 80px 0;
}
#concept::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 15%;
    aspect-ratio: 421/572;
    height: 100%;
    background-image: url('../img/concept-dec1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.concept-text h2{
    margin-bottom: 20px;
}
.concept-text{
    margin-bottom: 80px;
}
.concept-movie{
    width: 100%;
}
.concept-movie video{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* gallery */
#gallery{
    background-color: #F9F9F6;
    padding: 80px 0;
}
.gallery-text h2{
    margin-bottom: 20px;
}
.gallery-text{
    margin-bottom: 80px;
}
.gallery-img{
    width: 100%;
}
.gallery-img:first-child{
    margin-bottom: 3%;
}



/* worries */
#worries{
    background-color: #F9F9F6;
    padding: 80px 0;
}
.worries-title h2{
    margin-bottom: 20px;
}
.worries-title{
    margin-bottom: 80px;
}
.worries-list{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8%;
    flex-wrap: wrap;
}
.worries-item{
    width: 28%;
    min-width: 260px;
}
.worries-item h3{
    color: #000;
    text-align: center;
    font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "HiraMinProN-W3", "HG明朝E", "ＭＳ 明朝", "MS Mincho", serif;
    font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem);
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    margin: 16px 0 12px;
}



/* menu */
#menu{
    background-color: #F9F9F6;
    padding: 80px 0;
}
.menu-title h2{
    color: #393228;
    text-align: center;
    font-family: 'Amegro', 'Arial', sans-serif;
    font-size: clamp(2.5rem, 1.59rem + 3.88vw, 6.25rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.971px;
}
.menu-title{
    margin-bottom: 24px;
}
.menu-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
.menu-item{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #A29986;
}
.menu-item:nth-child(even){
    flex-direction: column-reverse;
}
.menu-item h3{
    color: #FFFEF6;
    text-align: center;
    /* 日本語タイトル① */
    font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "HiraMinProN-W3", "HG明朝E", "ＭＳ 明朝", "MS Mincho", serif;
    font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem);
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    margin-bottom: 20px;
}
.menu-item p{
    color:#FFFEF6;
    text-align: center;
    /* P */
    font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "HiraMinProN-W3", "HG明朝E", "ＭＳ 明朝", "MS Mincho", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    width: 80%;
    margin: 0 auto;
}
.menu-item a{
    display: block;
    margin: 24px auto 40px;
    color: #FFFEF6;
    text-align: center;
    /* P */
    font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "HiraMinProN-W3", "HG明朝E", "ＭＳ 明朝", "MS Mincho", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%; /* 25.6px */
    text-decoration-style: solid;
}
.menu-item img{
    margin-bottom: 40px;
}
.menu-item:nth-child(even) img{
    margin-bottom: 0;
}
.menu-btn{
    margin-top: 72px;
}



/* point */
#point{
    background-color: #F9F9F6;
    padding: 80px 0;
}
.point-title h2{
    color: #A29986;
    text-align: center;
    font-family: 'Amegro', 'Arial', sans-serif;
    font-size: clamp(2.5rem, 1.59rem + 3.88vw, 6.25rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.971px;
}
.point-title p{
    color: #000;
    text-align: center;
    /* 日本語タイトル */
    font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "HiraMinProN-W3", "HG明朝E", "ＭＳ 明朝", "MS Mincho", serif;
    font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem);
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
}
.point-list{
    display: flex;
    flex-direction: column;
    gap: 58px;
    margin-top: 48px;
}
.point-item{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10%;
}
.point-item img{
    width: 30%;
    max-width: 340px;
}
.point-item-text{
    width: 60%;
}
.point-item-text h3{
    color: #000;
    font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "HiraMinProN-W3", "HG明朝E", "ＭＳ 明朝", "MS Mincho", serif;
    font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem);
    font-style: normal;
    font-weight: 300;
    line-height: 160%; 
}
.point-item-text p{
    color: #000;
    text-align: left;
    /* P */
    font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "HiraMinProN-W3", "HG明朝E", "ＭＳ 明朝", "MS Mincho", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
}



/* profil */
#profil{
    background-color: #F9F9F6;
    padding: 80px 0;
}
.profil-title h2{
    margin-bottom: 20px;
}
.profil-title{
    margin-bottom: 80px;
}
.profil-layout{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10%;
}
.profil-img{
    width: 40%;
}
.profil-img img{
    width: 100%;
}
.profil-text{
    width: 60%;
}
.profil-text h3{
    color: #000;
    text-align: left;
    font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "HiraMinProN-W3", "HG明朝E", "ＭＳ 明朝", "MS Mincho", serif;
    font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem);
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
}
.profil-text p{
    color: #000;
    text-align: left;
    font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "HiraMinProN-W3", "HG明朝E", "ＭＳ 明朝", "MS Mincho", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
}
.profil-carrier{
    color: #000;
    text-align: left;
    font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "HiraMinProN-W3", "HG明朝E", "ＭＳ 明朝", "MS Mincho", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    margin-top: 24px;
}
/* insta */
.insta{
    padding-bottom: 120px;
}
.insta img{
    width: auto;
}
.insta-btn{
    margin-top: 24px;
}



/* gifts */
#gifts{
    background-color: #C4CEC5;
    padding: 80px 0;
}
.gifts-title h2{
    margin-bottom: 20px;
}
.gifts-title{
    margin-bottom: 24px;
}
.gifts-layout{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gifts-img{
    width: 50%;
}
.gifts-img img{
    width: 100%;
}
.gifts-text{
    width: 50%;
}
.gifts-title img{
    width: 178px;
    display: block;
    margin: 0 auto ;
}
.gifts-text h3{
    color: #000;
    text-align: center;
    font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "HiraMinProN-W3", "HG明朝E", "ＭＳ 明朝", "MS Mincho", serif;
    font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem);
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    margin-bottom: 24px;
}
.gifts-text p{
    color: #000;
    text-align: center;
    /* P */
    font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "HiraMinProN-W3", "HG明朝E", "ＭＳ 明朝", "MS Mincho", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%; 
    margin-bottom: 30px;
}
.gifts-dec{
    width: 50%;
    max-width: 84px;
    display: block;
    margin: 0 auto;
}



/* shop */
#shop{
    background-color: #F9F9F6;
    padding: 120px 0 80px;
}
.shop-title h2{
    margin-bottom: 20px;
}
.shop-title{
    margin-bottom: 48px;
}
.shop-layout{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10%;
}
.shop-img{
    width: 30%;
}
.shop-img img{
    width: 100%;
}
.shop-text{
    width: 70%;
}
.shop-text h3{
    color: #000;
    font-family: 'Amegro', 'Arial', sans-serif;
    font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 20px;
}
.shop-text p{
    text-align: left;
    margin-bottom: 54px;
}
.shop-btn{
    background: none;
    border: 1px solid #000;
    box-shadow: 4px 4px 0 0 #74684D;
    margin: 0;
}
.shop-btn p{
    color: #393228;
    margin: 0;
}

/* faq */

/* FAQアコーディオン */
.faq-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    
}

.faq-question {
    cursor: pointer;
    padding: 20px;
    position: relative;
    transition: background-color 0.3s ease;
    background-color: #EFEEE7;
}
.faq-question p{
    text-align: left;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 10px;
}
.faq-question p::before{
    content: 'Q';
    color: #A29986;
    font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "HiraMinProN-W3", "HG明朝E", "ＭＳ 明朝", "MS Mincho", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
}
.faq-question:hover {
    background-color: #f5f5f5;
}

.faq-question::after {
    content: '';
    background-image: url('../img/arrow.svg');
    width: 14px;
    aspect-ratio: 14/6;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
    transform: translateY(-50%) rotate(0deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 20px;
    background-color: #FDFDFD;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 20px;
}

.faq-answer p {
    margin: 0;
    text-align: left;
}

/* accsess */
#access{
    margin-top: 180px;
    padding-bottom: 120px;
}
.access-layout{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.access-map{
    width: 45%;
}
.access-map iframe{
    width: 100%;
}
.access-text{
    width: 50%;
}
.access-title h2{
    text-align: left;
    margin-bottom: 20px;
}
.access-info{
    display: flex;
    justify-content: left;
    align-items: start;
    gap: 10%;
    margin-bottom: 24px;
}
.access-info p{
    text-align: left;
}



/* footer */
footer{
    background-color: #A29986;
    padding: 80px 0 30px;
}
.footer-title h2{
    margin-bottom: 20px;
}
.footer-title{
    margin-bottom: 48px;
}
.footer-layout{
    width: 80%;
    max-width: 720px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 5%;
}
.footer-logo{
    width: 50%;
}
.footer-logo img{
    width: 100%;
}
.footer-text{
    width: 45%;
}
.footer-text p{
    text-align: left;
    color: #FFFEF6;
}
.footer-btn{
    background: #FFFEF6;
    box-shadow: 4px 4px 0 0 #74684D;
}
.footer-btn p{
    color: #A29986;
}
.footer-insta{
    display: block;
    width: 45px;
    aspect-ratio: 1/1;
    margin: 30px auto;
}
.footer-container > p{
    color: #FFFEF6;
}

@media screen and (max-width: 768px) {
    .header-container{
        justify-content: space-between;
        padding: 24px 16px;
    }
    .header-logo{
        position: static;
        top: auto;
        transform: none;
        left: auto;
        width: 30%;
        height: auto;
    }
    .header-link{
        gap: 12px;
    }
    .slide-menu-content{
        width: 80%;
        right: -80%;
    }


    .mv-layout{
        flex-direction: column-reverse;
        gap: 40px;
        padding-bottom: 40px;
    }
    .mv-text{
        width: 100%;
    }
    .mv-text h1{
        margin-bottom: 16px;
    }
    .mv-img{
        width: 100%;
        margin-right: 0;
    }
    #gallery{
        padding-bottom: 0;
    }
    #gallery ._inner{
        width: 100%;
    }
    .worries-list{
        row-gap: 40px;
    }

    .menu-list{
        grid-template-columns: 1fr;
    }
    .menu-item:nth-child(even){
        padding-top: 24px;
        box-sizing: border-box;
    }

    .point-item{
        flex-direction: column;
        gap: 24px;
    }
    .point-item img{
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    .point-item-text{
        width: 100%;
    }
    .point-item-text h3{
        margin-bottom: 16px;
    }
    .point-list{
        row-gap: 64px;
    }


    .profil-layout{
        flex-direction: column;
        gap: 40px;
    }
    .profil-img{
        width: 80%;
        margin: 0 auto;
    }
    .profil-text{
        width: 100%;
    }
    .profil-text h3{
        margin-bottom: 16px;
    }
    .profil-text p{
        margin-bottom: 24px;
    }

    .insta{
        padding-bottom: 80px;
    }

    .gifts-layout{
        flex-direction: column-reverse;
        gap: 24px;
    }
    .gifts-img{
        width: 100%;
    }
    .gifts-text{
        width: 100%;
    }

    .shop-layout{
        flex-direction: column;
        gap: 40px;
    }
    .shop-img{
        width: 100%;
    }
    .shop-text{
        width: 100%;
    }
    .faq-question p::before{
        font-size: 20px;
    }
    .faq-question::after{
        right: 10px;
    }

    #access{
        padding-bottom: 80px;
    }
    .access-layout{
        flex-direction: column;
        gap: 40px;
    }
    .access-map{
        width: 100%;
        height: 300px;
    }
    .access-map iframe{
        height: 100%;
    }
    .access-text{
        width: 100%;
    }

    .footer-container{
        padding: 24px 16px;
    }
    .footer-layout{
        flex-direction: column;
    }
    .footer-content{
        flex-direction: column;
        gap: 24px;
    }
    .footer-logo{
        width: 100%;
    }
    .footer-text{
        width: 100%;
    }
}



/* page-menu.php */
section.menu-title{
    padding: 160px 0 80px;
}
._inner:has(._menu-layout:has(._menu-img)){
    width:90%;
    max-width: 1200px;
}
._menu-title{
    margin-bottom: 40px;
}
._menu-title span{
    width: fit-content;
    margin: 0 auto 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Amegro;
    font-size: 14px;
    line-height: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.56px;
    padding: 4px 14px;
    border-radius: 61px;
    background: #29B2A5;
}
._menu-title h2{
    color:#393228;
    /* H2 */
    font-family: Amegro;
    font-size: clamp(1.5rem, 1.015rem + 2.07vw, 3.5rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.28px;
    margin-bottom: 8px;
}
._menu-title p{
    text-align: left;
    color: #696969;
    font-family: "Hiragino Mincho Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
}
._menu-layout{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
._menu-layout._reverse{
    flex-direction: row-reverse;
}
._menu-text{
    width: 50%;
}
._menu-img{
    width: 50%;
}
._menu-text h3{
    color: #000;
    font-family: "Hiragino Mincho Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    margin-bottom: 32px;
}
._menu-text > p{
    text-align: left;
    color: #000;
    font-family: "Hiragino Mincho Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    margin-bottom: 40px;
}



.option-card{
    max-width: 600px;
    margin: 0 auto;
    padding: 10px 24px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 2px 2px 4px 0 rgba(162, 153, 134, 0.25);
}
.option-card-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.option-card-item h3{
    width: 70%;
    color: #000;
    text-align: right;
    font-family: "Hiragino Mincho Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.option-card-item h3::after{
    content: '';
    display: block;
    flex: 1;
    width: 50%;
    border-bottom: 1px dashed #A29986;
    margin-left: 16px;
    margin-right: 16px;
}
.option-card-item p{
    text-align: left;
    color: #393228;
    font-family: "Hiragino Mincho Pro";
    font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem);
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
}
.option-card p{
    text-align: left;
}
.menu-cat{
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
}
.menu-cat-item{
    padding: 0 8px;
    border-radius: 70px;
    background: #393228;
}
.menu-cat-item p{
    color: #FFF;
}


.price-item{
    border-bottom: 1px solid #A29986;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.price-item h3{
    color: #000;
    font-family: "Hiragino Mincho Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    margin-bottom: 4px;
}
.price-item p{
    color: #696969;
    font-family: "Hiragino Mincho Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    text-align: left;
    margin-bottom: 16px;
}
.price-item .price-number{
    color: #393228;
    text-align: right;
    font-family: "Hiragino Mincho Pro";
    font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem);
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    margin-bottom: 0;
}


#moringa{
    margin-bottom: 80px;
}
.moringa-title h2{
    text-align: center;
}
.moringa-title p{
    text-align: center;
}
.attention{
    margin-top: 24px;
}
.attention p{
    text-align: left;
    color: #000;
    font-family: "Hiragino Mincho Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
}

#body{
    margin-bottom: 80px;
}

#rymph{
    background: #EEEDE4;
    padding: 80px 0;
    margin-bottom: 80px;
}
#other{
    margin-bottom: 80px;
}
#other ._menu-layout{
    align-items: flex-start;
}
#other ._menu-text img{
    margin-top: 32px;
}
.option {
    margin-bottom: 180px;
}
.option ._menu-title h2{
    text-align: center;
}
.option .option-card{
    margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
    ._menu-layout{
        flex-direction: column-reverse;
        gap: 40px;
    }
    ._menu-layout._reverse{
        flex-direction: column-reverse;
    }
    ._menu-text{
        width: 100%;
    }
    ._menu-img{
        width: 100%;
    }
    .option-card-item{
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 8px;
    }
    .option-card-item h3{
        width: 100%;
        margin-bottom: 8px;
    }
    .option-card-item p{
        text-align: left;
    }
    #moringa{
        margin-bottom: 40px;
    }
    #body{
        margin-bottom: 40px;
    }
    #rymph{
        padding: 40px 0;
        margin-bottom: 40px;
    }
    #other{
        margin-bottom: 40px;
    }
    .option {
        margin-bottom: 80px;
    }
    /* .option ._menu-title h2{
        text-align: left;
    } */
    .option .option-card{
        margin-bottom: 16px;
    }
    .option .option-card p{
        text-align: left;
    }
    .option .option-card-item h3{
        width: 100%;
    }
    .option .option-card-item p{
        text-align: left;
    }
    .option .option-card:nth-of-type(2) h3::after{
        display: none;
    }
}