@charset "UTF-8";
.map {
  display: grid;
  gap: 20px;
  margin: 0 0 60px;
}

.mapItemIframe {
  height: 300px;
}
.mapItemIframe iframe {
  width: 100%;
  height: 100%;
}

.mapItemPic {
  border: 1px solid #8F8F8F;
}
.mapItemPic img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center center;
}

.vehicleListItem {
  border-bottom: 1px solid #D9D9D9;
  padding: 0 0 14px;
  margin: 0 0 25px;
}

.vehicleListIcon {
  display: block;
  width: 45px;
  margin: 0 auto 3px;
}

.vehicleListTitle {
  text-align: center;
  font-size: inherit;
}

.vehicleListSubTitle {
  color: #073D70;
  font-size: inherit;
  margin: 0 0 9px;
}

.vehicleListPdf {
  background-color: #073D70;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  padding: 6px;
  display: block;
  text-align: center;
}

.vehicleListTableHead {
  padding: 10px 0 5px;
  display: block;
}

.vehicleListTableHeadBody {
  display: flex;
  align-items: center;
  gap: 10px;
}
.vehicleListTableHeadBody::after {
  content: "";
  height: 1px;
  background-color: #333333;
  width: 25px;
  order: 2;
}

.vehicleListTableHeaStation {
  font-weight: normal;
  white-space: nowrap;
}
.vehicleListTableHeaStation:nth-of-type(1) {
  order: 1;
}
.vehicleListTableHeaStation:nth-of-type(2) {
  order: 3;
}

.vehicleListTableDetail {
  display: block;
  padding: 0 0 10px;
}

.outline {
  display: grid;
  gap: 20px;
}

.outlineTable {
  width: 100%;
  border-top: 1px solid #D9D9D9;
}

.outlineTableRow {
  border-bottom: 1px solid #D9D9D9;
}

.outlineTableHead {
  font-weight: bold;
  padding: 10px 0 5px;
  display: block;
  text-align: left;
}

.outlineTableDetail {
  padding: 0 0 10px;
  display: block;
}

.outlinePic {
  height: 300px;
}
.outlinePic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.kome {
  font-size: 1.4rem;
  display: flex;
  align-items: baseline;
  margin: 5px 0 0;
}
.kome::before {
  content: "※";
  flex-shrink: 0;
  margin: 0 5px 0 0;
}

.dotListItem {
  display: flex;
  align-items: baseline;
}
.dotListItem::before {
  content: "・";
  flex-shrink: 0;
  margin: 0 5px 0 0;
}

.outlinePic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 960px){
  .map {
    grid-template-columns: 1fr 1fr;
    margin: 0 0 130px;
  }
  .mapItemIframe {
    height: auto;
  }
  .vehicleListItem {
    grid-template-columns: 95px 1fr;
    gap: 57px;
    padding: 0 0 14px;
    margin: 0 0 31px;
    display: grid;
  }
  .vehicleListIcon {
    width: 95px;
    margin: 0 0 3px;
  }
  .vehicleListPdf {
    max-width: 195px;
  }
  .vehicleListTableHead {
    padding: 0 26px 0 0;
    display: table-cell;
  }
  .vehicleListTableHeadBody {
    width: 165px;
    gap: 16px;
  }
  .vehicleListTableHeadBody::after {
    width: auto;
    flex-grow: 1;
  }
  .vehicleListTableDetail {
    padding: 0;
    display: table-cell;
  }
  .outline {
    grid-template-columns: 740fr 516fr;
    gap: 30px;
  }
  .outlineTable {
    height: 100%;
  }
  .outlineTableHead {
    padding: 16px 25px 16px 0;
    vertical-align: top;
    width: 200px;
    display: table-cell;
  }
  .outlineTableDetail {
    padding: 16px 5px 16px 0;
    display: table-cell;
  }
  .outlinePic {
    height: auto;
  }
}

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