/* 町会・地域ページ共通 — 写真サムネ＋クリック拡大 */

.town-lb-trigger {
  cursor: zoom-in;
}

.town-lb-trigger:focus-visible {
  outline: 3px solid var(--gold, #c4a35a);
  outline-offset: 3px;
}

.town-lightbox {
  width: min(96vw, 68rem);
  max-width: 96vw;
  max-height: 94vh;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fffdf8;
}

.town-lightbox::backdrop {
  background: rgba(8, 24, 33, 0.88);
}

.town-lightbox__panel {
  position: relative;
  display: grid;
  gap: 0.75rem;
  padding: 1rem 1rem 1.1rem;
  background: #132433;
  box-shadow: 0 1.5rem 4rem -1.5rem rgba(0, 0, 0, 0.65);
}

.town-lightbox__close {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  z-index: 2;
  display: inline-flex;
  min-width: 2.75rem;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  color: #fffdf8;
  background: rgba(8, 24, 33, 0.72);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.town-lightbox__close:hover,
.town-lightbox__close:focus-visible {
  background: var(--vermilion, #a44932);
}

.town-lightbox__close:focus-visible {
  outline: 3px solid var(--gold, #c4a35a);
  outline-offset: 2px;
}

.town-lightbox__img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: min(78vh, 52rem);
  height: auto;
  margin: 0 auto;
  background: #0b1a24;
}

.town-lightbox__caption {
  margin: 0;
  padding: 0 2.5rem 0.15rem 0.15rem;
  color: rgba(255, 253, 248, 0.82);
  font-size: 0.9rem;
  line-height: 1.55;
}
