/* ======================================
  2024.05  フッター修正
========================================= */
.footer .footer__banner .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer .footer__banner .item {
  width: calc((100% - 20px) / 2);
}

.footer .footer__banner .item:nth-child(n + 3) {
  margin-top: 20px;
}

.footer .footer__banner .item__link {
  display: block;
  width: 100%;
  transition: all .3s;
}

.footer .footer__banner .item__link:hover {
  opacity: .75;
}

.footer .footer__banner .item__img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {

  .footer .footer__banner .item {
    width: calc((100% - 15px) / 2);
  }

  .footer .footer__banner .item:nth-child(n + 3) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 758px) {
  .footer .footer__banner .item {
    width: calc((100% - 10px) / 2);
  }

  .footer .footer__banner .item:nth-child(n + 3) {
    margin-top: 10px;
  }
}

/* ======================================
  施設紹介　04 無料駐車場の一覧
========================================= */
main section[class] .parking-list {
  margin: 0;
  margin-top: 0.5em;
  list-style: none;
}

main section[class] .parking-list > li {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

main section[class] .parking-list > li:not(:last-child) {
  margin-bottom: 0.5em;
}

main section[class] .parking-list > li::before {
  display: inline-block;
  width: 1.667em;
  content: '\25B6\FE0E';
  font-size: 75%;
  text-indent: 0;
}
