/* --------------------start_地図から探す-------------------- */
#Map {
  height: 583px;
  background-image: url(../../../common/senmon/images/map_d/fukushima_pc.svg);
}

.Map__item--Kitakatahotsalthotspring {
  top: 152px;
  left: 142px;
}

.Map__item--IzakaOnsen {
  top: 152px;
  left: 367px;
}

.Map__item--Soma {
  top: 175px;
  right: 380px;
}

.Map__item--AizuWakamatsuHigashiyamaAshinomaki {
  top: 218px;
  left: 61px;
}

.Map__item--Fukushimacity {
  top: 218px;
  left: 367px;
}

.Map__item--Inawashiro {
  top: 283px;
  left: 218px;
}

.Map__item--SotoyuTakayuhotspring {
  top: 283px;
  left: 407px;
}

.Map__item--TadamiHinoibranchimura {
  top: 348px;
  left: 35px;
}

.Map__item--BandaiAtamiOnsen {
  top: 348px;
  left: 248px;
}

.Map__item--Nihonmatsu-OnsenOnsen {
  top: 348px;
  left: 442px;
}

.Map__item--ShirakawaHatoriNiki {
  top: 413px;
  left: 178px;
}

.Map__item--Koriyama {
  top: 413px;
  left: 394px;
}

.Map__item--IwakiHaramachiOnahama {
  bottom: 60px;
  left: 421px;
}
/* --------------------end_地図から探す-------------------- */

/* --------------------start_他の都道府県-------------------- */
.SenmonLink__link-homen[href="/tohoku/fukushima/"] {
  color: var(--corporate-color);
  pointer-events: none;
}
/* --------------------end_他の都道府県-------------------- */

#SenmonRelated{
  margin-bottom: 0;
}

.related_links_bn{
  margin: 5px 0 60px 0;
}

.related_links_bn img{
  width: 340px;
  transition: opacity 0.3s;
}

.related_links_bn:hover img {
  opacity: var(--hoverOpacity);
}
.related_links_bn a{
  display: flex;
  gap: 3px;
}
.related_links_bn a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: rotate(45deg);
  vertical-align: 2px;
}