.cbc-qa-2026-page {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 20px 72px;
  color: #0B1C2D;
  font-family: inherit;
  line-height: 1.8;
}
.cbc-qa-2026-page * {
  box-sizing: border-box;
}
.cbc-qa-2026-page a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 768px) {
  .cbc-qa-2026-page {
    padding: 28px 16px 56px;
  }
}
@media (max-width: 412px) {
  .cbc-qa-2026-page {
    padding: 24px 14px 48px;
  }
}

.cbc-reservation-banner-group {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.cbc-reservation-banner-group .cbc-reservation-banner-card {
  width: calc((100% - 50px) / 2);
}
@media (max-width: 1024px) {
  .cbc-reservation-banner-group .cbc-reservation-banner-card {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cbc-reservation-banner-group {
    margin-top: 18px;
  }
  .cbc-reservation-banner-group .cbc-reservation-banner-card {
    width: 100%;
  }
}

.cbc-qa-2026-intro {
  margin: 0 0 24px;
}
@media (max-width: 768px) {
  .cbc-qa-2026-intro {
    margin-bottom: 18px;
  }
}
@media (max-width: 412px) {
  .cbc-qa-2026-intro {
    margin-bottom: 16px;
  }
}

.cbc-qa-2026-intro-text {
  margin: 0;
  color: #0B1C2D;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cbc-qa-2026-intro-text {
    font-size: 14.5px;
    line-height: 1.75;
  }
  .cbc-qa-2026-intro-text br {
    display: none;
  }
}
@media (max-width: 412px) {
  .cbc-qa-2026-intro-text {
    font-size: 14px;
    line-height: 1.7;
  }
}

.cbc-qa-2026-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 42px;
  padding: 16px;
}
.cbc-qa-2026-nav br {
  display: none;
}
@media (max-width: 768px) {
  .cbc-qa-2026-nav {
    gap: 6px;
    margin-bottom: 28px;
    padding: 10px;
    border-radius: 14px;
  }
}
@media (max-width: 412px) {
  .cbc-qa-2026-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-bottom: 24px;
    padding: 8px;
  }
}

.cbc-qa-2026-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #FFFFFF;
  border: 1px solid rgba(11, 28, 45, 0.14);
  color: #0B1C2D;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.cbc-qa-2026-nav-link:hover {
  border-color: 1px solid rgba(11, 28, 45, 0.9);
  box-shadow: 0 8px 18px rgba(11, 28, 45, 0.18);
  transform: translateY(-1px);
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .cbc-qa-2026-nav-link {
    min-height: 34px;
    padding: 6px 9px;
    font-size: 12.5px;
  }
}
@media (max-width: 412px) {
  .cbc-qa-2026-nav-link {
    min-height: 32px;
    padding: 5px 7px;
    border-radius: 10px;
    font-size: 11.5px;
    line-height: 1.25;
  }
}

.cbc-qa-2026-section {
  margin: 0 0 46px;
  scroll-margin-top: 90px;
}
@media (max-width: 768px) {
  .cbc-qa-2026-section {
    margin-bottom: 38px;
    scroll-margin-top: 72px;
  }
}
@media (max-width: 412px) {
  .cbc-qa-2026-section {
    margin-bottom: 34px;
  }
}

.cbc-qa-2026-heading span {
  display: block;
  font-family: "Londrina Solid", cursive;
  font-size: medium;
  color: #0077B6;
}
.cbc-qa-2026-heading::before {
  content: "";
  flex: 0 0 auto;
  width: 12px;
  height: 32px;
  border-radius: 999px;
  background: linear-gradient(180deg, #C6A14A 0%, #F08A24 52%, #00B7C2 100%);
}
@media (max-width: 768px) {
  .cbc-qa-2026-heading {
    gap: 10px;
    font-size: 23px;
  }
  .cbc-qa-2026-heading::before {
    width: 10px;
    height: 28px;
  }
}
@media (max-width: 412px) {
  .cbc-qa-2026-heading {
    margin-bottom: 14px;
    padding-bottom: 10px;
    font-size: 21px;
  }
}

.cbc-qa-2026-item {
  margin: 0 0 14px;
  border: 1px solid rgba(11, 28, 45, 0.14);
  border-radius: 18px;
  background: #FFFFFF;
  box-shadow: 0 8px 22px rgba(11, 28, 45, 0.08);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.cbc-qa-2026-item:hover {
  border-color: rgba(198, 161, 74, 0.55);
  box-shadow: 0 14px 34px rgba(11, 28, 45, 0.12);
}
.cbc-qa-2026-item[open] {
  border-color: rgba(198, 161, 74, 0.7);
  box-shadow: 0 14px 34px rgba(11, 28, 45, 0.12);
}
.cbc-qa-2026-item[open] .cbc-qa-2026-question {
  color: #0B1C2D;
  background: linear-gradient(90deg, rgba(232, 220, 199, 0.55), rgba(0, 183, 194, 0.07));
}
.cbc-qa-2026-item[open] .cbc-qa-2026-question::after {
  transform: rotate(45deg);
  background: #0B1C2D;
  color: #FFFFFF;
}
@media (max-width: 412px) {
  .cbc-qa-2026-item {
    margin-bottom: 10px;
    border-radius: 14px;
  }
}

.cbc-qa-2026-question {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 18px 58px 18px 24px;
  cursor: pointer;
  color: #0B1C2D;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.6;
  list-style: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.cbc-qa-2026-question::-webkit-details-marker {
  display: none;
}
.cbc-qa-2026-question::before {
  content: "Q";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  border-radius: 50%;
  background: #0B1C2D;
  color: #E8DCC7;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 6px 14px rgba(11, 28, 45, 0.18);
}
.cbc-qa-2026-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(232, 220, 199, 0.65);
  color: #0B1C2D;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
@media (max-width: 768px) {
  .cbc-qa-2026-question {
    min-height: 58px;
    padding: 15px 48px 15px 16px;
    font-size: 15px;
  }
  .cbc-qa-2026-question::before {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    font-size: 13px;
  }
  .cbc-qa-2026-question::after {
    right: 14px;
    width: 26px;
    height: 26px;
    font-size: 18px;
  }
}
@media (max-width: 412px) {
  .cbc-qa-2026-question {
    align-items: flex-start;
    min-height: auto;
    padding: 13px 44px 13px 14px;
    font-size: 14.5px;
    line-height: 1.55;
  }
  .cbc-qa-2026-question::before {
    width: 26px;
    height: 26px;
    margin-right: 9px;
    font-size: 12px;
  }
  .cbc-qa-2026-question::after {
    top: 14px;
    right: 12px;
    width: 24px;
    height: 24px;
    transform: none;
    font-size: 17px;
  }
}

@media (max-width: 412px) {
  .cbc-qa-2026-item[open] .cbc-qa-2026-question::after {
    transform: rotate(45deg);
  }
}

.cbc-qa-2026-answer {
  padding: 1rem 14px 18px 14px;
  color: #5f6570;
  font-size: 15.5px;
  line-height: 1.9;
}
.cbc-qa-2026-answer p {
  margin: 0 0 12px;
}
.cbc-qa-2026-answer p:last-child {
  margin-bottom: 0;
}
.cbc-qa-2026-answer strong {
  color: #0B1C2D;
  font-weight: 800;
}
@media (max-width: 768px) {
  .cbc-qa-2026-answer {
    padding: 1rem 14px 18px 14px;
    font-size: 14px;
    line-height: 1.85;
  }
}
@media (max-width: 412px) {
  .cbc-qa-2026-answer {
    padding: 1rem 14px 18px 14px;
    font-size: 13.5px;
    line-height: 1.75;
  }
  .cbc-qa-2026-answer p {
    margin-bottom: 10px;
  }
}

.cbc-qa-2026-cta {
  margin-top: 56px;
  padding: 42px 36px;
  border-radius: 28px;
  text-align: center;
  background: radial-gradient(circle at 12% 18%, rgba(0, 183, 194, 0.16), transparent 28%), radial-gradient(circle at 90% 86%, rgba(240, 138, 36, 0.15), transparent 30%), linear-gradient(135deg, #FFFFFF 0%, #f8f4ec 100%);
  border: 1px solid rgba(11, 28, 45, 0.14);
  box-shadow: 0 14px 34px rgba(11, 28, 45, 0.12);
}
@media (max-width: 768px) {
  .cbc-qa-2026-cta {
    margin-top: 42px;
    padding: 32px 18px;
    border-radius: 22px;
  }
}
@media (max-width: 412px) {
  .cbc-qa-2026-cta {
    margin-top: 36px;
    padding: 28px 16px;
    border-radius: 18px;
  }
}

.cbc-qa-2026-cta-title {
  margin: 0 0 12px;
  color: #0B1C2D;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.4;
  font-weight: 800;
}
@media (max-width: 412px) {
  .cbc-qa-2026-cta-title {
    font-size: 22px;
  }
}

.cbc-qa-2026-cta-text {
  max-width: 720px;
  margin: 0 auto 26px;
  color: #5f6570;
  font-size: 16px;
  line-height: 1.9;
}
@media (max-width: 768px) {
  .cbc-qa-2026-cta-text {
    font-size: 14.5px;
  }
}
@media (max-width: 412px) {
  .cbc-qa-2026-cta-text {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.75;
  }
}

.cbc-qa-2026-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
@media (max-width: 768px) {
  .cbc-qa-2026-cta-buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.cbc-qa-2026-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 52px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.cbc-qa-2026-button:hover {
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .cbc-qa-2026-button {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 412px) {
  .cbc-qa-2026-button {
    min-height: 48px;
    padding: 11px 16px;
    font-size: 13.5px;
  }
}

.cbc-qa-2026-button-primary {
  background: #C6A14A;
  color: #0B1C2D;
  border: 1px solid #C6A14A;
  box-shadow: 0 12px 24px rgba(198, 161, 74, 0.3);
}
.cbc-qa-2026-button-primary:hover {
  background: #0B1C2D;
  color: #FFFFFF;
  border-color: #0B1C2D;
  box-shadow: 0 14px 30px rgba(11, 28, 45, 0.28);
}

.cbc-qa-2026-button-secondary {
  background: #0B1C2D;
  color: #FFFFFF;
  border: 1px solid #0B1C2D;
  box-shadow: 0 12px 24px rgba(11, 28, 45, 0.2);
}
.cbc-qa-2026-button-secondary:hover {
  background: #00B7C2;
  color: #0B1C2D;
  border-color: #00B7C2;
  box-shadow: 0 14px 30px rgba(0, 183, 194, 0.28);
}

.cbc-reservation-banner-card {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1678/937;
  border-radius: 1rem;
  box-shadow: 0 8px 20px rgba(11, 28, 45, 0.12);
  transform: translateY(0);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.cbc-reservation-banner-card img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
  transform: scale(1);
  transition: transform 0.36s ease, filter 0.36s ease;
}
.cbc-reservation-banner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(11, 28, 45, 0.22);
  text-decoration: none !important;
}
.cbc-reservation-banner-card:hover img {
  transform: scale(1.045);
  filter: brightness(1.04);
}
.cbc-reservation-banner-card:focus-visible {
  outline: 3px solid #C6A14A;
  outline-offset: 4px;
}
@media (max-width: 768px) {
  .cbc-reservation-banner-card {
    border-radius: 16px;
  }
  .cbc-reservation-banner-card:hover {
    transform: translateY(-4px);
  }
  .cbc-reservation-banner-card:hover img {
    transform: scale(1.035);
  }
}
@media (max-width: 412px) {
  .cbc-reservation-banner-card {
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(11, 28, 45, 0.12);
  }
  .cbc-reservation-banner-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(11, 28, 45, 0.16);
  }
  .cbc-reservation-banner-card:hover img {
    transform: scale(1.02);
    filter: brightness(1.02);
  }
}

.cbc-qa-2026-table-wrap {
  width: 100%;
  margin: 18px 0 22px;
  overflow-x: auto;
}
.cbc-qa-2026-cancel-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  border: 1px solid rgba(11, 28, 45, 0.16);
  background: #fff;
  font-size: 15px;
  line-height: 1.7;
}
.cbc-qa-2026-cancel-table th,
.cbc-qa-2026-cancel-table td {
  padding: 14px 16px;
  border: 1px solid rgba(11, 28, 45, 0.14);
  vertical-align: middle;
}
.cbc-qa-2026-cancel-table th {
  background: #e8dcc7;
  color: #0b1c2d;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}
.cbc-qa-2026-cancel-table td {
  color: #333;
}
.cbc-qa-2026-cancel-table td:last-child {
  font-weight: 700;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .cbc-qa-2026-table-wrap {
    margin: 14px 0 18px;
  }
  .cbc-qa-2026-cancel-table {
    min-width: 0;
    font-size: 14px;
  }
  .cbc-qa-2026-cancel-table th,
  .cbc-qa-2026-cancel-table td {
    padding: 12px 10px;
  }
  .cbc-qa-2026-cancel-table th:first-child,
  .cbc-qa-2026-cancel-table td:first-child {
    width: 58%;
  }
  .cbc-qa-2026-cancel-table th:last-child,
  .cbc-qa-2026-cancel-table td:last-child {
    width: 42%;
  }
}/*# sourceMappingURL=qa.css.map */