/**
 * page style
 */
.p-access-items {
  display: flex;
  flex-direction: column;
  gap: 5.7rem;
  padding: 15.7rem 0 16.4rem;
}
@media screen and (max-width: 767px) {
  .p-access-items {
    gap: 3.3rem;
    padding: 4.1rem 0 6.8rem;
  }
}
.p-access-item {
  min-height: 28rem;
}
.p-access-item .c-ttl-2 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-access-item .c-ttl-2 {
    margin-bottom: 2.3rem;
  }
}
.p-access-item .map {
  background: var(--gray-green);
  border-radius: 2rem;
  height: 28rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -0.8rem;
  width: 62.8rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-access-item .map {
    border-radius: 1.6rem;
    height: 19rem;
    margin: 0 0 1rem;
    right: unset;
    position: unset;
    top: unset;
    width: 100%;
  }
}
.p-access-item .map iframe {
  height: 100% !important;
  width: 100% !important;
}
.p-access-item .address {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
  line-height: 1.66;
  width: 45rem;
}
@media screen and (max-width: 767px) {
  .p-access-item .address {
    font-size: 1.6rem;
    margin: 0;
    width: 100%;
  }
}
.p-access-item .tel {
  align-items: baseline;
  display: grid;
  grid-template-columns: 4rem auto;
  line-height: normal;
}
.p-access-item .tel dt {
  font-size: 1.8rem;
}
.p-access-item .tel dd {
  font-size: 2.4rem;
  font-weight: 700;
}

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