.access .access-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 64px;
  margin-bottom: 40px;
}

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

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

@media screen and (max-width: 959px) {
  .access .access-unit {
    gap: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

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

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

.access .access-unit__dtl {
  width: calc(100% - 544px);
}

@media screen and (max-width: 1023px) {
  .access .access-unit__dtl {
    width: calc(100% - 520px);
  }
}

@media screen and (max-width: 959px) {
  .access .access-unit__dtl {
    max-width: 480px;
    width: 100%;
    margin-inline: auto;
  }
}

@media screen and (max-width: 519px) {
  .access .access-unit__dtl {
    width: 100%;
    margin: 0;
  }
}

.access .access-unit__dtl img {
  max-width: 411px;
  width: 100%;
  margin-bottom: 8px;
}

@media screen and (max-width: 959px) {
  .access .access-unit__dtl img {
    max-width: 360px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .access .access-unit__dtl img {
    max-width: 320px;
  }
}

@media screen and (max-width: 519px) {
  .access .access-unit__dtl img {
    max-width: 260px;
  }
}

.access .access-unit__dtl .txt {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.access .access-unit__dtl .map-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 8px;
  margin-bottom: 24px;
}

@media screen and (max-width: 959px) {
  .access .access-unit__dtl .map-unit {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .access .access-unit__dtl .map-unit {
    margin-bottom: 10px;
  }
}

.access .access-unit__dtl .map-unit a {
  position: relative;
  padding: 18px;
  width: calc((100% / 2) - (4px * 1 / 2));
  text-align: center;
  border: 1px solid #6AACA1;
  border-radius: 2px 2px 8px 2px;
  font-size: 1.4rem;
}

@media screen and (max-width: 959px) {
  .access .access-unit__dtl .map-unit a {
    padding: 10px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .access .access-unit__dtl .map-unit a {
    padding: 14px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 519px) {
  .access .access-unit__dtl .map-unit a {
    padding: 14px 16px;
  }
}

.access .access-unit__dtl .map-unit a span {
  color: #6AACA1;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .access .access-unit__dtl .map-unit a span {
    font-size: 1.6rem;
  }
}

.access .access-unit__dtl .map-unit a .map-ico {
  display: block;
  width: 29px;
  height: 35px;
  background-color: #6AACA1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/map.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/map.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  margin-inline: auto;
  margin-bottom: 6px;
}

@media screen and (max-width: 959px) {
  .access .access-unit__dtl .map-unit a .map-ico {
    width: 19px;
    height: 25px;
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 767px) {
  .access .access-unit__dtl .map-unit a .map-ico {
    width: 19px;
    height: 25px;
  }
}

.access .access-unit__dtl .map-unit a::before {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 24px;
  height: 24px;
  border-radius: 8px 1px 8px 1px;
  border: 1px solid #6AACA1;
  background: rgba(106, 172, 161, 0.1);
}

.access .access-unit__dtl .map-unit a::after {
  position: absolute;
  right: 7px;
  bottom: 6px;
  content: "";
  width: 7px;
  height: 8px;
  background-color: #6AACA1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.access .access-unit__dtl .map-unit a:hover {
  color: #ffffff;
  background: #6AACA1;
}

.access .access-unit__dtl .map-unit a:hover span {
  color: #ffffff;
}

.access .access-unit__dtl .map-unit a:hover .map-ico {
  background-color: #ffffff;
}

.access .access-unit__dtl .map-unit a:hover::before {
  background: #ffffff;
}

.access .access-unit__dtl .map-unit a:hover::after {
  background-color: #6AACA1;
}

.access .access-unit__dtl .access-tel {
  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: 24px;
  color: #6AACA1;
}

@media screen and (max-width: 959px) {
  .access .access-unit__dtl .access-tel {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    border: 1px solid #6AACA1;
    border-radius: 2px;
  }
}

@media screen and (max-width: 767px) {
  .access .access-unit__dtl .access-tel__txt {
    margin-bottom: 6px;
  }
}

.access .access-unit__dtl .access-tel__link {
  position: relative;
  font-size: 3.2rem;
  padding-left: 24px;
  color: #6AACA1;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  .access .access-unit__dtl .access-tel__link {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  .access .access-unit__dtl .access-tel__link {
    font-size: 2.4rem;
    padding-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .access .access-unit__dtl .access-tel__link {
    font-size: 2rem;
    padding-left: 14px;
  }
}

.access .access-unit__dtl .access-tel__link::before {
  content: "";
  position: absolute;
  top: 57%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 23px;
  background-color: #6AACA1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

@media screen and (max-width: 767px) {
  .access .access-unit__dtl .access-tel__link::before {
    width: 6px;
    height: 16px;
  }
}

.access .access-unit__dtl .access-tel:hover {
  background: #6AACA1;
}

.access .access-unit__dtl .access-tel:hover .access-tel__txt,
.access .access-unit__dtl .access-tel:hover .access-tel__link {
  color: #ffffff;
}

.access .access-unit__dtl .access-tel:hover .access-tel__link::before {
  background-color: #ffffff;
}

.access .access-unit__vsl {
  max-width: 480px;
  width: 100%;
}

.access .traffic-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

@media screen and (max-width: 519px) {
  .access .traffic-unit {
    grid-template-columns: repeat(1, 1fr);
  }
}

.access .gmap {
  margin-bottom: calc(8px * 21);
}

@media screen and (max-width: 959px) {
  .access .gmap {
    margin-bottom: calc((8px * 21) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .access .gmap {
    margin-bottom: calc((8px * 21) * 0.5);
  }
}

.access .gmap iframe {
  margin-bottom: 16px;
  width: 100%;
}

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