@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap);
#app[data-v-567ae6d4] {
  height: -moz-fit-content;
  height: fit-content;
  -webkit-overflow-scrolling: touch;
}
html, body {
  overflow: auto;
  background-color: #fff;
  touch-action: manipulation;
}

body, div, * {
  margin: 0;
  box-sizing: border-box;
  font-family: "Noto Sans TC", sans-serif;
  touch-action: manipulation;
  font-family: Noto Sans TC;
  font-style: normal;
  overscroll-behavior: contain;
}

ol {
  padding: 0 0 0 26px;
  display: flex;
  flex-direction: column;
}

a, a:active, a:hover {
  color: #0089FF;
  word-break: break-all;
}

.custom-option .el-table__header-wrapper, .custom-option .el-table__body-wrapper {
  background-color: #fbfbfb;
}

.pinch-scroll-zoom {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 1023.98px) {
  .pinch-scroll-zoom {
    border: 1px solid #f1f1f1;
    background-color: #f1f1f1;
  }
}

.pinch-scroll-zoom__content {
  width: 70% !important;
  height: 100% !important;
}

.swiper-button-prev,
.swiper-button-next {
  width: 48px;
  height: 48px;
  background-color: #FFFFFF;
  border-radius: 50%;
}
@media (max-width: 1023.98px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px;
  color: #555555;
}
@media (max-width: 1023.98px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 12px;
  }
}

.swiper-button-disabled {
  opacity: 0;
}

.swiper-pagination-bullets {
  bottom: 15px;
}

.swiper-pagination-bullet {
  background-color: #AAA;
}

.swiper-pagination-bullet-active {
  background-color: #555555;
}

.feather--chevron-left {
  position: relative !important;
  right: 1.5px !important;
}

.el-textarea__inner {
  -webkit-appearance: none;
}

.el-dialog {
  width: 85% !important;
  max-width: 450px;
  margin-top: 5vh !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border: 1px solid #E5E5E5 !important;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.05) !important;
  border-radius: 4px !important;
}

.el-dialog__body {
  padding: 30px 20px 5px 20px;
}

.el-message-box__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.el-tag {
  background-color: #fafbfc !important;
  border-color: #e1e3e6 !important;
  color: #979eac !important;
}
.el-tag .el-tag__close {
  color: #fafbfc !important;
}

.v-modal {
  display: none;
}

.el-button {
  border-width: 0 !important;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
}

.el-transfer__buttons {
  margin: 48px 0;
}

.space_taker {
  flex: 1 1 auto;
}

.v-enter-active,
.v-leave-active {
  transition: opacity 0.3s ease-in-out;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}

.component-fade-enter-active, .component-fade-leave-active {
  transition: opacity 0.5s ease-in-out;
}

.component-fade-enter, .component-fade-leave-to {
  opacity: 0;
}

.slide-leave-active,
.slide-enter-active {
  transition: all 0.9s ease;
}

.slide-enter-from {
  transform: translateX(-100%);
}

.slide-leave-to {
  transform: translateX(100%);
}

.list-item {
  display: inline-block;
  margin-right: 10px;
}

.list-enter-active, .list-leave-active {
  transition: all 0.8s;
}

.list-enter, .list-leave-to {
  opacity: 0;
  transform: translateY(30px);
}

.menu_drawer {
  width: 100% !important;
  min-width: 480px;
  max-width: 480px;
  height: 100vh;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 1023.98px) {
  .menu_drawer {
    min-width: 320px;
    max-width: 414.98px;
  }
}
.menu_drawer .el-drawer__header {
  margin-bottom: 44px;
  padding: 19px 25.4px;
  padding-bottom: 0;
}
.menu_drawer .el-icon-close {
  font-size: 24px;
  font-weight: 700;
  color: #555555;
}
.menu_drawer .el-drawer__body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.inner_drawer {
  position: absolute;
  top: 0;
  left: 100%;
}

.fade-enter-active {
  transition: all 0.3s ease;
}

.fade-leave-active {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}

.fade-enter, .fade-leave-to {
  transform: translateX(-10px);
  opacity: 0;
}

.slide-left-enter-active,
.slide-left-leave-active,
.slide-right-enter-active,
.slide-right-leave-active {
  transition-duration: 0.5s;
  transition-property: height, opacity, transform;
  transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  overflow: hidden;
}

.slide-left-enter,
.slide-right-leave-active {
  opacity: 0;
  transform: translate(2em, 0);
}

.slide-left-leave-active,
.slide-right-enter {
  opacity: 0;
  transform: translate(-2em, 0);
}

::-webkit-scrollbar-track {
  display: none;
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar-thumb {
  display: none;
}

h2 {
  font-family: Noto Sans TC !important;
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 81px;
  letter-spacing: 1px;
}
@media (max-width: 1023.98px) {
  h2 {
    font-size: 42px;
    line-height: 61px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
  }
}

h3 {
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 41px;
  letter-spacing: 0.5px;
}
@media (max-width: 1023.98px) {
  h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
  }
}

.dezu_note {
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 20px;
  display: flex;
  align-items: center;
}

footer {
  width: 100%;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #AAAAAA;
  position: absolute;
  bottom: 20px;
  left: 0;
}
footer .web_link {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 8px;
  background: #F5F5F5;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.07), -4px -4px 13px #FFFFFF;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}
footer .web_link img {
  width: 50%;
  height: 50%;
  border-radius: 4px;
  object-fit: cover;
}
footer .web_link:last-of-type {
  margin-right: 11px;
}

.dezu_comfirm_box {
  max-width: 500px;
  margin-left: 36px;
  margin-right: 37px;
  white-space: pre-line;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #555555;
}
.dezu_comfirm_box .el-message-box__btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}
.dezu_comfirm_box .el-button {
  min-width: 80px;
  background-color: #555555;
  border-radius: 4px;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  border-width: 0;
}
.dezu_comfirm_box .el-button:not(:first-of-type) {
  margin-left: 30px;
}
.dezu_comfirm_box button.el-button--primary {
  background-color: #FFDE1F;
  border-width: 0;
  color: #555555;
  margin: 0;
}
.dezu_comfirm_box p {
  color: #555555;
}

#payment .el-dialog {
  top: calc(50vh - 70px);
}
#payment .el-dialog__header {
  padding: 10px 20px 10px !important;
}
#payment .el-dialog__title {
  font-size: 14px;
  color: #555;
}
#payment .el-dialog__headerbtn {
  top: 10px;
}
#payment .el-dialog__body {
  padding: 0;
}

#onlineReserve .dezu_radio_group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
#onlineReserve .dezu_radio_group .el-radio {
  margin-right: 28px;
}
#onlineReserve .dezu_radio_group label {
  font-weight: 400 !important;
}
#onlineReserve .dezu_radio_group .el-radio__label {
  color: #555555 !important;
}

#drawer-dialog ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: rgba(245, 245, 245, 0);
  display: block;
  margin: 80px auto 15px auto;
}
#drawer-dialog ::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(245, 245, 245, 0);
  display: block;
}
#drawer-dialog ::-webkit-scrollbar-thumb {
  border-radius: 60px;
  height: 15%;
  background-color: #ababab;
  display: block;
}

.custom-option .el-table {
  max-height: calc(var(--vh, 1vh) * 100 - 50px);
}
.custom-option .el-table::before {
  display: none;
}
.custom-option .table_wrapper ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: rgba(245, 245, 245, 0);
  display: block;
  margin-top: 15px;
  margin: 80px auto 15px auto;
}
.custom-option .table_wrapper ::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: rgba(245, 245, 245, 0);
  display: block;
  margin-top: 15px;
}
.custom-option .table_wrapper ::-webkit-scrollbar-thumb {
  border-radius: 60px;
  height: 15%;
  background-color: #ababab;
  display: block;
  margin-top: 15px;
}
.custom-option .el-table td.el-table__cell, .custom-option .el-table th.el-table__cell.is-leaf {
  border-width: 0 !important;
  font-style: normal;
  font-weight: 400;
  font-size: 17.2518px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 2.50935px;
  color: #555555;
  flex: none;
  order: 0;
  flex-grow: 0;
  height: 43px !important;
  overflow: hidden;
  padding: 0 !important;
  background-color: #fefefe;
}
.custom-option .el-table td.el-table__cell .cell, .custom-option .el-table th.el-table__cell.is-leaf .cell {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fefefe;
}
.custom-option .el-table td.el-table__cell .cell .table_item, .custom-option .el-table th.el-table__cell.is-leaf .cell .table_item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
@media (min-width: 1024px) {
  .custom-option .el-table td.el-table__cell .cell .table_item:not(.is_disabled):not(.amenities):not(.down):hover, .custom-option .el-table th.el-table__cell.is-leaf .cell .table_item:not(.is_disabled):not(.amenities):not(.down):hover {
    background-color: #FFDE1F !important;
  }
}
.custom-option .el-table td.el-table__cell .cell .table_item .unselect_icon, .custom-option .el-table th.el-table__cell.is-leaf .cell .table_item .unselect_icon {
  position: relative;
  top: 2px;
  margin-left: 6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 0.8px solid #6F6D6D;
  padding: 0 0 0 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
}
.custom-option .el-table td.el-table__cell .cell .table_item .unselect_icon i, .custom-option .el-table th.el-table__cell.is-leaf .cell .table_item .unselect_icon i {
  color: #6F6D6D !important;
  font-weight: 100 !important;
  font-size: 0.6rem !important;
  cursor: pointer;
}
.custom-option .column_header, .custom-option .title_column {
  pointer-events: none;
  position: relative;
}
.custom-option .column_header div, .custom-option .title_column div {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.77225px;
  color: #AAAAAA;
  background-color: #EAEAEA !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.custom-option .column_header span, .custom-option .title_column span {
  width: 100%;
  display: block;
}
.custom-option .column_header hr, .custom-option .title_column hr {
  position: absolute;
  width: 100%;
  height: 0;
  transform: rotate(20deg);
  border-width: 0;
  border-top: 1px solid white;
}
.custom-option .el-table__header-wrapper, .custom-option .el-table__body-wrapper {
  overflow: visible !important;
}
.custom-option .el-table__body-wrapper {
  margin-bottom: 5px;
}
.custom-option .is_disabled {
  background-color: #FFFFFF !important;
  color: #333333 !important;
  opacity: 30% !important;
  cursor: not-allowed !important;
}
.custom-option .is_disabled:hover {
  background-color: #FFFFFF !important;
}
.custom-option .amenities {
  background-color: #FFFFFF !important;
  color: #333333 !important;
  opacity: 100% !important;
  cursor: not-allowed !important;
}
.custom-option .amenities:hover {
  background-color: #FFFFFF !important;
}
.custom-option .down {
  background-color: #FFFFFF !important;
  color: #AAAAAA !important;
  opacity: 100% !important;
  cursor: not-allowed !important;
}
.custom-option .down:hover {
  background-color: #FFFFFF !important;
}

.dezu_input .el-checkbox {
  padding-left: 0;
}
.dezu_input .el-input {
  width: 100% !important;
}
.dezu_input .el-checkbox__label {
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #AAAAAA;
}
.dezu_input .el-date-editor {
  width: 100% !important;
}
.dezu_input .el-input__prefix {
  display: none;
}
.dezu_input .el-form-item__content {
  width: 100% !important;
}
.dezu_input .tpfield,
.dezu_input .el-input__inner {
  width: 100% !important;
  height: 50px;
  padding-left: 23px;
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
  box-sizing: border-box;
  border-radius: 30px;
  font-family: Noto Sans TC, sans-serif;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 21px;
  line-height: 30px;
  color: #555555;
}
.dezu_input .el-select__caret {
  color: #555555;
  font-size: 18px;
  font-weight: 900 !important;
  position: relative;
  right: 9px;
}

.floating_drawer {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  min-width: 280px;
  width: 100%;
  max-width: 480px;
  height: 72px;
  background: #F2F2F2;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 15px 0 0 0;
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #555;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 1023.98px) {
  .floating_drawer {
    width: 100%;
    max-width: 100%;
    border-radius: 15px 15px 0px 0px;
  }
}
.floating_drawer .click_circle {
  position: absolute;
  top: 12px;
  left: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}
.floating_drawer .click_circle span {
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #555555;
  position: relative;
  top: -9px;
}

.payment_info_selector {
  width: 100%;
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.payment_counter {
  margin-top: 10px;
}
.payment_counter h4 {
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.2px;
  color: #555555;
}

.total_payment {
  padding: 10px 0 40px 0;
  border-bottom: 1px solid #E5E5E5;
}
.total_payment > h4, .total_payment > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  color: #555;
  margin-bottom: 5px;
}
.total_payment > h4 span, .total_payment > div span {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.the_counter {
  color: #555;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #E5E5E5;
}
.the_counter > div {
  width: 100%;
  margin-top: 30px;
}
.the_counter > .take_half {
  width: calc(50% - 10px);
}
.the_counter > .take_half:nth-of-type(odd) {
  margin-right: 20px;
}
@media (max-width: 1023.98px) {
  .the_counter > .take_half {
    width: 100%;
  }
  .the_counter > .take_half:nth-of-type(odd) {
    margin-right: 0;
  }
}
.the_counter h4 {
  padding-bottom: 9px;
}
.the_counter .el-input__inner {
  width: 100%;
  height: 50px;
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
  box-sizing: border-box;
  border-radius: 30px;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  padding: 0 23px;
}
.the_counter .el-select {
  width: 100%;
  height: 50px;
}
.the_counter .el-select .el-select__caret {
  color: #555;
  font-size: 18px;
  transition: transform 0.3s;
  transform: rotateZ(180deg) scaleX(1.2);
  cursor: pointer;
  margin-right: 20px;
  font-weight: 900;
}
.the_counter .el-select .el-select__caret.is-reverse {
  transform: rotateZ(0deg) scaleX(1.2);
}
.the_counter .unmodifiable {
  pointer-events: none;
}

.payment_list {
  margin-top: 20px;
}
.payment_list h4 {
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.2px;
  color: #555555;
}

.list_info {
  border-bottom: 1px solid #E5E5E5;
  margin: 0 186px;
  padding: 30px 0;
}
.list_info > h4, .list_info > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  color: #555;
  margin-bottom: 5px;
}
.list_info > h4 span, .list_info > div span {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
@media (max-width: 1023.98px) {
  .list_info {
    max-width: 480px;
    margin: 0 auto;
  }
}

.remark_li {
  padding: 20px 0 67px 0;
  margin-bottom: 0;
  white-space: pre-line;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
}
@media (max-width: 1023.98px) {
  .remark_li {
    padding: 20px 0 0 0;
    margin-bottom: 100px !important;
  }
}
.remark_li a {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.remark_li.the_link::marker {
  color: #0089FF;
}
.remark_li.small_w {
  margin: 0 186px;
}
@media (max-width: 1023.98px) {
  .remark_li.small_w {
    max-width: 480px;
    margin: 0 auto;
  }
}
.remark_li li {
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
}
.remark_li li a {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.remark_li li.the_link::marker {
  color: #0089FF;
}

.pswp--open {
  z-index: 3000;
}

/*Fixes double tap on iOS*/
.el-scrollbar__bar {
  opacity: 1 !important;
}

.el-scrollbar__wrap {
  max-width: 100vw;
  overflow: auto !important;
}
