@charset "UTF-8";
.roomArea > .wrap, .roomList .Txt, .aboutBox, .adArea ul li {
  box-sizing: border-box;
}

.aboutBox .btn a::after, .adArea .Img img {
  transition: all .5s ease-out;
}

.mainArea {
  padding: 0;
  background-image: url(../images/news_bg.jpg);
}

.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);
}

.roomArea .smallTitle {
  float: right;
}

.roomArea > .wrap {
  position: relative;
}

.roomArea > .wrap:nth-of-type(1) {
  top: 120px;
}

.roomArea .arrowBox {
  position: absolute;
  right: 50px;
  bottom: 50px;
}

.roomList .wrap {
  background: linear-gradient(to bottom, transparent 0, transparent 50%, #fff 0%, #d6d6d6 100%) 0 0 no-repeat;
}

.roomList .mTitle {
  display: none;
}

.roomList .Txt {
  float: right;
  width: 500px;
  padding: 280px 50px 150px;
}

.roomList .Txt h3 {
  display: block;
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 35px;
  color: #131313;
  letter-spacing: 7px;
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

.roomList .Txt h3 + div {
  font-weight: 600;
  font-size: 28px;
  color: #ffc557;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

.roomList .Txt p {
  height: 90px;
  margin-top: 50px;
  line-height: 2;
  letter-spacing: .5px;
  font-size: 15px;
}

.roomList .Txt > a {
  display: block;
  margin: 40px 0 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

.roomList .Img {
  position: absolute;
  width: 65%;
  max-width: 1200px;
  left: 0;
  bottom: 50px;
}

.aboutArea {
  margin: 10px 0 30px;
}

.aboutArea .smallTitle {
  margin-bottom: 50px;
}

.aboutBox {
  padding: 50px 0;
  height: 580px;
  text-align: left/*right*/;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.aboutBox h2 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  color: #e8eff9;
  letter-spacing: 7px;
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

.aboutBox .Img {
  margin-bottom: 15px;
}

.aboutBox .Txt {
  padding-right: 7px;
  letter-spacing: 1px;
  line-height: 1.8;
  color: #e8eff9;
}

.aboutBox .btn {
  margin-top: 20px;
  margin-right: 7px;
  text-transform: uppercase;
}s

.aboutBox .btn a {
  position: relative;
  display: inline-block;
  padding: 7px 0;
  font-size: 13px;
  letter-spacing: 2px;
  color: #f7f9e7!important;
}

.aboutBox .btn a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  right: 0;
  bottom: 5px;
  background-color: #ad8b51;
}

.aboutBox .btn a:hover {
  color: #fff;
}

.aboutBox .btn a:hover::after {
  width: 100%;
}

.mapArea {
  padding: 40px 0;
}

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

.featureArea {
  padding: 40px 0;
}

.featureArea ul {
  margin: 0 -15px;
}

.featureArea ul li {
  padding: 0 15px;
}

.featureArea ul li .Img {
  position: relative;
  overflow: hidden;
}

.featureArea ul li .Img a {
  display: block;
}

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

.featureArea ul li .Txt {
  padding: 15px;
  text-align: center;
  background: #FFF;
}

.featureArea ul li .Txt h3 {
  font-size: 20px;
}

.featureArea ul li .Txt h3 strong {
  font-weight: normal;
}

.featureArea ul li .Txt h3 strong a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E6E6;
}

.featureArea ul li .Txt h3 strong a:hover {
  color: #da2441;
}

.featureArea ul li .Txt .price {
  margin-top: 10px;
}

.featureArea ul li .Txt .price strong {
  display: inline-block;
  margin: 0 5px;
}

.featureArea ul li .Txt .price strong.normal {
  text-decoration: line-through;
}

.featureArea ul li .Txt .price strong.discount b {
  font-size: 18px;
  font-style: italic;
  color: #DB3336;
}

.featureArea ul li .Txt p {
  margin-top: 10px;
  font-size: 13px;
  color: #524846;
  line-height: 1.8;
  height: 50px;
}

.newsArea {
  padding-top: 50px;
}

.newsArea ul {
  padding: 30px 0;
  margin: 0 -10px;
}

.newsArea ul li {
  max-width: 490px;
  margin: 0 10px;
  padding: 10px 0;
}

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

.newsArea ul li .Img img {
  display: block;
  width: 100%;
}

.newsArea ul li .Txt {
  padding: 12px 0;
  line-height: 1.8;
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

.newsArea ul li .Txt h3 a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #131313;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.newsArea ul li .Txt p {
  margin-top: 7px;
  font-size: 13px;
  line-height: 1.8;
}

.newsArea ul li .Txt .date {
  font-weight: 600;
  color: #bbb;
}

.linkArea {
  padding: 40px 0;
}

.linkArea ul {
  margin: 0 -10px;
}

.linkArea ul li {
  padding: 0 10px;
}

.linkArea ul li .Img img {
  display: block;
  width: 100%;
}

.linkArea ul li .Txt {
  padding: 15px;
  text-align: center;
  background: #FFF;
}

.linkArea ul li .Txt h3 {
  font-size: 20px;
}

.linkArea ul li .Txt h3 strong {
  font-weight: normal;
}

.linkArea ul li .Txt h3 strong a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E6E6;
}

.linkArea ul li .Txt h3 strong a:hover {
  color: #da2441;
}

.linkArea ul li .Txt p {
  margin-top: 10px;
  font-size: 13px;
  color: #524846;
  line-height: 1.8;
  height: 50px;
}

.serviceArea {
  margin: 50px auto;
}

.serviceList {
  margin: 40px -5px 0;
}

.serviceList .Img {
  overflow: hidden;
}

.serviceList .Img img {
  max-width: 100%;
  height: auto;
  transition: all 1s ease-in;
}

.serviceList .Txt {
  padding: 20px 0;
}

.serviceList .Txt h3 a, .serviceList .Txt > div {
  color: #e8eff9;
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

.serviceList .Txt > div {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.serviceList .Txt h3 a {
  display: block;
  padding: 10px 0 18px;
  font-weight: 500;
  font-size: 18px;
  outline: none;
  letter-spacing: 2px;
}

.serviceList .Txt h3 a:hover {
  color: #ad8b51;
}

.serviceList .Txt p {
  color: #999;
  letter-spacing: 1px;
  line-height: 1.8;
}

.serviceList li {
  padding: 5px;
}

.serviceList li:hover .Img {
  background-color: #fff;
}

.serviceList li:hover .Img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  opacity: .5;
  transition: opacity 1s ease-out, -webkit-transform 10s ease;
  transition: transform 10s ease, opacity 1s ease-out;
  transition: transform 10s ease, opacity 1s ease-out, -webkit-transform 10s ease;
}

.adArea {
  padding: 40px 0;
}

.adArea ul {
  margin: 0 -10px;
}

.adArea ul li {
  padding: 0 -20px;
}

.adArea .Img img {
  display: block;
  margin: auto;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: .5;
}

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

.adArea h4 {
  display: none;
}

@media (max-width: 1700px) {
  .newsArea ul, .adArea ul {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1550px) {
  .roomArea .smallTitle {
    margin-right: 20px;
  }
  .roomArea .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1350px) {
  .roomList .Txt {
    width: 450px;
    padding-right: 20px;
  }
}

@media (max-width: 1180px) {
  .roomArea {
    padding-bottom: 150px;
  }
  .roomArea .wrap {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .roomArea > .wrap:nth-of-type(1) {
    top: 0;
  }
  .roomArea .smallTitle {
    float: none;
    margin-bottom: 30px;
  }
  .roomArea .arrowBox {
    right: 100px;
    bottom: 20px;
  }
  .roomList {
    padding-left: 20px;
    padding-right: 20px;
  }
  .roomList .Img {
    position: static;
    width: 100%;
  }
  .roomList .Img img {
    max-width: 100%;
    height: auto;
  }
  .roomList .Txt {
    width: 100%;
    padding: 30px;
  }
  .roomList .Txt p {
    height: 70px;
    margin-top: 30px;
  }
  .roomList .Txt > a {
    margin-top: 20px;
  }
  .roomList .wrap {
    padding-left: 0;
    padding-right: 0;
    background-image: linear-gradient(to bottom, transparent 0, transparent 37%, #fff 0%, #d6d6d6 100%);
  }
  .bannerArea h2 {
    bottom: 160px;
    right: 20px;
  }
}

@media (max-width: 1024px) {
  .adArea ul {
    padding-left: 0;
    padding-right: 0;
  }
  .adArea .Img img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    opacity: 1;
  }
}

@media (max-width: 960px) {
  .featureArea ul li {
    padding: 10px;
  }
  .linkArea ul li {
    padding: 10px;
  }
}

@media (max-width: 870px) {
  .aboutBox .Txt br {
    display: none;
  }
}

@media (max-width: 768px) {
  .aboutArea .Img {
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .newsArea ul {
    padding-left: 0;
    padding-right: 0;
  }
  .aboutBox {
    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;
  }
  .aboutBox .wrap {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 3px 3px 10px -5px rgba(0, 0, 0, 0.3);
  }
  .aboutBox .btn a {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #00a1a3;
    color: #fff;
  }
  .roomArea {
    padding-bottom: 50px;
  }
  .serviceList .arrows {
    display: none !important;
  }
  .roomList + .wrap .arrowBox {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .aboutArea {
    margin-top: 30px;
  }
  .featureArea ul {
    margin: 0;
  }
  .linkArea ul {
    padding: 0;
  }
  .mapArea .mapBox {
    float: none;
    width: 100%;
    margin: 0;
  }
  .roomList .Txt h3 + div {
    font-size: 20px;
  }
  .roomList .Txt p {
    height: 120px;
  }
  .roomList .Txt > a {
    display: inline-block;
    margin-bottom: 0;
    border-bottom: 1px solid #cecece;
  }
}

@media (max-width: 480px) {
  .bannerArea h2 {
    display: none;
  }
  .newsArea ul li {
    margin-left: 0;
    margin-right: 0;
  }
  .roomArea {
    padding-bottom: 0;
  }
}
