@charset "UTF-8";
/* CSS Document */
.map {
  --pingap: 0.55%;
  --pinrowgap: 2.28%;
  --zoomgap: 0%;
  --zoomrowgap: 0%;
}
.map-picker:not(:has(input[type='checkbox']:checked)) .map .pin .marker:after {
  display: none;
}
.map .feat.anno {
  text-shadow: none;
  border-radius: 3em;
  padding: 5px 8px;
}
.map-picker:not(:has(input[type='checkbox']:checked)) .map .pin .marker {
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-picker:not(:has(input[type='checkbox']:checked)) .map .pin.active .marker input[type='text'],
.map-picker:not(:has(input[type='checkbox']:checked)) .map .pin.active .marker > p {
  line-height: inherit;
  margin: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  line-height: inherit;
}
.map-picker:not(:has(input[type='checkbox']:checked)) .map .pin .marker input[type='text'],
.map-picker:not(:has(input[type='checkbox']:checked)) .map .pin .marker > p {
  letter-spacing: -1px;
}
.map-picker:not(:has(input[type='checkbox']:checked)) .map .pin .marker:after {
  border-width: 8px;
  border-top-width: 14px;
}
.map-picker:not(:has(input[type='checkbox']:checked)) .map .pin.active .marker:after,
.map-picker:not(:has(input[type='checkbox']:checked)) .map .pin.over .marker:after {
  display: block;
}
.map-picker:not(:has(input[type='checkbox']:checked)) .map .pin .marker {
  font-size: 14px;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
}
.map-picker:not(:has(input[type='checkbox']:checked)) .map .pin.over,
.map-picker:not(:has(input[type='checkbox']:checked)) .map .pin.active {
  z-index: 2;
  transform: scale(1.2);
  transform-origin: center bottom;
}
.map-picker:not(:has(input[type='checkbox']:checked)) .map .pin.over .marker,
.map-picker:not(:has(input[type='checkbox']:checked)) .map .pin.active .marker {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.map-picker {
  position: relative;
}
.sub.full .sect.sight .map-area1200 {
  overflow: visible;
}
.map-picker .map-zoom {
  position: absolute;
  height: 570px;
  z-index: 10;
  bottom: 5%;
  right: 5%;
  transform-origin: right center;
  transition: 0.3s;
  user-select: none;
  transform: scale(0);
}
.map-picker .zoom-button {
  position: absolute;
  z-index: 11;
  right: 7%;
  top: 5%;
}
.map-picker:has(input[type='checkbox']:checked) .zoom-button {
  /* right: 10%;
  top: -15%; */
}
.map-picker:has(input[type='checkbox']:checked) .map-zoom {
  transform: scale(1);
  right: 0;
}
.map-picker .map-zoom .zoom-button {
  font-size: 1.2em;
  right: 0;
  top: 0;
  position: absolute;
  aspect-ratio: 1/1;
  background-color: var(--gray-dark);
  color: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zoom-button input[type='checkbox'] + label::before {
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: normal;
  font-size: 1.3em;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--gray-pale);
  border: 3px solid #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.map-picker .zoom-button input[type='checkbox']:checked + label::before {
  content: 'zoom_out';
  font-family: 'material symbols sharp';
  font-weight: normal;
  background-image: none;
  /* background: none; */
  border: 0;
}
.map-picker .zoom-button input[type='checkbox'] + label::before {
  border: 0;
  margin: 0;
}
.map-picker .zoom-button input[type='checkbox'] + label::before {
  content: 'zoom_in';
  font-family: 'material symbols sharp';
  font-weight: normal;
}
.map-picker .map-zoom img {
  height: 100%;
  user-select: none;
}
.map-picker:has(input[type='checkbox']:checked) .map {
  --pingap: 1.2%;
  --pinrowgap: 4.28%;
  --zoomgap: 10%;
  --zoomrowgap: 5%;
}
.map-picker:has(input[type='checkbox']:checked) .map .pin {
  z-index: 11;
  margin-top: -20%;
}

