@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@700&display=swap");
@font-face {
  font-family: "Nobel Book";
  font-style: normal;
  font-weight: normal;
  src: local("Nobel Book"), url("/files/css/fonts/Nobel Book.woff") format("woff");
}
@media screen and (min-width: 1025px) {
  .nav_list li:nth-child(4) a {
    position: relative;
  }
  .nav_list li:nth-child(4) a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #7AC0C5;
  }
}
img {
  width: 100%;
}

.map iframe {
  width: 100%;
  aspect-ratio: 1/1;
  border: 0;
}
@media screen and (min-width: 1025px) {
  .map iframe {
    aspect-ratio: 16/9;
  }
}
