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

.Map__item--seoul {
  left: 289px;
  top: 175px;
}

.Map__item--incheon {
  left: 224px; 
  top: 230px;
}

.Map__item--suwon {
  left: 364px;
  top: 230px;
}

.Map__item--yuyang_hot_spring {
  left: 289px;
  top: 285px;
}

.Map__item--gongju {
  left: 193px;
  top: 340px;
}

.Map__item--buyeo {
  left: 333px;
  top: 340px;
}

.Map__item--all_states {
  left: 288px;
  top: 395px;
}

.Map__item--gwangju {
  left: 193px;
  top: 450px;
}

.Map__item--zhenhai {
  left: 333px;
  top: 450px;
}

.Map__item--jeju {
  left: 229px;
  bottom: 60px;
}

.Map__item--daegu {
  left: 473px;
  top: 308px;
}

.Map__item--gyeongju {
  left: 473px;
  top: 363px;
}

.Map__item--busan {
  left: 473px;
  top: 418px;
}

/* --------------------end_地図から探す-------------------- */

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

/* --------------------start_現地情報-------------------- */
.info_cts04 .tab-contents-wraper:nth-child(6) dt {
  width: 28%;
}
/* --------------------end_現地情報-------------------- */
