/* ------------------------------ */
/* 固定ページ：アクセス */
/* ------------------------------ */
.page_access .googlemap {
  width: 100%;
}
.page_access .googlemap iframe {
  height: 600px;
  width: 100%;
}
.page_access .route_map img {
  width: 100%;
}
.page_access .route_map2 {
  width: 100%;
}
.page_access .route_map2 img {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}
.page_access .bus_route ul li.jr:before {
  background: #ee86a7;
  border: #ee86a7;
}
.page_access .bus_route ul li.sanyo:before {
  background: #e38e00;
  border: #e38e00;
}
.page_access .bus_route ul li.subway:before {
  background: #6ab82c;
  border: #6ab82c;
}
.page_access ul.buscourse li .buscourse_name {
  color: var(--aitoku-school-color);
}
.page_access ul.buscourse li .busstop span {
  border: 1px solid #D6D5D3;
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
}

@media screen and (max-width: 768px) {
  .page_access .route_map {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .page_access .route_map img {
    display: block;
    height: 400px;
    width: auto;
  }
}