
@charset "UTF-8";
/* =======================
common
========================*/
html {
    font-size: 62.5%;
    font-family: "Zen Old Mincho";
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    color: #141414;
    font-family: "Hiragino Mincho ProN";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
}

.topbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 18px;
    border-radius: 50%;
    background-color: #968861;
    box-shadow: 2px 2px 4px 2px rgba(20, 20, 20, 0.2);
    color: #141414;
    font-family: "Times New Roman";
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    position: fixed;
    bottom: 5%;
    right: 5%;
}

.topbtn:hover {
    background-color: #AB9F80;
}

/* =======================
fadein
========================*/
.fadein {
    transform: translate(0, 50px);
    opacity: 0;
    transition: 0.8s;
}

.fadein.animated {
    transform: translate(0, 0);
    opacity: 1;
}

/* =======================
header
========================*/
.header {
    padding: 0 5.3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #141414;
    height: 80px;
}

.logo {
    width: 100px;
}

.nav {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100vh;
    padding: 20px 5.3%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav.active{
    transform: translateX(0);
}

.nav__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav__topic img {
    width: 100px;
}

.nav__list {
    padding: 40px 0;
}

.nav__item {
    color: #FFF;
    font-family: "Times New Roman";
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 52px;
}

.nav__item:hover {
    color: #968861;
}

.nav.is-open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    transform: translateX(0);
}

.header__btn{
    display: block;
    width: 32.5px;
    height: 18px;
    cursor: pointer;
}

/* header pc */
@media screen and (min-width:769px) {
    .header {
        padding: 40px 9.3% 40px 9.3%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 120px;
    }

    .nav {
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translate(0);
    }

    .nav__header {
        display: none;
    }

    .nav__list {
        display: flex;
        gap: 24px;
        margin-top: 0;
        padding: 0 0;
    }

    .nav__item {
        font-size: 1.6rem;
        margin-top: 0;
    }

    .header__btn {
        display: none;
    }
}

/* =======================
price list
========================*/

.section__title__w {
    color: #FFF;
    font-family: "Times New Roman";
    font-size: 6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.6;
}

.description__w {
    margin-top: 40px;
    color: #FFF;
    line-height: 2;
}

.price__list {
    background-color: #141414;
    padding: 80px 5.3%;
    text-align: center;
}

.price__list__title {
    margin-top: 40px;
}

.menu__list {
    margin-top: 80px;
    padding: 40px 6.4%;
    border: solid 3px #968861;
}

.menu__item {
    margin-bottom: 24px;
}

.menu__item__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu__item:last-of-type {
    margin-bottom: 0;
}

.menu__name {
    color: #FFF;
    font-family: "Times New Roman";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
}

.menu__item__jp {
    color: #FFF;
    font-family: "Hiragino Mincho ProN";
    line-height: 1;
}

.br__sp {
    display: block;
}

.menu__item__note {
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    margin-top: 5px;
}

.menu__item__price {
    color: #FFF;
    font-family: "Times New Roman";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.menu__separator {
    border: solid 1.5px #968861;
    margin-bottom: 24px;
}

.menu__list__normal {
    margin-top: 80px;
}

.menu__category {
    display: flex;
    align-items: baseline;
    margin-bottom: 24px;
}

.menu__category__title {
    color: #968861;
    font-family: "Times New Roman";
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-align: left;
}

.menu__category__title__jp {
    color: #FFF;
    font-family: "Hiragino Mincho ProN";
    font-size: 1.2rem;
    line-height: 1;
}

.price__attention {
    text-align: center;
    margin-top: 80px;
}

.attention {
    color: #FFF;
    font-family: "Hiragino Mincho ProN";
    line-height: 2;
    margin-top: 40px;
}

.attention__en {
    color: #FFF;
    font-family: "Times New Roman";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 300;
    line-height: 3.2rem;
    margin-top: 40px;
}

/* price list pc */
@media screen and (min-width:769px) {
    .section__title__w {
        font-size: 12rem;
        line-height: 1;
    }

    .price__list {
        padding: 160px 15.2%;
    }

    .menu__list {
        margin-top: 160px;
        padding: 80px 8%;
    }

    .menu__item {
        margin-bottom: 56px;
    }

    .br__sp {
        display: none;
    }

    .menu__item__jp {
        color: #FFF;
        font-family: "Hiragino Mincho ProN";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 600;
        line-height: 1;
    }

    .menu__name {
        font-size: 4rem;
        line-height: 1;
    }

    .menu__item__price {
        font-size: 4rem;
    }

    .menu__separator {
        border: solid 1.5px #968861;
        margin-bottom: 56px;
    }

    .menu__list__normal {
        margin-top: 180px;
    }

    .menu__category {
        margin-bottom: 56px;
    }

    .menu__category__title {
        font-size: 6.4rem;
    }

    .menu__category__title__jp {
        font-size: 2.4rem;
    }

    .price__attention {
        margin-top: 160px;
    }
}

/* =======================
footer
========================*/

.footer {
    background-color: #141414;
    padding: 80px 5.3%;
    text-align: center;
}

.footer__logo {
    width: 100px;
}

.copy {
    margin-top: 40px;
    color: #FFF;
    text-align: center;
    font-family: "Times New Roman";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* shop info pc */
@media screen and (min-width:769px) {
    .footer {
        padding: 80px 15.2%;
    }

    .footer__logo {
        width: 200px;
    }

    .copy {
        margin-top: 80px;
    }
}
