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

.pg-data dd {
    word-break: normal;
}

img.icon,
span.icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
}
.h_lang {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 137px;
    line-height: 1.2;
    z-index: 2002;
}
.h_lang.active .lang_tit .icon {
    transform: scale(1, -1);
}
.h_lang .lang_tit {
    position: relative;
    padding: 0 28px 12px 8px;
    color: #fff;
    border-bottom: 1px solid #cdc8d2;
    cursor: pointer;
}
.h_lang .lang_tit .icon {
    position: absolute;
    right: 8px;
    bottom: 16px;
    top: auto;
    width: 15px;
    height: 10px;
}
.h_lang:hover .lang_tit .icon {
    transform: scaleY(-1);
}
.h_lang .lang_list {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #007a92;
    text-align: left;
}
.h_lang .lang_list li a {
    display: block;
    padding: 12px;
    color: #fff;
    font-size: 14px;
}
.h_lang .lang_list li a:hover {
    background: #3395a8;
    opacity: 1;
}
.h_lang .lang_list li a img {
    width: auto;
    height: 15px;
}

.sidebana {
    position: absolute;
    top: auto;
    bottom: 20px;
    transform: none;
    width: auto;
    height: 64px;
}
.sidebana img {
    width: auto;
    height: 64px;
}
.head-right nav ul li a,
.fixedhd-right nav ul li a {
    line-height: 1.25;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    height: 40px;
}
.head-right nav ul li a span,
.fixedhd-right nav ul li a span {
    line-height: 1.25;
    display: block;
}
li.fixedhd-reservation a {
    background: #ffe82f;
    border-radius: 10px;
    width: 120px;
    height: 40px;
}
.fixedhd-top span.ja,
.fixedhd-top span.en,
.fixedhd-onsen span.ja,
.fixedhd-onsen span.en {
    color: #fff !important;
}
.fixedhd-right nav ul li.fixedhd-reservation span {
    text-shadow: none;
}
.fixedhd-right nav ul li.fixedhd-reservation span:nth-child(1) {
    color: #000000;
}
.fixedhd-right nav ul li.fixedhd-reservation span:nth-child(2) {
    color: #007a92;
}

.tp-location-hd {
    padding-top: 100px;
    padding-bottom: 50px;
}
.tp-location-hd-tx-desc {
    width: 400px;
}
.tp-location-hd-bg {
    height: 1310px;
}
.tx-enttl small {
    display: block;
    font-size: 60%;
}
@media screen and (max-width: 1300px) {
    .h_lang {
        right: 1.8vw;
        top: 1.8vw;
        width: auto;
    }
    .tp-location-hd {
        padding-top: 8vw;
        padding-bottom: 4vw;
    }
    .tp-location-hd-tx-desc {
        width: 32vw;
    }
    .tp-location-hd-bg {
        height: 100.76vw;
    }
    .fixedhd-right nav ul li a {
        height: 3.1vw;
    }
    li.fixedhd-reservation a {
        width: 9.2vw;
        height: 3.1vw;
    }
    .sidebana {
        top: auto;
        bottom: 1.5vw;
        transform: none;
        width: auto;
        height: 5vw;
    }
    .sidebana img {
        width: auto;
        height: 5vw;
    }
    .h_lang .lang_tit .icon {
        right: 0.6vw;
        bottom: 1.2vw;
        width: 1.2vw;
        height: 0.8vw;
    }
    .h_lang .lang_tit {
        padding: 0 2.2vw 0.9vw 0.6vw;
    }
    .head-right nav ul li + li,
    .fixedhd-right nav ul li + li {
        margin-left: 1.5vw;
    }
}
@media screen and (max-width: 480px) {
    .tx-ttl {
        font-size: 15vw;
    }
    .tx-enttl {
        font-size: 12vw;
    }
    .tx-enttl small {
        font-size: 60%;
    }
    .h_lang {
        right: 5vw;
        top: 5vw;
        width: auto;
    }
    .tp-location-hd {
        padding-top: 16vw;
        padding-bottom: 14vw;
    }
    .tp-location-hd-tx-desc {
        width: 100%;
    }
    .tp-location-hd-bg {
        height: 100%;
    }
    li.fixedhd-reservation a {
        width: 25vw;
    }
    .h_lang .lang_tit .icon {
        right: 1.6vw;
        bottom: 3.3vw;
        width: 3.1vw;
        height: 2.1vw;
    }
    .h_lang .lang_tit {
        padding: 0 5.8vw 2.5vw 1.6vw;
    }
}

.pg-data dd {
    border-bottom: 1px dashed #66afbe;
}

.tp-room-bd-img {
    height: 100%;
}
.tp-room-bd-img img {
    height: 100%;
}
.tp-room-bd-tx-bottom {
    background-position: top center;
}
.tp-room-bd-tx-bottom-name {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    align-content: center;
}
.tp-room-bd-tx-hov {
    padding: 1em;
    line-height: 1.5;
    text-align: left;
}
.tp-room-bd-tx-hov span {
    display: block;
    padding-top: 1em;
    font-weight: bold;
    font-size: 128%;
    line-height: 1.2;
}
@media screen and (max-width: 1300px) {
    .tp-room-bd-tx-hov {
        height: 39vw;
    }
    .tp-room-bd-tx-bottom {
        height: 14vw;
    }
}
@media screen and (max-width: 480px) {
    .tp-room-bd-tx-bottom {
        height: 28vw;
    }
}

.tp-dish {
    margin-bottom: 500px;
}
.tp-dish-alacarte-tx-desc {
    width: 400px;
}
.tp-dish-alacarte-img li:nth-of-type(1) {
    left: 56%;
}
@media screen and (max-width: 1300px) {
    .tp-dish {
        margin-bottom: 36vw;
    }
    .tp-dish-alacarte-tx-desc {
        width: 31vw;
    }
}
@media screen and (max-width: 480px) {
    .tp-dish-alacarte-tx-desc {
        width: 100%;
    }
    .tp-dish {
        margin-bottom: 21.3333333333vw;
    }
}

.tp-onsen {
    margin-bottom: 0;
}
.pg-bgradimgtx-tx.left {
    padding-top: 160px;
    width: 600px;
}
#en.zh-tw .pg-bgradimgtx-tx.left {
    padding-top: 256px;
}

#en.zh-tw .facilities .pg-bgradimgtx-tx.left {
    padding-top: 0;
}
.tp-onsen-img li:nth-of-type(2) {
    top: 690px;
}
.tp-onsen-img li:nth-of-type(3) {
    top: 745px;
}
.tp-onsen-tx-ttl {
    margin-bottom: 40px;
}
.pg-bgradimgtx-tx.left.en {
    padding-top: 40px;
    width: 600px;
}
.pg-bgradimgtx-img.right.en {
    top: 480px;
}
.pg-imgtx.imgleft .img264 {
    margin-left: -64px;
    margin-top: 160px;
}
.pg-imgtx .img264 {
    width: 264px;
}
.pg-imgtx.imgleft .img560 {
    margin-left: -160px;
}
.pg-imgtx .img560 {
    width: 560px;
}
.tp-onsen-bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 2000px;
    z-index: -1;
}
.yunoko .pg-bgradimgtx {
    padding-top: 520px;
    margin-bottom: 240px;
}
.pg-colenja.center {
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 3vw;
}
.pg-imgtx.bottom {
    padding-top: 40px;
    align-items: center;
}
@media screen and (max-width: 1300px) {
    .pg-bgradimgtx-tx.left {
        padding-top: 8vw;
        width: 42vw;
    }
    #en.zh-tw .pg-imgtx.bottom {
        padding-top: 0;
    }
    #en.zh-tw .pg-bgradimgtx-tx.left {
        padding-top: 16vw;
    }
    #en.zh-tw .facilities .pg-bgradimgtx-tx.left {
        padding-top: 0;
    }
    .tp-onsen-img li:nth-of-type(2) {
        top: 52vw;
    }
    .tp-onsen-img li:nth-of-type(3) {
        top: 55vw;
    }
    .tp-onsen-bg {
        width: 150vw;
        height: auto;
    }
    .tp-onsen-bg img {
        height: 100%;
    }
    .pg-imgtx.imgleft .img800 {
        margin-left: -12vw;
    }
    .pg-imgtx .img800 {
        width: 52vw;
    }
    .yunoko .pg-bgradimgtx {
        padding-top: 40vw;
        margin-bottom: 20vw;
    }
    .pg-imgtx .img264 {
        width: 20vw;
    }
    .pg-imgtx.imgleft .img560 {
        margin-left: -12vw;
    }
    .pg-imgtx .img560 {
        width: 43vw;
    }
    .pg-imgtx.imgleft .img264 {
        margin-left: -64px;
        margin-top: 160px;
    }
    .tp-onsen-tx-ttl {
        margin-bottom: 3vw;
    }
    .pg-bgradimgtx-tx.left.en {
        padding-top: 0;
        width: 40vw;
    }
    .pg-bgradimgtx-img.right.en {
        top: 40vw;
    }
}
@media screen and (max-width: 480px) {
    .tp-onsen-img li:nth-of-type(1) {
        top: -8vw;
        width: 95.0666666667vw;
        left: -5.3333333333vw;
    }
    .tp-onsen-img li:nth-of-type(2) {
        top: auto;
    }
    .tp-onsen-img li:nth-of-type(3) {
        top: auto;
    }
    .tp-onsen-wrap {
        padding-top: 120vw;
        padding-bottom: 128vw;
    }
    .tp-onsen-bg {
        width: 2000px;
        height: 740vw;
    }
    #en.zh-tw .tp-onsen-bg {
        height: 620vw;
    }
    .yunoko .pg-bgradimgtx {
        padding-top: 0;
        margin-bottom: 9.2307692308vw;
    }
    .pg-bgradimgtx-tx.left {
        width: 100%;
    }
    .yunoko .pg-bgradimgtx-tx-hdl {
        padding-top: 16vw;
        padding-left: 0;
        margin-bottom: 86vw;
    }
    #en.zh-tw .yunoko .pg-bgradimgtx-tx-hdl {
        padding-top: 0;
    }
    .yunoko .pg-bgradimgtx-img.right {
        top: 80vw;
        width: 100%;
        left: 5vw;
    }
    #en.zh-tw .yunoko .pg-bgradimgtx-img.right {
        top: 60vw;
    }
    .pg-imgtx.imgleft .img800 {
        width: 100%;
        margin-left: -5.5vw;
    }
    .pg-imgtx.bottom {
        padding-top: 0;
    }
    .yunoko .pg-wrap-min .pg-imgtx-tx {
        margin-top: 9.2307692308vw;
    }
    .pg-imgtx.imgleft .img264 {
        margin-top: -28vw;
        margin-left: 56vw;
        width: 28vw;
    }
    .pg-imgtx.imgleft .img560 {
        width: 60vw;
        margin-top: -50vw;
        margin-left: -7vw;
    }
    .pg-bgradimgtx-tx.left.en {
        width: 100%;
    }
    .pg-bgradimgtx-img.right.en {
        top: 65vw;
    }
}

.pg-bgradimgtx-img {
    position: absolute;
    right: 0;
    width: 880px;
    top: 600px;
}
#en.zh-tw .pg-bgradimgtx-img {
    top: 680px;
}
.pg-bgradimgtx-img.right {
    left: 50%;
}
@media screen and (max-width: 1300px) {
    .pg-bgradimgtx-img {
        width: 52vw;
        top: 48vw;
    }
    #en.zh-tw .pg-bgradimgtx-img {
        top: 56vw;
    }
}
@media screen and (max-width: 480px) {
    .tp-dish {
        margin-bottom: 21.3333333333vw;
    }
    #en.zh-tw .pg-bgradimgtx-img {
        top: 56vw;
    }
}

@media screen and (max-width: 480px) {
    .tp-room-bg {
        width: 100vw;
        top: -10.6666666667vw;
    }
}

.kamono-anchor {
    margin-bottom: 0;
}

section.basicdata.pg-data.information {
    margin-bottom: 80px;
}

.facilities .tp-onsen-wrap {
    padding-top: 80px;
}
.tp-facilities-bg {
    position: absolute;
    right: -100px;
    top: 0;
    width: 1644px;
    z-index: -1;
}
.pg-bgradimgtx-img.right.facilities {
    top: 120px;
    left: 60%;
}
#en.zh-tw .pg-bgradimgtx-img.right.facilities {
    top: 64px;
}
h4.pg-col4-name.center.clr-hdl.tx-others {
    margin-bottom: 80px;
}
.pg-col4.last {
    margin-top: 40px;
    margin-bottom: 80px;
}
.facilities .tx-ttl.wavewhite::after {
    background-image: url(../../img/cmn/tx-ttl-bdr.png);
    left: 50%;
    transform: translateX(-50%);
}

section.pg-glaybox.information.pg-data.mb120 {
    margin-bottom: 220px;
}
@media screen and (max-width: 1300px) {
    section.pg-glaybox.information.pg-data.mb120 {
        margin-bottom: 18vw;
    }
    h4.pg-col4-name.center.clr-hdl.tx-others {
        margin-bottom: 6vw;
    }
    .pg-bgradimgtx-img.right.facilities {
        top: 10vw;
    }
    .pg-col4.last {
        margin-bottom: 6vw;
    }
    .facilities .tp-onsen-wrap {
        padding-top: 8vw;
    }
    .tp-facilities-bg {
        right: -6.5vw;
        top: 0;
        width: 126vw;
        z-index: -1;
    }
    #en.zh-tw .facilities .pg-bgradimgtx-img {
        top: 8vw;
    }
}
@media screen and (max-width: 480px) {
    .facilities .tp-onsen-wrap {
        padding-top: 16vw;
        padding-bottom: 128vw;
    }
    .pg-bgradimgtx-img.right.facilities {
        width: 100%;
        left: 6vw;
        top: 158vw;
    }
    .pg-col3-name {
        margin-top: 4vw;
    }
    .tp-facilities-bg {
        width: 520vw;
    }
    #en.zh-tw .pg-bgradimgtx-img.right.facilities {
        top: 146vw;
    }
}
.tp-access-tx {
    top: 0;
}
.tp-access-tx-ttl {
    margin-bottom: 40px;
}
.tp-access-tx .tx-ttl {
    font-size: 52px;
}
section.basicdata.pg-data.gettinghere dd {
    width: 100%;
    border-bottom: 1px dashed #66afbe;
}
h2.kamono-enttl.tx-enttl.large.clr-hdlthin.wizwave.wavesp.center {
    padding-bottom: 0;
}
@media screen and (max-width: 1300px) {
    .tp-access-tx-ttl {
        margin-bottom: 2vw;
    }
    .tp-access-tx .tx-ttl {
        font-size: 4vw;
    }
}
@media screen and (max-width: 480px) {
    .tp-access {
        padding-bottom: 4vw;
    }
    .tp-access-bg {
        top: -110vw;
    }
    #en.zh-tw .tp-access-bg {
        top: -180vw;
    }
    .tp-access-tx .tx-ttl {
        font-size: 12vw;
    }
    #en.zh-tw h2.kamono-enttl.tx-enttl.large.clr-hdlthin.wizwave.wavesp.center {
        font-size: 210%;
        padding-bottom: 8vw;
    }
    .tp-sightseeing-car-tx-name::after {
        content: unset;
    }
}

.tp-sightseeing-car-tx-name {
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5em;
    background-position: top center;
    background-image: url(../img/sightseeing-car-txbg.svg);
    display: flex;
}
.tp-sightseeing-car-tx:hover .tp-sightseeing-car-tx-name {
    top: 1em;
    bottom: auto;
}
.tp-sightseeing-car .swiper-slide a:hover .tp-sightseeing-car-tx-name {
    background-image: url(../img/sightseeing-car-txbg.svg);
}
.tp-sightseeing-car-tx-name p {
    writing-mode: unset;
    line-height: 1.2;
    padding: 0 16px;
    align-content: center;
    width: 100%;
}
.tp-sightseeing-car-tx-hov {
    padding-top: 7em;
}
.tp-sightseeing-car-tx-hov p {
    line-height: 1.6;
}
@media screen and (max-width: 1300px) {
    .tp-sightseeing-car-tx-name p {
        padding: 0 1.2vw;
    }
}
@media screen and (max-width: 480px) {
    .tp-sightseeing-car-tx:hover .tp-sightseeing-car-tx-name {
        top: auto;
        bottom: 0;
    }
}

.foot-bestrate {
    text-align: center;
    justify-content: center;
    padding: 0;
    background-color: transparent;
}
.foot-bestrate-btn {
    margin-left: 0;
    width: auto;
}
.foot-bestrate-btn a {
    padding-right: 96px;
}
@media screen and (max-width: 480px) {
    .foot {
        margin-top: 0;
    }
}

#en .tx-enttl.large {
    line-height: 1.2;
}
#en .tx-catch.big {
    line-height: 1.6;
}
#en .tx-desc,
#en .tx-catch {
    line-height: 1.6;
}

@import url(https://fonts.google.com/noto/specimen/Noto+Serif+TC);
#en.zh-tw body,
#en.zh-tw * {
    font-family: Serif, TC, serif;
}
</pre></body></html>