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

.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: 20px;
}
.access__wrapper .access-list .access-content__head__line {
  background-color: #0070CE;
  width: 20px;
  height: 20px;
  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: 22px;
  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: 360px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.access__wrapper .access-list .access-content .gmap-street__gmap {
  max-width: 560px;
  width: 50%;
}
.access__wrapper .access-list .access-content .gmap-street__gmap iframe {
  height: 360px;
  max-width: 560px;
  width: 100%;
}
.access__wrapper .access-list .access-content .gmap-street__street {
  max-width: 560px;
  width: 50%;
}
.access__wrapper .access-list .access-content .gmap-street__street iframe {
  height: 360px;
  max-width: 560px;
  width: 100%;
}
.access__wrapper .access-list .access-content .gmap-street__letters {
  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: 100px;
}
.access__wrapper .access-list .access-content .gmap-street--3 .gmap-street__letters {
  height: 284px;
  background-image: url(../assets/images/c-letters3.png);
}/*# sourceMappingURL=access.css.map */