@charset "UTF-8";

/* =============
header
============== */
.header {
    margin-top: 0;
}

/* =============
menu
============== */
.section--menu {
    padding: 64px 4.3%;
}

.menu {
    text-align: center;
}

.menu__title {
    border-radius: 80px;
    border: 1px solid #383431;
    background-color: #FFF;
    padding: 20px 16px;
    margin: 96px auto 0;
    width: 165px;
    font-size: 2.2rem;
}

.menu__hand .menu__title {
    margin-top: 32px;
}

.hand__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hand__photo {
    width: 100%;
    max-width: 343px;
    height: 300px;
    object-fit: cover;
    margin-top: 40px;
}

.hand__item:first-of-type .hand__photo {
    margin-top: 24px;
}

.hand__txt {
    display: inline-block;
    border-radius: 40px;
    background-color: #D18063;
    padding: 8px 16px;
    color: #FFF;
    text-align: center;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.3;
    margin: 8px auto 0;
}

.hand__price {
    color: #383431;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 500;
    margin-top: 8px;
}

.hand__subtxt {
    padding: 0 16px;
    text-align: left;
    margin-top: 8px;
    max-width: 343px;
}

.foot__photo {
    width: 100%;
    max-width: 343px;
    height: 300px;
    object-fit: cover;
    margin-top: 24px;
}

.foot__txt {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    max-width: 343px;
}

.foot__item:first-of-type .foot__txt {
    margin-top: 24px;
}

.foot__item {
    border-bottom: 0.8px solid #8C8783;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.foot__item:first-of-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: none;
}

.foot__subtxt {
    max-width: 343px;
    text-align: left;
}

.foot__price {
    text-align: right;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
}

.other__txt {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
}

.other__price {
    text-align: right;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
}

.other__subtxt {
    text-align: left;
}

.other__item {
    border-bottom: 0.8px solid #8C8783;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.other__item:first-of-type {
    margin-top: 24px;
}

.other__attention {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.3;
}

/* menu pc */
@media screen and (min-width: 769px) {
    .section--menu {
        padding: 96px 9.7%;
    }
    
    .menu__hand {
        display: block;
    }

    .menu__title {
        width: 250px;
        color: #383431;
        text-align: center;
        font-family: Montserrat;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        padding: 24px 16px;
    }

    .hand__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 32px 64px;
        max-width: 860px;
        margin: 0 auto;
    }

    .hand__item {
        width: 370px;
        margin: 0;
    }

    .hand__photo {
        margin-top: 32px;
    }

    .hand__item:first-of-type .hand__photo {
        margin-top: 32px;
    }

    .foot__photo {
        max-width: 370px;
        margin: 32px auto 0;
        display: block;
    }

    .foot__item:first-of-type .foot__txt {
        margin-top: 32px;
    }

    .foot__item {
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: space-between;
    }

    .foot__detail {
        display: block;
    }

    .other__item:first-of-type {
        margin-top: 32px;
    }

    .other__item {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .other__detail {
        display: block;
    }

    .other__attention {
        font-size: 2rem;
        margin-top: 32px;
    }


}