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;
}

.thanks-simple {
    text-align: center;
    padding: clamp(22px, 4.39vw, 60px) 0;
}

.thanks-simple__icon {
    width: clamp(25px, 5.12vw, 70px);
    height: clamp(25px, 5.12vw, 70px);
    margin: 0 auto clamp(11px, 2.19vw, 30px);
    background: #FF6B00;
    color: #fff;
    font-size: clamp(12px, 2.34vw, 32px);
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thanks-simple__title {
    font-size: clamp(11px, 2.19vw, 30px);
    font-weight: bold;
    margin-bottom: clamp(15px, 2.93vw, 40px);
    color: #504947;
    font-family: "Zen Maru Gothic", sans-serif;
}

.thanks-simple__text {
    font-size: clamp(7px, 1.32vw, 18px);
    line-height: 1.8;
    margin-bottom: clamp(11px, 2.19vw, 30px);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    color: #504947;
}

.thanks-simple__contact {
    margin: clamp(11px, 2.19vw, 30px) 0 clamp(4px, 0.73vw, 10px);
}

.thanks-simple__contact a {
    margin: auto;
}

.thanks-simple__btnWrap {
    margin-top: clamp(36px, 7.32vw, 100px);
}

.thanks-simple__btn {
    font-family: "Zen Maru Gothic", sans-serif;
    align-items: center;
    width: clamp(145px, 29.28vw, 400px);
    height: clamp(22px, 4.39vw, 60px);
    background: #28529E;
    color: #fff;
    border-radius: 40px;
    font-size: clamp(9px, 1.76vw, 24px);
    font-weight: 600;
    text-decoration: none;
    padding: clamp(5px, 1.03vw, 14px) clamp(12px, 2.34vw, 32px);
}

.thanks-simple__btn:hover {
    opacity: 0.8;
}

@media screen and (max-width: 1023px) {
    .thanks-simple__contact .header-tel {
        display: block;
    }
}

@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;
    }

    .thanks-simple__title {
        font-size: 20px;
    }

    .thanks-simple__text {
        font-size: 14px;
        line-height: 1.7;
    }

    .thanks-simple__icon {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }

    .thanks-simple__contact img {
        width: 100%;
        max-width: 370px;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .thanks-simple__contact .header-tel {
        width: 100%;
    }

    .thanks-simple__btn {
        display: flex;
        justify-content: center;
        align-items: center;

        width: 100%;
        max-width: 320px;
        height: 50px;

        margin: 0 auto;

        font-size: 16px;
        border-radius: 30px;
    }

    .thanks-simple__btnWrap {
        margin-top: 40px;
    }
}