/* メインビジュ */
.hero-view {
    height: 55vh;
}

.hero-title {
    font-size: 2.2rem;
}

.hero-date {
    font-size: 1.1rem;
    padding: 5px 10px;
}

.hero-place {
    font-size: 1rem;
}

.hero-title .highlight {
    font-size: 3rem;
}

/* 各セクション */
.section-block {
    padding-top: 25px;
}

/* 概要 */
.overview-container {
    grid-template-columns: 1fr;
    gap: 25px;
}

.lead-text {
    font-size: 0.9rem;
}

.info-table th, .info-table td {
    display: block;
    width: 100%;
    padding: 8px 5px;
}

.info-table th {
    border-bottom: none;
    padding-bottom: 0;
}

.grid-container {
    grid-template-columns: 1fr;
    gap: 20px;
}

.info-list-card {
    padding: 20px;
}

.info-grid {
    grid-template-columns: 1fr;
    gap: 25px;
}

/* スケジュール（左寄せでスペース確保） */
.timeline::after {
    left: 30px;
}

.timeline-item {
    flex-direction: column;
    padding-left: 60px;
}

.timeline-item::before {
    left: 30px;
    top: 22px
}

.time-box, .time-box-end {
    min-width: 70px;
    font-size: 0.85rem;
    margin-bottom: 10px;
}

.schedule-content {
    padding-left: 0;
}

.schedule-event-title {
    font-size: 1rem;
}

/* 会場マップ */
.image-placeholder {
    height: 100%;
    font-size: 0.8rem;    
}

.map-card {
    padding: 10px;
}

.attraction-guide-title {
    font-size: 1rem;
}

.attraction-guide-text {
    font-size: 0.85rem;
}