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

.Map__item--auckland {
  left: 216px;
  top: 152px;
}

.Map__item--hamilton {
  left: 201px;
  top: 206px;
}

.Map__item--rotorua {
  left: 376px;
  top: 206px;
}

.Map__item--waitomo {
  left: 77px;
  top: 261px;
}

.Map__item--tongariro {
  left: 236px;
  top: 261px;
}

.Map__item--taupo {
  left: 411px;
  top: 261px;
}

.Map__item--twizel {
  left: 0px;
  top: 316px;
}

.Map__item--tekapo {
  left: 175px;
  top: 316px;
}

.Map__item--queenstown {
  left: 0px;
  top: 405px;
}

.Map__item--wanaka {
  left: 222px;
  top: 385px;
}

.Map__item--christchurch {
  left: 364px;
  top: 365px;
}

.Map__item--arrowtown {
  left: 86px;
  top: 462px;
}

.Map__item--timaru {
  left: 278px;
  top: 442px;
}

.Map__item--teanau {
  left: 50px;
  bottom: 32px;
}

.Map__item--omaru {
  left: 220px;
  bottom: 32px;
}
/* --------------------end_地図から探す-------------------- */

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

/* --------------------start_観光情報-------------------- */
.OtherTourism__img--auckland {
  top: 0;
}
/* --------------------end_観光情報-------------------- */


.tiaki {
  width: 960px;
  display: flex;
  position: relative;
  padding: 20px;
  margin-bottom: 60px;
  margin-top: 40px;
  background: white;
  border-radius: 6px;
  box-shadow: 0px 0px 0px 1px #c3c3c3 inset,
    0 2.5rem 2rem -2rem rgb(0 0 0 / 10%);
  transition: box-shadow 0.3s;
}

.tiaki figure {
	width: 80px;
	height: auto;
	margin-right: 20px;
}

.tiaki div {
	flex: 1;
}

.tiaki .TourismInfo__link {
	text-align: right;
	margin-top: 40px;
}

.note {
	text-align: right;
	font-size: 1.3rem;
	margin-top: 5px;
}