@charset "utf-8";
.mv-none__contents {
  padding-top: 50px;
  padding-bottom: clamp(27px, 6.28vw, 96px);
}
.cont_head .sttl {
  margin-bottom: clamp(20px, 3.65vw, 28px);
}
/* ======================
アクセス
========================= */
.access__map {
  aspect-ratio: 2/1;
  margin-bottom: 46px;
}
.access__map iframe {
  width: 100%;
  height: 100%;
}

.access__list {
}
.access__listItem {
  display: flex;
  justify-content: space-between;
  padding-bottom: 35px;
  border-bottom: 1px solid #bababa;
}
.access__listItem:not(:last-child) {
  margin-bottom: 25px;
}
.access__listHeading {
  font-size: clamp(15px, 4.19vw, 18px);
  font-weight: 500;
  width: 195px;
  line-height: 1.94;
}
.access__listDetail {
  width: calc(100% - 195px);
}
.access__childItem {
  font-size: clamp(15px, 4.19vw, 18px);
  position: relative;
  line-height: 1.77;
}
.access__childItem:before {
  content: "";
  display: block;
  width: 0.89em;
  height: 0.89em;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
  border-radius: 50px;
  background-color: #eb6120;
}
.access__childItem--elements {
  display: block;
  padding-left: 1.2em;
}
.access__note {
  font-size: 15px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .access__map {
    aspect-ratio: initial;
    height: 360px;
  }
  .access__listItem {
    display: block;
  }
  .access__listItem:last-child {
    border: none;
  }
  .access__listHeading {
    width: 100%;
  }
  .access__listDetail {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .access__map {
    margin-bottom: 28px;
  }
  .access__listItem {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 430px) {
}
