/* セクションタイトル共通CSS */
.resv-section-title {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 24px;
    margin-top: 32px;
}
@media (max-width: 600px) {
    .resv-section-title { 
        font-size: 1.1rem; 
    }
}

.resv-wave {
    display: block;
    margin: 0 auto 8px auto;
    width: 40px;
    height: 24px;
}