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



/* 基本設定 */

.focusHotelWrap .mainWrap {
    color: #333;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
}

.focusHotelWrap .mainWrap a {
    color: #1D7DBE;
}



.focusHotelWrap .ttl01 {
    color: #666;
    font-size: 48px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .focusHotelWrap .ttl01 {
        font-size: 40px;
    }
}

@media (max-width: 599px) {
    .focusHotelWrap .ttl01 {
        font-size: 30px;
    }
}



.focusHotelWrap .ttl02 {
    margin-bottom: 20px;
    text-align: center;
}

.focusHotelWrap .ttl02 .ja {
    display: inline-block;
    width: 120px;
    line-height: 120px;
    color: #fff;
    font-size: 26px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    background: #9a3434;
    border-radius: 100%;
}

@media (max-width: 1024px) {
    .focusHotelWrap .ttl02 .ja {
        width: 100px;
        line-height: 100px;
        font-size: 24px;
    }
}

@media (max-width: 599px) {
    .focusHotelWrap .ttl02 .ja {
        width: 90px;
        line-height: 90px;
        font-size: 22px;
    }
}



/* focusHotelImg */

.focusHotelImg .slide {
    height: 450px;
    overflow: hidden;
}

.focusHotelImg .uk-slidenav-position {
    height: 100% !important;
}

.focusHotelImg .uk-slideshow {
    height: 100% !important;
}

.focusHotelImg .uk-slideshow &gt; li {
    height: 100% !important;
}

.focusHotelImg .uk-slideshow &gt; li &gt; div {
    height: 100% !important;
}

.focusHotelImg .uk-slideshow &gt; li &gt; div &gt; img {
    width: 100%;
    height: 100%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.focusHotelImg .uk-dotnav {
    bottom: 10px;
}

.focusHotelImg .uk-dotnav li a {
    width: 10px;
    height: 10px;
    /* background: rgba(0,0,0,0.5); */
}

.focusHotelImg .uk-dotnav li.active a {
    /* background: rgba(0,0,0,0.9); */
}

.focusHotelImg .txt {
    margin-top: 10px;
}

@media (max-width: 1024px) {}

@media (max-width: 599px) {
    .focusHotelImg .slide {
        height: 200px;
    }
}



/* focusHotelTour */

.focusHotelTour .tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.focusHotelTour .btn li {
    width: calc(100% / 6);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #016a88;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.focusHotelTour .btn li.active {
    background: #0085b0;
}

.focusHotelTour .item {
    border: 3px solid #016a88;
}

.focusHotelTour .item .label {
    width: calc(100% / 6);
    font-weight: bold;
    border-right: solid 1px #ccc;
    padding: 5px;
    text-align: center;
}

.focusHotelTour .item ul {
    width: calc(100% / 6 * 5);
}

.focusHotelTour .item li {
    width: 20%;
}

.focusHotelTour .item li + li {
    border-left: solid 1px #ccc;
}

.focusHotelTour .item li a {
    display: block;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

.focusHotelTour .item li a.btn_nomove {
    background: #BFBFBF;
}

.focusHotelTour .item li a span {
    display: block;
    color: #ea0000;
    font-size: 18px;
}

.focusHotelTour .item li a.btn_nomove span {
    color: #333;
}

@media (max-width: 599px) {
    .focusHotelTour .tit {
        font-size: 16px;
    }

    .focusHotelTour .btn li {
        font-size: 11px;
        padding: 5px 2px;
    }

    .focusHotelTour .btn li:last-of-type {
        width: 80px;
    }

    .focusHotelTour .item .label {
        width: 100%;
        border: none;
        border-bottom: solid 1px #ccc;
    }

    .focusHotelTour .item ul {
        width: 100%;
    }

    .focusHotelTour .item li a {
        font-size: 14px;
    }

    .focusHotelTour .item li a span {
        font-size: 16px;
    }
}



/* focusHotelRoom */

.focusHotelRoomList .itemFull {
    width: 100%;
}

.focusHotelRoomList .item .pic {
    height: 300px;
}

.focusHotelRoomList .item .theta {
    height: 450px;
}

.focusHotelRoomList .item .theta iframe {
    width: 100% !important;
    height: 100% !important;
}

.focusHotelRoomList .item .tit {
    font-size: 18px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    margin-top: 20px;
}

.focusHotelRoomList .item .txt {
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .focusHotelRoomList .item .pic {
        height: 250px;
    }
}

@media (max-width: 599px) {
    .focusHotelRoomList .item .theta {
        height: 300px;
    }
}



/* focusHotelPoint */

.focusHotelPoint .inner {
    border: dashed 2px #ff6d93;
    padding: 20px;
}

.focusHotelPoint .tit {
    color: #FF4C4C;
    font-size: 30px;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝ProW3", "HiraginoMinchoPro", "HiraMinProN-W3", "HGS明朝E", "ＭＳＰ明朝", "MSPMincho", serif;
    margin-bottom: 20px;
    text-align: center;
}

.focusHotelPointList .item .txt {
    margin-top: 10px;
    text-align: center;
}

@media (max-width: 1024px) {
    .focusHotelPoint .tit {
        font-size: 24px;
    }
}

@media (max-width: 599px) {
    .focusHotelPoint .inner {
        padding: 10px;
    }

    .focusHotelPoint .tit {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .focusHotelPointList .item .txt {
        font-size: 14px;
        text-align: left;
    }
}



/* focusHotelGoods */

.focusHotelGoodsBox {
    border: solid 1px;
}

.focusHotelGoodsBox + .focusHotelGoodsBox {
    margin-top: 30px;
}

.focusHotelGoodsBox .tit {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 10px;
}

.focusHotelGoodsBox-pink {
    border: solid 1px #ff6d93;
}

.focusHotelGoodsBox-pink .tit {
    background: #ff6d93;
}

.focusHotelGoodsBox-water {
    border: solid 1px #bfdfff;
}

.focusHotelGoodsBox-water .tit {
    color: #222;
    background: #bfdfff;
}

.focusHotelGoodsBox-blue {
    border: solid 1px #00468c;
}

.focusHotelGoodsBox-blue .tit {
    background: #00468c;
}

.focusHotelGoodsList {
    padding: 5px;
}

.focusHotelGoodsList .img {
    width: calc(100% / 11);
}

.focusHotelGoodsList .img.opacity {
    opacity: 0.2;
}

@media (max-width: 1024px) {
    .focusHotelGoodsBox .tit {
        font-size: 22px;
    }

    .focusHotelGoodsList .img {
        width: calc(100% / 8);
    }
}

@media (max-width: 599px) {
    .focusHotelGoodsBox .tit {
        font-size: 20px;
    }

    .focusHotelGoodsList .img {
        width: calc(100% / 5);
    }
}



/* focusHotelInfo */

.focusHotelInfoList {
    background: #f5f5f5;
    padding: 20px;
}

.focusHotelInfoList dl + dl {
    border-top: dotted 1px #333;
    padding-top: 20px;
    margin-top: 20px;
}

.focusHotelInfoList dt {
    width: 150px;
    font-size: 20px;
}

.focusHotelInfoList dd {
    width: 1%;
    font-size: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 1024px) {
    .focusHotelInfoList dt {
        width: 120px;
        font-size: 16px;
    }

    .focusHotelInfoList dd {
        font-size: 16px;
    }
}

@media (max-width: 599px) {
    .focusHotelInfoList {
        padding: 10px;
    }

    .focusHotelInfoList dl + dl {
        padding-top: 10px;
        margin-top: 10px;
    }

    .focusHotelInfoList dt {
        width: 80px;
        font-size: 14px;
    }

    .focusHotelInfoList dd {
        font-size: 14px;
    }
}
</pre></body></html>