/* ── Single post template ── */
.single-layout { max-width:860px; margin:80px auto; padding:0 40px; }
.single-main { min-width:0; }

.single-layout--with-sidebar {
  max-width: 1180px;
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
.single-layout--with-sidebar .single-main { flex:1; min-width:0; }
.single-sidebar { width:300px; flex:none; display:flex; flex-direction:column; gap:24px; }

@media (max-width: 900px) {
  .single-layout--with-sidebar { flex-direction:column; }
  .single-sidebar { width:100%; }
}
.single-date { font-size:12px; color:#9aa890; margin-bottom:10px; }
.single-title { font-family:'Zen Kaku Gothic New',sans-serif; font-size:28px; color:#2f5d34; margin-bottom:32px; line-height:1.4; }
.single-thumb { margin-bottom:32px; border-radius:12px; overflow:hidden; }
.single-thumb__img { width:100%; height:auto; display:block; }
.single-content { font-size:15px; color:#33332c; line-height:1.9; }

.single-content h2 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: 22px;
  color: #2f5d34;
  margin: 48px 0 20px;
  padding: 14px 18px;
  background: #f0f5ee;
  border-left: 5px solid #2f5d34;
  border-radius: 0 6px 6px 0;
  line-height: 1.4;
}
.single-content h3 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #2f5d34;
  margin: 36px 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #2f5d34;
  line-height: 1.4;
}
.single-content h4 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #33332c;
  margin: 28px 0 12px;
  padding-left: 12px;
  border-left: 3px solid #8aaf84;
  line-height: 1.4;
}
.single-content h5 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #55554c;
  margin: 20px 0 10px;
  padding: 6px 10px;
  background: #f5f2ec;
  border-radius: 4px;
  line-height: 1.4;
}

.single-nav { margin-top:48px; padding-top:32px; border-top:1px solid #eee; }
.single-nav__heading { font-family:'Zen Kaku Gothic New',sans-serif; font-weight:700; font-size:13px; letter-spacing:2px; color:#9aa890; margin:0 0 16px; }
.single-nav__links { display:flex; gap:16px; flex-wrap:wrap; }
.single-nav__item { flex:1; min-width:200px; display:flex; align-items:center; gap:14px; text-decoration:none; background:#f8f7f2; border:1px solid #e8e4db; border-radius:10px; padding:14px 18px; transition:background .18s, border-color .18s; overflow:hidden; }
.single-nav__item:hover { background:#eef4ec; border-color:#c8ddc8; }
.single-nav__item--next { flex-direction:row-reverse; text-align:right; }
.single-nav__thumb { flex-shrink:0; width:72px; height:56px; border-radius:7px; background-size:cover; background-position:center; }
.single-nav__text { display:flex; flex-direction:column; gap:5px; min-width:0; }
.single-nav__dir { font-size:11px; color:#9aa890; font-weight:700; letter-spacing:1px; }
.single-nav__title { font-size:14px; font-weight:700; color:#2f5d34; line-height:1.4; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }

/* ── Activity inquiry CTA ── */
.act-inquiry { margin-top:48px; }
.act-inquiry__inner { background:linear-gradient(135deg,#eef6ea 0%,#f8faf6 100%); border:1.5px solid #c5ddbf; border-radius:16px; padding:36px 40px; text-align:center; }
.act-inquiry__h3 { font-family:'Zen Kaku Gothic New',sans-serif; font-weight:900; font-size:20px; color:#2f5d34; margin:0 0 10px; }
.act-inquiry__text { font-size:14px; color:#5a5a50; line-height:1.8; margin:0 0 24px; }
.act-inquiry__btns { display:flex; justify-content:center; gap:14px; flex-wrap:wrap; margin-bottom:14px; }
.act-inquiry__btn { display:inline-flex; align-items:center; gap:8px; padding:13px 28px; border-radius:50px; font-family:'Zen Kaku Gothic New',sans-serif; font-weight:700; font-size:15px; text-decoration:none; transition:transform .2s,box-shadow .2s; }
.act-inquiry__btn:hover { transform:translateY(-2px); box-shadow:0 6px 18px rgba(0,0,0,.12); }
.act-inquiry__btn--tel { background:#2f5d34; color:#fff; }
.act-inquiry__btn--form { background:#fff; color:#2f5d34; border:2px solid #2f5d34; }
.act-inquiry__note { font-size:12px; color:#9aa890; margin:0; }
@media (max-width:560px) {
  .act-inquiry__inner { padding:28px 22px; }
  .act-inquiry__btns { flex-direction:column; align-items:center; }
  .act-inquiry__btn { width:100%; max-width:280px; justify-content:center; }
}

/* ── Facility single template ── */
.fac-main { background: #faf7f0; }

.fac-hero {
  position: relative;
  height: 55vh;
  min-height: 300px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fac-hero--nophoto {
  background: #2f5d34;
  height: 220px;
}
.fac-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.25) 0%, rgba(0,0,0,.55) 100%);
}
.fac-hero__body { position: relative; z-index: 1; text-align: center; color: #fff; }
.fac-hero__label { font-size: 11px; letter-spacing: 5px; font-weight: 700; opacity: .75; margin: 0 0 10px; }
.fac-hero__h1 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: clamp(24px, 5vw, 44px);
  margin: 0;
  line-height: 1.3;
}

.fac-body {
  max-width: 860px;
  margin: 0 auto;
  padding: 60px 40px 80px;
}

.fac-thumb { margin-bottom: 40px; border-radius: 12px; overflow: hidden; }
.fac-thumb__img { display: block; width: 100%; height: auto; }

.fac-info { margin-bottom: 48px; }
.fac-info__h2 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #2f5d34;
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #d4e8d0;
}

.fac-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.fac-table th,
.fac-table td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e8e8de;
  line-height: 1.7;
}
.fac-table th {
  width: 130px;
  font-weight: 700;
  color: #2f5d34;
  background: #ebe4d8;
  white-space: nowrap;
}
.fac-table td { color: #3a3a32; }
.fac-table__notes { font-size: 13px; color: #5a5a52; }
.fac-link { color: #2f5d34; font-weight: 700; }
.fac-link:hover { text-decoration: underline; }

.fac-content { font-size: 15px; color: #33332c; line-height: 1.9; margin-bottom: 48px; }
.fac-content img { max-width: 100%; height: auto; border-radius: 8px; }

.fac-nav {
  padding-top: 32px;
  border-top: 1px solid #eee;
}

@media (max-width: 600px) {
  .fac-body { padding-left: 20px; padding-right: 20px; }
  .fac-table th { width: 100px; font-size: 12px; }
}

/* ── Activity single slider (content-width) ── */
.act-slider {
  position: relative;
  margin-bottom: 36px;
  border-radius: 14px;
  overflow: hidden;
  background: #1a2a1a;
  height: 400px;
}
.act-slider__track { position: relative; width: 100%; height: 100%; }
.act-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .55s ease;
}
.act-slide.is-active { opacity: 1; }
.act-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.act-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,.78);
  color: #2f5d34;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
}
.act-nav-btn:hover { background: #fff; }
.act-nav-btn--prev { left: 14px; }
.act-nav-btn--next { right: 14px; }
.act-dots {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 3;
}
.act-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,.45);
  cursor: pointer;
  padding: 0;
  transition: background .2s;
}
.act-dot.is-active { background: #fff; }

.act-info {
  margin: 40px 0 48px;
  padding: 32px 36px;
  background: #f2f7ef;
  border-radius: 12px;
}
.act-info__h2 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #2f5d34;
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #c9dfc4;
}
.act-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.act-table th,
.act-table td {
  padding: 13px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #deeada;
  line-height: 1.7;
}
.act-table th {
  width: 120px;
  font-weight: 700;
  color: #2f5d34;
  white-space: nowrap;
}
.act-table td { color: #3a3a32; }

@media (max-width: 600px) {
  .act-slider { height: 240px; }
  .act-info { padding: 20px; }
  .act-table th { width: 90px; font-size: 12px; }
}

/* ── News related posts ── */
.news-related {
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}
.news-related__heading {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  color: #9aa890;
  margin: 0 0 20px;
}
.news-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}
.nr-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: #f8f7f2;
  border: 1px solid #e8e4db;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow .2s, transform .2s;
}
.nr-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,.1); transform: translateY(-2px); }
.nr-card__thumb {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #eae8de;
}
.nr-card__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nr-card__noimg {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
}
.nr-card__body { padding: 14px 16px; }
.nr-card__date { display: block; font-size: 11px; color: #9aa890; margin-bottom: 6px; }
.nr-card__title {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #33332c;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-related__more { text-align: center; }
.news-related__more-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #2f5d34;
  text-decoration: none;
  padding: 10px 24px;
  border: 1.5px solid #c8ddc8;
  border-radius: 6px;
  transition: background .18s;
}
.news-related__more-link:hover { background: #eef4ec; }

@media (max-width: 640px) {
  .news-related__grid { grid-template-columns: 1fr; }
}
