@charset "UTF-8";

html {
    font-size: 100%;
}

body {
    background-color: #fffaed;
}

h1 {
    padding-right: 5rem;
}

h2,
h3 {
    margin: 0;
}

#h-nav ul {
    display: flex;
    align-items: center;
    gap: 6rem;
}

#h-nav a {
    color: #fffaed;
}

#h-nav ul a:hover {
    color: #f5c51d;
}

li {
    list-style-type: none;

}

a {
    color: #abcc33;
    text-decoration: none;
}

ul {
    list-style-type: none;
}

img {
    max-width: 100%;
}

header {
    background-color: #abcc33;
    height: 80px;
    width: 100%;
    margin: 0;
    position: fixed;
    z-index: 999;

}

.header-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

/* ヘッダーロゴ　色変え　ここから */

.logo-img {
    margin: 0;
    padding-top: 7px;
    padding-left: 15px;
}

.logo-img a {
    display: block;
    width: 210px;
    height: 70px;
    background-image: url("../imges/top/logo1.png");
}

.logo-img a:hover {
    background-image: url("../imges/top/logo1-2.png");
}

/* ヘッダーロゴ　色変え　ここまで */

small {
    color: #fff;
}

.line {
    background-image: url('../imges/top/ine.png');
    background-size: 600px;
    background-position: top;
    background-repeat: repeat-x;
    background-color: #fffaed;
    padding-bottom: 50px;
    margin: 0px;
    position: relative;
    margin-top: 350px;
}

.walk-rabbit {
    position: absolute;
    right: 50px;
    bottom: -10px;
}

.walk-rabbit img {
    width: 270px;
    height: auto;
}


footer {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #abcc33;
    margin: 0;
    height: 100px;
}

.wrapper {
    max-width: 1120px;
    margin: 0 auto;
}

/*メニュー１----------------------------*/
.menu1-title {
    color: #adcc33;
    font-size: 4rem;
    text-align: center;
    font-family: "Tsukimi Rounded", sans-serif;
    margin: 0 0 50px;
    padding-top: 120px;
}

.menu1-container1 {
    background: #adcc33;
    width: min(1590px, 100%);
    margin-right: auto;
    border-radius: 0 60px 60px 0;

    padding: clamp(24px, 4vw, 55px) clamp(24px, 6vw, 155px);
    box-sizing: border-box;
}

.menu1-stage {
    position: relative;
}

.right-rabbit {
    position: absolute;
    width: 242px;
    height: auto;
    right: 0;
    bottom: 0;
    transform: translate(-20%, 50%);
}

.right-rabbit img {
    width: 100%;
    height: auto;
    display: block;
}

.left-frog {
    position: absolute;
    width: 242px;
    height: auto;
    left: 0;
    bottom: 0;
    transform: translate(20%, 55%);
}

.menu1-inner1 {
    width: min(1280px, 100%);
    min-width: 0;
    margin: 0 auto;
    background: #fffaed;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(12px, 4vw, 220px);
    padding: clamp(20px, 3vw, 40px);
    box-sizing: border-box;
    position: relative;

}

.menu1-inner2 {
    width: min(1280px, 100%);
    margin: 0 auto;
    background: #fffaed;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(16px, 3vw, 40px);
    padding: clamp(20px, 3vw, 40px);
    box-sizing: border-box;
    position: relative;
}

.menu1-onigiri1,
.menu1-onigiri2 {
    max-width: 100%;
    flex: 0 0 clamp(220px, 24vw, 435px);
    /* 最小220 / 画面に合わせて / 最大435 */
    height: auto;
    margin-top: 0;
}

.menu1-onigiri2 {
    margin-right: 50px;
    order: 1;
}


.kisetsu-osusume {
    position: absolute;
    top: 0;
    left: 86%;
    transform: translate(-50%, -50%);
    width: clamp(120px, 18vw, 200px);
}

.tensyu-osusume {
    position: absolute;
    top: 0;
    left: 14%;
    transform: translate(-50%, -50%);
    width: clamp(120px, 18vw, 200px);
}

.kisetsu-osusume,
.tensyu-osusume {
    width: 18%;
}

.daizu {
    width: 45px;
    height: 58px;
}

span {
    font-size: 2rem;
    color: #876a27;
    font-weight: bold;
}

.menu1-item1 {
    margin-left: 15%;
}

.menu1-item2 {
    margin-left: 15%;
    margin-top: 8%;
}

.menu1-category {
    display: flex;
    align-items: baseline;
    gap: 35px;
    margin-bottom: 20px;
}

.menu1-subtitle {
    font-size: 2.5rem;
    color: #876a27;
    margin-bottom: 20px;
}

.menu1-price {
    font-size: 2rem;
    color: #876a27;
}

.menu1-kcal {
    font-size: 1.5rem;
    color: #876a27;
}

.menu1-text {
    font-size: 1.25rem;
    color: #876a27;
    margin-bottom: 20px;
}

.menu1-container2 {
    background: #adcc33;
    width: min(1590px, 100%);
    margin-left: auto;
    border-radius: 60px 0 0 60px;

    padding: clamp(24px, 4vw, 55px) clamp(24px, 6vw, 155px);
    box-sizing: border-box;
    margin-top: 150px;
}


.menu1-content1,
.menu1-content2 {
    flex: 1 1 auto;
    min-width: 0;
}

/* メニュー2--------------------- */
.menu2 {
    background-color: #ADCC33;
    padding: 3% 3%;
    margin-top: 180px;
}

.menu2-box {
    max-width: 1820px;
    margin: 0 auto;
    background-color: #FFFAED;
    border-radius: 33px;
    padding: 160px 120px 180px;
}

.menu2-kaeru img {
    width: 400px;
    padding-top: 50%;
    margin: auto 0;
}

.menu2-list {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 35px 66px;

}

.menu2-subtitle {
    color: #876a27;
    font-size: 2rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.menu2-item {
    width: 100%;
    min-height: 646px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

}

.menu2-image {
    border-radius: 50%;
    width: 100%;
    max-width: 270px;
    min-width: 100px;
    height: auto;
}

.menu2-price {
    margin-bottom: 10px;
}

.menu2-price .yen {
    font-size: 1.75rem;
    margin-right: 25px;
}

.menu2-price .kcal {
    font-size: 1.25rem;
}

.menu2-text {
    color: #876a27;
    line-height: 1.4;
    font-size: 1.25rem;
    text-align: left;
}

.menu2-icons {
    align-self: flex-start;
    display: flex;
    gap: 10px;
    margin-top: auto;
}

.menu2-icons img {
    width: 33px;
    height: 42px;
}

/*メニュー３-------------------------*/
.menu3 {
    margin-top: 150px;
}

.menu3-container {
    border: 10px solid #adcc33;
    border-radius: 25px;
}

.menu3-innner {
    max-width: 980px;
    padding: 10px 50px 50px;
}

.menu3-subtitle {
    font-size: 2rem;
    color: #876a27;
    padding-top: 25px;

}

.menu3-text1,
.menu3-pdf {
    font-size: 1rem;
    color: #876a27;
}

.menu3-allergy {
    display: flex;
}

.allergy-img {
    width: 300px;
    height: 120px;
    margin-top: 10px;
}

.pdf-icon {
    margin: 0;
}

.pdf-link {
    color: #876a27;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    flex-wrap: wrap;
}

a img {
    width: 16px;
    height: auto;
    flex: 0 0 auto;
    margin-left: 300px;
}


/*　スマホ版 menu　--------------------------*/
@media(max-width: 940px) {

    .menu1-stage,
    .menu2 {
        background-color: #adcc33;
    }

    .menu1-stage {
        margin: 0 auto;
        transform-origin: top center;
    }

    .menu1-container1,
    .menu1-container2 {
        border-radius: 0;
        width: 100%;
        margin: 0;
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .menu1-container2 {
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .menu1-inner1 {
        flex-direction: column;
        padding: 5px;
        max-width: 600px;
        gap: 10px;
    }

    .menu1-inner2 {
        flex-direction: column-reverse;
        padding: 5px;
        max-width: 600px;
        gap: 10px;
    }

    .right-rabbit {
        width: 120px;
        transform: translate(0, 0);
    }

    .left-frog {
        transform: translate(0, 0);
        width: 115px;
    }


    .kisetsu-osusume,
    .tensyu-osusume {
        width: 28%;
    }

    .menu1-onigiri1,
    .menu1-onigiri2 {
        margin: auto;
        width: 50%;
    }

    .menu1-item1,
    .menu1-item2 {
        text-align: center;
        margin-left: 0;
        margin: 0;
    }

    .menu1-subtitle,
    .menu2-subtitle {
        font-size: 2rem;
        margin: 0;
    }

    .menu1-category {
        justify-content: center;
        margin: 5px;
    }

    .daizu {
        display: block;
        text-align: left;
        margin: 5px
    }

    .daizu2 {
        margin-left: 80px;
    }

    .no-br {
        display: none;
    }

    span {
        font-size: 1.5rem;
    }

    .menu1-kcal {
        font-size: 1.25rem;
        color: #876a27;
    }

    .menu1-price {
        font-size: 1.75rem;
    }

    .menu1-text {
        font-size: 1.25rem;
        color: #876a27;
        margin-bottom: 5px;
        text-align: left;
    }

    .menu1-text2 {
        padding: 0 80px;
    }

    .menu2 {
        margin-top: 0;
    }

    .menu3 {
        margin-top: 100px;
    }
}


@media(max-width: 1200px) {

    /* 外側の余白（緑の枠の見え方） */
    .menu2 {
        padding: 4% 4%;
    }

    /* 薄黄色の箱：左右paddingを減らして“縦長スマホ寄せ”に */
    .menu2-box {
        padding: 10% 6% 14%;
    }

    /* グリッド：2列固定＋詰める＋中央寄せ */
    .menu2-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-items: center;
        /* 各カードを列の中央に */
    }

    .menu2-kaeru img {
        width: 90%;
        padding-top: 40%;
        margin: auto 0;
    }


}

/* スマホでも2列のまま（カンプ寄せ） */
@media (max-width: 768px) {
    .menu2-box {
        padding: 12% 6% 16%;
    }

    .menu2-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        /* ←2列固定 */
        gap: 18px 14px;
        /* ←詰める（ここ大事） */
    }

    .menu2-item {
        min-height: 320px;
    }

    .menu2-subtitle {
        font-size: 1.5rem;
        /* ←スマホ用に小さく */
        margin: 3px 0 20px;
    }

    .menu2-price .yen {
        font-size: 1rem;
        margin-right: 10px;
    }

    .menu2-price .kcal {
        font-size: 0.8rem;
    }

    .menu2-text {
        font-size: 1rem;
        line-height: 1.4;
        padding: 0 7px;
    }

    .menu2-image {
        width: 100%;
        max-width: 150px;
        min-width: 100px;
        height: auto;
    }

    .menu2-icons {
        gap: 3px;
        padding: 0 7px;
    }

    .menu2-icons img {
        width: 20px;
        height: auto;
    }

    .line {
        margin-top: 200px;
    }

    .walk-rabbit {
        right: 10px;
        bottom: -10px;
    }

    .walk-rabbit img {
        width: 150px;
        height: auto;
    }

}

@media(max-width: 550px) {
    .menu1-stage {
        margin: 0 auto;
        transform: none;
    }

    .menu1-container1,
    .menu1-container2 {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .menu1-container2 {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .menu1-inner1,
    .menu1-inner2 {
        max-width: 300px;
        border-radius: 40px;
        padding: 5px;
    }

    .right-rabbit {
        transform: translate(0, 0);
        width: 65px;
    }

    .left-frog {
        transform: translate(0, 0);
        width: 60px;
    }


    .menu1-item1,
    .menu1-item2 {
        text-align: center;
        margin-left: 0;
        margin: 0;
    }

    .menu1-subtitle,
    .menu2-subtitle {
        font-size: 1rem;
        margin-bottom: 5px;
    }

    .menu3-subtitle {
        font-size: 1.5rem;
    }

    .menu1-title {
        font-size: 2rem;
        margin-bottom: 25px;
        padding-top: 105px;
    }

    .menu1-onigiri1,
    .menu1-onigiri2 {
        margin: 0;
        width: 30%;
        max-width: 100%;
        flex: none;
    }

    span,
    .menu1-price {
        font-size: 0.75rem;
    }

    .menu1-kcal {
        font-size: 0.65rem;
    }

    .menu1-category {
        gap: 15px;
        margin-bottom: 5px;
    }

    .menu1-text,
    .menu2-text {
        font-size: 0.7rem;
        margin: 0;
        text-align: left;
        line-height: 1.6;
    }

    .menu1-text1 {
        padding: 0 10px
    }

    .menu1-text2 {
        padding: 0 30px;
    }

    .daizu {
        width: 15px;
        height: auto;
    }

    .daizu2 {
        margin-left: 30px;
    }

    .menu3-text1,
    .pdf-link,
    .menu3-pdf {
        font-size: 0.8rem;
    }

    .menu3-allergy {
        flex-direction: column;
    }

    .allergy-img {
        width: 75%;
        height: auto;
    }

    .menu2-subtitle {
        font-size: 1rem;
    }

    .menu2-price .yen {
        font-size: 0.75rem;

    }

    .menu2-price .kcal {
        font-size: 0.65rem;
    }

    .menu2-text {
        font-size: 0.75rem;
        line-height: 1.3;
    }

    .menu2-image {
        width: 100%;
        max-width: 100px;
        min-width: 100px;
        height: auto;
    }

    .menu2-icons img {
        width: 15px;
        height: auto;
    }

    .menu2 {
        margin-top: 0;
    }

    .menu3 {
        margin-top: 30px;
    }

    .menu3-container {
        border: none;
    }

    .line {
        margin-top: 100px;
    }
}

/* ヘッダーとフッター */

/*　デスクトップ版　--------------------------*/
@media (min-width: 1149px) {
    .hamburger {
        display: none;
    }

    #header-menu {
        display: none;
    }
}


/*スマホ版*/
@media(max-width:1148px) {
    #h-nav {
        display: none;
    }

    .header-inner {
        display: flex;
        justify-content: flex-start;
    }

    /*◆◆◆◆◆◆◆◆◆◆　ハンバーガーメニュー　ここから　◆◆◆◆◆◆◆◆◆◆*/
    .hamburger {
        position: absolute;
        top: 23px;
        right: 40px;
        cursor: pointer;
        width: 32px;
        height: 24px;
        z-index: 0;
    }

    .h-img {
        width: 70px;
        height: auto;
    }

    .hamburger span {
        /*3本の線を作る*/
        transition: all .3s;
        position: absolute;
        height: 3px;
        background-color: #fffaed;
        width: 100%;
        z-index: 0;
    }

    .hamburger:hover span {
        background-color: #f5c51d;
    }

    .hamburger span:nth-of-type(1) {
        /*上の線の位置*/
        top: 4px;
    }

    .hamburger span:nth-of-type(2) {
        /*真ん中の線の位置*/
        top: 14px;
    }

    .hamburger span:nth-of-type(3) {
        /*下の線の位置*/
        top: 24px;
    }

    .hamburger.open span:nth-of-type(1) {
        /*openのとき、上の線を右斜めにする*/
        top: 10px;
        transform: translateY(6px) rotate(-33deg);
    }

    .hamburger.open span:nth-of-type(2) {
        /*真ん中の線を消す*/
        opacity: 0;
    }

    .hamburger.open span:nth-of-type(3) {
        /*下の線を左斜めにする*/
        top: 22px;
        transform: translateY(-6px) rotate(33deg);
    }

    /*スマホ版ドロワーメニュー*/
    #header-menu {
        height: calc(100vh - 60px);
        width: 50vw;
        position: fixed;
        top: 80px;
        right: -80vw;
        background: #fff4f0;
        transition: all 0.5s;
        font-size: 1rem;
        padding-top: 5rem;
        z-index: 0;
    }

    #header-menu ul {
        margin-top: rem;
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    #header-menu li {
        margin-bottom: 10px;
    }

    #header-menu ul a:hover {
        color: #f5c51d;
    }

    .onigiri a {
        display: block;
        width: 70px;
        height: 67px;
        background-image: url("../imges/top/h_onigiri.svg");
        margin-bottom: 10px;
    }

    .onigiri a:hover {
        background-image: url("../imges/top/h_onigiri_2.svg");
    }


    /*ドロワーメニューが開いた時*/
    #header-menu.open {
        right: 0;
    }

    /*◆◆◆◆◆◆◆◆◆◆　ハンバーガーメニュー　ここまで　◆◆◆◆◆◆◆◆◆◆*/
}