@charset "UTF-8";

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

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

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

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

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

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

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

@-webkit-keyframes anim-scale {
    0% {
        -webkit-transform: scale(0,0);
        transform: scale(0,0);
        border-width: 3px;
        -webkit-animation-timing-function: cubic-bezier(.165,.84,.44,1);
        animation-timing-function: cubic-bezier(.165,.84,.44,1)
    }

    30% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        border-width: 1px;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        border-width: 1px
    }
}

@keyframes anim-scale {
    0% {
        -webkit-transform: scale(0,0);
        transform: scale(0,0);
        border-width: 3px;
        -webkit-animation-timing-function: cubic-bezier(.165,.84,.44,1);
        animation-timing-function: cubic-bezier(.165,.84,.44,1)
    }

    30% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        border-width: 1px;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        border-width: 1px
    }
}

@-webkit-keyframes anim-opacity {
    0% {
        opacity: 1;
        -webkit-animation-timing-function: cubic-bezier(.645,.045,.355,1);
        animation-timing-function: cubic-bezier(.645,.045,.355,1)
    }

    30% {
        opacity: 0;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0
    }
}

@keyframes anim-opacity {
    0% {
        opacity: 1;
        -webkit-animation-timing-function: cubic-bezier(.645,.045,.355,1);
        animation-timing-function: cubic-bezier(.645,.045,.355,1)
    }

    30% {
        opacity: 0;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes bbottom {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

@keyframes bbottom {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

@-webkit-keyframes showNav {
    0% {
        visibility: visible;
        opacity: 0
    }

    100% {
        visibility: visible;
        opacity: 1
    }
}

@keyframes showNav {
    0% {
        visibility: visible;
        opacity: 0
    }

    100% {
        visibility: visible;
        opacity: 1
    }
}

@-webkit-keyframes hideNav {
    0% {
        visibility: visible;
        opacity: 1
    }

    99% {
        visibility: visible;
        opacity: 0
    }

    100% {
        visibility: hidden;
        opacity: 0
    }
}

@keyframes hideNav {
    0% {
        visibility: visible;
        opacity: 1
    }

    99% {
        visibility: visible;
        opacity: 0
    }

    100% {
        visibility: hidden;
        opacity: 0
    }
}

* {
    margin: 0;
    padding: 0
}

html {
    box-sizing: border-box;
    height: 100%;
    position: relative
}

*, :after, :before {
    box-sizing: inherit
}

body {
    background: #fff;
    height: 100%;
    overflow-x: hidden
}

img {
    height: auto;
    max-width: 100%
}

a {
    color: #000;
    text-decoration: none
}

    a:focus {
        outline: 0
    }

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
}

dt {
    font-weight: 700;
    width: 100px
}

dd {
    margin: 0;
    width: calc(100% - 100px)
}

button, input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    border-radius: 0;
    cursor: pointer;
    text-align: center
}

    button:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus {
        outline: 0
    }

html {
    font-size: 62.5%
}

body {
    color: #000;
    font-size: 1.4rem;
    line-height: 2.8rem;
    font-family: HelveticaNeueBold,HelveticaNeue-Bold,"Helvetica Neue Bold","Helvetica Neue","見出ゴMB31","ヒラギノ角ゴ ProN W3",HiraKakuProN-W3,"Hiragino Kaku Gothic ProN","游ゴシック","Yu Gothic","游ゴシック体",YuGothic,Helvetica,Arial,sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    body.lang_cn {
        font-family: HelveticaNeueBold,HelveticaNeue-Bold,"Helvetica Neue Bold","Helvetica Neue","HY DaHeiTi"
    }

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: 700;
    margin: 0
}

#map .mapboxgl-ctrl-compass {
    display: none
}

#map .mapboxgl-ctrl-zoom-out {
    border-bottom: none
}

#map .mapboxgl-popup {
    -webkit-animation: showNav .8s cubic-bezier(.25,.46,.45,.94) .1s forwards;
    animation: showNav .8s cubic-bezier(.25,.46,.45,.94) .1s forwards;
    opacity: 0
}

#map .mapboxgl-popup-tip {
    background: #fff;
    border: 1px solid #b2b2b2;
    border-right-color: #fff;
    border-bottom-color: #fff;
    height: 15.58px;
    left: calc(50% - 9px);
    position: absolute;
    width: 18px;
    z-index: 1
}

#map .mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
    top: 8px;
    -webkit-transform: rotate(60deg) skewX(30deg);
    transform: rotate(60deg) skewX(30deg)
}

#map .mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
    border-top-color: #fff;
    border-bottom-color: #b2b2b2;
    height: 18px;
    left: 4px;
    top: 7px;
    -webkit-transform: rotate(90deg) skewX(135deg);
    transform: rotate(90deg) skewX(135deg)
}

#map .mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
    height: 18px;
    left: auto;
    right: 4px;
    top: 7px;
    -webkit-transform: rotate(90deg) skewX(45deg);
    transform: rotate(90deg) skewX(45deg)
}

#map .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
    bottom: 7px;
    -webkit-transform: rotate(-120deg) skewX(30deg);
    transform: rotate(-120deg) skewX(30deg)
}

#map .mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
    bottom: 7px;
    height: 18px;
    left: 4px;
    -webkit-transform: rotate(-90deg) skewX(45deg);
    transform: rotate(-90deg) skewX(45deg)
}

#map .mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
    border-top-color: #fff;
    border-bottom-color: #b2b2b2;
    bottom: 7px;
    height: 18px;
    left: auto;
    right: 4px;
    -webkit-transform: rotate(-90deg) skewX(135deg);
    transform: rotate(-90deg) skewX(135deg)
}

#map .mapboxgl-popup-content {
    border: 1px solid #b2b2b2;
    border-radius: 6px;
    font-family: HelveticaNeueBold,HelveticaNeue-Bold,"Helvetica Neue Bold","Helvetica Neue","見出ゴMB31","ヒラギノ角ゴ ProN W3",HiraKakuProN-W3,"Hiragino Kaku Gothic ProN","游ゴシック","Yu Gothic","游ゴシック体",YuGothic,Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin: 15px 0;
    padding: 25px 20px 20px;
    width: 340px
}

    #map .mapboxgl-popup-content .popup-img {
        overflow: hidden;
        padding-top: 100%;
        position: relative
    }

    #map .mapboxgl-popup-content img {
        display: block;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    #map .mapboxgl-popup-content h3 {
        font-size: 16px;
        margin-top: 14px
    }

.lang_en #map .mapboxgl-popup-content h3 {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 2px;
    margin-top: 8px
}

#map .mapboxgl-popup-content p {
    font-size: 12px;
    text-align: justify
}

.lang_en #map .mapboxgl-popup-content p {
    font-size: 11px;
    line-height: 1.4;
    text-align: left
}

#map .mapboxgl-popup-content a {
    color: #aaa;
    font-size: 12px;
    padding-right: 14px;
    position: relative
}

    #map .mapboxgl-popup-content a:after {
        border-top: 1px solid #b2b2b2;
        border-right: 1px solid #b2b2b2;
        content: " ";
        display: block;
        height: 7px;
        position: absolute;
        right: 1px;
        top: 5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 7px
    }

#map .mapboxgl-popup-close-button {
    color: transparent;
    font-size: 0;
    height: 20px;
    right: 4px;
    top: 3px;
    width: 20px
}

    #map .mapboxgl-popup-close-button:hover {
        background: #fff
    }

    #map .mapboxgl-popup-close-button:after, #map .mapboxgl-popup-close-button:before {
        background: #b2b2b2;
        content: " ";
        display: block;
        height: 1px;
        left: 3px;
        position: absolute;
        top: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 14px
    }

    #map .mapboxgl-popup-close-button:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

    .slick-track:after, .slick-track:before {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-list, .slick-track {
    height: 100%
}

.slick-slide:focus {
    outline: 0
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        transition-property: height,-webkit-transform;
        transition-property: transform,height;
        transition-property: transform,height,-webkit-transform
    }

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

    .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
    }

    .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

    .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
    }

    .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px 0;
        display: block
    }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0,0,0,.25);
    position: absolute
}

    .swiper-pagination-progress .swiper-pagination-progressbar {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255,255,255,.5)
}

    .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
        background: #fff
    }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left,rgba(0,0,0,.5),transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right,rgba(0,0,0,.5),transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top,rgba(0,0,0,.5),transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),transparent)
    }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}

    .swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-slide {
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain
    }

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url(/cn/mujihotel/beijing/css/"data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat
    }

.swiper-lazy-preloader-white:after {
    background-image: url(/cn/mujihotel/beijing/css/"data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.wpcf7 .wpcf7-form-control-wrap {
    display: block
}

.wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-text, .wpcf7 .wpcf7-textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    font-family: HelveticaNeueBold,HelveticaNeue-Bold,"Helvetica Neue Bold","Helvetica Neue","見出ゴMB31","ヒラギノ角ゴ ProN W3",HiraKakuProN-W3,"Hiragino Kaku Gothic ProN","游ゴシック","Yu Gothic","游ゴシック体",YuGothic,Helvetica,Arial,sans-serif !important;
    line-height: 2.8rem;
    margin-top: 7px;
    margin-bottom: 21px;
    padding: 7px 14px
}

    .wpcf7 .wpcf7-submit:focus, .wpcf7 .wpcf7-text:focus, .wpcf7 .wpcf7-textarea:focus {
        outline: 0
    }

.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-textarea {
    background: #fafafa;
    border: none;
    width: 100%
}

.wpcf7 .wpcf7-textarea {
    resize: none
}

.wpcf7 .wpcf7-submit {
    border: 2px solid #000;
    border-radius: 12px;
    display: block;
    line-height: 34px;
    letter-spacing: .1em;
    text-align: center;
    padding: 0;
    width: 114px
}

.c-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px;
    padding-bottom: 30px;
    position: relative
}

    .c-block:after {
        background: #000;
        bottom: 0;
        content: " ";
        display: block;
        height: 2px;
        left: calc(50% - 10px);
        position: absolute;
        width: 20px
    }

.c-block__nav {
    padding-top: 28px;
    padding-bottom: 14px
}

.c-block__nav_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .c-block__nav_list li {
        font-size: 16px;
        letter-spacing: .04em;
        line-height: 42px;
        margin-right: 63px
    }

        .c-block__nav_list li:last-child {
            margin-right: 0
        }

    .c-block__nav_list a {
        color: #999;
        transition: all .3s ease
    }

.c-block__image {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-top: calc((100% - 490px) * .666666667);
    position: relative;
    width: calc(100% - 490px)
}

.c-block__slider {
    background: #f2f2f2;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-block__slider_item {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity 1s cubic-bezier(.25,.46,.45,.94);
    width: 100%
}

    .c-block__slider_item.lazyLoaded {
        opacity: 1
    }

    .c-block__slider_item img {
        display: block;
        width: 100%
    }

.c-block__slider.slick-initialized .slick-slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.c-block__slider .slick-next, .c-block__slider .slick-prev {
    color: transparent;
    display: block;
    font-size: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 1
}

    .c-block__slider .slick-next:after, .c-block__slider .slick-prev:after {
        border-top: 2px solid #ddd;
        border-left: 2px solid #ddd;
        content: " ";
        display: block;
        height: 20px;
        left: 14px;
        position: absolute;
        top: calc(50% - 10px);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 20px
    }

.c-block__slider .slick-next {
    left: auto;
    right: 0
}

    .c-block__slider .slick-next:after {
        left: auto;
        right: 14px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

.c-block__slider .slick-dots {
    bottom: 18px;
    height: 9px;
    left: 0;
    line-height: 1;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2
}

    .c-block__slider .slick-dots li {
        display: inline-block;
        margin: 0 7px;
        vertical-align: top
    }

    .c-block__slider .slick-dots button {
        background: #ddd;
        border-radius: 50%;
        color: transparent;
        display: block;
        font-size: 0;
        overflow: hidden;
        height: 9px;
        width: 9px
    }

    .c-block__slider .slick-dots .slick-active button {
        background: #999
    }

.c-block__text {
    background: #f2f2f2;
    padding: 77px 63px;
    width: 490px
}

.c-block__text--onlyText {
    height: 100%;
    width: 100%
}

.c-block__text_head {
    margin-bottom: 18px
}

.c-block__text h2 {
    font-size: 32px;
    letter-spacing: .04em;
    line-height: 56px;
    margin-top: -10px
}

.c-block__text h3 {
    font-size: 25px;
    letter-spacing: .08em;
    margin-top: 7px
}

.c-block__text p {
    margin-bottom: 28px;
    text-align: justify
}

.lang_en .c-block__text p {
    line-height: 1.6;
    text-align: left
}

.c-block__text li {
    margin-bottom: 12px
}

    .c-block__text li > dl {
        margin-left: 28px
    }

.c-block__text dt {
    font-size: 11px;
    line-height: 24px;
    width: 70px
}

.c-block__text dd {
    line-height: 24px;
    width: calc(100% - 70px)
}

.c-block__text dd span {
    display: inline-block
}

.c-block__text dl.leftWide dt {
    width: 110px
}

.c-block__text dl.leftWide dd {
    width: calc(100% - 110px)
}

.c-block__text_list {
    margin-top: 14px
}

    .c-block__text_list li {
        line-height: 24px
    }

    .c-block__text_list span {
        display: inline-block
    }

.c-block__text_note small {
    color: #999;
    display: inline-block;
    font-size: 11px;
    line-height: 2
}

.c-block__button a {
    border: 2px solid #000;
    border-radius: 12px;
    display: block;
    line-height: 34px;
    letter-spacing: .1em;
    margin-top: 63px;
    text-align: center;
    width: 114px
}

.lang_en .c-block__button a {
    font-size: 12px;
    letter-spacing: .04em;
    width: 124px
}

.c-block__link {
    margin-top: 22px
}

    .c-block__link a {
        color: #999;
        display: inline-block;
        font-size: 14px;
        vertical-align: top
    }

        .c-block__link a:after {
            background: url(https://img.muji.com.cn/img/mujihotel/common/arrow_g.svg) no-repeat right center;
            background-size: contain;
            content: " ";
            display: inline-block;
            height: 14px;
            margin-left: 14px;
            vertical-align: middle;
            width: 8px
        }

        .c-block__link a:after {
            margin-left: 10px
        }

.c-block__bottom {
    background: #f2f2f2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 28px;
    margin-bottom: 105px;
    position: relative
}

.c-block__bottom_inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.c-block__bottom_title {
    padding: 37px 63px;
    width: 350px
}

    .c-block__bottom_title h2 {
        font-size: 30px;
        letter-spacing: .03em;
        line-height: 1
    }

.c-block__bottom_content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 37px 0;
    width: calc(100% - 350px)
}

.c-block__bottom_column {
    margin-right: 20px;
    width: 350px
}

.c-block__bottom p {
    line-height: 24px;
    margin-bottom: 10px
}

.c-block__bottom span {
    display: inline-block;
    vertical-align: top
}

.c-block__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 28px !important;
    padding-bottom: 30px
}

    .c-block__row:after {
        background: #000;
        bottom: 0;
        content: " ";
        display: block;
        height: 2px;
        left: calc(50% - 10px);
        position: absolute;
        width: 20px
    }

.c-block__col {
    background: #f2f2f2;
    width: calc(50% - 10px)
}

.c-block--rooms {
    margin-bottom: 0
}

    .c-block--rooms .c-block__image, .c-block--rooms .c-block__slider .slick-dots {
        width: 100%
    }

    .c-block--rooms .c-block__image {
        padding-top: calc((100% - 350px) * .666666667)
    }

    .c-block--rooms .c-block__text {
        padding: 68px 63px;
        width: 350px
    }

        .c-block--rooms .c-block__text h2 {
            font-size: 40px
        }

    .c-block--rooms .c-block__text_head {
        margin-bottom: 28px
    }

.c-block--noline:after {
    content: none
}

.c-fade {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition: all 1s cubic-bezier(.25,.46,.45,.94) .2s
}

    .c-fade.in {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .c-fade.delay1 {
        transition: all 1s cubic-bezier(.25,.46,.45,.94) .35s
    }

    .c-fade.delay2 {
        transition: all 1s cubic-bezier(.25,.46,.45,.94) .5s
    }

    .c-fade.delay3 {
        transition: all 1s cubic-bezier(.25,.46,.45,.94) .65s
    }

    .c-fade.delay4 {
        transition: all 1s cubic-bezier(.25,.46,.45,.94) .8s
    }

    .c-fade.delay5 {
        transition: all 1s cubic-bezier(.25,.46,.45,.94) .95s
    }

.c-form__group {
    display: none
}

    .c-form__group.is-visible {
        display: block
    }

.c-pageHead {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100vh;
    max-height: 100vw;
    margin-bottom: 140px
}

.c-pageHead__bg {
    background: no-repeat center;
    background-size: cover
}

.c-pageHead__text {
    padding-top: 28px;
    padding-bottom: 14px
}

.c-pageHead__text_inner {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-pageHead__text h1 {
    font-size: 40px;
    letter-spacing: .06em;
    line-height: 1;
    margin-top: 9px
}

.lang_en .c-pageHead__text h1 {
    margin-top: 2px
}

.c-pageHead__text p {
    font-size: 18px;
    line-height: 2.22222;
    max-width: 648px;
    text-align: justify;
    width: 100%
}

.lang_en .c-pageHead__text p {
    line-height: 1.6;
    text-align: left
}

.c-parallax {
    height: 100vh;
    overflow: hidden
}

.c-parallax__inner {
    height: 100%;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease,-webkit-transform .1s ease
}

.reverse .c-parallax__inner {
    height: 113%
}

.c-select {
    background: #fafafa;
    display: block;
    font-style: normal;
    height: 45px;
    margin-top: 7px;
    margin-bottom: 21px;
    overflow: hidden;
    position: relative;
    visibility: visible;
    width: 100%
}

    .c-select:after {
        border-right: 2px solid #999;
        border-bottom: 2px solid #999;
        content: " ";
        display: block;
        height: 10px;
        position: absolute;
        right: 17.5px;
        top: 15px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 10px
    }

    .c-select select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: 0 0;
        border: none;
        font-size: 16px;
        height: 55.38462px;
        line-height: 55.38462px;
        padding-left: 18.46154px;
        position: relative;
        -webkit-transform: scale(.8125);
        transform: scale(.8125);
        -webkit-transform-origin: left top;
        transform-origin: left top;
        width: calc(100% / .8125 + 45px / .8125);
        z-index: 1
    }

        .c-select select:active, .c-select select:focus {
            outline: 0
        }

.c-slider {
    opacity: 0;
    transition: opacity 1s cubic-bezier(.25,.46,.45,.94) .3s;
    width: 100%
}

    .c-slider.show {
        opacity: 1
    }

.c-slider__item {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.l-columnWrap {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.l-column {
    margin-bottom: 20px
}

    .l-column.col1 {
        width: 100%
    }

    .l-column.col2 {
        width: calc(100%/2 - 10px)
    }

    .l-column.col3 {
        margin-bottom: 30px;
        width: calc(100%/3 - 13.33333px)
    }

    .l-column.col4 {
        width: calc(100%/4 - 15px)
    }

    .l-column.col5 {
        width: calc(100%/5 - 16px)
    }

    .l-column.col6 {
        width: calc(100%/6 - 16.66667px)
    }

.l-footer {
    background: #fff;
    position: relative;
    text-align: center;
    z-index: 1
}

.l-footer__top {
    padding-top: 77px;
    padding-bottom: 98px;
    position: relative
}

.l-footer__info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 20px;
    position: absolute;
    top: 77px;
    width: 476px
}

.l-footer__info_logo {
    line-height: 1;
    margin-top: 8px;
    width: 171px
}

    .l-footer__info_logo img {
        width: 100%
    }

.l-footer__info_address {
    font-size: 20px;
    letter-spacing: .08em;
    margin-left: 34px;
    text-align: left
}

    .l-footer__info_address small {
        display: inline-block;
        font-size: 12px;
        letter-spacing: normal;
        line-height: 1.66667;
        margin-top: 7px
    }

.l-footer__info_link {
    color: #999;
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
    vertical-align: top
}

    .l-footer__info_link:after {
        background: url(https://img.muji.com.cn/img/mujihotel/common/arrow_g.svg) no-repeat right center;
        background-size: contain;
        content: " ";
        display: inline-block;
        height: 14px;
        margin-left: 14px;
        vertical-align: middle;
        width: 8px
    }

.l-footer__bottom {
    background: #e4e4e4
}

.l-footer__share h3, .l-footer__sns h3 {
    font-size: 14px;
    margin-bottom: 10px
}

.l-footer__share ul, .l-footer__sns ul {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.l-footer__share li, .l-footer__sns li {
    margin: 0 8px
}

.l-footer__share a, .l-footer__sns a {
    display: block;
    padding: 5px
}

.l-footer__share img, .l-footer__sns img {
    display: block
}

.l-footer__share .twitter img, .l-footer__sns .twitter img {
    width: 21px
}

.l-footer__share .facebook img, .l-footer__sns .facebook img {
    width: 11px
}

.l-footer__share .instagram img, .l-footer__sns .instagram img {
    width: 20px
}

.l-footer__sites {
    padding: 63px 0 42px
}

    .l-footer__sites ul {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .l-footer__sites li {
        line-height: 1;
        margin: 0 21px
    }

    .l-footer__sites a {
        display: inline-block;
        vertical-align: top
    }

    .l-footer__sites img {
        display: block;
        height: 14px;
        width: auto
    }

    .l-footer__sites .portal img {
        height: 19px
    }

.l-footer__copyright {
    padding: 63px 0 42px
}

    .l-footer__copyright ul {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .l-footer__copyright li {
        font-size: 11px;
        margin: 0 21px
    }

    .l-footer__copyright a, .l-footer__copyright img {
        display: block
    }

    .l-footer__copyright .muji img {
        height: 19px;
        width: auto
    }

.l-header {
    background: 0 0;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all .5s cubic-bezier(.25,.46,.45,.94),opacity 1s cubic-bezier(.25,.46,.45,.94) .8s;
    width: 100%;
    z-index: 10
}

    .l-header.visible {
        opacity: 1
    }

    .l-header.showBg {
        background: rgba(0,0,0,.2)
    }

.l-header__inner {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 84px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 161px;
    position: relative
}

.lang_en .l-header__inner {
    padding-right: 177px
}

.l-header__logo {
    height: 51px;
    opacity: 0;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
    transition: all .5s cubic-bezier(.25,.46,.45,.94)
}

    .l-header__logo a {
        display: block
    }

    .l-header__logo img {
        display: block;
        width: 171px
    }

.showLogo .l-header__logo {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.l-header__nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.l-header__nav_button {
    display: none
}

.l-header__nav_menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .l-header__nav_menu li {
        margin: 0 20px;
        text-transform: uppercase
    }

    .l-header__nav_menu a {
        color: #fff;
        display: block;
        letter-spacing: .1em;
        position: relative
    }

        .l-header__nav_menu a:after {
            background: #fff;
            bottom: 0;
            content: " ";
            display: block;
            height: 2px;
            left: 50%;
            position: absolute;
            transition: all .3s cubic-bezier(.215,.61,.355,1);
            width: 0
        }

.l-header__reserve {
    position: absolute;
    right: 0;
    top: 24px;
    width: 119px
}

    .l-header__reserve a {
        background: rgba(255,255,255,.8);
        border-radius: 12px;
        color: #595757;
        display: block;
        letter-spacing: .1em;
        line-height: 38px;
        text-align: center;
        text-transform: uppercase
    }

.lang_en .l-header__reserve {
    width: 135px
}

    .lang_en .l-header__reserve a {
        letter-spacing: normal
    }

.l-header__reserve_button {
    display: none
}

.l-header__lang {
    margin-left: 20px
}

    .l-header__lang ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .l-header__lang li {
        font-family: HelveticaNeueRegular,HelveticaNeue-Regular,"Helvetica Neue Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 400
    }

        .l-header__lang li:not(:last-child):after {
            color: #fff;
            content: "|";
            display: inline-block;
            padding: 0 5px
        }

        .l-header__lang li.is-active span {
            font-family: HelveticaNeueBold,HelveticaNeue-Bold,"Helvetica Neue Bold","Helvetica Neue",Helvetica,Arial,sans-serif
        }

    .l-header__lang a, .l-header__lang span {
        color: #fff
    }

body.nav-open {
    overflow: hidden
}

.l-wrapper {
    overflow: hidden;
    margin: 0 auto
}

.l-main {
    min-height: calc(100vh - 567px);
    margin-bottom: -1px;
    padding-bottom: 1px
}

.l-container {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1274px
}

.p-news__pageHead {
    margin-left: 42px;
    padding-top: 175px;
    padding-bottom: 28px
}

    .p-news__pageHead h1 {
        font-size: 22px;
        letter-spacing: .025em
    }

.p-news__articles {
    margin: 0 auto;
    max-width: 966px;
    padding-left: 63px
}

.p-news__article {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 30px;
    position: relative
}

    .p-news__article:after {
        background: #000;
        bottom: 0;
        content: " ";
        display: block;
        height: 2px;
        left: calc(50% - 10px);
        position: absolute;
        width: 20px
    }

    .p-news__article > a {
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

.p-news__article_image {
    background-color: #e9e9e9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60% auto;
    height: 210px;
    width: 210px
}

.s-shenzhen .p-news__article_image {
    background-image: url(https://img.muji.com.cn/img/mujihotel/common/logo_shenzhen_w.svg)
}

.s-beijing .p-news__article_image {
    background-image: url(/cn/mujihotel/img/logo_beijing.svg)
}

.p-news__article_image img {
    display: block;
    width: 100%
}

.p-news__article_content {
    margin-top: -5px;
    width: calc(100% - 245px)
}

.p-news__article_title {
    margin-bottom: 18px
}

    .p-news__article_title h2 {
        font-size: 20px
    }

.p-news__article_date {
    margin-bottom: 7px
}

.lang_en .p-news__article_excerpt {
    line-height: 1.6
}

.p-news__article_link {
    text-align: right
}

    .p-news__article_link a {
        color: #999
    }

        .p-news__article_link a:after {
            background: url(https://img.muji.com.cn/img/mujihotel/common/arrow_g.svg) no-repeat right center;
            background-size: contain;
            content: " ";
            display: inline-block;
            height: 14px;
            margin-left: 14px;
            vertical-align: middle;
            width: 8px
        }

.p-news__single {
    margin-top: -7px;
    margin-bottom: 56px;
    padding-left: 49px
}

.p-news__single_inner {
    margin: 0 auto;
    max-width: 648px
}

.p-news__single_title {
    margin-bottom: 37px
}

    .p-news__single_title h2 {
        font-size: 22px
    }

.p-news__single_date {
    margin-bottom: 42px
}

.p-news__single_content {
    font-size: 18px;
    line-height: 35px
}

    .p-news__single_content p {
        font-size: 18px;
        line-height: 35px
    }

        .p-news__single_content p:not(:last-child) {
            margin-bottom: 35px
        }

.lang_en .p-news__single_content p {
    line-height: 1.6
}

.p-news__single_content a {
    border-bottom: 1px solid #000
}

.p-news__single_content img {
    display: block;
    width: 100%
}

    .p-news__single_content img:not(:last-child) {
        margin-bottom: 35px
    }

.p-page__head {
    margin-left: 42px;
    padding-top: 175px;
    padding-bottom: 28px
}

    .p-page__head h1 {
        font-size: 22px;
        letter-spacing: .025em
    }

.p-page__content {
    margin: 0 auto 56px;
    max-width: 693px;
    padding-left: 49px
}

    .p-page__content section:not(:last-child) {
        margin-bottom: 42px
    }

    .p-page__content h2 {
        font-size: 20px;
        margin-bottom: 28px
    }

.p-page__content h3 {
    font-size: 18px;
    margin-bottom: 28px
}

.p-page__content em {
    font-style: normal;
    font-size: 20px
}

.p-page__content a {
    text-decoration: underline
}


    .p-page__content li:not(:last-child), .p-page__content ol:not(:last-child), .p-page__content p:not(:last-child), .p-page__content ul:not(:last-child) {
        margin-bottom: 14px
    }

.lang_en .p-page__content li, .lang_en .p-page__content ol, .lang_en .p-page__content p, .lang_en .p-page__content ul {
    line-height: 1.6
}

.p-page__content .ti2 {
    text-indent: 2em
}

.p-page__content .alignright {
    display: block;
    padding-left: 50%
}

.p-page__content ol {
    counter-reset: number;
    padding: 0 0 0 2em
}

.p-page__content ol>li {
    counter-increment: number;
    position: relative
}

.p-page__content ol>li:before {
    content: counter(number) ".";
    display: inline-block;
    margin-left: -2em;
    position: absolute
}

.p-page__content ol.brackets>li:before {
    content: "(" counter(number) ") "
}

.p-page__content ol.rightBracket>li:before {
    content: counter(number) " ) "
}

.p-page__content ol.iroha>li:before {
    content: "(" counter(number, katakana-iroha) ") "
}

.p-page__content ol.alphabet>li:before {
    content: counter(number, upper-alpha) " ) "
}

.p-page__content ol.sqBrackets>li:before {
    content: "[" counter(number) "] "
}

.p-page__content li>ol>li:last-child, .p-page__content li>ul>li:last-child {
    margin-bottom: 1em

}

.p-page__content li>ol>li:not(:last-child), .p-page__content li>ul>li:not(:last-child) {
    margin-bottom: 0
}

.p-page__content dl {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1em
}

.p-page__content dl:last-child {
    margin-bottom: 0
}

.p-page__content dl.colon dt {
    position: relative
}

.p-page__content dl.colon dt:after {
    content: "：";
    display: inline-block;
    position: absolute;
    right: 0;
    width: 1em
}

.p-page__content dl.w10em dt {
    width: 10em
}

.p-page__content dl.w10em dd {
    width: calc(100% - 10em)
}

.p-page__content dl.w100p dt {
    padding-right: 1em;
    width: auto
}

.p-page__content dl.w100p dd {
    padding-left: 2em;
    width: 100%
}

.p-page__content dl.wAuto dt {
    padding-right: 1em;
    width: auto
}

.p-page__content dl.wAuto dd {
    width: auto
}

.p-page__content img {
    display: block;
    width: 100%
}

    .p-page__content img:not(:last-child) {
        margin-bottom: 28px
    }

.p-page__content blockquote {
    background: #f2f2f2;
    margin: 2em;
    padding: 1.5em 2em
}

.p-top__back {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.p-top__back_overlay {
    background: rgba(0,0,0,.25);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .01s ease;
    width: 100%;
    z-index: 1
}

    .p-top__back_overlay.show {
        opacity: 1
    }

.p-top__front {
    background: #fff;
    position: relative;
    z-index: 2
}

.p-top__logo {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    position: relative;
    transition: opacity 1s cubic-bezier(.25,.46,.45,.94) .8s;
    z-index: 1
}

    .p-top__logo.show {
        opacity: 1
    }

    .p-top__logo h1 {
        max-width: 359px
    }

        .p-top__logo h1 img {
            width: 359px;
            height: 106px
        }

.p-top__scroll {
    bottom: 25px;
    display: block;
    left: calc(50% - 16.5px);
    padding: 5px;
    position: absolute;
    width: 33px
}

    .p-top__scroll img {
        -webkit-animation: nextBtn 1.5s ease-in-out infinite alternate;
        animation: nextBtn 1.5s ease-in-out infinite alternate;
        display: block
    }

.p-top__concept {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 105px 0;
    position: relative;
    z-index: 1
}

    .p-top__concept p {
        color: #fff;
        font-size: 18px;
        line-height: 2.16667;
        letter-spacing: .12em;
        width: 467px;
        text-align: justify
    }

.lang_en .p-top__concept p {
    text-align: center;
    line-height: 1.6;
    letter-spacing: .08em;
    max-width: 540px
}

.lang_ja .p-top__access h2 {
    letter-spacing: 0 !important
}

.p-top__access_address {
    margin-top: 25px
}

    .p-top__access_address p {
        text-align: center !important
    }

.p-top__access_link {
    margin-bottom: 0 !important
}

.p-top__news {
    background: #fafafa;
    margin-bottom: 49px;
    padding-top: 14px;
    padding-bottom: 63px
}

.p-top__news_inner {
    position: relative
}

.p-top__news h2 {
    color: #595757;
    font-size: 14px;
    margin: 0 auto 16px;
    max-width: 896px
}

.p-top__news_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 896px
}

.p-top__news_article {
    margin-left: 70px;
    width: calc(33.3333% - 70px)
}

    .p-top__news_article a {
        display: block
    }

    .p-top__news_article h3 {
        font-size: 16px
    }

    .p-top__news_article time {
        display: inline-block;
        font-size: 12px
    }

        .p-top__news_article time:after {
            background: url(/cn/mujihotel/img/common/arrow_g.svg) no-repeat right center;
            background-size: contain;
            content: " ";
            display: inline-block;
            height: 14px;
            margin-left: 14px;
            vertical-align: middle;
            width: 8px
        }

        .p-top__news_article time:after {
            margin-top: -1px;
            margin-left: 10px
        }

.p-top__news_link {
    position: absolute;
    right: 28px;
    top: calc(50% + 7px)
}

    .p-top__news_link a {
        color: #999
    }

        .p-top__news_link a:after {
            background: url(https://img.muji.com.cn/img/mujihotel/common/arrow_g.svg) no-repeat right center;
            background-size: contain;
            content: " ";
            display: inline-block;
            height: 14px;
            margin-left: 14px;
            vertical-align: middle;
            width: 8px
        }

.p-top__feature {
    padding-top: 140px;
    text-align: center
}

    .p-top__feature h2 {
        font-size: 24px;
        letter-spacing: .16em;
        margin-bottom: 11px;
        text-transform: uppercase
    }

.lang_en .p-top__feature h2 {
    letter-spacing: .08em
}

.p-top__feature p {
    margin: 0 auto 23px;
    max-width: 574px;
    text-align: justify
}

.lang_en .p-top__feature p {
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: center
}

.p-top__feature_link {
    display: inline-block;
    margin-bottom: 47px
}

    .p-top__feature_link a {
        color: #999;
        display: inline-block;
        margin-right: -21px;
        text-align: center
    }

        .p-top__feature_link a:after {
            background: url(https://img.muji.com.cn/img/mujihotel/common/arrow_g.svg) no-repeat right center;
            background-size: contain;
            content: " ";
            display: inline-block;
            height: 14px;
            margin-left: 14px;
            vertical-align: middle;
            width: 8px
        }

.p-top__feature_image a {
    display: block;
    transition: all .3s cubic-bezier(.215,.61,.355,1)
}

.p-top__feature_image img {
    display: block;
    margin: 0 auto;
    max-width: 896px;
    width: 100%
}

.u-ta-l {
    text-align: left
}

.u-ta-c {
    text-align: center
}

.u-ta-r {
    text-align: right
}

.u-ta-j {
    text-align: justify;
    -ms-text-justify: inter-ideograph;
    text-justify: inter-ideograph
}

.u-bdr-t {
    border-top: 1px solid !important
}

.u-bdr-b {
    border-bottom: 1px solid !important
}

.u-bdr-l {
    border-left: 1px solid !important
}

.u-bdr-r {
    border-right: 1px solid !important
}

.u-c-black {
    color: #000 !important
}

.u-c-white {
    color: #fff !important
}

.u-cs-a {
    cursor: auto
}

.u-cs-p {
    cursor: pointer
}

.u-d-i {
    display: inline !important
}

.u-d-ib {
    display: inline-block !important
}

.u-d-b {
    display: block !important
}

.u-fs-8 {
    font-size: 8px !important
}

.u-fs-9 {
    font-size: 9px !important
}

.u-fs-10 {
    font-size: 10px !important
}

.u-fs-11 {
    font-size: 11px !important
}

.u-fs-12 {
    font-size: 12px !important
}

.u-fs-13 {
    font-size: 13px !important
}

.u-fs-14 {
    font-size: 14px !important
}

.u-fs-15 {
    font-size: 15px !important
}

.u-fs-16 {
    font-size: 16px !important
}

.u-fs-17 {
    font-size: 17px !important
}

.u-fs-18 {
    font-size: 18px !important
}

.u-fs-19 {
    font-size: 19px !important
}

.u-fs-20 {
    font-size: 20px !important
}

.u-fs-21 {
    font-size: 21px !important
}

.u-fs-22 {
    font-size: 22px !important
}

.u-fs-23 {
    font-size: 23px !important
}

.u-fs-24 {
    font-size: 24px !important
}

.u-fs-25 {
    font-size: 25px !important
}

.u-fs-26 {
    font-size: 26px !important
}

.u-fs-27 {
    font-size: 27px !important
}

.u-fs-28 {
    font-size: 28px !important
}

.u-fs-29 {
    font-size: 29px !important
}

.u-fs-30 {
    font-size: 30px !important
}

.u-fs-31 {
    font-size: 31px !important
}

.u-fs-32 {
    font-size: 32px !important
}

.u-fs-33 {
    font-size: 33px !important
}

.u-fs-34 {
    font-size: 34px !important
}

.u-fs-35 {
    font-size: 35px !important
}

.u-fs-36 {
    font-size: 36px !important
}

.u-fs-37 {
    font-size: 37px !important
}

.u-fs-38 {
    font-size: 38px !important
}

.u-fs-39 {
    font-size: 39px !important
}

.u-fs-40 {
    font-size: 40px !important
}

.u-mt-0 {
    margin-top: 0 !important
}

.u-mt-5 {
    margin-top: 5px !important
}

.u-mt-10 {
    margin-top: 10px !important
}

.u-mt-15 {
    margin-top: 15px !important
}

.u-mt-20 {
    margin-top: 20px !important
}

.u-mt-25 {
    margin-top: 25px !important
}

.u-mt-30 {
    margin-top: 30px !important
}

.u-mt-35 {
    margin-top: 35px !important
}

.u-mt-40 {
    margin-top: 40px !important
}

.u-mt-45 {
    margin-top: 45px !important
}

.u-mt-50 {
    margin-top: 50px !important
}

.u-mt-55 {
    margin-top: 55px !important
}

.u-mt-60 {
    margin-top: 60px !important
}

.u-mt-65 {
    margin-top: 65px !important
}

.u-mt-70 {
    margin-top: 70px !important
}

.u-mt-75 {
    margin-top: 75px !important
}

.u-mt-80 {
    margin-top: 80px !important
}

.u-mt-85 {
    margin-top: 85px !important
}

.u-mt-90 {
    margin-top: 90px !important
}

.u-mt-95 {
    margin-top: 95px !important
}

.u-mt-100 {
    margin-top: 100px !important
}

.u-mb-0 {
    margin-bottom: 0 !important
}

.u-mb-5 {
    margin-bottom: 5px !important
}

.u-mb-10 {
    margin-bottom: 10px !important
}

.u-mb-15 {
    margin-bottom: 15px !important
}

.u-mb-20 {
    margin-bottom: 20px !important
}

.u-mb-25 {
    margin-bottom: 25px !important
}

.u-mb-30 {
    margin-bottom: 30px !important
}

.u-mb-35 {
    margin-bottom: 35px !important
}

.u-mb-40 {
    margin-bottom: 40px !important
}

.u-mb-45 {
    margin-bottom: 45px !important
}

.u-mb-50 {
    margin-bottom: 50px !important
}

.u-mb-55 {
    margin-bottom: 55px !important
}

.u-mb-60 {
    margin-bottom: 60px !important
}

.u-mb-65 {
    margin-bottom: 65px !important
}

.u-mb-70 {
    margin-bottom: 70px !important
}

.u-mb-75 {
    margin-bottom: 75px !important
}

.u-mb-80 {
    margin-bottom: 80px !important
}

.u-mb-85 {
    margin-bottom: 85px !important
}

.u-mb-90 {
    margin-bottom: 90px !important
}

.u-mb-95 {
    margin-bottom: 95px !important
}

.u-mb-100 {
    margin-bottom: 100px !important
}

.u-pt-0 {
    padding-top: 0 !important
}

.u-pt-5 {
    padding-top: 5px !important
}

.u-pt-10 {
    padding-top: 10px !important
}

.u-pt-15 {
    padding-top: 15px !important
}

.u-pt-20 {
    padding-top: 20px !important
}

.u-pt-25 {
    padding-top: 25px !important
}

.u-pt-30 {
    padding-top: 30px !important
}

.u-pt-35 {
    padding-top: 35px !important
}

.u-pt-40 {
    padding-top: 40px !important
}

.u-pt-45 {
    padding-top: 45px !important
}

.u-pt-50 {
    padding-top: 50px !important
}

.u-pt-55 {
    padding-top: 55px !important
}

.u-pt-60 {
    padding-top: 60px !important
}

.u-pt-65 {
    padding-top: 65px !important
}

.u-pt-70 {
    padding-top: 70px !important
}

.u-pt-75 {
    padding-top: 75px !important
}

.u-pt-80 {
    padding-top: 80px !important
}

.u-pt-85 {
    padding-top: 85px !important
}

.u-pt-90 {
    padding-top: 90px !important
}

.u-pt-95 {
    padding-top: 95px !important
}

.u-pt-100 {
    padding-top: 100px !important
}

.u-pb-0 {
    padding-bottom: 0 !important
}

.u-pb-5 {
    padding-bottom: 5px !important
}

.u-pb-10 {
    padding-bottom: 10px !important
}

.u-pb-15 {
    padding-bottom: 15px !important
}

.u-pb-20 {
    padding-bottom: 20px !important
}

.u-pb-25 {
    padding-bottom: 25px !important
}

.u-pb-30 {
    padding-bottom: 30px !important
}

.u-pb-35 {
    padding-bottom: 35px !important
}

.u-pb-40 {
    padding-bottom: 40px !important
}

.u-pb-45 {
    padding-bottom: 45px !important
}

.u-pb-50 {
    padding-bottom: 50px !important
}

.u-pb-55 {
    padding-bottom: 55px !important
}

.u-pb-60 {
    padding-bottom: 60px !important
}

.u-pb-65 {
    padding-bottom: 65px !important
}

.u-pb-70 {
    padding-bottom: 70px !important
}

.u-pb-75 {
    padding-bottom: 75px !important
}

.u-pb-80 {
    padding-bottom: 80px !important
}

.u-pb-85 {
    padding-bottom: 85px !important
}

.u-pb-90 {
    padding-bottom: 90px !important
}

.u-pb-95 {
    padding-bottom: 95px !important
}

.u-pb-100 {
    padding-bottom: 100px !important
}

.u-fs-o {
    font-style: oblique !important
}

.u-td-u {
    text-decoration: underline !important
}

.u-fw-n {
    font-weight: 400 !important
}

.u-fw-b {
    font-weight: 700 !important
}

@media screen and (min-width:754px) {
    .c-pageHead__bg.rooms {
        background-image: url(/cn/mujihotel/beijing/img/img/rooms_main_mid.jpg)
    }

    .c-pageHead__bg.public {
        background-image: url(/cn/mujihotel/beijing/img/public_main_mid.jpg)
    }

    .c-slider__item.slide1 {
        background-image: url(/cn/mujihotel/img/common/slide_1_mid.jpg)
    }

    .c-slider__item.slide2 {
        background-image: url(/cn/mujihotel/img/common/slide_2_mid.jpg)
    }

    .c-slider__item.slide3 {
        background-image: url(/cn/mujihotel/img/common/slide_3_mid.jpg)
    }

    .c-slider__item.slide4 {
        background-image: url(/cn/mujihotel/img/common/slide_4_mid.jpg)
    }

    .c-slider__item.slide5 {
        background-image: url(/cn/mujihotel/img/common/slide_5_mid.jpg)
    }

    .c-slider__item.slide6 {
        background-image: url(/cn/mujihotel/img/common/slide_6_mid.jpg)
    }

    .c-slider__item.slide7 {
        background-image: url(/cn/mujihotel/img/common/slide_7_mid.jpg)
    }

    .c-slider__item.slide8 {
        background-image: url(/cn/mujihotel/img/common/slide_8_mid.jpg)
    }

    .c-slider__item.slide9 {
        background-image: url(/cn/mujihotel/img/common/slide_9_mid.jpg)
    }
}

@media screen and (min-width:1090px) {
    .c-block__nav_list a:hover {
        color: #000
    }

    .home .l-header {
        background: rgba(0,0,0,.2)
    }

    .l-header__nav_menu a.current:after {
        margin-left: -10px;
        width: 20px
    }

    .l-header__nav_menu a:hover:after {
        margin-left: -10px;
        width: 20px
    }

    .p-top__feature_link:hover + .p-top__feature_image a {
        background: #e4e4e4
    }

    .p-top__feature_image a:hover {
        background: #e4e4e4
    }

    .u-pc-hide {
        display: none !important
    }

    .u-tb-only {
        display: none !important
    }
}

@media screen and (min-width:1090px) and (-webkit-min-device-pixel-ratio:2),screen and (min-width:1090px) and (min--moz-device-pixel-ratio:2),screen and (min-width:1090px) and (-moz-min-device-pixel-ratio:2),screen and (min-width:1090px) and (min-device-pixel-ratio:2),screen and (min-width:1090px) and (min-resolution:192dpi),screen and (min-width:1090px) and (min-resolution:2dppx) {
    .c-pageHead__bg.rooms {
        background-image: url(/cn/mujihotel/beijing/img/rooms_main.jpg)
    }

    .c-pageHead__bg.public {
        background-image: url(/cn/mujihotel/beijing/img/public_main.jpg)
    }

    .c-slider__item.slide1 {
        background-image: url(/cn/mujihotel/img/common/slide_1.jpg)
    }

    .c-slider__item.slide2 {
        background-image: url(/cn/mujihotel/img/common/slide_2.jpg)
    }

    .c-slider__item.slide3 {
        background-image: url(/cn/mujihotel/img/common/slide_3.jpg)
    }

    .c-slider__item.slide4 {
        background-image: url(/cn/mujihotel/img/common/slide_4.jpg)
    }

    .c-slider__item.slide5 {
        background-image: url(/cn/mujihotel/img/common/slide_5.jpg)
    }

    .c-slider__item.slide6 {
        background-image: url(/cn/mujihotel/img/common/slide_6.jpg)
    }

    .c-slider__item.slide7 {
        background-image: url(/cn/mujihotel/img/common/slide_7.jpg)
    }

    .c-slider__item.slide8 {
        background-image: url(/cn/mujihotel/img/common/slide_8.jpg)
    }

    .c-slider__item.slide9 {
        background-image: url(/cn/mujihotel/img/common/slide_9.jpg)
    }
}

@media screen and (min-width:1500px) {
    .c-pageHead__bg.rooms {
        background-image: url(/cn/mujihotel/beijing/img/rooms_main.jpg)
    }

    .c-pageHead__bg.public {
        background-image: url(/cn/mujihotel/beijing/img/public_main.jpg)
    }

    .c-slider__item.slide1 {
        background-image: url(/cn/mujihotel/img/common/slide_1.jpg)
    }

    .c-slider__item.slide2 {
        background-image: url(/cn/mujihotel/img/common/slide_2.jpg)
    }

    .c-slider__item.slide3 {
        background-image: url(/cn/mujihotel/img/common/slide_3.jpg)
    }

    .c-slider__item.slide4 {
        background-image: url(/cn/mujihotel/img/common/slide_4.jpg)
    }

    .c-slider__item.slide5 {
        background-image: url(/cn/mujihotel/img/common/slide_5.jpg)
    }

    .c-slider__item.slide6 {
        background-image: url(/cn/mujihotel/img/common/slide_6.jpg)
    }

    .c-slider__item.slide7 {
        background-image: url(/cn/mujihotel/img/common/slide_7.jpg)
    }

    .c-slider__item.slide8 {
        background-image: url(/cn/mujihotel/img/common/slide_8.jpg)
    }

    .c-slider__item.slide9 {
        background-image: url(/cn/mujihotel/img/common/slide_9.jpg)
    }
}

@media screen and (max-width:1106px) {
    .p-top__news_list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .p-top__news_link {
        margin-top: 14px;
        position: static;
        text-align: right;
        width: 100%
    }
}

@media screen and (max-width:1089px) {
    .c-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .c-block__nav_list li {
        margin-right: 28px
    }

    .c-block__image {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        padding-top: 66.6666667%;
        width: 100%
    }

    .c-block__slider .slick-dots {
        bottom: -22px;
        width: 100%
    }

    .c-block__text {
        width: 100%
    }

    .c-block__text--onlyText {
        padding: 49px 42px 56px
    }

        .c-block__text--onlyText .c-block__text_head {
            margin-bottom: 18px;
            position: static;
            width: 100%
        }

        .c-block__text--onlyText .c-block__text_inner {
            padding-left: 0
        }

    .c-block__text_inner {
        margin: 0 auto;
        max-width: 648px;
        position: relative;
        padding-left: 210px
    }

    .c-block__text_head {
        margin-bottom: 0;
        position: absolute;
        left: 0;
        top: -3px;
        width: 210px
    }

    .c-block__text h2 {
        line-height: 45px;
        margin-top: -1px
    }

    .lang_en .c-block__text h2 {
        margin-top: -2px
    }

    .c-block__button {
        left: 0;
        position: absolute;
        top: 100px
    }

        .c-block__button a {
            margin-top: 0
        }

    .c-block__bottom {
        padding: 37px 63px
    }

    .c-block__bottom_inner {
        display: block;
        margin: 0 auto;
        max-width: 648px
    }

    .c-block__bottom_title {
        margin-bottom: 23px;
        padding: 0;
        width: 100%
    }

    .c-block__bottom_content {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
        width: 100%
    }

    .c-block__bottom_column {
        margin: 0;
        width: calc(50% - 10px)
    }

    .c-block--rooms .c-block__image, .c-block--rooms .c-block__slider .slick-dots {
        width: 100%
    }

    .c-block--rooms .c-block__image {
        padding-top: 66.6666667%
    }

    .c-block--rooms .c-block__text {
        width: 100%
    }

        .c-block--rooms .c-block__text h2 {
            font-size: 34px;
            margin-top: -5px
        }

    .c-block--rooms .c-block__text_head {
        margin-bottom: 0;
        top: -1px
    }

    .c-block--rooms .c-block__text_inner {
        min-height: 138px
    }

    .c-pageHead__text_inner {
        display: block
    }

    .c-pageHead__text h1 {
        font-size: 34px;
        margin-top: 5px;
        margin-bottom: 20px
    }

    .c-pageHead__text p {
        max-width: none
    }

    .l-footer__info {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 56px;
        position: static;
        width: 100%
    }

    .l-footer__info_logo {
        margin-top: 0;
        margin-bottom: 14px
    }

    .l-footer__info_address {
        margin-left: 0;
        text-align: center
    }

    .l-header {
        position: absolute
    }

        .l-header.showLogo {
            position: fixed
        }

    .l-header__inner {
        height: 70px;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 0
    }

    .lang_en .l-header__inner {
        padding-right: 0
    }

    .l-header__logo {
        height: 38px;
        margin-top: 1px;
        position: relative;
        z-index: 1
    }

        .l-header__logo img {
            width: 126px
        }

    .l-header__nav {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        left: calc(50% - 50vw);
        position: absolute;
        top: calc(50vh - 50px);
        width: 100vw
    }

    .showLogo .l-header__nav {
        visibility: hidden;
        background: rgba(0,0,0,.7);
        height: 100vh;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 0;
        padding-top: 84px;
        top: 0
    }

    .nav-open .l-header__nav {
        opacity: 1
    }

    .l-header__nav_button {
        color: transparent;
        display: block;
        font-size: 0;
        height: 40px;
        left: -8px;
        opacity: 0;
        position: absolute;
        top: 17px;
        transition: all .5s cubic-bezier(.25,.46,.45,.94);
        width: 40px;
        z-index: 1
    }

    .showLogo .l-header__nav_button {
        opacity: 1
    }

    .l-header__nav_button span {
        background: #fff;
        display: block;
        height: 2px;
        left: 9px;
        position: absolute;
        top: 19px;
        width: 22px
    }

        .l-header__nav_button span:after, .l-header__nav_button span:before {
            background: #fff;
            content: " ";
            display: block;
            height: 2px;
            left: 0;
            position: absolute;
            top: -6.5px;
            width: 22px
        }

        .l-header__nav_button span:after {
            top: 5.5px
        }

    .l-header__nav_menu {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .l-header__nav_menu li {
            font-size: 18px;
            margin: 11px 0
        }

    .l-header__reserve {
        position: static
    }

        .l-header__reserve a {
            border-radius: 6px;
            font-size: 16px;
            line-height: 2.81818;
            margin-top: 17px
        }

    .l-header__reserve_button {
        bottom: 49px;
        display: block;
        height: 100px;
        position: fixed;
        transition: all .3s cubic-bezier(.215,.61,.355,1);
        right: -28px;
        width: 28px
    }

    .showLogo .l-header__reserve_button {
        right: 0
    }

    .l-header__reserve_button a {
        background: rgba(255,255,255,.8);
        border-radius: 6px 0 0 6px;
        color: #595757;
        display: block;
        font-size: 11px;
        height: 100%;
        letter-spacing: .1em;
        line-height: 28px;
        text-align: center;
        transition: all .3s cubic-bezier(.215,.61,.355,1);
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl
    }

    .showBg .l-header__reserve_button a {
        background: rgba(0,0,0,.25);
        color: #fff
    }

    .l-header__lang {
        font-size: 18px;
        margin-top: 30px;
        margin-left: 0
    }

    .l-container {
        width: 754px
    }

    .p-news__pageHead {
        margin-left: 0;
        padding-bottom: 42px
    }

    .p-news__articles {
        padding-left: 0
    }

    .p-news__article_image {
        height: 175px;
        width: 175px
    }

    .p-news__article_content {
        width: calc(100% - 210px)
    }

    .p-news__single {
        padding-left: 0;
        margin-bottom: 35px
    }

    .p-news__single_inner {
        margin-right: 0
    }

    .p-page__head {
        margin-left: 0;
        padding-bottom: 42px
    }

    .p-page__content {
        margin-bottom: 35px;
        margin-right: 0;
        padding-left: 0
    }

    .p-top__logo h1 {
        margin-top: -360px
    }

    .p-top__concept p {
        font-size: 16px
    }

    .u-tb-hide {
        display: none !important
    }
}

@media screen and (max-width:753px) {
    #map .mapboxgl-popup-content {
        padding: 21px 14px 14px;
        width: 300px
    }

    .lang_en #map .mapboxgl-popup-content h3 {
        font-size: 13px
    }

    #map .mapboxgl-popup-content p {
        font-size: 11px
    }

    .lang_en #map .mapboxgl-popup-content p {
        font-size: 10px
    }

    #map .mapboxgl-popup-close-button {
        right: 2px;
        top: 1px
    }

    .wpcf7 .wpcf7-submit {
        border-width: 1px;
        border-radius: 6px;
        font-size: 12px;
        line-height: 30px;
        width: 87px
    }

    .c-block {
        padding-bottom: 0
    }

        .c-block:after {
            content: none
        }

    .c-block__nav {
        padding-top: 38px;
        padding-bottom: 7px
    }

    .c-block__nav_list {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 320px;
        margin: 0 auto;
        padding: 0 28px
    }

        .c-block__nav_list li {
            font-size: 11px;
            line-height: 21px;
            margin: 0;
            text-align: center;
            width: 33.33333%
        }

    .c-block__slider .slick-next:after, .c-block__slider .slick-prev:after {
        height: 15px;
        top: calc(50% - 7.5px);
        width: 15px
    }

    .c-block__text {
        padding: 52px 50px 42px
    }

    .c-block__text--onlyText {
        margin-bottom: 28px
    }

    .c-block__text_inner {
        padding-left: 0;
        max-width: 322px
    }

    .c-block__text_head {
        margin: -10px 0 8px;
        position: static;
        width: 100%
    }

    .c-block__text h2 {
        font-size: 18px;
        line-height: 28px;
        margin-top: 0
    }

    .c-block__text h3 {
        font-size: 14px;
        margin-top: 0
    }

    .c-block__text p {
        font-size: 11px;
        line-height: 20px;
        margin-bottom: 20px
    }

    .c-block__text li {
        font-size: 11px;
        line-height: 20px;
        margin-bottom: 10px
    }

    .c-block__text dt {
        font-size: 10px;
        line-height: 20px
    }

    .c-block__text dd {
        font-size: 11px;
        line-height: 20px
    }

    .c-block__text dl.leftWide dt {
        width: 100px
    }
    .c-block__text dl.leftWide dd {
        width: calc(100% - 100px)
    }
    .c-block__text_list li {
        font-size: 11px;
        line-height: 20px
    }

    .c-block__text_note small {
        font-size: 10px
    }

    .c-block__button {
        top: 68px
    }

        .c-block__button a {
            border-width: 1px;
            border-radius: 6px;
            font-size: 12px;
            line-height: 30px;
            width: 87px
        }

    .lang_en .c-block__button a {
        font-size: 10px;
        width: 95px
    }

    .c-block__link {
        line-height: 21px;
        margin-top: 20px
    }

        .c-block__link a {
            font-size: 11px
        }

            .c-block__link a:after {
                margin-left: 8px;
                margin-top: -3px;
                width: 6px
            }

    .c-block__bottom {
        margin-top: 44px;
        margin-bottom: 54px;
        padding: 30px 50px 23px
    }

        .c-block__bottom:after {
            background: #000;
            content: " ";
            display: block;
            height: 2px;
            left: calc(50% - 10px);
            position: absolute;
            top: -23px;
            width: 20px
        }

    .c-block__bottom_inner {
        max-width: 322px
    }

    .c-block__bottom_title {
        margin-top: 2px;
        margin-bottom: 14px
    }

        .c-block__bottom_title h2 {
            font-size: 20px
        }

    .c-block__bottom_content {
        display: block
    }

    .c-block__bottom_column {
        width: 100%
    }

    .c-block__bottom p {
        font-size: 11px;
        line-height: 20px;
        margin-bottom: 9px
    }

    .c-block__row {
        display: block;
        padding-bottom: 0;
        width: 100% !important
    }

        .c-block__row:after {
            content: none
        }

    .c-block__col {
        width: 100%
    }

    .c-block--rooms .c-block__text {
        padding: 52px 50px 30px
    }

        .c-block--rooms .c-block__text h2 {
            font-size: 20px
        }

    .c-block--rooms .c-block__text_head {
        margin: 0;
        position: absolute;
        top: 2px;
        width: 115px
    }

    .c-block--rooms .c-block__text_inner {
        min-height: 100px;
        padding-left: 115px
    }

    .c-pageHead {
        height: auto;
        margin-bottom: 32px;
        max-height: none
    }

    .c-pageHead__title {
        height: 100vw !important;
        max-height: 100%
    }

    .c-pageHead__bg.rooms {
        background-image: url(/cn/mujihotel/beijing/img/rooms_main_small.jpg)
    }

    .c-pageHead__bg.public {
        background-image: url(/cn/mujihotel/beijing/img/public_main_small.jpg)
    }

    .c-pageHead__text {
        padding-top: 23px
    }

        .c-pageHead__text h1 {
            font-size: 23px;
            margin-bottom: 18px;
            padding: 0 28px
        }

        .c-pageHead__text p {
            font-size: 14px;
            line-height: 28px;
            padding: 0 28px
        }

    .c-slider__item.slide1 {
        background-image: url(/cn/mujihotel/img/common/slide_1_small.jpg)
    }

    .c-slider__item.slide2 {
        background-image: url(/cn/mujihotel/img/common/slide_2_small.jpg)
    }

    .c-slider__item.slide3 {
        background-image: url(/cn/mujihotel/img/common/slide_3_small.jpg)
    }

    .c-slider__item.slide4 {
        background-image: url(/cn/mujihotel/img/common/slide_4_small.jpg)
    }

    .c-slider__item.slide5 {
        background-image: url(/cn/mujihotel/img/common/slide_5_small.jpg)
    }

    .c-slider__item.slide6 {
        background-image: url(/cn/mujihotel/img/common/slide_6_small.jpg)
    }

    .c-slider__item.slide7 {
        background-image: url(/cn/mujihotel/img/common/slide_7_small.jpg)
    }

    .c-slider__item.slide8 {
        background-image: url(/cn/mujihotel/img/common/slide_8_small.jpg)
    }

    .c-slider__item.slide9 {
        background-image: url(/cn/mujihotel/img/common/slide_9_small.jpg)
    }

    .l-column.col2 {
        width: 100%
    }

    .l-footer__top {
        padding-top: 0;
        padding-bottom: 63px
    }

    .l-footer__info {
        margin-top: 46px;
        margin-bottom: -33px
    }

    .l-footer__info_logo {
        width: 126px
    }

    .l-footer__info_address {
        font-size: 17px
    }

        .l-footer__info_address small {
            margin-top: 0
        }

    .l-footer__info_link {
        font-size: 12px
    }

        .l-footer__info_link:after {
            margin-left: 10px;
            margin-top: -1px;
            width: 6px
        }

    .l-footer__share h3, .l-footer__sns h3 {
        margin-bottom: 5px
    }

    .l-footer__sites {
        padding-top: 35px;
        padding-bottom: 35px
    }

        .l-footer__sites ul {
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

        .l-footer__sites li {
            margin: 0 26px
        }
        .s-shenzhen .l-footer__sites li.ginza {
          margin-right: 36px;
        }
        .s-shenzhen .l-footer__sites li.beijing {
          margin-left: 16px;
        }

        .s-ginza .l-footer__sites li.ginza {
          margin-left: 36px;
        }
        .s-ginza .l-footer__sites li.beijing {
          margin-right: 16px;
        }

        .l-footer__sites img {
            height: 11px
        }

        .l-footer__sites .portal {
            margin-bottom: 21px;
            width: 100%
        }

    .l-footer__copyright {
        padding-top: 42px
    }

        .l-footer__copyright ul {
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column
        }

        .l-footer__copyright li {
            margin-bottom: 7px
        }

        .l-footer__copyright .muji {
            margin-bottom: 14px
        }

    .l-header__nav {
        top: calc(50vh - 90px)
    }

    .l-header__nav_menu li {
        font-size: 13px;
        margin: 4px 0
    }

    .l-header__reserve {
        width: 94px
    }

        .l-header__reserve a {
            font-size: 11px;
            margin-top: 10px
        }

    .lang_en .l-header__reserve {
        width: 120px
    }

        .lang_en .l-header__reserve a {
            letter-spacing: .1em
        }

    .l-header__lang {
        font-size: 13px;
        margin-top: 20px
    }

    .l-container {
        padding-left: 0;
        padding-right: 0;
        width: 322px
    }

    .l-container--spFull {
        display: block;
        width: 100%
    }

    .p-news__pageHead {
        padding-top: 105px
    }

    .p-news__article_image {
        background-size: 60% auto;
        height: auto;
        margin-bottom: 28px;
        padding-top: 100%;
        position: relative;
        width: 100%
    }

        .p-news__article_image.is-default {
            display: none
        }

        .p-news__article_image img {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%
        }

    .p-news__article_content {
        width: 100%
    }

    .p-news__article_link a:after {
        margin-left: 10px;
        margin-top: -1px;
        width: 6px
    }

    .p-news__single_content {
        font-size: 14px;
        line-height: 28px
    }

        .p-news__single_content p {
            font-size: 14px;
            line-height: 28px
        }

            .p-news__single_content p:not(:last-child) {
                margin-bottom: 28px
            }

        .p-news__single_content img:not(:last-child) {
            margin-bottom: 28px
        }

    .p-page__head {
        padding-top: 105px
    }

    .p-page__content .alignright {
        padding-left: 0;
        text-align: right
    }
    .p-page__content dl dd {
        margin-bottom: 1em;
        width: 100%
    }
    .p-page__content dl.colon dt:after {
        position: static
    }
    .p-page__content blockquote {
        margin-left: 0;
        margin-right: 0
    }

    .p-top__logo h1 {
        max-width: 241px;
        margin-top: -315px
    }

        .p-top__logo h1 img {
            width: 241px;
            height: 71px
        }

    .p-top__concept p {
        font-size: 13px;
        letter-spacing: .09em;
        line-height: 2.15385;
        padding: 0 21px;
        width: 322px
    }

    .lang_en .p-top__concept p {
        font-size: 12px
    }

    .lang_en .p-top__access_address p {
        text-align: left !important
    }

    .p-top__news {
        background: 0 0;
        padding-bottom: 0
    }

    .p-top__news_inner {
        background: #fafafa;
        padding: 28px 21px
    }

    .p-top__news_list {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 28px
    }

    .p-top__news_article {
        line-height: 1.5;
        margin-left: 0;
        margin-bottom: 28px;
        width: 100%
    }

        .p-top__news_article:last-of-type {
            margin-bottom: 0
        }

        .p-top__news_article h3 {
            font-size: 14px
        }

        .p-top__news_article time {
            font-size: 11px
        }

            .p-top__news_article time:after {
                margin-left: 6px;
                margin-top: -2px;
                width: 6px
            }

    .p-top__news_link a:after {
        margin-left: 10px;
        margin-top: -1px;
        width: 6px
    }

    .p-top__feature {
        padding-bottom: 63px;
        padding-top: 42px
    }

    .lang_en .p-top__feature {
        text-align: left
    }

    .p-top__feature p {
        margin-bottom: 14px
    }

    .lang_en .p-top__feature p {
        text-align: left;
        margin-bottom: 15px
    }

    .p-top__feature_link {
        display: block;
        max-width: 322px;
        margin: 0 auto 21px
    }

    .u-sp-hide {
        display: none !important
    }

    .u-tb-only {
        display: none !important
    }
}

@media screen and (max-width:362px) {
    #map .mapboxgl-popup-content {
        width: 250px
    }

    .c-block__text {
        padding-left: 28px;
        padding-right: 28px
    }

    .c-block__bottom {
        padding-left: 28px;
        padding-right: 28px
    }

    .c-block--rooms .c-block__text {
        padding-left: 28px;
        padding-right: 21px
    }

    .c-pageHead__text h1 {
        padding: 0
    }

    .c-pageHead__text p {
        padding: 0
    }

    .l-container {
        width: 266px
    }

    .l-container--spFull {
        width: 100%
    }

    .p-top__concept p {
        padding: 0;
        width: 266px
    }

    .p-top__feature_link {
        max-width: 266px
    }
}
<!--耗时1769394455.4159秒-->