/* Menu page */
.menu-main {
    padding-bottom: 10.625rem;
}

.menu-detail {
    /* padding: 0; */
    margin-left: 25rem;
    margin-right: 25rem;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.menu-content {
    display: flex;
    flex-direction: column;
    gap: 9.625rem;
}

.menu-header {
    padding-bottom: 1.125rem;
    border-bottom: 0.0625rem solid #dddddd;
    margin-bottom: 3.3125rem;
}

.menu-header .menu-header-title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    line-height: 2.25rem;
    margin-bottom: 0.8125rem;
}

.menu-header .menu-header-price {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.5rem;
}

.menu-body {
    display: flex;
    flex-direction: column;
    gap: 2.3125rem;
}

.menu-body .menu-body-title {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.5rem;
    margin-bottom: 0.4375rem;
}

.menu-body .menu-body-note {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    text-align: center;
    line-height: 1.5rem;
    font-weight: 400;
    color: #888888;
}

.menu-description {
    margin-top: 6.75rem;
}

.menu-description-content {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    text-align: start;
    line-height: 2rem;
    font-weight: 400;
    color: #888888;
}

/* Contact page */
.contact-title-banner {
    line-height: 1.2;
}

.contact-required {
    font-size: 1rem;
    color: red;
}

@media (max-width: 768px) {
    .contact_title {
        max-width: unset !important;
    }
}

/* Header */
.scrolled {
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: black;
}

.contact-confirm {
    /* font-size: 28px; */
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-confirm-text {
    font-size: 20px;
    line-height: 2;
    font-weight: 600;
}

.contact-confirm-route {
    font-size: 16px;
    margin-top: 30px;
    padding: 10px;
}

.contact-select-box {
    position: relative;
}

.contact-select-box::after {
    border-bottom: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid black;
    content: "";
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-select {
    padding-block: 0.625rem;
    width: 100%;
    background: #ffffff;
    color: black;
    font-family: inherit;
}

.contact-padding {
    padding-left: 10px;
    padding-right: 10px;
}

.contact_title {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .contact-confirm-text {
        font-size: 12px;
    }
    .contact-confirm-route {
        font-size: 12px;
    }
}

.c-card {
    width: 100%;
}

.c-card_img {
    height: 11.4375rem;
}

.c-card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .c-card {
        width: 100%;
    }
    .c-card_img {
        height: 6.9375rem;
    }
}

.mv_title {
    max-width: 34rem;
}

@media (max-width: 768px) {
    .white-space-en {
        letter-spacing: 0.1em;
        white-space: nowrap;
    }
}

@media (max-width: 768px) {
    .l-wrapper-sp {
        height: calc(100vh - 300px) !important;
    }
}
