.anchor::before {
    content: "";
    display: block;
    height: 130px;
    margin-top: -130px;
    visibility: hidden;
}

.center_btn_list {
    display: flex;
    justify-content: center;
    gap: 1%;
    margin-bottom: 2%;
}

.center_btn_list li {}

.center_btn_list li a {
    font-size: 1.4em;
    font-weight: bold;
    font-family: "じゅん 201";
    background-color: #fff;
    color: #009966;
    border: solid 1px #009966;
    border-radius: 50px;
    height: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2.5em;
    padding-bottom: 0.2em;
}

.center_btn_list li a.now-page {
    color: #fff;
    background-color: #009966;
}

.outline-pic-box {
    display: flex;
    flex-wrap: nowrap;
    gap: 2%;
    margin-top: 2%;
}

.outline-pic-box a {
    width: calc(100% / 3);
}

.outline-pic-box img {
    width: 100%;
    border: solid 1px #ccc;
}

.outline-pic-box a p {
    text-align: center;
    margin-top: 2%;
}

.outline-pdf-box {
    display: flex;
    flex-wrap: nowrap;
    gap: 2%;
    margin-top: 2%;
}

.outline-pdf-box a {
    width: 150px;
}

.outline-pdf-box a img {
    width: 60%;
    margin: auto;
    display: block;
}

.outline-pdf-box a p {
    text-align: center;
}

.pic_list img {
    width: 475px;
    height: 356px;
    object-fit: cover;
}

/*usage_guide*/
.rental-room-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.room {
    display: flex;
    gap: 2%;
    margin-bottom: 3%;
    background: #e3f3ff;
    padding: 2%;
    border-radius: 10px;
    width: 49%;
}

.room-image {
    width: 50%;
}

.room-image img {
    height: 228px;
    height: 176px;
    object-fit: cover;
}

.room-detail {
    padding: 1% 0;
    width: 50%;
}

.room-name {
    background: #036eb8;
    padding: 0.3em 1em;
    padding-top: 0.1em;
    width: fit-content;
    border-radius: 3px;
    color: #fff;
    font-size: 1.1em;
}

.room-content {
    padding: 3%;
}

.room-remarks {
    padding: 3%;
}

.table-area {
    margin: 25px 0;
}

.table-title {
    font-size: 1.3em;
    background: #FF9226;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: 150px;
    justify-content: center;
}

.table-container {
    padding: 0px 15px;
}

.price-table {
    width: 100%;
}

.p-title th {
    font-weight: bold;
    background: #FFFFE6;
    padding: 20px 0;
    text-align: center;
    font-size: 1.3em;
    width: calc(100% / 3);
}

.time th {
    font-family: "じゅん 201";
    background: #036eb8;
    color: #fff;
    padding: 4px 0;
    text-align: center;
    font-size: 1em;
}

.price-table th:nth-child(2) {
    border-left: dotted 1px #999;
    border-right: dotted 1px #999;
}

.price-table tbody {
    position: relative;
    z-index: 1;
}

.price-table tbody tr {
    z-index: 1;
    position: relative;
}

.price-table tbody::after {
    content: "";
    position: absolute;
    width: calc(100% / 3);
    height: 100%;
    border-right: dotted 1px #999;
    border-left: dotted 1px #999;
    top: 0;
    left: calc(100% / 3);
    z-index: 0;
}

.price-table td {
    padding: 5px 17px;
}

.price-table tr:first-child td {
    padding-top: 20px;
}

.price-table tr:last-child td {
    padding-bottom: 20px;
}

.price-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFF99;
    border: solid 2px #232323;
    border-radius: 4px;
    position: relative;
    height: 50px;
    outline: solid 5px #fff;
}

.price-title {
    color: #696969;
    font-size: 0.9em;
    font-weight: bold;
    position: absolute;
    left: 15px;
}

.price span {
    font-size: 1.3em;
    margin-right: 0.1em;
}

.price-notice {
    margin-top: 2%;
}

.other-container {}

.other {
    font-size: 1.1em;
    display: flex;
    border-bottom: solid 1px;
    margin-bottom: 0.8em;
    padding-bottom: 0.8em;
}

.other-name {
    width: 50%;
}

.other-number {
    width: 25%;
}

.other-price {
    width: 25%;
}

.kouza {
    font-size: 1.1em;
    display: flex;
    border-bottom: solid 1px;
    margin-bottom: 1%;
    padding-bottom: 1%;
    align-items: center;
    gap: 2%;
}

.kouza-container {}

.kouza-name {
    width: 36%;
}

.kouza-name a {
    color: #036eb8;
}

.kouza-date {
    width: 30%;
}

.kouza-place {
    width: 34%;
}

.classroom {
    font-size: 1.1em;
    display: flex;
    border-bottom: solid 1px;
    margin-bottom: 1%;
    padding-bottom: 1%;
    align-items: center;
    gap: 2%;
}

.classroom-container {}

.classroom-type {
    width: 24%;
}

.classroom-title {
    width: 46%;
}

.classroom-title a {
    color: #036eb8;
}

.classroom-number {
    width: 30%;
}

.classroom-city-link {
    color: #036eb8;
    font-size: 1.1em;
    margin-bottom: 1%;
}

.kouza-detail {}

.kouza-detail table {
    width: 100%;
}

.kouza-detail table th,
.kouza-detail table td {
    font-size: 1.1em;
    border: solid 1px #ccc;
    padding: 1.5% 3%;
    vertical-align: middle;
}

.kouza-detail table th {
    width: 20%;
    background: #036eb8;
    color: #fff;
}

.kouza-detail table td {
    width: 80%;
}

.kouza-pdf {
    width: 120px;
    display: block;
}

.kouza-pdf img {
    width: 100%;
}

.kouza-pdf p {
    text-align: center;
}

.classroom-photo {
    max-width: 100%;
}

.classroom-link {
    color: #036eb8;
}

.outline dt.gaiyou_dt {
    font-family: "じゅん 501";
    width: 7em;
    line-height: 1.2em;
    margin-bottom: 1em;
}

.outline dd {
    line-height: 1.2em;
    margin-bottom: 1em;
}

.sp-br {
    display: none;
}

@media screen and (max-width: 1366px) {
    .pic_list li img {
        height: 25.5vw;
    }

    .room-image img {
        height: 12.95vw;
    }
}

@media screen and (max-width: 1024px) {
    .center_btn_list li a {
        font-size: 1.2em;
        line-height: 1em;
    }

    .sp-br {
        display: inline;
    }

    .kouza,
    .classroom {
        flex-wrap: wrap;
        row-gap: 0.2em;
    }

    .kouza-name,
    .kouza-date,
    .kouza-place {
        width: 100%;
    }

    .classroom-title,
    .classroom-type,
    .classroom-number {
        width: 100%;
    }
}

@media screen and (max-width: 834px) {
    .pic_list li img {
        height: 30vw;
    }

    .outline dt.gaiyou_dt {
        width: 7em;
    }

    .room {
        flex-direction: column;
    }

    .room-detail {
        width: 100%;
    }

    .room-image {
        width: 100%;
    }

    .room-image img {
        height: 27.5vw;
    }

    .price {
        margin-top: 0.5em;
    }

    .price-title {
        top: 3px;
    }

    .price-box {
        /* height: 60px; */
    }
}

@media screen and (max-width: 750px) {
    .center_btn_list li a {
        padding: 0 1.5em;
    }
}

@media screen and (max-width: 699px) {
    .pic_list li img {
        height: 63vw;
    }

    .kouza-detail table th,
    .kouza-detail table td {
        display: block;
    }

    .kouza-detail table th,
    .kouza-detail table td {
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .center_btn_list li a {
        padding: 0 0.5em;
    }

    .outline .item {
        flex-direction: column;
    }

    .outline dt.gaiyou_dt {
        width: 100%;
        margin-bottom: 0.5em;
    }

    .outline dd {
        width: 100% !important;
        padding: 0 1em;
    }

    .room {
        width: 100%;
    }

    .room-image img {
        height: 60vw;
    }

    .table-container {
        padding: 0px;
    }

    .time th {
        font-size: 0.85em;
    }

    .price-table td {
        padding: 5px 3px;
    }

    .price-box {
        outline: 0;
    }

    .price span {
        font-size: 1.1em;
    }

    .price-notice {
        text-align: left;
    }
}

@media screen and (max-width: 450px) {
    .center_btn_list li a {
        padding: 0 0.3em;
        font-size: 1em;
        border-radius: 3px;
    }

    .center_btn_list {
        margin: 4% 0;
    }

    .outline-pic-box {
        flex-wrap: wrap;
    }

    .outline-pic-box a {
        width: calc(100% / 2 - 1%);
    }
}