.shoplistwrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.shoplistitem {
  display: flex;
  width: 48%;
  padding: 2em 0;
  border-top: 1px solid #ccc;
}
.shoplistitem:nth-last-child(1), .shoplistitem:nth-last-child(2) {
  border-bottom: 1px solid #ccc;
}
@media (max-width: 781px) {
  .shoplistitem {
    width: 100%;
  }
  .shoplistitem:nth-last-child(2) {
    border-bottom: none;
  }
}

.shoplogo {
  width: 35%;
  max-width: 150px;
  margin-right: 1em;
}
@media (max-width: 781px) {
  .shoplogo {
    max-width: 100px;
  }
}

.shoptxt .hours {
  margin-bottom: 0;
  font-size: 0.9em;
}
.shoptxt .area {
  margin: 0;
  font-size: 0.9em;
}
.shoptxt .area span.floor {
  margin-right: 4px;
  padding: 2px 8px;
  background: #008E90;
  text-align: center;
  color: #fff;
}
.shoptxt .shopname {
  margin: 0;
  margin-top: 8px;
  font-size: 1.1em;
  font-weight: 600;
}
.shoptxt .detail {
  position: relative;
  padding-left: 1.8em;
  margin: 8px 0;
}
.shoptxt .detail::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: url(../img/icon_shoptel.svg) no-repeat;
  background-position: center;
  left: 6px;
  top: 12%;
}
.shoptxt .detail--site::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: url(../img/icon_site.svg) no-repeat;
  background-position: center;
  left: 6px;
  top: 12%;
}
.shoptxt .detail a {
  display: block;
  line-height: 1.4;
  text-decoration: none;
  color: #000;
  font-size: 0.9em;
  overflow-wrap: anywhere;
}/*# sourceMappingURL=tenposhop.css.map */