@charset "UTF-8";
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.8em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 3px 6px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 10px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

:root {
  --theme-text: #323336;
  --border-color: #515151;
  --light-brown: #736357;
  --dark-brown: #4e423c;
  --link-blue: #006399;
  --text-blue: #00489a;
  --brown-back: #b9ab9e;
  --wrap-width: 1100px;
  --side-padding: 0;
}

body {
  font-family: "Noto Sans TC", "Roboto", -apple-system, BlinkMacSystemFont, PingFang TC, Microsoft JhengHei, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: var(--theme-text);
  overflow-x: hidden;
  font-size: 16px;
}
body.in-fixed {
  position: fixed;
  top: 0;
  width: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

*, ::after, ::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:focus {
  outline: 0;
}

h1 {
  font-size: 2.4em;
  margin: 0.25em 0;
}

h2 {
  font-size: 2em;
  margin: 0.25em 0;
}

h3 {
  color: #595757;
  font-size: 1.5em;
  margin: 0.25em 0;
}

h4 {
  color: #595757;
  font-size: 1.25em;
  margin: 0.05em 0;
}

h5 {
  color: #595757;
  font-size: 0.83em;
  margin: 0.05em 0;
}

p {
  line-height: 1.5em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: var(--link-blue);
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

b,
strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

ul {
  list-style: none;
}
ul li:not(.splide li):not(.pagination li) {
  position: relative;
  margin-bottom: 0.15em;
}
ul li:not(.splide li):not(.pagination li)::before {
  content: "•";
  font-weight: bold;
  font-size: 22px;
  color: #919191;
  position: absolute;
  left: 0;
  top: -5px;
}

label {
  position: relative;
  width: 100%;
}

::placeholder {
  color: #cccccc;
}

button, input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  outline: 0;
  border: none;
}

button:focus,
input:focus {
  outline: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=date],
input[type=password],
input[type=number] {
  border: 1px solid var(--border-color);
  padding: 6px 10px;
  vertical-align: middle;
  outline: 0;
  background: var(--color-white);
  font-size: 1em;
  min-height: 40px;
  border-radius: 3px;
}

input[type=file] {
  border: 1px solid var(--border-color);
  padding: 5px 10px;
  font-size: 16px;
  height: 40px;
  border-radius: 3px;
}

select {
  border-radius: 3px;
  border: 1px solid var(--border-color);
  height: 40px;
  padding: 8px;
  font-size: 1em;
  outline: 0;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

textarea {
  font-size: 1em;
  border: 1px solid var(--border-color);
  padding: 0.25em 0.5em;
  border-radius: 3px;
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 1em;
  width: 25px;
}

input[type=checkbox]::before,
input[type=radio]::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  background-color: #fff;
}

input[type=checkbox]::after,
input[type=radio]::after {
  content: "";
  display: none;
  position: absolute;
  left: 7px;
  top: 5px;
  width: 8px;
  height: 14px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=checkbox]:checked::after,
input[type=radio]:checked::after {
  display: block;
  border-color: #1083ed;
}

.scroll-to-top {
  display: none;
  position: fixed;
  z-index: 9;
  bottom: 50px;
  right: 13%;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #323336;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  -ms-transition: unset;
  transition: unset;
}

.scroll-to-top .baseline {
  position: relative;
  top: 23px;
  left: 6px;
  width: 27px;
  border-top: 1px solid #323336;
}

.scroll-to-top .triangle {
  position: absolute;
  margin: auto;
  top: -11px;
  left: 0;
  right: 0;
  width: 20px;
  height: 20px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  border-right: 1px solid #323336;
  border-bottom: 1px solid #323336;
}

.breadcrumbs li::before {
  display: none;
}
.breadcrumbs li {
  font-size: 14px;
  padding-right: 0.5em;
}
.breadcrumbs li a {
  margin-right: 0.25em;
}
.breadcrumbs li:not(:last-child):after {
  content: "";
  border: solid #5c5c5c;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg) translateY(-2px);
  -webkit-transform: rotate(-45deg) translateY(-2px);
}
.breadcrumbs ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
}

.content {
  min-height: 80vh;
}
.content li:not(.splide li):not(.pagination li):not(.breadcrumbs li) {
  padding: 0 20px;
}
.content p {
  margin-bottom: 0.25em;
}

.wrap {
  margin: auto;
  width: 100%;
  max-width: 1100px;
}

/* HEADER */
header {
  position: relative;
  width: 100%;
  padding: 10px 15px;
  z-index: 90;
  background-color: #fff;
}
header a {
  color: #726256;
}
@media (hover: hover) {
  header a:hover {
    opacity: 0.7;
  }
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1100px;
  margin: auto;
}
header .brand {
  display: flex;
  align-items: center;
}
header .brand img {
  max-height: 62px;
  width: auto;
}
header .head-action {
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #726256;
  gap: 10px;
}
header .head-action .nav-list {
  max-height: 75px;
}
header .head-action .user-nav {
  max-height: 75px;
}
header .head-action .user-nav a {
  padding: 26px 10px;
}
header .nav-item.to-home {
  font-size: 1.25em;
  font-weight: bold;
}

/* MENU */
.mobile-menu-wrap {
  display: none;
  visibility: hidden;
  height: 100vh;
  width: 100vw;
  max-width: 420px;
  position: absolute;
  right: -100%;
  top: 0;
  text-align: center;
  padding-left: var(--side-padding);
  padding-right: var(--side-padding);
  background-color: #fff;
  z-index: 99;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.mobile-menu-wrap ul li::before {
  display: none;
}

.mobile-nav.to-close {
  display: block;
  position: absolute;
  top: 19px;
  right: 12px;
}

.mobile-nav {
  display: none;
  position: relative;
  cursor: pointer;
  width: 42px;
  height: 33px;
}
.mobile-nav:after, .mobile-nav i:after, .mobile-nav i:before {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  width: 32px;
  height: 2px;
  border-radius: 2px;
  background-color: #726256;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  transform-origin: center;
  transform: translateX(-50%);
}
.mobile-nav:after {
  top: 50%;
  transform: translate(-50%, -50%);
}
.mobile-nav i:after {
  top: 6px;
}
.mobile-nav i:before {
  bottom: 6px;
}
.mobile-nav.active:after {
  opacity: 0;
  transform: rotate(15deg) translate(-50%, -50%);
}
.mobile-nav.active i:before {
  transform: rotate(-45deg) translate(-3px, -20px);
}
.mobile-nav.active i:after {
  transform: rotate(45deg) translate(-6px, 16px);
}

.user-nav.mobile {
  padding: 0 20px;
}
.user-nav.mobile a {
  display: block;
  padding: 12px;
  line-height: 1.5;
}
.user-nav.mobile a:not(:last-child) {
  border-bottom: 1px solid #323336;
}

#mobile-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 0 20px;
}
#mobile-menu > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
#mobile-menu > li a {
  display: block;
  width: 100%;
  padding: 12px;
  line-height: 1.5;
  border-bottom: 1px solid #323336;
}
#mobile-menu .menu-item-has-children {
  --sub-menu-height: 130px;
}
#mobile-menu .menu-item-has-children .sub-menu {
  overflow: hidden;
  height: 0;
  width: 100%;
  -webkit-transition: height 0.25s ease-in;
  transition: height 0.25s ease-in;
}
#mobile-menu .menu-item-has-children .sub-menu > li a {
  padding-left: 20px;
}
#mobile-menu .menu-item-has-children.active-sub .sub-menu {
  height: var(--sub-menu-height);
}
@media (hover: hover) {
  #mobile-menu li:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  #mobile-menu li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    height: auto;
    z-index: 9;
  }
}

.booking-head {
  padding: 10px 15px;
}
.booking-head .wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.booking-head-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}
.booking-head-nav .nav-item {
  display: flex;
  flex-direction: column;
}
.booking-head-nav a {
  padding: 26px 10px;
}

#primary-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}
#primary-menu li:before {
  display: none;
}
#primary-menu > li {
  position: relative;
  display: flex;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
#primary-menu > li a {
  padding: 26px 10px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
#primary-menu .sub-menu {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: fit-content;
  height: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
#primary-menu .sub-menu li {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
#primary-menu .sub-menu li.menu-item-has-children {
  position: relative;
}
#primary-menu .sub-menu .sub-menu {
  position: absolute;
  left: calc(100% + 5px);
  top: -4px;
  transform: unset;
}
#primary-menu .sub-menu li a {
  padding: 16px 24px;
  display: block;
  white-space: nowrap;
}
@media (hover: hover) {
  #primary-menu li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    height: auto;
    z-index: 9;
  }
}

/* FOOTER */
footer {
  background-color: #534741;
  color: #fff;
  text-align: center;
  padding: 30px 10px 50px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
footer h3 {
  margin-bottom: 1.6em;
}
footer a {
  color: #fff;
}
footer .footer-info-block {
  text-align: left;
  max-width: 530px;
  width: 100%;
  margin: 0 auto 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--light-brown);
}
footer .footer-info-block .contact-info {
  width: 100%;
  padding: 0 0.5em;
  display: flex;
  justify-content: space-between;
}
footer .footer-info-block.contact-email p {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
footer .btn-block {
  margin-top: 20px;
  margin-bottom: 12px;
  display: flex;
  gap: 1.5em;
  justify-content: center;
}
footer .btn-block a {
  background-color: transparent;
  line-height: 1.8;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 8px 25px;
  min-width: 250px;
  margin: 15px auto;
  display: inline-block;
  text-align: center;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  word-break: break-word;
  white-space: normal;
}

/* Others */
.single article h1, .single article h2, .single article h3, .single article h4 {
  margin: 0 0 20px;
}
.single article h1.entry-title {
  font-size: 2.2em;
  letter-spacing: 1px;
  color: #8d7c6f;
}
.single article .entry-term {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-width: 180px;
  justify-content: flex-end;
  gap: 16px;
}
.single article .entry-term.category {
  margin-bottom: 1em;
}
.single article .entry-term li:before {
  display: none;
}
.single article .entry-term .term-type {
  display: flex;
}
.single article .entry-term a {
  padding: 6px 22px;
  border: 1px solid #c1c1c1;
  border-radius: 6px;
}
@media (hover: hover) {
  .single article .entry-term a:hover {
    background-color: #ededed;
  }
}
.single article .entry-thumbnail {
  margin-bottom: 1.5em;
  width: 100%;
}
.single article .entry-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single article .entry-content p {
  margin-bottom: 0.6em;
}
.single article .entry-content a {
  color: #0075B8;
}
.single article .entry-content {
  margin-bottom: 48px;
}
.single.single-form article .act-heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
}
.single.single-form article .act-heading h1.entry-title {
  font-size: 1.82em;
  margin-bottom: 0;
}
.single.single-form article .entry-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.single.single-form article .entry-meta .meta {
  display: flex;
  flex-direction: row;
}
.single.single-form article .entry-meta .meta span:first-child {
  font-weight: bold;
}
.single.single-form article .entry-meta .locations {
  display: flex;
  flex-direction: row;
  gap: 3px;
}
.single.single-form article .entry-meta .locations .term-loc {
  position: relative;
}
.single.single-form article .entry-meta .locations .map-popup {
  display: none;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 1.3em;
  background-color: #fff;
  border-radius: 4px;
  padding: 1em 1.5em;
  border: 1px solid;
}
.single.single-form article .entry-meta .locations .map-popup .map {
  margin-bottom: 0.25em;
}
.single.single-form article .entry-meta .locations .map-popup iframe {
  height: 300px;
  width: 500px;
}
@media (hover: hover) {
  .single.single-form article .entry-meta .locations .term-loc {
    cursor: pointer;
  }
  .single.single-form article .entry-meta .locations .term-loc:hover .map-popup {
    display: block;
    visibility: visible;
  }
}
.single.single-form article .cta-register-now a {
  display: block;
  color: #1d1d1d;
  letter-spacing: 1px;
  border: 1px solid #c1c1c1;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  padding: 16px;
  margin: 18px 0 0;
}
.single.single-form .status {
  width: 100%;
  margin: 8px 0 0;
}
.single.single-form .status.finished, .single.single-form .status.registered {
  color: #9196a6;
  margin: 1em auto;
  text-align: center;
}
.single.single-form .status.in-full {
  color: #9196a6;
}
.single.single-form .status.waiting {
  margin: 0 auto;
  text-align: center;
  color: #df4928;
}
.single.single-form .status.will-end {
  color: #df4928;
}
.single.single-form .status.will-start {
  color: #009a75;
}
.single.single-form .updated {
  font-size: 0.8em;
  color: #afafaf;
}
.single.single-form .form-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 4%;
}
.single.single-form .form-wrap label {
  width: 48%;
}
.single.single-form .form-wrap label.full {
  width: 100%;
}
.single.single-form .register-form {
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  padding: 1.5em 4.2em 2em;
}
.single.single-form .register-form input[type=submit] {
  margin-top: 1em;
  border-radius: 3px;
  width: 100%;
  height: 50px;
  background-color: #5386d3;
  color: #fff;
  cursor: pointer;
  border: 0;
  font-size: 1em;
  letter-spacing: 2px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transition-property: background-color, background, color;
}
@media (hover: hover) {
  .single.single-form .register-form input[type=submit]:hover {
    background-color: #7dacf1;
  }
}
.single.single-form .register-form .form-notice {
  text-align: center;
}
.single.single-form .register-form .form-notice a {
  position: relative;
}
.single.single-form .register-form .form-notice a:after {
  content: "";
  border-bottom: 1px solid;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.single.single-form .register-form .form-title {
  font-size: 1.8em;
  letter-spacing: 1px;
  color: #8d7c6f;
  text-align: center;
  margin-bottom: 1em;
}
.single.single-form .register-form label {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 0.8em;
}
.single.single-form .register-form label span:first-child {
  font-weight: 500;
}
.single.single-form .register-form label .required-star {
  color: #df4928;
  font-size: 1.05em;
  font-weight: bold;
  margin-left: 3px;
}
.single.single-form .register-form p {
  margin-bottom: 2px;
  line-height: 1.35;
}
.single.single-form .register-form p span {
  line-height: 1.5;
}
.single.single-form .register-form .list-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  gap: 2%;
}
.single.single-form .register-form .list-wrapper label {
  display: flex;
  flex-direction: row;
  gap: 6px;
  cursor: pointer;
}
.single.single-form .register-form .full .list-wrapper label {
  width: auto;
}
.single.single-form .register-form .desc {
  width: 100%;
}
.single.single-form .register-form .cmz-spacer {
  display: block;
  width: 100%;
}
.single.single-form .register-form .cmz-line-gap {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 0.85em 0;
}
.single main {
  background-color: #fff;
  color: #1d1d1d;
}
.single main article {
  padding: 0 var(--side-padding) 200px;
  max-width: 1100px;
  margin: auto;
}

.term-filter {
  padding: 1.6em 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
.term-filter .term-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.6em;
  max-width: 600px;
}
.term-filter li {
  display: flex;
  padding: 0 !important;
}
.term-filter li::before {
  display: none;
}
.term-filter a {
  padding: 6px 22px;
  border: 1px solid #c1c1c1;
  border-radius: 6px;
}
.term-filter a.current-term {
  background-color: #ededed;
  border-color: #959595;
}
@media (hover: hover) {
  .term-filter a:hover {
    background-color: #ededed;
  }
}

.archive-wrap {
  padding-bottom: 60px;
}
.archive-wrap .entries {
  padding: 20px 0 36px;
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 1em;
  grid-row-gap: 1.2em;
}
.archive-wrap .post-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-height: max-content;
}
@media (hover: hover) {
  .archive-wrap .post-item:hover .entry-image {
    opacity: 0.8;
  }
}
.archive-wrap .post-item > a {
  width: 100%;
}
.archive-wrap .post-item .entry-title {
  font-size: 1.32em;
  color: #726256;
}
.archive-wrap .post-item .entry-image {
  width: 100%;
  height: 300px;
  border-radius: 6px;
  border: 1px solid #ededed;
  background-color: #f9f9f9;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.archive-wrap .post-item .entry-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-wrap .post-item .entry-image .is-finished {
  padding: 2px 8px;
  border-radius: 3px;
  position: absolute;
  top: 1em;
  right: 1em;
  background-color: #df4928;
  color: #fff;
}
.archive-wrap .post-item .entry-meta .time {
  color: #414149;
  font-size: 0.96em;
}
.archive-wrap .post-item .entry-meta .meta, .archive-wrap .post-item .entry-meta .locations {
  display: flex;
  flex-direction: row;
  gap: 2px;
}
.archive-wrap .post-item .excerpt {
  height: 100%;
}
.archive-wrap .post-item .excerpt p {
  font-size: 16px;
  line-height: 1.4;
}
.archive-wrap .post-item .excerpt a {
  display: block;
  height: 100%;
}

.pagination {
  margin: auto;
  font-size: 18px;
  line-height: 22px;
  padding: 20px var(--side-padding) 0;
}
.pagination .nav-arrow {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.pagination .nav-arrow:after, .pagination .nav-arrow:before {
  content: "";
  display: block;
  width: 2px;
  height: 11px;
  background-color: #726256;
  position: absolute;
  left: 16px;
  top: 14px;
  transform-origin: center;
}
.pagination .nav-arrow:after {
  transform: translate(-2px, -9px) rotate(45deg);
}
.pagination .nav-arrow:before {
  transform: translate(-2px, -2px) rotate(-45deg);
}
.pagination .nav-arrow.to-next:after {
  transform: translate(-2px, -9px) rotate(-45deg);
}
.pagination .nav-arrow.to-next:before {
  transform: translate(-2px, -2px) rotate(45deg);
}
.pagination .page-link {
  cursor: pointer;
}
.pagination .page-numbers {
  height: 28px;
  line-height: 1.46;
  min-width: 28px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1em;
  color: #726256;
}
@media (hover: hover) {
  .pagination .page-numbers:not(.current):hover {
    color: #1d1d1d;
  }
  .pagination .nav-arrow:hover:after, .pagination .nav-arrow:hover:before {
    background-color: #1d1d1d;
  }
}
.pagination .current {
  background-color: #918378;
  color: #fff;
  border-radius: 20px;
}

.page-banner {
  --wp--preset--font-size--large:2em;
  max-height: 270px;
  min-height: 270px;
}
.page-banner .wp-block-heading {
  font-size: 2em;
  letter-spacing: 6px;
  color: #726256;
}
.page-banner .wp-block-cover__image-background {
  background-size: auto;
  background-attachment: unset;
}

/* BLOCK */
.line-heading {
  position: relative;
  display: flex;
  justify-content: center;
  line-height: 1;
}
.line-heading h2, .line-heading h3, .line-heading h4 {
  margin: 0;
  padding: 0 0.6em;
  background-color: #fff;
  letter-spacing: 6px;
  color: #595757;
}
.line-heading h2 {
  font-size: 2.16em;
}
.line-heading:after {
  content: "";
  background-color: #ccc;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.booking-list .is-layout-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.booking-list .link-card {
  position: relative;
}
.booking-list .link-card p {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  font-size: 1.65em;
  font-weight: bold;
  letter-spacing: 3px;
  color: #726256;
}
.booking-list .link-card img {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media (hover: hover) {
  .booking-list .link-card a:hover img {
    opacity: 0.6;
  }
}

.cmz-btn {
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cmz-btn a {
  border: 1px solid #959595;
  padding: 10px 2.12em;
  border-radius: 6px;
  font-size: 1.12em;
  letter-spacing: 1px;
  line-height: 1;
}
@media (hover: hover) {
  .cmz-btn a:hover {
    background-color: #ededed;
  }
}

.notice {
  text-align: center;
  margin: 2em auto;
}

/* Login Register Signup*/
.register-act {
  display: flex;
  flex-direction: column;
  padding: 3em 0;
}
.register-act .line-heading {
  margin-bottom: 2em;
}
.register-act .form-item {
  font-size: 1.12em;
  margin: auto;
  padding: 0.62em 1em;
  border-bottom: 1px solid #c7c7c7;
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.register-act .form-item span {
  pointer-events: none;
}
.register-act .form-item .title-span {
  color: var(--link-blue);
}
@media (hover: hover) {
  .register-act .form-item:hover {
    background-color: #ededed;
  }
}
.register-act .date {
  font-size: 0.8em;
  opacity: 0.65;
}

#cmz-mv-modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
#cmz-mv-modal h4 {
  text-align: center;
  font-size: 1.36em;
  letter-spacing: 1px;
}
#cmz-mv-modal .mv-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 18px;
  font-size: 1.35em;
}
#cmz-mv-modal .mv-modal-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 420px;
  padding: 1.5em 2.6em;
  border-radius: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #f4f4f4;
}
#cmz-mv-modal .mv-modal-box.loading {
  filter: brightness(0.85);
  pointer-events: none;
}
#cmz-mv-modal .mv-modal-box.loading input, #cmz-mv-modal .mv-modal-box.loading .btn {
  pointer-events: none;
}
#cmz-mv-modal [readonly] {
  opacity: 0.5;
  pointer-events: none;
}
#cmz-mv-modal .mv-buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
#cmz-mv-modal .btn {
  width: 50%;
  font-size: 1em;
}
#cmz-mv-modal #mv-msg.success {
  color: #1083ed;
}
#cmz-mv-modal .attempts-msg,
#cmz-mv-modal #mv-msg {
  font-size: 0.9em;
  margin: 0;
  min-height: 1em;
}
#cmz-mv-modal .error {
  color: #df4928;
}

.user-modal .alert {
  color: #df4928;
}
.user-modal .account-details .password {
  border-radius: 8px;
  padding: 1.8em 3em 2.5em;
  border: 1px solid #df4928;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.user-modal form:not(#account-form) {
  border-radius: 8px;
  width: 50%;
  max-width: 600px;
  background-color: #f4f4f4;
  padding: 2.5em 3.6em;
}
.user-modal form {
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.user-modal form .flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 4%;
}
.user-modal form .flex-row > div {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.user-modal form .btn-action {
  text-align: right;
}
.user-modal form .btn-action input[type=submit] {
  width: 300px;
}
.user-modal form .btn-action .btn-logout {
  margin-left: 1em;
  font-size: 15px;
  background-color: #df4928;
  color: #fff;
  padding: 14px 1em;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
.user-modal form [readonly] {
  pointer-events: none;
}
.user-modal form input[readonly] {
  color: #a2a2a2;
}
.user-modal form input:not([type=submit]):not([type=checkbox]) {
  background-color: #fff;
}
.user-modal form input[type=submit][readonly] {
  opacity: 0.5;
}
.user-modal form input[type=submit] {
  margin: 10px auto 8px;
  width: 100%;
  font-size: 1.1em;
  letter-spacing: 1px;
}
.user-modal .btn {
  cursor: pointer;
  padding: 0.7em 1em;
  background-color: #1083ed;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
@media (hover: hover) {
  .user-modal .btn-logout:hover, .user-modal input[type=submit]:hover, .user-modal .btn:hover {
    opacity: 0.8;
  }
}
.user-modal .row.password-row {
  position: relative;
}
.user-modal .row.password-row input[type=password] {
  padding-right: 2em;
}
.user-modal .row.password-row .password-toggle {
  width: 1.56em;
  position: absolute;
  right: 8px;
  top: 36px;
  background: #fff;
  cursor: pointer;
}
.user-modal .row.password-row .password-toggle svg {
  fill: #9cabb9;
}
.user-modal .row p {
  margin-bottom: 6px;
}
.user-modal .row a {
  position: relative;
}
.user-modal .row a:after {
  content: "";
  border-bottom: 1px solid;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.user-modal .row label[readonly] {
  opacity: 0.5;
}
.user-modal .row label {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.user-modal .row label .note {
  font-weight: normal;
  font-size: 0.8em;
  margin-left: 0.5em;
}
.user-modal .row .inline {
  display: flex;
  gap: 4px;
  flex-direction: row;
}
.user-modal .row .inline label {
  flex-direction: row;
}
.user-modal .row .mobile-validate {
  gap: 6px;
}
.user-modal .row #user_mobile, .user-modal .row #user_phone {
  width: 80%;
}
.user-modal .row .btn-validate {
  cursor: pointer;
  padding: 0.7em 0.5em;
  text-align: center;
  width: 110px;
  letter-spacing: 1px;
  background-color: #1083ed;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
@media (hover: hover) {
  .user-modal .row .btn-validate:hover {
    opacity: 0.8;
  }
}
.user-modal:not(.page-account) .row input#user_mobile {
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
}
.user-modal .btn-validate {
  display: none;
}
.user-modal.page-account .btn-validate {
  display: block;
}
.user-modal.not-validated:not(.page-account) input:not(#user_mobile), .user-modal.not-validated:not(.page-account) label:not([for=user_mobile]) {
  pointer-events: none;
  opacity: 0.5;
}
.user-modal.not-validated:not(.page-account) .btn-validate {
  display: block;
}
.user-modal.not-validated:not(.page-account) input#user_mobile {
  width: 80%;
  pointer-events: auto;
  opacity: 1;
}

.cmz-registered-table {
  border-radius: 2px;
  border-style: hidden;
  overflow: hidden;
  word-break: keep-all;
  font-size: 1.1em;
}
.cmz-registered-table table {
  border-collapse: collapse;
  min-width: 580px;
  margin: 1em auto 3em;
}
.cmz-registered-table td, .cmz-registered-table tr, .cmz-registered-table th {
  border-collapse: collapse;
  padding: 10px 1.5em;
  border-bottom: 1px solid #b1b1b1;
  white-space: pre-wrap;
}
.cmz-registered-table td:first-of-type {
  width: 36%;
  font-weight: bold;
  color: #3b505e;
}

.page-template-page-account .register-act .items-wrap {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.page-template-page-thanks .request-result {
  min-height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* RWD */
@media screen and (max-width: 1130px) {
  :root {
    --side-padding: 12px;
  }
  .wrap {
    padding-right: var(--side-padding);
    padding-left: var(--side-padding);
  }
}
@media screen and (max-width: 1024px) {
  html {
    margin-top: 0 !important;
  }
  body {
    position: relative;
  }
  body.admin-bar {
    padding-top: 32px;
  }
  header .header-inner {
    align-items: center;
  }
  header .head-action .nav-list {
    display: none;
  }
  header .head-action .user-nav a {
    padding: 26px 18px;
  }
  header .mobile-nav {
    display: block;
  }
  .booking-head .mobile-nav {
    z-index: 99;
  }
  .booking-head .booking-head-nav {
    flex-direction: column;
    height: 100vh;
    width: 90vw;
    max-width: 420px;
    position: absolute;
    right: -100%;
    top: 0;
    padding: 80px var(--side-padding) 12px;
    border-left: 1px solid #dbdbdb;
    background-color: #fff;
    z-index: 99;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
  }
  .booking-head .booking-head-nav.show-mobile-menu {
    right: 0;
  }
  .mobile-menu-wrap {
    display: block;
    opacity: 0;
    right: -101vw;
    overflow-y: auto;
    padding-top: 100px;
    border-left: 1px solid #dbdbdb;
  }
  .mobile-menu-wrap.show-mobile-menu {
    right: 0;
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 821px) {
  .page-banner {
    --wp--preset--font-size--large:1.68em;
    max-height: 200px;
    min-height: 200px;
  }
  .page-banner .wp-block-cover__image-background {
    background-size: cover;
  }
  .line-heading h2 {
    font-size: 1.68em;
  }
  .carousel-block img {
    height: 320px;
    width: 100%;
    object-fit: cover;
  }
  .archive-wrap .post-item .entry-image {
    height: 220px;
  }
  .single article .entry-thumbnail {
    height: 320px;
  }
  .single.single-form .register-form {
    padding: 1.25em 1.6em 1.6em;
  }
  .booking-list .is-layout-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1em;
  }
  .booking-list .link-card a {
    width: 100%;
  }
  .booking-list .link-card img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  body.admin-bar {
    padding-top: 46px !important;
  }
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.8em;
  }
  header {
    padding: 16px var(--side-padding);
  }
  header .brand img {
    width: 135px;
    height: auto;
  }
  header .head-action {
    width: 50%;
  }
  header .head-action .user-nav a {
    padding: 26px 12px;
  }
  .booking-list .is-layout-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .booking-list .link-card {
    border: 1px solid #b4b4b4;
    border-radius: 4px;
    overflow: hidden;
  }
  .booking-list .link-card a {
    aspect-ratio: 2;
    max-height: 200px;
  }
  .booking-list .link-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 35%;
  }
  .archive-wrap .entries {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .archive-wrap .post-item .entry-image {
    height: 180px;
  }
  .term-filter {
    flex-direction: column;
  }
  .single article .entry-term {
    justify-content: flex-start;
  }
  .single article .entry-thumbnail {
    height: 260px;
  }
  .single.single-form .form-wrap label {
    width: 100%;
  }
  .single.single-form .register-form .form-title {
    font-size: 1.36em;
  }
  .single.single-form .register-form p {
    margin-bottom: 6px;
    line-height: 1.3;
  }
  .single.single-form .register-form .cmz-spacer {
    max-height: 50px;
  }
  .single.single-form article .act-heading {
    flex-direction: column-reverse;
    margin-top: 1em;
  }
  .single.single-form article .act-heading h1.entry-title {
    font-size: 1.42em;
    margin-top: 0.65em;
  }
  .archive-wrap .post-item .entry-title {
    font-size: 1.25em;
  }
  .carousel-block img {
    height: 220px;
  }
  .user-modal .account-details .password {
    padding-right: var(--side-padding);
    padding-left: var(--side-padding);
  }
  .user-modal form:not(#account-form) {
    width: 100%;
    padding: 2em 2.1em;
  }
  .user-modal form .flex-row {
    flex-direction: column;
    gap: 1em;
  }
  .user-modal form .flex-row > div {
    width: 100%;
  }
  .user-modal form .btn-action input[type=submit] {
    width: 210px;
  }
  .register-act .form-item {
    font-size: 0.95em;
    padding: 0.62em 0.35em;
  }
  .cmz-registered-table {
    overflow-x: auto;
    font-size: 1em;
  }
  .cmz-registered-table table {
    min-width: 620px;
  }
  .cmz-registered-table td, .cmz-registered-table tr, .cmz-registered-table th {
    padding: 10px;
  }
}
@media print {
  header, footer, .single.single-form article .cta-register-now, .single.single-form .updated {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
