@import "https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap&subset=chinese-traditional";
@import "../fonts/fontawesome5/fontawesome.min.css";
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;700&family=Square+Peg&display=swap";
@import "https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap";
@font-face {
  font-family: "Noto Sans TC", "PingFang TC", "微軟正黑體";
  src: local("Noto Sans TC");
  unicode-range: U+4E00-9FFF;
}
@font-face {
  font-family: "Helvetica";
  src: local("Helvetica");
  unicode-range: U+00-024F;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  font-family: "Arial", "Noto Sans TC", serif, sans-serif, "微軟正黑體";
  vertical-align: baseline;
  outline: none;
  box-sizing: border-box;
  box-shadow: unset;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
a[href],
a[href]:hover,
a[href]:active {
  outline: none;
  text-decoration: none;
}
img {
  transition: 0.5s;
}
img[data-src] {
  opacity: 0;
}
img.fade-in {
  opacity: 1;
}
body,
html {
  outline: none;
  font-weight: normal;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
html {
  -webkit-locale: "tw";
}
body {
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  overflow-x: hidden !important;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #333;
  scroll-behavior: smooth;
}
.page-loader {
  position: fixed;
  z-index: 10000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #f0f0f1;
  justify-content: center;
  display: flex;
  align-items: center;
}
.page-loader .loader-circle {
  position: relative;
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #999;
  background: linear-gradient(to right, #999 30%, rgba(153, 153, 153, 0) 100%);
  animation: loader-anim 1s infinite linear;
  transform: translateZ(0);
}
.page-loader .loader-circle:before,
.page-loader .loader-circle:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.page-loader .loader-circle:before {
  width: 50%;
  height: 50%;
  background: #999;
  border-radius: 100% 0 0 0;
}
.page-loader .loader-circle:after {
  background: #f0f0f1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  transform: scale(0.9);
}
@keyframes loader-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
[v-cloak] {
  opacity: 0;
}
.footer {
  font-size: 15px;
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 14px 0;
}
.footer,
.footer a {
  color: #333;
  letter-spacing: 1.9px;
  text-decoration: none;
}
.footer .dby {
  position: relative;
  padding: 0 8px;
  margin: 0 5px;
}
.footer .dby:before {
  content: "";
  display: block;
  height: 90%;
  top: 5%;
  position: absolute;
  left: 0;
  width: 1px;
  background: #fff;
}
.footer .social a,
.floatSocial .socialMask a {
  color: #fff;
  fill: #fff;
}
.footer .social a[href*="lin.ee"],
.floatSocial .socialMask a[href*="lin.ee"],
.footer .social a[href*="line.me"],
.floatSocial .socialMask a[href*="line.me"] {
  background: #00b800;
}
.footer .social a[href*="instagram"],
.floatSocial .socialMask a[href*="instagram"] {
  background: #fc4b67;
}
.footer .social a[href*="facebook"],
.floatSocial .socialMask a[href*="facebook"] {
  background: #3e66b1;
}
.slick-slider {
  position: relative;
}
.slick-slider .slick-list {
  margin: 0 -10px;
}
.slick-slider .slick-slide {
  margin: 0 10px;
}
.slick-slider .slide-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: none;
  background: none;
  outline: none;
  left: 10px;
  cursor: pointer;
  opacity: 0.9;
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}
.slick-slider .slide-arrow.next-arrow {
  left: auto;
  right: 20px;
}
.slick-slider .slide-arrow svg {
  width: 30px;
  height: 30px;
}
.slick-slider .slide-arrow:hover {
  opacity: 1;
}
.slick-slider .slick-dots {
  position: absolute;
  top: calc(100% + 20px);
  list-style-type: none;
  margin: 0 -3px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  padding-left: 0;
  left: 0;
}
.slick-slider .slick-dots li {
  margin: 0 3px;
  margin-bottom: 5px;
}
.slick-slider .slick-dots li.slick-active .betdiamond {
  background: #000;
}
.slick-slider .slick-dots .betdiamond {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #ccc;
  display: block;
}
@media (max-width: 640px) {
  .slick-slider .slide-arrow.prev-arrow {
    left: 0;
  }
  .slick-slider .slide-arrow.next-arrow {
    right: 0;
  }
}
.sectionRow[data-anchor="recommend"] .sectionBody,
.sectionRow[data-anchor="work"] .sectionBody {
  -moz-column-count: 4;
  column-count: 4;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.sectionRow[data-anchor="recommend"] .sectionBody > *,
.sectionRow[data-anchor="work"] .sectionBody > * {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 15px;
}
@font-face {
  font-family: "Noto Serif TC", "PingFang TC", "微軟正黑體";
  src: local("Noto Serif TC");
  unicode-range: U+4E00-9FFF;
}
@font-face {
  font-family: "Lato";
  src: local("Lato");
  unicode-range: U+00-024F;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  font-family: "Noto Serif TC", "Lato", serif, sans-serif, "微軟正黑體";
  vertical-align: baseline;
  outline: none;
  box-sizing: border-box;
  box-shadow: unset;
  text-decoration: none;
}
.footer.theme1 hr,
.sectionRow[data-anchor="rooms"] .sectionBody,
.sectionRow[data-anchor="price"] .sectionBody,
.sectionRow[data-anchor="recommend"] .sectionBody,
.sectionRow[data-anchor="contact"] .sectionBody,
.sectionRow[data-anchor="evaluation"] .sectionBody,
.sectionRow[data-anchor="work"] .sectionBody,
.sectionRow[data-anchor="designer"] .sectionBody,
.sectionRow[data-anchor="service"] .sectionBody,
.sectionRow[data-anchor="about"] .sectionBody,
main .sectionTitle.theme5,
.header-sticky .container,
.container {
  width: 1240px;
  max-width: 90%;
  margin: auto;
}
@media (max-width: 1140px) {
  .footer.theme1 hr,
  .sectionRow[data-anchor="rooms"] .sectionBody,
  .sectionRow[data-anchor="price"] .sectionBody,
  .sectionRow[data-anchor="recommend"] .sectionBody,
  .sectionRow[data-anchor="contact"] .sectionBody,
  .sectionRow[data-anchor="evaluation"] .sectionBody,
  .sectionRow[data-anchor="work"] .sectionBody,
  .sectionRow[data-anchor="designer"] .sectionBody,
  .sectionRow[data-anchor="service"] .sectionBody,
  .sectionRow[data-anchor="about"] .sectionBody,
  main .sectionTitle.theme5,
  .header-sticky .container,
  .container {
    max-width: 940px;
  }
}
@media (max-width: 1000px) {
  .footer.theme1 hr,
  .sectionRow[data-anchor="rooms"] .sectionBody,
  .sectionRow[data-anchor="price"] .sectionBody,
  .sectionRow[data-anchor="recommend"] .sectionBody,
  .sectionRow[data-anchor="contact"] .sectionBody,
  .sectionRow[data-anchor="evaluation"] .sectionBody,
  .sectionRow[data-anchor="work"] .sectionBody,
  .sectionRow[data-anchor="designer"] .sectionBody,
  .sectionRow[data-anchor="service"] .sectionBody,
  .sectionRow[data-anchor="about"] .sectionBody,
  main .sectionTitle.theme5,
  .header-sticky .container,
  .container {
    max-width: calc(100% - 30px);
  }
}
@media (max-width: 800px) {
  .footer.theme1 hr,
  .sectionRow[data-anchor="rooms"] .sectionBody,
  .sectionRow[data-anchor="price"] .sectionBody,
  .sectionRow[data-anchor="recommend"] .sectionBody,
  .sectionRow[data-anchor="contact"] .sectionBody,
  .sectionRow[data-anchor="evaluation"] .sectionBody,
  .sectionRow[data-anchor="work"] .sectionBody,
  .sectionRow[data-anchor="designer"] .sectionBody,
  .sectionRow[data-anchor="service"] .sectionBody,
  .sectionRow[data-anchor="about"] .sectionBody,
  main .sectionTitle.theme5,
  .header-sticky .container,
  .container {
    max-width: 90%;
  }
}
body {
  background: #ccc;
}
.slick-slider .slide-arrow {
  background: none;
}
.slick-slider .slide-arrow .btnMask {
  background: url("../images/right-arrow.png") no-repeat center;
  width: 32px;
  height: 32px;
}
.slick-slider .slide-arrow .btnMask svg {
  display: none;
}
.slick-slider .slide-arrow.next-arrow {
  right: 5%;
}
.slick-slider .slide-arrow.prev-arrow {
  left: 5%;
}
.slick-slider .slide-arrow.prev-arrow .btnMask {
  background-image: url("../images/left-arrow.png");
}
.slick-slider .slick-dots li a.betdiamond {
  width: 10px;
  height: 10px;
  border: solid 1px #eee;
  background: none;
}
.slick-slider .slick-dots li.slick-active .betdiamond {
  background: #eee;
}
.floatSocial {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 100;
}
.floatSocial,
.floatSocial .socialMask {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.floatSocial a {
  display: flex;
  width: 40px;
  min-height: 40px;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  background: #5f5449;
  color: #fff;
}
.floatSocial a span {
  font-size: 1.2rem;
}
.floatSocial .socialMask a[href*="lin.ee"] svg,
.floatSocial .socialMask a[href*="line.me"] svg {
  width: 20px;
  height: 20px;
}
.floatSocial a:not([href*="facebook"], [href*="line"]) {
  border: solid 1px #fff;
}
.header-sticky {
  position: fixed;
  width: 100%;
  z-index: 900;
  background: rgba(255, 255, 255, 0.53);
}
.header-sticky .container {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .header-sticky .container {
    flex-direction: column;
    padding: 0;
  }
}
.header-sticky .navbar-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-sticky .navbar-brand .logo {
  font-family: "Poppins", "Arial", "Noto Serif TC", "微軟正黑體";
  font-weight: 700;
  font-size: 1.5rem;
  color: #5f5449;
  letter-spacing: 1.2px;
  text-align: center;
  padding: 17px 0;
}
.header-sticky .navbar-brand .navBurger {
  display: inline-block;
  background: none;
  border: none;
  position: relative;
  height: 30px;
  width: 20px;
  padding: 0 5px;
  box-sizing: content-box;
  border-radius: 2px;
}
.header-sticky .navbar-brand .navBurger span {
  display: block;
  width: inherit;
  height: 2px;
  border-radius: 1px;
  background-color: #888;
  position: absolute;
  transition: 0.3s;
}
.header-sticky .navbar-brand .navBurger span:nth-child(1) {
  transform: rotate(45deg);
}
.header-sticky .navbar-brand .navBurger span:nth-child(2) {
  opacity: 0;
}
.header-sticky .navbar-brand .navBurger span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-sticky .navbar-brand .navBurger.collapsed span {
  position: static;
  transform: rotate(0deg);
}
.header-sticky .navbar-brand .navBurger.collapsed span:nth-child(2) {
  opacity: 1;
}
.header-sticky .navbar-brand .navBurger.collapsed span + span {
  margin-top: 4px;
}
@media (min-width: 801px) {
  .header-sticky .navbar-brand .navBurger {
    display: none;
  }
}
@media (max-width: 800px) {
  .header-sticky .navbar-brand {
    width: 100%;
    height: 80px;
    justify-content: center;
    position: relative;
  }
  .header-sticky .navbar-brand .navBurger {
    position: absolute;
    right: 0;
  }
}
.header-sticky .navbar-menu {
  display: flex;
  gap: 20px;
  max-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
}
.header-sticky .navbar-menu .items a {
  color: #37373f;
  font-weight: 700;
  letter-spacing: 1.2px;
}
.header-sticky .navbar-menu .items .menu-link.active,
.header-sticky .navbar-menu .items .menu-link:hover {
  color: #5f5449;
}
@media (min-width: 801px) {
  .header-sticky .navbar-menu {
    height: auto;
  }
  .header-sticky .navbar-menu.collapse {
    display: flex;
  }
}
@media (max-width: 800px) {
  .header-sticky .navbar-menu {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    margin-bottom: 15px;
  }
  .header-sticky .navbar-menu.collapse:not(.show) {
    display: none;
  }
  .header-sticky .navbar-menu .items {
    padding: 0 20px;
    padding-top: 15px;
  }
  .header-sticky .navbar-menu .items + .items {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.header-sticky + #mainBody {
  padding-top: 80px;
}
@media (min-width: 801px) {
  .header-sticky.theme2 .container {
    flex-direction: column;
  }
}
.header-sticky.theme2 .navbar-brand {
  min-height: 80px;
}
.header-sticky.theme2 .navbar-brand .logo {
  color: #37373f;
  font-size: 30px;
}
.header-sticky.theme2 .navbar-brand .navBurger {
  background: #37373f;
}
.header-sticky.theme2 .navbar-brand .navBurger span {
  background-color: #fff;
}
@media (max-width: 800px) {
  .header-sticky.theme2 .navbar-brand .logo {
    font-size: 150%;
  }
}
.header-sticky.theme2 .navbar-menu {
  padding-bottom: 15px;
}
.header-sticky.theme2 .navbar-menu .items .menu-link {
  position: relative;
}
@media (min-width: 801px) {
  .header-sticky.theme2 .navbar-menu {
    gap: 30px;
  }
  .header-sticky.theme2 .navbar-menu .items + .items .menu-link:before {
    content: "";
    display: block;
    position: absolute;
    background: #bbbcc0;
    width: 2px;
    height: 100%;
    left: -15px;
    top: 0;
  }
}
@media (max-width: 800px) {
  .header-sticky.theme2 .navbar-menu {
    background: #5f5449;
    border-radius: 2px;
  }
  .header-sticky.theme2 .navbar-menu .items a {
    color: #fff;
  }
  .header-sticky.theme2 .navbar-menu .items .menu-link {
    font-weight: 400;
  }
  .header-sticky.theme2 .navbar-menu .items .menu-link:hover,
  .header-sticky.theme2 .navbar-menu .items .menu-link.active {
    color: #37373f;
  }
}
.header-sticky.theme2 + #mainBody {
  padding-top: 0;
}
.header-sticky.theme3 {
  background: #fff;
}
.header-sticky.theme3 .navbar-brand {
  width: 100%;
}
.header-sticky.theme3 .navbar-brand .navBurger {
  display: block;
}
.header-sticky.theme3 .navbar-brand .navBurger:not(.collapsed) {
  z-index: 2;
}
.header-sticky.theme3 .navbar-brand .navBurger span {
  background: #5f5449;
}
@media (min-width: 801px) {
  .header-sticky.theme3 .navbar-brand .navBurger:not(.collapsed) {
    transform: translateX(50px);
  }
}
.header-sticky.theme3 .navbar-menu {
  position: fixed;
  top: 0;
  width: 400px;
  max-width: 95%;
  height: 100vh !important;
  flex-direction: column;
  background-color: #fff;
  padding: 20px;
  padding-top: 80px;
  transition: 0.5s;
}
.header-sticky.theme3 .navbar-menu,
.header-sticky.theme3 .navbar-menu:before {
  right: -100vw;
}
.header-sticky.theme3 .navbar-menu:before {
  content: "";
  display: block;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.48);
  width: 100vw;
  height: 100vh;
  top: 0;
}
.header-sticky.theme3 .navbar-menu .items {
  position: relative;
  z-index: 2;
}
.header-sticky.theme3 .navbar-menu.show,
.header-sticky.theme3 .navbar-menu.show:before {
  right: 0;
}
.header-sticky.theme4 + #mainBody {
  padding-top: 0;
}
.header-sticky.theme4 .navbar-menu {
  gap: 10px;
}
.header-sticky.theme4 .navbar-menu .items a {
  background: #ccc;
  color: #000;
  padding: 6px 12px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
.header-sticky.theme4 .navbar-menu .items a:hover,
.header-sticky.theme4 .navbar-menu .items a.active {
  background: #5f5449;
  color: #fff;
}
@media (max-width: 800px) {
  .header-sticky.theme4 {
    background: none;
  }
  .header-sticky.theme4 > .container {
    max-width: 100%;
  }
  .header-sticky.theme4 .navbar-brand {
    background: rgba(255, 255, 255, 0.53);
    justify-content: flex-start;
    padding: 0 5%;
  }
  .header-sticky.theme4 .navbar-brand .navBurger {
    right: 5%;
  }
  .header-sticky.theme4 .navbar-menu {
    padding: 0 5%;
    padding-top: 20px;
  }
  .header-sticky.theme4 .navbar-menu .items {
    padding: 0;
    text-align: right;
  }
  .header-sticky.theme4 .navbar-menu .items + .items {
    border-top: none;
  }
}
main {
  background-image: linear-gradient(45deg, #5f5449 0%, #866e58 25%, #8a6645 50%, #7e5937 75%, #cfaa87 100%);
}
main .sectionRow {
  overflow: hidden;
  padding: 50px 0;
}
main .sectionRow.autoHeight {
  height: auto;
}
@media (min-width: 800px) {
  main .sectionRow {
    height: 100vh;
  }
}
main .waterMark {
  color: rgba(255, 255, 255, 0.48);
  font-family: "Square Peg", "Noto Serif TC", sans-serif;
  font-size: 10rem;
  font-weight: bold;
}
@media (max-width: 800px) {
  main .waterMark {
    font-size: 5rem;
  }
}
main .sectionTitle {
  text-align: center;
  display: flex;
  gap: 6px;
  flex-direction: column;
  margin-bottom: 30px;
  position: relative;
}
main .sectionTitle h3 {
  font-size: 3rem;
}
main .sectionTitle h5 {
  font-size: 0.9rem;
  color: #7f7f90;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 800px) {
  main .sectionTitle h3 {
    font-size: 2.5rem;
  }
  main .sectionTitle h5 {
    font-size: 0.7rem;
  }
}
main .sectionTitle.theme2 {
  width: 470px;
  background: #5f5449;
  color: #fff;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 0 15px;
  margin-bottom: 0;
}
main .sectionTitle.theme2 h3 {
  font-size: 1.6rem;
}
main .sectionTitle.theme2 h5 {
  display: none;
}
@media (max-width: 800px) {
  main .sectionTitle.theme2 {
    width: 80%;
  }
}
main .sectionTitle.theme3 {
  gap: 0;
  align-items: center;
  position: relative;
}
main .sectionTitle.theme3 > * {
  background: #5f5449;
  color: #fff;
}
main .sectionTitle.theme3 h3 {
  display: inline-flex;
  font-size: 1.6rem;
  width: 150px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
main .sectionTitle.theme3 h3:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  border-top: 20px solid #5f5449;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  transform: translateX(-10px);
  z-index: -1;
}
main .sectionTitle.theme3 h5 {
  display: none;
}
main .sectionTitle.theme4 {
  width: 350px;
  max-width: 100%;
  background: #5f5449;
  color: #fff;
  padding: 30px 35px;
  align-items: flex-start;
  border-radius: 50px 50px 0 50px;
}
main .sectionTitle.theme4:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: calc(100% - 30px);
  right: 36px;
  bottom: 0;
  background: #eee;
}
main .sectionTitle.theme4 h3 {
  font-size: 2.15rem;
}
main .sectionTitle.theme4 h5 {
  font-size: 0.875em;
  color: #fff;
}
@media (max-width: 800px) {
  main .sectionTitle.theme4 {
    width: 100%;
  }
}
main .sectionTitle.theme5 {
  text-align: left;
  margin-bottom: 50px;
  display: flex;
  border-bottom: dashed 1px #eee;
  flex-direction: row;
  align-items: flex-end;
  padding-bottom: 10px;
}
main .sectionTitle.theme5 h3,
main .sectionTitle.theme5 h5 {
  font-size: 1.5rem;
  color: #5f5449;
}
main .sectionTitle.theme5:after {
  background: #eee;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
  transition: width 0.9s;
}
main .sectionTitle.theme5:hover:after {
  width: 90%;
}
@media (max-width: 800px) {
  main .sectionTitle.theme5 {
    margin-bottom: 30px;
  }
}
main .filterHead {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
main .filterHead .items {
  display: block;
  color: #37373f;
  background: #eee;
  padding: 5px 10px;
  letter-spacing: 1px;
  font-size: 1.15rem;
}
main .filterHead .items:hover,
main .filterHead .items.active {
  background: #5f5449;
  color: #fff;
}
main .filterHead .items:hover {
  background: #7c6e5f;
}
main .filterHead.theme1 .items {
  background: none;
  border-bottom: solid 2px #eee;
  color: #37373f;
}
main .filterHead.theme1 .items:hover,
main .filterHead.theme1 .items.active {
  border-color: #5f5449;
}
main .filterHead.theme1 .items:hover {
  border-color: #7c6e5f;
}
.sectionRow[data-anchor="home"] {
  padding: 0;
}
.sectionRow[data-anchor="home"] .sectionBody {
  position: relative;
}
.sectionRow[data-anchor="home"] .sectionBody .waterMark {
  position: absolute;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.sectionRow[data-anchor="home"] .sectionBody .waterMark .logo {
  height: 100px;
}
.sectionRow[data-anchor="home"] .sectionBody .waterMark .keywords {
  font-size: 1rem;
  letter-spacing: 2.08px;
}
.sectionRow[data-anchor="home"] .sectionBody .waterMark .btn {
  background: #5f5449;
  color: #fff;
  text-align: center;
  width: 100%;
  border: unset;
}
.sectionRow[data-anchor="home"] .sectionBody .coverPhoto .slick-slide {
  margin: 0;
}
.sectionRow[data-anchor="home"] .sectionBody .coverPhoto,
.sectionRow[data-anchor="home"] .sectionBody .coverPhoto .items img {
  height: 100vh;
}
.sectionRow[data-anchor="home"] .sectionBody .coverPhoto .items img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.sectionRow[data-anchor="home"] .sectionBody.theme1 .waterMark {
  border-radius: 2px;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: -moz-fit-content;
  max-height: fit-content;
  height: auto;
  padding: 20px 50px;
}
.sectionRow[data-anchor="home"] .sectionBody.theme1 .waterMark .keywords {
  color: #37373f;
  text-align: center;
  line-height: 34px;
}
.sectionRow[data-anchor="home"] .sectionBody.theme1 .waterMark .btn {
  font-family: "Arial", "Noto Serif TC", "微軟正黑體";
  border-radius: 20px;
}
@media (max-width: 800px) {
  .sectionRow[data-anchor="home"] .sectionBody.theme1 .waterMark {
    width: 90%;
    max-width: 300px;
  }
}
.sectionRow[data-anchor="home"] .sectionBody.theme2 .waterMark {
  display: none;
}
.sectionRow[data-anchor="home"] .sectionBody.theme2 .coverPhoto .slick-dots {
  bottom: 20px;
  z-index: 4;
  top: unset;
}
.sectionRow[data-anchor="about"] {
  height: auto;
  /* background: #5f5449; */
  /* background-image: linear-gradient(45deg, #5f5449 0%, #725e4b 50%, #846446 100%); */
}
.sectionRow[data-anchor="about"] .sectionTitle *,
.sectionRow[data-anchor="about"] .sectionBody .rightSlide .detail {
  color: #fff;
}
.sectionRow[data-anchor="about"] .sectionBody {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sectionRow[data-anchor="about"] .sectionBody > * {
  flex: 50%;
}
.sectionRow[data-anchor="about"] .sectionBody .leftSide {
  width: 100%;
}
.sectionRow[data-anchor="about"] .sectionBody .leftSide,
.sectionRow[data-anchor="about"] .sectionBody .leftSide .items img {
  width: 100%;
  height: 100vh;
  max-height: 520px;
  -o-object-fit: cover;
  object-fit: cover;
}
.sectionRow[data-anchor="about"] .sectionBody .rightSlide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.sectionRow[data-anchor="about"] .sectionBody .rightSlide .band {
  background: #5f5449;
  color: #fff;
  padding: 10px 20px;
  border-radius: 2px;
  font-weight: 500;
}
.sectionRow[data-anchor="about"] .sectionBody .rightSlide .detail,
.sectionRow[data-anchor="about"] .sectionBody .rightSlide .keywords {
  line-height: 34px;
  letter-spacing: 2.08px;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}
.sectionRow[data-anchor="about"] .sectionBody .rightSlide .detail b {
  font-weight: 600;
  letter-spacing: 1.08px;
  font-size: 20px;
  color: #5f5449;
}
.sectionRow[data-anchor="about"] .sectionBody .rightSlide .keywords {
  font-size: 12px;
  color: #b6b6bf;
  margin-top: -25px;
}
@media (min-width: 801px) {
  .sectionRow[data-anchor="about"] .sectionBody .leftSide {
    max-width: 50%;
  }
}
@media (max-width: 800px) {
  .sectionRow[data-anchor="about"] .sectionBody {
    flex-direction: column;
  }
  .sectionRow[data-anchor="about"] .sectionBody > * {
    flex: 100%;
  }
}
.sectionRow[data-anchor="about"] .sectionBody.theme1 .rightSlide .logo {
  height: 200px;
}
.sectionRow[data-anchor="about"] .sectionBody.theme2 .leftSide,
.sectionRow[data-anchor="about"] .sectionBody.theme2 .leftSide .items img {
  max-height: unset;
  height: auto;
}
.sectionRow[data-anchor="about"] .sectionBody.theme2 .rightSlide .detail {
  font-weight: 300;
}
.sectionRow[data-anchor="about"] .sectionBody.theme2 .rightSlide .detail b {
  color: #fff;
}
.sectionRow[data-anchor="service"] {
  height: auto;
  background: #eee;
  min-height: 500px;
}
.sectionRow[data-anchor="service"] .sectionBody {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
}
.sectionRow[data-anchor="service"] .sectionBody .items,
.sectionRow[data-anchor="service"] .sectionBody .accordion-item {
  width: calc(33.3333333333% - 10px);
  border-radius: 2px;
  overflow: hidden;
}
.sectionRow[data-anchor="service"] .sectionBody .items .accordion-header,
.sectionRow[data-anchor="service"]
  .sectionBody
  .accordion-item
  .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  background: #fff;
  color: #37373f;
}
.sectionRow[data-anchor="service"] .sectionBody .items .accordion-header:focus,
.sectionRow[data-anchor="service"]
  .sectionBody
  .accordion-item
  .accordion-header:focus {
  outline: none;
  box-shadow: unset;
}
.sectionRow[data-anchor="service"] .sectionBody .items .accordion-header .fas,
.sectionRow[data-anchor="service"]
  .sectionBody
  .accordion-item
  .accordion-header
  .fas {
  transition: 0.5s;
}
.sectionRow[data-anchor="service"] .sectionBody .items .accordion-header::after,
.sectionRow[data-anchor="service"]
  .sectionBody
  .accordion-item
  .accordion-header::after {
  display: none;
}
.sectionRow[data-anchor="service"]
  .sectionBody
  .items
  .accordion-header:not(.collapsed),
.sectionRow[data-anchor="service"]
  .sectionBody
  .accordion-item
  .accordion-header:not(.collapsed) {
  background: #5f5449;
  color: #fff;
}
.sectionRow[data-anchor="service"]
  .sectionBody
  .items
  .accordion-header:not(.collapsed)
  .fas,
.sectionRow[data-anchor="service"]
  .sectionBody
  .accordion-item
  .accordion-header:not(.collapsed)
  .fas {
  transform: rotate(-180deg);
}
.sectionRow[data-anchor="service"] .sectionBody .items .accordion-header h2,
.sectionRow[data-anchor="service"]
  .sectionBody
  .accordion-item
  .accordion-header
  h2 {
  display: flex;
  gap: 10px;
  align-items: center;
}
.sectionRow[data-anchor="service"] .sectionBody .items .accordion-body,
.sectionRow[data-anchor="service"]
  .sectionBody
  .accordion-item
  .accordion-body {
  line-height: 34px;
  letter-spacing: 2.08px;
  font-size: 1.15rem;
}
.sectionRow[data-anchor="service"] .sectionBody .items .accordion-body ol,
.sectionRow[data-anchor="service"] .sectionBody .items .accordion-body ul,
.sectionRow[data-anchor="service"]
  .sectionBody
  .accordion-item
  .accordion-body
  ol,
.sectionRow[data-anchor="service"]
  .sectionBody
  .accordion-item
  .accordion-body
  ul {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .sectionRow[data-anchor="service"] .sectionBody {
    flex-direction: column;
  }
  .sectionRow[data-anchor="service"] .sectionBody .items,
  .sectionRow[data-anchor="service"] .sectionBody .accordion-item {
    width: 100%;
  }
}
.sectionRow[data-anchor="designer"] {
  height: auto;
  background: #eee;
}
.sectionRow[data-anchor="designer"] .sectionTitle.theme2 {
  float: right;
  align-items: flex-start;
}
.sectionRow[data-anchor="designer"] .sectionBody {
  display: flex;
  gap: 15px;
}
.sectionRow[data-anchor="designer"] .sectionBody .items {
  flex: 33.3333333333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.sectionRow[data-anchor="designer"] .sectionBody .items .photo {
  height: 500px;
  overflow: hidden;
  border-radius: 2px;
}
.sectionRow[data-anchor="designer"] .sectionBody .items .photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sectionRow[data-anchor="designer"] .sectionBody .items .detail .name {
  font-size: 30px;
  font-weight: 500;
  color: #5f5449;
}
.sectionRow[data-anchor="designer"] .sectionBody .items .detail .social {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sectionRow[data-anchor="designer"] .sectionBody .items .detail .social > * {
  color: #37373f;
}
@media (max-width: 800px) {
  .sectionRow[data-anchor="designer"] .sectionBody {
    flex-direction: column;
  }
  .sectionRow[data-anchor="designer"] .sectionBody .items {
    flex: 100%;
  }
}
.sectionRow[data-anchor="work"] {
  height: auto;
}
.sectionRow[data-anchor="work"] .sectionBody {
  margin-top: 50px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.sectionRow[data-anchor="work"] .sectionBody .items {
  margin-bottom: 15px;
  border-radius: 2px;
  overflow: hidden;
  display: block;
  transition: 0.5s;
}
.sectionRow[data-anchor="work"] .sectionBody .items img {
  display: block;
  width: 100%;
}
.sectionRow[data-anchor="work"] .sectionBody .items:hover {
  transform: translateY(-5px);
}
@media (max-width: 800px) {
  .sectionRow[data-anchor="work"] .sectionBody {
    -moz-column-count: 2;
    column-count: 2;
  }
}
.sectionRow[data-anchor="work"] .sectionBody.theme1 {
  -moz-columns: unset;
  columns: unset;
}
.sectionRow[data-anchor="work"] .sectionBody.theme1 .filterSlick .items img {
  width: 100%;
  height: 255px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 800px) {
  .sectionRow[data-anchor="work"] .sectionBody.theme1 .filterSlick .items img {
    height: 160px;
  }
}
@media screen and (max-width: 800px) and (orientation: portrait) {
  .sectionRow[data-anchor="work"] .sectionBody.theme1 .filterSlick .items img {
    height: 40vw;
  }
}
.sectionRow[data-anchor="evaluation"] {
  height: auto;
  /* background: #5f5449; */
}
.sectionRow[data-anchor="evaluation"] .sectionTitle * {
  color: #fff;
}
.sectionRow[data-anchor="evaluation"] .sectionBody {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.sectionRow[data-anchor="evaluation"] .sectionBody .items {
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 2px;
  height: 200px;
  flex: 25%;
}
.sectionRow[data-anchor="evaluation"] .sectionBody .items img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media (max-width: 800px) {
  .sectionRow[data-anchor="evaluation"] .sectionBody .items {
    flex: calc(50% - 20px);
  }
}
.sectionRow[data-anchor="evaluation"] .sectionBody.theme1 {
  display: block;
}
.sectionRow[data-anchor="evaluation"] .sectionBody.theme1 .items {
  display: block;
  height: 500px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.13);
  border-radius: 0px 50px 0 50px;
}
.sectionRow[data-anchor="evaluation"]
  .sectionBody.theme1
  .slick-dots
  li.slick-active
  .betdiamond {
  background: #5f5449;
}
.sectionRow[data-anchor="evaluation"] .sectionBody.theme2 .items {
  height: 300px;
}
.sectionRow[data-anchor="evaluation"] .sectionBody.theme2 .detail {
  display: flex;
  gap: 15px;
}
.sectionRow[data-anchor="evaluation"] .sectionBody.theme2 .detail .items {
  border: dotted 1px #fff;
  margin-bottom: 0;
  padding: 20px;
  box-sizing: content-box;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sectionRow[data-anchor="evaluation"] .sectionBody.theme2 .detail .items * {
  color: #fff;
  line-height: 28px;
  letter-spacing: 2.08px;
}
.sectionRow[data-anchor="evaluation"]
  .sectionBody.theme2
  .detail
  .items
  *:not(b, h3) {
  font-weight: 300;
}
.sectionRow[data-anchor="evaluation"] .sectionBody.theme2 .detail .items h3 {
  font-size: 1.5rem;
  background: #ccc;
  color: #37373f;
  padding: 10px 15px;
  border-radius: 2px;
}
.sectionRow[data-anchor="evaluation"] .sectionBody.theme2 .detail .badgeBox {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.sectionRow[data-anchor="evaluation"]
  .sectionBody.theme2
  .detail
  .badgeBox
  .badge {
  border: solid 1px #eee;
  border-radius: 2px;
  font-size: 13px;
  line-height: initial;
  font-weight: 300;
}
@media (max-width: 800px) {
  .sectionRow[data-anchor="evaluation"] .sectionBody.theme2 .detail {
    flex-direction: column;
  }
}
.sectionRow[data-anchor="evaluation"] .sectionBody.theme2 .evaFilterHead {
  margin-top: 30px;
  margin-bottom: 15px;
}
.sectionRow[data-anchor="evaluation"]
  .sectionBody.theme2
  .evaFilterHead
  .items {
  height: auto;
  flex: unset;
  background: none;
  border: solid 1px #eee;
  color: #eee;
}
.sectionRow[data-anchor="evaluation"]
  .sectionBody.theme2
  .evaFilterHead
  .items.active {
  background: #eee;
  color: #37373f;
}
@media (max-width: 800px) {
  .sectionRow[data-anchor="evaluation"] .sectionBody.theme2 .evaFilterHead {
    justify-content: flex-start;
  }
  .sectionRow[data-anchor="evaluation"]
    .sectionBody.theme2
    .evaFilterHead
    .items {
    margin-bottom: 0;
  }
}
.sectionRow[data-anchor="contact"] {
  height: auto;
  /* background: #5f5449; */
}
.sectionRow[data-anchor="contact"] .sectionTitle * {
  color: #fff;
}
.sectionRow[data-anchor="contact"] .sectionBody {
  display: flex;
  align-items: stretch;
  gap: 15px;
}
.sectionRow[data-anchor="contact"] .sectionBody .leftSlide {
  flex: 40%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: #5f5449;
  border: solid 15px #423b33;
  padding: 50px;
  border-radius: 2px;
}
.sectionRow[data-anchor="contact"] .sectionBody .leftSlide > span {
  font-size: 1.15rem;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
}
.sectionRow[data-anchor="contact"] .sectionBody .leftSlide .reservation {
  width: 220px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.73);
  border-radius: 10px;
  padding: 20px 0;
}
.sectionRow[data-anchor="contact"] .sectionBody .leftSlide .reservation .title {
  font-size: 16px;
  color: #5f5449;
  font-weight: bold;
}
.sectionRow[data-anchor="contact"] .sectionBody .leftSlide .reservation .line {
  display: flex;
  flex-direction: column;
  gap: 2.5px;
}
.sectionRow[data-anchor="contact"]
  .sectionBody
  .leftSlide
  .reservation
  .line
  a {
  border-bottom: solid 2px #5f5449;
  font-size: 18px;
  color: #5f5449;
}
.sectionRow[data-anchor="contact"] .sectionBody .leftSlide .social-links {
  display: flex;
  gap: 15px;
}
.sectionRow[data-anchor="contact"] .sectionBody .leftSlide .social-links a {
  font-size: 2rem;
  color: #fff;
}
.sectionRow[data-anchor="contact"] .sectionBody .rightSlide {
  flex: 60%;
  border-radius: 2px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .sectionRow[data-anchor="contact"] .sectionBody {
    flex-direction: column;
  }
  .sectionRow[data-anchor="contact"] .sectionBody > * {
    flex: 100%;
    max-width: 100%;
  }
  .sectionRow[data-anchor="contact"] .sectionBody .rightSlide {
    flex: none;
    height: 400px;
  }
}
.sectionRow[data-anchor="contact"] .sectionBody.theme1 {
  flex-direction: column-reverse;
}
.sectionRow[data-anchor="contact"] .sectionBody.theme1 .leftSlide {
  flex: 100%;
  max-width: 100%;
  background: none;
  border: none;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 5px;
  gap: 20px;
}
.sectionRow[data-anchor="contact"] .sectionBody.theme1 .leftSlide .items {
  background: #eee;
  width: calc(50% - 20px);
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 2px;
}
.sectionRow[data-anchor="contact"] .sectionBody.theme1 .leftSlide .items .icon {
  width: 56px;
  height: 56px;
  border-radius: 56px;
  background: #5f5449;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
}
.sectionRow[data-anchor="contact"]
  .sectionBody.theme1
  .leftSlide
  .items
  .itemDetail
  h4 {
  color: #555;
  font-weight: 700;
  font-size: 1.25rem;
}
.sectionRow[data-anchor="contact"]
  .sectionBody.theme1
  .leftSlide
  .items
  .itemDetail
  a {
  font-size: 0.9rem;
  color: #37373f;
}
.sectionRow[data-anchor="contact"] .sectionBody.theme1 .rightSlide {
  height: 350px;
  flex: none;
}
@media (max-width: 800px) {
  .sectionRow[data-anchor="contact"] .sectionBody.theme1 .leftSlide {
    flex-direction: column;
  }
  .sectionRow[data-anchor="contact"] .sectionBody.theme1 .leftSlide .items {
    width: 100%;
  }
}
.sectionRow[data-anchor="contact"] .sectionBody.theme3 .leftSlide {
  padding: 0;
  background: none;
  border: none;
  align-items: flex-start;
  gap: 15px;
}
.sectionRow[data-anchor="contact"] .sectionBody.theme3 .leftSlide > * {
  width: 100%;
}
.sectionRow[data-anchor="contact"] .sectionBody.theme3 .leftSlide > *.btn {
  background: #5f5449;
  color: #fff;
  border-radius: 2px;
}
.sectionRow[data-anchor="contact"] .sectionBody.theme3 .leftSlide .items {
  display: flex;
  gap: 15px;
  align-items: center;
}
.sectionRow[data-anchor="contact"] .sectionBody.theme3 .leftSlide .items .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5f5449;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  font-size: 13px;
  overflow: hidden;
}
.sectionRow[data-anchor="contact"]
  .sectionBody.theme3
  .leftSlide
  .items
  .itemDetail
  * {
  color: #37373f;
}
.sectionRow[data-anchor="contact"]
  .sectionBody.theme3
  .leftSlide
  .items
  .itemDetail
  h4 {
  font-weight: 600;
}
.sectionRow[data-anchor="contact"] .sectionBody.theme3 .leftSlide .items .icon {
  background: #ccc;
  color: #37373f;
}
.sectionRow[data-anchor="contact"]
  .sectionBody.theme3
  .leftSlide
  .items
  .itemDetail
  * {
  color: #fff;
}
.sectionRow[data-anchor="contact"] .sectionBody.theme3 .leftSlide .btn {
  background: #333;
}
.sectionRow[data-anchor="recommend"] {
  height: auto;
}
.sectionRow[data-anchor="recommend"] .sectionBody {
  -moz-column-count: 3;
  column-count: 3;
}
.sectionRow[data-anchor="recommend"] .sectionBody .items {
  display: flex;
  border-radius: 2px;
  overflow: hidden;
}
.sectionRow[data-anchor="recommend"] .sectionBody .items img {
  width: 100%;
  display: block;
}
@media (max-width: 800px) {
  .sectionRow[data-anchor="recommend"] .sectionBody {
    -moz-column-gap: 10px;
    column-gap: 10px;
    -moz-column-count: 2;
    column-count: 2;
  }
  .sectionRow[data-anchor="recommend"] .sectionBody .items {
    margin-bottom: 10px;
  }
}
.sectionRow[data-anchor="price"] {
  height: auto;
}
.sectionRow[data-anchor="price"] .sectionBody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sectionRow[data-anchor="price"] .sectionBody .items {
  width: calc(33.3333333333% - 10px);
  background: #eee;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 2px;
}
.sectionRow[data-anchor="price"] .sectionBody .items .title {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 2.08px;
  font-weight: 500;
}
.sectionRow[data-anchor="price"] .sectionBody .items .detail,
.sectionRow[data-anchor="price"] .sectionBody .items .detail * {
  color: #6f6f6f;
}
@media (max-width: 800px) {
  .sectionRow[data-anchor="price"] .sectionBody {
    flex-direction: column;
  }
  .sectionRow[data-anchor="price"] .sectionBody .items {
    width: 100%;
  }
}
.sectionRow[data-anchor="rooms"] {
  /* background: #5f5449; */
  height: auto;
}
.sectionRow[data-anchor="rooms"] .sectionTitle * {
  color: #fff;
}
.sectionRow[data-anchor="rooms"] .sectionBody {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sectionRow[data-anchor="rooms"] .sectionBody .items {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}
.sectionRow[data-anchor="rooms"] .sectionBody .items .itemTitle {
  background: #ccc;
  color: #37373f;
  font-size: 1.5rem;
  padding: 6px 15px;
  border-radius: 2px;
}
.sectionRow[data-anchor="rooms"] .sectionBody .items .itemHead {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.sectionRow[data-anchor="rooms"] .sectionBody .items .itemHead .rows {
  position: relative;
  width: calc(33.3333333333% - 15px);
}
.sectionRow[data-anchor="rooms"]
  .sectionBody
  .items
  .itemHead
  .rows
  .slickTitle {
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: 16px;
  right: 16px;
  text-shadow: -2px -2px 6px #000, -2px 2px 6px #000, 2px 2px 6px #000,
    2px -2px 6px #000;
  transition-duration: 1s;
  transform-origin: center center;
  z-index: 1;
}
.sectionRow[data-anchor="rooms"]
  .sectionBody
  .items
  .itemHead
  .rows
  .rowBoxs
  a {
  display: block;
  position: relative;
}
.sectionRow[data-anchor="rooms"]
  .sectionBody
  .items
  .itemHead
  .rows
  .rowBoxs
  a:before,
.sectionRow[data-anchor="rooms"]
  .sectionBody
  .items
  .itemHead
  .rows
  .rowBoxs
  a:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition-duration: 0.5s;
  z-index: 1;
}
.sectionRow[data-anchor="rooms"]
  .sectionBody
  .items
  .itemHead
  .rows
  .rowBoxs
  a:before {
  border-top: none;
  border-bottom: none;
  transform: scale(1, 0);
}
.sectionRow[data-anchor="rooms"]
  .sectionBody
  .items
  .itemHead
  .rows
  .rowBoxs
  a:after {
  border-bottom: none;
  border-left: none;
  border-right: none;
  transform: scale(0, 1);
}
.sectionRow[data-anchor="rooms"]
  .sectionBody
  .items
  .itemHead
  .rows
  .rowBoxs
  a
  img {
  width: 100%;
  height: 250px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.sectionRow[data-anchor="rooms"]
  .sectionBody
  .items
  .itemHead
  .rows:hover
  .slickTitle {
  bottom: 28px;
  right: 32px;
  transition-duration: 1s;
}
.sectionRow[data-anchor="rooms"]
  .sectionBody
  .items
  .itemHead
  .rows:hover
  .rowBoxs
  a:before {
  transform: scale(1, 1);
  transition-duration: 0.5s;
}
.sectionRow[data-anchor="rooms"]
  .sectionBody
  .items
  .itemHead
  .rows:hover
  .rowBoxs
  a:after {
  transform: scale(1, 1);
  transition-duration: 0.5s;
}
.sectionRow[data-anchor="rooms"] .sectionBody .items > .detail {
  display: flex;
  gap: 15px;
}
.sectionRow[data-anchor="rooms"] .sectionBody .items > .detail > div {
  width: 50%;
}
.sectionRow[data-anchor="rooms"] .sectionBody .items > .detail > div * {
  color: #fff;
  line-height: 28px;
  letter-spacing: 2.08px;
}
.sectionRow[data-anchor="rooms"] .sectionBody .items > .detail > div b {
  font-size: 1.05rem;
}
.sectionRow[data-anchor="rooms"] .sectionBody .items > .detail > div p {
  font-weight: 300;
}
@media (max-width: 800px) {
  .sectionRow[data-anchor="rooms"] .sectionBody .items .detail {
    flex-direction: column;
    margin-top: 50px;
  }
  .sectionRow[data-anchor="rooms"] .sectionBody .items .detail > div {
    width: 100%;
  }
}
.footer {
  background: #ccc;
}
.footer .social a {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding-left: 2px;
  padding-top: 1px;
}
.footer .social a svg {
  width: 16px;
}
.footer.theme1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  background: #5f5449;
  padding: 50px 0;
}
.footer.theme1 .social {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer.theme1 .social a {
  background: none;
  border: solid 1px #ccc;
  color: #ccc;
  opacity: 0.6;
  transition: 0.5s;
}
.footer.theme1 .social a:hover {
  opacity: 1;
}
.footer.theme1 hr {
  margin: 30px 0;
  border-color: #fff;
}
.footer.theme1 .detail {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
}
.footer.theme1 .detail,
.footer.theme1 .detail a {
  color: #fff;
}
.footer.theme1 .detail .dby:before {
  display: none;
}
@media (max-width: 800px) {
  .footer.theme1 .detail {
    font-size: 0.7rem;
  }
}
.footer.theme2 {
  padding-top: 18px;
  display: flex;
  gap: 3px;
  flex-direction: column;
} /*# sourceMappingURL=index.css.map */
.vr-content {
    margin-bottom: 2rem;
}
.vr-btn {
    font-size: 1rem;
    height: auto;
    flex: unset;
    background: none;
    border: solid 1px #eee;
    color: #eee;
    padding: .7rem 1rem;
}
.vr-btn:focus, .vr-btn:active, .vr-btn:hover {
    background: #eee;
    color: #37373f;
}
.logo-img {
    width: 20rem;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;

    background-color: #fefefebd;
    border-top-left-radius: 38%;
    border-top-right-radius: 53%;
    border-bottom-left-radius: 51%;
    border-bottom-right-radius: 39%;
}
.nav-logo-img {
  width: 5rem;
  align-self: center;
  
}
@media (max-width: 768px) {
    .logo-img {
        width: 10rem;
    }
    .nav-logo-img {
        width: 3rem;
    }
}