@charset "utf-8";

/******

ACCESS

*******/
.access .course__itemTtl {
  margin-bottom: 31px;
}

.shop-info__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.shop-info__heading {
  width: 125px;
}
.shop-info__text {
  width: calc(100% - 125px);
  max-width: 935px;
}

.shop-info {
  padding-bottom: 112px;
}
.underground,
.car {
  padding-bottom: 88px;
}
.access__map {
  width: 100%;
  height: 642px;
}
.access__map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750px) {
  .access__map {
    height: 321px;
  }
}

@media screen and (max-width: 480px) {
  .shop-info__item {
    flex-direction: column;
  }
  .shop-info__heading {
    width: 100%;
  }
  .shop-info__text {
    width: 100%;
    max-width: 100%;
  }
}
