/* =============================================
   RANKING PAGE
   ============================================= */

.rnk-main { background: #f8f7f2; }
.rnk-inner { max-width: 900px; margin: 0 auto; padding: 0 40px; }

/* ── HERO ── */
.rnk-hero {
  position: relative;
  height: 44vh;
  min-height: 260px;
  background-color: #2a3d1e;
  background-image: linear-gradient(135deg, #1e3018 0%, #3a5a2a 50%, #2a4a1e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.rnk-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.1) 0%, rgba(0,0,0,.3) 100%);
}
.rnk-hero__body {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.rnk-hero__label {
  font-size: 11px;
  letter-spacing: 6px;
  font-weight: 700;
  opacity: .75;
  margin: 0 0 12px;
}
.rnk-hero__h1 {
  margin: 0;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: clamp(28px, 5vw, 48px);
  letter-spacing: 2px;
  line-height: 1.25;
  text-shadow: 0 2px 12px rgba(0,0,0,.3);
}
.rnk-hero__sub {
  margin: 12px 0 0;
  font-size: 14px;
  opacity: .8;
  letter-spacing: 1px;
}

/* ── INTRO ── */
.rnk-intro {
  background: #fff;
  padding: 40px 0;
  text-align: center;
  border-bottom: 1px solid #eae8e0;
}
.rnk-intro__text {
  font-size: 15px;
  color: #555;
  line-height: 1.9;
  margin: 0;
}

/* ── RANKING LIST ── */
.rnk-list { padding: 64px 0; }

.rnk-card {
  display: flex;
  gap: 0;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,.09);
  margin-bottom: 40px;
  position: relative;
}
.rnk-card:last-child { margin-bottom: 0; }

/* rank badge strip */
.rnk-card__rank {
  flex: 0 0 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 20px 0;
}
.rnk-card--gold   .rnk-card__rank { background: linear-gradient(160deg, #c9a227 0%, #f0d060 100%); }
.rnk-card--silver .rnk-card__rank { background: linear-gradient(160deg, #7a8a96 0%, #b8c8d4 100%); }
.rnk-card--bronze .rnk-card__rank { background: linear-gradient(160deg, #a06030 0%, #c88850 100%); }

.rnk-card__num {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  text-shadow: 0 2px 6px rgba(0,0,0,.25);
}
.rnk-card__badge {
  font-size: 9px;
  letter-spacing: 2px;
  font-weight: 700;
  color: rgba(255,255,255,.85);
}

/* photo */
.rnk-card__photo {
  flex: 0 0 260px;
  max-width: 260px;
  overflow: hidden;
}
.rnk-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* body */
.rnk-card__body {
  flex: 1;
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.rnk-card__title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #2f3a28;
  line-height: 1.55;
  margin: 0;
}
.rnk-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.rnk-card__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #5a7a50;
  font-weight: 600;
}
.rnk-card__meta-item svg { flex-shrink: 0; opacity: .75; }
.rnk-card__desc {
  font-size: 13px;
  color: #666;
  line-height: 1.8;
  margin: 0;
}
.rnk-card__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.rnk-card__features li {
  font-size: 11px;
  font-weight: 700;
  color: #2f5d34;
  background: #eef4ec;
  border: 1px solid #c6d8c0;
  border-radius: 20px;
  padding: 3px 12px;
}
.rnk-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  background: #2f5d34;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 8px;
  margin-top: 4px;
  transition: background .18s, transform .18s;
}
.rnk-card__btn:hover { background: #3a7040; transform: translateY(-1px); }

/* ── CTA ── */
.rnk-cta {
  background: #f2ede4;
  padding: 72px 40px;
  text-align: center;
}
.rnk-cta__label {
  font-size: 11px;
  letter-spacing: 5px;
  font-weight: 700;
  color: #9aa890;
  margin: 0 0 12px;
}
.rnk-cta__h2 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: clamp(22px, 3.5vw, 32px);
  color: #33332c;
  margin: 0 0 12px;
}
.rnk-cta__text {
  font-size: 14px;
  color: #666;
  line-height: 1.85;
  margin: 0 0 36px;
}
.rnk-cta__btns {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  flex-wrap: wrap;
}
.rnk-cta__btn-rsv {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #2f5d34;
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: 16px;
  text-decoration: none;
  padding: 16px 36px;
  border-radius: 9px;
  box-shadow: 0 6px 20px rgba(47,93,52,.28);
  transition: transform .2s, box-shadow .2s;
}
.rnk-cta__btn-rsv:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(47,93,52,.38); }
.rnk-cta__btn-tel {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1.5px solid #c6d8c0;
  color: #2f5d34;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 9px;
  transition: background .2s, border-color .2s;
}
.rnk-cta__btn-tel svg { flex-shrink: 0; }
.rnk-cta__btn-tel:hover { background: #eef4ec; border-color: #2f5d34; }
.rnk-cta__tel-text { display: flex; flex-direction: column; gap: 2px; }
.rnk-cta__tel-label { font-size: 10px; color: #9aa890; letter-spacing: 1px; }
.rnk-cta__tel-num { font-family: 'Zen Kaku Gothic New', sans-serif; font-weight: 900; font-size: 20px; }
.rnk-cta__tel-hours { font-size: 11px; color: #9aa890; }

/* ── RESPONSIVE ── */
@media (max-width: 700px) {
  .rnk-inner { padding: 0 16px; }
  .rnk-list { padding: 40px 0; }
  .rnk-card { flex-direction: column; }
  .rnk-card__rank { flex-direction: row; flex: none; width: 100%; justify-content: flex-start; padding: 12px 20px; gap: 8px; }
  .rnk-card__num { font-size: 28px; }
  .rnk-card__photo { flex: none; max-width: 100%; height: 200px; }
  .rnk-card__body { padding: 20px; }
  .rnk-card__title { font-size: 14px; }
  .rnk-cta { padding: 48px 20px; }
  .rnk-cta__btns { flex-direction: column; align-items: stretch; }
  .rnk-cta__btn-rsv { justify-content: center; }
  .rnk-cta__btn-tel { justify-content: center; }
}
