@charset "UTF-8";
.bannerArea .bannerCopyright, .service-list li, .service-list li::before, .featureArea .numDots button, .roomList .Txt, .travelList .Txt {
  box-sizing: border-box;
}

.bannerBox .numDots span::before, .featureArea .numDots button, .roomList .Txt, .roomList .Txt p:after, .travelList .type, .travelList .Txt h3 a::before {
  transition: all .5s ease-out;
}

.bannerArea .wrap {
  position: relative;
}

.bannerArea .bannerCopyright {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  font-size: 13px;
  color: #000;
  top: 0;
  right: -48px;
  letter-spacing: 1px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.bannerArea .bannerCopyright::before {
  content: '';
  display: block;
  width: 1px;
  margin-bottom: 10px;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #b2b2b2;
}

.bannerBox li p {
  position: absolute;
  margin-top: 70px;
  color: #fff;
  font-size: 28px;
  text-indent: 7px;
  letter-spacing: 7px;
}

.bannerBox li p::before, .bannerBox li p::after {
  font-weight: 500;
}

.bannerBox li p::before {
  content: '【';
}

.bannerBox li p::after {
  content: '】';
}

.bannerBox .numDots {
  left: -60px;
  top: 40%;
}

.bannerBox .numDots li {
  position: relative;
}

.bannerBox .numDots li + li {
  margin-top: 40px;
}

.bannerBox .numDots li.slick-active span::before {
  width: 100%;
}

.bannerBox .numDots span {
  position: absolute;
  height: 1px;
  top: 50%;
  right: 100%;
}

.bannerBox .numDots span::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  top: 0;
  background-color: #b2b2b2;
}

.bannerBox .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.numDots {
  position: absolute;
}

.numDots li button {
  cursor: pointer;
  outline: none;
  border: none;
  background-color: transparent;
  font-family: 'Carrois Gothic';
}

.numDots li button::before {
  content: '0';
}

.mainArea {
  padding: 0;
}

.word-v, .word-hotel {
  position: absolute;
  color: #fff;
  background-color: #f8f8f8;
  z-index: -1;
}

.word-v {
  width: 660px;
  top: 1200px;
  left: 0;
  padding-right: 30px;
  padding-bottom: 560px;
  line-height: .75;
  font-size: 853px;
  text-align: right;
}

.word-hotel {
  width: 890px;
  top: 2160px;
  right: 0;
  padding-top: 380px;
  line-height: .6;
  font-size: 386px;
}

.popWin {
  display: none;
  width: 960px;
  font-size: 15px;
  color: #FFF;
}

.popWin a.close {
  display: block;
  width: 100%;
  height: 50px;
  color: #D1D1D1;
  position: relative;
}

.popWin a.close:before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #FFF;
  position: absolute;
  right: 0;
  top: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popWin a.close:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #FFF;
  position: absolute;
  right: 0;
  top: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.aboutArea {
  padding-bottom: 100px;
  background: linear-gradient(to bottom, transparent 35px, #f8f8f8 0, #f8f8f8 100%);
}

.aboutArea .leftBox {
  float: left;
  margin-right: 200px;
}

.aboutArea .leftBox img {
  display: block;
  margin: auto;
}

.aboutArea .leftBox img:first-child {
  margin-bottom: 30px;
}

.aboutArea .rightBox {
  overflow: hidden;
}

.aboutArea .title-box {
  line-height: 1;
  text-align: left;
}

.aboutArea .title-box h2 span:first-child {
  display: block;
  color: #ee7316;
}

.aboutArea .title-box p {
  margin: 10px 0 40px 5px;
}

.description {
  float: left;
  margin-right: 100px;
}

.description h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
}

.description .Txt {
  margin-top: 40px;
  line-height: 2.2;
  letter-spacing: 1px;
}

.description .btn {
  margin-top: 10px;
  text-align: center;
}

.description .btn a {
  display: inline-block;
  padding: 7px 15px;
  color: 666;
  border: 1px solid #CCC;
}

.service-list {
  overflow: hidden;
}

.service-list li {
  float: left;
  width: 235px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.service-list li::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 50%;
  background: url("../images/service.png") no-repeat;
}

.service-list li:nth-child(1)::before {
  background-position-x: 0px;
}

.service-list li:nth-child(2)::before {
  background-position-x: -40px;
}

.service-list li:nth-child(3)::before {
  background-position-x: -80px;
}

.service-list li:nth-child(4)::before {
  background-position-x: -120px;
}

.service-list li:nth-child(5)::before {
  background-position-x: -160px;
}

.service-list li:nth-child(6)::before {
  background-position-x: -200px;
}

.service-list p {
  clear: both;
  padding-top: 20px;
  font-size: 18px;
  color: #ee7316;
  letter-spacing: 4px;
}

.mapArea {
  padding: 40px 0;
}

#gmap_s {
  width: 100%;
  height: 300px;
}

.featureArea {
  position: relative;
  padding-bottom: 50px;
}

.featureArea .title-box {
  position: relative;
  top: 130px;
  text-align: left;
  z-index: 10;
}

.featureArea .title-box h2 {
  margin-bottom: 10px;
}

.featureArea .title-box h2 span {
  display: block;
  line-height: .9;
}

.featureArea .title-box h2 span:first-child:first-letter {
  color: #ee7316;
}

.featureArea .title-box p {
  margin-left: 5px;
}

.featureArea .numDots {
  position: absolute;
  bottom: 250px;
  left: 70px;
}

.featureArea .numDots li {
  position: absolute;
  top: 0;
  left: 0;
}

.featureArea .numDots li.slick-active button {
  opacity: 1;
}

.featureArea .numDots button {
  width: 30px;
  line-height: 27px;
  opacity: 0;
}

.numDotsTotal {
  position: absolute;
  left: 100px;
  bottom: 200px;
}

.numDotsTotal::before {
  content: '';
  display: block;
  position: absolute;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 35px;
  height: 1px;
  top: -5px;
  left: -20px;
  background-color: #b2b2b2;
}

.roomList {
  position: relative;
}

.roomList .Img {
  display: block;
  max-width: 1215px;
  margin: 0 auto 50px;
}

.roomList .Img img {
  display: block;
  margin: auto;
}

.roomList .Txt {
  position: absolute;
  width: 400px;
  height: 480px;
  padding: 150px 30px 30px 130px;
  right: 30px;
  top: 50px;
  background-color: #fff;
  border-bottom: 5px solid #f3bd39;
}

.roomList .Txt::before {
  content: '';
  position: absolute;
  display: block;
  width: 43px;
  height: 35px;
  top: 80px;
  left: 50%;
  margin-left: -20px;
  background: url("../images/room_logo.png") 50% 50% no-repeat;
}

.roomList .Txt:hover {
  right: 40px;
  top: 40px;
  box-shadow: 30px 30px 20px -10px rgba(0, 0, 0, 0.05);
}

.roomList .Txt h3 a {
  display: block;
  font-weight: 500;
  color: #000;
  font-size: 25px;
  letter-spacing: 3px;
}

.roomList .Txt .mTitle {
  margin-bottom: 20px;
  font-size: 20px;
  color: #000;
  font-family: 'Philosopher', '微軟正黑體', sans-serif;
}

.roomList .Txt p {
  position: relative;
  height: 50px;
  color: #b2b2b2;
  font-size: 14px;
  line-height: 1.8;
}

.roomList .Txt p:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 1px;
  top: 50%;
  left: -30px;
  background: #b2b2b2;
}

.roomList .Txt .ellipsis::after {
  top: 12px;
}

.roomList .Txt .price {
  margin-top: 20px;
  margin-bottom: 60px;
  color: #000;
  font-size: 25px;
  font-family: 'Philosopher', '微軟正黑體', sans-serif;
}

.roomList .Txt .price::before {
  content: 'NTD';
  display: inline-block;
  vertical-align: text-top;
  margin-right: 3px;
  font-size: 15px;
}

.roomList .Txt .linkBox {
  text-align: left;
}

.roomList .Txt .linkBox a {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 1;
}

.roomList .Txt .linkBox a + a {
  margin-left: 20px;
}

.roomList .arrows {
  width: 90px;
}

.roomList .arrows::before, .roomList .arrows::after, .roomList .arrows span {
  background-color: #f3bd39;
}

.roomList .arrows:hover::before, .roomList .arrows:hover::after, .roomList .arrows:hover span {
  background-color: #ee7316;
}

.roomList .arrows.prev, .roomList .arrows.next {
  top: auto;
  left: 70px;
}

.roomList .arrows.prev {
  bottom: 150px;
}

.roomList .arrows.next {
  bottom: 100px;
  right: auto;
}

.newsArea {
  padding: 80px 0;
}

.newsArea .title-box h2 span:nth-child(2) {
  margin-left: 20px;
}

.newsArea .title-box h2 span:nth-child(2):first-letter {
  color: #ee7316;
}

.newsArea .newIcon {
  display: none;
}

.newsArea ul {
  margin-top: 80px;
}

.newsArea ul li {
  width: 50%;
  max-width: 680px;
}

.newsArea ul li:nth-child(odd) {
  float: left;
}

.newsArea ul li:nth-child(even) {
  float: right;
}

.newsArea ul .Img {
  float: left;
  line-height: 0;
}

.newsArea ul .Img a {
  display: block;
}

.newsArea ul .Txt {
  position: relative;
  overflow: hidden;
  height: 200px;
  padding: 10px 0 0 55px;
}

.newsArea ul .Txt::before {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  left: 10px;
  top: 70px;
  background-color: #b2b2b2;
}

.newsArea ul .Txt h3 {
  position: relative;
  margin: 20px 0 10px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsArea ul .Txt h3 a {
  color: #4e4e4e;
}

.newsArea ul .Txt h3 a:hover {
  color: #ee7316;
}

.newsArea ul .Txt p {
  height: 55px;
  font-size: 14px;
  line-height: 1.8;
  color: #a3a3a3;
  letter-spacing: 1px;
}

.newsArea ul .Txt a {
  display: inline-block;
  margin-top: 10px;
}

.newsArea ul .date {
  font-size: 14px;
  letter-spacing: 1px;
  color: #777;
}

.linkArea {
  padding: 230px 0;
}

.linkArea .wrap {
  position: relative;
}

.linkArea .title-box {
  line-height: 1.1;
  text-align: left;
}

.linkArea .title-box h2 span:nth-child(-n+2) {
  display: block;
}

.linkArea .title-box h2 span:nth-child(-n+2):first-letter {
  color: #ee7316;
}

.linkArea .title-box h2 span:nth-last-child(-n+2):first-letter {
  font-size: 60px;
}

.linkArea .title-box h2 span:last-child {
  margin-left: 10px;
}

.linkArea .title-box p {
  margin-top: 20px;
  margin-bottom: 50px;
}

.linkArea .description {
  line-height: 2.2;
  letter-spacing: 2px;
  font-family: '微軟正黑體';
}

.travelList {
  height: 700px;
}

.travelList .hGradient a::before {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #5caef2 0%, rgba(92, 174, 242, 0) 100%) 0 100%;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3bd39', endColorstr='#00f3bd39',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.travelList li {
  position: absolute;
}

.travelList li:first-child {
  width: 815px;
  top: 0;
  right: 140px;
}

.travelList li:first-child .Img {
  margin-right: 20px;
}

.travelList li:nth-child(2) {
  width: 700px;
  bottom: 40px;
  left: 0;
}

.travelList li:last-child {
  width: 730px;
  right: 0;
  bottom: 0;
}

.travelList li:last-child .Txt {
  padding-top: 6%;
}

.travelList li:hover h3 a::before {
  height: 1px;
  margin-bottom: 51px;
  background-color: #ee7316;
}

.travelList .Img {
  position: relative;
  float: left;
  line-height: 0;
  margin-right: 50px;
}

.travelList .Img:hover .type {
  top: 50%;
  opacity: 1;
  transition-delay: .5s;
}

.travelList .type {
  position: absolute;
  width: 60px;
  line-height: 60px;
  top: 60%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  font-size: 30px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  border: 1px solid currentColor;
  z-index: 1;
  opacity: 0;
  transition-delay: 0s;
}

.travelList .Txt {
  padding-top: 10%;
  padding-bottom: 30px;
  overflow: hidden;
}

.travelList .Txt h3 a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  letter-spacing: 1px;
}

.travelList .Txt h3 a::before {
  content: '';
  display: block;
  width: 35px;
  height: 7px;
  margin-bottom: 45px;
  background-color: #000;
}

.travelList .Txt p {
  height: 50px;
  margin: 30px 0;
  line-height: 1.8;
  letter-spacing: 1px;
}

@media (max-width: 1650px) {
  .bannerArea .numDots, .bannerArea .bannerCopyright {
    display: none !important;
  }
  .featureArea .numDotsTotal {
    display: none;
  }
  .featureArea .numDots {
    position: static;
    margin-top: 15px;
    text-align: center;
  }
  .featureArea .numDots li {
    display: inline-block;
    position: static;
    margin: 0 5px;
  }
  .featureArea .numDots li.slick-active button {
    background-color: #f3bd39;
  }
  .featureArea .numDots li button {
    width: 15px;
    height: 15px;
    padding: 0;
    border-radius: 50%;
    background-color: #b2b2b2;
    opacity: 1 !important;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .featureArea .numDots li button:hover {
    background-color: #ee7316;
  }
  .featureArea .arrows {
    display: none !important;
  }
  .linkArea {
    padding: 30px 20px;
  }
}

@media (max-width: 1500px) {
  .travelList {
    height: auto;
  }
  .travelList li {
    position: static;
  }
  .travelList li + li {
    margin-top: 30px;
  }
  .travelList li:last-child .Txt {
    padding-top: 40px;
  }
  .travelList .Img {
    width: 350px;
    height: 300px;
  }
  .travelList .Img img {
    width: 350px;
    height: 300px;
    object-fit: cover;
  }
  .travelList .Txt {
    padding-top: 40px;
  }
}

@media (min-width: 1180px) and (max-width: 1500px) {
  .travelList li:first-child {
    width: auto;
  }
  .travelList li:nth-child(n+2) {
    float: left;
    width: 50%;
  }
  .travelList li:nth-child(n+2) .Img {
    margin-right: 20px;
  }
  .travelList li:last-child .Img {
    margin-left: 20px;
  }
}

@media (max-width: 1400px) {
  .newsArea ul {
    margin-top: 60px;
  }
  .newsArea ul li {
    margin: auto;
  }
  .newsArea ul li:nth-child(odd), .newsArea ul li:nth-child(even) {
    float: none;
    width: auto;
  }
  .newsArea ul li:nth-child(odd) .item {
    margin-left: -30px;
  }
  .newsArea ul li:nth-child(even) .item {
    margin-right: -30px;
  }
  .newsArea ul li:nth-child(even) .Img {
    float: right;
  }
  .newsArea ul li:nth-child(even) .Txt {
    float: left;
    width: calc(100% - 300px);
    padding-left: 0;
    padding-right: 55px;
  }
  .newsArea ul li:nth-child(even) .Txt::before {
    right: 15px;
    left: auto;
  }
  .newsArea ul li + li {
    margin-top: 50px;
  }
  .aboutArea .leftBox {
    margin-left: 20px;
    margin-right: 100px;
  }
  .description {
    margin-right: 50px;
  }
  .service-list li {
    width: 170px;
  }
  .featureArea {
    padding-left: 20px;
    padding-right: 20px;
  }
  .featureArea .title-box {
    top: 0;
    margin-top: 80px;
    margin-bottom: 60px;
    text-align: center;
  }
  .roomList .Txt {
    top: 120px;
  }
  .roomList .Txt:hover {
    top: 110px;
  }
}

@media (max-width: 1180px) {
  .aboutArea .leftBox {
    display: none;
  }
  .roomList .Txt {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .roomList .Txt:hover {
    background-color: #fff;
  }
  .linkArea {
    padding-left: 0;
    padding-right: 0;
  }
  .linkArea .title-box {
    float: left;
  }
  .linkArea .description {
    float: left;
    margin-top: 140px;
    margin-left: 50px;
    margin-right: 0;
  }
  .travelList {
    clear: both;
    padding-top: 50px;
  }
  .travelList li {
    width: 100% !important;
  }
}

@media (max-width: 960px) {
  .bannerBox .bannerSlogan h1 {
    font-size: 60px;
  }
  .bannerBox .bannerSlogan div {
    font-size: 20px;
  }
  .bannerBox li p {
    font-size: 22px;
  }
  .newsArea ul li:nth-child(odd) .item {
    margin-left: 0;
  }
  .newsArea ul li:nth-child(even) .item {
    margin-right: 0;
  }
}

@media (max-width: 850px) {
  .service-list {
    padding-top: 50px;
  }
  .service-list li {
    margin-bottom: 15px;
  }
  .description {
    float: none;
    margin-right: 0;
  }
  .linkArea .description {
    float: left;
    margin-top: 20px;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .aboutArea .Img {
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .featureArea {
    padding-left: 0;
    padding-right: 0;
  }
  .roomList .Img img {
    max-width: 100%;
    height: auto;
  }
  .roomList .Txt {
    position: static;
    width: auto;
    height: auto;
    padding: 40px 80px 30px;
    border-left: 2px solid #f3bd39;
    border-right: 2px solid #f3bd39;
  }
  .roomList .Txt:hover {
    box-shadow: none;
  }
  .roomList .Txt::before {
    top: 25px;
    left: 30px;
  }
  .roomList .Txt .price {
    margin-bottom: 20px;
  }
  .roomList .Txt .linkBox {
    margin-top: 20px;
    text-align: center;
  }
  .travelList li {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .travelList li::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .travelList li .Img, .travelList li .Txt {
    float: none;
  }
  .travelList li:hover h3 a::before {
    margin-bottom: 26px;
  }
  .travelList .Txt {
    padding-top: 20px;
  }
  .travelList .Txt h3 a::before {
    margin-bottom: 20px;
  }
  .travelList .Txt p {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 640px) {
  .bannerBox .bannerSlogan {
    display: none;
  }
  .bannerBox li p {
    display: none;
  }
  .aboutArea {
    margin-top: 30px;
    padding-bottom: 50px;
  }
  .featureArea .title-box {
    margin-top: 0;
  }
  .featureArea ul {
    margin: 0;
  }
  .mapArea .mapBox {
    float: none;
    width: 100%;
    margin: 0;
  }
  .newsArea ul li {
    max-width: 300px;
  }
  .newsArea ul li .Img, .newsArea ul li .Txt {
    width: 100% !important;
    float: none !important;
  }
  .newsArea ul li .Txt {
    padding-left: 0;
    padding-right: 0;
  }
  .newsArea ul li .Txt::before {
    display: none;
  }
}

@media (max-width: 480px) {
  .description h3 {
    font-size: 20px;
  }
  .description .Txt {
    margin-top: 20px;
  }
  .service-list {
    padding-top: 20px;
  }
  .roomList .Txt {
    padding-left: 30px;
    padding-right: 30px;
  }
  .roomList .Txt h3 a {
    font-size: 20px;
  }
  .roomList .Txt .mTitle {
    font-size: 17px;
  }
  .roomList .Txt .linkBox a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .travelList .Img {
    width: 100%;
  }
  .travelList .Img img {
    width: 100%;
  }
}
