@charset "UTF-8";
.fishArea .wrap, .roomArea .wrap, .facArea:before, .newsArea .wrap, .linkArea .wrap {
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #f0f0f0 100%), linear-gradient(to bottom, #f0f0f0 0%, #f0f0f0 100%), linear-gradient(to bottom, #f0f0f0 0%, #f0f0f0 100%);
  background-size: 1px 100%;
  background-position: left 0, 100% 0, 100% 0;
  background-repeat: repeat-y;
}

.mainArea {
  padding: 0;
}

.loadingArea {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  transition: all .8s;
}

.loadingArea .inner {
  text-align: center;
}

.loadingArea .loadingLogo {
  margin-bottom: 18px;
}

.loadingArea .dots img {
  width: 60px;
  height: auto;
}

.loadingArea.ok {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-delay: .4s;
}

.headerTitle {
  margin-bottom: 0;
}

@-webkit-keyframes ani_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes ani_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

footer.show:before {
  -webkit-animation: ani_opacity 2.5s .2s forwards;
          animation: ani_opacity 2.5s .2s forwards;
}

footer.show .wrap {
  -webkit-animation: ani_opacity 2.5s 2s forwards;
          animation: ani_opacity 2.5s 2s forwards;
}

footer.show .foot_chair {
  -webkit-animation: ani_opacity 2.5s 1s forwards;
          animation: ani_opacity 2.5s 1s forwards;
}

footer:before {
  opacity: 0;
  background: url("../images/foot_light.jpg") no-repeat right top;
}

footer .wrap {
  opacity: 0;
}

footer .foot_chair {
  opacity: 0;
}

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

.bannerArea:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  /*background: url("../images/banner_mask.png") no-repeat right top/cover;*/
  pointer-events: none;
}

.bannerArea .show .Txt {
  opacity: 1;
  top: 50%;
}

.bannerArea .Txt {
  position: absolute;
  left: 50%;
  top: 49%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-family: 'Chivo', 'Noto Sans TC', sans-serif;
  color: #fff;
  letter-spacing: .05em;
  opacity: 0;
  transition: all .8s;
}

.bannerArea .Txt em {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 14px;
}

.bannerArea .Txt em:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background-color: #fff;
}

.bannerArea .Txt h2 {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: .12em;
  margin-bottom: 14px;
}

.bannerArea .Txt p {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase;
}

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

.dotsBox .dots li {
  display: inline-block;
  margin-right: 10px;
}

.dotsBox .dots li.slick-active button {
  background-color: #ce9210;
}

.dotsBox .dots li button {
  display: block;
  width: 36px;
  height: 2px;
  border-radius: 0;
  border: none;
  background-color: rgba(34, 34, 34, 0.5);
  font-size: 0;
  line-height: 0;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
}

.dotsBox .dots li button:focus {
  outline: none;
}

.homeTopArea {
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
}

.fishArea {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fishArea .wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1366px;
  height: 100%;
}

.fishArea .fish {
  pointer-events: none;
  position: absolute;
}

.fishArea .fish1 {
  top: 0;
  left: 0;
  -webkit-transform: translate(-250px, -180px);
      -ms-transform: translate(-250px, -180px);
          transform: translate(-250px, -180px);
}

.fishArea .fish2 {
  top: 0;
  left: 0;
  opacity: .9;
  -webkit-transform: translate(1200px, -180px);
      -ms-transform: translate(1200px, -180px);
          transform: translate(1200px, -180px);
}

.aboutArea {
  background-image: url('../images/aboutbg.jpg');
  position: relative;
  z-index: 3;
}

.aboutArea .wrap {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 100px 100px 75px;
  box-sizing: border-box;
}

.aboutArea .Img {
  position: relative;
  top: -50px;
  width: 585px;
  box-shadow: 0 1px 30px rgba(11, 3, 6, 0.15);
}

.aboutArea .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutArea .rightBox {
  width: calc(100% - 585px);
  padding: 50px 50px 100px 115px;
  box-sizing: border-box;
  /*background-color: rgba(255, 255, 255, 0.4);*/
}

.aboutArea .subTitle {
  font-family: "Chivo", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #ce9210;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.aboutArea .subTitle:before {
  content: '';
  display: block;
  width: 255px;
  height: 51px;
  background: url("../images/icon_logo_top.png") no-repeat;
  background-size: contain;
  margin-bottom: 6px;
}

.aboutArea h2 {
  font-size: 30px;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 300;
  letter-spacing: .095em;
  color: #222;
  margin-bottom: 20px;
}

.aboutArea .Txt {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: .05em;
  color: #222;
  text-align: justify;
  margin-bottom: 85px;
}

.roomArea {
  background-image: url('../images/bg02.jpg');
  position: relative;
  z-index: 1;
}

.roomArea .headerTitle {
  margin-bottom: 100px;
}

.roomArea .btnMore {
  position: absolute;
  right: 100px;
  bottom: 0;
}

.roomArea .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.roomArea .Img {
  width: 50%;
}

.roomArea .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.roomArea .Txt {
  width: 50%;
  background: url("../images/bg.jpg") repeat;
  box-shadow: 0 1px 20px rgba(11, 3, 6, 0.05);
  padding: 105px 100px 105px 80px;
  box-sizing: border-box;
}

.roomArea h3 a {
  display: block;
  font-size: 22px;
  font-weight: 400;
  color: #222;
  letter-spacing: .075em;
  margin-bottom: 25px;
}

.roomArea .ellipsis {
  height: 52px;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: .075em;
  margin-bottom: 35px;
}

.roomArea .roomList li:nth-child(even) .item {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.roomArea .roomList li:nth-child(even) .Img {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.roomArea .roomList .Img {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.roomArea .roomList .Txt {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.roomArea .iconBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 3px;
  border: 1px solid #ddd;
  border-right: none;
  border-left: none;
  box-sizing: border-box;
  margin-bottom: 40px;
  color: #ce9210;
  line-height: 21px;
}

.roomArea .iconBox img {
  margin-right: 15px;
}

.roomArea .bottomBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.roomArea .btn01 {
  margin-right: 15px;
}

.roomArea .btn01:before {
  left: -110px;
  width: 127px;
}

.roomArea .price {
  color: #ce9210;
  font-size: 30px;
  letter-spacing: .025em;
  font-family: "Chivo", sans-serif, "微軟正黑體";
  font-weight: 300;
}

.roomArea .price span {
  margin-left: 5px;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
}

.roomArea .price em {
  font-size: 12px;
  margin-left: 12px;
}

.facArea {
  position: relative;
  z-index: 0;
  margin-top: -140px;
  padding: 280px 0 140px;
  background: url("../images/bg02.jpg") repeat;
}

.facArea:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  width: 1366px;
  height: 100%;
}

.facArea .wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  width: 100%;
}

.facArea .headerTitle {
  text-align: left;
  margin-bottom: 50px;
}

.facArea .headerTitle em {
  padding-left: 0;
}

.facArea .headerTitle em:before {
  display: none;
}

.facArea .btnMore {
  position: absolute;
  right: 0;
  bottom: 0;
}

.facArea .noteBox {
  width: 100%;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: .075em;
  color: #222;
  text-align: justify;
  margin-bottom: 100px;
}

.facArea .noteBox .ellipsis {
  max-height: 108px;
  height: auto;
}

.facArea .Img {
  width: 100%;
}

.facArea .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.facArea .leftBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 50%;
  padding: 0 110px 0 calc((100% - 1290px) /2);
  box-sizing: border-box;
}

.facArea .rightBox {
  width: 50%;
}

.facArea .facLeft {
  margin: 0 -2px;
}

.facArea .facLeft li {
  padding: 0 2px;
  box-sizing: border-box;
}

.facArea .facLeft li:hover .Img, .facArea .facLeft li.slick-current .Img {
  background-color: #ce9210;
}

.facArea .facLeft li:hover .Img:before, .facArea .facLeft li:hover .Img:after, .facArea .facLeft li.slick-current .Img:before, .facArea .facLeft li.slick-current .Img:after {
  opacity: 1;
}

.facArea .facLeft li:hover .Img img, .facArea .facLeft li.slick-current .Img img {
  opacity: .1;
}

.facArea .facLeft .Img {
  position: relative;
  width: 100%;
  height: 110px;
  transition: all .5s;
}

.facArea .facLeft .Img:before, .facArea .facLeft .Img:after {
  content: '';
  position: absolute;
  margin: auto;
  background-color: #fff;
  opacity: 0;
  transition: all 1.1s;
}

.facArea .facLeft .Img:before {
  top: 50%;
  margin-top: -0.5px;
  left: 0;
  right: 0;
  width: 52px;
  height: 1px;
}

.facArea .facLeft .Img:after {
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -0.5px;
  width: 1px;
  height: 52px;
}

.facArea .facLeft .Img img {
  transition: all 1s;
}

.facArea .facRight .show .Txt {
  opacity: 1;
  left: 0;
}

.facArea .facRight .item {
  position: relative;
}

.facArea .facRight .Img {
  height: 555px;
}

.facArea .facRight .Txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 45px 55px 45px;
  box-sizing: border-box;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  opacity: 0;
  left: -15px;
  transition: all .6s;
}

.facArea .facRight h3 a {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 300;
  font-size: 26px;
  letter-spacing: .075em;
  color: #fff;
}

.facArea .facRight .ellipsis {
  font-size: 15px;
  letter-spacing: .075em;
  color: #fff;
  max-height: 40px;
  height: auto;
}

.newsArea {
  position: relative;
  z-index: 2;
}

.newsArea .wrap {
  padding: 130px 0 50px;
}

.newsArea .newsList {
  margin: 0 -48px;
  margin-bottom: 0 !important;
}

.newsArea .newsList li {
  padding: 0 48px;
  box-sizing: border-box;
}

.newsArea .newsList li:hover .item {
  box-shadow: 0 1px 10px rgba(11, 3, 6, 0.15);
}

.newsArea .newsList li:hover .Txt:before {
  top: -14px;
  opacity: 1;
}

.newsArea .newsList li:hover h3 a {
  color: #ce9210;
}

.newsArea .slick-list {
  padding-bottom: 20px !important;
}

.newsArea .headerTitle {
  margin-bottom: 100px;
}

.newsArea .btnMore {
  position: absolute;
  right: 100px;
  bottom: 0;
}

.newsArea .item {
  transition: all .5s;
}

.newsArea .Img {
  width: 100%;
}

.newsArea .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.newsArea .Txt {
  position: relative;
  width: 100%;
  padding: 30px 25px;
  background-color: #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
}

.newsArea .Txt:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 14px 15px;
  border-color: transparent transparent #fff transparent;
  opacity: 0;
  transition: all .5s;
}

.newsArea h3 a {
  display: block;
  font-size: 18px;
  letter-spacing: .075em;
  color: #222;
  font-weight: 400;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsArea .ellipsis {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: .05em;
  /*height: 45px;*/
  margin-bottom: 28px;
}

.newsArea .date {
  color: #9e9e9f;
  font-size: 13px;
  font-family: "Chivo", sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
}

.linkArea {
  position: relative;
  z-index: 1;
}

.linkArea .wrap {
  position: relative;
  padding: 50px 20px 120px;
}

.linkArea .linkList {
  width: 620px;
  margin: 0 auto;
  text-align: center;
}

.linkArea .Img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: .4;
  transition: all .5s;
}

.linkArea .Img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

.linkArea .Img img {
  display: inline-block;
  max-height: 100%;
  height: auto;
}

.linkArea h4 {
  display: none;
}

.linkArea .footLight {
  position: absolute;
  left: -150px;
  top: -77px;
  pointer-events: none;
}

@media (max-width: 1400px) {
  .homeTopArea {
    background-color: #fff;
  }
  .homeTopArea canvas {
    display: none;
  }
  .fishArea {
    display: none;
  }
  .aboutArea .wrap {
    padding: 0 20px 50px;
  }
  .aboutArea .rightBox {
    padding: 0 0 100px 40px;
  }
  .roomArea .Txt {
    padding: 50px 40px;
  }
  .facArea:before {
    width: 100%;
  }
  .facArea .leftBox {
    padding: 0 50px 0 0;
  }
  .newsArea .wrap {
    padding: 130px 20px 50px;
  }
  .newsArea .newsList {
    margin: 0 -20px;
  }
  .newsArea .newsList li {
    padding: 0 20px;
  }
  .linkArea .footLight {
    display: none;
  }
}

@media (max-width: 1180px) {
  .aboutArea .wrap {
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .aboutArea .Img {
    top: 0;
    width: 50%;
  }
  .aboutArea .rightBox {
    width: 50%;
    padding: 20px 0 20px 40px;
  }
  .roomArea .roomList li:nth-child(even) .item {
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .roomArea .item {
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .roomArea .Txt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px;
  }
}

@media (max-width: 1023px) {
  .facArea {
    padding: 180px 0 100px;
  }
  .facArea .wrap {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .facArea .leftBox {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .facArea .rightBox {
    width: 100%;
  }
  .facArea .headerTitle {
    margin-bottom: 30px;
  }
  .facArea .noteBox {
    margin-bottom: 20px;
  }
  .facArea .facLeft {
    width: 600px;
  }
  .facArea .facRight .Img {
    height: auto;
  }
  .facArea .facRight .Txt {
    padding: 0 30px 30px 30px;
  }
  .newsArea .newsList {
    margin: 0 -12px;
  }
  .newsArea .newsList li {
    padding: 0 12px;
  }
  .linkArea .wrap {
    padding: 50px 20px 90px;
  }
}

@media (max-width: 960px) {
  .roomArea .bottomBox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .roomArea .price {
    margin-bottom: 15px;
  }
  .roomArea .btn01 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 767px) {
  .aboutArea .wrap {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aboutArea .Img {
    display: none;
    width: 100%;
  }
  .aboutArea .rightBox {
    width: 100%;
    padding: 20px 0;
  }
  .aboutArea .Txt {
    margin-bottom: 35px;
  }
  .aboutArea .btn01 {
    text-align: left;
  }
  .aboutArea .btn01:before {
    display: none;
  }
  .roomArea .btnMore {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
  .roomArea .headerTitle {
    margin-bottom: 40px;
  }
  .roomArea .item {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .roomArea .roomList .Img {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
  }
  .roomArea .roomList .Txt {
    width: 100%;
  }
  .newsArea .btnMore {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
  .newsArea .headerTitle {
    margin-bottom: 40px;
  }
}

@media (max-width: 640px) {
  .facArea {
    padding: 180px 0 50px;
  }
  .facArea .facLeft {
    width: 100%;
  }
  .linkArea .linkList {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .roomArea .Txt {
    padding: 20px;
  }
  .roomArea h3 a {
    margin-bottom: 12px;
  }
  .roomArea .ellipsis {
    margin-bottom: 18px;
  }
  .roomArea .iconBox {
    margin-bottom: 18px;
  }
  .facArea .btnMore {
    position: static;
    width: 100%;
    margin-top: 15px;
  }
  .facArea .facLeft .Img:before {
    width: 30px;
  }
  .facArea .facLeft .Img:after {
    height: 30px;
  }
}
