.c-local-container {
  padding: 0 20px 100px;
}

.access-shopinfo {
  display: flex;
}
@media (max-width: 768px) {
  .access-shopinfo {
    flex-direction: column;
  }
}
.access-shopinfo__map {
  max-width: 320px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .access-shopinfo__map {
    margin-right: 0;
  }
}
.access-shopinfo__body {
  flex: 1;
}
@media (max-width: 768px) {
  .access-shopinfo__body {
    margin-top: 20px;
  }
}
.access-shopinfo__body .tb1 {
  width: 100%;
  line-height: 1.4285714286;
}
.access-shopinfo__body .tb1 tr:nth-child(n+2) th, .access-shopinfo__body .tb1 tr:nth-child(n+2) td {
  padding-top: 20px;
}
.access-shopinfo__body .tb1 th, .access-shopinfo__body .tb1 td {
  padding-bottom: 20px;
  border-bottom: 1px solid #EDF5DC;
}
.access-shopinfo__body .tb1 th {
  width: 175px;
  padding-right: 10px;
  color: #009342;
  font-weight: 700;
}
@media (max-width: 768px) {
  .access-shopinfo__body .tb1 th {
    width: 103px;
  }
}
.access-shopinfo__body .link {
  margin-top: 20px;
}
.access-shopinfo__body .link .c-txt-link {
  color: #FF6521;
}

.access-way {
  margin-top: 30px;
}
/*# sourceMappingURL=map/access.css.map */