@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200..900&display=swap");

:root {
  --icon-nav1: url("../img/icon-nav1.svg");
  /* --icon-nav2: url("../img/icon-news.svg"); */
  --icon-nav3: url("../img/icon-news-active.svg");
  --icon-nav4: url("../img/icon-anchor-active.svg");
  --icon-nav5: url("../img/icon-nav5.svg");
  --icon-nav5-active: url("../img/icon-nav5-active.svg");
  --icon-prodtitle: url("../img/icon-prodtitle.svg");
  --icon-productlist: url("../img/icon-productlist.svg");
  --icon-introlist: url("../img/icon-introlist.svg");
  --bg-prod-subtitle: url("../img/bg-sectpord-subtitle.png");
}

body {
  font-size: 16px;
  color: #212121;
  scroll-behavior: smooth;
}
.text-secondary{
  color: #616161;
}
.container-wrap {
  max-width: 1252px;
  padding: 0 15px;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) and (max-width: 1251px) {
  .container-wrap {
    width: 100%;
    padding: 0 24px;
  }
}

@media screen and (min-width: 576px) and (max-width: 1024px) {
  .container-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 24px;
  }
}

@media screen and (max-width: 575px) {
  .container-wrap {
    width: 100%;
    padding: 0 16px;
  }
}

/* 
header {
  height: 23.4vw;
  margin: 0;
}

@media screen and (max-width: 980px) {
  header {
    height: 52vw;
    width: 100%;
  }
}

header.costa {
  background: url("https://img.ezfly.com/ims/I000/074/851.jpg") no-repeat center top/auto 100%;
}

@media screen and (max-width: 980px) {
  header.costa {
    background: url("https://img.ezfly.com/ims/I000/074/852.jpg") no-repeat center top/cover;
  }
} */


.switchpage {
  width: 100%;
  margin: -24px auto 8px auto;
  text-align: center;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 992px) {
  .switchpage {
    padding-top: 24px;
    overflow-x: auto;
  }
}

.switchpage .switchpage-group {
  height: 47px;
  padding: 6px;
  border-radius: 50rem;
  background: #fff;
  display: inline-flex;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  .switchpage .switchpage-group {
    width: unset;
    max-width: unset;
    min-width: 100%;
    height: 56px;
    border-radius: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    background: #f1f9ff;
  }
}

.switchpage .switchpage-group a {
  padding: 0 15px;
  height: 100%;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  color: #777986;
}

.switchpage .switchpage-group a h2 {
  font-size: 16px;
  padding: 0;
  margin: 0;
  position: relative;
}

@media screen and (max-width: 760px) {
  .switchpage .switchpage-group a h2 {
    font-size: 15px;
  }
}

@media screen and (max-width: 575px) {
  .switchpage .switchpage-group a h2 span {
    display: flex;
  }
}

.switchpage .switchpage-group a:hover {
  color: #288de8;
}

.switchpage .switchpage-group a.active {
  background: #288de8;
  color: #fff;
  cursor: default;
  font-weight: 600;
}

.switchpage .switchpage-group a .txt-badge {
  display: inline-block;
  background: #df3e32;
  padding: 3px 7px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  position: absolute;
  top: -118%;
  right: -8%;
}

@media screen and (min-width: 575px) and (max-width: 760px) {
  .switchpage .switchpage-group a .txt-badge {
    top: -130%;
    right: -5%;
    font-size: 11px;
  }
}

@media screen and (max-width: 575px) {
  .switchpage .switchpage-group a .txt-badge {
    top: -130;
    right: -5%;
    font-size: 11px;
  }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .switchpage .switchpage-group a {
    padding: 0 0.8em;
  }
}

@media screen and (max-width: 992px) {
  .switchpage .switchpage-group a {
    padding: 0 10px;
    line-height: 1.2;
    border-radius: 0;
    white-space: nowrap;
    background: #f1f9ff;
    font-size: 15px;
  }
}

.navbar {
  position: sticky;
  top: -70px;
  border-bottom: 1px solid #d8d7d7;
  background: #fff;
  padding: 0;
  z-index: 101;
}

@media screen and (max-width: 992px) {
  .navbar {
    top: 0;
  }
}

.navbar .anchor-group {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .navbar .anchor-group {
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
  }
}

.navbar .anchor-group .list-group-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 15px;
  padding: 10px 20px;
  color: #777986;
  position: relative;
  border: 0;
  white-space: nowrap;
  background: transparent;
}

@media screen and (max-width: 767px) {
  .navbar .anchor-group .list-group-item {
    margin: 0;
  }
}

.navbar .anchor-group .list-group-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0px;
  transition: all 0.3s ease-in-out;
  background: #288de8;
}

.navbar .anchor-group .list-group-item::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  filter: grayscale(100%) brightness(120%);
}

@media screen and (max-width: 992px) {
  .navbar .anchor-group .list-group-item::before {
    display: none;
  }
}

.navbar .anchor-group .list-group-item:hover {
  color: #288de8;
  font-weight: 500;
}

.navbar .anchor-group .list-group-item:hover::before {
  filter: grayscale(0);
}

.navbar .anchor-group .list-group-item.active {
  color: #288de8;
  font-weight: 500;
  background: #fff;
}

.navbar .anchor-group .list-group-item.active::before {
  filter: grayscale(0);
}

.navbar .anchor-group .list-group-item.active::after {
  height: 4px;
}

.navbar .anchor-group .list-group-item:nth-child(1)::before {
  background: var(--icon-nav1) no-repeat center/contain;
}


.navbar .anchor-group .list-group-item:nth-child(3)::before {
  background: var(--icon-nav3) no-repeat center/contain;
}

.navbar .anchor-group .list-group-item:nth-child(4)::before {
  background: var(--icon-nav4) no-repeat center/contain;
}

.navbar .anchor-group .list-group-item:nth-child(2) {
  color: #ea7817;
}

.navbar .anchor-group .list-group-item:nth-child(2)::before {
  background: var(--icon-nav5) no-repeat center/90%;
  filter: unset;
}

.navbar .anchor-group .list-group-item:nth-child(2):hover {
  color: #df3e32;
}

.navbar .anchor-group .list-group-item:nth-child(2):hover::before {
  background: var(--icon-nav5-active) no-repeat center/90%;
}

.navbar .anchor-group .list-group-item:nth-child(2).active {
  color: #df3e32;
}

.navbar .anchor-group .list-group-item:nth-child(2).active::after {
  height: 4px;
  background: #df3e32;
}

section {
  padding-top: 60px;
  margin-top: -60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 992px) {
  section {
    padding-top: 45px;
    margin-top: -45px;
  }
}

.section-title {
  font-size: 30px;
  font-weight: 700;
  color: #0063A7;
  text-align: center;
  margin-bottom: 36px;
}

@media screen and (max-width: 575px) {
  .section-title {
    font-size: 24px;
    margin-bottom: 28px;
  }
}

.intro {
  padding-top: 110px;
  margin-bottom: 80px;
}

@media screen and (max-width: 575px) {
  .intro {
    margin-bottom: 40px;
  }
}

.intro .flex-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.intro .flex-row .pic {
  width: 50%;
  margin: 0 15px;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .intro .flex-row .pic {
    width: 100%;
  }
}

.intro .flex-row .pic img {
  aspect-ratio: 1/0.62;
  width: 100%;
}

.intro .flex-row article {
  flex: 1;
  margin: 0 15px;
}

.intro .flex-row article h1 {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #10569d;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 992px) {
  .intro .flex-row article h1 {
    margin-top: 20px;
  }
}

.intro .flex-row article p {
  margin-bottom: 30px;
  color: #212121;
  font-size: 18px;
}

.intro .flex-row article ul {
  color: #404252;
  list-style: none;
  margin: 0;
  padding: 0;
}

.intro .flex-row article ul li {
  margin-bottom: 5px;
  line-height: 1.25;
}

.intro .flex-row article ul li::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: text-top;
  background: var(--icon-introlist) no-repeat center/cover;
  margin-right: 10px;
}

.intro .flex-row article .article-remark {
  font-size: 16px;
  color: #404252;
}

.collection-list {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: stretch;
  margin: -10px;
}

@media screen and (max-width: 575px) {
  .collection-list {
    margin: -5px;
  }
}

.collection-list .item-group {
  border-radius: 12px;
  width: calc(33.333% - 20px);
  margin: 10px;
  flex-shrink: 1;
  flex-grow: 1;
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .collection-list .item-group {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 575px) {
  .collection-list .item-group {
    width: calc(50% - 10px);
    margin: 5px;
  }
}

.collection-list .item-group.item-column .content {
  margin-bottom: 10px;
}

.collection-list .item-group.item-column .content:last-child {
  margin: 0;
}

.collection-list .item-group.item-shrink .content {
  height: 280px;
}

.collection-list .item-group.item-row {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: stretch;
  margin: 0;
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .collection-list .item-group.item-row {
    width: calc(50% - 20px);
    margin: -2px 10px;
  }
}

@media screen and (max-width: 575px) {
  .collection-list .item-group.item-row {
    width: calc(50% - 10px);
    margin: -2px 5px;
  }
}

.collection-list .item-group.item-row .content {
  width: calc(50% - 20px);
  margin: 10px;
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .collection-list .item-group.item-row .content {
    width: 100%;
    margin: 10px 0;
  }
}

@media screen and (max-width: 575px) {
  .collection-list .item-group.item-row .content {
    width: 100%;
    margin: 5px 0;
  }
}

.collection-list .content {
  position: relative;
  border-radius: 12px;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .collection-list .content {
    height: 252px;
  }
}

@media screen and (max-width: 575px) {
  .collection-list .content {
    height: 113px;
  }
}

.collection-list .content.item-stretch {
  height: 100%;
}

.collection-list .content img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.collection-list .content p {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  font-size: 20px;
  color: #fff;
  padding: 0 16px 8px;
  font-weight: normal;
}

@media screen and (max-width: 992px) {
  .collection-list .content p {
    font-size: 16px;
    line-height: 1.2;
  }
}

.notoSerif {
  font-family: "Noto Serif SC", serif !important;
  color: #d29b02;
  font-weight: bold;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 992px) {
  .sect-present {
    margin-bottom: 30px;
  }
}

.sect-present .section-head {
  height: 528px;
  background: #777986;
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .sect-present .section-head {
    height: 400px;
  }
}

@media screen and (max-width: 575px) {
  .sect-present .section-head {
    height: 160px;
  }
}

.sect-present .section-head.newtaima {
  background: url(../img/bg-room.jpg) no-repeat center/cover;
}


.sect-present .section-head h2 {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  z-index: 5;
  color: #fff;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 575px) {
  .sect-present .section-head h2 {
    font-size: 23px;
  }
}

.sect-present .section-head h2 span {
  position: relative;
  z-index: 1;
  top: calc(50% - 0.5em);
}

.sect-present .section-head h2 u {
  display: block;
  width: 8.28em;
  height: 3em;
  position: absolute;
  top: calc(50% - 1.5em);
  left: calc(50% - 4em);
  background: rgba(0, 0, 0, 0.4);
}

.sect-present .section-head h2 u.before {
  margin: 0.35em 0 0 0.5em;
}

.sect-present .section-head h2 u.after {
  margin: -0.35em 0 0 -0.5em;
}

.sect-present .section-head .sp-intro {
  padding-bottom: 60px;
  color: #fff;
  padding-top: 180px;
}

@media screen and (max-width: 992px) {
  .sect-present .section-head .sp-intro {
    padding-bottom: 0;
    padding-top: 50px;
  }
}

.sect-present .section-head .sp-intro .title {
  color: #d29b02;
  height: auto;
  padding: 0 15px;
  font-size: 32px;
  flex-basis: 100%;
}

@media screen and (max-width: 575px) {
  .sect-present .section-head .sp-intro .title {
    font-size: 20px;
  }
}

.sect-present .section-head .sp-intro .description {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0 15px;
}

@media screen and (max-width: 575px) {
  .sect-present .section-head .sp-intro .description {
    font-size: 14px;
  }
}

.sect-present .section-head .sp-intro ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  padding: 0;
}

@media screen and (max-width: 992px) {
  .sect-present .section-head .sp-intro ul {
    padding: 0 10%;
    margin-top: 30px;
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .sect-present .section-head .sp-intro ul {
    justify-content: space-between;
    padding: 0;
    margin: 10px 0 0 0;
  }
}

.sect-present .section-head .sp-intro ul li {
  margin: 15px;
  flex-basis: 220px;
  aspect-ratio: 1/0.8636;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(6, 34, 60, 0.7);
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sect-present .section-head .sp-intro ul li {
    font-size: 14px;
    flex-basis: 45%;
    margin: 2%;
  }
}

.sect-present .section-head .sp-intro ul li b {
  color: #daa520;
  font-size: 24px;
  margin-bottom: 0.666em;
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .sect-present .section-head .sp-intro ul li b {
    font-size: 16px;
  }
}

.sect-present .section-head .sp-intro ul li p {
  margin-bottom: 0;
}

.sect-present .room-title {
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 575px) {
  .sect-present .room-title {
    font-size: 20px;
  }
}

.sect-present .room-title::before,
.sect-present .room-title::after {
  content: "";
  flex-basis: 2.5em;
  height: 1px;
  background: #d29b02;
  margin: 0 30px;
}

.sect-present .room-subtitle {
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1em;
  /* text-indent: 1em; */
  font-weight: normal;
}

@media screen and (max-width: 575px) {
  .sect-present .room-subtitle {
    font-size: 14px;
  }
}

.sect-present.room .section-head {
  padding-bottom: 127px;
  box-sizing: unset;
  position: relative;
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .sect-present.room .section-head {
    height: 262px;
  }
}

@media screen and (max-width: 575px) {
  .sect-present.room .section-head {
    padding-bottom: 60px;
  }
}

.sect-present.room .section-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  z-index: 1;
  background: #12375d;
}

.sect-present.room .section-head.costa {
  background: var(--bg-roomtitle-costa) no-repeat center/cover;
}


.sect-present.room .wrap {
  background: #12375d;
  padding-bottom: 50px;
}

.sect4 {
  height: 500px;
  width: 100%;
  background: #a2be6c;
}

.sect-pord {
  /* background: #f4f9fd; */
  margin-bottom: 0;
  padding-bottom: 40px;
}

.sect-pord .section-title::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: var(--icon-prodtitle) no-repeat center/cover;
  margin: 0 auto 10px auto;
}

.sect-pord .prod-title {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #0063A7;
  font-size: 24px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  text-decoration-thickness: 6px;
  text-underline-offset: 1px;
  text-decoration-color: rgb(255 176 97);
  line-height: 1.5em;
  align-items: start;
}

@media screen and (max-width: 992px) {
  .sect-pord .prod-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.sect-pord .prod-title::before {
  content: "";
  width: 24px !important;
  height: 24px !important;
  background: var(--icon-productlist) no-repeat center/cover;
  margin: -2px -8px 0 0;
  opacity: .9;
  z-index: -1;
  flex-shrink: 0;
}

.sect-pord .prod-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #c9daec;
  margin: auto 20px;
}

.sect-pord .prod-content {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
  margin-bottom: 30px;
}

.sect-pord .prod-content .content-head {
  padding: 20px;
}

/* @media screen and (min-width: 576px) and (max-width: 992px) {
  .sect-pord .prod-content .content-head {
    padding: 20px 15px 15px 15px;
  }
} */

@media screen and (max-width: 575px) {
  .sect-pord .prod-content .content-head {
    padding: 20px 15px 12px 15px;
  }
}

.sect-pord .prod-content .content-head .item {
  flex: 1;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .sect-pord .prod-content .content-head .item {
    align-items: center;
  }
}
/* 
@media screen and (max-width: 575px) {
  .sect-pord .prod-content .content-head .item {
    align-items: center;
  }
} */

.sect-pord .prod-content .content-head .btn-link {
  flex-shrink: 0;
  width: 124px;
  height: 40px;
  border-radius: 10px;
  color: #fff;
  background: #288de8;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  margin-left: 15px;
}

@media screen and (max-width: 992px) {
  .sect-pord .prod-content .content-head .btn-link {
    width: 104px;
  }
}

.sect-pord .prod-content .content-head .title {
  color: #10569d;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.4;
}

.sect-pord .prod-content .content-head .title::before,
.sect-pord .prod-content .content-head .title:after {
  display: inline-flex;
  align-items: center;
  height: 26px;
  vertical-align: middle;
  margin-top: -5px;
  border-radius: 50rem;
  font-size: 0.65em;
  font-weight: normal;
}


.sect-pord .prod-content .content-head .title .txt-red {
  color: #f32525;
}

/* .sect-pord .prod-content .content-head .date {
  font-size: 18px;
  color: #002d5b;
  font-weight: 500;
  margin-bottom: 0;
}

.sect-pord .prod-content .content-head .date u {
  font-size: 0.85em;
  color: #777986;
  display: block;
  text-decoration: none;
  font-weight: normal;
  margin-top: 4px;
} */

.sect-pord .prod-content .prod-list {
  list-style: none;
  padding: 0 20px 20px 20px;
  display: flex;
  flex-wrap: wrap;
  width: unset;
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .sect-pord .prod-content .prod-list {
    padding: 20px 15px;
    background: linear-gradient(to bottom, #e6e6e6, #f2f2f2 7%, #f4f4f4);
    border-top: 1px solid #d2d4da;
  }
}

@media screen and (max-width: 575px) {
  .sect-pord .prod-content .prod-list {
    padding: 18px 15px;
    background: linear-gradient(to bottom, #e6e6e6, #f2f2f2 7%, #f4f4f4);
    border-top: 1px solid #d2d4da;
  }
}

.sect-pord .prod-content .prod-list.col-3 {
  margin: 0 -15px;
}

@media screen and (max-width: 992px) {
  .sect-pord .prod-content .prod-list.col-3 {
    margin: 0;
    padding: 12px 0;
    width: unset;
  }
}

.sect-pord .prod-content .prod-list.col-3 .list-item {
  width: calc(33.333% - 30px);
}

@media screen and (max-width: 575px) {
  .sect-pord .prod-content .prod-list.col-3 .list-item {
    width: calc(50% - 30px);
  }
}

.sect-pord .prod-content .prod-list.col-2 {
  margin: 0 -15px;
}

@media screen and (max-width: 992px) {
  .sect-pord .prod-content .prod-list.col-2 {
    margin: 0;
    padding: 12px 0;
    width: unset;
  }
}

.sect-pord .prod-content .prod-list.col-2 .list-item {
  width: calc(50% - 30px);
}

/* col-4 */
.sect-pord .prod-content .prod-list.col-4 {
  margin: 0 -15px;
}

@media screen and (max-width: 992px) {
  .sect-pord .prod-content .prod-list.col-4 {
    margin: 0;
    padding: 12px 0;
    width: unset;
  }
}

.sect-pord .prod-content .prod-list.col-4 .list-item {
  width: calc(25% - 30px);
}

@media screen and (max-width: 767px) {
  .sect-pord .prod-content .prod-list.col-4 .list-item {
    width: calc(50% - 30px);
  }
}



.sect-pord .prod-content .prod-list .list-item {
  margin: 0 15px;
}

@media screen and (max-width: 992px) {
  .sect-pord .prod-content .prod-list .list-item {
    margin: 6px 15px;
  }
}

.sect-pord .prod-content .prod-list .list-item p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #d2d4da;
  height: 54px;
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .sect-pord .prod-content .prod-list .list-item p {
    border: 0;
    height: auto;
  }
}

.sect-pord .prod-content .prod-list .list-item .name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #212121;
  font-size: 16px;
}

.sect-pord .prod-content .prod-list .list-item .name::before {
  content: "";
  width: 4px;
  height: 16px;
  background: #777986;
  border-radius: 50rem;
  margin-right: 8px;
}

.sect-pord .prod-content .prod-list .list-item .name u {
  text-decoration: none;
}

@media screen and (max-width: 575px) {
  .sect-pord .prod-content .prod-list .list-item .name u {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .sect-pord .prod-content .prod-list .list-item .name {
    width: 100%;
  }
}

.price {
  color: #f32525;
  font-size: 20px;
  font-weight: bold;
}

.price::after {
  content: "起";
  font-size: 14px;
  color: #777986;
  font-weight: normal;
  margin-left: 3px;
}

@media screen and (max-width: 992px) {
  .price {
    width: 100%;
  }
}

footer.footer {
  margin: 0;
}

.swiper-container {
  position: relative;
  margin-right: -10px;
  margin-left: -10px;
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .swiper-container {
    margin-right: -24px;
  }
}

@media screen and (max-width: 575px) {
  .swiper-container {
    margin-right: -16px;
  }
}

.swiper-container .swiperList {
  margin-right: 0;
  margin-left: 0;
}

.swiper-container .swiper-button-next {
  right: -100px;
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .swiper-container .swiper-button-next {
    right: -50px;
  }
}

@media screen and (max-width: 1199px) {
  .swiper-container .swiper-button-next {
    right: 0px;
  }
}

.swiper-container .swiper-button-prev {
  left: -100px;
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .swiper-container .swiper-button-prev {
    left: -50px;
  }
}

@media screen and (max-width: 1199px) {
  .swiper-container .swiper-button-prev {
    left: 0px;
  }
}

@media screen and (min-width: 993px) {
  .swiper-container .room-pagination {
    display: none;
  }
}

.swiperList {
  margin-top: 80px;
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (min-width: 993px) {
  .swiperList {
    width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .swiperList {
    margin-top: 40px;
    margin-right: -24px;
  }
}

@media screen and (max-width: 575px) {
  .swiperList {
    margin-top: 20px;
    margin-right: -16px;
  }
}

@media screen and (min-width: 993px) {
  .swiperList.worldone {
    width: 830px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 993px) {
  .swiperList.worldone .swiper-wrapper {
    justify-content: center;
  }
}

.swiperList .swiper-wrapper {
  padding-bottom: 50px;
}

@media screen and (max-width: 575px) {
  .swiperList .swiper-wrapper {
    padding-bottom: 30px;
  }
}

.swiperList .swiper-slide {
  width: 33.3333333333%;
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .swiperList .swiper-slide {
    width: 40%;
  }
}

@media screen and (max-width: 575px) {
  .swiperList .swiper-slide {
    width: 66.66666%;
  }
}

.swiperList .item {
  margin: 10px;
}

.swiperList .item .pic {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1.55/1;
  margin-bottom: 12px;
  border-radius: 12px;
  width: 100%;
}

.swiperList .item .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiperList .item .info {
  color: #212121;
}

.swiperList .item .info b {
  font-size: 14px;
  display: inline;
  color: #f39c12;
  padding: 2px 8px;
  border-radius: 4px;
  background: rgba(243, 156, 18, 0.1);
  font-weight: 500;
}

.swiperList .item .info b.blue {
  color: #4aa6f9;
  background: rgba(74, 166, 249, 0.1);
}

.swiperList .item .info h4 {
  font-size: 20px;
  margin: 5px 0;
}

.swiperList .item .info p {
  font-size: 16px;
  margin-bottom: 0;
}

.swiperList.roomSwiper {
  margin-top: -127px;
}

@media screen and (max-width: 992px) {
  .swiperList.roomSwiper {
    margin-top: -60px;
  }
}

.swiperList.roomSwiper.swiper2 {
  margin-top: 0;
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .swiperList.roomSwiper.worldone {
    margin-top: -60px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 993px) {
  .swiperList.roomSwiper .swiper-wrapper {
    flex-wrap: wrap;
  }
}

.swiperList.roomSwiper .info {
  color: #fff;
  line-height: 1.7;
}

.swiperList.roomSwiper .info ul {
  list-style: disc;
  padding-left: 1.4rem;
}

.swiperList.roomSwiper .info u {
  text-decoration: none;
  font-size: 14px;
}

@media screen and (min-width: 993px) {
  .swiperList.roomSwiper.worldone .swiper-slide {
    width: 50%;
  }
}

.swiperList.roomSwiper .swiper-button-next,
.swiperList.roomSwiper .swiper-button-prev {
  display: none;
}

@media screen and (min-width: 993px) {
  .swiperList.roomSwiper.horizontal-center .swiper-wrapper {
    justify-content: center;
  }
}

.swiper-pagination-bullet {
  background: #b3b5bd;
  opacity: 1;
  border-radius: 50rem;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  background: #4aa6f9;
}

.swiper-button-next,
.swiper-button-prev {
  background: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 992px) {

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px;
  font-weight: 700;
  color: #4aa6f9;
}

@media screen and (min-width: 993px) {
  .swiper-container.costa .room-pagination {
    display: none;
  }
}

.sect-present.room .section-body {
  position: relative;
  height: 528px;
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .sect-present.room .section-body {
    height: 53.8vw;
  }
}

@media screen and (max-width: 575px) {
  .sect-present.room .section-body {
    height: auto;
  }
}


.sect-present.room .section-body .container-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 528px;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .sect-present.room .section-body .container-wrap {
    height: 53.8vw;
  }
}

@media screen and (max-width: 575px) {
  .sect-present.room .section-body .container-wrap {
    position: unset;
    transform: none;
    padding: 0;
    height: auto;
  }
}

.sect-present.room .section-body .item {
  width: 404px;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  line-height: 1.6875;
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .sect-present.room .section-body .item {
    width: 300px;
    padding: 20px;
  }
}

@media screen and (max-width: 575px) {
  .sect-present.room .section-body .item {
    width: 100%;
  }
}

.sect-present.room .section-body .item h4 {
  font-size: 1.25em;
}

.sect-present.room .section-body .item h4 span {
  margin-left: 5px;
  font-size: 1rem;
  opacity: 0.9;
  font-weight: normal;
}

.sect-present.room .section-body .item p {
  opacity: 0.8;
}

.private-intro {
  margin: 40px auto;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .private-intro {
    flex-direction: column;
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .private-intro {
    flex-direction: column;
    width: 100%;
  }
}

.private-intro .item {
  margin: 10px;
  padding: 30px 20px 30px 10px;
  width: 404px;
}

@media screen and (max-width: 767px) {
  .private-intro .item {
    width: 100%;
    padding: 20px 12px 20px 5px;
    margin: 10px 0;
  }
}


.daterangepicker {
  display: none;
}

.bg-blue {
  background: rgb(227, 237, 243);
}


.mainBNRslider {
  height: 420px;
  width: 100%;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 1921px) {
  .mainBNRslider {
    height: 21.875vw;
  }
}

@media screen and (min-width: 993px) and (max-width: 1024px) {
  .mainBNRslider {
    width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .mainBNRslider {
    height: 52vw;
  }
}

@media screen and (max-width: 575px) {
  .mainBNRslider {
    height: 51.9vw;
    background: #e9f5fd;
  }
}

.mainBNRslider .mainBNR-wrap {
  width: 100%;
  height: 100%;
}

.mainBNRslider .mainBNR-wrap .swiper-slide {
  width: 100%;
  height: 420px;
  display: flex;
}

@media screen and (min-width: 1921px) {
  .mainBNRslider .mainBNR-wrap .swiper-slide {
    height: 21.875vw;
  }
}

@media screen and (max-width: 992px) {
  .mainBNRslider .mainBNR-wrap .swiper-slide {
    height: 52vw;
  }
}

.mainBNRslider .mainBNR-wrap .swiper-slide a {
  flex: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.mainBNRslider .mainBNR-wrap .swiper-slide a img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mainBNRslider .mainBNR-wrap .swiper-slide a img.isPc {
  display: block;
}

@media screen and (max-width: 992px) {
  .mainBNRslider .mainBNR-wrap .swiper-slide a img.isPc {
    display: none;
  }
}

.mainBNRslider .mainBNR-wrap .swiper-slide a img.isPad {
  display: none;
}

@media screen and (max-width: 992px) {
  .mainBNRslider .mainBNR-wrap .swiper-slide a img.isPad {
    display: block;
  }
}

.mainBNRslider .thumb-container {
  position: relative;
  top: -100px;
  z-index: 10;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 6px;
  background: rgba(33, 33, 33, 0.8);
  border-radius: 50rem;
  display: inline-block;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .mainBNRslider .thumb-container {
    width: calc(100% - 48px);
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .mainBNRslider .thumb-container {
    top: 0;
    background: #e9f5fd;
    border-radius: 0;
    width: 100%;
  }
}

.mainBNRslider .thumbs-wrap {
  height: 40px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .mainBNRslider .thumbs-wrap {
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 767px) {
  .mainBNRslider .thumbs-wrap {
    border-radius: 0;
    background: #e9f5fd;
    height: 25px;
    color: #9e9e9e;
    font-size: 11px;
    border-radius: 0;
    margin-top: unset;
    width: calc(100% - 50px);
  }
}

.mainBNRslider .thumbs-wrap .swiper-slide {
  cursor: pointer;
  background: none;
  color: #fff;
  font-size: 14px;
  border-radius: 14px;
  line-height: 28px;
  height: 28px;
  margin: 6px 0;
  text-align: center;
}

.mainBNRslider .thumbs-wrap .swiper-slide span {
  display: block;
  height: 28px;
  border-radius: 50rem;
  padding: 0 7px;
  overflow: hidden;
  white-space: nowrap;
  width: 130px;
}

@media screen and (min-width: 1025px) {
  .mainBNRslider .thumbs-wrap .swiper-slide {
    flex: 1;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mainBNRslider .thumbs-wrap .swiper-slide {
    width: 25%;
  }

  .mainBNRslider .thumbs-wrap .swiper-slide span {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .mainBNRslider .thumbs-wrap .swiper-slide {
    width: 33.3333%;
    color: #9e9e9e;
    transform-origin: center center;
    height: 25px;
    line-height: 25px;
    margin: 0;
  }

  .mainBNRslider .thumbs-wrap .swiper-slide span {
    height: 25px;
    transform: scale(0.9);
    width: auto;
  }
}

.mainBNRslider .thumbs-wrap .swiper-slide.swiper-slide-thumb-active span {
  background: #eeeeee;
  color: #288de8;
}

@media screen and (max-width: 767px) {
  .mainBNRslider .thumbs-wrap .swiper-slide.swiper-slide-thumb-active span {
    background: transparent;
    color: #288de8;
    border-bottom: 1px solid #288de8;
    border-radius: 0;
  }
}

.mainBNRslider .thumbs-wrap .swiper-button-prev {
  left: 0;
}

.mainBNRslider .thumbs-wrap .swiper-button-next {
  right: 0;
}

.mainBNRslider .swiper-button-next,
.mainBNRslider .swiper-button-prev {
  display: none;
  top: 55%;
  box-shadow: none;
}

@media screen and (max-width: 1024px) {

  .mainBNRslider .swiper-button-next,
  .mainBNRslider .swiper-button-prev {
    display: flex;
  }
}

@media screen and (max-width: 767px) {

  .mainBNRslider .swiper-button-next,
  .mainBNRslider .swiper-button-prev {
    width: 25px;
    height: 25px;
    background: #e9f5fd;
    top: 0;
    margin-top: 0;
  }

  .mainBNRslider .swiper-button-next::after,
  .mainBNRslider .swiper-button-prev::after {
    font-size: 12px;
    color: #9e9e9e;
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  .mainBNRslider .swiper-button-next,
  .mainBNRslider .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
  }

  .mainBNRslider .swiper-button-next::after,
  .mainBNRslider .swiper-button-prev::after {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
  }
}

.mainBNRslider .swiper-button-next {
  right: 0;
}

.mainBNRslider .swiper-button-prev {
  left: 0;
}

.mainBNRslider .swiper-horizontal>.swiper-pagination-bullets,
.mainBNRslider .swiper-pagination-bullets.swiper-pagination-horizontal,
.mainBNRslider .swiper-pagination-custom,
.mainBNRslider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (max-width: 575px) {

  .mainBNRslider .swiper-horizontal>.swiper-pagination-bullets,
  .mainBNRslider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .mainBNRslider .swiper-pagination-custom,
  .mainBNRslider .swiper-pagination-fraction {
    bottom: 10px;
  }
}

.mainBNRslider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.5;
}

.mainBNRslider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.mainBNRslider .swiper-button-next,
.mainBNRslider .swiper-button-prev {
  width: 40px;
  height: 50px;
  display: block;
  top: 50%;
  margin-top: -25px;
  background: transparent;
}

.mainBNRslider .swiper-button-next::after,
.mainBNRslider .swiper-button-prev::after {
  width: 100%;
  height: 100%;
  background: url("https://www.ezfly.com/v2024/img/icon/icon-swiper-arrow.png") no-repeat center/cover;
  color: transparent;
  display: block;
}

.mainBNRslider .swiper-button-prev::after {
  transform: rotate(-180deg);
}

.sect-pord .list-group {
  flex-direction: row;
  justify-content: center;
  margin-top: -12px;
  position: sticky;
  z-index: 10;
  top: 50px;
}

.sect-pord .list-group .list-group-item {
  width: 140px;
  height: 40px;
  border-radius: 50rem;
  margin: 0 8px;
  text-align: center;
  border: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #288de8;
}

.sect-pord .list-group .list-group-item.active {
  color: #fff;
  background: #288de8;
}


.sect-pord .list-group .list-group-item.active {
  color: #fff;
  background: #288de8;
}

.sect-pord .subtitle {
  display: flex;
  align-items: center;
  padding-top: 100px;
  margin-top: -80px;
  margin-bottom: 20px;
}

.sect-pord .subtitle span {
  font-size: 28px;
  color: #0063a7;
  text-align: center;
  font-weight: bold;
  margin: 0 20px;
}

@media screen and (max-width: 575px) {
  .sect-pord .subtitle span {
    font-size: 20px;
    margin: 0 10px;
  }
}

.sect-pord .subtitle::before,
.sect-pord .subtitle::after {
  content: "";
  flex: 1;
  height: 10px;
  background: var(--bg-prod-subtitle) no-repeat left center/auto 100%;
}

@media screen and (max-width: 575px) {

  .sect-pord .subtitle::before,
  .sect-pord .subtitle::after {
    height: 7px;
  }
}

.sect-pord .subtitle::before {
  transform: scaleX(-1);
}

.container-video {
  position: relative;
  width: 100%;
  height: 0;
  margin: 20px auto;
  padding-bottom: 56.25%;
}

.container-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.container-wrap.w960 {
  width: 960px;
  max-width: 960px;
}

@media screen and (max-width: 992px) {
  .container-wrap.w960 {
    width: 100%;
  }
}

/*# sourceMappingURL=cruise.css.map */

/* 2024售完 */
.sold-out {
  text-align: center;
  margin-bottom: 40px;
}

.sold-out h2 {
  font-size: 26px;
  color: #288de8;
  margin: auto 16px;
}

@media screen and (max-width: 575px) {
  .sold-out h2 {
    font-size: 22px;
  }
}

.sold-out p {
  font-size: 20px;
  margin-bottom: 30px;
}

.sold-out h5 {
  color: #0063a7;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 20px;
}

.sold-out h5::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #0063a7;
  display: flex;
  margin: 12px;
}

.sold-out h5::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #0063a7;
  margin: 12px;
  display: flex;
}

.sold-out a.btn-link {
  display: inline-block;
  width: 206px;
  height: 37px;
  border-radius: 10px;
  color: #288de8;
  border: 1px solid #288de8;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
  text-decoration: none;
  margin: 8px;
}

/* .sold-out a.btn-link:hover {
  background: #288de8;
  color: #fff;
} */


.container-wrap .card {
  /* margin: 10px; */
  /* width: calc(33.333% - 20px); */
  background-color: unset;
  border-radius: unset;
  border: unset;
  padding: 10px;
}

.container-wrap .card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.container-wrap .card .info {
  padding: 12px 0;
  color: #212121;
}

.container-wrap .card .info h4 {
  font-size: 20px;
  margin: 5px 0;
}

.container-wrap .card .pic {
  aspect-ratio: 1.6 / 1;
}



.event-info {
  border: 4px solid #ea7817;
  border-radius: 0.625em;
  padding: 1.5rem;
  background: #fff9f4;
  color: #212121;
  line-height: 1.6;
}

.container-wrap.tab-pt {
  padding-top: 100px;
  margin-top: -80px;
}


@media screen and (max-width: 767px) {
  .sect-pord .list-group {
    overflow-x: auto;
    width: 100%;
    justify-content: flex-start;
    padding: 10px 0;
  }
}


.sect-pord.disabled .prod-content .content-head {
  padding-bottom: 26px;
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .sect-pord.disabled .prod-content .content-head {
    padding-bottom: 36px;
  }
}

@media screen and (max-width: 575px) {
  .sect-pord.disabled .prod-content .content-head {
    padding-bottom: 36px;
  }
}

.price {
  color: #f32525;
  font-size: 22px;
  font-weight: bold;
}

.sect-pord .prod-content .content-head.package {
  padding-bottom: 20px;
}

.wrap.room-onlyone {
  width: 100%;
  height: auto;
  position: relative;
}

.wrap.room-onlyone img {
  display: block;
  width: 100%;
  height: 528px;
}

.wrap.room-onlyone .info {
  width: 34%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 3%;
  background: rgba(18, 55, 93, 0.9);
  color: #fff;
  align-content: center;
}

@media screen and (max-width: 992px) {
  .room-onlyone {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .wrap.room-onlyone .info {
    width: 100%;
    height: auto;
    background: rgba(18, 55, 93);
    position: relative;
  }
}



.col-md-6 h5 {
  color: #0063a7;
  font-weight: 600;
}

.col-md-6 img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 1em;
}

.section-subtitle {
  font-size: 24px;
  font-weight: 700;
  color: #0063A7;
  text-align: center;
  margin-bottom: 36px;
}

.list-card div {
  padding: 12px;
  justify-items: center;
  background: #F8FCFE;
  margin-right: 20px;

  img {
    margin-bottom: 8px;
  }
}


.park {
  padding-bottom: 80px;
}

@media screen and (max-width: 575px) {
  .item {
    flex-direction: column;
  }
/* 
  .sect-pord .prod-content .content-head .date {
    margin-right: auto;
  } */

  .item-right {
    margin-left: auto;
  }

  .sect-pord .prod-content .content-head .title {
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
  }

  

  .sect-pord .prod-title {
    line-height: 1.4;
    font-size: 20px;
  }
}
.text-indent {
    text-indent: -.5em;
  }
.check-list {
  color: #424242;

  b {
    position: relative;
    padding-left: 1.5em;
    font-size: 1.125em;

    &::before {
      content: "";
      width: 20px;
      height: 20px;
      position: absolute;
      top: 0;
      left: 0;
      background: url(../img/icon-check.svg) center / contain no-repeat;

    }
  }

  p {
    padding-left: 1.5em;
  }
}

.expansionFAQ-arrow {
  flex-shrink: 0;
  align-self: flex-start;
  margin-left: 0.5em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 2em;
  font-size: 1em;
  color: #adb5bd;
  border-radius: 100%;
  border: 1px solid #e9ecef;
  @include ease-in-out(transform, 0.35s);
  @include ease-in-out(#e9ecef, 0.25s);
  @include ease-in-out(#e9ecef, 0.25s);
}

.expansionFAQ-tab {
  display: flex;
  padding: clamp(0.5rem, 2.5cqw, 0.75rem) clamp(0.75rem, 2.5cqw, 1rem);
  font-size: clamp(1rem, 3.5cqw, 1.125rem);
  cursor: pointer;
}

.expansionFAQ-tab h3 {
  flex-grow: 1;
  margin-top: 0.35em;
  margin-bottom: 0;
  font-size: clamp(1rem, 3.5cqw, 1.125rem);
  line-height: 1.5;
  font-weight: 700;
  color: #10569d;
}


.expansionFAQ-panel {
  display: none;
  padding: 0.25rem 1rem 0.75rem;
  font-size: clamp(0.875rem, 3cqw, 1rem);
  color: #616161;
  line-height: 1.6em;
}
.expansionFAQ-panel div{
  padding-left: .8em;
}
.expansionFAQ-panel a {
  text-decoration: underline;
}

.expansionFAQ-item {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid rgba(30, 123, 203, 0.2)
}

.expansionFAQ-item.active .expansionFAQ-arrow {
  color: #1E7BCB;
  border: 1px solid rgba(30, 123, 203, 0.5);
  transform: rotate(-180deg);
}

.expansionFAQ-arrow {
  flex-shrink: 0;
  align-self: flex-start;
  margin-left: .5em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  width: 2em;
  font-size: 1em;
  color: #adb5bd;
  border-radius: 100%;
  border: 1px solid #dee2e6;
}

.section-announcement {
  background: #f4f9fd;
  margin-bottom: 0;
  padding-bottom: 40px;
}

h4 {
  font-size: 1.5em;
  color: #0063A7;
  font-weight: 700;
}
@media screen and (max-width: 575px){
  h4{
    font-size: 1.375em;
  }
}
.nsferry-btn-link {
  padding: 12px 16px;
  border: 1px solid #288de8;
  color: #288de8;
  display: inline-block;
  border-radius: 10px;
  text-decoration: unset;
  
}

.nsferry-btn-link:hover {
  background: #288de8;
  color: #fff;
}

.border-bottom-blue{
  border-bottom: 1px solid #C1E5FD;
}

.onsale{
  display: flex;
  /* align-items: center; */
  color: #fe6f1c;
}
.onsale::before{
content: "";
    display: block;
    min-width: 16px;
    height: 20px;
    background: url(../img/icon-celebrate.png) center no-repeat;
    background-size: contain;
    margin-right: 8px;
}

