@charset "UTF-8";
.forvisitors-spot-table th span {
    font-size: 12px;
    text-align: left;
}

.fa-external-link-alt:before {
    display: none;
}

.forvisitors-spot-table a::after {
    /* display: block; */
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    margin-left: 5px;
}
/* 千葉観光情報ページ */

ul.banner_box {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.banner_box li {
    width: 48%;
    overflow: hidden;
    text-align: center;
    box-shadow: 3px 3px 8px -2px rgb(10 10 10 / 80%);
    border-radius: 7px;
}

.banner_box li a :hover {
    opacity: 0.8;
}

.banner_box figure img {
    max-width: 100%;
    border-radius: 7px;
}

h4.c-sub-section-title {
    margin-top: 20px;
}

h4.c-sub-section-title.mv2 {
    margin-top: 60px;
}

p.lead {
    margin-bottom: 40px;
}

.banner_box li.coming {
    box-shadow: none;
}

.banner_box li.coming a {
    pointer-events: none;
    background: #ccc;
    margin-bottom: 5px;
    box-shadow: none;
}

.banner_box li.coming img {
    opacity: 0.5;
}

.campaign.flex {
    display: flex;
}

.campaign figure {
    width: 50%;
    margin-left: 15px;
}

.campaign figure img {
    width: 100%;
}

.forvisitors-spot-table a.nolink {
    pointer-events: none;
}
.forvisitors-spot-table a.nolink:after {
    display: none;
}

@media screen and (max-width: 768px) {
    .forvisitors-spot-table {
        width: 900px;
    }
    .campaign.flex {
        display: block;
    }
    .campaign figure {
        margin: 10px auto 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .banner_box li {
        width: 100%;
    }
    .banner_box li:last-of-type {
        margin-top: 20px;
    }
    ul.banner_box {
        display: block;
    }
    h4.c-sub-section-title.mv2 {
        margin-top: 40px;
    }
    p.lead {
        margin-bottom: 20px;
    }
}