.access_dl {
  display: flex;
  flex-wrap: wrap;
}
.access_dt {
  width: 100%;
  font-weight: bold;
  padding: .5rem 0;
}
.access_dd {
  width: 100%;
  padding: 0 0 .5rem;
  border-bottom: #777 1px dotted;
  margin: 0;
}
.access_business .access_dd {
  display: flex;
  align-items: center;
}

#gmap {width: 100%; height: 400px;}

.access_guide {margin: -0.5rem;}
.access_guidePht {
  width: 100%;
  padding: .5rem;
  margin-bottom: 0;
}
.access_guideTxt {
  width: 100%;
  padding: 0 .5rem .5rem;
}

@media (min-width: 576px) {
  .access_dt {
    width: calc(12rem);
    padding: .5rem;
    border-bottom: #777 1px dotted;
  }
  .access_dd {
    width: calc(100% - 12rem);
    padding: .5rem;
  }

  .access_guidePht {width: 60%; margin-bottom: 1rem;}
  .access_guideTxt {width: 40%; padding: .5rem;}
}
