@charset "UTF-8";
.newsArea .newsIcon, .newsArea .date, .productList .Txt {
  box-sizing: border-box;
}

.newsBg, .productList .Txt h3 a::after {
  transition: all .5s ease-out;
}

/*pop*/
/*關於我們*/
/*地圖*/
/*推薦商品/房型*/
/**最新消息**/
/*圖文外連*/
/*廣告跑馬燈*/
.mainArea {
  padding: 0;
}

.bannerTxt .bannerEn {
  margin: 10px auto 20px;
  font-size: 20px;
  letter-spacing: 5px;
  text-indent: 5px;
  opacity: 0;
  font-family: 'Roboto', '微軟正黑體', sans-serif;
}

.bannerTxt .bannerCompany {
  font-size: 60px;
  letter-spacing: 22px;
  text-indent: 22px;
  opacity: 0;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "游明朝","ヒラギノ明朝 Pr6 W6", "HG明朝E", '新細明體', serif;
}

.bannerTxt .bannerTitle {
  margin-top: 30px;
  font-size: 30px;
  letter-spacing: 10px;
  text-indent: 10px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "游明朝","ヒラギノ明朝 Pr6 W6", "HG明朝E", '新細明體', serif;
}

.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 {
  position: relative;
  padding: 100px 0;
  text-align: center;
  background-image: linear-gradient(to right, #f2f2f2 0, #f2f2f2 100%), linear-gradient(to right, #f2f2f2 0, #f2f2f2 100%), linear-gradient(to right, #f2f2f2 0, #f2f2f2 100%), linear-gradient(to right, #f2f2f2 0, #f2f2f2 100%), linear-gradient(to right, #f2f2f2 0, #f2f2f2 100%), linear-gradient(to right, #f2f2f2 0, #f2f2f2 100%), linear-gradient(to right, #f2f2f2 0, #f2f2f2 100%);
  background-size: 1px 100%;
  background-position: 12.5% 0, 25% 0, 37.5% 0, 50% 0, 62.5% 0, 75% 0, 87.5% 0;
  background-repeat: no-repeat;
  overflow: hidden;
}

.aboutArea .wrap {
  position: relative;
  z-index: 1;
}

.aboutArea h2 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 500;
  color: #000;
  letter-spacing: 4.5px;
  text-indent: 4.5px;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "游明朝","ヒラギノ明朝 Pr6 W6", "HG明朝E", '新細明體', serif;
}

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

.aboutArea .Txt {
  color: #0e050a;
  line-height: 1.8;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.aboutArea .moreBtn {
  margin-top: 100px;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

.parallaxImg {
  position: absolute;
  width: 100%;
  max-width: 1260px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}

.parallaxImg img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.parallaxImg.parallaxPosition {
  top: 20%;
}

.infoData {
  line-height: 1;
  color: #aa8b55;
  letter-spacing: 1px;
}

.infoData .num {
  font-size: 98px;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  font-family: 'Lateef', '微軟正黑體', cursive;
}

.infoData .num::after {
  content: attr(data-unit);
  font-size: 20px;
}

.infoData span, .infoData p {
  font-size: 20px;
}

.infoData p {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.companyInfo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: 50px auto 100px;
  color: #03669b;
  line-height: 1;
  letter-spacing: 1px;
}

.companyInfo .num {
  font-size: 86px;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  font-family: 'Lateef', '微軟正黑體', cursive;
}

.companyInfo .num::after {
  content: attr(data-unit);
  font-size: 18px;
}

.companyInfo span, .companyInfo p {
  font-size: 18px;
}

.companyInfo p {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.companyInfo li:nth-child(1) .num, .companyInfo li:nth-child(1) p {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.companyInfo li:nth-child(2) .num, .companyInfo li:nth-child(2) p {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.companyInfo li:nth-child(3) .num, .companyInfo li:nth-child(3) p {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.companyInfo li:nth-child(4) .num, .companyInfo li:nth-child(4) p {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.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 {
  position: relative;
  padding: 65px 0 80px;
  overflow: hidden;
}

.newsArea .wrap {
  position: relative;
  z-index: 1;
}

.newsArea .titleBox {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}

.newsArea .titleBox p {
  font-size: 80px;
}

.newsArea .titleBox p::after {
  background-color: #efefef;
}

.newsArea .moreBtn {
  background-color: transparent;
  border: 2px solid currentColor;
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.newsArea li {
  padding: 10px 0;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}

.newsArea li:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.newsArea li:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.newsArea li:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.newsArea li:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.newsArea li:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.newsArea .Img {
  display: none;
  float: left;
  margin-right: 15px;
  width: 60px;
  height: 60px;
}

.newsArea .Img a {
  display: block;
}

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

.newsArea ul {
  width: 690px;
  margin: 50px auto;
}

.newsArea .Txt {
  letter-spacing: 1px;
}

.newsArea .Txt h3 {
  overflow: hidden;
  font-size: 15px;
  font-weight: 500;
}

.newsArea .Txt h3 a {
  display: block;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsArea .Txt h3 a:hover {
  text-decoration: underline;
}

.newsArea .newsIcon, .newsArea .date {
  float: left;
  height: 20px;
  font-size: 13px;
}

.newsArea .newsIcon {
  position: relative;
  width: 65px;
  margin-right: 10px;
  padding-top: 2px;
}

.newsArea .newsIcon::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  top: 7px;
  right: 0;
}

.newsArea .date {
  padding-top: 3px;
  margin-right: 40px;
}

.newsArea:hover .newsBg {
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}

.newsBg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  background: url("../images/home/newsBg.jpg") 50% 50%/cover no-repeat;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.linkArea {
  padding: 100px 0;
  background: url("../images/home/productBg.png") 50% 50% no-repeat, linear-gradient(to bottom, #f0f0f0 0, transparent 500px) 0 0 no-repeat;
}

.linkArea .wrap {
  width: 1400px;
}

.productList li {
  position: relative;
  z-index: 1;
}

.productList li + li {
  margin-top: 120px;
}

.productList li:nth-child(odd) .Img {
  float: left;
  opacity: 0;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}

.productList li:nth-child(odd) .Txt {
  right: 0;
  bottom: -40px;
  padding-left: 80px;
}

.productList li:nth-child(even) .Img {
  float: right;
  opacity: 0;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}

.productList li:nth-child(even) .Txt {
  left: 0;
  top: -40px;
  padding-left: 30px;
}

.productList .Img {
  position: relative;
  z-index: 0;
}

.productList .Img img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.productList .Txt {
  position: absolute;
  width: 390px;
  padding: 80px;
  border: 1px solid #ccc;
  overflow: hidden;
}

.productList .Txt::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  z-index: -1;
}

.productList .Txt h3 a {
  display: block;
  color: #03669b;
  font-size: 60px;
  font-weight: 500;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  font-family: 'Lateef', '微軟正黑體', cursive;
}

.productList .Txt h3 a::after {
  content: '';
  display: block;
  margin-bottom: 25px;
  width: 0;
  height: 1px;
  background-color: #03669b;
}

.productList .Txt h3 a.fsDownIn::after {
  width: 30px;
  transition: .7s width ease-out 1s;
}

.productList .Txt:hover h3 a::after {
  width: 50px;
}

.productList .description {
  letter-spacing: 1px;
  line-height: 1.8;
  color: #333;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.productList .arrowBtn {
  margin-top: 50px;
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

@media (max-width: 1460px) {
  .linkArea .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .productList .Img {
    width: calc(100% - 330px);
  }
}

@media (max-width: 1180px) {
  .aboutArea {
    background-position: 0 0, 0 0, 25% 0, 50% 0, 75% 0, 100% 0, 100% 0, 100% 0;
  }
  .productList li:nth-child(odd) .Txt {
    padding-left: 40px;
  }
  .productList li:nth-child(even) .Txt {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .productList li:nth-child(even) .Img {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .productList .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .productList .Img {
    width: auto;
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
  .productList .Img a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 430px;
  }
  .productList .Img img {
    object-fit: cover;
  }
  .productList .Txt {
    position: static;
    width: auto;
    padding: 40px;
    -webkit-flex: 0 1 350px;
        -ms-flex: 0 1 350px;
            flex: 0 1 350px;
  }
}

@media (max-width: 1024px) {
  #banner .prevArrow, #banner .nextArrow {
    display: none;
  }
  .bannerTxt .bannerCompany {
    font-size: 40px;
  }
  .bannerTxt .bannerTitle {
    font-size: 24px;
  }
}

@media (max-width: 960px) {
  .aboutArea .Txt {
    padding-left: 20px;
    padding-right: 20px;
  }
  .aboutArea .Txt br {
    display: none;
  }
  .companyInfo {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .companyInfo li:nth-child(-n+2) {
    width: 50%;
    margin-bottom: 60px;
  }
  .companyInfo li:nth-last-child(-n+2) {
    width: 30%;
  }
  .featureArea ul li {
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .newsArea ul {
    width: 100%;
  }
  .newsArea .newsIcon, .newsArea .date {
    float: none;
    display: inline-block;
  }
  .newsArea h3 {
    display: block;
    margin-top: 5px;
  }
  .aboutArea .Img {
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .productList li:nth-child(even) .Txt {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .productList li + li {
    margin-top: 30px;
  }
  .productList .item {
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
  .productList .Img a {
    height: 300px;
  }
  .productList .Txt {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    background-color: #fff;
  }
  .productList .Txt::after {
    display: none;
  }
  .productList .arrowBtn {
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  .aboutArea {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .aboutArea h2 {
    line-height: 1.5;
    margin-bottom: 25px;
    font-size: 27px;
  }
  .aboutArea .moreBtn {
    margin-top: 50px;
  }
  .parallaxImg {
    top: 30%;
  }
  .featureArea ul {
    margin: 0;
  }
  .mapArea .mapBox {
    float: none;
    width: 100%;
    margin: 0;
  }
  .productList li:nth-child(odd) .Txt {
    padding-left: 20px;
  }
  .productList .Img a {
    height: 250px;
  }
  .productList .Txt {
    padding-left: 20px;
    padding-right: 20px;
  }
  .productList .Txt h3 a {
    font-size: 45px;
  }
}

@media (max-width: 480px) {
  .productList .Img a {
    height: 200px;
  }
  .companyInfo li {
    width: 50% !important;
  }
  .companyInfo p {
    font-size: 15px;
  }
  .companyInfo .num {
    font-size: 60px;
  }
  .newsArea .moreBtn {
    width: 120px;
  }
  .infoData .num {
    font-size: 75px;
  }
}
