/*--------------copyright by vicky start-------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
th,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html{
font-size: 10px;
line-height: 1.8;
}

body {
    font-family: 'Noto Serif TC', serif, "El Messiri", sans-serif, "Playfair Display", serif;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 2px;
    color: #0e0e0e;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
}

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

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

a {
    display: block;
    color: inherit;
    text-decoration: none;
    transition: .5s all;
}

a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}

.clear {
    clear: both;
}

::selection {
    background: #fff;
    color: #000;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 5px 0;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgba(14, 14, 14, .5);
    /*捲軸顏色*/
}

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

.imgshow {
    overflow: hidden;
}

body.open {
    overflow-y: hidden;
}

/****************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*carousel-fade*/
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-inner>.item>img {
    display: inline-block;
}

.carousel-inner {
    height: 100%;
    position: fixed;
}



.dex .item {
    width: 100%;
    overflow: hidden;
    height: 100vh;    
}



.dex .item:nth-of-type(1) {
    background: url(../../flash/dex1.jpg) top center no-repeat;
    background-size: cover;
}

.dex .item:nth-of-type(2) {
    background: url(../../flash/dex2.jpg) top center no-repeat;
    background-size: cover;
}

.dex .item:nth-of-type(3) {
    background: url(../../flash/dex3.jpg) top center no-repeat;
    background-size: cover;
}

.dex .item:nth-of-type(4) {
    background: url(../../flash/dex4.jpg) top center no-repeat;
    background-size: cover;
}

/**********************************************************************************************
***********************************************/
/*dex_wrap*/
#dex_wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
}

#dex_wrap:before{
    content: '';
    background:url(../../images/dex_mask01.png) bottom left no-repeat;
    background-size: contain;
    width: 891px;
    max-width: 30%;
    min-height: 250px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
#dex_wrap:after{
    content: '';
    background:url(../../images/dex_mask02.png) bottom right no-repeat;
    background-size: contain;
    width: 818px;
    max-width: 30%;
    min-height: 250px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}


.thumbnail {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}

.dex_logo {
    position: absolute;
    top: 11.6rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    width: 13.3%;
}

.dex_txt{
    position: absolute;
    top: 40rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 2;
}

/***scroll***/
a .scroll {
    position: absolute;
    bottom: 7rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-content: center;
}

a .scroll p {
    font-family: 'Philosopher';
    font-size: 12px;
    text-transform: uppercase;
}

.scroll .scr_arrow {
    position: relative;
    width: 2.1rem;
}

.scr_arrow .chevron {
    position: absolute;
    width: 2.1rem;
    height: 2px;
    opacity: 0;
    transform: scale(0.3);
    animation: move-chevron 3s ease-out infinite;
}

.scr_arrow .chevron:first-child {
    animation: move-chevron 3s ease-out 1s infinite;
}

.scr_arrow .chevron:nth-child(2) {
    animation: move-chevron 3s ease-out 2s infinite;
}

.scr_arrow .chevron:before,
.scr_arrow .chevron:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background: #fff;
}

.scr_arrow .chevron:before {
    left: 0;
    transform: skewY(45deg);
}

.scr_arrow .chevron:after {
    right: 0;
    width: 50%;
    transform: skewY(-45deg);
}

@keyframes move-chevron {
    25% {
        opacity: 1;
    }

    33.3% {
        opacity: 1;
        transform: translateY(2.28rem);
    }

    66.6% {
        opacity: 1;
        transform: translateY(3.12rem);
    }

    100% {
        opacity: 0;
        transform: translateY(4.8rem) scale(0.5);
    }
}

@media screen and (max-width:1536px){
    #dex_wrap:before {
    max-width: 40%;
    min-height: 270px;
}
#dex_wrap:after {
    max-width: 40%;
    min-height: 270px;
}
.dex_logo {
    width: 15%;
}
}
@media screen and (max-width:1366px){
    .dex_logo {
    width: 16%;
}
}
@media screen and (max-width:1200px){
    .dex_logo {
    width: 18%;
}
}
@media screen and (max-width:1000px){
        .dex_logo {
        width: 23%;
        top: 9rem;
    }
        #dex_wrap:before {
        min-height: 190px;
    }
    #dex_wrap:after {
        min-height: 190px;
    }
}
@media screen and (max-width:834px){
    .dex_logo {
        width: 30%;
    }
}
@media screen and (max-width:768px){
    #dex_wrap:before {
        min-height: 155px;
    }
        #dex_wrap:after {
        min-height: 155px;
    }
    .carousel-inner{
        position: relative;
    }
}
@media screen and (max-width:576px){
        #dex_wrap:before {
        min-height: 115px;
    }
     #dex_wrap:after {
        min-height: 115px;
    }
    a .scroll {
    bottom: 20rem;
}
}
@media screen and (max-width:450px){
    #dex_wrap {
    height: 90vh;
}
    .dex_logo {
        width: 46%;
    }

.dex_txt {
    top: 32rem;
}
.dex .item {
    height: 90vh;
}
    #dex_wrap:before {
        min-height: 100px;
    }
    #dex_wrap:after {
        min-height: 100px;
    }
}
@media screen and (max-width:430px){
        a .scroll {
        bottom: 10rem;
    }
}
@media screen and (max-width:414px){
        .dex_logo {
        top: 4rem;
    }
        .dex_txt {
        top: 25rem;
    }
}
@media screen and (max-width:393px){
        a .scroll {
        bottom: 13rem;
    }
}
@media screen and (max-width:360px){
        .dex_logo {
        width: 35%;
    }
        .dex_txt {
        top: 19rem;
    }
        #dex_wrap:before {
        min-height: 70px;
    }
    #dex_wrap:after {
        min-height: 70px;
    }
}
@media screen and (max-width:px){}

/***nav******************************************************/
/*navbar*/
.navbar {
    position: fixed;
    top: 2em;
    right: 2em;
    z-index: 90;
    border-radius: 0;
    min-height: auto;
    margin: 0;
    border: 0;
    width: 180px;
}

/***mibutton***/
.mibutton {
    position: absolute;
    top: 0rem;
    right: 0rem;
    z-index: 30;
    cursor: pointer;
    width: 92px;
    height: 92px;
    text-align: left;
    font-size: 16px;
    line-height: 1;
    color: #f3f5f9;
    background: #000;
    border-radius: 50%;
    opacity: 0;
}

.mibutton span {
    display: inline-block;
    width: 60%;
    height: 2px;
    position: absolute;
    left: 1.7rem;
    background: #f3f5f9;
    top: 5.2rem;    
    transition: .3s ease-in-out;
    transform-origin: left;
}

.mibutton span:nth-child(2) {
    top: 6.2rem;
    width: 30%;
    left: 4.3rem;
}

.mibutton:before {
    content: 'MENU';
    color: #f3f5f9;
    position: absolute;
    top: 3rem;
    right: 0;
    font-size: 16px;
    font-family: 'Playfair Display';
    left: 0;
    margin: auto;
    text-align: center;
}

.mibutton_ani {
    opacity: 1;
}

.mibutton_ani:before {
    display: none;
}

.mibutton_ani span:nth-child(1) {
    width: 70%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    top: 2.5rem;
    left: 2.3rem;
}

.mibutton_ani span:nth-child(2) {
    width: 70%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    top: 6.8rem;
    left: 2.3rem;
}

.navtop2,
.ontop2 {
    opacity: 1;
    transition: 1s cubic-bezier(0.5, 1, 0.89, 1);
}


/****menublock***/
.menublock {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 80;
    text-align: center;
    padding: 20.4rem 26rem 0;
    opacity: 0;
    overflow: hidden;
    transition: .6s ease all;
    pointer-events: none;
        display: flex !important;
    justify-content: space-between;
}

.menublock:before {
    content: '';
    background: url(../../images/menu_bg01.png) top left;
    width: 45%;
    height: 0%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: .6s cubic-bezier(0.5, 1, 0.89, 1);
    transition-delay: .1s;
}

.menublock:after {
    content: '';
    background: url(../../images/menu_bg02.png) top left;
    width: 55%;
    height: 0%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: .6s cubic-bezier(0.5, 1, 0.89, 1);
    transition-delay: .1s;
}

/*menulogo*/
.menulogo {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    opacity: 0;
    transform: translateY(20px);
    transition: 1s cubic-bezier(0.5, 1, 0.89, 1);
    transition-delay: .8s;
}
.menulogo img {}
.menulogo img:nth-child(2) {
    margin-top: 5rem;
    filter: brightness(0.5);
}

/*ibutton*/
.ibutton {
    display: inline-block;
    vertical-align: top;
    width: 52%;
    padding: 0 0 0 10rem;
    text-align: left;
    opacity: 0;
    transform: translateY(20px);
    transition: 1s cubic-bezier(0.5, 1, 0.89, 1);
    transition-delay: 1s;
}

.ibutton ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ibutton li {
    display: inline-block;
    width: 40%;
    padding: 0;
    text-align: left;
    margin-bottom: 8rem;
}

.ibutton a {
    position: relative;
    transition: .5s all;
}
.ibutton a img{
    transition: .5s all;
}
.ibutton a img:first-child{}
.ibutton a img.after{
    display: none;
}


.ibutton a:hover img:first-child {
    display: none;
}
.ibutton a:hover img.after {
    display: block;
}

/***show***/
.show {
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
}

.show:before,
.show:after {
    height: 100%;
}

.show .menulogo,
.show .ibutton {
    opacity: 1;
    transform: translateY(0);
	display: inline-block !important;
}

.stop {
    overflow: hidden;
}

@media screen and (max-width:1536px) {
.menublock {
    padding: 20.4rem 14rem 0;
}
.ibutton {
    padding: 0 0 0 5rem;
}
.ibutton li {
    width: 49%;
}
    
}

@media screen and (max-width:1366px) {
    .menublock {
        padding: 20.4rem 4rem 0;
    }
    .menulogo {
    width: 30%;
    padding-left: 11rem;
}
    .ibutton {
        padding: 0;
    }

}


@media screen and (max-width:900px) {
    .menublock {
        padding: 0;
        overflow-y: scroll;
        display: block !important;
    }

    .menulogo {
        padding-top: 0em;
        display: block;
        width: 100%;
        padding: 5rem 30rem;
        position: relative;
        transform: translateY(0);
        opacity: 1;
        min-height: 40vh;
    }

    .menulogo:after {
        content: '';
        background: url(../../images/menu_bg01.png) top left;
        width: 100%;
        height: 0%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        transition: .6s cubic-bezier(0.5, 1, 0.89, 1);
        transition-delay: .1s;
    }

    .show .menulogo:after {
        height: 100%;
    }

    .ibutton {
        width: 100%;
        position: relative;
        transform: translateY(0);
        opacity: 1;
        height: auto;
        overflow-y: auto;
        padding: 3em 2em;
        min-height: 60vh;
    }

    .ibutton:after {
        content: '';
        background: url(../../images/menu_bg02.png) top left;
        width: 100%;
        height: 0%;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
        transition: .6s cubic-bezier(0.5, 1, 0.89, 1);
        transition-delay: .1s;
    }

    .show .ibutton:after {
        height: 100%;
    }

    .menublock:before,
    .menublock:after,
    .show:before,
    .show:after {
        display: none;
    }

    .ibutton ul {
        margin: 0 auto;
        max-width: 100%;
    }

        .ibutton li {
        width: 45%;
        padding: 1em;
        margin-bottom: 4rem;
    }
}
@media screen and (max-width:768px){
    .menulogo {
    min-height: 35vh;
    padding: 5rem 25rem;
}
.ibutton {
    min-height: 65vh;
}
    .menulogo .mu_logopc{
        display: none;
    }
    .menulogo .mu_logosp{
        display: block;
        margin: 0 auto;
    }
}
@media screen and (max-width:600px) {
    .menulogo {
        min-height: 35vh;
        padding: 5rem 18rem;
    }
}
@media screen and (max-width:576px) {
.mibutton {
    width: 80px;
    height: 80px;
}
  .mibutton:before {
    top: 2.5rem;
}
.mibutton span {
    top: 5rem;
}
.mibutton span:nth-child(2) {
    top: 5.8rem;
    left: 4.1rem;
}
.mibutton_ani span:nth-child(1) {
    top: 2rem;
    left: 2rem;
}
    .mibutton span:nth-child(2) {
        top: 6rem;
        left: 2.2rem;
    }
}
@media screen and (max-width:530px) {
    .navbar {
        top: 1em;
        right: 1em;
    }
    .mibutton {
    right: -1rem;
        top: -1rem;
}

       .menulogo {
        padding: 5rem 14rem;
    }

    .ibutton {
        padding: 2em;
    }
        .ibutton li {
        margin-bottom: 4rem;
                padding: 0;
    }
    
}

@media screen and (max-width:414px) {
    .mibutton {
        width: 70px;
        height: 70px;
    }
        .mibutton:before {
        top: 2rem;
    }
        .mibutton span {
        top: 4.5rem;
        left: 1.5rem;
    }
    .mibutton span:nth-child(2) {
        top: 5.2rem;
        left: 3.5rem;
    }
        .mibutton_ani span:nth-child(1) {
        top: 1.7rem;
        left: 1.8rem;
    }
    .mibutton_ani span:nth-child(2) {
        top: 5.2rem;
        left: 1.8rem;
    }
       .menulogo {
        padding: 3rem 13rem;
        min-height: 25vh;
    }

   .menulogo img:nth-child(2) {
    margin-top: 2rem;
            width: 15%;
}
    .ibutton {
        padding: 5rem 2rem;
    }
}



@media screen and (max-width:350px) {
    .menulogo {
        padding: 3rem 9rem;
    }
    
}







/***allbg****************************************************************/

.banner{
    position: relative;
}

.banner_abt{}

.banner_abt:before{    
    background: url(../../images/banner_abt.jpg) top center;
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;

}
.banner_env:before{    
    background: url(../../images/banner_env.jpg) top center;
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;

}
.banner_room:before{    
    background: url(../../images/banner_room.jpg) top center;
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;

}
.banner_news:before{    
    background: url(../../images/banner_room.jpg) top center;
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;

}
.banner_note:before{    
    background: url(../../images/banner_note.jpg) top center;
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;

}
.banner_loc:before{    
    background: url(../../images/banner_loc.jpg) top center;
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;

}
.banner_sce:before{    
    background: url(../../images/banner_sce.jpg) top center;
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;

}

.itop{
    position: relative;
    min-height: 422px;
}

.itop:before{
    content: '';
    background: url(../../images/iban_mask.png) top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.itop img{
        
}

.itop .title{  
    width: 146px;
    max-width: 100%;
    background: #fff;
    padding: 4rem 0 1.2rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.itop .title img{}
.itop .title .title_ch{
    margin-top: 1.8rem;
        min-height: 90px;
}
.itop .title .title_ch h2{
    font-size: 14px;
    -webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
display: inline-block;
vertical-align: top;
    line-height: 1;

}
.itop .title .title_ch h3{
    font-size: 14px;
    -webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
display: inline-block;
vertical-align: top;
    line-height: 1;
}





.inbg{
    background: url(../../images/inpattern.png) top left;
    width: 100%;
    position: relative;
    z-index: 2;
}
.ilin{
    line-height: 0;
}

.ilin img{
   vertical-align: baseline;
}

@media screen and (max-width:1536px){
    .itop {
    min-height: 400px;
}
.itop .title {
    padding: 2rem 0 1.2rem;
}
}
@media screen and (max-width:1200px){
    .itop {
        min-height: 340px;
    }
    .itop .title img {
    width: 65%;
}
}
@media screen and (max-width:1000px){
        .itop {
        min-height: 260px;
    }
        .itop .title img {
        width: 37%;
    }
}
@media screen and (max-width:768px){
        .itop {
        min-height: 240px;
    }
}
@media screen and (max-width:576px){
            .banner_abt:before {
        background-position: bottom 41rem right -57rem;
    }
}
@media screen and (max-width:450px){
        .itop {
        min-height: 230px;
    }
}
@media screen and (max-width:414px){
        .itop {
        min-height: 180px;
    }
        .itop .title {
        padding: 1rem 0 1.2rem;
                width: 24%;
    }
    .itop .title .title_ch {
    min-height: 67px;
}
.itop .title .title_ch h2 {
    font-size: 14px;
}
}
@media screen and (max-width:360px){
        .itop {
        min-height: 170px;
    }
}
@media screen and (max-width:340px){
        .itop {
        min-height: 165px;
    }
}
@media screen and (max-width:300px){
        .itop {
        min-height: 160px;
    }
}
@media screen and (max-width:px){}
@media screen and (max-width:px){}
@media screen and (max-width:px){}
@media screen and (max-width:px){}
@media screen and (max-width:px){}
@media screen and (max-width:px){}
@media screen and (max-width:px){}


/***title*************************************************/








/***main***/
main {
    width: 100%;
}



/***inews*************************************************************************************************/

.inews {
    width: 100%;
    background: url(../../images/inews_bg.jpg) top center fixed;
    background-size: cover;
    position: relative;
}

.inews .inews_wrap{
    width: 1330px;
    max-width: 100%;
    margin: 0 auto;
    padding: 13.6rem 0 17.5rem;
    display: flex;
    justify-content: space-between;
}

.inews_wrap .inews_title{
    width: 19.2%;
    font-size: 14px;
    text-align: center;
    padding: 2.4rem 5.5rem 0;
}
.inews_wrap .inews_title img{
    display: block;
    margin-bottom: 1.8rem;
}
.inews_wrap .inews_title h2{
    -webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
display: inline-block;
vertical-align: top;
    line-height: 1;
}
.inews_wrap .inews_title h3{
    -webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
display: inline-block;
vertical-align: top;
}


.inews .inews_inner {
    width: 79.7%;

}

.inews_inner .newslist_rwd {
    display: inline-block;
    width: 44%;
    padding: 1.9rem 2.4rem;
}

@media screen and (max-width:1366px){
    .inews .inews_wrap {
    padding: 11rem 0;
}
}
@media screen and (max-width:1200px){
    
}
@media screen and (max-width:1100px){
        .inews .inews_wrap {
        padding: 9rem 2rem;
    }
    .inews_wrap .inews_title {
    padding: 2.4rem 3rem 0;
}
}
@media screen and (max-width:834px){
        .inews .inews_wrap {
        flex-wrap: wrap;
        padding: 4rem 2rem;
    }
        .inews_wrap .inews_title {
        padding: 0 2rem;
        width: 100%;
        margin-bottom: 3rem;
    }
        .inews_wrap .inews_title img {
        display: inline-block;
        margin-bottom: 2rem;
                width: 15%;
    }
    .inews_wrap .inews_title h2 {
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    display: block;
    margin-bottom: 1rem;
}
.inews_wrap .inews_title h3 {
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}
.inews .inews_inner {
    width: 100%;
}
}
@media screen and (max-width:1200px){
    .inews_inner .newslist_rwd {
    width: 49%;
}
}
@media screen and (max-width:1100px){
       
    .inews_inner .newslist_rwd .npic {
        width: 90%;
        min-height: 260px;
    }
}
@media screen and (max-width:650px){
    .inews .inews_inner {
        text-align: center;
    }
        
.inews_inner .newslist_rwd {
        width: 85%;
    }

.inews_inner .newslist_rwd .ntitle {
    padding: 4rem 5rem 0 0.8rem;
    text-align: left;
}
}
@media screen and (max-width:576px){
        .inews_inner .newslist_rwd {
        width: 95%;
        padding: 1.9rem 2rem;
    }
       .inews_inner .newslist_rwd .npic {
        width: 100%;
        min-height: 290px;
    }
    .inews_inner .newslist_rwd .ntitle {
        padding: 4rem 2rem 0 0.8rem;
    }
}
@media screen and (max-width:450px){
        .inews_wrap .inews_title img {
        width: 20%;
    }
    .inews_inner .newslist_rwd .npic {
        min-height: 250px;
    }
}
@media screen and (max-width:414px){
        .inews_inner .newslist_rwd .npic {
        min-height: 210px;
    }
        .inews_inner .newslist_rwd .ntitle {
        padding: 4rem 0 0 0.8rem;
    }
}
@media screen and (max-width:402px){
        .inews_inner .newslist_rwd {
        padding: 0 1rem 3rem;
    }
}
@media screen and (max-width:360px){
        .inews_wrap .inews_title img {
        width: 25%;
    }
}
@media screen and (max-width:300px){
        .inews_wrap .inews_title img {
        width: 30%;
    }
        .inews_inner .newslist_rwd .npic {
        min-height: 180px;
    }
}
@media screen and (max-width:px){}
@media screen and (max-width:px){}
@media screen and (max-width:px){}
@media screen and (max-width:px){}
@media screen and (max-width:px){}
@media screen and (max-width:px){}



/***newslist_rwd***************************************/

.newslist_rwd {
    display: inline-block;
    width: 44%;
    padding: 1.9rem 2.4rem;
}

.newslist_rwd a {
    position: relative;
    transition: .3s ease all;
    line-height: 1.5;
    display: inline-block;
    transition: .5s all;
}

.newslist_rwd a:hover .ntitle h3,
.newslist_rwd a:hover .ntitle p {
    color: #fff;
}

.newslist_rwd a:hover .npic {
    transform: translateY(-5px);
    -webkit-filter: drop-shadow(8px 9px 9px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(8px 9px 9px rgba(0, 0, 0, 0.5));
}

/*npic*/
.npic {
    position: relative;
    width: 413px;
    max-width: 100%;
    min-height: 305px;
    transition: .3s ease all;
    vertical-align: top;
}

.npic:before, .npic:after{
    content: '';
    background: #fff;
    width: 88px;
    max-width: 100%;
    min-height: 1px;
    position: absolute;
}

.npic:before {
    top: 2rem;
    left: -3rem;
    transform: rotate(-45deg);
    z-index: 1;
}

.npic:after{
 bottom: 2rem;;
 right: -3rem;
 transform: rotate(-45deg);
    z-index: 1;
}

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

.ntitle {
    max-width: 100%;
    padding: 3rem 2rem 0 0.8rem;
    display: inline-block;
    vertical-align: top;
}

.ntitle h3{
    font-size: 24px;
    margin-bottom: 1.5rem;
    transition: .5s all;
        position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.ntitle h3 a:first-child{
     position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.ntitle p{
    font-size: 18px;
    transition: .5s all;
        position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}


.page_num{
    width: 1248px;
    max-width: 100%;
    margin: 3rem auto 0;
}
.page_num a{
    display: inline-block;

}
.news .newslist .back a{
    display: block;
}
.tableimg{
    text-align: left;
}
.tableimg .date, .tableimg .back{
    text-align: right;
}


@media screen and (max-width:450px){
   .newslist_rwd {
    padding: 1.9rem 1rem;
}
.newslist_rwd a {
    display: block;
}
}
@media screen and (max-width:414px){
       .npic {
    min-height: 260px;
}
}
@media screen and (max-width:360px){
    .npic {
        min-height: 220px;
    }
}
@media screen and (max-width:px){}

/***news***************************************/

.news {
width: 1600px;
max-width: 100%;
margin: 0 auto;
padding: 4rem 0;
}

.news .newslist {
    text-align: center;
}

.newslist .newslist_rwd {
    width: 30%;
}

.newslist .newstitle{
	font-size: 20px;
}

@media screen and (max-width:1600px){
    .news{
        padding: 4rem 2rem;
    }
}
@media screen and (max-width:1400px){
    .newslist .newslist_rwd {
    width: 37%;
}
}
@media screen and (max-width:1200px){
        .newslist .newslist_rwd {
        width: 42%;
    }
}
@media screen and (max-width:1000px){
        .newslist .newslist_rwd {
        width: 49%;
    }
}
@media screen and (max-width:834px){
        .newslist .newslist_rwd {
        width: 60%;
    }
}
@media screen and (max-width:650px){
        .newslist .newslist_rwd {
        width: 77%;
    }
}
@media screen and (max-width:576px){
        .newslist .newslist_rwd {
        width: 90%;
    }
}
@media screen and (max-width:450px){
        .newslist .newslist_rwd {
        width: 100%;
    }
}
@media screen and (max-width:360px){
        .news {
        padding: 4rem 1rem;
    }
}
@media screen and (max-width:px){}



/***iabout**************************************************/

.iabout{
    background: url(../../images/ipattern.png) top left, url(../../flash/dex1.jpg) top center no-repeat fixed;
    width: 100%;
    position: relative;
}

.iabout:before{
  content: '';
  background: url(../../images/iabt_deco01.png) top left no-repeat;
  background-size: contain;
  width: 624px;
  max-width: 100%;
  min-height: 355px;
  position: absolute;
  top: 0;
  left: 0;
}
.iabout:after{
  content: '';
  background: url(../../images/iabt_deco02.png) bottom right no-repeat;
  background-size: contain;
  width: 685px;
  max-width: 100%;
  min-height: 523px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.iabout .iabt{
    width: 552px;
    max-width: 100%;
    margin: 0 auto;
    padding: 15rem 0 8.5rem;
    position: relative;
}

.iabt img:nth-child(1) {
    position: absolute;
    top: 6.3rem;
    right: 0;
    z-index: 1;
}

.iabt .iabt_txt{
    margin-bottom: 6rem;
}
.iabt .iabt_txt h3{
    font-size: 24px;
    color: #000;
    margin-bottom: 4.9rem;
}
.iabt .iabt_txt p{
    font-size: 18px;
    color: #000;
    text-align: justify;
    font-weight: 500;
}

@media screen and (max-width:1536px){
    .iabout:before {
    max-width: 25%;    
    min-height: 225px;
}
.iabout:after {
    max-width: 25%;
    min-height: 290px;
}
}
@media screen and (max-width:768px){
    .iabout .iabt {
    padding: 7rem 0 5rem;
}
.iabt img:nth-child(1) {
    top: 1rem;
}
.iabt .iabt_txt h3 {
    margin-bottom: 3rem;
}
    .iabout:before {
        max-width: 20%;
        min-height: 75px;
    }
        .iabout:after {
        max-width: 18%;
        min-height: 100px;
    }
}
@media screen and (max-width:576px){
        .iabout .iabt {
        padding: 7rem 2rem 5rem;
    }
    .iabt img:nth-child(1) {
        width: 35%;
    }
}
@media screen and (max-width:px){}
@media screen and (max-width:px){}
@media screen and (max-width:px){}

/***imenu**************************************************/

.imenu{
    background: url(../../images/imenu_bg.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
        z-index: 2;    
}

.imenu .imenu_inner{
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 25.6rem;
    display: flex;
}


.imenu_inner .imenu_lt{
    width: 67.9%;
    padding-top: 9rem;
}
.imenu_inner .imenu_lt ul{
   text-align: center;
}
.imenu_inner .imenu_lt ul li{
    position: relative;
    display: inline-block;
    width: 32.33%;
    margin-bottom: 6rem;
}
.imenu_inner .imenu_lt ul li a{
    position: relative;
}
.imenu_inner .imenu_lt ul li a img{
        transition: .5s all;
    -webkit-filter: drop-shadow(2px 2px 7px rgba(25, 25, 25, 0.5));
    filter: drop-shadow(2px 2px 7px rgba(25, 25, 25, 0.5));
}
.imenu_inner .imenu_lt ul li a .irmbt1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    opacity: 0;
    transition: .3s linear;
}
@media (any-hover: hover) {
    .imenu_inner .imenu_lt ul li a:hover img {
        opacity: 0;
    }
        .imenu_inner .imenu_lt ul li a:hover .irmbt1 {
        opacity: 1;
    }
}
.imenu_inner .imenu_rt{
    width: 31.9%;
    text-align: center;
}

.imenu_inner .imenu_rt img{}
.imenu_inner .imenu_rt img:first-child{
    -webkit-filter: drop-shadow(2px 2px 7px rgba(20, 20, 20, 0.25));
filter: drop-shadow(2px 2px 7px rgba(20, 20, 20, 0.25));
    margin: -5.6rem 0 6rem 0;

}
.imenu_inner .imenu_rt img:last-child{}

@media screen and (max-width:1400px){
    .imenu .imenu_inner {
    padding-left: 2rem;
}
}
@media screen and (max-width:1000px){
        .imenu .imenu_inner {
        padding: 0 2rem;
        justify-content: space-between;
    }
    .imenu_inner .imenu_lt {
    width: 71%;
}
    .imenu_inner .imenu_rt {
    width: 26%;
}
}
@media screen and (max-width:834px){
        .imenu .imenu_inner {
        flex-wrap: wrap;
                flex-direction: column;
    }
        .imenu_inner .imenu_lt {
        width: 100%;
            padding-top: 7rem;
    }
            .imenu_inner .imenu_rt {
        width: 37%;
        order: -1;
        margin: 0 auto;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .imenu_inner .imenu_rt img:first-child {
    margin: -5.6rem 4rem 0 0;
}
}
@media screen and (max-width:768px){
        .imenu_inner .imenu_rt img:first-child {
        margin: 2.4rem 4rem 0 0;
    }
}
@media screen and (max-width:576px){
    .imenu_inner .imenu_lt ul li {
    width: 49%;
}
}
@media screen and (max-width:450px){
        .imenu_inner .imenu_lt ul li {
    margin-bottom: 4rem;
    width: 48%;
}
        .imenu_inner .imenu_rt {
        width: 100%;
        padding: 0 11rem;
        position: relative;
    }
        .imenu_inner .imenu_rt img:first-child {
        margin: 2.4rem 0 0 0;
    }
    .imenu_inner .imenu_rt img:last-child {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
}
}
@media screen and (max-width:393px){
        .imenu_inner .imenu_rt {
        padding: 0 9rem;
    }
        .imenu_inner .imenu_rt img:last-child {
        right: -1rem;
    }
}
@media screen and (max-width:360px){
    .imenu_inner .imenu_lt {
        padding-top: 5rem;
    }
        .imenu_inner .imenu_lt ul li {
        margin-bottom: 2rem;
    }
}
@media screen and (max-width:340px){
        .imenu_inner .imenu_lt ul li {
        width: 48%;
    }
}
@media screen and (max-width:330px){
        .imenu_inner .imenu_rt {
        padding: 0 7rem;
    }
}

/***location**************************************************/
.location{
    width: 1514px;
    max-width: 100%;
    margin: 0 auto;
    padding: 4rem 0;
    display: flex;
}

.location .map {
    width:1023px;
    margin:0 auto;
    max-width:100%;
    min-height:645px;
    position:relative;
}
.location .map iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
    border:0;
}

.location .loc_cont{
    width: 491px;
    max-width: 100%;
    background: rgba(255, 255, 255, .85);
    position: relative;
}
.location .loc_cont:after{
    content: '';
    background: url(../../images/loc_deco01.png) bottom right no-repeat;
    background-size: contain;
    width: 76px;
    max-width: 100%;
    min-height: 74px;
    position: absolute;
    bottom: 3rem;
    right: 3rem;
    mix-blend-mode: overlay;
    opacity: .8;
}

.loc_cont .loc_cont_top{
    width: 100%;
    background: #000;
    padding: 4.8rem 0;
    text-align: center;
}

.loc_cont .loc_cont_bot{
     padding: 7.3rem 5rem;
}

.loc_cont .loc_cont_bot{}
.loc_cont .loc_cont_bot ul{}
.loc_cont .loc_cont_bot ul li{
    line-height: 2.5;
}
.loc_cont .loc_cont_bot ul li:nth-child(1), .loc_cont .loc_cont_bot ul li:nth-child(2) {
    font-family: 'El Messiri';
}
.loc_cont .loc_cont_bot ul li p{
    display: inline-block;
    text-align: left;
    font-size: 18px;
    color: #282520;
    letter-spacing: 0;
}
.loc_cont .loc_cont_bot ul li p:first-child{
    margin-right: 1rem;
}
.loc_cont .loc_cont_bot ul li p:last-child{}

.loc_cont .loc_cont_bot ul li p img{
    filter: brightness(0.7);
}

@media screen and (max-width:1536px){
    .location{
        padding: 4rem 2rem;
    }
}
@media screen and (max-width:1366px){
    .loc_cont .loc_cont_bot {
    padding: 6rem 2rem;
}
}
@media screen and (max-width:1100px){
.location .loc_cont {
    width: 55%;
}
        .loc_cont .loc_cont_bot {
        padding: 6rem 1rem;
    }
}
@media screen and (max-width:1000px){
        .location .loc_cont {
        width: 65%;
    }
}
@media screen and (max-width:834px){
        .location {
        flex-wrap: wrap;
    }
    .location .map {
    width: 100%;
    min-height: 560px;
}
        .location .loc_cont {
        width: 100%;
        order: -1;
    }
}
@media screen and (max-width:450px){
        .location .map {
        min-height: 400px;
    }
    .location .loc_cont:after {
    max-width: 15%;
    min-height: 65px;
    bottom: 2rem;
    right: 2rem;
}
}
@media screen and (max-width:414px){
   .location .loc_cont:after {
        max-width: 10%;
        min-height: 32px;
        bottom: 1rem;
        right: 1rem;
    }
    .loc_cont .loc_cont_top {
    padding: 3rem 0;
}
.loc_cont .loc_cont_top img{
    width: 45%;
}
    .loc_cont .loc_cont_bot {
        padding: 3rem 1rem;
    }
    .loc_cont .loc_cont_bot ul li p:first-child {
    margin-right: .5rem;
}
        
}
@media screen and (max-width:393px){
        .location .map {
        min-height: 350px;
    }
}
@media screen and (max-width:360px){
        .location {
        padding: 4rem 1rem;
    }
    .loc_cont .loc_cont_bot ul li p {
    letter-spacing: -1px;
}
}
@media screen and (max-width:340px){
        .loc_cont .loc_cont_bot ul li p {
    font-size: 16px;
}
}
@media screen and (max-width:310px){
        .loc_cont .loc_cont_bot ul li p {
        font-size: 14px;
    }
}
@media screen and (max-width:px){}
@media screen and (max-width:px){}

/***about*******************************************************/

.about{
}


/*about1*/

.about .about1{
position: relative;
padding-top: 7.7rem;
}

.about .about1:before{
    content: '';
    background: #ffffff;
    width: 100%;
    min-height: 107px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

}

.about .about1:after{
    content: '';
    background: #ffffff;
    width: 1018px;
    max-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 121%, 0 13.3%);
    z-index: -1;
}


.about .abt1{
    width: 1506px;
    max-width: 100%;
    margin: 0 0 -12.8rem auto;
    display: flex;
        justify-content: space-between;
        align-items: center;
}
.abt1 .abt1_lt{
    width: 31.6%;
}

.abt1 .abt1_rt{
    width: 53%;
}


@media screen and (max-width:1366px){
    .about .about1:after {
    clip-path: polygon(0 0, 100% 0, 100% 120%, 0 -3.7%);
}
    .about .about1{
        padding: 7.7rem 0 0 2rem;
    }
    .about .abt1 {
    margin: 0 0 -11.5rem auto;
}
    .abt1 .abt1_lt {
    width: 40%;
            text-align: center;
}
}
@media screen and (max-width:1200px){
    .about .about1:after {
    max-width: 70%;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 16.3%);
}
    .about .abt1 {
        margin: 0 0 -10.1rem auto;
    }
}

@media screen and (max-width:1100px){
        .about .about1 {
        padding: 3rem 0 3rem 2rem;
    }
        .about .about1:after {
        max-width: 65%;
        clip-path: polygon(0 0, 100% 0, 100% 114%, 0 16.3%);
    }
        .about .abt1 {
        margin: 0 0 -12.2rem auto;
    }
}
@media screen and (max-width:1000px){
        .about .abt1 {
        margin: 0 0 -11.3rem auto;
    }
}
@media screen and (max-width:834px){
    .about .abt1 {
    margin: 0 0 -12.5rem auto;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}
        .about .about1 {
        padding: 5rem 0 3rem 0;
    }
        .about .about1:after {
        max-width: 80%;
        clip-path: polygon(0 0, 100% 0, 100% 145%, 0 13.3%);
    }
    .abt1 .abt1_lt {
        width: 100%;
    }
        .abt1_lt img {
        filter: invert(1);
    }
        .abt1 .abt1_rt {
        width: 70%;
        text-align: right;
        margin: 6rem 0 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .about .abt1 {
        margin: 0 0 -11.6rem auto;
    }
}
@media screen and (max-width: 650px) {
    .about .abt1 {
        margin: 0 0 -10.3rem auto;
    }
}
@media screen and (max-width: 576px) {
    .about .abt1 {
        margin: 0 0 -9.5rem auto;
    }
}
@media screen and (max-width: 450px) {
    .about .abt1 {
        margin: 0 0 -8rem auto;
    }
}
@media screen and (max-width:430px){
    .abt1 .abt1_lt{
        padding: 0 2rem;
    }
}
@media screen and (max-width: 414px) {
    .about .abt1 {
        margin: 0 0 -7.8rem auto;
    }
}
@media screen and (max-width: 393px) {
    .about .abt1 {
        margin: 0 0 -7.5rem auto;
    }
    @media screen and (max-width: 370px) {
    .about .abt1 {
        margin: 0 0 -7.2rem auto;
    }
}
}
@media screen and (max-width:360px){
        .abt1 .abt1_lt {
        padding: 0 1rem;
    }
}
@media screen and (max-width: 350px) {
    .about .abt1 {
        margin: 0 0 -7rem auto;
    }
}
@media screen and (max-width: 330px) {
    .about .abt1 {
        margin: 0 0 -6.8rem auto;
    }
}
@media screen and (max-width: 300px) {
    .about .abt1 {
        margin: 0 0 -6.5rem auto;
    }
}
@media screen and (max-width:px){}
@media screen and (max-width:px){}
@media screen and (max-width:px){}


/*about2*/

.about .about2{
    background: #fff;
}

.about2 .abt2{
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
}


.abt2 .abt2_lt{
    width: 58.9%;
    background: url(../../images/abt2_bg.png) top left;
    padding: 5.5rem 1.5rem 5.3rem;

}

.abt2 .abt2_rt{
width: 41.1%;
padding: 16rem 6.8rem 7rem 6.7rem;
position: relative;
}

@media screen and (max-width:1536px){
    .about2 .abt2{
        padding: 0 2rem;
    }
}
@media screen and (max-width:1366px){
    .abt2 .abt2_rt {
    padding: 8rem 3rem 2rem;
}
}
@media screen and (max-width:1000px){
        .about2 .abt2 {
        flex-wrap: wrap;
        justify-content: center;
    }
    .abt2 .abt2_lt {
    width: 100%;
}
            .abt2 .abt2_rt {
        padding: 8rem 2rem 4rem;
        width: 70%;
        order: -1;
    }
}
@media screen and (max-width:768px){
        .abt2 .abt2_rt {
        padding: 10rem 2rem 4rem;
        width: 90%;
    }
}
@media screen and (max-width:450px){
        .abt2 .abt2_rt {
        padding: 10rem 0 4rem;
        width: 100%;
    }
}
@media screen and (max-width:430px){
    .abt2 .abt2_lt {
    padding: 3rem 1.5rem;
}
}
@media screen and (max-width:360px){
        .about2 .abt2 {
        padding: 0 1rem;
    }
}
@media screen and (max-width:px){}
@media screen and (max-width:px){}


/*about3*/

.about .about3{
    position: relative;
}
.scale_img {
    overflow: hidden;
}

.scale_img img {
    position: relative;
    clip: rect(0, 0, 0, 0);
}

.about3 .abt3_txt{
    position: absolute;
    bottom: 17.4rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

@media screen and (max-width:1536px){
    .about3 .abt3_txt {
    bottom: 10rem;
}
}
@media screen and (max-width:1200px){
        .about3 .abt3_txt {
        bottom: 7rem;
        width: 40%;
    }
}
@media screen and (max-width:834px){
        .about3 .abt3_txt {
        bottom: 4rem;
    }
}
@media screen and (max-width:450px){
        .about3 .abt3_txt {
        bottom: 3rem;
    }
}
@media screen and (max-width:360px){
        .about3 .abt3_txt {
        bottom: 3rem;
    }
}
@media screen and (max-width:px){}



/*about4*/
.about4{
    position: relative;
    padding: 7rem 0;
    background: #fff;
    z-index: 2;
}

.about4:before, .about4:after{
    content: '';
    background: url(../../images/abt4_deco01.jpg) top left no-repeat;
    width: 100%;
    min-height: 21px;
}
.about4:before{
    position: absolute;
    top: 0;
    left: 0;
}
.about4:after{
    position: absolute;
    bottom: 0;
    left: 0;
}


.abt4{
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
        justify-content: space-between;
}

.abt4 .abt4_lt{
    width: 49.6%;
}

.abt4 .abt4_rt{
    width: 46.9%;
    padding-top: 4rem;
}

@media screen and (max-width:1600px){
    .about4 {
    padding: 7rem 2rem;
}
}
@media screen and (max-width:768px){
    .abt4 .abt4_rt {
    padding-top: 2rem;
}
}
@media screen and (max-width:576px){
    .abt4 {
    flex-wrap: wrap;
    justify-content: center;    
}
.abt4 .abt4_lt {
    width: 100%;
}
.abt4 .abt4_rt {
    width: 100%;
}
}
@media screen and (max-width:450px){
        .about4 {
        padding: 5rem 2rem;
    }
}
@media screen and (max-width:360px){
        .about4 {
        padding: 4rem 1rem;
    }
}
@media screen and (max-width:px){}

/***roomguide*******************************************************/
.roomguide{
    position: relative;
    background: url(../../images/rg_bg_02.jpg) top left repeat-y;
    z-index: 2;

}
.roomguide:before{
    content: '';
    background: url(../../images/rg_bg_01.png) bottom center no-repeat;
        background-size: cover;
    width: 100%;
    min-height: 53px;
    position: absolute;
    top: -5.3rem;
    left: 0;
}

.rg{
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 5.6rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.rg .rg_card{
    width: 37.3%;
    min-height: 434px;
    overflow: hidden;
    position: relative;
        margin-top: 1.8rem;
        -webkit-filter: drop-shadow(2px 2px 7px rgba(92, 92, 92, 0.75));
filter: drop-shadow(2px 2px 7px rgba(92, 92, 92, 0.75));
}
.rg .rg_card a img{
    transition: .5s all;
}
.rg .rg_card a img:first-child{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
.rg .rg_card a img:last-child{
    position: absolute;
    top: 9.5rem;
    left: 0;
    right: 0;
    margin: auto;
}

.rg .rg_card a:hover img:first-child{
    transform: scale(1.2);
}
.rg .rg_card a:hover img:last-child{
    filter: invert(1);
}


/*rg_title*/
.rg .rg_title {
    width: 20.8%; 
    text-align: center;       
}

.rg_title img{}

.rg_title img:first-of-type{
    margin-bottom: 2rem;
}

.rg_title .rg_txt{}

.rg_txt img{
       margin-bottom: 0 !important;
}

.rg_txt p{
    font-size: 18px;
    color: #ffffff;
    margin: 2rem 0;
    text-align: left;
    padding: 0 3rem;
}

@media screen and (max-width:1600px){
    .rg{
        padding: 5.6rem 2rem;
    }
}
@media screen and (max-width:1536px){
    .rg_txt p {
    padding: 0 1rem;
}
}
@media screen and (max-width:1366px){
    .rg_title img:first-of-type {
    width: 45%;
}
.rg_txt img{
    width: auto !important;
}
}
@media screen and (max-width:1100px){
    .rg .rg_card {
    min-height: 370px;
}
}
@media screen and (max-width:1000px){
    .rg {
        flex-wrap: wrap;
        justify-content: center;
    }
    .rg .rg_title {
    width: 52%;
    order: -1;
}
    .rg_title img:first-of-type {
        width: auto;
    }
        .rg_txt p {
        padding: 0 11rem;
    }
        .rg .rg_card {
        width: 47%;
        margin: 1.8rem .5rem;
    }
}
@media screen and (max-width:834px){
         .rg {
        padding: 3rem 2rem;
    }
     .rg .rg_title {
        width: 66%;
    }
    .rg .rg_card {
        min-height: 300px;
    }
}
@media screen and (max-width:768px){
    .roomguide:before {
    min-height: 50px;
    top: -4.3rem;
}
}
@media screen and (max-width:650px){
.rg .rg_title {
        width: 85%;
    }
    .rg .rg_card {
        min-height: 260px;
    }
    .rg .rg_card a img:last-child {
    top: 6rem;
}
}
@media screen and (max-width:576px){
        .roomguide:before {
            background-size: cover;
    min-height: 38px;
    top: -3.3rem;
    
}
        .rg_txt p {
        padding: 0 9rem;
    }
        .rg .rg_card {
        min-height: 400px;
        width: 100%;
    }
        .rg .rg_card a img:last-child {
        top: 9rem;
    }
}
@media screen and (max-width:450px){
        .rg .rg_title {
        width: 100%;
    }
        .rg_txt p {
        padding: 0 6rem;
    }
        .rg .rg_card {
        min-height: 330px;
    }
}

@media screen and (max-width:414px){
         .roomguide:before {
        min-height: 25px;
        top: -2rem;
    }
       .rg .rg_card {
        min-height: 300px;
    }
        .rg .rg_card a img:last-child {
        top: 5rem;
    }
    .rg_title img:first-of-type {
        width: 30%;
    }
        .rg_txt p {
        padding: 0 3rem;
    }
}
@media screen and (max-width:393px){
        .rg .rg_card a img:last-child {
        width: 45%;
    }
}
@media screen and (max-width:360px){
        .rg .rg_card {
        min-height: 250px;
    }
    .rg_title img:first-of-type {
    margin-bottom: 1rem;
}
}
@media screen and (max-width:360px){
        .rg {
        padding: 3rem 1rem;
    }
}
@media screen and (max-width:330px){
        .rg_txt p {
        padding: 0 2rem;
    }
        .rg .rg_card {
        min-height: 230px;
    }
}
@media screen and (max-width:px){}
@media screen and (max-width:px){}



/***environment************************************************************************/

.environment{
    position: relative;
}


.environment .env1{
    padding: 9.9rem 11.4rem 0 0;
    margin-bottom: -30rem;
    position: relative;
    z-index: 1;
    display: flex;
}
.environment .env1:before{
    content: '';
    background: #ffffff;
    width: 100%;
    min-height: 70%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.env1 .env1_lt{
    width: 77.2%;
    margin-top: 7.2rem;
    padding: 3.6rem 3.4rem 3.8rem 15.6rem;
    background: url(../../images/env1_pattern.png) top left;
    background-size: contain;
}

.env1_lt .env1_lt_top{
    padding: 0 4.3rem 3.8rem 7.1rem;
    display: flex;
        justify-content: space-between;
}

.env1_lt_top .env1_title{
    width: 23.4%;
    margin-top: -11.5rem;
}
.env1_lt_top .env1_title img{
    -webkit-filter: drop-shadow(2px 2px 7px rgba(20, 20, 20, 0.25));
filter: drop-shadow(2px 2px 7px rgba(20, 20, 20, 0.25));
}
.env1_lt_top .env1_txt{
    width: 36%;
    padding-top: 3rem;
}
.env1_lt_top .env1_txt p{
    font-size: 18px;
    text-align: justify;
}
.env1_lt_top .env1_imgs{
    width: 25.6%;
}
.env1_lt_top .env1_imgs img{}


.env1_lt .env1_lt_bot{
    display: flex;
    justify-content: space-between;
}
.env1_lt .env1_lt_bot img{
    width: 49.5%;
}
.env1_lt .env1_lt_bot img:first-child{}
.env1_lt .env1_lt_bot img:last-child{}

.env1 .env1_rt{
    width: 25.6%;
    margin-left: -5.2rem;
}


@media screen and (max-width:1536px){
    .env1 .env1_lt {
        margin-top: 5rem;
    padding: 3.6rem 3.4rem 3.8rem 2rem;
}
.env1_lt .env1_lt_top {
    padding: 0 4.3rem 3.8rem 2rem;
}
.env1_lt_top .env1_title {
    margin-top: -9.5rem;
}
}
@media screen and (max-width:1366px){
    .env1_lt_top .env1_title {
    width: 28%;
}
}
@media screen and (max-width:1200px){
    .environment .env1 {
    padding: 9.9rem 2rem 0 0
}
}
@media screen and (max-width:1100px){
        .env1_lt .env1_lt_top {
        padding: 0 2rem 3.8rem 2rem;
    }
    .env1_lt_top .env1_txt {
    width: 40%;
    padding-top: 1rem;
}
}
@media screen and (max-width:1000px){
    .env1 .env1_rt {
    margin-left: -3.2rem;
}
}
@media screen and (max-width:834px){
          .environment .env1 {
        padding: 8rem 0 0 0;
    }
    .environment .env1:before {
    min-height: 83%;
}
        .env1 .env1_lt {
    width: 100%;
}
.env1_lt .env1_lt_top {
               padding: 0 2rem 2rem 2rem;
        flex-wrap: wrap;
        justify-content: center;
    }
    .env1_lt_top .env1_title {
        width: 100%;
        text-align: center;
        margin-bottom: 3rem;
    }
        .env1_lt_top .env1_txt {
        width: 80%;
        padding-top: 0;
        margin-bottom: 3rem;
    }
    .env1_lt_top .env1_imgs {
    width: 100%;
    text-align: center;
}
            .env1 .env1_rt {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 15%;
        margin-left: 0;
    }
        
}
@media screen and (max-width:576px){
       .env1 .env1_lt {
        padding: 3.6rem 3.4rem 1rem 2rem;
    }
    .env1_lt .env1_lt_bot {
     flex-wrap: wrap;
    justify-content: center;    
}
.env1_lt .env1_lt_bot img {
    width: 100%;
    margin-bottom: 3rem;
}
}
@media screen and (max-width:450px){
        .env1 .env1_lt {
        padding: 3.6rem 2rem 1rem 2rem;
    }
        .env1_lt_top .env1_txt {
        width: 100%;
    }
        .env1 .env1_rt {
        width: 25%;
    }
}
@media screen and (max-width:430px){
            .environment .env1:before {
        min-height: 88%;
    }
        .env1_lt .env1_lt_top {
        padding: 0 0 2rem 0;
    }
}
@media screen and (max-width:414px){
        .env1_lt_top .env1_title {
        width: 45%;
                margin-bottom: 2rem;
    }
        .env1_lt .env1_lt_bot img {
        margin-bottom: 1rem;
    }
        .env1 .env1_rt {
        width: 20%;
    }
}
@media screen and (max-width:360px){
        .env1 .env1_lt {
        padding: 3.6rem 1rem 1rem 1rem;
    }
}
@media screen and (max-width:px){}


/*env2*/
.environment .env2{
    position: relative;
    width: 100%;
    min-height: 846px;
}

.environment .env2:before{
    content: '';
    background: rgba(0, 0, 0, .35);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.env2 .env2_txt{
    position: absolute;
    bottom: 12rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

@media screen and (max-width:1200px){
    .environment .env2 {
    min-height: 770px;
}
}
@media screen and (max-width:1100px){
        .environment .env2 {
        min-height: 670px;
    }
    .env2 .env2_txt {
    bottom: 4rem;
}
}
@media screen and (max-width:834px){
    .environment .env2 {
        min-height: 630px;
    }
        .env2 .env2_txt {
        width: 50%;
    }
}
@media screen and (max-width:576px){
        .environment .env2 {
        min-height: 540px;
    }
}
@media screen and (max-width:450px){
        .environment .env2 {
        min-height: 500px;
    }
}
@media screen and (max-width:360px){
        .env2 .env2_txt {
        bottom: 5rem;
    }
}
@media screen and (max-width:px){}



/*env3*/
.env3{
    position: relative;
    background: #fff;
    padding: 3.8rem 0 2.6rem;
        z-index: 2;
}
.env3:before{
    content: '';
    background: url(../../images/env3_deco03.png) bottom left no-repeat;
    background-size: contain;
    width: 600px;
    max-width: 100%;
    min-height: 1110px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.env3 .env3_deco01{
    position: absolute;
    top: -18.8rem;
    left: 0;
}

.env3 .env31{
    width: 1761px;
    max-width: 100%;
    margin: 7.4rem 0 0 auto;
    position: relative;
        z-index: 0;
}
.env3 .env31:before{
    content: '';
    background: url(../../images/env3_pattern.png) top right;
    width: 62.6%;
    min-height: 818px;
    position: absolute;
    top: 0;
    right: 0;
        z-index: -1;

}

.env31 .env31_top{
    padding-right: 23.1rem;
    margin-bottom: 4.4rem;
    display: flex;
        justify-content: space-between;
}

.env31_top .env31_top_img{
    width: 48.4%;
    padding-top: 3.5rem;
}
.env31_top .env31_top_img img{}
.env31_top .env31_top_txt{
    width: 26.1%;
    padding-top: 9.6rem;
}
.env31_top .env31_top_txt p{
    font-size: 18px;
    text-align: justify;
}
.env31_top .env31_top_title{
width: 16.6%;
margin-top: -7.6rem;
}
.env31_top .env31_top_title img{
    -webkit-filter: drop-shadow(2px 2px 7px rgba(20, 20, 20, 0.25));
filter: drop-shadow(2px 2px 7px rgba(20, 20, 20, 0.25));
}

.env31 .env31_bot{
    margin-bottom: 4.5rem;
    display: flex;
}
.env31_bot .env31_bot_txt{
    padding-top: 2.2rem;
        margin-right: 1rem;
}
.env31_bot .env31_bot_txt img{}
.env31_bot .env31_bot_img{}
.env31_bot .env31_bot_img img{}



.env3 .env32{
    width: 1760px;
    max-width: 100%;
    padding: 0 0 2rem 42rem;
    position: relative;
    z-index: 0;
    
}

.env32 .env32_inner{
    width: 1330px;
    max-width: 100%;
    position: relative;
    display: flex;
}

.env32  .env32_inner:after{
    content: '';
    background: url(../../images/env3_deco04.png)bottom left no-repeat;
    background-size: contain;
    width: 1330px;
    max-width: 100%;
    min-height: 44px;
    position: absolute;
    bottom: 3.2rem;
    left: 0;
    z-index: -1;
}

.env32_inner .env32_lt{
    width: 50.6%;
    padding: 4.3rem 5.2rem 0 0;
    display: flex;
}

.env32_lt .env32_title{
    width: 40.9%;
}
.env32_lt .env32_txt{
    width: 60.8%;
    margin-left: -1rem;
    padding-top: 3rem;
    position: relative;
}
.env32_lt .env32_txt p{
    font-size: 18px;
    text-align: justify;
}
.env32_txt .env32_en{
    position: absolute;
        bottom: 9rem;
    left: 2rem;
}
.env32_txt .env32_en span{
    font-size: 18px;
    color: #a1a3a7;
    font-family: 'Playfair Display';
    font-weight: bold;
        font-style: italic;
        letter-spacing: 0;

}

.env32_inner .env32_rt{
    width: 47.1%;
}

@media screen and (max-width:1700px){
    .env31 .env31_top{
        padding: 0 23.1rem 0 2rem;
    }
    .env31 .env31_bot{
        padding:  0 2rem;
    }
    .env3 .env32 {
    padding: 0 0 2rem 29rem;
}
}
@media screen and (max-width:1600px){
           .env3 .env32 {
        padding: 0 0 2rem 24rem;
    }
}
@media screen and (max-width:1536px){
        .env3 .env32 {
        padding: 0 0 2rem 17rem;
    }
}
@media screen and (max-width:1400px){
      .env3:before {
    min-height: 820px;
}
        .env31 .env31_top {
        padding: 0 2rem;
    }
    .env3 .env32 {
        padding: 0 2rem 2rem 2rem;
    }
}
@media screen and (max-width:1200px){
       .env3:before {
        min-height: 700px;
        max-width: 35%;
    }
    .env3 .env3_deco01 {
    width: 15%;
}
    .env3 .env31:before {
    min-height: 660px;
}
    .env31_top .env31_top_title {
    width: 20%;
}

}
@media screen and (max-width:1100px){
    .env31_top .env31_top_txt {
    padding-top: 3rem;
}
.env32_inner .env32_lt {
    padding: 2rem 2rem 0 0;
}
.env32_lt .env32_txt {
    padding-top: 0;
}
}
@media screen and (max-width:1000px){
    .env32 .env32_inner {
    flex-wrap: wrap;
    justify-content: center;
}
    .env32_inner .env32_lt {
        padding: 2rem 2rem 0 2rem;
        width: 72%;
    }
    .env32_inner .env32_rt {
    width: 100%;
    text-align: center;
}
}
@media screen and (max-width:834px){
           .env3:before {
        min-height: 290px;
        max-width: 25%;
    }
            .env3 .env31:before {
        min-height: 1050px;
        width: 100%;
    }
        .env31 .env31_top {
        flex-wrap: wrap;
        justify-content: center;
    }
        .env31_top .env31_top_title {
        width: 100%;
        order: -1;
        text-align: center;
        margin-bottom: 3rem;
    }
        .env31_top .env31_top_txt {
        padding-top: 0;
        width: 80%;
        order: 0;
    }
    .env31_top .env31_top_img {
        width: 100%;
        padding-top: 3rem;
        order: 1;
        text-align: center;
    }
}
@media screen and (max-width:768px){
            .env3 .env31:before {
        min-height: 1000px;
    }
        .env32_inner .env32_lt {
        width: 100%;
        padding: 2rem 0 0 0;
    }
}
@media screen and (max-width:650px){
           .env3 .env31:before {
        min-height: 1180px;
    }
        .env31 .env31_bot {
        flex-wrap: wrap;
        justify-content: center;
    }
        .env31_bot .env31_bot_txt {
        padding-top: 0;
        margin: 0 0 3rem 0;
        width: 27%;
    }
        .env3 .env32 {
        padding: 0 0 2rem 0;
    }
        .env32 .env32_inner {
        padding: 0 2rem;
    }
}
@media screen and (max-width:576px){
    .env32_txt .env32_en {
    bottom: 3rem;
}
.env32_lt .env32_title {
    width: 33%;
}
}
@media screen and (max-width:450px){
        .env31_top .env31_top_txt {
        width: 100%;
    }
        .env3 .env31:before {
        min-height: 1020px;
    }
        .env3 .env32 {
        padding: 0;
    }
    .env32 .env32_inner:after {
    bottom: 1rem;
}
    .env32_inner .env32_lt {
        flex-wrap: wrap;
                padding: 0;
                        margin-bottom: 5rem;
    }
        .env32_lt .env32_title {
        width: 40%;
    }
    .env32_lt .env32_txt {
    width: 100%;
    margin-left: 0;
}
    .env32_txt .env32_en {
        position: relative;
        bottom: 0;
        left: 0;        
    }    
        .env32_lt .env32_title {
        width: 35%;
        position: absolute;
        top: -19rem;
        left: -1rem;
    }
    .env32_inner .env32_rt {
        width: 65%;
        order: -1;
        margin: 0 0 0 auto;
    }

}
@media screen and (max-width:414px){
.env3 {
    padding: 3.8rem 0 0;
}
    .env3:before {
        min-height: 130px;
    }
.env3 .env31:before {
        min-height: 830px;
    }
    .env31 .env31_top {
    margin-bottom: 3rem;
}
        .env31_top .env31_top_title {
        width: 45%;
        margin-bottom: 2rem;
    }
    .env32_lt .env32_txt p {
    margin-bottom: 1rem;
}
    .env32_lt .env32_title {
        top: -17rem;
    }
}
@media screen and (max-width:402px){
        .env3 .env31:before {
        min-height: 810px;
    }
}
@media screen and (max-width:393px){
        .env32_lt .env32_title {
        top: -16rem;
    }
}
@media screen and (max-width:360px){
        .env3 .env31:before {
        min-height: 740px;
    }
        .env31 .env31_top {
        padding: 0 1rem;
                margin-bottom: 2rem;
    }
        .env31_top .env31_top_img {
        padding-top: 2rem;
    }
        .env31 .env31_bot {
        padding: 0 1rem;
    }
        .env31_bot .env31_bot_txt {
        margin: 0 0 2rem 0;
    }
        .env32 .env32_inner {
        padding: 0 1rem;
    }
}
@media screen and (max-width:330px){
        .env3 .env31:before {
        min-height: 730px;
    }
        .env32_lt .env32_title {
        top: -14rem;
    }
}
@media screen and (max-width:300px){
        .env3 .env31:before {
        min-height: 700px;
    }
        .env32_lt .env32_title {
        top: -13rem;
    }
}

@media screen and (max-width:px){}
@media screen and (max-width:px){}



/*---notice-------------------------------------------------------------------------------------------------------------------------------*/
.notice {
    text-align: center;
    width: 1600px;
    margin: 0 auto;
    max-width: 90%;
    padding: 4rem 0;
    position: relative;
    z-index: 8;
}

/*note*/
.notice .note {
    position: relative;
    z-index: 3;
    padding-bottom: 1em;
}

.note ul {}

.note li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

.note li a {}
.note li img {
    pointer-events: none;
}
img.nt {
    max-width: 100%;
    transition: .2s linear;
}

img.nt1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    opacity: 0;
    transition: .3s linear;
}

.note li.active img.nt {
    opacity: 0;
}

.note li.active img.nt1 {
    opacity: 1;
}

/*hover*/
.note li a:hover img.nt {
    opacity: 0;
}

.note li a:hover img.nt1 {
    opacity: 1;
}

/*tab-content*/
.tab-content {
    padding: 3em 2em;
    min-height: 800px;
}

/*note_info*/
.note_info {
    width: 900px;
    margin: 0 auto;
    max-width: 100%;
    color: #ffff
}

@media screen and (max-width:950px) {
    .notice {
        max-width: 95%;
    }
}

@media screen and (max-width:834px) {
    .note li {
        width: 30%;
    }
}

@media screen and (max-width:820px) {
    .service_note {
        padding: 1em 0 3em;
    }

    .tab-content {
        min-height: 600px;
        padding: 3em 0em;
    }
}

@media screen and (max-width:600px) {
    .note {
        padding-bottom: 1em;
    }

    .note li {
        margin: 0;
    }

    .note li img {
        padding: 2%;
    }

    .service_note .title {
        padding: 2em 0;
    }

    .note {
        padding-bottom: 0em;
    }

    .tab-content {
        padding: 1em;
    }
}

@media screen and (max-width:500px) {
    .service_note {
        max-width: 100%;
    }

    .note,
    .tab-content {
        max-width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width:430px) {}

@media screen and (max-width:350px) {
    .service_note .title {
        padding: 1em 0 1em;
    }

    .note li {
        width: 30%;
    }
}

/*---icons----------------------------------------------------------------------------------------------------------------------------------*/
.icons ul {
    list-style: none;
}

.icons li {
    margin: 5px 5px;
    display: inline-block;
    vertical-align: top;
    width: 13%;
    background: rgba(255, 255, 255, .6);
    border-radius: 7px;
    padding: 5px 0 8px;
    text-align: center;
    border: solid 1px #7b7b7b;
}

.icons li img {
    padding: 0 7px;
    margin: 0 auto;
}

.icons li span {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

@media screen and (max-width:1199px) {
    .icons li {
        width: 10%;
    }
}

@media screen and (max-width:900px) {
    .icons li span {
        letter-spacing: 1px;
    }
}

@media screen and (max-width:768px) {
    .icons li {
        width: 13%;
    }
}

@media screen and (max-width:600px) {
    .icons li {
        width: 17%;
    }
}

@media screen and (max-width:500px) {
    .icons li {
        width: 21%;
    }
}

@media screen and (max-width:430px) {
    .icons li {
        width: 27%;
        margin: 5px 8px;
        padding: 5px 4px 8px;
    }
}

@media screen and (max-width:360px) {
    .icons li span {
        font-size: 12px;
    }
}

@media screen and (max-width:340px) {
    .icons li {
        width: 28%;
        margin: 5px 5px;
        padding: 5px 2px 8px;
    }
}

/*--note_icons--------------------------------------------------------------------------------------------------------------------------------*/
.note_icon {
    padding: 0;
    text-align: left;
    padding: 1% 0;
    color: #0e0e0e;
}

.note_icon ul {
    list-style: none;
}

.note_icon li {
    width: 10.666666%;
    padding: 5px 0 5px;
    margin: 5px 5px;
}

.note_icon li img {
    padding-bottom: 5px;
    max-width: 100%;
}

@media screen and (max-width:1220px) {
    .note_icon li {
        width: 12%;
    }
}

@media screen and (max-width:790px) {
    .note_icon li {
        width: 16%;
    }
}

@media screen and (max-width:700px) {
    .note_icon li {
        width: 17%;
    }
}

@media screen and (max-width:580px) {
    .note_icon li {
        width: 19%;
        margin: 5px 0;
    }
}

@media screen and (max-width:505px) {
    .note_icon li {
        width: 23%;
        padding: 7px;
    }

    .note_icon li img {
        width: 90%;
    }
}

@media screen and (max-width:453px) {
    .note_icon li {
        width: 31%;
        padding: 4px;
    }
}

@media screen and (max-width:400px) {
    .note_icon li {
        padding: 6px;
    }
}

@media screen and (max-width:350px) {
    .note_icon li {
        width: 31%;
        padding: 3px;
    }
}




/***room************************************************************************/
.room{    
    padding: 4rem 0;
    
}

.room .rm_top{
    width: 1600px;
    max-width: 100%;
    margin: 0 auto 6.4rem;
    display: flex;
}

.room .rmbt{
    width: 12.5%;
    padding: 5rem 3.2rem 0 8.7rem;
}

.room .rmbt ul{}
.room .rmbt ul li{
    margin-bottom: 2.5rem;
}
.room .rmbt ul li a{}
.room .rmbt ul li a img{
    transition: .5s all;
}

.room .rmbt ul li a:hover img{
    opacity: .8;
}

.rmbt .rmbts{
    display: none;
}






.room .rm_inner{
    width: 87.5%;
    padding-right: 12.1rem;    
    display: flex;
}

.rm_inner #wowslider-container1{}

.rm_inner #wowslider-container1:before{
    content: '';
    background: url(../../images/rm_deco01.png) bottom right no-repeat;
    background-size: contain;
    width: 244px;
    max-width: 100%;
    min-height: 115px;
    position: absolute;
    z-index: 91;
    bottom: 2.6rem;
    right: -6rem;
}

.rm_inner .rm_title{
    background: rgba(14, 14, 14, .85);
    padding: 4rem 2rem;
        width: 6.6%;
        position: relative;
}
.rm_inner .rm_title:before{
    content: '';
    background: url(../../images/rm_deco02.png) bottom left repeat-y;
    background-size: contain;
    width: 14px;
    max-width: 100%;
    min-height: 45%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

}

.rm_title .rm_title_ch{
    margin-bottom: 2.8rem;
        min-height: 85px;
}
.rm_title .rm_title_ch h3{
    font-size: 26px;
    color: #ffff;
    -webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
line-height: 0;
    margin: 0 auto;
}

.rm_title .rm_title_en{
        min-height: 100px;
}
.rm_title .rm_title_en h4{
    font-size: 26px;
    color: #fff;
    font-family: 'Playfair Display';
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
text-transform:uppercase;
line-height: 0;
    margin: 0 auto;
}


.room .rm_bot{
    width: 1330px;
    max-width: 100%;
    margin: 0 auto;    
}
.rm_bot .rm_bot_inner{
    margin-bottom: 3rem;
    display: flex;
}
.rm_bot_inner .rm_bot_title{
    width: 19%;
    padding-left: 5.9rem;
}

.rm_bot_title .roombs{
    display: none;
}

.rm_bot_inner .roomb{
    width: 81%;
    color: #fff;
}

.roomb td {
    vertical-align: middle;
    border: 0;
    padding: .5em .2em;
}

.roomb table {
    border-bottom: solid 1px #fff;
    border-top: solid 2px #fff;
}

.roomb table tr {
    border-bottom: solid 1px #fff;
}

.roomb table tr:nth-of-type(1) {
    border-bottom: solid 2px #fff;
}
/*rinfo*/
.rinfo {
    text-align: left;
    padding: 3% 0%;
}

.rinfo li span {
    display: inline-block;
    vertical-align: top;
}

.rinfo li span:nth-of-type(1) {}

.rinfo li span:nth-of-type(2) {
    width: 90%;
}



@media screen and (max-width:1400px){
    .room .rmbt {
    padding: 5rem 3.2rem 0 5rem;
}
.rm_bot_inner .rm_bot_title {
    padding-left: 4rem;
}
}
@media screen and (max-width:1200px){
       .room {
    padding: 4rem 2rem;
}
        .room .rmbt {
        padding: 3rem 3.2rem 0 0;
    }
    .room .rm_inner {
    padding-right: 0; 
}
    .rm_bot_inner .rm_bot_title {
        padding-left: 0;
    }
}
@media screen and (max-width:1000px){
    .rm_inner #wowslider-container1:before {
    max-width: 20%;
    min-height: 90px;
    z-index: 91;
    bottom: 2.6rem;
    right: -2rem;
}
}
@media screen and (max-width:834px){
       .room .rmbt {
        padding: 3rem 4rem 0 0;
    }
    .rm_inner .rm_title {
    padding: 2rem 1rem;
}
.rm_inner .rm_title:before {
    min-height: 19%;
}
.rm_title .rm_title_ch {
    margin-bottom: 1rem;
    min-height: 85px;
}
.rm_title .rm_title_ch h3 {
    font-size: 23px;
}
}
@media screen and (max-width:768px){
       .room .rm_top {
    flex-wrap: wrap;
    justify-content: center;
}
.room .rm_inner {
    width: 100%;
}
        .room .rmbt {
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .room .rmbt ul li{
        display: inline-block;
        margin-right: 2rem;
    }
    .room .rmbt .rmbtp{
        display: none;
    }
    .room .rmbt .rmbts{
        display: block;
    }
        .rm_inner #wowslider-container1:before {
        min-height: 60px;
        bottom: 0.6rem;
        right: 0rem;
    }
        .rm_title .rm_title_ch h3 {
        font-size: 20px;
    }
    .rm_title .rm_title_en h4 {
    font-size: 20px;
}
.rm_bot .rm_bot_inner {
    flex-wrap: wrap;
    justify-content: center;
}
    .rm_bot_inner .rm_bot_title {
        padding-left: 0;
        width: 100%;
        margin-bottom: 3rem;
    }
    .rm_bot_inner .roomb {
    width: 100%;
}
.rm_bot_title .roombp{
    display: none;
}
.rm_bot_inner .rm_bot_title{
    text-align: center;
}
.rm_bot_title .roombs{
           display: inline-block;
}
}
@media screen and (max-width:576px){
        .room .rm_inner {
        flex-wrap: wrap;
        justify-content: center;
    }
        .rm_inner .rm_title {
        padding: 2rem 2rem 1rem;
        width: 100%;
    }
        .rm_inner .rm_title:before {
        min-height: 100%;
        transform: rotate(90deg);
        left: auto;
        right: 2rem;
        top: 1rem;
    }
        .rm_title .rm_title_ch {
        margin-bottom: 0;
        min-height: auto;
                display: inline-block;
                        margin-right: 2rem;
    }
        .rm_title .rm_title_ch h3 {
        -webkit-writing-mode: initial;
        writing-mode: initial;
    }
    .rm_title .rm_title_en {
    min-height: auto;
            display: inline-block;
}
.rm_title .rm_title_en h4 {
        -webkit-writing-mode: initial;
        writing-mode: initial;
    }
}
@media screen and (max-width:450px){
              .room .rmbt ul li {
        margin-right: 1rem;
        width: 45%;
    }
        .rm_bot_inner .rm_bot_title {
        width: 50%;
    }
}

@media screen and (max-width:360px){
        .room {
        padding: 4rem 1rem;
    }
}
@media screen and (max-width:320px){
           .rm_inner .rm_title {
        padding: 1rem 1.5rem 1rem;
    }
          .rm_title .rm_title_ch {
        margin-right: 1rem;
    }
        .rm_title .rm_title_ch h3 {
        font-size: 18px;
    }
        .rm_title .rm_title_en h4 {
        font-size: 13px;
    }
}
@media screen and (max-width:px){}

    
/***footer*************************************************************************************************/

.footer {
        position: relative;
    left: 0;
    bottom: 0;
    background:#0e0e0e;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.ft_warp{
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;    
    padding: 4rem 0 2.6rem 13.6rem;
}


.ft_warp .fttop{
display: flex;
justify-content: space-between;
    align-items: flex-end;
}

.fttop .ftlt{
    width: 26.6%;    
}

.ftlt .ft_logo{
  width: 50%;
  padding-left: 3rem;
  margin-bottom: 4rem;
}

/*ftinfo*/
.ftlt .ftinfo{
    font-size: 18px;
    color: #ffff;
    text-align: left;
    max-width: 100%;
    margin-bottom: 6rem;    
}
.ftlt .ftinfo ul{}
.ftlt .ftinfo ul li{
    line-height: 2.5;
}
.ftlt .ftinfo ul li:nth-child(1), .ftlt .ftinfo ul li:nth-child(2){
font-family: 'El Messiri';
}
.ftlt .ftinfo img{
    padding-right: 1.6rem;
}
.ftlt .ftinfo p{
    display: inline-block;
    text-align: left;
}
.ftlt .ftinfo p:nth-child(1){
 
}



/*ftbtn*/
.ftlt .ftbtn{
        width: 65.3%;
        text-align: left;
}
.ftlt .ftbtn ul{}
.ftlt .ftbtn ul li{
    display: inline-block;
    width: 31%;
}
.ftlt .ftbtn a{
    transition: .5s all;
}
.ftlt .ftbtn a:hover{
    opacity: .5;
}



.fttop .ftrt{
    width: 45%;
}


.ftrt .ftdeco{
    margin-bottom: 5.9rem;
}



.ftrt .ftmark{
 margin-bottom: 3.9rem;
 text-align: right;
}
.ftrt .ftmark ul{
    text-align: right;
}
.ftrt .ftmark ul li{
    display: inline-block;
    width: 100%;
}
.ftrt .ftmark p{
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 16px;

}
.ftmark p:nth-child(1){
    padding-right: 1rem;
}




.ft_warp .ft_lin {
    background: #a9a9a9;
    width: 100%;
    min-height: 1px;
    margin: 4.2rem 0 2rem;
}




.ftbot{
max-width: 100%;
margin: 0 auto;
padding: 10px 0;
display: flex;
justify-content: space-between;
font-size: 12px;
}

.ftbot .icon{
    color: #a9a9a9;    
}
.ftbot .icon a{
    display: inline-block;
    padding: 0 .5rem;
    transition: .5s all;
}
.ftbot .icon a:hover{
    transform: translateY(-5px);
}
.ftbot .copyright{
    color: #a9a9a9;
    font-size: 14px;
}
.ftbot .copyright a, .ftbot .copyright a h1{
    display: inline-block; 
    font-size: 14px;  
    
    color: #a9a9a9;
    transition: .5s all;
}
.ftbot .copyright a:hover, .ftbot .copyright a:hover h1{
    color: #ffff;
}


@media screen and (max-width:1600px){
    .ft_warp {
    padding: 4rem 3rem 2.6rem;
}
}
@media screen and (max-width:1366px){
    .fttop .ftlt {
    width: 35%;
}
}
@media screen and (max-width:1100px){
        .fttop .ftlt {
        width: 50%;
    }
}
@media screen and (max-width:768px){
   .footer{
    position: relative !important;
}
    .ft_warp .fttop {
     flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    
}
    .fttop .ftlt {
        width: 80%;
    }
    .ftlt .ft_logo {
    padding-left: 0;
    margin: 0 auto 4rem;
}
.ftlt .ftbtn {
    width: 65%;
    text-align: center;
    margin: 0 auto 5rem;
}
.fttop .ftrt {
    width: 70%;
}
.ftrt .ftmark {
    margin-bottom: 0;
}
.ftrt .ftmark ul {
    text-align: center;
}
.ftbot {
    flex-wrap: wrap;
    justify-content: center;
    
}
.ftbot .icon{
    margin-bottom: 2rem;
}
}
@media screen and (max-width:450px){
    .fttop .ftlt {
        width: 100%;
    }
        .ftlt .ft_logo {
        width: 60%;
    }
        .ftlt .ftbtn {
        width: 75%;
    }
    .fttop .ftrt {
        width: 100%;
    }
    .ftrt .ftdeco {
    margin-bottom: 3rem;
}
}
@media screen and (max-width:430px){
        .ft_warp {
        padding: 4rem 2rem 2.6rem;
    }
}
@media screen and (max-width:414px){
    .ftlt .ftinfo p {
    letter-spacing: 0;
}
}
@media screen and (max-width:393px){
        .ftlt .ftinfo p {
        letter-spacing: 0px;
    }
        .ftlt .ftbtn {
        width: 100%;
    }
}
@media screen and (max-width:360px){
        .ft_warp {
        padding: 4rem 1rem 2.6rem;
    }
    .ftlt .ftinfo ul li p:first-child{
       width: 8%;
    }
    .ftlt .ftinfo img {
    padding-right: 0;
}
}
@media screen and (max-width:340px){
        .ftlt .ftinfo p {
        letter-spacing: -1px;
    }
}
@media screen and (max-width:320px){
        .ftlt .ftinfo ul li p:first-child {
        width: 6%;
    }
}
@media screen and (max-width:310px){
        .ftlt .ftinfo ul li p:first-child {
        display: none;
    }
}



#ftfixed{
    transform: translateY(-600px);
}
.ftfixed.active{
margin-bottom: 620px;
}

#footer1{
    transform: translateY(-1500px);
}
.footer.active{
    position: fixed;
}
#footer2{
    transform: translateY(-1050px);
}
.footer.active{
    position: fixed;
}
#ftfixed2{
    transform: translateY(100px);
}
.ftfixed2.active{
margin-bottom: 620px;
}

.inbg.active{
background: url(../../images/inpattern2.jpg) top left;
transition: .2s ease all;
}
@media screen and (max-width:1100px){
    .ftfixed.active {
    margin-bottom: 680px;
}
}
@media screen and (max-width:991px){
    .ftfixed.active {
        margin-bottom: 660px;
    }
}
@media screen and (max-width:834px){
        .ftfixed.active {
        margin-bottom: 650px;
    }
}
@media screen and (max-width:768px){
        .ftfixed{
            margin-bottom: 0 !important;
        }
}


/*---r_icons-----------------------------------------------------------------------------------------------------------------------------------*/
.r_icons {
    padding-bottom: 0;
    text-align: left;
    color: #000;
}
.r_icons ul {
    list-style: none;
}
.r_icons li {
    width: 10%;
    float: left;
}
table.fac {
    padding: 0 0 3% 2%;
    display: block;
}
table.fac td {
    vertical-align: top;
}

@media screen and (max-width:1100px) {
    .r_icons li {
        width: 13%;
    }
}
@media screen and (max-width:991px) {
    .r_icons li {
        width: 15%;
    }
}
@media screen and (max-width:815px) {
    .r_icons li {
        width: 17%;
    }
}
@media screen and (max-width:765px) {
    .r_icons li {
        width: 20%;
    }
}
@media screen and (max-width: 765px) {
    .r_icons li {
        width: 17%;
    }
}
@media screen and (max-width:580px) {
    .r_icons li {
        width: 22%;
    }
}
@media screen and (max-width:480px) {
    .r_icons li {
        width: 30%;
    }
}
@media screen and (max-width:440px) {
    .r_icons li {
        width: 31%;
        margin: 5px 3px;
        padding: 5px;
    }
}
@media screen and (max-width:330px){
    .r_icons li {
    width: 47%;
}
}

/*isce*/


.isce {
    width: 1360px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 4rem;
    padding-bottom: 60px;
}

.isce ul {
    margin: 0;
    padding: 0;
}

.isce ul li {
    display: inline-block;
    float: left;
    width: 25%;
    padding: 0 1em;
}

.isce ul li img {
    margin: 0 auto;
}

.isce h2 {
    font-size: 16px;
    padding: 2rem 0;
    text-align: center;
}

.isce ul li p {
    font-size: 15px;
}

@media(max-width:1700px) {
    .iscebg {
        padding: 0 100px;
    }
}

@media(max-width:1550px) {
    .iscebg {
        padding: 0 20px;
    }

    .isce ul li {
        padding: 0 15px;
    }
}

@media(max-width:1200px) {
    .isce ul li {
        width: 50%;
    }
}

@media(max-width:1100px) {}

@media(max-width:991px) {


    .isce ul li {
        display: inline-block;
        float: left;
        width: 50%;
    }

    .isce ul li:nth-child(3) {
        clear: both;
    }



    .isce {
        padding-top: 30px;
        padding-bottom: 30px;
    }

}

@media(max-width:900px) {
    .isce ul li {
        float: none;
        width: 22%;
        vertical-align: top;
    }

}

@media(max-width:700px) {
    .iscebg {
        padding: 0 15px;
    }


    .isce ul li {
        width: 23%;
    }
}

@media(max-width:600px) {
    .isce ul li {
        width: 45%;
    }
}

@media(max-width:450px) {

    .isce ul li {
        width: 48%;
    }
}

@media(max-width:380px) {
    .isce ul li {
        padding: 0 .5em;
    }

    .isce ul li p {
        font-size: 14px;
    }
}

@media(max-width:380px) {}


.isce li:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    transform: translateY(-10px);
}

.isce ul li:hover img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0.7;
}

/*************************
********services_sce******
**************************/
#services_sce {
    padding:2em 0 5em;
    width:1300px;
    margin:0 auto;
    max-width:90%;
}

.scebtn {
    text-align: center;
    margin-bottom: 30px;
}

.scebtn h2 {
    display: inline-block;
    margin:5px;
    color: #fff;
    padding: 25px 5px;
    font-size: 16px;
    border-radius: 100%;
    min-width: 82px;
    border: 3px solid #fff;
    cursor: pointer;
    line-height:24px;
}

.scebtn h2.scebtn1 {
    background: #d85a51;
}

.scebtn h2.scebtn2 {
    background: #80a076;
}

.scebtn h2.scebtn3 {
    background: #89b5cb;
}

.scebtn h2.scebtn4 {
    background: #8dcfca;
}

.scebtn h2.scebtn5 {
    background: #b7ad6f;
}

.scebtn h2.scebtn6 {
    background: #8b8583;
}

.scebtn h2:hover.scebtn1,
.scebtn h2:hover.scebtn2,
.scebtn h2:hover.scebtn3,
.scebtn h2:hover.scebtn4,
.scebtn h2:hover.scebtn5,
.scebtn h2:hover.scebtn6 {
    background: #fff;
    border: #7e6b5a 3px solid;
    color: #656565;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

@media (max-width:650px) {
    .scebtn {
        padding: 0 120px;
    }
}

@media (max-width:600px) {
    .scebtn {
        padding: 0 100px;
    }
}

@media (max-width:550px) {
    .scebtn {
        padding: 0 60px;
    }
}

@media (max-width:480px) {
    .scebtn {
        padding: 0 25px;
    }
}

@media (max-width:400px) {
    .scebtn {
        padding: 0 5px;
    }
    .scebtn {
        margin-bottom: 10px;
    }
}

@media (max-width:350px) {
    .scebtn {
        padding: 0 0px;
    }
}
/***********/

.scebox {
    border: #c3c3c3 1px solid;
    border-radius: 5px;
    box-shadow: -1px 1px 6px 0.5px rgba(138, 138, 138, 0.75);
    padding: 0 10px 10px 10px;
}

.mount .sceimg {
    background-color: #80a076;
}

.sea .sceimg {
    background-color: #89b5cb;
}

.farm .sceimg {
    background-color: #8dcfca;
}

.city .sceimg {
    background-color: #b7ad6f;
}

.hot .sceimg {
    background-color: #d85a51;
}

.scebox:hover {
    cursor: pointer;
}

.scebox:hover .sceimg img {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: scale(0.95);
    overflow: hidden;
}

.scebox_hot {
    padding: 0 80px;
}

.scebox_hot .scebox {
    display: inline-block;
    float: left;
    width: 23%;
    margin: 0 10px;
}

.scetag {
    float: right;
    color: #fff;
    padding: 4px 20px;
    margin-left: 5px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.scetag1 {
    background: #d85a51;
}

.scetag2 {
    background: #80a076;
}

.scetag3 {
    background: #89b5cb;
}

.scetag4 {
    background: #8dcfca;
}

.scetag5 {
    background: #b7ad6f;
}

.scet h3 {
    clear: both;
    color: #3d3d3d;
    font-size: 23px;
    letter-spacing: 1px;
    margin-top: 20px;
    display: inline-block;
}

.sceimg img {
    margin: 0 auto;
}

.scep p {
    color: #616161;
    text-align:left;
    margin:10px 0 0 0;
}
.scemore {
    text-align:right;
}

@media(max-width:1700px) {
    .scebox_hot {
        padding: 0 10px;
    }
}

@media(max-width:1400px) {
    .scebox_hot .scebox {
        width: 24%;
        margin: 0 5px;
    }
}

@media(max-width:1199px) {
    .scebox_hot .scebox {
        width: 48%;
        margin: 5px;
    }
    .scebox_hot .scebox:nth-child(3) {
        clear: both;
    }
}

@media(max-width:700px) {
    .scebox_hot .scebox {
        width: 100%;
        margin: 5px 0px;
    }
    .scet h3 {
        font-size: 22px;
    }
    .scep p {
        line-height: 24px;
    }
}

@media(max-width:550px) {
    .city .sceimg,
    .farm .sceimg,
    .hot .sceimg,
    .mount .sceimg,
    .sea .sceimg {
        background-color: #fff;
    }
}

@media(max-width:500px) {
    .scet h3 {
        letter-spacing: 0px;
    }
}

@media(max-width:450px) {
    .mount .sceimg {
        background-color: #80a076;
    }
    .sea .sceimg {
        background-color: #89b5cb;
    }
    .farm .sceimg {
        background-color: #8dcfca;

    }
    .city .sceimg {
        background-color: #b7ad6f;
    }
    .hot .sceimg {
        background-color: #d85a51;
    }
}

@media(max-width:350px) {
    .scet h3 {
        font-size: 20px;
    }
}


/*************/

.scebox_content {
    padding: 0 0px;
    margin-top: 30px;
}

.scebox_content .scebox {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 5px;
}

@media (max-width: 1800px) {
    .scebox_content {
        padding: 0px;
    }
}

@media screen and (max-width:1700px) {
    .scebox_content {
        padding: 0 0px;
        margin-top: 30px;
    }
}


/*********************** 20170328  以上 優質a****************/

.scecontainer {
    display: block;
    margin: auto;
    width: 100%;
}

.scecontainer .item {
    margin: 0.5%;
    float: left;
    background: #ffffff;
    display: block;
    width: 24%;
}

@media screen and (max-width: 1800px) {
    .scecontainer {
        width: 96%;
    }
}

@media screen and (max-width: 1400px) {
    .scecontainer .item {
        width: 32%;
    }
}

@media screen and (max-width:767px) {
    .scecontainer .item {
        width: 49%;
    }
}

@media screen and (max-width:550px) {
    .scecontainer .item {
        width: 99%;
        margin-bottom: 10px;
    }
}
/***btns******************************************************/
.btns {
    position:fixed;
    bottom:0;
    right:3rem;
    z-index:20;
    display:none;
    text-align:right;
}

#btn{
    background: rgba(255, 255, 255, .75);
    padding: 2.6rem 1.7rem 3.4rem;
        border-radius: 100px;
        margin-bottom: 4rem;
}

#btn ul{}
#btn ul li{
    margin-bottom: 3.4rem;
}
#btn ul li:last-child{
    margin-bottom: 0;
}
#btn ul li a{
    transition: .5s all;
}
#btn ul li a img{}

#btn ul li a:hover{
    opacity: .8;
    transform:translateY(-5px);
}


#gotop {
    cursor: pointer;
    margin:0 1em 0 0;
    transition:.3s ease-in-out;
}

    #gotop:hover {
        transform:translateY(-5px);
    }
    @media screen and (max-width:450px) {
        .btns {
        right: 6px;
    }
    #gotop {
    margin: 0;
}
#btn {
    padding: 2.6rem .5rem 3.4rem;
}
#btn ul li {
    margin-bottom: 2rem;
}
}

