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

.Map__item--greenisland {
  left: 409px;
  top: 152px;
}

.Map__item--perth {
  left: 177px;
  top: 207px;
}

.Map__item--cairns {
  left: 409px;
  top: 207px;
}

.Map__item--rottnestisland {
  left: 137px;
  top: 262px;
}

.Map__item--brisbane {
  right: 380px;
  top: 262px;
}

.Map__item--fremantle {
  left: 64px;
  top: 317px;
}

.Map__item--sydney {
  left: 272px;
  top: 317px;
}

.Map__item--goldcoast {
  right: 380px;
  top: 317px;
}

.Map__item--melbourne {
  left: 253px;
  top: 372px;
}

.Map__item--newcastle {
  right: 380px;
  top: 372px;
}

.Map__item--tasmania {
  left: 421px;
  bottom: 60px;
}

.Map__item--uluru,.Map__item--great-barrier-reef {
	display: none;
}

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

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

/* --------------------start_観光情報-------------------- */
/* .OtherTourism__item {
  min-height: 80px;
} */

.OtherTourism__img--uluru {
  top: 10px;
}
/* --------------------end_観光情報-------------------- */
