@charset "UTF-8";
.room {
    padding: 45px 0 120px;
}
.room_inner {
    max-width: 800px;
}
.room_type {
    font-size: 21px;
    text-align: center;
    line-height: 1.4;
}
.room_number {
    font-size: 24px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 6px;
    margin-top: 7px;
}
.room_number > small {
    font-size: 16px;
    margin-left: 6px;
}
.room_title {
    font-size: 40px;
    text-align: center;
    font-weight: normal;
    line-height: 1.4;
}
.room_title > b {
    display: block;
    font-weight: normal;
    font-size: inherit;
}
.room_title > small {
    font-size: 18px;
    display: block;
}
.room_headline {
    line-height: 1.4;
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    margin-top: 45px;
    margin-bottom: 54px;
}
.room_infoList {
    list-style: none;
    border-top: 1px solid #595757;
    border-bottom: 1px solid #595757;
    font-size: 16px;
    display: flex;
    padding: 14px 0;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.room_infoList::after {
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}
.room_infoList > li {
    flex-grow: 1;
    text-align: center;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}
.room_infoList > li::after {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background: #595757;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.room_infoList > li:last-child::after {
    display: none;
}
.room_infoList > li:first-child {}
.room_infoList > li:last-child {}
.room_infoList > li:nth-child(2n+1) {}
.room_infoList > li:nth-child(n+3) {}
.room_infoList > li > sup {}
.room_infoWrap {
    margin-top: 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
}
.room_staList {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 13px;
}
.room_staList > li {
    display: flex;
    align-items: center;
    height: 25px;
    background: #b7b8b8;
    color: #fff;
    padding: 0 10px;
    margin-right: 10px;
    margin-top: 1px;
    margin-bottom: 1px;
}
.room_staList > li:first-child {}
.room_staList > li:last-child {
    margin-right: 0;
}
.room_staList > li:nth-child(2n+1) {}
.room_staList > li:nth-child(n+3) {}
.room_link {
    width: 146px;
}
[lang="en"] .room_link {
    width: 180px;
}
.room_link > a {
    height: 32px;
    font-size: 13px;
}
.room_link > a::before {
    content: "";
}
.room_link > a::after {
    content: "";
    width: 35px;
}
.floor {
    background: #ededed;
    display: flex;
    overflow: hidden;
}
.floor_inner {
    padding-top: 34px;
    padding-bottom: 97px;
}
.floor_title {
    font-size: 36px;
    text-align: center;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 26px;
    position: relative;
    z-index: 2;
}
.floor_headline {
    font-size: 32px;
    text-align: center;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 58px;
    position: relative;
    z-index: 2;
}
.floor_headline > sup {}
.floor_imageWrap {
    display: flex;
    justify-content: center;
}
.floor_image {
    position: relative;
    z-index: 2;
    opacity: 0;
    transition-duration: .3s;
    transition-property: opacity;
}
.floor_image.isShow {
    opacity: 1;
}
.floor_image > img {
    display: block;
    transform-origin: left top;
}
.floor_river {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 100%;
    width: 50vw;
    height: 100%;
    display: block;
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 250px, #a1cfe7 250px);
    margin-right: 119px;
}
.floor_river-none {
    display: none;
}
.floor_river > svg {
    display: block;
    fill: #a1cfe7;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 576px;
    height: 100%;
}
.floor_river_text {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    position: absolute;
    color: #fff;
    font-size: 48px;
    z-index: 2;
    top: 50%;
    letter-spacing: 0.2em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 80px;
    line-height: 1;
}
.rNav {
    margin-top: 133px;
}
.rNav_title {
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 24px;
}
.rNav_list {
    list-style: none;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
}
.rNav_list > li {
    display: flex;
    align-items: center;
}
.rNav_list > li::after {
    content: "/";
}
.rNav_list > li:last-child::after {
    display: none;
}
.rNav_list > li:first-child {}
.rNav_list > li:last-child {}
.rNav_list > li:nth-child(2n+1) {}
.rNav_list > li:nth-child(n+3) {}
.rNav_list > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 10px 27px;
    letter-spacing: .1em;
}
.rNav_list > li > a::before {
    content: "";
}
.rNav_list > li > a::after {
    content: "";
}
.price {
    width: 900px;
    margin: 0 auto;
    padding: 50px 50px;
    display: none;
}
.price_title {
    text-align: center;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 70px;
}
.price_cols {
    display: flex;
    justify-content: space-between;
}
.price_col {}
.price_col-no1 {}
.price_type {
    font-size: 16px;
    margin-bottom: 8px;
}
.price_list {
    list-style: none;
    font-size: 24px;
    line-height: 1.4;
}
.price_list > li {
    margin-top: 15px;
}
.price_list > li:first-child {
    margin-top: 0;
}
.price_list > li:last-child {}
.price_list > li:nth-child(2n+1) {}
.price_list > li:nth-child(n+3) {}
.price_list > li > small {
    font-size: 16px;
}
.price_col-no2 {}
.price_box {
    border: 1px solid #666666;
    padding: 30px 30px;
    line-height: 1;
}
.price_dList {
    list-style: none;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #666666;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.price_inner {
    max-width: 740px;
    margin: 0 auto;
}
.price_dList > dt {}
.price_dList > dd {}
.price_span {
    font-size: 12px;
    text-align: center;
    margin-bottom: 7px;
}
.price_span:last-child {
    margin-bottom: 0;
}
[lang="en"] .price_span {
    text-align: left;
}
.price_cauList {
    list-style: none;
    font-size: 12px;
    margin-top: 20px;
}
.price_cauList > li {
    text-indent: -1em;
    padding-left: 1em;
}
.price_cauList > li:first-child {}
.price_cauList > li:last-child {}
.price_cauList > li:nth-child(2n+1) {}
.price_cauList > li:nth-child(n+3) {}
.resLink {
    position: fixed;
    z-index: 999;
    right: 40px;
    bottom: 40px;
}
.resLink > a {
    text-decoration: none;
    background-color: rgba(0, 51, 0, 0.8);
    color: #fff;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 50%;
    line-height: 1;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.resLink-deluxe > a {
    background-color: rgba(51, 51, 0, 0.7);
}
.resLink-suite > a {
    background-color: rgba(51, 0, 0, 0.8);
}
.resLink > a::before {
    content: "";
}
.resLink > a::after {
    content: "";
}
.resLink_number {}
.resLink_number > small {
    display: block;
    font-size: 18px;
}
.resLink_number > b {
    display: block;
    font-size: 24px;
    font-weight: normal;
    margin-top: 5px;
}
.resLink_text {
    font-size: 22px;
    line-height: 1.4;
    margin-top: 8px;
}
.room_text {
    font-size: 19px;
    text-align: center;
    margin-bottom: 55px;
    margin-top: -10px;
}
.tips {
    margin-top: 120px;
}
.tips_inner {
    max-width: 800px;
}
.tips_cols {
    display: flex;
    justify-content: center;
}
.tips_col {}
.tips_col-no1 {
    min-width: 449px;
    width: 449px;
    margin-right: 35px;
}
.tips_image {}
.tips_image > img {}
.tips_col-no2 {}
.tips_subTitle {
    font-size: 18px;
    margin-bottom: 4px;
}
.tips_title {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 17px;
}
.tips_text {}
.art {
    margin-bottom: 150px;
    margin-top: 35px;
}
.art_inner {}
.art_sutTitle {
    font-size: 18px;
    text-align: center;
}
.art_title {
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    line-height: 1.2;
    margin: 7px 0 12px;
}
.art_text {
    text-align: center;
}
.art_link {
    width: 260px;
    margin: 30px auto 0;
}
.art_link > a {}
.art_link > a::before {
    content: "";
}
.art_link > a::after {
    content: "";
}
.art_image {
    margin-bottom: 25px;
}
.art_image > img {
    display: block;
    margin: 0 auto;
}
@media screen and (min-width:1000px) {
    .art_link > a:hover {}
    .room_link > a:hover {}
    .rNav_list > li > a:hover {
        text-decoration: underline;
    }
    .resLink > a:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}
@media screen and (max-width:999px) {
    .room {}
    .room_inner {}
    .room_type {}
    .room_number {}
    .room_number > small {}
    .room_title {
        font-size: 36px;
    }
    .room_headline {
        font-size: 28px;
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .room_infoList {
        font-size: inherit;
    }
    .room_infoList > li {}
    .room_infoList > li::after {}
    .room_infoList > li:last-child::after {}
    .room_infoList > li:first-child {}
    .room_infoList > li:last-child {}
    .room_infoList > li:nth-child(2n+1) {}
    .room_infoList > li:nth-child(n+3) {}
    .room_infoList > li > sup {}
    .room_infoWrap {}
    .room_staList {}
    .room_staList > li {}
    .room_staList > li:first-child {}
    .room_staList > li:last-child {}
    .room_staList > li:nth-child(2n+1) {}
    .room_staList > li:nth-child(n+3) {}
    .room_link {}
    .room_link > a {}
    .room_link > a::before {}
    .room_link > a::after {}
    .floor {
        padding-left: 180px;
        padding-right: 180px;
    }
    .floor_inner {
        width: auto;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 60px;
    }
    .floor_title {
        font-size: 30px;
    }
    .floor_headline {
        font-size: 28px;
    }
    .floor_headline > sup {}
    .floor_imageWrap {}
    .floor_image {}
    .floor_image > img {
        width: 100%;
    }
    .floor_river {
        margin-right: 60px;
    }
    .floor_river > svg {}
    .floor_river_text {
        font-size: 30px;
        letter-spacing: .1em;
        right: 52px;
    }
    .rNav {
        margin-top: 100px;
    }
    .rNav_title {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .rNav_list {
        font-size: 16px;
    }
    .rNav_list > li {}
    .rNav_list > li::after {}
    .rNav_list > li:last-child::after {}
    .rNav_list > li:first-child {}
    .rNav_list > li:last-child {}
    .rNav_list > li:nth-child(2n+1) {}
    .rNav_list > li:nth-child(n+3) {}
    .rNav_list > li > a {}
    .rNav_list > li > a::before {}
    .rNav_list > li > a::after {}
    .price {
        width: 700px;
    }
    .price_title {
        font-size: 28px;
        margin-bottom: 35px;
    }
    .price_cols {}
    .price_col {}
    .price_col-no1 {}
    .price_type {}
    .price_list {
        font-size: 20px;
    }
    .price_list > li {
        margin-top: 10px;
    }
    .price_list > li:first-child {}
    .price_list > li:last-child {}
    .price_list > li:nth-child(2n+1) {}
    .price_list > li:nth-child(n+3) {}
    .price_list > li > small {}
    .price_col-no2 {}
    .price_box {
        padding: 20px 20px;
    }
    .price_dList {}
    .price_inner {}
    .price_dList > dt {}
    .price_dList > dd {}
    .price_span {}
    .price_cauList {
        font-size: 11px;
    }
    .price_cauList > li {}
    .price_cauList > li:first-child {}
    .price_cauList > li:last-child {}
    .price_cauList > li:nth-child(2n+1) {}
    .price_cauList > li:nth-child(n+3) {}
    .resLink {
        right: 20px;
        bottom: 20px;
    }
    .resLink > a {
        width: 150px;
        height: 150px;
    }
    .resLink > a::before {}
    .resLink > a::after {}
    .resLink_number {}
    .resLink_number > small {
        font-size: 16px;
    }
    .resLink_number > b {
        font-size: 22px;
    }
    .resLink_text {
        font-size: 18px;
    }
    .room_text {
        font-size: 16px;
    }
    .tips {
        margin-top: 80px;
    }
    .tips_inner {}
    .tips_cols {}
    .tips_col {}
    .tips_col-no1 {
        width: 350px;
        min-width: 350px;
    }
    .tips_image {}
    .tips_image > img {}
    .tips_col-no2 {}
    .tips_subTitle {
        font-size: 16px;
    }
    .tips_title {}
    .tips_text {}
    .art {
        margin-bottom: 100px;
    }
    .art_inner {}
    .art_sutTitle {
        font-size: 16px;
    }
    .art_title {
        font-size: 28px;
    }
    .art_text {}
    .art_link {}
    .art_link > a {}
    .art_link > a::before {}
    .art_link > a::after {}
    .art_image {}
    .art_image > img {}
}
@media screen and (max-width:767px) {
    .room {
        padding-bottom: 65px;
        padding-top: 40px;
    }
    .room_inner {}
    .room_type {
        font-size: 15px;
    }
    .room_number {
        font-size: 18px;
    }
    .room_number > small {
        font-size: 12px;
        margin-left: 3px;
    }
    .room_title {
        font-size: 24px;
    }
    .room_headline {
        font-size: 19px;
        margin-top: 25px;
    }
    .room_infoList {
        flex-wrap: wrap;
        justify-content: center;
    }
    .room_infoList > li {
        padding: 0 15px;
    }
    .room_infoList > li::after {}
    .room_infoList > li:first-child::after {
        display: none;
    }
    .room_infoList > li:last-child::after {}
    .room_infoList > li:first-child {
        width: 100%;
    }
    .room_infoList > li:last-child {}
    .room_infoList > li:nth-child(2n+1) {width: 100%}
    .room_infoList > li:nth-child(n+3) {}
    .room_infoList > li > sup {}
    .room_infoWrap {
        display: block;
    }
    .room_staList {
        justify-content: center;
        margin-bottom: 22px;
        font-size: 12px;
    }
    .room_staList > li {}
    .room_staList > li:first-child {}
    .room_staList > li:last-child {}
    .room_staList > li:nth-child(2n+1) {}
    .room_staList > li:nth-child(n+3) {}
    .room_link {
        margin: 0 auto 0;
    }
    .room_link > a {}
    .room_link > a::before {}
    .room_link > a::after {}
    .floor {
        padding-right: 80px;
        padding-left: 80px;
    }
    .floor_inner {
        padding-bottom: 35px;
    }
    .floor_title {
        font-size: 18px;
        margin-bottom: 11px;
        white-space: nowrap;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .floor_headline {
        font-size: 16px;
        margin-bottom: 25px;
        white-space: nowrap;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .floor_headline > sup {}
    .floor_imageWrap {}
    .floor_image {}
    .floor_image > img {}
    .floor_river {
        margin-right: 18px;
    }
    .floor_river > svg {
        width: 340px;
    }
    .floor_river_text {
        font-size: 18px;
        right: 27px;
    }
    .rNav {
        margin-top: 50px;
    }
    .rNav_title {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .rNav_list {
        font-size: inherit;
        margin-bottom: 35px;
    }
    .rNav_list > li {}
    .rNav_list > li::after {}
    .rNav_list > li:last-child::after {}
    .rNav_list > li:first-child {}
    .rNav_list > li:last-child {}
    .rNav_list > li:nth-child(2n+1) {}
    .rNav_list > li:nth-child(n+3) {}
    .rNav_list > li > a {
        padding: 10px 15px;
        letter-spacing: 0;
    }
    .rNav_list > li > a::before {}
    .rNav_list > li > a::after {}
    .price {
        width: auto;
        padding: 35px 15px;
    }
    .price_title {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .price_cols {
        display: block;
    }
    .price_col {}
    .price_col-no1 {
        margin-bottom: 20px;
    }
    .price_type {
        font-size: inherit;
    }
    .price_list {
        font-size: 18px;
    }
    .price_list > li {}
    .price_list > li:first-child {}
    .price_list > li:last-child {}
    .price_list > li:nth-child(2n+1) {}
    .price_list > li:nth-child(n+3) {}
    .price_list > li > small {
        font-size: 13px;
        margin-left: 3px;
    }
    .price_col-no2 {}
    .price_box {}
    .price_dList {}
    .price_inner {}
    .price_dList > dt {}
    .price_dList > dd {}
    .price_span {}
    .price_cauList {
        font-size: 10px;
    }
    .price_cauList > li {}
    .price_cauList > li:first-child {}
    .price_cauList > li:last-child {}
    .price_cauList > li:nth-child(2n+1) {}
    .price_cauList > li:nth-child(n+3) {}
    .resLink {
        width: 160px;
        right: 0;
        bottom: 0;
    }
    .resLink > a {
        background-image: linear-gradient(-225deg, rgba(197, 134, 30, 0) 3px, rgba(0, 51, 0, 0.8) 3px);
        background-color: transparent;
        width: 100%;
        height: auto;
        border-radius: 0;
        padding: 10px 0;
    }
    .resLink-deluxe > a {
        background-image: linear-gradient(-225deg, rgba(197, 134, 30, 0) 3px, rgba(51, 51, 0, 0.7) 3px);
    }
    .resLink-suite > a {
        background-image: linear-gradient(-225deg, rgba(197, 134, 30, 0) 3px, rgba(51, 0, 0, 0.8) 3px);
    }
    .resLink > a::before {}
    .resLink > a::after {}
    .resLink_number {}
    .resLink_number > small {
        font-size: 14px;
    }
    .resLink_number > b {
        font-size: 20px;
    }
    .resLink_text {
        font-size: 14px;
        line-height: 1;
    }
    .resLink_text > br {
        display: none;
    }
    .gReserveLink {
        display: none;
    }
    .room_text {
        font-size: 14px;
        margin-bottom: 35px;
        margin-top: 0;
    }
    .tips {
        margin-top: 45px;
    }
    .tips_inner {}
    .tips_cols {
        display: block;
    }
    .tips_col {}
    .tips_col-no1 {
        min-width: 0;
        width: auto;
        margin: 0;
    }
    .tips_image {
        max-width: 250px;
        margin: 0 auto 20px;
    }
    .tips_image > img {}
    .tips_col-no2 {
        text-align: center;
    }
    .tips_subTitle {
        font-size: 12px;
    }
    .tips_title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .tips_text {
        font-size: 13px;
    }
    .art {
        margin-bottom: 45px;
    }
    .art_inner {}
    .art_sutTitle {
        font-size: 14px;
    }
    .art_title {
        font-size: 20px;
    }
    .art_text {
        font-size: 13px;
    }
    .art_link {}
    .art_link > a {}
    .art_link > a::before {}
    .art_link > a::after {}
    .art_image {
        margin-bottom: 15px;
    }
    .art_image > img {}
}
