@media (min-width: 576px) {
  #access .way_separate {
    position: relative;
  }
  #access .way_separate:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #ececec;
  }
}
#access .map {
  margin-top: 40px;
}
@media (min-width: 576px) {
  #access .map {
    margin-top: 80px;
  }
}
#access .map iframe {
  width: 100%;
  height: 450px;
}
@media (min-width: 576px) {
  #access .map iframe {
    height: 540px;
  }
}

#recommend .by-car,
#location .by-car {
  margin-top: auto;
  border-top: solid 1px #ececec;
  padding-top: 1em;
}