@charset "utf-8";

/* -------------------------------------
ACCESS
----------------------------------------*/
#map {
  text-align: center;
  padding-bottom: 45px;
}
.accessDetail {
  padding-bottom: 95px;
}
.accessDetail>li {
  padding: 50px 0;
  border-bottom: 1px solid #ccc;
}
.accessDetail>li:last-child {
  border-bottom: none;
}
.accessDetail dt {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
}
.accessDetail dd p,
.accessDetail dd li {
  line-height: 1.4;
}
.accessDetail dd ul+p {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  #map {
    padding-bottom: 10px;
  }
  #map iframe {
    width: 100%;
    height: 250px;
  }
  .accessDetail {
    padding-bottom: 40px;
  }
  .accessDetail>li {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
  }
  .accessDetail dt {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .accessDetail dd p,
  .accessDetail dd li {
    line-height: 1.4;
    padding-left: 1em;
    text-indent: -1em;
  }
  .accessDetail dd ul+p {
    padding-top: 15px;
  }
}