/* section-event.php — .event-section（イベントセクション） */

/* --- イベントセクション --- */
.event-section {
    background: var(--img-event-bg) top center/ 100% auto no-repeat, linear-gradient(180deg, #359AFF 0%, #DBEDFF 100%);
    padding: 40px 16px;
    margin-bottom: 40px;
}
.event-section-title {
    text-align: center;
    margin: 0 0 8px;
    line-height: 1;
}
.event-section-title img {
    display: block;
    margin: auto;
}
.event-section-subtitle {
    font-size: 19px;
    line-height: 120%;
    margin: 0 0 32px;
    text-align: center;
    color: #fff;
}
.event-card {
    background-color: rgba(255,255,255,0.7);
    border: 2px solid #000;
    padding: 0 16px 30px;
    margin-bottom: 24px;
}
.event-card:last-child {
    margin-bottom: 0;
}
.event-card__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    margin: 0 auto 16px;
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 8px 16px;
    width: fit-content;
}
.event-card__description {
    font-size: 17px;
    font-weight: 700;
    line-height: 170%;
    text-align: center;
    margin: 0 0 24px;
}
