@charset "UTF-8";
.gIntro {
    padding: 59px 0;
}
.gIntro_inner {}
.gIntro_title {}
.gIntro_title > b {
    font-size: inherit;
}
.gIntro_title > small {
    font-size: 21px;
    margin-top: 7px;
}
.gIntro_text {}
.faciNav {
    margin-top: 48px;
    margin-bottom: 130px;
}
.faciNav:last-child {
    margin-bottom: 0;
}
.faciNav_list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.faciNav_list > li {
    display: flex;
    align-items: center;
}
.faciNav_list > li::after {
    content: "／";
}
.faciNav_list > li:last-child::after {
    display: none;
}
.faciNav_list > li:first-child {}
.faciNav_list > li:last-child {}
.faciNav_list > li:nth-child(2n+1) {}
.faciNav_list > li:nth-child(n+3) {}
.faciNav_list > li > a {
    font-size: 14px;
}
.faciNav_list > li > a::before {
    content: "";
}
.faciNav_list > li > a::after {
    content: "";
}
.faciNav_link {
    max-width: 200px;
    margin: 54px auto 0;
}
.faciNav_link > a {}
.faciNav_link > a::before {
    content: "";
}
.faciNav_link > a::after {
    content: "";
}
.faci {
    max-width: 1000px;
    margin: 0 auto 130px;
}
.faci_image {
    margin-bottom: 32px;
}
.faci_image > img {}
.faci_title {
    font-size: 28px;
    text-align: center;
    line-height: 1.3;
    font-weight: normal;
    margin-bottom: 30px;
}
.faci_title > b {
    font-weight: normal;
}
.faci_title > small {
    font-size: 14px;
    margin-left: 10px;
    vertical-align: middle;
}
.faci_headline {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}
.faci_dList {
    list-style: none;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    max-width: 560px;
    margin: 6px auto;
    line-height: 1.4;
}
.faci_dList > dt {}
.faci_dList > dd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 330px;
}
[lang="en"] .faci_dList > dd {
    width: 370px;
}
.faci_dList > dd > small {
    font-size: 14px;
}
.faci_holiday {
    max-width: 560px;
    margin: 0 auto;
}
.faci_hr {
    width: 100%;
    max-width: 560px;
    margin: 20px auto;
    height: 1px;
    background: #000000;
    border: none;
}
.faci_link {
    max-width: 246px;
    margin: 23px auto 0;
}
.faci_link > a {}
.faci_link > a::before {
    content: "";
}
.faci_link > a::after {
    content: "";
}
.faci_dList2 {
    font-size: 19px;
    display: flex;
    justify-content: center;
    line-height: 1.4;
    margin-bottom: 45px;
}
.faci_dList2 > dt {}
.faci_dList2 > dd {
    margin-left: 17px;
}
.faci_text {
    text-align: center;
}
.other {
    margin: 150px 0 109px;
}
.other_cols {
    display: flex;
    justify-content: space-between;
}
.other_col {
    width: 45%;
}
.other_col-no1 {}
.other_image {
    margin-bottom: 37px;
}
.other_image > img {}
.other_title {
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 29px;
}
.other_text {
    text-align: center;
}
.other_col-no2 {}
.other2 {
    margin-bottom: 133px;
}
.other2:last-child {
    margin-bottom: 0;
}
.other2_cols {
    display: flex;
    justify-content: space-between;
}
.other2_col {
    width: 49.7%;
}
.other2_col-no1 {}
.other2_image {
    margin-bottom: 25px;
}
.other2_image > img {}
.other2_title {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 13px;
    text-align: center;
}
.other2_text {
    text-align: center;
}
.other2_col-no2 {}
.floor {
    padding: 30px 30px;
    display: none;
}
.floor_title {
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    font-weight: normal;
    margin-bottom: 10px;
}
.floor_image {
    max-width: 971px;
    margin: 0 auto;
}
.floor_image > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.floor_list {
    list-style: none;
    max-width: 971px;
    margin: 0 auto;
    display: flex;
}
.floor_list > li {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.floor_list > li::before {
    content: "";
    display: block;
    width: 78px;
    height: 16px;
    box-sizing: border-box;
    border: 1px solid #837b78;
    background: #fff0e9;
    margin-right: 6px;
}
.floor_list > li:last-child::before {
    background-color: #ebe3ce;
}
.floor_list > li:first-child {}
.floor_list > li:last-child {
    margin-right: 0;
}
.floor_list > li:nth-child(2n+1) {}
.floor_list > li:nth-child(n+3) {}
@media screen and (min-width:1000px) {
    .faciNav_list > li > a:hover {
        text-decoration: none;
    }
    .faciNav_link > a:hover {}
    .faci_link > a:hover {}
}
@media screen and (max-width:999px) {
    .gIntro {}
    .gIntro_inner {}
    .gIntro_title {}
    .gIntro_title > b {}
    .gIntro_title > small {}
    .gIntro_text {}
    .faciNav {
        margin-bottom: 100px;
    }
    .faciNav:last-child {}
    .faciNav_list {}
    .faciNav_list > li {}
    .faciNav_list > li::after {}
    .faciNav_list > li:last-child::after {}
    .faciNav_list > li:first-child {}
    .faciNav_list > li:last-child {}
    .faciNav_list > li:nth-child(2n+1) {}
    .faciNav_list > li:nth-child(n+3) {}
    .faciNav_list > li > a {}
    .faciNav_list > li > a::before {}
    .faciNav_list > li > a::after {}
    .faciNav_link {}
    .faciNav_link > a {}
    .faciNav_link > a::before {}
    .faciNav_link > a::after {}
    .faci {}
    .faci_image {}
    .faci_image > img {}
    .faci_title {}
    .faci_title > small {}
    .faci_headline {}
    .faci_dList {}
    .faci_dList > dt {}
    .faci_dList > dd {}
    .faci_dList > dd > small {}
    .faci_holiday {}
    .faci_hr {}
    .faci_link {}
    .faci_link > a {}
    .faci_link > a::before {}
    .faci_link > a::after {}
    .faci_dList2 {}
    .faci_dList2 > dt {}
    .faci_dList2 > dd {}
    .faci_text {}
    .other {}
    .other_cols {}
    .other_col {
        width: 48%;
    }
    .other_col-no1 {}
    .other_image {}
    .other_image > img {}
    .other_title {}
    .other_text {}
    .other_col-no2 {}
    .other2 {}
    .other2_cols {}
    .other2_col {}
    .other2_col-no1 {}
    .other2_image {}
    .other2_image > img {}
    .other2_title {}
    .other2_text {}
    .other2_col-no2 {}
    .floor {}
    .floor_title {}
    .floor_image {}
    .floor_image > img {}
    .floor_list {}
    .floor_list > li {
        font-size: 12px;
    }
    .floor_list > li::before {
        width: 50px;
    }
    .floor_list > li:last-child::before {}
    .floor_list > li:first-child {}
    .floor_list > li:last-child {}
    .floor_list > li:nth-child(2n+1) {}
    .floor_list > li:nth-child(n+3) {}
}
@media screen and (max-width:767px) {
    .gIntro {
        padding-bottom: 15%;
        padding-top: 30px;
    }
    .gIntro_inner {}
    .gIntro_title {}
    .gIntro_title > b {}
    .gIntro_title > small {
        font-size: 18px;
        margin-top: 4px;
    }
    .gIntro_text {}
    .faciNav {
        margin-top: 25px;
        margin-bottom: 50px;
    }
    .faciNav:last-child {}
    .faciNav_list {}
    .faciNav_list > li {}
    .faciNav_list > li::after {}
    .faciNav_list > li:last-child::after {}
    .faciNav_list > li:first-child {}
    .faciNav_list > li:last-child {}
    .faciNav_list > li:nth-child(2n+1) {}
    .faciNav_list > li:nth-child(n+3) {}
    .faciNav_list > li > a {
        font-size: 12px;
    }
    .faciNav_list > li > a::before {}
    .faciNav_list > li > a::after {}
    .faciNav_link {
        margin-top: 35px;
    }
    .faciNav_link > a {}
    .faciNav_link > a::before {}
    .faciNav_link > a::after {}
    .faci {
        margin-bottom: 70px;
    }
    .faci_image {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 15px;
    }
    .faci_image > img {}
    .faci_title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .faci_title > small {}
    .faci_headline {
        font-size: 16px;
    }
    .faci_dList {
        display: block;
        text-align: center;
    }
    .faci_dList > dt {}
    .faci_dList > dd {
		display: block;
        width: auto;
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        white-space: nowrap;
        /*justify-content: center;*/
    }
    [lang="en"] .faci_dList > dd {
        width: auto;
    }
    .faci_dList > dd > small {}
    .faci_holiday {
        font-size: 12px;
        text-align: center;
    }
    .faci_hr {}
    .faci_link {}
    .faci_link > a {}
    .faci_link > a::before {}
    .faci_link > a::after {}
    .faci_dList2 {
        margin-bottom: 25px;
    }
    .faci_dList2 > dt {}
    .faci_dList2 > dd {}
    .faci_text {}
    .other {
        margin-top: 0;
        margin-bottom: 35px;
    }
    .other_cols {
        display: block;
    }
    .other_col {
        width: auto;
    }
    .other_col-no1 {
        margin-bottom: 35px;
    }
    .other_image {
        max-width: 225px;
        margin: 0 auto 14px;
    }
    .other_image > img {}
    .other_title {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .other_text {}
    .other_col-no2 {}
    .other2 {
        display: block;
        margin-bottom: 50px;
    }
    .other2_cols {
        display: block;
    }
    .other2_col {
        width: auto;
    }
    .other2_col-no1 {
        margin-bottom: 35px;
    }
    .other2_image {
        max-width: 225px;
        margin: 0 auto 14px;
    }
    .other2_image > img {}
    .other2_title {
        font-size: 18px;
        padding: 0;
        text-align: center;
        margin-bottom: 5px;
    }
    .other2_text {
        padding: 0;
        text-align: center;
    }
    .other2_col-no2 {}
    .floor {
        padding: 25px 10px;
    }
    .floor_title {
        font-size: 18px;
    }
    .floor_image {}
    .floor_image > img {}
    .floor_list {}
    .floor_list > li {
        font-size: 10px;
    }
    .floor_list > li::before {
        width: 16px;
        height: 16px;
    }
    .floor_list > li:last-child::before {}
    .floor_list > li:first-child {}
    .floor_list > li:last-child {}
    .floor_list > li:nth-child(2n+1) {}
    .floor_list > li:nth-child(n+3) {}
}
