/*--------------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;
    vertical-align: baseline;
}

/* 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: #3e3a39;
    font-family: 'Zen Kaku Gothic New', 'Noto Sans TC', 'Josefin Sans', serif;
    background: #fff;
    overflow-x: hidden;
}

:root {
    clientHeight: 0px;
}

header {
    height: var(--clientHeight);
    position: relative;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

td {
    vertical-align: top;
}

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

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

.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: #dcdcdc;
    color: #fff;
}

.clear {
    clear: both;
}

/*--捲軸效果--*/
::-webkit-scrollbar {
    width: 15px;
}

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

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #dcdcdc;
    /*捲軸顏色*/
}

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

@media screen and (max-width:450px){
	.carousel-inner>.item>img {
    vertical-align: bottom;
}
}



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

.carousel-inner {
    height: 100%;
}

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

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

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

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

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

.dex_mob {
    display: none !important;
}

@media screen and (max-width:450px) {
    .dex {
        display: none;
    }

    .dex_mob {
        display: block !important;
    }
}


body.open {
    overflow-y: hidden;
}

/*navbar*/
.navbar {
    position: fixed;
    top: 2.4rem;
    right: 0;
    z-index: 90;
    border-radius: 0;
    min-height: auto;
    margin: 0;
    border: 0;
    padding-right: 1em;
    opacity: 1;
    mix-blend-mode: difference;
}

/***mibutton***/
.mibutton {
    /*position: absolute;
    top: 0em;
    right: 0em;*/
    z-index: 30;
    cursor: pointer;
    width: 96px;
    height: 36px;
    font-size: 15px;
    line-height: 1;
    color: #ffffff;
    padding: 1.3rem;
    border: 1px solid #fff;
    border-radius: 100px;
}

.mibutton:before {
    content: 'MENU';
    font-size: 15px;
    position: absolute;
    top: 1rem;
    left: 1.3rem;
    color: #ffffff;
}

.mibutton span {
    display: block;
    width: 13px;
    height: 2px;
    position: relative;
    left: 48px;
    background: #ffffff;
    top: 0;
    transition: .3s ease-in-out;
    transform-origin: left;
}

.mibutton span:nth-child(2) {
    top: 4px;
}



.mibutton_ani {
    opacity: 1;
    border: 1px solid #dcdcdc;
    color: #dcdcdc;
}

.mibutton_ani:before {
    content: 'CLOSE';
    font-size: 16px;
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: #dcdcdc;
}

.mibutton_ani span {
    background: #bf9d82;
}

.mibutton_ani span:nth-child(1) {
    width: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    top: 0px;
    left: 58px;
    height: 1px;
}

.mibutton_ani span:nth-child(2) {
    width: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    top: -2px;
    left: 52px;
    height: 1px;
}



/****menublock***/
.menublock {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 80;
    padding: 44rem 0 2em;
    opacity: 0;
    overflow: hidden;
    transition: .6s ease all;
    pointer-events: none;
}

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

.menublock:after {
    content: '';
    background: #fff;
    width: 61%;
    height: 0%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: .6s cubic-bezier(0.5, 1, 0.89, 1);
    transition-delay: .1s;
}

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

.menulogo img {
    position: relative;
}



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

.ibutton li {
    display: inline-block;
    width: 19%;
    padding: 0 5.2rem 0 4.3rem;
    text-align: left;
    white-space: nowrap;
    position: relative;
    margin-bottom: 7rem;
}

.ibutton li:before {
    content: '';
    background: #bf9d82;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ibutton a {}

.ibutton p.en {
    font-family: 'Josefin Sans';
    font-weight: 300;
    color: #3e3a39;
    font-size: 14px;
    position: relative;
    transition: .5s all;
    text-transform: uppercase;
    letter-spacing: 0;
}


.ibutton p.ch {
    color: #4e514f;
    font-size: 22px;
    position: relative;

}



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


.logo {
    position: fixed;
    top: 2em;
    left: 3em;
    z-index: 100;
    opacity: 0;
    /*    mix-blend-mode: difference;*/
}

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

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

.show .menulogo,
.show .ibutton {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width:1650px) {
    .menulogo {
        padding: 0 9rem;
        text-align: center;
    }

    .ibutton {
        padding: 0 3rem 0 10rem;
    }
}

@media screen and (max-width:1400px) {
    .menulogo {
        padding: 0 3rem;
        text-align: center;
    }

    .ibutton {
        padding: 0 2rem;
    }
}

@media screen and (max-width:1200px) {
    .ibutton li {
        width: 24%;
    }
}

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

    .menublock {
        padding: 15vh 0em 2em;
    }

    .menulogo {}

    .ibutton {
        height: 80vh;
        padding: 0 6rem;
    }

    .ibutton li {
        width: 32%;
        display: inline-block;
        padding: 1em;
    }

}

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

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

    .menublock:before {
        width: 100%;
    }

    .menublock:after {
        display: none;
    }

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

    .ibutton {
        width: 100%;
        position: relative;
        transform: translateY(0);
        opacity: 1;
        padding: 5rem 12rem;
        min-height: 60vh;
    }

    .ibutton:after {
        content: '';
        background: #fff;
        width: 100%;
        height: 0%;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
        transition: .6s cubic-bezier(0.5, 1, 0.89, 1);
        transition-delay: .1s;
    }

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


    .ibutton ul {
        width: 100%;
        margin: 0 auto;
        overflow-y: scroll;
        height: 100%;
    }

    .ibutton li {
        width: 32%;
        display: inline-block;
        padding: 1em;
        margin-bottom: 3rem;
    }


}

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

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

    .ibutton {
        padding: 5rem 3rem;
    }
}

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

    .menulogo {
        min-height: 20vh;
        padding: 4rem;
    }

    .ibutton {
        min-height: 80vh;
    }

}

@media screen and (max-width:414px) {
    .navbar {
        top: 1rem;
    }

    .mibutton {
        width: 88px;
        height: 33px;
    }

    .mibutton:before {
        font-size: 13px;
    }

    .mibutton_ani span:nth-child(1) {
        top: -2px;
        left: 46px;
    }

    .mibutton_ani span:nth-child(2) {
        top: -3px;
        left: 41px;
    }

    .menulogo {
        min-height: 30vh;
        padding: 7rem 2rem 2rem;
    }

    .menulogo img {
        width: 50%;
    }

    .ibutton {
        height: 70%;
        background: #fff;
        min-height: 70vh;
        padding: 4rem 0rem 2rem 4rem;
    }

    .ibutton li {
        width: 49%;
        margin-bottom: 3rem;
    }
}

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

}

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

    .ibutton li {
        width: 60%;
    }
}

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

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


/***********************/
.space {
    transform: translateY(-82px);
}

.space2 {
    transform: translateY(-10px);
}

@media (max-width:840px) {
    .space {}
}

/***********************/
/*---mask_block----------------------------------------------------------------------------------------------------------------------*/
/*mask*/
.mask {
    position: relative;
    height: 100vh;
}

/*.mask:before {
    content: '';
    background: url(../../images/dex_mask.png) bottom center no-repeat;
    width: 100%;
    min-height: 95px;
    position: absolute;
    bottom: 0;
    left: 0;
}*/

/*ilogo*/
.ilogo {
    position: relative;
    left: 6.6rem;
    top: 56rem;
}

/***enter***/
.enter {
    position: absolute;
    width: 2%;
    height: 119px;
    bottom: 12.2rem;
    left: 17.6rem;
    text-align: left;
    background: rgba(255, 255, 255, .2);
    border-radius: 100px;
}

.enter p {
    font-family: 'Josefin Sans';
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 5rem;
    left: 2rem;
    transform: rotate(90deg);
    text-transform: uppercase;
}

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

/*line*/
.line {
    width: 1px;
    height: 75px;
    border: 1px dashed #fff;
    overflow: hidden;
    position: absolute;
    top: 2.5rem;
    right: 0;
    left: 0;
    z-index: 10;
    margin-right: auto;
    margin-left: auto;
}

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

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

.dex_deco01 {
    position: absolute;
    bottom: 12rem;
    right: 0;
}

.dex_mask2{
	position: absolute;
    bottom: 7rem;
    left: 0;
	z-index: -1
}
@media screen and (max-width:1536px){
	.ilogo {
    top: 71rem;
}
}
@media screen and (max-width:1200px) {
    .ilogo {
        top: 75rem;
    }

    .enter {
    bottom: 10.2rem;
}
    
}

@media screen and (max-width:1080px) {
	.dex_mask2 {
    width: 40%;
}
}

@media screen and (max-width:768px) {
            .ilogo {
        top: 75rem;
        left: 2.6rem;
    }
	.enter {
        left: 10.6rem;
    }
	    .dex_mask2 {
        width: 50%;
    }
}
@media screen and (max-width:576px){
	.ilogo {
        top: 78rem;
        left: 2.6rem;
        width: 40%;
    }
	.dex_deco01 {
    width: 25%;
}
}
@media screen and (max-width:px){}

@media screen and (max-width:450px) {
    .mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .mask:before {
        background-size: contain;
        min-height: 35px;
        bottom: 7px;
    }

    .ilogo {
        width: 23%;
        top: 17rem;
        left: 1rem;
        z-index: 1;
    }

    .enter {
        top: 2rem;
        left: 3rem;
        height: 60px;
        display: none;
    }

    .line {
        width: 1px;
        height: 50px;
        top: 0.5rem;
    }

    .enter p {
        font-size: 12px;
        top: 2rem;
        left: -1rem;
    }

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

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

    .circle {
        top: 1rem;
        left: -2px;
    }

    .dex_deco01 {
    bottom: 4rem;
}
	    .dex_mask2 {
        width: 27%;
        bottom: 2.5rem;
        z-index: 0;
    }
}
@media screen and (max-width:414px){
	.dex_mask2 {
        bottom: 2.1rem;
        z-index: 0;
    }
}
@media screen and (max-width:393px){
	    .ilogo {
        top: 16rem;
    }
}
@media screen and (max-width:360px){
	    .mask:before {
        bottom: 6px;
    }
	    .ilogo {
        top: 14rem;
    }
	    .dex_deco01 {
        bottom: 2rem;
    }
	    .dex_mask2 {
        bottom: 2rem;
    }
}
@media screen and (max-width:330px){
	    .ilogo {
        top: 13rem;
    }
	.dex_mask2 {
        bottom: 1.9rem;  
        width: 30%;
    }
}
@media screen and (max-width:310px){
	.dex_mask2 {
        bottom: 1.8rem;
    }
}
@media screen and (max-width:px){}
@media screen and (max-width:px){}
@media screen and (max-width:px){}

/*---main--------------------------------------------------------------------------------------------------------------------------------*/
.indexbg {
    background: #fff;
}

.innerbg {
    background: rgba(255, 255, 255, .9);
}


/***inews start***/
.inews {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0;
}

.inews .inews_title {
    text-align: center;
}

.inews .inews_title p {
    font-family: 'Josefin Sans';
    font-size: 30px;
    font-weight: bold;
    color: #bf9d82;
    display: inline-block;

}

.inews .inews_title p:nth-child(2) {
    color: #464646;
	font-family: 'Noto Sans TC';
	font-weight: 400;
	margin-left: 1rem;
	font-size: 23px;
}

.inews .inews_inner {
    width: 100%;
    margin: 0 auto;
    background: url(../../images/inews_bg.jpg);
    position: relative;
    padding: 5rem 10rem;
}

/*.inews .inews_inner:before {
    content: '';
    background: url(../../images/inews_deco01.png) top left no-repeat;
    width: 93px;
    max-width: 100%;
    min-height: 13px;
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
}*/

.inews_inner .newsline {
	width: 720px;
	max-width: 100%;
	margin: 0 auto;
}

.inews_inner .newsline ul {}

.inews_inner .newsline ul li {}

.inews_inner .newsline ul li a {}

.inews_inner .newsline ul li a p {
    color: #3e3a39;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: .5s all;
    font-weight: 400;
}

.inews_inner .newsline ul li a p span {
    color: #bf9d82;
    font-family: 'Josefin Sans';
    padding-right: 1.5rem;
}

.inews_inner .newsline ul li a:hover p {
    color: #bf9d82;
}

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

@media screen and (max-width:576px) {
    .inews .inews_inner {
        padding: 2rem 2rem 2rem 3rem;
    }
}
@media screen and (max-width:414px){
	.inews .inews_title p {
    font-size: 20px;
}
	.inews .inews_title p:nth-child(2) {
    font-size: 16px;
}
}
@media screen and (max-width:px){}
@media screen and (max-width:px){}
@media screen and (max-width:px){}

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

.news {
    padding: 5rem 0 6rem;
}

.news .news_title {
    text-align: center;
    margin-bottom: 2rem;
}

.news .news_title p {
    font-family: 'Josefin Sans';
    font-size: 24px;
    font-weight: bold;
    color: #dcdcdc;
    display: inline-block;
}

.news .news_title p:nth-child(2) {
    color: #bf9d82;

}


.news .newstable {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 100px;
    position: relative;
    padding: 3rem 5rem;
    border: 1px solid #bf9d82;
}

.news .newstable:before {
    content: '';
    background: url(../../images/news_deco.png) top left no-repeat;
    width: 93px;
    max-width: 100%;
    min-height: 13px;
    position: absolute;
    top: -1rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.newstable table {
    width: 100%;
}

.newstable table a:not(:nth-of-type(1)) {
    display: inline-block;
}

.newstable .news_icon {
    color: #a2602a;
    font-weight: 600;
    padding-right: .5rem;
}



button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #dcdcdc;
    border: solid 1px #303030;
    color: #3e3a39;
    border-radius: 2px;
    font-weight: 400;
    transition: .2s linear;
    padding: 0em 1em;
    height: auto;
    line-height: 2;
    font-size: 16px;
    margin: 5px;
}

button:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background: #655749;
    color: #ffffff;
}

.table-responsive {
    border: 0;
    margin: 10px 0;
}





@media screen and (max-width:991px) {
    .news .newstable {
        max-width: 95%;
    }
}

@media screen and (max-width:414px) {
    .news .newstable {
        border-radius: 50px;
        padding: 3rem 2rem;
    }
}

/***********************/
/***imenu start***/

.imenu {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 12rem;
}

.imenu .imenu_title {
    margin-bottom: 6rem;
    text-align: center;
}

.imenu .home-intro{
	height: 0;
	opacity: 0;
}

.imenu .imenu_inner {}

.imenu .imenu_inner ul {
    display: flex;
    flex-wrap: wrap;
}

.imenu .imenu_inner ul li {
    width: 33.33%;
    margin-bottom: 5rem;
    transition: all .22s cubic-bezier(.25, .46, .45, .94);
}
.imenu .imenu_inner ul li figure{
	transition: .5s all;
}

@media (hover:hover) {
    .imenu .imenu_inner ul li figure:hover {
        opacity: .5;
    }
}

.img-animation {
    -webkit-animation: img-opacity 1.5s cubic-bezier(0.77, 0, 0.175, 1);
    animation: img-opacity 1.5s cubic-bezier(0.77, 0, 0.175, 1);
    overflow: hidden;
    position: relative;
}

.img-animation.animated:after {
    -webkit-animation: img-animation 1.5s cubic-bezier(0.77, 0, 0.175, 1) both;
    animation: img-animation 1.5s cubic-bezier(0.77, 0, 0.175, 1) both;
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

@-webkit-keyframes img-opacity {

    0% {
        opacity: 0;
    }

}

@keyframes img-opacity {

    0% {
        opacity: 0;
    }

}

@-webkit-keyframes img-animation {

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

}

@keyframes img-animation {

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

}

.imenu_inner a .imenu_txt {
    padding: 2.6rem 0 2rem 6rem;
}

.imenu_inner a .imenu_txt number {
    font-size: 20px;
    color: #9ca6a0;
    font-family: 'Josefin Sans';
    font-weight: 300;
    display: inline-block;
    padding: .4rem 1.8rem 0 0;
    vertical-align: top;
}

.imenu_inner a .imenu_txt dl {
    display: inline-block;
}

.imenu_inner a .imenu_txt dl dt {
    font-size: 20px;
    color: #9ca6a0;
    font-weight: 400;
    padding-bottom: .7rem;
}

.imenu_inner a .imenu_txt dl dd {
    font-size: 14px;
    color: #3e3a39;
    font-weight: 300;
    font-family: 'Josefin Sans';
}

@media screen and (max-width:768px) {
    .imenu .imenu_inner ul li {
        width: 50%;
        margin-bottom: 1rem;
    }

    .imenu_inner a .imenu_txt {
        padding: 1rem 0;
        text-align: center;
    }

    .imenu_inner a .imenu_txt dl {
        text-align: left;
    }
}

@media screen and (max-width:414px) {
    .imenu {
        margin-top: 5rem;
    }

    .imenu .imenu_title {
        margin-bottom: 3rem;
    }

    .imenu_inner a .imenu_txt number {
        padding: .4rem 0 0 0;
    }

    .imenu_inner a .imenu_txt dl dt {
        padding-bottom: 0;
    }
}

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

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

    .imenu_inner a .imenu_txt {
        padding: 0;
    }
}

/***imenu end****/
/***********************/


/*---footer----------------------------------------------------------------------------------------------------------------------*/
/***fttop***/

footer {
    background: #fff;
    text-align: center;
    padding: 12rem 0 0;
}

.fttop {
    position: relative;
}

.fttop:before {
    content: '';
    background: url(../../images/ft_leaf01.png) bottom left no-repeat;
    background-size: contain;
    width: 286px;
    max-width: 100%;
    min-height: 318px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.fttop:after {
    content: '';
    background: url(../../images/ft_leaf02.png) bottom right no-repeat;
    background-size: contain;
    width: 314px;
    max-width: 100%;
    min-height: 256px;
    position: absolute;
    right: 0;
    bottom: 0;
}

/*ftlogo*/
.ftlogo {
    width: 295px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

/*ftbtn*/
.ftbtn {
    width: 280px;
    max-width: 100%;
    margin: 3.3rem auto 2.5rem;
}

.ftbtn a {
    display: inline-block;
    vertical-align: top;
    width: 23%;

}

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

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



/*ftinfo*/
.ftinfo {
    display: inline-block;
    vertical-align: top;
    width: 672px;
    max-width: 95%;
    margin: 0 auto;
    color: #3e3a39;
    padding: 4rem 0 4rem .8rem;
    border-top: 1px solid #bf9d82;
    border-bottom: 1px solid #bf9d82;
}

.ftinfo li {
    padding-bottom: .5em;
    display: inline-block;
    width: 49%;
    text-align: left;
}


.ftinfo p:nth-of-type(1) {
    display: inline-block;
    vertical-align: top;
    padding-right: .8rem;
    white-space: nowrap;
}

.ftinfo p:nth-of-type(2) {
    display: inline-block;
    vertical-align: top;
    width: 85%;
    word-wrap: break-word;
    word-break: break-all;
}

.ftinfo p img {
    vertical-align: bottom;
}

/*ftmark*/
.ftmark {
    width: 256px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    padding: 5rem 0 6rem 0;

}

.ftmark img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 1rem;
}

.ftmark p {
    color: #3e3a39;
    display: inline-block;
}


.ftbot {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: #dcdcdc;
    padding: 1.6rem 50rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



/*icon*/
.icon {
    color: #96653f;
    font-size: 14px;

}

.icon a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

.icon img {
    transition: .2s linear;
}

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

/*copyright*/
.copyright {
    color: #96653f;
    font-size: 14px;
    display: inline-block;
    width: 70%;
    text-align: left;
}

.copyright a {
    color: #96653f;
    font-size: 14px;
    display: inline-block;
    transition: .2s linear;
}

.copyright a:hover {
    color: #ffffff;
}

@media screen and (max-width:1536px) {
    .ftbot {
        padding: 1.6rem 30rem;
    }
}

@media screen and (max-width:1366px) {
    .ftbot {
        padding: 1.6rem 20rem;
    }
}

@media screen and (max-width:1200px) {
    .fttop:before {
        min-height: 200px;
    }

    .fttop:after {
        min-height: 150px;
    }
}

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

    .fttop:after {
        min-height: 110px;
    }

    .ftbot {
        padding: 1.6rem 2rem;
    }
}

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

    .fttop:after {
        min-height: 70px;
    }

    .ftmark {
        padding: 3rem 0;
    }

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

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

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

@media screen and (max-width:530px) {
    .ftinfo li {
        width: 70%;
    }
}

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

    .fttop:before {
        min-height: 50px;
    }

    .fttop:after {
        min-height: 50px;
    }

    .ftinfo {
        padding: 2rem 0;
    }

    .ftinfo li {
        width: 95%;
    }

    .ftbot {
        padding: 1.6rem 2rem 9rem 2rem;
    }

    .copyright {
        width: 100%;
    }
}

@media screen and (max-width:320px) {
    .fttop:before {
        max-width: 20%;
        min-height: 30px;
        bottom: 0;
    }

    .fttop:after {
        max-width: 25%;
        min-height: 40px;
    }

    .ftlogo {
        max-width: 85%;
    }

    .ftinfo {
        max-width: 100%;
    }
}

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

.inbanner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -99;
}

.inbanner_abt {
    background: url(../../images/inbanner_abt.jpg) top center no-repeat;
    background-size: cover;
}

.inbanner_fac {
    background: url(../../images/inbanner_fac.jpg) top center no-repeat;
    background-size: cover;
}

.inbanner_note {
    background: url(../../images/inbanner_note.jpg) top center no-repeat;
    background-size: cover;
}

.inbanner_news {
    background: url(../../images/inbanner_news.jpg) top center no-repeat;
    background-size: cover;
}

.inbanner_loc {
    background: url(../../images/inbanner_loc.jpg) top center no-repeat;
    background-size: cover;
}

.inbanner_sce {
    background: url(../../images/inbanner_sce.jpg) top center no-repeat;
    background-size: cover;
}

.inbanner_room {
    background: url(../../images/inbanner_room.jpg) top center no-repeat;
    background-size: cover;
}

.inheader {
    width: 100%;
    min-height: 617px;
    position: relative;
}

/*.inheader:before {
    content: '';
    background: url(../../images/inbar_mask.png) bottom center no-repeat;
    width: 100%;
    min-height: 57px;
    position: absolute;
    bottom: 0;
    left: 0;
}*/

.inheader .inner_title {
    width: 402px;
    max-width: 100%;
    min-height: 100%;
    margin: 0 auto;
    padding: 7.3rem 0 8rem;
    text-align: center;
    background: rgba(255, 255, 255, .0);
}

.inheader .inner_title img {
    display: block;
    margin: 0 auto;
}

.inheader .inner_title img:first-child {
    margin-bottom: 4rem;
}

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

    .inheader .inner_title {
        max-width: 80%;
        padding: 7.3rem 0 49px;
    }

    .inheader .inner_title img:first-child {
        width: 50%;
    }

    .inheader .inner_title img:last-child {
        width: 30%;
    }
}

@media screen and (max-width:402px) {
    .inheader .inner_title {
        padding: 7.3rem 0 56px;
    }
}

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

    .inheader .inner_title {
        padding: 7.3rem 0 22px;
    }
}

@media screen and (max-width:390px) {
    .inheader .inner_title {
        padding: 7.3rem 0 24.2px;
    }
}

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

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

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

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

}

@media screen and (max-width:330px) {
    .inheader .inner_title {
        padding: 7.3rem 0 31px;
    }
}

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

    .inheader .inner_title {
        padding: 7.3rem 0 24px;
    }
}

@media screen and (max-width:310px) {
    .inheader .inner_title {
        padding: 7.3rem 0 30px;
    }
}

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

    .inheader .inner_title {
        padding: 7.3rem 0 24px;
    }
}

/*---about----------------------------------------------------------------------------------------------------------------------------------*/
/***********************/
/***about1 start***/

.about1 {
    width: 672px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 5rem 0 6rem;
}

.abt1_mark {
    font-size: 20px;
    color: #000000;

}

.abt1_deco {
    margin: 3rem auto 2rem;
}

.abt1_txt {
    margin-bottom: 7rem;
}

.abt1_txt p {
    font-size: 16px;
    color: #3e3a39;
}

.abt1_txt p:nth-child(1) {
    margin-bottom: 1.5rem;
}

.abt1_img {}


@media screen and (max-width:670px) {
    .about1 {
        padding: 3rem 1rem 6rem;
    }

    .abt1_txt {
        margin-bottom: 5rem;
    }
}

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

@media screen and (max-width:360px) {
    .abt1_deco {
        margin: 1rem auto 1rem;
    }
}

/***about1 end****/
/***********************/
/***abou2 start***/

.about2 {
    width: 100%;
    position: relative;
    padding-bottom: 12rem;
}

.about2:before {
    content: '';
    background: url(../../images/abt2_bg.jpg) bottom left repeat;
    width: 100%;
    min-height: 692px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.about2 .abt2 {
    text-align: center;
}

.abt2 .abt2_img {
    position: relative;
}

@media screen and (max-width:1366px) {
    .about2:before {
        min-height: 600px;
    }
}

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

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

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

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

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

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

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

@media screen and (max-width:393px) {
    .about2:before {
        min-height: 150px;
    }
}

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

/***abou2 end****/
/***********************/
/***about3 start***/

.about3 {
    width: 100%;
    background: #fff;
    padding-top: 9rem;
}

.abt3_inner {
    width: 1368px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 1.7rem;
}

/*abt31*/

.about3 .abt31 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7.2rem;
}

.abt31 .abt31_img {}

.abt31 .abt31_inner {
    vertical-align: top;
    width: 32%;
    padding: 1.4rem 5rem 0 0;
    text-align: left;
}

.abt31_inner .abt31_txt {
   
}

.abt31_inner .abt31_txt p {
    color: #3e3a39;
    text-align: left;
    padding-top: 1rem;
    padding-left: 1rem;
}

.abt31_inner .abt31_title {
    display: inline-block;
    vertical-align: top;
    margin-left: 2rem;

}


/*abt32*/

.about3 .abt32 {
    position: relative;
    padding-bottom: 9.8rem;
}

.about3 .abt32 .abt3_deco {
    position: absolute;
    bottom: 0;
    right: 0;
}

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

@media screen and (max-width:1200px) {
    .abt31 .abt31_inner {
        width: 37%;
        padding: 1.4rem 0 0 0;
    }

    .about3 .abt32 .abt3_deco {
        width: 50%;
    }
	.abt31_inner .abt31_txt p {
    padding-left: 2rem;
}
}

@media screen and (max-width:1100px) {
    .about3 .abt31 {
        margin-bottom: 4rem;
    }

    .abt31 .abt31_inner {
        width: 50%;
    }

    .about3 .abt32 {
        padding-bottom: 4rem;
    }

    .about3 .abt32 .abt3_deco {
        width: 40%;
    }
}
@media screen and (max-width:991px){
	    .about3 .abt31 {
        margin-bottom: 7rem;
    }
}
@media screen and (max-width:834px) {
    .abt31 .abt31_inner {
        width: 90%;
    }

    .about3 .abt32 img:first-child {
        width: 55%;
    }
}

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

    .abt31 .abt31_inner {
        width: 100%;
        order: -1;
        justify-content: center;
        padding: 1rem 0 4rem 0;
    }

    .about3 .abt32 {
        padding-bottom: 11rem;
    }

    .about3 .abt32 img:first-child {
        width: 70%;
    }

    .about3 .abt32 .abt3_deco {
        width: 60%;
    }
	.spbr{
		display: none;
	}
}

@media screen and (max-width:576px) {
    .about3 .abt32 {
        padding-bottom: 7rem;
    }
}

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

    .about3 .abt31 {
        margin-bottom: 3rem;
        overflow-x: hidden;
    }

    .abt31 .abt31_inner {
        padding: 3rem 0 2rem 0;
    }
	.abt31_inner .abt31_title{
		    margin-left: 1rem;
	}
	    .abt31_inner .abt31_txt p {
        padding-left: 1rem;
    }

    .about3 .abt32 {
        padding-bottom: 0;
    }

    .about3 .abt32 img:first-child {
        width: 100%;
    }

    .about3 .abt32 .abt3_deco {
        width: 100%;
        position: relative;
        margin-top: 2rem;
    }
}

@media screen and (max-width:340px) {
    .abt31_inner .abt31_txt p {
        font-size: 14px;
    }
}

@media screen and (max-width:320px) {
    .abt31_inner .abt31_txt {
        min-height: 250px;
    }
}

@media screen and (max-width:310px) {
    .abt31 .abt31_inner {
        padding: 1rem 0 0rem 0;
    }

    .abt31_inner .abt31_txt p {
        font-size: 12px;
    }
}

/***about3 end****/
/***********************/
/***about4 start***/

.about4 {
    width: 100%;
    position: relative;
    background: #fff;
    z-index: 0;
    padding: 0 0 11.9rem 0;
}

.about4:before {
    content: '';
    background: url(../../images/abt4_bg.jpg) bottom left repeat;
    width: 100%;
    min-height: 503px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

/*abt41*/

.about4 .abt41 {
    width: 1464px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 0 0 11rem 0;
}

.abt41 .abt41_inner {
    width: 41%;
    padding-left: 4.2rem;
}

.abt41_inner .abt41_title {
    margin-right: 3.2rem;
	text-align: left;
}

.abt41_inner .abt41_txt {
    width: 440px;
    max-width: 100%;
    text-align: left;
    padding-right: 2.9rem;
}

.abt41_inner .abt41_txt img {}

.abt41_inner .abt41_txt p {
    text-align: justify;
}

.abt41 .abt41_img {}


/*abt42*/

.about4 .abt42 {
    width: 1626px;
    max-width: 100%;
    margin: -24rem auto 0;
    display: flex;
    justify-content: space-between;
}

.abt42 .abt42_img {
    width: 56.4%;
}

.abt42 .abt42_deco {
    padding: 15.6rem 2rem 0 0;
}

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

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

    .abt41 .abt41_inner {
        padding-left: 2rem;
    }

    .abt41_inner .abt41_txt {
        padding: 0;
    }

    .abt42 .abt42_deco {
        padding: 15rem 0 0 0;
    }
}

@media screen and (max-width:1366px) {
    .abt42 .abt42_deco {
        padding: 14rem 0 0 0;
        width: 40%;
    }
}

@media screen and (max-width:1200px) {
    .about4:before {
        min-height: 310px;
    }

    .abt41 .abt41_inner {
        width: 60%;
    }
}

@media screen and (max-width:1100px) {
        .about4:before {
        min-height: 280px;
    }
	.abt41 .abt41_inner {
        width: 75%;
    }
	.about4 .abt41 {
    padding: 0 0 18rem 0;
}
    .abt42 .abt42_deco {
        padding: 10rem 0 0 0;
    }
}

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

    .abt41 .abt41_inner {
        width: 95%;
        padding: 0;
    }

    .about4 .abt42 {
        margin: -16rem auto 0;
    }

    .abt42 .abt42_deco {
        padding: 8rem 0 0 0;
    }
}

@media screen and (max-width:834px) {
           .about4:before {
        min-height: 240px;
    }
	.about4 .abt41 {
        padding: 0 0 12rem 0;
    }
	.abt41_inner .abt41_txt {
        padding: 0 2rem 0 1rem;
    }

    .about4 .abt42 {
        margin: -10rem auto 0;
    }

    .abt42 .abt42_deco {
        padding: 5rem 0 0 0;
    }
}

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

   .abt41 .abt41_inner {
        width: 100%;
        margin-bottom: 3rem;
    }
	.abt41_inner .abt41_txt{
		width: 100%;
	}
}

@media screen and (max-width:450px) {
    .about4 .abt41 {
        overflow-x: hidden;
    }

    .abt41 .abt41_inner {
        width: 100%;
    }

    .abt42 .abt42_deco {
        padding: 2rem 0 0 0;
    }
}

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

    .about4:before {
        min-height: 370px;
    }

    .abt41_inner .abt41_title {
        margin-right: 1.2rem;
    }
	    .abt41_inner .abt41_txt {
        padding: 0 2rem 0 0;
    }

    .about4 .abt42 {
        margin: -10rem auto 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .abt42 .abt42_img {
        width: 100%;
    }

    .abt42 .abt42_deco {
        padding: 0;
        width: 100%;
    }
}

@media screen and (max-width:350px) {
    .about4:before {
        min-height: 320px;
    }
}

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

@media screen and (max-width:300px) {
    .about4:before {
        min-height: 280px;
    }

}

/***about4 end****/
/***********************/
/***iroom start***/

.iroom {
    width: 100%;
    position: relative;
    z-index: 0;
    padding: 9.7rem 0;
}

.iroom:before {
    content: '';
    background: url(../../images/iroom_bg.jpg) top center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    background-attachment: fixed;
}

.iroom:after {
    content: '';
    background: rgba(245, 245, 245, .45);
    width: 53%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.iroom_inner {
    width: 1368px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 0 9.2rem;
    display: flex;
    justify-content: space-between;
}

.iroom_inner .iroom_lt {
    width: 41%;
    padding: 17.8rem 0 0 0;
    position: relative;
    margin-right: -7rem;
}

.iroom_inner .iroom_lt:before {
    content: '';
    background: url(../../images/iroom_deco01.png) top right no-repeat;
    background-size: contain;
    width: 275px;
    max-width: 100%;
    min-height: 322px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.iroom_lt .iroom_txt {
    min-height: 245px;
    padding: 0 13rem 10.8rem 0;
    position: relative;
    text-align: right;
}

.iroom_lt .iroom_txt p {
    color: #4e514f;
    padding-left: 2rem;
}

.iroom_lt .iroom_title {
    position: relative;
    right: 0.5rem;
    z-index: 1;
}

.iroom_inner .iroom_rt {
    padding: 15.5rem 0 0 0;
    width: 64%;
}

.iroom_inner .iroom_rt ul {}

.iroom_inner .iroom_rt ul li {
    width: 48%;
    display: inline-block;
}

.iroom_inner .iroom_rt ul li:nth-child(odd) {
    margin: 0 1.2rem 2.4rem 0;
}

.iroom_inner .iroom_rt ul li:nth-child(even) {
    margin: 0 0 2.4rem 1.2rem;
}

.iroom_inner .iroom_rt ul li a {
    display: block;
    transition: .5s all;
}

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

.iroom_rt a .irmbt {
    width: 100%;
    min-height: 282px;
    position: relative;
}

.iroom_rt li:nth-child(1) a .irmbt {
    background: url(../../images/iroom_img_01.jpg) no-repeat;
    background-size: cover;
}

.iroom_rt li:nth-child(2) a .irmbt {
    background: url(../../images/iroom_img_02.jpg) no-repeat;
    background-size: cover;
}

.iroom_rt li:nth-child(3) a .irmbt {
    background: url(../../images/iroom_img_03.jpg) no-repeat;
    background-size: cover;
}

.iroom_rt li:nth-child(4) a .irmbt {
    background: url(../../images/iroom_img_04.jpg) no-repeat;
    background-size: cover;
}

.iroom_rt li:nth-child(5) a .irmbt {
    background: url(../../images/iroom_img_05.jpg) no-repeat;
    background-size: cover;
}

.iroom_rt li:nth-child(6) a .irmbt {
    background: url(../../images/iroom_img_06.jpg) no-repeat;
    background-size: cover;
}

.iroom_rt li:nth-child(7) a .irmbt {
    background: url(../../images/iroom_img_07.jpg) no-repeat;
    background-size: cover;
}

.irmbt .irmbt_txt {
    width: 55%;
    text-align: center;
    position: absolute;
    bottom: 1.3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.irmbt .irmbt_txt h3 {
    font-size: 20px;
    color: #fff;
}

.irmbt .irmbt_txt hr {
    width: 90%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid rgba(210, 208, 172, .5);
}

.irmbt .irmbt_txt h4 {
    font-size: 14px;
    color: #d2d0ac;
    font-family: 'Josefin Sans';
    text-transform: uppercase;
    font-weight: 300;
}

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

    .iroom_lt .iroom_title {
        right: -2.5rem;
    }
}

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

@media screen and (max-width:1200px) {
    .iroom_lt .iroom_title {
        width: 85%;
    }

    .iroom_rt a .irmbt {
        min-height: 252px;
    }
}

@media screen and (max-width:1100px) {
    .iroom_inner .iroom_rt ul li {
        width: 45%;
    }

    .iroom_rt a .irmbt {
        min-height: 218px;
    }
}

@media screen and (max-width:991px) {
    .iroom_rt a .irmbt {
        min-height: 196px;
    }
	.iroom_lt .iroom_txt {
    padding: 0 9rem 10.8rem 0;
}
}

@media screen and (max-width:834px) {
    .iroom:after {
        width: 40%;
    }

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

    .iroom_inner .iroom_lt {
        width: 80%;
        padding: 17.8rem 0 0 0;
        margin-right: 0;
    }

    .iroom_lt .iroom_title {
        width: 100%;
        right: 0;
        text-align: center;
    }

    .iroom_inner .iroom_rt {
        padding: 8rem 0 0 0;
        width: 100%;
    }

    .iroom_inner .iroom_rt ul li {
        width: 48%;
    }

    .iroom_rt a .irmbt {
        min-height: 273px;
    }
}

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

    .iroom_inner .iroom_rt ul li {
        width: 47%;
    }

    .iroom_rt a .irmbt {
        min-height: 245px;
    }
}

@media screen and (max-width:576px) {
    .irmbt .irmbt_txt {
        width: 95%;
    }

    .iroom_rt a .irmbt {
        min-height: 250px;
    }
}

@media screen and (max-width:650px) {
    .iroom_rt a .irmbt {
        min-height: 205px;
    }
}

@media screen and (max-width:576px) {
    .iroom_rt a .irmbt {
        min-height: 180px;
        background-size: cover !important;
    }
}

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

    .iroom_lt .iroom_txt {
        padding: 0 8rem 5rem 0;
    }

    .iroom_inner .iroom_rt {
        padding: 4rem 0 0 0;
    }

    .iroom_inner .iroom_rt ul li {
        width: 100%;
    }

    .iroom_inner .iroom_rt ul li:nth-child(odd) {
        margin: 0 0 2rem 0;
    }

    .iroom_inner .iroom_rt ul li:nth-child(even) {
        margin: 0 0 2rem 0;
    }

    .iroom_rt a .irmbt {
        min-height: 282px;
    }
}

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

    .iroom_inner .iroom_lt:before {
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}

@media screen and (max-width:393px) {
    .iroom_rt a .irmbt {
        min-height: 260px;
    }
	.iroom_lt .iroom_txt p {
    padding-left: 0;
}
}

@media screen and (max-width:360px) {
    .iroom_rt a .irmbt {
        min-height: 240px;
    }
}
@media screen and (max-width:360px){
	    .iroom_lt .iroom_txt {
        padding: 0 5rem 5rem 0;
    }
}
@media screen and (max-width:340px){
	    .iroom_lt .iroom_txt {
        padding: 0 4rem 5rem 0;
    }
}
@media screen and (max-width:330px){
	    .iroom_lt .iroom_txt {
        padding: 0 3rem 5rem 0;
    }
}
@media screen and (max-width:320px) {
        .iroom_inner .iroom_lt:before {
        margin: 0 0 0 auto;
    }
	.iroom_lt .iroom_txt {
        padding: 0 1rem 5rem 0;
    }
	.iroom_rt a .irmbt {
        min-height: 210px;
    }

    .iroom_inner .iroom_rt ul li:nth-child(odd) {
        margin: 0 0 1rem 0;
    }

    .iroom_inner .iroom_rt ul li:nth-child(even) {
        margin: 0 0 1rem 0;
    }
}
@media screen and (max-width:300px){
	    .iroom_lt .iroom_txt {
        padding: 0 0 5rem 0;
    }
}
/***iroom end****/
/***********************/
/*---facilities----------------------------------------------------------------------------------------------------------------------------------*/
/***********************/
/***facilities1 start***/
.facilities1 {
    width: 1368px;
    max-width: 100%;
    margin: 0 auto;
    padding: 5rem 0 6rem;
}

.facilities1 .fac11 {
    padding: 0 6.2rem 0 11.6rem;
    display: flex;
    justify-content: space-between;
}

.fac11 .fac11_inner {
    width: 47%;
    padding-top: 1.3rem;
}

.fac11 .fac11_inner h5 {
    font-size: 72px;
    color: #d2d0ac;
    font-family: 'Josefin Sans';
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 2.5rem;
}

.fac11_inner .fac11_txt {
    
}

.fac11_txt .fac11_lt {
    width: 374px;
    max-width: 100%;
    margin-right: 12rem;
}

.fac11_txt .fac11_lt p {
    margin-bottom: 2rem;
}

.fac11_txt .fac11_lt img {}

.fac11_txt .fac11_rt {}

.fac11_txt .fac11_rt img {}

.fac11 .fac11_img {}

.facilities1 .fac12 {
    margin-top: -4.3rem;
    padding-left: 17rem;
}

.facilities1 .fac12 img {
    border: 10px solid #fff;
}

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

    .facilities1 .fac11 {
        padding: 0;
    }

    .fac11 .fac11_inner h5 {
        font-size: 65px;
    }

    .fac11_txt .fac11_lt {
        margin-right: 8rem;
    }

    .facilities1 .fac12 {
        margin-top: -5.3rem;
        padding-left: 11rem;
    }
}

@media screen and (max-width:1100px) {
    .fac11 .fac11_inner {
        width: 58%;
    }

    .facilities1 .fac12 {
        margin-top: -2.3rem;
        padding-left: 7rem;
    }
}

@media screen and (max-width:1000px) {
    .fac11 .fac11_inner {
        width: 76%;
    }
	    .fac11_txt .fac11_lt {
        margin-right: 0;
        width: 100%;
    }

    .facilities1 .fac12 {
        margin-top: 0;
        padding: 3rem 0 0 0;
        text-align: center;
    }
}

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

    .fac11 .fac11_inner {
        padding: 1.3rem 0 2rem;
        width: 67%;
    }
}

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

@media screen and (max-width:650px) {
    .fac11 .fac11_inner {
        width: 100%;
    }
}

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

    .facilities1 .fac11 {
        overflow-x: hidden;
    }

    .fac11 .fac11_inner h5 {
        font-size: 50px;
    }

    .fac11_txt .fac11_lt {
        margin-right: 1rem;
    }

    .facilities1 .fac12 {
        padding: 2rem 0 0 0;
    }
}

@media screen and (max-width:393px) {
    .fac11 .fac11_inner h5 {
        font-size: 44px;
    }
}

@media screen and (max-width:340px) {
    .fac11 .fac11_inner h5 {
        font-size: 38px;
    }
}

/***facilities1 end****/
/***********************/
/***facilities2 start***/

.facilities2 {
    background: url(../../images/fac2_bg.png) top left repeat;
    width: 100%;
    padding: 12rem 0 7rem;
}

.facilities2 .fac21 {
    width: 1368px;
    max-width: 100%;
    margin: 0 auto 8rem;
    display: flex;
    justify-content: space-between;
    padding: 0 6rem 0 16rem;
}


.fac21 {
    width: 34%;
}

.fac21 .fac21_txt {
    width: 34%;
}

.fac21 .fac21_txt h5 {
    font-size: 72px;
    color: #8da198;
    font-family: 'Josefin Sans';
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: -2px;
}

.fac21 .fac21_txt img {
    margin-bottom: 4rem;
}

.fac21 .fac21_txt p {
    margin-bottom: 2rem;
}

.fac21 .fac21_img {}

/*fac22*/
.fac22 {}

.fac22 .fac22_img {
    text-align: center;
}

.fac22 .fac22_img img {}

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

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

    .facilities2 .fac21 {
        padding: 0 2rem;
        margin: 0 auto 3rem;
    }
}

@media screen and (max-width:1100px) {
    .fac21 .fac21_txt {
        width: 48%;
        margin-right: 1rem;
    }
}

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

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

    .fac21 .fac21_txt {
        width: 80%;
        margin: 0 0 2rem 0;
    }
}

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

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

    .facilities2 .fac21 {
        padding: 0 1rem;
    }

    .fac21 .fac21_txt img {
        margin-bottom: 3rem;
    }
}

@media screen and (max-width:350px) {
    .fac21 .fac21_txt img {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width:300px) {
    .fac21 .fac21_txt h5 {
        font-size: 62px;
    }
}

/***facilities2 end****/
/***********************/
/***facilities3 start***/

.facilities3 {
    background: #fff;
    padding: 12rem 0 7rem;
}

.facilities3 .fac31 {
    width: 1464px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 4.8rem;
    display: flex;
    justify-content: space-between;
}

.fac31 .fac31_inner {
    width: 39.3%;
    padding-top: 3rem;
}

.fac31_inner .fac31_lt {
    padding-top: 1rem;
}

.fac31_inner .fac31_lt h5 {
    font-size: 72px;
    color: #d2d0ac;
    font-family: 'Josefin Sans';
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 1rem;
}

.fac31_inner .fac31_lt p {
    width: 91%;
    margin-bottom: 2rem;
}

.fac31_inner .fac31_rt {
    position: relative;
    width: 50%;
}

.fac31_inner .fac31_rt img:first-child {
    margin-bottom: 0;
}

.fac31_inner .fac31_rt img:nth-child(2) {}

.fac31_inner .fac31_rt img:last-child {
    
}

.fac31 .fac31_img {
    width: 52.6%;
}


/*fac32*/
.fac32 {
    width: 1626px;
    max-width: 100%;
    margin: -11rem auto 0;
    padding-right: 12.9rem;
    display: flex;
    justify-content: space-between;
}

.fac32 .fac32_lt {}

.fac32 .fac32_rt {
    padding-top: 14.6rem;
}

@media screen and (max-width:1400px) {
    .facilities3 {
        padding: 6rem 2rem;
    }
    .fac31_inner .fac31_rt img:last-child {
        bottom: 15rem;
    }

    .fac32 {
        padding-right: 4rem;
    }
}

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

    .fac32 .fac32_rt {
        padding-top: 9.6rem;
    }
}

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

    .fac31 .fac31_inner {
        width: 43%;
    }

    .fac31_inner .fac31_rt img:last-child {
        bottom: 7rem;
    }

    .fac32 {
        margin: 3rem auto 0;
    }
}

@media screen and (max-width:1000px) {
    .facilities3 .fac31 {
        padding: 0;
    }

    .fac31_inner .fac31_rt {
        left: 0rem;
    }

    .fac31_inner .fac31_rt img:last-child {
        bottom: 12rem;
        right: -2rem;
    }

    .fac32 {
        margin: 0 auto;
        padding: 0;
    }

    .fac32 .fac32_rt {
        padding-top: 4.6rem;
    }
}

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

    .fac31 .fac31_inner {
        width: 100%;
        margin-bottom: 3rem;
    }

    .fac31_inner .fac31_rt img:last-child {
        bottom: 3rem;
    }

    .fac31 .fac31_img {
        width: 100%;
        text-align: center;
    }

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

    .fac32 .fac32_rt {
        order: -1;
        padding: 3rem 0;
    }
}

@media screen and (max-width:650px) {
    .fac31 .fac31_inner {
        width: 100%;
    }
}

@media screen and (max-width:576px) {
    .fac31_inner .fac31_rt {
        left: -3rem;
    }
}

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

    .fac31 .fac31_inner {
        padding: 0 2rem;
    }

    .fac31_inner .fac31_rt {
        left: 0rem;
		width: 100%;
    }

    .fac31_inner .fac31_rt img:last-child {
        position: relative;
        bottom: 0;
        right: -1rem;

    }
}

@media screen and (max-width:414px) {
    .facilities3 .fac31{
        padding: 0 1rem;
    }
	    .fac31 .fac31_inner {
        padding: 0 1rem;
    }
    .fac31_inner .fac31_lt {
        width: 100%;
    }

    .fac31_inner .fac31_lt p {
        width: 100%;
    }

    .fac31_inner .fac31_rt {
        padding-top: 2rem;
    }

    .fac31_inner .fac31_rt img:last-child {
        right: 0;
    }

    .fac31_inner .fac31_rt img:nth-child(2) {
        width: 60%;
    }

    .fac31_inner .fac31_rt img:last-child {
        width: 60%;
    }
}

@media screen and (max-width:360px) {
    .fac31_inner .fac31_lt h5 {
        font-size: 60px;
    }
}

@media screen and (max-width:350px) {
    .fac32 .fac32_rt {
        padding: 2rem 0;
    }
}

@media screen and (max-width:300px) {
    .fac31_inner .fac31_lt h5 {
        font-size: 50px;
    }
}

/***facilities3 end****/
/***********************/
/***facilities4 start***/

.facilities4 {
    position: relative;
}

.facilities4 .fac4_deco {
    position: absolute;
    bottom: 6.4rem;
    right: 23rem;
    z-index: 1;
}

.scale_img {
    overflow: hidden;
}

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

@media screen and (max-width:768px) {
    .facilities4 .fac4_deco {
        bottom: 2.4rem;
        right: 4rem;
        width: 30%;
    }
}

/***facilities4 end****/
/***********************/
/*---room----------------------------------------------------------------------------------------------------------------------------------*/

.room {
    width: 100%;
    padding: 5rem 0 6rem;
}


/*rmbt*/

.room .rmbt {
    width: 904px;
    max-width: 100%;
    margin: 0 auto;
}

.room .rmbt ul {
    text-align: center;
}

.room .rmbt ul li {
    position: relative;
    display: inline-block;
    width: 24%;
    margin-bottom: 3rem;
}

.room .rmbt ul li a {
    display: block;
}

.room .rmbt ul li a img {
    transition: .5s all;
}

.room .rmbt ul li a .rmbt1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    opacity: 0;
    transition: .3s linear;
}

@media (any-hover: hover) {
    .room .rmbt ul li a:hover img {
        opacity: 0;
    }

    .room .rmbt ul li a:hover .rmbt1 {
        opacity: 1;
    }
}

.room .rmbt ul li.active a .rmbt1{
    opacity: 1;
}


.room .rm_inner {
    width: 1136px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.room .rm_inner:after {
    content: '';
    background: url(../../images/room_deco.png) bottom right no-repeat;
    background-size: contain;
    width: 242px;
    max-width: 100%;
    min-height: 100px;
    position: absolute;
    bottom: 1.4rem;
    right: 2.4rem;
    z-index: 10;
}

.room .rm_bot {
    width: 1136px;
    max-width: 100%;
    margin: 5rem auto 0;
}

/*roombs*/
.roombs {
    display: inline-block;
    vertical-align: top;
    padding: 0 2em 0 0;
}

.roomb {
    width: 100%;
    padding: 0 0 2em 0;
}

.roomb .roomb_img {
    margin-bottom: 2rem;
    text-align: center;
}

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

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

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

.roomb table tr:nth-of-type(1) {
    border-bottom: solid 2px #000;
}

.overflowx{
	width: 100%;
}
.overflowx table{
	width: 100%;
}

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

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

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

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

@media screen and (max-width:1100px) {
    .room {
        padding: 5rem 2rem 6rem;
    }
}
@media screen and (max-width:768px){
    .room .rm_inner:after {
    min-height: 60px;
}
}

@media screen and (max-width:450px) {
    .room {
        padding: 3rem 1rem;
    }
	    .overflowx {
        width: 95%;
        overflow-x: scroll;
        padding: 0 1rem;
    }
}

@media screen and (max-width:414px) {
    .room .rmbt ul li {
        width: 32%;
        margin-bottom: 1rem;
    }
    .room .rm_inner:after {
    max-width: 20%;
    min-height: 40px;
}
}

@media screen and (max-width:330px) {
    .room .rmbt ul li {
        width: 31%;
    }
}

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

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

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

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

@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:340px) {
    .icons li {
        width: 28%;
        margin: 5px 5px;
        padding: 5px 2px 8px;
    }
}

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

.r_icons ul {
    list-style: none;
}

.r_icons li {
    width: 11%;
}

table.fac {
    padding: 0 0 3% 2%;
    display: block;
}

table.fac td {
    vertical-align: top;
}

@media screen and (max-width:1290px) {
    .r_icons li {
        width: 15%;
    }
}

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

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

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

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

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

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

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

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

@media screen and (max-width:360px) {
    .r_icons li {
        width: 27%;
    }
}
}

@media screen and (max-width:330px) {
    .r_icons li {
        width: 26%;
    }
}

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

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

.note_icon ul {
    list-style: none;
}

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

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

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

@media screen and (max-width: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: 32%;
    }
}

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

/*---notice--------------------------------------------------------------------------------------------------------------------------------*/
.notice {
    position: relative;
    padding: 5rem 6rem;
}

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

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

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

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

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

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

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

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

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

/*tab-content*/
.tab-content {
    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:820px) {

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

@media screen and (max-width:768px) {
    .notice {
        padding: 7.3rem 0 7rem;
    }
}

@media screen and (max-width:600px) {
    .notice {
        padding: 4rem 0 7rem;
    }

    .note {
        padding-bottom: 1em;
    }

    .note li {
        width: 32%;
        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;
    }
}

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



/*---location----------------------------------------------------------------------------------------------------------------------------*/
.location {
    padding: 0 0 6rem;
}

.location .loc_title {
    text-align: center;
}

.location .loc_title p {
    font-family: 'Josefin Sans';
    font-size: 24px;
    font-weight: bold;
    color: #dcdcdc;
    display: inline-block;
}

.location .loc_title p:nth-child(2) {
    color: #bf9d82;
}

.location .loc_txt {
    width: 1070px;
	max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 4rem 0;
}

.location .loc_txt:before {
    content: '';
    background: url(../../images/inews_deco01.png) top left no-repeat;
    width: 93px;
    max-width: 100%;
    min-height: 13px;
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.location .loc_txt p {
    text-align: center;
}

.location .loc_route{
	width: 1070px;
	max-width: 100%;
    margin: 0 auto 3rem;
    position: relative;
    padding: 2rem;
}
.location .loc_route ul{
	list-style: disc;
}
.location .loc_route ul li{}

.map {
    width: 1136px;
    margin: 0 auto;
    max-width: 100%;
    min-height: 748px;
    position: relative;
    border: 2px solid #dcdcdc;
    -webkit-filter: hue-rotate(330deg);
    filter: hue-rotate(330deg);
}

.location iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

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

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

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

    .location .loc_txt {
        padding: 3rem 0;
    }

    .map {
        min-height: 400px;
    }

}

@media screen and (max-width:360px) {
    .location .loc_txt {
        border-radius: 40px;
    }

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

@media screen and (max-width:320px) {
    .location .loc_title p {
        font-size: 22px;
    }
}

@media screen and (max-width:300px) {
    .location .loc_title p {
        font-size: 19px;
    }
}

/*--scenic------------------------------------------------------------*/
.scenic {
    padding: 0;
}

.scenic .scenic_title {
    text-align: center;
}

.scenic .scenic_title p {
    font-family: 'Josefin Sans';
    font-size: 24px;
    font-weight: bold;
    color: #dcdcdc;
    display: inline-block;
}

.scenic .scenic_title p:nth-child(2) {
    color: #bf9d82;
}

.scenic .scenic_txt {
    width: 1120px;
	max-width: 100%;
    margin: 0 auto 3rem;
    position: relative;
    padding: 2rem;
}

.scenic .scenic_txt:before {
    content: '';
    background: url(../../images/inews_deco01.png) top left no-repeat;
    width: 93px;
    max-width: 100%;
    min-height: 13px;
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.scenic .scenic_txt p {
    text-align: center;
}


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

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

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

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

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

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

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

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

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

@media (max-width:1440px) {
    #services_sce {
        padding: 3em 1em 4em;
    }
}

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

    .scebtn h2 {
        margin: 5px;
    }
}

@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 {
    width: 1360px;
    max-width: 100%;
    margin: 0 auto;
    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;
}

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

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

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

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

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

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

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

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

@media(max-width:991px) {


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

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



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

}

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

}

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


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

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

@media(max-width:450px) {

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

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

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

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


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

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

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

.scecontainer {
    display: block;
    margin: 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;
    }
}

/*btns1*/
.btns1 {
    position: fixed;
    bottom: 43rem;
    right: 1rem;
    z-index: 20;
    display: none;
    text-align: right;
}

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


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


/*btns2*/
.btns2 {
    position: fixed;
    background: #dcdcdc;
    border-radius: 100px;
    width: 66px;
    max-width: 100%;
    bottom: 18rem;
    right: 1.4rem;
    z-index: 20;
    text-align: center;
    padding: 2.8rem 1.4rem;
	transition: 0.5s;
}

.btns2 a {
    display: block;
    transition: .5s all;
}
.btns2 a:nth-of-type(1){
	display: none;
}
.btns2 .bookimg1{
	display: none;
}

.btns2 img {
    vertical-align: middle;
}
.btns2 img:nth-child(2) {
    display: none;
}

/*btns3*/
.btns3 {
    position: fixed;
    bottom: 6rem;
    right: 1.4rem;
    z-index: 20;
}

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

@media (hover:hover) {
    .btns2 a:hover {
        transform: scale(.8);
    }

    .btns3 a:hover {
        transform: scale(.8);
    }
}

@media screen and (max-width:768px) {
    .btns3 {
        bottom: 9rem;
    }

    .btns1 {
        bottom: 47rem;
    }

    .btns2 {
        bottom: 21rem;
    }
}

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

    .btns2 {
        width: 100%;
        bottom: 0;
        right: 0;
        padding: 1.9rem 1.5rem;
        border-radius: 100px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btns2 a {
        display: inline-block;
        width: 16%;
    }

    .btns2 img {
        display: inline-block;
    }
	.btns2 img:nth-child(2) {
    display: inline-block;
}
	.btns2 a:nth-of-type(1){
	display: inline-block;
}
.btns2 .bookimg1{
	display: inline-block;
}

    .btns3 {
        display: none;
    }
}

@media screen and (max-width:414px) {
    .btns1 {
        bottom: 28rem;
    }

    .btns3 {
        bottom: 19rem;
        width: 15%;
    }
}

@media screen and (max-width:360px) {
    .btns1 {
        bottom: 27rem;
        text-align: center;
    }

    #gotop {
        margin: 0 1rem 1rem 0;
    }
}

@media screen and (max-width:330px) {
    .btns1 {
        bottom: 29rem;
    }

    #gotop {
        margin: 0 .5rem 1rem 0;
    }

    .btns3 {
        bottom: 22rem;
    }
}