/* CSS Document */

/************************************************************************************
RESET
*************************************************************************************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, figure, mark{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    
}
body {line-height: 1; -webkit-text-size-adjust: none;}
ol, ul { list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {
   /* border-collapse: collapse;*/
    border-spacing: 0;
}
a img {border: none;}
.clean { clear:both;}
a {color: #292929; text-decoration: none; blr:expression(this.onFocus=this.blur()); outline: none; /* for Firefox */hlbr:expression(this.onFocus=this.blur()); /* for IE */}
a:hover {text-decoration:none;}
a:focus{ -moz-outline-style: none;}
img {
  max-width: 100%;
  height: auto;
  display: block;
}

html, body {
  overflow-x: hidden;
}

body {
   font-family: Arial, "Noto Sans TC", sans-serif;
}

/************************************************************************************
KV
*************************************************************************************/
.kv {
  --kv-slide-width: 440px;
  --kv-slide-height: 650px;
  --kv-gap: 20px;
  --kv-border-width: 5px;
  --kv-radius: 156px / 96px;
  --kv-shadow: 0 8px 18px rgba(91, 73, 53, 0.16);
  --kv-duration: 50s;

  position: relative;
  height: 770px;
  overflow: hidden;

  background: linear-gradient(
    to bottom,
    #ede2d9 0%,
    #ede2d9 80%,
    #ede3da 100%
  );
}

.kv-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.kv-marquee {
  position: absolute;
  z-index: 2;
  top: 84px;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.kv-track {
  display: flex;
  width: max-content;
  animation: kv-marquee var(--kv-duration) linear infinite;
  will-change: transform;
}

.kv-group {
  display: flex;
  flex-shrink: 0;
  gap: var(--kv-gap);
  padding-right: var(--kv-gap);
}

.kv-slide {
  flex: 0 0 var(--kv-slide-width);
  width: var(--kv-slide-width);
  height: var(--kv-slide-height);
  overflow: hidden;
  border: var(--kv-border-width) solid #fff;
  border-radius: 50% / 14%;
  border-radius:190px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: var(--kv-shadow);
}

.kv-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kv-title {
  position: absolute;
  z-index: 3;
  top: -18px;
  left: 30.5%;
  width: 542px;
  aspect-ratio: 542 / 790;
  transform: translateX(-50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.page-hotel .kv-title {
  background-image: url("../images/main-title-01.webp");
}

.page-tour .kv-title {
  background-image: url("../images/main-title-02.webp");
}

.page-hualien .kv-title {
 background-image: url("../images/main-title-03.webp");
}

.kv-title .main-title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.kv-deco-top {
  position: absolute;
  z-index: 4;
  top: 28px;
  left: 12.5%;
  width: 88.3%;
  max-width: none;
  pointer-events: none;
}

.kv-deco-bottom {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: none;
  transform: translateX(-50%);
  pointer-events: none;
}

@keyframes kv-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

/************************************************************************************
SUBSIDY NAV
*************************************************************************************/
.subsidy-nav-wrap {
  --subsidy-nav-sticky-top: 0px;
  --subsidy-nav-scroll-gap: -40px;
  padding: 28px 0 40px;
  background-color: #efe4d8;
}

.subsidy-nav-primary {
  display: flex;
  align-items: center;
  width: 960px;
  min-height: 74px;
  margin: 0 auto;
  padding: 2px 24px;
  border: 4px solid #fff;
  border-radius: 999px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.55);
}

.subsidy-nav-primary-item {
  position: relative;
  flex: 1 1 0;
  text-align: center;
}

.subsidy-nav-primary-item + .subsidy-nav-primary-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 30px;
  background-color: #d7c4af;
  transform: translateY(-50%);
}

.subsidy-nav-primary-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  color: #77716d;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

.subsidy-nav-primary-icon {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.subsidy-nav-primary-item:not(.subsidy-nav-active) .subsidy-nav-primary-link:hover {
  color: #5c514b;
}

.subsidy-nav-primary-item.subsidy-nav-active .subsidy-nav-primary-link {
  color: #ff5a28;
}

.subsidy-nav-primary-item.subsidy-nav-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 10px solid #fff;
  transform: translateX(-50%);
}

.subsidy-nav-primary-item:nth-child(1).subsidy-nav-active::after {
  left: 70%;
}

.subsidy-nav-primary-item:nth-child(2).subsidy-nav-active::after {
  left: 50%;
}

.subsidy-nav-primary-item:nth-child(3).subsidy-nav-active::after {
  left: 30%;
}

.subsidy-nav-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 670px;
  min-height: 42px;
  margin: 18px auto 0;
  padding: 5px 20px;
  border-radius: 999px;
  box-sizing: border-box;
  background-color: #fff9df;
}

.subsidy-nav-secondary-item {
  flex: 0 0 auto;
}

.subsidy-nav-secondary-link {
  display: block;
  padding: 5px 10px 4px 10px;
  border-radius: 3px;
  background-color: transparent;
  color: #493b35;
  font-size: 18px;
  line-height: 1.2;
  white-space: nowrap;
  transition: background-color 0.22s ease, color 0.22s ease;
}

.subsidy-nav-secondary-item:not(.subsidy-nav-active) .subsidy-nav-secondary-link:hover {
  background-color: #eadcc9;
  color: #3f332e;
}

.subsidy-nav-secondary-item.subsidy-nav-active .subsidy-nav-secondary-link {
  background-color: #493b35;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .subsidy-nav-wrap.is-sticky {
    position: fixed;
    z-index: 30;
    top: var(--subsidy-nav-sticky-top);
    right: 0;
    left: 0;
    background-color: #efe4d8;
  }

  header.subsidy-nav-is-sticky::after {
    content: "";
    display: block;
    height: var(--subsidy-nav-placeholder-height);
  }

  #free-tour,
  #coupon-bonus,
  #hotel,
  #subsidy-plan,
  #apply-info {
    scroll-margin-top: 150px;
  }
}

/************************************************************************************
FREE TOUR
*************************************************************************************/
@media screen and (min-width: 769px) {
  .kv {
    --kv-slide-width: 410px;
    --kv-slide-height: 600px;
    height: 750px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .subsidy-nav-primary {
    width: calc(100% - 32px);
    max-width: 960px;
    padding-right: clamp(16px, 2vw, 24px);
    padding-left: clamp(16px, 2vw, 24px);
  }

  .subsidy-nav-primary-item {
    flex: 1 1 0;
    min-width: 0;
  }

  .subsidy-nav-primary-link {
    gap: clamp(6px, 1vw, 10px);
    padding: 12px clamp(12px, 1.6vw, 18px);
    font-size: 27px;
    white-space: nowrap;
  }

  .subsidy-nav-primary-icon {
    width: clamp(32px, 3.5vw, 42px);
    height: clamp(32px, 3.5vw, 42px);
  }

  .subsidy-nav-secondary {
    gap: clamp(6px, 1vw, 10px);
    width: fit-content;
    max-width: calc(100% - 32px);
    padding-right: clamp(12px, 2vw, 20px);
    padding-left: clamp(12px, 2vw, 20px);
  }

  .subsidy-nav-secondary-link {
    padding-right: clamp(10px, 1.4vw, 15px);
    padding-left: clamp(10px, 1.4vw, 15px);
    font-size: clamp(16px, 2vw, 18px);
  }
}

#free-tour {
  min-height: 1050px;
  padding: 76px 20px 190px;
  box-sizing: border-box;
  background-color: #eee3da;
  background-image: url("../images/bg-1.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#free-tour .free-tour-inner {
  width: min(1060px, 100%);
  margin: 0 auto;
}

#free-tour .free-tour-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 98px;
  margin: 0 auto 62px;
  background: url("../images/title-icon1.webp") center / contain no-repeat;
  color: #493b35;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

#free-tour .free-tour-title span {
  transform: translateY(-1px);
}

#free-tour .hotsale-outer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border: 8px solid #fff;
  border-radius: 34px;
  box-sizing: border-box;
  background-color: #fff;
  overflow: visible;
}

#free-tour .free-tour-products,
#group-tour .group-tour-products,
#hotel .hotsale-outer {
  height: auto;
  border-radius: 34px;
  background-color: #fff;
  overflow: visible;
}

#free-tour .hotsale-outer + .hotsale-outer {
  margin-top: 48px;
}

#free-tour .free-tour-featured > a,
#free-tour .tour-list a {
  display: block;
  color: inherit;
}

#free-tour .hotsale {
  display: grid;
  grid-template-columns: 57% 43%;
  min-height: 360px;
  border-radius: 34px 34px 0 0;
  background-color: #eaf8fa;
}

#free-tour .hot-pic {
  align-self: start;
  margin: -50px 0 0 34px;
  height: 335px;
  border: 8px solid #fff;
  border-radius: 34px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
}

#free-tour .hot-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#free-tour .hot-tour {
  display: flex;
  flex-direction: column;
  padding: 44px 42px 32px 38px;
  box-sizing: border-box;
  color: #3f3a37;
}

#free-tour .depart-tag,
#group-tour .group-tour-departure-link,
#group-tour .group-tour-departure-text,
#hotel .hotel-more-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border: 1px solid #77695f;
  border-radius: 999px;
  background-color: #fff;
  color: #493f39;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}

#free-tour .hot-name {
  padding-bottom: 18px;
  border-bottom: 1px solid #8e9695;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
}

#free-tour .hot-info {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.65;
}

#free-tour .hot-info li::before {
  content: "・";
}

#free-tour .hot-price,
#free-tour .list-price {
  color: #f0443e;
  font-weight: 700;
  white-space: nowrap;
}

#free-tour .hot-price {
  text-align: right;
}

#free-tour .hot-price-row {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 14px;
  margin-top: auto;
}

#free-tour .hot-price strong {
  font-size: 38px;
  line-height: 1;
}

#free-tour .hot-price small,
#free-tour .list-price small {
  margin: 0 2px;
  font-size: 15px;
  font-weight: 500;
}

#free-tour .tour-list {
  margin: 0;
  padding: 12px 36px 24px;
  border-radius: 0 0 34px 34px;
  box-sizing: border-box;
  background-color: #fff;
}

.tour-list:empty {
  display: none;
}

#free-tour .tour-list > li + li {
  border-top: 1px dashed #cfc9c4;
}

#free-tour .tour-txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 90px;
  padding: 16px 0;
  box-sizing: border-box;
}

#free-tour .tour-list-copy {
  flex: 1 1 auto;
  min-width: 0;
}

#free-tour .list-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  overflow: visible;
  color: #3f3a37;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: normal;
}

#free-tour .list-info {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 6px;
  color: #5eaa43;
  font-size: 15px;
  line-height: 1.4;
}

#free-tour .list-price-row {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 20px;
}

#free-tour .list-price strong {
  font-size: 27px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #free-tour {
    min-height: 0;
    padding: 52px 16px 100px;
    background-size: auto 100%;
  }

  #free-tour .free-tour-title {
    width: 190px;
    height: 72px;
    margin-bottom: 42px;
    font-size: 27px;
  }

  #free-tour .hotsale {
    display: block;
    padding-top: 18px;
  }

  #free-tour .hot-pic {
    align-self: center;
    height: 230px;
    margin: 0 18px;
  }

  #free-tour .hot-tour {
    padding: 28px 24px;
  }

  #free-tour .hot-name {
    font-size: 24px;
  }

  #free-tour .hot-price-row {
    margin-top: 24px;
  }

  #free-tour .hot-price {
    margin-left: auto;
  }

  #free-tour .tour-list {
    padding: 6px 20px 20px;
  }

  #free-tour .tour-txt {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  #free-tour .list-price-row {
    align-self: flex-end;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 6px;
  }

  #free-tour .list-name {
    white-space: normal;
  }
}

/************************************************************************************
HOTEL
*************************************************************************************/
#hotel {
  min-height: 1050px;
  padding: 76px 20px 190px;
  box-sizing: border-box;
  background-color: #eee3da;
  background-image: url("../images/bg-2.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#hotel .hotel-inner {
  width: min(1060px, 100%);
  margin: 0 auto;
}

#hotel .hotel-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 92px;
  margin: 0 auto 24px;
  background: url("../images/title-icon2.webp") center / contain no-repeat;
  color: #493b35;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

#hotel .hotel-title span {
  transform: translateY(-3px);
}

#hotel .hotel-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin: 0 auto 62px;
}

#hotel .hotel-tab {
  position: relative;
  flex: 0 0 auto;
  padding: 8px 15px 8px 27px;
  border: 0;
  border-radius: 999px;
  background-color: transparent;
  color: #493b35;
  font: inherit;
  font-size: 17px;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.22s ease;
}

#hotel .hotel-tab::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #b9a99b;
  transform: translateY(-50%);
}

#hotel .hotel-tab:not(.is-active):hover {
  background-color: rgba(255, 255, 255, 0.45);
}

#hotel .hotel-tab.is-active {
  background-color: #fff;
  font-weight: 700;
}

#hotel .hotel-tab.is-active::before {
  background-color: #f4773f;
}

#hotel .hotsale-outer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border: 8px solid #fff;
  border-radius: 34px;
  box-sizing: border-box;
  background-color: #fff;
  overflow: visible;
}

#hotel .hotel-featured > a,
#hotel .tour-list a {
  display: block;
  color: inherit;
}

#free-tour .free-tour-featured > a,
#free-tour .tour-list a,
#hotel .hotel-featured > a,
#hotel .tour-list a {
  transition: transform 0.2s ease, opacity 0.2s ease;
}

#free-tour .free-tour-featured > a:hover,
#free-tour .tour-list a:hover,
#hotel .hotel-featured > a:hover,
#hotel .tour-list a:hover {
  transform: scale(0.99);
  opacity: 0.92;
}

#hotel .hotsale {
  display: grid;
  grid-template-columns: 57% 43%;
  min-height: 360px;
  border-radius: 34px 34px 0 0;
  background-color: #fff8e9;
}

#hotel .hot-pic {
  align-self: start;
  height: 335px;
  margin: -50px 0 0 34px;
  border: 8px solid #fff;
  border-radius: 34px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
}

#hotel .hot-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#hotel .hot-tour {
  display: flex;
  flex-direction: column;
  padding: 40px 42px 32px 38px;
  box-sizing: border-box;
  color: #3f3a37;
}

#free-tour .city,
#hotel .city {
  align-self: flex-start;
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 9px;
  border: 1px solid #9b8879;
  border-radius: 4px;
  color: #6f5e52;
  font-size: 15px;
  line-height: 1.2;
}

#hotel .hot-name {
  padding-bottom: 18px;
  border-bottom: 1px solid #9a9189;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
}

#hotel .hot-info {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.65;
}

#hotel .hot-info li::before {
  content: "・";
}

#hotel .hot-price,
#hotel .list-price {
  color: #f0443e;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

#hotel .hot-price {
  margin-top: auto;
}

#hotel .hot-price strong {
  font-size: 38px;
  line-height: 1;
}

#hotel .hot-price small,
#hotel .list-price small {
  margin: 0 2px;
  font-size: 15px;
  font-weight: 500;
}

#hotel .tour-list {
  margin: 0;
  padding: 12px 36px 18px;
  border-radius: 0 0 34px 34px;
  box-sizing: border-box;
  background-color: #fff;
}

#hotel .tour-list > li:not([hidden]) ~ li:not([hidden]) {
  border-top: 1px dashed #cfc9c4;
}

#hotel .tour-txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 90px;
  padding: 16px 0;
  box-sizing: border-box;
}

#hotel .hotel-list-copy {
  min-width: 0;
}

#hotel .list-name {
  overflow: hidden;
  color: #3f3a37;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
    display: flex;
  align-items: center;
  gap: 8px;
}

#free-tour .list-name span,
#hotel .list-name span {
  flex: 0 0 auto;
  margin-right: 0;
  padding: 3px 7px;
  border: 1px solid #9b8879;
  border-radius: 4px;
  color: #6f5e52;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

#hotel .hotel-list-info {
  margin-top: 6px;
  color: #5eaa43;
  font-size: 15px;
  line-height: 1.4;
}

#hotel .hotel-list-info li {
  display: inline;
}

#hotel .hotel-list-info li + li::before {
  content: "・";
}

#hotel .list-price strong {
  font-size: 27px;
  line-height: 1;
}

#hotel .hotel-more-links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 34px 24px;
  border-radius: 0 0 34px 34px;
  box-sizing: border-box;
  background-color: #fff;
}

#hotel .hotel-more-links a {
  transition: background-color 0.22s ease, color 0.22s ease;
}

#hotel .hotel-more-links a:hover {
  background-color: #77695f;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #hotel {
    min-height: 0;
    padding: 52px 16px 100px;
    background-size: auto 100%;
  }

  #hotel .hotel-title {
    width: 190px;
    height: 73px;
    margin-bottom: 20px;
    font-size: 27px;
  }

  #hotel .hotel-tabs {
    justify-content: flex-start;
    gap: 8px 0;
    margin-bottom: 42px;
    padding-bottom: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #hotel .hotsale {
    display: block;
    padding-top: 18px;
  }

  #hotel .hot-pic {
    align-self: center;
    height: 230px;
    margin: 0 18px;
  }

  #hotel .hot-tour {
    padding: 28px 24px;
  }

  #hotel .hot-name {
    font-size: 24px;
  }

  #hotel .hot-price {
    margin-top: 24px;
  }

  #hotel .tour-list {
    padding: 6px 20px 14px;
  }

  #hotel .tour-txt {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  #hotel .list-name {
    white-space: normal;
  }

  #hotel .list-price {
    align-self: flex-end;
  }

  #hotel .hotel-more-links {
    padding: 4px 20px 20px;
  }
}

/************************************************************************************
SUBSIDY PLAN
*************************************************************************************/
#subsidy-plan {
  padding: 88px 20px 190px;
  box-sizing: border-box;
  background-color: #eee3da;
  background-image: url("../images/bg-3.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#subsidy-plan .subsidy-plan-inner {
  width: min(1060px, 100%);
  margin: 0 auto;
}

#subsidy-plan .subsidy-plan-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 395px;
  height: 100px;
  margin: 0 auto 22px;
  background: url("../images/title-icon3.webp") center / contain no-repeat;
  color: #493b35;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}

#subsidy-plan .subsidy-plan-title span {
  transform: translateY(-2px);
}

#subsidy-plan .subsidy-plan-subtitle {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 54px;
  color: #493b35;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

#subsidy-plan .subsidy-plan-list {
  display: flex;
  flex-direction: column;
  gap: 42px;
}

#subsidy-plan .subsidy-plan-card {
  width: 100%;
  height: auto;
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
}

#subsidy-plan .subsidy-plan-head {
  padding: 18px 42px;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center
}

#subsidy-plan .subsidy-plan-head em {
  color: #fff23c;
  font-style: normal;
}

#subsidy-plan .is-plan-1 .subsidy-plan-head {
  background-color: #4bb5d7;
}

#subsidy-plan .is-plan-2 .subsidy-plan-head {
  background-color: #ef82ba;
}

#subsidy-plan .is-plan-3 .subsidy-plan-head {
  background-color: #7acb68;
}

#subsidy-plan .subsidy-plan-body {
  padding: 30px 44px 36px;
  color: #4b4642;
  font-size: 17px;
  line-height: 1.75;
}

#subsidy-plan .subsidy-plan-body > ul > li {
  position: relative;
  padding-left: 18px;
}

#subsidy-plan .subsidy-plan-body > ul > li::before {
  content: "・";
  position: absolute;
  left: 0;
}

#subsidy-plan .subsidy-plan-body strong {
  color: #3f3935;
  font-weight: 700;
}

#subsidy-plan .subsidy-plan-detail,
#subsidy-plan .subsidy-plan-note-list {
  margin: 6px 0 8px;
  padding-left: 8px;
}

/************************************************************************************
COUPON BONUS
*************************************************************************************/
#coupon-bonus {
  min-height: 1050px;
  padding: 76px 20px 190px;
  box-sizing: border-box;
  background-color: #eee3da;
  background-image: url("../images/bg-4.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

#coupon-bonus .coupon-bonus-inner {
  width: min(1060px, 100%);
  margin: 0 auto;
}

#coupon-bonus .coupon-bonus-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 98px;
  margin: 0 auto 62px;
  background: url("../images/title-icon4.webp") center / contain no-repeat;
  color: #493b35;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

#coupon-bonus .coupon-bonus-title span { transform: translateY(-1px); }

#coupon-bonus .coupon-bonus-card {
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
}

#coupon-bonus .coupon-bonus-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0;
  padding: 18px 42px;
  background-color: #93a4f2;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

#coupon-bonus .coupon-bonus-head img { width: 38px; height: auto; }
#coupon-bonus .coupon-bonus-head em { color: #fff23c; font-style: normal; }
#coupon-bonus .coupon-bonus-body { padding: 30px 44px 36px; color: #4b4642; font-size: 17px; line-height: 1.75; }
#coupon-bonus .coupon-bonus-summary li { position: relative; padding-left: 18px; }
#coupon-bonus .coupon-bonus-summary li::before { content: "•"; position: absolute; left: 0; }
#coupon-bonus .coupon-bonus-summary b { color: #ef4540; font-weight: 600; }
#coupon-bonus .coupon-bonus-tickets { display: flex; justify-content: center; gap: 28px; margin: 32px auto 24px; }
#coupon-bonus .coupon-bonus-ticket {
  display: grid;
  flex: 0 1 430px;
  min-width: 0;
  color: #493b35;
  text-align: center;
  cursor: pointer;
  transition: transform 0.22s ease;
}
#coupon-bonus .coupon-bonus-ticket > img { display: block; grid-area: 1 / 1; width: 100%; height: auto; }
#coupon-bonus .coupon-bonus-ticket-content { display: flex; grid-area: 1 / 1; align-self: center; width: 70%; margin-right: auto; margin-left: auto; padding: 0; box-sizing: border-box; flex-direction: column; align-items: center; text-align: center; }
#coupon-bonus .coupon-bonus-ticket-type { margin-bottom: 4px; color: #493b35; font-size: clamp(20px, 2vw, 22px); font-weight: 600; line-height: 1.2; white-space: nowrap; text-align: center; }
#coupon-bonus .coupon-bonus-ticket strong { width: 100%; color: #493b35; font-size: clamp(24px, 3vw, 30px); font-weight: 800; line-height: 1.2; white-space: nowrap; text-align: center; }
#coupon-bonus .coupon-bonus-ticket-content > i { width: 76%; height: 1px; margin: 11px 0 12px; background-color: rgba(73, 59, 53, 0.45); }
#coupon-bonus .coupon-bonus-ticket-content > span:last-child { margin: 0; padding: 7px 22px; border-radius: 999px; background-color: #493b35; color: #fff; font-size: 16px; font-weight: 600; line-height: 1.4; text-align: center; }
@media (hover: hover) and (min-width: 769px) {
  #coupon-bonus .coupon-bonus-ticket:hover { transform: scale(1.025); }
}
#coupon-bonus .coupon-bonus-notice-toggle { display: block; margin: 8px auto 0; padding: 6px 2px 5px; border: 0; border-bottom: 1px solid #17656a; background: transparent; color: #17656a; font: inherit; font-weight: 700; cursor: pointer; }
#coupon-bonus .coupon-bonus-notice-toggle span { display: inline-flex; align-items: center; justify-content: center; width: 1em; height: 1em; margin-left: 0.25em; font-size: inherit; line-height: 1; vertical-align: middle; transition: transform 0.2s ease; }
#coupon-bonus .coupon-bonus-notice-toggle[aria-expanded="true"] span { transform: rotate(90deg); }
#coupon-bonus .coupon-bonus-notice { margin-top: 22px; padding-top: 22px; border-top: 1px solid #ded4e8; }
#coupon-bonus .coupon-bonus-notice li { position: relative; padding-left: 20px; }
#coupon-bonus .coupon-bonus-notice li::before { content: "•"; position: absolute; left: 0; }
#coupon-bonus .coupon-bonus-notice li + li { margin-top: 8px; }
#coupon-bonus .coupon-bonus-notice a { color: #67448f; font-weight: 700; text-decoration: underline; text-decoration-color: currentColor; text-underline-offset: 3px; transition: color 0.18s ease, text-decoration-color 0.18s ease, background-color 0.18s ease; }
#coupon-bonus .coupon-bonus-notice a:hover { border-radius: 2px; background-color: rgba(103, 68, 143, 0.08); color: #3b2454; text-decoration-color: currentColor; }

@media screen and (max-width: 768px) {
  #coupon-bonus { min-height: 0; padding: 52px 16px 100px; background-size: 100% auto; }
  #coupon-bonus .coupon-bonus-title { width: 190px; height: 72px; margin-bottom: 42px; font-size: 27px; }
  #coupon-bonus .coupon-bonus-card { border-radius: 22px; }
  #coupon-bonus .coupon-bonus-head { gap: 10px; padding: 16px 18px; font-size: 22px; }
  #coupon-bonus .coupon-bonus-head img { width: 32px; }
  #coupon-bonus .coupon-bonus-body { padding: 24px 18px 28px; font-size: 16px; line-height: 1.7; }
  #coupon-bonus .coupon-bonus-ticket-content > i { margin: clamp(7px, 2vw, 12px) 0; }
  #coupon-bonus .coupon-bonus-ticket-content > span:last-child { padding: 6px 18px; font-size: clamp(14px, 4.2vw, 16px); }
  #coupon-bonus .coupon-bonus-notice { overflow-wrap: anywhere; }
}

@media screen and (max-width: 680px) {
  #coupon-bonus .coupon-bonus-tickets { flex-direction: column; align-items: center; gap: 18px; margin-top: 26px; }
  #coupon-bonus .coupon-bonus-ticket { flex: none; width: min(100%, 430px); transition: none; }
}

@media screen and (max-width: 520px) {
  #coupon-bonus .coupon-bonus-head img {
    display: none;
  }
}

#subsidy-plan .subsidy-plan-detail li,
#subsidy-plan .subsidy-plan-note-list li {
  position: relative;
  padding-left: 20px;
}

#subsidy-plan .subsidy-plan-detail li::before,
#subsidy-plan .subsidy-plan-note-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

#subsidy-plan .subsidy-plan-detail li + li,
#subsidy-plan .subsidy-plan-note-list li + li {
  margin-top: 6px;
}

#subsidy-plan .subsidy-plan-highlight {
  color: #ef4540;
  font-weight: 600;
}

#subsidy-plan .subsidy-plan-note-list {
  color: #4b4642;
  font-size: inherit;
  line-height: inherit;
}

@media screen and (max-width: 768px) {
  #subsidy-plan {
    padding: 58px 16px 110px;
    background-position: center top;
    background-size: auto 100%;
  }

  #subsidy-plan .subsidy-plan-title {
    width: min(330px, 92vw);
    height: 84px;
    margin-bottom: 16px;
    font-size: 27px;
  }

  #subsidy-plan .subsidy-plan-subtitle {
    margin-bottom: 38px;
    font-size: 18px;
  }

  #subsidy-plan .subsidy-plan-list {
    gap: 28px;
  }

  #subsidy-plan .subsidy-plan-card {
    border-radius: 22px;
  }

  #subsidy-plan .subsidy-plan-head {
    padding: 16px 22px;
    font-size: 22px;
  }

  #subsidy-plan .subsidy-plan-body {
    padding: 24px 22px 28px;
    font-size: 16px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 520px) {
  #subsidy-plan .subsidy-plan-head {
    text-align: left;
  }
}

/************************************************************************************
APPLY INFO
*************************************************************************************/
#apply-info {
  padding: 82px 20px 130px;
  box-sizing: border-box;
  background-color: #ead7c5;
}

#apply-info .apply-info-inner {
  width: min(1060px, 100%);
  margin: 0 auto;
}

#apply-info .apply-info-heading {
  margin-bottom: 34px;
  padding-bottom: 20px;
  border-bottom: 1px solid #7d6d61;
}

#apply-info .apply-info-title {
  color: #493b35;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

#apply-info .apply-info-intro {
  margin-bottom: 48px;
  color: #493f39;
  font-size: 16px;
  line-height: 1.75;
}

#apply-info .apply-info-intro h3 {
  margin-bottom: 12px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
}

#apply-info .apply-info-intro li {
  position: relative;
  padding-left: 18px;
}

#apply-info .apply-info-intro li::before {
  content: "・";
  position: absolute;
  left: 0;
}

#apply-info .apply-info-intro strong {
  font-weight: 700;
}

#apply-info .apply-step-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 28px 22px;
}

#apply-info .apply-step-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-radius: 18px;
  overflow: hidden;
  background-color: #fff;
}

#apply-info .apply-step-pic {
  width: 100%;
  background-color: #fff;
}

#apply-info .apply-step-pic img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

#apply-info .apply-step-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 12px 16px;
  box-sizing: border-box;
  background-color: #147da9;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

#apply-info .apply-step-title em {
  color: #ffe134;
  font-style: normal;
}

#apply-info .apply-step-text {
  flex: 1 1 auto;
  padding: 22px 24px 28px;
  color: #44403d;
  font-size: 15px;
  line-height: 1.7;
}

#apply-info .apply-info-intro a,
#apply-info .apply-step-text a {
  color: #c7653f;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-underline-offset: 3px;
  transition: color 0.18s ease, text-decoration-color 0.18s ease, background-color 0.18s ease;
}

#apply-info .apply-info-intro a:hover,
#apply-info .apply-step-text a:hover {
  border-radius: 2px;
  background-color: rgba(199, 101, 63, 0.08);
  color: #7f3523;
  text-decoration-color: currentColor;
}

#apply-info .apply-step-note {
  margin-top: 10px;
  color: #5b514b;
}

#apply-info .apply-notice {
  margin-top: 72px;
}

#apply-info .apply-notice-heading {
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid #7d6d61;
}

#apply-info .apply-notice-title {
  color: #493b35;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

#apply-info .apply-notice-list {
  padding-left: 28px;
  color: #493f39;
  font-size: 16px;
  line-height: 1.75;
  list-style-position: outside;
  list-style-type: decimal;
}

#apply-info .apply-notice-list li {
  padding-left: 6px;
}

#apply-info .apply-notice-list li + li {
  margin-top: 12px;
}

#apply-info .apply-notice-list li:first-child {
  color: #d9443f;
  font-weight: 600;
}



#apply-info .apply-notice-list a {
  color: #087eb2;
  font-weight: 600;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-underline-offset: 3px;
  transition: color 0.18s ease, text-decoration-color 0.18s ease, background-color 0.18s ease;
}

#apply-info .apply-notice-list a:hover {
  border-radius: 2px;
  background-color: rgba(199, 101, 63, 0.07);
  color: #044766;
  text-decoration-color: currentColor;
}

@media screen and (max-width: 768px) {
  #apply-info {
    padding: 58px 16px 90px;
  }

  #apply-info .apply-info-heading {
    margin-bottom: 28px;
    padding-bottom: 16px;
  }

  #apply-info .apply-info-title {
    font-size: 29px;
  }

  #apply-info .apply-info-intro {
    margin-bottom: 38px;
    padding: 0 4px;
    font-size: 16px;
  }

  #apply-info .apply-step-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  #apply-info .apply-step-card {
    width: 100%;
  }

  #apply-info .apply-step-title {
    font-size: 19px;
  }

  #apply-info .apply-step-text {
    padding: 20px 22px 26px;
    font-size: 16px;
  }

  #apply-info .apply-notice {
    margin-top: 54px;
  }

  #apply-info .apply-notice-heading {
    margin-bottom: 26px;
    padding-bottom: 15px;
  }

  #apply-info .apply-notice-title {
    font-size: 26px;
  }

  #apply-info .apply-notice-list {
    padding-left: 27px;
    font-size: 16px;
  }
}

/************************************************************************************
GROUP TOUR
*************************************************************************************/
#group-tour {
  min-height: 1050px;
  padding: 76px 20px 190px;
  box-sizing: border-box;
  background-color: #eee3da;
  background-image: url("../images/bg-1.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#group-tour .group-tour-inner {
  width: min(1060px, 100%);
  margin: 0 auto;
}

#group-tour .group-tour-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 98px;
  margin: 0 auto 62px;
  background: url("../images/title-icon1.webp") center / contain no-repeat;
  color: #493b35;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}

#group-tour .hotsale-outer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border: 8px solid #fff;
  border-radius: 34px;
  box-sizing: border-box;
  background-color: #fff;
  overflow: visible;
}

#group-tour .hotsale-outer + .hotsale-outer {
  margin-top: 48px;
}

#group-tour .hotsale {
  display: grid;
  grid-template-columns: 57% 43%;
  min-height: 360px;
  border-radius: 34px 34px 0 0;
  background-color: #eaf8fa;
}

#group-tour .group-tour-featured.sold-out {
  cursor: default;
}

#group-tour .sold-out .hot-tour {
  position: relative;
}

#group-tour .sold-out .hot-name {
  padding-right: 104px;
}

#group-tour .sold-out-stamp {
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  transform: rotate(10deg);
  border-radius: 50%;
  background-color: #ee7b2d;
  box-shadow: 0 4px 8px rgba(79, 52, 35, 0.14);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0.08em;
  text-align: center;
  pointer-events: none;
}

#group-tour .sold-out-stamp span {
  display: block;
}

#group-tour .hot-pic {
  align-self: start;
  height: 335px;
  margin: -50px 0 0 34px;
  border: 8px solid #fff;
  border-radius: 34px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
}

#group-tour .hot-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#group-tour .hot-tour {
  display: flex;
  flex-direction: column;
  padding: 38px 42px 30px 38px;
  box-sizing: border-box;
  color: #3f3a37;
}

#group-tour .city {
  align-self: flex-start;
  margin-bottom: 8px;
  color: #887666;
  font-size: 15px;
  line-height: 1.3;
}

#group-tour .hot-name {
  padding-bottom: 16px;
  border-bottom: 1px solid #8e9695;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.4;
}

#group-tour .group-tour-description {
  margin-top: 15px;
  color: #4d4844;
  font-size: 16px;
  line-height: 1.6;
}

#group-tour .hot-info {
  margin-top: 10px;
  color: #4d4844;
  font-size: 16px;
  line-height: 1.6;
}

#group-tour .hot-info li {
  position: relative;
  padding-left: 16px;
}

#group-tour .hot-info li::before {
  content: "・";
  position: absolute;
  left: 0;
}

#group-tour .group-tour-meta {
  margin-top: auto;
  padding-top: 22px;
}

#group-tour .hot-price,
#group-tour .list-price {
  color: #f0443e;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

#group-tour .hot-price strong {
  font-size: 38px;
  line-height: 1;
}

#group-tour .list-price strong {
  font-size: 27px;
  line-height: 1;
}

#group-tour .hot-price small,
#group-tour .list-price small {
  margin: 0 2px;
  font-size: 15px;
  font-weight: 500;
}

#group-tour .group-tour-departures {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

#group-tour .group-tour-departure-link {
  transition: background-color 0.22s ease, color 0.22s ease;
}

#group-tour .group-tour-departure-link:hover {
  background-color: #77695f;
  color: #fff;
}

#group-tour .tour-list {
  margin: 0;
  padding: 12px 36px 24px;
  border-radius: 0 0 34px 34px;
  box-sizing: border-box;
  background-color: #fff;
}

#group-tour .tour-list > li + li {
  border-top: 1px dashed #cfc9c4;
}

#group-tour .tour-txt {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  min-height: 100px;
  padding: 18px 0;
  box-sizing: border-box;
}

#group-tour .group-tour-list-copy {
  flex: 1 1 auto;
  min-width: 0;
}

#group-tour .group-tour-list-copy .city {
  margin-bottom: 4px;
}

#group-tour .list-name {
  color: #3f3a37;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.45;
}

#group-tour .group-tour-list-info {
  margin-top: 6px;
  color: #5eaa43;
  font-size: 15px;
  line-height: 1.4;
}

#group-tour .group-tour-list-info li {
  position: relative;
  padding-left: 16px;
}

#group-tour .group-tour-list-info li::before {
  content: "・";
  position: absolute;
  left: 0;
}

#group-tour .group-tour-list-meta {
  flex: 0 0 auto;
  min-width: 0;
}

@media screen and (max-width: 768px) {
  #group-tour {
    min-height: 0;
    padding: 52px 16px 100px;
    background-size: auto 100%;
  }

  #group-tour .group-tour-title {
    width: 190px;
    height: 72px;
    margin-bottom: 42px;
    font-size: 27px;
  }

  #group-tour .hotsale {
    display: block;
    padding-top: 18px;
  }

  #group-tour .sold-out .hot-name {
    padding-right: 78px;
  }

  #group-tour .sold-out-stamp {
    top: 18px;
    right: 16px;
    width: 76px;
    height: 76px;
    font-size: 19px;
  }

  #group-tour .hot-pic {
    align-self: center;
    height: 230px;
    margin: 0 18px;
  }

  #group-tour .hot-tour {
    padding: 28px 24px;
  }

  #group-tour .hot-name {
    font-size: 24px;
  }

  #group-tour .group-tour-meta {
    padding-top: 24px;
  }

  #group-tour .tour-list {
    padding: 6px 20px 20px;
  }

  #group-tour .tour-txt {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  #group-tour .group-tour-list-meta {
    flex: 0 0 auto;
    min-width: 0;
  }

  #group-tour .group-tour-departures {
    margin-top: 12px;
  }
}

/************************************************************************************
TOUR NOTICE
*************************************************************************************/
#notice {
  padding: 82px 20px 130px;
  box-sizing: border-box;
  background-color: #ead7c5;
  padding-bottom: 320px;
}

#notice .notice-inner {
  width: min(1060px, 100%);
  margin: 0 auto;
}

#notice .apply-notice-heading {
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid #7d6d61;
}

#notice .apply-notice-title {
  color: #493b35;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

#notice .apply-notice-list {
  padding-left: 28px;
  color: #493f39;
  font-size: 16px;
  line-height: 1.75;
  list-style-position: outside;
  list-style-type: decimal;
}

#notice .apply-notice-list li {
  padding-left: 6px;
}

#notice .apply-notice-list li + li {
  margin-top: 12px;
}

#notice .apply-notice-list a {
  color: #087eb2;
  font-weight: 600;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-underline-offset: 3px;
  transition: color 0.18s ease, text-decoration-color 0.18s ease, background-color 0.18s ease;
}

#notice .apply-notice-list a:hover {
  border-radius: 2px;
  background-color: rgba(199, 101, 63, 0.07);
  color: #044766;
  text-decoration-color: currentColor;
}
#notice .apply-notice-list .mark{
  color: #d9443f;
}

@media screen and (max-width: 768px) {
  #notice {
    padding: 58px 16px 90px;
  }

  #notice .apply-notice-heading {
    margin-bottom: 26px;
    padding-bottom: 15px;
  }

  #notice .apply-notice-title {
    font-size: 26px;
  }

  #notice .apply-notice-list {
    padding-left: 27px;
    font-size: 16px;
  }
}

/************************************************************************************
HUALIEN PAGE COMPOSITION
*************************************************************************************/
.hualien-page #free-tour {
  background-image: url("../images/bg-2.webp");
}

.hualien-page #free-tour .free-tour-title {
  width: 240px;
  height: 92px;
  background-image: url("../images/title-icon2.webp");
}

.hualien-page #hotel {
  background-image: url("../images/bg-3.webp");
}

.hualien-page #hotel .hotel-title {
  width: 395px;
  height: 100px;
  background-image: url("../images/title-icon3.webp");
}

.hualien-page #notice .notice-group-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 7px 20px;
  background: #FFF7F0;
  border-radius: 10px;
  color: #493f39;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.hualien-page #notice .notice-group-content {
  min-width: 0;
}

.hualien-page #notice .notice-official-link {
  margin-bottom: 18px;
}

.hualien-page #notice .notice-official-link a {
  color: #087eb2;
  font-weight: 600;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-underline-offset: 3px;
  transition: color 0.18s ease, text-decoration-color 0.18s ease, background-color 0.18s ease;
}

.hualien-page #notice .notice-official-link a:hover {
  border-radius: 2px;
  background-color: rgba(199, 101, 63, 0.07);
  color: #044766;
  text-decoration-color: currentColor;
}

@media screen and (min-width: 768px) {
  .hualien-page #group-tour,
  .hualien-page #free-tour,
  .hualien-page #hotel,
  .hualien-page #notice {
    scroll-margin-top: 150px;
  }
}

@media screen and (max-width: 768px) {
  .hualien-page #free-tour .free-tour-title {
    width: 190px;
    height: 73px;
  }

  .hualien-page #hotel .hotel-title {
    width: min(330px, 92vw);
    height: 84px;
  }

  .hualien-page #notice .notice-group-title {
    max-width: 100%;
    padding: 6px 18px;
    box-sizing: border-box;
    font-size: 16px;
  }
}


/************************************************************************************
RESPONSIVE
*************************************************************************************/
@media screen and (max-width: 768px) {
  #free-tour .hotsale-outer,
  #group-tour .hotsale-outer,
  #hotel .hotsale-outer {
    border: 0;
  }

  .subsidy-nav-wrap {
    display: none;
  }

  header.subsidy-nav-is-sticky::after {
    display: none;
  }

  .kv {
    --kv-slide-width: 125px;
    --kv-slide-height: 225px;
    --kv-gap: 14px;
    --kv-border-width: 3px;
    --kv-duration: 40s;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 450px;
    padding: 20px 0 70px;
    margin-top: 40px;
  }

  .kv-title {
    position: relative;
    order: 1;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 768px;
    height: auto;
    aspect-ratio: 752 / 210;
    margin: 0 auto;
    transform: none;
    transform-origin: center center;
  }

  .page-hotel .kv-title {
    background-image: url("../images/main-title-01-s.webp");
  }

  .page-tour .kv-title {
    background-image: url("../images/main-title-02-s.webp");
  }
  
  .page-hualien .kv-title {
    background-image: url("../images/main-title-03-s.webp");
  }  
  
  .kv-marquee {
    position: relative;
    order: 2;
    top: auto;
    margin-top: 20px;
  }

  .kv-deco-top {
    display: none;
  }

  .kv-deco-bottom {
    left: 50%;
    bottom: 18px;
    width: 125vw;
    height: auto;
    max-width: none;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 480px) {
  .kv {
    height: 430px;
    min-height: 430px;
    padding-top: 10px;
    padding-bottom: 40px;
    box-sizing: border-box;
  }

  .kv-marquee {
    margin-top: 10px;
  }
}

/* 國旅補助 Q&A */
#subsidy-faq {
  padding: 82px 20px 130px;
  box-sizing: border-box;
  background-color: #eee3da;
}

#subsidy-faq .subsidy-faq-inner {
  width: min(1060px, 100%);
  margin: 0 auto;
}

#subsidy-faq .subsidy-faq-heading {
  margin-bottom: 34px;
  padding-bottom: 20px;
  border-bottom: 1px solid #7d6d61;
}

#subsidy-faq .subsidy-faq-title {
  color: #493b35;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

#subsidy-faq .subsidy-faq-item {
  overflow: hidden;
  border-radius: 12px;
  background-color: #b69272;
}

#subsidy-faq .subsidy-faq-item + .subsidy-faq-item {
  margin-top: 18px;
}

#subsidy-faq .subsidy-faq-item h3 {
  margin: 0;
}

#subsidy-faq .subsidy-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 21px 24px;
  border: 0;
  box-sizing: border-box;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

#subsidy-faq .subsidy-faq-question:hover,
#subsidy-faq .subsidy-faq-question:focus-visible {
  background-color: rgba(73, 59, 53, 0.12);
}

#subsidy-faq .subsidy-faq-question:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -4px;
}

#subsidy-faq .subsidy-faq-arrow {
  flex: 0 0 auto;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  transition: transform 0.2s ease;
}

#subsidy-faq .subsidy-faq-question[aria-expanded="true"] .subsidy-faq-arrow {
  transform: rotate(90deg);
}

#subsidy-faq .subsidy-faq-answer {
  overflow: hidden;
  background-color: #e6d2bd;
  color: #493f39;
  opacity: 0;
}

#subsidy-faq .subsidy-faq-answer.is-open {
  opacity: 1;
}

#subsidy-faq .subsidy-faq-answer p {
  margin: 0;
  padding: 20px 24px 24px;
  font-size: 16px;
  line-height: 1.75;
}

#subsidy-faq .subsidy-faq-answer a {
  color: #c7653f;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-underline-offset: 3px;
  transition: color 0.18s ease, text-decoration-color 0.18s ease, background-color 0.18s ease;
}

#subsidy-faq .subsidy-faq-answer a:hover {
  border-radius: 2px;
  background-color: rgba(199, 101, 63, 0.08);
  color: #7f3523;
  text-decoration-color: currentColor;
}

@media screen and (min-width: 768px) {
  #subsidy-faq {
    scroll-margin-top: 150px;
  }
}

@media screen and (max-width: 768px) {
  #subsidy-faq {
    padding: 58px 16px 90px;
  }

  #subsidy-faq .subsidy-faq-heading {
    margin-bottom: 28px;
    padding-bottom: 16px;
  }

  #subsidy-faq .subsidy-faq-title {
    font-size: 29px;
  }

  #subsidy-faq .subsidy-faq-item + .subsidy-faq-item {
    margin-top: 14px;
  }

  #subsidy-faq .subsidy-faq-question {
    gap: 14px;
    padding: 18px 19px;
    font-size: 17px;
  }

  #subsidy-faq .subsidy-faq-answer p {
    padding: 18px 19px 21px;
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #subsidy-faq .subsidy-faq-arrow,
  #subsidy-faq .subsidy-faq-answer {
    transition: none !important;
  }
}

.reveal-section {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .kv-track {
    animation: none;
  }

  .reveal-section,
  .reveal-section.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


