/* =============================================
   FACILITY INFORMATION 2 (施設のご利用ガイド) – Tabs
   ============================================= */

.fguide2-main { background: #f8f7f2; }

/* ── Hero ── */
.fguide2-hero {
  background: #1e3820;
  padding: 80px 40px 72px;
  text-align: center;
  color: #fff;
}
.fguide2-hero__label {
  font-size: 11px;
  letter-spacing: 6px;
  font-weight: 700;
  color: #9aa890;
  margin: 0 0 14px;
}
.fguide2-hero__h1 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: clamp(24px, 5vw, 42px);
  margin: 0 0 14px;
  letter-spacing: 3px;
}
.fguide2-hero__sub {
  font-size: 14px;
  opacity: .75;
  margin: 0;
}

/* ── Tabs layout ── */
.fguide2-tabs-section {
  padding: 60px 0 80px;
}
.fguide2-tabs-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  align-items: start;
}

/* ── Tab nav ── */
.fguide2-tab-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: sticky;
  top: 80px;
}
.fguide2-tab-btn {
  display: block;
  width: 100%;
  text-align: left;
  padding: 13px 16px;
  border: none;
  border-radius: 9px;
  background: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #555;
  cursor: pointer;
  border-left: 3px solid transparent;
  transition: background .18s, color .18s, border-color .18s;
  line-height: 1.4;
}
.fguide2-tab-btn:hover {
  background: #eef4ec;
  color: #2f5d34;
}
.fguide2-tab-btn.is-active {
  background: #eef4ec;
  color: #2f5d34;
  border-left-color: #2f5d34;
}

/* ── Tab panels ── */
.fguide2-panels { min-height: 400px; }
.fguide2-panel {
  display: none;
  background: #fff;
  border-radius: 14px;
  padding: 40px 44px;
  border: 1px solid #e8e4db;
}
.fguide2-panel.is-active { display: block; }

.fguide2-panel__h2 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: 22px;
  color: #2f5d34;
  margin: 0 0 28px;
  padding-bottom: 14px;
  border-bottom: 2px solid #d4e8d0;
}
.fguide2-panel__body {
  font-size: 14px;
  color: #444;
  line-height: 1.9;
}
.fguide2-panel__body p { margin: 0 0 14px; }
.fguide2-panel__body ul,
.fguide2-panel__body ol {
  padding-left: 20px;
  margin: 10px 0 14px;
}
.fguide2-panel__body li { margin-bottom: 6px; }

/* ── Rule blocks ── */
.fguide2-rule {
  margin-bottom: 24px;
  padding: 18px 20px;
  background: #f8f7f2;
  border-radius: 10px;
  border-left: 3px solid #c6d8c0;
}
.fguide2-rule h3 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #2f5d34;
  margin: 0 0 10px;
}
.fguide2-rule p { margin: 0 0 8px; }
.fguide2-rule p:last-child { margin: 0; }
.fguide2-rule ul,
.fguide2-rule ol {
  margin: 8px 0 0;
  padding-left: 18px;
}

/* ── Map images ── */
.fguide2-map-img {
  text-align: center;
}
.fguide2-map-img img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #e8e4db;
}

/* ── Trash grid ── */
.fguide2-trash-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 20px 0;
}
.fguide2-trash-card {
  border-radius: 10px;
  overflow: hidden;
  font-size: 13px;
}
.fguide2-trash-card__head {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  padding: 10px 14px;
}
.fguide2-trash-card ul {
  padding: 12px 14px 12px 28px;
  margin: 0;
  background: #fff;
  border: 1px solid #e8e4db;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.fguide2-trash-card--red .fguide2-trash-card__head { background: #c0392b; }
.fguide2-trash-card--yellow .fguide2-trash-card__head { background: #d4aa1a; }
.fguide2-trash-card--clear .fguide2-trash-card__head { background: #7a7a7a; }

.fguide2-note-list {
  background: #fff9e6;
  border: 1px solid #e8d87a;
  border-radius: 8px;
  padding: 14px 14px 14px 30px;
  margin: 0;
  font-size: 13px;
  color: #555;
}
.fguide2-note-list li { margin-bottom: 6px; }

/* ── Enquete ── */
.fguide2-enquete-btn { margin-top: 24px; text-align: center; }
.fguide2-btn {
  display: inline-block;
  background: #2f5d34;
  color: #fff;
  text-decoration: none;
  padding: 14px 36px;
  border-radius: 8px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 15px;
  transition: background .2s;
}
.fguide2-btn:hover { background: #1e3820; }

/* ── Responsive ── */
@media (max-width: 860px) {
  .fguide2-tabs-wrap {
    grid-template-columns: 1fr;
  }
  .fguide2-tab-nav {
    position: static;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
  }
  .fguide2-tab-btn {
    flex: 0 0 auto;
    width: auto;
    padding: 10px 14px;
    border-left: none;
    border-bottom: 2px solid transparent;
    font-size: 12px;
  }
  .fguide2-tab-btn.is-active { border-bottom-color: #2f5d34; }
  .fguide2-panel { padding: 28px 22px; }
  .fguide2-trash-grid { grid-template-columns: 1fr; }
  .fguide2-hero { padding: 60px 20px 52px; }
}
