/* styles-tablet.css */
@media screen and (min-width: 600px) {
  /* タブレット用のスタイル */


/* SWELLの「もっと見る」ボタンをSWELLボタン風に */
  .is-style-more_btn .btn_text {
        min-width: 40%;
      }


/* ------------------------------------------------------------------- */
/* ------------------------------------------------------------------- */
/* シングルページ共通 */
.-sidebar-on .l-content {
  flex-wrap: nowrap;
}
/* ------------------------------------------------------------------- */
/* ------------------------------------------------------------------- */
/* 施工事例シングルページ */
.gallery-item {
  height: 150px;
}
.testimonial-quote {
  font-size: 16px;
}
.before-after-images {
  flex-direction: row;
}
.before-image, .after-image {
  width: 50%;
}
.gallery-grid {
  grid-template-columns: repeat(3, 1fr);
}
.voice-content {
  flex-direction: row;
  column-gap: 20px;
  }

/* ------------------------------------------------------------------- */
/* ------------------------------------------------------------------- */
/* お客様の声シングルページ */
.p-entry__thumb {
  height: 400px;
}

/* ------------------------------------------------------------------- */
/* ------------------------------------------------------------------- */
/* 東お家工房についてページ */

.about-feature .wp-block-media-text__content > h3 {
  font-size: 18px;
  margin-bottom: 1em;
}
.about-feature .wp-block-media-text__content > p {
  font-size: 14px;
}

/* ------------------------------------------------------------------- */
/* ------------------------------------------------------------------- */
/* 問い合わせページ */
.wpcf7 .form-required {
  font-size: 13px;
}
}

