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

.menuList li {
  transition: all .5s ease-out;
}

/******內頁******/
/*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: 24px;
  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.facList li {
  position: relative;
  max-width: 1920px;
  height: 660px;
  margin: 150px auto;
}

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

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

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

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

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

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

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

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

ul.facList li .Txt h3 {
  display: block;
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 35px;
  color: #444244;
  letter-spacing: 7px;
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

ul.facList li .Txt h3 + div {
  font-weight: 600;
  font-size: 28px;
  color: #080808;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

ul.facList li .Txt p {
  height: 90px;
  margin-top: 50px;
  line-height: 2;
  letter-spacing: .5px;
  font-size: 15px;
}

ul.facList 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;
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

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

.side_album {
  display: none;
}

.bannerArea {
  position: relative;
}

.classBox {
  position: absolute;
  min-width: 50%;
  padding-top: 33px;
  padding-bottom: 33px;
  left: 0;
  bottom: 0;
  background-color: #fff;
}

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

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

.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 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

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

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

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

.diningMenu {
  clear: both;
  margin-bottom: 40px;
}

.diningMenu .smallTitle {
  font-size: 18px;
  font-weight: 500;
}

.foodList h3 {
  display: block;
  padding: 20px 0 10px;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 18px;
  font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif;
}

.foodList .Img img {
  width: 365px;
  height: 275px;
  object-fit: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.menuList {
  display: inline-block;
  vertical-align: top;
}

.menuList li {
  float: left;
  position: relative;
  padding: 5px 0;
  margin: 0 15px;
  cursor: pointer;
  font-size: 14px;
}

.menuList li + li::before {
  content: '/';
  position: absolute;
  display: block;
  left: -17px;
  top: 7px;
  color: #cacaca;
}

.menuList li:hover {
  color: #ad8b51;
}

@media (max-width: 1700px) {
  .foodList {
    padding-left: 50px;
    padding-right: 50px;
  }
  .foodList .item {
    display: block;
    margin: auto;
  }
  .foodList .Img img {
    width: 300px;
    height: 226px;
  }
}

@media (max-width: 1550px) {
  ul.facList {
    margin-top: 150px;
  }
  ul.facList li {
    height: auto;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  ul.facList li:nth-child(odd) .Txt {
    width: 380px;
    padding-right: 40px;
  }
  ul.facList li:nth-child(even) .Txt {
    width: 360px;
    padding-left: 20px;
  }
  ul.facList 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.facList li .Txt {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  ul.facList li .Txt h3 + div {
    font-size: 20px;
  }
}

@media (max-width: 1370px) {
  .foodList .Img img {
    width: 250px;
    height: 188px;
  }
}

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

@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;
  }
  .foodList .Img img {
    width: 250px;
    height: 188px;
  }
}

@media (max-width: 768px) {
  .classBox {
    min-width: 0;
    padding: 0 !important;
  }
  .insInBanner {
    bottom: 120px;
  }
  .insInBanner + .weatherBox {
    left: 120px;
    bottom: 10px;
  }
  .classLink {
    display: none;
  }
  .foodList .Img, .foodList .Txt {
    text-align: center;
  }
  .foodList .Img img {
    display: inline-block;
  }
  .bookingLink {
    width: 150px;
  }
}

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

@media (max-width: 400px) {
  .bookingLink {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
