section.menu {
    background: #D6F2FC;
    padding-top: clamp(14px, 1.97vw, 27px);
    padding-bottom: clamp(40px, 5.85vw, 80px);
}

.menu-Box {
    width: min(1166px, calc(100% - clamp(60px, 14.65vw, 200px)));
    margin: auto;
    background: #FBFBFB;
    border-radius: 10px;
}

.breadcrumbBox {
    width: min(1166px, calc(100% - clamp(60px, 14.65vw, 200px)));
    margin: auto;
}

.menu-container {
    width: clamp(420px, 68vw, 805px);
    margin: auto;
    padding: clamp(20px, 2.93vw, 40px) 0;
}

.menu-title {
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
    font-size: clamp(22px, 2.93vw, 40px);
    font-weight: bold;
    margin-bottom: clamp(16px, 2.19vw, 30px);
    color: #504947;
}

.menu-catbox {
    background: #FF6200;
    padding: clamp(10px, 1.46vw, 20px) clamp(20px, 3.51vw, 48px);
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(8px, 1.1vw, 15px) clamp(15px, 2.19vw, 30px);
    margin-bottom: clamp(25px, 3.66vw, 50px);
    list-style: none;
}

.menu-catbox li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #FFFFFF;
    padding: clamp(8px, 1.1vw, 15px) clamp(10px, 1.46vw, 20px);
    border-radius: 5px;
    font-size: clamp(10px, 1.02vw, 14px);
    color: #504947;
    text-decoration: none;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
}

.menu-catbox a:after {
    content: "›";
    margin-left: clamp(4px, 0.59vw, 8px);
    font-size: clamp(14px, 1.46vw, 20px);
    line-height: 0;
    position: relative;
    top: -1px;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(24px, 3.66vw, 50px);
}

.menu-card {
    position: relative;
    transition: .2s;
}

.menu-card a {
    display: block;
    color: inherit;
    text-decoration: none;
}


.menu-card:hover {
    transform: translateY(-4px);
}

.menu-card:hover .menu-image img {
    transform: scale(1.05);
}


.menu-image {
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    width: 100%;
    aspect-ratio: 230 / 220;
}

.menu-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.menu-body {
    background: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

.pagination {
    margin-top: clamp(25px, 3.66vw, 50px);
    display: flex;
    justify-content: center;
}

.pagination .nav-links {
    display: flex;
    gap: clamp(5px, 0.73vw, 10px);
    align-items: center;
}

.pagination .page-numbers:not(.prev):not(.next) {
    width: clamp(22px, 3.22vw, 44px);
    height: clamp(22px, 3.22vw, 44px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
}

.pagination a.page-numbers:not(.prev):not(.next) {
    border: 2px solid #28529E;
    color: #28529E;
    background: #fff;
}

.pagination a.page-numbers:not(.prev):not(.next):hover {
    background: #28529E;
    color: #fff;
}

.pagination .page-numbers.current {
    background: #28529E;
    color: #fff;
    border: 2px solid #28529E;
}

.pagination .next,
.pagination .prev {
    border: none;
    background: none;
    font-size: clamp(16px, 1.9vw, 26px);
    color: #28529E;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    transform: translateY(-4px);
}

.menu-desc {
    background: #FFF6DF;
    font-size: 14px;
    padding: 10px 30px;
    color: #333333;
    line-height: 18px;
}

.menu-desc span {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.menu-price {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #FF4810;
    font-weight: bold;
}

.price-label {
    font-size: clamp(14px, 1.46vw, 20px);
    transform: translateY(clamp(-20px, -1.46vw, -10px));
    font-weight: bold;
    margin-right: clamp(4px, 0.59vw, 8px);
}

.price-main {
    font-size: clamp(28px, 3.51vw, 48px);
    font-weight: bold;
}

.price-unit {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: clamp(3px, 0.44vw, 6px);
}

.price-unit .tax {
    font-size: 10px;
    font-weight: bold;
}

.price-unit .yen {
    font-size: 16px;
    font-weight: bold;
}

.menu-badge {
    position: absolute;
    top: clamp(-45px, -3.29vw, -22px);
    right: clamp(-40px, -2.93vw, -20px);
    width: clamp(66px, 8.27vw, 113px);
    height: clamp(64px, 7.98vw, 109px);
    z-index: 10;
}

.menu-badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.badge-text {
    font-family: "Roboto", sans-serif;
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-weight: bold;
    color: #FF4810;
}

.badge-text span.nam {
    font-weight: 600;
    font-size: clamp(18px, 2.34vw, 32px);
    line-height: 1;
    letter-spacing: -0.04em;
}

.badge-text small {
    font-weight: bold;
    font-size: clamp(10px, 1.17vw, 16px);
    line-height: 1;
    letter-spacing: -0.04em;
}

.badge-text span.off {
    font-weight: 500;
    font-size: clamp(16px, 2.05vw, 28px);
    line-height: 1;
    letter-spacing: 0;
}

.menu-list-inner {
    margin-bottom: clamp(40px, 5.85vw, 80px);
}

.menu-list-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 2.56vw, 35px);
    margin-bottom: clamp(10px, 1.46vw, 20px);
}

.menu-list-text p {
    font-size: clamp(13px, 1.76vw, 24px);
    font-weight: bold;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
}

.menu-list-text {
    max-width: clamp(200px, 23.06vw, 315px);
    flex: 1;
}

.menu-list-left img {
    width: clamp(90px, 10.47vw, 143px);
}

.menu-list-right img {
    width: clamp(110px, 13.03vw, 178px);
}

.menu-list-bottom {
    background: #13CA4D;
    border-radius: 10px;
    padding: clamp(18px, 2.56vw, 35px) clamp(40px, 5.56vw, 76px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-list-title {
    font-family: "Zen Maru Gothic", sans-serif;
    color: #fff;
    font-size: clamp(20px, 2.34vw, 32px);
    font-weight: bold;
}

.menu-list-badges {
    display: flex;
    gap: clamp(15px, 2.19vw, 30px);
}

.menu-list-badges span {
    background: #fff;
    padding: clamp(9px, 1.24vw, 17px) clamp(15px, 2.19vw, 30px);
    border-radius: 10px;
    font-size: clamp(12px, 1.32vw, 18px);
    font-weight: bold;
    white-space: nowrap;
    color: #504947;
}

@media (max-width:768px) {
    .menu-Box {
        width: calc(100% - 20px);
        border-radius: 8px;
    }

    .breadcrumbBox {
        width: calc(100% - 20px);
    }

    .menu-container {
        width: 100%;
        padding: 20px 15px 30px;
    }

    .menu-title {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .menu-catbox {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 14px;
        margin-bottom: 65px;
    }

    .menu-catbox li a {
        font-size: 14px;
        padding: 10px 12px;
    }

    .menu-catbox a:after {
        font-size: 16px;
    }

    .menu-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 55px 35px;
    }

    .pagination {
        margin-top: 30px;
    }

    .pagination .page-numbers:not(.prev):not(.next) {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }

    .pagination .prev,
    .pagination .next {
        font-size: 22px;
        transform: translateY(-2px);
    }

    .menu-card:hover {
        transform: none;
    }

    .menu-card:hover .menu-image img {
        transform: none;
    }

    .menu-badge {
        position: absolute;
        top: -45px;
        right: -10px;
        width: 113px;
        height: 109px;
    }

    .badge-text span.nam {
        font-size: 32px;
    }

    .badge-text small {
        font-size: 16px;
    }

    .badge-text span.off {
        font-size: 28px;
    }

    .price-label {
        font-size: 20px;
        transform: translateY(-20px);
        margin-right: 8px;
    }

    .price-main {
        font-size: 48px;
    }

    .price-unit {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        margin-bottom: 6px;
    }

    .price-unit .tax {
        font-size: 10px;
        font-weight: bold;
    }

    .price-unit .yen {
        font-size: 16px;
        font-weight: bold;
    }

    .menu-list {
        margin-top: -30px;
    }

    .menu-list-top {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .menu-list-left img {
        width: 90px;
    }

    .menu-list-right img {
        width: 110px;
    }

    .menu-list-text {
        order: -1;
        flex: none;
        width: 100%;
        text-align: center;
        max-width: 100%;
    }

    .menu-list-text p {
        font-size: 16px;
    }

    .menu-list-bottom {
        gap: 15px;
        text-align: center;
    }

    .menu-list-title {
        font-size: 22px;
    }

    .menu-list-badges {
        justify-content: center;
        flex-wrap: wrap;
    }

    .menu-list-badges span {
        font-size: 13px;
        padding: 8px 14px;
    }
}

@media (max-width:550px) {
    .menu-grid {
        grid-template-columns: 1fr;
    }

    .menu-list-bottom {
        flex-direction: column;
    }
}