/* CSS Document */
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

/* all */
h1, h2, h3, h4, h5, p, dt, dd, li, th, td, address, strong, em, table, dl, ul, ol, img,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  padding: 0;
  margin: 0;
  background: transparent;
}

/* font */
h1, h2, h3, h4, h5, p, dt, dd, li, th, td, a, address, strong, em, form, input, textarea, select, submit,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  color: inherit;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}

/* indivisual */
a {
  border: none;
  color: inherit;
  word-wrap: break-word;
  text-decoration: underline;
  position: relative;
}
a:hover {
  opacity: 1;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

address, em {
  font-style: normal;
}

ul, ol {
  list-style: none none outside;
}

img {
  display: block;
  border: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
}

body {
  color: #000;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  letter-spacing: 0;
  text-align: justify;
  background-color: #fff;
  position: relative;
}
[lang=en] body {
  font-family: "Afacad", sans-serif;
}
[lang=en] body p {
  overflow-wrap: break-word;
}
[lang=zh-Hant] body {
  font-family: "Noto Sans TC", sans-serif;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.cm_booknow {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
  width: 14.6875rem;
  height: 5rem;
  background: #802F3F;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.3125rem;
  color: #FFF;
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  .cm_booknow {
    width: 14.5rem;
    height: 4rem;
    gap: 0.625rem;
  }
}
.cm_booknow img {
  width: 1.25rem;
}
.cm_booknow span {
  font-size: 1.25rem;
  font-family: "Bacasime Antique", serif;
  letter-spacing: 0.2em;
}

.cm_lang {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  background: #802F3F;
  padding: 1.25rem 1.125rem;
  border-radius: 0.3125rem;
}
@media only screen and (max-width: 1280px) {
  .cm_lang {
    gap: 0.4375rem;
    padding: 0.9375rem 0.75rem;
  }
  .cm_lang img {
    width: 0.9375rem;
  }
}
.cm_lang ul {
  position: relative;
}
.cm_lang ul:hover li:nth-child(2) {
  opacity: 1;
  visibility: visible;
}
.cm_lang ul li {
  font-size: 1.25rem;
  background: transparent;
  color: #FFF;
  transition: 0.3s;
}
.cm_lang ul li:nth-child(2) {
  cursor: pointer;
  position: absolute;
  left: -1.25rem;
  top: 1.5625rem;
  opacity: 0;
  visibility: hidden;
  border-radius: 0.3125rem;
  background: #802F3F;
  white-space: nowrap;
  padding: 0.3125rem 1.375rem 0.9375rem 1.25rem;
}
.cm_lang ul li.en {
  font-family: "Bacasime Antique", serif;
}
@media only screen and (max-width: 1280px) {
  .cm_lang ul li.en {
    font-size: 1.125rem;
  }
}
.cm_lang ul li.tc {
  font-family: "Noto Serif TC", serif;
  font-size: 1rem;
}
.cm_lang select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  line-height: 1;
  font-family: "Bacasime Antique", serif;
  font-size: 1.25rem;
  background: transparent;
  color: #FFF;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1280px) {
  .cm_lang select {
    font-size: 1.125rem;
  }
}
.cm_lang select option {
  color: #000;
}

header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5.75rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0 3rem;
}
@media only screen and (max-width: 1280px) {
  header {
    height: 5.625rem;
    padding: 0 2rem;
  }
}
header::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  inset: 0;
  z-index: -1;
  transition: 0.3s;
}
header.show::before {
  opacity: 0;
}
@media only screen and (min-width: 1000px) {
  header.show .h1 {
    opacity: 0;
  }
}
header.show nav {
  transform: translateX(0);
}
header .h1 {
  width: 15.625rem;
  transition: 0.3s;
  position: relative;
  z-index: 11;
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  header .h1 {
    width: 10.625rem;
  }
}
@media only screen and (max-width: 999px) {
  header .h1 {
    width: 12.5rem;
  }
}
header .wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
header .wrap .menu {
  cursor: pointer;
  width: 3.75rem;
  height: 3.75rem;
  background: #802F3F;
  border-radius: 0.3125rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1280px) {
  header .wrap .menu {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}
header .wrap .menu.open .bar {
  transform: translateX(-50%) rotate(30deg);
  top: 50%;
}
header .wrap .menu.open .bar2 {
  transform: translateX(-50%) rotate(-30deg);
  top: 50%;
}
header .wrap .menu div {
  display: block;
  background-color: #FFF;
  width: 1.75rem;
  height: 1px;
  position: absolute;
  left: 50%;
  transition: 0.375s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateX(-50%);
}
header .wrap .menu div.bar {
  top: calc(50% - 0.5rem);
}
header .wrap .menu div.bar2 {
  bottom: calc(50% - 0.5rem);
}
@media only screen and (max-width: 1280px) {
  header .wrap .menu div {
    width: 1.3125rem;
  }
  header .wrap .menu div.bar {
    top: calc(50% - 0.375rem);
  }
  header .wrap .menu div.bar2 {
    bottom: calc(50% - 0.375rem);
  }
}
header .wrap .cm_lang {
  z-index: 2;
}
header nav {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 3rem;
  width: 27rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  overflow: auto;
  transition: 0.3s;
  transform: translateX(100%);
  padding: 8rem 0;
}
@media only screen and (max-width: 999px) {
  header nav {
    width: 100%;
    padding: 4rem 0;
  }
}
header nav::before, header nav::after {
  content: "";
}
header nav .nav {
  flex-shrink: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  header nav .nav {
    width: 14.6875rem;
    display: flex;
    gap: 3rem 0;
    flex-wrap: wrap;
  }
}
header nav .nav li {
  width: 50%;
  line-height: 1;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  color: #802F3F;
  white-space: nowrap;
  text-underline-position: under;
}
[lang=en] header nav .nav li {
  font-family: "Bacasime Antique", serif;
}
[lang=zh-Hant] header nav .nav li {
  font-family: "Noto Serif TC", serif;
}
@media only screen and (max-width: 999px) {
  [lang=zh-Hant] header nav .nav li {
    font-weight: 600;
  }
}
@media only screen and (min-width: 1000px) {
  header nav .nav li:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 999px) {
  header nav .nav li {
    width: 100%;
    margin: 3rem 0 0;
  }
  header nav .nav li:first-child {
    margin-top: 0;
  }
  header nav .nav li a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
header nav .cm_booknow {
  flex-shrink: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  header nav .cm_booknow {
    gap: 0.5rem;
    width: 23rem;
    height: 5.3125rem;
    margin-top: 3rem;
  }
  header nav .cm_booknow img {
    width: 1.875rem;
  }
  header nav .cm_booknow span {
    font-size: 1.4375rem;
  }
}

footer {
  background: url("../img/footer_bg.jpg") center/cover no-repeat;
  padding: 6.125rem 0 5.0625rem;
  margin: 8rem 0 0;
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  footer {
    padding: 3rem 0 2rem;
  }
}
@media only screen and (max-width: 999px) {
  footer {
    padding: 4rem 0;
  }
}
footer .inner {
  width: calc(100% - 4rem);
  max-width: 67.5rem;
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  footer .inner {
    padding-left: 1.0625rem;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  footer .inner {
    max-width: 50rem;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1000px) {
  footer .inner .flex {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 999px) {
  footer .inner .flex {
    position: relative;
  }
}
footer .inner .flex .left .logo {
  width: 23.1875rem;
}
@media only screen and (max-width: 999px) {
  footer .inner .flex .left .logo {
    width: 16.9375rem;
  }
}
footer .inner .flex .left .logo img {
  width: 100%;
}
@media only screen and (max-width: 999px) {
  footer .inner .flex .left .btns {
    position: absolute;
  }
}
footer .inner .flex .left .btns .cm_booknow {
  margin-top: 2.75rem;
  width: 23rem;
  height: 5.3125rem;
  gap: 1rem;
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  footer .inner .flex .left .btns .cm_booknow {
    margin-top: 1rem;
    width: 16.875rem;
    height: 3.875rem;
  }
  footer .inner .flex .left .btns .cm_booknow img {
    width: 1.375rem !important;
  }
  footer .inner .flex .left .btns .cm_booknow span {
    font-size: 1.05rem !important;
  }
}
@media only screen and (max-width: 999px) {
  footer .inner .flex .left .btns .cm_booknow {
    width: 14.5rem;
    height: 4rem;
    margin-top: 1.0625rem;
  }
  footer .inner .flex .left .btns .cm_booknow img {
    width: 1.3125rem !important;
  }
  footer .inner .flex .left .btns .cm_booknow span {
    font-size: 1.25rem !important;
  }
}
footer .inner .flex .left .btns .cm_booknow img {
  width: 1.875rem;
}
footer .inner .flex .left .btns .cm_booknow span {
  font-size: 1.4375rem;
}
footer .inner .flex .left .btns .cm_lang {
  margin-top: 2rem;
}
@media only screen and (max-width: 1280px) {
  footer .inner .flex .left .btns .cm_lang {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 999px) {
  footer .inner .flex .right {
    margin-top: 1.0625rem;
  }
}
footer .inner .flex .right ul li {
  text-align: right;
  font-size: 1.5625rem;
  color: #802F3F;
  letter-spacing: 0.1em;
  text-underline-position: under;
  margin: 2rem 0 0;
}
[lang=en] footer .inner .flex .right ul li {
  font-family: "Bacasime Antique", serif;
}
[lang=zh-Hant] footer .inner .flex .right ul li {
  font-weight: 500;
  font-size: 1.375rem;
  font-family: "Noto Serif TC", serif;
}
footer .inner .flex .right ul li:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 1000px) {
  footer .inner .flex .right ul li:hover {
    text-decoration: underline;
  }
}
footer .inner .copy {
  font-family: "Afacad", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  color: #802F3F;
  margin-top: 5.6875rem;
}
@media only screen and (max-width: 999px) {
  footer .inner .copy {
    margin-top: 3.625rem;
  }
}

.cm_table, .post .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}
.cm_table th, .post .wp-block-table table th,
.cm_table td,
.post .wp-block-table table td {
  padding: 1rem 0 1rem;
  line-height: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 999px) {
  .cm_table th, .post .wp-block-table table th,
  .cm_table td,
  .post .wp-block-table table td {
    display: block;
    width: 100%;
  }
}
.cm_table th ul, .post .wp-block-table table th ul,
.cm_table td ul,
.post .wp-block-table table td ul {
  margin: 0;
}
.cm_table th ul li, .post .wp-block-table table th ul li,
.cm_table td ul li,
.post .wp-block-table table td ul li {
  line-height: 1.75;
  margin: calc(0.75rem - 0.375em) 0 -0.375rem;
}
@media only screen and (max-width: 999px) {
  .cm_table td, .post .wp-block-table table td {
    padding: 0 0 1rem;
  }
}
.cm_table th, .post .wp-block-table table th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
@media only screen and (max-width: 999px) {
  .cm_table th, .post .wp-block-table table th {
    padding: 1rem 0 0.25rem;
    border: none;
  }
}

.cm_btn, .post .wp-block-buttons .wp-block-button .wp-block-button__link {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}

.wp-block-table table {
  border: none;
}
.wp-block-table table tr {
  border: none;
}
.wp-block-table table tr th,
.wp-block-table table tr td {
  border: none;
}

.post .wp-block-image {
  width: 100%;
  margin: 2.5rem 0 0;
}
.post .wp-block-image.aligncenter img {
  margin: 0 auto;
}
.post .wp-block-image figcaption {
  line-height: 1.75;
  margin: calc(1rem - 0.375em) 0 -0.375em;
}
.post .aligncenter {
  text-align: center;
}
.post .aligncenterimg {
  display: block;
  margin: 2.5rem auto 0;
}
.post .aligncenter img {
  display: block;
  margin: 2.5rem auto 0;
}
.post .wp-block-table {
  margin-top: 2.5rem;
}
.post .wp-block-table table {
  margin-top: 0 !important;
}
.post .wp-block-table figcaption {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.5;
  margin: calc(1.25rem - 0.25em) 0 -0.25em;
}
.post .wp-block-buttons .wp-block-button {
  text-align: center;
}
.post .wp-block-buttons .wp-block-button .wp-block-button__link {
  margin: 2.5rem auto 0;
}
@media only screen and (min-width: 1000px) {
  .post .wp-block-columns {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }
}
.post .wp-block-columns {
  margin-top: 1rem;
}
.post .wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}
.post .wp-block-quote {
  padding: 2.5rem;
  margin: 2.5rem 0 0;
  background: rgba(0, 159, 232, 0.06);
}
.post .wp-block-quote p {
  font-weight: 700;
  margin-top: -0.5em;
}
.post .wp-block-quote cite {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.5;
  margin: calc(1.25rem - 0.25em) 0 -0.25em;
}
.post .wp-block-preformatted {
  font-weight: normal;
  line-height: 2;
  padding: calc(2.5rem - 0.5em) 2.5rem;
  margin: 2.5rem 0 0;
  background: rgba(0, 159, 232, 0.06);
}
.post .wp-block-pullquote {
  margin: 2.5rem 0 0;
}
.post .wp-block-pullquote blockquote {
  padding: 2.5rem;
  margin: 0;
}
@media only screen and (max-width: 999px) {
  .post .wp-block-pullquote blockquote {
    padding: 2.5rem 0;
  }
}
.post .wp-block-pullquote blockquote p {
  font-weight: 700;
  margin-top: -0.5em;
}
.post .wp-block-pullquote blockquote cite {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.5;
  margin: calc(1.25rem - 0.25em) 0 -0.25em;
}
.post .has-text-align-center {
  text-align: center;
}
.post .has-text-align-right {
  text-align: right;
}
.post .wp-block-media-text {
  gap: 0 2rem;
  margin-top: 2rem;
}
.post .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
.post .wp-block-media-text .wp-block-media-text__content > *:first-child {
  margin-top: 0;
}
.post .wp-block-media-text .wp-block-media-text__media {
  margin-bottom: 1rem;
}
.post .wp-block-media-text .wp-block-media-text__media > *:first-child {
  margin-top: 0;
}
.post .wp-block-group.is-layout-constrained {
  margin: 5rem calc(50% - 50vw) 0;
  padding: 5rem 0 8.1875rem;
  position: relative;
}
.post .wp-block-group.is-layout-constrained > *:first-child {
  margin-top: 0;
}
.post .wp-block-group.is-layout-constrained::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(19, 175, 6, 0.08);
  z-index: -1;
}
.post .wp-block-gallery .wp-block-image {
  width: unset;
}

.post {
  margin: 5rem auto 0;
}
.post:first-child {
  margin: 0 auto;
}
.post h1 {
  font-size: 1.75rem;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  position: relative;
}
.post h2,
.post .h2 {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: calc(5rem - 0.25em) 0 -0.25rem;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .post h2,
  .post .h2 {
    margin: calc(4rem - 0.25em) 0 -0.25rem;
  }
}
.post h3 {
  font-size: 1.75rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin: calc(6rem - 0.25em) 0 -0.25rem;
}
@media only screen and (max-width: 999px) {
  .post h3 {
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    margin: calc(4rem - 0.25em) 0 -0.25rem;
  }
}
.post h4 {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: calc(4rem - 0.25em) 0 -0.25em;
  padding-bottom: 0.25rem;
}
@media only screen and (max-width: 999px) {
  .post h4 {
    margin: calc(3rem - 0.25em) 0 -0.25em;
  }
}
.post h5 {
  line-height: 1.5;
  margin: calc(3rem - 0.25em) 0 -0.25em;
}
@media only screen and (max-width: 999px) {
  .post h5 {
    margin: calc(2rem - 0.25em) 0 -0.25em;
  }
}
.post p {
  line-height: 2;
  text-align: justify;
  margin: 1.5em 0 -0.5em;
}
.post p.date {
  margin: calc(1.5rem - 0.5em) 0 -0.5em;
}
.post ul,
.post ol {
  padding-left: 1.25rem;
  margin: 2rem 0 0 0.25em;
  list-style: square none;
}
.post ul li,
.post ol li {
  line-height: 2;
  margin: calc(1rem - 0.5em) 0 -0.5rem;
}
.post ul li:first-child,
.post ol li:first-child {
  margin-top: -0.5em;
}
.post ol {
  margin: 2rem 0 0 0.5em;
  list-style: decimal none;
}
.post img {
  margin: 2rem 0 0;
}
.post table {
  width: 100%;
  margin-top: 2rem;
  border-top: 1px solid rgba(0, 134, 209, 0.2);
}
.post table caption {
  caption-side: bottom;
  text-align: left;
  line-height: 1.75;
  margin-top: 0.75rem;
}
.post table tbody tr td,
.post table tbody tr th {
  vertical-align: top;
  padding: 0.625rem 0 0.625rem;
  line-height: 1.75;
  border-bottom: 1px solid rgba(0, 134, 209, 0.2);
}
.post table tbody tr th {
  padding-right: 1rem;
}
.post .red {
  color: red;
}

.mw_wp_form {
  margin-top: 3rem;
}
.mw_wp_form .need {
  display: inline-block;
  color: #F00C38;
  font-size: 0.75rem;
  padding-left: 0.5rem;
}
.mw_wp_form .error {
  color: #ff0033 !important;
  margin-top: 0.75em;
}
.mw_wp_form dl {
  position: relative;
}
.mw_wp_form dl:first-child dt {
  border-top: none;
}
@media only screen and (max-width: 999px) {
  .mw_wp_form dl:last-of-type {
    border: none;
  }
}
@media only screen and (min-width: 1000px) {
  .mw_wp_form dl {
    display: flex;
  }
}
.mw_wp_form dl:first-child {
  margin-top: 0;
}
.mw_wp_form dl dt {
  font-weight: bold;
  line-height: 1.5;
  padding: 1.5rem 0rem;
}
@media only screen and (min-width: 1000px) {
  .mw_wp_form dl dt {
    width: 15.625rem;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 999px) {
  .mw_wp_form dl dt {
    padding: 0.75rem 0rem;
  }
}
.mw_wp_form dl dd {
  padding: 1.25rem 0rem;
}
@media only screen and (min-width: 1000px) {
  .mw_wp_form dl dd {
    width: calc(100% - 15.625rem);
  }
}
@media only screen and (max-width: 999px) {
  .mw_wp_form dl dd {
    padding: 0.7692307692rem 0 1.1538461538rem;
  }
}
.mw_wp_form input[type=tel],
.mw_wp_form input[type=email],
.mw_wp_form input[type=text],
.mw_wp_form input[type=number],
.mw_wp_form textarea {
  display: block;
  width: 100%;
  line-height: 1.5;
  padding: 0.75em 1em;
  background: #fff;
  border-radius: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.mw_wp_form input[type=tel]::-moz-placeholder, .mw_wp_form input[type=email]::-moz-placeholder, .mw_wp_form input[type=text]::-moz-placeholder, .mw_wp_form input[type=number]::-moz-placeholder, .mw_wp_form textarea::-moz-placeholder {
  color: #C7C7C7;
}
.mw_wp_form input[type=tel]::placeholder,
.mw_wp_form input[type=email]::placeholder,
.mw_wp_form input[type=text]::placeholder,
.mw_wp_form input[type=number]::placeholder,
.mw_wp_form textarea::placeholder {
  color: #C7C7C7;
}
.mw_wp_form .btn {
  display: flex;
  justify-content: center;
  gap: 0 3.125rem;
  margin-top: 3.125rem;
}
@media only screen and (max-width: 999px) {
  .mw_wp_form .btn {
    flex-direction: column-reverse;
    gap: 2.0769230769rem 0;
    align-items: center;
  }
}
.mw_wp_form input[type=submit],
.mw_wp_form input[type=reset] {
  cursor: pointer;
  display: block;
  width: 18.75rem;
  background: #FFF;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  text-decoration: none;
  padding: 1.25rem 0;
  border-radius: 9999px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.25s;
}
.mw_wp_form input[type=submit]:hover,
.mw_wp_form input[type=reset]:hover {
  opacity: 0.6;
}
.mw_wp_form input[type=reset] {
  color: #fff;
  border-radius: 0.3125rem;
}
.mw_wp_form select {
  display: block;
  width: 100%;
  line-height: 1.5;
  background: #fff;
  border-radius: 0.5rem;
  padding: 0.75em 1em;
}
.mw_wp_form .item span {
  display: block;
  margin-bottom: 0.5rem;
}
.mw_wp_form .item + .item {
  margin: 1rem 0 0;
}
.mw_wp_form button {
  cursor: pointer;
  display: block;
  width: 18.75rem;
  color: #FFF;
  font-size: 1.25rem;
  background: linear-gradient(45deg, #f6ef87 0.19%, #f3e97d 5.49%, #ebd964 14.3%, #dfc03b 25.47%, #d7ae1c 32.85%, #d75c11 86.52%);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  padding: 1.25rem 0;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.25s;
}
.mw_wp_form button:hover {
  opacity: 0.6;
}
.mw_wp_form .radio {
  gap: 1.25rem;
  margin-top: 0.5rem;
}
.mw_wp_form .radio label {
  position: relative;
  cursor: pointer;
  padding-left: 1.875rem;
  margin-right: 0.625rem;
}
.mw_wp_form .radio label input {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.mw_wp_form .radio label:has(input:checked)::after {
  opacity: 1;
}
.mw_wp_form .radio label::before,
.mw_wp_form .radio label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.mw_wp_form .radio label::before {
  background-color: #FFF;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 0;
}
.mw_wp_form .radio label::after {
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 4px;
}
.mw_wp_form .radio input:checked + label::after {
  opacity: 1;
}
.mw_wp_form .radio .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .radio_btn {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.mw_wp_form .check_box .mwform-checkbox-field .mwform-checkbox-field-text {
  display: none;
}
.mw_wp_form.mw_wp_form_confirm .confirm_none, .mw_wp_form.mw_wp_form_confirm .input_text {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .mw_wp_form.mw_wp_form_confirm dl dd {
    line-height: 1.5;
  }
}
.mw_wp_form.mw_wp_form_complete .complete_none {
  display: none;
}

/* wp-pagenavi */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 5.625rem;
}
.wp-pagenavi a:active,
.wp-pagenavi a:hover,
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi .current, .wp-pagenavi .pages {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 3.5rem;
  aspect-ratio: 1/1;
  border: 0.25rem solid #fff;
  font-size: 1.75rem;
  text-align: center;
  color: #FFF;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background-color: #FFF;
}

#index .contents .lead_title {
  font-size: 4.0625rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}
[lang=en] #index .contents .lead_title {
  font-family: "Bacasime Antique", serif;
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  [lang=en] #index .contents .lead_title {
    font-size: 2.8125rem;
  }
}
@media only screen and (max-width: 999px) {
  [lang=en] #index .contents .lead_title {
    font-size: 2.8125rem;
  }
}
[lang=zh-Hant] #index .contents .lead_title {
  font-size: 2.8125rem;
  font-family: "Noto Serif TC", serif;
}
@media only screen and (max-width: 999px) {
  [lang=zh-Hant] #index .contents .lead_title {
    font-size: 2.1875rem;
  }
}
#index .contents .lead_subtitle {
  display: block;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin: 1.125rem 0 0;
}
[lang=en] #index .contents .lead_subtitle {
  font-family: "Bacasime Antique", serif;
}
[lang=zh-Hant] #index .contents .lead_subtitle {
  font-family: "Noto Serif TC", serif;
  font-size: 2.1875rem;
}
@media only screen and (max-width: 999px) {
  [lang=zh-Hant] #index .contents .lead_subtitle {
    font-size: 1.5625rem;
  }
}
#index .contents .lead_text {
  max-width: 31.25rem;
  line-height: 1.5;
  margin: calc(2rem - 0.25em) 0 -0.25em;
}
[lang=en] #index .contents .lead_text {
  font-size: 1.125rem;
}
[lang=zh-Hant] #index .contents .lead_text {
  font-size: 1.125rem;
  line-height: 1.8;
}
#index .contents .w1080 {
  width: calc(100% - 4rem);
  max-width: 67.5rem;
}
#index .contents .w800 {
  width: calc(100% - 4rem);
  max-width: 50rem;
}
#index .contents .leading {
  position: relative;
}
#index .contents .leading .img {
  width: 100%;
}
#index .contents .leading .img img {
  width: 100%;
}
#index .contents .abs_text {
  width: calc(100% - 12.5rem);
  color: #FFF;
  position: absolute;
  left: 50%;
  bottom: 6rem;
  transform: translateX(-50%);
  margin: 0 auto;
  padding-left: 1.4375rem;
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  #index .contents .abs_text {
    width: calc(100% - 6rem);
    bottom: 3rem;
    padding-left: 0;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents .abs_text {
    width: calc(100% - 4rem);
    bottom: 2rem;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1000px) {
  #index .contents .abs_text .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
#index .contents .modal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #FFF;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
#index .contents .modal.show {
  opacity: 1;
  visibility: visible;
}
#index .contents .modal::before, #index .contents .modal::after {
  content: "";
}
#index .contents .modal .inner {
  pointer-events: none;
  padding: 2rem 0;
}
#index .contents .modal .inner h2 {
  font-size: 3.125rem;
  font-family: "Bacasime Antique", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
#index .contents .modal .inner ul {
  width: calc(100% - 4rem);
  max-width: 56.25rem;
  display: flex;
  gap: 2.5rem 2rem;
  flex-wrap: wrap;
  margin: 2.625rem auto 0;
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  #index .contents .modal .inner ul {
    max-width: 50rem;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents .modal .inner ul {
    width: calc(100% - 8rem);
    gap: 2rem;
    margin-top: 3rem;
  }
}
#index .contents .modal .inner ul li {
  width: calc((100% - 2rem) / 2);
}
@media only screen and (max-width: 999px) {
  #index .contents .modal .inner ul li {
    width: 100%;
  }
}
#index .contents .modal .inner ul li a {
  display: block;
  border: 1px solid #AAA;
  border-radius: 999px;
  pointer-events: auto;
}
#index .contents .modal .inner ul li a img {
  width: 15.125rem;
  margin: 0 auto;
}
#index .contents .modal .inner .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem auto 0;
}
#index .contents .modal .inner .btn .close {
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18.75rem;
  height: 3.75rem;
  background: #FFF;
  border: 1px solid #802F3F;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 999px;
  transition: 0.3s;
}
@media only screen and (min-width: 1000px) {
  #index .contents .modal .inner .btn .close:hover {
    background: #802F3F;
  }
  #index .contents .modal .inner .btn .close:hover span {
    color: #FFF;
  }
}
#index .contents .modal .inner .btn .close span {
  font-size: 1.25rem;
  font-family: "Afacad", sans-serif;
  color: #802F3F;
  transition: 0.3s;
}
#index .contents #fv {
  position: relative;
}
#index .contents #fv .mainImg {
  width: 100%;
}
#index .contents #fv .mainImg img {
  width: 100%;
}
#index .contents #fv .abs_text .flex {
  margin-top: 2rem;
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  #index .contents #fv .abs_text .flex {
    align-items: flex-end;
  }
}
#index .contents #fv .abs_text .flex .lead_text {
  margin-top: -0.25em;
}
@media only screen and (max-width: 999px) {
  #index .contents #fv .abs_text .flex .cm_booknow {
    display: none;
  }
}
[lang=zh-Hant] #index .contents #spa .leading .abs_text {
  font-size: 3.4375rem;
}
@media only screen and (max-width: 999px) {
  [lang=zh-Hant] #index .contents #spa .leading .abs_text {
    font-size: 2.1875rem;
  }
}
#index .contents #spa .bath {
  margin: 12.5rem auto 0;
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  #index .contents #spa .bath {
    max-width: 50rem;
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #spa .bath {
    margin-top: 6rem;
  }
}
#index .contents #spa .bath .bath01 .img {
  position: relative;
  overflow: hidden;
}
#index .contents #spa .bath .bath01 .img img {
  width: 100%;
}
#index .contents #spa .bath .bath01 .img h3 {
  font-size: 3.125rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: absolute;
  color: #FFF;
  left: 2rem;
  margin: -0.1em 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #spa .bath .bath01 .img h3 {
    left: 0;
  }
}
[lang=en] #index .contents #spa .bath .bath01 .img h3 {
  font-family: "Bacasime Antique", serif;
  bottom: 5.0625rem;
}
@media only screen and (max-width: 999px) {
  [lang=en] #index .contents #spa .bath .bath01 .img h3 {
    font-size: 2.1875rem;
    bottom: 4.25rem;
  }
}
[lang=zh-Hant] #index .contents #spa .bath .bath01 .img h3 {
  font-family: "Noto Serif TC", serif;
  bottom: 5.4375rem;
}
@media only screen and (max-width: 999px) {
  [lang=zh-Hant] #index .contents #spa .bath .bath01 .img h3 {
    font-size: 1.875rem;
  }
}
#index .contents #spa .bath .bath01 .img p {
  position: absolute;
  color: #FFF;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#index .contents #spa .bath .bath01 p {
  max-width: 31.25rem;
  line-height: 1.5;
  font-size: 1.125rem;
  position: relative;
  z-index: 1;
  margin: calc(-3.125rem - 0.25em) 0 -0.25em 2rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #spa .bath .bath01 p {
    width: 100%;
    margin-left: 0;
  }
}
[lang=zh-Hant] #index .contents #spa .bath .bath01 p {
  font-size: 1.125rem;
}
#index .contents #spa .bath .bath01 p span {
  color: #FFF;
}
#index .contents #spa .bath .flex {
  margin: 8rem 0 0;
}
@media only screen and (min-width: 1000px) {
  #index .contents #spa .bath .flex {
    display: flex;
    gap: 3rem;
    align-items: center;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  #index .contents #spa .bath .flex {
    gap: 2rem;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #spa .bath .flex {
    margin-top: 6rem;
  }
}
#index .contents #spa .bath .flex .img {
  width: 33.625rem;
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  #index .contents #spa .bath .flex .img {
    width: 25.25rem;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #spa .bath .flex .img {
    width: 100%;
  }
}
#index .contents #spa .bath .flex .txt {
  width: calc(100% - 36.625rem);
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  #index .contents #spa .bath .flex .txt {
    width: calc(100% - 27.25rem);
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #spa .bath .flex .txt {
    width: 100%;
    margin: 2rem 0 0;
  }
}
#index .contents #spa .bath .flex .txt h3 {
  font-size: 3.125rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: "Bacasime Antique", serif;
}
[lang=zh-Hant] #index .contents #spa .bath .flex .txt h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 2.8125rem;
}
@media only screen and (max-width: 999px) {
  [lang=zh-Hant] #index .contents #spa .bath .flex .txt h3 {
    font-size: 2.1875rem;
  }
}
#index .contents #spa .bath .flex .txt p {
  font-size: 1.125rem;
  line-height: 1.5;
  margin: calc(2rem - 0.25em) 0 -0.25em;
}
[lang=zh-Hant] #index .contents #spa .bath .flex .txt p {
  line-height: 1.8;
  margin: calc(2rem - 0.4em) 0 -0.4em;
}
#index .contents #spa .bath .flex .txt .charge {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0 0;
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  #index .contents #spa .bath .flex .txt .charge {
    gap: 0.625rem;
  }
}
#index .contents #spa .bath .flex .txt .charge .box {
  min-width: 15.125rem;
  background: #F7F9F8;
  border: 1px solid #000;
  border-radius: 0.5rem;
  padding: 0.625rem 1.4375rem;
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  #index .contents #spa .bath .flex .txt .charge .box {
    min-width: 11.25rem;
    padding: 0.8125rem;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #spa .bath .flex .txt .charge .box {
    min-width: 13.5625rem;
    padding: 0.8125rem;
  }
}
#index .contents #spa .bath .flex .txt .charge .box span {
  font-size: 1.875rem;
  text-align: center;
  line-height: 1;
  display: block;
}
[lang=en] #index .contents #spa .bath .flex .txt .charge .box span {
  font-family: "Noto Serif JP", serif;
}
[lang=zh-Hant] #index .contents #spa .bath .flex .txt .charge .box span {
  font-family: "Noto Serif TC", serif;
}
@media only screen and (max-width: 999px) {
  [lang=zh-Hant] #index .contents #spa .bath .flex .txt .charge .box span {
    font-size: 1.625rem;
  }
  [lang=zh-Hant] #index .contents #spa .bath .flex .txt .charge .box span > span {
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 1280px) {
  #index .contents #spa .bath .flex .txt .charge .box span {
    font-size: 1.375rem;
  }
}
#index .contents #spa .bath .flex .txt .charge .box span > span {
  display: inline;
  font-size: 1.1875rem;
}
@media only screen and (max-width: 1280px) {
  #index .contents #spa .bath .flex .txt .charge .box span > span {
    font-size: 0.875rem;
  }
}
#index .contents #spa .bath .flex .txt .charge .box .caption {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin: 1rem 0 0;
}
[lang=en] #index .contents #spa .bath .flex .txt .charge .box .caption {
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 1280px) {
  [lang=en] #index .contents #spa .bath .flex .txt .charge .box .caption {
    font-size: 0.6875rem;
    margin-top: 0.75rem;
  }
}
[lang=zh-Hant] #index .contents #spa .bath .flex .txt .charge .box .caption {
  font-family: "Noto Serif TC", serif;
}
@media only screen and (max-width: 1280px) {
  [lang=zh-Hant] #index .contents #spa .bath .flex .txt .charge .box .caption {
    font-size: 0.6875rem;
    margin-top: 0.75rem;
  }
}
@media only screen and (max-width: 999px) {
  [lang=zh-Hant] #index .contents #spa .bath .flex .txt .charge .box .caption {
    font-size: 0.875rem;
  }
}
#index .contents #dining {
  margin: 8rem 0 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #dining {
    margin-top: 6rem;
  }
}
#index .contents #dining .leading + .meal {
  margin-top: 9.125rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #dining .leading + .meal {
    margin-top: 6.875rem;
  }
}
#index .contents #dining .meal {
  width: 50.3125rem;
  margin: 7.125rem auto 0;
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  #index .contents #dining .meal {
    margin-top: 6.125rem;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #dining .meal {
    width: calc(100% - 4rem);
    margin-top: 5.125rem;
  }
}
#index .contents #dining .meal .img {
  position: relative;
}
#index .contents #dining .meal .img img {
  width: 100%;
}
#index .contents #dining .meal .img h3 {
  font-size: 3.125rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: absolute;
  top: -1.125rem;
  left: 0;
}
[lang=en] #index .contents #dining .meal .img h3 {
  font-family: "Bacasime Antique", serif;
}
[lang=zh-Hant] #index .contents #dining .meal .img h3 {
  font-family: "Noto Serif TC", serif;
}
@media only screen and (max-width: 999px) {
  [lang=zh-Hant] #index .contents #dining .meal .img h3 {
    font-size: 2.5rem;
  }
}
#index .contents #dining .meal p {
  width: 25rem;
  line-height: 1.5;
  font-size: 1.125rem;
  margin: calc(2rem - 0.25em) 0 -0.25em auto;
}
[lang=zh-Hant] #index .contents #dining .meal p {
  line-height: 1.8;
  margin: calc(2rem - 0.4em) 0 -0.4em auto;
}
@media only screen and (max-width: 999px) {
  #index .contents #dining .meal p {
    width: 100%;
    margin: calc(2rem - 0.25em) 0 -0.25em;
  }
}
#index .contents #dining .service {
  margin: 8rem auto 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #dining .service {
    width: calc(100% - 4rem);
    margin-top: 6rem;
  }
}
#index .contents #dining .service h3 {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
[lang=en] #index .contents #dining .service h3 {
  font-family: "Bacasime Antique", serif;
}
[lang=zh-Hant] #index .contents #dining .service h3 {
  font-family: "Noto Serif TC", serif;
}
#index .contents #dining .service p {
  line-height: 1.5;
  font-size: 1.125rem;
  margin: calc(2rem - 0.25em) auto -0.25em;
}
@media only screen and (min-width: 1000px) {
  #index .contents #dining .service p {
    width: 40.625rem;
  }
}
[lang=zh-Hant] #index .contents #dining .service p {
  line-height: 1.8;
  text-align: center;
  margin: calc(2rem - 0.4em) auto -0.4em;
}
@media only screen and (max-width: 999px) {
  [lang=zh-Hant] #index .contents #dining .service p {
    text-align: left;
  }
}
#index .contents #dining .service p.caption {
  font-size: 0.8125rem;
}
[lang=zh-Hant] #index .contents #dining .service p.caption {
  text-align: center;
}
#index .contents #room {
  margin: 8rem 0 0;
}
#index .contents #room .imgs {
  margin: 8rem auto 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #room .imgs {
    width: calc(100% - 4rem);
    margin-top: 6rem;
  }
}
#index .contents #room .imgs p {
  max-width: 40.625rem;
  font-size: 1.125rem;
  line-height: 1.5;
  margin: -0.25em auto 0;
}
#index .contents #room .imgs ul li {
  margin: 2rem 0 0;
}
#index .contents #room .imgs ul li img {
  width: 100%;
}
#index .contents #access {
  width: calc(100% - 4rem);
  margin: 8.25rem auto 0;
}
@media only screen and (min-width: 1000px) {
  #index .contents #access {
    max-width: 67.5rem;
    display: flex;
    gap: 2rem;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  #index .contents #access {
    margin-top: 12.75rem;
    max-width: 50rem;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #access {
    margin-top: 6rem;
  }
}
@media only screen and (min-width: 1000px) {
  #index .contents #access .left {
    width: 34.875rem;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  #index .contents #access .left {
    width: 25.75rem;
  }
}
@media only screen and (min-width: 1000px) {
  #index .contents #access .left .map {
    position: sticky;
    top: 6.25rem;
  }
}
@media only screen and (min-width: 1000px) {
  #index .contents #access .right {
    width: calc(100% - 36.875rem);
    margin: 8.1875rem 0 0;
  }
  [lang=zh-Hant] #index .contents #access .right {
    margin-top: 3.625rem;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  #index .contents #access .right {
    width: calc(100% - 27.75rem);
    margin-top: 3.0625rem;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #access .right {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #access .right .airport {
    width: calc(100% - 4rem);
    margin: 0 auto;
  }
}
#index .contents #access .right .airport img {
  width: 100%;
}
#index .contents #access .right .airport + .airport {
  margin-top: 8rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #access .right .airport + .airport {
    margin-top: 3.8125rem;
  }
}
#index .contents #access .right p {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: calc(2rem - 0.25em) 0 -0.25em;
}
@media only screen and (max-width: 999px) {
  #index .contents #access .right p {
    width: calc(100% - 4rem);
    margin: calc(2rem - 0.25em) auto -0.25em;
  }
}
[lang=zh-Hant] #index .contents #access .right p {
  line-height: 1.8;
  margin: calc(2rem - 0.4em) 0 -0.4em;
}
@media only screen and (max-width: 999px) {
  [lang=zh-Hant] #index .contents #access .right p {
    width: calc(100% - 4rem);
    margin: calc(2rem - 0.4em) auto -0.4em;
  }
}
#index .contents #information {
  margin: 8rem auto 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #information {
    margin-top: 6rem;
  }
}
#index .contents #information h2 {
  font-size: 3.125rem;
  font-family: "Bacasime Antique", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 999px) {
  #index .contents #information h2 {
    font-size: 2.5rem;
  }
}
#index .contents #information .img {
  margin: 1.53125rem 0 0;
}
#index .contents #information .img img {
  width: 100%;
}
#index .contents #information .info {
  margin: 3.0625rem 0 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #information .info {
    margin-top: 2rem;
  }
}
#index .contents #information .info dl {
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  #index .contents #information .info dl {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    border-radius: 0.3125rem;
    background: #F7F7F7;
    padding: 0.625rem 1rem;
    margin: 0.9375rem 0 0;
  }
}
#index .contents #information .info dl dt {
  min-width: 5.5rem;
  font-size: 1.375rem;
  line-height: 1.8;
  position: relative;
  padding: 0 1.25rem 0 0;
}
[lang=zh-Hant] #index .contents #information .info dl dt {
  min-width: 6.125rem;
}
@media only screen and (max-width: 999px) {
  [lang=zh-Hant] #index .contents #information .info dl dt {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1000px) {
  #index .contents #information .info dl dt {
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #information .info dl dt {
    display: inline;
    min-width: unset;
    font-size: 1.25rem;
    padding: 0;
  }
}
@media only screen and (min-width: 1000px) {
  #index .contents #information .info dl dt::after {
    content: "";
    width: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    height: 1.625rem;
    background: #000;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 999px) {
  #index .contents #information .info dl dt::after {
    content: "/";
    padding: 0 1rem;
  }
}
#index .contents #information .info dl dd {
  font-size: 1.25rem;
  line-height: 1.8;
  word-break: break-all;
}
@media only screen and (max-width: 999px) {
  #index .contents #information .info dl dd {
    display: inline;
  }
}
@media only screen and (max-width: 999px) {
  [lang=zh-Hant] #index .contents #information .info dl dd {
    font-size: 1.125rem;
  }
}
#index .contents #faq {
  width: 43.75rem;
  margin: 8rem auto 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #faq {
    width: calc(100% - 4rem);
    margin-top: 6rem;
  }
}
#index .contents #faq h2 {
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
[lang=en] #index .contents #faq h2 {
  font-family: "Bacasime Antique", serif;
}
[lang=zh-Hant] #index .contents #faq h2 {
  font-family: "Noto Serif TC", serif;
}
#index .contents #faq .faq {
  margin: 3.4375rem 0 0;
}
@media only screen and (max-width: 999px) {
  #index .contents #faq .faq {
    margin-top: 2rem;
  }
}
#index .contents #faq .faq li {
  border-bottom: 1px solid #000;
  padding: 3.4375rem 0 3rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #faq .faq li {
    padding: 2.4375rem 0 2rem;
  }
}
#index .contents #faq .faq li:first-child {
  padding-top: 0;
}
#index .contents #faq .faq li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#index .contents #faq .faq li dl dt {
  font-size: 1.5625rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 3.4375rem;
}
[lang=en] #index .contents #faq .faq li dl dt {
  font-family: "Bacasime Antique", serif;
}
[lang=zh-Hant] #index .contents #faq .faq li dl dt {
  font-family: "Noto Serif TC", serif;
}
@media only screen and (max-width: 999px) {
  [lang=zh-Hant] #index .contents #faq .faq li dl dt {
    font-size: 1.25rem;
  }
}
#index .contents #faq .faq li dl dt::before {
  content: "Q.";
  font-size: 2.1875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  left: 0;
  top: -0.4375rem;
}
[lang=en] #index .contents #faq .faq li dl dt::before {
  font-family: "Bacasime Antique", serif;
}
[lang=zh-Hant] #index .contents #faq .faq li dl dt::before {
  font-family: "Noto Serif TC", serif;
}
@media only screen and (max-width: 999px) {
  [lang=zh-Hant] #index .contents #faq .faq li dl dt::before {
    top: -0.6875rem;
  }
}
#index .contents #faq .faq li dl dd {
  font-size: 1.5625rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0.5rem 0 0;
  position: relative;
  padding-left: 3.4375rem;
}
@media only screen and (max-width: 999px) {
  #index .contents #faq .faq li dl dd {
    font-size: 1.375rem;
  }
  [lang=zh-Hant] #index .contents #faq .faq li dl dd {
    font-size: 1rem;
    margin-top: 2.1875rem;
  }
}
#index .contents #faq .faq li dl dd::before {
  content: "A.";
  font-size: 2.1875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  left: 0;
  top: 0.25rem;
}
[lang=en] #index .contents #faq .faq li dl dd::before {
  font-family: "Bacasime Antique", serif;
}
[lang=zh-Hant] #index .contents #faq .faq li dl dd::before {
  font-family: "Noto Serif TC", serif;
}
@media only screen and (max-width: 999px) {
  [lang=zh-Hant] #index .contents #faq .faq li dl dd::before {
    top: -0.875rem;
  }
}

@media screen and (min-width: 1000px) {
  .pcNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 16px;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
  }
  img {
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 999px) {
  .spNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 3.125vw;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    overflow-x: hidden;
  }
  img {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}/*# sourceMappingURL=layout.css.map */