@media screen and (max-width: 767px) {
  /* 共通パーツ No.9,10：5連ボタン */
  .oh-m-btn__link--madori::before,
  .oh-m-btn__link--reserve::before {
    display: none;
  }

  /* 共通パーツ No.8：お客様の声 */
  .oh-m-csvoice {
    position: relative;
    margin-bottom: 9.33vw;
    font-family: YakuHanMP, "Noto Serif JP", serif;
  }

  .oh-m-sec4 .oh-m-csvoice,
  .oh-m-footer .oh-m-csvoice {
    margin-bottom: 14.66vw;
  }

  .oh-m-csvoice__wrapper {
    box-sizing: border-box;
    border: 0.26vw solid rgb(36, 36, 29);
    border-top: none;
  }

  .oh-m-csvoice__slider_content {
    min-height: 84.53vw;
    padding: 4vw;
    background-color: #fff;
  }

  .oh-m-csvoice__slider_img {
    margin-bottom: 4vw;
  }

  .oh-m-csvoice__slider_text {
    line-height: 1.7;
    color: #000;
    font-size: 3.73vw;
  }

  .oh-m-csvoice__slider_text:not(:first-of-type) {
    margin-top: 3.2vw;
  }

  .oh-m-csvoice__slider_text_strong {
    color: #b78a00;
    font-weight: bold;
  }

  .oh-m-csvoice__slider_pagination {
    left: 0;
    right: 0;
    bottom: -6.66vw;
    display: flex;
    justify-content: center;
    gap: 2.66vw;
  }

  .oh-m-csvoice__slider_pagination .swiper-pagination-bullet {
    margin-left: 0;
    display: inline-block;
    width: 2.13vw;
    height: 2.13vw;
    opacity: 1;
  }

  .oh-m-csvoice__slider_pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background-color: rgb(200, 200, 200);
  }

  .oh-m-csvoice__slider_pagination .swiper-pagination-bullet-active {
    background-color: #000;
  }
}
