@charset "UTF-8";

.popWin{
	position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
}

.popWin .mask{
	background: rgba(0,0,0,0.7);
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 98;
}

.popWin .content{
	position: relative;
	width: 960px;
	max-height: 960px;
	overflow-y: auto;
	padding: 30px;
	padding-right: 60px;
	background: #FFF;
	left: 50%;
	top: 50%;
	z-index: 99;
	box-sizing: border-box;
	transform: translate(-50%,-60%);
}

.popWin .content:before{
	content: "";
	position: absolute;
	left: 15px;
	right:15px;
	top: 15px;
	bottom:15px;
	border: 1px solid #D2BD84;
}

.popWin .contentBox{
	position: relative;
}

.popWin a.close {
  display: block;
	background: #616161;
  width: 50px;
  height: 50px;
  color: #D1D1D1;
  position: absolute;
	top: 0;
	right: 0;
}

.popWin a.close:hover{
	background: #000;
}

.popWin a.close:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #FFF;
  position: absolute;
  right: 5px;
  top: 25px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popWin a.close:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #FFF;
  position: absolute;
  right: 5px;
  top: 25px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popWin .btn{
	margin-top: 15px;
	
}
.popWin .btn a{
	padding: 7px 30px;
    border: 1px solid #D2BD84;
	background: #D2BD84;
	color: #FFF;
    display: inline-block;
    font-size: 13px;
}

.popWin .btn a:hover{
	background: #FFF;
	color: #D2BD84;
}

.hotelList .Txt, .hotelList .Img, .hotelNav li, .aboutArea, .aboutArea .btn i, .dataArea .albumArea, .dataArea .newsArea, .newsList .dateBox, .historyList, .historyList > li, .historyList .linkPoint {
  box-sizing: border-box;
}

.bannerBox .Txt a::after, .linkList a img, .hotelNav li, .hotelNav li::after, .hotelNav p::after, .aboutArea .btn i, .aboutArea .btn i::after, .albumArea .photo a, .albumArea .photo a::before, .albumArea .photo a::after, .albumArea .photo img {
  transition: all .5s ease-out;
}

.bannerBox {
  position: relative;
}

.bannerBox .Txt {
  position: absolute;
  width: 400px;
  left: 20%;
  top: 32%;
  color: #fff;
}

.bannerBox .Txt h1 {
  font: 500 65px 'Times New Roman', serif;
  color: #fff;
}

.bannerBox .Txt h1:first-letter {
  margin-left: -60px;
}

.bannerBox .Txt p {
  margin: 20px 0 50px;
  font-size: 14px;
  line-height: 2.1;
}

.bannerBox .Txt a {
  position: relative;
  display: inline-block;
  padding: 12px 5px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.bannerBox .Txt a::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  left: 50%;
  bottom: 5px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bannerBox .Txt a:hover::after {
  width: 100%;
}

#banner li {
  height: 1030px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.subBanner {
  position: absolute;
  width: 30%;
  max-width: 490px;
  right: 16%;
  top: 300px;
}

.subBanner::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 12px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

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

.mainArea {
  padding-top: 150px;
  padding-bottom: 0;
}

.quickArea {
  text-align: center;
}

.quickArea .Txt {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
  line-height: 1.8;
}

.quickArea .Txt::before {
  content: '';
  position: absolute;
  display: block;
  width: 55px;
  height: 2px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #b1a069;
}

.linkList {
  margin-bottom: 30px;
}

.linkList li {
  text-align: center;
}

.linkList a {
  display: inline-block;
  position: relative;
}

.linkList a img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}

.linkList a:hover img:first-child {
  opacity: 0;
}

.linkList a:hover img:last-child {
  opacity: 1;
}

.linkList .slick-dots, #ad .slick-dots {
  position: static;
  padding-top: 20px;
  margin-bottom: 50px;
}

.linkList .slick-dots li button::before, #ad .slick-dots li button::before {
  color: #b1a069;
}

.linkList .slick-dots li.slick-active button::before, #ad .slick-dots li.slick-active button::before {
  color: #c5a57e;
}

.linkBox{
  position: relative;
}

.linkBox .link_prev, .linkBox .link_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  font-size: 30px;
  width: 50px;
  line-height: 50px;
}

.linkBox .link_prev:hover, .linkBox .link_next:hover{
  color: #b1a069;
}

.linkBox .link_prev {
  left: -40px;
}

.linkBox .link_next {
  right: -40px;
}

.hotelList {
  overflow: hidden;
  counter-reset: items;
}

.hotelList > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  counter-increment: items;
}

.hotelList > li:nth-child(odd) .Txt {
  padding: 100px 110px 60px 260px;
}

.hotelList > li:nth-child(even) .Txt {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding: 100px 260px 60px 110px;
}

.hotelList > li:nth-child(even) .Img::before {
  left: auto;
  right: 0;
  border-width: 28.5px 21px 28.5px 0;
  border-color: transparent #efefef transparent transparent;
}

/*.hotelList > li:nth-child(3) .Txt .title span:first-child {
  text-transform: capitalize;
}*/

.hotelList > li:nth-child(3) .Txt .title h3 {
  text-transform: inherit;
}

.hotelList > li .title::before {
  content: "0" counter(items);
  position: absolute;
  top: -60px;
  left: -85px;
  font: 700 150px 'Raleway', Helvetica, Arial, sans-serif;
  color: #e2e2e2;
  z-index: -1;
}

.hotelList .Txt, .hotelList .Img {
  width: 50%;
}

.hotelList .Txt {
  height: 600px;
  background-color: #efefef;
}

.hotelList .Txt > p {
  letter-spacing: 1px;
}

.hotelList .title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #222;
  z-index: 1;
}

.hotelList .title h3 {
  font-size: 48px;
  font-weight: 200;
  text-transform: uppercase;
}

.hotelList .title h3 span:first-child {
  font-weight: 500;
}

.hotelList .title h3 span + span {
  margin-left: 20px;
}

.hotelList .title p {
  font-size: 25px;
  letter-spacing: 3px;
}

.hotelList .title::after {
  content: '';
  position: absolute;
  width: 55px;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #b1a069;
}

.hotelList .Img {
  position: relative;
  padding: 20px;
  line-height: 0;
  z-index: 0;
}

.hotelList .Img::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28.5px 0 28.5px 21px;
  border-color: transparent transparent transparent #efefef;
}

.hotelShow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  z-index: -1;
}

.hotelShow::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 2;
}

.hotelShow li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
}

.hotelShow li.current {
  -webkit-animation: 1.5s fadeIn forwards ease-out;
          animation: 1.5s fadeIn forwards ease-out;
  z-index: 1;
}

.hotelShow img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: .5;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: .5;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.slogan {
  /*margin-top: 90px;*/
  color: #fff;
  text-align: center;

  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.slogan li{
  position: absolute;
  width: 100%;
  padding: 20px 17%;
  opacity: 0;
  visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 1.5s ease-out;
}

.slogan li.current{
  opacity: 1;
  visibility: visible;
  transition: all 1.5s ease-out;
}

.slogan li .icon{
  display: inline-block;
  width: 180px;
  margin-bottom: 10px;
}

.slogan li .icon img{
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; 
}

.slogan img + h5 {
  /*margin-top: 60px;*/
}

.slogan h5 {
  /*margin-top: 200px;*/
    margin-bottom: 20px;
    margin-left: 4px;
    font: 500 48px 'Times New Roman', serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 30px;
}

.slogan p {
  font: 14px '微軟正黑體', serif;
  text-indent: 4px;
  line-height: 26px;
}

.hotelNav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.hotelNav li {
  position: relative;
  max-width: 270px;
  width: 40%;
  height: 170px;
  padding-top: 35px;
  text-align: center;
  border: 1px solid #b1a069;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.hotelNav li::before, .hotelNav li::after {
  content: '';
  position: absolute;
  display: block;
}

.hotelNav li::before {
  left: -11.5px;
  right: -11.5px;
  top: -11.5px;
  bottom: -11.5px;
  border: 3px solid #b1a069;
  pointer-events: none;
}

.hotelNav li::after {
  left: 50%;
  bottom: 25px;
  width: 0;
  height: 1px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  transition-delay: 0s;
}

.hotelNav li span {
  display: block;
  font-weight: 200;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.hotelNav li.current {
  color: #fff;
  background-color: #b1a069;
}

.hotelNav li.current::after {
  width: 35px;
  transition-delay: .3s;
}

.hotelNav li.current p::after {
  opacity: 0;
}

.hotelNav li a{
    color:#000;
}

.hotelNav li:hover a,
.hotelNav li.current a{
    color:#FFF;
}

.hotelNav h4 {
  margin: 15px 0 10px;
  font: 500 19px '新細明體', serif;
}

.hotelNav p {
  font-size: 16px;
  text-transform: uppercase;
}

.hotelNav p::after {
  content: '\f041';
  display: block;
  margin-top: 13px;
  font-family: FontAwesome;
  color: #b1a069;
  font-size: 26px;
}

.hotelNav.caesarNav li {
  max-width: 170px;
  width: 30%;
}

.hotelNav.caesarNav li.current {
  background-color: #af2038;
  background-image: url("../images/home/caesarHover.png");
  border-color: #af2038;
}

.hotelNav.caesarNav li.current::before {
  border-color: #af2038;
}

.hotelNav.chamNav li.current {
  background-color: #330761;
  background-image: url("../images/home/chamHover.png");
  border-color: #330761;
}

.hotelNav.chamNav li.current::before {
  border-color: #330761;
}

.aboutArea {
  padding: 70px 0;
  height: 640px;
  overflow: hidden;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: #fff;
}

.aboutArea .titleBox {
  position: relative;
}

.aboutArea .titleBox::before, .aboutArea .titleBox::after {
  content: '';
  position: absolute;
  display: block;
  top: 60px;
  width: 32%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

.aboutArea .titleBox::before {
  left: 0;
}

.aboutArea .titleBox::after {
  right: 0;
}

.aboutArea .titleBox h2 {
  color: #fff;
}

.aboutArea .titleBox h2::before {
  color: #fff;
}

.aboutArea .titleBox p {
  margin-top: 70px;
  color: #fff;
}

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

.aboutArea .Txt {
  font-size: 15px;
  line-height: 2.2;
}

.aboutArea .btn {
  margin-top: 70px;
  text-align: center;
}

.aboutArea .btn a {
  display: inline-block;
  padding: 7px 15px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}

.aboutArea .btn a:hover i::after {
  border-color: #fff;
  -webkit-animation: 1.5s enlarge ease-out infinite .5s;
          animation: 1.5s enlarge ease-out infinite .5s;
}

.aboutArea .btn i {
  position: relative;
  display: block;
  width: 50px;
  line-height: 50px;
  margin: 0 auto 10px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.aboutArea .btn i::after {
  content: '';
  position: absolute;
  display: block;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid transparent;
}

@-webkit-keyframes enlarge {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes enlarge {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

#yearNum {
  text-shadow: -2px -1px 10px rgba(0, 0, 0, 0.1);
}

.mapArea {
  padding: 40px 0;
}

#gmap_s {
  width: 100%;
  height: 450px;
  margin: 40px auto 20px;
}

.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: 30px 0;
}

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

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

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

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

.newsArea ul li .Txt {
  overflow: hidden;
}

.newsArea ul li .Txt h3 {
  font-size: 15px;
}

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

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

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

.adArea {
  padding: 40px 0;
}

.adArea .titleBox {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.adArea .titleBox::before {
  content: '';
  position: absolute;
  display: block;
  width: 55px;
  height: 1px;
  left: 50%;
  bottom: 0;
  background-color: #b1a069;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.adArea ul {
  margin: auto;
  text-align: center;
}

.adArea .Img img {
  display: block;
  margin: auto;
}

.adArea h4 {
  display: none;
}

.adArea li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 60px;
}

.adArea .slick-track {
  margin: auto;
}

.adArea li a {
	cursor: default;
}

.dataArea {
  background: linear-gradient(to right, #8cced2 50%, #efefef 0, #efefef 100%);
}

.dataArea .wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dataArea .albumArea, .dataArea .newsArea {
  width: 50%;
}

.dataArea .albumArea {
  padding: 85px 40px 85px 10px;
  background-color: #8cced2;
}

.dataArea .newsArea {
  position: relative;
  padding: 85px 40px;
  background-color: #efefef;
}

.dataArea .newsArea::before {
  content: 'UPDATES FROM OUR GALLERY';
  position: absolute;
  display: block;
  padding: 5px 30px;
  left: -130px;
  top: 50%;
  font-size: 12px;
  letter-spacing: 1px;
  border-radius: 15px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: #efefef;
}

.albumArea .photo a {
  position: relative;
  display: block;
  line-height: 0;
}

.albumArea .photo a::before, .albumArea .photo a::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  z-index: 1;
  opacity: 0;
}

.albumArea .photo a::before {
  content: '\f002';
  top: 40%;
  font-family: FontAwesome;
  font-size: 30px;
}

.albumArea .photo a::after {
  content: '了解更多';
  top: 82%;
  font-size: 12px;
  letter-spacing: 1px;
}

.albumArea .photo a:hover {
  background-color: #c5a57e;
}

.albumArea .photo a:hover img {
  opacity: .5;
}

.albumArea .photo a:hover::before {
  top: 50%;
  opacity: 1;
}

.albumArea .photo a:hover::after {
  top: 72%;
  opacity: 1;
}

.albumArea .photo img {
  width: 265px;
  height: 175px;
  object-fit: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.albumArea .photo li {
  float: left;
}

.newsList .dateBox {
  float: left;
  width: 75px;
  height: 140px;
  margin-right: 30px;
  padding-top: 35px;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  font-family: Helvetica, Arial;
  background-color: #e3d3c2;
}

.newsList .dateBox span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.newsList .dateBox span:nth-child(2) {
  font-size: 36px;
}

.newsList .Txt {
  font-family: '微軟正黑體';
}

.newsList .Txt h3 a {
  display: block;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsList .Txt p {
  height: 70px;
}

.newsList .date {
  margin-bottom: 10px;
  color: #957958;
  font-size: 13px;
}

.newsList .date span::before {
  content: '\f02b';
  margin-left: 15px;
  margin-right: 10px;
  font-size: 12px;
  font-family: FontAwesome;
}

.newsList li {
  cursor: pointer;
}

.newsList li:nth-child(even) .dateBox {
  background-color: #8cced2;
}

.newsList li + li {
  margin-top: 30px;
}

.newsList li:hover .Txt h3 a {
  color: #c5a57e;
}

.mapTitleBox {
  position: relative;
  z-index: 0;
}

.mapTitleBox h2 {
  line-height: 1.3;
  font-size: 45px;
  font-weight: 200;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 3px;
}

.mapTitleBox h2 span {
  margin-right: 15px;
}

.mapTitleBox h2 span:last-child {
  display: block;
  font-weight: 500;
}

.mapTitleBox p {
  font: 21px '新細明體', serif;
  color: #bcb5af;
  letter-spacing: 5px;
}

.mapTitleBox::before, .mapTitleBox::after {
  position: absolute;
  display: block;
  font-size: 150px;
  font-weight: 700;
  color: #31302e;
  opacity: .8;
  z-index: -1;
}

.mapTitleBox::before {
  content: 'contact';
  top: -85px;
  left: -250px;
}

.mapTitleBox::after {
  content: 'us';
  top: 15px;
  left: -140px;
}

.locationList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 430px;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: justify;
          justify-content: flex-start;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  counter-reset: items;
  font: 13px /1.8 '微軟正黑體';
  color: #a69f9a;
  letter-spacing: .5px;
}

.locationList li {
  counter-increment: items;
  width: 360px;
  margin: 10px 0;
}

.locationList .city {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #666;
  letter-spacing: 1px;
}

.locationList .city::before {
  content: counter(items);
  -webkit-order: -2;
      -ms-flex-order: -2;
          order: -2;
}

.locationList .city::after {
  content: '';
  display: block;
  height: 5px;
  margin: 0 5px 5px;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: url("../images/texture/dot.png") 0 100% repeat-x;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.locationList h3 {
  font-weight: 500;
  color: #e3d3c2;
  text-transform: uppercase;
}

.locationList a {
  display: block;
  color: #a69f9a;
}

.locationList a:hover {
  color: #e3d3c2;
}

.locationList a:nth-of-type(1)::before {
  content: 'T：';
  color: #fff;
}

.locationList a:nth-of-type(2)::before {
  content: 'E：';
  color: #fff;
}

.historyTitle {
  margin: 80px auto 30px;
  text-align: center;
}

.historyTitle .year {
  display: inline-block;
  max-width: 100%;
  width: 405px;
  height: 285px;
  vertical-align: baseline;
}

.historyTitle .year + img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: 30px;
  vertical-align: baseline;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.historyTitle text {
  font-size: 380px;
  font-weight: 700;
}

.historyBox {
  overflow-x: auto;
  overflow-y: hidden;
}

.historyList {
  position: relative;
  width: 1145px;
  height: 450px;
  margin: 50px auto;
  /* padding-left: 120px; */
  padding-right: 10px;
  padding-bottom: 50px;
  background: linear-gradient(to right, #3d3d3d 0, #3d3d3d 100%) 0 50%/100% 3px no-repeat;
  z-index: 1;
}

.historyList::before, .historyList::after {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.historyList::before {
  content: url("../images/home/historyStartLine.png");
  left: 50px;
  display: none;
}

.historyList::after {
  content: url("../images/home/historyEndLine.jpg");
  right: 30px;
}

.historyList > li {
  position: absolute;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #3d3d3d;
}

.historyList > li::before {
  content: '';
  position: absolute;
  left: -8px;
  width: 9px;
  height: 9px;
  border: 3px solid #3d3d3d;
  border-radius: 50%;
  background-color: #fff;
}

.historyList > li:nth-child(odd) {
  top: 25px;
  height: 200px;
  padding-bottom: 60px;
}

.historyList > li:nth-child(odd)::before {
  bottom: -7px;
}

.historyList > li:nth-child(even) {
  top: 50%;
  height: 325px;
  padding-top: 60px;
}

.historyList > li:nth-child(even)::before {
  top: -7px;
}

.historyList > li:first-child {
  left: 50px;
}

.historyList > li:nth-child(2) {
  left: 140px;
}

.historyList > li:nth-child(3) {
  left: 300px;
}

.historyList > li:nth-child(4) {
  left: 490px;
}

.historyList > li:nth-child(5) {
  left: 660px;
}

.historyList > li:nth-child(6) {
  left: 840px;
}

.historyList > li > p {
    font-size: 14px;
    font-weight: bold;
}

.historyList > li > p span {
  display: block;
  margin-top: 8px;
  font-size: 15px;
}

.historyList > li ul {
  margin-top: 6px;
  font-size: 13px;
  max-width: 310px;
}

.historyList > li ul li {
  position: relative;
  padding-left: 12px;
  line-height: 1.8;
}

.historyList > li ul li::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 10px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #3d3d3d;
}

.historyList .year {
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 500;
  font-family: Helvetica, Arial, "微軟正黑體";
}

.historyList .linkPoint {
  position: relative;
  display: none;
  width: 30px;
  height: 30px;
  margin-left: 30px;
  border-radius: 50%;
  border: 1px solid #c5a57e;
}

.historyList .linkPoint::before, .historyList .linkPoint::after {
  content: '';
  position: absolute;
}

.historyList .linkPoint::before {
  width: 10px;
  height: 10px;
  background-image: linear-gradient(to right, #c5a57e 0, #c5a57e 100%), linear-gradient(to right, #c5a57e 0, #c5a57e 100%);
  background-size: 100px 1px, 1px 100px;
  background-position: 50% 50%, 50% 50%;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.historyList .linkPoint::after {
  width: 100%;
  height: 100%;
  top: -1px;
  left: -1px;
  border: 1px solid transparent;
  border-radius: 50%;
}

.historyList .linkPoint:hover::after {
  border-color: #c5a57e;
  -webkit-animation: 1.5s enlarge ease-out infinite .5s;
          animation: 1.5s enlarge ease-out infinite .5s;
}

.historyList .text{
  font-size: 14px;
  line-height: 24px;
}


.articleArea {
  position: relative;
  margin-top: 60px;
}

.articleArea .wrap {
  width: 100%;
}

.articleArea ul {
  position: relative;
}

.articleArea ul:before, .articleArea ul:after {
  content: '';
  position: absolute;
  z-index: 50;
  top: 0;
  width: calc((100% - 1160px) / 2);
  height: 100%;
  background: rgba(255, 255, 255, 0.65);
}

.articleArea ul:before {
  left: 0;
}

.articleArea ul:after {
  right: 0;
}

.articleArea li {
  position: relative;
  background: #efefef;
  max-width: 1160px;
  width: 100%;
}

.articleArea li:focus {
  outline: none;
}

.articleArea li .item{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.articleArea .Img {
  float: left;
  position: relative;
  width: calc(100% - 390px);
  height: 440px;
  transition: all .5s;
}

.articleArea .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.articleArea .Img a{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.articleArea .Img a::before {
  content: '\f002';
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  font-family: FontAwesome;
  font-size: 30px;
  color: #fff;
  opacity: 0;
  transition: all .5s;
}

.articleArea .Img:hover a::before{
  top: 50%;
  opacity: 1;
}

.articleArea .Img:hover {
  background-color: #c5a57e;
}

.articleArea .Img:hover img{
  opacity: .5;
}

.articleArea .Img a:focus {
  outline: none;
}

.articleArea .Txt {
  float: left;
  width: 390px;
  text-align: center;
  padding: 50px 30px;
  box-sizing: border-box;
}

.articleArea h4 {
  color: #2e363a;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .02em;
  margin-bottom: 8px;
}

.articleArea h3 {
  position: relative;
}

.articleArea h3 a {
  display: block;
  color: #2e363a;
  letter-spacing: .09em;
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 15px;
}

.articleArea .dateBox {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #957958;
}

.articleArea .dateBox:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -12.5px;
  width: 25px;
  height: 1px;
  background: #b1a069;
}

.articleArea .text {
  font-size: 13px;
  text-align:center;
  color: #747474;
  line-height: 24px;
  height: 120px;
  margin-bottom: 30px;
}

.articleArea .arrow_prev, .articleArea .arrow_next {
  position: absolute;
  z-index: 51;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  color: #333;
  font-size: 16px;
}

.articleArea .arrow_prev:hover, .articleArea .arrow_next:hover {
  background: #333;
  color: #fff;
}

.articleArea .arrow_prev::before, .articleArea .arrow_next::before {
  font-family: FontAwesome;
}

.articleArea .arrow_prev::before{
  content: '\f104';
}

.articleArea .arrow_next::before{
  content: '\f105';
}

.articleArea .arrow_prev{
  left: calc((100% - 1160px - 35px) / 2);
}

.articleArea .arrow_next{
  right: calc((100% - 1160px - 35px) / 2);
}

.articleArea .btn{
  text-align: center;
  margin-top: 15px;
}

.articleArea .btn a{
  display: inline-block;
  border: 1px solid #b1a069;
  font-size: 13px;
  font-weight: normal;
  padding: 10px 40px;
  color: #b1a069;
}

.articleArea .btn a:hover{
  background: #b1a069;
  color: #fff;
}

@media (max-width: 1780px) {
  .hotelList li:nth-child(odd) .Txt {
    padding-left: 110px;
  }
  .hotelList li:nth-child(even) .Txt {
    padding-right: 110px;
  }
}

@media (max-width: 1400px) {
  .mainArea {
    padding-top: 50px;
  }
  .subBanner {
    right: 3%;
  }
  .hotelList > li .title::before {
    left: -50px;
  }
  .hotelList li:nth-child(odd) .Txt {
    padding-left: 50px;
    padding-right: 50px;
  }
  .hotelList li:nth-child(even) .Txt {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1240px) {
  .locationList li {
    width: 300px;
  }
}

@media (max-width: 1180px) {
  .dataArea {
    background-image: none;
  }
  .dataArea .wrap {
    display: block;
    padding: 0;
  }
  .dataArea .albumArea, .dataArea .newsArea {
    width: 100%;
    padding: 40px 20px;
  }
  .dataArea .newsArea::before {
    -webkit-transform: rotate(0) translateX(-50%);
        -ms-transform: rotate(0) translateX(-50%);
            transform: rotate(0) translateX(-50%);
    left: 50%;
    top: -12px;
  }
  .albumArea .photo ul {
    max-width: 795px;
    margin: auto;
  }
  .articleArea li .item{
    display: block;
  }
  .articleArea ul:before, .articleArea ul:after {
    display: none;
  }
  .articleArea .arrow_prev {
    left: 0px;
  }
  .articleArea .arrow_next {
    right: 0px;
  }
  .linkBox .link_prev, .linkBox .link_next{
    display: none;
  }
}

@media (max-width: 1120px) {
  .hotelList > li {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .hotelList .Txt, .hotelList .Img {
    width: 100%;
  }
  .hotelList .Img {
    height: 600px;
  }
  .hotelList .Img::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-width: 21px 28.5px 0 28.5px;
    border-color: #efefef transparent transparent transparent;
  }
  .hotelList li:nth-child(even) .Txt {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .hotelList li:nth-child(even) .Img::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-width: 21px 28.5px 0 28.5px;
    border-color: #efefef transparent transparent transparent;
  }
  .hotelNav {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}

@media (max-width: 1024px) {
	.popWin .content{
		width: 90%;
	}	
	
	
  .mainArea {
    background-position: 0 0, 33% 0, 66% 0, 100% 0;
  }
  .locationList {
    height: 650px;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .mapTitleBox::before {
    left: auto;
    right: 0;
  }
  .mapTitleBox::after {
    left: auto;
    right: 90px;
  }
  .aboutArea {
    background-position: 25% 50%;
  }
  .aboutArea .titleBox::before, .aboutArea .titleBox::after {
    display: none;
  }
}

@media (max-width: 960px) {
  .bannerBox .Txt {
    top: auto;
    bottom: 40px;
  }
  #banner li {
    height: 80vh;
  }
  .subBanner {
    display: none;
  }
  .featureArea ul li {
    padding: 10px;
  }
  .linkArea ul li {
    padding: 10px;
  }
  .albumArea .photo li {
    width: calc(100% / 3);
    overflow: hidden;
  }
  .albumArea .photo img {
    width: auto;
  }
  .historyTitle {
    margin-top: 30px;
  }
  .articleArea .Img {
    width: 100%;
  }
  .articleArea .Txt {
    float: left;
    width: 390px;
    height: 440px;
    text-align: center;
    padding: 50px 40px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    width: 350px;
    background: rgba(248, 248, 248, 0.92);
  }
}

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

@media (max-width: 768px) {
  .hotelList .Txt {
    height: auto;
  }
  .hotelList .Img {
    height: 420px;
  }
  .slogan {
    margin-top: 25px;
  }
  .slogan img + h5 {
    margin-top: 30px;
  }
  .slogan h5 {
    margin-top: 0px;
    font-size: 32px;
  }
  .slogan li{
      padding: 0 10% 20px;
  }
  .hotelNav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .hotelNav li {
    width: 100% !important;
    height: auto;
    padding: 15px;
    max-width: none !important;
  }
  .hotelNav li + li {
    margin-top: 40px;
  }
  .hotelNav li span {
    display: none;
  }
  .hotelNav li h4 {
    margin-top: 0;
  }
  .hotelNav li.current {
    background-image: none !important;
  }
  .hotelNav li::after {
    display: none;
  }
  .hotelNav p::after {
    display: none;
  }
  .aboutArea .Img {
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .locationList {
    display: block;
    height: auto;
  }
  .locationList li {
    width: auto;
  }
  .locationList li + li {
    margin-top: 25px;
  }
  .articleArea .Img {
    height: auto;
  }
  .articleArea .Img img {
    position: static;
    height: auto;
  }
  .articleArea .Txt {
    position: static;
    width: 100%;
    height: auto;
    padding: 30px 20px;
  }
  .articleArea p {
    height: 70px;
  }
  .articleArea .slick-dots{
    bottom: -13px;
  }
  .articleArea .slick-dots li {
    background: none;
  }
  .articleArea .slick-dots li button:before {
    opacity: 1;
    color: #cacaca;
  }
  .articleArea .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #cfb094;
  }
}

@media (max-width: 640px) {
  .bannerBox .Txt {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    left: 0;
  }
  .bannerBox .Txt h1 {
    font-size: 48px;
  }
  .bannerBox .Txt h1:first-letter {
    margin-left: 0;
  }
  .hotelList .Txt {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .hotelList .title h3 {
    font-size: 36px;
  }
  .hotelList .title h3 span + span {
    margin-left: 10px;
  }
  .aboutArea .titleBox p {
    margin-top: 30px;
    font-size: 24px;
    letter-spacing: 2px;
    text-indent: 2px;
  }
  .featureArea ul {
    margin: 0;
  }
  .linkArea ul {
    padding: 0;
  }
  .mapArea .mapBox {
    float: none;
    width: 100%;
    margin: 0;
  }
  .mapTitleBox::before, .mapTitleBox::after {
    font-size: 100px;
  }
  .mapTitleBox h2 {
    font-size: 30px;
  }
  .mapTitleBox p {
    font-size: 18px;
  }
  .historyTitle .year + img {
    margin-left: 0;
  }
  .albumArea .photo ul {
    max-width: 530px;
  }
  .albumArea .photo li {
    width: calc(100% / 2);
  }  
  .articleArea{
    margin-top: 0;
  }
  .slogan li{
      padding: 0 8% 20px;
  }
}

@media (max-width: 480px) {
  .hotelList .title h3 {
    font-size: 26px;
  }
  .hotelList .Img {
    height: 450px;
  }
  .slogan {
    margin-top: 10px;
  }
  .slogan h5 {
    font-size: 20px;
  }
  .slogan p {
    font-size: 12px;
  }
  .mapArea {
    padding-top: 0;
  }
  .mapTitleBox::before {
    top: -50px;
  }
  .mapTitleBox h2 {
    font-size: 24px;
  }
  .mapTitleBox p {
    font-size: 15px;
    letter-spacing: 2px;
  }
  .aboutArea .titleBox p {
    font-size: 20px;
  }
  .aboutArea .Txt {
    font-size: 13px;
  }
  .articleArea p {
    margin-bottom: 15px;
  }

  .articleArea .arrow_prev, .articleArea .arrow_next {
    display: none !important;
  }

}

@media (max-width: 320px) {
  .albumArea .photo ul {
    max-width: 265px;
  }
  .albumArea .photo li {
    width: 100%;
  }
}
