/*--------------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 {
    line-height: 1.8;
    letter-spacing: 2px;
    font-size: 1.6rem;
    font-family: 'Noto Sans TC', 'Fredoka', sans-serif, 'Zen Maru Gothic', serif, 'Sacramento', cursive;
    background: url(../../images/bgpattern.jpg), #fff;
    color: #000000;
    overflow-x: hidden;
    font-weight: 400;
    position: relative;
    z-index: 0;
}

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;
    transition: .2s ease all;
}

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

::selection {
    background: rgba(250, 133, 113, 1);
    color: #fff;
}

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

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

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgba(214, 200, 192, 1);
    /*捲軸顏色*/
}

.clear::after {
    content: "";
    display: block;
    clear: both;
}

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

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

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

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

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

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

.headertop {
    vertical-align: top;
    background: url(../../images/headertop.png) top center no-repeat;
    width: 100%;
    height: 85px;
    position: relative;
    z-index: 1;
}

.headertop img {
    vertical-align: top;
}

/***mibutton***/
.mibutton {
    position: fixed;
    top: 10px;
    right: 12px;
    z-index: 50;
    cursor: pointer;
    width: 96px;
    height: 102px;
    text-align: left;
    background: url(../../images/menu_bg.png) top left no-repeat;
    padding: 1.6rem 2.1rem;
    transition: .5s ease all;
}

.mibutton span {
    display: block;
    font-weight: 400;
    transition: .3s ease all;
    font-size: 16px;
    color: #f2c977;
    font-family: 'Fredoka';

}

.mibutton span:nth-child(2) {
    width: 55px;
    height: 15px;
    transition: .3s ease all;
    background: #b59579;
    text-align: left;
    margin: 0.5rem 0 0.7rem;
    background: url(../../images/menu_deco.png) bottom center no-repeat;
}

.mibutton span:nth-child(3) {
    width: 75%;
    height: 2px;
    transition: .3s ease all;
    background: #b59579;
    text-align: left;
    opacity: 0;
}

.mibutton_ani {
    background: none;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0);
    transform: scale(.9);
    transform-origin: top right;
    top: 50px;
    right: 42px;
}

.mibutton_ani span {
    opacity: 1;
    background: #000 !important;
    transition: .5s ease all;
}

.mibutton_ani span:nth-child(1) {
    opacity: 0;
}

.mibutton_ani span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 100%;
    border: none;
    height: 2px;
}

.mibutton_ani span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 100%;
    margin-top: -.5em;
    opacity: 1;
}

.mibutton:hover span:nth-child(2) {
    filter: saturate(200%);
}

.mibutton_ani:hover span:nth-child(2) {
    border: #000;
}

/*navbar*/
.navbar {
    position: fixed;
    top: 0;
    right: 0;
    width: 440px;
    max-width: 100%;
    text-align: center;
    z-index: 30;
    border: 0;
    min-height: auto;
    margin: 0;
    transform: translateX(440px);
    transition: .6s ease-in-out;

}

.navbar:before {
    content: '';
    width: 100%;
    height: 99%;
    border: 1px #af9569 solid;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    z-index: 1;
    pointer-events: none;
}

.show {
    transform: translateX(0px);
    right: 14px;
}

.navbar.show:before {
    left: -4px;
}

/*menu*/
.menu {
    background: url(../../images/menu_pattern.jpg) repeat;
    padding: 12.5rem 8rem 3.5rem 8rem;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    margin-top: 6px;
    -webkit-filter: drop-shadow(3px 5px 0px rgba(84, 57, 43, 0.2));
    filter: drop-shadow(3px 5px 0px rgba(84, 57, 43, 0.2));
    height: 97vh;
    position: relative;
}

/*menu_logo*/
.menu_logo {
    text-align: center;
    padding-bottom: 3rem;

}

.menu_logo a {}

.menu_logo a:hover {
    opacity: .7;
}

.menu_logo a img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.menu_logo a img:nth-child(1) {
    padding-bottom: 3rem;
}

/*ibutton*/
.ibutton {
    height: 55vh;
    overflow-y: scroll;
    margin-bottom: 3rem;
}

.ibutton ul {}

.ibutton ul li {
    width: 70%;
    display: block;
    margin: 0 auto 2rem;
}

.ibutton a .ch {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.ibutton a .ch:before {
    content: '';
    background: url(../../images/menu_deco03.png) top right no-repeat;
    background-size: contain;
    width: 26px;
    min-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
}

.ibutton a .ch h3 {
    display: block;
    font-size: 26px;
    color: #4d3523;
    font-family: 'Zen Maru Gothic';
    padding-bottom: 5px;
    font-weight: 500;
}

.ibutton a .ch .menu_lin {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.ibutton a .ch .menu_lin {
    width: 60%;
    height: 7px;
    background-image: url('../../images/menu_deco02.png');
    background-position: 0 0;
}

.ibutton a:hover .ch .menu_lin {

    background-repeat: repeat-x;
    animation: line 15s linear infinite;
}

@keyframes line {
    from {
        background-position-x: 0;
    }

    to {
        background-position-x: 620px;
    }
}

.ibutton a .en {
    text-align: center;
}



.ibutton a .en h4 {
    display: inline-block;
    color: #b59579;
    font-size: 16px;
    position: relative;
    width: 190px;
    max-width: 100%;
    text-align: center;
    font-family: 'Fredoka';
}


.ibutton a .en h4 img {}

.ibutton a .ch h3,
.ibutton a .en h4 {
    transition: .3s ease-in-out;
}

.ibutton a:hover .ch h3 {
    color: #000;
}

.ibutton a:hover .en h4 {
    color: #f5ac9f;
}

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

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

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


    .ibutton ul li {
        width: 80%;
        margin-bottom: 2rem;
    }

    .ibutton a .ch {
        text-align: center;
    }

    .ibutton a .en {
        text-align: center;
    }
}

@media screen and (max-width:576px) {
    .menu_logo {
        padding-bottom: 3.8rem;
    }


}

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

    .mibutton {}

    .mibutton span:nth-child(2) {}

    .menu_logo a {}
}

@media screen and (max-width:450px) {
    .headertop {
        background-size: contain;
        height: 20px;
    }

    .navbar {
        width: 95%;
        transform: translateX(100%);
    }

    .menu_logo a img:nth-child(1) {
        width: 70%;
    }



    .show {
        transform: translateX(0px);
    }
}

@media screen and (max-width:414px) {
    .mibutton {
        padding: 1rem 1rem;
        width: 70px;
        height: 73px;
        background-size: contain;
    }

    .mibutton span:nth-child(2) {
        width: 50px;
        height: 12px;
        margin: 0 0 0.7rem;
    }

    .mibutton_ani span:nth-child(2) {
        width: 70% !important;
        height: 2px;
    }

    .mibutton_ani span:nth-child(3) {
        width: 70%;
    }

    .mibutton_ani {
        right: 40px;
    }

    .navbar {
        width: 85%;
    }

    .menu {
        padding: 8.5rem 5rem 1.5rem 3rem;
    }

    .ibutton {
        margin-bottom: 1rem;
        height: 53vh;
    }
}

@media screen and (max-width:390px) {
    .ibutton {
        height: 57vh;
    }
}

@media screen and (max-width:380px) {
    .navbar {
        width: 90%;
        transform: translateX(100%);
    }

    .show {
        transform: translateX(0px);
    }
}

@media screen and (max-width:350px) {
    .intop a {}

    .mibutton {}

}

@media screen and (max-width:320px) {
    .menu {
        padding: 8.5rem 3rem 1.5rem 2rem;
    }
}

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

/*---dex----------------------------------------------------------------------------------------------------------------------------------*/
.dex {
    position: relative;
    height: 987px;
}

.dex .dex_inner {
    padding: 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.dex_inner .dex_deco {}

.dex_deco .star01 {
    position: absolute;
    top: 0;
    left: 9.8rem;
    z-index: 1;
}

.dex_deco .star02 {
    position: absolute;
    top: 0;
    left: 35.2rem;
    z-index: 1;
}

.dex_deco {}



.dex_inner .dex_lt {
    width: 55%;
    text-align: right;
    position: relative;
}

.dex_lt .dexlt_deco {}

.dexlt_deco .teddybears {
    position: absolute;
    bottom: 7rem;
    left: 18rem;
    animation-duration: 3s;
    animation-name: bears;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    transform: rotate(0deg);
    transform-origin: center bottom;
}

.dexlt_deco .bluecloud01 {
    position: absolute;
    bottom: -3rem;
    left: 5rem;
    animation-duration: 2s;
    animation-name: cloud1;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    transform: translateY(0px);
}

.dexlt_deco .bluecloud02 {
    position: absolute;
    bottom: 1.2rem;
    left: 40.2rem;
    animation-duration: 2s;
    animation-name: cloud2;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    transform: translateY(0px);
    animation-delay: 1s;
}

.dexlt_deco .bluecloud03 {
    position: absolute;
    bottom: 2.2rem;
    right: -5rem;
    animation-duration: 2s;
    animation-name: cloud3;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    transform: translateY(0px);
    animation-delay: 2s;
}

.dexlt_deco .whitecloud01 {
    position: absolute;
    bottom: 15rem;
    left: 0;
    z-index: -1;
}

.dexlt_deco .whitecloud02 {
    position: absolute;
    bottom: 0;
    right: 11.6rem;
    z-index: -1;
}

@keyframes cloud1 {
    to {
        transform: translateY(5px);
    }
}

@keyframes cloud2 {
    to {
        transform: translateY(15px);
    }
}

@keyframes cloud3 {
    to {
        transform: translateY(5px);
    }
}

@keyframes bears {
    to {
        transform: rotate(15deg);
    }
}

.dex_inner .dex_rt {
    position: relative;
    width: 45%;
}

.dex_rt:before {
    content: '';
    background: url(../../images/window02.png) top left no-repeat;
    width: 367px;
    max-width: 100%;
    min-height: 406px;
    position: absolute;
    top: 12.4rem;
    right: 13.8rem;
    z-index: -1;

}

.dex_rt .logo {
    position: absolute;
    top: 8.6rem;
    left: -11rem;
}

.dex_rt .window01 {
    position: relative;
    padding: 29rem 0 0 3rem;
}

.dex_rt .chandelier {
    position: absolute;
    top: -7.5rem;
    right: 15.8rem;
    z-index: -1;
}

.dex_rt .fontdeco {
    position: absolute;
    top: 29.8rem;
    right: 36.8rem;
}

.dex_rt .bluecloud04 {
    position: absolute;
    top: 30rem;
    right: 12rem;
    z-index: -2;
}

#scrollDown {
    position: absolute;
    top: 48.6rem;
    right: 24.8rem;
    width: 9px;
    height: 100px;
}

#scrollDown::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background-color: #b59579;
    transform: translateX(-50%);
}

#scrollDown a {
    width: 100%;
    height: 100%;
    position: absolute;
}

#scrollDown a p {
    font-size: 12px;
    color: #b59579;
    font-family: 'Fredoka';
    position: relative;
    top: -3rem;
    left: -2rem;
    text-transform: uppercase;
}

#scrollDown a span {
    position: absolute;
    display: block;
    width: 17px;
    height: 21px;
    top: -10%;
    left: 50%;
    background: url(../../images/scrollcomma.png) top center no-repeat;
    border-radius: 100%;
    transform: translateX(-50%);
    opacity: 0;
    -webkit-animation: scrollDown 3s cubic-bezier(0.66, 0.66, 0.42, 0.9) forwards infinite;
    animation: scrollDown 3s cubic-bezier(0.66, 0.66, 0.42, 0.9) forwards infinite;
}

@-webkit-keyframes scrollDown {
    0% {
        opacity: 0;
        top: -10%
    }

    5% {
        opacity: 1;
        top: 0
    }

    95% {
        top: 100%;
        opacity: 1
    }

    96% {
        opacity: 0
    }

    100% {
        top: 110%
    }
}

@keyframes scrollDown {
    0% {
        opacity: 0;
        top: -10%
    }

    5% {
        opacity: 1;
        top: 0
    }

    95% {
        top: 100%;
        opacity: 1
    }

    96% {
        opacity: 0
    }

    100% {
        top: 110%
    }
}

.dex_rt .dot01 {
    background: url(../../images/dot01.png) top left no-repeat;
    background-size: contain;
    width: 413px;
    max-width: 100%;
    min-height: 102px;
    position: absolute;
    right: 11.1rem;


}

.dex_rt .dot02 {
    background: url(../../images/dot02.png) top left no-repeat;
    background-size: contain;
    width: 363px;
    max-width: 100%;
    min-height: 304px;
    position: absolute;
    top: 3.4rem;
    left: 1rem;
    z-index: -1;
}

.dex .family-homestay01 {
    position: absolute;
    bottom: 0;
    right: 9.2rem;
}

@media screen and (max-width:1700px) {
    .dex_rt:before {
        background-size: 50%;
        right: 10.8rem;
    }

}

@media screen and (max-width:1600px) {
    .dex_deco .star01 {
        left: 1.8rem;
    }

    .dex_deco .star02 {
        left: 24.2rem;
    }

    .dex_rt .chandelier {
        right: 7.8rem;
    }

    .dex_rt:before {
        right: 2.8rem;
    }

    .dex_rt .fontdeco {
        right: 27.8rem;
    }

    #scrollDown {
        right: 14.8rem;
    }
}

@media screen and (max-width:1500px) {
    .dex {
        height: 950px;
    }

    .dex_rt .bluecloud04 {
        top: 27rem;
        right: 3rem;
    }
}

@media screen and (max-width:1400px) {
    .dex_rt:before {
        right: 15.8rem;
        max-width: 30%;
        background-size: 100%;
    }

    .dex_rt .chandelier {
        right: 1.8rem;
    }

    .dex_rt .fontdeco {
        right: 21.8rem;
    }

    #scrollDown {
        right: 8.8rem;
    }
}

@media screen and (max-width:1366px) {
    .dex {
        height: 848px;
    }

    .dexlt_deco .bluecloud01 {
        left: 1rem;
    }

    .dexlt_deco .bluecloud02 {
        left: 32.2rem;
    }

    .dexlt_deco .teddybears {
        left: 5rem;
    }

    .dex_rt .window01 {
        width: 40%;
    }

    .dex .family-homestay01 {
        width: 25%;
    }
}

@media screen and (max-width:1260px) {
    .dex {
        height: 777px;
    }


}

@media screen and (max-width:1200px) {
    .dex {
        height: 735px;
    }

    .dex_deco .star01 {
        width: 10%;
    }

    .dex_deco .star02 {
        left: 15rem;
        width: 7%;
    }

    .dexlt_deco .bluecloud01 {
        width: 60%;
    }

    .dexlt_deco .bluecloud02 {
        left: 28rem;
        width: 40%;
    }

    .dexlt_deco .bluecloud03 {
        right: 2rem;
        width: 40%;
    }

    .dex_rt:before {
        right: 14rem;
    }

    .dex_rt .logo {
        width: 50%;
    }

    .dex_rt .chandelier {
        width: 50%;
    }

    .dex_rt .fontdeco {
        right: 19.8rem;
        top: 26.8rem;
    }

    .dex_rt .bluecloud04 {
        top: 24rem;
        right: 1rem;
    }

    #scrollDown {
        top: 41rem;
    }

    .dex .family-homestay01 {
        bottom: -5rem;
        right: 3.2rem;
    }
}

@media screen and (max-width:1100px) {
    .dex {
        height: 665px;
    }

    .dexlt_deco .bluecloud02 {
        left: 25rem;
    }

    .dex_rt .logo {
        top: 4.6rem;
    }

    .dex_rt .fontdeco {
        right: 17.8rem;
        top: 22.8rem;
    }

    .dex_rt .bluecloud04 {
        width: 45%;
    }
}


@media screen and (max-width:991px) {
    .dex {
        height: auto;
    }

    .dexlt_deco .teddybears {
        width: 30%;
    }

    .dex_rt:before {
        min-height: 206px;
    }

    .dex_rt .window01 {
        padding: 18rem 0 0 1rem;
    }

    .dex_rt .fontdeco {
        top: 19.8rem;
        width: 11%;
    }

    .dex .family-homestay01 {
        right: 18.2rem;
    }
}

@media screen and (max-width:834px) {
    .dexlt_deco .bluecloud02 {
        left: 16rem;
    }

    .dex_rt:before {
        top: 5.4rem;
        right: 11rem;
    }

    .dex_rt .fontdeco {
        top: 16.8rem;
        right: 14.8rem;
    }

    .dex_rt .bluecloud04 {
        top: 14rem;
    }

    #scrollDown {
        top: 28rem;
        right: 7.8rem;
    }
}

@media screen and (max-width:768px) {
    .dex .dex_inner {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: center;
    }

    .dex_deco .star01 {
        width: 29%;
        left: -5.2rem;
    }

    .dex_deco .star01 {
        width: 29%;
        left: -5.2rem;
    }

    .dex_deco .star02 {
        left: 35rem;
        width: 12%;
    }

    .dex_inner .dex_lt {
        width: 100%;
        margin-top: -18rem;
        z-index: 1;
    }

    .dexlt_deco .bluecloud01 {
        left: -4rem;
    }

    .dexlt_deco .bluecloud02 {
        left: 20rem;
    }

    .dexlt_deco .bluecloud03 {
        right: 0rem;
        width: 30%;
    }

    .dexlt_deco .teddybears {
        bottom: 4rem;
        left: 2rem;
    }

    .dex_inner .dex_rt {
        width: 100%;
    }

    .dex_rt:before {
        top: 28.4rem;
        max-width: 29%;
        right: 12.8rem;
        min-height: 270px;
    }

    .dex_rt .logo {
        top: 21.6rem;
        left: 14rem;
    }

    .dex_rt .window01 {
        padding: 39rem 0 0 10rem;
        width: 70%;
    }

    .dex_rt .chandelier {
        width: 35%;
        right: 0;
    }

    .dex_rt .fontdeco {
        top: 34.8rem;
        right: 15.8rem;
    }

    .dex_rt .bluecloud04 {
        top: 44rem;
        right: 0rem;
        text-align: right;
    }

    #scrollDown {
        top: 39rem;
        right: 52.8rem;
    }

    .dex .family-homestay01 {
        right: 0rem;
        width: 95%;
        bottom: -5rem;
        text-align: center;
        position: relative;
    }

    .dex_rt .dot02 {
        top: 9.4rem;
        left: 11rem;
    }
}

@media screen and (max-width:600px) {
    .dex_deco .star01 {
        width: 26%;
        left: -3.2rem;
    }

    .dex_deco .star02 {
        left: 30rem;
    }

    .dex_inner .dex_lt {
        margin-top: -14rem;
    }

    .dex_rt:before {
        top: 25.4rem;
        right: 3rem;
        min-height: 276px;
        max-width: 31%;
    }

    .dex_rt .logo {
        top: 17.6rem;
        left: 10rem;
        width: 59%;
    }

    .dex_rt .fontdeco {
        top: 30.8rem;
        right: 5.8rem;
    }

    .dex_rt .bluecloud04 {
        top: 39rem;
    }

    #scrollDown {
        right: 36rem;
    }
}

@media screen and (max-width:576px) {
    #scrollDown {
        right: 34rem;
    }

    .dexlt_deco .bluecloud02 {
        left: 17rem;
        bottom: 0.2rem;
    }

    .dex_rt .dot02 {
        left: 7rem;
    }
}

@media screen and (max-width:450px) {
    .dex_deco .star01 {
        left: -2.2rem;
        top: -5px;
    }

    .dex_deco .star02 {
        left: 21rem;
        top: -5px;
    }

    .dexlt_deco .whitecloud01 {
        bottom: 8rem;
        left: 0rem;
        width: 40%;
    }

    .dexlt_deco .whitecloud02 {
        bottom: 0;
        right: 0;
        width: 50%;
    }

    .dex_rt:before {
        top: 16.4rem;
        right: 2rem;
        min-height: 175px;
        max-width: 33%;
    }

    .dex_rt .logo {
        top: 13.6rem;
        left: 8rem;
        width: 60%;
    }

    .dex_rt .window01 {
        padding: 27rem 0 0 4rem;
        width: 60%;
    }

    .dex_rt .chandelier {
        top: -4.5rem;
    }

    .dex_rt .fontdeco {
        right: 4.8rem;
        top: 22.8rem;
    }

    #scrollDown {
        right: 29.4rem;
        top: 28rem;
    }

    .dex_rt .dot01 {
        right: 1rem;
    }

    .dex_rt .dot02 {
        left: 2rem;
    }

    .dex_rt .bluecloud04 {
        top: 29rem;
    }

    .dex .family-homestay01 {
        right: 0;
        width: 70%;
        left: 0;
        margin: 0 auto;
        bottom: -5rem;
        position: relative;
    }
}

@media screen and (max-width:414px) {
    .dex_inner .dex_lt {
        margin-top: -12rem;
    }

    .dex_rt:before {
        top: 18.4rem;
    }

    .dex_rt .logo {
        top: 12.6rem;
    }

    .dex_rt .fontdeco {
        top: 21.8rem;
    }

    .dex_rt .dot02 {
        left: 0rem;
    }

    #scrollDown {
        right: 26.9rem;
        top: 28rem;
    }
}

@media screen and (max-width:390px) {
    .dex_rt .logo {
        top: 11.6rem;
        left: 7rem;
    }

    .dex_rt:before {
        top: 17.4rem;
    }

    .dex_rt .window01 {
        padding: 23rem 0 0 4rem;
        width: 55%;
    }

    #scrollDown {
        right: 26rem;
        top: 24rem;
    }
}

@media screen and (max-width:370px) {
    .dex_deco .star02 {
        left: 17rem;
    }

    .dex_inner .dex_lt {
        margin-top: -10rem;
    }

    .dex_rt .dot02 {
        left: 3rem;
        width: 80%;
    }

    #scrollDown {
        right: 24.5rem;
        top: 24rem;
    }
}

@media screen and (max-width:360px) {
    .dexlt_deco .whitecloud01 {
        bottom: 6rem;
    }

    .dex_inner .dex_lt {
        margin-top: -10rem;
    }

    .dex_rt .logo {
        top: 10rem;
        left: 7rem;
    }

    .dex_rt .window01 {
        padding: 21rem 0 0 4rem;
    }

    .dex_rt:before {
        top: 14rem;
        right: 1rem;
        min-height: 140px;
    }

    .dex_rt .fontdeco {
        right: 2.8rem;
        top: 18.8rem;
    }

    .dex_rt .bluecloud04 {
        top: 24rem;
    }

    #scrollDown {
        right: 23rem;
        top: 22rem;
    }

}

@media screen and (max-width:340px) {
    .dex_rt .logo {
        top: 9.5rem;
        left: 6rem;
    }

    .dex_rt .fontdeco {
        right: 3.8rem;
        top: 17.8rem;
    }

    #scrollDown {
        right: 22.5rem;
    }
}

@media screen and (max-width:320px) {
    .dex_rt .logo {
        top: 9rem;
        left: 5rem;
        width: 63%;
    }

    #scrollDown {
        right: 21rem;
    }
}

/*---main----------------------------------------------------------------------------------------------------------------------------------*/
.main {
    position: relative;
    padding-top: 1rem;
}

/*intop*/
.intop {
    background: url(../../images/index_mask01.png) bottom center no-repeat;
    width: 100%;
    min-height: 379px;
    text-align: center;
    position: relative;
}

.intop_deco img:nth-child(1) {
    position: absolute;
    top: 0;
    right: 45rem;
    animation: cloud4 10s infinite;
    transform-origin: left;
}

@keyframes cloud4 {
    0% {
        transform: translate(0px, 0px);
    }

    25% {
        transform: translate(5px, 5px);
    }

    50% {
        transform: translate(10px, 0px);
    }

    75% {
        transform: translate(5px, 5px);
    }
}

.intop_deco img:nth-child(2) {
    position: absolute;
    top: -3rem;
    right: 5.6rem;
    animation: bird 5s infinite alternate;
    transform: rotate(0deg);

}

.intop_deco img:nth-child(3) {
    position: absolute;
    top: 3rem;
    right: 21rem;
    animation: bird 5s infinite alternate;
    transform: rotate(0deg);
}

@keyframes bird {
    to {
        transform: rotate(16deg);
    }
}

/*incen*/
.incen {
    background: url(../../images/index_mask02_01.png) top left repeat;
    background-size: contain;
    width: 100%;
    min-height: 420px;
    position: relative;

}

.incen .incen_inner {
    width: 1184px;
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    top: -12rem;
    left: 0;
    right: 0;
    z-index: 1;
}

.incen_inner ul {}

.incen_inner ul li {
    display: inline-block;
    width: 33%;
}

.incen_inner ul li a {
    transition: .5s all;
    display: block;
    height: 100%;
}

@media (any-hover: hover) {
    .incen_inner ul li:hover a {
        opacity: .8;
        transform: translateY(-10px);
    }
}

/*inbot*/
.inbot {
    background: url(../../images/index_mask02_02.png) top center no-repeat;
    width: 100%;
    min-height: 379px;
    margin-bottom: -19rem;
}

.whitecloud03 {
    background: url(../../images/whitecloud03.png) bottom left no-repeat;
    background-size: contain;
    width: 328px;
    max-width: 100%;
    min-height: 437px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.whitecloud04 {
    background: url(../../images/whitecloud04.png) top right no-repeat;
    background-size: contain;
    width: 416px;
    max-width: 100%;
    min-height: 642px;
    position: absolute;
    right: 0;
    top: -31rem;
}

@media screen and (max-width:1800px) {
    .intop_deco img:nth-child(1) {
        width: 12%;
    }
}

@media screen and (max-width:1500px) {
    .intop_deco img:nth-child(1) {
        right: 35rem;
    }
}

@media screen and (max-width:1200px) {
    .intop_deco img:nth-child(1) {
        right: 29rem;
        top: 14rem;
    }

    .intop_deco img:nth-child(2) {
        top: 6rem;
    }

    .intop_deco img:nth-child(3) {
        top: 12rem;
    }

    .whitecloud03 {
        max-width: 20%;
        min-height: 420px;
    }

    .whitecloud04 {
        max-width: 30%;
        min-height: 540px;
    }
}

@media screen and (max-width:1180px) {
    .incen .incen_inner {
        padding: 0 1rem;
        text-align: center;
    }

    .incen_inner ul li {
        width: 30%;
    }
}

@media screen and (max-width:991px) {
    .incen {
        min-height: 390px;
    }

    .inbot {
        min-height: 199px;
        margin-bottom: -14rem;
        background-size: contain;
    }
}

@media screen and (max-width:834px) {
    .main {
        padding-top: 8rem;
    }

    .intop {
        background-size: contain;
        min-height: 345px;
    }

    .intop_deco img:nth-child(1) {
        right: 24rem;
        top: 14rem;
    }

    .intop_deco img:nth-child(2) {
        top: 11rem;
        right: 4.6rem;
        width: 8%;
    }

    .intop_deco img:nth-child(3) {
        top: 15rem;
        right: 15rem;
    }

    .incen .incen_inner {
        top: -7rem;
    }

    .whitecloud03 {
        min-height: 230px;
    }

    .whitecloud04 {
        min-height: 390px;
        top: -16rem;
    }
}

@media screen and (max-width:768px) {
    .main {
        padding-top: 13rem;
    }

    .incen {
        min-height: 335px;
    }
}

@media screen and (max-width:576px) {
    .index_title {
        position: relative;
        z-index: 1;
    }

    .intop {
        min-height: 265px;
    }

    .intop_deco img:nth-child(1) {
        right: 1rem;
        top: 7rem;
        width: 41%;
    }

    .intop_deco img:nth-child(2) {
        top: 15rem;
    }

    .intop_deco img:nth-child(3) {
        top: 18rem;
    }

    .incen {
        min-height: 680px;
    }

    .incen_inner ul li {
        width: 48%;
        padding: 0.5rem;
    }

    .incen_inner ul li:nth-child(even) {
        position: relative;
        top: 8rem;
    }

    .incen {
        min-height: 772px;
    }

    .inbot {
        background-size: cover;
        min-height: 136px;
    }

    .whitecloud03 {
        min-height: 170px;
        bottom: 21rem;
    }

    .whitecloud04 {
        min-height: 280px;
        top: -8rem;
    }
}

@media screen and (max-width:450px) {
    .intop {
        min-height: 250px;
    }

    .intop_deco img:nth-child(2) {
        top: 16rem;
        right: 11rem;
    }

    .intop_deco img:nth-child(3) {
        top: 18rem;
        right: 3rem;
    }

    .incen {
        min-height: 590px;
    }

    .whitecloud03 {
        min-height: 130px;
        bottom: 11rem;
    }

    .whitecloud04 {
        min-height: 220px;
        top: 2rem;
    }
}

@media screen and (max-width:414px) {
    .incen .incen_inner {
        top: -3rem;
    }

    .whitecloud03 {
        min-height: 110px;
        bottom: 5rem;
    }

    .whitecloud04 {
        min-height: 180px;
        top: 0rem;
    }
}

@media screen and (max-width:390px) {
    .main {
        padding-top: 9rem;
    }

    .intop_deco img:nth-child(1) {
        top: 10rem;
    }

    .incen {
        min-height: 550px;
    }

    .incen_inner ul li:nth-child(even) {
        top: 5rem;
    }
}

@media screen and (max-width:360px) {
    .intop {
        min-height: 210px;
    }

    .intop_deco img:nth-child(2) {
        top: 15rem;
    }

    .intop_deco img:nth-child(3) {
        top: 13rem;
    }

    .incen {
        min-height: 500px;
    }
}

@media screen and (max-width:340px) {
    .intop {
        min-height: 200px;
    }

    .intop_deco img:nth-child(3) {
        top: 12rem;
    }

    .incen {
        min-height: 470px;
    }
}

@media screen and (max-width:310px) {
    .incen {
        min-height: 430px;
    }
}

/*---banner----------------------------------------------------------------------------------------------------------------------------------*/
.banner {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: -8rem;
    min-height: 750px;
}

.banner .ban_deco01 {}

.banner .ban_deco01 img:nth-child(1) {
    position: absolute;
    top: 8rem;
    left: 2.9rem;
    z-index: 1;
}

.banner .ban_deco01 img:nth-child(2) {
    position: absolute;
    top: 8rem;
    left: 90rem;
}

.banner .ban_img {
    width: 50%;
    padding-left: 9rem;
    position: relative;
}

.ban_img .baimg_deco {}

.ban_img .baimg_deco img:nth-child(1) {
    position: absolute;
    bottom: 13rem;
    left: -6rem;
    z-index: -1;
}

.ban_img .baimg_deco img:nth-child(2) {
    position: absolute;
    bottom: 23rem;
    right: -8rem;
    z-index: -1;
}

.ban_img .baimg_deco img:nth-child(3) {
    position: absolute;
    bottom: 0rem;
    left: 6rem;
    z-index: 1;
    animation-duration: 2s;
    animation-name: cloud1;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    transform: translateY(0px);

}

.ban_img .baimg_deco img:nth-child(4) {
    position: absolute;
    bottom: 6rem;
    left: 43rem;
    z-index: 0;
    animation-duration: 2s;
    animation-name: cloud2;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    transform: translateY(0px);
    animation-delay: 2s;
}

.ban_img .baimg_deco img:nth-child(5) {
    position: absolute;
    bottom: 9rem;
    left: 19rem;
    z-index: 1;
    animation-duration: 3s;
    animation-name: bears;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    transform: rotate(0deg);
    transform-origin: center bottom;
}

.banner .ban_title {
    position: relative;
    width: 50%;
    padding-left: 4rem;
}

.banner .ban_title:before {
    content: '';
    background: url(../../images/ban_window.png) bottom left no-repeat;
    background-size: contain;
    width: 560px;
    max-width: 100%;
    min-height: 442px;
    position: absolute;
    top: 11rem;
    left: 15rem;
}

.ban_title .title {
    display: inline-block;
    position: relative;
    top: 18.7rem;
}

.ban_title .ban_font {
    display: inline-block;
    position: relative;
    top: 14.4rem;
    left: 10rem;
}

.ban_title .ban_chandelier {
    position: absolute;
    top: 4rem;
    right: 0;
}

.ban_title .bluecloud04 {
    position: absolute;
    bottom: 19rem;
    right: 0rem;
    z-index: -1;
    text-align: right;
}

.banner .ban_deco02 {}

.banner .ban_deco02 img:nth-child(1) {
    position: absolute;
    bottom: 7rem;
    right: 7.4rem;
}

.banner .ban_deco02 img:nth-child(2) {
    position: absolute;
    bottom: 1rem;
    right: 5.5rem;
    animation: bird 3s infinite alternate;
    transform: rotate(0deg);
    animation-delay: 2s;
}

.banner .ban_deco02 img:nth-child(3) {
    position: absolute;
    bottom: 0rem;
    right: 22rem;
    animation: bird 3s infinite alternate;
    transform: rotate(0deg);
}

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

@media screen and (max-width:1700px) {
    .banner {
        min-height: 700px;
    }

    .banner .ban_deco01 img:nth-child(1) {
        left: 0rem;
    }

    .banner .ban_img {
        padding-left: 0rem;
    }

    .ban_img .baimg_deco img:nth-child(3) {
        left: 1rem;
    }

    .ban_img .baimg_deco img:nth-child(4) {
        left: 34rem;
    }
}

@media screen and (max-width:1530px) {
    .banner .ban_title {
        width: 45%;
    }

    .banner .ban_title:before {
        left: 7rem;
    }

    .ban_title .ban_font {
        left: 2rem;
    }

    .banner .ban_deco02 img:nth-child(1) {
        width: 46%;
    }
}

@media screen and (max-width:1450px) {
    .ban_img .baimg_deco img:nth-child(2) {
        right: -3rem;
    }

    .banner .ban_title {
        padding-left: 0rem;
    }

    .ban_title .bluecloud04 {
        bottom: 13rem;
    }
}

@media screen and (max-width:1366px) {
    .banner {
        min-height: 670px;
    }

    .banner .ban_deco01 img:nth-child(1) {
        width: 10%;
    }

    .banner .ban_deco01 img:nth-child(2) {
        left: 67rem;
    }

    .banner .ban_title:before {
        left: 6rem;
        top: 5rem;
        max-width: 80%;
    }

    .ban_title .ban_chandelier {
        width: 35%;
    }

    .ban_title .bluecloud04 {
        bottom: 19rem;
        width: 40%;
    }

    .ban_img .baimg_deco img:nth-child(3) {
        bottom: 7rem;
        width: 60%;
    }

    .ban_img .baimg_deco img:nth-child(4) {
        bottom: 13rem;
        width: 35%;
    }

    .ban_img .baimg_deco img:nth-child(5) {
        bottom: 18rem;
        left: 5rem;
        width: 30%;
    }

    .banner .ban_deco02 img:nth-child(1) {
        right: 2.4rem;
    }
}

@media screen and (max-width:1260px) {
    .banner {
        min-height: 600px;
    }

    .banner .ban_deco01 img:nth-child(2) {
        left: 63rem;
        width: 5%;
    }

    .ban_img .baimg_deco img:nth-child(4) {
        left: 30rem;
    }

    .banner .ban_title:before {
        top: 1rem;
    }

    .ban_title .title {
        top: 14.7rem;
    }

    .ban_title .bluecloud04 {
        bottom: 15rem;
        width: 40%;
    }

    .banner .ban_deco02 img:nth-child(2) {
        width: 5%;
    }

    .banner .ban_deco02 img:nth-child(3) {
        width: 3%;
    }
}

@media screen and (max-width:1100px) {
    .banner {
        min-height: 550px;
    }

    .banner .ban_deco01 img:nth-child(2) {
        left: 55rem;
    }

    .banner .ban_title {
        width: 50%;
    }

    .ban_title .title {
        top: 9.7rem;
    }

    .banner .ban_title:before {
        top: -4rem;
    }

    .ban_title .ban_font {
        left: 0rem;
        top: 10.4rem;
    }

    .ban_title .bluecloud04 {
        bottom: 13rem;
    }
}

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

@media screen and (max-width:991px) {
    .banner {
        flex-wrap: wrap;
        align-items: center;
        min-height: auto;
    }

    .banner .ban_deco01 img:nth-child(1) {
        width: 20%;
        left: -5rem;
    }

    .banner .ban_deco01 img:nth-child(2) {
        width: 10%;
    }

    .banner .ban_title {
        width: 100%;
        min-height: 600px;
        order: -1;
    }

    .ban_title .bluecloud04 {
        bottom: auto;
        top: 35rem;
    }

    .banner .ban_img {
        width: 100%;
        padding-left: 0;
        order: 0;
    }

    .ban_img .baimg_deco img:nth-child(2) {
        right: 3rem;
    }

    .ban_img .baimg_deco img:nth-child(3) {
        bottom: -2rem;
        left: -5rem;
    }

    .ban_img .baimg_deco img:nth-child(4) {
        bottom: 1rem;
        left: 39rem;
    }

    .banner .ban_title:before {
        top: 35rem;
        max-width: 100%;
        left: 16rem;
        z-index: -1;
    }

    .ban_title .title {
        top: 17.7rem;
        left: 20rem;
    }

    .ban_title .ban_font {
        left: 38rem;
        top: 42.4rem;
    }

    .banner .ban_deco02 {
        position: relative;
        order: 1;
        width: 100%;
        min-height: 150px;
    }

    .banner .ban_deco02 img:nth-child(1) {
        right: 0rem;
        width: 90%;
        top: 2rem;
        bottom: auto;
        margin: 0 auto;
        left: 0;
    }
}

@media screen and (max-width:834px) {
    .ban_img .baimg_deco img:nth-child(1) {
        bottom: 7rem;
        left: -3rem;
    }

    .banner .ban_title {
        min-height: 580px;
    }

    .ban_title .title {
        top: 8.7rem;
    }

    .banner .ban_title:before {
        top: 26rem;
    }

    .ban_title .ban_chandelier {
        width: 20%;
    }

    .ban_title .ban_font {
        left: 36rem;
        top: 31.4rem;
    }

    .ban_title .bluecloud04 {
        width: 20%;
        top: 22rem;
        z-index: -2;
    }
}

@media screen and (max-width:768px) {
    .banner .ban_deco01 img:nth-child(1) {
        left: -3rem;
    }

    .banner .ban_deco01 img:nth-child(2) {
        left: 46rem;
    }

    .banner .ban_title:before {
        top: 24rem;
        max-width: 70%;
    }

    .ban_title .ban_font {
        left: 34rem;
        top: 33rem;
    }

    .banner .ban_deco02 img:nth-child(2) {
        bottom: 3rem;
        right: 3.5rem;
    }

    .banner .ban_deco02 img:nth-child(3) {
        bottom: 3rem;
        right: 16rem;
    }

    .ban_img .baimg_deco img:nth-child(3) {
        width: 55%;
    }

    .ban_img .baimg_deco img:nth-child(4) {
        left: 29rem;
    }

    .ban_img .baimg_deco img:nth-child(5) {
        bottom: 6rem;
        left: 5rem;
    }
}

@media screen and (max-width:650px) {
    .banner .ban_title:before {
        top: 22rem;
    }

    .ban_title .ban_font {
        left: 25rem;
        top: 38rem;
    }

    .ban_img .baimg_deco img:nth-child(4) {
        bottom: 1rem;
        left: 26rem;
    }

    .banner .ban_deco02 {
        min-height: 130px;
    }
}

@media screen and (max-width:576px) {
    .banner .ban_title:before {
        top: 21rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 80%;
    }

    .ban_img .baimg_deco img:nth-child(2) {
        right: 0rem;
        bottom: 9rem;
    }

    .banner .ban_deco01 img:nth-child(2) {
        left: 32rem;
    }

    .ban_img .baimg_deco img:nth-child(4) {
        left: 20rem;
    }

    .ban_title .ban_font {
        left: 16rem;
        top: 32rem;
    }

    .banner .ban_title {
        min-height: 530px;
    }

    .ban_title .title {
        top: 10.7rem;
        left: 10rem;
    }

    .ban_title .ban_chandelier {
        width: 30%;
    }

    .ban_title .bluecloud04 {
        top: 26rem;
    }
}
@media screen and (max-width:470px){
    .ban_title .ban_font {
    left: 9rem;
}
}
@media screen and (max-width:450px) {
    .banner .ban_deco01 img:nth-child(2) {
        left: 25rem;
    }

    .banner .ban_title {
        min-height: 480px;
    }

    .banner .ban_title:before {
        top: 12rem;
    }

    .ban_title .title {
        top: 12.7rem;
        left: 6rem;
    }

    .ban_title .ban_chandelier {
        width: 35%;
    }

    .ban_title .bluecloud04 {
        top: 25rem;
    }

    .ban_img .baimg_deco img:nth-child(1) {
        width: 40%;
    }

    .ban_img .baimg_deco img:nth-child(2) {
        bottom: 5rem;
        width: 50%;
    }

    .ban_img .baimg_deco img:nth-child(4) {
        left: 12rem;
    }

    .ban_title .ban_font {
        left: 7rem;
        top: 32rem;
        width: 10%;
    }

    .banner .ban_deco02 {
        min-height: 105px;
    }
}

@media screen and (max-width:414px) {
    .banner .ban_title {
        min-height: 300px;
    }

    .banner .ban_title:before {
        top: 3rem;
    }

    .banner .ban_deco01 img:nth-child(1) {
        width: 23%;
    }

    .banner .ban_deco01 img:nth-child(2) {
        left: 20rem;
    }

    .ban_title .title {
        top: 16rem;
        left: 5rem;
    }

    .ban_title .ban_font {
        display: none;
    }

    .ban_title .ban_chandelier {
        width: 32%;
    }

    .ban_title .bluecloud04 {
        top: 21rem;
    }

    .ban_img .baimg_deco img:nth-child(2) {
        bottom: 3rem;
    }

    .ban_img .baimg_deco img:nth-child(3) {
        bottom: -1rem;
        left: -2rem;
    }

    .ban_img .baimg_deco img:nth-child(4) {
        left: 15rem;
    }

    .ban_img .baimg_deco img:nth-child(5) {
        bottom: 4rem;
        left: 1rem;
    }

    .banner .ban_deco02 {
        min-height: 75px;
    }

    .banner .ban_deco02 img:nth-child(2) {
        bottom: 1rem;
    }

    .banner .ban_deco02 img:nth-child(3) {
        bottom: 0rem;
        right: 8rem;
    }
}

@media screen and (max-width:390px) {
    .banner .ban_title:before {
        top: 1rem;
    }

    .ban_title .ban_chandelier {
        width: 30%;
    }

    .ban_title .bluecloud04 {
        top: 20rem;
    }
}

@media screen and (max-width:360px) {
    .ban_title .title {
        top: 16rem;
        width: 60%;
    }

    .banner .ban_title:before {
        top: -2rem;
    }

    .ban_title .bluecloud04 {
        top: 18rem;
    }

    .banner .ban_deco02 {
        min-height: 60px;
    }

    .banner .ban_deco02 img:nth-child(1) {
        top: 1rem;
    }

    .ban_img .baimg_deco img:nth-child(4) {
        left: 13rem;
    }
}

@media screen and (max-width:330px) {
    .banner .ban_title {
        min-height: 270px;
    }

    .banner .ban_title:before {
        top: -8rem;
    }

    .ban_title .title {
        left: 4rem;
        top: 15rem;
    }

    .ban_title .bluecloud04 {
        top: 17rem;
    }

    .ban_img .baimg_deco img:nth-child(4) {
        left: 10rem;
    }
}

@media screen and (max-width:300px) {
    .banner .ban_title:before {
        top: 0rem;
        min-height: 370px;
    }

    .ban_title .title {
        left: 3rem;
    }

    .ban_title .ban_chandelier {
        width: 35%;
    }

    .ban_title .bluecloud04 {
        top: 18rem;
    }

    .banner .ban_deco01 img:nth-child(1) {
        top: 7rem;
        left: -2rem;
    }

    .banner .ban_deco01 img:nth-child(2) {
        left: 17rem;
        top: 7rem;
    }

    .ban_img .baimg_deco img:nth-child(4) {
        left: 9rem;
    }

    .banner .ban_deco02 {
        min-height: 50px;
    }
}

/*---inner----------------------------------------------------------------------------------------------------------------------------------*/
.inner {
    position: relative;
}

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

/*---inbluecloud-----------------------------------------------------------------------------------------------------------------------------------*/
.inbluecloud01 {
    background: url(../../images/inbluecloud01.png) top right no-repeat;
    background-size: contain;
    width: 223px;
    max-width: 100%;
    min-height: 200px;
    position: absolute;
    top: 15rem;
    right: 0;
}

.inwhitecloud01 {
    background: url(../../images/inwhitecloud01.png) bottom left no-repeat;
    background-size: contain;
    width: 326px;
    max-width: 100%;
    min-height: 413px;
    position: absolute;
    bottom: 90rem;
    left: 0;
}

.inwhitecloud02 {
    background: url(../../images/inwhitecloud02.png) bottom right no-repeat;
    background-size: contain;
    width: 378px;
    max-width: 100%;
    min-height: 472px;
    position: absolute;
    bottom: 30rem;
    right: 0;
}

@media screen and (max-width:1100px) {
    .inwhitecloud01 {
        max-width: 20%;
        min-height: 280px;
        bottom: 70rem;
    }

    .inwhitecloud02 {
        max-width: 20%;
        min-height: 270px;
    }
}

@media screen and (max-width:834px) {
    .inwhitecloud01 {
        min-height: 210px;
        bottom: 50rem;
    }

    .inwhitecloud02 {
        min-height: 180px;
    }
}

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

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

    .inwhitecloud02 {
        min-height: 150px;
    }
}

@media screen and (max-width:450px) {
    .inbluecloud01 {
        background-size: 60%;
        min-height: 130px;
    }

    .inwhitecloud01 {
        min-height: 160px;
        max-width: 50%;
    }

    .inwhitecloud02 {
        min-height: 160px;
        max-width: 50%;
    }
}

@media screen and (max-width:414px) {
    .inbluecloud01 {
        min-height: 130px;
        top: 20rem;
    }
}

@media screen and (max-width:390px) {
    .inbluecloud01 {
        min-height: 110px;
        background-size: 50%;
    }
}

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

@media screen and (max-width:300px) {
    .inbluecloud01 {
        min-height: 90px;
        background-size: 40%;
    }
}

/*---about----------------------------------------------------------------------------------------------------------------------------------*/

/*about1*/
.about1 {
    position: relative;
    overflow: hidden;
    padding-bottom: 16rem;
}

.about1:before {
    content: '';
    background: url(../../images/ab1_bg.png) top center no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 1239px;
    position: absolute;
    top: 39rem;
    left: 0;
}

.about1:after {
    content: '';
    background: url(../../images/ab12_deco01.png) bottom left no-repeat;
    background-size: contain;
    width: 887px;
    max-width: 100%;
    min-height: 928px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

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

.ab11 .ab11_lt {
    background: url(../../images/ab11_txtbg.png) top left no-repeat;
    background-size: contain;
    width: 752px;
    max-width: 100%;
    min-height: 770px;
    position: relative;
    padding: 10rem 11.6rem 0 18rem;

}

.ab11 .ab11_lt h3 {
    background: url(../../images/ab11_deco02.png) bottom right no-repeat;
    background-size: contain;
    width: 441px;
    max-width: 100%;
    min-height: 72px;
    font-weight: bold;
    color: #000;
    padding-top: 9px;
    font-size: 24px;
}

.ab11 .ab11_lt p {
    font-size: 16px;
    color: #000;
    padding: 3.6rem 0 5rem;
}

.ab11 .ab11_lt p br {
    content: "";
    margin: 1rem;
    display: block;
}

.ab11_lt .ab11_img {
    position: absolute;
    bottom: -1rem;
    left: 16rem;
    z-index: 1;
}

.ab11 .ab11_rt {
    width: 54%;
    text-align: right;
}

/*ab12*/
.ab12 {
    width: 1560px;
    max-width: 100%;
    margin: 10rem auto 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.ab12:before {
    content: '';
    background: url(../../images/ab12_img02.png) top left no-repeat;
    background-size: contain;
    width: 734px;
    max-width: 100%;
    min-height: 389px;
    position: absolute;
    bottom: -7rem;
    right: 8rem;
    z-index: 1;
}

.ab12 .dot03 {
    background: url(../../images/ab12_dot01.png) top left no-repeat;
    background-size: contain;
    width: 648px;
    max-width: 100%;
    min-height: 622px;
    position: absolute;
    top: 15rem;
    left: 72rem;
}

.ab12 .ab12_lt {
    width: 60%;
}

.ab12 .ab12_rt {
    width: 36%;
    padding: 2.9rem 10rem 0 0;
}

.ab12 .ab12_rt p {
    font-size: 16px;
    color: #000;
}

@media screen and (max-width:1600px) {
    .ab11_lt .ab11_img {
        width: 60%;
    }

    .about1:after {
        max-width: 40%;
        min-height: 650px;
    }
}

@media screen and (max-width:1500px) {
    .ab11 .ab11_lt {
        padding: 10rem 5.6rem 0 14rem;
    }

    .ab12:before {
        bottom: -12rem;
    }
}

@media screen and (max-width:1400px) {
    .about1:before {
        min-height: 1130px;
    }

    .about1:after {
        max-width: 70%;
        min-height: 670px;
        bottom: 9rem;
    }

    .about1 .ab11 {
        align-items: flex-end;
    }

    .ab11_lt .ab11_img {
        width: 65%;
        left: 11rem;
    }

    .ab12:before {
        bottom: -10rem;
        max-width: 40%;
        min-height: 300px;
    }

    .ab12 .dot03 {
        left: 42rem;
    }
}

@media screen and (max-width:1300px) {
    .ab11 .ab11_lt {
        padding: 9rem 3.6rem 0 11rem;
        width: 58%;
    }

    .ab11 .ab11_rt {
        width: 62%;
    }

    .ab12:before {
        bottom: -13rem;
    }

    .ab12 .ab12_lt {
        width: 52%;
    }

    .ab12 .ab12_rt {
        width: 43%;
        padding: 1.9rem 4rem 0 0;
    }
}

@media screen and (max-width:1200px) {
    .about1:before {
        min-height: 2100px;
        top: 19rem;
        z-index: -2;
    }

    .about1:after {
        max-width: 45%;
        min-height: 600px;
        bottom: 6rem;
        background-size: cover;
        z-index: -1;
    }

    .about1 .ab11 {
        flex-wrap: wrap;
    }

    .ab11 .ab11_lt {
        padding: 13rem 3.6rem 0 14rem;
        width: 64%;
        margin: 0 auto;
        background-position: top center;
    }

    .ab11 .ab11_rt {
        width: 100%;
        margin-top: 5rem;
    }

    .ab12:before {
        bottom: -17rem;
    }

}

@media screen and (max-width:1140px) {
    .about1 {
        padding-bottom: 8rem;
    }

    .about1:before {
        min-height: 2930px;
        top: -15rem;
    }

    .about1:after {
        max-width: 100%;
        min-height: 930px;
        bottom: 0rem;
    }

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

    .ab12 .ab12_rt {
        width: 70%;
        margin: 0 auto;
        padding: 1.9rem 0 0 0;
        order: -1;
        margin-bottom: 27rem;
    }

    .ab12 .ab12_lt {
        width: 100%;
        text-align: center;
    }

    .ab12:before {
        bottom: auto;
        top: 28rem;
    }
}

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

    .about1:before {
        min-height: 3200px;
        top: -21rem;
    }

    .ab11 .ab11_lt {
        padding: 11rem 5.6rem 0 15rem;
        width: 80%;
    }
}

@media screen and (max-width:834px) {
    .ab11 .ab11_lt {
        padding: 11rem 5.6rem 0 16rem;
        width: 100%;
    }

    .ab12:before {
        top: 34rem;
        max-width: 50%;
    }
}

@media screen and (max-width:650px) {
    .ab11 .ab11_lt {
        padding: 9rem 2.6rem 0 10rem;
    }    
}
@media screen and (max-width:610px){
    .ab12:before {
    top: 43rem;
    min-height: 170px;
}
}
@media screen and (max-width:576px) {
    .about1:before {
        min-height: 2710px;
        top: -35rem;
    }

    .ab11 .ab11_lt {
        background: url(../../images/ab11_txtbg_mob.png) top left repeat;
        width: 88%;
        padding: 5rem 3rem 0 3rem;
        min-height: 570px;
        border-radius: 50px;
    }

    .ab11 .ab11_lt:before {
        content: '';
        position: absolute;
        top: 7px;
        left: -4px;
        width: 100%;
        height: 100%;
        border: 1px #3e3a39 solid;
        border-radius: 50px;
        pointer-events: none;
    }

    .ab11_lt .ab11_img {
        width: 90%;
        left: 0;
        bottom: -15rem;
        right: 0;
        margin: 0 auto;
    }

    .ab11 .ab11_rt {
        margin-top: 17rem;
    }

    .ab12 {
        margin: 3rem auto 0;
    }

    .ab12:before {
        top: 34rem;
        max-width: 70%;
        right: 2rem;
    }

    .ab12 .ab12_rt {
        width: 90%;
    }

    .ab12 .dot03 {
        left: 0rem;
        max-width: 70%;
        right: 0;
        margin: 0 auto;
    }
}
@media screen and (max-width:470px){
    .ab12:before {
    top: 40rem;
    min-height: 180px;
}
}
@media screen and (max-width:450px) {
    .about1:before {
        top: -28rem;
        min-height: 2570px;
    }

    .about1:after {
        min-height: 410px;
        bottom: 2rem;
    }

    .ab12:before {
        top: 38rem;
        min-height: 170px;
    }

    .ab12 .ab12_rt {
        margin-bottom: 19rem;
    }

    .ab12 .dot03 {
        max-width: 80%;
        min-height: 382px;
        top: 30rem;
    }
}

@media screen and (max-width:414px) {
    .about1:before {
        top: -20rem;
        min-height: 2380px;
    }

    .about1:after {
        min-height: 510px;
        background-size: 120%;
        background-position-x: -12rem;
    }

    .ab11 .ab11_lt {
        padding: 5rem 2rem 0 2rem;
    }

    .ab11 .ab11_lt h3 {
        padding-top: 26px;
        font-size: 19px;
    }

    .ab12 {
        margin: 1rem auto 0;
    }

    .ab12 .ab12_rt {
        margin-bottom: 16rem;
    }
}

@media screen and (max-width:390px) {
    .about1:before {
        min-height: 2360px;
    }

    .ab11 .ab11_lt p {
        padding: 3.6rem 0 3rem;
    }

    .ab11_lt .ab11_img {
        bottom: -13rem;
    }

    .ab11 .ab11_rt {
        margin-top: 15rem;
    }

    .ab12:before {
        top: 42rem;
        min-height: 150px;
    }
}

@media screen and (max-width:360px) {
    .about1:before {
        min-height: 2340px;
    }

    .ab11 .ab11_lt {
        padding: 2rem 2rem 0 2rem;
    }

    .ab11 .ab11_lt h3 {
        padding-top: 27px;
        font-size: 17px;
    }

    .ab12 .ab12_rt {
        margin-bottom: 15rem;
    }
}

@media screen and (max-width:340px) {
    .about1:before {
        min-height: 2290px;
    }

    .ab11 .ab11_lt {
        padding: 2rem 1rem 0 1rem;
    }

    .ab12:before {
        top: 43rem;
        min-height: 130px;
    }
}

@media screen and (max-width:330px) {
    .ab11 .ab11_lt h3 {
        padding-top: 32px;
        font-size: 15px;
    }

    .ab12:before {
        top: 46rem;
    }
}

@media screen and (max-width:310px) {
    .ab11 .ab11_lt p {
        padding: 1.6rem 0 1rem;
    }

    .ab11_lt .ab11_img {
        bottom: -9rem;
    }

    .ab11 .ab11_rt {
        margin-top: 11rem;
    }

    .ab12:before {
        top: 51rem;
    }
}

/*about2*/
.about2 {
    background: url(../../images/ab2_bg.jpg) top center fixed;
    background-size: cover;
    width: 100%;
    min-height: 1150px;
    position: relative;
}

.about2:before {
    content: '';
    background: url(../../images/ab2_mask01.png) top center no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 252px;
    position: absolute;
    top: -1px;
    left: 0;
}

.about2:after {
    content: '';
    background: url(../../images/ab2_mask02.png) bottom center no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 254px;
    position: absolute;
    bottom: -1px;
    left: 0;
}

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

.about2 .ab2_cloud01 {
    background: url(../../images/ab2_cloud01.png) top left no-repeat;
    background-size: contain;
    width: 326px;
    max-width: 100%;
    min-height: 413px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.about2 .ab2_cloud02 {
    background: url(../../images/ab2_cloud02.png) top right no-repeat;
    background-size: contain;
    width: 378px;
    max-width: 100%;
    min-height: 472px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

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

@media screen and (max-width:991px) {
    .about2 {
        min-height: 700px;
    }

    .about2:before {
        background-size: contain;
    }

    .about2:after {
        background-size: contain;
    }
}

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

    .about2 .ab2_cloud01 {
        max-width: 30%;
        min-height: 313px;
    }

    .about2 .ab2_cloud02 {
        max-width: 30%;
        min-height: 320px;
    }
}

@media screen and (max-width:768px) {
    .about2 {
        min-height: 680px;
        background-attachment: inherit;
    }

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

    .about2:after {
        min-height: 100px;
    }

    .about2 .ab2_txt {
        top: 52%;
    }
}

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

    .about2 .ab2_cloud01 {
        min-height: 220px;
    }

    .about2 .ab2_cloud02 {
        min-height: 200px;
    }
}

@media screen and (max-width:450px) {
    .about2 {
        min-height: 410px;
    }

    .about2 .ab2_cloud01 {
        min-height: 170px;
    }

    .about2 .ab2_cloud02 {
        min-height: 160px;
    }
}

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

    .about2 .ab2_cloud01 {
        top: 56rem;
    }

    .about2 .ab2_cloud02 {
        bottom: -48rem;
    }
}

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

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

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

/*iroom*/
.iroom {
    background: url(../../images/irm_mask.png) top center no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 465px;
    position: relative;
}

.iroom:before {
    content: '';
    background: url(../../images/irm_deco02.png) top left no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 541px;
    position: absolute;
    top: -13.7rem;
    left: 0;
    z-index: 0;
}

.iroom .irm_title {
    width: 904px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: -18rem;
    left: 0;
    right: 0;
}

.iroom .irm_title:before {
    content: '';
    background: url(../../images/irm_deco01.png) top left no-repeat;
    background-size: contain;
    width: 114px;
    max-width: 100%;
    min-height: 73px;
    position: absolute;
    top: 0;
    right: 6.6rem;
}

.iroom .irm_inner {
    width: 1184px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-top: 7rem;
}

.iroom .irm_inner ul {
    display: flex;
    justify-content: space-between;
}

.iroom .irm_inner ul li {
    display: inline-block;
    transition: 1s all;
}

.iroom .irm_inner ul li a {
    display: block;
}

@media (any-hover: hover) {
    .iroom .irm_inner ul li:hover a {
        opacity: .8;
        transform: translateY(-10px);
    }
}

@media screen and (max-width:1200px) {
    .iroom .irm_inner {
        padding: 7rem 1rem 0;
    }
}

@media screen and (max-width:1000px) {
    .iroom .irm_inner ul li {
        padding: 1rem;
    }
}

@media screen and (max-width:991px) {
    .iroom:before {
        min-height: 330px;
    }

    .iroom .irm_title {
        position: relative;
        top: -8rem;
    }

    .iroom .irm_title:before {
        max-width: 8%;
        min-height: 73px;
        top: -3rem;
        right: 26.6rem;
    }

    .iroom .irm_inner {
        padding: 0rem 1rem 0;
        margin-top: -8rem;
    }
}

@media screen and (max-width:834px) {
    .iroom {
        min-height: 430px;
    }

    .iroom:before {
        min-height: 270px;
    }

    .iroom .irm_title:before {
        top: 10rem;
        right: 12rem;
    }
}

@media screen and (max-width:768px) {
    .iroom {
        min-height: 400px;
    }

    .iroom:before {
        min-height: 200px;
        top: -9.7rem;
    }

    .iroom .irm_title:before {
        right: 10rem;
    }
}

@media screen and (max-width:650px) {
    .iroom {
        min-height: 350px;
    }

    .iroom .irm_title {
        top: -6rem;
        max-width: 50%;
    }

    .iroom .irm_title:before {
        right: 5rem;
        top: 0rem;
    }

    .iroom .irm_inner {
        margin-top: -6rem;
    }
}

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

@media screen and (max-width:450px) {
    .iroom {
        min-height: 250px;
    }

    .iroom .irm_title {
        top: -4rem;
    }

    .iroom .irm_inner {
        margin-top: -4rem;
    }

    .iroom .irm_inner ul {
        flex-wrap: wrap;
    }

    .iroom .irm_inner ul li {
        width: 50%;
    }

    .iroom .irm_inner ul li:nth-child(1) {
        width: 95%;
    }

    .iroom .irm_inner ul li:nth-child(1) a {
        width: 50%;
        margin: 0 auto;
    }
}

@media screen and (max-width:414px) {
    .iroom:before {
        top: -6.7rem;
    }

    .iroom .irm_title:before {
        right: 2rem;
        top: 0rem;
        min-height: 23px;
    }
}

@media screen and (max-width:390px) {
    .iroom:before {
        min-height: 120px;
        top: -5.7rem;
    }
}

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

@media screen and (max-width:330px) {
    .iroom:before {
        min-height: 100px;
        top: -3.7rem;
    }

    .iroom .irm_title {
        top: -3rem;
    }
}

/*---facilities----------------------------------------------------------------------------------------------------------------------------------*/

.facilities1 {
    background: url(../../images/fac1_mask.png) bottom center no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 505px;
    padding-bottom: 24rem;
    position: relative;

}

.facilities1:before {
    content: '';
    background: url(../../images/fac1_img02.png) bottom left no-repeat;
    background-size: contain;
    width: 347px;
    max-width: 100%;
    min-height: 384px;
    position: absolute;
    bottom: 0;
    left: 12.5rem;
    z-index: 1;
}

.facilities1 .fac1 {
    width: 1368px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.fac1 .fac1_lt {
    width: 33%;
    padding-top: 8.3rem;
}

.fac1 .fac1_lt p {
    padding-left: 11.6rem;
    font-size: 16px;
}

.fac1 .fac1_rt {}

@media screen and (max-width:1200px) {
    .facilities1:before {
        max-width: 20%;
        min-height: 270px;
        left: 2rem;
    }

    .fac1 .fac1_lt {
        width: 45%;
    }
}

@media screen and (max-width:1100px) {
    .facilities1 {
        min-height: 505px;
        padding-bottom: 19rem;
    }

    .fac1 .fac1_lt {
        padding-top: 1.3rem;
    }

    .fac1 .fac1_rt {
        width: 60%;
    }
}

@media screen and (max-width:991px) {
    .facilities1 {
        padding-bottom: 14rem;
    }

    .facilities1 .fac1 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .fac1 .fac1_lt {
        width: 50%;
        padding: 1.3rem 0 5rem;
    }
}

@media screen and (max-width:834px) {
    .fac1 .fac1_rt {
        width: 80%;
    }

}

@media screen and (max-width:768px) {
    .fac1 .fac1_lt {
        width: 80%;
    }

    .fac1_lt .fac1_txt {
        width: 75%;
    }

    .fac1 .fac1_rt {
        width: 90%;
    }
}

@media screen and (max-width:576px) {
    .facilities1:before {
        max-width: 27%;
        min-height: 180px;
        left: 1rem;
    }

    .fac1_lt .fac1_txt {
        width: 100%;
    }
}

@media screen and (max-width:450px) {
    .facilities1:before {
        max-width: 30%;
        min-height: 160px;
    }

    .fac1 .fac1_lt {
        width: 95%;
    }

    .fac1 .fac1_rt {
        width: 95%;
    }
}

@media screen and (max-width:414px) {
    .fac1 .fac1_lt p {
        padding-left: .5rem;
    }

}

@media screen and (max-width:390px) {
    .facilities1:before {
        max-width: 33%;
        min-height: 150px;
    }
}

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

@media screen and (max-width:320px) {
    .facilities1 {
        padding-bottom: 11rem;
    }

    .fac1 .fac1_lt {
        padding: 1.3rem 0 2rem;
    }
}

/*facilities2*/
.facilities2 {
    background: url(../../images/fac2_bg.jpg) top left repeat;
    position: relative;
    z-index: 0;
    padding-bottom: 4rem;
}

.facilities2:before {
    content: '';
    background: url(../../images/fac2_deco01.png) top center no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 1147px;
    position: absolute;
    top: 23rem;
    left: 0;
    z-index: -1;

}

/*fac21*/
.facilities2 .fac21 {
    position: relative;
    top: -10rem;
    padding-bottom: 5rem;
    z-index: 1;
}

.fac21 .fac21_title {
    width: 30%;
    margin: 0 auto;
    text-align: center;
}

.fac21 .fac21_txt {
    width: 20%;
    margin: 0 auto;
    text-align: center;
    padding-top: 1.7rem;
}

.fac21 .fac21_txt p {}

.fac21 .fac21_img {
    width: 1536px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 5.5rem;
}

.fac21 .fac21_img ul {
    display: flex;
    justify-content: space-between;
}

.fac21 .fac21_img ul li {}

.fac21 .fac21_img ul li img {}

/*fac22*/
.facilities2 .fac22 {}

.fac22 .fac22_title {
    width: 30%;
    margin: 0 auto;
    text-align: center;
}

.fac22 .fac22_txt {
    width: 30%;
    margin: 0 auto;
    text-align: center;
    padding-top: 1.7rem;
}

.fac22 .fac22_txt p {}

.fac22 .fac22_img {
    text-align: center;
    padding: 4rem 0 5rem;
    position: relative;
    z-index: 1;
}

.fac22 .fac22_img:before {
    content: '';
    background: url(../../images/fac22_deco01.png) bottom right no-repeat;
    background-size: contain;
    width: 281px;
    max-width: 100%;
    min-height: 301px;
    position: absolute;
    bottom: 0;
    right: 14rem;
    z-index: -1;
}

@media screen and (max-width:1480px) {
    .facilities2:before {
        min-height: 900px;
    }

    .facilities2 .fac21 {
        padding-bottom: 2rem;
    }

    .fac21 .fac21_img ul li {
        padding: 1rem;
    }

    .fac22 .fac22_img:before {
        min-height: 270px;
        right: 1rem;
    }
}

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

    .fac22 .fac22_txt {
        width: 40%;
    }

    .fac22 .fac22_img {
        padding: 4rem 1rem 5rem;
    }

}

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

    .facilities2:before {
        min-height: 720px;
        top: 20rem;
    }

    .facilities2 .fac21 {
        top: -6rem;
    }

    .fac22 .fac22_img:before {
        min-height: 200px;
    }
}

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

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

@media screen and (max-width:991px) {
    .fac21 .fac21_title {
        width: 50%;
    }

    .fac22 .fac22_title {
        width: 50%;
    }
}

@media screen and (max-width:834px) {
    .facilities2:before {
        min-height: 500px;
    }

    .fac21 .fac21_txt {
        width: 50%;
    }

    .fac22 .fac22_img:before {
        min-height: 170px;
    }

    .fac22 .fac22_txt {
        width: 60%;
    }
}

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

    .facilities2:before {
        background-size: cover;
        top: 27rem;
    }

    .facilities2 .fac21 {
        top: -3rem;
    }

    .fac21 .fac21_txt {
        width: 90%;
    }

    .fac21 .fac21_img ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .fac21 .fac21_img ul li {
        width: 50%;
    }

    .fac22 .fac22_img:before {
        min-height: 200px;
        bottom: 2rem;
        right: 0;
    }

    .fac22 .fac22_txt {
        width: 80%;
    }
}

@media screen and (max-width:576px) {
    .facilities2:before {
        min-height: 400px;
        top: 22rem;
    }

    .fac21 .fac21_title {
        width: 70%;
    }

    .fac22 .fac22_title {
        width: 70%;
    }
}

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

    .facilities2:before {
        min-height: 350px;
    }

    .facilities2 .fac21 {
        top: 0rem;
    }

    .fac21 .fac21_title {
        width: 90%;
    }

    .fac22 .fac22_title {
        width: 90%;
    }

    .fac22 .fac22_txt {
        width: 95%;
    }

    .fac22 .fac22_img:before {
        min-height: 160px;
    }
}

@media screen and (max-width:414px) {
    .facilities2:before {
        min-height: 300px;
        top: 26rem;
    }

    .facilities2 .fac21 {
        padding-bottom: 4rem;
    }

    .fac21 .fac21_img {
        padding-top: 1.5rem;
    }

    .fac22 .fac22_txt {
        width: 100%;
        padding: 1.7rem 0.5rem 0;
    }
}

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

    .fac21 .fac21_txt p {
        font-size: 14px;
    }

    .facilities2:before {
        min-height: 240px;
        top: 22rem;
    }

    .fac22 .fac22_img:before {
        min-height: 140px;
        bottom: 3rem;
    }

    .fac22 .fac22_txt p {
        font-size: 14px;
    }
}

@media screen and (max-width:360px) {
    .fac21 .fac21_txt p {
        font-size: 13px;
    }

    .facilities2:before {
        top: 19rem;
    }

    .fac22 .fac22_img {
        padding: 4rem 1rem 3rem;
    }

    .fac22 .fac22_img:before {
        min-height: 120px;
        bottom: 1rem;
    }

    .fac22 .fac22_txt p {
        font-size: 13px;
    }
}

@media screen and (max-width:320px) {
    .facilities2:before {
        top: 21rem;
        min-height: 200px;
    }
}

@media screen and (max-width:300px) {
    .facilities2:before {
        top: 18rem;
        min-height: 185px;
    }

    .fac22 .fac22_img:before {
        min-height: 100px;
    }
}

/*facilities3*/
.facilities3 {
    background: url(../../images/fac3_bg.jpg) top center fixed;
    background-size: cover;
    width: 100%;
    min-height: 977px;
    position: relative;
}

.facilities3:before {
    content: '';
    background: url(../../images/fac3_mask01.png) top center no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 130px;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 0;
}

.facilities3:after {
    content: '';
    background: url(../../images/fac3_mask02.png) bottom center no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 130px;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
}

.facilities3 .fac3_img {
    background: url(../../images/fac3_img01.png) bottom left no-repeat;
    background-size: contain;
    width: 908px;
    max-width: 100%;
    min-height: 965px;
    position: absolute;
    bottom: -1px;
    z-index: 1;
}

.facilities3 .fac3_deco {
    position: absolute;
    bottom: 10%;
    left: 55.6%;
    transform: translateX(-50%);
    text-align: center;
}

@media screen and (max-width:1740px) {
    .facilities3 .fac3_deco {
        bottom: 9%;
        left: 61%;
    }
}

@media screen and (max-width:1550px) {
    .facilities3 .fac3_deco {
        bottom: 9%;
        left: auto;
        right: 3%;
    }
}

@media screen and (max-width:1300px) {
    .facilities3 {
        min-height: 907px;
    }

    .facilities3 .fac3_img {
        min-height: 900px;
    }
}

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

    .facilities3 .fac3_img {
        min-height: 760px;
    }
}

@media screen and (max-width:1100px) {
    .facilities3 {
        min-height: 730px;
    }

    .facilities3 .fac3_img {
        min-height: 700px;
    }

    .facilities3 .fac3_deco {
        right: 0%;
    }
}

@media screen and (max-width:1000px) {
    .facilities3 .fac3_deco {
        right: -10%;
    }
}

@media screen and (max-width:834px) {
    .facilities3 {
        min-height: 660px;
    }

    .facilities3 .fac3_img {
        min-height: 670px;
    }

    .facilities3 .fac3_deco {
        right: -8%;
        width: 23%;
    }
}

@media screen and (max-width:768px) {
    .facilities3 {
        min-height: 470px;
        background-attachment: inherit;
    }

    .facilities3 .fac3_img {
        min-height: 490px;
    }

    .facilities3 .fac3_deco {
        right: 0%;
    }
}

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

    .facilities3 .fac3_img {
        min-height: 390px;
    }
}

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

    .facilities3 .fac3_img {
        min-height: 280px;
    }
    .facilities3:after{
        background-size: contain;
    }
}

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

    .facilities3 .fac3_img {
        min-height: 210px;
    }
}

@media screen and (max-width:390px) {
    .facilities3 {
        min-height: 200px;
    }

    .facilities3 .fac3_img {
        min-height: 200px;
    }
}

@media screen and (max-width:360px) {
    .facilities3 {
        min-height: 180px;
    }

    .facilities3 .fac3_img {
        min-height: 180px;
    }
}

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

    .facilities3 .fac3_img {
        min-height: 160px;
    }
}

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

/*---inews----------------------------------------------------------------------------------------------------------------------------------*/

.inews {
    width: 550px;
    max-width: 100%;
    margin: -4rem auto -20rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

.newsline {
    padding: 6rem 0;
}

.newsline ul {}

.newsline ul li {
    position: relative;

}

.newsline ul li:before {
    content: '';
    background: #f9f8f2;
    width: 100%;
    min-height: 16px;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;

}

.newsline ul li a {}

.newsline ul li a img {
    display: inline-block;
    padding-right: 1rem;
}

.newsline .news_txt {
    display: inline-block;
    width: 430px;
    max-width: 100%;
    vertical-align: bottom;
}

.newsline ul li a p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: left;
}

@media screen and (max-width:1500px) {
    .inews {
        margin: -4rem auto -13rem;
    }
}

@media screen and (max-width:1140px) {
    .inews {
        margin: 4rem auto -13rem;
    }
}

@media screen and (max-width:991px) {
    .inews {
        margin: 4rem auto -5rem;
    }
}
@media screen and (max-width:460px){
    .newsline .news_txt{
        max-width: 80%;
    }
}
@media screen and (max-width:450px) {
    .inews {
        margin: 0rem auto -1rem;
    }

    .newsline .news_txt {
        max-width: 70%;
    }
}

@media screen and (max-width:414px) {
    .newsline {
        padding: 4rem 0;
    }
}

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

@media screen and (max-width:330px) {
    .inews_title {
        width: 65%;
        margin: 0 auto;
    }

    .newsline {
        padding: 3rem 0;
    }
}

/*---notice-------------------------------------------------------------------------------------------------------------------------------*/
.notice {
    text-align: center;
    border-radius: 20px;
    width: 1600px;
    margin: 0 auto;
    max-width: 90%;
    padding: 2em 0 3em;
    position: relative;
    z-index: 8;
}

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

.note ul {}

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

.note li a {
    display: block;

}

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

img.nt {
    max-width: 100%;
    transition: .2s linear;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .note li {
        margin: 0;
    }

    .note li img {
        padding: 2%;
    }

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

    .note {
        padding-bottom: 0em;
    }

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

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

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

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

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

    .note li {
        width: 30%;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.note_icon ul {
    list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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


/*---location---------------------------------------------------------------------------------------------------------------------*/
.location {
    position: relative;
    width: 1368px;
    max-width: 100%;
    margin: 0 auto 15rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
	z-index: 5;
}

.location .loc_lt {
    width: 34%;
}

.loc_lt .loc_deco01 {
    padding-bottom: 2.2rem;
}

.loc_lt .ftinfo {
    width: 58%;
    margin: 0 0 0 auto;
}

.loc_lt .loc_deco02 {
    padding-top: 20rem;
    text-align: right;
}

.location .loc_rt {
    width: 66%;
    position: relative;
    z-index: 0;
}

.location .loc_rt:before {
    content: '';
    background: url(../../images/loc_deco02.png) top right no-repeat;
    background-size: contain;
    width: 70px;
    max-width: 100%;
    min-height: 90px;
    position: absolute;
    top: 9rem;
    right: -2rem;
    z-index: 1;
}

.location .loc_rt:after {
    content: '';
    background: url(../../images/loc_deco03.png) bottom left no-repeat;
    background-size: contain;
    width: 401px;
    max-width: 100%;
    min-height: 169px;
    position: absolute;
    bottom: -11rem;
    left: 0;

}

.loc_rt .map {
    width: 657px;
    max-width: 100%;
    min-height: 771px;
    margin: 0 0 0 auto;
    position: relative;
}

.loc_rt .map:before {
    content: '';
    width: 775px;
    max-width: 107%;
    min-height: 810px;
    border: 1px #b59579 solid;
    border-top-left-radius: 99em;
    border-top-right-radius: 99em;
    position: absolute;
    top: -2rem;
    left: -2rem;
    z-index: 0;
}

.loc_rt .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 99em;
    border-top-right-radius: 99em;
}

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

@media screen and (max-width:1370px) {
    .loc_rt .map {
        margin: 0 auto;
    }

    .loc_lt .ftinfo {
        width: 70%;
    }
}

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

    .location .loc_lt {
        width: 45%;
        margin-bottom: 7rem;
    }

    .loc_lt .loc_deco02 {
        text-align: right;
        padding: 4rem 9rem 0 0;
    }

    .location .loc_rt:before {
        right: 2rem;
    }

    .location .loc_rt:after {
        left: -20rem;
    }
}

@media screen and (max-width:991px) {
    .location .loc_lt {
        width: 75%;
    }

    .loc_lt .loc_deco02 {
        padding: 4rem 24rem 0 0;
    }

    .location .loc_rt:after {
        left: -15rem;
        width: 50%;
        bottom: -8rem;
    }
}

@media screen and (max-width:834px) {
    .loc_lt .loc_deco02 {
        padding: 4rem 14rem 0 0;
    }

    .location .loc_rt {
        width: 85%;
    }

    .location .loc_rt:before {
        right: -1rem;
    }

    .location .loc_rt:after {
        left: -7rem;
    }
}

@media screen and (max-width:768px) {
    .location .loc_lt {
        width: 90%;
    }

    .loc_lt .loc_deco02 {
        padding: 4rem 20rem 0 0;
    }

    .location .loc_rt {
        width: 90%;
    }

    .location .loc_rt:after {
        left: -5rem;
    }
}

@media screen and (max-width:576px) {
    .location {
        margin: 0 auto 12rem;
    }

    .location .loc_lt {
        width: 95%;
    }

    .loc_lt .loc_deco02 {
        padding: 4rem 9rem 0 0;
    }

    .loc_rt .map {
        min-height: 550px;
    }

    .loc_rt .map:before {
        min-height: 600px;
    }
}

@media screen and (max-width:450px) {
    .location {
        margin: 0 auto 10rem;
    }

    .loc_lt .loc_deco01 {
        width: 50%;
    }

    .loc_lt .loc_deco02 {
        padding: 4rem 0rem 0 0;
        text-align: center;
    }

    .location .loc_rt:before {
        right: -1rem;
        width: 12%;
        top: 6rem;
    }

    .loc_rt .map {
        min-height: 420px;
    }

    .loc_rt .map:before {
        min-height: 470px;
    }

}

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

    .loc_lt .ftinfo {
        width: 90%;
    }

    .location .loc_rt {
        width: 95%;
    }

    .location .loc_rt:before {
        min-height: 60px;
        top: -3rem;
    }

    .loc_rt .map {
        min-height: 350px;
    }

    .location .loc_rt:after {
        left: -3rem;
        min-height: 59px;
        width: 40%;
        bottom: -5rem;
    }

    .loc_rt .map iframe {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .loc_rt .map:before {
        min-height: 380px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        top: -1rem;
        left: -1rem;
        max-width: 105%;
    }
}

@media screen and (max-width:390px) {
    .location .loc_lt {
        margin-bottom: 6rem;
    }
}

@media screen and (max-width:360px) {
    .loc_rt .map {
        min-height: 300px;
    }

    .loc_rt .map:before {
        min-height: 330px;
    }
}

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

    .loc_lt .ftinfo {
        width: 95%;
    }

    .location .loc_rt:after {
        left: -1rem;
    }

    .location .loc_lt {
        width: 100%;
    }
}

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

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

/*********************************************************************************************************************************************/
/*---footer--------------------------------------------------------------------------------------------------------------------------*/
footer {
    background: url(../../images/pattern.png);
    background-size: contain;
    position: relative;
}


/*ft_inner*/
.ft_inner {
    width: 1136px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 2.3rem;
    display: flex;
    justify-content: space-between;
}

.ft_inner .ft_lt {
    width: 25%;
    position: relative;
    padding-top: 3rem;
}

.ft_inner .ft_cen {
    width: 21%;
    padding-top: 7.8rem;
}

.ft_cen .ftbtn {}

.ftbtn ul {}

.ftbtn ul li {
    display: inline-block;
    width: 30%;

}

.ftbtn a img {
    transition: .5s all;
}

.ftbtn a:hover img {
    transform: scale(.8);
    opacity: .8;
}

.ft_rt {
    width: 580px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ft_rt .fttitle {
    width: 45%;
    padding-left: 1.4rem;
}

.ft_rt .ftinfo {
    width: 46%;
    padding-top: 1.3rem;
}

.ftinfo ul {}

.ftinfo ul li {
    line-height: 2.3;
}

.ftinfo ul li:nth-child(1) {
    margin-bottom: 1.5rem;
}

.ftinfo ul li h1 {
    font-size: 18px;
    color: #332317;
    font-family: 'Zen Maru Gothic';
}

.ftinfo ul li p {
    display: inline-block;
    font-size: 16px;
    font-family: 'Zen Maru Gothic';
    color: #332317;
    font-weight: 500;
    letter-spacing: 1px;
}

.ftinfo ul li p:first-child {
    padding-right: 1rem;
}


/*ftlogo*/
.ftlogo {
    margin-bottom: 3.4rem;
}

.ft_rt .ft_lin {
    width: 100%;
    height: 3px;
    background: #ebded7;
    margin: 3.4rem 0 2.2rem;
}

.ft_rt .number {
    font-size: 16px;
    color: #363233;
    width: 100%;
}

.ft_rt .number ul {
    display: flex;
    justify-content: space-between;
}

.ft_rt .number ul li {
    display: inline-block;
    letter-spacing: 1px;
}

.ft_rt .number img {
    margin-right: .8rem;
    vertical-align: baseline;
    display: inline-block;
}

.ft_rt .number p {
    display: inline-block;
    line-height: 1.3;
}

.ft_bot {
    width: 1368px;
    max-width: 100%;
    margin: 0 auto;
    background: #d7c5bc;
    padding: 1.5rem 9.2rem 1.2rem 11.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

/*copyright*/
.copyright {
    font-size: 14px;
    color: #f7f7f3;
    font-weight: 400;
}

.copyright a:hover {
    color: #fff;
}

/*icon*/
.icon {
    font-size: 13px;
    color: #f7f7f3;
    font-family: 'Fredoka';
}

.icon a img {
    transition: .5s all;
    vertical-align: middle;
}

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

.line_mob {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    z-index: 99;
}

.line_mob:before {
    content: '';
    background: #bacbdc;
    width: 100%;
    min-height: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;

}

.line_mob a {
    display: inline-block;
    padding: 0 2rem;
}



@media screen and (max-width:1100px) {
    .ft_inner {
        padding: 0 1rem 2.3rem;
    }

    .ft_inner .ft_cen {
        text-align: center;
    }

    .ft_rt .ftinfo {
        width: 52%;
    }
}

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

    .ft_inner .ft_lt {
        width: 30%;
    }

    .ft_bot {
        padding: 1.5rem 3.2rem 1.2rem 5.4rem;
    }
}

@media screen and (max-width:834px) {
    .ft_inner .ft_lt {
        width: 40%;
    }

    .ft_bot {
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media screen and (max-width:768px){
    .icon {
    padding-bottom: 1rem;
}
}
@media screen and (max-width:650px) {
    .ft_inner .ft_lt {
        width: 55%;
    }

    .ft_inner .ft_cen {
        width: 30%;
    }
}

@media screen and (max-width:520px) {
    .ft_inner .ft_cen {
        width: 60%;
        padding: 0.8rem 0 3rem;
    }

    .ft_rt .fttitle {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .ft_rt .ftinfo {
        width: 62%;
        padding-top: 4.3rem;
        margin: 0 auto;
    }

}

@media screen and (max-width:450px) {
    .ft_rt .ftinfo {
        width: 70%;
    }

    .ft_bot {
        padding: 1.5rem 2rem 8.2rem 2rem;
        text-align: center;
    }

    .line_mob {
        display: block;
    }
}

@media screen and (max-width:414px) {
    .ft_rt .fttitle {
        width: 45%;
        margin: 0 auto;
    }
    .ft_rt .number ul li {
    text-align: center;
    }
    .ft_rt .ftinfo {
        width: 80%;
    }    
    
}

@media screen and (max-width:380px) {
    .ft_rt .number img {
        display: block;
        margin: 0 auto;
    }

    .ft_rt .number p {
        text-align: center;
    }
}

@media screen and (max-width:340px) {
    .ft_rt .ftinfo {
        width: 95%;
    }
}

@media screen and (max-width:330px) {
    .line_mob a {
        padding: 0 1rem;
    }
}

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

/***btns******************************************************/
.btns {
    position: fixed;
    bottom: 3rem;
    right: 0;
    z-index: 20;
    display: none;
    text-align: right;
    z-index: 100;
}

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

.line a {
    display: block;
    padding: 1rem;
}

.line a img {
    transition: .3s ease-in-out;
}

#gotop:hover {
    transform: translateY(-5px);
}

.line a:hover img {
    transform: scale(.8);
}

@media screen and (max-width:900px) {
    .btns {
        width: 140px;
    }
}

@media screen and (max-width:500px) {
    .btns {
        width: 120px;
    }

    #gotop {
        margin: 0;
        width: 45px;
        display: inline-block;
    }

    .line {
        width: 55%;
        margin: 1rem 0 0 auto;
        padding-right: 1rem;
    }
}

@media screen and (max-width:450px) {
    .line {
        display: none;
    }
}


/*---news------------------------------------------------------------------------------------------------*/

.news {
    position: relative;
    width: 1368px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 11.6rem;

}

.news {
    position:relative;
    z-index: 1;

}

.news .news_top {
    vertical-align: bottom;
}

.news .news_inner {
    background: url(../../images/news_bg_02.png)top left repeat;
    background-size: contain;
    width: 1249px;
    max-width: 100%;
    padding: 0 0 0 3rem;

}

.news_inner table {
    width: 93%;
}

img.newsicon {
    width: auto;
    max-width: inherit;
    padding-right: 1rem;
}

table.tableimg img {
    max-width: 100%;
}

.news_inner a {
    display: initial;
    color: #000;
    transition: .3s ease-in-out;
}

a.newstitle {
    display: block;
}

.newstable a:hover {
    color: rgba(152, 76, 44, 1);
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #dddddd;
    border-radius: 5px;
    padding: 0% 4%;
    transition: .3s ease-in-out;
    letter-spacing: 2px;
    margin: 0 1%;
    height: 45px;
    line-height: 45px;
}

button:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background: #62c9ed;
}

.news .news_top {
    vertical-align: top;
}

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

@media screen and (max-width:414px) {
    .news .news_inner {
        padding: 0 0 0 2rem;
    }
}

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

/*---scenery---------------------------------------------------------------------------------------------*/
.scenery {
    padding: 0 3em 60px;
    position: relative;
    width: 1368px;
    max-width: 100%;
    margin: 0 auto;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .scebtn {
        margin-bottom: 10px;
    }
}

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

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

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

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

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

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

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

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

.scebox:hover {
    cursor: pointer;
}

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

.scebox_hot {
    padding: 0 80px;
}

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

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

.scetag1 {
    background: #d85a51;
}

.scetag2 {
    background: #80a076;
}

.scetag3 {
    background: #89b5cb;
}

.scetag4 {
    background: #8dcfca;
}

.scetag5 {
    background: #b7ad6f;
}

.scet h3 {
    clear: both;
    color: #3d3d3d;
    font-size: 21px;
    letter-spacing: 1px;
    margin: .5em 0;
    display: inline-block;
}

.sceimg img {
    margin: 0 auto;
}

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

.scemore {
    text-align: right;
}

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

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

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

    .scebox_hot .scebox:nth-child(3) {
        clear: both;
    }
}

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

    .scet h3 {
        font-size: 22px;
    }

    .scep p {
        line-height: 24px;
    }

    #services_sce {
        padding: 0 1em 60px;
    }

}

@media(max-width:550px) {

    .city .sceimg,
    .farm .sceimg,
    .hot .sceimg,
    .mount .sceimg,
    .sea .sceimg {
        background-color: #fff;
    }
}

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

@media(max-width:450px) {
    .mount .sceimg {
        background-color: #80a076;
    }

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

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

    }

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

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

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


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

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

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

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

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

/*isce*/
.isce {
    padding-top: 0;
    padding-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

@media(max-width:991px) {


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

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



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

}

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

}

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


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

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

@media(max-width:450px) {

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

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

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

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


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

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

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

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

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

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

    .scecontainer .item {
        width: 19%;
    }
}

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

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

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

@media screen and (max-width:550px) {
    .scecontainer .item {
        width: 99%;
        margin-bottom: 10px;
    }
}



/*---room--------------------------------------------------------------------------*/
.room {
    width: 1368px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.rmtop {
    width: 1136px;
    max-width: 100%;
    margin: 0 auto 5.5rem;
    text-align: right;
    display: flex;
    align-items: center;
}

.rmtop .rm_lists {
    width: 30%;
}

/*rmbt*/
.rmtop .rmbt {
    width: 70%;
    margin: 0 0 0 auto;
}

.rmtop .rmbt ul {}

.rmtop .rmbt ul li {
    display: inline-block;
    width: 32%;
}

.rmtop .rmbt a img {
    transition: .5s all;
}

.rmtop .rmbt a:hover img {
    transform: translateY(-10px);
}

/*rm_inner*/
.rm_inner {
    display: flex;
    justify-content: space-between;
}

.rm_inner .rm_lt {
    position: relative;
    width: 1020px;
    max-width: 100%;
    text-align: right;
    z-index: 0;
}

.rm_inner .rm_lt:before {
    content: '';
    background: url(../../images/rm_bg01.png) top right no-repeat;
    background-size: contain;
    width: 98%;
    min-height: 738px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

#wowslider-container1 {
    margin: 0 0 0 auto !important;
    text-align: right !important;
    padding: 17px 19px 0 0;
}

.rm_lt .rmlt_deco {}

.rmlt_deco .rm_cloud01 {
    position: absolute;
    bottom: -4rem;
    left: 0;
    z-index: 91;
}

.rmlt_deco .rm_cloud02 {
    position: absolute;
    bottom: -6rem;
    right: -20rem;
    z-index: 91;
}

.rmlt_deco .rmlt_txt {
    position: absolute;
    bottom: 2rem;
    left: 16rem;
    z-index: 91;
}

.rmlt_deco .rmlt_txt p {
    font-size: 10px;
    font-family: 'Fredoka';
    color: #ffffff;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 1px;
}

/*rm_rt*/
.rm_inner .rm_rt {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 6rem 7rem 0 0;
}

.rm_inner .rm_rt:before {
    content: '';
    background: url(../../images/rm_deco04.png) top left no-repeat;
    background-size: contain;
    width: 29px;
    min-height: 40px;
    position: absolute;
    left: -1%;
    top: 53%;
}

.rm_inner .rm_rt:after {
    content: '';
    background: url(../../images/rm_deco05.png) top right no-repeat;
    background-size: contain;
    width: 58px;
    min-height: 44px;
    position: absolute;
    right: 17%;
    bottom: 14%;
}

.rm_rt .rmrt_rmno {
    text-align: center;
    margin-bottom: 1.8rem;
}

.rm_rt .rmrt_rmno h3 {
    font-size: 36px;
    color: #9dbfe3;
    font-family: 'Sacramento';
    font-weight: 400;
    line-height: 0;
}

.rm_rt .rmrt_rmno img {}

.rm_rt .rmrt_name {}

.rm_rt .rmrt_type {
    background: url(../../images/rm_deco02.png) top center no-repeat;
    background-size: contain;
    width: 34px;
    max-width: 100%;
    min-height: 164px;
    padding-top: 3.2rem;
    text-align: center;
}

.rm_rt .rmrt_type p {
    font-size: 30px;
    color: #4d3523;
    font-family: 'Zen Maru Gothic';
    line-height: 1;
}

@media screen and (max-width:1280px) {
    .rm_inner .rm_lt:before {
        width: 100%;
    }

    .rmlt_deco .rm_cloud02 {
        position: absolute;
        right: -16rem;
        width: 36%;
    }

    .rm_inner .rm_rt {
        margin-left: 2rem;
        padding: 6rem 5rem 0 0;
    }
}

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

    .rm_inner {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: center;
    }

    .rm_inner .rm_lt {
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }

    .rm_inner .rm_lt:before {
        width: 93%;
        right: 0;
        left: 0;
        margin: 0 auto;
        min-height: 658px;
    }

    #wowslider-container1 {
        margin: 0 auto !important;
        text-align: center !important;
        padding: 17px 19px 0 0;
    }

    .rmlt_deco .rm_cloud02 {
        right: 2px;
    }

    .rm_inner .rm_rt {
        margin: 0 0 3rem 0;
        padding: 6rem 0rem 0 0;
        width: 50%;
    }

    .rm_inner .rm_rt:before {
        left: 30%;
        top: 72%;
    }

    .rm_inner .rm_rt:after {
        right: 21%;
        bottom: -2%;
    }

    .rm_rt .rmrt_rmno h3 {
        padding-left: 7px;
    }

    .rm_rt .rmrt_type {
        background: url(../../images/rm_deco03.png) top center no-repeat;
        background-size: contain;
        width: 164px;
        max-width: 100%;
        min-height: 34px;
        padding-top: 0;
    }
}

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

@media screen and (max-width:991px) {
    .rmtop .rm_lists {
        width: 16%;
    }

    .rm_inner .rm_lt:before {
        width: 102%;
        min-height: 618px;
    }

    .rmlt_deco .rmlt_txt {
        left: 3rem;
        bottom: auto;
        top: 3rem;
    }

    .rmlt_deco .rm_cloud02 {
        right: -35px;
        bottom: -5rem;
    }

    .rmtop .rmbt {
        width: 90%;
    }

    .rm_inner .rm_rt:before {
        left: 26%;
        top: 80%;
    }

    .rm_inner .rm_rt:after {
        right: 17%;
        bottom: -1%;
    }
}

@media screen and (max-width:834px) {
    .rm_inner .rm_lt:before {
        min-height: 527px;
    }

    .rm_inner .rm_rt:before {
        left: 26%;
        top: 80%;
        width: 5%;
    }

    .rm_inner .rm_rt:after {
        bottom: -3%;
        width: 10%;
    }
}

@media screen and (max-width:768px) {
    .rmlt_deco .rm_cloud01 {
        width: 20%;
    }

    .rmlt_deco .rm_cloud02 {
        right: -26px;
        bottom: -4rem;
        width: 32%;
    }
}

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

    .rmtop .rm_lists {
        width: 30%;
    }

    .rmtop .rmbt {
        margin: 3rem 0 0 0;
        width: 100%;
    }

    .rm_inner .rm_lt:before {
        min-height: 363px;
    }

    .rm_inner .rm_rt {
        margin: 0 0 3rem 0;
        padding: 2rem 0rem 0 0;
        width: 80%;
    }

    .rm_rt .rmrt_name {
        width: 35%;
    }

}

@media screen and (max-width:450px) {
    .rmtop .rm_lists {
        display: none;
    }

    .rm_inner .rm_lt {
        width: 95%;
    }

    .rm_inner .rm_lt:before {
        min-height: 287px;
    }

    #wowslider-container1 {
        padding: 9px 8px 0 0;
    }

    .rmlt_deco .rmlt_txt {
        display: none;
    }

    .rmlt_deco .rm_cloud02 {
        right: -10px;
    }

    .rmtop .rmbt {
        margin: 0;
    }

    .rm_inner .rm_rt {
        padding: 0;
        margin: 0 0 1rem 0;
    }

    .rm_rt .rmrt_type {
        background-size: 74%;
    }

    .rm_rt .rmrt_type p {
        font-size: 25px;
    }

}

@media screen and (max-width:414px) {
    .rmlt_deco .rm_cloud01 {
        bottom: -2rem;
    }

    .rmlt_deco .rm_cloud02 {
        right: -5px;
        bottom: -2rem;
    }

    #wowslider-container1 {
        padding: 9px 7px 0 0;
    }

    .rm_rt .rmrt_rmno h3 {
        padding-left: 3px;
        font-size: 30px;
    }

    .rm_rt .rmrt_rmno {
        margin-bottom: 0;
    }

    .rm_inner .rm_lt:before {
        min-height: 270px;
    }

    .rm_inner .rm_rt:before {
        left: 26%;
        top: 65%;
        width: 7%;
    }

    .rm_inner .rm_rt:after {
        bottom: 2%;
        width: 14%;
        right: 13%;
    }
}

@media screen and (max-width:390px) {
    .rmlt_deco .rm_cloud02 {
        right: -10px;
    }

    #wowslider-container1 {
        padding: 9px 7px 0 0;
    }
}

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

    .rmlt_deco .rm_cloud02 {
        right: -8px;
    }

    #wowslider-container1 {
        padding: 9px 8px 0 0;
    }
}

@media screen and (max-width:340px) {
    .rmlt_deco .rm_cloud02 {
        right: -7px;
        bottom: -2rem;
    }

    #wowslider-container1 {
        padding: 9px 6px 0 0;
    }

    .rm_inner .rm_rt:before {
        left: 21%;
        min-height: 27px;
    }

    .rm_inner .rm_rt:after {
        right: 10%;
    }
}

@media screen and (max-width:310px) {
    .rmtop .rmbt ul li {
        width: 31%;
    }

    .rm_inner .rm_rt:before {
        left: 19%;
        top: 63%;
    }

    .rm_inner .rm_rt:after {
        right: 8%;
    }
}

/*rmbot*/
.rmbot {
    padding-top: 5rem;
    display: flex;
    justify-content: space-between;
    font-family: 'Zen Maru Gothic';
}

/*roomb*/
.roomb {
    color: #000;
    display: inline-block;
    vertical-align: top;
    width: 45%;
    padding: 3% 1%;
    text-align: center;
}

/*roomb_title*/
.roomb_title {
    padding-bottom: 4%;
}

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

/*rinfo*/
.rinfo {
    text-align: left;

}

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

    .roomb {
        width: 80%;
    }
}

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

@media screen and (max-width:991px) {
    .roomb {
        width: 90%;
    }
}

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

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

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

@media screen and (max-width:450px) {
    .roomb_title {
        width: 50%;
        margin: 0 auto;
    }
}

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

    .roomb {
        width: 95%;
    }
}

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

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

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

.r_icons ul {
    list-style: none;
}

.r_icons li {
    width: 18%;
    float: left;
    border: 0px;
}

table.fac {
    padding: 0 0 3% 2%;
    display: block;
}

table.fac td {
    vertical-align: top;
}

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

@media screen and (max-width:1060px) {
    .r_icons li {
        width: 28%;
    }
}

@media screen and (max-width:991px) {
    .r_icons li {
        width: 15%;
    }
}

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

@media screen and (max-width:765px) {
    .r_icons li {
        width: 20%;
    }
}

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

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

@media screen and (max-width:480px) {
    .r_icons li {
        width: 22%;
    }
}

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

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