.map-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

@media screen and (max-width: 959px) {
  .map-unit {
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .map-unit {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.hospital-map .ttl-l {
  background: #eef7fb !important;
  border: solid 1px rgba(7, 53, 90, 0.08) !important;
}

.hospital-map .ttl-l::before {
  background-image: url("/wp-content/themes/itreat_base/dist/img/common/ttl-l-deco-blu.svg") !important;
}

.hospital-map .ttl-m::before {
  background-image: url("/wp-content/themes/itreat_base/dist/img/common/ttl-m-deco-blu.svg") !important;
}

@media screen and (max-width: 767px) {
  .list {
    padding-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .list__item:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .list__item::before {
    top: 11px;
  }
}

.list__item a {
  display: inline-block;
}

.list__item a:hover {
  translate: 2px 0;
  opacity: .8;
  text-decoration: underline;
}

.list > .sub-list {
  padding-top: 8px;
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .list > .sub-list {
    padding-top: 0;
  }
}

.list > .sub-list .list__item::before {
  opacity: .64;
}

.list > .sub-list > .sub-list {
  padding-top: 8px;
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .list > .sub-list > .sub-list {
    padding-top: 0;
  }
}

.list > .sub-list > .sub-list .list__item::before {
  opacity: .32;
}

/*# sourceMappingURL=../../maps/pages/sitemap.css.map */
