@charset "UTF-8";
/* CSS Document */
@font-face{font-family:'CormorantUpright';src:url('../fonts/CormorantUpright-Medium.ttf');}

.fullWrapper, .featureArea .wrap, .adArea .wrap {
  width: 100%;
  padding: 0 25px;
  box-sizing: border-box;
}

.mainArea {
  padding: 0;
}

.bbb { margin-top: 0 !important; padding-top: 0 !important; margin-bottom: 0 !important; padding-bottom: 80px !important;}

/*--Title--*/
.headerTitleStyle {
  position: absolute;
  z-index: 666;
  left: 50%;
  top: 50%;
  margin-left: -235px;
  margin-top: -120px;
  width: 470px;
  height: 240px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 10px 12px;
  box-sizing: border-box;
}
.headerTitleStyle .inner {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(5, 27, 39, 0.15);
  padding-top: 48px;
  box-sizing: border-box;
}

.headerTitleStyle span {
  position: relative;
  display: inline-block;
  width: 265px;
  /*font-family: "Great Vibes", cursive;*/
  font-family: "微軟正黑體", cursive;
  font-size: 50px;
  letter-spacing: .08em;
  color: #7a78e6;
  font-weight: 700;
}
/*.headerTitleStyle span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 100%;
  height: 1px;
  background: #7a78e6;
}*/
.headerTitleStyle h2 {
  margin-top: -10px;
}
.headerTitleStyle h2 em {
  /*font-family: "Raleway", sans-serif;*/
  font-weight: 500;
  font-size: 32px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: .08em;
  display: block;
}
.headerTitleStyle h2 b {
  font-size: 16px;
  font-weight: normal;
  color: #888;
  letter-spacing: .08em;
}

.adArea .slick-prev,
.adArea .slick-next, .featureArea .slick-prev,
.featureArea .slick-next {
  width: 16px;
  height: 26px;
  z-index: 1000;
  transition: all .5s;
}
.adArea .slick-prev, .featureArea .slick-prev {
  left: calc(50% - 170px);
  background: url("../images/arrows_left.png") no-repeat;
  background-size: contain;
}
.adArea .slick-prev:hover, .featureArea .slick-prev:hover {
  transform: translateX(-6px);
}
.adArea .slick-next, .featureArea .slick-next {
  right: calc(50% - 170px);
  background: url("../images/arrows_right.png") no-repeat;
  background-size: contain;
}
.adArea .slick-next:hover, .featureArea .slick-next:hover {
  transform: translateX(6px);
}
.adArea .slick-prev:before,
.adArea .slick-next:before, .featureArea .slick-prev:before,
.featureArea .slick-next:before {
  display: none;
}

/*關於我們*/
.aboutArea {
  position: relative;
  overflow: hidden;
  background-image: url('../images/about_bg.jpg');
}
.aboutArea .wrap {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
.aboutArea .leftBox {
  float: left;
  width: 450px;
  margin-left: 100px;
  margin-right: 100px;
}
.aboutArea .rightBox {
  float: left;
  width: calc(100% - 650px);
  margin-top: -60px;
}
.aboutArea .rightBox img {
  display: block;
  width: 100%;
}
.aboutArea .iconLight {
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
}
.aboutArea .headerTitle {
  position: relative;
  margin-bottom: 22px;
  text-align: center;
}
/*.aboutArea .headerTitle:after {
  content: '';
  position: absolute;
  right: 28px;
  bottom: 10px;
  width: 55px;
  height: 70px;
  background: url("../images/icon_key.png") no-repeat;
  background-size: conatin;
  animation: rotate 1.2s infinite;
}*/
.aboutArea .headerTitle span {
  display: block;
  height: 65px;
  font-family: "Great Vibes", cursive;
  color: #7a78e6;
  font-size: 65px;
  letter-spacing: -.01em;
}
.aboutArea .headerTitle b {
  position: relative;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #051b27;
  letter-spacing: .05em;
  font-size: 52px;
}
.aboutArea .headerTitle b:before {
  content: '';
  position: absolute;
  top: 8px;
  left: -55px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #051b27;
  letter-spacing: .05em;
  font-size: 22px;
}
.aboutArea h2 {
  position: relative;
  font-size: 15px;
  font-weight: normal;
  color: #051b27;
  letter-spacing: .08em;
  text-align: center;
  padding: 12px 5px;
  margin-bottom: 30px;
}
.aboutArea h2:before, .aboutArea h2:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border: 1px solid #828d93;
  border-right: none;
  border-left: none;
}
.aboutArea h2:before {
  top: 0;
}
.aboutArea h2:after {
  bottom: 0;
}
.aboutArea .Txt {
  font-size: 14px;
  color: #444;
  line-height: 30px;
  padding: 0 15px;
  box-sizing: border-box;
}
.aboutArea #scene {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 120px;
  width: 100%;
  height: 100%;
}
.aboutArea #scene li {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.aboutArea .layer01 {
  margin-left: -230px;
}
.aboutArea .layer02 {
  margin-top: 230px;
  margin-left: -80px;
}

@keyframes rotate {
  0% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(8deg);
  }
}
/*地圖*/
.mapArea {
  padding: 40px 0;
}

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

/*推薦商品/房型*/
.featureArea {
  padding-bottom: 40px;
}
.featureArea ul.roomList{
  margin:0 -15px;}

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

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

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

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

.featureArea ul.roomList li .Txt h3{
  color:#6967df;}

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

.featureArea ul.roomList li .Txt h3 strong a{
  display:block;
  width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  
  font-size:20px;
  color:#6967df;}

.featureArea ul.roomList li .Txt h3 strong a:hover{
  color:#6967df;
}

.featureArea ul.roomList li .Txt p{
  padding-top:10px;
  font-size:13px;
  color:#777;
  line-height:1.8;
  height:60px;}

.featureArea .headerTitle {
  text-align: center;
  margin-bottom: 60px;
}
.featureArea .headerTitle .top {
  font-family: "CormorantUpright", cursive;
  font-size: 45px;
  color: #7a78e6;
  letter-spacing: .05em;
  margin-bottom: 12px;
}
.featureArea .headerTitle .top:before, .featureArea .headerTitle .top:after {
  content: '';
  display: inline-block;
  width: 133px;
  height: 27px;
}
.featureArea .headerTitle .top:before {
  background: url("../images/nTitleIcon_l.png");
  margin-right: 10px;
}
.featureArea .headerTitle .top:after {
  background: url("../images/nTitleIcon_r.png");
  margin-left: 45px;
}
.featureArea .headerTitle .bottom {
  position: relative;
  z-index: 1;
}
.featureArea .headerTitle .bottom:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 23px;
  margin-left: -240px;
  width: 480px;
  height: 10px;
  background: #b9d2f7;
}
.featureArea .headerTitle .bottom:after {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  top: 25.5px;
  display: block;
  width: 100%;
  height: 3px;
  border: 1px solid #959595;
  border-right: 0;
  border-left: 0;
}
.featureArea .headerTitle .bottom h2 {
  position: relative;
  display: inline-block;
  padding: 15px 75px;
  border: 1px solid rgba(5, 27, 39, 0.7);
  box-sizing: border-box;
  /*background: #fff;*/
}
.featureArea .headerTitle .bottom h2:after {
  content: '';
  position: absolute;
  right: -45px;
  bottom: 0;
  width: 134px;
  height: 190px;
  background: url("../images/nTitleIcon.png") no-repeat;
}
.featureArea .headerTitle .bottom h2 em {
  font-family: "", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #051b27;
  letter-spacing: .1em;
  margin-right: 10px;
  text-transform: uppercase;
}
.featureArea .headerTitle .bottom h2 b {
  color: #888;
  font-size: 16px;
  letter-spacing: .08em;
  font-weight: normal;
}




/**最新消息**/
.newsArea {
  padding: 100px 0;
}
.newsArea .headerTitle {
  text-align: center;
  margin-bottom: 60px;
}
.newsArea .headerTitle .top {
  font-family: "CormorantUpright", cursive;
  font-size: 45px;
  color: #7a78e6;
  letter-spacing: .05em;
  margin-bottom: 12px;
}
.newsArea .headerTitle .top:before, .newsArea .headerTitle .top:after {
  content: '';
  display: inline-block;
  width: 133px;
  height: 27px;
}
.newsArea .headerTitle .top:before {
  background: url("../images/nTitleIcon_l.png");
  margin-right: 10px;
}
.newsArea .headerTitle .top:after {
  background: url("../images/nTitleIcon_r.png");
  margin-left: 45px;
}
.newsArea .headerTitle .bottom {
  position: relative;
  z-index: 1;
}
.newsArea .headerTitle .bottom:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 23px;
  margin-left: -240px;
  width: 480px;
  height: 10px;
  background: #b9d2f7;
}
.newsArea .headerTitle .bottom:after {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  top: 25.5px;
  display: block;
  width: 100%;
  height: 3px;
  border: 1px solid #959595;
  border-right: 0;
  border-left: 0;
}
.newsArea .headerTitle .bottom h2 {
  position: relative;
  display: inline-block;
  padding: 15px 75px;
  border: 1px solid rgba(5, 27, 39, 0.7);
  box-sizing: border-box;
  /*background: #fff;*/
}
.newsArea .headerTitle .bottom h2:after {
  content: '';
  position: absolute;
  right: -45px;
  bottom: 0;
  width: 134px;
  height: 190px;
  background: url("../images/nTitleIcon.png") no-repeat;
}
.newsArea .headerTitle .bottom h2 em {
  font-family: "", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #051b27;
  letter-spacing: .1em;
  margin-right: 10px;
  text-transform: uppercase;
}
.newsArea .headerTitle .bottom h2 b {
  color: #888;
  font-size: 16px;
  letter-spacing: .08em;
  font-weight: normal;
}
.newsArea ul {
  margin: 0 -25px;
}
.newsArea ul li {
  padding: 10px 25px;
}
.newsArea ul li .Img {
  position: relative;
  float: left;
  margin-right: 15px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newsArea ul li .Img a {
  display: block;
}
.newsArea ul li .Img img {
  display: block;
  width: 100%;
}
.newsArea ul li .Txt {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-top: 24px;
}
.newsArea ul li .Txt h3 {
  font-size: 17px;
}
.newsArea ul li .Txt h3 a {
  color: #051b27;
  font-weight: normal;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsArea ul li .Txt h3 a:hover {
  color: #7a78e6;
}
.newsArea ul li .Txt .date {
  /*background: url("../images/icon_calendar.png") no-repeat;
  background-size: 15px;*/
  height: 15px;
  line-height: 15px;
  /*padding-left: 20px;*/
  box-sizing: border-box;
  color: #7a78e6;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  margin: 10px 0 15px;
  text-transform: uppercase;
}
.newsArea ul li .Txt p {
  margin-top: 7px;
  font-size: 13px;
  height: 70px;
  color: #666;
  line-height: 1.8;
}
.newsArea .slick-dots {
  margin: 0;
  bottom: -20px;
}
.newsArea .slick-dots li {
  padding: 0;
}
.newsArea .slick-dots li button:before {
  background: #dadada;
}
.newsArea .slick-dots li.slick-active button:before {
  background: #7a78e6;
  opacity: 1;
}

/*圖文外連*/
.linkArea {
  padding: 95px 0;
}
.linkArea .headerTitile {
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
.linkArea .headerTitile:before, .linkArea .headerTitile:after {
  content: '';
  position: absolute;
  top: 25px;
  width: calc((100% - 432px) / 2);
  height: 3px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-right: none;
  border-left: none;
}
.linkArea .headerTitile:before {
  left: 0;
}
.linkArea .headerTitile:after {
  right: 0;
}
.linkArea .headerTitile h2 {
  display: inline-block;
  padding: 15px 50px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.linkArea .headerTitile em {
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-right: 12px;
}
.linkArea .headerTitile b {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: .08em;
}
.linkArea ul {
  margin: 0 -7px;
}
.linkArea ul li {
  padding: 0 7px;
}
.linkArea ul li img {
  display: block;
  width: 100%;
}

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

.materialize-container .wrap {
  box-sizing: border-box;
}

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

.materialize 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%);
  transform: translateX(-50%);
}

.materialize-window {
  background: transparent;
  box-sizing: border-box;
}

/*廣告跑馬燈*/
.adArea {
  position: relative;
}
.adArea ul:before {
  content: '';
  position: absolute;
  z-index: 99;
  left: 50%;
  top: 0;
  margin-left: -33px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 33px 0 33px;
  border-color: #fff transparent transparent transparent;
}
.adArea img {
  display: block;
  width: 100%;
}

@media (max-width: 1580px) {
  /*--Title--*/
  .headerTitleStyle {
    margin-left: -175px;
    margin-top: -90px;
    width: 350px;
    height: 180px;
  }
  .headerTitleStyle .inner {
    padding-top: 36px;
  }
  .headerTitleStyle span {
    font-size: 45px;
    width: 220px;
  }
  .headerTitleStyle span:after {
    bottom: 18px;
  }
  .headerTitleStyle h2 em {
    font-size: 38px;
  }
  .headerTitleStyle h2 b {
    font-size: 14px;
  }

  .adArea .slick-prev, .featureArea .slick-prev {
    left: calc(50% - 150px);
  }
  .adArea .slick-next, .featureArea .slick-next {
    right: calc(50% - 150px);
  }
}
@media (max-width: 1180px) {
  /*--Title--*/
  .featureArea {
  padding: 40px 0;
}
  .headerTitleStyle {
    width: auto;
    height: auto;
    position: static;
    margin: 0 auto 15px;
    box-shadow: none;
  }
  .headerTitleStyle .inner {
    padding-top: 0;
    border: none;
  }
  .headerTitleStyle span {
    font-size: 45px;
    width: 220px;
    display: none;
  }
  .headerTitleStyle span:after {
    bottom: 18px;
  }
  .headerTitleStyle h2 em {
    font-size: 38px;
  }
  .headerTitleStyle h2 b {
    font-size: 14px;
  }

  #scene {
    display: none;
  }

  .adArea .slick-prev,
  .adArea .slick-next, .featureArea .slick-prev,
  .featureArea .slick-next {
    width: 46px;
    height: 46px;
    z-index: 1000;
    transition: all .5s;
  }
  .adArea .slick-prev, .featureArea .slick-prev {
    left: 0px;
    background: rgba(255, 255, 255, 0.8) url("../images/arrows_left.png") no-repeat center center;
    background-size: 15px 30px;
  }
  .adArea .slick-next, .featureArea .slick-next {
    right: 0px;
    background: rgba(255, 255, 255, 0.8) url("../images/arrows_right.png") no-repeat center center;
    background-size: 15px 30px;
  }
  .adArea .slick-prev:before,
  .adArea .slick-next:before, .featureArea .slick-prev:before,
  .featureArea .slick-next:before {
    display: none;
  }

  .featureArea .slick-prev {
    left: 15px;
  }
  .featureArea .slick-next {
    right: 15px;
  }

  .aboutArea {
    position: relative;
  }
  .aboutArea .wrap {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .aboutArea .leftBox {
    float: left;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 50px;
    box-sizing: border-box;
  }
  .aboutArea .rightBox {
    float: left;
    width: 50%;
  }
  .aboutArea .rightBox img {
    display: block;
    width: 100%;
  }
  .aboutArea .Txt {
    padding: 0;
  }
  .aboutArea .btn {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .aboutArea .iconLight {
  display: none;
}

.featureArea .headerTitle .bottom h2 em {
  color: #7a78e6;
}
.featureArea .headerTitle .bottom h2 b {
  color: #7a78e6;
}

.newsArea .headerTitle .bottom h2 em {
  color: #7a78e6;
}
.newsArea .headerTitle .bottom h2 b {
  color: #7a78e6;
}

.bbb { margin-top: 0 !important; padding-top: 40px !important; margin-bottom: 0 !important; padding-bottom: 20px !important;}

  .adArea .wrap {
    padding: 0;
  }

  .aboutArea {
    position: relative;
  }
  .aboutArea .wrap {
    position: relative;
    /*padding-top: 120px;*/
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .aboutArea .leftBox {
    width: 100%;
    padding-right: 0;
  }
  .aboutArea .rightBox {
    width: 100%;
    margin-top: 60px;
  }

  .linkArea {
    padding: 40px 0;
  }
  .linkArea .headerTitile {
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
  }
  .linkArea .headerTitile:before, .linkArea .headerTitile:after {
    display: none;
  }
}
@media (max-width: 680px) {
  
  .newsArea {
    padding: 35px 0;
  }
  .newsArea .headerTitle {
    margin-bottom: 20px;
  }
  .newsArea .headerTitle .top {
    display: none;
  }
  .newsArea .headerTitle .bottom:before, .newsArea .headerTitle .bottom:after {
    display: none;
  }
  .newsArea .headerTitle .bottom h2 {
    padding: 0;
    border: none;
  }
  .newsArea .headerTitle .bottom h2:after {
    display: none;
  }
  .newsArea .headerTitle .bottom h2 em {
    display: block;
    font-size: 38px;
    letter-spacing: .08em;
  }
  .newsArea .headerTitle .bottom h2 b {
    font-size: 14px;
  }
  .featureArea .headerTitle {
    margin-bottom: 20px;
  }
  .featureArea .headerTitle .top {
    display: none;
  }
  .featureArea .headerTitle .bottom:before, .featureArea .headerTitle .bottom:after {
    display: none;
  }
  .featureArea .headerTitle .bottom h2 {
    padding: 0;
    border: none;
  }
  .featureArea .headerTitle .bottom h2:after {
    display: none;
  }
  .featureArea .headerTitle .bottom h2 em {
    display: block;
    font-size: 38px;
    letter-spacing: .08em;
  }
  .featureArea .headerTitle .bottom h2 b {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .headerTitleStyle h2 em {
    font-size: 26px;
  }

  .aboutArea .headerTitle:after {
    display: none;
  }
  .aboutArea .headerTitle span {
    font-size: 60px;
  }
  .aboutArea .headerTitle b {
    font-size: 43px;
  }
  .aboutArea .headerTitle b:before {
    top: 6px;
    font-size: 20px;
  }

  .linkArea .headerTitile {
    margin-bottom: 30px;
  }
  .linkArea .headerTitile h2 {
    border: none;
    padding: 0;
  }
  .linkArea .headerTitile em {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
    letter-spacing: .08em;
    font-size: 26px;
  }

  .newsArea .headerTitle .bottom h2 em {
    font-size: 26px;
  }
  .newsArea .headerTitle .bottom h2 {
  background: #b9d2f7;
}

  .adArea ul:before {
    margin-left: -21px;
    border-width: 20px 21px 0 21px;
  }
  .adArea ul li {
    position: relative;
    width: 100%;
    height: 280px;
  }
  .adArea img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .featureArea .headerTitle .bottom h2 em {
    font-size: 26px;
  }
  .featureArea .headerTitle .bottom h2 {
  background: #b9d2f7;
}
}
@media (max-width: 320px) {
  .aboutArea .headerTitle span {
    font-size: 55px;
  }
  .aboutArea .headerTitle b {
    font-size: 30px;
  }
  .aboutArea .headerTitle b:before {
    top: 4px;
    left: -45px;
    font-size: 18px;
  }

}

  
/*.bookingArea, .aboutArea{
        visibility: hidden;
    }*/