@charset "UTF-8";
.page-content-wrap h2 {
  font-family: "Chronicle Display", "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: clamp(1.8rem, 2.6vw, 2.2rem);
  line-height: 1.4;
}
.page-content-wrap h3, .page-content-wrap div#reservation .datepicker thead tr:first-child th, div#reservation .datepicker thead tr:first-child .page-content-wrap th {
  font-family: "Chronicle Display", "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: clamp(1.3rem, 1.9vw, 1.5rem);
  line-height: 1.4;
}
.page-content-wrap p {
  font-family: "Urbanist", "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: clamp(1rem, 1.4vw, 1rem);
  line-height: 1.4;
}
.page-content-wrap a {
  font-family: "Urbanist", "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 1.4vw, 1rem);
  line-height: 1.4;
}
.page-content-wrap li {
  font-family: "Urbanist", "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 1.4vw, 1rem);
  line-height: 1.4;
}
.page-content-wrap .p--xsmall {
  font-family: "Urbanist", "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: clamp(0.85rem, 1.2vw, 0.9rem);
  line-height: 1.4;
}
.page-content-wrap .p--small {
  font-family: "Urbanist", "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: clamp(0.95rem, 1.3vw, 0.95rem);
  line-height: 1.4;
}
.page-content-wrap .p--medium {
  font-family: "Urbanist", "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.4;
}
.page-content-wrap .p--large {
  font-family: "Urbanist", "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: clamp(1.15rem, 1.7vw, 1.25rem);
  line-height: 1.4;
}

@media (min-width: 1200px) {
  .mode--dark {
    position: relative;
    z-index: 99;
  }
  .mode--dark > * {
    color: #ffffff !important;
  }
  .mode .logo-wrapper, .mode .menu-wrapper {
    background-color: transparent !important;
  }
}

.page-section .section__title-wrap {
  width: min(100% - 20px, 860px);
  margin: 0 auto min(3rem, 7%);
  text-align: center;
}

.page-content-wrap {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

div#reservation {
  width: min(100% - 40px, 1200px);
  margin: 0 auto;
  padding-block: min(0px, 11%, 5rem);
}
div#reservation p, div#reservation label, div#reservation span {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-weight: normal;
  font-size: clamp(0.95rem, 1.3vw, 0.95rem);
}
@media (max-width: 480px) {
  div#reservation p, div#reservation label, div#reservation span {
    font-size: 1rem !important;
  }
}
div#reservation label {
  margin-bottom: 0.5rem;
}
div#reservation h3, div#reservation .datepicker thead tr:first-child th {
  margin: 0;
  padding: 0;
  line-height: 1.4 !important;
}
div#reservation .section__title {
  text-transform: uppercase;
}
div#reservation .reservation__list {
  display: flex;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
  row-gap: 2rem;
  /*padding-bottom: 2rem;*/
}
@media (max-width: 900px) {
  div#reservation .reservation__list {
    grid-template-columns: 1fr;
  }
}
div#reservation .reservation__item {
  border: 1px solid rgba(17, 17, 17, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 900px) {
  div#reservation .reservation__item {
    min-height: 30rem;
  }
}
div#reservation .reservation__wrap-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem min(1.5rem, 6%);
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  padding-block: 1.5rem;
}
@media (max-width: 900px) {
  div#reservation .reservation__wrap-title {
    height: 4rem;
  }
}
div#reservation .reservation__wrap-content {
  padding: 1.2rem min(1.5rem, 6%);
  display: grid;
  /*gap: 2rem;*/
}
div#reservation .reservation__wrap-content .location-wrapper {
  margin-bottom: 2rem;
}
div#reservation .reservation__wrap-content .form-group {
  margin-bottom: 2rem;
}
div#reservation .reservation__title {
  margin: 0;
}
div#reservation .reservation__date {
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  font-weight: 500;
}
div#reservation .reservation__bottom {
  padding: 1.2rem min(1.5rem, 6%);
}
div#reservation .reservation__button-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-block: 1rem;
  justify-content: center;
}
div#reservation .reservation__button {
  border: 1px solid rgba(17, 17, 17, 0.5);
  color: #111111;
  text-decoration: none;
  padding: 0.6rem 1.8rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  /*transition: all 0.4s;*/
  display: block;
  width: 16.4rem;
}
div#reservation .reservation__button:hover {
  /*transform: scale(1.05);*/
  /*box-shadow: 0px 0px 12px 0px rgba($color-black, 0.2);*/
}
@media (max-width: 768px) {
  div#reservation .reservation__button:hover {
    /*transform: scale(0.95);*/
  }
}
div#reservation .reservation__button--full {
  border: 1px solid rgba(17, 17, 17, 0.5);
  color: #ffffff;
  text-decoration: none;
  padding: 0.6rem 1.8rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #111111;
  cursor: pointer;
  transition: all 0.4s;
  display: block;
}
div#reservation .reservation__button--full:hover {
  /*transform: scale(1.05);*/
  /*box-shadow: 0px 0px 12px 0px rgba($color-black, 0.2);*/
}
@media (max-width: 768px) {
  div#reservation .reservation__button--full:hover {
    /*transform: scale(0.95);*/
  }
}
@media (max-width: 480px) {
  div#reservation .reservation__button {
    width: 100%;
  }
}
div#reservation .reservation__button--full {
  width: 16.4rem;
}
@media (max-width: 480px) {
  div#reservation .reservation__button--full {
    width: 100%;
  }
}
div#reservation .reservation__step {
  position: relative;
  margin: 0 auto min(3rem, 7%);
}
div#reservation .reservation__step-item {
  position: relative;
  display: grid;
  place-items: center;
  gap: 0.5rem;
  margin-top: -1rem;
  align-self: baseline;
  flex: 1;
}
div#reservation .reservation__step-item.is-active :is(.reservation__step-number, .reservation__step-name) {
  filter: unset;
}
@media (min-width: 1280px) {
  div#reservation .reservation__step-item:first-child {
    margin-left: -3rem;
  }
}
@media (min-width: 1280px) {
  div#reservation .reservation__step-item:last-child {
    margin-right: -3rem;
  }
}
div#reservation .reservation__step-item:last-child .reservation__step-number::before {
  content: "";
  display: block;
  width: 11px;
  height: 6px;
  width: 0.7rem;
  height: 0.4rem;
  transform: rotate(-45deg);
  border: solid #ffffff;
  border-width: 0 0 1.5px 1.5px;
}
div#reservation .reservation__step-item-wrap {
  display: grid;
  justify-items: center;
  gap: 0.5rem;
}
@media (max-width: 480px) {
  div#reservation .reservation__step-item-wrap {
    width: 6rem;
  }
}
div#reservation .reservation__step-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: min(100%, 500px);
  margin: 0 auto;
}
div#reservation .reservation__step-list::before {
  content: "";
  display: block;
  background-color: rgba(17, 17, 17, 0.2);
  height: 2px;
  margin: 0 auto;
  width: 100%;
  grid-column: 1/span 3;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 8rem);
}
@media (min-width: 480px) and (max-width: 1279px) {
  div#reservation .reservation__step-list::before {
    width: calc(100% - 10rem);
  }
}
div#reservation .reservation__step-name {
  font-weight: 500;
  font-size: clamp(0.95rem, 1.3vw, 0.95rem);
  text-align: center;
  line-height: 1.2;
  filter: invert(50%) saturate(0) brightness(100%);
}
div#reservation .reservation__step-number {
  background-color: #111111;
  color: #ffffff;
  border-radius: 50%;
  line-height: 1;
  display: block;
  font-weight: 500;
  font-size: clamp(0.95rem, 1.3vw, 0.95rem);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  filter: invert(65%) saturate(0) brightness(150%);
}
div#reservation .select {
  position: relative;
}
div#reservation .select__button {
  background-color: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.2);
  line-height: 1.2;
  width: 100%;
  padding: 0.8rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}
div#reservation .select__button.open {
  z-index: 2;
}
div#reservation .select__button.open + .select__list {
  opacity: 1;
  transform: scale(1, 1);
}
div#reservation .select__button::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: solid #111111;
  border-width: 0 0 1px 1px;
  transform: rotate(-45deg);
  margin-bottom: 5px;
  margin-right: 5px;
  transition: transform 0.3s;
}
div#reservation .select__button.open::after {
  transform: rotate(135deg);
  margin-bottom: 1px;
}
div#reservation .select__button:focus {
  outline: 0;
}
div#reservation .select__list {
  list-style-type: none;
  background-color: #ffffff;
  padding: 1rem;
  margin-top: 3px;
  text-align: center;
  font-size: clamp(0.95rem, 3vw, 18px);
  opacity: 0;
  transform: scale(1, 0);
  transform-origin: top left;
  transition: 0.3s;
  cursor: pointer;
  z-index: 99;
  border: 1px solid rgba(17, 17, 17, 0.2);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(4rem, 1fr));
  gap: 0.5rem;
  box-shadow: 0 0 12px 5px rgba(17, 17, 17, 0.08);
  position: absolute;
  z-index: 1;
  width: 100%;
}
div#reservation .select__item {
  padding: 0.5rem;
  position: relative;
}
div#reservation .select__item:hover, div#reservation .select__item.selected {
  color: #836A09;
}
div#reservation .select__item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
div#reservation .select__item input:checked + span {
  color: #836A09;
  font-weight: 500;
}
div#reservation .link {
  color: #836A09;
  text-decoration: underline;
  text-decoration-thickness: 0px;
  text-underline-offset: 2px;
}
div#reservation #datepicker {
  width: 100%;
}
div#reservation #datepicker span {
  font-size: clamp(1.15rem, 1.7vw, 1.25rem);
}
div#reservation .datepicker-inline {
  width: 100%;
  margin: 0 auto;
}
div#reservation .datepicker table {
  border-collapse: separate;
  border-spacing: 2rem 1.5rem;
  margin: 0 auto;
}
@media (max-width: 900px) {
  div#reservation .datepicker table {
    border-spacing: unset;
  }
}
div#reservation .datepicker .datepicker-days table tr td.active.active {
  border-radius: 50px;
  background-color: #0975A0;
  background-image: none;
}
div#reservation .datepicker .datepicker-days td, div#reservation .datepicker .datepicker-days th {
  height: 3rem;
  width: 3rem;
  font-weight: normal;
  font-size: clamp(1rem, 1.7vw, 1.4rem);
  border-radius: 50px;
}
div#reservation .datepicker thead tr:first-child {
  padding-inline: min(1.5rem, 6%);
  position: relative;
  width: 100%;
}
div#reservation .datepicker .datepicker-days thead tr:first-child {
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
div#reservation .datepicker thead tr:first-child th {
  color: #111111;
  height: 0rem;
}
div#reservation .datepicker thead tr:first-child th:hover {
  background-color: transparent;
}
div#reservation .datepicker thead tr:first-child th.datepicker-switch {
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 900px) {
  div#reservation .datepicker thead tr:first-child th {
    height: 4rem;
  }
}
div#reservation .datepicker table tr td span {
  height: unset;
  padding: 1.5rem;
}
div#reservation .datepicker .datepicker-days thead tr:nth-child(2) th {
  padding-block: 5rem 1rem;
  font-size: clamp(0.9rem, 1.4vw, 1rem);
  text-transform: uppercase;
}
div#reservation .datepicker .datepicker-days thead tr:nth-child(2) th:first-child {
  color: #F53245;
}
div#reservation .datepicker .datepicker-days th {
  color: rgba(17, 17, 17, 0.5);
}
div#reservation .datepicker th.next {
  font-size: 0 !important;
}
div#reservation .datepicker th.next::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border: solid #111111;
  border-width: 0 0 1px 1px;
  transform: rotate(-135deg);
}
div#reservation .datepicker th.prev {
  font-size: 0 !important;
}
div#reservation .datepicker th.prev::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border: solid #111111;
  border-width: 0 0 1px 1px;
  transform: rotate(45deg);
}
div#reservation .datepicker :is(.datepicker-years, .datepicker-months) :is(th.prev, th.next) {
  padding-inline: 2rem !important;
}
div#reservation .datepicker .datepicker-days table tr td.disabled, div#reservation .datepicker .datepicker-days table tr td.disabled:hover {
  color: rgba(17, 17, 17, 0.3);
}
div#reservation .bootstrap-datetimepicker-widget .weekend {
  color: #F53245;
}
div#reservation .datepicker .datepicker-days table tr td.old, div#reservation .datepicker .datepicker-days table tr td.new {
  color: rgba(17, 17, 17, 0.3);
}
div#reservation .datepicker .datepicker-days tfoot {
  display: none;
}

.ui-widget.ui-widget-content {
  border: none;
}

.ui-datepicker {
  width: 100%;
  height: 100%;
}

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