.area_kv {
  width: 1000px;
  margin: 0 auto;
}

.area_kv .area_kv_box {
  width: 750px;
  margin: 20px auto;
  position: relative;
}

.area_kv .area_kv_box img {
  width: 100%;
  height: auto;
}

.mapLink {
  display: block;
  position: absolute;
}

.mapLink:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.mapLink1 {
  width: 34px;
  height: 60px;
  right: 184px;
  bottom: 48px;
}

.mapLink2 {
  width: 49px;
  height: 29px;
  right: 133px;
  bottom: 79px;
}

.mapLink3 {
  width: 49px;
  height: 28px;
  right: 133px;
  bottom: 110px;
}

.mapLink4 {
  width: 34px;
  height: 55px;
  right: 98px;
  bottom: 57px;
}

.mapLink5 {
  width: 31px;
  height: 37px;
  right: 358px;
  bottom: 71px;
}

.mapLink6 {
  width: 81px;
  height: 30px;
  left: 85px;
  bottom: 132px;
}

.mapLink7 {
  width: 34px;
  height: 60px;
  right: 221px;
  bottom: 48px;
}

.mapLink8 {
  width: 34px;
  height: 60px;
  right: 257px;
  bottom: 48px;
}

.mapLink11 {
  width: 49px;
  height: 28px;
  right: 98px;
  bottom: 200px;
}

.mapLink12 {
  width: 125px;
  height: 101px;
  right: 73px;
  bottom: 312px;
}

.area_kv .area_kv_ttl {
  text-align: center;
  font-size: 24px;
  margin: 0 auto 20px;
}

.area_link a {
  color: #006400;
}

.area_link a:hover {
  opacity: 0.7;
}

.area_map {
  width: 100%;
  height: 250px;
  margin: 15px 0;
}

@media screen and (max-width: 680px) {
  .area_kv {
    width: 100%;
  }

  .area_kv .area_kv_box {
    width: 90%;
    margin: 20px auto;
  }

  .mapLink1 {
    width: 18px;
    height: 31px;
    right: 55px;
    bottom: 42px;
  }

  .mapLink2 {
    width: 25px;
    height: 15px;
    right: 29px;
    bottom: 58px;
  }

  .mapLink3 {
    width: 27px;
    height: 15px;
    right: 28px;
    bottom: 73px;
  }

  .mapLink4 {
    width: 17px;
    height: 28px;
    right: 12px;
    bottom: 47px;
  }

  .mapLink5 {
    width: 16px;
    height: 19px;
    right: 141px;
    bottom: 54px;
  }

  .mapLink6 {
    width: 42px;
    height: 16px;
    left: 42px;
    bottom: 84px;
  }

  .mapLink7 {
    width: 18px;
    height: 31px;
    right: 73px;
    bottom: 42px;
  }

  .mapLink8 {
    width: 18px;
    height: 31px;
    right: 104px;
    bottom: 42px;
  }

  .mapLink11 {
    width: 27px;
    height: 15px;
    right: 14px;
    bottom: 135px;
  }

  .mapLink12 {
    width: 59px;
    height: 48px;
    right: 0px;
    bottom: 165px;
  }

  .area_kv .area_kv_ttl {
    font-size: 17px;
  }
}

/* 20240111追記 */

.area_flex {
  display: flex;
  justify-content: space-between;
}

.area_map {
  width: 49%;
  padding: 0 10px 0 0;
}

.area_staff {
  width: 49%;
  height: 250px;
  margin: 15px 0;
}

.area_staff img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media screen and (max-width: 680px) {
  .area_flex {
    display: block;
  }

  .area_map {
    width: 100%;
  }

  .area_staff {
    width: 100%;
  }
}

/* 20251106 都道府県表記の追加 */
.area__prefecture{
  margin: 50px auto;
  padding: 30px;
  max-width: 750px;
  border: 1px solid #006400;
  background-color: #fff;
  word-break: keep-all;
  font-size: 15px;        
}
@media (max-width: 680px) {
  .area__prefecture {
      margin: 30px 10px;
      padding: 20px;
      font-size: 14px;
  }
}


/* 20240111ここまで */