.shop_list table {
  counter-reset: shop_list;
}
.shop_list table tbody tr {
  counter-increment: shop_list;
}
.shop_list table tbody tr > th:first-child {
  padding-left: 2em;
}
.shop_list table tbody tr > th:first-child::before {
  content: counter(shop_list);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0.5em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: var(--wp--preset--color--theme-blue);
  color: var(--wp--preset--color--theme-white);
  font-family: var(--wp--preset--font-family--theme-gothic-num);
  font-size: 0.8em;
  line-height: 1;
}
.shop_list a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  word-break: keep-all;
  white-space: nowrap;
}
/*# sourceMappingURL=shops.css.map */