.hide_pc { display: none; }
.hide_sp { display: block; }
.flex { display: flex; }
.img-box img {
    display: block;
}
b {
    font-weight: bold;
}

.article {
    padding: 70px 0 1px;
}
.head01 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.outline {
    font-size: 22px;
    font-weight: bold;
    margin: 4em 0;
    text-align: center;
    color: #d47;
}
.outline span {
    font-size: 17px;
    font-weight: normal;
}
.outline div {
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.nav-cont {
    width: 100%;
    margin: 5em 0 7em;
}
.nav-menu {
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 1000px;
    background-color: #faf4f0;
}
.nav-item {
    flex: 1;
    text-align: center;
}
.nav-link {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #744c3c;
    font-weight: bold;
    position: relative;
    transition: background-color 0.2s ease;
}
.nav-link:hover {
    color: #d47;
}

.article h2.section-ttl {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.7em;
    border-bottom: 2px solid #e3dad6;
    display: inline-block;
    width: 100%;
    padding-bottom: 7px;
    color: #744c3c;
}
.article h2 span.f18 {
    font-size: 18px;
    top: 0;
    padding: 0 10px;
}

.shop-li {
    position: relative;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    padding-bottom: 20px;
}

.main-cont {
    padding-bottom: 30px;
    position: relative;
}
.main-cont::before {
    content: "";
    width: calc(100vw - 17px);
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.shop-li {
    flex-wrap: wrap;
}
.shop-card {
    margin-bottom: 6em;
}
.shop-card p {
    margin: 0;
}
.shop-card p:last-of-type {
    margin-bottom: 15px;
}
.shop-card .img-box img {
    width: 33.2%;
    height: auto;
    margin-bottom: 2px;
}
.shop-card .img-box::before {
    content:"";
    width: 33.2%;
    display: block;
    order: 1;
}
.shop-card .img-box::after {
    content:"";
    width: 33.2%;
    display: block;
}

.shop_name {
    padding: 0.3em 0 0.2em;
    margin-bottom: 0.5em;
    font-size: 24px;
    font-weight: bold;
}
.shop_info {}
.shop_info div:last-of-type { margin-bottom: 10px; }

.sat { color: #2980b9; }
.sun { color: #e74c3c; }

.note {
    margin-bottom: 3em;
    color: #333;
}
.note ul li {
    margin: 1em 0 1em 1em;
    text-indent: -1em;
}

.ws {
    background-color: rgba(227, 218, 214, .4);
    padding: 1.5em 2em;
    margin-top: 2em;
    display: inline-block;
}


@media screen and (min-width: 769px) {
    .article {
        padding: 70px 0 1px; 
    } 
    .event_info {
        width: 760px;
    }
    .article .event_info {
        margin: 50px auto 80px;
    }
}
@media screen and (max-width: 768px) {
    .hide_pc { display: block!important; }
    .hide_sp { display: none!important; }

    .article .event_info {
        margin-top: 20px;
    }
    .main-cont::before {
        width: 100vw;
    }
    .nav-menu {
        flex-direction: column;
    }
    .nav-item:not(:last-child) {
        border-bottom: 1px dotted #e3dad6;
    }
    .nav-link {
        padding: 15px 0;
    }
    .nav-link:active {
        background-color: #f0f0f0;
    }
}