﻿/* =========================================
   イベント告知
========================================= */
.event-info {
    padding: 80px 10%;
    text-align: center;
    background: #fff;
}

.event-info h1 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: var(--primary-color);
    line-height: 1.4;
}

.event-place {
    font-size: 1rem;
    margin-bottom: 30px;
    color: #444;
}

.event-images {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.event-images img {
    width: 45%;
    max-width: 350px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
