/*--------------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,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 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: "Chiron GoRound TC", "Comfortaa", sans-serif;
    position: relative;
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 1px;
    color: #42332b;
    overflow-x: hidden;
}

body.open {
    overflow-y: hidden;
}

ol,
ul {
    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;
}

td {
    vertical-align: top;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
    transition: all .3s;
    box-sizing: border-box;
}

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

img {
    max-width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    line-height: 1.2;
    margin: 0;
}

.clear {
    clear: both;
}

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

::-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: rgb(177, 135, 87, .8);
    /*捲軸顏色*/
}

::selection {
    background: rgba(177, 135, 87, .9);
    color: #333;
}

/****************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*gotop*/
#gotop {
    position: fixed;
    bottom: 33%;
    right: 8px;
    cursor: pointer;
    display: none;
    z-index: 9;
    transition: .3s ease-in-out;
    width: 2.6%;
}

#gotop:hover {
    transform: scale(.9);
}


/*fbtn*/
#fbtn {
    position: fixed;
    bottom: 10%;
    right: 8px;
    cursor: pointer;
    z-index: 9;
    width: 2.4%;
}

#fbtn ul {}

#fbtn ul li {
    padding: 1rem 0;
}

#fbtn ul li a {
    display: block;
    transition: .5s all;
}

#fbtn ul li a img {}

#fbtn ul li a:hover {
    transform: scale(.8);
}

/*ota*/
#ota {
    position: fixed;
    bottom: 2%;
    right: 0;
    cursor: pointer;
    z-index: 9;
}

#ota a {
    display: block;
    transition: .5s all;
}

#ota a:hover {
    transform: translateX(5px);
}


@media screen and (max-width:1536px) {
    #gotop {
        bottom: 29%;
        width: 3%;
    }

    #fbtn {
        width: 3%;
    }
}

@media screen and (max-width:768px) {
    #gotop {
        bottom: 34%;
        width: 9%;
    }

    #fbtn {
        width: 10%;
        bottom: 8%;
    }

    #ota {
        width: 15%;
    }
}

@media screen and (max-width:650px) {
    #gotop {
        bottom: 27%;
    }

    #fbtn {
        bottom: 6%;
    }
}

@media screen and (max-width:450px) {
    #gotop {
        bottom: 29%;
    }
}

@media screen and (max-width:414px) {
        #gotop {
        bottom: 35%;
    }
           #fbtn {
        bottom: 11%;
    }

    #fbtn ul li {
        padding: .5rem 0;
    }
    #ota {
        width: 20%;
    bottom: 4%;
}
}
@media screen and (max-width:360px) {
        #gotop {
        bottom: 26%;
    }
}
@media screen and (max-width:320px) {
    #gotop {
        bottom: 22%;
    }
}



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



/*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;
}

/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*---header-------------------------------------------------------------------------------------------------------------------------------*/
header {
    position: relative;
    height: 100vh;
}

/*dex*/
.dex {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

.carousel {}

/*item*/
.item {
    background: url(../../flash/dex1.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

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

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

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

.dex_deco {}

.dex_deco .dex_decol {
    content: '';
    background-color: rgba(66, 51, 43, 0.5);
    width: 564px;
    max-width: 100%;
    min-height: 190px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top-right-radius: 420px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.dex_deco .dex_decor {
    content: '';
    background-color: rgba(223, 210, 200, 0.2);
    width: 770px;
    max-width: 100%;
    min-height: 190px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 420px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}


.dex_deco .dex_deco1 {
    position: absolute;
    bottom: 0;
    left: 33.3rem;

}

.dex_deco .dex_deco2 {
    position: absolute;
    top: 12rem;
    right: 0;
}


/*ilogo*/
.ilogo {
    text-align: center;
    position: absolute;
    top: 17rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 6.2%;
}

.ilogo img {
    text-align: center;
}

.ilogo span {
    display: block;
    font-size: 20px;
    margin: 1rem 0 0 0;
    letter-spacing: 3px;
    color: #432418;
    border: 1px #432418 solid;
    border-radius: 100px;
    max-width: 90%;
}

/*enter*/
.enter {
    position: absolute;
    bottom: 27rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.enter img {
    margin-top: 1em;
}

/*circle*/
.circle {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: transparent;
    margin: 1rem auto 0;
    animation: moving 1.5s infinite alternate;
}

/*line*/
.line {
    border-left: 1px #fff dotted;
    width: 1px;
    height: 90px;
    overflow: hidden;
    position: absolute;
    bottom: -80px;
    right: 0;
    left: 0;
    z-index: 10;
    margin-right: auto;
    margin-left: auto;
}

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

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

.enter span {
    font-size: 14px;
    color: #ffffff;
    font-family: 'Comfortaa';
    text-transform: uppercase;
}

@media screen and (max-width:1600px) {
    .ilogo {
        width: 9%;
    }

    .dex_deco .dex_decol {
        max-width: 30%;
    }

    .dex_deco .dex_decor {
        max-width: 30%;
    }

    .dex_deco .dex_deco1 {
        left: 22rem;
    }
}

@media screen and (max-width:1536px) {
    .dex_deco .dex_decol {
        max-width: 27%;
    }

    .dex_deco .dex_decor {
        max-width: 27%;
    }

    .dex_deco .dex_deco1 {
        left: 14rem;
    }
}

@media screen and (max-width:1366px) {
    .dex_deco .dex_decol {
        max-width: 30%;
    }

    .dex_deco .dex_decor {
        max-width: 30%;
    }

    .ilogo {
        width: 10%;
    }
}

@media screen and (max-width:1100px) {
    .dex_deco .dex_deco1 {
        left: 7rem;
    }

    .ilogo {
        width: 15%;
    }
}

@media screen and (max-width:991px) {
    .dex_deco .dex_decol {
        max-width: 33%;
    }

    .dex_deco .dex_deco2 {
        width: 20%;
    }
}

@media screen and (max-width:834px) {
    .dex_deco .dex_deco1 {
        width: 45%;
    }
}

@media screen and (max-width:650px) {
    .dex_deco .dex_decol {
        min-height: 130px;
    }

    .dex_deco .dex_decor {
        min-height: 130px;
    }

    .dex_deco .dex_deco2 {
        width: 25%;
    }

    .ilogo {
        width: 20%;
    }
}

@media screen and (max-width:576px) {
    .dex_deco .dex_deco1 {
        left: 4rem;
    }

    .ilogo {
        width: 30%;
    }
}

@media screen and (max-width:450px) {
    .enter {
    bottom: 19rem;
}
}

@media screen and (max-width:414px) {
    .dex_deco .dex_decol {
        min-height: 80px;
    }

    .dex_deco .dex_decor {
        min-height: 80px;
    }
    .enter {
    bottom: 15rem;
}
}
@media screen and (max-width:402px){
        .enter {
        bottom: 18rem;
    }
}
@media screen and (max-width:360px) {
    .dex_deco .dex_decol {
        max-width: 36%;
    }

    .ilogo {
        width: 35%;
    }
}

@media screen and (max-width:320px) {
    .ilogo {
        width: 45%;
    }
}



/*ibutton*/

.ibutton {
    background: url(../../images/menu_bg.png) top left;
    background-size: auto;
    border-top-left-radius: 360px;
    border-top-right-radius: 360px;
    position: fixed;
    top: 2em;
    right: 1em;
    z-index: 100;
    padding: 3.5rem 0 0;
    opacity: 0;
    transition: .6s cubic-bezier(0.76, 0, 0.24, 1);
    pointer-events: none;
    width: 520px;
    max-width: 100%;
    height: 95vh;
}

.ibutton:after {
    content: '';
    background: url(../../images/menu_deco01.png) bottom left repeat-x;
    width: 100%;
    min-height: 30px;
    position: absolute;
    bottom: 1.2rem;
    left: 0;
}

.show {
    opacity: 1;
    pointer-events: visible;
}

.ibutton .menu_logo {
    margin-bottom: 1rem;
    text-align: center;
    padding: 0 21rem;
    margin: 0 auto;
    position: relative;
}

.ibutton .menu_logo:before,
.ibutton .menu_logo:after {
    content: '';
    background: url(../../images/menu_deco01.png) top left repeat-x;
    width: 38%;
    min-height: 30px;

}

.ibutton .menu_logo:before {
    position: absolute;
    bottom: 0;
    left: 0;
}

.ibutton .menu_logo:after {
    position: absolute;
    bottom: 0;
    right: 0;
}

.ibutton a {
    transition: .5s all;
    display: block;
}

.ibutton a:hover {
    opacity: .5;
}

.ibutton span {
    display: block;
    font-size: 15px;
    margin: 1rem 0 0;
    letter-spacing: 3px;
    color: #432418;
    border: 1px #432418 solid;
    border-radius: 100px;
    max-width: 95%;
    text-align: center;
}

.ibutton ul {
    padding: 6.5rem 7rem 5rem;
    height: 580px;
    overflow-y: scroll;
    margin-bottom: 7rem;
}

.ibutton li {
    display: inline-block;
    width: 49%;
    margin-bottom: 4rem;
}

.ibutton li a {
    padding: 0 0 .5rem 0;
    border-bottom: ;
}

.ibutton li a img {
    transition: .2s ease all;
    display: inline-block;
    vertical-align: top;
}

.ibutton li a .menu_txt {
    display: inline-block;
}

.ibutton li a .menu_txt p {
    font-size: 20px;
    color: #ffffff;
    margin: 0;
    text-align: center;
    transition: .2s ease all;
    position: relative;
    padding: 0 0 .5rem 0;
    border-bottom: 1px #422517 dashed;
}

.ibutton li a .menu_txt p:before {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;


}

.ibutton li a .menu_txt span {
    display: block;
    position: relative;
    color: #422517;
    font-size: 16px;
    border: none;
    margin: 0;
    letter-spacing: 0;
    max-width: 100%;
}

.ibutton li a:hover img {
    transform: translateY(-5px);
}

.ibutton li a:hover p {
    opacity: .5;
}

.ibutton li a:hover span {
    opacity: 1;
}


/***mibutton***/
.mibutton {
    position: fixed;
    top: 2.2rem;
    right: 2em;
    z-index: 101;
    cursor: pointer;
    width: 45px;
    height: 40px;
    overflow: visible;
    opacity: 0;
    background: #2d190f;
    padding: 3rem;

}

.mibutton p {
    font-size: 13px;
    color: #fff;
    display: block;
    width: 100%;
    position: absolute;
    top: 3.5rem;
    left: 1rem;
    font-family: 'Comfortaa';
    letter-spacing: 0;
}

.mibutton span {
    display: block;
    width: 75%;
    height: 2px;
    transition: .3s ease-in-out;
    position: absolute;
    top: 13%;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
    border-bottom: solid 1.5px #fff;
}

.mibutton span:nth-of-type(2) {
    top: 34%;
    transform: translateY(-25%);
}

.mibutton span:nth-of-type(3) {
    top: 53%;
}

.mibutton_ani {
    opacity: 1;
}

.mibutton_ani span:nth-of-type(1) {
    transform: rotate(40deg);
    transform-origin: left center;
    left: 0.5em;
}

.mibutton_ani span:nth-of-type(2) {
    transform: rotate(-40deg);
    transform-origin: left center;
    top: 60%;
    left: 0.5em;
}

.mibutton_ani span:nth-of-type(3) {
    opacity: 0;
}

.navtop,
.ontop {
    opacity: 1;
}

.navtop2,
.ontop2 {
    opacity: 1;
}

@media screen and (max-width:450px) {
    .mibutton {
        right: .5rem;
        top: 1rem;
    }

    .ibutton {
        height: 85vh;
        right: 0;
    }

    .ibutton .menu_logo {
        padding: 0 16rem;
    }

    .ibutton .menu_logo img {
        width: 70%;
    }

    .ibutton .menu_logo:before,
    .ibutton .menu_logo:after {
        ;
        width: 30%;
    }

    .ibutton ul {
        padding: 3rem 1rem 0 2rem;
        height: 380px;
    }
}

@media screen and (max-width:414px) {
    .mibutton {
            width: 25px;
        height: 25px;
        padding: 2.5rem;
}
.mibutton p {
    font-size: 12px;
    top: 2.7rem;
    left: .5rem;
}
.ibutton {
        height: 75vh;
    }
    .ibutton ul {
        margin-bottom: 0;
    }

    .ibutton li {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width:393px) {
    .ibutton ul {
        padding: 4rem 1rem 0 2rem;
        height: 380px;
    }

    .ibutton .menu_logo {
        padding: 0 13rem;
    }

    .ibutton li a img {
        width: 20%;
    }

    .ibutton li a .menu_txt p {
        font-size: 17px;
    }

    .ibutton li a .menu_txt span {
        font-size: 12px;
    }
}

@media screen and (max-width:360px) {
    .ibutton ul {
        height: 300px;
    }
}

@media screen and (max-width:340px) {
    .ibutton ul {
        padding: 4rem 1rem 0 1rem;
    }

    .ibutton .menu_logo {
        padding: 0 11rem;
    }

    .ibutton .menu_logo img {
        width: 50%;
    }
}

@media screen and (max-width:320px) {
    .ibutton li a .menu_txt p {
        font-size: 15px;
    }
}

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

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

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

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

/***********************/
/***index1 start***/

.index1 {
    background-color: #ffff;
    position: relative;
}

.index1 .ind1_deco1 {
    background-color: rgba(237, 234, 231, .7);
    width: 654px;
    max-width: 100%;
    min-height: 386px;
    position: absolute;
    top: 0;
    left: 0;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;

}

.index1 .ind1_deco2 {
    background-image: linear-gradient(to bottom, rgba(223, 210, 200, .5), transparent);
    width: 770px;
    max-width: 100%;
    min-height: 1000px;
    position: absolute;
    top: 0;
    right: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);


}

.index1 .ind1_deco3 {
    position: absolute;
    top: 13.8rem;
    left: 0;
}

.index1 .ind1_deco4 {
    position: absolute;
    bottom: 2.8rem;
    right: 0;
}

/*iabout*/

.iabout {
    position: relative;
    width: 1368px;
    max-width: 100%;
    margin: 0 auto;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.iabout .iab {
    width: 32%;
    padding: 15.8rem 7.5rem 0 0;
}

.iabout .iab p {
    font-size: 18px;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 1rem;
}

.iabout .iab p:nth-of-type(2) {
    margin-bottom: 2rem;
}

.iabout .iab h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 1.2rem;
}

@media screen and (max-width:1366px) {
    .index1 .ind1_deco1 {
        max-width: 26%;
    }

    .index1 .ind1_deco2 {
        max-width: 37%;
        min-height: 700px;
    }

    .index1 .ind1_deco3 {
        width: 30%;
    }

    .index1 .ind1_deco4 {
        width: 30%;
    }
}

@media screen and (max-width:1200px) {
    .index1 .ind1_deco2 {
        max-width: 34%;
        min-height: 700px;
    }

    .iabout .iab {
        width: 32%;
        padding: 10rem 7.5rem 0 0;
    }
}

@media screen and (max-width:1100px) {
    .index1 .ind1_deco1 {
        max-width: 36%;
    }

    .iabout {
        flex-wrap: wrap;
        justify-content: center;
    }

    .iabout .iab {
        width: 65%;
        padding: 6rem 0 0 0;
    }
}

@media screen and (max-width:834px) {
    .iabout .iab {
        width: 85%;
    }
}

@media screen and (max-width:576px) {
    .iabout .iab {
        width: 100%;
        padding: 6rem 2rem 0;
    }
}

@media screen and (max-width:414px) {
    .index1 .ind1_deco4 {
        bottom: 0;
    }
}

@media screen and (max-width:360px) {
    .iabout .iab {
        padding: 6rem 1rem 0;
    }
}

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

/*imenu*/

.imenu {
    width: 1566px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 0 9rem 0;
}

.imenu .imenu_title {
    padding-left: 9.9rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.imenu_title .imenu_title_inner {
    width: 28%;
    padding: 2rem 0 5rem 0;
    position: relative;
}

.imenu_title .imenu_title_inner:before {
    content: '';
    background: url(../../images/imenu_deco01.png) top left no-repeat;
    background-size: contain;
    width: 124px;
    max-width: 100%;
    min-height: 47px;
    position: absolute;
    top: 0;
    left: 12rem;
    right: 0;
}


.imenu_title .imenu_title_inner h3 {
    font-size: 24px;
    color: #422517;
    font-weight: 500;
    padding: 4rem 0 1.5rem;
}

.imenu_title .imenu_title_inner p {
    font-size: 16px;
    color: #766157;
    padding-bottom: 2rem;
}

.imenu_title .imenu_title_inner h4 {
    font-size: 24px;
    color: #d0c9c6;
    font-family: 'Comfortaa';
    letter-spacing: 0;
    padding-bottom: .5rem;
}

.imenu_title .imenu_title_inner span {
    font-size: 14px;
    color: #d1c9c6;
    letter-spacing: 0;
    font-family: 'Comfortaa';
}


.imenu_title .imenu_title_deco {
    width: 15%;
}


.imenu .imenu_inner {
    margin-top: -.8rem;
    padding: 0 6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.imenu_inner .imenu_set {
    position: relative;
    overflow: hidden;
    width: 33%;
    min-height: 320px;
    margin-bottom: .6rem;
}

.imenu_set a .imenu_bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

.imenu_bg div {
    transition: .6s ease-in;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.imenu_set:hover .imenu_bg div {
    transform: scale(1.1);
}

.imenu_set .imenu_txt {
    position: absolute;
    bottom: 1.4rem;
    padding: 0 2.2rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.imenu_txt .imenu_title {
    position: relative;
    display: block;
    padding: 0;
}

.imenu_txt .imenu_title h3 {
    font-size: 26px;
    color: #cbb2a1;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    height: 70px;
    letter-spacing: 5px;
}

.imenu_txt .imenu_title h4 {
    font-size: 16px;
    color: #c9b6a9;
    font-weight: 300;
}

a .imenu_txt .imenu_arrow {
    position: relative;
    transition: .5s all;
}

.imenu_set a:hover .imenu_txt .imenu_arrow {
    transform: translateX(5px);
}

@media screen and (max-width:1366px) {
    .imenu_title .imenu_title_inner {
        width: 40%;
        padding: 2rem 0 3rem 0;
    }
}

@media screen and (max-width:1100px) {
    .imenu .imenu_inner {
        padding: 0 2rem;
    }
}

@media screen and (max-width:1000px) {
    .imenu .imenu_title {
        padding: 0 2rem;
    }

    .imenu_title .imenu_title_inner {
        width: 60%;
    }

    .imenu_inner .imenu_set {
        min-height: 230px;
    }

    .imenu_set .imenu_txt {
        padding: 0 1rem;
    }

    .imenu_txt .imenu_title {
        padding: 0;
    }
}

@media screen and (max-width:834px) {
    .imenu_inner .imenu_set {
        min-height: 180px;
    }
}

@media screen and (max-width:768px) {
    .imenu {
        padding: 0 0 5rem 0;
    }
}

@media screen and (max-width:650px) {
    .imenu_title .imenu_title_inner {
        width: 70%;
    }
}

@media screen and (max-width:576px) {
    .imenu_inner .imenu_set {
        width: 49%;
    }
}

@media screen and (max-width:450px) {
    .imenu_title .imenu_title_inner {
        width: 95%;
    }

    .imenu_title .imenu_title_inner:before {
        min-height: 27px;
    }

    .imenu_title .imenu_title_inner h3 {
        padding: 2rem 0 1rem;
    }

    .imenu_title .imenu_title_inner p {
        padding-bottom: 1rem;
    }

    .imenu_title .imenu_title_inner h4 {
        font-size: 18px;
    }

    .imenu_title .imenu_title_inner span {
        font-size: 12px;
    }

    .imenu_inner .imenu_set {
        min-height: 140px;
    }
}

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

    .imenu {
        padding: 0 0 2rem 0;
    }

    .imenu_txt .imenu_title h3 {
        font-size: 18px;
        height: 50px;
    }

    .imenu_txt .imenu_title h4 {
        font-size: 12px;
    }

    a .imenu_txt .imenu_arrow {
        width: 30%;
    }
}

@media screen and (max-width:393px) {
    .imenu_inner .imenu_set {
        min-height: 110px;
    }
}

@media screen and (max-width:380px) {
    .imenu_title .imenu_title_inner h3 {
        font-size: 21px;
    }
}

@media screen and (max-width:360px) {
    .imenu .imenu_title {
        padding: 0 1rem;
    }

    .imenu .imenu_inner {
        padding: 0 1rem;
    }

    .imenu_inner .imenu_set {
        min-height: 120px;
    }

    .imenu_txt .imenu_title {
        padding: 0;
    }
}

@media screen and (max-width:350px) {
    .imenu_title .imenu_title_inner h4 {
        font-size: 14px;
        padding-bottom: 0;
    }

    .imenu_title .imenu_title_inner span {
        letter-spacing: -1px;
    }
}

@media screen and (max-width:320px) {
    .imenu_title .imenu_title_inner h3 {
        font-size: 18px;
    }

    .imenu_title .imenu_title_inner p {
        padding-bottom: .5rem;
        font-size: 13px;
    }

}

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

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


/***index1 end****/
/***********************/
/***inews*************************************************************************************************/

.iabout .inews {
    width: 59.4%;
    padding-left: 8rem;
}


.inews_title {
    text-align: center;
    margin-top: 2.4rem;
}

.inews_title h5 {
    font-size: 18px;
    display: inline-block;
    font-weight: 300;
}

.inews_title h6 {
    font-size: 36px;
    color: #dec3af;
    font-weight: bold;
    font-family: 'Comfortaa';
    display: inline-block;
    text-transform: uppercase;
}

.inews_title img {
    display: inline-block;
    vertical-align: top;
}


.inews_inner {}


@media screen and (max-width:1200px) {
    .iabout .inews {
        width: 70%;
        padding-left: 2rem;
    }
}

@media screen and (max-width:1100px) {
    .iabout .inews {
        width: 90%;
        padding: 0 2rem;
        text-align: center;
    }
}

@media screen and (max-width:834px) {
    .iabout .inews {
        width: 100%;
    }
}

@media screen and (max-width:360px) {
    .iabout .inews {
        padding: 0 1rem;
    }
}

@media screen and (max-width:310px) {
    .inews_title h6 {
        font-size: 28px;
    }
}

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

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

/***newslist_rwd***/
.newslist_rwd {
    margin: 2rem 0 0 0;
    position: relative;

}

.newslist_rwd .ntitle {
    text-align: left;
    position: relative;
    margin: 0;
    width: 352px;
    max-width: 100%;
    padding: 1.5rem 0 0 0;
    display: inline-block;
    vertical-align: middle;
}

.newslist_rwd .ntitle h3 {
    font-size: 24px;
    text-align: left;
    color: #422517;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.newslist_rwd .ntitle h3 a:nth-child(1) {
   display: -webkit-box;
}

.newslist_rwd .ntitle h3 img {
    padding-right: .5rem;
}

.newslist_rwd .ntitle p {
    font-size: 18px;
    color: #766157;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin: 0 0 1rem;
    font-weight: 400;
    letter-spacing: 2px;
    padding-top: 1rem;
    height: 120px;
}

.newslist_rwd .ntitle hr {
    border-top: 1px solid #b59471;
    margin-top: 16px;
    margin-bottom: 4px;

}

.newslist_rwd a {
    position: relative;
    transition: .3s ease all;
    line-height: 1.5;
    color: #000;
}

.newslist_rwd a:hover .ntitle p {
    color: #ab7146;
}

.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: 354px;
    min-height: 266px;
    transition: .3s ease all;
    vertical-align: top;
    max-width: 100%;
    margin: 0 2rem 0 0;
    display: inline-block;
}



.npicimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10%;
}

.npicimg img {
    border-radius: 50%;
}

.news_bot {
    margin-top: 3rem;
    display: flex;
    align-items: baseline;
    justify-content: space-between;

}

.news_bot img {
    transition: .3s ease all;
}

.news_bot span {
    font-size: 14px;
    color: #766157;
    font-family: 'Comfortaa';
}

.newslist_rwd a:hover .ntitle .news_bot img {
    transform: translateX(10px);
}

/***news*************************************************************************************************/
.news {
    position: relative;
}

.news:before {
    content: '';
    background: url(../../images/news_deco02.png) top left no-repeat;
    background-size: contain;
    width: 601px;
    max-width: 100%;
    min-height: 877px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .5;
}

.newslist {
    width: 1368px;
    max-width: 100%;
    margin: 0 auto;
}

.news_title {
    position: relative;
    padding: 3.6rem 0 0 48.5rem;
}

.news_title:before {
    content: '';
    background: url(../../images/news_deco03.png) top left no-repeat;
    background-size: contain;
    width: 465px;
    max-width: 100%;
    min-height: 137px;
    position: absolute;
    top: -3.4rem;
    left: 0;
}

.news_title h5 {
    font-size: 18px;
    font-weight: 300;
}

.news_title h6 {
    font-size: 36px;
    color: #dec3af;
    font-weight: bold;
    font-family: 'Comfortaa';
    text-transform: uppercase;
    position: relative;
    width: 16%;
}

.news_title h6:after {
    content: '';
    background: url(../../images/inews_title_deco01.png) top left no-repeat;
    background-size: contain;
    width: 18px;
    max-width: 100%;
    min-height: 18px;
    position: absolute;
    top: 0;
    right: 0;
}

.news_inner {
    padding: 0 4.5rem 0 36.9rem;
}

.news_bg {
    background: rgba(237, 234, 231, .85);
    padding: 4.8rem 10rem;
    border-radius: 50px;
    position: relative;
}

.news_bg:before {
    content: '';
    background: url(../../images/news_deco04.png) top right no-repeat;
    background-size: contain;
    width: 100px;
    max-width: 100%;
    min-height: 71px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.tableimg {
    width: 95%;
    margin: 0 auto;
    text-align: left;
    border-radius: 20px;
    padding: 4rem 8rem;
    font-size: 16px;
}

.news_bot {
    text-align: right;
}

.detail {
    font-size: 18px;
    color: #1c1617;
    text-align: left;
}

.date {
    font-size: 16px;
    color: #1c1617;
    text-align: right;
}

.back a {
    font-size: 18px;
    color: #348dad;
    text-align: right;
    transition: .5s all;
}

.back a img {
    padding-right: 1rem;
    transition: .5s all;
}

.back a:hover {
    color: #001c58;
}

.back a:hover img {
    transform: translateX(5px);
}

/*page_num*/
.page_num {
    padding: 1em 0;
    font-size: 16px;
}

.page_num a {
    display: inline-block;
}

.inews .page_num {
    display: none;
}

.news_bottom {
    text-align: right;
}


button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: transparent;
    border: solid 2px #c2bdb9;
    border-radius: 2px;
    color: #464341;
    padding: .5em 1em;
    margin: .5em;
    transition: .3s ease all;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 16px;
}

button:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    border-radius: 20px;
}

@media screen and (max-width:1366px) {
    .newslist {
        padding: 0 2rem;
    }

    .news:before {
        min-height: 400px;
    }

    .news_title {
        padding: 0 0 0 37rem;
        margin-top: 5rem;
    }

    .news_title:before {
        min-height: 100px;
    }

    .news_inner {
        padding: 0 4.5rem 0 27rem;
    }
}

@media screen and (max-width:1200px) {
    .news_title h6 {
        width: 21%;
    }

    .news_inner {
        padding: 0 4.5rem 0 14rem;
    }
}

@media screen and (max-width:1100px) {
    .news_inner {
        padding: 0;
    }
}

@media screen and (max-width:1000px) {
    .news_title h6 {
        width: 26%;
    }
}

@media screen and (max-width:834px) {
    .news_title h6 {
        width: 35%;
    }

    .news_bg {
        padding: 3rem 2rem;
        border-radius: 30px;
    }
}

@media screen and (max-width:768px) {
    .news:before {
        min-height: 330px;
        max-width: 40%;
    }

    .news_title h6 {
        width: 43%;
    }

    .npic {
        max-width: 40%;
    }
}

@media screen and (max-width:650px) {
    .news_title h6 {
        width: 63%;
    }

    .newslist_rwd .ntitle {
        max-width: 50%;
    }

}

@media screen and (max-width:576px) {
    .news_title {
        margin-top: 3rem;
    }

    .news_title h6 {
        width: 90%;
    }

    .news_bg {
        text-align: center;
    }

    .npic {
        max-width: 80%;
        margin: 0;
    }

    .newslist_rwd .ntitle {
        max-width: 60%;
        padding: 3rem 0 0 0;
    }

    .tableimg {
        padding: 2rem;
    }
}

@media screen and (max-width:450px) {
    .news_title {
        padding: 0 0 0 24rem;
    }

    .news_title:before {
        min-height: 65px;
        max-width: 56%;
        top: auto;
    }

    .npic {
        max-width: 100%;
    }

    .newslist_rwd .ntitle {
        max-width: 100%;
    }
}

@media screen and (max-width:414px) {
    .news:before {
        min-height: 250px;
    }

    .news_title {
        padding: 0 0 0 19rem;
    }

    .news_title:before {
        min-height: 50px;
        max-width: 45%;
    }

    .tableimg {
        padding: 0;
    }
}

@media screen and (max-width:370px) {
    .news_title {
        padding: 0 0 0 16rem;
    }
}

@media screen and (max-width:360px) {
    .newslist {
        padding: 0 1rem;
    }
}

@media screen and (max-width:330px) {
    .news_title {
        padding: 0 0 0 14rem;
    }

    .news_title:before {
        min-height: 35px;
    }

}

@media screen and (max-width:320px) {
    .npic {
        min-height: 230px;
    }
}

@media screen and (max-width:300px) {
    .news_title {
        padding: 0 0 0 11rem;
    }

    .news_title:before {
        min-height: 30px;
    }
}

/***********************/
/***about start***/

.about {
    padding-bottom: 5.3rem;
}

/*abt1*/
.about .abt1 {
    position: relative;
    padding: 0 14.7rem 0 0;
    display: flex;
    justify-content: space-between;
}

.abt1 .abt1_lt {
    width: 62%;
    position: relative;
}

.abt1 .abt1_lt .abt1_img01 {
    padding-right: 7.5rem;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.abt1 .abt1_lt .abt1_img01:after {
    content: '';
    background: url(../../images/abt1_deco01.png) bottom right no-repeat;
    background-size: contain;
    width: 168px;
    max-width: 100%;
    min-height: 136px;
    position: absolute;
    bottom: -5.7rem;
    right: -3.5rem;
    z-index: -1;
}

.abt1 .abt1_lt .abt1_txt {
    display: inline-block;
    vertical-align: top;
    padding-top: 3.7rem;
}

.abt1 .abt1_rt {
    width: 25.5%;
    padding-top: 12rem;
}

.abt1_rt .abt1_txt {
    color: #766157;
    padding: 0 4.5rem 11rem;
}

.abt1_rt .abt1_txt h4 {
    font-size: 30px;
    font-family: 'Comfortaa';
    margin-bottom: 4.2rem;
}

.abt1_rt .abt1_txt p {
    font-size: 18px;
    margin-bottom: 1rem;

}

.abt1_rt .abt1_txt h2 {
    font-size: 20px;
    margin-bottom: 1rem;
}

.abt1 .abt1_rt .abt1_img02 {
    text-align: right;
    position: relative;
}

.abt1 .abt1_rt .abt1_img02:before {
    content: '';
    background: url(../../images/abt1_deco02.png) bottom right no-repeat;
    background-size: contain;
    width: 312px;
    max-width: 100%;
    min-height: 302px;
    position: absolute;
    bottom: -6.2rem;
    left: -23rem;
    z-index: -1;
}

@media screen and (max-width:1800px) {
    .abt1 .abt1_lt {
        width: 70%;
    }

    .abt1 .abt1_lt .abt1_img01:after {
        min-height: 100px;
        bottom: -4.7rem;
        right: -0.5rem;
    }

    .abt1 .abt1_rt .abt1_img02:before {
        min-height: 240px;
        bottom: -4rem;
        left: -26rem;
    }
}

@media screen and (max-width:1700px) {
    .abt1 .abt1_rt {
        width: 28%;
    }

    .abt1 .abt1_rt .abt1_img02:before {
        min-height: 120px;
        bottom: 5rem;
        left: -28rem;
    }
}

@media screen and (max-width:1536px) {
    .about .abt1 {
        padding: 0 2rem 0 0;
    }

    .abt1 .abt1_lt .abt1_img01 {
        padding-right: 4rem;
    }

    .abt1 .abt1_lt .abt1_img01:after {
        bottom: -4.7rem;
        right: -4.5rem;
    }

    .abt1_rt .abt1_txt {
        padding: 0 2rem 4rem;
    }

    .abt1 .abt1_rt .abt1_img02:before {
        bottom: -2rem;
        left: -29rem;
    }
}

@media screen and (max-width:1400px) {
    .abt1 .abt1_lt {
        width: 63%;
    }

    .abt1 .abt1_lt .abt1_img01 {
        width: 95%;
    }

    .abt1 .abt1_lt .abt1_txt {
        width: 3%;
    }

    .abt1 .abt1_rt {
        padding-top: 4rem;
    }
}

@media screen and (max-width:1200px) {
    .about {
        padding-top: 5rem;
    }

    .abt1 .abt1_lt .abt1_img01:after {
        bottom: -2.7rem;
        right: -2.5rem;
        max-width: 15%;
        min-height: 80px;
    }

    .abt1 .abt1_rt {
        width: 33%;
    }

    .abt1 .abt1_rt .abt1_img02:before {
        bottom: -2rem;
        left: -9rem;
        max-width: 30%;
    }
}

@media screen and (max-width:1000px) {
    .abt1 .abt1_rt .abt1_img02:before {
        bottom: -1rem;
        left: -8rem;
    }
}

@media screen and (max-width:834px) {
    .about {
        padding-bottom: 2rem;
    }

    .about .abt1 {
        flex-wrap: wrap;
    }

    .abt1 .abt1_lt {
        width: 90%;
    }

    .abt1 .abt1_rt {
        width: 60%;
        margin: 0 auto;
        order: -1;
        padding: 0 0 3rem 0;
    }
}

@media screen and (max-width:768px) {
    .abt1 .abt1_rt .abt1_img02:before {
        bottom: -2rem;
        left: -13rem;
        max-width: 40%;
        min-height: 200px;
    }
}

@media screen and (max-width:576px) {
    .about {
        padding-top: 3rem;
    }

    .abt1 .abt1_lt {
        width: 100%;
    }

    .abt1 .abt1_lt .abt1_img01:after {
        right: -1.5rem;
    }

    .abt1 .abt1_rt {
        width: 90%;
    }

    .abt1 .abt1_rt .abt1_img02:before {
        bottom: -1rem;
        left: -6rem;
        max-width: 29%;
        min-height: 80px;
    }
}

@media screen and (max-width:450px) {
    .about .abt1 {
        padding: 0;
    }

    .abt1 .abt1_lt {
        width: 100%;
        padding-right: 2rem;
    }

    .abt1 .abt1_lt .abt1_img01 {
        padding-right: 1rem;
    }

    .abt1 .abt1_lt .abt1_img01:after {
        right: -3rem;
        min-height: 50px;
        bottom: -2.7rem;
    }

    .abt1 .abt1_rt {
        width: 100%;
        padding: 0 2rem 3rem 2rem;
    }

    .abt1 .abt1_rt .abt1_img02:before {
        display: none;
    }
}

@media screen and (max-width:414px) {
    .about {
        padding-bottom: 3rem;
    }

    .abt1 .abt1_lt .abt1_img01:after {
        bottom: -1.7rem;
    }

    .abt1 .abt1_lt .abt1_txt {
        padding-top: 2rem;
    }

    .abt1_rt .abt1_txt {
        padding: 0 0 2rem;
    }

    .abt1_rt .abt1_txt h4 {
        margin-bottom: 2rem;
    }

}

@media screen and (max-width:370px) {
    .about {
        padding-bottom: 1rem;
    }
}

@media screen and (max-width:360px) {
    .abt1 .abt1_lt .abt1_img01:after {
        bottom: -1rem;
        min-height: 45px;
        right: -2.5rem;
    }

    .abt1 .abt1_rt {
        padding: 0 1rem 2rem 1rem;
    }
}

@media screen and (max-width:320px) {
    .abt1 .abt1_lt .abt1_img01:after {
        right: -2rem;
    }

    .abt1_rt .abt1_txt h4 {
        font-size: 25px;
    }
}

/*abt2*/

.about .abt2 {
    width: 1368px;
    max-width: 100%;
    margin: 6.7rem auto 9rem;
}

.abt2 .abt21 {
    padding: 0 20.8rem 0 0;
    display: flex;
    justify-content: space-between;
}

.abt21 .abt21_img {
    width: 48%;
    position: relative;
}

.abt21 .abt21_img:before {
    content: '';
    background: url(../../images/abt2_deco02.png) top right no-repeat;
    background-size: contain;
    width: 115px;
    max-width: 100%;
    min-height: 197px;
    position: absolute;
    top: 0rem;
    right: -7rem;
    z-index: -1;
}

.abt21 .abt21_txt {
    width: 40%;
    padding-top: 3.7rem;
}

.abt21 .abt21_txt p {
    font-size: 18px;
    color: #766157;
    text-align: justify;
    margin-bottom: 1.5rem;
}

.abt2 .abt22 {
    width: 952px;
    max-width: 100%;
    margin: -17.3rem auto 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.abt22 .abt22_more {
    width: 30%;
    padding: 0 .5rem;
}

.abt22 .abt22_more a {
    background: #403028;
    padding: 1.8rem 2rem;
    transition: .5s all;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.abt22 .abt22_more a h5 {
    font-size: 22px;
    color: #caa960;
    letter-spacing: 0;
}

.abt22 .abt22_more a h6 {
    font-size: 16px;
    color: #766157;
    font-family: 'Comfortaa';
    letter-spacing: 0;
    padding: 0 1rem;
}

.abt22 .abt22_more a img {}

.abt22 .abt22_more a:hover {
    background: #ece5e2;
}

.abt22 .abt22_img {
    width: 66.3%;
    position: relative;
}

.abt22 .abt22_img:after {
    content: '';
    background: url(../../images/abt2_deco04.png) bottom right no-repeat;
    background-size: contain;
    width: 443px;
    max-width: 100%;
    min-height: 352px;
    position: absolute;
    bottom: -11rem;
    right: -.7rem;
}

.abt22 .abt22_img img {
    display: block;
}

.abt22 .abt22_img img:first-child {
    padding-left: 2.6rem;
    position: relative;
    z-index: -1;
}

.abt22 .abt22_img img:last-child {
    margin-top: -1rem;
}

@media screen and (max-width:1366px) {
    .about .abt2 {
        padding: 0 2rem;
    }
}

@media screen and (max-width:1200px) {
    .about .abt2 {
        margin: 6.7rem auto 2rem;
    }

    .abt2 .abt21 {
        padding: 0 5rem 0 0;
    }

    .abt2 .abt22 {
        margin: -12rem auto 0;
    }

    .abt22 .abt22_img {
        width: 55.3rem;
    }

    .abt22 .abt22_img:after {
        min-height: 280px;
        bottom: -3rem;
        right: 3.3rem;
    }
}

@media screen and (max-width:1100px) {
    .abt21 .abt21_txt {
        width: 42%;
        padding-top: 1rem;
    }
}

@media screen and (max-width:1000px) {
    .abt2 .abt22 {
        margin: -3rem auto 0;
    }
}

@media screen and (max-width:834px) {
    .abt2 .abt21 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .abt21 .abt21_txt {
        width: 70%;
        padding-top: 1rem;
        order: -1;
    }

    .abt21 .abt21_img {
        width: 80%;
        position: relative;
    }

    .abt2 .abt22 {
        margin: 2rem auto 0;
    }

    .abt22 .abt22_more {
        width: 39%;
    }

    .abt22 .abt22_img {
        width: 56%;
    }

    .abt22 .abt22_img:after {
        min-height: 220px;
        bottom: 3rem;
        right: 0.3rem;
    }
}

@media screen and (max-width:768px) {
    .abt2 .abt21 {
        padding: 0;
    }

    .abt21 .abt21_img {
        width: 100%;
    }

    .abt21 .abt21_txt {
        width: 100%;
    }

    .abt21 .abt21_img:before {
        right: 0;
    }

    .abt22 .abt22_img:after {
        min-height: 170px;
        bottom: 0;
        right: 0.3rem;
        max-width: 50%;
        z-index: -1;
    }

    .abt2 .abt22 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .abt22 .abt22_img {
        width: 100%;
        order: -1;
    }

    .abt22 .abt22_img:after {
        min-height: 250px;
        right: 13.3rem;
        max-width: 70%;
    }

    .abt22 .abt22_more {
        width: 52%;
        margin: 3rem 0 0;
    }

}

@media screen and (max-width:576px) {
    .abt22 .abt22_more {
        width: 70%;
    }

    .abt22 .abt22_img:after {
        right: 1rem;
        min-height: 170px;
    }

    .abt22 .abt22_img img:first-child {
        padding-left: 1rem;
        position: relative;
        z-index: -1;
        width: 22%;
    }

}

@media screen and (max-width:414px) {
    .about .abt2 {
        margin: 4rem auto 0;
    }

    .abt22 .abt22_more {
        width: 80%;
    }

    .abt22 .abt22_img img:last-child {
        margin-top: -.5rem;
    }
}

@media screen and (max-width:390px) {
    .abt22 .abt22_more {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width:370px) {
    .abt22 .abt22_img:after {
        right: 0;
        min-height: 140px;
        max-width: 40%;
    }
}

@media screen and (max-width:360px) {
    .about .abt2 {
        padding: 0 1rem;
    }
}

/***about end****/
/***********************/

/***********************/
/***facilities start***/

.facilities {}

.facilities .fac1 {
    width: 1368px;
    max-width: 100%;
    padding: 0 0 10.7rem 0;
    margin: 0 auto;
}

.fac1 .fac1_inner {
    padding: 0 0 4.5rem 0;
    display: flex;
    align-items: flex-end;
}

.fac1_inner .fac1_title {
    width: 17.5%;
}

.fac1_inner .fac1_title .fac1_title_pc {
    display: block;
}

.fac1_inner .fac1_title .fac1_title_sp {
    display: none;
}

.fac1_inner .fac1_txt {
    width: 55%;
    padding: 0 0 0 0;
}

.fac1_inner .fac1_txt p {
    display: inline-block;
    color: #42332b;
    font-size: 18px;
    text-align: justify;
}

.fac1_inner .fac1_txt h2 {
    display: inline-block;
    font-size: 20px;
    color: #42332b;
    font-weight: 500;
}


.fac1 .fac1_img {
    position: relative;
    text-align: right;
}

.fac1 .fac1_img img:first-child {
    margin-right: .5rem;
}

.fac1 .fac1_img img:last-child {}

.fac1 .fac1_img:after {
    content: '';
    background: url(../../images/fac1_deco01.png) bottom right no-repeat;
    background-size: contain;
    width: 168px;
    max-width: 100%;
    min-height: 136px;
    position: absolute;
    bottom: -4.7rem;
    left: 10.6rem;
    z-index: -1;
}

@media screen and (max-width:1366px) {
    .facilities {
        padding: 5rem 0 0 0;
    }

    .facilities .fac1 {
        padding: 0 2rem 10.7rem;
    }
}

@media screen and (max-width:1200px) {
    .facilities .fac1 {
        padding: 0 2rem 4rem;
    }

    .fac1 .fac1_img:after {
        min-height: 47px;
        bottom: -1.7rem;
        left: -12.4rem;
    }
}

@media screen and (max-width:1100px) {
    .fac1_inner .fac1_txt {
        width: 65%;
    }

    .fac1 .fac1_img img {
        width: 49%;
    }

    .fac1 .fac1_img:after {
        min-height: 35px;
        bottom: -1.7rem;
        left: -14.4rem;
    }
}

@media screen and (max-width:834px) {
    .fac1_inner .fac1_txt {
        width: 100%;
    }
}

@media screen and (max-width:576px) {
    .facilities {
        padding: 3rem 0 0 0;
    }

    .facilities .fac1 {
        padding: 0 2rem 2rem;
    }

    .fac1 .fac1_inner {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .fac1_inner .fac1_title {
        width: 100%;
        margin-bottom: 2rem;
    }

    .fac1_inner .fac1_title .fac1_title_pc {
        display: none;
    }

    .fac1_inner .fac1_title .fac1_title_sp {
        display: block;
    }

    .fac1_inner .fac1_title .fac1_title_sp img {
        display: inline-block;
        margin-right: 1rem;
        vertical-align: sub;
    }

    .fac1_inner .fac1_title .fac1_title_sp p {
        font-size: 20px;
        color: #d09972;
        font-family: 'Comfortaa';
        display: inline-block;
        vertical-align: bottom;
    }

    .fac1 .fac1_img img {
        width: 100%;
    }

    .fac1 .fac1_img img:first-child {
        margin: 0 0 2rem 0;
    }

    .fac1 .fac1_img:after {
        min-height: 22px;
        bottom: -1rem;
        left: -16rem;
    }
}

@media screen and (max-width:450px) {
    .fac1 .fac1_inner {
        align-items: flex-start;
    }
}

@media screen and (max-width:414px) {
    .fac1 .fac1_inner {
        padding: 0 0 3rem 0;
    }
}

@media screen and (max-width:360px) {
    .facilities .fac1 {
        padding: 0 1rem 2rem;
    }

    .fac1 .fac1_img:after {
        display: none;
    }
}

/*fac2*/
.fac2 {
    background: url(../../images/fac2_bg.png) top left;
    width: 100%;
    position: relative;
    padding: 6.3rem 17.1rem 4.4rem 16.9rem;
}

.fac2 .fac2_title {
    text-align: center;
    margin-bottom: 3rem;
}

.fac2 .fac2_title .fac2_title_pc {
    display: block;
}

.fac2 .fac2_title .fac2_title_pc img {}

.fac2 .fac2_title .fac2_title_sp {
    display: none;
}

.fac2 .fac2_img {
    display: flex;
    justify-content: space-between;
}

.fac2_img .fac2_img01 {
    width: 41.9%;
    text-align: center;
    margin-top: -9rem;
}

.fac2_img .fac2_img01 img {}

.fac2_img .fac2_img01 img:first-child {
    margin-bottom: 1.6rem;
}

.fac2_img .fac2_img01 img:last-child {}

.fac2_img .fac2_img02 {
    width: 55.4%;
    position: relative;
}

.fac2_img .fac2_img02:before {
    content: '';
    background: url(../../images/fac2_deco02.png) bottom right no-repeat;
    background-size: contain;
    width: 102px;
    max-width: 100%;
    min-height: 104px;
    position: absolute;
    bottom: -1.1rem;
    left: -4.2rem;
}

@media screen and (max-width:1536px) {
    .fac2 {
        padding: 6.3rem 13rem 4.4rem 13rem;
    }
}

@media screen and (max-width:1366px) {
    .fac2 {
        padding: 6.3rem 2rem 4.4rem 2rem;
    }
}

@media screen and (max-width:1000px) {
    .fac2_img .fac2_img01 {
        margin-top: -4rem;
    }

    .fac2_img .fac2_img02:before {
        min-height: 60px;
        bottom: -2.1rem;
        left: -7.2rem;
    }
}

@media screen and (max-width:768px) {
    .fac2 {
        padding: 3rem 2rem 4.4rem 2rem;
    }

    .fac2_img .fac2_img02:before {
        min-height: 45px;
        bottom: -2.1rem;
        left: -8.2rem;
    }
}

@media screen and (max-width:576px) {
    .fac2 .fac2_title .fac2_title_pc {
        display: none;
    }

    .fac2 .fac2_title .fac2_title_sp {
        display: block;
    }

    .fac2 .fac2_title .fac2_title_sp img {
        display: inline-block;
        margin-right: 1rem;
        vertical-align: sub;
    }

    .fac2 .fac2_title .fac2_title_sp p {
        font-size: 20px;
        color: #fcf5e6;
        font-family: 'Comfortaa';
        display: inline-block;
        vertical-align: bottom;
    }

    .fac2 .fac2_img {
        justify-content: center;
        flex-wrap: wrap;
    }

    .fac2_img .fac2_img01 {
        width: 100%;
        margin: 0 0 2rem 0;
    }

    .fac2_img .fac2_img02 {
        width: 100%;
    }

    .fac2_img .fac2_img02:before {
        bottom: -2.5rem;
        left: -7.5rem;
    }
}

@media screen and (max-width:360px) {
    .fac2 {
        padding: 3rem 1rem 4.4rem 1rem;
    }

    .fac2_img .fac2_img02:before {
        bottom: -1.5rem;
        left: -8.5rem;
        min-height: 26px;
    }
}

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



/*fac3*/
.fac3 {
    width: 1368px;
    max-width: 100%;
    margin: 0 auto;
    padding: 8.2rem 0 3.8rem;
    display: flex;
}

.fac3 .fac3_lt {
    width: 63.4%;
    position: relative;
    z-index: 1;
}

.fac3 .fac3_lt img {}

.fac3 .fac3_lt img:first-child {
    padding-left: 4rem;
    margin-bottom: 6rem;
}

.fac3 .fac3_lt img:last-child {}

.fac3 .fac3_rt {
    width: 54.7%;
}

.fac3_rt .fac3_title {
    padding: 1.7rem 0 14.1rem 0;
    text-align: center;
    position: relative;
    margin: 0 40rem 0 5.6rem;
}

.fac3_rt .fac3_title:before {
    content: '';
    background: url(../../images/fac3_deco01.png) top left no-repeat;
    background-size: contain;
    width: 96px;
    max-width: 100%;
    min-height: 178px;
    position: absolute;
    bottom: -1.5rem;
    right: 0;
}

.fac3_rt .fac3_title img {
    margin-bottom: 1rem;
}

.fac3_rt .fac3_title h4 {
    font-size: 20px;
    color: #caa960;
    font-family: 'Comfortaa';
    letter-spacing: -1px;
}

.fac3_rt .fac3_txt {
    padding: 0 0 5rem 17.3rem;
    margin-bottom: 12.7rem;
    position: relative;
}

.fac3_rt .fac3_txt:before {
    content: '';
    background: url(../../images/fac3_deco02.png) bottom left no-repeat;
    background-size: contain;
    width: 141px;
    max-width: 100%;
    min-height: 100px;
    position: absolute;
    bottom: 0;
    left: -2rem;
    z-index: -1;
}

.fac3_rt .fac3_txt p {
    font-size: 18px;
    color: #42332b;
}

.fac3_rt .fac3_img {
    margin: -13rem 0 0 -11.4rem;
}

.fac3_rt .fac3_img img {}

@media screen and (max-width:1366px) {
    .fac3 {
        padding: 8.2rem 2rem 3.8rem;
    }
}

@media screen and (max-width:1200px) {
    .fac3 .fac3_lt img:first-child {
        padding-left: 4rem;
    }

    .fac3 .fac3_lt img:last-child {
        width: 76%;
    }

    .fac3_rt .fac3_title {
        margin: 0 30rem 0 5.6rem;
    }

    .fac3_rt .fac3_txt {
        padding: 0 0 3rem 15rem;
    }


}

@media screen and (max-width:1100px) {
    .fac3_rt .fac3_title {
        margin: 0 21rem 0 5.6rem;
    }

    .fac3_rt .fac3_title:before {
        min-height: 118px;
        bottom: auto;
        right: -1rem;
        top: 6rem;
    }
}

@media screen and (max-width:1000px) {
    .fac3_rt .fac3_title:before {
        right: -5rem;
        top: 5rem;
    }

    .fac3_rt .fac3_title {
        padding: 1.7rem 0 10rem 0;
    }
}

@media screen and (max-width:834px) {
    .fac3 {
        padding: 2rem 2rem 3rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .fac3 .fac3_lt {
        width: 100%;
        text-align: center;
    }

    .fac3 .fac3_lt img:first-child {
        padding-left: 0;
        margin-bottom: 3rem;
    }

    .fac3 .fac3_lt img:last-child {
        width: auto;
    }

    .fac3 .fac3_rt {
        width: 100%;
        order: -1;
        margin-bottom: 3rem;
    }

    .fac3_rt .fac3_title {
        padding: 1rem 0 3rem 0;
        margin: 0;
    }

    .fac3_rt .fac3_title:before {
        display: none;
    }

    .fac3_rt .fac3_img {
        margin: 0;
        text-align: center;
    }

    .fac3_rt .fac3_txt {
        padding: 0 0 4rem 0;
        margin: 0;
        text-align: center;
    }

    .fac3_rt .fac3_txt:before {
        max-width: 13%;
        min-height: 70px;
        bottom: 0;
        left: 5rem;
    }
}

@media screen and (max-width:650px) {
    .fac3_rt .fac3_txt:before {
        left: 0;
    }

}

@media screen and (max-width:576px) {
    .fac3 .fac3_lt img:first-child {
        margin-bottom: 2rem;
    }

    .fac3 .fac3_rt {
        margin-bottom: 2rem;
    }

}

@media screen and (max-width:360px) {
    .fac3 {
        padding: 2rem 1rem 1rem;
    }
}

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

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


/***facilities end****/
/***********************/
/*---location----------------------------------------------------------------------------------------------------------------------------------------*/
.location {
    padding: 0 0 3rem 0;
}

.loc_top {
    width: 952px;
    max-width: 100%;
    margin: 1rem auto 4.9rem;
    display: flex;
    justify-content: space-between;
}

.loc_left {
    width: 48.7%;
    padding-top: 2rem;
}

.loc_left img {}



.loc_right {
    width: 48.7%;
    padding: 0 3.5rem 0 2.6rem;
}

.loc_right .loc_logo {
    width: 58.4%;
    margin-bottom: 1.5rem;
}

.loc_right .loc_logo img {}

.loc_right .loc_info {
    padding: 2rem 0;
    border-top: 1px #766157 solid;
    border-bottom: 1px #766157 solid;
    margin-bottom: 4rem;
}

.loc_right .loc_info ul {}

.loc_right .loc_info ul li {
    font-size: 16px;
    color: #d09972;
}

.loc_right .loc_info ul li span {
    display: inline-block;
    width: 90%;
    vertical-align: top;
}

.loc_right .loc_info ul li svg {
    color: #9a755b;
    opacity: .75;
    padding-right: 1rem;
}

.loc_right .loc_txt {}

.loc_right .loc_txt p {
    font-size: 16px;
    color: #766d68;
    text-align: justify;
}


.loc_map .map {
    position: relative;
    width: 1116px;
    max-width: 100%;
    min-height: 667px;
    vertical-align: top;
    border: 10px solid rgba(240, 237, 237, .85);
    margin: 0 auto;
}

.loc_map .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media screen and (max-width:1200px) {
    .location {
        padding: 5rem 2rem 3rem;
    }
}

@media screen and (max-width:768px) {
    .loc_top {
        flex-wrap: wrap;
        justify-content: center;
    }

    .loc_left {
        width: 100%;
        padding-top: 2rem;
        text-align: center;
    }

    .loc_right {
        width: 100%;
        padding: 0;
        order: -1;
    }

    .loc_right .loc_logo {
        margin: 0 auto 1.5rem;
    }
}

@media screen and (max-width:576px) {
    .location {
        padding: 3rem 2rem 3rem;
    }

    .loc_top {
        margin: 0 auto 3rem;
    }

    .loc_map .map {
        min-height: 500px;
    }
}

@media screen and (max-width:450px) {
    .loc_map .map {
        min-height: 380px;
    }
}

@media screen and (max-width:360px) {
    .location {
        padding: 3rem 1rem 3rem;
    }
}

@media screen and (max-width:330px) {
    .loc_right .loc_info ul li span {
        letter-spacing: 0;
        font-size: 15px;
    }

    .loc_map .map {
        min-height: 300px;
    }
}

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


/*---icons----------------------------------------------------------------------------------------------------------------------------------*/
.icons {}

.icons ul {
    list-style: none;
}

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

.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 {
        font-size: 12px;
    }
}

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

    .icons li span {
        font-size: 13px;
    }
}

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

/*---r_icons-----------------------------------------------------------------------------------------------------------------------------------*/
.r_icons {
    text-align: left;
}

.r_icons ul {
    list-style: none;
}

.r_icons li {
    width: 10%;
}

@media screen and (max-width:815px) {
    .r_icons {
        text-align: left;
    }
}

@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: 21%;
    }
}

@media screen and (max-width:480px) {
    .r_icons li {
        width: 23%;
        margin: 5px 0;
    }
}

@media screen and (max-width:440px) {
    .r_icons li {
        width: 30%;
        margin: 5px 3px;
        padding: 5px;
    }

    .r_icons li img {
        padding: 0 20px;
    }
}

@media screen and (max-width:360px) {
    .r_icons li {
        width: 31%;
        margin: 5px 0px;
    }

    .r_icons li img {
        padding: 0 12px;
    }
}

/*--note_icons--------------------------------------------------------------------------------------------------------------------------------*/
.note_icon {
    padding: 3% 0 0 0;
    text-align: left;
}

.note_icon ul {
    list-style: none;
}

.note_icon li {
    width: 10.666666%;
    padding: 5px 0 5px;
    border: solid 1px #d4d4d4;
    background: none;
}

.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:1080px) {
    .note_icon li {
        width: 12%;
    }
}

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

@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: 100%;
    }
}

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

    .icons li span {
        font-size: 12px;
    }
}

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

/*---footer----------------------------------------------------------------------------------------------------------------------------------*/
footer {
    position: relative;
}

/*ft_top*/
.ft_top {
    background: #fff;
}

.ft_top .ft_top_inner {
    background: url(../../images/fttop_bg.jpg) top center fixed;
    background-size: cover;
    width: 100%;
    position: relative;
    text-align: center;
}

.ft_top .ft_top_inner img {
    margin: 10.5rem 0 10.7rem;
}

.ft_top .ft_top_inner p {
    font-size: 14px;
    color: #f3e5db;
    margin-bottom: 2rem;

}

.ft_top_inner .ft_logo {
    background: url(../../images/ft_mask01.png) top left;
    padding-top: 6.7rem;
    position: relative;
    border-top-left-radius: 360px;
    border-top-right-radius: 360px;
}

.ft_top_inner .ft_logo:before {
    content: '';
    background: url(../../images/ft_lin.png) top left no-repeat;
    background-size: contain;
    width: 1135px;
    max-width: 100%;
    min-height: 2px;
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    margin: auto;
}

.ft_top_inner .ft_logo img {
    width: 6.3%;
    margin: 0 !important;
}

.ft_top_inner .ft_logo span {
    display: block;
    font-size: 20px;
    margin: 1rem auto 0;
    letter-spacing: 3px;
    color: #422517;
    border: 1px #422517 solid;
    border-radius: 100px;
    max-width: 7%;
}

/*ft_icon*/
.ft_icon {
    margin-top: 4rem;
}

.ft_icon ul {}

.ft_icon li {
    text-align: center;
    display: inline-block;
    margin-right: 4rem;
}

.ft_icon li img {
    width: auto !important;
    display: inline-block;
    padding-right: 1rem;
}

.ft_icon p {
    font-size: 16px !important;
    color: #a79992;
    display: inline-block;
}

/*ft_inner*/
.ft_inner {
    background: url(../../images/ft_mask01.png) top left, #fff;

}


/*ft_btn*/
.ft_btn {
    padding: 1.1rem 0 1.4rem;
    border-top: .5px #766157 solid;
    border-bottom: .5px #766157 solid;
    display: flex;
    justify-content: space-between;
    width: 40%;
    margin: 0 auto;
}

.ft_btn .ft_cont {
    padding-top: 1rem;
}

.ft_btn .ft_cont h3 {
    font-size: 30px;
    color: #9a755b;
    margin-right: 2rem;
    display: inline-block;
}

.ft_btn .ft_cont h4 {
    font-size: 26px;
    color: #422517;
    font-family: 'Comfortaa';
    display: inline-block;
}

.ft_btn .ft_link {
    width: 36%;
    text-align: right;
}

.ft_btn .ft_link ul {}

.ft_btn .ft_link li {
    display: inline-block;
}

.ft_btn .ft_link li:not(:last-child) {
    padding: 0 1.4rem;
}

.ft_btn .ft_link li:last-child {
    padding: 0 0 0 1.4rem;
}

.ft_btn .ft_link li a {
    transition: .3s all;
    display: block;
}

.ft_btn .ft_link li a:hover {
    transform: translateY(-5px);
}





/*ft_info*/
.ft_info {
    padding: 4.2rem 0 5rem;
    width: 40%;
    margin: 0 auto;
}

.ft_info .ft_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.ft_info .ft_list li {
    color: #422517;
    width: 49%;
}

.ft_info .ft_list li svg {
    padding-right: 1rem;
}

.ft_info .ft_list span {

    font-size: 16px;

}





/*ft_bottom*/
.ft_bottom {
    background: url(../../images/ft_mask02.jpg) top left;
    padding: 2rem 0 1rem;
    text-align: center;
    position: relative;
}

.ft_bottom:before {
    content: '';
    background: url(../../images/ft_lin.png) top center no-repeat;
    background-size: contain;
    width: 1135px;
    max-width: 100%;
    min-height: 2px;
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    margin: auto;
}

.bot_inner {
    text-align: center;
    margin: 0 auto;
}

/*ft_icon*/
.ft_icon {
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    color: #766157;

}

/*icon*/
.icon {}

.icon a {
    display: inline-block;
    vertical-align: top;
    transition: .3s linear;
}

.icon img {
    padding: 0 3px;
}

.icon a:hover {
    opacity: .6;
    transform: translateY(3px);
}


/*ft_share*/
.ft_share {
    padding-top: 1.3rem;
}

/*share*/
.share {
    color: #766157;
    font-size: 14px;
    font-family: 'Comfortaa';
}

/*copyright*/
.copyright {
    color: #766157;
    padding-bottom: 1.5rem;
    border-bottom: 1px #573c2f solid;
    width: 40%;
    margin: 0 auto;
}

.copyright a,
.copyright a h1 {
    display: inline-block;
    color: #766157;
    font-size: 14px;
    transition: .3s linear;
}

.copyright a:hover,
.copyright a:hover h1 {
    color: #d96e1f;
}



@media screen and (max-width:1536px) {
    .ft_top_inner .ft_logo:before {
        max-width: 50%;
    }

    .ft_top .fttop_deco01 {
        vertical-align: top;
        margin-top: -1px;
    }

    .ft_btn {
        width: 50%;
    }

    .ft_info {
        width: 50%;
    }

    .copyright {
        width: 50%;
    }
}

@media screen and (max-width:1366px) {
    .copyright {
        width: 70%;
    }
}

@media screen and (max-width:1200px) {
    .ft_top_inner .ft_logo img {
        width: 9%;
    }

    .ft_top_inner .ft_logo span {
        max-width: 12%;
    }
}

@media screen and (max-width:1200px) {
    .ft_btn {
        width: 60%;
    }

    .ft_info {
        width: 60%;
    }
}

@media screen and (max-width:1100px) {
    .ft_top .ft_top_inner img {
        margin: 6rem 0 5rem;
    }

    .ft_top_inner .ft_logo {
        border-top-left-radius: 300px;
        border-top-right-radius: 300px;
    }
}

@media screen and (max-width:1000px) {
    .ft_btn {
        width: 80%;
    }

    .ft_info {
        width: 80%;
    }

    .copyright {
        width: 90%;
    }
}

@media screen and (max-width:768px) {
    .ft_top .ft_top_inner{
        background-attachment: inherit;
    }
    .ft_top_inner .ft_logo:before {
        top: 0;
    }

    .ft_top_inner .ft_logo img {
        width: 13%;
    }

    .ft_top_inner .ft_logo span {
        max-width: 16%;
    }

    .ft_top_inner .ft_logo {
        padding-top: 4rem;
        border-top-left-radius: 200px;
        border-top-right-radius: 200px;
    }
}

@media screen and (max-width:650px) {
    .ft_top .ft_top_inner img {
        margin: 3rem 0 2rem;
    }

    .ft_top_inner .ft_logo {
        border-top-left-radius: 150px;
        border-top-right-radius: 150px;
    }

    .ft_top .ft_top_inner img {
        width: 3%;
    }

    .ft_top .ft_top_inner p {
        font-size: 12px;
        margin-bottom: 1rem;
    }

    .ft_top_inner .ft_logo img {
        width: 13%;
    }
}

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

    .ft_info {
        width: 95%;
    }

    .copyright {
        width: 95%;
    }
}

@media screen and (max-width:576px) {
    .ft_top_inner .ft_logo span {
        max-width: 20%;
    }

    .ft_btn .ft_link {
        width: 43%;
    }

    .ft_btn .ft_link li:not(:last-child) {
        padding: 0 .5rem;
    }

    .ft_btn .ft_link li:last-child {
        padding: 0 0 0 .5rem;
    }

    .ft_info .ft_list li {
        width: 70%;
    }
}

@media screen and (max-width:450px) {
    .ft_top_inner .ft_logo span {
        max-width: 25%;
    }

    .ft_btn {
        flex-wrap: wrap;
        justify-content: center;
    }

    .ft_btn .ft_cont {
        padding: 1rem 0 2rem;
    }

    .ft_info .ft_list li {
        width: 100%;
    }
    .ft_icon {
    text-align: center;
}
.ft_icon li {
    width: 45%;
    margin-right: 0;
}
}

@media screen and (max-width:430px) {
    .ft_top_inner .ft_logo {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .ft_icon {
        margin-top: 2rem;
    }
}

@media screen and (max-width:414px) {
   .ft_top_inner .ft_logo span {
        max-width: 29%;
    }
    .ft_top .fttop_deco01 {
        vertical-align: middle;
        margin-top: 0;
    }

    .ft_btn .ft_link {
        width: 80%;
        text-align: center;
    }
}

@media screen and (max-width:370px) {
    .ft_top_inner .ft_logo img {
        width: 16%;
    }
    .ft_top_inner .ft_logo span {
        max-width: 30%;
        font-size: 17px;
    }
}

@media screen and (max-width:340px) {
    .ft_top .ft_top_inner p {
        letter-spacing: 0;
    }
}

@media screen and (max-width:330px) {
    .ft_btn .ft_cont h3 {
        font-size: 25px;
    }

    .ft_btn .ft_cont h4 {
        font-size: 20px;
    }

    .ft_info {
        padding: 2rem 0;
    }

    .ft_info .ft_list span {
        font-size: 15px;
        letter-spacing: 0;
    }
}







/*rmbot*/
.rmbot {
    position: relative;
    bottom: -1px;
    left: 0;
    background: url(../../images/a5_deco02.png) bottom center no-repeat;
    width: 100%;
    min-height: 273px;
}

@media screen and (max-width: 768px) {
    .rmbot {
        min-height: 158px;
        background-size: 145%;
    }
}

@media screen and (max-width: 450px) {
    .rmbot {
        background-size: 190%;
    }
}

/*---inbot----------------------------------------------------------------------------------------------------------------------------------------*/
.inbot {
    background: url(../../images/inbot_mask.png) top center no-repeat, url(../../images/a5_deco02.png) bottom center no-repeat, url(../../images/a5_bg.jpg) top center fixed;
    background-size: 100%, 100%, cover;
    width: 100%;
    min-height: 841px;
    position: relative;
}

.inbot_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1200px) {
    .inbot {
        min-height: 570px;
    }
}

@media screen and (max-width: 768px) {
    .inbot {
        min-height: 420px;
        background-attachment: inherit;
        background-size: 100%, 145%, cover;
    }

}

@media screen and (max-width: 576px) {
    .inbot {
        min-height: 300px;
    }
}

@media screen and (max-width: 450px) {
    .inbot {
        background-size: 100%, 190%, cover;
    }
}

@media screen and (max-width: 414px) {
    .inbot {
        min-height: 270px;
    }
}

/*---roomguide-------------------------------------------------------------------------------------------------------------------------------*/
#roomguide {
    position: relative;
}

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


#roomguide .rmg_inner {
    width: 1644px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}

.rmg_inner .rmg_lt {
    background: url(../../images/rmbg_mask.png)top left;
    width: 682px;
    max-width: 100%;
    height: 100vh;
    padding: 9.6rem 8.4rem 0 13.4rem;
    position: sticky;
    top: 0;
}

.rmg_inner .rmg_lt:before {
    content: '';
    background: url(../../images/menu_deco01.png) top left repeat-x;
    width: 100%;
    min-height: 30px;
    position: absolute;
    top: 58rem;
    left: -48%;
    transform: rotate(90deg);
}

.rmg_inner .rmg_lt img {}

.rmg_lt .rmg_txt {
    margin-top: 6.4rem;
    padding: 0 7.5rem 0 1.7rem;
}

.rmg_lt .rmg_txt p {
    font-size: 18px;
    color: #d1cfce;
}

.rmg_lt .rmg_deco {}

.rmg_lt .rmg_deco img:nth-of-type(1) {
    position: absolute;
    top: 14.8rem;
    left: 0;
    z-index: -1;
}

.rmg_lt .rmg_deco img:nth-of-type(2) {
    position: absolute;
    top: 39.7rem;
    left: 0;
    z-index: -1;
}

.rmg_lt .rmg_deco img:nth-of-type(3) {
    position: absolute;
    bottom: 0;
    left: 6.6rem;
    z-index: -1;
}

.rmg_lt .rmg_deco img:nth-of-type(4) {
    position: absolute;
    bottom: 8rem;
    left: 56rem;
    z-index: -1;
}

.rmg_lt .rmg_deco img:nth-of-type(5) {
    position: absolute;
    top: 27.3rem;
    left: 64rem;
    z-index: -1;
}

.rmg_lt .rmg_deco img:nth-of-type(6) {
    position: absolute;
    top: 19rem;
    left: 84rem;
    z-index: -1;
}

.rmg_inner .rmg_rt {
    width: 40.9%;
    padding-top: 3.6rem;
}

.rmg_rt .rmg_set {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 418px;
    margin-bottom: 2.6rem;
}

.rmg_set a .rmg_bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

.rmg_bg div {
    transition: .6s ease-in;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.rmg_set:hover .rmg_bg div {
    transform: scale(1.1);
}

.rmg_set .rmg_txt {
    background: rgba(32, 28, 26, .85);
    position: absolute;
    bottom: 0;
    padding: 1.9rem 2.5rem;
    width: 100%;
}

.rmg_set .rmg_txt:before {
    content: '';
    background: url(../../images/rmg_deco07.png) top right no-repeat;
    background-size: contain;
    width: 66px;
    max-width: 100%;
    min-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    mix-blend-mode: overlay;
}

.rmg_set .rmg_txt h3 {
    font-size: 26px;
    color: #d1cfce;
    margin: 0 0 1.2rem -0.9rem;
}

.rmg_set .rmg_txt h4 {
    font-size: 16px;
    color: #d1cfce;
    font-family: 'Comfortaa';
}

@media screen and (max-width:1536px) {
    .rmg_inner .rmg_rt {
        padding: 3.6rem 2rem 0 0;
    }
}

@media screen and (max-width:1366px) {
    .rmg_lt .rmg_deco img:nth-of-type(5) {
        left: 60rem;
    }

    .rmg_lt .rmg_deco img:nth-of-type(6) {
        left: 71rem;
    }
}

@media screen and (max-width:1200px) {
    .rmg_inner .rmg_lt {
        max-width: 43%;
        padding: 9.6rem 4rem 0 4rem;
    }

    .rmg_inner .rmg_rt {
        width: 46%;
    }

    .rmg_lt .rmg_deco img:nth-of-type(2) {
        top: 67.7rem;
        width: 15%;
    }

    .rmg_lt .rmg_deco img:nth-of-type(3) {
        left: 6.6rem;
        width: 75%;
    }

    .rmg_lt .rmg_deco img:nth-of-type(4) {
        bottom: 12rem;
        left: 38rem;
    }

    .rmg_lt .rmg_deco img:nth-of-type(5) {
        left: 45rem;
        width: 60%;
        top: 41rem;
    }

    .rmg_lt .rmg_deco img:nth-of-type(6) {
        left: 53rem;
        top: 30rem;
    }

    .rmg_inner .rmg_rt {
        width: 53%;
    }
}

@media screen and (max-width:1000px) {
    .rmg_lt .rmg_txt {
        padding: 0 0 0 1.7rem;
    }

    .rmg_lt .rmg_deco img:nth-of-type(4) {
        left: 34rem;
        width: 16%;
    }

    .rmg_lt .rmg_deco img:nth-of-type(5) {
        left: 37rem;
        top: 54rem;
    }

    .rmg_lt .rmg_deco img:nth-of-type(6) {
        left: 44rem;
    }
}

@media screen and (max-width:834px) {
    #roomguide .rmg_inner {
        flex-wrap: wrap;
        background: url(../../images/rmbg_mask.png) top left;
        padding: 0 2rem;
    }

    .rmg_inner .rmg_lt {
        width: 100%;
        max-width: 100%;
        padding: 5rem 4rem 0 4rem;
        height: auto;
        position: relative;
        background: none;
    }

    .rmg_lt .rmg_deco img:nth-of-type(1) {
        top: 27rem;
        width: 6%;
    }

    .rmg_lt .rmg_deco img:nth-of-type(2) {
        display: none;
    }

    .rmg_lt .rmg_deco img:nth-of-type(3) {
        display: none;
    }

    .rmg_lt .rmg_deco img:nth-of-type(4) {
        left: auto;
        z-index: 1;
        width: 10%;
        right: 1rem;
        z-index: 1;
    }

    .rmg_lt .rmg_deco img:nth-of-type(5) {
        display: none;
    }

    .rmg_lt .rmg_deco img:nth-of-type(6) {
        left: auto;
        top: 15rem;
        right: 1rem;
        z-index: 1;
    }

    .rmg_inner .rmg_lt:before {
        top: 42rem;
        left: -50%;
    }

    .rmg_inner .rmg_rt {
        width: 100%;
        padding: 3.6rem 0 0 0;
    }

    .rmg_rt .rmg_set {
        min-height: 450px;
    }
}

@media screen and (max-width:650px) {
    .rmg_lt .rmg_deco img:nth-of-type(4) {
        width: 7%;
        bottom: 15rem;
    }

    .rmg_lt .rmg_deco img:nth-of-type(6) {
        top: 20rem;
        width: 20%;
    }
}

@media screen and (max-width:576px) {
    .rmg_inner .rmg_lt:before {
        top: 31rem;
    }
}

@media screen and (max-width:450px) {
    .rmg_lt .rmg_deco img:nth-of-type(6) {
        top: 17rem;
        width: 12%;
    }
}

@media screen and (max-width:450px) {
    .rmg_inner .rmg_lt {
        padding: 5rem 2rem 0 2rem;
    }

    .rmg_lt .rmg_deco img:nth-of-type(4) {
        bottom: -2rem;
    }

    .rmg_rt .rmg_set {
        min-height: 260px;
    }

    .rmg_set .rmg_txt h3 {
        font-size: 22px;
    }

    .rmg_set .rmg_txt h4 {
        font-size: 12px;
    }

    .rmg_set .rmg_txt:before {
        min-height: 35px;
    }
}

@media screen and (max-width:414px) {
    .rmg_inner .rmg_lt {
        padding: 5rem 1rem 0 1rem;
    }

    .rmg_inner .rmg_lt:before {
        top: 31rem;
        min-height: 20px;
        left: -54%;
    }

    .rmg_lt .rmg_txt {
        margin-top: 3rem;
        padding: 0;
    }

    .rmg_rt .rmg_set {
        min-height: 230px;
    }

    .rmg_set .rmg_txt {
        padding: 1rem;
    }
}

@media screen and (max-width:360px) {
    #roomguide .rmg_inner {
        padding: 0 1rem;
    }

    .rmg_set .rmg_txt:before {
        min-height: 25px;
    }

}

@media screen and (max-width:330px) {
    .rmg_set .rmg_txt h3 {
        font-size: 20px;
    }

    .rmg_set .rmg_txt h4 {
        letter-spacing: 0;
    }
}

/*---room-------------------------------------------------------------------------------------------------------------------------------*/
#room {
    position: relative;
}

#room:before {
    content: '';
    background: url(../../images/rm_mask.png) top left;
    width: 48.4%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-top-right-radius: 200px;
    border-bottom-left-radius: 100px;
    z-index: -1;
}

#room .rm_deco {}

#room .rm_deco img:first-child {
    position: absolute;
    top: 3rem;
    left: 0;
    z-index: 0;
}

#room .rm_deco img:last-child {
    position: absolute;
    top: 10rem;
    left: 0;
    z-index: -1;
}


/*rm_inner*/
.rm_inner {
    width: 1368px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 7.7rem;
}


/*rm_img*/
.rm_inner .rm_img {
    width: 1136px;
    max-width: 100%;
    margin: 0 auto 3rem;
    position: relative;
}

.rm_inner .rm_img:before {
    content: '';
    background: url(../../images/rm_deco03.png) top left no-repeat;
    background-size: contain;
    width: 71px;
    max-width: 100%;
    min-height: 155px;
    position: absolute;
    top: -15.5rem;
    left: 25.7rem;
}

.rm_inner .rm_content {
    padding-left: 5.4rem;
    display: flex;
    justify-content: space-between;
}

.rm_content .rm_rooms {
    width: 47.1%;
}

.rm_content .rm_rooms img {}

.rm_content .rm_text {
    width: 51.1%;
    text-align: left;
}

/*rm_title*/
.rm_text .rm_title {
    margin-bottom: 2.4rem;
}

.rm_text .rm_title h2 {
    font-size: 30px;
    color: #42332b;
}

.rm_text .rm_title img {
    margin: 1rem 0 1.3rem;
}

.rm_text .rm_title h3 {
    font-size: 16px;
    color: #caa960;
    font-family: 'Comfortaa';
}


.rm_text .rm_txt {
    width: 81%;
    margin-bottom: 2.3rem;
}

.rm_text .rm_txt p {
    font-size: 16px;
    color: #766d68;
    text-align: justify;
    letter-spacing: 0;
}

.rm_text .rm_more {
    width: 42.5%;
    padding: 0 .5rem;
    margin: 0 0 0 auto;
}

.rm_text .rm_more a {
    background: #403028;
    padding: 1.8rem 2rem;
    transition: .5s all;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rm_text .rm_more a h5 {
    font-size: 22px;
    color: #caa960;
    letter-spacing: 0;
}

.rm_text .rm_more a h6 {
    font-size: 16px;
    color: #766157;
    font-family: 'Comfortaa';
    letter-spacing: 0;
    padding: 0 1rem;
}

.rm_text .rm_more a img {}


.rm_text .rm_more a:hover {
    background: #ece5e2;
}

.roomb {
    z-index: 9;
    position: relative;
    margin: 8rem 0 0;
    font-size: 16px;
}

.roomb .rmb_title {
    margin-bottom: 2rem;
}

/*rinfo*/
.roomb .rinfo {
    text-align: left;
    padding: 3% 0%;
}

.roomb .rinfo ul {}

.roomb .rinfo li {}

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

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

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

@media screen and (max-width:1536px) {
    .rm_inner .rm_img:before {
        min-height: 95px;
        top: -10.5rem;
        left: 33.7rem;
    }
}

@media screen and (max-width:1366px) {
    .rm_inner {
        padding: 7.7rem 2rem 0;
    }

    .rm_inner .rm_img:before {
        min-height: 75px;
        top: -6.5rem;
    }

    .rm_content .rm_rooms {
        padding-right: 2rem;
    }

    .rm_text .rm_more {
        width: 53%;
    }
}

@media screen and (max-width:1100px) {
    #room .rm_deco img:first-child {
        width: 10%;
    }
}

@media screen and (max-width:1000px) {
    .rm_text .rm_more {
        width: 65%;
    }
}

@media screen and (max-width:834px) {
    #room:before {
        width: 46%;
    }

    .rm_inner .rm_content {
        padding-left: 0;
    }

    .rm_text .rm_txt {
        width: 95%;
    }

    .rm_text .rm_more {
        width: 74%;
    }
}

@media screen and (max-width:768px) {
    .rm_inner .rm_content {
        flex-wrap: wrap;
        justify-content: center;
    }

    .rm_content .rm_rooms {
        padding: 0;
        width: 100%;
        margin-bottom: 3rem;
    }

    .rm_content .rm_text {
        width: 100%;
    }

    .rm_text .rm_more {
        width: 44%;
    }

}

@media screen and (max-width:650px) {
    .rm_text .rm_more {
        width: 55%;
    }
}

@media screen and (max-width:576px) {
    .rm_inner {
        padding: 3rem 2rem 0;
    }

    .rm_inner .rm_img:before {
        left: 15rem;
    }
}

@media screen and (max-width:450px) {
    .rm_inner .rm_img:before {
        left: 8rem;
        min-height: 45px;
        top: -3.5rem;
    }

    .rm_text .rm_more {
        width: 80%;
    }
}

@media screen and (max-width:430px) {
    #room:before {
        width: 43%;
    }

    .rm_text .rm_title h3 {
        font-size: 12px;
    }

    .roomb {
        margin: 5rem 0 0;
    }
}

@media screen and (max-width:370px) {
    .rm_text .rm_more {
        width: 90%;
    }

    .roomb .rinfo li span:nth-of-type(2) {
        letter-spacing: 0;
    }
}

@media screen and (max-width:360px) {
    #room:before {
        width: 40%;
    }

    .rm_inner {
        padding: 3rem 1rem 0;
    }
}

@media screen and (max-width:330px) {
    .roomb .rinfo li span:nth-of-type(2) {
        width: 90%;
    }
}

@media screen and (max-width:310px) {
    .rm_text .rm_title h2 {
        font-size: 25px;
    }

    .rm_text .rm_title h3 {
        letter-spacing: 0;
    }

    .rm_text .rm_more {
        width: 100%;
    }
}


/*---inbanner--------------------------------------------------------------------------------------------------------------------------------*/

.inbanner {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.inbanner .title {
    width: 1192px;
    max-width: 100%;
    background: url(../../images/title_bg.png) top left;
    border-bottom-right-radius: 570px;
    padding: 10rem 42rem 5rem 21rem;
    position: relative;
}

.inbanner .title:before {
    content: '';
    background: url(../../images/ban_deco01.png) top left no-repeat;
    background-size: contain;
    width: 276px;
    max-width: 100%;
    min-height: 349px;
    position: absolute;
    bottom: 2rem;
    left: 0;
}

.inbanner .title:after {
    content: '';
    background: url(../../images/menu_deco01.png) top left repeat-x;
    width: 68%;
    min-height: 30px;
    position: absolute;
    bottom: -1.8rem;
    left: 0;
}

.inbanner .inban_img {
    width: 1109px;
    max-width: 100%;
    margin-left: -38rem;
    text-align: right;
    position: relative;
}

.inbanner .inban_img:after {
    content: '';
    background: url(../../images/ban_deco02.png) top left no-repeat;
    background-size: contain;
    width: 176px;
    max-width: 100%;
    min-height: 245px;
    position: absolute;
    top: 7rem;
    left: -6rem;
    z-index: 1;
}

.inbanner .inban_img:before {
    content: '';
    background: url(../../images/ban_deco04.png) top left no-repeat;
    background-size: contain;
    width: 167px;
    max-width: 100%;
    min-height: 79px;
    position: absolute;
    bottom: 20.8rem;
    right: 3.9rem;
}

.inbanner .inban_img img {}

.inbanner .inban_img img:first-child {
    border-bottom-left-radius: 570px;
}

@media screen and (max-width:1700px) {
    .inbanner .title:before {
        min-height: 300px;
        left: 0;
    }

    .inbanner .inban_img img:first-child {
        border-bottom-left-radius: 280px;
    }

    .inbanner .inban_img:after {
        min-height: 200px;
    }
}

@media screen and (max-width:1536px) {
    .inbanner .title {
        padding: 7rem 40rem 5rem 16rem;
    }

    .inbanner .title:before {
        min-height: 260px;
    }

    .inbanner .inban_img:after {
        min-height: 180px;
        left: -3rem;
    }

    .inbanner .inban_img img:last-child {
        width: 60%;
    }
}

@media screen and (max-width:1366px) {
    .inbanner .title {
        padding: 7rem 36rem 5rem 16rem;
    }

    .inbanner .inban_img:before {
        bottom: 14.8rem;
    }

    .inbanner .inban_img:after {
        min-height: 150px;
        left: 1rem;
    }

}

@media screen and (max-width:1200px) {
    .inbanner .title:after {
        bottom: -1rem;
    }

    .inbanner .inban_img:before {
        bottom: 13rem;
        right: 2rem;
    }
}

@media screen and (max-width:1100px) {
    .inbanner .title {
        padding: 3rem 36rem 3rem 11rem;
    }

    .inbanner .title:before {
        min-height: 190px;
    }

    .inbanner .inban_img:after {
        min-height: 100px;
    }
}

@media screen and (max-width:834px) {
    .inbanner .title {
        padding: 3rem 36rem 3rem 8rem;
        max-width: 85%;
    }

    .inbanner .title:before {
        min-height: 130px;
    }

    .inbanner .inban_img:before {
        bottom: 11rem;
        right: 0;
        min-height: 65px;
    }

    .inbanner .inban_img:after {
        top: 2rem;
    }

}

@media screen and (max-width:768px) {
    .inbanner .inban_img {
        margin-left: 0;
    }

    .inbanner .inban_img img:first-child {
        border-bottom-left-radius: 0;
    }

    .inbanner .inban_img:after {
        display: none;
    }

    .inbanner .title {
        padding: 3rem 8rem 3rem 8rem;
        max-width: 75%;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-bottom-right-radius: 0;
        height: 69%;
    }

    .inbanner .title:after {
        display: none;
    }

    .inbanner .inban_img img:last-child {
        width: 80%;
    }

    .inbanner .inban_img:before {
        display: none;
    }

}

@media screen and (max-width:450px) {
    .inbanner .title {
        padding: 2rem 4rem 3rem 5rem;
    }

    .inbanner .title:before {
        min-height: 90px;
        max-width: 20%;
    }
}

@media screen and (max-width:393px) {
    .inbanner .title {
        padding: 1rem 2rem 1rem 3rem;
        height: 68.6%;
    }
}

@media screen and (max-width:390px) {
    .inbanner .title {
        height: 68.8%;
    }
}

@media screen and (max-width:360px) {
    .inbanner .title:before {
        min-height: 60px;
        bottom: 1rem;
    }
}

@media screen and (max-width:310px) {
    .inbanner .title:before {
        bottom: 0;
    }
}

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

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

/***note start***/

.notice {
    position: relative;
}

/*note*/
.note {
    position: relative;
    z-index: 3;
    padding-bottom: 1em;
    width: 1145px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.note ul {}

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

.note li a {
    z-index: 30;
    display: block;
}

.note li img {
    pointer-events: none;
}

img.nt {
    max-width: 100%;
    transition: .3s 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 {
    border-radius: 10px;
    padding: 3em 2em;
    min-height: 500px;
    width: 1145px;
    max-width: 100%;
    margin: 0 auto;
}

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

@media screen and (max-width:1200px) {
    .notice {
        padding-top: 5rem;
    }
}

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

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

    .tab-content {
        padding: 2rem;
    }
}

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

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


    .note {
        padding-bottom: 1em;
    }

    .note li {
        width: 32%;
        margin: 0;
    }

    .note li img {
        padding: 2%;
    }

    .note {
        padding-bottom: 0em;
    }

}

@media screen and (max-width:576px) {
    .notice {
        padding: 3rem 2rem 0;
    }
}

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

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

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

@media screen and (max-width:414px) {
    .notice {
        padding: 3rem 1rem 0;
    }
}

/***note end****/
/*---scenery----------------------------------------------------------------------------------------------------------------------------------*/

.scenery {
    padding: 0;
}


.scenery .sce_txt {
    width: 1368px;
    max-width: 100%;
    margin: 0 auto 5rem;
}

.scenery .sce_txt p {
    font-size: 16px;
    color: #766d68;
    width: 75%;
}


/*sce*/
.sce {
    background: url(../../images/sce_bg.png) top left;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 7.8rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

/*sce_bg*/
.sce_bg {
    width: 56vw;
    min-height: 680px;
    position: relative;
    overflow: hidden;

}

.sce_bg div {
    transition: .6s ease-in;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

/*sce_title*/
.sce_title {
    text-align: left;
    color: #fff;
    z-index: 9;
    width: 44vw;
    height: 100%;
    padding: 15rem 9.2rem 0 18rem;
    position: relative;
    transition: .6s ease-in;
}



.nu_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.6rem;
}

.nu_title h3 {
    font-size: 26px;
    text-align: left;
    color: #ffffff;
    font-weight: 400;
}

.nu_title h5 {
    font-size: 16px;
    color: #1b1b1b;
    position: relative;
    text-align: left;
    font-weight: 400;
}




.nu_txt {
    padding: 3.4rem 0;
    border-top: .5px #1b1b1b solid;
    border-bottom: .5px #1b1b1b solid;
}

.nu_txt span {
    font-size: 16px;
    color: #fff;
    text-align: justify;
}


/*hover*/
.sce:hover .sce_bg div {
    opacity: .6;
    transform: scale(1.1);
}

.sce:nth-child(odd) .sce_bg {
    order: -1;
}

.sce:nth-child(odd) .sce_bg div {
    right: 0;
    left: auto;
}

.sce:nth-child(odd) .sce_title {
    order: 1;
}


.sce:nth-child(odd) .sce_title {
    padding: 15rem 18rem 0 9.2rem;
}

.sce:nth-child(odd) .sce_title .nu_title h5:after {
    right: -5rem;
}

@media screen and (max-width:1536px) {
    .sce_title {
        padding: 15rem 6rem 0 10rem;
    }

    .sce:nth-child(odd) .sce_title {
        padding: 15rem 10rem 0 6rem;
    }
}

@media screen and (max-width:1366px) {
    .scenery .sce_txt {
        margin: 0 auto 3rem;
        padding: 0 2rem;
    }
}



@media screen and (max-width:1200px) {
    .scenery {
        padding-top: 5rem;
    }

    .scenery .sce_txt p {
        width: 100%;
    }

    .sce_title {
        padding: 12rem 3rem 0 3rem;
    }

    .sce:nth-child(odd) .sce_title {
        padding: 12rem 3rem 0 3rem;
    }

    .sce_bg {
        min-height: 630px;
    }
}

@media screen and (max-width:991px) {
    .sce_title {
        padding: 6rem 3rem 0 3rem;
    }

    .sce:nth-child(odd) .sce_title {
        padding: 6rem 3rem 0 3rem;
    }
}

@media screen and (max-width:834px) {
    .sce_title {
        width: 50vw;
        padding: 3rem 2rem 0 2rem;
    }

    .sce:nth-child(odd) .sce_title {
        padding: 3rem 2rem 0 2rem;
    }

    .nu_title {
        flex-wrap: wrap;
    }

    .nu_title h3 {
        width: 100%;
        margin-bottom: .5rem;
    }

    .nu_title h5 {
        width: 100%;
    }

    .sce_bg {
        width: 50vw;
    }

}

@media screen and (max-width:768px) {
    .sce {
        flex-wrap: wrap;
    }

    .sce:nth-child(even) .sce_bg {
        order: -1;
    }

    .sce:nth-child(even) .sce_title {
        order: 1;
    }

    .sce_bg {
        width: 100%;
        min-height: 490px;
    }

    .sce_title {
        width: 100%;
        padding: 3rem 2rem;
    }

    .sce:nth-child(odd) .sce_title {
        padding: 3rem 2rem;
    }
}

@media screen and (max-width:576px) {
    .scenery {
        padding: 3rem 0;
    }

    .sce_bg {
        min-height: 370px;
    }

}

@media screen and (max-width:414px) {
    .sce_bg {
        min-height: 270px;
    }
}

@media screen and (max-width:360px) {
    .scenery .sce_txt {
        padding: 0 1rem;
    }

    .sce_title {
        padding: 3rem 1rem;
    }

    .sce:nth-child(odd) .sce_title {
        padding: 3rem 1rem;
    }

    .sce_bg {
        min-height: 230px;
    }
}

@media screen and (max-width:320px) {
    .sce_bg {
        min-height: 210px;
    }

    .nu_title h5 {
        font-size: 14px;
    }
}

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

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

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

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