@charset "UTF-8";

/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
/*Animation*/
/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes slide-fade {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    10% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    80% {
        opacity: 1;
    }

    90% {
        opacity: 0;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    100% {
        opacity: 0;
    }
}

@keyframes slide-fade {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    10% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    80% {
        opacity: 1;
    }

    90% {
        opacity: 0;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes wave {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-40%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes wave {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-40%);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes prevwave {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-40%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes prevwave {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-40%);
    }

    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes nextwave {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(40%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes nextwave {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(40%);
    }

    100% {
        transform: translateX(0);
    }
}

/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
/*スマ休*/
/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
.sumakyu {
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    width: 64%;
    max-width: 1000px;
}

.sumakyu img {
    max-width: 100%;
}

/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
/*Top slider*/
/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
.ie .zs-slide {
    transform: scale(1) !important;
}

.zs-enabled {
    width: 100%;
    height: 100vh;
}

.zs-enabled .zs-slides {
    position: fixed !important;
}

#loading {
    position: absolute;
    left: 50%;
    top: 30%;
}

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #FFF;
    z-index: 1;
}

.scroll-link {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 80px;
    color: #ffffff;
    text-decoration: none;
    z-index: 90;
}

a.scroll-link {
    padding-top: 60px;
}

a.scroll-link span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}

a.scroll-link span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
}

/*slider内のメッセージ*/
.slider-message {
    display: none;
    position: relative;
    top: 52%;
    padding-right: 3%;
    padding-left: 3%;
    transform: translateY(-50%);
    color: #ffffff;
    z-index: 50;
    -webkit-animation: slide-fade 8500ms;
    animation: slide-fade 8500ms;
}

.slider-message h2 {
    margin-bottom: 20px;
    font-size: 3.6rem;
    transform: rotate(0.05deg);
    text-align: center;
}

/*.slider-message h2 img.slider-logo {
    width: 15%;
}*/

/*.slider-message h2 img.slide-cmp{
    width: 30%;
}*/

.slider-message h2 .en, .slider-message h2 .ja {
    display: block;
}

.slider-message h2 .en {
    margin-bottom: 10px;
    font-size: 6.5rem;
    line-height: 1.1;
    letter-spacing: 1px;
}

.slider-message h2 .ja {
    font-size: 2rem;
    font-weight: 400;
    word-break: break-all;
    margin-top: 45px;
}

.slider-message .cm-link {
    margin-top: 20px;
    width: 100%;
    padding: 0 40%;
}

.slider-message .linkbtn {
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px 0;
    transition: all 0.3s;
    background: transparent;
}

.slider-message .linkbtn span {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.slider-message .linkbtn:hover, .slider-message .linkbtn:active {
    background-color: #fff;
    color: #171717;
}

.slider-message .linkbtn:hover span, .slider-message .linkbtn:active span {
    border-color: #fff;
}

.iphone5 .zs-enabled .zs-slideshow .zs-bullets {
    display: none;
}

.iphone5 .slider-message {
    top: 47.5%;
}

.iphone5 .slider-message h2 .en {
    font-size: 3rem;
}


/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
/*Top contents*/
/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
.cm-section {
    padding-top: 100px;
}

.text-contents {
    width: 1000px;
    margin: 0 auto 40px;
    letter-spacing: 0;
}

/**/
.caption {
    margin-bottom: 60px;
}

/* Introduction */
.intro-outer {
    background: #7aa3a7;
}

.intro {
    padding-top: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-bottom: 100px;
}

.intro-inner {
    width: 25%;
    /*    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;*/
    padding: 0px 2.5%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
}

.intro-inner h2 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    height: auto;
    width: 100%;
    padding: 72px 0;
    margin-bottom: 30px;
    background-image: url(../img/top/circle.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* information */
.information {
    max-width: 1200px;
    padding: 0 0 100px;
}

.information .catch {
    font-size: 2.2rem;
    letter-spacing: 1px;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #333;
}

.key-visual {
    margin-bottom: 50px;
    position: relative;
}

/*
.key-visual .kv-inner-text{
    position: absolute;
    bottom: 19px;
    right: 0;
    color: #fff;
    background: rgba(0,0,0,.6);
    padding: 18px 26px;
    font-size: 1.9rem;
}
*/
.key-visual img {
    width: 100%;
    height: auto;
}

/* recommend */
.section-bg.recommend-outer {
    background-color: #150000;
    padding-top: 0;
}

.recommend {
    max-width: 1200px;
    padding: 60px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    color: #fff;
}

.recommend .cm-link {
    margin-top: 30px;
}

.recommend-inner {
    max-width: 570px;
}

.recommend-inner h2 {
    font-size: 2.6rem;
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 0;
}

.recommend-inner h2>span {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 0;
    letter-spacing: 1px;
}

.recommend-inner img {
    width: 100%;
}

.recommend-inner p {
    margin: 30px 0 0;
}

/* feature */
.feature {
    padding: 0 0 100px;
    max-width: 1000px;
}

.feature .feature-list {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
}

.feature .feature-list li {
    width: 28%;
    max-width: 280px;
    min-height: 280px;
    margin-bottom: 65px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-repeat: no-repeat;
    /*box-shadow: 5px 5px 5px rgba(0,0,0,.1);*/
    position: relative;
    transition: opacity .6s;
    -webkit-transition: opacity .6s;
}

.feature .feature-list li:hover {
    opacity: 0.6;
}

.mac:not(.iphone):not(.ipad) .feature .feature-list li {
    width: 31.5%;
}

/*.feature .feature-list li:nth-of-type(2),
.feature .feature-list li:nth-of-type(5) {
    margin: 0 0 50px;
}*/
.feature .feature-list .feature-icon {
    width: 108px;
    height: 108px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 9% 7%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 5px solid #f7eecf;
}

.feature .feature-list .feature-icon>img {
    width: 100%;
    height: 100%;
}

.feature .feature-list li a {
    text-decoration: none;
    position: relative;
    z-index: 0;
    display: block;
}

.feature .feature-list li p {
    color: #fff;
    font-size: 1.6rem;
    text-align: left;
}

.feature .feature-list li h3 {
    font-weight: 400;
    font-size: 2.5rem;
    margin: 25px 0 12px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #fff;
    letter-spacing: 0;
    line-height: 1.4;
    color: #f7eecf;
}

.feature .feature-list li h3>span {
    font-size: 1.5rem;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
}

.feature .btn-area {
    margin-top: 40px;
}

.other-details {
    margin: 0;
    color: #f7eecf;
    position: relative;
    border-radius: 5px;
    padding: 0;
    font-size: 1.6rem;
    border: solid 2px #f7eecf;
}

.other-details h4 {
    font-weight: bold;
    color: #020001;
    font-size: 1.6rem;
    margin-bottom: 10px;
    text-align: center;
    background: #f7eecf;
    padding: 6px 0;
    width: 100%;
}

.other-details ul {
    font-weight: bold;
    font-size: 1.6rem;
    padding: 5px 40px 15px;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-around;
    -webkit-justify-content: space-between;
}

.other-details li {
    width: 50%;
    color: #fff;
    margin: 5px 0;
}

.other-details li:last-of-type {
    width: 100%;
}

/* news */
.news {
    padding: 0 0 100px;
    width: 1000px;
}

.news .information-content {
    height: 400px;
    width: 1000px;
    margin: 0 auto 30px;
    overflow-y: scroll;
}

.news .information-content::-webkit-scrollbar {
    overflow: hidden;
    width: 20px;
    background: #444;
    border-radius: 14px;
}

.news .information-content::-webkit-scrollbar:horizontal {
    height: 5px;
}

.news .information-content::-webkit-scrollbar-button {
    display: none;
}

.news .information-content::-webkit-scrollbar-piece {
    background: #444;
}

.news .information-content::-webkit-scrollbar-piece:start {
    background: #444;
}

.news .information-content::-webkit-scrollbar-thumb {
    overflow: hidden;
    border-radius: 14px;
    background: #777;
}

.news .information-content::-webkit-scrollbar-corner {
    overflow: hidden;
    border-radius: 14px;
    background: #777;
}

.news .information-content article {
    padding: 20px 15px 20px 0px;
    border-bottom: 1px solid #fff;
    margin-right: 20px;
}

.news .information-content article * {
    font-size: 1.6rem;
}

.news .information-content article .date {
    margin-bottom: 5px;
    font-size: 1.6rem;
}

.news .information-content article .title {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 1.8rem;
}


/* room */
.room {
    padding: 0 0 100px;
    max-width: 1200px;
}

.room .room-list {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.room .room-list li {
    width: 33.3%;
    max-width: 382px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #fff;
    border-radius: 3px;
}

.room-list li>a {
    display: block;
    background-image: url("../img/room/type-list-a.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.6s;
    padding: 160px 0;
    width: 100%;
    height: 382px;
    text-decoration: none;
    color: #fff;
    position: relative;
}

.room-list li.room-list-b>a {
    background-image: url("../img/room/type-list-b.jpg");
}

.room-list li.room-list-c>a {
    background-image: url("../img/room/type-list-c.jpg");
}

.room-list li>a:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    transition: .6s;
}

.room-list li>a:hover:before {
    background-color: rgba(0, 0, 0, .1);
}

.room .room-list li .room-inner-text {
    position: relative;
    z-index: 1;
}

.room .room-list li .room-inner-text h3 {
    font-weight: 300;
    font-size: 2.4rem;
}

.room .room-list li .room-inner-text h3>span.msg-en {
    font-size: 4rem;
    font-weight: 400;
    padding-left: 5px;
}

.room .room-list li .room-inner-text h3>span.msg-jp {
    font-size: 2rem;
    font-weight: 400;
    display: block;
}

.room .room-list li p {
    font-size: 1.6rem;
    padding: 20px 0;
}

/* floormap */
.floor {
    padding: 100px 0;
    width: 1000px;
}

.floor-inner {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
}

.floor-inner img {
    width: 100%;
    margin-bottom: 30px;
}

.cm-floor-description {
    margin: 50px 0 30px;
    padding: 15px 30px 7px;
    border-top: 1px solid #8c9042;
    border-bottom: 1px solid #8c9042;
}

.cm-floor-description li i {
    color: #8c9042;
}

/* map */
.map {
    padding: 0;
    width: 1000px;
}

.map-inner {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.map-inner>#map {
    width: 100%;
    height: 500px;
    margin-bottom: 30px;
}

.map-inner p.sub-txt {
    text-align: center;
    line-height: 3.5rem;
}

.map-inner .sub-txt>i.icon-mappin {
    font-size: 2.5rem;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

.map-inner .sub-txt>i.icon-train {
    font-size: 2.4rem;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

.map .btn-line {
    margin-top: 40px;
}

.map-iframe iframe {
    width: 100%;
    height: 500px;
}

.map iframe {
    width: 100%;
    height: 100%;
}

/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
/*Responsive*/
/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
@media screen and (max-width: 1366px) {
    .slider-message h2 img.slide-cmp {
        width: 40%;
    }

    .slider-message h2 img.slide-logo {
        width: 20%;
    }

    .slider-message {
        top: 55%;
    }
}

@media screen and (max-width: 1199px) {
    .cm-section {
        max-width: none;
        width: 100%;
        min-width: 100%;
        margin: 0 auto;
        padding: 0 70px 80px;
    }

    .slider-message {
        top: 50%;
    }

    .slider-message h2 img.slide-cmp {
        width: 50%;
    }

    /*informaion*/
    .information .key-visual {
        margin-bottom: 35px;
    }

    .information .text-contents {
        width: 100%;
    }

    /*recommend*/
    .recommend {
        margin-bottom: 0;
        padding: 60px 70px;
    }

    .recommend-inner {
        width: 47%;
    }

    /*feature*/
    .feature {
        min-width: 100%;
    }

    .feature .feature-list li {
        width: 30%;
        max-width: 50%;
        margin: 0 0% 6% 0%;
        min-height: 295px;
    }

    .feature .feature-list li p {
        font-size: 1.6rem;
    }

    .feature .feature-list li:nth-of-type(2), .feature .feature-list li:nth-of-type(5) {
        margin: 0 auto 3%;
    }

    .feature .feature-list li h3>span {
        margin-top: 0;
    }

    .feature .feature-list .feature-icon {
        width: 110px;
        height: 110px;
    }

    .feature .feature-list .feature-icon>i {
        font-size: 7rem;
    }

    dl.other-details {
        justify-content: center;
        -webkit-justify-content: center;
    }

    dl.other-details dd {
        padding: 10px 0px 5px 0px;
        width: 47%;
    }

    /*news*/
    .news .information-content,
    .news .news-ban-area {
        width: 100%;
    }

    .news .news-ban-area img {
        width: 100%;
    }

    .cm-gallery a img:hover {
        box-shadow: none;
    }

    .news .news-ban-area a {
        margin-bottom: 5px;
    }

    /*room*/
    .room .room-list li {
        max-width: 285px;
        width: 32.3%;
    }

    .room-list li>a {
        padding: 95px 0;
        height: 285px;
    }

    .room .room-list li p {
        font-size: 1.5rem;
        text-align: left;
    }

    /*floor*/
    .cm-floor-description {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin: 20px 0;
        padding: 15px 0;
    }

    /*map*/
    .map {
        padding-bottom: 0;
    }

    .map-inner {
        width: 100%;
    }
}

@media screen and (max-height: 800px) {
    .scroll-link {
        display: none;
    }
}

@media screen and (max-width: 899px) {
    .scroll-link {
        bottom: 60px;
    }

    .slider-message .linkbtn {
        margin: 0;
    }

    .cm-section {
        padding: 0 30px 50px;
    }

    .home .cm-section.recommend {
        margin-bottom: 0;
        padding: 50px 30px;
    }

    .recommend-inner {
        position: relative;
        height: 440px;
    }

    .recommend-inner .cm-link {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    /* Introduction */
    .intro-outer {}

    .intro {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: space-around;
        -webkit-justify-content: space-around;
    }

    .intro-inner {
        width: 45%;
        display: block;
        margin-bottom: 40px;
    }

    .intro-inner h2 {
        margin-bottom: 20px;
        width: 65%;
        margin: 0 auto 15px;
        padding: 65px 0;
    }

    .intro-inner p {
        /*display: none;*/
    }

    /*feature*/
    .feature .feature-list .feature-icon {
        width: 90px;
        height: 90px;
    }

    .feature .feature-list .feature-icon>i {
        font-size: 5rem;
    }

    .feature .feature-list a:before {
        width: 90px;
        height: 90px;
        right: -52px;
        top: 6px;
    }

    dl.other-details dd {
        width: 45%;
    }

    .room .room-list li {
        max-width: 228px;
        width: 32.3%;
    }

    .room-list li>a {
        padding: 70px 0;
        height: 228px;
    }

    .room .room-list li .room-inner-text h3 {
        font-size: 2rem;
    }

    .room .room-list li .room-inner-text h3>span.msg-en {
        font-size: 3.6rem;
    }

    .room .room-list li .room-inner-text h3>span.msg-jp {
        font-size: 1.6rem;
    }

    .room .room-list li p {
        font-size: 1.5rem;
    }

    /*floor*/
    .cm-floor-description {
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin: 20px 0;
        padding: 15px 40px 5px;
    }

    .cm-floor-description li {
        display: inline-block;
        margin: 0 40px 10px 0;
    }

    .map {
        padding-bottom: 0;
    }

    .slider-message {
        align-items: center;
        width: 100%;
        padding: 0 25px;
        left: 0;
        box-sizing: border-box;
    }

    .slider-message h2 {
        flex: 2;
    }

    .slider-message h2 .en {
        font-size: 3.8rem;
    }

    .slider-message h2 .ja {
        margin-top: 30px;
    }

    .slider-message .linkbtn {
        flex: 1;
    }
}

@media screen and (max-width: 599px) {
    span.br {
        display: block;
    }

    a.scroll-link {
        display: none;
    }

    .sumakyu {
        width: 90%;
    }

    .slider-message {
        top: 50%;
        left: 0;
        width: 100%;
        padding: 0 25px;
        box-sizing: border-box;
        text-align: center;
        transform: translateY(-50%);
    }

    .slider-message h2 {
        margin-bottom: 0;
        text-align: center;
    }

    .slider-message h2 .en {
        font-weight: bold;
    }

    .slider-message h2 .br {
        display: block;
    }

    .slider-message h2 .ja {
        font-size: 1.6rem;
        margin-top: 15px;
    }

    .slider-message h2 img {
        width: 60%;
    }

    .slider-message .linkbtn {
        width: 100%;
        max-width: 100%;
    }

    .zs-enabled.overlay-plain .zs-slideshow:after {
        background-color: rgba(0, 0, 0, .4) !important;
    }

    .cm-section {
        width: 100%;
        padding: 0 15px 35px;
    }

    .cm-h2 span {
        margin-top: -5px;
    }

    /* intro */
    .intro {
        padding-top: 10px !important;
    }

    .intro-inner {
        width: 100%;
        padding: 0;
        /*clear: both;*/
        margin-bottom: 40px;
    }

    .intro-inner:last-of-type {
        margin-bottom: 0;
    }

    .intro-inner h2 {
        margin: 0 auto;
        width: 85%;
        height: auto;
        background: none;
        color: #7aa3a7;
        text-align: center;
        padding: 0;
    }

    .intro-inner h2>span {
        background: #fff;
        padding: 7px 15px 5px;
        border-radius: 50px;
        font-size: 1.6rem;
        display: block;
    }

    .intro-inner h2 br {
        display: none;
    }

    .intro-inner p {
        width: 80%;
        margin: 0 auto;
        padding: 15px 0 0;
    }

    /*
    .intro-inner:nth-of-type(odd) h2 {
        float: left;
    }
    .intro-inner:nth-of-type(odd) p {
        float: right;
    }
    .intro-inner:nth-of-type(even) h2 {
        float: right;
    }
    .intro-inner:nth-of-type(even) p {
        float: left;
    }
*/
    /* information */
    .information .key-visual {
        margin-bottom: 20px;
    }

    .information .key-visual img {
        box-shadow: none;
    }

    /*
    .key-visual .kv-inner-text {
        position: absolute;
        bottom: 50%;
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
        background: rgba(0,0,0,.6);
        padding: 14px;
        width: 100%;
        font-size: 1.6rem;
        text-align: center;
    }
    */
    .information .catch {
        font-size: 1.7rem;
    }

    /* recommend */
    .recommend-inner h2>span {
        margin-top: -5px;
    }

    .home .cm-section.recommend {
        display: block;
        margin-bottom: 0;
        padding: 35px 6%;
    }

    .recommend-inner {
        width: 100%;
        margin-bottom: 0;
        height: auto;
    }

    .recommend .recommend-inner:first-of-type {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px dotted #fff;
    }

    .recommend-inner h2 {
        margin-bottom: 15px;
    }

    .recommend-inner p {
        margin: 15px 0 0;
    }

    .recommend-inner .cm-link {
        position: static;
        bottom: 0;
        left: 0;
        transform: none;
        -webkit-transform: none;
    }

    /*feature*/
    .feature .feature-list li {
        width: 49%;
        min-height: auto;
        margin-bottom: 5%;
    }

    .feature .feature-list li:nth-of-type(2), .feature .feature-list li:nth-of-type(5) {
        margin: 0 0 5%;
    }

    .feature .feature-list li p {
        display: none;
    }

    .feature .feature-list li h3 {
        margin: 15px 0 0;
        font-size: 1.8rem;
        border: none;
        padding-bottom: 0;
    }

    .feature .feature-list li h3>span {
        font-size: 1.4rem;
    }

    .feature .feature-list .feature-icon {
        width: 75px;
        height: 75px;
    }

    .feature .feature-list .feature-icon>i {
        font-size: 4.5rem;
    }

    .feature .btn-area {
        border: none;
        margin-top: 0;
    }

    .other-details ul {
        font-size: 1.5rem;
        padding: 5px 15px 10px;
    }

    .other-details li {
        width: 100%;
        margin: 10px 0;
    }

    /*news*/
    .news .information-content {
        height: 300px;
        width: 90%;
    }

    .news .camp-ban-area figure.camp-ban-half {
        width: 100%;
        max-width: none;
    }

    .news .camp-ban-area figure {
        margin-bottom: 4px;
    }

    .news .information-content article {
        margin-right: 10px;
    }

    .news .news-ban-area {
        padding-top: 20px;
    }

    .news .news-ban-area img {
        margin-bottom: 4px;
    }

    .news .information-content::-webkit-scrollbar {
        width: 5px;
    }

    /*room*/
    .room .room-list {
        margin-bottom: 0;
    }

    .room .room-list li {
        width: 100%;
        max-width: none;
        height: 120px;
        border-radius: 0;
        margin-bottom: 2px;
        overflow: hidden;
    }

    .room .room-list li a {
        padding: 40px 0 40px 25px;
        height: 120px;
    }

    .room .btn-area {
        border: none;
        margin-top: 0;
    }

    .room .room-list li .room-inner-text {
        text-align: left;
    }

    .room .room-list li .room-inner-text h3 {
        font-size: 2rem;
    }

    .room .room-list li .room-inner-text h3>span.msg-en {
        font-size: 3rem;
    }

    .room .room-list li .room-inner-text h3>span.msg-jp {
        font-size: 1.6rem;
        display: inline;
        padding-left: 10px;
    }

    .room .room-list li p {
        display: none;
    }

    /*floor*/
    .cm-floor-description {
        justify-content: space-between;
        -webkit-justify-content: space-between;
        padding: 15px 20px 5px;
    }

    .cm-floor-description li {
        margin: 0 0 10px 0;
        width: 32%;
    }

    .floormap .floor-content-roomtype {
        flex-wrap: wrap;
        margin-bottom: 50px;
    }

    /*map*/
    .home .cm-section.map {
        padding: 0 6％ 0;
    }

    .map .cm-link {
        margin-top: 0;
        border-top: none;
    }

    .map-iframe iframe {
        width: 100%;
        height: 350px;
    }

    .map-inner {
        padding-bottom: 0;
    }

    .map-inner>#map {
        width: 100%;
        height: 300px;
        margin-bottom: 15px;
    }

    .custom-navigation {
        display: none;
    }

    .slider-message {
        padding: 0 10px;
    }

    .map-inner p.sub-txt {
        text-align: left;
        font-size: 1.5rem;
    }

    a.scroll-link {
        font-size: 1.3rem;
        padding-top: 45px;
    }

    a.scroll-link span {
        left: 55%;
        width: 22px;
        height: 40px;
    }

    a.scroll-link span::before {
        top: 5px;
    }

    .slider-message .cm-link {
        padding: 0 20%;
    }
}

@media screen and (max-width: 360px) {
    .slider-message h2 img {
        width: 50%;
    }

    .slider-message h2 img.open-cmp {
        width: 70%;
    }

    a.scroll-link {
        display: none;
    }

    .slider-message h2 .ja {
        font-size: 1.4rem;
    }

    .information .catch {
        font-size: 1.55rem;
    }

    .feature .feature-list li {
        min-height: 130px;
        padding: 0;
    }

    .feature .feature-list li h3 {
        font-size: 1.6rem;
    }

    .feature .feature-list li a {
        padding: 10px 5px;
    }

    .feature .feature-list li h3>span {
        font-size: 1.3rem;
    }

    dl.other-details dd {
        padding: 5px 0px 5px 10px;
        font-size: 1.3rem;
    }

    .room .room-list li {
        height: 100px;
    }

    .room .room-list li a {
        padding: 29px 0 29px 20px;
        height: 100px;
    }

    .room .room-list li .room-inner-text h3 {
        font-size: 1.8rem;
    }

    .room .room-list li .room-inner-text h3>span.msg-en {
        font-size: 3rem;
    }

    .room .room-list li .room-inner-text h3>span.msg-jp {
        font-size: 1.4rem;
        display: inline;
        padding-left: 10px;
    }

    .cm-floor-description {
        padding: 15px 25px 5px;
    }

    .cm-floor-description li {
        width: 45%;
    }

    .cm-floor-description li span {
        font-size: 1rem;
    }

    .cm-h2 {
        padding: 20px 0;
    }
}

@media screen and (min-height: 5238px) {
    .zs-enabled {
        height: auto;
        min-height: 768px;
    }

    .slider-message {
        position: absolute;
    }
}

@media screen and (min-height: 5238px) and (max-width: 360px) {
    .zs-enabled {
        min-height: 600px;
    }
}