.card__swiper-slide{
  width: 30% !important;
}

.swiper-wrap {
  width: 100% !important;
  margin: 0 0 20px !important;;
}

.card__swiper-wrapper {
  justify-content: space-between;
}

.card__swiper-slide {
  width: 250px !important;
}

.voice_flex {
  overflow: hidden;
  margin: 0;
  display: block;
  margin: 0 -20px;
  padding: 0 0 1em !important;
}

.card__swiper-container,
.card__swiper,
.card__swiper-wrapper,
.card__swiper-slide {
  position: relative;
}
.card__swiper-wrapper {
  display: flex;
}

/* 位置のreset */
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.card__swiper-container {
  width: 100%;
  overflow: hidden; /* 見切れ表示用に設定 */
}

.rep-wrap {
  margin: 0 auto 20px;
  box-sizing: border-box; /* ボックスサイズの制御 */
  width: auto;
}

.rep-plan {
  white-space: nowrap;
}

.rep-plan::after {
  display: none;
}

.rep-hallname {
  white-space: nowrap;
}

.rep-hallname::after {
  display: none;
}

.rep-text-sp {
  min-height: 72.06px;
}

@media (min-width: 768px) {
  .card__swiper-slide {
    width: 300px !important;
  }

  #plan04_voice{
    max-width: unset !important;
		width: unset !important;
	}

  .rep-right {
    min-height: 102.23px;
  }

  .inner-custom {
    margin-top: 0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}