

@import url(./common/_variable.css);

/* access */
/* ============================================ */


.area__title--img {
  img {
    object-position: 50% 30%;
  }
}

.area__map {
  padding: 10.416vw 0 0;
}
.area__map--address {
  text-align: center;
}
.area__map--map {
  padding: 30px 0 0;
  iframe {
    aspect-ratio: 16 / 9;
    @media (width < 480px) {
      aspect-ratio: 1 / 1;
    }
  }
}


.area__flow {
  padding: 0 20px 10.416vw;
}
.area__flow--block {
  max-width: 1200px;
  margin: auto;
  container-type: inline-size;
  text-align: center;
}
.hd_flow {
  margin-top: 11.666cqw;
  background-color: var(--main_c);
  color: #FFF;
  font-size: clamp(1.5rem,2.333cqw,2.8rem);
  line-height: 1em;
  padding: 2.5cqw 0;
}
.column_flow {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 5cqw;
  padding: 5cqw 0 0;
  @media (width < 480px) {
    grid-template-columns: repeat(1,1fr);
  }
}
.dt_car {
  border: #666 solid 1px;
  padding: 1cqw 0;
  line-height: 1.3em;
  .large {
    font-size: 1.4em;
    @media (width < 480px) {
      font-size: 1.2em;
    }
  }
}
.dd_car {
  padding: 1.5cqw 0 0;
  p {
    display: inline-block;
    text-align: left;
    word-break: keep-all;
    line-height: 1.8em;
    @media (width < 1024px) {
      word-break:break-all;
    }
  }
}
.sogei {
  padding: 3cqw 0 0;
}
.hd_access {
  font-size: clamp(1.6rem,1.833cqw,2rem);
  text-align: left;
  padding: 3cqw 0 0;
}
.box_flow {
  margin: 16px 0 3cqw;
  position: relative;
  @media (width < 480px) {
    margin: 8px 0 3cqw;
  }
  .inner_flow {
    position: relative;
    overflow: scroll;
    .inner_inner {
      @media (width < 480px) {
        width: 200%;
        height: auto;
      }
    }
  }
}

.scroll-hint-text {
  font-family:sans-serif;
}