@charset "UTF-8";
.fullBox {
  position: relative;
  width: calc(100vw - 17px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mainArea {
  padding: 0;
}

/*--parallax--*/
.parallax-container {
  position: relative;
  overflow: hidden;
}

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.parallax-window {
  background: transparent;
  padding: 130px 0;
  box-sizing: border-box;
}

/*--banner--*/
.bannerArea li {
  position: relative;
}

.bannerArea .Txt {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 175px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  font-family: 細明體;
  line-height: 50px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.65);
}

.bannerArea .Txt .title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-family: Arial, sans-serif, "微軟正黑體", Heiti TC, "メイリオ";
  background: url("../images/titleBg_w.png") no-repeat center bottom;
}

.bannerArea .Txt .subTitle {
  font-size: 35px;
}

.bannerArea .arrows {
  display: inline-block;
  position: absolute;
  z-index: 10;
  bottom: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 28px;
}

.bannerArea .arrows:hover path {
  fill: #fff !important;
}

.bannerArea .arrows svg {
  width: 100%;
}

.bannerArea .arrows path {
  transition: all .5s;
}

.bannerArea .arrowsL {
  left: 48%;
}

.bannerArea .arrowsR {
  left: 52%;
}

/*--房型--*/
.featureArea {
  position: relative;
  padding: 180px 0 65px;
  background: url("../images/bg01.jpg") repeat left top;
}

.featureArea:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 400px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
}

.featureArea .wrap {
  position: relative;
  z-index: 2;
  width: 1366px;
}

.featureArea .item {
  height: 600px;
}

.featureArea .Img {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 70px;
  width: 930px;
  height: 520px;
}

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

.featureArea .Txt {
  position: absolute;
  left: 0;
  bottom: 20px;
  display: inline-block;
  background: #fff;
  padding: 70px 310px 70px 90px;
  box-sizing: border-box;
  box-shadow: 5px 5px 6px rgba(8, 1, 3, 0.1);
}

.featureArea h3 a {
  font-size: 24px;
  color: #170704;
  font-weight: normal;
}

.featureArea h4 a {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 16px;
  color: #999;
  font-weight: normal;
}

.featureArea h4 a:after {
  content: '';
  display: block;
  margin-top: 10px;
  width: 25px;
  height: 2px;
  background: #170704;
}

.featureArea .text {
  margin: 40px 0 50px;
  font-size: 14px;
  letter-spacing: .1em;
  color: #444;
  line-height: 24px;
}

.featureArea .icon {
  display: block;
  margin-top: 40px;
}

.featureArea .icon i {
  display: inline-block;
  width: 30px;
  padding: 0 10px;
}

.featureArea .icon i + i {
  border-left: 1px solid #eee;
}

.featureArea .icon i img {
  display: block;
  width: 100%;
}

.featureArea .btn01 {
  text-align: left;
}

.featureArea .arrows {
  display: inline-block;
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 28px;
}

.featureArea .arrows:hover path {
  fill: #fff !important;
}

.featureArea .arrows svg {
  width: 100%;
}

.featureArea .arrows path {
  transition: all .5s;
}

.featureArea .arrowsL {
  left: 47%;
}

.featureArea .arrowsR {
  left: 53%;
}

/*--週邊景點--*/
.spotArea {
  padding: 65px 0 60px;
  background: #f6f6f6;
}

.spotArea .wrap {
  width: 1210px;
}

.spotArea ul.spotList {
  margin: 0 -9px;
}

.spotArea ul.spotList li {
  float: left;
  padding: 0 9px;
  width: 25%;
  box-sizing: border-box;
}

.spotArea ul.spotList li:hover .Img:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -20%) rotateY(360deg);
          transform: translate(-50%, -20%) rotateY(360deg);
}

.spotArea ul.spotList li:hover .Img img {
  opacity: .2;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.spotArea ul.spotList li:hover h3 {
  background: rgba(173, 130, 64, 0.95);
}

.spotArea ul.spotList li:hover h3 a {
  color: #fff;
}

.spotArea ul.spotList li:hover h4 a:after {
  background: #ad8240;
}

.spotArea ul.spotList li:hover .Txt {
  border-color: #170704;
}

.spotArea .Img {
  position: relative;
  background: #090201;
  overflow: hidden;
}

.spotArea .Img:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotateY(0deg);
          transform: translate(-50%, -50%) rotateY(0deg);
  width: 50px;
  height: 50px;
  background: url("../images/icon_marker.png") no-repeat;
  opacity: 0;
  transition: all .5s;
}

.spotArea .Img img {
  display: block;
  width: 100%;
  transition: all .5s;
}

.spotArea h3 {
  position: relative;
  margin: -35px auto 0;
  width: 190px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  transition: all .5s;
}

.spotArea h3 a {
  display: block;
  font-size: 18px;
  letter-spacing: .05em;
  font-weight: normal;
  color: #170704;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.spotArea h4 {
  text-align: center;
  margin-top: 10px;
}

.spotArea h4 a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #999;
  font-family: Arial, sans-serif, "微軟正黑體";
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.spotArea h4 a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -12.5px;
  width: 25px;
  height: 2px;
  background: #e5e5e5;
  transition: all .5s;
}

.spotArea p {
  font-size: 14px;
  color: #444;
  letter-spacing: .05em;
  line-height: 20px;
  height: 60px;
  margin-bottom: 15px;
}

.spotArea .Txt {
  padding: 0px 25px 20px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: 0;
  transition: all .5s;
}

.spotArea .note {
  font-size: 13px;
  color: #ad8240;
}

.spotArea .btn01 {
  margin-top: 60px;
}

/*--About--*/
.aboutArea {
  padding: 100px 0 60px;
  background: #fff url("../images/aboutBg.jpg") no-repeat center center;
}

.aboutArea .headerTitle {
  margin-bottom: 90px;
}

.aboutArea .leftBox {
  display: inline-block;
  vertical-align: top;
  width: 550px;
  margin-right: 27px;
}

.aboutArea .ch {
  font-size: 16px;
  color: #444;
  line-height: 30px;
  letter-spacing: .05em;
  margin-bottom: 30px;
}

.aboutArea .en {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 14px;
  color: #999;
  line-height: 22px;
  letter-spacing: .025em;
}

.aboutArea .rightBox {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: -3px;
  width: 580px;
  background: #000;
}

.aboutArea .Img {
  position: absolute;
  width: 290px;
  box-shadow: 5px 5px 15px rgba(8, 1, 3, 0.2);
}

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

.aboutArea .imgLeft {
  left: 0;
  top: 180px;
}

.aboutArea .imgRight {
  right: 0;
  top: -100px;
}

.aboutArea .btn01 {
  margin-top: 150px;
}

@media (min-width: 1181px) {
  .bookingArea .wrap {
    top: -75px;
  }
  .bookingArea .wrap .bookingBox {
    position: absolute;
    z-index: 10;
    left: 48px;
    top: 0;
    box-shadow: 0px 10px 15px rgba(8, 1, 3, 0.15);
  }
  .bookingArea .wrap ul.list > li {
    height: 150px;
  }
  .bookingArea .wrap .btn a {
    height: 150px;
    line-height: 200px;
  }
  .bookingArea .wrap .btn a:after {
    top: 45px;
  }
}

@media (max-width: 1400px) {
  .featureArea .wrap {
    width: 100%;
    padding: 0 20px;
  }
  .featureArea .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
  .featureArea .Img {
    position: relative;
    bottom: 0;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-flex: 1 2 65%;
        -ms-flex: 1 2 65%;
            flex: 1 2 65%;
    width: auto;
    height: auto;
  }
  .featureArea .Img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .featureArea .Txt {
    position: static;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-flex: 2 1 35%;
        -ms-flex: 2 1 35%;
            flex: 2 1 35%;
    display: inline-block;
    background: #fff;
    padding: 70px 6%;
    box-shadow: none;
  }
}

@media (max-width: 1230px) {
  .spotArea {
    padding: 65px 0 60px;
  }
  .spotArea .wrap {
    width: 100%;
    padding: 0 20px;
  }
  .spotArea ul.spotList li {
    margin-bottom: 20px;
    box-sizing: border-box;
  }
}

@media (max-width: 1180px) {
  .featureArea {
    padding: 40px 0;
  }
  .bannerArea .Txt {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  .bannerArea .Txt .title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .bannerArea .Txt .subTitle {
    font-size: 26px;
  }
  .bannerArea .arrows {
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 28px;
  }
  .bannerArea .arrows:hover path {
    fill: #fff !important;
  }
  .bannerArea .arrows svg {
    width: 100%;
  }
  .bannerArea .arrows path {
    transition: all .5s;
  }
  .bannerArea .arrowsL {
    left: 30px;
  }
  .bannerArea .arrowsR {
    left: auto;
    right: 15px;
  }
  .aboutArea {
    padding: 50px 0;
  }
  .aboutArea .leftBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .aboutArea .rightBox {
    display: block;
    width: 100%;
    margin-right: 0;
    background: none;
    text-align: center;
  }
  .aboutArea .Img {
    position: static;
    display: inline-block;
    vertical-align: top;
    margin-right: -3px;
    box-shadow: none;
  }
  .aboutArea .btn01 {
    margin-top: 50px;
  }
}

@media (max-width: 960px) {
  .featureArea .wrap {
    width: 100%;
    padding: 0 20px;
  }
  .featureArea .item {
    display: block;
  }
  .featureArea .Img {
    width: 100%;
  }
  .featureArea .Img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .featureArea .Txt {
    display: block;
    background: #fff;
    padding: 30px 6%;
    box-shadow: none;
  }
  .spotArea ul.spotList li {
    width: 50%;
  }
}

@media (max-width: 900px) {
  .bannerArea .Txt {
    font-size: 16px;
  }
  .bannerArea .Txt .title {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .bannerArea .Txt .subTitle {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .featureArea .Img {
    height: 300px;
  }
  .featureArea .Img img {
    position: absolute;
  }
  .featureArea .arrowsL {
    left: 44%;
  }
  .featureArea .arrowsR {
    left: 56%;
  }
  .aboutArea {
    padding: 50px 0;
  }
  .aboutArea .leftBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .aboutArea .rightBox {
    display: block;
    width: 100%;
    margin-right: 0;
    background: none;
    text-align: center;
  }
  .aboutArea .Img {
    width: 50%;
  }
  .aboutArea .btn01 {
    margin-top: 50px;
  }
}

@media (max-width: 480px) {
  .aboutArea .Img {
    display: none;
  }
  .bannerArea .arrows {
    display: none !important;
  }
}
