@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Gantari:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/* -----------通用設定-------- */
html,
body {
  overflow: hidden auto;
}

body {
  font-family: "Gantari", "Noto Sans TC", serif;
}
body input,
body textarea {
  font-family: "Gantari", "Noto Sans TC", serif;
}

body.language_jp {
  font-family: "Gantari", "Noto Sans JP", sans-serif;
}
body.language_jp input,
body.language_jp textarea {
  font-family: "Gantari", "Noto Sans JP", sans-serif;
}

body.language_en {
  font-family: "Gantari", sans-serif;
}
body.language_en input,
body.language_en textarea {
  font-family: "Gantari", sans-serif;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
@media all and (min-width: 769px) {
  .container {
    padding: 0 40px;
  }
}
@media all and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

::-moz-selection {
  background-color: #8b6f4c;
  color: #fff;
}

::selection {
  background-color: #8b6f4c;
  color: #fff;
}

img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

a,
a:hover {
  text-decoration: none;
  outline: none;
  color: inherit;
  cursor: pointer;
}

ol,
ul {
  list-style: none;
}

.mb {
  display: none;
}
@media all and (max-width: 768px) {
  .mb {
    display: block;
  }
}

.pc {
  display: none;
}
@media all and (min-width: 769px) {
  .pc {
    display: block;
  }
}

.mb_991 {
  display: none;
}
@media all and (max-width: 991px) {
  .mb_991 {
    display: block;
  }
}

.pc_991 {
  display: none;
}
@media all and (min-width: 992px) {
  .pc_991 {
    display: block;
  }
}

/*----------------------覆蓋舊 menu 樣式使用------------------------*/
.newsPage nav li:nth-child(1) a {
  font-weight: 500;
  color: unset;
}

.newsPage nav .submenu li:nth-child(1) a {
  font-weight: 400;
  color: unset;
}

.newsPage nav li:nth-child(1):before {
  width: 100%;
}

.aboutPage nav li:nth-child(2) a {
  font-weight: 500;
  color: unset;
}

.aboutPage nav .submenu li:nth-child(2) a {
  font-weight: 400;
  color: unset;
}

.aboutPage nav li:nth-child(2):before {
  width: 100%;
}

.roomPage nav li:nth-child(4) a,
.roomContentPage nav li:nth-child(3) a {
  font-weight: 500;
  color: unset;
}

.roomPage nav .submenu li:nth-child(4) a,
.roomContentPage nav .submenu li:nth-child(3) a {
  font-weight: 400;
  color: unset;
}

.roomPage nav li:nth-child(4):before,
.roomContentPage nav li:nth-child(3):before {
  width: 100%;
}

.facilityPage nav li:nth-child(3) a {
  font-weight: 500;
  color: unset;
}

.facilityPage nav .submenu li:nth-child(3) a {
  font-weight: 400;
  color: unset;
}

.facilityPage nav li:nth-child(3):before {
  width: 100%;
}

.trafficPage nav li:nth-child(3) a {
  font-weight: 500;
  color: unset;
}

.trafficPage nav .submenu li:nth-child(3) a {
  font-weight: 400;
  color: unset;
}

.trafficPage nav li:nth-child(3):before {
  width: 100%;
}

@media all and (max-width: 991px) {
  .newsPage nav li:nth-child(1) a {
    font-weight: 500;
    color: unset;
  }
  .newsPage nav .submenu li:nth-child(1) a {
    font-weight: 400;
    color: unset;
  }
  .newsPage nav li:nth-child(1):before {
    width: 100%;
  }
  .aboutPage nav li:nth-child(2) a {
    font-weight: 500;
    color: unset;
  }
  .aboutPage nav .submenu li:nth-child(2) a {
    font-weight: 400;
    color: unset;
  }
  .aboutPage nav li:nth-child(2):before {
    width: 100%;
  }
  .roomPage nav li:nth-child(3) a,
  .roomContentPage nav li:nth-child(3) a {
    font-weight: 500;
    color: unset;
  }
  .roomPage nav .submenu li:nth-child(3) a,
  .roomContentPage nav .submenu li:nth-child(3) a {
    font-weight: 400;
    color: unset;
  }
  .roomPage nav li:nth-child(3):before,
  .roomContentPage nav li:nth-child(3):before {
    width: 100%;
  }
  .facilityPage nav li:nth-child(4) a {
    font-weight: 500;
    color: unset;
  }
  .facilityPage nav .submenu li:nth-child(4) a {
    font-weight: 400;
    color: unset;
  }
  .facilityPage nav li:nth-child(4):before {
    width: 100%;
  }
  .trafficPage nav li:nth-child(5) a {
    font-weight: 500;
    color: unset;
  }
  .trafficPage nav .submenu li:nth-child(5) a {
    font-weight: 400;
    color: unset;
  }
  .trafficPage nav li:nth-child(5):before {
    width: 100%;
  }
}
.newsPage article.event-detail hgroup {
  color: #8b6f4c;
}
.newsPage article.event-detail hgroup h2 {
  color: #8b6f4c;
}
.newsPage article.event-detail hgroup h3 {
  color: #8b6f4c;
}
.newsPage article.event-detail .title {
  border-top: 1px solid #8b6f4c;
}
.newsPage article.event-detail .title time {
  background: #8b6f4c;
}

header {
  text-align: center;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 85px 0 80px;
}
@media all and (max-width: 1440px) {
  header {
    padding: 0 85px 0 80px;
  }
}
@media all and (max-width: 991px) {
  header {
    padding: 0 20px;
    height: 50px;
  }
}
header::before, header::after {
  content: none;
}
header .logo {
  position: static;
  margin: 0;
  width: 97px;
  height: 36px;
}
@media all and (max-width: 991px) {
  header .logo {
    width: 85px;
    height: auto;
    aspect-ratio: 1/0.370588;
  }
}
header .control-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 991px) {
  header .control-btn {
    gap: 14px;
  }
}
header .reserve-btn {
  display: inline-block;
}
header .reserve-btn a {
  display: inline-block;
  font-family: "Gantari", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 8.5px 22px;
  color: #8b6f4c;
  border: 1px solid #8b6f4c;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media all and (max-width: 991px) {
  header .reserve-btn a {
    padding: 6.5px 11px;
    font-size: 15px;
  }
}
header .reserve-btn a:hover {
  background-color: #8b6f4c;
  color: #fff;
}
@media all and (max-width: 991px) {
  header .shop-btn {
    display: none;
  }
}
header .shop-btn a {
  font-family: "Gantari", sans-serif;
  color: #8b6f4c;
  padding: 9px 8px;
}
header .shop-btn a:hover {
  color: #fff;
}
header .menu-icon {
  display: block;
  z-index: 100;
  width: 40px;
  height: 40px;
  margin-top: 0px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
@media all and (max-width: 991px) {
  header .menu-icon {
    position: unset;
    width: 30px;
    height: 30px;
  }
}
header .menu-icon.open {
  top: 64%;
}
header .menu-icon.open .b1 {
  top: 49%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media all and (max-width: 991px) {
  header .menu-icon.open .b1 {
    -webkit-transform: rotate(36deg);
            transform: rotate(36deg);
  }
}
header .menu-icon.open .b2 {
  opacity: 0;
}
header .menu-icon.open .b3 {
  top: 49%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media all and (max-width: 991px) {
  header .menu-icon.open .b3 {
    -webkit-transform: rotate(-36deg);
            transform: rotate(-36deg);
  }
}
header .menu-icon-block {
  position: relative;
  height: 100%;
  margin: auto;
}
header .menu-icon-block i {
  position: absolute;
  border-radius: 99em;
  display: block;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #8d6f4a;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
header .menu-icon-block i.b1 {
  top: 25%;
}
header .menu-icon-block i.b2 {
  top: 50%;
}
header .menu-icon-block i.b3 {
  top: 75%;
}
header .navBox {
  width: 430px;
  position: fixed;
  top: 6px;
  right: 64px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  display: none;
}
@media all and (max-width: 991px) {
  header .navBox {
    top: 50px;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 91%;
    overflow-y: scroll;
  }
}
header nav {
  width: 100%;
  float: none;
  top: 0;
  background: rgba(239, 239, 239, 0.95);
  border-radius: 4px;
  padding: 88px 45px 32px;
}
@media all and (max-width: 991px) {
  header nav {
    padding: 5px 22.5px 15px;
    border-radius: 0;
  }
}
header nav::before, header nav::after {
  content: none;
}
header nav li {
  float: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-bottom: 1px solid rgba(23, 49, 42, 0.2);
  margin: 0 0 8px 0;
  padding: 0;
}
header nav li::before {
  content: none;
}
header nav li:hover a {
  font-weight: 500;
}
header nav li a {
  padding: 10px 0;
  width: 100%;
  display: block;
  color: #17312a;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  outline: 0;
}
@media all and (max-width: 991px) {
  header nav li a {
    padding: 14px 0;
    font-size: 18px;
  }
}
header nav li a:hover {
  color: #8b6f4c;
  font-weight: 500;
}
header nav li a.active {
  color: #8b6f4c;
  font-weight: 500;
}
header nav li .submenu {
  position: static;
  float: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 6px 0 10px;
}
@media all and (max-width: 991px) {
  header nav li .submenu {
    padding: 6.5px 0 11.5px;
  }
}
header nav li .submenu li {
  border-bottom: none;
}
header nav li .submenu li a {
  padding: 6px 0;
  font-weight: 400;
  line-height: 1.5;
  color: #17312a !important;
}
@media all and (max-width: 991px) {
  header nav li .submenu li a {
    padding: 6.5px 0;
  }
}
header nav li .submenu li a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 500;
  color: #8b6f4c;
}
header nav li .submenu li a.active {
  color: #8b6f4c !important;
  font-weight: 500;
}
header nav .roomMenu > a {
  position: relative;
}
@media all and (max-width: 991px) {
  header nav .roomMenu > a {
    color: #17312a;
  }
}
header nav .roomMenu > a::after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  color: #17312a;
  background: url(../images/arrow-down.svg) center/contain no-repeat;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  margin: 0;
  right: 0;
}
header nav .roomMenu > a.open::after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  background: url(../images/arrow-h.svg) center/contain no-repeat;
}
@media all and (max-width: 991px) {
  header nav .roomMenu > a:hover {
    color: #17312a;
  }
}
@media all and (max-width: 991px) {
  header nav .roomMenu > a.open {
    color: #8b6f4c;
    font-weight: 500;
  }
}
header .mo_Language {
  font-family: "Gantari", sans-serif;
}
@media all and (max-width: 991px) {
  header .mo_Language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
  }
  header .mo_Language a {
    padding: 6.5px 33px;
    font-size: 15px;
    font-weight: 600;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
}
header .pc_Language {
  background: rgba(239, 239, 239, 0.95);
  margin-top: 0;
  cursor: pointer;
  float: none;
  border: 0;
  top: 10px;
  right: 80px;
  width: unset;
  height: unset;
  color: #17312a;
  font-family: "Gantari", sans-serif;
}
header .pc_Language .selected-wrapper {
  padding: 9px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
header .pc_Language .selected-wrapper .arrow {
  background: url("../images/language-arrow.svg") center/contain no-repeat;
  width: 14px;
  height: 14px;
  -webkit-transform: 0.5s ease;
          transform: 0.5s ease;
}
header .pc_Language .selected-wrapper:hover .selected {
  color: #8b6f4c;
}
header .pc_Language .selected-wrapper:hover .arrow {
  background: url("../images/language-arrow-h.svg") center/contain no-repeat;
}
header .pc_Language .selected {
  display: inline-block;
  white-space: nowrap;
}
header .pc_Language .options {
  display: none;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: calc(100% - 18px); /* 減掉箭頭 + gap 寬度 */
  padding: 5px 2px;
}
header .pc_Language .options li {
  padding: 5px 8px;
  border: none;
  margin: 0;
}
header .pc_Language .options li:hover {
  color: #8b6f4c;
}
header .nav-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 54px;
  background-color: #e6ebe9;
  border-radius: 4px;
}
header .nav-head .control-btn-open {
  position: relative;
  z-index: 1;
  width: 300px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .nav-head .control-btn-open .reserve-btn {
  display: inline-block;
  margin-left: 21px;
  margin-right: 8px;
}
header .nav-head .control-btn-open .shop-btn {
  display: inline-block;
}
header .nav-head .control-btn-open .shop-btn a {
  color: #17312a;
}
header .nav-head .control-btn-open .shop-btn a:hover {
  color: #8b6f4c;
}