.venue-item__picture-wrap {
  position: relative;
}
.venue-item__picture {
  width: 100%;
}

.venue-item__picture-title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: inline-flex;
  padding: 10px 30px 0 0;
  justify-content: center;
  align-items: center;
  background: #FFF;
  gap: 10px;
  margin: 0;

  color: #222;
  font-family: "YuMincho +36p Kana", "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 200% */
  letter-spacing: 0.7px;
}

.venue-item__text {
  margin: 25px 0 14px 0;
  color: #222;
  font-family: "YuMincho +36p Kana", "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 200% */
  letter-spacing: 0.6px;
}

.venue-item__other {
  background: #F5F5F5;
  padding: 17px;
  margin-bottom: 47px;
}

.venue-item__other-label {
  color: #9D9D9D;
  font-family: YuGothic, "Noto Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 260% */
}

.venue-item__other-value {
  color: #222;
  font-family: YuGothic, "Noto Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 260% */
}
