/*--------------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;
    font-size: 100%;
}

/* 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: 1px;
    font-size: 1.6rem;
    color: #2B2F2D;
    font-family: 'Zen Kaku Gothic New', 'Zen Old Mincho', 'Noto Sans TC', 'Zen Old Mincho', 'EB Garamond', serif;
    ;
    background: #f8f6f2;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

td {
    vertical-align: top;
}

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

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

.clear {
    clear: both;
}

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: #e1e1e1;
}

::-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: rgb(141, 169, 182, 1);
    /*捲軸顏色*/
}

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

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



#dex {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

#dex:before {
    content: '';
    background: url(../../images/dex_deco.png) top left no-repeat;
    background-size: contain;
    width: 682px;
    max-width: 100%;
    min-height: 540px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/***logo***/
.logo {
    position: absolute;
    top: 7.8rem;
    left: 7rem;
    z-index: 1;
    width: 22%;
}

#dex .banner {
    width: 100%;
    height: 100%;
    position: fixed;
}

.banner iframe{
	filter: none !important;
    opacity: 1 !important;
}

#player {
    position: absolute;
    top: 50%;
    left: 50%;
}

iframe#player {
    pointer-events: none;
}

.dex_txt {
    overflow: hidden;
    position: absolute;
    color: #f2f6f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    bottom: 10rem;
    right: 14.3rem;
}

.dex_txt img {
    margin-bottom: 3.7rem;
}

.scroll {
    position: relative;
    min-height: 208px;
    display: flex;
    flex-direction: row-reverse;
}

.scroll label {
    position: relative;
    margin-bottom: 10px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1;
    font-size: 14px;
    font-family: 'EB Garamond';
    color: #fff;
}

.scroll span {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.scroll span i {
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 3px;
    margin: auto;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-backface-visibility: hidden;
    -webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
    animation-timing-function: cubic-bezier(.25, .25, .75, .75);
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    backface-visibility: hidden;
}

.scroll span i:before {
    content: "";
    width: 1px;
    display: block;
    position: absolute;
    background-color: #fff;
}

.scroll span i:before {
    height: 100%;
    top: 0;
    left: 0;
}

.scroll span i {
    -webkit-animation-name: scroll_down_arrow;
    animation-name: scroll_down_arrow;
}

@-webkit-keyframes scroll_down_arrow {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
        animation-timing-function: cubic-bezier(.075, .82, .165, 1);
    }

    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
        animation-timing-function: cubic-bezier(.25, .25, .75, .75);
    }

    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
        animation-timing-function: cubic-bezier(.075, .82, .165, 1);
    }

    90% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
        animation-timing-function: cubic-bezier(.25, .25, .75, .75);
    }

    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
        animation-timing-function: cubic-bezier(.25, .25, .75, .75);
    }
}

@keyframes scroll_down_arrow {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
        animation-timing-function: cubic-bezier(.075, .82, .165, 1);
    }

    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
        animation-timing-function: cubic-bezier(.25, .25, .75, .75);
    }

    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
        animation-timing-function: cubic-bezier(.075, .82, .165, 1);
    }

    90% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
        animation-timing-function: cubic-bezier(.25, .25, .75, .75);
    }

    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
        animation-timing-function: cubic-bezier(.25, .25, .75, .75);
    }
}


@media screen and (max-width:1366px) {
    .logo {
        top: 4rem;
        left: 3rem;
        width: 30%;
    }

    .dex_txt {
        right: 5rem;
    }
}

@media screen and (max-width:1000px) {
    .logo {
        top: 2rem;
        left: 2rem;
        width: 36%;
    }
}

@media screen and (max-width:834px) {
    .dex_txt {
        right: 3rem;
        bottom: 1rem;
    }
}

@media screen and (max-width:768px) {   
	
	#dex:before {
        max-width: 60%;
        min-height: 390px;
    }

    .logo {
        width: 45%;
    }
	iframe#player{
   transform: scale(1.2);
}
}

@media screen and (max-width:450px) {
    #dex:before {
        max-width: 70%;
        min-height: 260px;
    }

    .dex_txt {
        right: 2rem;
		        bottom: 13rem;
    }

    .dex_txt img {
        width: 65%;
        margin: 0 auto 2rem;
    }

    .logo {
        width: 55%;
    }

    .scroll {
        min-height: 110px;
    }
}

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

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

.menublurbg {
    backdrop-filter: blur(12px);
    background: hsla(0, 0%, 100%, .8);
    height: 100vh;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 2;
    pointer-events: none;
}

body.open {
    overflow-y: hidden;
}

body.open .menublurbg {
    opacity: 1;
    pointer-events: auto;
    transition: .3s 0s ease opacity;
}

.menu_img {
    display: inline-block;
    padding-right: 0.75rem;
    vertical-align: top;
}

.menu_txt {
    display: inline-block;
}

/* effect-shine */
a.effect-shine:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 3s forwards;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}


nav {
    width: 100%;
    padding: 1.7rem 19.2rem 1.7rem 6.4rem;
    position: fixed;
    z-index: 60;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .3s ease-out;
    top: -10.7rem;

}

nav:before {
    content: '';
    background: rgba(248, 246, 242, .7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

nav .menulogo {
    width: 17%;
}

nav .menubtn {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menubtn .mubtn {}

.menubtn .mubtn ul {
    display: flex;
}

.menubtn .mubtn ul li {}

.menubtn .mubtn ul li a {}

.menubtn .mubtn ul li a img {
    width: 50%;
    vertical-align: middle;
    transition: .5s all;
}

.menubtn .mubtn ul li:nth-of-type(4) {
    display: none;
}

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


.menubtn .muota {}

.menubtn .muota a:first-child {
    width: 146px;
    max-width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    background: rgba(184, 138, 90, 1.0);
    padding: 1rem 2rem;
    border-radius: 50px;
    transition: .5s all;
}

.menubtn .muota a:first-child:hover {
    background: rgba(107, 125, 117, 1.0);
}

.menubtn .muota a:first-child h5 {
    font-size: 16px;
    color: #f8f6f2;
    margin-right: 0.8rem;
}

.menubtn .muota a:first-child img {
    width: 21%;

}

/***mobile ibutton***/
.mibutton {
    z-index: 65;
    cursor: pointer;
    width: 110px;
    height: 20px;
    color: #111111;
    position: fixed;
    top: 5.5rem;
    right: 6rem;
    text-align: center;
    transition: .3s ease-in-out;
}

.mibutton:after {
    content: '';
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: ellipse(50% 50% at 0% 50%);
    -webkit-clip-path: ellipse(50% 50% at 0% 50%);
    z-index: -1;
    transition: .3s ease-in-out;
}

.mibutton span {
    display: block;
    width: 56px;
    height: 2px;
    transition: .3s ease-in-out;
    position: relative;
    top: 0;
    right: 0;
    background: #2b2f2d;
    margin: 0 0 0 auto;
}

.mibutton b {
    font-size: 15px;
    font-family: 'EB Garamond';
    color: #2b2f2d;
    position: absolute;
    top: -3px;
    left: 0;
    line-height: 1;
}

.mibutton span:nth-child(2) {
    top: 0.5rem;
    width: 40px;
    right: 1.5rem;
}


.mibutton_ani {
    background: none;
    opacity: 1;
}

.mibutton_ani:after {
    opacity: 0;
}

.mibutton_ani b {
    display: none;
}

.mibutton_ani span:nth-child(1) {
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    top: 1rem;
    background-color: #f2f6f4;
}

.mibutton_ani span:nth-child(2) {
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    width: 56px;
    top: 5rem;
    right: 0rem;
    background-color: #f2f6f4;
}

/*navbar*/
.navbar {
    border-radius: 0;
    min-height: auto;
    margin: 0;
    border: 0;
    background-color: rgba(141, 169, 182, 0.7);
    width: 440px;
    position: fixed;
    top: 0em;
    right: 0;
    z-index: 60;
    height: 100vh;
    overflow-y: scroll;
    text-align: right;
    transform: translateX(100%);
    transition: .6s linear;
}

.show {
    transform: translateX(0px);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}


/*ibutton*/
.ibutton {
    padding: 11.6rem 0 8.5rem;
}

.ibutton ul {}

.ibutton li {}

.ibutton a {
    padding: 1em 2em 0 8em;
    text-align: left;
    position: relative;
}

.ibutton li:nth-child(2) img {
    mix-blend-mode: screen;
    transform: scaleX(-1);
}


.ibutton p.ch {
    font-size: 20px;
    line-height: 1.8;
    color: #2b2f2d;
}

.ibutton p.en {
    font-size: 16px;
    font-family: 'EB Garamond';
    line-height: 1.8;
    color: #f2f6f4;

}

/*hover*/

ul.dropmenu {
    display: none;
    margin: .5rem 1rem .5rem 15rem;
    padding: 0 0 0 1rem;
    position: relative;
}

ul.dropmenu:before {
    content: '';
    background: rgba(47, 93, 80, .7);
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

ul.dropmenu a {
    padding: 0;
}

.dropmenu a:before {
    background: none;
}

ul.dropmenu li img {
    mix-blend-mode: normal !important;
    transform: scaleX(1) !important;
}

.navtop,
.ontop {
    opacity: 1;
    top: 0;

}

@media screen and (max-width:1536px) {
    .mibutton {
        top: 4.5rem;
    }
}

@media screen and (max-width:1366px) {
    nav .menulogo {
        width: 22%;
    }

    .mibutton {
        top: 5rem;
    }
}

@media screen and (max-width:1100px) {
    nav {
        padding: 1.7rem 17rem 1.7rem 3rem;
    }

    nav .menulogo {
        width: 30%;
    }

    nav .menubtn {
        width: 35%;
    }

    .mibutton {
        right: 3rem;
    }
}

@media screen and (max-width:1000px) {
    nav .menulogo {
        width: 35%;
    }

    nav .menubtn {
        width: 40%;
    }

}

@media screen and (max-width:834px) {
    nav .menubtn {
        width: 46%;
    }

    .mibutton_ani span:nth-child(1) {
        top: -2rem;
    }

    .mibutton_ani span:nth-child(2) {
        top: 2rem;
    }

    .ibutton {
        padding: 8rem 0 6rem;
    }
}

@media screen and (max-width:768px) {
    nav {
        padding: 1.7rem 15rem 1.7rem 3rem;
    }

    nav .menulogo {
        width: 40%;
    }
}

@media screen and (max-width:650px) {
    nav .menulogo {
        width: 60%;
    }

    nav .menubtn {
        width: 100%;
        bottom: 0;
        right: 0;
        padding: 1.9rem 3.5rem;
        border-radius: 48px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        position: fixed;
        background: #dcdcdc;
        justify-content: center;
    }

    .menubtn .mubtn {}

    .menubtn .mubtn ul li {
        margin: 0 1rem;
    }

    .menubtn .mubtn ul li a img {
        width: 80%;
    }

    .menubtn .muota a:first-child {
        display: none;
    }

    .menubtn .mubtn ul li:nth-of-type(4) {
        display: block;
    }
}

@media screen and (max-width:430px) {
    nav {
        padding: 1.7rem 13rem 1.7rem 1rem;
    }

    nav .menulogo {
        width: 80%;
    }

    .mibutton {
        right: 1rem;
        top: 4rem;
    }

}

@media screen and (max-width:414px) {
    nav {
        padding: 1rem 13rem 1rem 1rem;
    }
}

@media screen and (max-width:393px) {
    .ibutton a {
        padding: 1em 2em 0 9em;
    }

    ul.dropmenu {
        margin: .5rem 1rem .5rem 16rem;
    }
}

@media screen and (max-width:360px) {
    .ibutton a {
        padding: 1em 2em 0 10em;
    }

    ul.dropmenu {
        margin: .5rem 1rem .5rem 18rem;
    }
}

@media screen and (max-width:330px) {
    .mibutton {
        top: 3rem;
    }
}

@media screen and (max-width:300px) {
    .ibutton a {
        padding: 1em 2em 0 12em;
    }

    ul.dropmenu {
        margin: .5rem 1rem .5rem 21rem;
    }
}

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


/*---main----------------------------------------------------------------------------------------------------------------------------*/

/***********************/
/***iabout start***/

/*iabout1*/

.iabout1 {
    position: relative;
    padding: 12.8rem 0 50rem;
}

.iabout1:before {
    content: '';
    background: rgba(130, 161, 176, .7);
    width: 100%;
    min-height: 100%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.iabout1:after {
    content: '';
    background: url(../../images/iabt1_deco01.png) bottom left no-repeat;
    width: 100%;
    min-height: 500px;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 0;
}


.iabout1 .iabt1 {
    width: 1640px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 22.2rem;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.iabt1 .iabt1_lt {
    width: 20.2%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.iabt1 .iabt1_lt img {}

.iabt1 .iabt1_lt img:first-child {
    margin-bottom: 2rem;
}

.iabt1 .iabt1_lt img:nth-child(2) {
    margin-bottom: 4rem;
}

.iabt1 .iabt1_lt p {
    font-size: 16px;
    color: #f2f6f4;
    font-family: 'EB Garamond';
}

.iabt1 .iat1_rt {
    width: 79%;
    display: flex;
    justify-content: space-between;
}

.iat1_rt .iat1_set {}

.iat1_set .iat1_set_top {
    position: relative;
    margin-bottom: -1.7rem;
    display: flex;
    align-items: flex-start;
}

.iat1_set .iat1_set_top:before {
    content: '';
    width: 101px;
    max-width: 100%;
    min-height: 57px;
    position: absolute;
    bottom: 3rem;
    right: 0.9rem;
}

.iat1_set:nth-child(1) .iat1_set_top:before {
    background: url(../../images/iabt1_deco02_01.png) bottom right no-repeat;
    background-size: contain;
}

.iat1_set:nth-child(2) .iat1_set_top:before {
    background: url(../../images/iabt1_deco02_02.png) bottom right no-repeat;
    background-size: contain;
}

.iat1_set:nth-child(3) .iat1_set_top:before {
    background: url(../../images/iabt1_deco02_03.png) bottom right no-repeat;
    background-size: contain;
}

.iat1_set:nth-child(4) .iat1_set_top:before {
    background: url(../../images/iabt1_deco02_04.png) bottom right no-repeat;
    background-size: contain;
}


.iat1_set .iat1_set_top img {
    margin-right: 1.8rem;
}

.iat1_set_top .iat1_set_txt {}

.iat1_set_top .iat1_set_txt p {
    font-size: 16px;
    color: #f8f6f2;
    display: block;
}

.iat1_set .iat1_set_bot {}

.iat1_set .iat1_set_bot img {}


@media screen and (max-width:1600px) {
    .iabout1 .iabt1 {
        padding: 0 2rem 0 12rem;
    }
}

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

@media screen and (max-width:1366px) {
    .iat1_rt .iat1_set {
        width: 23%;
    }

    .iabt1 .iabt1_lt img:nth-child(2) {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width:1200px) {
    .iabout1 {
        padding: 8rem 0 50rem;
    }

    .iabt1 .iabt1_lt img:nth-child(2) {
        width: 70%;
    }
}

@media screen and (max-width:1100px) {
    .iat1_set .iat1_set_top:before {
        max-width: 35%;
        min-height: 40px;
        right: 0.5rem;
    }
}

@media screen and (max-width:1000px) {
    .iabt1 .iabt1_lt img:nth-child(2) {
        margin-bottom: 1rem;
    }

    .iabt1 .iabt1_lt p {
        font-size: 12px;
    }
}

@media screen and (max-width:834px) {
    .iabout1 .iabt1 {
        flex-wrap: wrap;
    }

    .iabt1 .iabt1_lt {
        width: 100%;
        margin-bottom: 3rem;
        flex-direction: row;
        justify-content: center;
    }

    .iabt1 .iabt1_lt img:first-child {
        display: none;
    }

    .iabt1 .iabt1_lt img:nth-child(2) {
        width: 23%;
        margin: 0 2rem 0 0;
    }

    .iabt1 .iabt1_lt p {
        font-size: 16px;
    }

    .iabt1 .iat1_rt {
        width: 100%;
    }

    .iat1_rt .iat1_set {
        width: 23%;
    }
}

@media screen and (max-width:768px) {
    .iabt1 .iat1_rt {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .iat1_rt .iat1_set {
        width: 35%;
        margin-bottom: 3rem;
    }
}

@media screen and (max-width:650px) {
    .iabt1 .iabt1_lt img:nth-child(2) {
        width: 30%;
    }
}

@media screen and (max-width:576px) {
    .iat1_rt .iat1_set {
        width: 45%;
    }

    .iabt1 .iat1_rt {
        justify-content: space-around;
    }
}

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

@media screen and (max-width:414px) {
    .iabt1 .iabt1_lt img:nth-child(2) {
        width: 35%;
    }

    .iat1_rt .iat1_set {
        width: 49%;
    }

    .iabt1 .iat1_rt {
        justify-content: space-between;
    }
}

@media screen and (max-width:380px) {
    .iat1_set .iat1_set_top img {
        margin-right: 1rem;
    }
}

@media screen and (max-width:360px) {
    .iabt1 .iabt1_lt p {
        font-size: 14px;
    }

    .iat1_set .iat1_set_top {
        margin-bottom: 0;
    }

    .iat1_set .iat1_set_top:before {
        bottom: 1rem;
    }

    .iat1_set .iat1_set_top img {
        width: 26%;
    }

}

@media screen and (max-width:350px) {
    .iabout1 .iabt1 {
        padding: 0 1rem;
    }
}

@media screen and (max-width:320px) {
    .iabt1 .iabt1_lt p {
        font-size: 12px;
    }

    .iat1_set_top .iat1_set_txt p {
        font-size: 13px;
    }

}

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





/*iabout2*/

/* 外層 */
.imenu_wrap {
    position: relative;
    height: 100vh;
    background: rgba(248, 246, 242, 1.0);
    overflow: hidden;
    top: -1px;
}

/* 橫向 */
.imenu_track {
    display: flex;
    width: 155%;
}

/* 每屏 */
.imenu {
    width: 100vw;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imenu .imu_lt {
    width: 45%;
    padding-right: 2rem;
    position: relative;
}

.imenu .imu_lt img {
    width: 100%;
}

.imu_lt .imu_lt_txt {
    position: absolute;
    bottom: 7.3rem;
    right: 2.8rem;
    display: flex;
    align-items: center;

}

.imu_lt .imu_lt_txt p {
    font-size: 16px;
    color: #2b2f2d;
    font-family: 'EB Garamond';
    margin-right: 1.3rem;
    text-transform: uppercase;
}

.imu_lt_txt .imu_lt_arrow {
    overflow-x: hidden;
}

.imu_lt_txt .imu_lt_arrow img {
    -webkit-animation-name: scroll_right;
    animation-name: scroll_right;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-backface-visibility: hidden;
    -webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
    animation-timing-function: cubic-bezier(.25, .25, .75, .75);
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    backface-visibility: hidden;
}

@-webkit-keyframes scroll_right {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
        animation-timing-function: cubic-bezier(.075, .82, .165, 1);
    }

    30% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
        animation-timing-function: cubic-bezier(.25, .25, .75, .75);
    }

    60% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
        animation-timing-function: cubic-bezier(.075, .82, .165, 1);
    }

    90% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
        animation-timing-function: cubic-bezier(.25, .25, .75, .75);
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
        animation-timing-function: cubic-bezier(.25, .25, .75, .75);
    }
}

@keyframes scroll_right {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
        animation-timing-function: cubic-bezier(.075, .82, .165, 1);
    }

    30% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
        animation-timing-function: cubic-bezier(.25, .25, .75, .75);
    }

    60% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
        animation-timing-function: cubic-bezier(.075, .82, .165, 1);
    }

    90% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
        animation-timing-function: cubic-bezier(.25, .25, .75, .75);
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-animation-timing-function: cubic-bezier(.25, .25, .75, .75);
        animation-timing-function: cubic-bezier(.25, .25, .75, .75);
    }
}

.imenu .imu_rt {
    width: 57%;
    margin-left: 6rem;
    padding-top: 12rem;
}

.imu_rt .imu_rt_top {
    margin-bottom: 3rem;
    display: flex;
}

.imu_rt_top .title_imenu {
    margin-right: 2rem;
}

.imu_rt_top .title_imenu img {}

.imu_rt_top .imu_rt_top_txt {
    padding-top: 1.1rem;
}

.imu_rt_top .imu_rt_top_txt p {
    font-size: 16px;
    color: #6b7d75;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
}

/* 卡片區 */
.imu_rt_bot {
    display: flex;
    gap: 30px;
}

.card {
    width: 320px;
    flex-shrink: 0;
}

.card img {
    width: 100%;
}


.imu_rt_bot a {
    transition: .5s all;
}

.imu_rt_bot a:hover {
    -webkit-filter: drop-shadow(20px 18px 8px rgba(134, 154, 163, 0.45));
    filter: drop-shadow(20px 18px 8px rgba(134, 154, 163, 0.45));
}

@media screen and (max-width:1536px) {
    .imenu .imu_lt {
        width: 60%;
    }

    .imenu .imu_rt {
        width: 48%;
    }
}

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

    .imenu .imu_rt {
        width: 42%;
    }
}

@media screen and (max-width:1280px) {
    .imenu .imu_rt {
        width: 38%;
    }
}

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

    .imu_lt .imu_lt_txt {
        right: -2.2rem;
    }

    .imenu .imu_rt {
        width: 50%;
        display: flex;
    }

    .imu_rt .imu_rt_top {
        flex-direction: column;
        margin: 0 3rem 0 0;
    }
}

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


    .imenu .imu_lt {
        width: 60%;
    }

    .imenu .imu_rt {
        width: 38%;
    }
}

@media (max-width: 768px) {

    .imenu_wrap {
        height: auto !important;
    }

    .imenu_track {
        display: block !important;
        width: 100% !important;
        transform: none !important;
    }

    .imenu {
        width: 100% !important;
        flex-direction: column !important;
    }

    .imu_lt,
    .imu_rt {
        width: 90% !important;
        transform: none !important;
    }

    .imenu .imu_lt {
        margin-bottom: 4rem;
    }

    .imu_rt .imu_rt_top {
        margin: 0 0 3rem 0;
    }

    .imu_rt_top .title_imenu {
        text-align: center;
    }

    .imenu .imu_rt {
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 0;
    }

    .imu_rt_bot {
        gap: 20px 13px;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .imu_rt_bot a {
        width: 49%;
    }
}

@media screen and (max-width:450px) {
    .imu_lt .imu_lt_txt {
        right: 1.8rem;
        flex-wrap: wrap;
        justify-content: flex-end;
        bottom: 0;
    }

    .imu_lt .imu_lt_txt p {
        margin-right: 0;
        width: 62%;
        padding-right: 3rem;
    }

    .imu_rt_bot a {
        width: 47%;
    }
}

@media screen and (max-width:414px) {
    .imenu .imu_lt {
        padding-right: 4rem;
    }

    .imu_lt,
    .imu_rt {
        width: 95% !important;
    }
}

@media screen and (max-width:390px) {
    .imu_lt .imu_lt_txt p {
        width: 70%;
    }
}

@media screen and (max-width:320px) {
    .imu_lt .imu_lt_txt p {
        width: 85%;
    }
}

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


/*iabout3*/

.iabout3 {
    position: relative;
    background: rgba(248, 246, 242, 1.0);
    padding: 2rem 0 5.9rem 0;
    top: -1px;
}

.iabout3 .iabt3 {
    text-align: center;
}


.iabt3 .iabt3_txt {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 420px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.iabt3 .iabt3_txt img:first-child {
    margin-bottom: 3.2rem;
}

.iabt3_txt .iabt3_lin {
    background: #f2f6f4;
    width: 1px;
    min-height: 148px;
    margin: 0 auto 4rem;
}

a .more1 {
    width: 181px;
    max-width: 100%;
    min-height: 46px;
    background: #b88a5a;
    padding: 1.75rem 0 0;
    transition: .5s all;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

a .more1 p {
    font-size: 17px;
    color: #f8f6f2;
    font-weight: 500;
    margin-right: 1rem;
    display: inline-block;
    font-family: 'EB Garamond';
    line-height: 0;
}

a .more1 img {}

a:hover .more1 {
    background: rgba(107, 125, 117, 1.0);
}

@media screen and (max-width:1800px) {
    .iabout3 {
        padding: 2rem 4rem 6rem;
    }
}

@media screen and (max-width:834px) {
    .iabt3_txt .iabt3_lin {
        min-height: 65px;
    }
}

@media screen and (max-width:650px) {
    .iabout3 {
        padding: 4rem 2rem 6rem;
    }
}

@media screen and (max-width:576px) {
    .iabt3 .iabt3_txt img:first-child {
        margin-bottom: 1rem;
    }

    .iabt3_txt .iabt3_lin {
        min-height: 50px;
        margin: 0 auto 1rem;
    }
}

@media screen and (max-width:650px) {
    .iabt3 .iabt3_txt img:first-child {
        width: 65%;
    }

    a .more1 p {
        font-size: 17px;
    }

}

@media screen and (max-width:414px) {
    a .more1 {
        max-width: 100%;
        min-height: 40px;
        margin: 0 auto;
    }

    .iabt3_txt .iabt3_lin {
        min-height: 30px;
    }
}

@media screen and (max-width:350px) {
    .iabout3 {
        padding: 4rem 0 6rem;
    }
}

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




/***iabout end****/
/***********************/
/***********************/
/***bg start***/

.bg {
    position: relative;
}

.bg:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bg-about:before {
    background: url(../../images/banner_abt.jpg) top center;
    background-size: cover;
}

.bg-indoor:before {
    background: url(../../images/banner_indoor.jpg) top center;
    background-size: cover;
}

.bg-outdoor:before {
    background: url(../../images/banner_outdoor.jpg) top center;
    background-size: cover;
}

.bg-rf:before {
    background: url(../../images/banner_rf.jpg) top center;
    background-size: cover;
}

.bg-kids:before {
    background: url(../../images/banner_kids.jpg) top center;
    background-size: cover;
}

.bg-room:before {
    background: url(../../images/banner_room.jpg) top center;
    background-size: cover;
}

.bg-note:before {
    background: url(../../images/banner_note.jpg) top center;
    background-size: cover;
}

.bg-news:before {
    background: url(../../images/banner_news.jpg) top center;
    background-size: cover;
}

.bg-gallery:before {
    background: url(../../images/banner_gallery.jpg) top center;
    background-size: cover;
}

.bg-loc:before {
    background: url(../../images/banner_loc.jpg) top center;
    background-size: cover;
}

.bg-sce:before {
    background: url(../../images/banner_sce.jpg) top center;
    background-size: cover;
}


/***bg end****/
/***********************/
/***********************/
/***inbanner start***/

.inbanner {
    width: 420px;
    max-width: 100%;
    margin: 0 auto;
    padding: 30.5rem 0 8rem 0;
    text-align: center;
}

.inbanner .title {
    position: relative;
    width: 47%;
    min-height: 321px;
    margin: 0 auto 25.4rem;
    background-color: rgba(255, 255, 255, .7); 
    backdrop-filter: blur(10px);                
    -webkit-backdrop-filter: blur(10px);
}


.inbanner .inbn_txt {
    padding: 3rem;
    border-radius: 20px;
    position: relative;
    background: rgba(141, 169, 182, .8);
    backdrop-filter: blur(10px);                
    -webkit-backdrop-filter: blur(10px);
}


.inbanner .inbn_txt h2 {
    font-size: 18px;
    color: #f2f6f4;
    margin-bottom: 2rem;
    font-weight: 400;
}

.inbanner .inbn_txt h3 {
    font-size: 18px;
    color: #f2f6f4;
    margin-bottom: 2rem;
    font-weight: 400;
}

.inbanner .inbn_txt h5 {
    font-size: 16px;
    color: #f2f6f4;
    margin-bottom: 2.4rem;
}

.inbanner .inbn_txt h6 {
    font-size: 20px;
    color: #f2f6f4;
    margin-bottom: 2.5rem;
    font-family: 'EB Garamond';

}

.inbanner .inbn_txt img {
    margin-bottom: 2rem;
}

.inbanner .inbn_txt p {
    font-size: 16px;
    color: #f2f6f4;
    line-height: 1.8;
}

.inbanner .inbn_txt p:not(:last-child) {
    margin-bottom: 2.5rem;
}

@media screen and (max-width:450px) {
    .inbanner {
        padding: 10rem 0 8rem 0;
    }

    .inbanner .title {
        margin: 0 auto 10rem;
    }
}

@media screen and (max-width:414px) {
    .inbanner .title {
        min-height: 318px;
    }

    .inbanner .inbn_txt {
        width: 90%;
        margin: 0 auto;
    }
}

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

    .inbanner .inbn_txt {
        padding: 2rem;
    }
}

@media screen and (max-width:360px) {
    .inbanner .title {
        min-height: 275px;
    }
}

@media screen and (max-width:350px) {
    .inbanner .inbn_txt p {
        font-size: 14px;
    }
}

@media screen and (max-width:340px) {
    .inbanner .title {
        min-height: 260px;
    }

    .inbanner .inbn_txt h6 {
        letter-spacing: 0;
    }
}

@media screen and (max-width:320px) {
    .inbanner .title {
        min-height: 240px;
    }

    .inbanner .inbn_txt p {
        font-size: 12px;
    }

    .inbanner .inbn_txt p:not(:last-child) {
        margin-bottom: 1rem;
    }
}

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

    .inbanner .inbn_txt h6 {
        letter-spacing: -1px;
    }
}

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

/***inbanner end****/
/***********************/



















.height {
    transform: translateY(0px);
}



/***footer***/
footer {
    background-color: #f8f6f2;
    text-align: center;
    padding: 12rem 0 0;
    position: relative;
    margin-top: -1px;
}


.footer_wrap {
    width: 994px;
    max-width: 100%;
    margin: 0 auto;
}

.ft_logo {
    text-align: center;
    width: 23%;
    margin: 0 auto;
    margin-bottom: 3rem;
}


/*ftmark*/
.ftmark {
    width: 622px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 5.8rem;
}

.ftmark ul {}

.ftmark ul li {
    display: inline-block;
    margin-right: 2rem;
}

.ftmark ul li img {
    display: inline-block;
}

.ftmark ul li p {
    display: inline-block;
    color: #8da9b6;
    font-size: 16px;
}


.ftbt {
    width: 590px;
    max-width: 100%;
    margin: 0 auto 6rem;
    display: flex;
    justify-content: space-between;

}


.ftbt .ftbt_lt {
    width: 59.3%;
    display: flex;
    align-items: end;
}

.ftbt .ftbt_lt a {}

.ftbt_lt a .ftbt_call {
    border: 1px #8da9b6 solid;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4rem;
    transition: .5s all;
}

.ftbt_lt a .ftbt_call img {
    margin-right: 1.6rem;
}

.ftbt_lt a .ftbt_call p {
    font-size: 30px;
    color: #2b2f2d;
    font-weight: 500;
    font-family: 'EB Garamond';
}

.ftbt_lt a:hover .ftbt_call {
    background: #8da9b6;
}


.ftbt .ftbt_rt {
    width: 37.3%;
    padding: 0 3.8rem;
    border-left: 1px #8da9b6 solid;
    border-right: 1px #8da9b6 solid;
}


.ftbt .ftbt_rt p {
    font-size: 16px;
    color: #8da9b6;
    font-family: 'EB Garamond';
    margin-bottom: 1.8rem;
}

.ftbt_rt .mubtn {
    padding-bottom: 0.8rem;
}

.ftbt_rt .mubtn ul {
    display: flex;
    justify-content: space-between;
}

.ftbt_rt .mubtn ul li {
    width: 20%;
}

.ftbt_rt .mubtn ul li a {}

.ftbt_rt .mubtn ul li a img {}

.ftbt_rt .mubtn ul li a:hover {
    transform: translateY(-5px);
}











/*ftinfo*/
.ftinfo {
    width: 994px;
    max-width: 100%;
    text-align: left;
    padding: 0 4rem 6rem;
}

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

.ftinfo ul li {
    width: 32%;
}

.ftinfo ul li img {
    display: inline-block;
}


.ftinfo ul li p {
    display: inline-block;
    font-size: 16px;
    color: #2b2f2d;
    width: 85%;
    padding-left: .5em;
    vertical-align: top;
}


.ftlin {
    width: 1368px;
    max-width: 100%;
    margin: 0 auto 4rem;
    background: #8da9b6;
    min-height: 1px;
}



/*site*/
.site {
    width: 622px;
    max-width: 100%;
    margin: 0 auto 4.6rem;
}

.site ul {
    display: flex;
    flex-wrap: wrap;
}

.site ul li {
    width: 16.66%;
}


.site li a {
    position: relative;
    transition: .3s cubic-bezier(0.22, 1, 0.36, 1);
}

.site li a:after {
    content: '';
    background: #6b7d75;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .6s cubic-bezier(0.22, 1, 0.36, 1);
}

.site li a:hover:after {
    width: 100%;
}

.site p {
    font-size: 16px;
    color: #6b7d75;
}



/*ft_btm*/
.ft_btm {
    background: #8da9b6;
    color: #f8f6f2;
    font-size: 15px;
    text-align: center;
    padding: 1.5rem 0;
}

.ft_btm a {
    color: #f8f6f2;
    font-size: 15px;
    display: inline-block;
}


.ft_copr {
    width: 622px;
    max-width: 100%;
    margin: 0 auto;
}






/*share*/
.share {
    font-size: 13px;
    color: #f8f6f2;
    padding-bottom: 1.2rem;
    border-bottom: 1px #a8c3b0 solid;
    margin-bottom: 1.2rem;

}

.share a {
    vertical-align: middle;
    transition: .3s ease-in-out;
    padding: 3px;
}

.share a:hover {
    transform: translateY(-3px);
}

/*copyright*/
.copyright {
    color: #f8f6f2;
}

.copyright a {
    font-size: 14px;
    color: #f8f6f2;
    transition: .3s ease-in-out;
}

.copyright a h1 {
    font-size: 14px;
    color: #f8f6f2;
    transition: .3s ease-in-out;
}

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


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

    .ftinfo {
        padding: 0 4rem 4rem;
    }
}

@media screen and (max-width:1000px) {
    footer {
        padding: 8rem 0 0;
    }
}

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

    .ftinfo ul li {
        width: 30%;
    }

    .ftinfo ul li:last-child {
        width: 38%;
    }

    .ftinfo ul li p {
        padding-left: 0;
    }
}

@media screen and (max-width:768px) {
    footer {
        padding: 3rem 0 0;
    }

    .ft_logo {
        width: 30%;
    }

    .ftinfo ul li p {
        letter-spacing: 0;
    }
}

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

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

    .ftinfo ul li {
        width: 45%;
        margin-bottom: 2rem;
    }

    .ftinfo ul li:last-child {
        width: 45%;
    }

    .ft_btm {
        padding: 1.5rem 0 11rem;
    }
}

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

    .ftinfo ul li:last-child {
        width: 55%;
    }

    .ft_btm {
        padding: 1.5rem 2rem 11rem;
    }
}

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

    .ftmark ul li {
        margin: 0 2rem 1rem 0;
    }

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

    .ftbt .ftbt_lt {
        width: 100%;
        justify-content: center;
        margin-bottom: 3rem;
    }

    .ftbt .ftbt_rt {
        width: 60%;
    }

    .ftinfo ul li {
        width: 70%;
    }

    .ftinfo ul li:last-child {
        width: 70%;
    }

    .ftlin {
        margin: 0 auto 2rem;
    }

    .site {
        padding: 0 2rem;
        margin: 0 auto 2rem;
    }

    .site ul li {
        width: 25%;
    }
}

@media screen and (max-width:430px) {
    .ftinfo ul li {
        width: 80%;
    }

    .ftinfo ul li:last-child {
        width: 80%;
    }
}

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

    .ftbt .ftbt_rt {
        width: 75%;
    }
}

@media screen and (max-width:393px) {
    .ftinfo ul li {
        width: 100%;
    }

    .ftinfo ul li:last-child {
        width: 100%;
    }
}

@media screen and (max-width:390px) {
    .ft_logo {
        width: 63%;
    }
}

@media screen and (max-width:360px) {
    .ftmark ul li {
        margin: 0 0 1rem 0;
    }
}

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

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

    .ftmark ul li {
        width: 80%;
        text-align: left;
        margin: 0 0 2rem 0;
    }

    .ftbt .ftbt_rt {
        padding: 0 2rem;
    }

    .ft_btm {
        padding: 1.5rem 2rem 9rem;
    }
}

@media screen and (max-width:320px) {
    .ftbt_lt a .ftbt_call {
        padding: 0 2rem;
    }
}

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

    .ftbt .ftbt_rt {
        width: 85%;
    }

    .site ul li {
        width: 33%;
    }
}

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





/*gotop*/
#gotop {
    position: fixed;
    right: 0;
    bottom: 5em;
    z-index: 30;
    cursor: pointer;
    display: none;
}

#gotop img {
    transition: .3s ease-in-out;
}

#gotop:hover img {
    transform: translateY(-5px);
}




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


    #gotop {
        width: 65px;
    }
}

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


    #gotop {
        width: 50px;
        bottom: 14em;
    }
}

/***********************/
/***inews start***/

.inews {
    background: rgba(248, 246, 242, 1.0);
    width: 100%;
    position: relative;
    z-index: 1;
    padding-bottom: 10rem;
}

.inews .inews_inner {
    width: 1196px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 6.5rem 0 10rem;
}

.inews_inner .inews_title {
    text-align: center;
        margin-bottom: 5rem;
}

.inews_inner .inews_title img {}

@media screen and (max-width:1366px) {
    .inews {
        padding-bottom: 10rem;
    }
}

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

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

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

@media screen and (max-width:650px) {
    .inews {
        padding-bottom: 5rem;
    }
}

@media screen and (max-width:430px) {
    .inews {
        padding-bottom: 0;
    }
}


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

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

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

/***news*************************************************************************************************/
.news {
    margin: 0 auto;
    width: 1026px;
    max-width: 100%;
    position: relative;
    padding: 8rem 0 3rem;
}

.newslist {}

.newslist table {
    color: #000;
}

/***newslist_rwd***/
.newslist_rwd {
    text-align: left;
    padding: 0 0 7rem;
    position: relative;
}

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

.newstitle{
	font-size: 18px;
	padding-bottom: 2rem;
}

/*npic*/
.npic {
    position: relative;
    width: 418px;
    max-width: 100%;
    min-height: 290px;
    transition: .3s ease all;
    display: inline-block;
    vertical-align: middle;
    -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5)); 

}

.npic:before {
    content: '';
    background: #8da9b6;
    width: 100%;
    min-height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    transition: .3s ease all;
}

.npicimg {
    position: absolute;
    left: 1.6rem;
    bottom: 1.6rem;
    width: 100%;
    height: 100%;
    background-position: top;
    background-repeat: no-repeat;
    transition: .3s ease all;
    border-radius: 10px;
}

/*ntitle*/
.ntitle {
    text-align: left;
    position: relative;
    margin: 0;
    width: 50%;
    padding: 0 5rem 0 0;
    display: inline-block;
    vertical-align: middle;
    transition: .3s ease all;
}

.ntitle h3 {
    color: #2b2f2d;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 1.4rem;
    transition: .3s ease all;
}
.ntitle h3 a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: 500;
}
.ntitle h3 a:not(:first-child){
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: inline-block;
    font-size: 16px;
}

.ntitle h3 img {
    margin-right: 1rem;
}

.ntitle p {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #6b7d75;
    font-size: 16px;
    padding: 1.8rem 0 0 0;
    font-weight: 400;
    transition: .3s ease all;
}

.ntitle p:before {
    content: '';
    background: rgba(141, 169, 182, .8);
    width: 100%;
    min-height: 1px;
    position: absolute;
    top: 0;
    left: 0;
}


.ntitle .news_more {
    background: #8da9b6;
    padding: 0.6rem 1rem;
    color: #f8f6f2;
    border-radius: 50px;
    width: 10%;
    margin: 3rem 0 0 auto;
    text-align: center;
    transition: .3s ease all;
}



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

.newslist_rwd:hover .ntitle .news_more {
    background: #315e51;
}

.newslist_rwd:hover .npicimg {
    left: 0;
    bottom: 0;
}

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

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

    .npic {
        width: 46%;
    }
}

@media screen and (max-width:650px) {
    .newslist_rwd {
        text-align: center;
    }

    .ntitle {
        margin: 0 auto 6rem;
        width: 80%;
        padding: 0;
    }

    .npic {
        width: 70%;
        min-height: 350px;
    }
}

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

    .npic {
        width: 100%;
    }

    .npicimg {
        left: 1rem;
        bottom: 1rem;
    }
}

@media screen and (max-width:430px) {
    .ntitle .news_more {
        width: 15%;
    }
}

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

    .npic:before {
        left: -1rem;
        bottom: -1rem;
    }

    .ntitle {
        margin: 0 auto 4rem;
    }

    .npicimg {
        left: 0;
        bottom: 0;
    }
}

@media screen and (max-width:360px) {
    .ntitle .news_more {
        width: 18%;
    }
}

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

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

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

/*page_num*/
.page_num {
    display: none;
}

.page_num a {
    display: inline-block;
}

.inews .page_num {
    display: none;
}


/***********************/
/***main start***/

.main {
    position: relative;
}

.main:before {
    content: '';
    background: rgba(248, 246, 242, .8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

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

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

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

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

/***main end****/
/***********************/
/***********************/
/***about start***/

.about {
    position: relative;
}


/*about1*/
.about .about1 {
    padding: 8.8rem 0 0 0;
}

.about1 .abt1 {
    width: 994px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 12rem;
}

.abt1 .abt1_img {
    margin-bottom: 3.9rem;
}


.abt1 .abt1_txt {
    width: 420px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.abt1 .abt1_txt img {
    display: block;
    margin: 0 auto;
}

.abt1 .abt1_txt img:first-child {
    margin-bottom: 2rem;
    width: 93%;
}

.abt1 .abt1_txt img:nth-child(2) {
    margin-bottom: 1.7rem;
}

.abt1 .abt1_txt img:last-child {
    width: 76%;
}

.abt1 .abt1_txt p {
    line-height: 1.8;
}

.abt1 .abt1_txt p:not(:last-child) {
    margin-bottom: 2.4rem;
}

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

    .abt1 .abt1_img {
        text-align: center;
    }
}

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

    .about1 .abt1 {
        padding: 0 2rem 8rem;
    }
}

@media screen and (max-width:414px) {
    .abt1 .abt1_txt img:first-child {
        width: 100%;
    }

    .abt1 .abt1_txt img:last-child {
        width: 85%;
    }
}

@media screen and (max-width:350px) {
    .about1 .abt1 {
        padding: 0 1rem 8rem;
    }
}

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

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


/*about2*/
.about2 {
    background: #f8f6f2;
    padding: 11.5rem 0 0 0;
}

.about2 .abt2 {
    width: 1664px;
    max-width: 100%;
    margin: 0 0 0 auto;
    position: relative;
}

.abt2 .abt21 {
    display: flex;
    justify-content: space-between;
}

.abt21 .abt21_lt {
    width: 26%;
    padding: 4rem 0 0 5.7rem;
}

.abt21_lt .abt21_title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4.4rem;
}

.abt21_lt .abt21_title h3 {
    font-size: 30px;
    font-weight: 500;
    margin-right: 1.9rem;
    line-height: .8;
}

.abt21_lt .abt21_title img {}

.abt21_lt .abt21_txt {}

.abt21_lt .abt21_txt table {
    width: 100%;
}

.abt21_lt .abt21_txt table tbody {}

.abt21_lt .abt21_txt table tbody tr {}

.abt21_lt .abt21_txt table tbody tr td {
    padding: 0 0 0 1rem;
}

.abt21_lt .abt21_txt table tbody tr td.tblin {
    width: 18%;
    border-right: 1px #8da9b6 solid;
    padding: 0 1rem 0 0;
}

.abt21_lt .abt21_txt table tbody tr td p {
    font-size: 18px;
}

.abt21_lt .abt21_txt table tbody tr:last-child {
    padding-bottom: 1rem;
    display: inline-block;
}

.abt21 .abt21_rt {}

.abt21 .abt21_rt img {}

.abt2 .abt22 {
    position: relative;
    margin-top: -40.5rem;
    bottom: -13rem;
    z-index: 1;
    width: 55%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.abt22 .abt22_img {}

.abt22 .abt22_img img {}

.abt22 a {
    padding-bottom: 5.2rem;
}


@media screen and (max-width:1600px) {
    .abt21 .abt21_lt {
        padding: 4rem 0 0 2rem;
    }

    .abt2 .abt22 {
        width: 60%;
        padding-left: 2rem;
    }
}

@media screen and (max-width:1450px) {
    .abt21 .abt21_lt {
        width: 35%;
    }

    .abt2 .abt22 {
        width: 66%;
        margin-top: -30.5rem;
    }
}

@media screen and (max-width:1366px) {
    .abt21 .abt21_lt {
        width: 40%;
    }

    .abt2 .abt22 {
        width: 70%;
        margin-top: -25.5rem;
    }
}

@media screen and (max-width:1280px) {
    .about2 {
        padding: 8rem 0 0 0;
    }

    .abt21 .abt21_lt {
        width: 45%;
    }

    .abt2 .abt22 {
        width: 76%;
        margin-top: -21.5rem;
    }
}

@media screen and (max-width:1200px) {
    .abt21 .abt21_lt {
        width: 50%;
    }

    .abt2 .abt22 {
        width: 80%;
        margin-top: -18.5rem;
    }
}

@media screen and (max-width:1100px) {
    .abt21 .abt21_lt {
        width: 62%;
    }

    .abt2 .abt22 {
        width: 90%;
        margin-top: 0;
        bottom: -4rem;
    }
}

@media screen and (max-width:1000px) {
    .abt21 .abt21_lt {
        width: 77%;
        padding: 0 0 0 2rem;
    }

    .abt2 .abt22 {
        width: 95%;
        margin-top: 3rem;
    }
}

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

    .abt21 .abt21_lt {
        width: 60%;
        padding: 3rem 2rem;
    }

    .abt21 .abt21_rt {
        order: -1;
        padding: 0 2rem;
    }

    .abt2 .abt22 {
        width: 100%;
        padding: 0 2rem;
        bottom: 0;
    }

    .abt22 .abt22_img {
        padding-right: 2rem;
    }
}

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

@media screen and (max-width:576px) {
    .abt21 .abt21_lt {
        width: 80%;
    }

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

    .abt22 .abt22_img {
        padding: 0 0 3rem 0;
    }
}

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

    .abt21 .abt21_lt {
        width: 100%;
    }

    .abt2 .abt22 {
        margin-top: 0;
    }
}

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

@media screen and (max-width:402px) {
    .abt21_lt .abt21_txt table tbody tr td p {
        font-size: 16px;
    }
}

@media screen and (max-width:370px) {
    .abt21_lt .abt21_txt table tbody tr td p {
        letter-spacing: 0;
    }
}

@media screen and (max-width:350px) {
    .abt21 .abt21_lt {
        padding: 3rem 1rem;
    }

    .abt21 .abt21_rt {
        padding: 0 1rem;
    }

    .abt2 .abt22 {
        padding: 0 1rem;
    }
}

@media screen and (max-width:300px) {
    .abt21_lt .abt21_txt table tbody tr td.tblin {
        width: 20%;
    }
}

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



/*about3*/
.about3 {
    position: relative;
    z-index: 0;
}

.about3:before {
    content: '';
    background: #f8f6f2;
    width: 57.14%;
    min-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.about3 .abt3 {
    width: 1558px;
    max-width: 100%;
    padding-top: 22.5rem;
    display: flex;
    justify-content: space-between;
}

.abt3 .abt3_lt {
    width: 72.7%;
}

.abt3 .abt3_lt img {}

.abt3 .abt3_rt {
    width: 24.9%;
    padding: 20.4rem 0 0 3.6rem;
}

.abt3_rt .abt3_title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4.4rem;
}

.abt3_rt .abt3_title h3 {
    font-size: 30px;
    font-weight: 500;
    margin-right: 1.9rem;
    line-height: .8;
}

.abt3_rt .abt3_title img {}

.abt3_rt .iabt3_txt {
    padding-left: 2rem;
    border-left: 1px #8da9b6 solid;
    margin: 0 0 5.6rem 5.6rem;
}

.abt3_rt .iabt3_txt ul {
    list-style: disc;
    padding-left: 1.6rem;
}

.abt3_rt .iabt3_txt ul li {
    line-height: 2;
}

.abt3_rt .iabt3_txt ul li p {
    font-size: 18px;
}

.abt3_rt .iabt3_txt ul li>ul {
    list-style: none;
    padding-left: 0;
}

.abt3_rt .iabt3_txt ul li>ul li {
    line-height: 1.8;
}

.abt3_rt .iabt3_txt ul li>ul li span {
    font-size: 16px;
    color: #6b7d75;
}

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

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

@media screen and (max-width:1200px) {
    .abt3_rt .iabt3_txt {
        margin: 0 0 5.6rem 2rem;
    }
}

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

    .abt3 .abt3_rt {
        padding: 4rem 0 0 4rem;
        width: 36%;
    }
}

@media screen and (max-width:834px) {
    .about3:before {
        width: 98%;
    }

    .about3 .abt3 {
        padding: 4rem 0 0 0;
        flex-wrap: wrap;
        justify-content: center;
        overflow-x: hidden;
    }

    .abt3 .abt3_lt {
        width: 100%;
        padding: 0 2rem;
    }

    .abt3 .abt3_rt {
        width: 60%;
        padding: 3rem 2rem;
    }

    .abt3_rt .iabt3_txt ul li>ul {
        padding-right: 9rem;
    }
}

@media screen and (max-width: 768px) {
    .about3:before {
        width: 97.5%;
    }
}

@media screen and (max-width:650px) {
    .about3:before {
        width: 97%;
    }

    .abt3_rt .iabt3_txt ul li>ul {
        padding-right: 0;
    }

    .abt3 .abt3_rt {
        width: 68%;
    }
}

@media screen and (max-width:450px) {
    .about3:before {
        width: 96%;
    }

    .abt3 .abt3_rt {
        width: 86%;
    }
}

@media screen and (max-width:414px) {
    .about3:before {
        width: 95.5%;
    }

    .abt3_rt .iabt3_txt {
        margin: 0 0 3rem 2rem;
    }
}

@media screen and (max-width:393px) {
    .abt3 .abt3_rt {
        width: 90%;
    }
}

@media screen and (max-width:370px) {
    .abt3 .abt3_rt {
        width: 100%;
    }
}

@media screen and (max-width:350px) {
    .about3:before {
        width: 100%;
    }

    .abt3 .abt3_lt {
        padding: 0 1rem;
    }

    .abt3 .abt3_rt {
        padding: 3rem 1rem;
    }

    .abt3_rt .iabt3_txt {
        margin: 0 0 3rem 1rem;
    }
}

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


/*about4*/

.about4 {
    position: relative;
    z-index: 0;
}

.about4:before {
    content: '';
    background: #f8f6f2;
    width: 59.2%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.about4 .abt4 {
    width: 1558px;
    max-width: 100%;
    margin: 0 0 0 auto;
    padding: 8.8rem 11.8rem 14.7rem 0;
    display: flex;
    justify-content: space-between;
}

.abt4 .abt4_lt {
    padding-top: 32.5rem;
    width: 28%;
}

.abt4_lt .abt4_title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4.4rem;
}

.abt4_lt .abt4_title h3 {
    font-size: 30px;
    font-weight: 500;
    margin-right: 1.9rem;
    line-height: .8;
}

.abt4_lt .abt4_title img {}

.abt4_lt .iabt4_txt {
    padding-left: 2rem;
    border-left: 1px #8da9b6 solid;
    margin: 0 0 5.6rem 5.6rem;
}

.abt4_lt .iabt4_txt ul {
    list-style: disc;
    padding-left: 1.6rem;
}

.abt4_lt .iabt4_txt ul li {
    line-height: 2;
}

.abt4_lt .iabt4_txt ul li p {
    font-size: 18px;
}

.abt4 .abt4_rt {}

.abt4 .abt4_rt img {}

@media screen and (max-width:1536px) {
    .about4:before {
        width: 71.8%;
    }

    .abt4 .abt4_lt {
        padding: 19rem 0 0 2rem;
    }
}

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

@media screen and (max-width:1200px) {
    .about4:before {
        width: 71.5%;
    }

    .abt4 .abt4_lt {
        width: 50%;
    }

    .abt4_lt .iabt4_txt {
        margin: 0 0 5.6rem 2rem;
    }
}

@media screen and (max-width:1100px) {
    .about4:before {
        width: 65.5%;
    }
}

@media screen and (max-width:834px) {
    .about4:before {
        width: 97.4%;
    }

    .about4 .abt4 {
        padding: 4rem 0;
        flex-wrap: wrap;
        justify-content: center;
        overflow-x: hidden;
    }

    .abt4 .abt4_lt {
        width: 65%;
        padding: 3rem 2rem;
    }

    .abt4 .abt4_rt {
        order: -1;
        width: 100%;
        padding: 0 2rem;
    }

}

@media screen and (max-width:650px) {
    .about4:before {
        width: 96.9%;
    }

    .abt4 .abt4_lt {
        width: 86%;
    }
}

@media screen and (max-width:450px) {
    .about4:before {
        width: 95.6%;
    }
}

@media screen and (max-width:414px) {
    .abt4_lt .iabt4_txt {
        margin: 0 0 3rem 2rem;
    }
}

@media screen and (max-width:402px) {
    .about4:before {
        width: 95.3%;
    }
}

@media screen and (max-width:393px) {
    .about4:before {
        width: 95%;
    }

    .abt4 .abt4_lt {
        width: 90%;
    }

}

@media screen and (max-width:370px) {
    .abt4 .abt4_lt {
        width: 100%;
    }
}

@media screen and (max-width:360px) {
    .about4:before {
        width: 94.5%;
    }
}

@media screen and (max-width:350px) {
    .about4:before {
        width: 100%;
    }

    .abt4 .abt4_lt {
        padding: 3rem 1rem;
    }

    .abt4_lt .iabt4_txt {
        margin: 0 0 3rem 1rem;
    }

    .abt4 .abt4_rt {
        padding: 0 1rem;
    }
}

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

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



/*about5*/
.about5 {
    background: url(../../images/abt5_img01.jpg) top center no-repeat fixed;
    background-size: cover;
    width: 100%;
    min-height: 930px;

}

.about5 .abt5 {
    position: relative;
    width: 373px;
    max-width: 100%;
    min-height: 425px;
    background: rgba(248, 246, 242, .9);
    top: 25rem;
    left: 22.8rem;
    padding: 6.6rem 7.5rem 6rem 8.5rem;
}

.abt5 .abt5_title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4.4rem;
}

.abt5 .abt5_title h3 {
    font-size: 30px;
    font-weight: 500;
    margin-right: 1.9rem;
    line-height: .8;
}

.abt5 .abt5_title img {}

.abt5 .iabt5_txt {
    padding-left: 2rem;
    border-left: 1px #8da9b6 solid;
    margin: 0 0 5.6rem 5.6rem;
}

.abt5 .iabt5_txt ul {
    list-style: disc;
    padding-left: 1.6rem;
}

.abt5 .iabt5_txt ul li {
    line-height: 2;
}

.abt5 .iabt5_txt ul li p {
    font-size: 18px;
}

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

    .about5 .abt5 {
        top: 13rem;
        left: 12rem;
    }
}

@media screen and (max-width:768px) {
    .about5 {
        min-height: 560px;
        background-attachment: initial;
    }

    .about5 .abt5 {
        top: 6rem;
        left: 2rem;
    }
}

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

    .about5 .abt5 {
        top: 3rem;
        padding: 4rem 7.5rem 3rem 3rem;
    }

    .abt5 .iabt5_txt {
        margin: 0 0 5.6rem 2rem;
    }
}

@media screen and (max-width:450px) {
    .about5 .abt5 {
        padding: 4rem 4rem 3rem 3rem;
        min-height: 410px;
    }
}

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

    .about5 .abt5 {
        padding: 4rem 4rem 3rem 2.5rem;
    }
}

@media screen and (max-width:393px) {
    .about5 .abt5 {
        max-width: 90%;
    }
}

@media screen and (max-width:330px) {
    .about5 .abt5 {
        left: 1.5rem;
    }
}

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



/*roomguide*/

.roomguide {
    padding: 18.7rem 0 0 0;
}

.roomguide .imenu_track {
    padding: 11rem 0 0 0;
    width: 140%;
}

.roomguide .imu_rt .imu_rt_top_txt {}

.roomguide .imu_rt .imu_rt_top_txt h5 {
    font-size: 16px;
    color: #6b7d75;
    margin-bottom: 1rem;
}

.roomguide .imu_rt .imu_rt_top_txt ul {}

.roomguide .imu_rt .imu_rt_top_txt ul li {}

.roomguide .imu_rt .imu_rt_top_txt ul li p {
    color: #6b7d75;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}

.roomguide .imenu .imu_rt {
    padding-top: 10rem;
}


@media (max-width: 768px) {
    .roomguide .imenu_track {
        padding: 5rem 0 0 0;
    }

    .roomguide .imu_rt_bot {
        justify-content: flex-start;
    }
}

/***about end****/
/***********************/
/***********************/
/***indoor start***/

.indoor {}



/*indoor1*/
.indoor .indoor1 {
    position: relative;
    z-index: 0;
    padding: 10.4rem 0 0 0;
}

.indoor .indoor1:before {
    content: '';
    background: url(../../images/indoor1_deco01.png) top left no-repeat;
    background-size: contain;
    width: 1071px;
    max-width: 100%;
    min-height: 828px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.indoor .indoor1:after {
    content: '';
    background: url(../../images/indoor1_deco02.png) bottom right no-repeat;
    background-size: contain;
    width: 1251px;
    max-width: 100%;
    min-height: 1742px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}


.indoor1 .indr1 {}


/*indr11*/
.indr1 .indr11 {
    width: 1560px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 0 16rem;
    display: flex;
    justify-content: space-between;
}

.indr11 .indr11_lt {
    width: 29.5%;
}

.indr11_lt .indr11_lt_title {
    margin-bottom: 3.2rem;
    padding-top: 1.4rem;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.indr11_lt .indr11_lt_title h4 {
    font-size: 60px;
    color: #8da9b6;
    font-family: 'EB Garamond';
    font-weight: 600;
    margin-right: 2.3rem;
    line-height: .7;
}

.indr11_lt .indr11_lt_title h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
}

.indr11_lt .indr11_lt_title h3 img {
    margin-left: .5rem;
    vertical-align: super;
}

.indr11 .indr11_rt {
    padding-right: 13.2rem;
    position: relative;
}

.indr11 .indr11_rt:before {
    content: '';
    background: url(../../images/indr11_deco01.png) bottom right no-repeat;
    background-size: contain;
    width: 303px;
    max-width: 100%;
    min-height: 550px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.indr11_rt .indr11_rt_img {}

.indr11_rt .indr11_rt_img img {}

.indr11_rt .indr11_rt_txt {
    padding: 5.2rem 0 1.7rem 7rem;
}

.indr11_rt .indr11_rt_txt p {
    font-size: 18px;
}

@media screen and (max-width:1536px) {
    .indoor .indoor1:before {
        max-width: 57%;
        min-height: 678px;
    }

    .indoor .indoor1:after {
        max-width: 65%;
        min-height: 1280px;
    }

    .indr1 .indr11 {
        padding: 0 4rem;
    }
}

@media screen and (max-width:1280px) {
    .indr1 .indr11 {
        padding: 0 2rem;
    }

    .indr11 .indr11_rt {
        padding-right: 3rem;
    }

    .indr11_rt .indr11_rt_txt {
        padding: 3.2rem 0 1.7rem 2rem;
    }
}

@media screen and (max-width:1100px) {
    .indr11 .indr11_lt {
        width: 25.5%;
    }
}

@media screen and (max-width:1000px) {
    .indoor .indoor1:before {
        max-width: 50%;
        min-height: 390px;
    }

    .indoor .indoor1:after {
        min-height: 850px;
    }

    .indr11 .indr11_lt {
        width: 26.7%;
    }

    .indr11 .indr11_rt {
        width: 70%;
    }

    .indr11 .indr11_rt:before {
        max-width: 35%;
        min-height: 400px;
    }
}

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

    .indr11 .indr11_lt {
        width: 50%;
        margin-bottom: 3rem;
    }

    .indr11_lt .indr11_lt_title {
        padding-top: 0;
    }

    .indr11 .indr11_rt {
        width: 85%;
    }
}

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

    .indr11 .indr11_lt {
        width: 52%;
    }

    .indr11 .indr11_rt {
        width: 100%;
    }
}

@media screen and (max-width:650px) {
    .indr11 .indr11_lt {
        width: 61%;
    }
}

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

    .indr11 .indr11_rt {
        padding-right: 2rem;
    }

    .indr11 .indr11_rt:before {
        max-width: 25%;
        min-height: 230px;
    }
}

@media screen and (max-width:450px) {
    .indoor .indoor1:before {
        max-width: 70%;
        min-height: 500px;
    }

    .indoor .indoor1:after {
        min-height: 950px;
        max-width: 90%;
    }

    .indr11 .indr11_lt {
        width: 91%;
    }

    .indr11 .indr11_rt:before {
        bottom: 10rem;
    }

    .indr11_rt .indr11_rt_txt {
        padding: 2rem 0 0 0;
    }
}

@media screen and (max-width:430px) {
    .indr11 .indr11_lt {
        width: 100%;
    }

    .indr11 .indr11_rt {
        padding-right: 1rem;
    }

    .indr11 .indr11_rt:before {
        bottom: 9rem;
        min-height: 180px;
    }

    .indr11_rt .indr11_rt_txt p {
        font-size: 16px;
    }
}

@media screen and (max-width:414px) {
    .indr11 .indr11_rt {
        padding-right: 0.5rem;
    }

    .indr11 .indr11_rt:before {
        min-height: 120px;
        bottom: 8rem;
    }

}

@media screen and (max-width:370px) {
    .indr11_rt .indr11_rt_txt p {
        letter-spacing: 0;
    }
}

@media screen and (max-width:360px) {
    .indr11_rt .indr11_rt_txt p {
        font-size: 15px;
    }
}

@media screen and (max-width:350px) {
    .indr1 .indr11 {
        padding: 0 1rem;
    }
}

@media screen and (max-width:320px) {
    .indr11_rt .indr11_rt_txt p {
        font-size: 13px;
    }

    .indr11 .indr11_rt:before {
        bottom: 7rem;
    }
}

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


/*indr12*/
.indr1 .indr12 {
    padding: 9.5rem 1.8rem 0 0;
    width: 1744px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}


.indr12 .indr12_lt {
    width: 64.31%;
}

.indr12_lt .indr12_lt_img {}

.indr12_lt .indr12_lt_img img {}

.indr12_lt .indr12_lt_txt {
    padding: 7rem 34.7rem 0 27.4rem;
}

.indr12_lt .indr12_lt_txt h5 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 3rem;
}

.indr12_lt .indr12_lt_txt p {
    padding-left: 4.8rem;
    text-align: justify;
    letter-spacing: -1px;
}



.indr12 .indr12_rt {
    width: 44.3%;
    margin-left: -15.9rem;
    padding-top: 7rem;
}

.indr12_rt .indr12_rt_title {
    padding: 0 24rem 0 36.3rem;
    margin-bottom: 6.1rem;
    text-align: center;
}

.indr12_rt .indr12_rt_title h4 {
    font-size: 60px;
    color: #8da9b6;
    font-family: 'EB Garamond';
    font-weight: 600;
    margin-bottom: 2.3rem;
    line-height: .7;
}

.indr12_rt .indr12_rt_title h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 2.4rem;
}

.indr12_rt .indr12_rt_title img {
    margin-bottom: 2.5rem;
}

.indr12_rt_title .indr12_rt_lin {
    background: #8da9b6;
    width: 1px;
    min-height: 100px;
    margin: 0 auto;
}


.indr12_rt .indr12_rt_img {}

.indr12_rt .indr12_rt_img img {}

@media screen and (max-width:1700px) {
    .indr1 .indr12 {
        padding: 9.5rem 2rem 0 2rem;
    }

    .indr12_rt .indr12_rt_title {
        padding: 0 20rem 0 33rem;
    }
}

@media screen and (max-width:1536px) {
    .indr12_lt .indr12_lt_txt {
        padding: 7rem 28rem 0 18.4rem;
    }

    .indr12 .indr12_rt {
        padding-top: 2rem;
    }

    .indr12_rt .indr12_rt_title {
        padding: 0 15rem 0 29rem;
    }

}

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

    .indr12_rt .indr12_rt_title {
        padding: 0 5rem 0 25rem;
        margin-bottom: 4rem;

    }
}

@media screen and (max-width:1280px) {
    .indr12_lt .indr12_lt_txt {
        padding: 5rem 24rem 0 7.4rem;
    }

    .indr12 .indr12_rt {
        width: 48%;
    }
}

@media screen and (max-width:1100px) {
    .indr12_lt .indr12_lt_txt {
        padding: 5rem 16rem 0 2rem;
    }

    .indr12_lt .indr12_lt_txt h5 {
        margin-bottom: 1rem;
    }

    .indr12_lt .indr12_lt_txt p {
        padding-left: 2rem;
    }
}

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

    .indr12 .indr12_lt {
        width: 80%;
    }

    .indr12_lt .indr12_lt_txt {
        padding: 3rem 2rem 0 2rem;
    }

    .indr12 .indr12_rt {
        width: 80%;
        margin: 0 0 3rem 0;
        order: -1;
    }
}

@media screen and (max-width:768px) {
    .indr12 .indr12_lt {
        width: 100%;
    }

    .indr12 .indr12_rt {
        width: 100%;
    }
}

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

    .indr12_lt .indr12_lt_txt p {
        padding-left: 0;
    }

    .indr12_rt .indr12_rt_title {
        padding: 0 2rem;
        margin-bottom: 3rem;
    }

}

@media screen and (max-width:414px) {
    .indr12_lt .indr12_lt_txt h5 {
        font-size: 20px;
    }
}

@media screen and (max-width:360px) {
    .indr12_lt .indr12_lt_txt p {
        font-size: 15px;
    }
}

@media screen and (max-width:320px) {
    .indr12_lt .indr12_lt_txt p {
        font-size: 13px;
    }
}

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





/*indr13*/
.indr1 .indr13 {
    width: 1580px;
    max-width: 100%;
    margin: 0 auto;
    padding: 2.4rem 0 17rem;
    display: flex;
    justify-content: space-between;
}

.indr13 .indr13_lt {
    width: 53.1%;
}

.indr13_lt .indr13_lt_img {
    margin-bottom: 4.8rem;
}

.indr13_lt .indr13_lt_img img {}

.indr13_lt .indr13_lt_txt {
    width: 64.8%;
    margin: 0 auto;
}

.indr13_lt .indr13_lt_txt img {}

.indr13 .indr13_rt {
    width: 44.1%;
    padding: 24rem 3.8rem 0 0;
}

.indr13_rt .indr13_rt_img {}

.indr13_rt .indr13_rt_img img {}


@media screen and (max-width:1580px) {
    .indr1 .indr13 {
        padding: 2.4rem 2rem 17rem;
    }

    .indr13 .indr13_rt {
        padding: 22rem 0 0 0;
    }
}

@media screen and (max-width:1000px) {
    .indr1 .indr13 {
        padding: 2.4rem 2rem 10rem;
    }

    .indr13_lt .indr13_lt_txt {
        width: 70%;
    }

    .indr13 .indr13_rt {
        padding: 15rem 0 0 0;
    }
}

@media screen and (max-width:834px) {
    .indr1 .indr13 {
        padding: 2.4rem 2rem 5rem;
    }

    .indr13_lt .indr13_lt_img {
        margin-bottom: 3rem;
    }

    .indr13_lt .indr13_lt_txt {
        width: 75%;
    }

    .indr13 .indr13_rt {
        padding: 11rem 0 0 0;
    }
}

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

    .indr13 .indr13_lt {
        width: 100%;
    }

    .indr13 .indr13_rt {
        padding: 5rem 0 0 0;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width:450px) {
    .indr13_lt .indr13_lt_txt {
        width: 85%;
    }
}

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

@media screen and (max-width:350px) {
    .indr1 .indr13 {
        padding: 2.4rem 1rem 5rem;
    }
}

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


/*indoor2*/
.indoor2 {}

.indoor2 .indr2 {
    width: 100%;
    text-align: center;
}

/***indoor end****/
/***********************/
/***********************/
/***kids start***/

.kids {}


/*kids1*/

.kids .kids1 {
    padding-top: 8.7rem;
    position: relative;
    z-index: 0;
}

.kids .kids1:before {
    content: '';
    background: url(../../images/kids1_bg.png) bottom center no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 1062px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.kids .kids1:after {
    content: '';
    background: url(../../images/kids1_deco01.png) bottom left no-repeat;
    background-size: contain;
    width: 1300px;
    max-width: 100%;
    min-height: 1542px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
}



.kids1 .kids11 {
    width: 1654px;
    max-width: 100%;
    margin: 0 auto 3.8rem;
    display: flex;
    justify-content: space-between;
}

.kids11 .kids11_lt {}

.kids11 .kids11_rt {
    width: 37.3%;
    padding: 11rem 8.8rem 0 6.5rem;
}

@media screen and (max-width:1654px) {
    .kids1 .kids11 {
        padding: 0 2rem;
    }
}

@media screen and (max-width:1536px) {
    .kids11 .kids11_rt {
        padding: 11rem 2rem 0 5rem;
    }
}

@media screen and (max-width:1400px) {
    .kids .kids1:before {
        min-height: 772px;
    }

    .kids .kids1:after {
        min-height: 1060px;
    }
}

@media screen and (max-width:1200px) {
    .kids .kids1:before {
        min-height: 662px;
    }

    .kids .kids1:after {
        min-height: 970px;
    }
}

@media screen and (max-width:1100px) {
    .kids .kids1:after {
        min-height: 1000px;
    }
}

@media screen and (max-width:1000px) {
    .kids11 .kids11_rt {
        width: 50%;
    }
}

@media screen and (max-width:834px) {
    .kids .kids1:before {
        min-height: 462px;
    }

    .kids .kids1:after {
        min-height: 670px;
    }

    .kids1 .kids11 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .kids11 .kids11_rt {
        padding: 0 2rem 5rem 2rem;
        width: 70%;
        order: -1;
    }
}

@media screen and (max-width:768px) {
    .kids .kids1:after {
        min-height: 620px;
    }
}

@media screen and (max-width:650px) {
    .kids .kids1:before {
        min-height: 360px;
    }

    .kids .kids1:after {
        min-height: 690px;
    }
}

@media screen and (max-width:576px) {
    .kids .kids1:before {
        min-height: 320px;
    }

    .kids .kids1:after {
        min-height: 500px;
    }

}

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

    .kids .kids1:after {
        min-height: 525px;
    }

    .kids .kids1 {
        padding-top: 5rem;
    }
}

@media screen and (max-width:414px) {
    .kids .kids1:after {
        min-height: 335px;
    }

    .kids1 .kids11 {
        margin: 0 auto 4rem;
    }

    .kids11 .kids11_rt {
        padding: 0 2rem 3rem 2rem;
        width: 90%;
    }
}

@media screen and (max-width:393px) {
    .kids .kids1:before {
        min-height: 220px;
    }

    .kids .kids1:after {
        min-height: 320px;
    }
}

@media screen and (max-width:360px) {
    .kids .kids1:after {
        min-height: 290px;
    }
}

@media screen and (max-width:350px) {
    .kids .kids1:before {
        min-height: 200px;
    }

    .kids .kids1:after {
        min-height: 280px;
    }

    .kids1 .kids11 {
        padding: 0 1rem;
    }
}


@media screen and (max-width:300px) {
    .kids .kids1:after {
        min-height: 240px;
    }
}




/*kids12*/
.kids1 .kids12 {
    width: 1770px;
    max-width: 100%;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: space-between;
}

.kids12 .kids12_lt {
    width: 39.6%;
}

.kids12_lt .kids12_lt_en {
    margin-bottom: 2.8rem;
}

.kids12_lt .kids12_lt_en h5 {
    font-size: 60px;
    color: #8da9b6;
    font-family: 'EB Garamond';
    font-weight: 600;
    text-transform: uppercase;
}

.kids12_lt .kids12_lt_txt {
    padding: 1.6rem 0 0 4.6rem;
    border-left: 1px #8da9b6 solid;
}

.kids12_lt .kids12_lt_txt p {}


.kids12 .kids12_rt {}

.kids12_rt .kids12_rt_img {}

.kids12_rt .kids12_rt_img img {
    border-top-left-radius: 250px;
    border-bottom-left-radius: 250px;
}


@media screen and (max-width:1770px) {
    .kids1 .kids12 {
        padding: 0 0 0 6rem;
    }
}

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

@media screen and (max-width:1366px) {
    .kids12 .kids12_lt {
        width: 50%;
    }
}

@media screen and (max-width:1280px) {
    .kids12_lt .kids12_lt_en {
        padding-top: 5rem;
    }

    .kids12_lt .kids12_lt_en h5 {
        font-size: 42px;
        letter-spacing: 0;
    }
}

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

@media screen and (max-width:1000px) {
    .kids12_lt .kids12_lt_en {
        margin-bottom: 2rem;
        padding-top: 4rem;
    }

    .kids12_lt .kids12_lt_txt {
        padding: 1rem 0 0 2rem;
    }
}

@media screen and (max-width:834px) {
    .kids1 .kids12 {
        padding: 0;
        overflow-x: hidden;
        flex-wrap: wrap;
        justify-content: center;
    }

    .kids12 .kids12_lt {
        width: 90%;
        margin-bottom: 5rem;
    }

    .kids12_lt .kids12_lt_en {
        padding-top: 1rem;
    }

    .kids12_lt .kids12_lt_en h5 {
        font-size: 60px;
    }

    .kids12 .kids12_rt {
        padding: 0 0 0 2rem;
    }
}

@media screen and (max-width:650px) {
    .kids12 .kids12_lt {
        width: 100%;
        padding: 0 2rem;
    }

    .kids12_lt .kids12_lt_en h5 {
        font-size: 52px;
    }
}

@media screen and (max-width:576px) {
    .kids12_lt .kids12_lt_en h5 {
        font-size: 40px;
    }
}

@media screen and (max-width:450px) {
    .kids12_lt .kids12_lt_en h5 {
        font-size: 30px;
    }
}

@media screen and (max-width:414px) {
    .kids12 .kids12_lt {
        margin-bottom: 3rem;
    }
}

@media screen and (max-width:370px) {
    .kids12_lt .kids12_lt_en h5 {
        font-size: 26px;
    }
}

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

@media screen and (max-width:350px) {
    .kids12 .kids12_lt {
        padding: 0 1rem;
    }

    .kids12 .kids12_rt {
        padding: 0 0 0 1rem;
    }
}

@media screen and (max-width:330px) {
    .kids12_lt .kids12_lt_txt p {
        letter-spacing: 0;
    }
}

@media screen and (max-width:300px) {
    .kids12_lt .kids12_lt_en h5 {
        font-size: 25px;
    }
}

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



/*kids13*/
.kids1 .kids13 {
    width: 1680px;
    max-width: 100%;
    margin: -2.8rem auto 0;
    padding-bottom: 73rem;
    display: flex;
    justify-content: space-between;
}


.kids13 .kids13_lt {
    width: 50.5%;
    padding: 0 0 0 2.4rem;
}

.kids13 .kids13_rt {
    padding-top: 21rem;
}

.kids13_rt .kids13_rt_en {
    margin-bottom: 3rem;
}

.kids13_rt .kids13_rt_en h5 {
    font-size: 60px;
    color: #8da9b6;
    font-family: 'EB Garamond';
    font-weight: 600;
    text-transform: uppercase;
}


.kids13_rt .kids13_rt_cont {
    padding: 0 6.2rem 0;
    display: flex;
}

.kids13_rt_cont .kids13_rt_set {
    width: 41%;
    display: flex;
}

.kids13_rt_cont .kids13_rt_set img {
    padding-right: 2.3rem;
    margin-right: 2.3rem;
    border-right: 1px #6b7d75 solid;
}

.kids13_rt_set .kids13_rt_txt {}

.kids13_rt_set .kids13_rt_txt p {
    font-size: 16px;
}


@media screen and (max-width:1680px) {
    .kids1 .kids13 {
        padding: 0 2rem 73rem;
    }

    .kids13 .kids13_lt {
        padding: 0 2rem 0 0;
    }
}

@media screen and (max-width:1400px) {
    .kids1 .kids13 {
        padding: 0 2rem 52rem;
    }

    .kids13 .kids13_rt {
        padding-top: 14rem;
    }

    .kids13_rt .kids13_rt_en h5 {
        font-size: 55px;
        letter-spacing: 0;
    }

    .kids13_rt_cont .kids13_rt_set {
        width: 50%;
    }
}

@media screen and (max-width:1280px) {
    .kids13_rt .kids13_rt_en h5 {
        font-size: 48px;
    }
}

@media screen and (max-width:1100px) {
    .kids1 .kids13 {
        margin: 0 auto;
        padding: 0 2rem 51rem;
    }

    .kids13 .kids13_rt {
        padding-top: 7rem;
    }
}

@media screen and (max-width:1000px) {
    .kids1 .kids13 {
        padding: 0 2rem 37rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .kids13 .kids13_lt {
        padding: 0;
        width: 100%;
    }

    .kids13 .kids13_rt {
        padding-top: 5rem;
        order: -1;
        margin-bottom: 5rem;
    }

    .kids13_rt .kids13_rt_en h5 {
        font-size: 60px;
    }
}

@media screen and (max-width:650px) {
    .kids13_rt .kids13_rt_en h5 {
        font-size: 50px;
    }
}

@media screen and (max-width:576px) {
    .kids13_rt .kids13_rt_en h5 {
        font-size: 40px;
    }

    .kids13_rt .kids13_rt_cont {
        padding: 0;
    }
}

@media screen and (max-width:450px) {
    .kids1 .kids13 {
        padding: 0 2rem 13rem;
    }

    .kids13_rt .kids13_rt_en h5 {
        font-size: 30px;
    }

    .kids13_rt .kids13_rt_cont {
        flex-wrap: wrap;
        justify-content: center;
    }

    .kids13_rt_cont .kids13_rt_set {
        width: 65%;
        margin-bottom: 3rem;
    }
    .kids13_rt_cont .kids13_rt_set img {
    width: 23%;
}
}

@media screen and (max-width:414px) {
    .kids1 .kids13 {
        padding: 0 2rem 15rem;
    }

    .kids13 .kids13_rt {
        margin-bottom: 2rem;
        padding-top: 4rem;
    }
}

@media screen and (max-width:393px) {
    .kids13_rt .kids13_rt_en h5 {
        letter-spacing: -1px;
    }
}

@media screen and (max-width:370px) {
    .kids13_rt .kids13_rt_en h5 {
        font-size: 26px;
    }
}

@media screen and (max-width:350px) {
    .kids1 .kids13 {
        padding: 0 1rem 13rem;
    }
}

@media screen and (max-width:330px) {
    .kids13_rt_cont .kids13_rt_set {
        width: 75%;
    }
}

@media screen and (max-width:300px) {
    .kids13_rt .kids13_rt_en h5 {
        font-size: 25px;
    }
}

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

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


/*kids2*/
.kids .kids2 {
    background: #f8f6f2;
    position: relative;
    overflow-y: hidden;
}

.kids2 .kids21 {
    width: 1680px;
    max-width: 100%;
    margin: 0 auto;
    padding: 11rem 0 0 0;
    position: relative;
    z-index: 1;

}

.kids21 .kids21_top {
    width: 25.5%;
    padding-left: 12rem;
}

.kids21_top .kids21_top_title {
    margin-bottom: 2.5rem;
}

.kids21_top .kids21_top_title h4 {
    font-size: 60px;
    color: #8da9b6;
    font-family: 'EB Garamond';
    font-weight: 600;
    line-height: 0.8;
    margin-bottom: 1.5rem;
}

.kids21_top .kids21_top_title h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 1.8rem;
}

.kids21_top .kids21_top_title h3 img {
    margin-left: .5rem;
    vertical-align: super;
}

.kids21_top .kids21_top_title p {
    font-size: 18px;
    color: #6b7d75;
}

.kids21_top .kids21_top_txt {
    padding-left: 2rem;
}

.kids21_top .kids21_top_txt ul {
    list-style: disc;
}

.kids21_top .kids21_top_txt ul li {
    padding-left: 0.5rem;
}

.kids21_top .kids21_top_txt ul li p {
    font-size: 18px;
}

.kids21 .kids21_bot {
    margin-top: -25rem;
    display: flex;
    justify-content: space-between;
}

.kids21_bot .kids21_bot_lt {
    width: 33.93%;
    padding: 58rem 0 0 10.5rem;
    margin-right: -2.5rem;
}

.kids21_bot .kids21_bot_rt {}

.kids21_bot .kids21_bot_rt img {}


.kids2 .kids22 {
    width: 1730px;
    max-width: 100%;
    margin: -4.5rem auto 0;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.kids22 .kids22_lt {}

.kids22 .kids22_lt img {}

.kids22 .kids22_rt {
    padding-top: 15.7rem;
}

.kids22 .kids22_rt img {}

.circle1 {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    position: absolute;
    top: -10rem;
}

.circle2 {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    position: absolute;
    bottom: -10rem;
    right: 0;
    z-index: 0;
}

@media screen and (max-width:1680px) {
    .kids2 .kids21 {
        padding: 11rem 2rem 0;
    }

    .kids2 .kids22 {
        padding: 0 2rem;
    }
}

@media screen and (max-width:1536px) {
    .kids21 .kids21_top {
        padding-left: 6rem;
    }

    .kids21_bot .kids21_bot_lt {
        padding: 48rem 3rem 0 2rem;
    }

    .kids22 .kids22_lt {
        padding-right: 2rem;
    }

    .circle1 {
        width: 40%;
    }

    .circle2 {
        width: 60%;
    }
}

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

@media screen and (max-width:1280px) {
    .kids21 .kids21_top {
        padding-left: 0;
    }

    .kids21_bot .kids21_bot_lt {
        padding: 42rem 3rem 0 0;
    }

    .kids22 .kids22_rt {
        padding-top: 12rem;
    }
}

@media screen and (max-width:1100px) {
    .kids21 .kids21_top {
        width: 30%;
    }

    .kids21_bot .kids21_bot_lt {
        padding: 32rem 3rem 0 0;
    }

    .kids21_bot .kids21_bot_rt {
        width: 68%;
    }
}

@media screen and (max-width:1000px) {
    .kids2 .kids22 {
        margin: 0 auto;
    }
}

@media screen and (max-width:834px) {
    .kids2 .kids21 {
        padding: 5rem 2rem 0;
    }

    .kids21 .kids21_top {
        width: 50%;
        margin: 0 auto 5rem;
    }

    .kids21 .kids21_bot {
        margin-top: 0;
        justify-content: center;
        flex-wrap: wrap;
    }

    .kids21_bot .kids21_bot_lt {
        padding: 0;
        width: 60%;
        margin: 3rem 0;
    }

    .kids21_bot .kids21_bot_rt {
        width: 100%;
        order: -1;
    }

    .kids2 .kids22 {
        padding: 0 2rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .kids22 .kids22_lt {
        padding-right: 0;
    }

    .kids22 .kids22_rt {
        padding-top: 0;
        order: -1;
        margin: 3rem 0;
    }

    .circle1 {
        width: 70%;
    }

    .circle2 {
        width: 70%;
    }
}

@media screen and (max-width:576px) {
    .kids21 .kids21_top {
        width: 60%;
    }

    .circle1 {
        width: 90%;
    }

    .circle2 {
        width: 80%;
    }
}

@media screen and (max-width:450px) {
    .kids21 .kids21_top {
        width: 70%;
    }

    .kids21_bot .kids21_bot_lt {
        width: 70%;
    }
}

@media screen and (max-width:430px) {
    .kids21 .kids21_top {
        width: 80%;
        margin: 0 auto 3rem;
    }

    .kids21_top .kids21_top_title {
        margin-bottom: 1rem;
    }

    .circle1 {
        width: 100%;
    }
}

@media screen and (max-width:414px) {
    .kids21_bot .kids21_bot_lt {
        width: 80%;
        margin: 2rem 0;
    }

    .kids22 .kids22_rt {
        margin: 2rem 0;
    }

    .circle2 {
        width: 90%;
    }
}

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

@media screen and (max-width:350px) {
    .kids2 .kids21 {
        padding: 5rem 1rem 0;
    }

    .kids2 .kids22 {
        padding: 0 1rem;
    }

}

@media screen and (max-width:320px) {
    .kids21 .kids21_top {
        width: 100%;
    }
}

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


/***kids end****/
/***********************/
/***********************/
/***outdoor start***/


.outdoor {}


/*outdoor1*/
.outdoor .outdoor1 {
    position: relative;
}

.outdoor .outdoor1:before {
    content: '';
    background: url(../../images/outdr1_bg.png) bottom center no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 1572px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.outdoor .outdoor1:after {
    content: '';
    background: url(../../images/outdr1_deco01.png) bottom center no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 500px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.outdoor1 .outdr1 {
    width: 1530px;
    max-width: 100%;
    margin: 0 auto;
    padding: 26rem 0 107rem;
    position: relative;
    z-index: 0;
    display: flex;
	justify-content: flex-end;
}

.outdr1 .outdr1_set {
    margin-right: 2.4rem;
}

.outdr1_set .outdr1_set_img {
    margin-bottom: 1.4rem;
}

.outdr1_set .outdr1_set_img img {}

.outdr1_set .outdr1_set_desc {
    display: flex;
}

.outdr1_set .outdr1_set_desc img {
    margin-right: 1.8rem;
}

.outdr1_set_desc .outdr1_set_txt {}

.outdr1_set_desc .outdr1_set_txt p {}


@media screen and (max-width:1536px) {
    .outdoor1 .outdr1 {
        padding: 14rem 7rem 107rem;
    }
}

@media screen and (max-width:1400px) {
    .outdoor1 .outdr1 {
        padding: 9rem 7rem 112rem;
    }
}

@media screen and (max-width:1366px) {
    .outdoor .outdoor1:before {
        min-height: 1500px;
    }
}

@media screen and (max-width:1280px) {
    .outdoor .outdoor1:before {
        min-height: 1350px;
    }

    .outdoor1 .outdr1 {
        padding: 9rem 7rem 102rem;
    }
}

@media screen and (max-width:1100px) {
    .outdoor .outdoor1:before {
        min-height: 1050px;
    }

    .outdoor .outdoor1:after {
        min-height: 290px;
    }

    .outdoor1 .outdr1 {
        padding: 9rem 7rem 80rem;
    }

}

@media screen and (max-width:834px) {
    .outdoor .outdoor1:before {
        min-height: 800px;
    }

    .outdoor .outdoor1:after {
        min-height: 220px;
    }

    .outdoor1 .outdr1 {
        padding: 9rem 7rem 63rem;
    }
}

@media screen and (max-width:650px) {
    .outdoor .outdoor1:before {
        min-height: 650px;
    }

    .outdoor .outdoor1:after {
        min-height: 170px;
    }

    .outdoor1 .outdr1 {
        padding: 5rem 2rem 50rem;
    }
}

@media screen and (max-width:576px) {
    .outdr1 .outdr1_set {
        margin-right: 1rem;
    }
}

@media screen and (max-width:450px) {
    .outdoor .outdoor1:before {
        min-height: 450px;
    }

    .outdoor .outdoor1:after {
        min-height: 130px;
    }

    .outdoor1 .outdr1 {
        padding: 5rem 2rem 32rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .outdr1 .outdr1_set {
        margin: 0 0 3rem 0;
    }
}

@media screen and (max-width:414px) {
    .outdoor .outdoor1:before {
        min-height: 360px;
    }

    .outdoor .outdoor1:after {
        min-height: 110px;
    }

    .outdoor1 .outdr1 {
        padding: 5rem 2rem 29rem;
    }
}

@media screen and (max-width:370px) {
    .outdoor .outdoor1:before {
        min-height: 340px;
    }

    .outdoor1 .outdr1 {
        padding: 5rem 2rem 27rem;
    }
}

@media screen and (max-width:340px) {
    .outdoor .outdoor1:before {
        min-height: 330px;
    }

    .outdoor .outdoor1:after {
        min-height: 90px;
    }

    .outdoor1 .outdr1 {
        padding: 5rem 2rem 24rem;
    }
}

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



/*outdoor2*/
.outdoor .outdoor2 {
    background: #f8f6f2;
    position: relative;
}

.outdoor .outdoor2:before {
    content: '';
    background: url(../../images/outdr2_deco01.png) top right no-repeat;
    background-size: contain;
    width: 275px;
    max-width: 100%;
    min-height: 397px;
    position: absolute;
    top: -27rem;
    right: 0;
}

.outdoor2 .outdr2 {
    padding-bottom: 14.7rem;
}


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

.outdr21 .outdr21_lt {}

.outdr21 .outdr21_lt img {}

.outdr21 .outdr21_rt {
    width: 33.8%;
    padding: 11.5rem 15.5rem 0 0;
}

.outdr21 .outdr21_rt img {}



.outdr2 .outdr22 {
    width: 1765px;
    max-width: 100%;
    margin: -10.5rem 0 0 auto;
    display: flex;
    justify-content: space-between;
}

.outdr22 .outdr22_lt {
    padding-top: 16.5rem;
}

.outdr22_lt .outdr22_lt_en {
    margin-bottom: 1.7rem;
}

.outdr22_lt .outdr22_lt_en h5 {
    font-size: 60px;
    color: #8da9b6;
    font-family: 'EB Garamond';
    font-weight: 600;
    text-transform: uppercase;
}

.outdr22_lt .outdr22_lt_txt {
    padding: 1.4rem 0 0 4.6rem;
    border-left: 1px #8da9b6 solid;
}

.outdr22_lt .outdr22_lt_txt p {}


.outdr22 .outdr22_rt {}

.outdr22 .outdr22_rt img {}

@media screen and (max-width:1700px) {
    .outdr2 .outdr21 {
        padding: 0 2rem;
    }

    .outdr2 .outdr22 {
        padding: 0 0 0 2rem;
    }
}

@media screen and (max-width:1600px) {
    .outdoor .outdoor2:before {
        max-width: 13%;
        min-height: 280px;
        top: -20rem;
    }

    .outdr21 .outdr21_rt {
        padding: 11.5rem 6rem 0 3rem;
    }

    .outdr22 .outdr22_lt {
        width: 55%;
    }
}

@media screen and (max-width:1400px) {
    .outdr2 .outdr22 {
        margin: 3rem 0 0 auto;
    }

    .outdr22 .outdr22_lt {
        width: 65%;
    }
}

@media screen and (max-width:1280px) {
    .outdr22_lt .outdr22_lt_en h5 {
        font-size: 50px;
    }
}

@media screen and (max-width:1100px) {
    .outdr21 .outdr21_rt {
        padding: 11.5rem 0 0 3rem;
        width: 50%;
    }

    .outdr22 .outdr22_lt {
        width: 88%;
    }
}

@media screen and (max-width:1000px) {
    .outdr2 .outdr21 {
        margin-bottom: 3rem;
    }

    .outdr2 .outdr22 {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 2rem;
    }

    .outdr22 .outdr22_lt {
        width: 60%;
        padding-top: 0;
        margin-bottom: 3rem;
    }

    .outdr22_lt .outdr22_lt_en h5 {
        font-size: 60px;
    }
}

@media screen and (max-width:834px) {
    .outdoor .outdoor2:before {
        min-height: 160px;
        top: -11rem;
    }

    .outdr2 .outdr21 {
        flex-wrap: wrap;
        justify-content: center;
        padding: 6rem 2rem 0;
    }

    .outdr21 .outdr21_rt {
        padding: 0;
        width: 60%;
        order: -1;
        margin-bottom: 3rem;
    }

    .outdr22 .outdr22_lt {
        width: 70%;
    }
}

@media screen and (max-width:768px) {
    .outdoor2 .outdr2 {
        padding-bottom: 5rem;
    }

    .outdr22 .outdr22_lt {
        width: 80%;
    }
}

@media screen and (max-width:650px) {
    .outdoor .outdoor2:before {
        min-height: 120px;
        top: -7rem;
    }

    .outdr21 .outdr21_rt {
        width: 70%;
    }

    .outdr22 .outdr22_lt {
        width: 100%;
    }

    .outdr22_lt .outdr22_lt_en h5 {
        font-size: 52px;
    }
}

@media screen and (max-width:576px) {
    .outdr22_lt .outdr22_lt_en h5 {
        font-size: 40px;
    }
}

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

    .outdr21 .outdr21_rt {
        width: 80%;
    }

    .outdr22_lt .outdr22_lt_en h5 {
        font-size: 30px;
    }

    .outdr22_lt .outdr22_lt_txt {
        padding: 1rem 0 0 2rem;
    }

}

@media screen and (max-width:414px) {
    .outdoor .outdoor2:before {
        min-height: 80px;
        top: -4rem;
    }

    .outdr21 .outdr21_rt {
        width: 90%;
        padding: 0 2rem;
    }
}

@media screen and (max-width:370px) {
    .outdr22_lt .outdr22_lt_en h5 {
        font-size: 36px;
        letter-spacing: 0;
    }
}

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

    .outdr22_lt .outdr22_lt_en h5 {
        font-size: 34px;
    }
}

@media screen and (max-width:340px) {
    .outdr22_lt .outdr22_lt_en h5 {
        font-size: 31px;
    }
}

@media screen and (max-width:310px) {
    .outdr22_lt .outdr22_lt_en h5 {
        font-size: 29px;
    }
}

@media screen and (max-width:300px) {
    .outdr22_lt .outdr22_lt_en h5 {
        font-size: 25px;
    }
}

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



/*outdoor3*/
.outdoor .outdoor3 {
    background: url(../../images/outdr3_bg.jpg) top center no-repeat fixed;
    background-size: cover;
    width: 100%;
    position: relative;

}

.outdoor3 .outdr3 {
    width: 850px;
    max-width: 100%;
    margin: 0 0 0 auto;
    padding: 8.8rem 9.5rem 22.7rem 0;
}

.outdr3 .outdr3_inner {
    width: 763px;
    max-width: 100%;
    min-height: 763px;
    background: rgba(248, 246, 242, .9);
    border-radius: 100%;
    padding: 22.3rem 29.5rem 0 10rem;
    position: relative;
}

.outdr3 .outdr3_inner img {
    margin-bottom: 2rem;
}

.outdr3 .outdr3_inner p {
    padding-right: 3rem;
}

.outdr3_inner .outdr3_img {
    width: 760px;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    right: -8rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

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

.outdr3_inner .outdr3_img img:first-child {
    padding-top: 18.9rem;
}

.outdr3_inner .outdr3_img img:last-child {}

@media screen and (max-width:834px) {
    .outdr3 .outdr3_inner {
        max-width: 90%;
        min-height: 660px;
        padding: 13rem 25.5rem 0 10rem;
        margin: 0 auto;
    }
}

@media screen and (max-width:768px) {
    .outdoor .outdoor3 {
        background-attachment: initial;
    }

    .outdoor3 .outdr3 {
        padding: 6rem 9.5rem 8rem 0;
    }

    .outdr3 .outdr3_inner {
        min-height: 610px;
        padding: 13rem 14rem 0 11rem;
    }

    .outdr3_inner .outdr3_img {
        bottom: -14rem;
    }

    .outdr3_inner .outdr3_img {
        bottom: -3rem;
        right: -8rem;
    }

    .outdr3_inner .outdr3_img img:first-child {
        padding-top: 7rem;
    }

    .outdr3_inner .outdr3_img img:last-child {
        width: 55%;
    }
}

@media screen and (max-width:650px) {
    .outdoor3 .outdr3 {
        padding: 6rem 9.5rem 12rem 0;
    }

    .outdr3 .outdr3_inner {
        min-height: auto;
        padding: 12rem 6rem 21rem 6rem;
    }

    .outdr3_inner .outdr3_img {
        bottom: -8rem;
        right: -5rem;
    }

    .outdr3_inner .outdr3_img img:first-child {
        padding-top: 7rem;
        width: 40%;
    }
}

@media screen and (max-width:576px) {
    .outdoor3 .outdr3 {
        padding: 6rem 4rem 12rem 0;
    }

    .outdr3 .outdr3_inner {
        padding: 12rem 6rem 18rem 6rem;
    }

    .outdr3_inner .outdr3_img {
        right: -1rem;
    }
}

@media screen and (max-width:450px) {
    .outdoor3 .outdr3 {
        padding: 3rem 4rem 12rem 0;
    }

    .outdr3 .outdr3_inner {
        padding: 8rem 5rem 10rem 4rem;
    }

    .outdr3 .outdr3_inner img {
        margin-bottom: 1rem;
    }

    .outdr3_inner .outdr3_img {
        bottom: -11rem;
    }

    .outdr3_inner .outdr3_img img:first-child {
        padding-top: 4rem;
    }

    .outdr3 .outdr3_inner p {
        padding-right: 0;
    }
}

@media screen and (max-width:430px) {
    .outdoor3 .outdr3 {
        padding: 3rem 2rem 12rem 2rem;
    }

    .outdr3 .outdr3_inner {
        padding: 10rem 5rem 13rem 5rem;
        max-width: 100%;
    }

    .outdr3_inner .outdr3_img {
        bottom: -9rem;
    }
}

@media screen and (max-width:414px) {
    .outdr3 .outdr3_inner {
        padding: 10rem 5rem 11rem 5rem;
    }

    .outdr3_inner .outdr3_img {
        bottom: -10rem;
        right: 0;
    }
}

@media screen and (max-width:393px) {
    .outdr3 .outdr3_inner {
        padding: 8rem 5rem 11rem 5rem;
    }
}

@media screen and (max-width:370px) {
    .outdr3 .outdr3_inner {
        padding: 8rem 5rem 9rem 5rem;
    }
}

@media screen and (max-width:360px) {
    .outdr3 .outdr3_inner {
        padding: 8rem 4rem 9rem 4rem;
    }
}

@media screen and (max-width:340px) {
    .outdr3 .outdr3_inner {
        padding: 8rem 3rem 7rem 3rem;
    }
}

@media screen and (max-width:320px) {
    .outdr3 .outdr3_inner {
        padding: 6rem 4rem 6rem 4rem;
    }

    .outdr3_inner .outdr3_img img:first-child {
        padding-top: 2rem;
    }
}

@media screen and (max-width:300px) {
    .outdoor3 .outdr3 {
        padding: 3rem 2rem 10rem 2rem;
    }

    .outdr3_inner .outdr3_img {
        bottom: -8rem;
    }
}



/*outdoor4*/

.outdoor .outdoor4 {
    position: relative;
    background: #f8f6f2;
    padding: 13.5rem 0 12.5rem;
}

.outdoor4 .outdr4 {}

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

.outdr41 .outdr41_lt {
    width: 26.8%;
    padding: 11.3rem 0 0 16.5rem;
}

.outdr41_lt .outdr41_lt_title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.7rem;
}

.outdr41_lt .outdr41_lt_title h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: .8;
    margin-right: 1.9rem;
}

.outdr41_lt .outdr41_lt_title img {}

.outdr41_lt .outdr41_lt_desc {
    padding-left: 0.8rem;
    margin-bottom: 4.2rem;
}

.outdr41_lt .outdr41_lt_desc h5 {
    font-size: 18px;
    color: #6b7d75;
}

.outdr41_lt .outdr41_lt_txt {
    padding-left: 2rem;
    border-left: 1px #8da9b6 solid;
}

.outdr41_lt .outdr41_lt_txt ul {
    list-style: disc;
    padding-left: 1.6rem;
}

.outdr41_lt .outdr41_lt_txt ul li {
    line-height: 2;
}

.outdr41_lt .outdr41_lt_txt ul li p {
    font-size: 18px;
}

.outdr41_lt .outdr41_lt_txt ul li>ul {
    list-style: none;
    padding-left: 0;
}

.outdr41_lt .outdr41_lt_txt ul li>ul li {
    line-height: 1.8;
}

.outdr41_lt .outdr41_lt_txt ul li>ul li span {
    font-size: 16px;
    color: #6b7d75;
}

.outdr41 .outdr41_rt {}

.outdr41 .outdr41_rt img {}



/*outdr42*/
.outdr4 .outdr42 {
    width: 1772px;
    max-width: 100%;
    margin: -16.3rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.outdr42 .outdr42_lt {
    width: 50.5%;
    padding-left: 6.1rem;
}

.outdr42 .outdr42_rt {
    width: 35%;
    padding-right: 18.8rem;
}

.outdr42_rt .outdr42_rt_desc {
    padding: 0 2rem 20.8rem 0;
}

.outdr42_rt .outdr42_rt_desc p {}

.outdr42_rt .outdr42_rt_txt {}

.outdr42_rt .outdr42_rt_txt img {}

@media screen and (max-width:1772px) {
    .outdr4 .outdr41 {
        padding: 0 2rem;
    }

    .outdr41 .outdr41_lt {
        padding: 11.3rem 0 0 10rem;
    }
}

@media screen and (max-width:1600px) {
    .outdr41 .outdr41_lt {
        padding: 8rem 0 0 7rem;
    }

    .outdr42 .outdr42_rt {
        padding-right: 12rem;
    }
}

@media screen and (max-width:1536px) {
    .outdr41 .outdr41_lt {
        padding: 7rem 7rem 0 0;
    }

    .outdr4 .outdr42 {
        padding: 0 2rem;
    }

    .outdr42 .outdr42_lt {
        padding-left: 0;
    }

    .outdr42_rt .outdr42_rt_desc {
        padding: 0 3rem 20.8rem 0;
    }
}

@media screen and (max-width:1366px) {
    .outdr41 .outdr41_lt {
        width: 35%;
    }

    .outdr42 .outdr42_rt {
        padding-right: 6rem;
    }
}

@media screen and (max-width:1280px) {
    .outdr41 .outdr41_lt {
        width: 40%;
    }
}

@media screen and (max-width:1200px) {
    .outdr41 .outdr41_lt {
        padding: 7rem 3rem 0 0;
    }

    .outdr4 .outdr42 {
        margin: -7rem auto 0;
    }
}

@media screen and (max-width:1100px) {
    .outdoor .outdoor4 {
        padding: 8rem 0;
    }

    .outdr41 .outdr41_lt {
        width: 50%;
    }

    .outdr42 .outdr42_rt {
        padding-right: 0;
        width: 35%;
    }
}

@media screen and (max-width:1000px) {
    .outdr42 .outdr42_rt {
        width: 39%;
    }

    .outdr42_rt .outdr42_rt_desc {
        padding: 0 3rem 12rem 0;
    }
}

@media screen and (max-width:834px) {
    .outdr4 .outdr41 {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 5rem;
    }

    .outdr41 .outdr41_lt {
        padding: 0;
        margin-bottom: 5rem;
    }

    .outdr4 .outdr42 {
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: center;
    }

    .outdr42 .outdr42_lt {
        width: 100%;
    }

    .outdr42 .outdr42_rt {
        width: 70%;
        order: -1;
        margin-bottom: 5rem;
    }

    .outdr42_rt .outdr42_rt_desc {
        padding: 0 0 8rem 0;
    }
}

@media screen and (max-width:768px) {
    .outdr41 .outdr41_lt {
        width: 60%;
    }
}

@media screen and (max-width:576px) {
    .outdoor .outdoor4 {
        padding: 5rem 0;
    }

    .outdr41 .outdr41_lt {
        width: 80%;
    }

    .outdr42 .outdr42_rt {
        width: 80%;
    }
}

@media screen and (max-width:450px) {
    .outdr41 .outdr41_lt {
        width: 100%;
    }

    .outdr42 .outdr42_rt {
        width: 100%;
    }

    .outdr42_rt .outdr42_rt_desc {
        padding: 0 0 5rem 0;
    }
}

@media screen and (max-width:430px) {
    .outdr41_lt .outdr41_lt_desc {
        margin-bottom: 2rem;
        padding-left: 0;
    }
}

@media screen and (max-width:350px) {
    .outdr4 .outdr41 {
        padding: 0 1rem;
    }

    .outdr4 .outdr42 {
        padding: 0 1rem;
    }
}

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


/*outdoor5*/
.outdoor .outdoor5 {}

.outdoor5 .outdr5 {}

/***outdoor end****/
/***********************/
/***********************/
/***rooftop start***/

.rooftop {}


/*rooftop1*/
.rooftop .rooftop1 {
    position: relative;
    z-index: 0;
}

.rooftop .rooftop1:before {
    content: '';
    background: url(../../images/rf1_bg.png) bottom center no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    min-height: 1246px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.rooftop1 .rf1 {
    padding: 8.5rem 25.7rem 87rem 0;
    text-align: right;
}

.rf1 .rf1_img {}

.rf1 .rf1_img img {}



@media screen and (max-width:1536px) {
    .rooftop .rooftop1:before {
        min-height: 995px;
    }

    .rooftop1 .rf1 {
        padding: 8.5rem 13rem 70rem 0;
    }
}

@media screen and (max-width:1366px) {
    .rooftop .rooftop1:before {
        min-height: 885px;
    }

    .rooftop1 .rf1 {
        padding: 8.5rem 8rem 65rem 0;
    }
}

@media screen and (max-width:1200px) {
    .rooftop .rooftop1:before {
        min-height: 775px;
    }

    .rooftop1 .rf1 {
        padding: 8.5rem 8rem 60rem 0;
    }
}

@media screen and (max-width:1000px) {
    .rooftop .rooftop1:before {
        min-height: 646px;
    }

    .rooftop1 .rf1 {
        padding: 5rem 5rem 54rem 0;
    }
}

@media screen and (max-width:834px) {
    .rooftop .rooftop1:before {
        min-height: 545px;
    }

    .rooftop1 .rf1 {
        padding: 5rem 8rem 50rem 8rem;
    }
}

@media screen and (max-width:768px) {
    .rooftop .rooftop1:before {
        min-height: 505px;
    }

    .rooftop1 .rf1 {
        padding: 5rem 8rem 47rem 8rem;
    }
}

@media screen and (max-width:576px) {
    .rooftop .rooftop1:before {
        min-height: 375px;
    }

    .rooftop1 .rf1 {
        padding: 5rem 6rem 35rem 6rem;
    }
}

@media screen and (max-width:450px) {
    .rooftop .rooftop1:before {
        min-height: 295px;
    }

    .rooftop1 .rf1 {
        padding: 5rem 4rem 28rem 4rem;
    }
}

@media screen and (max-width:430px) {
    .rooftop .rooftop1:before {
        min-height: 275px;
    }

    .rooftop1 .rf1 {
        padding: 5rem 2rem 27rem 2rem;
    }
}

@media screen and (max-width:414px) {
    .rooftop .rooftop1:before {
        min-height: 268px;
    }

    .rooftop1 .rf1 {
        padding: 5rem 2rem 26rem 2rem;
    }
}

@media screen and (max-width:393px) {
    .rooftop .rooftop1:before {
        min-height: 255px;
    }
}

@media screen and (max-width:360px) {
    .rooftop .rooftop1:before {
        min-height: 235px;
    }

    .rooftop1 .rf1 {
        padding: 5rem 2rem 23rem 2rem;
    }
}

@media screen and (max-width:340px) {
    .rooftop .rooftop1:before {
        min-height: 220px;
    }
}

@media screen and (max-width:320px) {
    .rooftop .rooftop1:before {
        min-height: 207px;
    }

    .rooftop1 .rf1 {
        padding: 5rem 2rem 20rem 2rem;
    }
}

@media screen and (max-width:310px) {
    .rooftop .rooftop1:before {
        min-height: 200px;
    }
}

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

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



/*rooftop2*/
.rooftop .rooftop2 {
    position: relative;
    z-index: 1;

}

.rooftop .rooftop2:before {
    content: '';
    background: #f8f6f2;
    width: 949px;
    max-width: 100%;
    min-height: 770px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

}

.rooftop2 .rf2 {
    width: 1600px;
    max-width: 100%;
    margin: 0 0 0 auto;
    padding-top: 9.9rem;
    display: flex;
    justify-content: space-between;
}

.rf2 .rf2_lt {
    position: relative;
    z-index: 1;
    width: 43.1%;
    padding-top: 10.4rem;
    margin: 0 -15.9rem 0 0;

}

.rf2_lt .rf2_lt_cont {
    margin-bottom: 5rem;
}

.rf2_lt_cont .rf2_lt_title {
    margin-bottom: 4.5rem;
    padding-left: 2.3rem;
}

.rf2_lt_cont .rf2_lt_title h4 {
    font-size: 60px;
    color: #8da9b6;
    font-family: 'EB Garamond';
    font-weight: 600;
    margin-bottom: 2.5rem;
    line-height: .7;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.rf2_lt_cont .rf2_lt_title h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}

.rf2_lt_cont .rf2_lt_title h3 img {
    margin-left: 1.4rem;
    vertical-align: super;
}

.rf2_lt_cont .rf2_lt_txt {
    padding: 0 0 6rem 4.8rem;
}

.rf2_lt_cont .rf2_lt_txt p {
    font-size: 18px;
    margin-bottom: 1.3rem;
    padding-right: 22rem;
    text-align: justify;
}

.rf2_lt_cont .rf2_lt_txt img {}

.rf2 .rf2_lt .rf2_lt_img {}

.rf2 .rf2_lt .rf2_lt_img img {}

.rf2 .rf2_rt {
    width: 68.1%;
}

.rf2 .rf2_rt img {}


@media screen and (max-width:1600px) {
    .rooftop .rooftop2:before {
        max-width: 43%;
    }

    .rooftop2 .rf2 {
        padding: 9.9rem 0 0 2rem;
    }

    .rf2 .rf2_lt {
        padding-top: 7rem;
    }
}

@media screen and (max-width:1366px) {
    .rf2 .rf2_lt {
        padding-top: 4rem;
    }
    .rf2_lt_cont .rf2_lt_txt p {
    padding-right: 19rem;
}
}

@media screen and (max-width:1200px) {
    .rf2 .rf2_lt {
        margin: 0 -6.9rem 0 0;
    }
    .rf2_lt_cont .rf2_lt_txt p {
    padding-right: 11rem;
}
}

@media screen and (max-width:1100px) {
    .rooftop .rooftop2:before {
        max-width: 47%;
    }

    .rf2 .rf2_lt {
        width: 50%;
    }
}

@media screen and (max-width:1000px) {
    .rooftop .rooftop2:before {
        max-width: 100%;
        min-height: 100%;
        width: 98%;
    }

    .rooftop2 .rf2 {
        flex-wrap: wrap;
        justify-content: center;
        padding: 5rem 2rem 0 2rem;
        overflow-x: hidden;
    }

    .rf2 .rf2_lt {
        width: 70%;
        margin: 0 0 5rem 0;
        padding-top: 0;
    }
    .rf2_lt_cont .rf2_lt_txt p {
    padding-right: 9rem;
}

    .rf2 .rf2_rt {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .rooftop .rooftop2:before {
        width: 97.4%;
    }

    .rf2 .rf2_lt {
        width: 95%;
    }

    .rf2_lt .rf2_lt_cont {
        width: 70%;
        margin: 0 auto 5rem;
    }
    .rf2_lt_cont .rf2_lt_txt p {
    padding-right: 2rem;
}
}

@media screen and (max-width:576px) {
    .rf2 .rf2_lt {
        width: 100%;
    }

    .rf2_lt .rf2_lt_cont {
        width: 80%;
    }
    .rf2_lt_cont .rf2_lt_txt p {
    padding-right: 0;
}
}

@media screen and (max-width:450px) {
    .rooftop .rooftop2:before {
        width: 95.6%;
    }

    .rf2_lt .rf2_lt_cont {
        width: 100%;
    }
}

@media screen and (max-width:414px) {
    .rooftop .rooftop2:before {
        width: 95.2%;
    }

    .rf2 .rf2_lt {
        margin: 0 0 3rem 0;
    }

    .rf2_lt_cont .rf2_lt_title {
        margin-bottom: 3rem;
    }

    .rf2_lt_cont .rf2_lt_txt {
        padding: 0 0 6rem 2rem;
    }
}

@media screen and (max-width:393px) {
    .rf2_lt_cont .rf2_lt_title {
        padding-left: 0;
    }

    .rf2_lt_cont .rf2_lt_title h4 {
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width:380px) {
    .rf2_lt_cont .rf2_lt_title h4 {
        font-size: 50px;
    }

    .rf2_lt_cont .rf2_lt_title h3 {
        font-size: 25px;
    }

    .rf2_lt_cont .rf2_lt_txt {
        padding: 0 0 4rem 2rem;
    }
}

@media screen and (max-width:360px) {
    .rooftop .rooftop2:before {
        width: 94.5%;
    }
}

@media screen and (max-width:350px) {
    .rooftop .rooftop2:before {
        width: 96.8%;
    }

    .rooftop2 .rf2 {
        padding: 5rem 1rem 0 1rem;
    }
}

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

    .rf2_lt_cont .rf2_lt_txt {
        padding: 0 0 3rem 0;
    }
}

@media screen and (max-width:300px) {
    .rf2_lt_cont .rf2_lt_txt p {
        font-size: 16px;
    }
}




/*rooftop3*/

.rooftop .rooftop3 {
    position: relative;
    z-index: 0;
}

.rooftop .rooftop3:before {
    content: '';
    background: #f8f6f2;
    width: 1097px;
    max-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}


.rooftop3 .rf3 {
    width: 1540px;
    max-width: 100%;
    margin: -14.4rem auto 0 0;
    padding: 23.2rem 0 0 0;
    display: flex;
    justify-content: space-between;

}

.rf3 .rf3_lt {}

.rf3 .rf3_lt img {}

.rf3 .rf3_rt {
    padding: 12rem 0 0 0;
}

.rf3_rt .rf3_lt_title {
    margin-bottom: 4.5rem;
}

.rf3_rt .rf3_lt_title h4 {
    font-size: 60px;
    color: #8da9b6;
    font-family: 'EB Garamond';
    font-weight: 600;
    margin-bottom: 2.5rem;
    line-height: .7;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.rf3_rt .rf3_lt_title h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}

.rf3_rt .rf3_lt_title h3 img {
    margin-left: 1.4rem;
    vertical-align: super;
}

.rf3_rt .rf3_lt_txt {
    margin-left: 4.5rem;
    padding-left: 2rem;
    border-left: 1px #8da9b6 solid
}

.rf3_rt .rf3_lt_txt ul {
    list-style: disc;
    padding-left: 1.6rem;
}

.rf3_rt .rf3_lt_txt ul li {
    line-height: 2;
}

.rf3_rt .rf3_lt_txt ul li p {
    font-size: 18px;
}

.rf3_rt .rf3_lt_txt ul li>ul {
    list-style: none;
    padding-left: 0;
}
.rf3_rt .rf3_lt_txt ul li>ul li {
    line-height: 1.8;
}

.rf3_rt .rf3_lt_txt ul li>ul li span {
    font-size: 16px;
    color: #6b7d75;
}


@media screen and (max-width:1536px) {
    .rooftop .rooftop3:before {
        width: 64%;
    }

    .rooftop3 .rf3 {
        padding: 23rem 4rem 0 0;
    }
}

@media screen and (max-width:1400px) {
    .rf3 .rf3_rt {
        padding: 12rem 0 0 5rem;
        width: 35%;
    }
}

@media screen and (max-width:1400px) {
    .rooftop3 .rf3 {
        margin: -16.4rem auto 0 0;
    }
}

@media screen and (max-width:1200px) {
    .rooftop3 .rf3 {
        margin: -19.4rem auto 0 0;
        padding: 26rem 4rem 0 0;
    }

    .rf3 .rf3_rt {
        padding: 10rem 0 0 5rem;
        width: 44%;
    }
}

@media screen and (max-width:1100px) {
    .rooftop3 .rf3 {
        margin: -27.4rem auto 0 0;
        padding: 34rem 4rem 0 0;
    }

    .rf3 .rf3_rt {
        width: 49%;
    }
}

@media screen and (max-width:1000px) {
    .rooftop .rooftop3:before {
        width: 98%;
    }

    .rooftop3 .rf3 {
        margin: 0 auto;
        padding: 5rem 2rem 0;
        flex-wrap: wrap;
        justify-content: center;
        overflow-x: hidden;
    }

    .rf3 .rf3_rt {
        width: 40%;
        order: -1;
        padding: 0;
        margin-bottom: 5rem;
    }
}

@media screen and (max-width:768px) {
    .rooftop .rooftop3:before {
        width: 97.3%;
    }
}

@media screen and (max-width:576px) {
    .rooftop .rooftop3:before {
        width: 96.5%;
    }

    .rf3 .rf3_rt {
        width: 60%;
    }
}

@media screen and (max-width:450px) {
    .rooftop .rooftop3:before {
        width: 95.5%;
    }

    .rf3 .rf3_rt {
        width: 90%;
    }
}

@media screen and (max-width:414px) {
    .rooftop .rooftop3:before {
        width: 95.1%;
    }

    .rf3_rt .rf3_lt_title {
        margin-bottom: 3rem;
    }
}

@media screen and (max-width:393px) {
    .rf3_rt .rf3_lt_title h4 {
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width:380px) {
    .rf3_rt .rf3_lt_title h4 {
        font-size: 50px;
    }

    .rf3_rt .rf3_lt_title h3 {
        font-size: 25px;
    }
}

@media screen and (max-width:360px) {
    .rooftop .rooftop3:before {
        width: 94.5%;
    }
}

@media screen and (max-width:350px) {
    .rooftop .rooftop3:before {
        width: 97.2%;
    }

    .rooftop3 .rf3 {
        padding: 5rem 1rem 0;
    }

}

@media screen and (max-width:320px) {
    .rf3_rt .rf3_lt_txt {
        margin-left: 0;
    }
}

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



/*rooftop4*/
.rooftop .rooftop4 {
    background: #f8f6f2;
    position: relative;
    padding: 11rem 0 11.6rem;
}

.rooftop4 .rf4 {
    width: 1360px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.rf4 .rf4_lt {
    width: 36.5%;
}

.rf4 .rf4_lt img {}

.rf4 .rf4_lt img:first-child {
    padding-right: 8.3rem;
    margin-bottom: 4.1rem;
}

.rf4 .rf4_lt img:last-child {}

.rf4 .rf4_rt {
    width: 60%;
}

.rf4 .rf4_rt img {}

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

@media screen and (max-width:1280px) {
    .rooftop .rooftop4 {
        padding: 5rem 0;
    }
}

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

    .rf4 .rf4_lt {
        width: 70%;
        margin-bottom: 5rem;
    }

    .rf4 .rf4_rt {
        width: 100%;
    }
}

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

@media screen and (max-width:450px) {
    .rf4 .rf4_lt {
        width: 100%;
        margin-bottom: 3rem;
    }

    .rf4 .rf4_lt img:first-child {
        padding-right: 2rem;
        margin-bottom: 3rem;
    }
}

@media screen and (max-width:350px) {
    .rooftop4 .rf4 {
        padding: 0 1rem;
    }
}

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

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


/*rooftop5*/
.rooftop .rooftop5 {}

.rooftop5 .rf5 {}


/***rooftop end****/
/***********************/
/***********************/
/***note start***/

.notice {
    position: relative;
    width: 1590px;
    max-width: 100%;
    padding: 5rem 0;
    margin: 0 auto;

}

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

.note ul {}

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

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

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

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

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

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

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

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

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

/*tab-content*/
.tab-content {
    border-radius: 10px;
    padding: 3em 2em;
    min-height: 500px;
    width: 1145px;
    max-width: 100%;
    margin: 0 auto;
}

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




@media screen and (max-width:991px) {
    .notice {
        padding: 0 6rem 0 8rem;
    }
}

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

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

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

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


    .note {
        padding-bottom: 1em;
    }

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

    .note li img {
        padding: 2%;
    }

    .note {
        padding-bottom: 0em;
    }

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

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

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

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

    .notice .note_txt {
        width: 100%;
    }
}

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

/***note end****/
/***********************/
/***********************/
/***room start***/

.bg-room .inbn_txt h2 {
    margin-bottom: 1rem;
}

.room {
    padding: 8rem 0 3rem;
    background: #f8f6f2;
    position: relative;
}

.room .rminner {
    position: relative;
    width: 1537px;
    max-width: 100%;
    margin: 0 auto 3rem;
    z-index: 0;
}

.room .rminner:before {
    content: '';
    background: url(../../images/room_bg01.png) top right no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 1051px;
    position: absolute;
    top: 5.5rem;
    left: 0;
    z-index: -1;

}

.rminner .rmtitle {
    padding: 0 0 0 12.5rem;
    margin-bottom: 2.4rem;
    display: flex;
}

.rmtitle .rm_no {
    margin-right: 1.5rem;
    text-align: right;
}

.rmtitle .rm_no h6 {
    font-size: 60px;
    color: #a3b0aa;
    font-family: 'EB Garamond';
    font-weight: 600;
    line-height: .7;
    margin-bottom: 1.3rem;
}

.rmtitle .rm_no p {
    font-size: 14px;
    color: #6b7d75;
    font-family: 'EB Garamond';
    line-height: 1;
}

.rmtitle .rm_no p img {
    margin-left: 1.5rem;
}

.rmtitle .rmname {
    background: url(../../images/room_deco01.png) bottom left no-repeat;
    padding: 0 0 3.4rem 4.3rem;
    display: flex;
}

.rmtitle .rmname h3 {
    font-size: 36px;
    color: #2f5d50;
    font-weight: 600;
    font-family: 'Zen Old Mincho';
    margin-right: 4.7rem;
}

.rmtitle .rmname p {
    font-size: 24px;
    color: #6b7d75;
}


.rminner .rm_img {}


.rminner .rm_other {
    margin-top: 1.1rem;
    padding-right: 14.7rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.rminner .rm_other h6 {
    font-size: 36px;
    color: #6b7d75;
    margin-right: 2.4rem;
    font-family: 'EB Garamond';
    text-transform: uppercase;
}

.rm_other .rm_more {}

.rm_other .rm_more a {
    width: 311px;
    max-width: 100%;
    background: #b88a5a;
    padding: 1.3rem 1.5rem;
    display: flex;
    align-items: center;
}

.rm_other .rm_more a h3 {
    font-size: 18px;
    color: #f8f6f2;
    font-family: 'Zen Old Mincho';
    font-weight: 600;
    letter-spacing: 0;

}

.rm_other .rm_more a h4 {
    font-size: 16px;
    color: #f8f6f2;
    font-family: 'EB Garamond';
    letter-spacing: 0;
    font-weight: 400;
    margin-right: 0.5rem;
}

.rm_other .rm_more a:hover {
    background: rgba(107, 125, 117, 1.0);
}


.rminner .rmfeatures {
    padding: 0 0 0 17rem;
    margin-top: -2rem;
    display: flex;
    align-items: center;
}

.rmfeatures .rmpics {
    margin-right: 2.8rem;
}

.rmfeatures .rmpics img {}

.rmfeatures .feat {
    display: flex;
}

.feat .feat_title {
    margin-right: 3.5rem;
}

.feat .feat_title img {}

.feat .feat_txt {}

.feat .feat_txt p {
    line-height: 1.8;
    margin-bottom: 3.8rem;
}

.feat .feat_txt ul {
    list-style: disc;
    padding-left: 2.2rem;
}

.feat .feat_txt ul li {
    line-height: 1.8;
}

.rmfeatures .rmdeco {}

.rmfeatures .rmdeco img {}


.rm_bot_inner {
    margin-bottom: 3rem;
}

.rm_bot_inner .rm_bot_title {
    margin-bottom: 3rem;
}


.rm_bot {
    width: 1196px;
    max-width: 100%;
    margin: 0 auto;
}

.rm_bot .rm_bot_inner {}

.rm_bot_inner .roomb {
    width: 95%;
    padding-left: 1.4rem;
}

.roomb td {
    vertical-align: middle;
    border: 0;
    padding: .5em .2em;
    border-right: solid 1px #000;
}

.roomb table {
    border: 1px #000 solid;
}

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

.roomb table tr:nth-of-type(1) {
    border-bottom: solid 2px #000;
}

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

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

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

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


@media screen and (max-width:1536px) {
    .room .rminner:before {
        min-height: 1020px;
    }
}

@media screen and (max-width:1366px) {
    .room .rminner:before {
        min-height: 920px;
    }

    .rminner .rmtitle {
        padding: 0 2rem 0 10rem;
    }

    .rminner .rmfeatures {
        margin-top: 0;
        padding: 0 0 0 14rem;
    }

    .rmfeatures .feat {
        padding-top: 3rem;
    }
}

@media screen and (max-width:1200px) {
    .room .rminner:before {
        min-height: 820px;
    }

    .rminner .rmtitle {
        padding: 0 0 0 6rem;
    }

    .rminner .rmfeatures {
        margin-top: 3rem;
        padding: 0 0 0 11rem;
    }

    .rm_bot {
        padding: 0 2rem;
    }
}

@media screen and (max-width:1100px) {
    .room .rminner:before {
        min-height: 760px;
    }

    .room {
        padding: 6rem 0 3rem;
    }

    .rminner .rmtitle {
        padding: 0 0 0 4rem;
    }
}

@media screen and (max-width:1000px) {
    .room .rminner:before {
        min-height: 690px;
    }

    .rminner .rmtitle {
        padding: 0 2rem;
    }

    .rminner .rmfeatures {
        margin-top: 3rem;
        padding: 0;
    }

    .rm_bot_inner .roomb {
        width: 100%;
    }
}

@media screen and (max-width:834px) {
    .room .rminner:before {
        min-height: 580px;
    }

    .rminner .rmtitle {
        margin-bottom: 1rem;
    }

    .rminner .rm_other {
        padding-right: 2rem;
    }
}

@media screen and (max-width:768px) {
    .room .rminner:before {
        min-height: 480px;
        width: 95%;
        left: auto;
        right: 0;
    }
}

@media screen and (max-width:650px) {
    .room .rminner:before {
        min-height: 410px;
        width: 93%;
    }

    .rminner .rm_other h6 {
        font-size: 28px;
    }

    .rmtitle .rmname {
        padding: 0 0 1rem 1rem;
    }

    .rmtitle .rmname h3 {
        margin-right: 2rem;
        font-size: 30px;
    }
}

@media screen and (max-width:576px) {
    .room .rminner:before {
        min-height: 425px;
        width: 100%;
        top: 13.5rem;
    }

    .rminner .rmtitle {
        flex-wrap: wrap;        
    }

    .rmtitle .rm_no {
        margin: 0 0 2rem 0;
    }

    .rminner .rm_other {
        padding-right: 0;
        margin-top: 2rem;
    }

    .rminner .rm_other h6 {
        font-size: 21px;
        margin-right: 1rem;
    }
}

@media screen and (max-width:450px) {
    .room .rminner:before {
        min-height: 280px;
        top: 11.5rem;
    }

    .rmtitle .rm_no h6 {
        font-size: 45px;
    }

    .rmtitle .rmname h3 {
        font-size: 25px;
    }

    .rmtitle .rmname p {
        font-size: 18px;
    }

    .rminner .rm_other {
        flex-wrap: wrap;
        justify-content: center;
    }

    .rminner .rm_other h6 {
        font-size: 15px;
        margin: 0 0 1rem 0;
    }

    .rminner .rmfeatures {
        flex-wrap: wrap;
        justify-content: center;
    }

    .rmfeatures .rmpics {
        margin: 0 0 2rem 0;
        width: 30%;
    }

    .feat .feat_title {
        margin-right: 1rem;
        width: 50%;
    }

    .rmfeatures .rmdeco {
        width: 20%;
        margin: 0 0 0 auto;
    }
}

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

    .room .rminner:before {
        min-height: 260px;
        top: 11.5rem;
    }
        .rminner .rm_other h6 {
        font-size: 14px;
    }

    .rmfeatures .feat {
        flex-wrap: wrap;
        padding: 0 2rem;
    }

    .feat .feat_title {
        width: auto;
        margin: 0 auto 1rem;
    }

    .rm_bot_inner .roomb {
        padding-left: 0;
    }
}

@media screen and (max-width:402px) {
    .room .rminner:before {
        min-height: 250px;
        top: 11.5rem;
    }
}

@media screen and (max-width:393px) {
    .room .rminner:before {
        top: 11rem;
    }

    .rmtitle .rmname h3 {
        font-size: 23px;
        margin-right: 1rem;
    }

    .rmtitle .rmname p {
        font-size: 13px;
    }

    .rminner .rm_other {
        margin-top: 3rem;
    }

    .rminner .rm_other h6 {
        margin: 0 0 1rem 0;
    }
}

@media screen and (max-width:370px) {
    .room .rminner:before {
        min-height: 230px;
    }

    .rminner .rm_other {
        margin-top: 2rem;
    }
}

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

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

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

    .room .rminner:before {
        min-height: 220px;
    }
}

@media screen and (max-width:310px) {
    .room .rminner:before {
        min-height: 210px;
        top: 10.5rem;
    }

    .rmtitle .rmname h3 {
        font-size: 17px;
    }

    .rmtitle .rmname p {
        font-size: 13px;
    }

    .rm_other .rm_more {
        width: 100%;
    }

    .rm_other .rm_more a h3 {
        font-size: 16px;
    }

    .rm_other .rm_more a h4 {
        font-size: 14px;
    }
}

@media screen and (max-width:300px) {
    .room .rminner:before {
        min-height: 200px;
    }

    .rm_other .rm_more a h4 {
        font-size: 12px;
    }
}

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

/***room end****/
/***********************/
/***********************/
/***scenic start***/

.scenic {
    padding: 8rem;
    position: relative;
}

.scenic .sce {
    width: 1196px;
    max-width: 100%;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width:480px) {

    .scebtn {
        padding: 0 0;
    }

    .scebtn h2 {
        margin: 5px;
    }
}

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

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

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

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

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

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

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

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

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

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

.scebox:hover {
    cursor: pointer;
}

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

.scebox_hot {
    padding: 0 80px;
}

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

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

.scetag1 {
    background: #d85a51;
}

.scetag2 {
    background: #80a076;
}

.scetag3 {
    background: #89b5cb;
}

.scetag4 {
    background: #8dcfca;
}

.scetag5 {
    background: #b7ad6f;
}

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

.sceimg img {
    margin: 0 auto;
    display: block !important;
}

.scep p {
    color: #616161;
    text-align: left;
    margin: 10px 0 0 0;
    line-height: 25px;
}

.scemore {
    text-align: right;
}

.scemore img {
    display: inline-block !important;
}

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

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

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

    .scebox_hot .scebox:nth-child(3) {
        clear: both;
    }
}

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

    .scet h3 {
        font-size: 22px;
    }

    .scep p {
        line-height: 24px;
    }
}

@media(max-width:550px) {

    .city .sceimg,
    .farm .sceimg,
    .hot .sceimg,
    .mount .sceimg,
    .sea .sceimg {
        background-color: #fff;
    }
}

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

@media(max-width:450px) {
    .mount .sceimg {
        background-color: #80a076;
    }

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

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

    }

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

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

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


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

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

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

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

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

/*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: .5s all;
}

.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) {
    .scenic {
        padding: 0 6rem 0 8rem;
    }

    .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) {
    .scenic {
        padding: 0 2rem;
    }

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

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

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

.scale_img {
    overflow: hidden;
}

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

.scale_img2 {
    overflow: hidden;
}

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

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

.scecontainer {
    display: block;
    margin: 0 auto;
    width: 1500px;
    max-width: 100%;
    font-family: 'Noto Sans TC', sans-serif;
}

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

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


/***scenic end****/
/***********************/
/*---icons----------------------------------------------------------------------------------------------------------------------------------*/
.icons {}

.icons ul {
    list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.r_icons ul {
    list-style: none;
}

.r_icons li {
    width: 11%;
}

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

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

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

@media screen and (max-width:650px) {
    .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: 32%;
        margin: 5px 0;
    }
}

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

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

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

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

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

.note_icon ul {
    list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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


/***********************/
/***location start***/

.location {
    position: relative;
    padding: 8rem 0;
}

.location .loc {
    width: 1196px;
    max-width: 100%;
    margin: 0 auto;
}

.loc .loc_cont {
    width: 590px;
    max-width: 100%;
    margin: 0 auto 8rem;
}

.loc_cont .loc_logo {
    width: 38.4%;
    margin: 0 auto 2.7rem;
}

.loc_cont .loc_logo img {}

.loc_cont .loc_txt1 {
    border: 1px #8da9b6 solid;
    padding: 2.6rem 9rem;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 4rem;
}

.loc_cont .loc_txt1 h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1.7rem;
}

.loc_cont .loc_txt1 h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
}

.loc_cont .loc_txt2 {
    text-align: center;
}

.loc_cont .loc_txt2 p {}

.location .map {
    width: 1196px;
    margin: 0 auto;
    max-width: 100%;
    min-height: 657px;
    position: relative;
    border: 10px #8da9b6 solid;
}

.location .map:before {
    content: '';
    background: url(../../images/loc_deco01.png) bottom left no-repeat;
    background-size: contain;
    width: 560px;
    max-width: 100%;
    min-height: 21px;
    position: absolute;
    top: -3.1rem;
    left: 0;
    right: 0;
    margin: auto;
}

.location .map:after {
    content: '';
    background: url(../../images/loc_deco01.png) bottom left no-repeat;
    background-size: contain;
    width: 560px;
    max-width: 100%;
    min-height: 21px;
    position: absolute;
    bottom: -3.1rem;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(180deg);
}

.location .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0;
}

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

@media screen and (max-width:576px) {
    .loc_cont .loc_txt1 {
        padding: 2.6rem 2rem;
    }

    .location .map {
        min-height: 440px;
    }
}

@media screen and (max-width:450px) {
    .loc_cont .loc_logo {
        width: 54.4%;
    }

    .location .map {
        min-height: 400px;
    }
}

@media screen and (max-width:430px) {
    .loc_cont .loc_txt1 {
        padding: 2.6rem 1rem;
    }
}

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

    .loc .loc_cont {
        margin: 0 auto 4rem;
    }

    .loc_cont .loc_txt1 h4 {
        font-size: 18px;
    }

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

@media screen and (max-width:390px) {
    .loc_cont .loc_txt1 h3 {
        font-size: 16px;
    }

    .loc_cont .loc_txt1 h4 {
        font-size: 16px;
    }

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

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

@media screen and (max-width:330px) {
    .loc_cont .loc_txt1 h4 {
        letter-spacing: 0;
    }

    .location .map {
        min-height: 260px;
    }
}

@media screen and (max-width:310px) {
    .loc_cont .loc_txt1 h3 {
        font-size: 14px;
    }

    .loc_cont .loc_txt1 h4 {
        font-size: 14px;
    }
}

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

/***location end****/
/***********************/
/***********************/
/***photo start***/

.photo {
    position: relative;
    padding: 8rem 0;
}

.photo .photo_inner {
    width: 1196px;
    max-width: 100%;
    margin: 0 auto;
}



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

@media screen and (max-width:350px) {
    .photo .photo_inner {
        padding: 0 1rem;
    }
}

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

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

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




/***photo end****/
/***********************/
/*-----------------------------