/* 予約フォーム専用スタイル */

.section-header {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #ffe4e8;
}

.section-header h3 {
    color: #ff8fa3;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.bg-gradient {
    background: linear-gradient(135deg, #ff8fa3 0%, #ffb6c1 100%);
}

.form-page-header {
    background: linear-gradient(135deg, #ff8fa3 0%, #ff7a92 100%);
    color: #fff;
    border-bottom: none;
}

.form-page-header h1 {
    color: #fff;
    font-size: 1.75rem;
}

.privacy-notice {
    background: #fff;
    border-bottom: 1px solid #ffd6de;
    padding: 0.875rem 1.25rem;
    text-align: center;
}

.privacy-notice p {
    color: #5a4a4e;
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0;
}

.child-entry {
    background: #fffdfd;
    border: 1px solid #ffe4e8;
}

.price-box {
    background: #fff4f7;
    padding: 1rem;
    border-radius: 0.75rem;
    text-align: center;
    font-weight: bold;
    color: #ff6b8a;
    font-size: 1.25rem;
}

.plan-option,
.photographer-option,
.option-item {
    padding: 0.75rem;
    border: 1px solid #ffd6de;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    transition: background 0.2s;
}

.plan-option:hover,
.photographer-option:hover,
.option-item:hover {
    background: #fff4f7;
}

.plan-option input,
.photographer-option input,
.option-item input {
    margin-right: 0.5rem;
}
