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

#Map {
  height: 640px;
  background-image: url(../../common/senmon/images/map_i/america_pc.svg);
}

.Map__item--seattle {
  left: 67px;
  top: 142px;
}

.Map__item--sanfrancisco {
  left: 0px;
  top: 197px;
}

.Map__item--kayenta {
  left: 254px;
  top: 168px;
}

.Map__item--boston {
  right: 360px;
  top: 142px;
}

.Map__item--lasvegas {
  left: 70px;
  top: 282px;
}

.Map__item--ny {
  right: 360px;
  top: 197px;
}

.Map__item--sedona {
  left: 192px;
  top: 339px;
}

.Map__item--philadelphia {
  right: 360px;
  top: 254px;
}

.Map__item--la {
  left: 0px;
  bottom: 237px;
}

.Map__item--washington {
  right: 371px;
  top: 309px;
}

.Map__item--anaheim {
  left: 90px;
  top: 411px;
}

.Map__item--page {
  left: 225px;
  top: 225px;
}

.Map__item--alaska {
  left: 70px;
  bottom: 70px;
}

.Map__item--orlando {
  right: 419px;
  top: 392px;
}

.Map__item--miami {
  right: 420px;
  bottom: 144px;
}

.Map__item--yosemite,.Map__item--grandcanyon {
  display: none;
}

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

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