@charset "UTF-8";
.contentBox .leftBox, .contentBox .rightBox, ul.roomList li .wrap, ul.roomList li .Txt, ul.roomList li .Txt > a, .classBox, .textEditor ul li {
  box-sizing: border-box;
}

/******內頁******/
/*640*/
/*480*/
/*480 end*/
.contentBox .leftBox {
  float: left;
  width: 50%;
  padding-top: 100px;
  padding-right: 50px;
  margin-bottom: 140px;
}

.contentBox .leftBox .Img img {
  width: 100%;
}

.contentBox .leftBox h3 {
  margin: 10px 0 20px 0;
  border: none;
}

.contentBox .rightBox {
  float: right;
  width: 50%;
  padding-top: 100px;
  padding-left: 50px;
}

.contentBox .rightBox .link {
  margin-bottom: 40px;
}

.contentBox .rightBox .link a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  color: #FFF;
  box-shadow: 2px 2px 2px #CCC;
  border-radius: 3px;
  text-align: center;
  transition: none;
}

.inBanner, .insInBanner {
  position: absolute;
  right: 175px;
  text-align: right;
  z-index: 51;
  color: #fff;
}

.inBanner {
  bottom: 80px;
}

.inBanner .titleBox h2 {
  position: static;
  display: inline-block;
}

.inBanner .titleBox p {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 4px;
  margin-left: 10px;
  margin-right: -4px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

.insInBanner {
  bottom: 145px;
}

.insInBanner .insTitle {
  line-height: 1.6;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

.insInBanner .insTitle h2 {
  position: static;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 8px;
  margin-right: -8px;
}

.insInBanner .insTitle p {
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 3px;
  margin-right: -3px;
  text-transform: uppercase;
}

.insInBanner + .weatherBox {
  bottom: 15%;
}

.quickList {
  margin-top: 60px;
  color: #fff;
  text-transform: uppercase;
  counter-reset: li;
}

.quickList li {
  counter-increment: li;
  margin: 20px 0;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Cormorant Garamond', '微軟正黑體', sans-serif;
}

.quickList li::after {
  content: "0" counter(li);
  font-size: 14px;
  font-weight: 500;
  font-family: 'cwTeXMing', '新細明體', serif;
  letter-spacing: 3px;
}

.quickList a {
  position: relative;
  display: inline-block;
  padding: 7px 0;
  margin-left: 7px;
  margin-right: 20px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 4px;
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

.quickList a::before {
  background-color: #fff;
}

.quickList a::after {
  content: '/';
  position: absolute;
  right: -15px;
  bottom: 8px;
  font-size: 20px;
}

.classNote {
  padding-bottom: 10px;
  font-size: 15px;
  color: #222;
  text-align: center;
  line-height: 1.8;
}

ul.roomList {
  margin-top: 100px;
}

ul.roomList li {
  position: relative;
  max-width: 1920px;
  height: 660px;
}

ul.roomList li:nth-child(odd) .Img {
  left: 0;
}

ul.roomList li:nth-child(odd) .Txt {
  float: right;
  padding-left: 70px;
}

ul.roomList li:nth-child(even) .Img {
  right: 0;
}

ul.roomList li:nth-child(even) .Txt {
  padding-right: 70px;
}

ul.roomList li .wrap {
  max-width: 1500px;
}

ul.roomList li .Img {
  position: absolute;
  width: 70%;
  max-width: 1250px;
  top: -20px;
  opacity: 0;
  z-index: 1;
}

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

ul.roomList li .Txt {
  width: 465px;
  padding-top: 180px;
  padding-bottom: 150px;
}

ul.roomList li .Txt h3 {
  display: block;
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 35px;
  color: #444244;
  letter-spacing: 7px;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

ul.roomList li .Txt h3 + div {
  font-weight: 600;
  font-size: 28px;
  color: #080808;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

ul.roomList li .Txt p {
  height: 90px;
  margin-top: 50px;
  line-height: 2;
  letter-spacing: .5px;
  font-size: 15px;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}

ul.roomList li .Txt > a {
  display: block;
  width: 190px;
  line-height: 55px;
  margin: 40px 0 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ad8b51;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

ul.roomList li .Txt > a:hover {
  background-color: #c6ae85;
}

ul.roomList li.infoShow .Img {
  -webkit-animation: .5s fadeIn ease-out forwards .8s;
          animation: .5s fadeIn ease-out forwards .8s;
}

ul.roomList li.infoShow .Txt h3 {
  -webkit-animation: .3s fadeUpIn ease-out forwards 1s;
          animation: .3s fadeUpIn ease-out forwards 1s;
}

ul.roomList li.infoShow .Txt h3 + div {
  -webkit-animation: .3s fadeUpIn ease-out forwards 1.2s;
          animation: .3s fadeUpIn ease-out forwards 1.2s;
}

ul.roomList li.infoShow .Txt p {
  -webkit-animation: .3s fadeUpIn ease-out forwards 1.4s;
          animation: .3s fadeUpIn ease-out forwards 1.4s;
}

ul.roomList li.infoShow .Txt a {
  -webkit-animation: .3s fadeUpIn ease-out forwards 1.6s;
          animation: .3s fadeUpIn ease-out forwards 1.6s;
}

@-webkit-keyframes fadeIn {
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes fadeUpIn {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeUpIn {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.side_album {
  display: none;
}

.bannerArea {
  position: relative;
}

.classBox {
  position: absolute;
  min-width: 50%;
  padding-top: 33px;
  padding-bottom: 33px;
  padding-right: 20px;
  left: 0;
  bottom: 0;
  background-color: #00456f;
	margin-left: 95px;
}

.classBox .albumBtn {
  left: auto;
  right: -95px;
}

.albumBtn {
  position: absolute;
  left: 0;
  bottom: 0;
}

.bookingLink {
  display: block;
  width: 190px;
  line-height: 55px;
  text-align: center;
  background-color: #ad8b51;
  color: #fff;
}

.bookingLink:hover {
  background-color: #c6ae85;
}

.articleTitle {
  font-size: 35px;
  font-weight: 400;
  color: #bf9f62;
  text-transform: uppercase;
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

.articleContent {
  margin: 42px 0 40px;
  line-height: 1.8;
  letter-spacing: 1px;
}
.textEditor{color: #131313;}
.textEditor ul {
  list-style-type: none;
  margin: 0;
  padding: 	0;
  color: #131313;
}

.textEditor ul li {
  position: relative;
  padding-left: 25px;
}

.textEditor ul li::before {
  content: '◎';
  position: absolute;
  color: #bf9f62;
  top: 0px;
  left: 7px;
}

.textEditor ul li + li {
  margin-top: 5px;
}

.fRePosition {
  height: auto !important;
  margin-top: -210px;
}

@media (max-width: 1550px) {
  ul.roomList {
    margin-top: 150px;
  }
  ul.roomList li {
    height: auto;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  ul.roomList li:nth-child(odd) .Txt {
    width: 380px;
    padding-right: 40px;
  }
  ul.roomList li:nth-child(even) .Txt {
    width: 360px;
    padding-left: 20px;
  }
  ul.roomList li .Txt {
    padding-bottom: 40px;
  }
  .classBox {
    padding-left: 20px !important;
  }
}

@media (max-width: 1450px) {
  .inBanner {
    bottom: 20px;
    right: 40px;
  }
  .insInBanner + .weatherBox {
    bottom: 18%;
  }
  .quickList {
    margin-top: 20px;
  }
  .quickList li {
    margin: 5px 0;
  }
  ul.roomList li .Txt {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  ul.roomList li .Txt h3 + div {
    font-size: 20px;
  }
}

@media (max-width: 1180px) {
  .inBanner {
    bottom: 100px;
  }
  .insInBanner {
    right: 20px;
  }
  .insInBanner + .weatherBox {
    bottom: 28%;
  }
  .quickList {
    display: none;
  }
  ul.roomList {
    margin-top: 30px;
  }
  ul.roomList li {
    margin-top: 0;
    margin-bottom: 0;
  }
  ul.roomList li .Img {
    position: static;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    box-sizing: border-box;
  }
  ul.roomList li:nth-child(odd) .Txt {
    float: none;
    width: auto;
    padding: 30px 0;
  }
  ul.roomList li:nth-child(even) .Txt {
    width: auto;
    padding: 30px 0;
  }
  ul.roomList li .Txt p {
    height: auto;
    margin-top: 20px;
  }
  .fRePosition {
    margin-top: -110px;
  }
}

@media (max-width: 1024px) {
  .contentBox .leftBox, .contentBox .rightBox {
    float: none;
    width: 100%;
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
  }
  .contentBox .leftBox {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .classBox {
    min-width: 0;
    padding: 0 !important;
  }
  .insInBanner {
    bottom: 120px;
  }
  .insInBanner + .weatherBox {
    left: 120px;
    bottom: 10px;
  }
  .classLink {
    display: none;
  }
}

@media (max-width: 480px) {
  .inBanner, .insInBanner {
    display: none;
  }
  .classBox .albumBtn {
    right: -60px;
  }
}
