@charset "utf-8";

/* 地域別メインカラーの設定 */
.hokkaido {
    --area-color: #406CB1;
}

.tohoku {
    --area-color: #FFB601;
}

.kanto {
    --area-color: #E76D9E;
}

.chubu {
    --area-color: #8FCD0F;
}

.kinki {
    --area-color: #01B7E5;
}

.chugoku {
    --area-color: #EB6666;
}

.kyushu {
    --area-color: #A978F4;
}

.over-sea {
    --area-color: #4BA17A;
}

.venue_archive {
    padding-top: 60px;
}

.venue_archive .inner>section {
    max-width: 720px;
    width: 100%;
    margin: 30px auto;
    background-color: var(--area-color, #fff);
    border-radius: 20px;
}

.venue-mv__image {
    border-radius: 20px 20px 0 0;
}

.venue-mv__title {
    text-align: center;
    color: #fff;
}

.venue-mv {
    padding-bottom: 20px;

}

.venue-events, .venue-gallery-section {
    padding: 20px;
}

.venue-gallery-section .c_gallery-grid {
    grid-template-columns: 1fr;
}

.section_title {
    font-size: 2.2rem;
    padding-bottom: 16px;
    margin-bottom: 30px;
    font-weight: 700;
    border-bottom: 3px solid #aaa;
    position: relative;
}

.venue-events--upcoming .section_title {
    color: #fff;
    border-bottom: 3px solid #fff;
}

.section_title::before {
    content: "";
    width: 223px;
    height: 3px;
    display: block;
    background-color: #F0007F;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.venue-event-card {
    background-color: var(--area-color);
}

.venue-events--past .venue-event-card {
    background-color: #f1f1f1;
}

.venue_archive .event-section__item {
    display: block;
}

.venue_archive .event-day_list__item a span {
    font-size: 4rem;
}

.venue_archive .event-day_list__item a span {
    font-size: 2rem;
}

.venue-events__list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0 48px;
}

.venue_archive .event-day_list__item {
    width: 100%;
}

.venue_archive .event-day_list__item a {
    padding: 14px 25px;
}

.venue_archive .c_gallery-grid {
    margin-bottom: 30px;
}

.venue-gallery-section__more-link {
    text-align: center;
    display: block !important;
    width: 95%;
    padding: 20px 0;
    background-color: var(--area-color);
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin: 20px auto;
    border-radius: 7px;
}

.btn-back {
    text-align: center;
    display: block !important;
    width: 50%;
    padding: 20px 0;
    background-color: #555;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin: 20px auto;
    border-radius: 7px;
}

.venue-events__empty {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    letter-spacing: .05em;
}

@media screen and (max-width: 768px) {
    .venue_archive {
        padding-top: 75px;
    }

    .venue_archive .inner {
        padding: 0 7px;
    }

    .venue-mv__title {
        font-size: 1.8rem;
    }

    .venue-events__list {
        padding: 0 6px;
    }

    .venue-events {
        padding: 10px 7px;
    }

    .venue-gallery-section {
        padding: 0;
        background-color: unset !important;
    }

    .venue-gallery-section .venue-gallery-section__header {
        padding: 10px 7px;
    }

    .venue_archive .event-day_list__item a {
        padding: 10px;
    }

    .venue_archive .c_gallery-item__venue {
        font-size: 1.4rem;
    }

    .btn-back {
        width: 90%;
        margin-bottom: 60px;
    }

    .venue-gallery-section__more-link {
        font-size: 1.6rem;
    }
}