/* ベース */
.reservation-wrap {
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

/* 座席図リンク */
.seat-link {
    margin-bottom: 20px;
}

.seat-link a {
    color: #B20609;
    font-weight: bold;
    font-size: 13px;
    text-decoration: underline;
    display: inline-block;
    padding: 8px 12px;
    border: 2px solid #B20609;
    border-radius: 2px;
    transition: all 0.3s ease;
    background-color: #fff;
}

.seat-link a:hover {
    background-color: #B20609;
    color: #fff;
    text-decoration: none;
}

/* 相席注意書き */
.notice-sharing {
    font-size: 13px;
    color: #666;
    margin-bottom: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-left: 4px solid #ddd;
}

/* 抽選予約ボックス全体 */
.lottery-box {
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 2px;
    padding: 25px;
    margin: 20px 0;
}

.lottery-box h2 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #333;
}

/* 日程情報 */
.lottery-schedule {
    background-color: #f8f8f8;
    padding: 15px;
    border-radius: 2px;
    margin-bottom: 20px;
}

.lottery-schedule .period {
    margin-bottom: 10px;
    font-size: 14px;
}

.lottery-schedule .result {
    font-size: 13px;
}

.lottery-schedule .result strong {
    font-size: 14px;
}

.lottery-schedule .result span {
    font-size: 14px;
    color: #666;
}

/* 赤枠ボックス（注意事項・抽選受付） */
.alert-box {
    background-color: #fff5f5;
    border: 2px solid #ff9999;
    border-radius: 2px;
    padding: 20px;
    margin: 20px 0;
}

.alert-box .alert-title {
    font-size: 16px;
    font-weight: bold;
    color: #CC0000;
    margin-bottom: 15px;
}

.alert-box .alert-body {
    color: #CC0000;
    font-size: 13px;
    line-height: 1.7;
}

.alert-box .alert-body div {
    margin-bottom: 10px;
}

/* ご来場・本人確認 */
.visit-section {
    font-size: 13px;
    color: #555;
    line-height: 1.8;
    margin-top: 25px;
}

.visit-section .visit-title {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
}

.visit-section .visit-item {
    margin-bottom: 12px;
    padding: 8px;
    background-color: #f9f9f9;
    border-left: 3px solid #ccc;
}

.visit-section .visit-item:last-child {
    margin-bottom: 0;
}
