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

footer {
  position: relative;
}
footer::before {
  content: none;
}

.footerBox {
  max-width: 100%;
  padding: 36px 19% 24px 15%;
  font-size: 16px;
  line-height: 1.625;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 52px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (min-width: 992px) and (max-width: 1200px) {
  .footerBox {
    padding: 36px 13% 24px 9%;
  }
}
@media all and (max-width: 991px) {
  .footerBox {
    padding: 25px 29px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.footerBox::before, .footerBox::after {
  content: none;
}
.footerBox .flogo {
  float: none;
  max-width: 124px;
  margin-right: 0;
}
@media all and (max-width: 991px) {
  .footerBox .flogo {
    margin: 0 auto;
    width: 116px;
    height: auto;
    aspect-ratio: 1/0.974137;
  }
}
.footerBox .footer-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media all and (max-width: 991px) {
  .footerBox .footer-content {
    font-size: 13.84px;
    line-height: 22px;
  }
}
.footerBox .top-block {
  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: 14px 0 19px;
  border-bottom: 1px solid rgba(139, 111, 76, 0.5);
  gap: 80px;
}
@media all and (max-width: 991px) {
  .footerBox .top-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 22px;
    padding: 0 0 18px;
  }
}
.footerBox .top-block .contact-top {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}
@media all and (max-width: 991px) {
  .footerBox .top-block .contact-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footerBox .top-block .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media all and (max-width: 991px) {
  .footerBox .top-block .social-icon {
    gap: 15px;
  }
}
.footerBox .top-block .social-icon li {
  width: 24px;
  aspect-ratio: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media all and (max-width: 991px) {
  .footerBox .top-block .social-icon li {
    width: 37.5px;
  }
}
.footerBox .top-block .social-icon li:hover {
  opacity: 0.7;
}
.footerBox .bottom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 68px;
  padding: 14px 0 4px;
}
@media all and (max-width: 991px) {
  .footerBox .bottom-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    padding: 18px 0 23.5px;
  }
}
.footerBox .bottom-block .contact-right {
  font-family: "Gantari", sans-serif;
}
.footerBox .bottom-block b {
  margin-right: 8px;
}
.footerBox .copyright {
  text-align: right;
  font-family: "Gantari", sans-serif;
  color: #495C57;
  font-size: 14px;
  line-height: 1.857;
}
@media all and (max-width: 991px) {
  .footerBox .copyright {
    font-size: 13.84px;
    line-height: 22px;
    white-space: nowrap;
    text-align: center;
  }
}

.fixBoxBtn {
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 11vw;
}
@media all and (min-width: 992px) and (max-width: 1200px) {
  .fixBoxBtn {
    right: 4vw;
  }
}
@media all and (max-width: 991px) {
  .fixBoxBtn {
    top: 35px;
    right: 5.3vw;
  }
}
@media all and (max-width: 768px) {
  .fixBoxBtn {
    top: 17.5px;
  }
}
.fixBoxBtn .fixBtn {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 78px;
}
@media all and (max-width: 991px) {
  .fixBoxBtn .fixBtn {
    width: 44px;
    height: 64.5px;
  }
}
.fixBoxBtn .fixBtn .circle {
  position: absolute;
  background-color: #8b6f4c;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  top: 6px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
  -webkit-transform-origin: center 24px;
          transform-origin: center 24px;
  opacity: 1;
}
@media all and (max-width: 991px) {
  .fixBoxBtn .fixBtn .circle {
    top: 0;
  }
}
.fixBoxBtn .fixBtn .arrow {
  position: absolute;
  top: 15px;
  left: 50%;
  background: url("../images/go-top-arrow.svg") center/contain no-repeat;
  width: 24px;
  height: 24px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media all and (max-width: 991px) {
  .fixBoxBtn .fixBtn .arrow {
    top: 10px;
  }
}
.fixBoxBtn .fixBtn .txt {
  position: absolute;
  bottom: 2.3%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-family: "Gantari", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: nowrap;
}
@media all and (min-width: 992px) {
  .fixBoxBtn .fixBtn:hover .circle {
    -webkit-animation: circleFade 0.3s ease forwards;
            animation: circleFade 0.3s ease forwards;
  }
  .fixBoxBtn .fixBtn:hover .arrow {
    -webkit-animation: arrowMove 0.2s ease-out 0.1s forwards;
            animation: arrowMove 0.2s ease-out 0.1s forwards;
    background: url("../images/go-top-arrow-h.svg") center/contain no-repeat;
  }
}
.fixBoxBtn .fixBtn:not(:hover) .circle {
  -webkit-animation: circleFadeBack 0.3s ease forwards;
          animation: circleFadeBack 0.3s ease forwards;
}
.fixBoxBtn .fixBtn:not(:hover) .arrow {
  -webkit-animation: arrowMoveBack 0.2s ease-out 0.1s forwards;
          animation: arrowMoveBack 0.2s ease-out 0.1s forwards;
}

/* circle 變透明 */
@-webkit-keyframes circleFade {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-50%, 0) scale(0.6);
            transform: translate(-50%, 0) scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, 0) scale(0);
            transform: translate(-50%, 0) scale(0);
    opacity: 0;
  }
}
@keyframes circleFade {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-50%, 0) scale(0.6);
            transform: translate(-50%, 0) scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, 0) scale(0);
            transform: translate(-50%, 0) scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes circleFadeBack {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(-50%, 0) scale(0);
            transform: translate(-50%, 0) scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-50%, 0) scale(0.6);
            transform: translate(-50%, 0) scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
    opacity: 1;
  }
}
@keyframes circleFadeBack {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(-50%, 0) scale(0);
            transform: translate(-50%, 0) scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-50%, 0) scale(0.6);
            transform: translate(-50%, 0) scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes arrowMove {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes arrowMove {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes arrowMoveBack {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes arrowMoveBack {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}