/* ------------- ピン ------------ */
.pin-shouwa{
    top: 26.5%;
    left: 33.5%;
  }
  .pin-kofu{
    top: 30%;
    left: 38%;
  }
  .pin-fujiyoshida{
    top: 63%;
    left: 61%;
  }

  /* ------------ 会場名 ------------- */
  .text-shouwa{
    height: 3%;
    top: 29%;
    left: 22.1%;
  }
  .text-kofu{
    height: 3%;
    top: 32.5%;
    left: 43.2%;
  }
  .text-fujiyoshida{
    height: 3%;
    top: 65.4%;
    left: 66.2%;
  }
  
  @media screen and (max-width: 768px) {
  
    /* ------------- ピン ------------ */
    .pin-shouwa{
        top: 24.5%;
        left: 24.5%;
      }
      .pin-kofu{
        top: 27%;
        left: 29%;
      }
      .pin-fujiyoshida{
        top: 51%;
        left: 57%;
      }

  /* ------------ 会場名 ------------- */
  .text-shouwa{
    height: 2.75%;
    top: 26.5%;
    left: 5.8%;
  }
  .text-kofu{
    height: 2.75%;
    top: 29%;
    left: 37.2%;
  }
  .text-fujiyoshida{
    height: 2.75%;
    top: 52.9%;
    left: 65.2%;
  }
  
  }