.store_list li {
  display: flex;
}
.store_list li > a {
  flex-grow: 1;
  overflow: hidden;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  color: #333333;
  transition: 0.3s all;
}
.store_list li > a:hover, .store_list li > a:active {
  text-decoration: none;
  color: #333333;
  transform: translateY(3px);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.store_list li > a:hover ._head ._img img, .store_list li > a:active ._head ._img img {
  transform: scale(1.1);
}
.store_list li > a ._head {
  position: relative;
}
.store_list li > a ._head ._label {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 5px;
  display: block;
  width: 100%;
}
.store_list li > a ._head ._label > span {
  border-radius: 3px;
  padding: 0.25ex 0.75ex;
  margin-right: 5px;
  color: #ffffff;
  line-height: 1.6;
  font-size: 80%;
}
.store_list li > a ._head ._img {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.store_list li > a ._head ._img img {
  transition: 0.5s all;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.store_list li > a ._body {
  flex-grow: 1;
  padding: 15px;
}
.store_list li > a ._body ._title {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px dotted #DDcccc;
  margin-bottom: 0.7ex;
  padding-bottom: 0.7ex;
  color: #663333;
  letter-spacing: 0.1ex;
}
.store_list li > a ._body ._content {
  display: table;
  line-height: 1.6;
}
.store_list li > a ._body ._content > div {
  display: table-row;
}
.store_list li > a ._body ._content > div > div {
  display: table-cell;
}
.store_list li > a ._body ._content > div > div:first-child {
  padding-right: 1em;
  box-sizing: border-box;
  white-space: nowrap;
  color: #774433;
  font-weight: 700;
}

/*# sourceMappingURL=store_list.css.map */
