@charset "UTF-8";

.facility-content-list::before {
    content: "2F";
}

.facility-content-list:nth-of-type(2)::before {
    content: "3F";
}

.facility-content-list:nth-of-type(3)::before {
    content: "各階";
}

#wrapper .facility-content-list_image .body-image:not(:first-child) {
    margin-top: 3%;
}
.page-navlist {
    position: relative;
    width: 80%;
    z-index: 1;
    background: #fff;
    row-gap: 15px;
}
.page-nav:after {
    z-index: 0;
}
.page-nav::before {
    z-index: 0;
}
@media screen and (max-width: 767px) {
    .page-navlist {
        width: 95%;
    }

    .page-navlist_item {
        border-right: none;
    }
}