<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body {
    font-family: "Noto Sans JP", sans-serif;
}

.c-nav-breadcrumb {
    position: relative;
}

.yakkyoku_top {
    height: 200px;
}

.yakkyoku_top h2 {
    margin: 0;
    padding-top: 70px;
    padding-bottom: 65px;
}

h3 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    color: #E55C00;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 25px;
}

h3 span {
    font-size: 18px;
    font-weight: 500;
}

h3:nth-of-type(2) {
    margin-top: 100px;
}

.shoplist_table table {
    min-width: 1300px;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    /* border-radius: 20px; */
}

.shoplist_table,
.shoplist_facility_table {
    overflow-x: auto;
}

th {
    background: #CD5200;
    color: #fff;
    border-right: #fff 1px solid;
    border-left: #fff 1px solid;
    padding: 15px auto;
    text-align: center;
    height: 60px;
    line-height: 1.4;
}

th:first-child {
    border-radius: 20px 0 0 0;
    border-left: none;
}

th:last-child {
    border-radius: 0 20px 0 0px;
    border-right: none;
}

tr td:first-child {
    border-left: #E5E5E5 solid 2px;
}

tr td:last-child {
    border-right: #E5E5E5 solid 2px;
}

/* .shoplist_table th:first-child {
    width: 315px;
}
.shoplist_table th:nth-child(2) {
    width: 125px;
}
.shoplist_table th:nth-child(3) {
    width: 300px;
}
.shoplist_table th:nth-child(4), .shoplist_table th:nth-child(5) {
    width: 150px;
}
.shoplist_table th:nth-child(6) {
    width: 350px;
}
.shoplist_table th:nth-child(7) {
    width: 100px;
} */

td {
    border: #E5E5E5 solid 1px;
    padding: 10px 20px;
    white-space: nowrap;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
}

td .span_s {
    font-size: 12px;
}

tr td:first-child {
    background-color: #FFF1E8;
}

tr td:nth-child(6),
tr td:nth-child(7),
tr td:nth-child(8) {
    text-align: center;
}

tr td:nth-child(3) {
    line-height: 1.4;
}

td a {
    font-size: 14px;
}

.shoplist_facility_table {
    margin-bottom: 50px;
}

.shoplist_facility_table th {
    height: 80px;
    white-space: nowrap;
    padding: 0 25px;
}

.shoplist_facility_table td {
    text-align: center;
    font-weight: 500;
}

.shoplist_facility_table td:first-child {
    text-align: left;
    font-weight: 400;
}

.shoplist_facility_table td {
    padding: 20px;
}

.shoplist_facility_table td:nth-child(4),
.shoplist_facility_table td:nth-child(5),
.shoplist_facility_table td:nth-child(6),
.shoplist_facility_table td:nth-child(7) {
    font-size: 18px;
    font-weight: 800;
}

.a_top {
    color: #FF6600;
    display: flex;
    justify-content: end;
    margin-bottom: 130px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 300ms;
    transition: all 300ms;

}

.a_top::before {
    font-family: "FontAwesome";
    content: "\f054";
    font-size: 14px;
    color: #FF6600;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 300ms;
    transition: all 300ms;
    text-decoration: none;
}

.a_top:hover:before {
    color: #CD5200;
    right: 0px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    text-decoration: none;
}

.a_top:hover {
    color: #CD5200;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

#container::after {
    display: none;
}


@media screen and (max-width: 950px) {

    .yakkyoku_top {
        height: 160px;
    }

    .yakkyoku_top h2 {
        font-size: 32px;
        padding: 60px;
    }

    h3 {
        font-size: 24px;
    }

    .shoplist_facility_table th {
        height: 70px;
        padding: 5px 10px;
    }

    .shoplist_table table {
        min-width: 1130px;
    }

    th {
        font-size: 14px;
        height: 50px;
    }

    td {
        font-size: 14px;
        padding: 5px 10px;
    }

    td a {
        font-size: 12px;
    }

    .shoplist_facility_table td:nth-child(4),
    .shoplist_facility_table td:nth-child(6),
    .shoplist_facility_table td:nth-child(7) {
        font-size: 16px;
    }

    .shoplist_facility_table td {
        padding: 10px;
    }
}

@media screen and (max-width: 550px) {

    .yakkyoku_top {
        height: 110px;
    }

    .yakkyoku_top h2 {
        font-size: 24px;
        padding: 40px;
    }

    .shoplist_table table {
        min-width: 800px;
    }

    td span {
        display: block;
    }


    .shoplist_table th:first-child {
        width: 160px;
    }

    .a_top {
        font-size: 14px;
        margin: 20px 0 30px;
    }
}</pre></body></html>