/*! CSS Used from: https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/css/reset.css */
body,
div,
span,
h1,
h2,
p,
a,
address,
img,
i,
ul,
li,
label,
footer,
header,
section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: '思源黑体';
    vertical-align: baseline;
}

footer,
header,
section {
    display: block;
}

body {
    line-height: 1;
}

ul {
    list-style: none;
}

/*! CSS Used from: https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/css/app.css */
body {
    font-family: '思源黑体';
    position: relative;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

header {
    z-index: 12;
    width: 100%;
    height: 88px;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
}

header .site_title {
    display: block;
    position: absolute;
    top: 24px;
    left: 32px;
}

header .header_main_menu {
    width: 100%;
    height: 88px;
    margin: 0;
    padding: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

header .header_main_menu>li {
    line-height: 88px;
    color: #fff;
    font-size: 14px;
    position: relative;
}

header .header_main_menu>li a {
    color: #fff;
    display: block;
    height: 84px;
    line-height: 88px;
    padding-left: 24px;
    padding-right: 24px;
}

header .header_main_menu>li a::after {
    content: '';
    height: 4px;
    width: 6em;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 24px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

header .header_main_menu>li a:hover {
    text-decoration: none;
}

header .header_main_menu>li a:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

header .header_main_menu>li:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '|';
    font-size: 11px;
    color: #fff;
}

header .header_main_menu>li:nth-child(2) a::after {
    width: 7em;
}

header .header_main_menu>li:nth-child(3) a::after {
    width: 4em;
}

header .header_main_menu>li:last-child:after {
    content: '';
    margin: 0;
    padding: 0;
}

header .header_float_menu {
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
}

header .header_float_menu .lang,
header .header_float_menu .vacancy_search {
    display: inline-block;
    vertical-align: middle;
}

header .header_float_menu .lang {
    font-family: '思源黑体';
    font-size: 12px;
    color: #878684;
    position: relative;
}

header .header_float_menu .lang span.active {
    cursor: pointer;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    margin-left: 8px;
    padding-bottom: 6px;
    padding-left: 1px;
    padding-right: 30px;
    border-bottom: 1px solid #363635;
    border-bottom: 1px solid #fff;
    background: url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowdown.png) no-repeat right 5px top 5px;
    background: -webkit-image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowdown.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowdown@2x.png) 2x) no-repeat right 5px top 5px;
    background: image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowdown.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowdown@2x.png) 2x) no-repeat right 5px top 5px;
}

header .header_float_menu .lang ul {
    position: absolute;
    background: #fff;
    border-radius: 2px;
    right: -8px;
    top: 18px;
    -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.16);
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.16);
    padding: 8px;
    padding-right: 35px;
    display: none;
    z-index: -1;
}

header .header_float_menu .lang ul li a {
    color: #696866;
    font-size: 11px;
    line-height: 24px;
}

header .header_float_menu .lang ul li a:hover {
    color: #000;
}

header .header_float_menu .vacancy_search {
    margin-left: 24px;
    position: relative;
    width: 144px;
    height: 48px;
}

header .header_float_menu .vacancy_search a {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 48px;
    width: 144px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -24px;
    line-height: 48px;
    font-size: 14px;
    font-weight: bold;
    padding: 0 24px 0 48px;
    background-color: #fff;
    background-image: url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/vacancy.png);
    background-image: -webkit-image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/vacancy.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/vacancy@2x.png) 2x);
    background-image: image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/vacancy.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/vacancy@2x.png) 2x);
    background-repeat: no-repeat;
    background-position: 16px center;
    color: #000;
    border-radius: 2px 0px 0px 2px;
}

header .header_float_menu .vacancy_search a:hover {
    color: #e45800;
    text-decoration: none;
    background-image: url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/vacancy_on.png);
    background-image: -webkit-image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/vacancy_on.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/vacancy_on@2x.png) 2x);
    background-image: image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/vacancy_on.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/vacancy_on@2x.png) 2x);
}

header .header_mb_menu {
    display: none;
}

header .menu_open {
    display: none;
}

.header_brand_menu {
    -webkit-transition: opacity 450ms 0s ease;
    transition: opacity 450ms 0s ease;
    opacity: 0;
    left: 0;
    display: block;
    z-index: -1;
    position: fixed;
    width: 100%;
    background: #171716 url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/noise.png) repeat;
    padding-top: 88px;
}

.header_brand_menu .brand_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-right: 32px;
    margin-left: 32px;
}

.header_brand_menu .brand_list:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    bottom: 1px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.12);
}

.header_brand_menu .brand_list li {
    padding: 24px 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    cursor: pointer;
}

.header_brand_menu .brand_list li a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 24px 0;
    padding-bottom: 22px;
    position: relative;
}

.header_brand_menu .brand_list li a:after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.header_brand_menu .brand_list li a:hover {
    text-decoration: none;
}

.header_brand_menu .brand_list li a:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.header_brand_menu .brand_list li.active a {
    text-decoration: none;
}

.header_brand_menu .brand_list li.active a:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.header_brand_menu .facility_list>li {
    -webkit-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
    opacity: 0;
    display: none;
    width: 944px;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding-top: 40px;
    padding-bottom: 48px;
    min-height: 204px;
}

.header_brand_menu .facility_list>li.show {
    opacity: 1.0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header_brand_menu .facility_list>li div img {
    margin-bottom: 12px;
}

.header_brand_menu .facility_list>li .information {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 176px;
    flex: 0 0 176px;
    border-right: 1px solid #2d2d2c;
}

.header_brand_menu .facility_list>li .information h2 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 12px;
    margin-top: 6px;
}

.header_brand_menu .facility_list>li .information p {
    font-size: 14px;
    font-family: '思源黑体';
    color: #878684;
}

.header_brand_menu .facility_list>li .information p a {
    color: #878584;
}

.header_brand_menu .facility_list>li .information p a:hover {
    color: #fff;
    text-decoration: none;
}

.header_brand_menu .facility_list>li .facilities {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding-left: 36px;
}

.header_brand_menu .facility_list>li .facilities ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
}

.header_brand_menu .facility_list>li .facilities ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.3%;
    flex: 0 1 33.3%;
    margin-bottom: 18px;
}

.header_brand_menu .facility_list>li .facilities ul li a {
    font-size: 14px;
    font-family: '思源黑体';
    color: #A8A7A5;
}

.header_brand_menu .facility_list>li .facilities ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.mb_float_menu {
    display: none;
}

footer {
    background: #292928 url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/noise.png) repeat;
}

footer .footer_main_menu {
    background: url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/footer_main_bg.png) repeat-x;
}

footer .footer_main_menu .inner {
    width: 944px;
    text-align: center;
    padding: 37px 0;
    position: relative;
}

footer .footer_main_menu .inner>a {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 20px;
    text-indent: -9999px;
    background: no-repeat center center;
}

footer .footer_main_menu .inner .lang {
    position: absolute;
    right: 0;
    top: 44px;
    font-size: 12px;
    font-family: '思源黑体';
    color: #696866;
}

footer .footer_main_menu .inner .lang span.title:after {
    content: 'Language: ';
}

footer .footer_main_menu .inner .lang span.active {
    cursor: pointer;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    margin-left: 8px;
    padding-bottom: 6px;
    padding-left: 1px;
    padding-right: 30px;
    border-bottom: 1px solid #363635;
    border-bottom: 1px solid #fff;
    background: url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowdown.png) no-repeat right 5px top 5px;
    background: -webkit-image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowdown.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowdown@2x.png) 2x) no-repeat right 5px top 5px;
    background: image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowdown.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowdown@2x.png) 2x) no-repeat right 5px top 5px;
}

footer .footer_main_menu .inner .lang ul {
    position: absolute;
    background: #fff;
    border-radius: 2px;
    right: -8px;
    top: 18px;
    -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.16);
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.16);
    padding: 8px;
    padding-right: 35px;
    opacity: 0;
    z-index: -1;
}

footer .footer_main_menu .inner .lang ul li {
    text-align: left;
}

footer .footer_main_menu .inner .lang ul li a {
    color: #696866;
    font-size: 11px;
    line-height: 24px;
}

footer .footer_main_menu .inner .lang ul li a:hover {
    color: #000;
}

footer .footer_site_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    padding-top: 48px;
    padding-bottom: 24px;
    margin: 0 auto;
}

footer .footer_site_menu ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    background: url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/menu_arrow.png) no-repeat left center;
    background: -webkit-image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/menu_arrow.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/menu_arrow@2x.png) 2x) no-repeat left center;
    background: image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/menu_arrow.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/menu_arrow@2x.png) 2x) no-repeat left center;
    text-indent: 12px;
    margin-bottom: 20px;
}

footer .footer_site_menu ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

footer .footer_brand_menu {
    margin-bottom: 32px;
}

footer .footer_brand_menu>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}

footer .footer_brand_menu>ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16.6%;
    flex: 0 1 16.6%;
    border-right: 1px solid #383837;
    padding-right: 16px;
    margin-right: 16px;
}

footer .footer_brand_menu>ul>li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

footer .footer_brand_menu>ul>li h2 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 140%;
    position: relative;
}

footer .footer_brand_menu>ul>li h2 .spbreak {
    display: block;
}

footer .footer_brand_menu>ul>li ul li a {
    line-height: 180%;
    font-size: 12px;
    font-family: '思源黑体';
    color: #878684;
}

footer .footer_brand_menu>ul>li ul li a:before {
    content: '- ';
}

footer .footer_brand_menu>ul>li ul li a:hover {
    text-decoration: none;
    color: #fff;
}

footer .footer_brand_menu>ul>li ul:last-child {
    margin-bottom: 0;
}

footer .footer_brand_menu>ul>li.hoshinoya {
    padding-top: 64px;
    position: relative;
}

footer .footer_brand_menu>ul>li.hoshinoya img {
    position: absolute;
    top: -64px;
    left: 0;
    width: 48px;
    height: 48px;
}

footer .footer_brand_menu>ul>li.kai {
    padding-top: 64px;
    position: relative;
}

footer .footer_brand_menu>ul>li.kai img {
    position: absolute;
    top: -64px;
    left: 0;
    width: 48px;
    height: 48px;
}

footer .footer_brand_menu>ul>li.risonare {
    padding-top: 64px;
    position: relative;
}

footer .footer_brand_menu>ul>li.risonare img {
    position: absolute;
    top: -64px;
    left: 0;
    width: 44px;
    height: 52px;
}

footer .pr {
    text-align: center;
    margin-bottom: 30px;
    padding: 0;
}

footer .information {
    padding: 0;
    padding-bottom: 37px;
    text-align: center;
}

footer .information address {
    color: #878684;
    font-size: 13px;
}

@media (max-width: 1123px) {
    header {
        height: auto;
        display: block;
        position: relative;
        background: #000;
    }

    header .site_title {
        display: block;
        position: fixed;
        width: 100%;
        background: #000;
        top: 0;
        left: 0;
        text-align: center;
        border-bottom: 1px solid #282828;
        padding-top: 9px;
        padding-bottom: 9px;
        z-index: 1000;
    }

    header .site_title img {
        height: 26px;
    }

    header .site_title .menu_open {
        display: block;
        position: absolute;
        width: 20px;
        height: 11px;
        top: 16px;
        right: 16px;
        z-index: 1001;
    }

    header .site_title .menu_open img {
        width: 20px;
        height: 11px;
    }

    header .header_main_menu,
    header .header_float_menu {
        display: none;
    }

    header .header_mb_menu {
        background: #000;
        padding-top: 47px;
        display: table;
        width: 100%;
        position: fixed;
        left: 0;
        top: 47px;
        padding-top: 0;
        z-index: 1;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        -webkit-transform: translateY(-56px);
        transform: translateY(-56px);
    }

    header .header_mb_menu.is-fixed {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    header .header_mb_menu li {
        display: table-cell;
        width: 50%;
        text-align: center;
        vertical-align: middle;
        position: relative;
    }

    header .header_mb_menu li a {
        font-family: '思源黑体';
        font-size: 13px;
        font-weight: bold;
        color: #fff;
        width: 100%;
        height: 56px;
        line-height: 56px;
        font-family: '思源黑体';
    }

    header .header_mb_menu li a:hover {
        text-decoration: none;
    }

    header .header_mb_menu li a i {
        width: 16px;
        height: 18px;
        display: inline-block;
        vertical-align: middle;
        padding-right: 5px;
    }

    header .header_mb_menu li a i.facility_search {
        width: 12px;
        padding-bottom: 3px;
        background: url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_mb_facility_search.png) no-repeat 0 0;
        background: -webkit-image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_mb_facility_search.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_mb_facility_search@2x.png) 2x) no-repeat 0 0;
        background: image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_mb_facility_search.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_mb_facility_search@2x.png) 2x) no-repeat 0 0;
    }

    header .header_mb_menu li a i.vacancy_search {
        width: 17px;
        padding-bottom: 4px;
        background: url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_mb_vacancy_search.png) no-repeat 0 0;
        background: -webkit-image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_mb_vacancy_search.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_mb_vacancy_search@2x.png) 2x) no-repeat 0 0;
        background: image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_mb_vacancy_search.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_mb_vacancy_search@2x.png) 2x) no-repeat 0 0;
    }

    header .header_mb_menu li:first-child:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 15px;
        width: 1px;
        height: 24px;
        border-right: 1px solid #282828;
    }

    .header_brand_menu {
        display: none;
    }

    .mb_float_menu {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        z-index: 1000;
        background-color: #292928;
    }

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

    .mb_float_menu h2 {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        padding-top: 9px;
        padding-bottom: 9px;
        background: #000;
    }

    .mb_float_menu h2 img {
        height: 26px;
    }

    .mb_float_menu a.close {
        position: absolute;
        right: 18px;
        top: 18px;
    }

    .mb_float_menu .header_mb_menu {
        font-size: 18px;
        margin: 0 32px;
    }

    .mb_float_menu .header_mb_menu>li {
        border-bottom: 1px solid #383837;
    }

    .mb_float_menu .header_mb_menu>li>a {
        display: block;
        padding: 24px 8px;
        background: url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/SP_menu_arrow_r.png) no-repeat right 20px top 30px;
        background: -webkit-image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/SP_menu_arrow_r.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/SP_menu_arrow_r@2x.png) 2x) no-repeat right 20px top 30px;
        background: image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/SP_menu_arrow_r.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/SP_menu_arrow_r@2x.png) 2x) no-repeat right 20px top 30px;
    }

    .mb_float_menu .lang {
        position: relative;
        top: 0;
        right: 0;
        margin-left: 24px;
        margin-right: 24px;
        margin-bottom: 21px;
        border-bottom: 1px solid #383837;
    }

    .mb_float_menu .lang label {
        display: block;
        margin-bottom: 22px;
        font-size: 12px;
        color: #878684;
        font-family: '思源黑体';
        margin-top: 14px;
        margin-left: 8px;
    }

    .mb_float_menu .lang label span {
        display: none;
    }

    .mb_float_menu .lang ul {
        position: relative;
        opacity: 1;
        z-index: 0;
        background: transparent;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        padding-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: 8px;
        margin-right: 8px;
    }

    .mb_float_menu .lang ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        text-align: center;
    }

    .mb_float_menu .lang ul li:hover,
    .mb_float_menu .lang ul li.active {
        cursor: pointer;
    }

    .mb_float_menu .lang ul li:hover a,
    .mb_float_menu .lang ul li.active a {
        border-bottom: 4px solid #fff;
        text-decoration: none;
        color: #fff;
    }

    .mb_float_menu .lang ul li a {
        font-size: 11px;
        font-family: '思源黑体';
        color: #696866;
        display: block;
        padding-bottom: 24px;
        text-decoration: none;
        border-bottom: 4px solid transparent;
        line-height: 100%;
    }

    footer .footer_main_menu .inner,
    footer .footer_site_menu .inner,
    footer .footer_brand_menu .inner {
        width: 96%;
    }

    footer .pr,
    footer .information {
        width: 100%;
    }

    footer .footer_site_menu ul li {
        text-indent: 10px;
    }

    footer .footer_site_menu ul li a {
        font-size: 12px;
    }

    footer .footer_brand_menu>ul>li {
        padding-right: 12px;
        margin-right: 12px;
    }

    footer .footer_brand_menu>ul>li h2 {
        font-size: 13px;
    }

    footer .footer_brand_menu>ul>li ul li a {
        line-height: 180%;
        font-size: 11px;
    }
}

@media (max-width: 767px) {

    footer .footer_main_menu .inner,
    footer .footer_site_menu .inner,
    footer .footer_brand_menu .inner {
        width: 100%;
    }

    footer .footer_main_menu {
        background-image: url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/footer_main_bg_sp.png);
        background-image: -webkit-image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/footer_main_bg_sp.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/footer_main_bg_sp@2x.png) 2x);
        background-image: image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/footer_main_bg_sp.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/footer_main_bg_sp@2x.png) 2x);
        height: 168px;
        max-height: 168px;
    }

    footer .footer_main_menu .inner {
        padding-top: 21px;
        padding-bottom: 0;
    }

    footer .footer_main_menu .inner .lang {
        position: relative;
        top: 0;
        right: 0;
        margin-left: 24px;
        margin-right: 24px;
        margin-bottom: 21px;
        border-bottom: 1px solid rgba(217, 215, 212, 0.12);
    }

    footer .footer_main_menu .inner .lang label {
        display: block;
        margin-bottom: 22px;
    }

    footer .footer_main_menu .inner .lang label span.title:after {
        content: 'Language';
    }

    footer .footer_main_menu .inner .lang label span.active {
        display: none;
    }

    footer .footer_main_menu .inner .lang ul {
        position: relative;
        opacity: 1;
        z-index: 0;
        background: transparent;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        padding-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: 24px;
        margin-right: 24px;
    }

    footer .footer_main_menu .inner .lang ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        text-align: center;
    }

    footer .footer_main_menu .inner .lang ul li:hover,
    footer .footer_main_menu .inner .lang ul li.active {
        cursor: pointer;
    }

    footer .footer_main_menu .inner .lang ul li:hover a,
    footer .footer_main_menu .inner .lang ul li.active a {
        border-bottom: 4px solid #fff;
        text-decoration: none;
        color: #fff;
    }

    footer .footer_main_menu .inner .lang ul li a {
        color: #696866;
        display: block;
        padding-bottom: 24px;
        text-decoration: none;
        border-bottom: 4px solid transparent;
        line-height: 100%;
        font-size: 12px !important;
    }

    footer .pr,
    footer .information {
        width: 100%;
    }

    footer .footer_site_menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: auto !important;
        margin: 0 32px;
        height: 200px;
        max-height: 200px;
        overflow: hidden;
    }

    footer .footer_site_menu ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 10%;
        flex: 0 1 10%;
        width: 50%;
    }

    footer .footer_site_menu ul li a {
        font-size: 13px;
    }

    footer .footer_brand_menu>ul {
        display: block;
        width: auto !important;
        margin: 0 32px;
    }

    footer .footer_brand_menu>ul>li {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        border-right: 0;
        border-bottom: 1px solid #383837;
        padding: 0 !important;
        margin: 0;
        background: url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/caret_white_l.png) no-repeat right 16px top 25px !important;
        background: -webkit-image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/caret_white_l.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/caret_white_l@2x.png) 2x) no-repeat right 16px top 25px !important;
        background: image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/caret_white_l.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/caret_white_l@2x.png) 2x) no-repeat right 16px top 25px !important;
    }

    footer .footer_brand_menu>ul>li h2 {
        font-size: 16px;
        font-weight: bold;
        line-height: 56px;
        margin-bottom: 0;
    }

    footer .footer_brand_menu>ul>li h2 .spbreak {
        display: inline;
    }

    footer .footer_brand_menu>ul>li ul {
        display: none;
    }

    footer .footer_brand_menu>ul>li ul li {
        border-top: 1px solid #383837;
        padding-left: 8px;
        padding-right: 8px;
        background: url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowright_gray.png) no-repeat right 16px center;
        background: -webkit-image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowright_gray.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowright_gray@2x.png) 2x) no-repeat right 16px center;
        background: image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowright_gray.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowright_gray@2x.png) 2x) no-repeat right 16px center;
    }

    footer .footer_brand_menu>ul>li ul li a {
        line-height: 44px;
        color: #878684;
        font-family: '思源黑体';
        font-weight: bold;
        font-size: 14px;
        display: block;
    }

    footer .footer_brand_menu>ul>li ul li a:before {
        content: '';
    }

    footer .footer_brand_menu>ul>li.hoshinoya.hoshinoya h2 {
        padding-top: 0;
    }

    footer .footer_brand_menu>ul>li.kai.kai h2 {
        padding-top: 0;
    }

    footer .footer_brand_menu>ul>li.risonare.risonare h2 {
        padding-top: 0;
    }

    footer .footer_brand_menu>ul>li.hoshinoya h2,
    footer .footer_brand_menu>ul>li.kai h2,
    footer .footer_brand_menu>ul>li.risonare h2 {
        background-size: 28px 28px !important;
        padding-left: 40px !important;
    }

    footer .footer_brand_menu>ul>li.hoshinoya h2 img,
    footer .footer_brand_menu>ul>li.kai h2 img,
    footer .footer_brand_menu>ul>li.risonare h2 img {
        width: 28px;
        height: 28px;
        top: 50%;
        margin-top: -14px;
    }

    footer .footer_brand_menu>ul>li.risonare h2 {
        background-size: 24px 31px !important;
        background-position: left 2px center !important;
    }

    footer .footer_brand_menu>ul>li.risonare h2 img {
        width: 24px;
        height: 31px;
        top: 50%;
        left: 2px;
        margin-top: -15px;
    }
}

@media (max-width: 320px) {
    footer .footer_site_menu ul {
        margin: 0 26px;
        margin-right: 12px;
        height: 200px;
    }

    footer .footer_site_menu ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 10%;
        flex: 0 1 10%;
        width: 50%;
    }

    footer .footer_site_menu ul li a {
        font-size: 13px;
    }
}

.container {
    padding-top: 88px;
}

@media (max-width: 1123px) {
    .container {
        padding-top: 103px;
    }
}

.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.list li {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 31.8%;
    flex: 0 1 31.8%;
    margin-left: 2.2%;
    margin-bottom: 5.4%;
}

.list li>a:hover {
    text-decoration: none;
}

.list li:nth-child(3n+1) {
    margin-left: 0;
}

.list li:hover {
    cursor: pointer;
}

.list li:hover .title {
    text-decoration: underline;
}

.list li:hover .image {
    opacity: 0.6;
}

.list li .image {
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
}

.list li .image:before {
    content: '';
    display: block;
    padding-top: 56.4%;
    background-color: #fff;
}

.list li .image img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.list li .tags {
    padding: 6px 0;
    padding-bottom: 4px;
}

.list li .tags .tag {
    font-family: '思源黑体';
    display: inline-block;
    font-size: 12px;
    padding: 4px 0;
    font-size: 12px;
    color: #878684;
}

.list li .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 170%;
}

@media (max-width: 767px) {
    .list li:hover .title {
        text-decoration: none;
    }
}

.paging.pc {
    text-align: center;
    margin-bottom: 120px;
}

.paging.pc li {
    display: inline-block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    border: 1px solid #d9d7d4;
}

.paging.pc li a {
    display: block;
    height: 48px;
    line-height: 48px;
    color: #8A8988;
    font-size: 14px;
}

.paging.pc li a:hover {
    background-color: #e0dfdc;
    color: #000;
    text-decoration: none;
}

.paging.pc li.active {
    background-color: #e0dfdc;
}

.paging.pc li.active a {
    color: #000;
}

.paging.pc li.skip {
    border: 0;
    color: #8a8988;
    font-size: 14px;
}

.paging.pc li div {
    margin-top: 17px;
}

.paging.sp {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 48px;
}

.paging.sp a.btn {
    display: block;
    width: 48px;
    height: 48px;
    background: #D9D7D4;
}

.paging.sp a.btn.prev {
    background: url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowleft.png) no-repeat center center;
    background: -webkit-image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowleft.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowleft@2x.png) 2x) no-repeat center center;
    background: image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowleft.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowleft@2x.png) 2x) no-repeat center center;
    background-color: #D9D7D4;
}

.paging.sp a.btn.next {
    background: url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowright.png) no-repeat center center;
    background: -webkit-image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowright.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowright@2x.png) 2x) no-repeat center center;
    background: image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowright.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowright@2x.png) 2x) no-repeat center center;
    background-color: #D9D7D4;
}

.paging.sp a.btn.hidden {
    visibility: hidden;
}

.paging.sp .active {
    line-height: 48px;
    font-size: 14px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .paging.pc {
        display: none;
    }

    .paging.sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.content p {
    font-size: 16px;
    line-height: 200%;
    color: #000;
}

.inner {
    display: block;
    width: 944px;
    padding: 24px 0;
    margin: 0 auto;
}

@media (max-width: 1023px) {
    .inner {
        width: 100%;
    }
}

.page_header {
    text-align: center;
}

.page_header .inner {
    width: 100%;
    padding: 0;
}

.page_header h1 {
    font-size: 32px;
    font-weight: bold;
    color: #282828;
    padding: 0;
    padding-top: 46px;
    padding-bottom: 42px;
    border-bottom: 1px solid #d9d7d4;
}

@media (max-width: 1023px) {
    .page_header h1 {
        font-size: 24px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.lines-3 {
    display: block;
}

.dd {
    position: relative;
}

.dd .dd_toggle {
    display: block;
    border: 1px solid #d9d7d4;
    height: 48px;
    line-height: 48px;
    text-align: center;
    position: relative;
    color: #8a8988;
    font-size: 14px;
    font-weight: bold;
}

.dd .dd_toggle:hover {
    text-decoration: none;
}

.dd .dd_toggle .caret {
    display: block;
    width: 40px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/caret.png) no-repeat center center;
    background: -webkit-image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/caret.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/caret@2x.png) 2x) no-repeat center center;
    background: image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/caret.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/caret@2x.png) 2x) no-repeat center center;
}

.dd.facility .dd_toggle {
    background: url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/facility_icon.png) no-repeat 18px center;
    background: -webkit-image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/facility_icon.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/facility_icon@2x.png) 2x) no-repeat 18px center;
    background: image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/facility_icon.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/facility_icon@2x.png) 2x) no-repeat 18px center;
}

.dd .dd_menu {
    visibility: hidden;
    opacity: 0.0;
    height: 0;
    display: block;
    overflow: hidden;
    -webkit-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
    z-index: 15;
    position: absolute;
    left: 0;
    top: 56px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.48);
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.48);
}

.dd .dd_menu>li {
    border-bottom: 1px solid #E8E7E3;
}

.dd .dd_menu>li:last-child {
    border-bottom: 0;
}

.dd .dd_menu>li>a {
    display: block;
    font-size: 14px;
    color: #292928;
    line-height: 48px;
    font-weight: bold;
    text-indent: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dd .dd_menu>li>a.caret {
    background: url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowright.png) no-repeat right 18px center;
    background: -webkit-image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowright.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowright@2x.png) 2x) no-repeat right 18px center;
    background: image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowright.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowright@2x.png) 2x) no-repeat right 18px center;
}

.dd .dd_menu>li>a:hover {
    text-decoration: none;
    background-color: #B8B6B4;
}

.dd.brand .dd_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: auto;
}

.dd.brand .dd_menu>li:last-child {
    border-bottom: 1px solid #E8E7E3;
}

.dd.facility .dd_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 294px;
}

.dd.facility .dd_menu>li>a {
    padding-right: 28px;
}

.dd.facility .dd_menu>li:last-child {
    border-bottom: 1px solid #E8E7E3;
}

.dd.facility .dd_menu>li .caret {
    -webkit-transition: opacity 300ms 0s ease;
    transition: opacity 300ms 0s ease;
}

.dd.facility .dd_menu>li .child {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 294px;
    background: #fff;
    -webkit-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
    z-index: 16;
}

.dd.facility .dd_menu>li .child .control {
    border-bottom: 1px solid #E8E7E3;
    position: relative;
}

.dd.facility .dd_menu>li .child .control a.back {
    display: block;
    font-size: 14px;
    color: #292928;
    line-height: 48px;
    font-weight: bold;
    text-indent: 42px;
    background: url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowleft.png) no-repeat left 24px center;
    background: -webkit-image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowleft.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowleft@2x.png) 2x) no-repeat left 24px center;
    background: image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowleft.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_arrowleft@2x.png) 2x) no-repeat left 24px center;
}

.dd.facility .dd_menu>li .child .control a.back:hover {
    text-decoration: none;
    background-color: #B8B6B4;
}

.dd.facility .dd_menu>li .child .control span.count {
    display: block;
    position: absolute;
    right: 16px;
    top: 17px;
    font-size: 12px;
    color: #000000;
    font-family: '思源黑体';
}

.dd.facility .dd_menu>li .child ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    overflow-y: scroll;
    height: 245px;
}

.dd.facility .dd_menu>li .child ul li {
    border-bottom: 1px solid #E8E7E3;
}

.dd.facility .dd_menu>li .child ul li>a {
    display: block;
    font-size: 14px;
    color: #292928;
    line-height: 48px;
    font-weight: bold;
    text-indent: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.dd.facility .dd_menu>li .child ul li>a:hover {
    text-decoration: none;
    background-color: #B8B6B4;
}

@media (max-width: 1025px) {
    .dd .dd_menu>li>a {
        font-size: 13px;
        text-indent: 16px;
    }
}

.news_page .page_header h1 {
    border-bottom: 0;
}

.news_page .page_header .menu {
    text-align: center;
    border-bottom: 1px solid #d9d7d4;
    margin-bottom: 16px;
}

.news_page .page_header .menu li {
    position: relative;
    display: inline-block;
    padding: 0 48px;
    text-align: center;
}

.news_page .page_header .menu li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 14px;
    height: 16px;
    border-right: 1px solid #d9d7d4;
}

.news_page .page_header .menu li:last-child:after {
    display: none;
}

.news_page .page_header .menu li.active a,
.news_page .page_header .menu li:hover a {
    border-bottom: 4px solid #282828;
    text-decoration: none;
}

.news_page .page_header .menu li a {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #282828;
    line-height: 44px;
}

@media (max-width: 767px) {
    .news_page .page_header .menu {
        width: calc(100vw - 32px);
        white-space: nowrap;
        overflow-x: scroll;
        padding: 0px 16px;
    }

    .news_page .page_header .menu li {
        padding: 0 16px 0 10px;
    }

    .news_page .page_header .menu li:hover a {
        border-bottom: 4px solid transparent;
    }

    .news_page .page_header .menu li a {
        font-size: 12px;
    }
}

.news_index .page_header h1 {
    padding-top: 46px;
    padding-bottom: 27px;
}

.news_index .condition {
    width: 752px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 40px;
}

.news_index .condition .brand,
.news_index .condition .facility {
    width: 368px;
}

.news_index .condition .brand .dd_toggle {
    background: url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_brand.png) no-repeat 18px center;
    background: -webkit-image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_brand.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_brand@2x.png) 2x) no-repeat 18px center;
    background: image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_brand.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_brand@2x.png) 2x) no-repeat 18px center;
}

.news_index .condition .facility .dd_toggle {
    background: url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/facility_icon.png) no-repeat 16px center;
    background: -webkit-image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/facility_icon.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/facility_icon@2x.png) 2x) no-repeat 16px center;
    background: image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/facility_icon.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/facility_icon@2x.png) 2x) no-repeat 16px center;
}

.news_index .condition .facility .dd_menu {
    height: 343px;
    overflow-y: scroll;
}

.news_index .condition .facility .dd_menu>li .child ul {
    height: 294px;
}

.news_index .news_list {
    max-width: 1050px;
    margin: 0 auto;
}

.news_index .news_list .inner {
    padding: 0;
    width: 100%;
}

.news_index .news_list .list {
    /* margin-bottom: 40px; */
}

.news_index .news_list .list li {
    margin-left: 0;
    margin-right: 16px;
    margin-bottom: 41px;
}

.news_index .news_list .list li a {
    color: #282828;
}

.news_index .news_list .list li a:hover {
    text-decoration: none;
}

.news_index .news_list .list li .image:before {
    padding-top: 63.2%;
}

.news_index .news_list .list li .tags {
    padding-top: 16px;
    padding-bottom: 0;
}

.news_index .news_list .list li .tags .tag {
    padding: 4px 12px;
    margin-right: 4px;
    background: #d9d7d4;
    border-radius: 12px;
    color: #000;
}

.news_index .news_list .list li .information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news_index .news_list .list li .information .category,
.news_index .news_list .list li .information .date {
    font-size: 11px;
    font-family: '思源黑体';
    padding-top: 16px;
    padding-bottom: 8px;
}

.news_index .news_list .list li .information .date.date {
    color: #878684;
}

.news_index .news_list .list li .title {
    font-size: 14px;
    line-height: 160%;
}

.news_index .news_list .list li:nth-child(4n+4) {
    margin-right: 0;
}

@media (max-width: 1135px) and (min-width: 1023px) {
    .news_index .news_list {
        max-width: 95%;
        margin: 0 auto;
    }

    .news_index .news_list .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .news_index .news_list .list li {
        position: relative;
        display: block;
        overflow: hidden;
        max-width: 23.4%;
        margin-right: 2%;
        margin-bottom: 41px;
    }

    .news_index .news_list .list li:nth-child(3n+3) {
        margin-right: 2%;
    }

    .news_index .news_list .list li:nth-child(4n+4) {
        margin-right: 0;
    }

    .news_index .news_list .list li .tag {
        margin-bottom: 8px;
    }

    .news_index .news_list .list li .tag:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .news_index .news_list {
        max-width: 95%;
        margin: 0 auto;
    }

    .news_index .news_list .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .news_index .news_list .list li {
        position: relative;
        display: block;
        overflow: hidden;
        max-width: 32%;
        margin-right: 2%;
        margin-bottom: 41px;
    }

    .news_index .news_list .list li:nth-child(3n+3) {
        margin-right: 0;
    }

    .news_index .news_list .list li:nth-child(4n+4) {
        margin-right: 2%;
    }

    .news_index .news_list .list li .tag {
        margin-bottom: 8px;
    }

    .news_index .news_list .list li .tag:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .news_index .condition {
        width: 100%;
        display: block;
        border-bottom: 1px solid #d9d7d4;
        margin: 24px auto;
    }

    .news_index .condition .brand,
    .news_index .condition .facility {
        width: auto;
        display: block;
        margin-left: 24px;
        margin-right: 24px;
        margin-bottom: 12px;
    }

    .news_index .condition .facility.facility {
        margin-bottom: 24px;
    }

    .news_index .news_list {
        margin: 0 24px;
    }

    .news_index .news_list .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .news_index .news_list .list li {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-left: 0;
        margin-bottom: 32px;
    }

    .news_index .news_list .list li .title {
        font-size: 13px;
        line-height: 180%;
    }

    .news_index .news_list .list li .tags .tag {
        padding: 4px 9px;
        margin-right: 8px;
    }
}

/*! CSS Used from: https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/css/app_add.css */
.news_index .news_list .list li .tags .tag {
    margin-bottom: 4px;
}

@media (max-width: 767px) {

    .news_index .news_list .list li .information .category,
    .news_index .news_list .list li .information .date {
        padding-top: 6px;
        padding-bottom: 4px;
    }

    .news_index .news_list .list li .tags {
        padding-top: 8px;
    }

    .news_index .news_list .list li {
        border-bottom: solid 1px #d6d5d2;
        padding-bottom: 28px;
    }
}

footer .footer_brand_menu>ul>li.daytrip {
    padding-top: 64px;
}

footer .footer_brand_menu>ul>li.uniquehotels {
    padding-top: 64px;
}

.news_index .news_list .list li .tags .tag.brand_tag {
    background-color: #8e681a3b;
}

.news_index .news_list .list li .image:before {
    padding-top: 75%;
}

.news_index .news_list .list li .image img {
    height: 100%;
    width: auto;
}

footer .footer_main_menu .inner>a.webmag {
    background-image: url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_mag.png);
    background-image: -webkit-image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_mag.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_mag@2x.png) 2x);
    background-image: image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_mag.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_mag@2x.png) 2x);
}

footer .footer_main_menu .inner>a.webmag:hover {
    background-image: url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_mag_white.png);
    background-image: -webkit-image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_mag_white.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_mag_white@2x.png) 2x);
    background-image: image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_mag_white.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_mag_white@2x.png) 2x);
}

footer .footer_main_menu .inner>a.wechat {
    background-image: url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_wechat.png);
    background-image: -webkit-image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_wechat.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_wechat@2x.png) 2x);
    background-image: image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_wechat.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_wechat@2x.png) 2x);
}

footer .footer_main_menu .inner>a.wechat:hover {
    background-image: url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_wechat_white.png);
    background-image: -webkit-image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_wechat_white.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_wechat_white@2x.png) 2x);
    background-image: image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_wechat_white.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_wechat_white@2x.png) 2x);
}

footer .footer_main_menu .inner>a.weibo {
    background-image: url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_weibo.png);
    background-image: -webkit-image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_weibo.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_weibo@2x.png) 2x);
    background-image: image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_weibo.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_weibo@2x.png) 2x);
}

footer .footer_main_menu .inner>a.weibo:hover {
    background-image: url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_weibo_white.png);
    background-image: -webkit-image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_weibo_white.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_weibo_white@2x.png) 2x);
    background-image: image-set(url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_weibo_white.png) 1x, url(https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-2018/img/icon_weibo_white@2x.png) 2x);
}

@media (min-width: 768px) {
    footer .footer_main_menu .inner a.wechat.sp {
        display: none;
    }
}

@media (max-width: 767px) {
    footer .footer_main_menu .inner a.wechat.pc {
        display: none;
    }
}

@media (max-width: 767px) {
    footer .footer_main_menu .inner>a.webmag {
        background-size: 19px 24px;
    }

    footer .footer_main_menu .inner>a.wechat {
        background-size: 24px 24px;
    }

    footer .footer_main_menu .inner>a.weibo {
        background-size: 24px 20px;
    }
}

.page_header h1,
.news_index .page_header h1 {
    padding-top: 31px;
    padding-bottom: 27px;
}

footer .footer_brand_menu>ul>li h2.sp_ft_logo {
    display: none;
}

footer .footer_brand_menu>ul>li h2.logo_omo-zh {
    padding-top: 32px;
}

footer .footer_brand_menu>ul>li h2.logo_beb-zh {
    padding-top: 48px;
    height: 38px;
}

footer .footer_brand_menu>ul>li.omobeb h2.logo_beb-zh img {
    height: 33px;
}

@media (max-width: 767px) {
    footer .footer_brand_menu>ul>li h2.sp_ft_logo {
        display: block;
    }

    footer .footer_brand_menu>ul>li h2.pc_foot_ogo {
        display: none;
    }

    footer .footer_brand_menu>ul>li.omobeb img {
        height: 26px;
    }

    footer .footer_brand_menu>ul>li.omobeb h2 {
        padding: 0;
    }

    footer .footer_brand_menu>ul>li.omobeb h2 img {
        position: absolute;
        height: 31px;
        top: 50%;
        left: 2px;
        margin-top: -15px;
    }
}

/*! CSS Used from: https://www.hoshinoresorts.com/wpadmin/wp-content/themes/hr-zh-2018/css/app_add.css */
.news_index .news_list .list li .tags .tag {
    margin-bottom: 4px;
}

@media (max-width: 767px) {

    .news_index .news_list .list li .information .category,
    .news_index .news_list .list li .information .date {
        padding-top: 6px;
        padding-bottom: 4px;
    }

    .news_index .news_list .list li .tags {
        padding-top: 8px;
    }

    .news_index .news_list .list li {
        border-bottom: solid 1px #d6d5d2;
        padding-bottom: 28px;
    }
}

footer .footer_brand_menu>ul>li.daytrip {
    padding-top: 64px;
}

footer .footer_brand_menu>ul>li.uniquehotels {
    padding-top: 64px;
}

.news_index .news_list .list li .tags .tag.brand_tag {
    background-color: #8e681a3b;
}

.news_index .news_list .list li .image:before {
    padding-top: 75%;
}

.news_index .news_list .list li .image img {
    height: 100%;
    width: auto;
}

header .header_main_menu>li:nth-child(1) a::after {
    width: 4em;
}

header .header_main_menu>li:nth-child(2) a::after {
    width: 4em;
}

header .header_main_menu>li:nth-child(3) a::after {
    width: 6em;
}

body,
footer .footer_brand_menu>ul>li ul li a,
footer .footer_main_menu .inner .lang,
.list li .tags .tag,
header .header_float_menu .lang,
.news_index .news_list .list li .information .category,
.news_index .news_list .list li .information .date {
    font-family: '思源黑体';
}

