#mtkContainer {
    text-align: left;
    font-family: "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic Medium", Arial, Helvetica, sans-serif;
    background-color: #ffb6c2;
}





.wrapper {
    position: relative;
    width: 94%;
    margin: 0 auto;
}

.wrapper img {
    width: 100%;
    border: 0;
    vertical-align: top;
}

.wrapper * {
    transition: all 0.2s;
}
.wrapper * a{text-decoration: none;}

@media screen and (min-width:1220px) {
    .wrapper {
        width: 1220px;
    }
}
/*media*/



.main{ background:url(../images/main.jpg) center top no-repeat; height: 79vw;     background-size: 184%;  }
.main h1{text-indent: -9999px;}

@media screen and (min-width:1220px) {
    .main{ height: 879px;     background-size: auto;}
}
/*media*/






.nav{ background: url(../images/navbg.jpg) center top repeat-y;      background-size: cover;}
nav.menu{display: block;height: auto;}
nav.menu ul{display: flex; justify-content: center;}
nav.menu li{width: 20%; margin:0; text-align: center; padding:12px 0; 
}
nav.menu li a{display: block; color: #644b1c; font-size: 18px; font-weight: bold; 
}
nav.menu li:hover a , nav.menu li.active a{color: black;}
nav.menu li.active a{cursor: default;}

.nav.fixed{position: fixed; z-index: 99;
    top: 0;
    width: 100%;}
.nav.fixed li a{font-size: 14px;}


@media screen and (min-width:1220px) {
    .nav{background-size: auto;}
    nav.menu li:hover , nav.menu li.active{background:url(../images/navabg.png) left bottom no-repeat;}
    nav.menu li{width: 17%; margin:0 1.5%; padding:25px 0; }
    nav.menu li a{font-size: 30px; }

    .nav.fixed li{padding: 15px 0;}
    .nav.fixed li a{font-size: 21px;}
    .nav.fixed li:hover , .nav.fixed li.active{background-size: 60%;
    background-position: 34% 14px;}

}
/*media*/









.hotel{ background: url(../images/hotelbg.jpg) repeat;}

.hotel .tabs-panel{display: flex;    flex-wrap: wrap;    align-items: flex-start; justify-content: center;      padding: 30px 0 60px; max-width: 1220px; margin: 0 auto; }
.hotel .photo{ display: flex; justify-content: flex-end; align-items: flex-start;      }
.hotel .intro{  color: white; text-align: center; display: flex; justify-content: center; flex-wrap: wrap; }

.hotel .intro h3{     font-size: 24px; font-weight: bold; width: 100%;}
.hotel .intro h4{display: inline-block; color: black;  background-color: white;  border-radius: 1em; width: 90%; margin: 15px 0;     font-size: 20px;     padding: 8px;}

.hotel .intro p{font-size: 16px; line-height: 1.8;  writing-mode: vertical-rl; text-align: left;     height: 350px;     letter-spacing: 0.05em;}


.hotel .photo div{
    width: 40%;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
        margin: 1.5%; padding:0 3px; background: url(../images/goldbg.jpg);
}
.hotel .photo .m{ align-self: flex-end; width: 60%;}


.hotel .inner{padding-top: 60px;}
.hotel .tabs-nav{display: flex; justify-content: center; }

.hotel .tabs-nav li{width: 25%;          max-width: 336px;       height: 90vw;
         border-radius: 100%/8% 8% 0 0; overflow: hidden;}
/*.hotel .tabs-nav li:hover{filter: brightness(1.1);}*/
.hotel .tabs-nav li a{display: block;
    height: 100%; position: relative; background-position: center top; background-repeat: no-repeat;         background-size: auto 90%;}
.hotel .tabs-nav li a img{position: absolute;   
    left: 50%;
    transform: translateX(-50%);
}

/*.hotel .tabs-nav li .cover{position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.4); }*/
.hotel .tabs-nav li.active{transform: scale(1.1); z-index: 5; filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.8));}
.hotel .tabs-nav li.active .cover , .hotel .tabs-nav li:hover .cover{display: none;}
.hotel .tabs-nav h4{width: 100%; background: url(../images/innerbg.png) center bottom no-repeat; /*background-size: cover;*/ font-weight: bold; font-size: 14px; text-align: center; color:black; border-radius: 50%/10% 10% 0 0;
 position: absolute;     bottom: 2%;  padding: 15px 2px 35px;
}
.hotel .tabs-nav h4 span{display: none;}




@media screen and (min-width:500px) {
    .hotel .tabs-nav li{ height: 65vw;  }
}
/*media*/

@media screen and (min-width:650px) {
    .hotel .tabs-panel{flex-wrap: nowrap;}
    .hotel .photo{width: 40%;      display: block; max-width: 200px;}
    .hotel .photo div{width: 100%;}
    .hotel .photo .m{width: 100%;}
}
/*media*/



@media screen and (min-width:1220px) {
    .hotel .wrapper{width: 90%;}
    .hotel .photo{width: 60%;      display: flex; max-width: inherit;}
    .hotel .photo div{width: 40%;}
    .hotel .photo .m{width: 60%;}
    .hotel .intro{width: 40%;}
    .hotel .intro h3{font-size: 28px;}
    .hotel .intro h4{font-size: 20px;padding: 8px 0px; border-radius: 5em; width: 80%;}
    .hotel .intro p{font-size: 18px; padding: 15px;}

    .hotel .tabs-panel{    padding: 60px 0 120px;}
    .hotel .tabs-nav h4{font-size: 20px; padding: 25px 0 35px; bottom: 0; border-radius: 50%/30% 30% 0 0;     background-size: cover; }
    .hotel .tabs-nav h4 span{display: block; font-size: 16px; padding:6px 0 0; font-weight: normal;     line-height: 1.2; }

    .hotel .tabs-nav li{ border-radius: 100%/13% 13% 0 0; height: 630px;  }

    .hotel .inner{padding-top: 120px;}
}
/*media*/




/*c26wrap*/
.c26wrap{background:url(../images/c26bg.jpg) center top repeat; position: relative; overflow: hidden;     padding: 60px 0;}
.c26wrap .dd{display: none;}

@media screen and (min-width:1220px) {
.c26wrap .dd{position: absolute; display: inline; }
.c26wrap .d1{left: 0; top: 330px;}
.c26wrap .d2{right: 0; top: 96px;}
.c26wrap .d3{right: 0; top: 1050px;    transform: scaleX(-1);}
.c26wrap .d4{left: 0; top: 1022px;    transform: scaleX(-1);}

}
/*media*/








/*scenery*/
.scenery{ background: url(../images/hotelbg.jpg) repeat; min-height: 300px;}
.scenery .wrapper{display: flex; justify-content: center; flex-wrap: wrap; padding:60px 0;}
.scenery .box{width: 46%; margin:2%; border:solid 2px #ebe2a7; position: relative; overflow: hidden; }
.scenery .box .info{ text-align: center; color: white; padding:0 5%; position: relative; left: 0;     top: 0;   width: 100%; height: 100%; background:rgba(0,0,0,0.7); transition: all 0.5s;}
.scenery .box:hover .info{top: 0;}
.scenery .box .info h5{font-size: 18px; font-weight: bold;    padding:14px 0; border-bottom:solid 1px #ebe2a7;}
.scenery .box .info p{font-size: 16px; line-height: 1.5; letter-spacing: 0.05em;  padding:14px 0;}

@media screen and (min-width:768px) {
    .scenery .box .info{position: absolute; top: 82%;}
    .scenery .box .info h5{padding: 5% 0;}
}
/*media*/

@media screen and (min-width:1220px) {
    .scenery .box .info{padding:0 10%;     top: 80%;}
    .scenery .box .info h5{font-size: 24px;     padding: 7% 0;}
    .scenery .box .info p{font-size: 18px;  padding:30px 0; }
}
/*media*/





/*h2*/
#mtkContainer h2{text-align: center; color: #f5d7a7; font-size: 42px; letter-spacing: 0.5em; margin: 30px 0; width: 100%;}



/*goTop*/
#fixBtn{
    position:fixed;
    z-index:99;
    left:5px;
    bottom:0px;
}
.gogogo {
    display: block;
    position: relative;
    padding: 8px;
    margin:8px 0; 
    border-radius:5em;
    font-size: 12px;
    text-align:center;
    color:black; 
    background-color:#f5d7a7;
    transition: all 0.2s;
    text-decoration: none;}


@media screen and (min-width:1220px) {
    #fixBtn{left:30px;
    bottom:30px;}
    .gogogo{margin:20px 0; padding: 20px 10px 10px 10px;}
    .gogogo:hover {
    padding-top:30px;
}

    .gogogo:before {
    content: "";
    position:absolute;
    top:7px;
    left:18px;
    width: 0;
    height: 0;
    border: 4px solid #000;
    border-color: transparent transparent #000; }
}
/*media*/





.bn{margin-top: 30px;}
.bn a:hover{filter: brightness(1.2);}