.goshuin__item-lists {
  width: 80%;
  margin: auto;
}
.goshuin__item-list {
  padding-bottom: clamp(3rem, 4.6875vw, 5.625rem);
}
.goshuin__item-list__image {
  aspect-ratio: 355/515;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.goshuin__item-list__name {
  margin: 0.5rem;
  font-size: var(--f24);
  font-weight: 700;
  text-align: center;
}
.goshuin__item-list__price {
  margin: 0.5rem;
  text-align: center;
}
.goshuin__item-list.-special .goshuin__item-list__image {
  aspect-ratio: auto;
}

@media screen and (min-width: 768px) {
  .goshuin__item-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .goshuin__item-list {
    width: 25.5%;
  }
  .goshuin__item-list.-special {
    width: 100%;
  }
  .goshuin__item-list.-special a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .goshuin__item-list.-special .goshuin__item-list__text {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}/*# sourceMappingURL=goshuin.css.map */