@charset "utf-8";
.entry-footer {
    display: none;
}

.img {
    width: 100%;
    height: auto;
}

.sp {
    display: none !important;
}

.pc {
    display: block !important;
}

.select-cat {
    background: #e7e4dc;
}

.ccsnewslistbx {
    display: flex;
    flex-wrap: wrap;
}

.ccsnwlstthm {}

.ccsnwlstti {
    overflow: hidden;
}

.ccsnwlst dd {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
}

.ccsnwlst dt {
    margin-right: 10px;
    margin-bottom: 10px;
}

.ccsnwlst dl {}

.venue-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -100px;
}

.venue-list::after {
    display: block;
    width: 30.6%;
    content: "";
    height: 0;
    font-size: 0;
}

.venue-list__item {
    width: 30.6%;
    margin-bottom: 100px;
}



.venue-list__item a {
    display: flex;
    flex-direction: column;
    height: 100%;
}


.venue-list__item a img {
    transition: opacity 0.5s;
}

.venue-list__item a:hover img {
    
    opacity: 0.7;
}

.venue-list__item a:hover .venue-list__title {
    background-color: #fff;
}



.venue-list__thum {
    font-size: 0;
    margin-bottom: 24px;
    border-radius: 25px;
    overflow: hidden;
}

.venue-list__thum img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 348/250;
}

.venue-list__title {
    text-align: left;
    font-size: 22px;
    letter-spacing: 0.1em;
    font-family: "FP-ヒラギノ明朝 ProN W3";
    line-height: 1.5;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 18px;
    font-feature-settings: "palt";
    transition: background-color 0.3s;
}

.venue-list__name-en {
    display: none;
}

.venue-list__info {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding-top: 14px;
    padding-bottom: 14px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    margin-top: auto;
}

.venue-list__name {
    font-size: 18px;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
}

.venue-list__tag {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
}

a.venue-list__tag-item {
    color: #808080;
    font-size: 16px;
    letter-spacing: 0.1em;
    transition: color 0.3s;
}

a.venue-list__tag-item:hover {
    color: #00ff82;
}

.venue-list__name {
    text-align: left;
}


@media screen and (max-width: 768px) {
    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .venue-list::after {
        content: none;
    }


    .venue-list__item {
        width: 100%;
        margin-bottom: 70px;
    }

    .venue-list {
        margin-bottom: -70px;
    }

    .globalMenu ul li a {
        height: 9vh;
    }
}