@charset "UTF-8";

.l-map {
  position: relative;
  max-width: 1150px;
  margin: 0 auto;
}

.p-map {
  position: relative;
}

.p-map-inner {
  position: relative;
}

.zoomicon {
  display: none;
}

.l-map img {
  width: 100%;
  height: auto;
}

@media (max-width:768px) {
  .l-map {
    position: relative;
    border: 1px solid #989898;
  }

  .p-map {
    position: relative;
    overflow: auto;
    height: 500px;
      margin-top: 0;
  }

  .p-map-inner {
    position: relative;
    width: 1000px;
  }

    .p-map-inner._zoom600 {
    width: 600px;
  }

  .p-map-inner._zoom800 {
    width: 800px;
  }

  .p-map-inner._zoom1200 {
    width: 1200px;
  }

  .zoomicon {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 11;
    background: #1D315A;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 15px 0;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 0;
    text-indent: -99999px;
  }

.plus:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 40%;
    height: 1px;
    background: #fff;
}

    .plus:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1px;
    height: 40%;
    background: #fff;
}

  .plus {}

  .minus {
    left: 55px;
    margin-top: 0;
  }

    .minus:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 40%;
    height: 1px;
    background: #fff;
}
}
