@charset "UTF-8";
img {
  max-width: 100%;
  width: auto;
}

.color-main {
  color: #07bb80;
}

.bg {
  background-image: url(/_common/_event/2025Q4/_img/bg_b.jpg);
  background-position: top center;
  background-size: 100%;
  background-color: #599df8;
  background-repeat: no-repeat;
  margin-top: 38px;
}

.area_notion {
  position: relative;
}
.area_notion .notion {
  display: flex;
  background-color: #fff;
  color: #3d3d3d;
  padding: clamp(12px, 2vw, 20px);
  border-radius: 8px;
  margin: auto;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
}
@media (max-width: 768px) {
  .area_notion .notion {
    flex-direction: column;
  }
}
@media (max-width: 375px) {
  .area_notion .notion {
    padding: 12px 16px;
  }
}
.area_notion .notion .line {
  width: 1px;
  height: 80px;
  background-color: #000;
  margin: 0 clamp(20px, 2vw, 66px) 0 clamp(30px, 4vw, 80px);
}
@media (max-width: 768px) {
  .area_notion .notion .line {
    display: none;
  }
}
.area_notion .notion .title {
  padding-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #fff;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .area_notion .notion .title {
    padding-right: 0;
    border: none;
    justify-content: flex-start;
  }
}
.area_notion .notion .title p {
  font-size: clamp(18px, 1.5vw, 24px);
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .area_notion .notion .title p {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 2px;
  }
}
@media (max-width: 576px) {
  .area_notion .notion .title p {
    letter-spacing: 0;
  }
}
.area_notion .notion .des {
  padding-left: 0;
}
@media (max-width: 576px) {
  .area_notion .notion .des {
    padding-left: 0;
    border: none;
  }
}
@media (max-width: 768px) {
  .area_notion .notion .des ul {
    padding-left: 26px;
  }
}
@media (max-width: 768px) {
  .area_notion .notion .des ul li {
    line-height: 1.6;
    font-size: 15px;
  }
}
.area_notion .notion .des p {
  line-height: 2;
}
@media (max-width: 576px) {
  .area_notion .notion .des p {
    line-height: 1.75;
  }
}
@media (max-width: 375px) {
  .area_notion .notion .des p {
    line-height: 1.35;
    font-size: 14px;
  }
}

.main {
  margin-top: 40px;
  padding-bottom: clamp(30px, 4vw, 60px);
}

#custTab {
  align-items: flex-end;
}
#custTab .nav-item {
  width: 33.333%;
  flex-grow: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #000;
}
@media (max-width: 991px) {
  #custTab .nav-item {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
}
#custTab .nav-item + .nav-item {
  margin-left: -1px;
}
#custTab .nav-item:nth-child(1) .nav-link {
  background-color: #0de49d;
  color: #fff;
}
#custTab .nav-item:nth-child(1) .nav-link.active {
  height: 86px;
}
@media (max-width: 768px) {
  #custTab .nav-item:nth-child(1) .nav-link.active {
    height: 74px;
  }
}
@media (max-width: 375px) {
  #custTab .nav-item:nth-child(1) .nav-link.active {
    height: 86px;
  }
}
#custTab .nav-item:nth-child(2) .nav-link {
  background-color: #4295ff;
  color: #fff;
}
#custTab .nav-item:nth-child(2) .nav-link.active {
  height: 86px;
}
@media (max-width: 768px) {
  #custTab .nav-item:nth-child(2) .nav-link.active {
    height: 74px;
  }
}
@media (max-width: 375px) {
  #custTab .nav-item:nth-child(2) .nav-link.active {
    height: 86px;
  }
}
#custTab .nav-item:nth-child(3) .nav-link {
  background-color: #ff8057;
  color: #fff;
}
#custTab .nav-item:nth-child(3) .nav-link.active {
  height: 86px;
}
@media (max-width: 768px) {
  #custTab .nav-item:nth-child(3) .nav-link.active {
    height: 74px;
  }
}
@media (max-width: 375px) {
  #custTab .nav-item:nth-child(3) .nav-link.active {
    height: 86px;
  }
}
#custTab .nav-link {
  background-color: transparent;
  width: 100%;
  height: 66px;
  border-bottom: none;
  font-size: clamp(18px, 2vw, 24px) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  border-radius: 0;
}
@media (max-width: 768px) {
  #custTab .nav-link {
    height: 58px;
    flex-direction: column;
    font-size: 12px !important;
    line-height: 1;
    line-height: 1.25;
  }
}
@media (max-width: 375px) {
  #custTab .nav-link {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 15px !important;
    height: 76px;
  }
}
#custTab .nav-link.active {
  border-top: none;
  box-shadow: none;
  font-size: clamp(18px, 2vw, 26px);
  border: none;
}
#custTab .nav-link.active img:first-child {
  display: block !important;
}
#custTab .nav-link:focus {
  outline: none;
}
#custTab .nav-link img {
  margin-right: 12px;
}
@media (max-width: 991px) {
  #custTab .nav-link img {
    margin-right: 8px;
    height: 20px;
  }
}
@media (max-width: 768px) {
  #custTab .nav-link img {
    margin-right: 0;
    margin-bottom: 6px;
  }
}

#custTabContent {
  background-color: #fff;
  border-top: 1px solid #000;
  color: #000;
}

.area_list {
  background-color: #fff;
  padding: clamp(30px, 2.5vw, 40px) clamp(20px, 2vw, 30px);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .area_list {
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
  }
}
.area_list .card_pro {
  width: calc(25% - 15px);
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 20px;
  text-decoration: none;
  transition: box-shadow 0.3s;
  box-shadow: 1px 2px 7px #cbcbcb;
}
@media (max-width: 991px) {
  .area_list .card_pro {
    width: calc(33.333% - 15px);
  }
}
@media (max-width: 768px) {
  .area_list .card_pro {
    width: calc(50% - 6px);
    padding: 12px;
  }
}
.area_list .card_pro:hover {
  box-shadow: 0 0 12px rgba(96, 96, 96, 0.6);
}
.area_list .card_pro:hover .pic img {
  transform: scale(1.1);
}
.area_list .pic {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 8px;
}
.area_list .pic img {
  transition: transform 0.3s;
}
.area_list p {
  text-align: center;
  margin: 0;
}
.area_list .title {
  color: #231815;
  font-weight: 700;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .area_list .title {
    font-size: 15px;
  }
}
.area_list .title-sec {
  color: #999999;
  font-size: 15px;
  margin-bottom: 8px;
  text-decoration: line-through;
}
@media (max-width: 768px) {
  .area_list .title-sec {
    font-size: 14px;
  }
}
.area_list .notion {
  color: #dc3545;
}
@media (max-width: 768px) {
  .area_list .notion {
    font-size: 15px;
  }
}

.text_wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: clamp(1rem, 32px, 2rem) 0;
}
@media (max-width: 1000px) {
  .text_wrap {
    margin: 1rem 0;
  }
}
@media (max-width: 576px) {
  .text_wrap {
    gap: 4px;
  }
}

.text_l {
  font-weight: bold;
  font-size: 1.75rem;
  position: relative;
  color: #000;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 1000px) {
  .text_l {
    font-size: 1.35rem;
  }
}
@media (max-width: 576px) {
  .text_l {
    font-size: 1.15rem;
    line-height: 1.6;
  }
}
.text_l.text_sh {
  display: none;
}
.text_l.fz_l {
  font-size: 2.75rem;
}
@media (max-width: 1000px) {
  .text_l.fz_l {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .text_l.fz_l {
    font-size: 1.5rem;
  }
}
.text_l.fz_l::before {
  font-size: 2.75rem;
}
@media (max-width: 1000px) {
  .text_l.fz_l::before {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .text_l.fz_l::before {
    font-size: 1.5rem;
  }
}
.text_l.sp {
  margin: 0 4px;
}
@media (max-width: 576px) {
  .text_l.sp {
    margin: 0;
  }
}

.box_sh {
  margin-top: -10px;
}

.color01 {
  color: #e40016 !important;
}

.ticket-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  row-gap: 0.5rem;
  height: 100%;
  position: relative;
  transition: 0.2s ease-in-out;
}

.ticket-plus > * {
  z-index: 2;
  transition: inherit;
}

.ticket-plus::after {
  content: "";
  position: absolute;
  height: 5rem;
  width: 5rem;
  top: -1rem;
  left: 15%;
  background-color: var(--primary-color-light);
  border-radius: 100%;
}

.ticket-plus h5 {
  font-size: 1.25rem;
  margin-bottom: 0rem;
}

@media (max-width: 48em) {
  .ticket-plus h5 {
    font-size: 1.1rem;
  }
}
.ticket-plus p {
  margin: auto;
}

@media (max-width: 48em) {
  .ticket-plus p br {
    display: none;
  }
}
.ticket-plus:hover img {
  transform: translateY(-5px);
}

.success-info {
  width: 100%;
  max-width: 1000px;
  border-radius: 8px;
  margin: 1.5rem auto;
  padding: 1.25rem 2.5rem;
  background-color: #ffeaea;
}

.success-info ol > li {
  list-style: decimal;
  margin-left: 1rem;
  text-align: left;
}

.success-info h5 {
  font-weight: 600;
}

.success-info hr {
  border-color: #c3c3c3;
}

.btn.style02 {
  padding: 0.4rem 1rem;
  font-size: 16px;
}

.holiday-offers .section-title {
  text-align: center;
  margin-bottom: 1rem;
  color: #3a3a3a;
}
.holiday-offers .section-intro {
  text-align: center;
  margin: 0 auto 2rem auto;
  color: #626262;
}
.holiday-offers .offer-card {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 1.5rem;
  align-items: center;
}
@media (max-width: 48em) {
  .holiday-offers .offer-card {
    justify-content: center;
    text-align: center;
  }
}
.holiday-offers .offer-card .btn-details {
  background-color: #f2701d;
  color: #fff;
  border-radius: 4px;
  padding: 0.5rem 1.5rem;
  margin-left: 1rem;
}
@media (max-width: 48em) {
  .holiday-offers .offer-card .btn-details {
    margin: 0rem;
  }
}
.holiday-offers .offer-card .btn-details:hover {
  background-color: rgb(208.0334728033, 88.3682008368, 11.9665271967);
  color: #fff;
}
.holiday-offers .offer-card .btn-details.disabled {
  background-color: #3a3a3a;
}
.holiday-offers .offer-img {
  width: 150px;
  padding: 0;
}
.holiday-offers .offer-title {
  font-weight: 500;
  font-size: 1.5rem;
  color: #f2701d;
  position: relative;
}
.holiday-offers .offer-title span {
  color: #b82921;
  font-weight: 400;
}
.holiday-offers .offer-title span strong {
  font-weight: 600;
  margin: 0rem 0.3rem;
  font-size: 1.8rem;
}
.holiday-offers .offer-title span:before {
  content: "";
  background-color: #f2701d;
  width: 1px;
  height: 20px;
  margin: 0rem 0.75rem;
  display: inline-block;
}
.holiday-offers .offer-title.event-free-charter::after {
  content: "享免費接送";
  display: inline-block;
  font-size: 1rem;
  color: #f2701d;
  border: 1px solid #f2701d;
  border-radius: 4px;
  padding: 0.3rem 0.5rem;
}
.holiday-offers .offer-info {
  color: #626262;
}
.holiday-offers .offer-info span {
  color: #f2701d;
}
.holiday-offers .category-divider {
  text-align: center;
  margin: 3rem 0;
  font-size: 1.5rem;
  font-weight: 500;
  color: #3a3a3a;
}/*# sourceMappingURL=style.css.map */