@charset "utf-8";
/* busstop */
.p-busstop-nagoya__icons {
  justify-content: center;
  gap: 4%;
}
.p-busstop-nagoya__map.p-busstop-nagoya__map--blue img {
  border: 5px solid #2464b3;
}
/* .l-contact-nagoya__inner {
  justify-content: center;
} */

@media print,screen and (min-width:768px){
.p-busstop-nagoya__icons {
  gap: 15px;
}
.p-busstop-nagoya__icons__item {
  width: calc(100% / 3 - 10px);
}
.p-busstop-nagoya__imgs__item {
  width: 220px;
}
.p-busstop-nagoya__maps {
  justify-content: center;
  gap: 28px;
}
.p-busstop-nagoya__map.p-busstop-nagoya__map--blue {
  width: 354px;
}
}