@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Readex+Pro:wght@200&family=Roboto:wght@400;500;700;900&display=swap');

#snav {
    text-align: center;
    padding-bottom: 26px;
}

#li_snav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 5em;
}

#li_snav li {
    font-size: var(--fs18);
}

#li_snav li a {
    display: block;
    font-weight: 500;
    position: relative;
    padding-bottom: 0.4em;

}

#li_snav li a:after {
    content: '';
    width: 0.6em;
    height: 0.6em;
    border: 0px;
    border-top: solid 2px #EC6C00;
    border-right: solid 2px #EC6C00;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0) rotate(135deg);
    transition: 0.3s;
}

#li_snav li a:hover:after {
    transform: translate(-50%, -6px) rotate(135deg);
}

/*  */

#nav_student {
    background-color: #F6F2EC;
    height: 352px;
    display: flex;
}

#nav_student img {
    width: auto;
    height: 100%;
}

#nav_student .wrap {
    width: 624px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    & h4 {
        font-size: var(--fs20);
        font-weight: 500;
    }

    & ul {
        margin-top: 1em;
    }

    & li {
        font-size: var(--fs20);
        margin-bottom: 16px;
    }

    & li a {
        display: block;
        color: #fff;
        background: #EC6C00;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0.6em 4.4em;
        transition-duration: .4s;
    }

}

#sec_discount {
    text-align: center;
}

#sec_discount .inner {
    display: flex;
    justify-content: space-between;
    margin-top: 38px;
    text-align: left;
}

#sec_discount img {
    width: auto;
    height: 224px;
}

#sec_discount .inner p {
    margin-top: 0;
}

#sec_discount .wrap {
    margin-right: 2em;
}

#sec_discount p.btn:not(#photos p.btn) {
    margin-inline: auto;
    margin-top: 50px;
}

/*  */

#sec_kitchen {
    text-align: center;
}

#sec_kitchen div.inner figure {
    width: 158px;
    height: auto;
    /* margin-right: 60px; */
    display: block;
    margin-top: 4px;
}

#sec_kitchen div.inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
    text-align: left;
}

#sec_kitchen .wrap {
    width: 920px;
}

#sec_kitchen .wrap p {
    margin-top: 0;
}

#sec_kitchen p.btn:not(#photos p.btn) {
    margin-top: 50px;
}

#sec_kitchen small {
    display: block;
    color: #555555;
    margin-top: 1.4em;
    font-size: 0.875em;
}

#fig {
    width: 1000px;
    margin-top: 64px;
    margin-inline: auto;
}

#fig figcaption {
    text-align: right;
    font-size: var(--fs14);
    color: #555555;
    margin-top: 1em;
}

#li_fig {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

#li_fig li {
    width: 160px;
    height: 160px;
}

#li_fig li a {
    display: block;
}

#li_fig li.insta {
    background-color: #F2EFED;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#li_fig li.insta img {
    width: 66%;
}

/*  */

#sec_pack {
    margin-top: 126px;
}

#sec_pack figure {
    width: 90%;
    margin-inline: auto;
    margin-top: 60px;
}

#sec_pack figure+p {
    margin-top: 4em;
}

/*  */

/*  */

#table {
    margin-top: 80px;
    margin-bottom: 80px;
    text-align: center;

    & h4 {
        font-size: var(--fs20);
        font-weight: 500;
        /* display: inline-flex; */
        text-align: left;
        line-height: 1;
    }

    & h4::before {
        content: '●';
        display: inline-block;
        color: #F26F20;
        margin-right: 0.2em;
    }

    & h4+p {
        margin-top: 1em;
        font-size: var(--fs14);
        text-align: left;
    }

    & table {
        width: 100%;
        background-color: #f2efed;
        margin-top: 20px;
    }

    & table th,
    & table td {
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        text-align: center;
        /* font-size: var(--fs14); */
        font-size: var(--fs16);
        padding: 0.8em 0;
    }


    & tr.bg {
        background-color: #eae4e2;
    }

    & th.sum {
        /* font-size: var(--fs16); */
        font-size: var(--fs18);
    }

    & th.ouen.price {
        /* font-size: var(--fs18); */
        font-size: var(--fs20);
    }

    & th.ouen.price.sum {
        /* font-size: var(--fs24); */
        font-size: var(--fs26);
        line-height: 1;
    }

    & th.ouen.price small {
        /* font-size: var(--fs12); */
        font-size: var(--fs14);
        font-weight: normal;
        font-style: normal;
    }

    & table .ouen {
        border-right: none;
        background-color: #f0cb81;
    }

    & tr.bg .ouen {
        background-color: #e9c27b;
    }

    & td.bikou {
        /* font-size: var(--fs12); */
        font-size: var(--fs14);
    }

    & table th.ouen {
        /*background-color: #e9c27b;*/
    }

    & p.btn:not(#photos p.btn) {
        margin-top: 60px;
    }

}

/* sp */

@media screen and (max-width: 768px) {
    #snav {
        padding-bottom: 4vw;
    }

    #li_snav {
        gap: 0;
        padding: 0 2vw 0 8vw;
    }

    #li_snav li {
        width: calc(100% / 3);
        font-size: 3.125vw;
        /* 10px */
        line-height: 1.4;
    }

    #li_snav li a {
        padding-bottom: 0.8em;
    }

    /*  */

    #nav_student {
        width: 100%;
        height: auto;
        flex-direction: column;
    }

    #nav_student .wrap {
        width: 100%;
        padding-bottom: 4vw;

        & h4 {
            font-size: 4.375vw;
            /* 14px */
            margin-top: 1em;
        }

        & li {
            font-size: 3.75vw;
            /* 12px */
            margin-bottom: 1em;
        }

    }

    #sec_discount .inner {
        justify-content: center;
        margin-top: 6vw;
        flex-direction: column;
    }

    #sec_discount .wrap {
        margin-right: 0;
    }

    #sec_discount img {
        height: auto;
    }

    #sec_kitchen div.inner {
        margin-top: 4vw;
    }

    #sec_kitchen div.inner figure {
        margin-top: 0;
        width: 30vw;
        margin-inline: auto;
    }

    #sec_kitchen .wrap {
        width: 100%;
        margin-top: 4vw;
    }

    #fig {
        width: 100vw;
        margin-top: 8vw;
        margin-left: -6vw;
    }

    #fig figcaption {
        width: 88vw;
        margin-inline: auto;
        text-align: left;
        font-size: 3.75vw;
        /* 12px */
        line-height: 1.4;
    }

    #li_fig {
        width: 88vw;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        margin-top: 6vw;
        grid-column-gap: 6vw;
        grid-row-gap: 6vw;
        margin-inline: auto;
    }

    #li_fig li {
        width: 24vw;
        height: 24vw;
    }

    #sec_pack {
        margin-top: 12vw;
    }

    #sec_pack figure {
        width: 100%;
        margin-top: 4vw;
    }

    #sec_pack figure+p {
        margin-top: 6vw;
    }

    #table {
        margin-top: 6vw;
        margin-bottom: 0;

        & table {
            width: 100%;
            margin-top: 0;
        }

        & h4 {
            font-size: 4.375vw;
            /* 14px */
            line-height: 1.4;

        }

        & table th,
        & table td,
        & td.bikou {
            font-size: 3.75vw;
            /* 12px */
            padding: 0.8em 1em;
        }

        & th.sum {
            font-size: 3.75vw;
            /* 12px */
        }

        & th.ouen.price.sum {
            font-size: 5vw;
            /* 16px */
        }

        & th.ouen.price small {
            font-size: 3.125vw;
            /* 10px */
        }

        & p.btn:not(#photos p.btn) {
            margin-top: 8vw;
        }
    }

}


}






















/*  */
}









/*  */