/* ------------- ピン ------------ */
.pin-toyama{
  top: 45.5%;
  left: 46.5%;
}

/* ------------ 会場名 ------------- */
.text-toyama{
  height: 3%;
  top: 48%;
  left: 51.75%;
}

@media screen and (max-width: 768px) {

  /* ------------- ピン ------------ */
.pin-toyama{
  top: 43%;
  left: 47%;
}

/* ------------ 会場名 ------------- */
.text-toyama{
  height: 2.75%;
  top: 45%;
  left: 55%;
}

}