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(40px, 7.54vw, 103px);
    color: #504947;
}

.menu-container {
    position: relative;
}

.menu-title__img {
    position: absolute;
    top: 0%;
    left: 80%;
    transform: translateX(-50%);
    margin-top: clamp(10px, 1.46vw, 20px);
    width: clamp(100px, 14.65vw, 200px);
}

@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-title__img {
        left: 85%;
    }
}

.contact-form-wrap {
    width: min(730px, calc(100% - 40px));
    margin: auto;
}

.contact-form,
.form-confirm {
    width: 100%;
}

.form-confirm {
    display: none;
}

.contact-form p,
.form-confirm p {
    margin: 0;
}

.form-group {
    margin-bottom: clamp(17px, 3.29vw, 45px);
    position: relative;
}

.form-head {
    display: flex;
    align-items: center;
    gap: clamp(7px, 1.46vw, 20px);
    margin-bottom: clamp(7px, 1.46vw, 20px);
}

.label {
    font-family: "Zen Maru Gothic", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: clamp(5px, 1.03vw, 14px);
    line-height: 1;
    padding: clamp(4px, 0.73vw, 10px) clamp(9px, 1.83vw, 25px);
    border-radius: 5px;
    color: #fff;
}

.label.required {
    background: #FF4810;
}

.label.optional {
    background: #28529E;
}

.form-title {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: clamp(18px, 1.46vw, 20px);
    font-weight: bold;
    color: #504947;
    line-height: 2;
}

.checkbox-group .wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    gap: clamp(7px, 1.46vw, 20px) clamp(15px, 2.93vw, 40px);
    justify-content: space-between;
}

.checkbox-group .wpcf7-list-item {
    margin: 0;
}

.checkbox-group label {
    display: flex;
    align-items: center;
    gap: clamp(4px, 0.73vw, 10px);
    font-size: clamp(14px, 1.03vw, 16px);
    line-height: normal;
    font-weight: bold;
    color: #504947;
}

.checkbox-group label span {
    white-space: nowrap;
}

.checkbox-group input[type="checkbox"] {
    margin: 0;
    flex-shrink: 0;
    width: clamp(7px, 1.46vw, 20px);
    height: clamp(7px, 1.46vw, 20px);
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 0 clamp(9px, 1.83vw, 25px);
    border: 1px solid #838383;
    border-radius: clamp(2px, 0.37vw, 5px);
    font-size: clamp(9px, 1.76vw, 24px);
    box-sizing: border-box;
    line-height: 2;
    font-family: "Zen Maru Gothic", sans-serif;
}

.contact-form textarea {
    height: clamp(90px, 17.93vw, 245px);
    resize: none;
    padding-top: clamp(7px, 0.73vw, 10px);
    padding-bottom: clamp(7px, 0.73vw, 10px);
}

[name="your-zip"] {
    max-width: clamp(110px, 21.96vw, 300px);
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #FF6200;
    outline: none;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form-control {
    width: 100%;
    box-sizing: border-box;
}

.wpcf7-not-valid-tip {
    margin-top: clamp(6px, 0.59vw, 8px);
    font-size: 14px;
}

.wpcf7-response-output {
    margin: clamp(15px, 1.46vw, 20px) 0 0;
    font-size: 14px;
}

.form-agree {
    text-align: center;
    font-size: clamp(4px, 0.88vw, 12px);
    margin: clamp(7px, 1.46vw, 20px) 0;
}

.form-agree a {
    color: #FF4810;
    text-decoration: underline;
    font-weight: 500;
}

.form-agree .wpcf7-list-item label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(3px, 0.59vw, 8px);
}

.form-agree .wpcf7-acceptance {
    display: flex;
    justify-content: center;
}

.form-agree .wpcf7-list-item {
    margin: 0;
}

.form-agree label {
    display: flex;
    align-items: center;
    gap: clamp(4px, 0.73vw, 10px);
    font-size: clamp(14px, 1.03vw, 16px);
    line-height: normal;
    font-weight: bold;
    color: #504947;
}

.form-agree label span {
    white-space: nowrap;
}

.form-agree input[type="checkbox"] {
    margin: 0;
    flex-shrink: 0;
    width: clamp(7px, 1.46vw, 20px);
    height: clamp(7px, 1.46vw, 20px);
}

.form-submit,
.confirm-buttons {
    text-align: center;
    width: clamp(110px, 21.96vw, 300px);
    margin: clamp(15px, 2.93vw, 40px) auto;
}

.form-submit button,
.confirm-buttons button,
.form-submit input {
    width: 100%;
    background: #ff6200;
    color: #fff;
    border: none;
    padding: clamp(10px, 1.17vw, 16px) 0;
    font-size: clamp(9px, 1.76vw, 24px);
    border-radius: clamp(15px, 2.93vw, 40px);
    font-weight: bold;
    line-height: normal;
    cursor: pointer;
    transition: 0.2s;
    font-family: "Zen Maru Gothic", sans-serif;
}

.form-submit button:hover,
.confirm-buttons button:hover,
.form-submit input:hover {
    opacity: 0.8;
}

.form-submit button:active,
.confirm-buttons button:active,
.form-submit input:active {
    transform: translateY(2px);
}

.confirm-buttons {
    width: 100%;
    max-width: clamp(455px, 45.4vw, 620px);
    display: flex;
    justify-content: center;
    gap: clamp(15px, 1.46vw, 20px);
}

.confirm-back {
    background: #504947 !important;
}

.confirm-send {
    background: #ff6200 !important;
}

.cf7-hidden-submit {
    display: none;
}

.form-notes p {
    font-size: 14px;
    color: #000000;
    line-height: 1.7;
}

.form-notes ul {
    padding-left: clamp(6px, 1.17vw, 16px);
}

.form-notes li {
    margin-bottom: clamp(2px, 0.44vw, 6px);
    list-style: disc;
}

.form-confirm {
    padding: clamp(29px, 2.93vw, 40px) 0;
}

.confirm-title {
    margin: 0 0 clamp(22px, 2.2vw, 30px);
    font-size: clamp(20px, 2.05vw, 28px);
    font-weight: bold;
    color: #504947;
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
}

.confirm-value {
    width: 100%;
    padding: 0 clamp(9px, 1.83vw, 25px);
    border: 1px solid #838383;
    border-radius: 5px;
    font-size: clamp(9px, 1.76vw, 24px);
    line-height: 2;
    color: #504947;
    font-family: "Zen Maru Gothic", sans-serif;
    white-space: pre-wrap;
}

.confirm-buttons {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: clamp(455px, 45.4vw, 620px);
    margin: clamp(29px, 2.93vw, 40px) auto;
}

.confirm-buttons p {
    display: flex;
    gap: clamp(12px, 1.17vw, 16px);
    width: 100%;
    margin: 0;
}

.confirm-buttons button {
    flex: 1;
}

.confirm-buttons br {
    display: none;
}

@media (max-width: 768px) {
    .contact-form {
        padding: 25px 0;
    }

    .form-group {
        margin-bottom: 25px;
    }

    .form-head {
        margin-bottom: 10px;
    }

    .form-title {
        font-size: 18px;
    }

    .label {
        font-size: 12px;
        padding: 6px 10px;
    }

    .checkbox-group .wpcf7-checkbox {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 15px;
    }

    .checkbox-group label {
        font-size: 16px;
    }

    .checkbox-group input[type="checkbox"] {
        width: 15px;
        height: 15px;
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 16px;
        padding: 10px 12px;
    }

    .contact-form textarea {
        height: 160px;
    }

    .form-agree input[type="checkbox"] {
        width: 15px;
        height: 15px;
    }

    .form-agree label {
        font-size: 14px;
    }

    .form-submit {
        width: 100%;
        max-width: 280px;
        margin: 25px auto;
    }

    .form-submit button,
    .form-submit input {
        font-size: 18px;
        border-radius: 100px;
    }

    .form-notes {
        margin-top: 20px;
    }

    .form-notes li {
        font-size: 14px;
    }

    .confirm-item {
        grid-template-columns: 1fr;
    }

    .confirm-head,
    .confirm-body {
        padding: 14px 12px;
    }

    .confirm-buttons {
        flex-direction: column;
        gap: 12px;
        max-width: 280px;
        margin: 25px auto 0;
    }

    .confirm-buttons button {
        font-size: 16px;
        border-radius: 100px;
        margin: 30px 0 0;
    }

    .confirm-buttons p {
        display: block;
    }

    .confirm-value {
        font-size: 16px;
        padding: 10px 12px;
    }

    .form-date input,
    .form-date select {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 16px !important;
        padding: 10px 12px !important;
        border-radius: 0 !important;
    }

    .form-date .wpcf7-form-control-wrap+.wpcf7-form-control-wrap {
        margin-top: 10px;
    }
}

.form-date input,
.form-date select {
    width: clamp(240px, 36.6vw, 500px);
}

.form-date select {
    padding: 0 clamp(12px, 1.83vw, 25px);
    border: 1px solid #838383;
    border-radius: 5px;
    font-size: clamp(14px, 1.76vw, 24px);
    box-sizing: border-box;
    line-height: 2;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-top: clamp(10px, 1.46vw, 20px);
}

.form-note {
    font-size: clamp(14px, 1.46vw, 20px);
    color: #504947;
    margin-top: clamp(10px, 1.46vw, 20px) !important;
    line-height: 2;
    font-family: "Zen Maru Gothic", sans-serif;
}

.cf-turnstile {
    text-align: center;
}