.resv-privacy-label input[type="checkbox"] {
    width: auto;
}
.resv-wrap {
    border-top: 1px solid #eee;
    margin-top: 24px;
    padding-top: 16px;
}

.resv-wrap form>div {
    margin-bottom: 10px;
}

.resv-wrap input,
.resv-wrap select,
.resv-wrap textarea {
    width: 100%;
    border: none;
    background: #ededef;
    padding: 8px;
    box-sizing: border-box;
    font-size: 1em;
}

#resv-msg {
    font-weight: bold;
}

.resv-address-flex {
    display: flex;
    column-gap: 50px;
}

.resv-address-flex>* {
    flex: 1 1 0;
    width: 100%;
}

.resv-address {
    width: 100%;
    margin-top: 8px;
}

.resv-visitor-flex {
    display: flex;
    column-gap: 50px;
    align-items: center;
}

.resv-visitor-flex>* {
    flex: 1 1 0;
    width: 100%;
}

.resv-visitor-note {
    font-size: 12px;
    color: #7c8393;
    margin-top: 4px;
}

.resv-privacy {
    margin: 16px 0;
}

.resv-wrap .resv-privacy-label {
    display: inline;
    width: auto;
}

.resv-privacy-link {
    color: #041927;
    text-decoration: underline;
}

.submit-btn {
    background: #041927;
    color: #fff;
    padding: 12px 32px;
    border: none;
    border-radius: 4px;
    font-size: 1.1em;
}

.submit-btn:disabled {
    opacity: 0.5;
}

/* 旧クラス名との互換性 */
.resv-submit {
    background: #041927;
    color: #fff;
    padding: 12px 32px;
    border: none;
    border-radius: 4px;
    font-size: 1.1em;
}

.resv-submit:disabled {
    opacity: 0.5;
}

.resv-wrap label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 4px;
    font-weight: bold;
}

.resv-required {
    color: #e53935;
    font-size: 1em;
    margin-left: 4px;
    font-weight: bold;
}