.exterior {
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 960px) {
  .exterior {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .exterior {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 768px) {
  .exterior {
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
  }
}

.exterior img {
  border-radius: 6px;
}

.access-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

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

@media screen and (max-width: 768px) {
  .access-unit {
    gap: 16px;
    margin: 0 auto;
    max-width: 600px;
  }
}

.access-unit__img {
  width: 570px;
}

@media screen and (max-width: 960px) {
  .access-unit__img {
    width: 423px;
  }
}

@media screen and (max-width: 768px) {
  .access-unit__img {
    width: 100%;
  }
}

.access-unit__txt {
  display: grid;
  gap: 8px;
  width: calc( 100% - 602px);
}

@media screen and (max-width: 960px) {
  .access-unit__txt {
    width: calc( 100% - 447px);
  }
}

@media screen and (max-width: 768px) {
  .access-unit__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 520px) {
  .access-unit__txt {
    gap: 16px;
  }
}

.access-unit__txt .logo {
  margin: 0 0 16px;
  width: 100%;
  max-width: 438px;
}

@media screen and (max-width: 960px) {
  .access-unit__txt .logo {
    margin: 0 0 12px;
    max-width: 380px;
  }
}

@media screen and (max-width: 768px) {
  .access-unit__txt .access-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 16px;
  }
}

@media screen and (max-width: 768px) {
  .access-unit__txt .access-dtl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 520px) {
  .access-unit__txt .access-dtl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
  }
}

.access-unit__txt .access-dtl .ttl-m {
  text-align: left;
  margin-bottom: 6px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .access-unit__txt .access-dtl .ttl-m {
    margin-bottom: 4px;
    font-size: 1.7rem;
  }
}

.access-unit__txt .access-dtl .ttl-m span::before, .access-unit__txt .access-dtl .ttl-m span::after {
  height: 32px;
}

@media screen and (max-width: 768px) {
  .access-unit__txt .access-dtl .ttl-m span::before, .access-unit__txt .access-dtl .ttl-m span::after {
    height: 24px;
  }
}

.access-unit__txt .access-dtl .ttl-m span::after {
  right: auto;
  left: 8px;
}

.access-unit__txt .access-dtl p {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .access-unit__txt .access-dtl p {
    font-size: 1.3rem;
  }
}

.access-unit__txt .tel {
  position: relative;
  display: block;
  line-height: 1;
}

.access-unit__txt .tel span {
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .access-unit__txt .tel span {
    font-size: 2rem;
  }
}

.access-unit__txt .access-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  padding: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 4px rgba(147, 147, 147, 0.24);
  box-shadow: 0 0 4px rgba(147, 147, 147, 0.24);
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  .access-unit__txt .access-box {
    padding: 12px;
  }
}

@media screen and (max-width: 768px) {
  .access-unit__txt .access-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: calc( 100% - 230px);
    height: 125px;
  }
}

@media screen and (max-width: 520px) {
  .access-unit__txt .access-box {
    padding: 20px 8px;
    width: 100%;
    height: 100%;
  }
}

.access-unit__txt .access-box svg {
  display: block;
  fill: #22ACD5;
  width: 64px;
  height: 28px;
}

@media screen and (max-width: 768px) {
  .access-unit__txt .access-box svg {
    width: 40px;
    height: 22px;
  }
}

.access-unit__txt .access-box p {
  width: calc( 100% - 70px);
}

@media screen and (max-width: 768px) {
  .access-unit__txt .access-box p {
    width: 100%;
  }
}

.gmap {
  position: relative;
}

@media screen and (max-width: 768px) {
  .gmap {
    height: 260px;
  }
}

.gmap iframe {
  width: 100%;
  height: 400px;
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  .gmap iframe {
    height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .gmap iframe {
    height: 200px;
  }
}

.gmap .btn {
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .gmap .btn {
    position: relative;
  }
}

.gmap .btn a {
  background: #ffffff;
}

.gmap .btn a:hover {
  background: #22ACD5;
}

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