/*-------------------------------
清和ラボは清和幼稚園内で行っております
-------------------------------*/
#access_address .content_block + .content_block {
  margin-top: 5rem;
  @media (min-width:768px) {
    margin-top: 10rem;
  }
}
#access_address .column2_img_text .img_wrap {
  @media (min-width:768px) {
    width: 50vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
#access_address .address_list {

  & dt {
    font-family: var(--ff-maru);
    font-size: var(--fs-large);

    &::before {
      display: inline-block;
      content: "";
      width: 1em;
      height: 1em;
      background: url(/assets/img/icon_map.svg) no-repeat center / contain;
    }
  }
  & dd {
    font-family: var(--ff-maru);
    font-size: var(--fs-large);
  }
}
#access_address .address_subtitle {
  font-size: var(--fs-normal);
  margin-top: 2em;

  &::before {
    content: "【";
  }
  &::after {
    content: "】";
  }
}
#access_address .transport_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;

  & dt {
    width: 5em;

    &::before {
      content: "・";
    }
  }
}
#access_address .content_block.map figure {
  border: 1px solid #D9D9D9;
}
#access_address .content_block.map .note {
  margin: 1em 0 0;
}
#access_address .content_block.map iframe {
  aspect-ratio: 566 / 457;
}
#access_route .content_block .block_title:nth-of-type(2) {
  margin-top: 1em;
}
#access_route .content_block img {
  width: 100%;
}
@media (min-width:768px) {
  #access_route .content_block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, max-content);
    grid-column-gap: 8%;
    grid-row-gap: 0;
    grid-auto-flow: column;
  }
}