@charset "UTF-8";

/*==========================
menu
==========================*/

.topic--menu {
    text-align: center;
    padding: 100px 0 50px;
}

.MenuIMG__container {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.menu__img {
    object-fit: cover;
}

.menu__topic {
    padding: 0 8vw 30px;
    background-color: var(--primary-green);
    color: var(--primary-white);
}

.menu__tiite {
    font-family: "Lexend Exa";
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 80px;
    letter-spacing: 0.28em;
}

.menu__content {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.14em;
}

.price__container {
    margin: 20px 0 100px;
    padding: 0 6.66vw;
}

.price__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.price__content:first-of-type {
    margin-top: 0;
}

.price,
.manu__name {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.14em;
}

.attention {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.14em;
}

/* menu PC */
@media screen and (min-width:769px) {

    .topic--menu {
        padding: 150px 0 100px;
        font-size: 3.8rem;
    }

    .menu {
        width: 82vw;
        margin: 0 auto;
        margin-top: 300px;
    }

    .txts {
        display: flex;
    }

    .menu__topic {
        width: 45vw;
        padding: 0 2.08vw 30px;
    }

    .price__container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 37vw;
        padding: 0 1.39vw;
        margin: 0;
        border-right: solid 1px var(--primary-black);
        border-bottom: solid 1px var(--primary-black);
    }

    .MenuIMG__container {
        height: 22.22vw;
    }

    .menu__img {
        object-fit: cover;
        width: 100%;
    }

    .price__content {
        margin-top: 10px;
    }

    .menu:first-of-type {
        margin-top: 0;
    }

    .attentions {
        margin-top: 200px;
    }

    .menu__img--parm {
        object-position: 0% 10%;
    }


}