html {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .access {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0 24px;
  }
  .access__wrapper {
    max-width: 1120px;
    width: 100%;
  }
  .access__wrapper .sub-p-head {
    margin-bottom: 27px;
  }
  .access__wrapper .access-list .access-content {
    max-width: 1155px;
    width: 100%;
  }
  .access__wrapper .access-list .access-content__head {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .access__wrapper .access-list .access-content__head__line {
    background-color: #0070ce;
    width: 18px;
    height: 18px;
    margin-right: 9px;
  }
  .access__wrapper .access-list .access-content__head__text {
    color: var(--main-primary-007BE3, #0070ce);
    /* text/22- Bold- line-hegiht:160% */
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 37.4px */
  }
  .access__wrapper .access-list .access-content .access-content__infos {
    color: var(--main-primary-222222, #222);
    /* text/16- Medium - line-hegiht:140% */
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
    margin-bottom: 12px;
  }
  .access__wrapper .access-list .access-content .gmap-street {
    height: auto;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .access__wrapper .access-list .access-content .gmap-street__gmap {
    max-width: 560px;
    width: 100%;
  }
  .access__wrapper .access-list .access-content .gmap-street__gmap iframe {
    height: 200px;
    max-width: 560px;
    width: 100%;
  }
  .access__wrapper .access-list .access-content .gmap-street__street {
    max-width: 560px;
    width: 100%;
  }
  .access__wrapper .access-list .access-content .gmap-street__street iframe {
    height: 200px;
    max-width: 560px;
    width: 100%;
  }
  .access__wrapper .access-list .access-content .gmap-street__letters {
    display: none;
    width: 15px;
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 20px;
  }
  .access__wrapper .access-list .access-content .gmap-street--1 .gmap-street__letters {
    background-image: url(../assets/images/c-letters1.png);
  }
  .access__wrapper .access-list .access-content .gmap-street--2 .gmap-street__letters {
    background-image: url(../assets/images/c-letters2.png);
  }
  .access__wrapper .access-list .access-content .gmap-street--3 {
    margin-bottom: 40px;
  }
  .access__wrapper .access-list .access-content .gmap-street--3 .gmap-street__letters {
    height: 284px;
    background-image: url(../assets/images/c-letters3.png);
  }
}/*# sourceMappingURL=access-res.css.map */