@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
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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
}

* {
    margin: 0;
    padding: 0
}

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

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

body {
    font-size: 1.4rem;
    line-height: 2.6rem
}

ol, ul {
    list-style: none
}

.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
}

.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/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/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)
    }
}

body, html {
    position: relative;
    height: 100%;
    font-family: HelveticaNeueBold,HelveticaNeue-Bold,"Helvetica Neue Bold","見出ゴMB31","ヒラギノ角ゴ ProN W3",HiraKakuProN-W3,"Hiragino Kaku Gothic ProN","游ゴシック","Yu Gothic","游ゴシック体",YuGothic,Arial,"Meiryo UI","メイリオ",Meiryo,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    overflow-x: hidden;
    color: #fff
}

    body.lang_cn {
        font-family: "HY DaHeiTi"
    }

    body.modal-open {
        overflow: hidden
    }

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

    a:focus {
        outline: 0
    }

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    border-radius: 0;
    cursor: pointer;
    text-align: center
}

    button:focus {
        outline: 0
    }

#bg {
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 0
}

#shadow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 2;
    background: rgba(0,0,0,.25)
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.swiper-slide > div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.fade {
    opacity: 0;
    transition: all .8s ease-out .1s;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
}

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

.footer {
    bottom: 10px;
    left: 40px;
    opacity: 0;
    position: fixed;
    transition: all 1s ease-out;
    width: calc(100% - 80px);
    z-index: 1
}

    .footer.active {
        opacity: 1
    }

.footer__share {
    bottom: calc(100% + 65px);
    font-size: 13px;
    position: absolute;
    right: 0;
    text-align: right
}

    .footer__share span {
        pointer-events: none
    }

    .footer__share ul {
        margin-top: 18px
    }

    .footer__share.is-open ul {
        margin-right: 0
    }

.footer__lang {
    bottom: 0;
    padding-bottom: 3px;
    position: absolute;
    right: 0
}

    .footer__lang li {
        display: inline-block;
        color: #fff;
        font-family: HelveticaNeueLight,HelveticaNeue-Light,"Helvetica Neue Light",HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif
    }

        .footer__lang li.is-active {
            font-weight: 700
        }

        .footer__lang li:not(:last-child):after {
            content: "|";
            display: inline-block;
            font-weight: 400;
            padding: 0 5px
        }

    .footer__lang a {
        text-decoration: none;
        color: #aaa;
        font-weight: 700
    }

.footer__copyright {
    font-size: 1.1rem
}

.map {
    -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;
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 10vh;
    text-align: center;
    width: 100%
}

.map__inner {
    margin: 0 auto;
    position: relative;
    width: 100%
}

.map__image {
    max-width: 100%;
    width: 100%
}

.areaBox .wave {
    position: absolute;
    opacity: 0;
    width: 42vh;
    height: 42vh;
    margin: -21vh 0 0 -21vh;
    border: 1px solid #fff;
    border-radius: 50%
}

.areaBox .point {
    background: #fff;
    border-radius: 50%;
    height: 8px;
    margin: -4px 0 0 -4px;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .6s ease;
    width: 8px
}

.areaBox .name {
    transition: opacity .5s ease-out 1.8s;
    position: absolute;
    font-weight: 700;
    opacity: 0;
    font-size: 24px;
    margin: -10px 0 0 0;
    color: #fff;
    cursor: pointer;
    letter-spacing: .1em;
    z-index: 1
}

    .areaBox .name:after {
        display: block;
        content: '';
        left: 0;
        margin: 4px 0 0 0;
        width: 0%;
        height: 2px;
        background: #fff
    }

.areaBox.active .wave {
    -webkit-animation: anim-scale 8s linear,anim-opacity 8s linear;
    animation: anim-scale 8s linear,anim-opacity 8s linear
}

.areaBox.active .point {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.areaBox.active .name {
    opacity: 1
}

    .areaBox.active .name:after {
        -webkit-animation: bbottom 1s ease-in-out 7.1s forwards;
        animation: bbottom 1s ease-in-out 7.1s forwards
    }

.areaBox.next .wave {
    -webkit-animation: anim-scale 8s linear infinite,anim-opacity 8s linear infinite;
    animation: anim-scale 8s linear infinite,anim-opacity 8s linear infinite
}

.areaBox.next .name:after {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

@-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%
    }
}

#area_1 .point, #area_1 .wave {
    left: 36%;
    top: 84%
}

#area_1 .name {
    right: 65%;
    top: 84%
}

#area_2 .point, #area_2 .wave {
    left: 40%;
    top: 37%;
    transition-delay: 2.7s
}

#area_2.active .wave {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s
}

#area_2 .name {
    right: 61%;
    top: 37%;
    transition-delay: 4.2s
}

#area_3 .point, #area_3 .wave {
    left: 78.5%;
    top: 47%;
    transition-delay: 5.1s
}

#area_3.active .wave {
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s
}

#area_3 .name {
    left: 80.5%;
    top: 47%;
    transition-delay: 6.6s
}

.modal {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    text-align: center;
    top: 0;
    transition: all .5s ease;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    width: 100%;
    z-index: 100
}

    .modal.show {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .modal.active {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

.modal_bg {
    background: rgba(0,0,0,.8);
    margin: 0 auto;
    max-width: 560px;
    position: relative;
    padding: 56px;
    width: 100%
}

.modal_title {
    font-size: 34px;
    letter-spacing: .03em;
    line-height: 1.3;
    margin: 0 auto 20px;
    width: auto
}

    .modal_title:after {
        background: rgba(255,255,255,.6);
        content: " ";
        display: block;
        height: 1px;
        margin: 4px auto 0;
        width: 42px
    }

.modal_address {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    margin: 7px 0 30px 0
}

.modal_map {
    width: 100%;
    padding-top: 66.66667%;
    position: relative
}

.modal_map_link {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.lang_cn .modal_map_link {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.modal_map_inner {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.modal_bottom_logo {
    width: auto;
    max-width: 99px;
    margin: 0 auto
}

.modal_note {
    position: absolute;
    font-size: 11px;
    bottom: -24px;
    right: -24px;
    line-height: 1.5;
    -webkit-transform: scale(.8,.8);
    transform: scale(.8,.8)
}

.modal_close {
    cursor: pointer;
    position: absolute;
    right: 14px;
    top: 14px
}

    .modal_close img {
        display: block;
        height: 14px;
        width: 14px
    }

.modal_topLogo {
    margin-bottom: 28px
}

    .modal_topLogo img {
        display: block;
        height: 51px;
        margin: 0 auto;
        width: 173px
    }

.modal_news {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 20px;
    text-align: left
}

.modal_newsHeading {
    width: 63px
}

.modal_newsList {
    width: calc(100% - 63px)
}

    .modal_newsList li {
        margin-bottom: 7px
    }

        .modal_newsList li:last-child {
            margin-bottom: 0
        }

    .modal_newsList a {
        border-bottom: 1px solid #fff
    }

.modal_siteLink {
    margin-top: 56px
}

    .modal_siteLink a {
        border: 1px solid #fff;
        display: block;
        letter-spacing: .04em;
        line-height: 40px;
        margin: 0 auto;
        text-align: center;
        width: 175px
    }

.lang_cn .area_1 .modal_map_link {
    background-image: url(/cn/mujihotel/img/portal/map_1.png)
}

.lang_cn .area_2 .modal_map_link {
    background-image: url(/cn/mujihotel/img/portal/map_2.png)
}

.lang_cn .area_3 .modal_map_link {
    background-image: url(/cn/mujihotel/img/portal/map_3.png)
}

.header {
    opacity: 0;
    position: fixed;
    width: 100%;
    top: 10vh;
    text-align: center;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    transition: all 1s ease-out;
    z-index: 100
}

    .header.active {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .header img {
        display: block;
        height: auto;
        margin: 0 auto;
        max-width: 240px;
        width: 40%
    }

.section {
    overflow: hidden;
    position: relative
}

.sectionInner {
    height: 100vh
}

.top {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.is_ie .top {
    height: 100vh
}

.top__logo {
    margin-top: 0;
    margin-bottom: 0;
    opacity: 0;
    transition: opacity .75s ease-out .3s
}

.active .top__logo {
    opacity: 1
}

.top__logo img {
    display: block;
    height: 64px;
    margin: 0 auto;
    width: 378px
}

.top__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 42px;
    opacity: 0;
    transition: opacity .75s ease-out 1.1s;
    text-align: center
}

.active .top__link {
    opacity: 1
}

.top__link li {
    margin: 0 16px;
    position: relative
}

.top__link a {
    background-color: rgba(150,150,150,0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 16px;
    border: 1px solid #fff;
    color: transparent;
    display: block;
    font-size: 0;
    height: 47px;
    margin: 0 auto;
    width: 218px
}

    .top__link a.shenzhen {
        background-image: url(/cn/mujihotel/img/mujihotel/common/title_shenzhen.svg);
        background-size: 130px 16px
    }

.is_ie .top__link a.shenzhen {
    background-size: 130px 17px
}

.top__link a.beijing {
    background-image: url(/cn/mujihotel/img/mujihotel/common/title_beijing.svg);
    background-size: 100px 16px
}

.top__link a.ginza {
    background-image: url(/cn/mujihotel/img/mujihotel/common/title_ginza.svg);
    background-size: 78px 16px;
}

.top__link span {
    display: block;
    font-size: 10px;
    line-height: 1.2;
    margin-top: 4px;
    white-space: nowrap
}

.top__scroll {
    bottom: 5%;
    height: 40px;
    left: calc(50vw - 30px);
    opacity: 0;
    position: absolute;
    transition: opacity .5s ease-out;
    width: 60px;
    z-index: 1
}

.active .top__scroll {
    opacity: 1;
    transition: opacity .75s ease-out 1.9s
}

.top__scroll img {
    -webkit-animation: nextBtn 1.5s ease-in-out infinite alternate;
    animation: nextBtn 1.5s ease-in-out infinite alternate;
    display: block;
    margin: 0 auto;
    width: 30px
}

@-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)
    }
}

.message {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: calc(10vh + 40px) 50px 40px;
    text-align: center;
    width: 100%
}

.message__text {
    font-size: 19px;
    letter-spacing: .06em;
    line-height: 2;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    text-align: justify;
    width: 468px
}

.lang_en .message__text {
    letter-spacing: .02em;
    line-height: 1.5;
    text-align: center;
    width: 570px
}

.message__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 42px;
    text-align: center
}

    .message__link li {
        margin: 0 11px
    }

    .message__link a {
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 11px;
        border: 1px solid #fff;
        color: transparent;
        display: block;
        font-size: 0;
        height: 33px;
        width: 150px
    }

        .message__link a.shenzhen {
            background-image: url(/cn/mujihotel/img/mujihotel/common/title_shenzhen.svg);
            background-size: 90px 11px
        }

        .message__link a.beijing {
            background-image: url(/cn/mujihotel/img/mujihotel/common/title_beijing.svg);
            background-size: 69px 11px
        }

        .message__link a.ginza {
            background-image: url(/cn/mujihotel/img/mujihotel/common/title_ginza.svg);
            background-size: 54px 11px;
        }

    .message__link span {
        font-size: 12px
    }

.list {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.list__item {
    margin-top: 37px;
    padding: 0 20px;
    text-align: center
}

    .list__item:first-child {
        margin-top: 0
    }

    .list__item h2 {
        font-size: 21px;
        font-weight: 700
    }

    .list__item p {
        line-height: 21px;
        margin-top: 10px
    }

    .list__item span {
        display: inline-block
    }

.bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 210px 0 calc(50vh - 81px);
    text-align: center;
    width: 100%
}

.bottom__title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .1em
}

.bottom__list {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 3vh;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: all 1s ease-out .25s;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
}

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

.bottom__list ul li {
    display: inline-block;
    margin: 0 25px;
    width: 35px
}

.bottom__contact {
    text-align: center;
    opacity: 0;
    transition: all 1s ease-out .4s;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
}

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

.bottom__contact a {
    display: inline-block
}

    .bottom__contact a:not(:first-child) {
        margin-top: 25px
    }

.bottom__contact .button {
    border: 2px solid #fff;
    border-radius: 12px;
    font-size: 16px;
    line-height: 32px;
    width: 120px
}

.lang_en .bottom__contact {
    font-size: 18px
}

.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) {
    .swiper-slide-1 {
        background-image: url(/cn/mujihotel/img/common/slide_1_mid.jpg)
    }

    .swiper-slide-2 {
        background-image: url(/cn/mujihotel/img/common/slide_2_mid.jpg)
    }

    .swiper-slide-3 {
        background-image: url(/cn/mujihotel/img/common/slide_3_mid.jpg)
    }

    .swiper-slide-4 {
        background-image: url(/cn/mujihotel/img/common/slide_4_mid.jpg)
    }

    .swiper-slide-5 {
        background-image: url(/cn/mujihotel/img/common/slide_5_mid.jpg)
    }

    .swiper-slide-6 {
        background-image: url(/cn/mujihotel/img/common/slide_6_mid.jpg)
    }

    .swiper-slide-7 {
        background-image: url(/cn/mujihotel/img/common/slide_7_mid.jpg)
    }

    .swiper-slide-8 {
        background-image: url(/cn/mujihotel/img/common/slide_8_mid.jpg)
    }

    .swiper-slide-9 {
        background-image: url(/cn/mujihotel/img/common/slide_9_mid.jpg)
    }
}

@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) {
    .swiper-slide-1 {
        background-image: url(/cn/mujihotel/img/common/slide_1.jpg)
    }

    .swiper-slide-2 {
        background-image: url(/cn/mujihotel/img/common/slide_2.jpg)
    }

    .swiper-slide-3 {
        background-image: url(/cn/mujihotel/img/common/slide_3.jpg)
    }

    .swiper-slide-4 {
        background-image: url(/cn/mujihotel/img/common/slide_4.jpg)
    }

    .swiper-slide-5 {
        background-image: url(/cn/mujihotel/img/common/slide_5.jpg)
    }

    .swiper-slide-6 {
        background-image: url(/cn/mujihotel/img/common/slide_6.jpg)
    }

    .swiper-slide-7 {
        background-image: url(/cn/mujihotel/img/common/slide_7.jpg)
    }

    .swiper-slide-8 {
        background-image: url(/cn/mujihotel/img/common/slide_8.jpg)
    }

    .swiper-slide-9 {
        background-image: url(/cn/mujihotel/img/common/slide_9.jpg)
    }
}

@media screen and (min-width:1090px) {
    .u-pc-hide {
        display: none !important
    }
}

@media screen and (min-width:1500px) {
    .swiper-slide-1 {
        background-image: url(/cn/mujihotel/img/common/slide_1.jpg)
    }

    .swiper-slide-2 {
        background-image: url(/cn/mujihotel/img/common/slide_2.jpg)
    }

    .swiper-slide-3 {
        background-image: url(/cn/mujihotel/img/common/slide_3.jpg)
    }

    .swiper-slide-4 {
        background-image: url(/cn/mujihotel/img/common/slide_4.jpg)
    }

    .swiper-slide-5 {
        background-image: url(/cn/mujihotel/img/common/slide_5.jpg)
    }

    .swiper-slide-6 {
        background-image: url(/cn/mujihotel/img/common/slide_6.jpg)
    }

    .swiper-slide-7 {
        background-image: url(/cn/mujihotel/img/common/slide_7.jpg)
    }

    .swiper-slide-8 {
        background-image: url(/cn/mujihotel/img/common/slide_8.jpg)
    }

    .swiper-slide-9 {
        background-image: url(/cn/mujihotel/img/common/slide_9.jpg)
    }
}

@media screen and (max-width:1089px) {
    .u-tb-hide {
        display: none !important
    }
}

@media screen and (max-width:768px) {
    .footer {
        left: 20px;
        width: calc(100% - 40px)
    }

    .footer__share {
        bottom: calc(100% + 12px);
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 12px;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        line-height: 2;
        overflow: hidden
    }

        .footer__share span {
            cursor: pointer;
            pointer-events: auto
        }

            .footer__share span:after {
                background: url(/cn/mujihotel/img/mujihotel/common/arrow.svg) no-repeat center;
                background-size: contain;
                content: " ";
                display: inline-block;
                height: 24px;
                margin-left: 5px;
                vertical-align: bottom;
                width: 7px
            }

        .footer__share ul {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            margin-top: 0;
            margin-right: -144px;
            transition: all .3s ease-in-out
        }

            .footer__share ul li {
                margin-left: 12px
            }

    .lang_cn .footer__share ul {
        margin-right: -72px
    }

    .map__inner {
        margin-left: -45%;
        margin-right: -15%;
        max-width: none;
        width: 160%
    }

    .areaBox .name {
        font-size: 18px;
        margin-top: 0;
        margin-left: 14px;
        margin-right: 5px
    }

        .areaBox .name:after {
            margin-top: 0
        }

    #area_1 .name {
        left: 36%;
        right: auto
    }

    #area_2 .name {
        left: 40%;
        right: auto
    }

    #area_3 .name {
        left: auto;
        right: 21.5%
    }

    .modal_bg {
        height: 100%;
        padding: 30px 50px 20px
    }

    .modal_title {
        font-size: 30px
    }

    .modal_map {
        padding-top: 75%
    }

    .modal_bottom_logo {
        margin-bottom: 30px
    }

    .modal_note {
        margin-left: -50px;
        position: static;
        width: 100vw
    }

    .modal_close img {
        height: 21px;
        width: 21px
    }

    .header {
        top: 6.77249vw
    }

        .header img {
            width: 30%
        }

    .top__logo img {
        height: auto;
        max-width: 70vw
    }

    .top__link li {
        margin: 0 11px
    }

    .top__link a {
        background-size: auto 14px !important;
        line-height: 33px;
        width: 150px
    }

    .message {
        padding-top: calc(6.77249vw + 40px)
    }
}

@media screen and (max-width:753px) {
    .swiper-slide-1 {
        background-image: url(/cn/mujihotel/img/common/slide_1_small.jpg)
    }

    .swiper-slide-2 {
        background-image: url(/cn/mujihotel/img/common/slide_2_small.jpg)
    }

    .swiper-slide-3 {
        background-image: url(/cn/mujihotel/img/common/slide_3_small.jpg)
    }

    .swiper-slide-4 {
        background-image: url(/cn/mujihotel/img/common/slide_4_small.jpg)
    }

    .swiper-slide-5 {
        background-image: url(/cn/mujihotel/img/common/slide_5_small.jpg)
    }

    .swiper-slide-6 {
        background-image: url(/cn/mujihotel/img/common/slide_6_small.jpg)
    }

    .swiper-slide-7 {
        background-image: url(/cn/mujihotel/img/common/slide_7_small.jpg)
    }

    .swiper-slide-8 {
        background-image: url(/cn/mujihotel/img/common/slide_8_small.jpg)
    }

    .swiper-slide-9 {
        background-image: url(/cn/mujihotel/img/common/slide_9_small.jpg)
    }

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

@media screen and (max-width:600px) {
    .message {
        padding-top: 6.77249vw;
        padding-bottom: 13.54497vw
    }
}

@media screen and (max-width:550px) {
    .top__link {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .top__link li {
            margin: 0 0 15px
        }
}

@media screen and (max-width:480px) {
    .message__text {
        font-size: 13px
    }

    .list__item h2 {
        font-size: 18px
    }

    .list__item p {
        font-size: 13px
    }
}

@media screen and (max-width:374px) {
    .message {
        padding-left: 0;
        padding-right: 0
    }

    .message__text {
        width: 275px
    }
}

@media screen and (max-width:366px) {
    .message__link a {
        width: 130px
    }
}
<!--耗时1769394428.3673秒-->