/* =========================
   特養 地図・交通機関ページ専用
   tokuyou-map.css
   ========================= */

.page-tokuyou-map{
  --toukouen-green: #009999; /* “みどり” */
}

/* h1：背景みどり＋はみ出し防止 */
.page-tokuyou-map .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-map .access-lead{
  margin: 0 0 14px;
  padding: 10px 12px;
  border: 1px solid #000;
  background: #fff;
  line-height: 1.8;
  font-weight: 800;
  text-align: center;
}

/* 地図 */
.page-tokuyou-map .map-figure{
  margin: 0;
}

.page-tokuyou-map .map-link{
  display: block;
  border: 1px solid #000;
  background: #fff;
}

.page-tokuyou-map .map-img{
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.page-tokuyou-map .map-caption{
  margin-top: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 0.95rem;
}