/* =========================
   特養 平面図（2F画像）ページ専用
   tokuyou-2f2.css
   ========================= */

.page-tokuyou-2f2{
  --toukouen-green: #009999; /* いつもの“みどり” */
}

/* h1：背景はみどり／はみ出し防止（100vwは使わない） */
.page-tokuyou-2f2 .page-title{
  margin: 0 0 12px;
  padding: 12px 16px;

  width: 100%;
  box-sizing: border-box;

  text-align: center;
  font-weight: 900;
  color: #fff;
  background: var(--toukouen-green);
  border: 1px solid #000;
}

/* 戻るボタン */
.page-tokuyou-2f2 .top-actions{
  margin-bottom: 10px;
}

.page-tokuyou-2f2 .back-btn{
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #000;
  background: #fff;
  text-decoration: none;
  font-weight: 900;
}

.page-tokuyou-2f2 .back-btn:hover,
.page-tokuyou-2f2 .back-btn:focus-visible{
  outline: none;
  filter: brightness(0.98);
  box-shadow: 0 0 0 2px rgba(0,0,0,0.15);
}

/* 説明文 */
.page-tokuyou-2f2 .lead{
  margin: 0 0 12px;
  line-height: 1.8;
  font-weight: 700;
}

/* 画像枠 */
.page-tokuyou-2f2 .plan-figure{
  margin: 0;
  padding: 10px;
  border: 1px solid #000;
  background: #fff;
}

.page-tokuyou-2f2 .plan-link{
  display: block;
}

.page-tokuyou-2f2 .plan-img{
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid #000;
}

/* キャプション */
.page-tokuyou-2f2 .plan-cap{
  margin-top: 10px;
  text-align: center;
  font-weight: 700;
  line-height: 1.7;
}