@charset "UTF-8";
footer .footer {
  position: relative;
  background-color: #4496d3;
  padding-top: 20%;
  margin-top: -15%;
  z-index: 1;
}
footer .footer .footer-menu-set {
  position: relative;
  z-index: 1;
  display: block;
  padding-top: 10%;
}
footer .footer .logo {
  text-align: center;
  margin-bottom: 5%;
}
footer .footer .logo a {
  display: inline-block;
  max-width: 320px;
  width: 100%;
  max-height: 71.9px;
  height: 100%;
}
footer .footer .logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer .f-menu {
  position: relative;
  margin-bottom: 5%;
  z-index: 5;
}
footer .footer .f-menu ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
footer .footer .f-menu ul li a {
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footer .f-menu ul li a p {
  font-family: "HelveticaNowDisplay-Regular";
}
footer .footer .map {
  max-height: 228px;
  height: 100%;
  max-width: 1255px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5%;
}
footer .footer .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
footer .footer .map p {
  color: white;
  font-family: "FP-ヒラギノ角ゴ StdN W8";
}
footer .copy {
  margin-top: 10px;
  background-color: #007394;
  text-align: center;
  color: white;
  padding: 1% 0;
}

@media screen and (max-width: 768px) {
  footer .footer {
    margin-top: -90px;
    padding-top: 130px;
  }
  footer .footer .logo a {
    max-width: 100px;
  }
  footer .footer .f-menu {
    margin-bottom: 5%;
  }
  footer .footer .f-menu ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 5%;
  }
  footer .footer .f-menu ul li {
    margin-bottom: 5%;
  }
  footer .footer .map {
    margin: 1%;
  }
  footer .footer .map iframe {
    width: auto;
  }
  footer .footer .map p {
    margin-top: 2%;
    font-size: 12px;
  }
}/*# sourceMappingURL=footer.css.map */