/* トップページの可読性と行動導線を整える最終レイヤー */
.top-premium {
  background: #f7f5ef !important;
  background-image: none !important;
  color: #203940 !important;
}

.top-premium::before { display: none !important; }

.top-premium-head h2,
.premium-hotels-head h2 { color: #123747 !important; font-weight: 700 !important; }
.top-premium-head > p,
.premium-hotels-head > p { color: #5f7379 !important; font-size: 14px !important; }

.premium-quick-links a > b { font-size: 15px !important; }
.premium-quick-links a > small { font-size: 12px !important; line-height: 1.55; }
.premium-product-body > p,
.premium-hotel-body > p { font-size: 12px !important; }
.premium-product-body h3,
.premium-hotel-body h3 { font-size: 17px !important; line-height: 1.65; }
.premium-product-card,
.premium-hotel-card { display: flex !important; flex-direction: column; height: 100%; }
.premium-product-body,
.premium-hotel-body { display: flex; flex: 1; flex-direction: column; }
.premium-product-body h3,
.premium-hotel-body h3 { min-height: 112px !important; }
.top-premium .premium-product-body footer,
.top-premium .premium-hotel-body footer {
  align-items: flex-end;
  min-height: 69px;
  margin-top: auto !important;
}
.premium-card-actions,
.premium-hotel-body > a { margin-top: 0; }
.premium-product-body footer span b,
.premium-hotel-body footer span b,
.editor-pick-body footer span b,
.top-hotel-body footer strong,
.rating b { color: #d99508 !important; font-size: 14px !important; }
.premium-product-body footer span small,
.premium-hotel-body footer span small,
.editor-pick-body footer span small,
.top-hotel-body footer small { font-size: 11px !important; }

.premium-card-actions { align-items: stretch; gap: 10px; margin-top: 4px; }
.premium-card-actions a:first-child,
.premium-hotel-body > a,
.top-card-detail {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 12px 16px !important;
  border: 0 !important;
  border-radius: 8px;
  background: #ef765d !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  box-shadow: 0 6px 15px rgba(239,118,93,.2);
}
.premium-card-actions a:first-child:hover,
.premium-hotel-body > a:hover,
.top-card-detail:hover { background: #d95f49 !important; transform: translateY(-1px); }
.editor-pick-link {
  display: inline-flex !important;
  align-items: center;
  width: max-content !important;
  min-height: 0 !important;
  margin-top: 16px;
  padding: 5px 0 4px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.7) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}
.editor-pick-link:hover { color: #8ff1e9 !important; border-bottom-color: #8ff1e9 !important; transform: none !important; }
.premium-card-actions a:last-child { align-self: center; font-size: 12px !important; }

.top-card-detail { margin-top: 16px; }
.plan-body { padding: 22px !important; }
.plan-body h3 { font-size: 16px !important; line-height: 1.7; }
.meta { font-size: 12px !important; }
.rating { font-size: 13px !important; }
.price span { font-size: 11px !important; }
.price b { font-size: 20px !important; }

.discovery-head > span,
.discovery-links span,
.activity-scene-card p,
.editor-pick-body p,
.ranking-head > p,
.top-stays-intro p,
.top-journey-head > p { font-size: 13px !important; line-height: 1.8 !important; }
.discovery-links b,
.activity-scene-card h3,
.editor-pick-body h3,
.ranking-column h3,
.top-hotel-body h3 { font-size: 16px !important; }
.discovery-title > a,
.text-link,
.editor-picks-more a,
.ranking-column header > a { font-size: 13px !important; }

.travel-tools {
  display: grid;
  grid-template-columns: minmax(260px,.85fr) minmax(0,1.65fr);
  gap: 55px;
  padding: 68px max(30px,calc((100vw - 1100px)/2));
  border-top: 1px solid #dce5e6;
  border-bottom: 1px solid #dce5e6;
  background: #fff;
}
.travel-tools header > p {
  margin: 0 0 9px;
  color: #087f92;
  font-size: 11px;
  font-weight: 800;
}
.travel-tools header h2 {
  margin: 0;
  color: #123747;
  font-size: 27px;
  line-height: 1.55;
}
.travel-tools header > span {
  display: block;
  margin-top: 14px;
  color: #60757a;
  font-size: 13px;
  line-height: 1.9;
}
.travel-tools nav { border-top: 1px solid #ccd8d8; }
.travel-tools nav a {
  display: grid;
  grid-template-columns: 36px minmax(0,1fr) 22px;
  align-items: center;
  gap: 14px;
  min-height: 86px;
  padding: 16px 12px;
  border-bottom: 1px solid #ccd8d8;
}
.travel-tools nav a:hover { background: #f4f8f7; }
.travel-tools nav a > b { color: #ef765d; font-size: 11px; }
.travel-tools nav span strong,
.travel-tools nav span small { display: block; }
.travel-tools nav span strong { color: #123747; font-size: 15px; }
.travel-tools nav span small { margin-top: 5px; color: #6b7d82; font-size: 12px; }
.travel-tools nav i { color: #087f92; font-size: 18px; font-style: normal; }

@media (max-width: 620px) {
  .top-premium-head > p,
  .premium-hotels-head > p,
  .discovery-head > span,
  .activity-scenes-head > p,
  .editor-picks-head > p { display: block !important; font-size: 13px !important; }
  .premium-product-body h3,
  .premium-hotel-body h3,
  .plan-body h3,
  .top-hotel-body h3 { font-size: 16px !important; }
  .premium-card-actions { flex-direction: column; }
  .premium-card-actions a:last-child { align-self: flex-start; padding: 6px 0; }
}

@media (max-width: 760px) {
  .travel-tools { grid-template-columns: 1fr; gap: 30px; padding: 55px 24px; }
}

@media (max-width: 560px) {
  .travel-tools { padding: 48px 18px; }
  .travel-tools header h2 { font-size: 23px; }
  .travel-tools nav a { min-height: 78px; }
}

@media (max-width: 850px) {
  .premium-product-card,
  .premium-hotel-card { display: grid !important; }
  .premium-product-body h3,
  .premium-hotel-body h3 { min-height: 0 !important; }
}

@media (max-width: 620px) {
  .premium-product-card,
  .premium-hotel-card { display: flex !important; }
  .top-premium .premium-product-body footer,
  .top-premium .premium-hotel-body footer { min-height: 62px; }
}

/* 旅の組み立て方は、説明まで無理なく読める文字量とサイズにする。 */
.top-journey-head > p:last-child {
  color: #cfdee1 !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
}
.top-journey-steps > a {
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 17px;
  min-height: 224px;
  padding: 32px 28px;
}
.top-journey-steps > a > span {
  font-size: 13px;
}
.top-journey-steps small {
  font-size: 11px;
  font-weight: 700;
}
.top-journey-steps h3 {
  margin: 12px 0 10px;
  font-size: 18px;
  line-height: 1.55;
}
.top-journey-steps p {
  color: #c6d6da;
  font-size: 13px;
  line-height: 1.8;
}
.top-journey-steps > a > b {
  right: 22px;
  bottom: 20px;
  font-size: 21px;
}

@media (max-width: 850px) {
  .top-journey-steps > a {
    min-height: 164px;
    padding: 26px 24px;
  }
}

@media (max-width: 560px) {
  .top-journey-head > p:last-child {
    font-size: 14px !important;
  }
  .top-journey-steps > a {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    min-height: 158px;
    padding: 24px 20px;
  }
  .top-journey-steps h3 { font-size: 17px; }
  .top-journey-steps p { font-size: 13px; }
}

/* トップ検索も一覧ページと同じ、52px高の入力パーツで揃える。 */
.search-wrap {
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  filter: drop-shadow(0 16px 28px rgba(3, 50, 67, .16));
}
.search-box {
  height: auto;
  min-height: 92px;
  grid-template-columns: 1fr 1.25fr 1fr 180px;
  align-items: end;
  gap: 14px;
  padding: 20px;
  border-radius: 0;
}
.search-box label {
  display: block;
  padding: 0;
  border: 0;
}
.search-box label span {
  display: block;
  margin: 0 0 7px;
  font-size: 12px;
}
.search-box select,
.search-box input[type="date"] {
  width: 100%;
  height: 52px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  font-size: 14px;
}
.search-box button {
  height: 52px;
  padding: 0 24px;
  border-radius: 9px;
}
.search-box button span {
  font-size: 18px;
}
.quick-links {
  min-height: 38px;
  height: auto;
  padding: 9px 20px 10px;
  border-top: 1px solid var(--line);
  background: #fff;
  font-size: 11px;
}
.quick-links a { font-size: 11px; }

@media (max-width: 850px) {
  .search-box { grid-template-columns: 1fr 1fr; }
  .search-box label { height: auto; }
  .search-box button { min-height: 52px; }
}

@media (max-width: 560px) {
  .search-wrap { border-radius: 14px; }
  .search-box {
    grid-template-columns: 1fr;
    gap: 11px;
    padding: 16px;
  }
  .search-box label { height: auto; border: 0; }
  .search-box select,
  .search-box input[type="date"] { height: 48px; }
  .search-box button { height: 50px; min-height: 50px; }
  .quick-links { padding: 9px 16px 10px; }
}
