@media screen and (max-width: 736px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 736px) {
  .sp {
    display: none;
  }
}

.currentMapSect__head {
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .currentMapSect__head {
    padding: 162px 0 342px;
  }
}

@media screen and (max-width: 736px) {
  .currentMapSect__head {
    padding: calc(192 / 390 * 100vw) 0 calc(251 / 390 * 100vw);
  }
}

.currentMapSect__head:before {
  width: calc(100vw - var(--scrollbar));
  background-color: #e5ded5;
  content: '';
  inset: 0;
  mix-blend-mode: multiply;
  position: absolute;
}

@media print, screen and (min-width: 736px) {
  .currentMapSect__head:before {
    margin-left: calc(((100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 736px) and (max-width: 1200px) {
  .currentMapSect__head:before {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .currentMapSect__head:before {
    margin-left: calc(-20 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .currentMapSect__head + .currentMapSect__cont {
    margin-top: -263px;
  }
}

@media screen and (max-width: 736px) {
  .currentMapSect__head + .currentMapSect__cont {
    margin-top: calc(-197 / 390 * 100vw);
  }
}

.currentMapSect__cont {
  margin: 0 auto;
}

@media print, screen and (min-width: 736px) {
  .currentMapSect__cont {
    width: 998px;
  }
}

@media print, screen and (min-width: 736px) {
  .currentMapSect__select + .currentMapSect__body {
    margin-top: 56px;
  }
}

@media screen and (max-width: 736px) {
  .currentMapSect__select + .currentMapSect__body {
    margin-top: calc(32 / 390 * 100vw);
  }
}

.currentMapSect__item {
  display: none;
}

.currentMapSect__item.is-active {
  display: block;
}

@media print, screen and (min-width: 736px) {
  .currentMapSect__item:nth-child(2) .zoomFigure {
    margin: 0 auto;
    width: 693px;
  }
}

@media print, screen and (min-width: 736px) {
  .currentMapSect__bottom {
    margin-top: 80px;
  }
}

@media screen and (max-width: 736px) {
  .currentMapSect__bottom {
    margin-top: calc(56 / 390 * 100vw);
  }
}

.currentMapSect__bottom .usableList__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 736px) {
  .currentMapSect__bottom .usableList__inner {
    gap: 16px;
  }
}

@media screen and (max-width: 736px) {
  .currentMapSect__bottom .usableList__item:nth-child(2) {
    display: none;
  }
}

@media print, screen and (min-width: 736px) {
  .map-current {
    padding-bottom: 180px;
  }
}

@media screen and (max-width: 736px) {
  .map-current {
    padding-bottom: calc(180 / 390 * 100vw);
  }
}

@media print {
  .header-property,
  .ttl-property-main,
  .currentMapSect__head,
  .currentMapSect__bottom,
  .bottomArea,
  .footer-property,
  .footer-copyright,
  .list-property-control-wrap,
  .list-property-control,
  .box-bukken,
  .box-bukken-contact,
  .search-wrap,
  .area-user-footer-wrap {
    display: none !important;
  }
  .currentMapSect__item {
    display: block !important;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .map-current {
    padding: 0 !important;
  }
}
