html {
  padding-top: 100px;
  scroll-padding-top: 100px;
}

@media (min-width: 37.5em) {
  html {
    padding-top: 70px;
  }
}

@media (max-width: 37.46875em) {
  .l-gnav.-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-map__panel {
  height: 494px;
}

#tamemap-iframe {
  border: 0;
}

.card__header-img {
  bottom: auto;
}

.card__footer-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.card__footer-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.l-footer__bnr-grid {
  display: flex;
  flex-wrap: wrap;
}
