@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;
}