@charset "UTF-8";
/* CSS Document */

.mo {display: none;}

.bannerArea {
  margin-top: 0;
}

.mainArea {
  padding: 0;
}

/*--關於我們--*/
.aboutArea {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 520px;
}

.aboutArea .Img {
  width: 50%;
}

.aboutArea .Img.show img {
  -webkit-filter: saturate(1);
          filter: saturate(1);
  opacity: 1;
}

.aboutArea .Img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: saturate(0);
          filter: saturate(0);
  opacity: .5;
  transition: all 3s;
}

.aboutArea .box {
  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;
  text-align: center;
  width: 50%;
  background: url("../images/about_bg.jpg") no-repeat center center;
  background-size: cover;
}

.aboutArea .Txt {
  line-height: 35px;
  font-size: 14px;
  color: #666;
}

/*--最新消息--*/
.newsArea {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 520px;
}

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

.newsArea .imgBox {
  width: 50%;
}

.newsArea .imgBox.show img {
  -webkit-filter: saturate(1);
          filter: saturate(1);
  opacity: 1;
}

.newsArea .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: saturate(0);
          filter: saturate(0);
  opacity: .5;
  transition: all 3s;
}

.newsArea .newsBox {
  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;
  text-align: center;
  width: 50%;
  background: url("../images/news_bg.jpg") no-repeat center center;
  background-size: cover;
}

.newsArea .newsBox .inner {
  max-width: 700px;
  width: 100%;
}

.newsArea .newsList {
  position: relative;
  z-index: 1;
  margin: 0 -50px;
}

.newsArea .newsList:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -12px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #3d3c3a;
}

.newsArea .newsList li {
  float: left;
  width: 50%;
  padding: 0 50px;
  margin-bottom: 40px;
  box-sizing: border-box;
  text-align: left;
}

.newsArea .newsList .date {
  color: #7b6c77;
  text-transform: uppercase;
  font-family: Arial, sans-serif, "微軟正黑體";
  margin-bottom: 8px;
line-height: 20px;
}

.newsArea .newsList h3 a {
  font-size: 15px;
display:block;
  color: #666;
  letter-spacing: .025em;
  line-height: 27px;
height: 54px;
overflow:hidden;
  font-weight: normal;
}

.newsArea .newsList h3 a:hover {
  color: #2e2e2e;
  text-decoration: underline;
}

.featureArea {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 80px 0;
  background: url("../images/room_bg.jpg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  box-sizing: border-box;
}
/*
.featureArea .headerTitle em {
  color: #9d8a79;
  background: #9d8a79;
  background: linear-gradient(135deg, #9d8a79 0%, #9d8a79 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d8a79', endColorstr='#9d8a79',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.featureArea .headerTitle2 em {
  color: #9d8a79;
  background: #9d8a79;
  background: linear-gradient(135deg, #9d8a79 0%, #9d8a79 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d8a79', endColorstr='#9d8a79',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
*/

.featureArea.show:before {
  opacity: 0;
}

.featureArea:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #382a27;
  transition: all 1s;
}

.featureArea .roomList {
  margin: 0 -18px;
}

.featureArea .roomList li {
  float: left;
  width: 33.333%;
  padding: 0 18px;
  box-sizing: border-box;
  text-align: left;
}


.featureArea .roomList .item {
  background: #f6f0e8;
}

.featureArea .roomList .Img {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.featureArea .roomList .Img a {
  display: block;
}

.featureArea .roomList .Img img {
  display: block;
  width: 100%;
}

.featureArea .roomList h3 a {
  display: block;
  font-weight: normal;
  font-family: "Noto Sans TC";
  font-weight: 300;
  font-size: 20px;
  color: #382a27;
  letter-spacing: .025em;
  padding: 0 15px 10px;
  margin-bottom: 12px;
  box-sizing: border-box;
  border-bottom: 1px solid #9d8a79;
}

.featureArea .roomList p {
  color: #333;
  line-height: 26px;
  letter-spacing: .075em;
  padding: 0 15px;
  height: 88px;
  box-sizing: border-box;
}
/*
.featureArea .btnStyle01 a {
  background: none;
  border: 1px solid #2e2e2e;
  color: #2e2e2e;
}
*/
.featureArea .btnStyle01 a:hover {
  background: #e7a642;
  color: #fff;
}

.featureArea .headerTitle2 b {
  color: #796757;
}

.featureArea .headerTitle2 .bottom span, .headerTitle2 .bottom span:before, .headerTitle2 .bottom span:after {
  background: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1500px) {
  .newsArea .newsBox {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .newsArea .newsBox .inner {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {

  .mo {display: block;}
  .mo ul {
    width: 100%;
  }
  .mo li {
    margin: 0 0 2% 0;
  }
   .mo li img {
    width: 100%;
  }

  .aboutArea {
    display: block;
    height: auto;
  }
  .aboutArea .Img {
    display: none;
  }

  .aboutArea .box {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
  }
  .newsArea {
    display: block;
    height: auto;
  }
  .newsArea .imgBox {
    display: none;
  }
  .newsArea .newsBox {
    width: 100%;
    padding: 40px 20px;
  }
}

@media (max-width: 640px) {
  .newsArea .newsBox {
    width: 100%;
    padding: 40px 20px;
  }
  .newsArea .newsList {
    margin: 0;
  }
  .newsArea .newsList:before {
    display: none;
  }
  .newsArea .newsList li {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .newsArea .slick-dots {
    bottom: -60px;
  }
  .newsArea .slick-dots li {
    float: none;
    width: 20px;
  }
  .newsArea .slick-dots li.slick-active button:before {
    color: #2e2e2e;
  }
  .newsArea .slick-dots li button:before {
    color: #888;
    opacity: 1;
  }
  .featureArea .roomList p {
  height: 88px;
  }
}
