@charset "utf-8";

/* 20260114 ADD */
.map-car01 {
  z-index: 101;
}
.map-ppl04 {
  z-index: 100;
}

.map-pin.pin11 {
  top: 16%;
  right: 14%;
}
.map-pin.pin12 {
  top: 55%;
  left: 21%;
  animation: infinite pin12 ease-in-out 14s alternate;
}
@keyframes pin12 {
  0% {
    top: 54%;
    left: 21%;
  }
  15% {
      top: 61.4%;
      left: 27%;
  }
  65% {
      top: 61.4%;
      left: 27%;
  }
  80% {
      top: 70%;
      left: 35%;
  }
  100% {
      top: 70%;
      left: 35%;
  }
}

.main-footer__info {
  justify-content: center;
}
.main-footer__sns-list {
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .main-footer__info {
    gap: 20px;
  }
  .main-footer__address {
      margin: 0;
  }
}