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

.eventPage {
  background: url("../images/event-bg.jpg");
}
@media all and (max-width: 991px) {
  .eventPage {
    background: url("../images/event-bg-mb.jpg");
  }
}
.eventPage .event {
  margin-top: 60px;
  padding-top: 80px;
  padding-bottom: 72px;
}
@media all and (max-width: 991px) {
  .eventPage .event {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
.eventPage .event hgroup {
  color: #8b6f4c;
  padding-bottom: 42px;
}
@media all and (max-width: 991px) {
  .eventPage .event hgroup {
    padding-bottom: 21px;
  }
}
.eventPage .event hgroup h2 {
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 8px;
}
@media all and (max-width: 991px) {
  .eventPage .event hgroup h2 {
    font-size: 32px;
    margin-bottom: 2px;
  }
}
.eventPage .event hgroup h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media all and (max-width: 991px) {
  .eventPage .event hgroup h3 {
    font-size: 16px;
  }
}
.eventPage .event .event-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (min-width: 992px) {
  .eventPage .event .event-list > li {
    width: calc((100% - 72px) / 3);
    margin-bottom: 48px;
  }
  .eventPage .event .event-list > li:not(:nth-child(3n)) {
    margin-right: 36px;
  }
}
@media all and (max-width: 991px) {
  .eventPage .event .event-list > li {
    width: calc((100% - 20px) / 2);
    margin-bottom: 50px;
  }
  .eventPage .event .event-list > li:nth-child(2n+1) {
    margin-right: 20px;
  }
}
.eventPage .event .event-list .card {
  padding: 8px;
  display: block;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
@media all and (max-width: 991px) {
  .eventPage .event .event-list .card {
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  .eventPage .event .event-list .card {
    padding: 0;
  }
}
@media all and (min-width: 769px) {
  .eventPage .event .event-list .card:hover {
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    background-color: #fff;
  }
  .eventPage .event .event-list .card:hover .view-more-btn span {
    width: 47px;
  }
}
.eventPage .event .event-list .card .img-wrap {
  width: 100%;
  aspect-ratio: 1/1.2;
  background: url("../images/index-default.jpg") center/cover no-repeat;
}
@media all and (max-width: 991px) {
  .eventPage .event .event-list .card .img-wrap {
    aspect-ratio: 1;
  }
}
.eventPage .event .event-list .card .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.eventPage .event .event-list .card .content {
  padding: 20px 14px 29px 18px;
  color: #17312a;
}
@media all and (max-width: 991px) {
  .eventPage .event .event-list .card .content {
    padding: 12px 9px;
  }
}
.eventPage .event .event-list .card .content .date {
  display: inline-block;
  font-family: "Gantari", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}
@media all and (max-width: 991px) {
  .eventPage .event .event-list .card .content .date {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
.eventPage .event .event-list .card .content .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  height: 2.8em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  letter-spacing: 0;
  border: none;
  padding: 0;
  margin-bottom: 10px;
}
@media all and (max-width: 991px) {
  .eventPage .event .event-list .card .content .title {
    font-size: 20px;
    letter-spacing: 0.05em;
    margin-bottom: 6px;
  }
}
.eventPage .event .event-list .card .content .txt {
  font-size: 16px;
  line-height: 1.625;
  height: 3.25em;
  line-height: 1.625;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media all and (max-width: 991px) {
  .eventPage .event .event-list .card .content .txt {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    height: 3.25em;
    line-height: 1.625;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 第幾行要顯示點點點 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 25px;
  }
}
.eventPage .event .event-list .card .view-more-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  font-family: "Gantari", sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #8b6f4c;
}
@media all and (max-width: 991px) {
  .eventPage .event .event-list .card .view-more-btn {
    font-size: 15px;
    gap: 10px;
  }
}
.eventPage .event .event-list .card .view-more-btn .btn-txt {
  display: inline-block;
}
.eventPage .event .event-list .card .view-more-btn span {
  display: inline-block;
  background: #8b6f4c;
  width: 17px;
  height: 1px;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
@media all and (max-width: 991px) {
  .eventPage .event .event-list .card .view-more-btn span {
    width: 10px;
  }
}
.eventPage .top-menu-ul {
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
}
@media all and (max-width: 991px) {
  .eventPage .top-menu-ul {
    margin-bottom: 50px;
  }
}
.eventPage .top-menu-ul .item_Menu {
  width: calc(100% - 96px);
  margin: 0 auto;
}
@media all and (max-width: 991px) {
  .eventPage .top-menu-ul .item_Menu {
    width: calc(100% - 80px);
  }
}
.eventPage .top-menu-ul .item_menu_Box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-x: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.eventPage .top-menu-ul .item_menu_Box::-webkit-scrollbar {
  display: none;
}
.eventPage .top-menu-ul ul.slides {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  padding: 0;
  margin: 0 auto;
}
.eventPage .top-menu-ul li {
  position: relative;
}
.eventPage .top-menu-ul li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 1px;
  height: 32px;
  background-color: #A6ADAB;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 991px) {
  .eventPage .top-menu-ul li::before {
    height: 30px;
    background-color: rgba(139, 111, 76, 0.2);
  }
}
.eventPage .top-menu-ul li.active a {
  position: relative;
  color: #fff;
  background-color: #8b6f4c;
}
.eventPage .top-menu-ul li.active .b_title {
  color: #fff;
}
.eventPage .top-menu-ul li.active .s_title {
  color: #fff;
}
.eventPage .top-menu-ul li.active .s_title::before {
  background-color: #fff;
}
.eventPage .top-menu-ul li.active + li::before {
  content: none;
}
.eventPage .top-menu-ul li a {
  display: block;
  color: #8b6f4c;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding: 12px 47px;
}
@media all and (max-width: 768px) {
  .eventPage .top-menu-ul li a {
    font-size: 15px;
    padding: 7.5px 18px;
  }
}
@media all and (min-width: 769px) {
  .eventPage .top-menu-ul li a:hover {
    opacity: 0.5;
  }
}
.eventPage .top-menu-ul li:nth-of-type(1)::before {
  content: none;
}
.eventPage .open_flexslider .flex-direction-nav {
  display: block;
}
.eventPage .flex-direction-nav {
  display: none;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 100%;
}
@media all and (max-width: 768px) {
  .eventPage .flex-direction-nav {
    left: 0;
    width: 100%;
  }
}
.eventPage .flex-direction-nav a {
  position: absolute;
  width: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
.eventPage .flex-direction-nav a.flex-prev {
  left: 0;
  top: 0px;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
@media all and (min-width: 769px) and (max-width: 991px) {
  .eventPage .flex-direction-nav a.flex-prev {
    left: 0px;
  }
}
@media all and (max-width: 768px) {
  .eventPage .flex-direction-nav a.flex-prev {
    left: -2px;
    padding-right: 20px;
  }
}
@media all and (min-width: 769px) {
  .eventPage .flex-direction-nav a.flex-prev:hover div:after {
    opacity: 1;
  }
}
.eventPage .flex-direction-nav a.flex-prev div {
  position: relative;
  width: 12px;
  height: 20px;
}
@media all and (min-width: 769px) and (max-width: 991px) {
  .eventPage .flex-direction-nav a.flex-prev div {
    width: 10px;
    height: 17px;
  }
}
@media all and (max-width: 768px) {
  .eventPage .flex-direction-nav a.flex-prev div {
    width: 7px;
    height: 14px;
  }
}
.eventPage .flex-direction-nav a.flex-prev div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/l_arrow_bt.png") center/contain no-repeat;
}
.eventPage .flex-direction-nav a.flex-prev div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/l_arrow_bt.png") center/contain no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
.eventPage .flex-direction-nav a.flex-prev.nopage {
  pointer-events: none;
  opacity: 0.2;
}
.eventPage .flex-direction-nav a.flex-next {
  right: 0;
  top: 0px;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
@media all and (min-width: 769px) and (max-width: 991px) {
  .eventPage .flex-direction-nav a.flex-next {
    right: 0px;
  }
}
@media all and (max-width: 768px) {
  .eventPage .flex-direction-nav a.flex-next {
    right: -2px;
    padding-left: 20px;
  }
}
@media all and (min-width: 769px) {
  .eventPage .flex-direction-nav a.flex-next:hover div:after {
    opacity: 1;
  }
}
.eventPage .flex-direction-nav a.flex-next div {
  position: relative;
  width: 12px;
  height: 20px;
}
@media all and (min-width: 769px) and (max-width: 991px) {
  .eventPage .flex-direction-nav a.flex-next div {
    width: 10px;
    height: 17px;
  }
}
@media all and (max-width: 768px) {
  .eventPage .flex-direction-nav a.flex-next div {
    width: 7px;
    height: 14px;
  }
}
.eventPage .flex-direction-nav a.flex-next div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/r_arrow_bt.png") center/contain no-repeat;
}
.eventPage .flex-direction-nav a.flex-next div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/r_arrow_bt.png") center/contain no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
.eventPage .flex-direction-nav a.flex-next.nopage {
  pointer-events: none;
  opacity: 0.2;
}