@charset "UTF-8";

/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
/*Animation*/
/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
@-webkit-keyframes sdb {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes slide-fade {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    11% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@keyframes slide-fade {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    11% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

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

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

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


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

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

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

.scroll-link span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}
.scroll-link span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.scroll-link span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}
.scroll-link span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

/*slider内のメッセージ*/
.slider-message {
    display: none;
    position: relative;
    top: 50%;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    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: 36px;
    font-family: "$HelveticaThn";
    font-weight: normal;
    -webkit-transform: rotate(0.05deg);
    -ms-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
}
.slider-message h2 .en, .slider-message h2 .ja {
    display: block;
}
.slider-message h2 .en {
    margin-bottom: 10px;
    font-size: 65px;
    line-height: 1.1;
    letter-spacing: 1px;
}
.slider-message h2 .ja {
    font-size: 21px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    word-break: break-all;
}
.slider-message .linkbtn {
    border: 1px solid #ffffff;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.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: #171717;
}

.iphone5 .zs-enabled .zs-slideshow .zs-bullets {
    display: none;
}
.iphone5 .slider-message {
    top: 60%;
}
.iphone5 .slider-message h2 .en {
    font-size: 30px;
}
/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
/*glimpse*/
/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/

.mdn_touchevents [data-bg-fix="place-1"] .js-bg-fix {
    background: url('../img/top/glimpse-place1.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}
.mdn_touchevents [data-bg-fix="place-2"] .js-bg-fix {
    background: url('../img/top/glimpse-place2.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}
.mdn_touchevents [data-bg-fix="place-3"] .js-bg-fix {
    background: url('../img/top/glimpse-place3.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}
.mdn_touchevents [data-bg-fix="place-4"] .js-bg-fix {
    background: url('../img/top/glimpse-place4.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}
.mdn_touchevents [data-bg-fix="place-5"] .js-bg-fix {
    background: url('../img/top/glimpse-place5.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

.glimpse .glimpse-message {
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.glimpse.place-1 .glimpse-message .description-content > dt {
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff;
}
.glimpse.place-1 .glimpse-message .description-content > dt .description {
    display: table;
    margin-bottom: 30px;
    font-size: 22px;
}

.glimpse.place-1 .glimpse-message .description-content > dt .description dt {
    position: relative;
    display: table-cell;
    min-width: 200px;
    border-top: 1px solid #ffffff;
    /* border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff; */
}

.glimpse.place-1 .glimpse-message .description-content > dt .description dt:before {
    position: absolute;
    top: 2em;
    width: 100%;
    border-bottom: 1px solid #ffffff;
    content: '';
}
.glimpse.place-1 .glimpse-message .description-content > dt .description dt:after {
    position: absolute;
    top: 0.25em;
    right: -0.75em;
    width: 1.45em;
    height: 1.45em;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: '';
}

.glimpse.place-1 .glimpse-message .description-content > dt .description dt span {
    display: inline-block;
    margin-right: 5px;
    padding: 3px 10px;
    background: #ffffff;
    color: #7c7c7e;
}

.glimpse.place-1 .glimpse-message .description-content > dt .description dd {
    padding-left: 2em;
}

.glimpse.place-1 .glimpse-message .description-content > dd {
    font-size: 62px;
    font-family: "$HelveticaThn";
    line-height: 1;
    -webkit-transform: rotate(0.05deg);
    -ms-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
}

.glimpse.place-2 .glimpse-message .description-content dt, .glimpse.place-3 .glimpse-message .description-content dt {
    font-size: 62px;
    font-family: "$HelveticaThn";
    line-height: 1.4;
    -webkit-transform: rotate(0.05deg);
    -ms-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
}

/*.glimpse.place-2 .glimpse-message .description-content dd:first-of-type, .glimpse.place-3 .glimpse-message .description-content dd:first-of-type {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
}*/

.business{
    font-size: 27px;
    font-weight: 200;
}

.glimpse.place-4 .glimpse-message {
    width: 100%;
}

.glimpse.place-4 .glimpse-message img {
    width: 100%;
    max-width: 300px;
}

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

.information {
    max-width: 900px;
    padding-top: 150px;
}

.information .information-content {
    height: 180px;
    margin-bottom: 30px;
    overflow-y: scroll;
    border: solid 1px #cdcdcd;
    background: #fbfbfbc9;
    border-radius: 5px;
}

.information .information-content::-webkit-scrollbar {
    overflow: hidden;
    width: 5px;
    background: #eee;
    border-radius: 3px;
}
.information .information-content::-webkit-scrollbar:horizontal {
    height: 5px;
}
.information .information-content::-webkit-scrollbar-button {
    display: none;
}
.information .information-content::-webkit-scrollbar-piece {
    background: #eee;
}
.information .information-content::-webkit-scrollbar-piece:start {
    background: #eee;
}
.information .information-content::-webkit-scrollbar-thumb {
    overflow: hidden;
    border-radius: 3px;
    background: #333;
}
.information .information-content::-webkit-scrollbar-corner {
    overflow: hidden;
    border-radius: 3px;
    background: #333;
}

.information .information-content article {
    padding: 20px 15px;
    border-bottom: 1px solid #bbbbbb;
}
.information .information-content article * {
    font-size: 14px;
}
.information .information-content article .date {
    margin-bottom: 5px;
    font-size: 12px;
}
.information .information-content article .title {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
}

.information .information-bn img {
    width: 100%;
    height: auto;
}

.cm-floor-description {
    margin-bottom: 50px;
}

.welcome .cm-section-message {
    margin-bottom: 80px;
}

.welcome .welcome-photo {
    position: relative;
    margin-bottom: 30px;
}

.welcome .welcome-photo .photo-parent {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 1000px;
    margin: 0 auto 10px;
}
.welcome .welcome-photo .photo-parent figure {
    width: 32.7%;
}
.welcome .welcome-photo .photo-parent figure:nth-of-type(1),
.welcome .welcome-photo .photo-parent figure:nth-of-type(2) {
    width: 49.5%;
}
.welcome .welcome-photo .photo-parent figure img {
    width: 100%;
}
.cm-gallery a img:hover {
    box-shadow: none;
}
/*.welcome .welcome-photo .photo-small {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 33%;
    margin-bottom: 5px;
}
.welcome .welcome-photo .photo-small img {
    width: 100%;
    height: 49.5%;
}
.welcome .welcome-photo .photo-small img:first-of-type {
    width: 100%;
    height: 49.5%;
    margin-bottom: 0;
}*/
.feature .feature-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.feature .feature-list li {
    width: 33.3%;
    margin-bottom: 50px;
    text-align: center;
}
.feature .feature-list .hex {
    width: 90%;
    max-width: 250px;
    margin-bottom: 10px;
    transition: 0.3s;
}
.feature .feature-list li a {
    text-decoration: none;
}
.feature .feature-list li a:hover .hex {
    opacity: 0.6;
}

.feature .feature-list li p {
    color: #6c6c6c;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
}

.facilities .facilities-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.facilities .facilities-content .databox {
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.facilities .facilities-content .databox:first-of-type {
    /*margin-right: 60px;*/
}

.facilities .facilities-content .databox h2 {
    font-weight: 700;
    margin-bottom: 0.5em;
}

.facilities .facilities-content .databox img {
    width: 100%;
    margin-bottom: 10px;
}

.facilities .facilities-content .databox p {
    margin-bottom: 40px;
    position: relative;
}
/*
.facilities .facilities-content article:first-of-type p:before {
    content: '';
    color: #de8a22;
    margin-bottom: 0!important;
    position: absolute;
    top: -30px;
}
*/
.facilities .facilities-content .databox .cm-link {
    /*-webkit-box-pack: start;*/
    /*-webkit-justify-content: flex-start;*/
    /*-ms-flex-pack: start;*/
    /*justify-content: flex-start;*/
    -webkit-justify-content: center;
    justify-content: center;
}

.floormap .floormap-message {
    margin-bottom: 30px;
}

.floormap .floor-content-roomtype {
    margin-bottom: 80px;
}


/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
/*Instagram*/
/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
.instarea_outer {
    margin-bottom: 50px;
    overflow: hidden;
}
.instagram .cm-h2 {
    margin-bottom: 20px;
    line-height: 1;
}
.instagram .cm-h2 img {
    width: 80px;
    height: auto;
}

.insta-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    /* border-top: 1px solid #000; */
    /* border-bottom: 1px solid #000; */
}

.insta-list a {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
    background-color: #000;
    color: #fff;
    overflow: hidden;
}
.insta-list .img {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 101%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.insta-list img {
    display: block;
    min-width: 100%;
    width: auto;
    min-height: 100%;
    max-height: 101%;
}

.pc-insta .pict-0 {
    width: 12.5%;
}
.pc-insta .pict-2 {
    width: 25%;
}
.pc-insta .pict-3 {
    width: 12.5%;
}
.pc-insta .pict-5 {
    width: 25%;
}
.pc-insta .pict-6 {
    width: 25%;
}
.pc-insta .pict-6 a {
    width: 50%;
    padding-top: 50%;
    float: left;
}

.insta-list .mask {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.mask-content {
    width: 100%;
    height: 100%;
}
.sns-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 34px;
}
.insta-list a:hover .mask, .insta-list a:active .mask {
    visibility: visible;
    opacity: 1;
}

.sp-insta {
    display: none;
}
.sp-insta .pict-0 {
    width: 50%;
}
.sp-insta .pict-1 {
    width: 50%;
}
.sp-insta .pict-1 a {
    width: 50%;
    padding-top: 50%;
    float: left;
}
.information-provisional{
    padding: 30px;
}


/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
/*Responsive*/
/*+~+~+~+~+~+~+~+~+~+~~+~+~+~+~+~+~+~+~+~+~+~+~+~+~+~++~~++*/
@media screen and (max-width: 1024px) {
    .mdn_touchevents .zs-enabled .zs-slides {
        height: 110vh;
    }

    .glimpse {
        height: 300px;
        padding: 0;
    }
    .glimpse.place-1 .glimpse-message .description-content dt .description {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .glimpse.place-1 .glimpse-message .description-content dt .description dt:before {
        top: 2.1em;
    }
    .glimpse.place-1 .glimpse-message .description-content dt .description dt:after {
        top: 0.3em;
        right: -0.73em;
    }
    .glimpse.place-1 .glimpse-message .description-content>dd {
        font-size: 40px;
    }
    .glimpse.place-2 .glimpse-message .description-content dt,
    .glimpse.place-3 .glimpse-message .description-content dt {
        font-size: 40px;
    }

    /*informaion*/
    .information {
        padding-top: 100px;
    }
    .information .information-content {
        height: 300px;
    }
    /*welcome*/
    .welcome .cm-section-message {
        margin-bottom: 3em;
    }
    .welcome .welcome-photo .photo-parent {
        width: 100%;
    }
    .welcome .welcome-photo .photo-parent figure {
        width: 32.7%;
    }
    .welcome .welcome-photo .photo-parent figure:nth-of-type(1),
    .welcome .welcome-photo .photo-parent figure:nth-of-type(2) {
        width: 49.5%;
    }
    .welcome .welcome-photo .photo-parent figure img {
        width: 100%;
    }
    .cm-gallery a img:hover {
        box-shadow: none;
    }
    /*facilities*/
    .facilities .facilities-content .databox {
        position: relative;
        width: 100%;
        padding: 0 15px;
    }
    .facilities .facilities-content .databox:first-of-type {
        margin-right: 0;
    }
    .facilities .facilities-content .databox h1 {
        padding-top: 25px;
        text-align: center;
    }
    .facilities .facilities-content .databox img {
        width: 100%;
        margin-bottom: 15px;
    }
    .facilities .facilities-content .databox p {
        margin-bottom: 20px;
    }
    .facilities .facilities-content .databox .cm-link {
        margin-bottom: 25px;
    }
    .facilities .facilities-content article:first-of-type p:before {
        top: -22px;
    }

    /*181227*/
    .cm-breadcrumbs {
        padding: 10px 30px 10px 30px;
    }
    .cm-footer .footer-contact {
        -ms-flex-wrap: wrap; /*IE10*/
        -webkit-flex-wrap: wrap; /* Safari6.1以降 */
        flex-wrap: wrap;
        -webkit-justify-content: center;   /* Safari etc. */
        -ms-justify-content: center;   /* IE10        */
        justify-content: center;
        text-align: left;
    }
    .cm-footer .footer-contact .left-content {
        display: flex;
        display: -webkit-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .scroll-link {
        bottom: 60px;
    }
    .slider-message .linkbtn {
        margin: 0;
    }
    .slider-message h2 .br {
        display: block;
    }

    .cm-section {
        padding-top: 70px;
    }

    .information {
        padding-top: 100px;
    }

    .facilities .facilities-content .databox {
        padding: 10px 15px;
    }
    .facilities .facilities-content .databox:before {
        position: absolute;
        top: -10px;
        left: 0;
        width: 100%;
        border-top: 1px solid #bbbbbb;
        content: '';
    }
    .cm-footer .footer-contact .right-content {
        -webkit-justify-content: flex-end;   /* Safari etc. */
        -ms-justify-content: flex-end;   /* IE10        */
        justify-content: flex-end;
    }
    .cm-footer .footer-contact .right-content a {
        width: 85%;
    }
    .cm-footer .footer-contact .left-content address {
        width: 70%;
        padding-left: 5%;
        line-height: 1.6;
    }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
    .slider-message {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 0 25px;
        left: 0;
        box-sizing: border-box;
    }
    .slider-message h2 {
        margin-bottom: 30px;
        font-size: 28px;
        -webkit-box-flex: 2;
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }
    .slider-message h2 .en {
        font-size: 38px;
    }
    .slider-message h2 .ja {
        font-size: 16px;
    }
    .slider-message h2 .br {
        display: none;
    }
    .slider-message .linkbtn {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .scroll-link {
        display: none;
    }
    .scroll-link span {
        width: 19px;
        height: 19px;
    }

    .information {
        padding-top: 70px;
    }

    .feature .feature-list li dl .hex {
        width: 90px;
        height: 148px;
    }

    .glimpse {
        height: 250px;
    }
}

@media screen and (max-width: 670px) {
    .scroll-link {
        display: none;
    }
    .slider-message h2 {
        font-size: 32px;
    }
    .slider-message h2 .en {
        font-size: 55px;
    }
    .slider-message h2 .ja {
        font-size: 20px;
    }
    .feature .feature-list li p {
        font-size: 13px;
    }
    .facilities .facilities-content {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .glimpse.place-1 .glimpse-message .description-content dt .description {
        font-size: 14px;
    }
    .glimpse.place-1 .glimpse-message .description-content > dt .description dt {
        min-width: 150px;
    }
    .glimpse.place-1 .glimpse-message .description-content > dt .description dt:before {
        top: 2.2em;
    }
    .glimpse.place-1 .glimpse-message .description-content > dt .description dt:after {
        right: -0.82em;
        width: 1.65em;
        height: 1.65em;
    }
    .pc-insta {
        display: none;
    }
    .sp-insta {
        display: block;
    }
    .information .information-content {
        height: 300px;
        width: 90%;
        margin: 0 auto 30px;
    }
}

@media screen and (max-width: 450px) {
    .slider-message {
        top: 50%;
        left: 0;
        width: 100%;
        padding: 0 25px;
        box-sizing: border-box;
        text-align: center;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .slider-message h2 {
        margin-bottom: 30px;
        font-size: 18px;
        text-align: center;
    }
    .slider-message h2 .en {
        font-size: 38px;
        font-weight: bold;
    }
    .slider-message h2 .br {
        display: block;
    }
    .slider-message h2 .ja {
        font-size: 16px;
    }
    .slider-message .linkbtn {
        width: 100%;
        max-width: 100%;
    }
    .business {
        font-size: 18px;
    }
    .glimpse {
        height: 250px;
    }
    .glimpse .glimpse-message {
        width: 90%;
    }
    .glimpse.place-1 .glimpse-message .description-content > dt .description {
        font-size: 12px;
    }
    .glimpse.place-1 .glimpse-message .description-content > dt .description dt {
        min-width: 120px;
    }
    .glimpse.place-1 .glimpse-message .description-content dt .description dt:after {
        top: 0.25em;
        right: -0.9em;
        width: 1.7em;
        height: 1.7em;
    }
    .glimpse.place-1 .glimpse-message .description-content>dd {
        font-size: 31px;
    }
    .glimpse.place-2 .glimpse-message .description-content dt,
    .glimpse.place-3 .glimpse-message .description-content dt {
        font-size: 31px;
    }
    .glimpse.place-4 .glimpse-message img {
        width: 30%;
    }
    .glimpse.place-4 .description-content {
        width: 100%;
    }
    .glimpse.place-2 .glimpse-message .description-content dd:first-of-type, .glimpse.place-3 .glimpse-message .description-content dd:first-of-type {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .cm-section {
        padding-top: 50px;
    }

    .information {
        padding: 50px 10px 20px 10px;
    }

    .welcome .cm-section-message {
        margin-bottom: 30px;
    }
    .welcome .welcome-photo .photo-parent {
        margin-bottom: 3px;
    }
    .welcome .welcome-photo .photo-parent img:first-of-type {
        margin-right: 3px;
    }
    .welcome .welcome-photo .photo-small img:first-of-type {
        margin-right: 10px;
    }
    .welcome .welcome-photo .photo-parent figure {
        width: 49.3%!important;
    }
    .welcome .welcome-photo .photo-small {
        position: static;
        width: 100%;
    }
    .feature .feature-list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .feature .feature-list li {
        width: 44%;
        margin: 0 3% 5% 3%;
    }
    .feature .feature-list .hex{
        margin-bottom: 5px;
    }
    .facilities .facilities-content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .facilities .facilities-content .databox h2 {
        font-size: 18px;
    }
    .floormap .floor-content-roomtype {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }

    /*181227*/
    .cm-breadcrumbs {
        padding: 10px 30px 10px 30px;
    }
    .cm-footer .footer-contact {
        -ms-flex-wrap: wrap; /*IE10*/
        -webkit-flex-wrap: wrap; /* Safari6.1以降 */
        flex-wrap: wrap;
        -webkit-justify-content: center;   /* Safari etc. */
        -ms-justify-content: center;   /* IE10        */
        justify-content: center;
        text-align: left;
    }
    .cm-footer .footer-contact .left-content {
        display: flex;
        display: -webkit-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px;
        min-width: 100%;
        width: 100%;
    }
    .cm-footer .footer-contact .left-content img {
        max-width: 25%;
    }
    .cm-footer .footer-contact .left-content address {
        width: 70%;
        padding-left: 5%;
    }
    .cm-footer .footer-contact .right-content {
        min-width: 100%;
        width: 100%;
    }
    .cm-footer .footer-contact .right-content a {
        width: 100%;
    }
}
@media screen and (max-width: 375px) {
    .slider-message h2 {
        font-size: 23px;
    }
}
@media screen and (max-width: 320px) {
    .custom-navigation {
        display: none;
    }
    .slider-message {
        padding: 0 10px;
    }
    .slider-message h2 {
        font-size: 20px;
    }
    .slider-message h2 .en {
        font-size: 34px;
    }
    .slider-message h2 .ja {
        font-size: 13px;
    }
    .feature .feature-list li{
        width: 50%;
        margin: 0 0 15px 0;
    }
    .feature .feature-list li p {
        font-size: 10px;
    }
    .cm-footer .footer-contact {
        text-align: center;
        display: block;
    }
    .cm-footer .footer-contact .left-content img {
        max-width: 22%;
        margin-bottom: 10px;
    }
    .cm-footer .footer-contact .left-content {
        -ms-flex-wrap: wrap; /*IE10*/
        -webkit-flex-wrap: wrap; /* Safari6.1以降 */
        flex-wrap: wrap;
        -webkit-justify-content: center;   /* Safari etc. */
        -ms-justify-content: center;   /* IE10        */
        justify-content: center;
        width: 280px;
    }
    .cm-footer .footer-contact .left-content address {
        width: 280px;
        padding-left: 0;
    }
    .cm-footer .footer-contact .right-content {
        width: 280px;
    }
}

@media screen and (min-height: 6500px) {
    .zs-enabled {
        height: auto;
        min-height: 798px;
    }
    .slider-message {
        position: absolute;
    }
}
@media screen and (min-height: 6500px) and (max-width: 360px){
    .zs-enabled {
        min-height: 667px;
    }
}