@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap');
body {
  font-family: 'Noto Sans TC', sans-serif;
  width: 100%;
  text-align: center;
  color: #000000;
  font-size: 16px;
  line-height: clamp(1.5rem, 1.5vw, 1.5rem);
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  scroll-behavior: smooth;
  font-weight: 300;
  background-color: #ffffff;
  position: unset!important;
  overflow-x: hidden;
}
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
:root{
  --Color--blue:hsl(212,83%,27%);
  --Color--blue2:hsl(200, 91%, 14%);
  --Color--blue3:hsl(197, 80%, 49%);
  --Color--grey:hsl(0, 0%, 40%);
  --Maxwidth--:1600px;
}
*{
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.on,
.is-active {
  display: block !important;
}
.clear {clear: both;}
.w {color: hsl(0, 0%, 100%);}
.pink {color:hsl(0, 85%, 60%);}
.blue {color:#064481;}
.text-shadow {text-shadow: 0rem 0rem 0.4rem black;}
.hint {
  color: #fee857;
  font-weight: 300;
  font-size: clamp(12px,1.5vw,18px);
  letter-spacing: 1.5px;
}
.hint2 {
  color: #666;
  font-weight: 300;
  font-size: clamp(11px,2vw,16px);
  line-height: clamp(17px,2vw,25px);
  letter-spacing: 1.5px;
  text-align: left;
  font-weight: 300;
  display: inline-block;
}

h1,h2,h3,h4 {
  position: relative;
  word-break: keep-all;
}
h1 {
  font-weight: 900;
  color: var(--Color--blue);
  font-size: clamp(40px,5.4vw,72px);
  line-height:clamp(40px,5vw,72px);
}
h2 {
  font-size: clamp(21px,5vw,42px);
  line-height:clamp(32px,5vw,42px);
  margin-bottom: 3%;
  font-weight: 900;
}
h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 3% 0;
  color: #2f438f;
}
h4 {
  font-size: clamp(1.2rem, 3vw, 2rem);
  line-height: clamp(1.2rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #000;
}

.btn_popoup {
  color: #39dcc5;
}
/* close */
.popup .close {
  position: absolute;
  width:30px;
  height: 40px;
  right: 15px;
  top: 0px;
  cursor: pointer;
  z-index: 50;
  background-image: url(../img/close.png);
  background-position: top center;
  background-repeat: no-repeat;
}


.popup  { 
  display:block; 
  position: fixed;
  width:90%;
   height:auto; 
  z-index: 500;
  left: 50%;top: 50%;
  transform:translate(-50%,-50%) ;
  max-width: 540px;
  display: none;
}
.popup img{ 
  display:block; 
  width:100%; height:auto; 
  margin: auto;
  
}

/* scrollbar */
.b1::-webkit-scrollbar {
  width: 10px;
  background-color: rgba(2, 95, 90, 0.2);
  border-radius: 1em;
}
.b1::-webkit-scrollbar-thumb {
  background-color: #2f438f;
  border-radius: 1em;
}
/* mask */
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
li{margin-left: 0%;}
.left{transform: translate(-50%,-50%);}
.right{transform: translate(-50%,-50%);}
.letter {display: inline-block;}
.tc{
  text-align: center;
  margin: auto;
}
.img{width: 100%;display: block;margin: auto;}
form{
  width: 100%;
}
.wrapper{
  width: 100%;
  margin: auto;
}
.list--dice {
  margin: 1% 0 0 2.5%;
  padding: 0;
  list-style: disc outside;
}
.list--decimal{
  margin: 0 0 0 28px;
  padding: 0;
  list-style:disc outside;
}

.back-to-top{
  z-index: 100;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 13px 7px 0;
  border-radius: 5px;
  position: fixed;
  bottom: 100px;
  right: 15px;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.back-to-top img{
  display: inline-block;
  width: 100%;
  height: auto;
}

.footer{
  width: 100%;
  background-color: #333333;
  border-top: 35px solid #666666;
  padding: 3.2% 2%;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: clamp(1.2rem, 1vw, 1.5rem);
}
.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 50%;
}
.flexbox a {
  width: 30%;
  margin: 1% 0 ;
  color: #ffffff;
}
.flexbox a:hover {
  text-decoration: underline;
}
.footer p {
  font-size: .8rem;
  width: 40%;
  margin: 1% 0 ;
  color: #ffffff;
}
/* header */
.header{
  width: 100%;
  height: 0;
  padding-bottom: 48%;
  background-image: url(../img/headerbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
}
.container{
  margin: auto;
  position: relative;
  width: 80%;
  max-width:var(--Maxwidth--);
}
.sec-l,.sec-r,.clouds{
  position: absolute;
  /* top: 0; */
  z-index: 5;
  height: 0;
  padding-bottom: 1%;
}
.sec-l{
  left: 0;
  width: 55%;
}
.sec-r{
  right: 0;
  width: 47%;
}
.sec-c{
  width: 100%;
  height: 0;
  padding-bottom: 18%;
  margin: auto;
  position: relative;
  display: inline-block;
}
.clouds {
  width: 100%;
  left: 13%;
  z-index: 1;
  padding-bottom: 10%;
  top: 0;
}
.clouds div{
  width: 13%;
  height: 0;
  left: 50%;
  top: 50%;
  padding-bottom: 4%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.clouds div:nth-child(1) {
  background-image: url(../img/c1.png);
  margin-left: -50%;
  margin-top: 10%;
  animation: cloud1 1.5s step-start infinite;
}
.clouds div:nth-child(2) {
  background-image: url(../img/c2.png);
  margin-top: -4%;
  margin-left: -9%;
  animation: cloud1 1.5s step-start reverse infinite;
}
.clouds div:nth-child(3) {
  background-image: url(../img/c3.png);
  margin-left: 15%;
  margin-top: 5%;
  animation: cloud1 1.5s step-start reverse infinite;
}
.header .container {
  background-size: 100% auto;
  background-position: top center;
  height: 0;
  max-width: unset;
  width: 75%;
  padding-bottom: 46%;
}

.logo {
  width: 10%;
  height: 0;
  padding-bottom: 8%;
  
  background-image: url(../img/logo.png);
  position: absolute;
  right: 5%;
  margin-top: 3%;
  z-index: 20;
}
.slogan {
  width: 100%;
  height: 0;
  padding-bottom: 18%;
  max-width: 630px;
  background-image: url(../img/slogan.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0% auto 0;
  position: relative;
  z-index: 2;
}

/* sec-l */
.menu {
  width: 96%;
  margin: 10% 0 0 auto;
  position: relative;
  height: 0;
  padding-bottom: 65%;
  background-image: url(../img/twmap.png);
  background-size: contain;
}
.menu div{
  width: 20%;
  padding-bottom: 20%;
  transform-origin: center;
  transition: all .3s;
  cursor: pointer;
  z-index: 1;
}
.menu div:hover{
  width: 28%;
  padding-bottom: 28%;
 transition: all .3s;
 z-index: 20;
}
.menu div,.menu div::after{
  position: absolute;
  height: 0;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
}
.menu div::after {
  width: 45%;
  padding-bottom: 17%;
  content: "";
  display: block;
}
.menu .btn-tpi {
  background-image: url(../img/mapbtn01.png);
  margin-top: -42%;
  margin-left: -17%;
}
.menu .btn-kel {
  background-image: url(../img/mapbtn02.png);
  margin-top: -47%;
  margin-left: 8%;
}
.menu .btn-txg {
  background-image: url(../img/mapbtn03.png);
  margin-top: -25%;
  margin-left: -36%;
}
.menu .btn-tnn {
  background-image: url(../img/mapbtn04.png);
  margin-top: -4%;
  margin-left: -47%;
}
.menu .btn-cyi {
  background-image: url(../img/mapbtn05.png);
  margin-top: -5%;
  margin-left: -11%;
}
.menu .btn-ila {
  background-image: url(../img/mapbtn06.png);
  margin-top: -23%;
  margin-left: 11%;
}
.menu .btn-tpi::after {
  background-image: url(../img/mapbtn01-.png);
  margin-left: -91%;
  margin-top: -5%;
}
.menu .btn-kel::after {
  background-image: url(../img/mapbtn02-.png);
  margin-left: 43%;
  margin-top: -4%;
}
.menu .btn-txg::after {
  background-image: url(../img/mapbtn03-.png);
  margin-left: -90%;
  margin-top: 0%;
}
.menu .btn-tnn::after {
  background-image: url(../img/mapbtn04-.png);
  margin-left: -89%;
  margin-top: -3%;
}
.menu .btn-cyi::after {
  background-image: url(../img/mapbtn05-.png);
  margin-left: 42%;
  margin-top: -3%;
}
.menu .btn-ila::after {
  background-image: url(../img/mapbtn06-.png);
  margin-left: 45%;
  margin-top: -6%;
}
.n-cpr{
  font-size: .8rem;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}
/* sec-r */

.gift {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  margin-top: 0%;
  max-width: 670px;
  background-image: url(../img/subslogan.png);
  background-size: contain;
  position: relative;
}
.gift img {
  width: 44%;
  height: auto;
  display: inline-block;
  margin: 18% 0 0 16%;
  cursor: pointer;
  z-index: 5;
  transition: all .5s;
}
.gift img:hover {
  width: 75%;
  margin: 3% 0 0 3%;
  transition: all .5s;
}
.btn-popup {
  width: 50%;
  height: 0;
  max-width: 275px;
  padding-bottom: 8.5%;
  margin: -2% 0 0 37%;
  cursor: pointer;
  background-image: url(../img/btn01.png);
}
.btn-popup::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  width: 11%;
  height: 0;
  padding-bottom: 11%;
  background-size: contain;
  margin: auto;
  background-image: url(../img/hand.png);
  animation: finger 1s infinite;
}
.hotel-tpi,.hotel-kel,.hotel-txg,
.hotel-tnn,.hotel-cyi,.hotel-ila
{
 width: 100%;
  margin: auto;
}
.hotel-tpi .container, .hotel-kel .container, .hotel-txg .container, .hotel-tnn .container, .hotel-cyi .container, .hotel-ila .container {
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 3% 0;
}
.hotel-tpi,.hotel-txg
{
 background-color: #78def9;
}
.hotel-kel,.hotel-cyi{
  background-color: #accc64;
}
.hotel-ila,.hotel-tnn{
  background-color: #f7e8ba;
}
.photo{
  width: 35%;
  height: auto;
  display: block;
}
.introduce{
  width: 45%;
  height: auto;
  display: block;
  max-width: 652px;
}
.go{
  width: 20%;
  max-width: 320px;
  display: block;
  height: 0;
  padding-bottom: 30%;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat
}
.hotel-tpi .go {
  background-image:url(../img/subbtn1.png) ;
}
.hotel-kel .go{
  background-image:url(../img/subbtn2.png) ;
}
.hotel-txg .go {
  background-image:url(../img/subbtn3.png) ;
}
 .hotel-tnn .go {
  background-image:url(../img/subbtn4.png) ;
}
 .hotel-cyi .go{
  background-image:url(../img/subbtn5.png) ;
}
 .hotel-ila .go {
  background-image:url(../img/subbtn6.png) ;
}

@keyframes cloud1 {
  0% {
    transform: translateX(-2%);
  }
  50% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(-2%);
  }
}
@keyframes finger {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0%);
  }
}

@keyframes rotateicon {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes scaleicon {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@media screen and (max-width: 1000px) {
  .header .container {
    padding-bottom: 47%;
}
}

@media screen and (max-width: 768px) { 
  .n-cpr {
    font-size: .3rem;
}
  .gift img:hover {
    width: 44%;
    margin: 18% 0 0 13%;
}

}
@media screen and (max-width: 480px) { 
  .footerL a {
    width: 100%;
  }
  .header {
    padding-bottom: 177%;
    background-image: url(../img/headerbg-.png);
  }
  .header .container {
    height: 0;
    width: 95%;
    padding-bottom: 173%;
}
.gift img,
.gift img:hover {
  margin: 18% 0 0 45%;
}
.logo {
  width: 15%;
  padding-bottom: 15%;
  right: 0%;
  margin-top: 0%;
}
.slogan {
  background-position: center top;
  margin-top: 10%;
  padding-bottom: 24.5%;
  background-image: url(../img/slogan-.png);
}
.sec-l, .sec-r {
  left: 0;
  width: 100%;
  right: 0;
  position: absolute;
  padding-bottom: 1%;
}
.gift {
  padding-bottom: 50%;
  width: 95%;

  margin: 13% 0 0 4%;
  background-image: url(../img/subslogan2-.png);
}
.menu {
  width: 73%;
  margin: 71% auto 0 auto;
  padding-bottom: 64%;
  z-index: 30;
}
.menu div {
  width: 32%;
  padding-bottom: 32%;z-index: 10;
}
.menu .btn-tpi {
  margin-top: -56%;
  margin-left: -30%;
}
.menu .btn-txg {
  margin-top: -36%;
  margin-left: -62%;
}
.menu .btn-kel {
  margin-top: -62%;
  margin-left: 5%;
}
.menu .btn-ila {
  margin-top: -30%;
  margin-left: 22%;
}
.menu .btn-cyi {
  margin-top: -5%;
  margin-left: -5%;
}
.btn-popup {
  width: 38%;
  padding-bottom: 9%;
  margin: 91% 10% 0 40%;
  position: relative;
}
.btn-popup::before {
  width: 195%;
  padding-bottom: 66%;
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  background-image: url(../img/subslogan-.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  margin-left: -123%;
}
.clouds div {
  width: 25%;
  padding-bottom: 8%;
}
.clouds div:nth-child(1) {
  margin-left: -62%;
  margin-top: 12%;
}


.menu div::after {
  width: 53%;
  padding-bottom: 25%;
}
.menu .btn-tpi::after {
  margin-left: -32%;
  margin-top: -67%;
}
.menu .btn-txg::after {
  margin-left: -24%;
  margin-top: -66%;
}
.menu .btn-tnn::after {
  margin-left: -24%;
  margin-top: 51%;
}
.menu .btn-cyi::after {
  margin-left: -24%;
  margin-top: 47%;
}
.menu .btn-ila::after {
  margin-left: -15%;
  margin-top: 48%;
}
.menu .btn-kel::after {
  margin-top: -12%;
}
.hotel-tpi .container, .hotel-kel .container, .hotel-txg .container, .hotel-tnn .container, .hotel-cyi .container, .hotel-ila .container {
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 3% 0;
}
.container {
  width: 100%;
}
.photo {
  width: 50%;
  /* margin:0 auto 4%; */
  order: 1;
}
.introduce {
  width: 88%;
}
.hotel-tpi .container {
  padding: 13% 0 10%;
}
.hotel-kel .container, 
.hotel-txg .container, 
.hotel-tnn .container, 
.hotel-cyi .container, 
.hotel-ila .container {
  padding: 13% 0;
}
.go {
  width: 37%;
  padding-bottom: 46%;
  order: 2;
}
.hotel-tpi .introduce,  
.hotel-tnn .introduce,
.hotel-cyi .introduce, 
.hotel-kel .introduce,
.hotel-txg .introduce,
.hotel-ila .introduce{
  order: 3;
}
.hotel-cyi .introduce, 
.hotel-ila .introduce{
  margin-top: 5%;
}
/* .hotel-tpi .go,  
.hotel-tnn .go,
.hotel-cyi .go {
  order: 3;
}
.hotel-kel .go,
.hotel-txg .go,
.hotel-ila .go{
  
} */

.footer {
  flex-direction: column;
}
.flexbox {
  width: 100%;
  font-size: 12px;
  flex-direction: column;
    align-items: center;
}
.footer p {
  width: 100%;
}
.flexbox a {
  width: 55%;
  margin: 1.5% 0;
}
.back-to-top{
  bottom: 50px;
  right: 0;
}
}
