@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ============================================================================================================
   CSS変数定義
   ============================================================================================================ */
:root {

  /* --------------------------------
     カラー設定
     -------------------------------- */
  --color-primary:       #122243; /* メインカラー（ネイビー） */
  --color-accent:        #ff9d00; /* アクセントカラー（オレンジ） */
  --color-accent-light:  #fff0d9; /* 薄いオレンジ */
  --color-primary-light: #f6f6f8; /* 薄いブルー */
  --color-text:          #333333; /* テキストカラー */
  --color-bg:            #ffffff; /* 背景色 */

  /* --------------------------------
     フォント設定
     -------------------------------- */
  --font-size-base:     20px; /* ベースフォントサイズ（PC） */
  --font-size-base-tab: 18px; /* ベースフォントサイズ（タブレット） */
  --font-size-base-sp:  16px; /* ベースフォントサイズ（スマホ） */

  /* --------------------------------
     見出しフォントサイズ（PC：960px以上）
     -------------------------------- */
  --h2-size-pc: 30px;
  --h3-size-pc: 24px;

  /* --------------------------------
     見出しフォントサイズ（タブレット：600px〜959px）
     -------------------------------- */
  --h2-size-tab: 30px;
  --h3-size-tab: 25px;

  /* --------------------------------
     見出しフォントサイズ（スマホ：600px未満）
     -------------------------------- */
  --h2-size-sp: 22px;
  --h3-size-sp: 18px;

  /* --------------------------------
     ボーダー設定
     -------------------------------- */
  --border-width:  5px;
  --border-radius: 4px;
}


/* ============================================================================================================
   ヘッダー：上段レイアウト
   ============================================================================================================ */
.l-header__inner {
  background-color: var(--color-bg);
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 960px) {
  .-parallel-bottom .l-header__logo {
    text-align: left;
    width: auto;
    margin: 0 0 0 10px;
    flex-shrink: 0;
  }

  .l-header.-parallel .w-header {
    width: 55%;
  }

  .l-header-parallel .-parallel-bottom .w-header {
    width: auto;
    justify-content: flex-end;
    margin-left: auto;
    flex-shrink: 0;
  }

  .l-header__gnav {
    width: 100%;
    order: 3;
  }
}

/* ================================================
   ヘッダー：ナビゲーション
   ================================================ */
.l-header__gnav {
  background-color: var(--color-primary);
}

.l-header__gnav .c-gnav {
  width: 100%;
  justify-content: space-between;
}

.l-header__gnav .c-gnav > li {
  flex: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.l-header__gnav .c-gnav > li:not(:first-child) {
  border-left: none;
}

.l-header__gnav .c-gnav > li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.l-header__gnav .c-gnav > li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.l-header__gnav .c-gnav .ttl {
  font-size: clamp(14px, 1.5vw, 17px) !important;
  color: #ffffff;
}

/* ================================================
   ヘッダー：情報エリア（営業時間・電話・LINE）
   ================================================ */
.header-info {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
}

.header-info__schedule {
  display: flex;
  gap: clamp(8px, 1vw, 16px);
  margin-right: clamp(16px, 3vw, 81px);
  flex-shrink: 0;
}

.header-info__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 16px;
  flex-shrink: 0;
}

.header-info__item {
  display: flex;
  flex-direction: column;
  font-size: clamp(11px, 1vw, 15px);
  line-height: 1.6;
  color: var(--color-text);
}

.header-info__label {
  color: var(--color-primary);
}

.header-info__note {
  font-size: clamp(9px, 0.8vw, 10px);
  color: var(--color-text);
}

.header-info__tel-label {
  font-size: clamp(11px, 1vw, 15px);
  font-weight: 600;
  margin-right: 34px;
  margin-bottom: -10px;
  color: var(--color-primary);
}

.header-info__tel-number {
  font-size: clamp(18px, 1.8vw, 28px);
  font-weight: 700;
  color: var(--color-primary);
  text-decoration: none;
  letter-spacing: 0.05em;
}

.header-info__tel-number:hover {
  opacity: 0.8;
}

/* --------------------------------
   ヘッダー：電話アイコン（画像）
   -------------------------------- */
.header-info__tel-icon {
  height: clamp(28px, 2.5vw, 40px);
  width: auto;
  margin-bottom: 21px;
  color: var(--color-primary);
  vertical-align: middle;
}

/* --------------------------------
   ヘッダー：LINEボタン（画像）
   -------------------------------- */
.header-info__line-btn {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  flex-shrink: 0;
}

.header-info__line-img {
  height: clamp(60px, 6.5vw, 94px);
  width: auto;
}

.header-info__line-btn:hover {
  opacity: 0.8;
  background-color: transparent;
}


/* ============================================================================================================
   フッター：共通設定
   ============================================================================================================ */
.l-footer .l-container.w-footer.-col3 {
  display: flex;
  align-items: flex-start;
}

.l-footer .w-footer__box {
  flex: 1.3;
  padding: 0;
  min-width: 0;
}

.l-footer .w-footer__box:nth-child(1) {
  flex: 1.2;
}

/* ================================================
   フッター：1カラム目（ロゴ・住所）
   ================================================ */
.footer-logo img {
  width: 60%;
  height: auto;
  margin-bottom: 20px;
  display: block;
}

.footer-address p {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  margin: 0;
}

.footer-address a {
  color: #333333;
  text-decoration: none;
}

.footer-address a:hover {
  color: #1a1a2e;
  text-decoration: underline;
}

/* ================================================
   フッター：2カラム目（営業時間・定休日）
   ================================================ */
.footer-col-info p {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  margin: 0 0 4px 0;
}

.footer-col-info strong {
  display: block;
  font-weight: bold;
  color: #1a1a2e;
  margin-top: 16px;
  margin-bottom: 4px;
}

.footer-col-info p:first-child strong {
  margin-top: 0;
}

.footer-col-info .footer-note {
  font-size: 13px;
  color: #666666;
  padding-left: 1em;
  text-indent: -1em;
}

/* ================================================
   フッター：3カラム目（サイトマップ）
   ================================================ */

/* ウィジェットタイトル */
.l-footer .w-footer__box .c-widget__title {
  font-size: 26px;
  font-weight: bold;
  color: #1a1a2e;
  margin: 0 0 20px -45px;
  padding: 0;
  border: none;
  background: none;
  line-height: 1.3;
}

.c-widget__title.-footer::before,
.c-widget__title.-footer::after {
  display: none;
}

/* メニューリスト */
.l-footer .w-footer__box .widget_nav_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(6, auto);
  grid-auto-flow: column;
  gap: 10px 40px;
  position: relative;
}

.c-listMenu a::before {
  left: -22px;
}

.p-spMenu .c-listMenu a::before {
  left: 0;
}

/* 各項目リセット */
.l-footer .w-footer__box .widget_nav_menu li {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

/* リンク */
.l-footer .w-footer__box .widget_nav_menu li a {
  font-size: 16px;
  color: #333333;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 0;
  background: none;
  border: none;
  transition: color 0.2s ease;
}

.l-footer .w-footer__box .widget_nav_menu li a:hover {
  color: #1a3a8f;
  background: none;
}

/* 「・」先頭マーク */
.l-footer .w-footer__box .widget_nav_menu li a::before {
  content: "・";
  color: #1a1a2e;
  flex-shrink: 0;
}

/* SWELLデフォルトの矢印・右側疑似要素を非表示 */
.l-footer .w-footer__box .widget_nav_menu li a .c-arrow,
.l-footer .w-footer__box .widget_nav_menu li a::after {
  display: none;
}

/* 縦線：左端 */
.l-footer .w-footer__box .widget_nav_menu ul::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10%;
  transform: translateX(-50%);
  width: 1px;
  background-color: #cccccc;
}

/* 縦線：中央（2列の間） */
.l-footer .w-footer__box .widget_nav_menu ul::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 45%;
  transform: translateX(-50%);
  width: 1px;
  background-color: #cccccc;
}

/* ================================================
   フッター：下段（コピーライト）
   ================================================ */
.l-footer .copyright {
  font-size: 14px;
}

/* ------------------------------------------------
   フッター：PC・タブレット（960px以上）
   ------------------------------------------------ */
@media (min-width: 960px) {
  .l-footer .l-container.w-footer.-col3 {
    flex-direction: row;
    gap: 0;
    padding: 0 40px;
  }

  .l-footer .w-footer__box:nth-child(1) {
    flex: 1.3;
  }

  .l-footer .w-footer__box:nth-child(3) {
    flex: 1;
  }
}

/* ------------------------------------------------
   フッター：スマホ（599px以下）
   ------------------------------------------------ */
@media (max-width: 599px) {
  .l-footer .l-container.w-footer.-col3 {
    flex-direction: column;
    padding: 0 16px;
    gap: 24px;
  }

  .l-footer .w-footer__box,
  .l-footer .w-footer__box:nth-child(1),
  .l-footer .w-footer__box:nth-child(3) {
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  /* サイトマップを1列に */
  .l-footer .w-footer__box .widget_nav_menu ul {
    grid-template-columns: 1fr;
  }

  /* 縦線を非表示 */
  .l-footer .w-footer__box .widget_nav_menu ul::before,
  .l-footer .w-footer__box .widget_nav_menu ul::after {
    display: none;
  }

  .footer-col-info p,
  .footer-address p,
  .l-footer .w-footer__box .widget_nav_menu li a {
    font-size: 12px;
  }

  .l-footer .l-footer__widgetArea {
    padding: 32px 0;
  }
}


/* ============================================================================================================
   固定フッター
   ============================================================================================================ */
.fixed-footer-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  background-color: #ffffff;
  border-top: 1px solid #dddddd;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
}

.fixed-footer-bar__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 4px;
  color: #333333;
  text-decoration: none;
  font-size: 10px;
  gap: 2px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.fixed-footer-bar__icon {
  font-size: 36px;
  line-height: 1;
}

.fixed-footer-bar__icon img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.fixed-footer-bar__item:first-child .fixed-footer-bar__icon img {
  width: 22px;
  height: 22px;
}

.fixed-footer-bar__label {
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
}

.fixed-footer-bar__item:hover {
  color: var(--color-primary);
}

/* PC表示では非表示 */
@media (min-width: 960px) {
  .fixed-footer-bar {
    display: none;
  }
}

/* フッターの下余白（固定フッター分） */
@media (max-width: 959px) {
  .l-footer {
    padding-bottom: 60px;
  }
}

/* ハンバーガーメニューを非表示 */
@media (max-width: 959px) {
  div.l-header__menuBtn.sp_,
  div.l-header__menuBtn.sp_ button {
    display: none;
  }

  .l-header__menuBtn.sp_ {
    visibility: hidden;
  }

  .l-header__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ============================================================================================================
   サイドバー
   ============================================================================================================ */

/* --------------------------------
   1番目：LINEボタン画像
   -------------------------------- */
.l-sidebar .c-widget:nth-child(1) img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--border-radius);
}

.l-sidebar .c-widget:nth-child(1):hover {
  opacity: 0.8;
}

/* --------------------------------
   メニュータイトル
   -------------------------------- */
.l-sidebar .c-widget__title {
  background-color: var(--color-primary);
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  border: none;
}

.l-sidebar .c-widget__title::before,
.l-sidebar .c-widget__title::after {
  display: none;
}

/* --------------------------------
   メニュー項目（区切り線・右矢印）
   -------------------------------- */
.l-sidebar .widget_nav_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.l-sidebar .widget_nav_menu li {
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
}

.l-sidebar .widget_nav_menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 8px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  transition: background-color 0.2s ease;
}

.l-sidebar .widget_nav_menu li a:hover {
  background-color: var(--color-primary-light);
}

/* 右矢印 */
.l-sidebar .widget_nav_menu li a::after {
  content: ">";
  font-size: 28px;
  color: var(--color-primary);
  flex-shrink: 0;
}

/* SWELLデフォルトアイコンを非表示 */
.l-sidebar .widget_nav_menu li a .c-arrow,
.l-sidebar .widget_nav_menu li a::before {
  display: none;
}

/* --------------------------------
   3〜5番目：SNS画像
   -------------------------------- */
.l-sidebar .c-widget:nth-child(3) img,
.l-sidebar .c-widget:nth-child(4) img,
.l-sidebar .c-widget:nth-child(5) img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--border-radius);
  margin-bottom: 8px;
}


/* ============================================================================================================
   スマホ開閉メニュー
   ============================================================================================================ */

/* タイトル */
#sp_menu .c-widget__title {
  background-color: var(--color-primary);
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 22px;
  border: none;
}

#sp_menu .c-widget__title::before,
#sp_menu .c-widget__title::after {
  display: none;
}

/* メニュー項目 */
#sp_menu .c-listMenu li {
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
}

#sp_menu .c-listMenu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 8px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  transition: background-color 0.2s ease;
}

#sp_menu .c-listMenu li a:hover {
  background-color: var(--color-primary-light);
}

/* SWELLデフォルトアイコンを非表示 */
#sp_menu .c-listMenu li a::before {
  display: none;
}

/* 右矢印 */
#sp_menu .c-listMenu li a::after {
  content: ">";
  font-size: 28px;
  color: var(--color-primary);
  flex-shrink: 0;
}

/* メニュー下部エリア */
.p-spMenu__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1em;
}

/* LINEバナーを一番上に移動 */
.p-spMenu__bottom .c-widget:first-child {
  order: -1;
}

.p-spMenu__bottom img {
  width: 250px;
  height: auto;
}

.c-widget + .c-widget {
  margin-top: 1em;
}


/* ============================================================================================================
   共通デザイン
   ============================================================================================================ */

/* ================================================
   SWELLボタン
   ================================================ */
.post_content .is-style-btn_solid,
.post_content .is-style-btn-solid {
  --the-btn-radius: 20px;
}

/* ================================================
   テキスト
   ================================================ */
p,
.wp-block-table td,
.wp-block-table th {
  font-size: var(--font-size-base);
  font-family: ヒラギノ角ゴ Pro;
}

.wp-block-table td,
.wp-block-table th {
  font-weight: 300;
}

@media (min-width: 600px) {
  :root .has-text-align-left {
    text-align: center;
  }
}

/* ================================================
   H2見出し
   ================================================ */
.page-id-44 .post_content h2.is-style-section_ttl {
  font-size: var(--h2-size-pc);
  color: var(--color-primary);
  display: inline-block;
  border-bottom: none;
  padding-bottom: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* 文字に被さる下線 */
.page-id-44 .post_content h2.is-style-section_ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 11px;
  width: 100%;
  height: 8px;
  background-color: var(--color-accent);
  z-index: -1;
}

/* ================================================
   「Cycle Rescue 札幌をもっと知る」見出し
   ================================================ */
h2.know-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: var(--h2-size-pc);
  color: var(--color-primary);
  font-weight: 600;
  margin-bottom: 70px;
  border: none;
  padding: 0;
  background: none;
  position: static;
}

h2.know-title::before,
h2.know-title::after {
  position: static;
  content: "";
  display: block;
  width: 90px;
  height: 2px;
  background-color: var(--color-primary);
  flex-shrink: 0;
  bottom: auto;
  left: auto;
}

/* ================================================
   section6（ネイビー背景セクション）
   ================================================ */
.swell-block-fullWide.section6 {
  border-radius: 25px;
}

.swell-block-fullWide.section6 h2 {
  color: var(--color-bg);
  padding: 0;
  height: auto;
}

@media (min-width: 600px) {
  .swell-block-fullWide.section6 .swell-block-columns__inner {
    justify-content: center;
    gap: 110px;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}

@media (max-width: 599px) {
  .swell-block-fullWide.section6
    .swell-block-columns.hero-section__btns
    .swell-block-columns__inner {
    justify-content: center;
    gap: 0;
  }
}

/* ================================================
   ヒーローセクション：電話CTAボタン（オレンジ）
   ================================================ */
.hero-section__btns .swell-block-column.hero-section__tel {
  background-color: var(--color-accent);
  border-radius: 16px;
  padding: 7px 20px;
  margin-bottom: 41px;
  margin-top: 33px !important;
  flex: 0 0 auto;
  width: 280px;
  box-shadow: 5px 6px 5px rgba(0, 0, 0, 0.6);
}

.hero-tel-btn__top {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}

.hero-tel-btn__icon {
  height: 26px;
  width: auto;
  vertical-align: middle;
}

.hero-tel-btn__label {
  font-size: 12px;
  color: #ffffff;
  margin-left: 29px;
}

.hero-tel-btn__number {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2;
  margin-bottom: 6px;
}

.hero-tel-btn__info {
  font-size: 11px;
  color: #ffffff;
  margin: 0 0 0 31px;
}

.hero-tel-btn__number-wrap {
  display: flex;
  align-items: center;
  margin-top: -5px;
  gap: 5px;
}

/* ================================================
   ヒーローセクション：LINEボタン
   ================================================ */
.swell-block-column.hero-section__line {
  flex: 0 0 auto;
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swell-block-column.hero-section__line figure {
  margin: 0 -10px;
}

.swell-block-column.hero-section__line img {
  overflow: hidden;
}

.hero-section__note {
  font-size: 16px;
}

/* H2下線を非表示 */
.post_content .swell-block-fullWide.section6 h2.is-style-section_ttl::after {
  display: none;
}

/* ================================================
   サービスカードセクション（共通）
   ================================================ */
.service-cards .swell-block-columns__inner {
  flex-wrap: nowrap;
  gap: 24px;
  align-items: stretch;
}

.swell-block-column.service-card {
  min-height: 350px;
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: -8px;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: 40px 24px 24px;
  position: relative;
  overflow: hidden;
}

/* 暗いオーバーレイ */
.swell-block-column.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

/* --------------------------------
   背景画像（共通デフォルト）
   -------------------------------- */
.swell-block-column.service-card--inspection {
  background-image: url("https://cyclerescuesapporo.com/wp-content/uploads/2026/06/IMG_0221.jpg");
  background-size: cover;
  background-position: center;
}

/* 点検サービスページ */
.page-id-95 .swell-block-column.service-card--inspection {
  background-image: url("https://cyclerescuesapporo.com/wp-content/uploads/2026/06/IMG_03391.jpg");
}

/* パンク修理ページ */
.page-id-77 .swell-block-column.service-card--inspection {
  background-image: url("https://cyclerescuesapporo.com/wp-content/uploads/2026/06/IMG_02281.jpg");
}

/* その他ページ共通 */
.single .swell-block-column.service-card--inspection,
.page-id-120 .swell-block-column.service-card--inspection,
.page-id-134 .swell-block-column.service-card--inspection,
.page-id-166 .swell-block-column.service-card--inspection,
.page-id-151 .swell-block-column.service-card--inspection {
  background-image: url("https://cyclerescuesapporo.com/wp-content/uploads/2026/06/IMG_0221.jpg");
}

/* 修理料金ページ */
.page-id-115 .swell-block-column.service-card--inspection {
  background-image: url("https://cyclerescuesapporo.com/wp-content/uploads/2026/06/S__220987409_0-2.jpg");
}

/* 右カード（共通） */
.swell-block-column.service-card--flow {
  background-image: url("https://cyclerescuesapporo.com/wp-content/uploads/2026/06/S__220987409_0-2.jpg");
  background-size: cover;
  background-position: center;
}

/* 右カード（各ページ共通） */
.page-id-120 .swell-block-column.service-card--flow,
.page-id-134 .swell-block-column.service-card--flow,
.page-id-166 .swell-block-column.service-card--flow,
.page-id-95 .swell-block-column.service-card--flow,
.page-id-151 .swell-block-column.service-card--flow {
  background-image: url("https://cyclerescuesapporo.com/wp-content/uploads/2026/06/S__220987409_0-2.jpg");
}

/* 右カード（別画像） */
.page-id-120 .swell-block-column.service-card--flow,
.page-id-115 .swell-block-column.service-card--flow {
  background-image: url("https://cyclerescuesapporo.com/wp-content/uploads/2026/06/S__220987437_0.jpg");
}

/* カードタイトル（H3） */
.post_content .service-card .service-card__title {
  color: var(--color-bg);
  font-size: 33px;
  font-weight: 700;
  text-align: center;
  border: none;
  padding: 0;
  background: none;
  position: relative;
  z-index: 1;
  margin-top: 56px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ボタン */
.service-card__btn {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.service-card__btn .swell-block-button__link {
  font-size: 14px;
  font-weight: 700;
  padding: 8px 30px;
}

/* カード全体リンクエリア */
.service-card-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

/* ボタン・見出しをリンクの上に */
.service-card .service-card__title,
.service-card__btn {
  position: relative;
  z-index: 3;
}

/* ホバー時オーバーレイ */
.swell-block-column.service-card:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease;
}

/* ================================================
   ヘッダー下タイトルエリア
   ================================================ */
@media (min-width: 600px) {
  .l-topTitleArea {
    min-height: 129px;
  }
}

.l-topTitleArea.c-filterLayer::before,
.l-topTitleArea.c-filterLayer::after {
  display: none;
}

.l-topTitleArea__img {
  display: none;
}

.l-topTitleArea {
  background-color: #f6f6f8;
}

.l-topTitleArea h1.c-pageTitle {
  font-size: 35px;
  color: var(--color-text);
}

.l-topTitleArea h1.c-postTitle__ttl {
  font-size: 45px;
  color: var(--color-text);
}

.post_content
  h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
  color: var(--color-primary);
  font-size: var(--h2-size-pc);
  height: 47px;
  padding: 0 0 0 25px;
  margin-left: 0;
}


/* ============================================================================================================
   投稿ページ（お客さまの声：共通）
   ============================================================================================================ */

/* 年齢・性別 */
.single p.age-gender-label {
  font-size: 18px;
  color: var(--color-primary);
  font-weight: 700;
  padding-left: 22px;
}

/* 表 */
.single .post_content .wp-block-table table,
.single .post_content .wp-block-table th,
.single .post_content .wp-block-table td {
  border-color: var(--color-primary);
}

.single .wp-block-table th:first-child {
  border-bottom: 1px solid var(--color-bg);
}

.single .wp-block-table tbody tr:last-child th {
  border-bottom: 1px solid var(--color-primary);
}

.single .wp-block-table td,
.wp-block-table th {
  font-size: 18px;
}

.single .post_content .wp-block-table th {
  text-align: center;
}

/* お客様の声 H3見出し */
.single h3.voice-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  font-size: var(--h3-size-pc);
  color: var(--color-primary);
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 35px;
  border: none;
  padding: 0;
  position: static;
}

.single h3.voice-title::before {
  position: static;
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: var(--color-primary);
  flex-shrink: 0;
  bottom: auto;
  left: auto;
}

/* お客様の声 本文 */
.single .voice-card p {
  font-size: var(--font-size-base);
  padding-left: 48px;
  margin-bottom: 20px !important;
  z-index: 1;
}

.single .voice-card .voice-img img {
  max-width: 140%;
  z-index: 0;
}


/* ============================================================================================================
   トップページ（page-id-44）
   ============================================================================================================ */

.top #content {
    padding-top: 0em;
}

/* ================================================
   「こんな時は〜」セクション：H1見出し
   ================================================ */
.page-id-44 .post_content h1 {
  font-size: var(--h2-size-pc);
  color: var(--color-primary);
  position: relative;
  display: table;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.page-id-44 .post_content h1::after {
  content: "";
  position: absolute;
  left: 0;
  transform: none;
  bottom: 0;
  top: 32px;
  width: 100%;
  height: 10px;
  background: repeating-linear-gradient(
    -35deg,
    #f5a623 -3px,
    #f5a623 -1px,
    #ffffff 1px,
    #ffffff 4px
  );
  z-index: -1;
}

/* ================================================
   トラブルカード
   ================================================ */
.page-id-44 .trouble-card .swell-block-columns {
  gap: 16px;
}

.page-id-44 .trouble-card__item {
  box-shadow: 0 14px 15px rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--color-primary);
}

.page-id-44 .trouble-card__item .wp-block-image {
  margin: 0;
  padding: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.page-id-44 .trouble-card__item .wp-block-image img {
  width: 100%;
  height: 124%;
  object-fit: cover;
  display: block;
}

.page-id-44 .trouble-card__item p {
  color: var(--color-bg);
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  padding: 16px 12px;
  margin: 0;
}

/* ================================================
   ヒーローセクション
   ================================================ */
.post_content .hero-section h2.is-style-section_ttl::after {
  display: none;
}

.page-id-44 .hero-section__btns .swell-block-columns__inner {
  justify-content: center;
  gap: 110px;
  align-items: stretch;
  flex-wrap: nowrap;
}

.page-id-44 .hero-section__btns .swell-block-column.hero-section__tel {
  background-color: var(--color-accent);
  border-radius: 16px;
  padding: 7px 20px;
  margin-bottom: 41px;
  margin-top: 33px !important;
  flex: 0 0 auto;
  width: 280px;
  box-shadow: 5px 6px 5px rgba(0, 0, 0, 0.6);
}

.page-id-44 .hero-tel-btn__top {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}

.page-id-44 .hero-tel-btn__icon {
  height: 26px;
  width: auto;
  vertical-align: middle;
}

.page-id-44 .hero-tel-btn__label {
  font-size: 12px;
  color: #ffffff;
  margin-left: 29px;
}

.page-id-44 .hero-tel-btn__number {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2;
  margin-bottom: 6px;
}

.page-id-44 .hero-tel-btn__info {
  font-size: 11px;
  color: #ffffff;
  margin: 0 0 0 31px;
}

.page-id-44 .hero-tel-btn__number-wrap {
  display: flex;
  align-items: center;
  margin-top: -5px;
  gap: 5px;
}

.page-id-44 .swell-block-column.hero-section__line {
  flex: 0 0 auto;
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-id-44 .swell-block-column.hero-section__line figure {
  margin: 0 -10px;
}

.page-id-44 .swell-block-column.hero-section__line img {
  overflow: hidden;
}

.page-id-44 .hero-section__note {
  font-size: 16px;
}

/* ================================================
   対応可能な自転車の種類
   ================================================ */
@media (min-width:959px) {
.page-id-44 .swell-block-columns.bike-col .swell-block-columns__inner {
  max-width: 70%;
  margin: 0 auto;
 }
}
.page-id-44 .swell-block-column.bike-type-col {
  position: relative;
  padding: 24px;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--color-primary-light);
}

/* 円の見た目だけを内側に縮小 */
.page-id-44 .swell-block-column.bike-type-col::before {
  content: "";
  position: absolute;
  inset: 3%; /* 数値を大きくするほど円が小さく見える */
  border-radius: 50%;
  background-color: var(--color-primary-light);
  z-index: -1;
}

.page-id-44 .swell-block-column.bike-type-col {
  background-color: transparent;
}

.page-id-44 .swell-block-column.bike-type-col p.bike-type-title {
  font-size: 19px;
  color: var(--color-primary);
  font-weight: 600;
  margin-bottom: 5px
}

.page-id-44 .swell-block-column.bike-type-col .wp-block-image img {
	max-width: 85%;
}

/* ================================================
   出張対応エリア
   ================================================ */
.page-id-44 .wp-block-group.area-box {
  border-radius: 16px;
  background-color: var(--color-accent-light);
  padding: 40px;
  margin-bottom: 40px;
}

.page-id-44 .wp-block-group.area-box .area-box__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: var(--h3-size-pc);
  color: var(--color-primary);
  font-weight: 600;
  margin-bottom: 24px;
  border: none;
  padding: 0;
  background: none;
  position: static;
}

.page-id-44 .wp-block-group.area-box .area-box__title::before,
.page-id-44 .wp-block-group.area-box .area-box__title::after {
  position: static;
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: var(--color-primary);
  flex-shrink: 0;
  bottom: auto;
  left: auto;
}

.page-id-44 .wp-block-group.area-box .swell-block-columns__inner {
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.page-id-44 .wp-block-group.area-box .swell-block-column {
  flex: 0 0 calc(20% - 12px);
  max-width: 135px;
  background-color: var(--color-primary);
  border-radius: 20px;
  padding: 10px 16px;
  text-align: center;
  box-shadow: 5px 6px 5px rgba(0, 0, 0, 0.5);
}

.page-id-44 .wp-block-group.area-box .swell-block-column p {
  color: var(--color-bg);
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

/* ================================================
   section6（ネイビー背景）
   ================================================ */
.page-id-44 .post_content .section6 h2.is-style-section_ttl {
  color: var(--color-bg);
}

.page-id-44 .post_content .section6 h2.is-style-section_ttl::after {
  display: none;
}

.page-id-44 .post_content .swell-block-fullWide.section6 {
  border-radius: 0;
}

/* ================================================
   出張修理の流れ
   ================================================ */
.page-id-44 .flow-section__row .swell-block-columns__inner {
  justify-content: center;
  gap: 16px;
  flex-wrap: nowrap;
  align-items: stretch;
}

.page-id-44 .flow-section__row--2col .swell-block-columns__inner {
  justify-content: center;
  max-width: 70%;
  margin: 0 auto;
}

.page-id-44 .swell-block-column.flow-card {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
  padding: 0 0 22px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.page-id-44 .swell-block-column.flow-card img {
  width: 100%;
  height: 283px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
  margin-bottom: 12px;
}

.page-id-44 .flow-card__badge {
  display: inline-block;
  background-color: var(--color-accent);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  margin: 0 0 8px 16px;
}

.page-id-44 p.flow-card__badge {
  width: fit-content;
}

.page-id-44 .flow-card__title {
  color: var(--color-primary);
  font-size: 24px;
  font-weight: 700;
  padding: 0 16px;
  margin-bottom: 8px;
  border: none;
  background: none;
}

.page-id-44 .flow-card__text {
  color: var(--color-text);
  font-size: 18px;
  line-height: 1.8;
  padding: 0 16px;
  margin: 0;
}

.page-id-44 .swell-block-column.flow-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  align-self: stretch;
}

.page-id-44 .swell-block-column.flow-arrow img {
  width: 40px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ================================================
   お客様の声
   ================================================ */
.page-id-44 .voice-section .swell-block-columns__inner {
  justify-content: center;
  gap: 13px;
  flex-wrap: nowrap;
  align-items: stretch;
}

.page-id-44 .swell-block-columns.voice-card {
  background-color: var(--color-bg);
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
  padding: 24px 15px 24px 0px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-id-44 .swell-block-column.voice-card .swell-block-columns__inner {
  flex-wrap: nowrap;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
}

.page-id-44 .swell-block-column.voice-card__img {
  flex: 0 0 auto;
}

.page-id-44 .swell-block-column.voice-card__img img {
  width: 130%;
  max-width: 130%;
  height: auto;
}

.page-id-44 .swell-block-column.voice-card__body {
  flex: 1;
}

.page-id-44 .voice-card__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
  border: none;
  padding: 0;
  background: none;
}

.page-id-44 .voice-card__text {
  color: var(--color-text);
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 16px;
}

.page-id-44 .voice-card__author {
  color: var(--color-text);
  font-size: 18px;
  text-align: right;
  margin: 0;
  margin-top: auto;
}

@media (max-width: 599px) {
  .page-id-44 .voice-section .swell-block-columns__inner {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .page-id-44 .swell-block-column.voice-card {
    width: 100%;
  }
}

/* ================================================
   プロフィール
   ================================================ */
.page-id-44 .post_content h2.profile-section__title {
  font-size: var(--h2-size-pc);
  color: var(--color-primary);
  border-left: solid var(--border-width) var(--color-heading-border);
  padding: var(--heading-padding-y) 0 var(--heading-padding-y)
    var(--heading-padding-left);
  margin-bottom: var(--heading-margin-bottom);
  display: inline-block;
  border-bottom: none;
  background: none;
  padding-left: 0 !important;
  margin-bottom: 28px;
  left: 0;
  transform: none;
  margin-left: clamp(-76px, -1vw, 0px);
}

.page-id-44 .profile-section__title::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 9px;
  width: 100%;
  height: 8px;
  background-color: var(--color-accent);
  z-index: -1;
}

.page-id-44 .profile-section__cols .swell-block-columns__inner {
  flex-wrap: nowrap;
  align-items: flex-start;
}

.page-id-44 .swell-block-column.profile-section__body {
  flex: 1;
}

.page-id-44
  .profile-section__body
  h3.profile-section__name:where(
    :not([class^="swell-block-"]):not(.faq_q):not(.p-postlist__title)
  ) {
  color: var(--color-primary);
  font-size: var(--h3-size-pc);
  font-weight: 700;
  margin-bottom: 16px;
  border: none;
  padding: 0;
  background: none;
}

.page-id-44 .swell-block-column.profile-section__img {
  flex: 0 0 auto;
}

.page-id-44 .swell-block-column.profile-section__img img {
  width: 100%;
  height: auto;
}

@media (max-width: 959px) {
  .page-id-44 .profile-section__cols .swell-block-columns__inner {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .page-id-44 .swell-block-column.profile-section__img {
    order: 1;
    width: 100%;
  }

  .page-id-44 .swell-block-column.profile-section__body {
    order: 2;
    width: 100%;
  }
}

/* ================================================
   section10（ネイビー背景）
   ================================================ */
.page-id-44 .post_content .section10 h2.is-style-section_ttl {
  color: var(--color-bg);
}

.page-id-44 .post_content .section10 h2.is-style-section_ttl::after {
  display: none;
}

/* ================================================
   点検おすすめセクション
   ================================================ */
.page-id-44 .Inspection-section__cols .swell-block-columns__inner {
  flex-wrap: nowrap;
  align-items: flex-start;
}

.page-id-44 .Inspection-section__body .swell-block-button__link {
  border-radius: 20px;
}

.page-id-44 .swell-block-column.Inspection-section__img {
  flex: 0 0 auto;
}

.page-id-44 .swell-block-column.Inspection-section__img img {
  width: 84%;
  height: auto;
}

@media (max-width: 959px) {
  .page-id-44 .Inspection-section__cols .swell-block-columns__inner {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .page-id-44 .swell-block-column.Inspection-section__img {
    order: 1;
    width: 100%;
  }
  .page-id-44 .swell-block-column.Inspection-section__img img {
    width: 100%;
    height: auto;
  }

  .page-id-44 .swell-block-column.Inspection-section__body {
    order: 2;
    width: 100%;
  }
}


/* ============================================================================================================
   点検サービスページ（page-id-95）
   ============================================================================================================ */

/* ================================================
   点検タイミングカード
   ================================================ */
.page-id-95 .trouble-card .swell-block-columns {
  gap: 16px;
}

.page-id-95 .trouble-card__item {
  box-shadow: 0 14px 15px rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--color-primary);
}

.page-id-95 .trouble-card__item p {
  font-size: 22px;
  font-weight: 600;
  color: var(--color-bg);
  margin-top: -10px;
  margin-bottom: 17px !important;
}

.page-id-95 .trouble-card__item .wp-block-image {
  margin: 0;
  padding: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.page-id-95 .trouble-card__item .wp-block-image img {
  width: 100%;
  height: 90%;
  object-fit: cover;
  display: block;
}

/* ================================================
   点検メリット
   ================================================ */
.page-id-95 h3.merit {
  font-size: var(--h3-size-pc);
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 24px;
  border: none;
  background: none;
  padding-left: 0;
  position: relative;
}

/* 破線 */
.page-id-95 h3.merit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: repeating-linear-gradient(
    90deg,
    var(--color-primary) 0px,
    var(--color-primary) 20px,
    transparent 20px,
    transparent 28px
  );
}

.page-id-95 .merit-list li {
  font-size: 20px;
}

.page-id-95 .merit-img img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center;
}

/* ================================================
   点検カードセクション
   ================================================ */
@media (min-width: 600px) {
  .page-id-95 .post_content div.wp-block-group.inspection-cards {
    padding: 20px 120px 10px;
  }

  .page-id-95 .inspection-cards__row .swell-block-columns__inner {
    flex-wrap: nowrap;
    gap: 24px;
    align-items: stretch;
  }
}

/* ブレーキ点検カード */
.page-id-95 .swell-block-column.brake-card {
  border-radius: 16px;
  padding: 40px;
  overflow: hidden;
  background:
    url("https://cyclerescuesapporo.com/wp-content/uploads/2026/06/ChatGPT-Image-2026年5月18日-11_02_42-Photoroom.png")
      center center / 90% no-repeat,
    #f6f6f8;
  background-blend-mode: luminosity;
}

/* タイヤ点検カード */
.page-id-95 .swell-block-column.tire-card {
  border-radius: 16px;
  padding: 40px;
  overflow: hidden;
  background:
    url("https://cyclerescuesapporo.com/wp-content/uploads/2026/06/45799-更新済み.png")
      center center / 90% no-repeat,
    #f6f6f8;
  background-blend-mode: luminosity;
}

/* その他点検カード */
.page-id-95 .swell-block-columns.other-card {
  border-radius: 16px;
  padding: 40px;
  overflow: hidden;
  margin-top: 24px;
  background:
    url("https://cyclerescuesapporo.com/wp-content/uploads/2026/06/26619-更新済み.png")
      center center / 30% no-repeat,
    #f6f6f8;
  background-blend-mode: luminosity;
}

/* カード見出し */
.page-id-95 .other-card .other-card__title {
  color: var(--color-primary);
  font-size: var(--h3-size-pc);
  font-weight: 700;
  margin-bottom: 20px;
  border: none;
  padding: 0;
  background: none;
}

.page-id-95 .inspection-card .inspection-card__title {
  color: var(--color-primary);
  font-size: var(--h3-size-pc);
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  border: none;
  padding: 0;
  background: none;
}

/* リストブロック */
.page-id-95 .inspection-card ul,
.page-id-95 .other-card ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: fit-content;
}

.page-id-95 .inspection-card ul li,
.page-id-95 .other-card ul li {
  font-size: 20px;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}

.page-id-95 .inspection-card ul li::before,
.page-id-95 .other-card ul li::before {
  content: "・";
  color: var(--color-primary);
}

@media (min-width: 600px) {
  .page-id-95 .other-card ul.other-card__rightlist {
    margin-top: 58px !important;
  }

  .page-id-95 .swell-block-columns.other-card .swell-block-columns__inner {
    gap: 24px;
    flex-wrap: nowrap;
  }
}

/* ================================================
   自転車点検の料金
   ================================================ */
.page-id-95 .price-cards .swell-block-columns__inner {
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  align-items: center;
}

.page-id-95 .swell-block-column.price-card {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 350px;
  position: relative;
  overflow: hidden;
}

/* 左カード（出張料・無料） */
.page-id-95 .swell-block-column.price-card--free {
  background:
    url("https://cyclerescuesapporo.com/wp-content/uploads/2026/06/white_icon.png")
      center center / 120% no-repeat,
    var(--color-accent-light);
  background-blend-mode: luminosity;
}

/* 右カード（料金） */
.page-id-95 .swell-block-column.price-card--price {
  background:
    url("https://cyclerescuesapporo.com/wp-content/uploads/2026/06/41158-更新済み-1.png")
      center center / 66% no-repeat,
    var(--color-primary-light);
  background-blend-mode: luminosity;
}

/* ラベルテキスト */
.page-id-95 p.price-card__label {
  font-size: 40px;
  font-weight: 600;
  margin: 0;
  position: relative;
  z-index: 1;
}

.page-id-95 .price-card--free p.price-card__label {
  color: var(--color-accent);
}

.page-id-95 .price-card--price p.price-card__label {
  color: var(--color-primary);
}

/* メイン数値テキスト */
.page-id-95 .price-card--free p.price-card__value,
.page-id-95 .price-card--price p.price-card__value {
  font-size: 59px;
  font-weight: 700;
  margin-bottom: 50px !important;
  position: relative;
  z-index: 1;
}

.page-id-95 .price-card--free p.price-card__value-free,
.page-id-95 .price-card--price p.price-card__value-free {
  font-size: 59px;
  font-weight: 700;
  margin-bottom: 50px !important;
  position: relative;
  z-index: 1;
}

.page-id-95 .price-card--free p.price-card__value,
.page-id-95 .price-card--free p.price-card__value-free {
  color: var(--color-accent);
}

.page-id-95 .price-card--price p.price-card__value {
  color: var(--color-primary);
}

/* ================================================
   出張対応エリア
   ================================================ */
.page-id-95 .wp-block-group.area-box {
  border-radius: 16px;
  background-color: var(--color-accent-light);
  padding: 50px 60px;
  margin-bottom: 40px;
}

.page-id-95 .wp-block-group.area-box .area-box__title {
  display: flex;
  gap: 16px;
  font-size: var(--h3-size-pc);
  color: var(--color-primary);
  font-weight: 600;
  margin-bottom: 24px;
  border: none;
  padding: 0;
  background: none;
  position: static;
}

.page-id-95 .wp-block-group.area-box .swell-block-columns__inner {
  flex-wrap: wrap;
  gap: 13px;
}

.page-id-95 .wp-block-group.area-box .swell-block-column {
  flex: 0 0 calc(20% - 12px);
  max-width: 135px;
  background-color: var(--color-primary);
  border-radius: 20px;
  padding: 10px 16px;
  text-align: center;
  box-shadow: 5px 6px 5px rgba(0, 0, 0, 0.5);
}

.page-id-95 .wp-block-group.area-box .swell-block-column p {
  color: var(--color-bg);
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

/* ================================================
   section6（ネイビー背景）
   ================================================ */
.page-id-95 .swell-block-fullWide.section6 {
  border-radius: 25px;
}

.page-id-95 .swell-block-fullWide.section6 h2 {
  color: var(--color-bg);
  padding: 0;
  height: auto;
}

@media (min-width: 600px) {
  .page-id-95 .hero-section__btns .swell-block-columns__inner {
    justify-content: center;
    gap: 110px;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}

.page-id-95 .hero-section__btns .swell-block-column.hero-section__tel {
  background-color: var(--color-accent);
  border-radius: 16px;
  padding: 7px 20px;
  margin-bottom: 41px;
  margin-top: 33px !important;
  flex: 0 0 auto;
  width: 280px;
  box-shadow: 5px 6px 5px rgba(0, 0, 0, 0.6);
}

.page-id-95 .hero-tel-btn__top {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}

.page-id-95 .hero-tel-btn__icon {
  height: 26px;
  width: auto;
  vertical-align: middle;
}

.page-id-95 .hero-tel-btn__label {
  font-size: 12px;
  color: #ffffff;
  margin-left: 29px;
}

.page-id-95 .hero-tel-btn__number {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2;
  margin-bottom: 6px;
}

.page-id-95 .hero-tel-btn__info {
  font-size: 11px;
  color: #ffffff;
  margin: 0 0 0 31px;
}

.page-id-95 .hero-tel-btn__number-wrap {
  display: flex;
  align-items: center;
  margin-top: -5px;
  gap: 5px;
}

.page-id-95 .swell-block-column.hero-section__line {
  flex: 0 0 auto;
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-id-95 .swell-block-column.hero-section__line figure {
  margin: 0 -10px;
}

.page-id-95 .swell-block-column.hero-section__line img {
  overflow: hidden;
}

.page-id-95 .hero-section__note {
  font-size: 16px;
}

.page-id-95 .post_content h2.is-style-section_ttl::after {
  display: none;
}

/* ================================================
   出張修理の流れ
   ================================================ */
@media (min-width: 960px) {
  .swell-block-fullWide.flow-section2 .swell-block-fullWide__inner {
    padding: 0;
  }

  .page-id-95 .swell-block-columns.flow-card2 .swell-block-columns__inner {
    flex-wrap: nowrap;
    gap: 0;
    align-items: stretch;
  }
}

.page-id-95 .swell-block-columns.flow-card2 {
  background-color: var(--color-bg);
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
  overflow: hidden;
}

/* 左カラム（画像） */
.page-id-95 .swell-block-column.flow-card2__img {
  flex: 0 0 auto;
  width: 40%;
  overflow: hidden;
}

.page-id-95 .swell-block-column.flow-card2__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 右カラム（テキスト） */
.page-id-95 .swell-block-column.flow-card2__body {
  flex: 1;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* STEPバッジ */
.page-id-95 p.flow-card2__badge {
  display: inline-block;
  width: fit-content;
  background-color: var(--color-accent);
  color: var(--color-bg);
  font-size: 13px;
  font-weight: 700;
  padding: 2px 12px;
  border-radius: 20px;
  margin: 0 0 12px 0;
}

/* カードタイトル */
.page-id-95 .flow-card2__body h3.flow-card2__title {
  font-size: var(--h3-size-pc);
  font-weight: 700;
  margin: 0 0 16px 0;
  border: none;
  padding: 0;
  background: none;
}

/* 本文テキスト */
.page-id-95 p.flow-card2__text {
  color: var(--color-text);
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
}

/* 矢印アイコン */
.page-id-95 figure.flow-card2__arrow {
  text-align: center;
  margin: 16px auto;
  width: 48px;
}

.page-id-95 figure.flow-card2__arrow img {
  width: 48px;
  max-width: 200%;
  height: auto;
  margin: 0 auto;
  display: block;
}

/* ================================================
   プロフィール
   ================================================ */
.page-id-95 .swell-block-fullWide.profile-section .swell-block-fullWide__inner {
  padding: 0;
}

.page-id-95 .post_content h2.profile-section__title {
  border-left: solid var(--border-width) var(--color-heading-border);
  padding: var(--heading-padding-y) 0 var(--heading-padding-y)
    var(--heading-padding-left);
  margin-bottom: var(--heading-margin-bottom);
  display: inline-block;
  border-bottom: none;
  background: none;
  padding-left: 0 !important;
  margin-bottom: 28px;
  margin-left: -20px;
}

.page-id-95 .profile-section__title::after {
  content: "";
  position: absolute;
  left: 51%;
  transform: translateX(-50%);
  bottom: 0;
  top: 34px;
  width: 98%;
  height: 10px;
  background: repeating-linear-gradient(
    -35deg,
    #f5a623 -3px,
    #f5a623 -1px,
    #ffffff 1px,
    #ffffff 4px
  );
  z-index: -1;
}

@media (min-width: 960px) {
  .page-id-95 .profile-section__cols .swell-block-columns__inner {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}

.page-id-95 .swell-block-column.profile-section__body {
  flex: 1;
}

.page-id-95
  h3.profile-section__name:where(
    :not([class^="swell-block-"]):not(.faq_q):not(.p-postlist__title)
  ) {
  color: var(--color-primary);
  font-size: var(--h3-size-pc);
  font-weight: 700;
  margin-bottom: 16px;
  border: none;
  padding: 0;
  background: none;
  margin-top: 0;
}

.page-id-95 .swell-block-column.profile-section__img {
  flex: 0 0 auto;
}

.page-id-95 .swell-block-column.profile-section__img img {
  width: 100%;
  height: auto;
}


/* ============================================================================================================
   パンク修理ページ（page-id-77）
   ============================================================================================================ */

/* ================================================
   ヘッダー下タイトルエリア
   ================================================ */
.page-id-77 .l-topTitleArea.c-filterLayer::before,
.page-id-77 .l-topTitleArea.c-filterLayer::after {
  display: none;
}

.page-id-77 .l-topTitleArea__img {
  display: none;
}

.page-id-77 .l-topTitleArea {
  background-color: #f6f6f8;
}

.page-id-77 .l-topTitleArea h1.c-pageTitle {
  font-size: clamp(26px, 4vw, 35px);
  color: var(--color-text);
}

.page-id-77
  .post_content
  h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
  color: var(--color-primary);
  font-size: var(--h2-size-pc);
  height: auto;
  padding: 0 0 0 28px;
}

/* ================================================
   出張対応エリア
   ================================================ */
.page-id-77 .wp-block-group.area-box {
  border-radius: 16px;
  background-color: var(--color-accent-light);
  padding: clamp(20px, 4vw, 50px) clamp(20px, 5vw, 60px);
  margin-bottom: 40px;
}

.page-id-77 .wp-block-group.area-box .area-box__title {
  display: flex;
  gap: 16px;
  font-size: var(--h3-size-pc);
  color: var(--color-primary);
  font-weight: 600;
  margin-bottom: 24px;
  border: none;
  padding: 0;
  background: none;
  position: static;
}

.page-id-77 .wp-block-group.area-box .swell-block-columns__inner {
  flex-wrap: wrap;
  gap: 13px;
}

.page-id-77 .wp-block-group.area-box .swell-block-column {
  flex: 0 0 calc(20% - 12px);
  max-width: 135px;
  background-color: var(--color-primary);
  border-radius: 20px;
  padding: 10px 16px;
  text-align: center;
  box-shadow: 5px 6px 5px rgba(0, 0, 0, 0.5);
}

.page-id-77 .wp-block-group.area-box .swell-block-column p {
  color: var(--color-bg);
  margin: 0;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 500;
}

/* ================================================
   section6（ネイビー背景）
   ================================================ */
.page-id-77 .swell-block-fullWide.section6 {
  border-radius: 25px;
}

.page-id-77 .swell-block-fullWide.section6 h2 {
  color: var(--color-bg);
  padding: 0;
  height: auto;
}

.page-id-77 .hero-section__btns .swell-block-columns__inner {
  justify-content: center;
  gap: clamp(24px, 8vw, 110px);
  align-items: stretch;
  flex-wrap: wrap;
}

.page-id-77 .hero-section__btns .swell-block-column.hero-section__tel {
  background-color: var(--color-accent);
  border-radius: 16px;
  padding: 7px 20px;
  margin-bottom: 41px;
  margin-top: 33px;
  flex: 0 0 auto;
  width: clamp(240px, 70%, 280px);
  box-shadow: 5px 6px 5px rgba(0, 0, 0, 0.6);
}

.page-id-77 .hero-tel-btn__top {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}

.page-id-77 .hero-tel-btn__icon {
  height: 26px;
  width: auto;
  vertical-align: middle;
}

.page-id-77 .hero-tel-btn__label {
  font-size: 12px;
  color: #ffffff;
  margin-left: 29px;
}

.page-id-77 .hero-tel-btn__number {
  display: block;
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2;
  margin-bottom: 6px;
}

.page-id-77 .hero-tel-btn__info {
  font-size: 11px;
  color: #ffffff;
  margin: 0 0 0 31px;
}

.page-id-77 .hero-tel-btn__number-wrap {
  display: flex;
  align-items: center;
  margin-top: -5px;
  gap: 5px;
}

.page-id-77 .swell-block-column.hero-section__line {
  flex: 0 0 auto;
  width: clamp(240px, 70%, 280px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-id-77 .swell-block-column.hero-section__line figure {
  margin: 0 -10px;
}

.page-id-77 .swell-block-column.hero-section__line img {
  overflow: hidden;
}

.page-id-77 .hero-section__note {
  font-size: clamp(14px, 1.5vw, 16px);
}

.page-id-77 .post_content h2.is-style-section_ttl::after {
  display: none;
}

/* ================================================
   出張修理の流れ
   ================================================ */
@media (min-width: 960px) {
  .swell-block-fullWide.flow-section2 .swell-block-fullWide__inner {
    padding: 0;
  }
}

.page-id-77 .swell-block-columns.flow-card2 {
  background-color: var(--color-bg);
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
  overflow: hidden;
}

.page-id-77 .swell-block-columns.flow-card2 .swell-block-columns__inner {
  flex-wrap: wrap;
  gap: 0;
  align-items: stretch;
}

.page-id-77 .swell-block-column.flow-card2__img {
  flex: 0 0 auto;
  width: 40%;
  min-width: 200px;
  overflow: hidden;
}

.page-id-77 .swell-block-column.flow-card2__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-id-77 .swell-block-column.flow-card2__body {
  flex: 1;
  min-width: 200px;
  padding: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-id-77 p.flow-card2__badge {
  display: inline-block;
  width: fit-content;
  background-color: var(--color-accent);
  color: var(--color-bg);
  font-size: 14px;
  font-weight: 700;
  padding: 2px 12px;
  border-radius: 20px;
  margin: 0 0 12px 0;
}

.page-id-77 .flow-card2__body h3.flow-card2__title {
  font-size: var(--h3-size-pc);
  font-weight: 700;
  margin: 0 0 16px 0;
  border: none;
  padding: 0;
  background: none;
}

.page-id-77 p.flow-card2__text {
  color: var(--color-text);
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.8;
  margin: 0;
}

.page-id-77 figure.flow-card2__arrow {
  text-align: center;
  margin: 16px auto;
  width: 48px;
}

.page-id-77 figure.flow-card2__arrow img {
  width: 48px;
  max-width: 200%;
  height: auto;
  margin: 0 auto;
  display: block;
}

/* ================================================
   理由セクション
   ================================================ */
.page-id-77 .swell-block-columns.reason-section .swell-block-columns__inner {
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
}

.page-id-77 .swell-block-column.reason-badge {
  flex: 0 0 auto;
  width: 64px;
}

.page-id-77 p.reason-badge__text {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: var(--color-accent);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--color-bg);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 0;
}

.page-id-77 .swell-block-column.reason-content {
  flex: 1;
  min-width: 200px;
}

.page-id-77 .reason-content .reason__title {
  color: var(--color-primary);
  font-size: var(--h3-size-pc);
  font-weight: 700;
  margin-top: 20px !important;
  margin-bottom: 16px;
  border: none;
  padding: 0;
  background: none;
}

.page-id-77 .reason-content p.reason__text {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.page-id-77 .reason-content img {
  width: 100%;
  height: auto;
  display: block;
}

.page-id-77 .reason-img img {
  width: 100%;
  height: clamp(200px, 30vw, 340px);
  object-fit: cover;
  object-position: center;
}

/* ================================================
   プロフィール
   ================================================ */
.page-id-77 .swell-block-fullWide.profile-section .swell-block-fullWide__inner {
  padding: 0;
}

.page-id-77 .post_content h2.profile-section__title {
  border-left: solid var(--border-width) var(--color-heading-border);
  padding: var(--heading-padding-y) 0 var(--heading-padding-y)
    var(--heading-padding-left);
  margin-bottom: var(--heading-margin-bottom);
  display: inline-block;
  border-bottom: none;
  background: none;
  padding-left: 0;
  margin-bottom: 28px;
  margin-left: 0;
}

.page-id-77 .profile-section__title::after {
  content: "";
  position: absolute;
  left: 51%;
  transform: translateX(-50%);
  bottom: 0;
  top: 34px;
  width: 98%;
  height: 10px;
  background: repeating-linear-gradient(
    -35deg,
    #f5a623 -3px,
    #f5a623 -1px,
    #ffffff 1px,
    #ffffff 4px
  );
  z-index: -1;
}

.page-id-77 .profile-section__cols .swell-block-columns__inner {
  flex-wrap: wrap;
  align-items: flex-start;
}

.page-id-77 .swell-block-column.profile-section__body {
  flex: 1;
  min-width: 200px;
}

.page-id-77
  .profile-section__body
  h3.profile-section__name:where(
    :not([class^="swell-block-"]):not(.faq_q):not(.p-postlist__title)
  ) {
  color: var(--color-primary);
  font-size: var(--h3-size-pc);
  font-weight: 700;
  margin-bottom: 16px;
  border: none;
  padding: 0;
  background: none;
}

.page-id-77 .swell-block-column.profile-section__img {
  flex: 0 0 auto;
}

.page-id-77 .swell-block-column.profile-section__img img {
  width: 100%;
  height: auto;
}

/* ================================================
   パンク修理料金の表
   ================================================ */
.page-id-77 .post_content .wp-block-table table,
.page-id-77 .post_content .wp-block-table th,
.page-id-77 .post_content .wp-block-table td {
  border-color: var(--color-primary);
}

/* ================================================
   ステップブロック
   ================================================ */
.page-id-77 .step-block .swell-block-columns {
  align-items: flex-start;
  gap: 0;
  position: relative;
}

.page-id-77 .step-block .swell-block-columns__inner,
.page-id-77 .step-block--reverse .swell-block-columns__inner {
  justify-content: end;
  flex-wrap: wrap;
}

.page-id-77 .step-block__text {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
  padding: 40px 110px 40px 20px;
  position: relative;
  min-height: 270px;
  z-index: 1;
}

.page-id-77 .step-block__text2 {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
  padding: 40px 20px 40px 110px;
  position: relative;
  z-index: 1;
}

.page-id-77 .step-block__number {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: bold;
  color: #1a1a2e;
  margin: 0 0 8px 0;
  letter-spacing: 0.05em;
}

.page-id-77 .step-block__number::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #1a1a2e;
}

.page-id-77 .post_content h3.step-block__title {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: bold;
  line-height: 1.6;
  color: #1a1a2e;
  margin: 0 0 16px 0;
}

.page-id-77 .step-block__title .accent-text,
.page-id-77 .step-block__title strong {
  color: #f5a623;
}

.page-id-77 .step-block__desc {
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 1.8;
  margin: 0;
}

/* PC表示のみ：画像の重なりレイアウト */
@media (min-width: 600px) {
  .page-id-77 .step-block__img {
    position: relative;
    z-index: 2;
    margin-left: -8%;
    margin-top: 0;
    transform: translateY(60px);
  }

  .page-id-77 .step-block--reverse .step-block__text {
    padding: 40px 40px 40px 80px;
  }

  .page-id-77 .step-block--reverse .step-block__img {
    margin-top: 0;
    margin-right: -10%;
  }
}

.page-id-77 .step-block__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
}

/* ================================================
   サービスカード（page-id-77用）
   ================================================ */
.service-cards .swell-block-columns__inner {
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}

.swell-block-column.service-card {
  min-height: 350px;
  min-width: 280px;
  flex: 1;
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: -8px;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: 40px 24px 24px;
  position: relative;
  overflow: hidden;
}

.swell-block-column.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.swell-block-column.service-card--inspection {
  background-image: url("https://cyclerescuesapporo.com/wp-content/uploads/2026/06/IMG_02281.jpg");
  background-size: cover;
  background-position: center;
}

.swell-block-column.service-card--flow {
  background-image: url("https://cyclerescuesapporo.com/wp-content/uploads/2026/06/S__220987409_0-2.jpg");
  background-size: cover;
  background-position: center;
}

.post_content .service-card .service-card__title {
  color: var(--color-bg);
  font-size: clamp(28px, 3.5vw, 33px);
  font-weight: 700;
  text-align: center;
  border: none;
  padding: 0;
  background: none;
  position: relative;
  z-index: 1;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card__btn {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.service-card__btn .swell-block-button__link {
  font-size: 14px;
  font-weight: 700;
}

.service-card-link {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.service-card .service-card__title,
.service-card__btn {
  position: relative;
  z-index: 3;
}

.swell-block-column.service-card:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease;
}


/* ============================================================================================================
   修理料金ページ（page-id-115）
   ============================================================================================================ */
.page-id-115 .swell-block-linkList .swell-block-linkList__item {
  width: 75%;
  margin-bottom: 15px;
}

.page-id-115 .swell-block-linkList.is-style-button .swell-block-linkList__link {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.page-id-115 .swell-block-linkList__icon {
  font-size: 26px;
}

.page-id-115 .swell-block-linkList__text {
  font-size: 18px;
}

.page-id-115
  .swell-block-linkList.is-style-button
  .swell-block-linkList__link:hover {
  background-color: var(--color-primary);
  color: var(--color-bg);
}

/* 修理料金の表 */
.page-id-115 .post_content .wp-block-table table,
.page-id-115 .post_content .wp-block-table th,
.page-id-115 .post_content .wp-block-table td {
  border-color: var(--color-primary);
}

.page-id-115 .wp-block-table th:first-child {
  border-right: 1px solid var(--color-bg);
}


/* ============================================================================================================
   お客さまの声ページ（page-id-166）・修理料金ページ（page-id-115）共通
   ============================================================================================================ */
.page-id-166 .swell-block-linkList .swell-block-linkList__item,
.page-id-115 .swell-block-linkList .swell-block-linkList__item {
  width: 75%;
  margin-bottom: 17px;
}

.page-id-166 .swell-block-linkList.is-style-button .swell-block-linkList__link,
.page-id-115 .swell-block-linkList.is-style-button .swell-block-linkList__link {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.page-id-166 .swell-block-linkList__icon,
.page-id-115 .swell-block-linkList__icon {
  font-size: 32px;
}

.page-id-166 .swell-block-linkList__text,
.page-id-115 .swell-block-linkList__text {
  font-size: 18px;
}

.page-id-166 .swell-block-linkList__icon.-left,
.page-id-115 .swell-block-linkList__icon.-left {
  margin-left: 0;
}

.page-id-166
  .swell-block-linkList.is-style-button
  .swell-block-linkList__link:hover,
.page-id-115
  .swell-block-linkList.is-style-button
  .swell-block-linkList__link:hover {
  background-color: var(--color-primary);
  color: var(--color-bg);
}


/* ============================================================================================================
   出張修理の流れページ（page-id-120）
   ============================================================================================================ */
.page-id-120 .flow-img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.page-id-120 .cta-btns .swell-block-columns__inner {
  flex-wrap: nowrap;
  justify-content: center;
  gap: 50px;
}


/* ============================================================================================================
   代表プロフィールページ（page-id-151）
   ============================================================================================================ */
.page-id-151 .post_content .wp-block-table table,
.page-id-151 .post_content .wp-block-table th,
.page-id-151 .post_content .wp-block-table td {
  border-color: var(--color-primary);
}

.page-id-151 .wp-block-table th:first-child {
  border-bottom: 1px solid var(--color-bg);
}

.page-id-151 .wp-block-table tbody tr:last-child th {
  border-bottom: 1px solid var(--color-primary);
}

.page-id-151 .wp-block-table td,
.page-id-151 .wp-block-table th {
  font-size: 18px;
}

.page-id-151 .wp-block-table th {
  padding-right: 38px;
}

.page-id-151 .wp-block-image.profile-img img {
  width: 92%;
}

/* メッセージカード */
.page-id-151 .wp-block-group.message-card {
  background-color: #f6f6f8;
  border-radius: 16px;
  padding: 32px;
}

.page-id-151 .message-card .message-card__title {
  font-size: var(--h3-size-pc);
  font-weight: 700;
  margin-bottom: 20px;
  margin-left: 0;
  border: none;
  padding: 0;
  background: none;
  display: inline-block;
  border-bottom: 2px solid var(--color-primary);
  padding-bottom: 8px;
}

.page-id-151 p.message-card__text {
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
}


/* ============================================================================================================
   よくある質問ページ（page-id-134）
   ============================================================================================================ */
.page-id-134 .swell-block-faq__item {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 5px 6px 5px rgba(0, 0, 0, 0.4);
  padding: 24px 32px;
  margin-bottom: 90px;
}

/* Q部分 */
.page-id-134 .swell-block-faq__item h2.faq_q {
  font-size: var(--font-size-base);
  font-weight: 500;
  padding: 7px 50px;
  border: none;
  background: none;
  margin-bottom: 12px;
}

.page-id-134 .swell-block-faq__item h2.faq_q::before {
  color: var(--color-primary);
  font-size: 35px;
  font-weight: 500;
  box-shadow: none;
  line-height: 0;
  text-align: start;
}

/* A部分 */
.page-id-134 .swell-block-faq__item .faq_a {
  font-size: var(--font-size-base);
  padding: 7px 50px;
  border: none;
  background: none;
  margin-bottom: 12px;
}

.page-id-134 .swell-block-faq__item .faq_a::before {
  font-size: 35px;
  font-weight: 500;
  box-shadow: none;
  line-height: 0;
  text-align: start;
  margin-left: 2px;
}


/* ==========================================================================================================================================================================
   スマホ・タブレット共通（max-width: 959px）
   ========================================================================================================================================================================== */
@media screen and (max-width: 959px) {

  /* ================================================
     ヘッダーロゴ
     ================================================ */
  .top #content {
    padding-top: 2em;
  }

  /* 既存ロゴ画像を非表示 */
  .c-headLogo__img {
    display: none;
  }

  .l-header__logo {
    left: 51%;
  }

  .l-header__inner {
    padding-top: 9px;
    background-color: var(--color-primary);
  }

  /* スマホ用ロゴを疑似要素で表示 */
  .l-header__logo a::before {
    content: "";
    display: block;
    width: 129px;
    height: 40px;
    background-image: url("https://cyclerescuesapporo.com/wp-content/uploads/2026/06/ロゴ白.png");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .-img .c-headLogo__link {
    padding: 0;
  }

  .c-scrollHint {
    margin-top: 0;
  }

  .w-beforeFooter {
    margin: -4em auto 1em;
  }

  /* ================================================
     H1見出し
     ================================================ */
  .page-id-44 .post_content h1::after {
    width: 100%;
    top: 21px;
    height: 10px;
  }

  .page-id-44 .post_content h1::before {
    content: "";
    position: absolute;
    left: 49%;
    transform: translateX(-50%);
    width: 45%;
    top: 58px;
    height: 10px;
    background: repeating-linear-gradient(
      -35deg,
      #f5a623 -3px,
      #f5a623 -1px,
      #ffffff 1px,
      #ffffff 4px
    );
    z-index: -1;
  }

  /* ================================================
     フッター
     ================================================ */
  .footer-logo img {
    width: 60%;
  }

  .footer-address p,
  .footer-col-info p {
    font-size: 14px;
  }

  .l-footer .w-footer__box .widget_nav_menu ul {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(6, auto);
    grid-auto-flow: column;
    gap: 10px 0;
    width: 100%;
    margin-left: 22px;
  }

  .l-footer .w-footer__box .c-widget__title {
    margin-left: 0;
    font-size: 18px;
  }

  .l-footer .w-footer__box .widget_nav_menu ul a {
    font-size: 14px;
  }

  /* ================================================
     ヘッダー下タイトルエリア
     ================================================ */
  .l-topTitleArea h1.c-pageTitle,
  .l-topTitleArea h1.c-postTitle__ttl {
    font-size: 25px;
  }

  .l-topTitleArea {
    min-height: 100px;
  }

  .page-id-95 .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)),
  .page-id-77 .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)),
  .page-id-115 .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)),
  .page-id-120 .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)),
  .page-id-151 .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)),
  .page-id-166 .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)),
  .page-id-134 .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)),
  .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
    font-size: var(--h2-size-sp);
    padding-left: 12px;
  }

  /* ================================================
     ページトップボタン
     ================================================ */
  .p-fixBtnWrap {
    bottom: 5.25em;
  }

  /* ================================================
     「Cycle Rescue 札幌をもっと知る」見出し
     ================================================ */
  h2.know-title {
    text-align: center;
    padding-left: 0 !important;
    padding-right: 9px !important;
    gap: 8px;
  }

  h2.know-title::before,
  h2.know-title::after {
    width: 65px;
  }

  /* ================================================
     サービスカード
     ================================================ */
  .swell-block-columns.service-cards .swell-block-columns__inner {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .swell-block-column.service-card {
    min-width: 0;
    flex: 1;
    aspect-ratio: 1 / 1;
    min-height: 0;
    padding: 0px 12px;
  }

  .service-cards .swell-block-columns__inner {
    gap: 0;
  }

  .post_content .service-card .service-card__title {
    font-size: 17px;
  }

  .service-card__btn .swell-block-button__link {
    font-size: 11px;
    padding: 6px 12px;
  }

  /* ================================================
     トップページ（page-id-44）
     ================================================ */

  /* フォントサイズ */
  .page-id-44 .post_content h1 {
    font-size: var(--h2-size-sp);
  }

  p,
  .wp-block-table td,
  .wp-block-table th {
    font-size: var(--font-size-base-sp);
    font-family: ヒラギノ角ゴ Pro;
  }

  .page-id-44 .trouble-card__item p {
    font-size: var(--h2-size-sp);
  }

  .page-id-44 .hero-section__note {
    font-size: 13px;
  }

  /* H2見出し */
  .page-id-44 .post_content h2.is-style-section_ttl {
    font-size: var(--h2-size-sp);
    text-decoration: underline;
    text-decoration-color: var(--color-accent);
    text-underline-offset: -5px;
    text-decoration-thickness: 8px;
    left: 0;
    transform: none;
    display: block;
  }

  .page-id-44 .post_content h2.is-style-section_ttl::after {
    display: none;
  }

  .page-id-44
    .post_content
    .swell-block-fullWide.hero-section
    h2.is-style-section_ttl,
  .page-id-44
    .post_content
    .swell-block-fullWide.section6
    h2.is-style-section_ttl,
  .page-id-44
    .post_content
    .swell-block-fullWide.section10
    h2.is-style-section_ttl {
    text-decoration: none;
  }

  .page-id-44
    .post_content
    .swell-block-fullWide.hero-section
    h2.is-style-section_ttl,
  .page-id-44
    .post_content
    .swell-block-fullWide.section6
    h2.is-style-section_ttl {
    text-decoration-color: transparent;
  }

  /* section1 */
  .page-id-44 .swell-block-fullWide.section1.sp-py-40 {
    padding-top: 0 !important;
  }

  .page-id-44 .trouble-card__item p {
    font-size: 14px;
    padding: 0 9px 12px;
    margin: -10px;
  }

  .page-id-44 .trouble-card__item .wp-block-image img {
    height: 83%;
  }

  /* ヒーローセクション */
  .page-id-44 .hero-section__btns .swell-block-columns__inner {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .page-id-44 .hero-section__btns .swell-block-column.hero-section__tel,
  .page-id-44 .swell-block-column.hero-section__line {
    width: 100%;
    max-width: 280px;
  }

  .wp-block-table tbody tr td {
    max-width: 120%;
  }

  /* 自転車の種類 */
  .page-id-44 .swell-block-columns.bike-col .swell-block-columns__inner {
    justify-content: center;
    margin-left: 0;
    gap: 19px;
  }

  .page-id-44 .swell-block-column.bike-type-col {
    padding: 12px;
    margin-left: 0;
  }

  .page-id-44 .swell-block-column.bike-type-col p.bike-type-title {
    font-size: 10px;
  }
	.page-id-44 .swell-block-column.bike-type-col .wp-block-image img {
	max-width: 92%;
}

  /* 出張対応エリア */
  .page-id-44 .wp-block-group.area-box,
  .page-id-95 .wp-block-group.area-box,
  .page-id-77 .wp-block-group.area-box {
    padding: 20px;
  }

  .page-id-44 .wp-block-group.area-box .area-box__title,
  .page-id-95 .wp-block-group.area-box .area-box__title,
  .page-id-77 .wp-block-group.area-box .area-box__title {
    font-size: var(--h3-size-sp);
  }

  .page-id-44 .wp-block-group.area-box .area-box__title::before,
  .page-id-44 .wp-block-group.area-box .area-box__title::after {
    width: 45px;
  }

  .page-id-44 .wp-block-group.area-box .swell-block-columns__inner,
  .page-id-95 .wp-block-group.area-box .swell-block-columns__inner,
  .page-id-77 .wp-block-group.area-box .swell-block-columns__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 30px;
    margin-left: 0;
    margin-top: 0;
  }

  .page-id-44 .wp-block-group.area-box .swell-block-columns .swell-block-column,
  .page-id-95 .wp-block-group.area-box .swell-block-columns .swell-block-column,
  .page-id-77 .wp-block-group.area-box .swell-block-column {
    flex: 0 0 calc(50% - 5px);
    max-width: calc(35% - 5px);
    width: calc(50% - 5px);
    margin: 0;
  }

  .page-id-44 .wp-block-group.area-box .swell-block-column p,
  .page-id-95 .wp-block-group.area-box .swell-block-column p,
  .page-id-77.wp-block-group.area-box .swell-block-column p {
    font-size: var(--font-size-base-sp);
  }

  .page-id-44 .wp-block-group.area-box .swell-block-column,
  .page-id-95 .wp-block-group.area-box .swell-block-column,
  .page-id-77.wp-block-group.area-box .swell-block-column {
    padding: 2px 7px;
  }

  /* 出張修理の流れ */
  .page-id-44 .flow-section__row .swell-block-columns__inner {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 38px;
  }

  .page-id-44 .flow-section__row--2col .swell-block-columns__inner {
    max-width: 110%;
    margin-left: -19px;
  }

  .page-id-44
    .flow-section__row--2col
    .swell-block-columns
    .swell-block-column.flow-card {
    width: 100%;
    flex: 0 0 100%;
  }

  .page-id-44
    .flow-section__row
    .swell-block-columns
    .swell-block-column.flow-arrow {
    transform: rotate(90deg);
    padding: 0;
  }

  .page-id-44 .flow-card__badge {
    font-size: 13px;
    padding: 1px 12px 0;
  }

  .page-id-44 .flow-card__title {
    font-size: var(--h3-size-sp);
  }

  .page-id-44 .flow-card__text {
    font-size: var(--font-size-base-sp);
  }

  .page-id-44 .swell-block-column.flow-arrow {
    margin-bottom: 20px;
  }

  .page-id-44 .u-mb-60 {
    margin-bottom: 4em !important;
  }

  /* お客様の声 */
  .page-id-44 .voice-section .swell-block-columns__inner {
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 0;
  }

  .page-id-44
    .voice-section
    .swell-block-columns
    .swell-block-column.voice-card {
    width: 100%;
    flex: 0 0 100%;
  }

  .page-id-44 .voice-section .swell-block-columns .swell-block-column {
    --swl-clmn-mrgn--x: 0px;
  }

  .page-id-44 .swell-block-columns.voice-card {
    padding: 24px 15px;
    margin-bottom: 20px !important;
  }

  .page-id-44 .swell-block-column.voice-card__img img {
    max-width: 50%;
  }

  .page-id-44 .voice-card__title {
    font-size: var(--h3-size-sp);
  }

  .page-id-44 .voice-card__text {
    font-size: var(--font-size-base-sp);
  }

  .page-id-44 .voice-card__author {
    font-size: 13px;
  }

  /* プロフィール */
  .page-id-44 .post_content h2.profile-section__title {
    font-size: var(--h2-size-sp);
    margin-left: 0;
  }

  .page-id-44 .profile-section__title {
    text-decoration: underline;
    text-decoration-color: var(--color-accent);
    text-underline-offset: -5px;
    text-decoration-thickness: 8px;
  }

  .page-id-44 .profile-section__title::before,
  .page-id-44 .profile-section__title::after {
    display: none;
  }

  .page-id-44
    .profile-section__body
    h3.profile-section__name:where(
      :not([class^="swell-block-"]):not(.faq_q):not(.p-postlist__title)
    ) {
    font-size: var(--h3-size-sp);
  }

  .page-id-44 .voice-card__title {
    font-size: var(--h3-size-sp);
  }

  .page-id-44 .profile-section__cols .swell-block-columns__inner {
    --swl-clmn-mrgn--x: 0;
  }

  .post_content
    h2:where(
      :not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)
    ) {
    height: auto;
  }

  /* 点検おすすめセクション */
  .page-id-44
    .post_content
    .swell-block-fullWide.Inspection-section
    h2.is-style-section_ttl {
    text-decoration: underline;
    text-decoration-color: var(--color-accent);
    text-underline-offset: -5px;
    text-decoration-thickness: 8px;
  }

  .page-id-44
    .post_content
    .swell-block-fullWide.Inspection-section
    h2.is-style-section_ttl::before,
  .page-id-44
    .post_content
    .swell-block-fullWide.Inspection-section
    h2.is-style-section_ttl::after {
    display: none;
  }

  .page-id-44 .Inspection-section__cols .swell-block-columns__inner {
    --swl-clmn-mrgn--x: 0px;
  }

  .page-id-44 .post_content .swell-block-fullWide.section10 h2.is-style-section_ttl {
    font-size: 21px;
  }

  /* ================================================
     点検サービスページ（page-id-95）
     ================================================ */

  /* タイミングカード */
  .page-id-95 .trouble-card__item p {
    font-size: 14px;
    margin-bottom: 10px !important;
  }

  .page-id-95 .trouble-card .swell-block-columns__inner {
    justify-content: center;
  }

  /* メリット */
  .page-id-95 .merit-img img {
    height: 226px;
  }

  .page-id-95 h3.merit {
    font-size: var(--h3-size-sp);
  }

  .page-id-95 .merit-list li {
    font-size: var(--font-size-base-sp);
  }

  /* 点検カード */
  .page-id-95 .swell-block-columns.other-card {
    background:
      url("https://cyclerescuesapporo.com/wp-content/uploads/2026/06/26619-更新済み.png")
        center center / 45% no-repeat,
      #f6f6f8;
  }

  .page-id-95 .inspection-card ul,
  .page-id-95 .other-card ul {
    margin: 0;
  }

  .page-id-95 .inspection-card ul li,
  .page-id-95 .other-card ul li {
    font-size: 14px;
  }

  .page-id-95 .inspection-card .inspection-card__title {
    text-align: start;
  }

  .page-id-95 .inspection-card .inspection-card__title,
  .page-id-95 .other-card .other-card__title {
    font-size: var(--h3-size-sp);
  }

  .page-id-95 .swell-block-column.brake-card,
  .page-id-95 .swell-block-column.tire-card {
    padding: 20px 12px;
    height: auto;
    align-self: stretch;
  }

  .page-id-95 .swell-block-columns.other-card {
    padding: 20px 12px;
    height: 100%;
  }

  .page-id-95 .post_content .swell-block-column .wp-block-list.other-card__rightlist {
    margin-top: 20px !important;
  }

  /* 料金 */
  .page-id-95 .price-cards .swell-block-columns__inner {
    gap: 0;
  }

  .page-id-95 .swell-block-column.price-card {
    width: 160px;
  }

  .page-id-95 p.price-card__label {
    font-size: 20px;
  }

  .page-id-95 .price-card--free p.price-card__value-free,
  .page-id-95 .price-card--price p.price-card__value-free {
    font-size: 38px;
    margin-bottom: 23px !important;
  }

  .page-id-95 .price-card--free p.price-card__value,
  .page-id-95 .price-card--price p.price-card__value {
    font-size: 33px;
    margin-bottom: 27px !important;
  }

  /* section6 */
  .hero-section__btns .swell-block-column.hero-section__tel {
    margin-bottom: 20px;
  }

  .page-id-95 .swell-block-fullWide.section6,
  .page-id-77 .swell-block-fullWide.section6,
  .page-id-115 .swell-block-fullWide.section6,
  .page-id-120 .swell-block-fullWide.section6,
  .page-id-151 .swell-block-fullWide.section6,
  .page-id-134 .swell-block-fullWide.section6,
  .page-id-166 .swell-block-fullWide.section6,
  .single .swell-block-fullWide.section6,
  .swell-block-fullWide.section10 {
    border-radius: 0;
  }

  .swell-block-fullWide.section6 p,
  .swell-block-fullWide.section10 p {
    text-align: start;
  }

  .swell-block-fullWide.section6 p.hero-section__note,
  .swell-block-fullWide.section10 p.hero-section__note {
    font-size: 13px;
  }

  /* 出張修理の流れ */
  .page-id-95 .flow-card2__body h3.flow-card2__title,
  .page-id-77 .flow-card2__body h3.flow-card2__title {
    font-size: var(--h3-size-sp);
  }

  .page-id-95 p.flow-card2__badge,
  .page-id-77 p.flow-card2__badge {
    font-size: 11px;
  }

  .page-id-95 .swell-block-columns.flow-card2 .swell-block-columns__inner,
  .page-id-77 .swell-block-columns.flow-card2 .swell-block-columns__inner {
    display: block;
  }

  .page-id-95 p.flow-card2__text,
  .page-id-77.flow-card2__text {
    font-size: var(--font-size-base-sp);
  }

  .page-id-95 .swell-block-column.flow-card2__img,
  .page-id-77 .swell-block-column.flow-card2__img {
    width: 100%;
  }

  /* プロフィール */
  .page-id-95 .swell-block-fullWide.profile-section .swell-block-fullWide__inner,
  .page-id-77 .swell-block-fullWide.profile-section .swell-block-fullWide__inner {
    padding: 4vw;
  }

  .page-id-95 .swell-block-column.profile-section__img,
  .page-id-77 .swell-block-column.profile-section__img {
    order: 1;
    max-width: 100%;
  }

  .page-id-95 .swell-block-column.profile-section__body,
  .page-id-77 .swell-block-column.profile-section__body {
    order: 2;
    width: 100%;
  }
	.page-id-95 .trouble-card__item .wp-block-image img {
		height: 85%;
	}


  .page-id-95 .swell-block-columns.profile-section__cols .swell-block-columns__inner,
  .page-id-77 .swell-block-columns.profile-section__cols .swell-block-columns__inner {
    justify-content: center;
  }

  .page-id-95 .post_content h2.profile-section__title,
  .page-id-77 .post_content h2.profile-section__title {
    display: table;
    margin-left: 0;
  }

  .page-id-95 .profile-section__title::after,
  .page-id-77 .profile-section__title::after {
    width: 79%;
    left: 0;
    transform: none;
    top: 16px;
    height: 10px;
  }

  .page-id-95 .profile-section__title::before,
  .page-id-77 .profile-section__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 47px;
    width: 99%;
    height: 10px;
    background: repeating-linear-gradient(
      -35deg,
      #f5a623 -3px,
      #f5a623 -1px,
      #ffffff 1px,
      #ffffff 4px
    );
    z-index: -1;
  }

  .page-id-95 h3.profile-section__name:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postlist__title)),
  .page-id-77 h3.profile-section__name:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postlist__title)) {
    font-size: var(--h3-size-sp);
  }

  /* ================================================
     パンク修理ページ（page-id-77）
     ================================================ */

  /* 理由セクション */
  .page-id-77 .swell-block-columns.reason-header .swell-block-columns__inner {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
  }

  .page-id-77 .swell-block-column.reason-badge {
    flex: 0 0 auto;
    margin-bottom: 10px;
  }

  .page-id-77 .swell-block-column.reason-content {
    flex: 1;
    min-width: 0;
  }

  .page-id-77 .swell-block-columns.reason-header h3.reason__title {
    color: var(--color-primary);
    font-size: var(--h3-size-sp);
    font-weight: 700;
    margin-top: 0;
    margin-left: 25px;
  }

  .page-id-77 p.reason-badge__text {
    font-size: 13px;
    width: 52px;
    height: 52px;
  }

  /* ステップブロック */
  .page-id-77 .step-block__number::before {
    width: 14px;
  }

  .page-id-77 .step-block .swell-block-columns__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .page-id-77 .step-block__text {
    width: 85%;
    min-height: auto;
    padding: 5% 4% 15% 4%;
    margin-left: 22px;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
  }

  .page-id-77 .step-block__img {
    width: 85%;
    margin-left: auto;
    margin-right: 0;
    transform: none;
    z-index: 2;
    margin-top: -10%;
    position: relative;
  }

  /* reverseブロック（ステップ2） */
  .page-id-77 .swell-block-columns.step-block--reverse.u-mb-60 {
    margin-bottom: 2em !important;
  }

  .page-id-77 .step-block--reverse .swell-block-columns__inner {
    flex-direction: column-reverse;
  }

  .page-id-77 .step-block--reverse .step-block__text2 {
    width: 85%;
    min-height: auto;
    padding: 5% 4% 15% 4%;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
  }

  .page-id-77 .step-block--reverse .step-block__img {
    width: 85%;
    margin-left: 22px;
    margin-right: auto;
    margin-top: -10px !important;
    z-index: 2;
    position: relative;
    transform: translateY(-19%);
  }

  /* ================================================
     出張修理の流れページ（page-id-120）
     ================================================ */
  .page-id-120 .cta-btns .swell-block-columns__inner {
    gap: 0;
  }

  /* ================================================
     リンクリストページ（page-id-115・166）
     ================================================ */
  .page-id-115 .swell-block-linkList__text,
  .page-id-166 .swell-block-linkList__text {
    font-size: var(--font-size-base-sp);
  }

  .page-id-115 .swell-block-linkList__icon,
  .page-id-166 .swell-block-linkList__icon {
    font-size: 24px;
  }

  /* ================================================
     よくある質問ページ（page-id-134）
     ================================================ */
  .page-id-134 .swell-block-faq__item {
    padding: 24px 19px;
  }

  .page-id-134 .swell-block-faq__item h2.faq_q {
    font-size: var(--font-size-base-sp);
  }

  .page-id-134 .swell-block-faq__item h2.faq_q,
  .page-id-134 .swell-block-faq__item .faq_a {
    padding: 7px 0px 7px 50px;
  }

  .swell-block-faq .faq_q:before,
  .swell-block-faq .faq_a:before {
    top: 0.6em;
  }

  /* ================================================
     代表プロフィールページ（page-id-151）
     ================================================ */
  .page-id-151 .swell-block-columns.u-mb-30 .swell-block-columns__inner {
    flex-direction: column-reverse;
  }

  .page-id-151 .wp-block-image.profile-img img {
    width: 100%;
  }

  .page-id-151 .wp-block-table td,
  .wp-block-table th,
  .page-id-151 p.message-card__text {
    font-size: var(--font-size-base-sp);
  }

  .page-id-151 .wp-block-table th {
    width: 99px !important;
  }

  .page-id-151 .wp-block-group.message-card {
    padding: 24px;
  }

  .page-id-151 .message-card .message-card__title {
    font-size: var(--h3-size-sp);
  }

  /* ================================================
     投稿ページ（お客さまの声：共通）
     ================================================ */
  .single h3.voice-title {
    font-size: var(--h3-size-sp);
  }

  .single h3.voice-title::before {
    width: 18px;
  }

  .single .voice-card p {
    font-size: var(--font-size-base-sp);
    padding-left: 0;
  }

  .single .wp-block-table td,
  .wp-block-table th {
    font-size: var(--font-size-base-sp);
  }

  .single p.age-gender-label {
    margin-bottom: 0 !important;
  }

  .single .post_content figure.voice-img.sp_only {
    margin-bottom: 0;
  }

} /* end @media (max-width: 959px) */


/* ==========================================================================================================================================================================
   タブレット表示（600px〜959px）
   ========================================================================================================================================================================== */
@media screen and (min-width: 600px) and (max-width: 959px) {

  /* ============================================================================================================
     共通デザイン
     ============================================================================================================ */
  .l-header__logo a::before {
    height: 47px;
  }

  p,
  .wp-block-table td,
  .wp-block-table th {
    font-size: var(--font-size-base-tab);
  }

  .c-scrollHint.sp_ {
    display: none;
  }

  .l-footer .w-footer__box .widget_nav_menu ul {
    gap: 10px 32px;
  }

  .l-footer .w-footer__box .widget_nav_menu ul::before,
  .l-footer .w-footer__box .widget_nav_menu ul::after {
    display: none;
  }

  .l-footer .l-container.w-footer.-col3 {
    gap: 5px;
  }

  .fixed-footer-bar__icon img {
    width: 40px;
  }

  .fixed-footer-bar__label {
    font-size: 15px;
  }

  #sidebar.l-sidebar {
    display: none;
  }

  .l-topTitleArea {
    min-height: 150px;
  }

  .l-topTitleArea h1.c-pageTitle,
  .l-topTitleArea h1.c-postTitle__ttl {
    font-size: 32px;
  }

  /* ------------------------------------------------
     H1見出し
     ------------------------------------------------ */
  .page-id-44 .post_content h1::after {
    width: 100%;
    top: 35px;
    height: 10px;
  }

  .page-id-44 .post_content h1::before {
    width: 54%;
    top: 92px;
  }

  /* ============================================================================================================
     各ページ
     ============================================================================================================ */

  /* ----------------
     トップページ（page-id-44）
     ---------------- */
  .page-id-44 .trouble-card__item p {
    font-size: 22px;
  }

  .page-id-44 .post_content h1 {
    font-size: 32px;
  }

  .page-id-44 .post_content h2.is-style-section_ttl,
  .page-id-44 .post_content .swell-block-fullWide.section10 h2.is-style-section_ttl {
    font-size: var(--h2-size-tab);
  }

  .page-id-44 .post_content h2.is-style-section_ttl::after {
    bottom: 11px;
  }

  .page-id-44 .swell-block-columns.bike-col .swell-block-columns__inner {
    justify-content: center;
    gap: 31px;
  }

  .page-id-44 .swell-block-column.bike-type-col p.bike-type-title {
    font-size: 15px;
  }

  .page-id-44 .hero-section__btns .swell-block-columns__inner {
    flex-direction: row;
    gap: 110px;
  }

  .page-id-44 .swell-block-column.voice-card__img img {
    width: 35%;
  }

  .page-id-44 .swell-block-columns.voice-card {
    padding: 24px 43px;
  }

  .page-id-44 .flow-card__badge,
  .page-id-44 .voice-card__author {
    font-size: 16px;
  }
  .page-id-44 .trouble-card__item .wp-block-image img {
    height: 92%;
  }

  /* ----------------
     共通：エリアボックス
     ---------------- */
  .page-id-44 .wp-block-group.area-box,
  .page-id-95 .wp-block-group.area-box,
  .page-id-77 .wp-block-group.area-box {
    padding: 30px;
  }

  .page-id-44 .wp-block-group.area-box .area-box__title,
  .page-id-95 .wp-block-group.area-box .area-box__title,
  .page-id-77 .wp-block-group.area-box .area-box__title,
  .page-id-44 .flow-card__title,
  .page-id-44 .voice-card__title,
  .page-id-44 .profile-section__body h3.profile-section__name:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postlist__title))
  .page-id-95 .flow-card2__body h3.flow-card2__title,
  .page-id-77 .flow-card2__body h3.flow-card2__title,
  .page-id-44 .profile-section__body h3.profile-section__name:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postlist__title)),
  .page-id-77 .swell-block-columns.reason-header h3.reason__title,
  .page-id-95 h3.profile-section__name:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postlist__title)),
  .page-id-77 h3.profile-section__name:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postlist__title)),
  .single h3.voice-title {
    font-size: var(--h3-size-tab);
  }

  .page-id-44 .wp-block-group.area-box .swell-block-column,
  .page-id-95 .wp-block-group.area-box .swell-block-column,
  .page-id-77.wp-block-group.area-box .swell-block-column {
    padding: 9px 7px;
  }

  .page-id-44 .wp-block-group.area-box .swell-block-column p,
  .page-id-95 .wp-block-group.area-box .swell-block-column p,
  .page-id-77.wp-block-group.area-box .swell-block-column p,
  .page-id-44 .flow-card__text,
  .page-id-44 .voice-card__text,
  .page-id-77 .step-block__desc,
  .page-id-77 .wp-block-group.area-box .swell-block-column p,
  .page-id-77 p.flow-card2__text,
  .page-id-95 .trouble-card__item p,
  .page-id-95 .merit-list li,
  .page-id-95 .inspection-card ul li,
  .page-id-95 .other-card ul li,
  .page-id-95 p.flow-card2__text,
  .page-id-77.flow-card2__text,
  .page-id-115 .swell-block-linkList__text,
  .page-id-166 .swell-block-linkList__text,
  .page-id-151 .wp-block-table td,
  .wp-block-table th,
  .page-id-151 p.message-card__text,
  .page-id-134 .swell-block-faq__item h2.faq_q,
  .single .voice-card p {
    font-size: var(--font-size-base-tab);
  }

  .swell-block-fullWide.section6 p,
  .swell-block-fullWide.section10 p {
    text-align: center;
  }

  /* ----------------
     共通：H2見出し
     ---------------- */
  .page-id-95 .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)),
  .page-id-77 .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)),
  .page-id-115 .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)),
  .page-id-120 .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)),
  .page-id-151 .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)),
  .page-id-166 .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)),
  .page-id-134 .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)),
  .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)),
  .post_content .service-card .service-card__title {
    font-size: var(--h2-size-tab);
  }

  /* ----------------
     共通：H3見出し
     ---------------- */
  .page-id-77 .post_content h3.step-block__title,
  .page-id-95 h3.merit,
  .page-id-95 .inspection-card .inspection-card__title,
  .page-id-95 .other-card .other-card__title,
  .page-id-95 .flow-card2__body h3.flow-card2__title,
  .page-id-77 .flow-card2__body h3.flow-card2__title,
  .page-id-151 .message-card .message-card__title {
    font-size: var(--h3-size-tab);
  }

  /* ----------------
     パンク修理ページ（page-id-77）
     ---------------- */
  .page-id-77 .swell-block-columns.flow-card2 .swell-block-columns__inner,
  .page-id-95 .swell-block-columns.flow-card2 .swell-block-columns__inner {
    display: flex;
  }

  .page-id-77 .swell-block-column.flow-card2__img figure.wp-block-image img {
    width: 100% !important;
    height: 283px;
  }

  .page-id-77 p.reason-badge__text {
    font-size: 16px;
    width: 60px;
    height: 60px;
  }

  .page-id-77 .swell-block-columns.reason-header h3.reason__title {
    margin-left: 0;
  }

  .page-id-77 .profile-section__title::before,
  .page-id-95 .profile-section__title::before {
    top: 67px;
  }

  .page-id-77 .profile-section__title::after,
  .page-id-95 .profile-section__title::after {
    top: 25px;
  }

  .page-id-77 .swell-block-column.profile-section__img img,
  .page-id-95 .swell-block-column.profile-section__img img {
    height: 500px;
  }

  /* ----------------
     点検サービスページ（page-id-95）
     ---------------- */
  .page-id-95 .merit-img img {
    height: 340px;
  }

  .page-id-95 .post_content div.wp-block-group.inspection-cards {
    padding: 20px 0px;
  }

  .page-id-95 .swell-block-column.brake-card,
  .page-id-95 .swell-block-column.tire-card,
  .page-id-95 .swell-block-columns.other-card {
    padding: 20px 40px;
  }

  .page-id-95 .swell-block-columns.other-card {
    background:
      url("https://cyclerescuesapporo.com/wp-content/uploads/2026/06/26619-更新済み.png")
        center center / 30% no-repeat,
      #f6f6f8;
  }

  .page-id-95 .swell-block-column.price-card {
    width: 285px;
  }

  .page-id-95 .price-card--free p.price-card__value,
  .page-id-95 .price-card--price p.price-card__value {
    font-size: 45px;
  }

  .page-id-95 p.price-card__label {
    font-size: 27px;
  }
  .page-id-95 .trouble-card__item .wp-block-image img {
		height: 87%;
   }

  .page-id-95 .swell-block-column.flow-card2__img img,
  .page-id-77 .swell-block-column.flow-card2__img img,
  .page-id-77 .wp-block-image.reason-img img {
    height: 283px;
  }

  .page-id-95 p.flow-card2__badge,
  .page-id-77 p.flow-card2__badge,
  .service-card__btn .swell-block-button__link {
    font-size: 16px;
  }
  .page-id-95 .trouble-card__item p {
    margin-bottom: 13px !important;
   }


  /* ----------------
     リンクリストページ（page-id-115・166）
     ---------------- */
  .page-id-115 .swell-block-linkList__icon,
  .page-id-166 .swell-block-linkList__icon {
    font-size: 27px;
  }

  /* ----------------
     代表プロフィールページ（page-id-151）
     ---------------- */
  .page-id-151 .wp-block-table th {
    width: 123px !important;
  }

  /* ----------------
     ヒーローセクション（共通）
     ---------------- */
  .hero-section__btns .swell-block-column.hero-section__tel {
    margin-bottom: 42px;
  }

} /* end @media tablet */