/* ==========================================================================
   SEO & Typography adjustment classes
   ========================================================================== */

/* Base Heading Styles (copied from existing styles) */
.as_h1 {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 500;
}

.as_h2 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
}

.as_h3 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
}

.as_h4 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
}

.as_h5 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
}

/* Specific context adjustments */
.info_content h1.as_h1 { margin-bottom: 20px; }
.info_content h2.as_h2 { margin-bottom: 20px; }
.info_content h3.as_h3 { margin-bottom: 15px; }

/* 検索候補ドロップダウン */
.custom-search-input .col-lg-6 {
    position: relative;
}
#result {
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    border: 1px solid #d2d8dd;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    list-style: none;
    padding: 0;
    margin: 0;
}
#result li {
    border-bottom: 1px solid #f0f0f0;
}
#result li:last-child {
    border-bottom: none;
}
#result li a {
    display: block;
    padding: 10px 15px;
    color: #039BE5;
}
#result li a:hover {
    background-color: #f5f5f5;
    color: #111;
}

/* ラウンジ使い分けガイドテーブル */
.lounge-guide-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 0.875rem;
}
.lounge-guide-table thead tr {
  background-color: #039BE5;
  color: #fff;
}
.lounge-guide-table thead th {
  padding: 12px 16px;
  text-align: left;
  font-weight: 500;
  border: none;
}
.lounge-guide-table tbody tr:nth-child(even) {
  background-color: #f4fbff;
}
.lounge-guide-table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.lounge-guide-table td {
  padding: 12px 16px;
  vertical-align: top;
  color: #444;
}
.lounge-guide-table td:first-child {
  color: #555;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .lounge-guide-table thead { display: none; }
  .lounge-guide-table tbody tr {
    display: block;
    margin-bottom: 12px;
    border: 1px solid #e5e5e5;
  }
  .lounge-guide-table td {
    display: block;
    padding: 8px 12px;
  }
  .lounge-guide-table td:first-child { white-space: normal; }
}

/* 体験談ノート */
.experience-note {
  background: #f4fbff;
  border-left: 5px solid #039BE5;
  padding: 15px 20px;
  margin: 15px 0;
  font-size: 0.9rem;
  color: #444;
  line-height: 1.7;
}
.experience-note cite {
  display: block;
  font-size: 0.78rem;
  color: #888;
  margin-top: 10px;
  font-style: normal;
}

/* 楽天トラベルデスク枠 */
.travel-desk-box {
  background: #fff8f0;
  border: 1px solid #ffe0b2;
  border-left: 5px solid #FFA726;
  padding: 15px 20px;
  margin: 20px 0;
  font-size: 0.9rem;
}
.travel-desk-box h4 {
  color: #e65100;
  font-weight: 600;
  font-size: 0.95rem !important;
  margin-bottom: 8px;
  border: none !important;
  background: none !important;
  padding: 0 !important;
}

/* Existing custom styles */
@media (max-width: 767px) {
    .hero_single .opacity-mask h1 {
        font-size: 32px;
        font-size: 2rem;
    }
}
