.plus1 {
  display: block;
  background-color: #fff;
  box-shadow: 0 1px 3px 0px rgb(212, 212, 212);
  display: grid;
  gap: 15px;
  grid-template-columns: 120px 1fr;
  margin: 30px 0;
  padding: 15px;
}
@media screen and (min-width: 640px) {
  .plus1 {
    max-width: 834px;
    margin-left: auto;
    margin-right: auto;
  }
}
.plus1__anchor {
  display: block;
  position: relative;
}
.plus1__img {
  height: 180px;
  width: 120px;
}
.plus1__img--dummy {
  left: 0;
  position: absolute;
  top: 0;
}
.plus1__data {
  font-size: 14px;
}
.plus1__date {
  font-weight: bold;
}
.plus1__shop-name {
  margin-top: 15px;
}
.plus1__girl-name {
  font-size: 18px;
  font-weight: bold;
}
.plus1__size {
  color: #999;
  font-size: 12px;
  margin-top: 15px;
}
.plus1__text {
  grid-area: 2/1/3/3;
}
.plus1__pr {
  font-size: 14px;
  line-height: 1.6;
}
.plus1__writer {
  color: #999;
  font-size: 12px;
  margin-top: 15px;
  text-align: right;
}
.plus1__writer span {
  margin-left: 5px;
}/*# sourceMappingURL=pickup.css.map */