@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/**************************************/
/* ヘッダーボタン */
/* PC版のグローバルナビメニューを非表示にする */
.header-container-in.hlt-top-menu {
  display: none;
}
/* PC版でもモバイルヘッダーボタンを表示する */
.mobile-header-menu-buttons {
  justify-content: space-around;
  bottom: auto;
  top: 0;
  display: flex;
}
/* ヘッダーボタン調整 */
.mobile-menu-buttons .menu-button {
  width: auto;
}
li.logo-menu-button.menu-button img {
  vertical-align: text-top;
  padding-top: 1%;
  padding-bottom: 1.5%;
}
@media (max-width: 480px) {
  .mobile-menu-buttons .menu-caption {
    font-size: 8px !important;
    opacity: unset;
    width: 45px;
  }
}
/**************************************/

/* ベース */
body {
    font-size: 15px; /* 16px → 15px */
    line-height: 1.75; /* 1.8 → 1.75 */
}

main {
  padding-top: 0px;
}

/* ベースフォントサイズ
table, th, td, li, p
,div.mbbackr10,div.su-note-inner
,div.su-box-content {
    font-size: 1.2rem !important;
    line-height: 1.7 !important;
}*/

table, th, td, li, p
,div.mbbackr10,div.su-note-inner
,div.su-box-content {
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

/*
#content span {
    font-size: 1.2rem !important;
}
*/
#content span {
    font-size: 1.2rem;
}

div.su-heading-inner {
  display: block !important;
}
div.su-button-center > a > span > b {
  font-size: 1.7rem !important;
}
@media (max-width: 768px) {
    table, th, td, li, p, span, b, strong
    ,div.mbbackr10
    ,div.su-note-inner
    ,div.su-box-content {
        font-size: 1.1rem !important;
    }
    /* 特定の要素を除外 */
    span.menu-caption {
      font-size: 0.7rem !important;
    }
    div.su-button-center > a > span > b {
      font-size: 1.5rem !important;
    }
}

/* aタグ */
a {
    color: #0098fe;
    text-decoration: none;
    transition: color 0.15s ease;
    border-bottom: 1px solid transparent;
}
a:hover {
    color: #0077cc;
    border-bottom-color: rgba(0, 119, 204, 0.5);
}
a:visited {
    color: #7c3aed;
}
a:active {
    color: #005fa3;
}


/* ▼固定ページ タイトル非表示 */
article header {
    display: none;
}

/* ▼メニュー関係 */
#header-container
, ul.menu-top {
  background-color: #ffffff !important;
}
.header-container-in.hlt-top-menu {
    width: 90%;
}
#navi .navi-in>ul>li>a {
    padding: 0 0.5em;
}
:root {
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}
/* 検索ボタン
div.item-label:has(.fa-search),
li.menu-button > a:has(.fa-search) {
    padding: 0.1rem 0.5rem;
    background: linear-gradient(135deg, #ff4444 0%, #cc0000 100%);
    border-radius: 0.75rem;
    box-shadow: var(--shadow-md);
    color: #ffffff !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
} 
div.item-label:has(.fa-search):hover,
li.menu-button > a:has(.fa-search):hover {
    background: linear-gradient(135deg, #ff6666 0%, #ff0000 100%);
    transform: translateY(-1px);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.15);
}*/
/* 配送ボタン */
div.item-label:has(.fa-truck),
li.menu-button > a:has(.fa-truck) {
    padding: 0.1rem 0.5rem;
    background: linear-gradient(135deg, #34d058 0%, #28a745 100%);
/*    border-radius: 0.75rem; */
    box-shadow: var(--shadow-md);
    color: #ffffff !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
div.item-label:has(.fa-truck):hover,
li.menu-button > a:has(.fa-truck):hover {
    background: linear-gradient(135deg, #4ade80 0%, #34d058 100%);
    transform: translateY(-1px);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.15);
}



/* ▼モバイルスライドインメニュー
#navi-menu-content {
    background: linear-gradient(
        165deg,
        #1a1a1a 0%,
        #0a0a0a 100%
    );
    color: #ffffff;  
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
#navi-menu-content .sub-menu a,#navi-menu-content .menu-drawer a {
    color: #ffffff !important;
    font-size: 1rem;
}
.fa-times:before {
    color: #fff;
}
li.menuli-margin-top {
	margin-top: 1rem;
}
span.fa {
	color: #333;
}
*/


/* ▼Contact Form 7 */
div.wpcf7-form {
  padding: 0px;
}

/* フォーム全体 */
form.wpcf7-form {
    background: linear-gradient(135deg, #ffd700 0%, #FDC734 100%);
    border-radius: 1rem;
    padding: clamp(1rem, 3vw, 2rem); /* レスポンシブ対応 */
}

/* 白い背景エリア */
form.wpcf7-form div.bgw {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0.5rem;
    padding: clamp(0.75rem, 2vw, 1.5rem);
    margin: clamp(0.5rem, 2vw, 1rem);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.05);
}

/* 送信ボタン */
form.wpcf7-form input.wpcf7-submit {
    background: linear-gradient(135deg, #ffd700 0%, #ff9800 100%);
    border: none;
    border-radius: 0.5rem;
    color: #1a1a1a;
    font-weight: 700;
    font-size: clamp(1rem, 3vw, 1.4rem); /* レスポンシブ */
    padding: 0.875rem 2rem;
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 1.5rem auto 0;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

form.wpcf7-form input.wpcf7-submit:hover {
    background: linear-gradient(135deg, #ffed4e 0%, #ff9800 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.15);
    color: #dc143c;
}

form.wpcf7-form input.wpcf7-submit:active {
    transform: translateY(0);
    background: linear-gradient(135deg, #e5c100 0%, #e68900 100%);
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 0.1);
}

/* モバイル対応（メディアクエリ不要に） */

/* 入力フィールド */
form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"],
form.wpcf7-form input[type="url"],
form.wpcf7-form input[type="tel"],
form.wpcf7-form textarea {
    background-color: #fff;
    color: #1a1a1a;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    padding: 0.75rem;
    width: 100%;
    font-family: inherit;
    font-size: 1rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

form.wpcf7-form input[type="text"]:focus,
form.wpcf7-form input[type="email"]:focus,
form.wpcf7-form input[type="url"]:focus,
form.wpcf7-form input[type="tel"]:focus,
form.wpcf7-form textarea:focus {
    outline: none;
    border-color: #FDC734;
    box-shadow: 0 0 0 3px rgba(253, 199, 52, 0.1);
}

/* チェックボックス */
form.wpcf7-form input[type="checkbox"] {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
    cursor: pointer;
    accent-color: #FDC734; /* モダンブラウザ対応 */
}

/* ファイル選択 */
form.wpcf7-form input[type="file"] {
    padding: 0.5rem;
    border: 1px dashed #d1d5db;
    border-radius: 0.5rem;
    width: 100%;
    cursor: pointer;
    background-color: #f9fafb;
    transition: border-color 0.15s ease;
}

form.wpcf7-form input[type="file"]:hover {
    border-color: #FDC734;
    background-color: #fffbeb;
}

/* セレクトボックス */
form.wpcf7-form select.wpcf7-form-control {
    background-color: #fff;
    color: #1a1a1a;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    padding: 0.75rem;
    width: 100%;
    font-size: 1rem;
    cursor: pointer;
    transition: border-color 0.15s ease;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

form.wpcf7-form select.wpcf7-form-control:focus {
    outline: none;
    border-color: #FDC734;
    box-shadow: 0 0 0 3px rgba(253, 199, 52, 0.1);
}

/* 必須マーク */
form.wpcf7-form span.redtip {
    color: #dc2626;
    font-weight: 600;
    margin-right: 0.25rem;
}

/* エラーメッセージ */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    background-color: #fef3c7;
    border: 1px solid #fbbf24;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-top: 1rem;
    font-weight: 600;
    color: #92400e;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: #d1fae5;
    border: 1px solid #34d399;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-top: 1rem;
    font-weight: 600;
    color: #065f46;
}

/* タブレット・PC */
@media screen and (min-width: 768px) {
    form.wpcf7-form input.wpcf7-submit {
        width: auto;
        min-width: 300px;
    }
}


/* ▼レビュー口コミお客様の声 */
.arrow_box {
	position: relative;
	background: #f0f0f0;
	border: 4px solid #f0f0f0;
}
.arrow_box:after, .arrow_box:before {
	bottom: 90%;
	left: 2%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(240, 240, 240, 0);
	border-bottom-color: #f0f0f0;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_box:before {
	border-color: rgba(240, 240, 240, 0);
	border-bottom-color: #f0f0f0;
	border-width: 16px;
	margin-left: -16px;
}

/* ▼目次 */
div.toc {
	border: 2px solid #333333 !important;
	border-radius: 5px;
	padding: 30px;
	position: relative;
	width: 100%;
}
div.toc::before {
	background-color: #ffffff;
	color: #333333;
	content: "INDEX";
	font-weight: bold;
	left: 30px;
	padding: 3px 10px;
	position: absolute;
	top: -15px;
}
#toc_container.no_bullets li, #toc_container.no_bullets ul, #toc_container.no_bullets ul li, .toc_widget_list.no_bullets, .toc_widget_list.no_bullets li {
    padding-left: 10px;
    padding-bottom: 5px;
}


/* ▼パンくずリスト */
#pankz {
    background: linear-gradient(to right, #f0f9ff 0%, #fff 100%);
    padding: 12px 20px;
    margin: 0 0 30px 0;
    border-radius: 8px;
    border-left: 4px solid #0098fe;
    font-size: 14px;
    line-height: 1.8;
    box-shadow: 0 2px 4px rgba(0, 152, 254, 0.1);
}

#pankz a {
    color: #0098fe;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.15s ease;
    padding: 3px 8px;
    border-radius: 6px;
}

#pankz a:hover {
    color: #fff;
    background: #0098fe;
}
#pankz a:hover > h1 > strong {
    color: #fff;
}
#pankz a:visited {
    color: #7c3aed;
}

#pankz span {
    color: #0098fe;
    margin: 0 8px;
}

#pankz h1 {
    display: inline !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #0098fe !important;
    margin: 0;
    padding: 0 !important;
}

@media (max-width: 768px) {
    #pankz {
        padding: 10px 15px;
        font-size: 13px;
    }
}

/* ▼見出し */

/* H1見出し - ページタイトル */
.article h1 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #1a1a1a;
    padding-bottom: 1rem;
    border-bottom: 4px solid #0098fe; /* 3px → 4px に */
    margin-bottom: 2rem;
    line-height: 1.4;
}

/* H2見出し - グラデーション背景 */
.article h2,
.entry-content h2 {
    position: relative;
    color: #fff;
    background: linear-gradient(135deg, #0098fe 0%, #00c6ff 100%);
    padding: 15px 20px 15px 25px;
    border-radius: 8px;
    font-weight: 700;
    margin: 40px 0 25px;
    box-shadow: 0 3px 10px rgba(0, 152, 254, 0.2);
}

.article h2::before,
.entry-content h2::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 60%;
    background: #fff;
    border-radius: 3px;
}

/* H3見出し - 左アクセント＋下線 */
.article h3,
.entry-content h3 {
    position: relative;
    color: #0098fe;
    padding: 10px 10px 10px 20px;
    border-left: 5px solid #0098fe;
    border-bottom: 2px solid #e3f5ff;
    margin: 35px 0 20px;
    font-weight: 700;
    background: linear-gradient(to right, #f0f9ff 0%, transparent 100%);
    border-radius: 0 4px 0 0;
}

.article h3::after,
.entry-content h3::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #0098fe;
    border-radius: 0 2px 2px 0;
}

/* H4見出し - シンプルドット */
.article h4,
.entry-content h4 {
    position: relative;
    color: #333;
    padding: 8px 0 8px 25px;
    margin: 30px 0 15px;
    font-weight: 700;
    border-top: none;
    border-bottom: none;
}

.article h4::before,
.entry-content h4::before {
    content: '▶';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    color: #333333;
    font-size: 14px;
}

/* H5見出し - シンプルアンダーライン */
.article h5,
.entry-content h5 {
    color: #555;
    padding: 5px 0 8px;
    margin: 25px 0 12px;
    font-weight: 700;
    border-bottom: 2px solid #0098fe;
    display: inline-block;
    border-radius: 0; /* 追加：角を削除して統一感 */
}

/* H6見出し - 最小限デザイン */
.article h6,
.entry-content h6 {
    color: #666;
    padding: 5px 0 5px 12px;
    margin: 20px 0 10px;
    font-weight: 700;
    border-left: 3px solid #0098fe;
    border-radius: 0 2px 2px 0; /* 追加：右側に丸み */
}


/* レスポンシブ対応 */
@media (max-width: 768px) {
    .article h1 {
        font-size: 1.5rem;
        padding-bottom: 0.75rem;
    }
    
    .article h2,
    .entry-content h2 {
        padding: 12px 15px 12px 25px;
        font-size: 1.25em;
    }
    
    .article h3,
    .entry-content h3 {
        padding: 8px 8px 8px 25px;
        font-size: 1.25em;
    }
    
    .article h4,
    .entry-content h4 {
        padding: 6px 0 6px 30px;
        font-size: 1.2rem;
    }
}

#kensaku_title::before {
    content: none;
}
#kensaku_title {
    padding: 0 0 0.75rem 0 !important;
    position: relative;
}

#kensaku_title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #0098fe 0%, rgba(0, 152, 254, 0.3) 70%, transparent 100%);
    border-radius: 2px;
}



/* ▼その他 */
div.mbbackr10 {
    background: #fff;
    padding: clamp(1.5rem, 5%, 3rem);
    border-radius: 12px;
    border: 2px solid #0098fe;
    box-shadow: 0 4px 16px rgba(0, 152, 254, 0.15);
    margin: 20px 0;
}
form div.mbbackr10 {
  border: 2px solid #dddddd;
}
input.wpcf7-submit {
    padding: 20px 30px;
}

#footer a:not(.sns-button) {
    text-decoration: none;
}
#footer-in li {
   font-size: 1rem;
}
section {
    width: auto !important;
}


/* ▼youtube-report */
#youtube-report {
  max-width: 1040px;
  margin: 40px auto;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  font-family: "Noto Sans JP", sans-serif;
}

/* ▼ figureやキャプションなど他スタイルは維持 */
#youtube-report figure {
  margin: 0 0 1rem;
  text-align: center;
}

#youtube-report figcaption {
  font-size: 0.9rem;
  color: #6b7280;
}

#youtube-report p {
  line-height: 1.8;
  margin-bottom: 1em;
}

#youtube-report a {
  color: #0ea5e9;
  text-decoration: none;
}

#youtube-report .cta-buttons {
  display: flex;
  gap: 12px;
  margin-top: 1.5rem;
}

#youtube-report .btn-line,
#youtube-report .btn-form {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  text-align: center;
}

#youtube-report .btn-line {
  background: #06c755;
  color: #fff;
}

#youtube-report .btn-form {
  background: #0ea5e9;
  color: #fff;
}

/* ▼ #youtube-report 内の YouTube Shorts 用 */
#youtube-report .video-container.short-916 {
  max-width: 400px;          /* 縦動画の幅。PC表示時 */
  margin: 30px auto;         /* 中央寄せ */
}

#youtube-report .video-container.short-916 .video {
  position: relative;
  padding-bottom: 177.78%;   /* ← 正しい9:16比率 */
  margin-top: 0 !important;  /* Cocoonの余白を無効化 */
  height: 0;
  overflow: hidden;
}

#youtube-report .video-container.short-916 .video iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* ▼ モバイルは幅いっぱい */
@media (max-width: 480px) {
  #youtube-report .video-container.short-916 {
    max-width: 100%;
  }
  #youtube-report .video-container.short-916 .video iframe {
    border-radius: 0;
  }
}




/* ▼クーポン見出し（v_kakakuテーブルの直前のh4） */

/* 有効なクーポン（entry-title1） - 明るい暖色 */
h4.entry-title1:has(+ .v_kakaku) {
  position: relative;
  color: #d84315;
  background: linear-gradient(to right, #fff3e0 0%, transparent 100%);
  padding: 10px 10px 10px 28px;
  border-left: 5px solid #ff6f00;
  border-bottom: 2px solid #ffe0b2;
  border-top: none;
  margin: 30px 0 15px;
  font-weight: 700;
  border-radius: 0 4px 0 0;
}

h4.entry-title1:has(+ .v_kakaku)::before {
  content: '🏷️';
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  width: auto;
  height: auto;
  background: transparent;
  color: inherit;
}

h4.entry-title1:has(+ .v_kakaku)::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background: #ff6f00;
  border-radius: 0 2px 2px 0;
}

/* 無効なクーポン（entry-title2） - 地味なグレー */
h4.entry-title2:has(+ .v_kakaku) {
  position: relative;
  color: #757575;
  background: linear-gradient(to right, #f5f5f5 0%, transparent 100%);
  padding: 10px 10px 10px 28px;
  border-left: 5px solid #bdbdbd;
  border-bottom: 2px solid #e0e0e0;
  border-top: none;
  margin: 30px 0 15px;
  font-weight: 700;
  border-radius: 0 4px 0 0;
}

h4.entry-title2:has(+ .v_kakaku)::before {
  content: '🏷️';
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  opacity: 0.5;
  width: auto;
  height: auto;
  background: transparent;
  color: inherit;
}

h4.entry-title2:has(+ .v_kakaku)::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background: #bdbdbd;
  border-radius: 0 2px 2px 0;
}





/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


/* 固定CTAボタン
.pc-fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 9999;
}
.pc-fixed-cta .cta {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 12px;
  color: #fff;
  text-decoration: none;
}
.pc-fixed-cta .cta-delivery {
  background: #00b300;
}
.pc-fixed-cta .cta-assess {
  background: #e53125;
}
.pc-fixed-cta .cta-icon {
  font-size: 22px;
}
.pc-fixed-cta .cta-text strong {
  display: block;
  font-size: 14px;
}

.pc-fixed-cta .cta-text small {
  display: block;
  font-size: 10px;
  opacity: 0.9;
}
.footer-bottom {
  margin-top: unset;
  margin-bottom: 60px;
}
@media (hover: hover) and (pointer: fine) {
  .pc-fixed-cta .cta {
    transition: filter 0.2s ease, box-shadow 0.2s ease;
  }

  .pc-fixed-cta .cta:hover {
    filter: brightness(1.12);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
  }
}*/
@media screen and (max-width: 1023px) {
  .pc-fixed-cta {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
    .mblt-footer-mobile-buttons, .mblt-header-and-footer-mobile-buttons {
        margin-bottom: unset;
    }
}



/* 最終更新日バッジ（グレー系・右寄せ）
.updated-badge-wrap {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1em;
} */
.updated-badge {
    display: inline-block;
/*    background: #f0f0f0;*/
    color: #555;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 6px 14px;
/*    border-radius: 20px;*/
/*    border: 1px solid #ddd;*/
    line-height: 1.6;
}
/*480px以下*/
@media screen and (max-width: 480px){
	.updated-badge {
		font-size: 1rem !important;
	}
}
/* 最終更新日バッジ（パンくず右端） */
.entry-content nav[aria-label="パンくずリスト"]{ overflow:hidden; }
.entry-content nav[aria-label="パンくずリスト"] .updated-badge{
  float:right !important;
  font-size:13px;
  color:#555;
  white-space:nowrap;
  margin-left:12px;
}

@media (max-width:600px){
  .entry-content nav[aria-label="パンくずリスト"] .updated-badge{
    float:none;
    display:block;
    margin:6px 0 0;
  }
}



/* 横幅制御 */
.wrap {
  width: auto;
}
@media (min-width: 1009px) {
  .wrap {
    width: 1008px;
  }
}

/* CF7チェックボックスサイズ調整 */
.wpcf7-form input[type=checkbox] {
  transform: scale(1.2);
}



/* =========================================================
   おもちゃ買取ドットJP フッター（カスタムHTMLウィジェット用）
   ※すべて #tk-footer-pc / #tk-footer-m 配下にスコープしているため
     テーマ本体・他ウィジェットには影響しません。
   子テーマ（CocoonChild）の style.css の末尾に追記してください。
   ========================================================= */

/* --- Cocoonのレイアウト調整（このウィジェットがある時だけ効く） ---
   フッター左を全幅にし、中・右の空カラムを詰める。
   :has() で当該ウィジェットが存在する場合のみ適用。
   ★重要★ 必ず min-width:1024px の中だけに書くこと。
   ここを常時適用にすると、Cocoonが1023px以下でPC用フッターを
   display:none で隠している挙動を打ち消し、スマホでもPC版が
   表示されてしまいます（今回の不具合の原因）。 */
@media screen and (min-width: 1024px) {
  .footer-widgets:has(#tk-footer-pc) .footer-left {
    width: 100%;
    max-width: 100%;
    float: none;
    padding: 0;
  }
  .footer-widgets:has(#tk-footer-pc) .footer-center,
  .footer-widgets:has(#tk-footer-pc) .footer-right { display: none; }
  .footer-left .widget:has(#tk-footer-pc) { margin: 0; padding: 0; }
}
/* モバイル側ウィジェットの余白調整（モバイル幅のみ影響） */
.footer-mobile .widget:has(#tk-footer-m) { margin: 0; padding: 0; }
.footer-mobile:has(#tk-footer-m) { padding: 0; }

/* =========================================================
   PC版フッター（4カラム）  root: #tk-footer-pc
   ========================================================= */
#tk-footer-pc {
  background: #0098fe;
  border-radius: 8px;
  padding: 26px 24px 16px;
  box-sizing: border-box;
}
#tk-footer-pc * { box-sizing: border-box; }

#tk-footer-pc .tk-grid {
  display: grid;
  grid-template-columns: 1.2fr 1.7fr 1.2fr 1fr;
  gap: 20px;
}
#tk-footer-pc .tk-h {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 9px;
  line-height: 1.5;
}
#tk-footer-pc .tk-h.tk-mt { margin-top: 20px; }

#tk-footer-pc .tk-list { list-style: none; margin: 0; padding: 0; }
#tk-footer-pc .tk-list li {
  color: rgba(255,255,255,.92);
  font-size: 12px;
  line-height: 1.95;
  display: flex;
  gap: 6px;
  align-items: baseline;
}
#tk-footer-pc .tk-list li::before {
  content: "\2022";
  color: rgba(255,255,255,.65);
  font-size: 11px;
  flex: 0 0 auto;
}
#tk-footer-pc .tk-list a {
  color: inherit;
  text-decoration: none;
}
#tk-footer-pc .tk-list a:hover { text-decoration: underline; background-color: unset; }

#tk-footer-pc .tk-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
}

#tk-footer-pc .tk-bar {
  border-top: 0.5px solid rgba(255,255,255,.3);
  margin-top: 18px;
  padding-top: 12px;
  text-align: center;
}
#tk-footer-pc .tk-bar p {
  color: rgba(255,255,255,.85);
  font-size: 11px;
  margin: 2px 0;
  line-height: 1.6;
}

/* 保険: 万一この幅でPC枠が見えても崩れないように */
@media screen and (max-width: 1023px) {
  #tk-footer-pc .tk-grid { grid-template-columns: 1fr; }
  #tk-footer-pc .tk-two  { grid-template-columns: 1fr 1fr; }
}

/* =========================================================
   モバイル版フッター（アコーディオン）  root: #tk-footer-m
   ========================================================= */
#tk-footer-m {
  background: #0098fe;
  border-radius: 8px;
  padding: 8px 18px 14px;
  box-sizing: border-box;
}
#tk-footer-m * { box-sizing: border-box; }

#tk-footer-m .tk-acc { border-top: 0.5px solid rgba(255,255,255,.28); }
#tk-footer-m .tk-acc:first-child { border-top: none; }

#tk-footer-m .tk-acc__head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 13.5px;
  font-weight: 500;
  padding: 13px 2px;
  background: none;
  border: 0;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}

/* CSSだけで作る開閉シェブロン（アイコンフォント不要） */
#tk-footer-m .tk-acc__icon {
  width: 9px;
  height: 9px;
  border-right: 1.6px solid #fff;
  border-bottom: 1.6px solid #fff;
  transform: rotate(45deg);          /* ▼ 閉じている状態 */
  transition: transform .2s ease;
  margin: 0 4px 3px 8px;
  flex: 0 0 auto;
}
#tk-footer-m .tk-acc.is-open .tk-acc__icon {
  transform: rotate(-135deg);        /* ▲ 開いた状態 */
  margin-bottom: -3px;
}

#tk-footer-m .tk-acc__body {
  display: none;
  padding: 0 2px 12px;
}
#tk-footer-m .tk-acc.is-open .tk-acc__body { display: block; }

#tk-footer-m .tk-list { list-style: none; margin: 0; padding: 0; }
#tk-footer-m .tk-list li {
  color: rgba(255,255,255,.92);
  font-size: 12px;
  line-height: 1.95;
  display: flex;
  gap: 6px;
  align-items: baseline;
}
#tk-footer-m .tk-list li::before {
  content: "\2022";
  color: rgba(255,255,255,.65);
  font-size: 11px;
  flex: 0 0 auto;
}
#tk-footer-m .tk-list a { color: inherit; text-decoration: none; }
#tk-footer-m .tk-list a:hover { text-decoration: underline; background-color: unset; }

#tk-footer-m .tk-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
}

#tk-footer-m .tk-bar {
  border-top: 0.5px solid rgba(255,255,255,.3);
  margin-top: 6px;
  padding-top: 12px;
  text-align: center;
}
#tk-footer-m .tk-bar p {
  color: rgba(255,255,255,.85);
  font-size: 11px;
  margin: 2px 0;
  line-height: 1.6;
}


/* 実績画像スライダーの画面幅超え対応 */
body:has([class*="-slider"]){ overflow-x: clip; }


/* とても小さい画面対策 */
@media (max-width: 380px) {
/*  div.mbbackr10 {
    padding: unset;
  }*/
  main.main, div.sidebar {
    padding: 4px 8px !important;
  }
  .entry-content {
    margin-top: unset !important;
    margin-bottom: unset !important;
  }
}

/* にぎわい見出し文字色黒へ */
#nigiwai h2 {
	color: #ffffff !important;
}

/* 見た目調整 */
strong {
	border-bottom: unset !important;
}

/* ============================================================
   ▼▼▼ 統合: 旧・カスタマイザー「追加CSS」由来（スライドインメニュー等） ▼▼▼
   ─ 2026-09-01 本番Cocoon化に伴い style.css へ統合（DBには入れない） ─
   ============================================================ */
/* ============================================================
   Cocoon スライドインメニュー カスタムCSS
   ─ 追加CSS または 子テーマ style.css に貼り付け ─
   ============================================================
   ※ Cocoon のデフォルトスタイルを上書きするため
     セレクタの詳細度を高めに設定しています
   ============================================================ */

/* ----------------------------------------------------------
   0. CSS変数（Cocoon環境用に自己完結させる）
   ---------------------------------------------------------- */
#navi-menu-content {
  --jet: #333;
  --dodger-blue: #1e90ff;
  --white: #fff;
  --font-system:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Hiragino Sans", "Noto Sans JP", "Yu Gothic", sans-serif;
  --fs-body: 15px;
  --lh-normal: 1.8;
}

/* ----------------------------------------------------------
   1. メニューコンテナ全体
   ---------------------------------------------------------- */
#navi-menu-content.navi-menu-content {
  background-color: #F0F2F5;
  width: 82%;
  max-width: 320px;
  font-family: var(--font-system) !important;
  font-size: var(--fs-body);
  line-height: var(--lh-normal);
  letter-spacing: 0;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

/* ----------------------------------------------------------
   2. 閉じるボタン
   ---------------------------------------------------------- */
#navi-menu-content .menu-close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4em;
  height: 2.4em;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  margin: 0.4em 0 0.3em 0.4em;
  font-size: 1.2em;
  transition: background 0.2s;
  cursor: pointer;
}
#navi-menu-content .menu-close-button:hover {
  background: rgba(0, 0, 0, 0.15);
}
#navi-menu-content .menu-close-button span {
  font-size: 1.4em;
  line-height: 1;
  color: var(--jet);
}

/* ----------------------------------------------------------
   3. メニュードロワー共通
   ---------------------------------------------------------- */
#navi-menu-content .menu-drawer {
  padding: 0 1rem 120px;
  list-style: none;
}
#navi-menu-content .menu-drawer ul {
  list-style: none;
  padding-left: 0;
}
#navi-menu-content .menu-drawer li {
  display: block;
  font-family: var(--font-system) !important;
  font-size: var(--fs-body) !important;
  font-weight: 400 !important;
  line-height: var(--lh-normal) !important;
  letter-spacing: 0 !important;
}
#navi-menu-content .menu-drawer a {
  text-decoration: none;
  padding: 6px;
  display: block;
  color: var(--jet);
}
#navi-menu-content .menu-drawer a:hover {
  filter: brightness(1.1);
  transition: all 0.3s ease-in-out;
  color: var(--dodger-blue);
}
#navi-menu-content .menu-drawer .sub-menu {
  padding-left: 20px;
}

/* ----------------------------------------------------------
   4. ゾーン区切り（セグメント）
   ---------------------------------------------------------- */
#navi-menu-content .menu-segment {
  margin-top: 10px;
}

/* ----------------------------------------------------------
   5. ゾーン見出し共通
   ---------------------------------------------------------- */
#navi-menu-content .menu-zone-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px 6px;
  margin: 0 0 2px;
  font-size: 0.85em;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
#navi-menu-content .menu-zone-heading .zone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 14px;
  flex-shrink: 0;
}

/* ----------------------------------------------------------
   6. ゾーン別カラー
   ---------------------------------------------------------- */
/* まずは無料査定 */
#navi-menu-content .zone-cta           { color: #EF8C28; }
#navi-menu-content .zone-cta .zone-icon { background: #EF8C28; }

/* 買取について */
#navi-menu-content .zone-trust           { color: #3D5A80; }
#navi-menu-content .zone-trust .zone-icon { background: #3D5A80; }

/* ご利用ガイド */
#navi-menu-content .zone-guide           { color: #7B6B8D; }
#navi-menu-content .zone-guide .zone-icon { background: #7B6B8D; }

/* お申し込み */
#navi-menu-content .zone-action           { color: #43A047; }
#navi-menu-content .zone-action .zone-icon { background: #43A047; }

/* サポート・その他 */
#navi-menu-content .zone-support           { color: #607D8B; }
#navi-menu-content .zone-support .zone-icon { background: #607D8B; }

/* ----------------------------------------------------------
   7. CTA ボタン（無料ウェブ査定）
   ---------------------------------------------------------- */
#navi-menu-content .menu-zone-cta .sub-menu a {
  display: block;
  background: linear-gradient(135deg, #FF6D00 0%, #ff6b35 100%);
  color: #fff !important;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding: 14px 16px !important;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(239, 140, 40, 0.25);
  margin: 4px 8px;
  transition: all 0.3s ease;
}
#navi-menu-content .menu-zone-cta .sub-menu a:hover {
  background: linear-gradient(135deg, #E65100 0%, #e55a2b 100%) !important;
  color: #fff !important;
  box-shadow: 0 5px 16px rgba(239, 140, 40, 0.4);
/*  transform: translateY(-1px);*/
}

/* ----------------------------------------------------------
   8. バッジ（最短当日 / 0円）
   ---------------------------------------------------------- */
#navi-menu-content .menu-badge {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 3px;
  vertical-align: middle;
  margin-left: 4px;
  letter-spacing: 0;
  line-height: 1.6;
}
#navi-menu-content .badge-urgent {
  color: #fff;
  background: #E74C3C;
}
#navi-menu-content .badge-free {
  color: #fff;
  background: #E67E22;
}

/* ----------------------------------------------------------
   9. Cocoon デフォルトの打ち消し / 競合対策
   ---------------------------------------------------------- */
/* Cocoon がデフォルトで付ける余計な padding-left を除去 */
#navi-menu-content .menu-drawer,
#navi-menu-content .menu-drawer ul,
#navi-menu-content .menu-drawer .sub-menu {
  margin: 0;
}
/* Cocoon のリスト disc を消す */
#navi-menu-content ul {
  list-style: none;
  padding-left: 0;
}
#navi-menu-content .menu-drawer .sub-menu {
  padding-left: 20px;
}
/* Cocoon デフォルトのメニューリンク色を上書き */
#navi-menu-content .menu-drawer a,
#navi-menu-content .sub-menu a {
  color: var(--jet);
}
#navi-menu-content .menu-drawer a:hover,
#navi-menu-content .sub-menu a:hover {
  color: var(--dodger-blue);
}

/* ----------------------------------------------------------
   10. モバイル微調整
   ---------------------------------------------------------- */
@media screen and (max-width: 480px) {
  #navi-menu-content.navi-menu-content {
    font-size: 16px;
    line-height: 1.9;
  }
}

/* ----------------------------------------------------------
   11. アクセシビリティ: prefers-reduced-motion
   ---------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  #navi-menu-content,
  #navi-menu-content * {
    animation: none !important;
    transition: none !important;
  }
}

/* ============================================================
   フッター固定CTAバー
   ─ 追加CSS に追記 ─
   ============================================================ */

/* ----------------------------------------------------------
   0. Cocoon デフォルトのモバイルフッターボタンを非表示
   ---------------------------------------------------------- */
.mobile-footer-menu-buttons {
  display: none !important;
}

/* ----------------------------------------------------------
   1. CSS変数（Cocoon環境用に自己完結）
   ---------------------------------------------------------- */
.floating-cta {
  --jet: #333;
  --white: #fff;
  --gray: #555;
  --dodger-blue: #1e90ff;
  --line-forest-green: #06C755;
  --font-system:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Hiragino Sans", "Noto Sans JP", "Yu Gothic", sans-serif;
}

/* ----------------------------------------------------------
   2. フローティングCTAバー本体
   ---------------------------------------------------------- */
.floating-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--white);
  padding: 10px 32px calc(14px + env(safe-area-inset-bottom, 0px));
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  z-index: 2;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
/*  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;*/
  font-family: var(--font-system);
}

/* ----------------------------------------------------------
   3. テキスト行（送料・査定料0円）
   ---------------------------------------------------------- */
.floating-cta-text {
  text-align: center;
  line-height: 1.3;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
}
.floating-cta-text strong {
  font-size: 13px;
  color: var(--jet);
}
.floating-cta-text small {
  font-size: 12px;
  color: var(--gray);
}

/* ----------------------------------------------------------
   4. ボタンコンテナ
   ---------------------------------------------------------- */
.floating-cta-buttons {
  display: flex;
  gap: 12px;
  align-items: center;
}

/* ----------------------------------------------------------
   5. ボタン共通
   ---------------------------------------------------------- */
.floating-cta-button {
  flex: 0 0 auto;
  padding: 13px 30px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
	border-bottom: unset;
}
.fct-btn-wrap {
    position: relative;
    flex: 1;
    display: flex;
}

/* ----------------------------------------------------------
   6. 無料査定ボタン（オレンジ）
   ---------------------------------------------------------- */
.floating-cta-primary {
  background: linear-gradient(135deg, #FF6D00 0%, #ff6b35 100%);
  color: var(--white);
  box-shadow: 0 4px 14px rgba(255, 107, 53, 0.30);
}
.floating-cta-primary:hover {
  color: var(--white);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.45);
/*  transform: translateY(-1px);*/
}

/* ----------------------------------------------------------
   7. 宅配買取ボタン（グリーン）
   ---------------------------------------------------------- */
.floating-cta-secondary {
  background: var(--line-forest-green);
  color: var(--white);
  border: 2px solid var(--line-forest-green);
  box-shadow: 0 4px 14px rgba(6, 199, 85, 0.25);
}
.floating-cta-secondary:hover {
  color: var(--white);
  background: #05b34d;
  border-color: #05b34d;
  box-shadow: 0 6px 20px rgba(6, 199, 85, 0.40);
/*  transform: translateY(-1px);*/
}

.fct-badge {
    position: absolute;
    top: -8px;
    right: -2px;
    z-index: 1;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px 7px;
    border-radius: 10px;
    white-space: nowrap;
    color: #fff;
    background: #993C1D;
    pointer-events: none;
}


/* ----------------------------------------------------------
   8. PC/SP ラベル切り替え
   ---------------------------------------------------------- */
.cta-label-sp {
  display: none;
}
.cta-label-pc {
  display: inline;
}


/* お電話サポート（フローティングCTA・ボタン下の従属テキスト） */
.floating-cta-support {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
/*  gap: 3px;
  margin-top: 4px;*/
}
.floating-cta-tel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
/*  padding: 6px 10px;*/
  text-decoration: none;
  color: var(--jet);
  white-space: nowrap;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.floating-cta-tel .fct-ic {
  font-size: 18px;
  color: #F5A623;                 /* サポート☎のゴールド（変更可） */
  font-variant-emoji: text;    /* ☎を単色で表示 */
  line-height: 1;
}
.floating-cta-tel .fct-label { font-size: 13px; font-weight: 700; color: #555; }
.floating-cta-tel .fct-num {
  font-size: 16px; font-weight: 800; color: #222; letter-spacing: .02em;
  text-decoration: underline; text-underline-offset: 2px; text-decoration-thickness: 1px;
}
.floating-cta-tel .fct-hours { font-size: 12px; font-weight: 600; color: #555; }
.floating-cta-tel:active { opacity: .8; }
@media (hover: none) {
  .floating-cta-tel:hover { opacity: 1; }
}
.floating-cta-tagline {
  margin: 0;
  font-size: 11.5px;
  font-weight: 600;
  color: #8a8a90;
}
.floating-cta-tagline b { color: #A66A00; font-weight: 700; }




/* ----------------------------------------------------------
   9. モバイル調整
   ---------------------------------------------------------- */
@media (max-width: 768px) {
  .floating-cta {
/*    padding: 8px 14px calc(12px + env(safe-area-inset-bottom, 0px));*/
    padding:4px 4px calc(4px + env(safe-area-inset-bottom, 0px));
    gap: unset;
  }
	.floating-cta-text {
	  margin-bottom: 6px;
	}
  .floating-cta-button {
    padding: 12px 40px;
    font-size: 15px;
  }
  .cta-label-pc {
    display: none;
  }
  .cta-label-sp {
    display: inline;
  }
  .floating-cta-tel {
    gap: 0.2rem;
		padding: unset;
		min-height: 30px;
	}
	.floating-cta-support {
		gap: unset;
		margin-top: unset;
	}
	.floating-cta-tagline {
    font-size: 16px !important;
	}
}

/* ----------------------------------------------------------
   10. 印刷時は非表示
   ---------------------------------------------------------- */
@media print {
  .floating-cta {
    display: none !important;
  }
}

/* ----------------------------------------------------------
   11. アクセシビリティ: prefers-reduced-motion
   ---------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .floating-cta,
  .floating-cta * {
    animation: none !important;
    transition: none !important;
  }
}

/* ----------------------------------------------------------
   12. フッターCTAバー分の余白確保
       （ページ最下部のコンテンツが隠れないように）
   ---------------------------------------------------------- */
body {
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  body {
    padding-bottom: 80px;
  }
}

/* 調整 */
.cta-label-sp,
.cta-label-pc {
  color: #fff;
}



/* ===== ページ内CTAボタンの色をフッターメニューに統一 ===== */

/* 査定フォーム（→ smd.html）→ オレンジ #FF6D00 */
a.su-button[href*="/mb/smd.html"]{
    background-color:#FF6D00 !important;
    border-color:#CC5700 !important;            /* 3Dスタイルの下端の影 */
}
a.su-button[href*="/mb/smd.html"] .su-button-inner{
    border-color:#FF8A33 !important;            /* 上端のベベル */
    text-shadow:0 1px 1px #B34C00 !important;
}

/* 宅配買取フォーム（→ ksen.html）→ グリーン #06C755 */
a.su-button[href*="/mb/ksen.html"]{
    background-color:#06C755 !important;
    border-color:#05A046 !important;
}
a.su-button[href*="/mb/ksen.html"] .su-button-inner{
    border-color:#33D579 !important;
    text-shadow:0 1px 1px #04793A !important;
}




/* =============================================================
   フローティングCTA 320px幅対応（WordPress 追加CSS / style.css 追記用）
   -------------------------------------------------------------
   対象   : .floating-cta 配下のみ（他要素には一切影響しない）
   適用幅 : 画面幅 380px 以下（320 / 346 / 360 / 375 / 376px）
   目的   : 縦4段（安心文言／ボタン／電話／タグライン）を2段に圧縮し、
            狭幅端末での画面占有を約142px → 約88px（31%→20%）に下げる
   方針   : フォントは原則維持。受付時間・ラベル・タグラインなど
            申込判断に直接効かない補足のみ畳む。電話番号は残す。
   注意   : cta-label-pc / cta-label-sp の出し分けは既存実装に委ねる
            （このCSSでは変更しない）
   追加   : 2026-08-20
   ============================================================= */
@media (max-width: 380px) {
 
  /* 1段目にボタン、2段目に「0円＋電話番号」を横並びで収める */
  .floating-cta {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 2px 8px !important;
    padding: 5px 14px calc(7px + env(safe-area-inset-bottom, 0px)) !important;
  }
 
  /* ボタン群を最上段に固定して横幅いっぱいに */
  .floating-cta .floating-cta-buttons {
    order: -1 !important;
    width: 100% !important;
    gap: 8px !important;
  }
 
  /* ★ 2つのラップを等幅にして左寄りを解消（各ボタンはラップ内で全幅） */
  .floating-cta .floating-cta-buttons > .fct-btn-wrap {
    flex: 1 1 0 !important;
    min-width: 0 !important;
  }
 
  .floating-cta .floating-cta-buttons > .fct-btn-wrap > .floating-cta-button {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    padding: 9px 8px !important;
    font-size: 13.5px !important;
  }
 
  /* 安心文言：「キャンセルも無料」は畳み、「送料・査定料0円」のみ2段目へ */
  .floating-cta .floating-cta-text {
    margin: 0 !important;
  }
 
  .floating-cta .floating-cta-text strong {
    font-size: 11.5px !important;
  }
 
  .floating-cta .floating-cta-text small {
    display: none !important;
  }
 
  /* 電話：番号のみ残す（ラベル・受付時間は畳む。tel リンクは維持） */
  .floating-cta .floating-cta-support {
    width: auto !important;
    flex-direction: row !important;
    margin-top: 0 !important;
    gap: 0 !important;
    display: flex;
  }
 
  .floating-cta .floating-cta-tel {
    min-height: 22px !important;
    padding: 0 !important;
    gap: 3px !important;
  }
 
  .floating-cta .floating-cta-tel .fct-ic  { font-size: 13px !important; }
  .floating-cta .floating-cta-tel .fct-num { font-size: 13px !important; }
 
  .floating-cta .floating-cta-tel .fct-label,
  .floating-cta .floating-cta-tel .fct-hours {
    display: none !important;
  }
 
  .floating-cta .floating-cta-tagline {
    display: none !important;
  }
 
  /* 「最短当日集荷」バッジ：基準は上記(B)の .fct-btn-wrap。位置微調整のみ */
  .floating-cta .fct-badge {
    top: -8px !important;
    right: -2px !important;
    font-size: 9.5px !important;
    padding: 1px 5px !important;
  }
}
 
/* -------------------------------------------------------------
   スティッキーホバー対策（タッチ端末のみ・.floating-cta 配下限定）
   ------------------------------------------------------------- */
@media (hover: none) {
  .floating-cta .floating-cta-button:hover {
    transform: none !important;
  }
}


/* ---------------------
   その他の調整 mobile用
   --------------------- */
@media (max-width:360px){
  main.main, div.sidebar {
	  padding: 32px 8px;
	}
	section > div {
		padding: 10px !important;
	}
	form .vx-cf7 {
		padding: 16px;
	}
}


/* ---------------------
   その他の調整
   --------------------- */
.floating-cta-text {
	display: block !important;
}
.floating-cta {
	padding: 0px 32px calc(14px + env(safe-area-inset-bottom, 0px));
}
.go-to-top-button {
    display: block !important;
}


/* ▼記事本文の画像：下に余白＋角丸 */
.entry-content img {
  border-radius: 10px;
  margin-bottom: 1.5em;
}