section#footer_access {
  background: url("../img/footer_access_bg.jpg") no-repeat center/cover;
  padding: 3em 0;
}

section#footer_access h3.common {
  color: #fff;
}

section#footer_access .footer-access__inner {
  display: flex;
  gap: 2rem;
}

section#footer_access .footer-access__map,
section#footer_access .footer-access__info {
  width: 50%;
}

section#footer_access dl {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 2em 2em 0.65em;
}

section#footer_access dl dt {
  font-size: 0.8em;
  margin-bottom: 0.5em;
  font-weight: normal;
}

section#footer_access dl dt::before {
  content: "▾";
  margin-right: 0.5em;
  font-family: inherit;
}

section#footer_access dl dd {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  margin-bottom: 1em;
  padding: 0 0 0.75em 1em;
  line-height: 1.5;
}

footer {
  background-image: url("../img/wall.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 3em 0;
  text-align: center;
  font-size: 0.75em;
}

footer .footer_social {
  padding: 0 0 1em;
}

footer .footer_social img {
  height: 40px;
}

footer img.footer_logo {
  display: block;
  margin: 0 auto;
  max-width: 200px;
}
