@charset "utf-8";

/* ------------- ピン ------------ */
.pin-tochigi{
    top: 45%;
    left: 38%;
}

.pin-oyama{
    top: 58%;
    left: 51.3%;
}


/* ------------ 会場名 ------------- */
.text-tochigi{
    height: 3%;
    top: 47.4%;
    left: 43%;
}

.text-oyama{
    height: 3%;
    top: 60.3%;
    left: 56.4%;
}


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

  /* ------------- ピン ------------ */
.pin-tochigi{
    top: 51%;
    left: 49%;
}

.pin-oyama{
    top: 62.5%;
    left: 62.3%;
}

/* ------------ 会場名 ------------- */
.text-tochigi{
    height: 2.75%;
    top: 53%;
    left: 57%;
}

.text-oyama{
    height: 2.75%;
    top: 64.6%;
    left: 70.4%;
}

}