@charset "UTF-8";
/* 控制 */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Noto Sans TC";
}

/* 區塊重置或覆寫 */
/* 區塊重置或覆寫 */
#tripFeatures > .container.clearfix {
  width: 100%;
  max-width: 100%;
}
#tripFeatures > .container.clearfix .group_table_box {
  padding: 30px 0;
}

#ys-feature-all .container h2 {
  color: unset;
  text-shadow: unset;
}

#ys-feature-all .group_table_box p,
#ys-feature-all .day_con .info_box .info p {
  line-height: initial;
  font-size: 18px;
  word-break: unset;
}
@media (max-width: 575.98px) {
  #ys-feature-all .group_table_box p,
  #ys-feature-all .day_con .info_box .info p {
    font-size: 16px;
  }
}

#ys-feature-all h4 {
  border-bottom: 0 !important;
}

/* 外部 outer*/
#ys-feature-all {
  background-repeat: repeat-y;
  background-size: 120%;
  padding-top: 0;
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
}

#ys-feature-all .container .group_table_box {
  margin-top: 0;
  padding-top: 0;
}

#tripFeatures h2 {
  display: none;
}

section.group_table.trip_features .container .group_table_box .title_s {
  display: none;
}

section#tripNote {
  margin-top: 0;
}

/* container */
section.ys-feature-all {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  background-color: #bd8888;
}

/* container */
section.ys-feature-all {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto !important;
  background-color: #fff6e3;
}

.ys-feature-part-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}
@media (max-width: 991.98px) {
  .ys-feature-part-sec {
    padding: 40px 20px;
  }
}

.ys-feature-part-cnt {
  width: 1440px;
  position: relative;
}
@media (max-width: 1679.98px) {
  .ys-feature-part-cnt {
    width: calc(100% - 40px);
  }
}

/* 主題客製 */
#ys-for-website {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.award-sec.gold-travel {
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/共用區/images/award_type_02_sec_bg.png);
}

.hwa-highlight {
  background-color: #f87b03;
}

.tour-hl-dialogue {
  width: 75%;
  border: 1px solid #fff;
  padding: 40px;
  border-radius: 27px;
  display: flex;
  align-items: flex-start;
  gap: 0 32px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .tour-hl-dialogue {
    width: 100%;
  }
}
.tour-hl-dialogue > img {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100px;
}
@media (max-width: 575.98px) {
  .tour-hl-dialogue > img {
    margin: 0 0 20px 0;
  }
}
.tour-hl-dialogue .hl-dialogue-article > h3 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  margin: 0 0 10px 0;
}
@media (max-width: 991.98px) {
  .tour-hl-dialogue .hl-dialogue-article > h3 {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .tour-hl-dialogue .hl-dialogue-article > h3 {
    font-size: 24px;
    text-align: center;
  }
}
.tour-hl-dialogue .hl-dialogue-article > h5 {
  font-size: 16px;
  font-weight: 100;
  color: #fff !important;
  letter-spacing: 1px;
  opacity: 0.9;
}
@media (max-width: 575.98px) {
  .tour-hl-dialogue .hl-dialogue-article > h5 {
    text-align: center;
  }
}
@media (max-width: 419.98px) {
  .tour-hl-dialogue .hl-dialogue-article > h5 {
    font-size: 16px;
    font-weight: 300;
  }
}
@media (max-width: 575.98px) {
  .tour-hl-dialogue {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
}

.hwa-hl-list {
  display: flex;
  position: relative;
  border: 0;
  justify-content: space-between;
  padding: 40px 0 !important;
  flex-direction: row;
}
@media (max-width: 991.98px) {
  .hwa-hl-list {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 30px 30px;
  }
}
@media (max-width: 575.98px) {
  .hwa-hl-list {
    width: 100%;
    gap: 30px 4%;
    align-items: flex-start;
  }
}
.hwa-hl-list > li {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 16%;
}
@media (max-width: 991.98px) {
  .hwa-hl-list > li {
    width: 32%;
  }
}
@media (max-width: 575.98px) {
  .hwa-hl-list > li {
    width: 48%;
  }
}
.hwa-hl-list > li > img {
  display: block;
  width: 100%;
  margin: 0 0 8px 0;
}
.hwa-hl-list > li > b {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
}
.hwa-hl-list > li > span {
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
  opacity: 0.7;
}
@media (max-width: 575.98px) {
  .hwa-hl-list > li > span {
    font-size: 14px;
    text-align: center;
  }
}

/* 主KV */
.hwa-main-kv {
  position: relative;
  padding-bottom: 42.5%;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .hwa-main-kv {
    padding-bottom: 75%;
  }
}
.hwa-main-kv::after {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 20%;
  background: #FFF5DF;
  background: linear-gradient(180deg, rgba(255, 245, 223, 0) 0%, rgb(255, 245, 223) 98%);
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.hwa-main-kv-bg {
  position: absolute;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/main_kv_sec_bg_brown_boulevard.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 48.95%;
  width: 100%;
  z-index: 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  .hwa-main-kv-bg {
    padding-bottom: 100%;
  }
}

.hwa-kv-train {
  width: 45%;
  padding-bottom: 38%;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/main_kv_sec_bg_train.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  z-index: 1;
  position: absolute;
  bottom: -10%;
  left: 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  .hwa-kv-train {
    width: 65%;
    padding-bottom: 57%;
  }
}

.hwa-kv-cnt {
  position: absolute;
  z-index: 6;
  top: 50%;
}

.hwa-kv-title {
  font-size: 0;
  width: 40%;
  padding-bottom: 25%;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/main_kv_title.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(40%);
}
@media (max-width: 991.98px) {
  .hwa-kv-title {
    width: 50%;
    padding-bottom: 32.5%;
    transform: translate(0, -40%);
  }
}
@media (max-width: 575.98px) {
  .hwa-kv-title {
    width: 80%;
    padding-bottom: 75%;
    transform: translate(0, 10px);
  }
}

.hwa-main-kv-deco-sparkle {
  width: 40px;
  padding-bottom: 40px;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/main_kv_title_flower_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;
  font-size: 0;
  display: none;
}

/* 五大創新 */
.hwa-creations-sec {
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/creation_sec_bg.webp);
  background-repeat: repeat;
  padding: 40px 0;
  margin: 0;
}
.hwa-creations-sec::after {
  display: block;
  content: "";
  width: 4%;
  padding-bottom: 10.5%;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/creation_sec_deco_feather_pen.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 16px 5% 0 0;
  align-self: flex-end;
}
@media (max-width: 575.98px) {
  .hwa-creations-sec::after {
    width: 50px;
    padding-bottom: 125px;
    align-self: center;
  }
}

.hwa-creations-cnt {
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/creation_diag_bg.jpg);
  background-repeat: repeat;
  position: relative;
  z-index: 2;
}
.hwa-creations-cnt::before, .hwa-creations-cnt::after {
  display: block;
  content: "";
  width: 200px;
  height: 1px;
  background-color: #5c2918;
  position: absolute;
}
.hwa-creations-cnt::before {
  top: 0;
  left: 0;
  transform: translate(-20%, 60px) rotate(-45deg);
}
.hwa-creations-cnt::after {
  right: 0;
  bottom: 0;
  transform: translate(20%, -60px) rotate(-45deg);
}

.hwa-creations-cnt-frame {
  display: block;
  content: "";
  width: calc(100% - 80px);
  height: calc(100% - 100px);
  position: absolute;
  z-index: 0;
  border: 1px solid #5c2918;
  font-size: 0;
}
@media (max-width: 575.98px) {
  .hwa-creations-cnt-frame {
    width: calc(100% - 30px);
  }
}

.hwa-creations-title {
  font-size: 36px !important;
  color: #fff !important;
  font-weight: 700 !important;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/creation_diag_title_label.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  letter-spacing: 2px;
  padding: 12px 24px 40px 24px;
  margin: 0 0 30px 0;
  position: relative;
  transform: translateY(-30%);
  z-index: 2;
  line-height: unset;
}
@media (max-width: 991.98px) {
  .hwa-creations-title {
    font-size: 28px !important;
  }
}

.hwa-creations-points-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 30px;
  width: calc(100% - 80px);
  padding: 0 30px;
  margin: 0 0 60px 0;
  position: relative;
}
@media (max-width: 575.98px) {
  .hwa-creations-points-wrapper {
    width: calc(100% - 60px);
    padding: 0;
  }
}

.hwa-creations-point-set {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
}
@media (max-width: 991.98px) {
  .hwa-creations-point-set {
    width: 100%;
  }
}
.hwa-creations-point-set > h5 {
  font-size: 24px !important;
  color: #5c2918 !important;
  font-weight: 700;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/creation_diag_title_frame.svg);
  background-repeat: no-repeat;
  background-position: center 40%;
  background-size: contain;
  padding: 0 30px 28px 30px;
  margin: 0 0 16px 0 !important;
}
@media (max-width: 575.98px) {
  .hwa-creations-point-set > h5 {
    display: flex;
  }
}
.hwa-creations-point-set > h5 > b {
  font-size: 32px;
  font-weight: 400;
  display: inline-block;
  margin: 0 4px 0 0;
  opacity: 0.7;
}
@media (max-width: 1199.98px) {
  .hwa-creations-point-set > h5 > b {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .hwa-creations-point-set > h5 > b {
    font-size: 20px;
  }
}
@media (max-width: 1199.98px) {
  .hwa-creations-point-set > h5 {
    font-size: 20px !important;
  }
}
@media (max-width: 575.98px) {
  .hwa-creations-point-set > h5 {
    font-size: 16px;
    background-position: center calc(100% - 10px);
  }
}
.hwa-creations-point-set > p {
  font-size: 16px !important;
  color: #7b412d;
  letter-spacing: 2px;
  margin: 0 0 8px 0;
  padding: 0 !important;
  display: flex;
  opacity: 0;
  line-height: unset !important;
  word-break: keep-all !important;
}
.hwa-creations-point-set > p::before {
  display: block;
  content: "˙";
  margin: 0 4px 0 0;
}

.hwa-creations-deco-cloud {
  display: block;
  width: 10%;
  padding-bottom: 8%;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/creation_sec_cloud_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  font-size: 0;
}

/* 五大特色 */
.hwa-features-sec {
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/features_sec_bg.webp);
  background-repeat: repeat;
  border-bottom: 3px solid #ebe2cf;
}

.hwa-features-title-set {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #81422d;
  padding: 0 20px;
  margin: 0 0 32px 0;
}
.hwa-features-title-set > img {
  display: block;
  width: 240px;
  margin: 0 0 16px 0;
}
.hwa-features-title-set > h3 {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #81422d;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
  color: #81422d !important;
  letter-spacing: 10px !important;
  margin: 0 0 10px 0 !important;
}
@media (max-width: 991.98px) {
  .hwa-features-title-set > h3 {
    font-size: 28px !important;
  }
}
.hwa-features-title-set > h6 {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #81422d !important;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
  color: #81422d;
  letter-spacing: 2px;
  margin: 0 0 20px 0 !important;
}
@media (max-width: 991.98px) {
  .hwa-features-title-set > h6 {
    font-size: 18px !important;
  }
}

.hwa-features-title-deco-birds {
  display: block;
  width: 24px;
  padding-bottom: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  font-size: 0;
  opacity: 0;
  will-change: transform, opacity;
  transform-origin: center center;
}
.hwa-features-title-deco-birds.bird-01 {
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/features_title_deco_bird_01.svg);
  top: 10%;
  left: -30%;
  left: unset;
  right: 5%;
}
.hwa-features-title-deco-birds.bird-02 {
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/features_title_deco_bird_02.svg);
  right: -20%;
  top: 5%;
}
.hwa-features-title-deco-birds.bird-03 {
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/features_title_deco_bird_03.svg);
  top: 20%;
  left: -10%;
  left: unset;
  right: 0%;
}

.hwa-features-point-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  gap: 2%;
}
@media (max-width: 767.98px) {
  .hwa-features-point-wrapper {
    flex-wrap: wrap;
    gap: 30px 30px;
  }
}

.hwa-features-point-grid {
  width: 49%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .hwa-features-point-grid {
    width: 100%;
  }
}
.hwa-features-point-grid > img {
  display: block;
  width: 100%;
}
.hwa-features-point-grid > p {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: unset !important;
  padding: 0 !important;
  color: #7b412d;
  margin: 0 0 20px 0;
  line-height: unset !important;
  padding: 0 !important;
  word-break: keep-all !important;
}
@media (max-width: 767.98px) {
  .hwa-features-point-grid > p {
    font-size: 14px !important;
  }
}

.hwa-features-deco-train {
  display: block;
  width: 67%;
  padding-bottom: 10%;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/features_sec_deco_train-01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  font-size: 0;
  margin: 0 0 10px 0;
}

.hwa-features-point-title-set {
  display: flex;
  flex-direction: column;
  gap: 2px 0;
  padding: 0 0 10px 20px;
  margin: 16px 0 24px 0;
  border-left: 1px solid #81422d;
}
.hwa-features-point-title-set > h3 {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #81422d;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991.98px) {
  .hwa-features-point-title-set > h3 {
    font-size: 28px !important;
  }
}
.hwa-features-point-title-set > h6 {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #81422d !important;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991.98px) {
  .hwa-features-point-title-set > h6 {
    font-size: 18px !important;
  }
}

.slash-title {
  font-size: 24px !important;
  display: flex;
  color: #592527 !important;
  font-weight: 400 !important;
  letter-spacing: 4px;
  gap: 0 8px;
  align-self: center;
  margin: 0 !important;
}
.slash-title::before, .slash-title::after {
  display: block;
  content: "///";
}
@media (max-width: 991.98px) {
  .slash-title {
    font-size: 20px !important;
  }
}
@media (max-width: 767.98px) {
  .slash-title {
    margin: 20px 0 !important;
  }
}
@media (max-width: 575.98px) {
  .slash-title {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .slash-title::after {
    align-self: flex-end;
  }
}

/* 三處環境教育場域 */
.hwa-education-sec {
  background-color: #f9f9f9;
  position: relative;
  perspective: 1200px;
}
.hwa-education-sec::after {
  display: block;
  content: "";
  width: 16%;
  padding-bottom: 13%;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/features_sec_deco_tree.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  position: absolute;
  right: 20px;
  bottom: 5px;
}
@media (max-width: 991.98px) {
  .hwa-education-sec::after {
    width: 180px;
    padding-bottom: 180px;
  }
}

.hwa-education-butterfly {
  display: block;
  content: "";
  width: 40px;
  padding-bottom: 43px;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/enviro_sec_butterfly_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  font-size: 0;
  transform-origin: center;
}

.hwa-education-title-set {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 0 20px;
  margin: 0 0 32px 0;
}
.hwa-education-title-set > img {
  display: block;
  width: 240px;
  margin: 0 0 16px 0;
  transform-style: preserve-3d;
}
.hwa-education-title-set > h3 {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #81422d;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
  color: #81422d !important;
  letter-spacing: 10px;
  padding: 4px 2px 4px 10px !important;
  margin: 0 0 10px 0 !important;
  display: flex;
  align-items: baseline;
  gap: 0 6px;
  border: 4px solid #81422d;
  text-align: center;
}
@media (max-width: 991.98px) {
  .hwa-education-title-set > h3 {
    font-size: 28px !important;
  }
}
@media (max-width: 575.98px) {
  .hwa-education-title-set > h3 {
    flex-direction: column;
    align-items: center;
  }
}
.hwa-education-title-set > h3::before {
  display: block;
  content: "";
  width: 26px;
  height: 32px;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/enviro_deco_location.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.hwa-education-title-set > h6 {
  color: #81422d !important;
  margin: 0 0 20px 0 !important;
  font-family: "WindSong";
  font-size: 22px !important;
  letter-spacing: 4px;
  font-weight: 500 !important;
  text-align: center;
}

.sec-parag {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: unset !important;
  padding: 0 !important;
  color: #7d4a19;
}
@media (max-width: 767.98px) {
  .sec-parag {
    font-size: 14px !important;
  }
}
.sec-parag.al-center {
  text-align: center;
}

.hwa-education-point-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
  margin: 30px 0;
}
@media (max-width: 767.98px) {
  .hwa-education-point-wrapper {
    gap: 30px 30px;
  }
}

.hwa-education-point-grid {
  position: relative;
  width: 48%;
}
@media (max-width: 767.98px) {
  .hwa-education-point-grid {
    width: 100%;
  }
}
.hwa-education-point-grid.full {
  width: 100%;
  margin: 6px 0 30px 0;
}
.hwa-education-point-grid > img {
  display: block;
  width: 100%;
  transform-style: preserve-3d;
  border-radius: 30px;
}
.hwa-education-point-grid > h4 {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #81422d !important;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
  color: #733900 !important;
  display: flex;
  margin: 16px 0 10px 0 !important;
  justify-content: center;
  opacity: 0;
}
@media (max-width: 991.98px) {
  .hwa-education-point-grid > h4 {
    font-size: 18px !important;
  }
}
.hwa-education-point-grid > h4::before, .hwa-education-point-grid > h4::after {
  display: block;
  content: "‧";
}
.hwa-education-point-grid > p {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: unset !important;
  padding: 0 !important;
  color: #b08048;
  opacity: 0;
}
@media (max-width: 767.98px) {
  .hwa-education-point-grid > p {
    font-size: 14px !important;
  }
}

/* 導覽老師體驗 */
.hwa-guide-sec {
  background-color: #f9f9f9;
  position: relative;
}
.hwa-guide-sec::after {
  display: block;
  content: "";
  width: 180px;
  padding-bottom: 240px;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/local_deco_plants.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  position: absolute;
  right: 20px;
  bottom: 5px;
}

.hwa-guide-title-set {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/local_life_title_microphone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 0 120px 28px 150px;
  margin: 0 0 76px 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .hwa-guide-title-set {
    padding: 0 60px 28px 80px;
  }
}
.hwa-guide-title-set > h3 {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #81422d;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
  color: #582c00;
}
@media (max-width: 991.98px) {
  .hwa-guide-title-set > h3 {
    font-size: 28px !important;
  }
}
.hwa-guide-title-set > h6 {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #81422d !important;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
  color: #945d2e;
}
@media (max-width: 991.98px) {
  .hwa-guide-title-set > h6 {
    font-size: 18px !important;
  }
}

.hwa-guide-point-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .hwa-guide-point-wrapper {
    gap: 30px 0;
  }
}

.hwa-guide-point-pic-frame {
  position: relative;
  margin: 0 0 24px 0;
  width: 100%;
}
.hwa-guide-point-pic-frame > img {
  opacity: 0;
  transform: scale(0.95); /* 初始稍微縮小 */
  filter: brightness(1.5); /* 初始略亮，模擬曝光過度 */
  width: 100%;
}

.hwa-guide-point-grid {
  width: 48%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767.98px) {
  .hwa-guide-point-grid {
    width: 100%;
  }
}
.hwa-guide-point-grid > h4 {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #81422d !important;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
  color: #733900;
  border-left: 1px solid #733900;
  border-right: 1px solid #733900;
  padding: 0 12px 0 18px !important;
  font-weight: 700 !important;
  margin: 0 0 16px 0 !important;
  padding: 0 8px 0 12px !important;
  font-size: 24px !important;
}
@media (max-width: 991.98px) {
  .hwa-guide-point-grid > h4 {
    font-size: 18px !important;
  }
}
.hwa-guide-point-grid > h4.dots {
  display: flex;
  border: 0;
}
.hwa-guide-point-grid > h4.dots::before, .hwa-guide-point-grid > h4.dots::after {
  display: block;
  content: "‧";
}
.hwa-guide-point-grid > h4.slash-title {
  border: 0;
  align-self: flex-start;
}
.hwa-guide-point-grid > h5 {
  font-size: 18px !important;
  color: #733900 !important;
  letter-spacing: 2px;
  font-weight: 400 !important;
  margin: 0 0 24px 0 !important;
}
@media (max-width: 767.98px) {
  .hwa-guide-point-grid > h5 {
    font-size: 16px !important;
  }
}
.hwa-guide-point-grid > p {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: unset !important;
  padding: 0 !important;
  color: #b08048 !important;
  width: 75%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .hwa-guide-point-grid > p {
    font-size: 14px !important;
  }
}
@media (max-width: 1199.98px) {
  .hwa-guide-point-grid > p {
    width: 100%;
  }
}
.hwa-guide-point-grid > img {
  display: block;
  width: 100%;
  opacity: 0;
  transform: scale(0.95); /* 初始稍微縮小 */
  filter: brightness(1.5); /* 初始略亮，模擬曝光過度 */
}
.hwa-guide-point-grid.full {
  width: 100%;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.05);
  margin: 0 0 40px 0;
}
.hwa-guide-point-grid.full::before {
  display: block;
  content: "";
  width: 40px;
  padding-bottom: 100px;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/local_life_sec_tape.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -80%);
}
@media (max-width: 1199.98px) {
  .hwa-guide-point-grid.full {
    padding: 30px 20px;
  }
}
.hwa-guide-point-grid.extended {
  width: 100%;
  margin: 40px 0;
}

.hwa-guide-pic-write {
  position: absolute;
  z-index: 1;
  font-family: "WindSong";
  color: #fff;
  font-size: 28px;
  letter-spacing: 2px;
  left: 20px;
  bottom: 20px;
}
@media (max-width: 767.98px) {
  .hwa-guide-pic-write {
    font-size: 16px;
  }
}

.hwa-guide-deco-bicycle {
  display: block;
  width: 250px;
  padding-bottom: 160px;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/local_deco_bicycle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  font-size: 0;
}

.hwa-guide-deco-grass {
  display: block;
  width: 100%;
  padding-bottom: 160px;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/local_deco_grass.svg);
  background-repeat: repeat-x;
  background-size: 200px;
  background-position: center bottom;
  font-size: 0;
  position: absolute;
  z-index: 1;
}

/* 舞鶴茶園 */
.tea-garden-sec {
  width: 100%;
  padding-bottom: 43.55%;
  position: relative;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/tea_garden_sec_pic.webp);
  background-size: cover;
  background-repeat: no-repeat;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .tea-garden-sec {
    background-image: none;
    padding: 0;
  }
  .tea-garden-sec::before {
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 65%;
    background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/tea_garden_sec_pic.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.tea-garden-cnt {
  position: absolute;
  z-index: 2;
  background-color: rgba(248, 121, 3, 0.7803921569);
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 3px solid #a2683e;
  align-items: flex-start;
  padding: 20px 40px;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  clip-path: inset(0 100% 0 0);
  will-change: clip-path;
}
@media (max-width: 575.98px) {
  .tea-garden-cnt {
    position: static;
    padding: 10px 20px;
  }
}
.tea-garden-cnt > h4 {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #81422d;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 28px !important;
  margin: 0 0 6px 0 !important;
  opacity: 0;
  filter: blur(15px); /* 初始模糊度 */
  will-change: filter, opacity;
}
@media (max-width: 991.98px) {
  .tea-garden-cnt > h4 {
    font-size: 28px !important;
  }
}
@media (max-width: 575.98px) {
  .tea-garden-cnt > h4 {
    font-size: 24px !important;
  }
}
.tea-garden-cnt > p {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: unset !important;
  padding: 0 !important;
  color: #fff;
  opacity: 0.9;
  opacity: 0;
  filter: blur(15px); /* 初始模糊度 */
  will-change: filter, opacity;
}
@media (max-width: 767.98px) {
  .tea-garden-cnt > p {
    font-size: 14px !important;
  }
}

/* 五星環保旅店 */
.eco-hotel-sec {
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/creation_sec_bg.jpg);
  background-repeat: repeat;
  padding: 40px 0;
  border-bottom: 3px solid #a2683e;
}

.eco-hotel-title-set {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 30px 0;
}
.eco-hotel-title-set > h3 {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #81422d;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
  color: #7e2513 !important;
  margin: 0 0 6px 0;
}
@media (max-width: 991.98px) {
  .eco-hotel-title-set > h3 {
    font-size: 28px !important;
  }
}
.eco-hotel-title-set > h5 {
  font-family: "WindSong" !important;
  font-size: 32px !important;
  color: #e78159 !important;
  font-weight: 400 !important;
  letter-spacing: 2px;
  transform: translate(-50%, 50%);
  margin: 0 !important;
}
@media (max-width: 575.98px) {
  .eco-hotel-title-set > h5 {
    font-size: 24px !important;
  }
}
.eco-hotel-title-set > h6 {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #81422d !important;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
  margin: 0 0 24px 0;
}
@media (max-width: 991.98px) {
  .eco-hotel-title-set > h6 {
    font-size: 18px !important;
  }
}
.eco-hotel-title-set::after {
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  background-color: #7e2513;
  transform: rotate(45deg);
}

.eco-hotel-title-chandelier {
  width: 180px;
  padding-bottom: 150px;
  display: block;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/eco_hotel_deco_chandelier.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  font-size: 0;
  top: -50px; /* 根據佈局調整 */
  transform: translate(0, 0) rotate(-3deg);
  transform-origin: top center;
  opacity: 0;
  will-change: transform, opacity;
}

.eco-hotel-parag {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: unset !important;
  padding: 0 !important;
  color: #7e2513;
  color: #555;
  text-align: center;
  margin: 0 0 40px 0;
}
@media (max-width: 767.98px) {
  .eco-hotel-parag {
    font-size: 14px !important;
  }
}

.eco-hotel-intro-set {
  display: flex;
  align-items: center;
  margin: 40px 0;
  perspective: 1200px; /* 增加 3D 視距 */
}
@media (max-width: 767.98px) {
  .eco-hotel-intro-set {
    flex-wrap: wrap;
  }
}
.eco-hotel-intro-set.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767.98px) {
  .eco-hotel-intro-set.reverse {
    flex-direction: row;
  }
}

.eco-hotel-intro-separate {
  display: flex;
  align-items: center;
  margin: 40px 0 0 0;
  width: 100%;
}
.eco-hotel-intro-separate > .slash-title {
  white-space: nowrap;
  width: 100%;
}
@media (max-width: 575.98px) {
  .eco-hotel-intro-separate > .slash-title {
    white-space: initial;
    text-align: center;
    gap: 10px 0;
    background-color: rgba(123, 64, 45, 0);
  }
}
.eco-hotel-intro-separate > .slash-title::before, .eco-hotel-intro-separate > .slash-title::after {
  display: block;
  content: "";
  width: 30%;
  background-color: #7b412d;
  flex-shrink: 1;
  flex-grow: 1;
  transform: skewX(10deg);
}
@media (max-width: 575.98px) {
  .eco-hotel-intro-separate > .slash-title::before, .eco-hotel-intro-separate > .slash-title::after {
    width: 100%;
    height: 1px;
    opacity: 0.2;
  }
}
.eco-hotel-intro-separate > .slash-title::before {
  margin: 0 4px 0 0;
}

.eco-hotel-intro {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 30px;
  will-change: transform, opacity;
}
@media (max-width: 767.98px) {
  .eco-hotel-intro {
    width: 100%;
  }
}
.eco-hotel-intro > h4 {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #81422d !important;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
  padding: 4px 8px 4px 12px !important;
  background-color: #7b412d;
  color: #fdf3dc !important;
  margin: 0 0 24px 0 !important;
}
@media (max-width: 991.98px) {
  .eco-hotel-intro > h4 {
    font-size: 18px !important;
  }
}

.eco-hotel-intro-parag {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: unset !important;
  padding: 0 !important;
  color: #5c180b;
  color: #555;
  margin: 0 0 16px 0;
}
@media (max-width: 767.98px) {
  .eco-hotel-intro-parag {
    font-size: 14px !important;
  }
}

.eco-hotel-gallery {
  position: relative;
  width: 60%;
  will-change: transform, opacity;
}
@media (max-width: 767.98px) {
  .eco-hotel-gallery {
    width: 100%;
  }
}
.eco-hotel-gallery > img {
  display: block;
  width: 100%;
}

.gallery-name {
  font-family: "Noto Serif TC";
  color: #7e2513;
  writing-mode: vertical-lr;
  display: flex;
  position: absolute;
  z-index: 2;
  font-size: 16px !important;
  top: 10px;
  right: -10px;
}
.gallery-name.set-left {
  right: unset;
}

.gallery-tag {
  font-family: "Noto Serif TC";
  color: #7e2513;
  display: flex;
  position: absolute;
  z-index: 2;
  font-size: 16px !important;
  right: 0;
  bottom: 20px;
}
.gallery-tag.set-left {
  right: unset;
  left: 0;
}

.eco-hotel-furniture {
  display: block;
  width: 220px;
  padding-bottom: 130px;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/eco_hotel_deco_furnitures.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  font-size: 0;
  align-self: flex-end;
}

.eco-hotel-deco-beach {
  display: block;
  width: 200px;
  padding-bottom: 180px;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/eco_hotel_deco_beach.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  font-size: 0;
  align-self: flex-end;
  justify-self: flex-end;
  transform: rotateY(180deg);
}

.eco-hotel-deco-garden {
  display: block;
  width: 200px;
  padding-bottom: 90px;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/eco_hotel_deco_park.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  font-size: 0;
  align-self: flex-end;
}

.eco-hotel-view-wrapper {
  width: 100%;
  background-color: #fbe2a9;
  position: relative;
  padding: 20px 0;
  display: flex;
  overflow: hidden;
}

.eco-hotel-view-cnt {
  display: flex;
  gap: 0 20px;
  width: -moz-max-content;
  width: max-content;
  animation: marquee-scroll 60s linear infinite;
}
.eco-hotel-view-cnt > img {
  display: block;
  width: 15vw;
  padding-right: 1px;
  flex-shrink: 0;
}
@media (max-width: 1199.98px) {
  .eco-hotel-view-cnt > img {
    width: 20vw;
  }
}
@media (max-width: 767.98px) {
  .eco-hotel-view-cnt > img {
    width: 33vw;
  }
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.eco-hotel-view-wrapper:hover .eco-hotel-view-cnt {
  animation-play-state: paused;
}

/* 環保餐廳 */
.eco-restaurant-sec {
  background-color: #634527;
}

.eco-restaurant-title-set {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0 0 40px 0;
  perspective: 1500px;
}
.eco-restaurant-title-set > h5 {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #81422d !important;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
  color: #efdabd !important;
  margin: 0 0 10px 0 !important;
  position: relative;
  z-index: 2;
  text-shadow: 3px 3px 0 #634527, -3px 3px 0 #634527, 3px -3px 0 #634527, -3px -3px 0 #634527;
}
@media (max-width: 991.98px) {
  .eco-restaurant-title-set > h5 {
    font-size: 18px !important;
  }
}
.eco-restaurant-title-set > h3 {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #81422d;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
  color: #fff !important;
  margin: 0 0 4px 0 !important;
  position: relative;
  z-index: 2;
  text-shadow: 3px 3px 0 #634527, -3px 3px 0 #634527, 3px -3px 0 #634527, -3px -3px 0 #634527;
}
@media (max-width: 991.98px) {
  .eco-restaurant-title-set > h3 {
    font-size: 28px !important;
  }
}
.eco-restaurant-title-set > h6 {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #81422d !important;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
  color: #fff !important;
  position: relative;
  z-index: 2;
  margin: 0 !important;
  text-shadow: 3px 3px 0 #634527, -3px 3px 0 #634527, 3px -3px 0 #634527, -3px -3px 0 #634527;
}
@media (max-width: 991.98px) {
  .eco-restaurant-title-set > h6 {
    font-size: 18px !important;
  }
}

.eco-restaurant-title-deco-dish {
  width: 120px;
  padding-bottom: 120px;
  display: block;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/eco_restaurant_title_deco_dish.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  transform: translate(-100%, -50%);
}
@media (max-width: 575.98px) {
  .eco-restaurant-title-deco-dish {
    width: 60px;
    padding-bottom: 60px;
  }
}

.eco-restaurant-title-deco-dining {
  width: 120px;
  padding-bottom: 120px;
  display: block;
  background-image: url(https://www.ystravel.com.tw/material-alias/團型特色頁/國內/花蓮/HWA06TRA01/images/eco_restaurant_title_deco_dining.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 0;
  transform: translate(100%, -50%);
  transform-origin: center bottom;
}
@media (max-width: 575.98px) {
  .eco-restaurant-title-deco-dining {
    width: 60px;
    padding-bottom: 60px;
  }
}

.eco-restaurant-intro-set {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 0 30px;
  margin: 0 0 40px 0;
}
@media (max-width: 767.98px) {
  .eco-restaurant-intro-set {
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .eco-restaurant-intro-set {
    gap: 30px 30px;
  }
}
.eco-restaurant-intro-set.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767.98px) {
  .eco-restaurant-intro-set.reverse {
    flex-direction: row;
  }
}

.eco-restaurant-intro {
  width: 40%;
}
@media (max-width: 767.98px) {
  .eco-restaurant-intro {
    width: 100%;
  }
}
.eco-restaurant-intro > p {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: unset !important;
  padding: 0 !important;
  color: #fff !important;
  margin: 0 0 36px 0;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .eco-restaurant-intro > p {
    font-size: 14px !important;
  }
}

.eco-restaurant-gallery {
  width: 30%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 0;
}
@media (max-width: 767.98px) {
  .eco-restaurant-gallery {
    width: 45%;
  }
}
@media (max-width: 575.98px) {
  .eco-restaurant-gallery {
    width: 80%;
  }
}
.eco-restaurant-gallery.double {
  width: 50%;
}
@media (max-width: 767.98px) {
  .eco-restaurant-gallery.double {
    width: 100%;
  }
}
.eco-restaurant-gallery.double > img {
  margin: 0 auto;
}
.eco-restaurant-gallery > img {
  display: block;
  width: 100%;
}

.eco-restaurant-poem {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: unset !important;
  padding: 0 !important;
  writing-mode: vertical-rl;
  align-self: center;
  color: #efdabd !important;
  line-height: 2.6rem;
  letter-spacing: 4px;
  font-weight: 400 !important;
}
@media (max-width: 767.98px) {
  .eco-restaurant-poem {
    font-size: 14px !important;
  }
}

.eco-restaurant-intro-title {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #81422d !important;
  letter-spacing: 4px;
  line-height: unset !important;
  padding: 0 !important;
  color: #fff7e3 !important;
  display: flex;
  gap: 0 10px;
  margin: 0 0 10px 0 !important;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .eco-restaurant-intro-title {
    font-size: 18px !important;
  }
}
.eco-restaurant-intro-title > span {
  display: block;
  color: #d6a35f;
  padding: 0 4px 0 0;
  border-right: 1px solid #d6a35f;
}

.eco-restaurant-ingre-pattern {
  display: inline-block;
  animation: floating-rotate 16s ease-in-out infinite;
  will-change: transform;
}

@keyframes floating-rotate {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(10px, 15px) rotate(5deg);
  }
  50% {
    transform: translate(-5px, 20px) rotate(-5deg);
  }
  75% {
    transform: translate(-12px, 8px) rotate(3deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}/*# sourceMappingURL=HWA06TRA01.css.map */