/* ============================================
   コスラボ WordPress テーマ CSS
   kaitorisenmon.com リニューアルデザイン準拠
   ============================================ */

/* --- カラーパレット ---
   メイン:       #E9A29A
   サブ:         #EFBDB8
   テキスト:     #3F3F3F
   アクセント:   #C52929
   アクセント2:  #8D2323
   背景:         #FEFCFC
   コンテンツ背景: #FEF8F3
   LINE:         #00B902
   メール:       #87C2CE
   グレー:       #F5F5F5
   グレー2:      #A5A5A5
   --- */

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: "Arial", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #3F3F3F;
  font-size: 16px;
  line-height: 2;
  background: #FEFCFC;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #8D2323; text-decoration: none; transition: opacity .2s; }
a:hover { opacity: .8; }
ul, ol { list-style: none; }
small { font-size: .8em; color: #999; }

/* --- Layout --- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.section { padding: 60px 0; }
.section--gray { background: #FEF8F3; }
.section--brown { background: #E9A29A; color: #fff; }
.section--brown a { color: #fff; }

/* --- Page Header --- */
.page-header { padding: 40px 0 0; }
.page-title {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  color: #333;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", serif;
}

/* --- マーカー下線（共通） --- */
.marker-underline {
  background: linear-gradient(transparent 60%, #EFBDB8 60%);
}

/* --- Page Hero（全幅ヒーロー画像） --- */
.page-hero {
  width: 100%;
  min-height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-hero__title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", serif;
}

/* --- 査定ページ --- */
.satei-methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 40px;
}
.satei-method-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.satei-method-header {
  padding: 18px 20px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.satei-method-header--line { background: #00B902; }
.satei-method-header--form { background: #E9A29A; }
.satei-method-header--fax { background: #E9A29A; }
.satei-method-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.satei-method-badge::after {
  content: "人気";
  position: absolute;
  top: 2px;
  right: -30px;
  background: #C52929;
  color: #fff;
  font-size: .95rem;
  font-weight: 700;
  padding: 5px 35px;
  transform: rotate(45deg);
  white-space: nowrap;
}
.satei-method-body {
  padding: 30px 25px;
  text-align: center;
}
.satei-feature-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}
.satei-feature-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.satei-feature-list li {
  font-size: 1.2rem;
  color: #333;
  padding: 18px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.satei-feature-list li:last-child { border-bottom: none; }
.satei-feature-list .star { width: 1.2em; text-align: center; flex-shrink: 0; color: #999; }
.satei-feature-list .star.filled { color: #333; }
.satei-method-btn {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition: opacity .2s;
}
.satei-method-btn:hover { opacity: .85; }
.satei-method-btn--line { background: #00B902; color: #fff !important; }
.satei-method-btn--form { background: #E9A29A; color: #fff !important; }
.satei-method-btn--fax { background: #E9A29A; color: #fff !important; }
.satei-notice-wrap {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  padding: 40px 0;
}
.satei-notice-img {
  flex-shrink: 0;
  width: 250px;
}
.satei-notice-img img { width: 100%; }
.satei-notice-text { flex: 1; }
.satei-notice-text h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", serif;
  text-align: center;
}
.satei-notice-text h3 span {
  background: linear-gradient(transparent 60%, #EFBDB8 60%);
}
.satei-notice-text p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 15px;
}
/* --- パンくずリスト（全ページ共通） --- */
.breadcrumb {
  padding: 12px 0 4px;
  font-size: .88rem;
  color: #888;
  line-height: 1.6;
}
.breadcrumb a {
  color: #C52929;
  text-decoration: none;
  transition: opacity .2s;
}
.breadcrumb a:hover { opacity: .7; text-decoration: underline; }
.breadcrumb span { color: #555; }
@media (max-width: 768px) {
  .breadcrumb { font-size: .8rem; padding: 10px 0 4px; }
}

/* --- 関連ページ（内部リンク強化） --- */
.related-pages {
  padding: 50px 0 30px;
  background: #FEFCFC;
}
.related-pages__title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 30px;
  position: relative;
}
.related-pages__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #E9A29A;
  margin: 12px auto 0;
}
.related-pages__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
}
.related-pages__card {
  display: flex;
  flex-direction: column;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #E9A29A;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  transition: all .2s;
}
.related-pages__card:hover {
  background: #FEF8F3;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(233,162,154,.2);
}
.related-pages__label {
  font-size: 1.05rem;
  font-weight: 700;
  color: #C52929;
  margin-bottom: 6px;
}
.related-pages__desc {
  font-size: .88rem;
  color: #555;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .related-pages__grid { grid-template-columns: 1fr; gap: 12px; max-width: 92%; }
  .related-pages { padding: 36px 0 20px; }
  .related-pages__title { font-size: 1.35rem; }
}

/* --- AIO 結論先出し要約ブロック --- */
.page-summary {
  background: #FEF8F3;
  border-left: 6px solid #E9A29A;
  padding: 24px 30px;
  margin: 30px auto;
  max-width: 900px;
  border-radius: 4px;
}
.page-summary__lead {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  line-height: 1.8;
  margin: 0 0 14px;
}
.page-summary__points {
  margin: 0;
  padding-left: 1.4em;
  list-style: none;
}
.page-summary__points li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 6px;
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
}
.page-summary__points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #C52929;
  font-weight: 700;
}
@media (max-width: 768px) {
  .page-summary { padding: 18px 20px; margin: 20px 12px; }
  .page-summary__lead { font-size: 1rem; }
  .page-summary__points li { font-size: .92rem; }
}

/* --- お客さまの声 個別ページ ページャー --- */
.koe-pager {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: stretch;
  margin: 50px 0 30px;
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.koe-pager__item { display: flex; }
.koe-pager__item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 14px 18px;
  background: #FEF8F3;
  border: 1px solid #E9A29A;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  transition: background .2s;
  line-height: 1.5;
}
.koe-pager__item a:hover { background: #fbe6df; }
.koe-pager__item--prev a { text-align: left; }
.koe-pager__item--next a { text-align: right; }
.koe-pager__item--list a,
.koe-pager__item--list a:link,
.koe-pager__item--list a:visited {
  background: #C52929;
  border-color: #C52929;
  color: #fff !important;
  font-weight: 700;
  text-align: center;
  padding: 14px 28px;
  white-space: nowrap;
}
.koe-pager__item--list a:hover { background: #a31e1e; color: #fff !important; }
.koe-pager__label { font-size: .85rem; color: #C52929; }
.koe-pager__title { font-size: .95rem; font-weight: 700; margin-top: 4px; }
@media (max-width: 768px) {
  .koe-pager {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "prev next" "list list";
  }
  .koe-pager__item--prev { grid-area: prev; }
  .koe-pager__item--next { grid-area: next; }
  .koe-pager__item--list { grid-area: list; }
}

/* --- アクセシビリティ用 視覚非表示（SEO目的のh1等） --- */
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* --- 宅配買取ページ --- */
.takuhai-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: stretch;
}
.takuhai-cards--single {
  grid-template-columns: 1fr;
  max-width: 600px;
  margin: 0 auto;
}
.takuhai-card {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.takuhai-card__header {
  border: 2px solid #ccc;
  padding: 12px 10px;
  text-align: center;
}
.takuhai-card__header h3 {
  font-size: clamp(.95rem, 1.1vw, 1.1rem);
  font-weight: 700;
  color: #333;
  margin: 0;
  white-space: normal;
  line-height: 1.3;
  word-break: keep-all;
}
.takuhai-card__header--green { border-color: #8BC78B; background: #8BC78B; }
.takuhai-card__header--green h3 { color: #fff; }
.takuhai-card__header--pink { border-color: #E9A29A; background: #E9A29A; }
.takuhai-card__header--pink h3 { color: #fff; }
.takuhai-card__header--orange { border-color: #D4B896; background: #D4B896; }
.takuhai-card__header--orange h3 { color: #fff; }
.takuhai-card__header--beige { border-color: #9E9E9E; background: #9E9E9E; }
.takuhai-card__header--beige h3 { color: #fff; }
.takuhai-card__header--premium { border-color: #D4A84B; background: #D4A84B; }
.takuhai-card__header--premium h3 { color: #fff; }
.takuhai-card__catch {
  font-size: .95rem;
  color: #333;
  line-height: 1.6;
  margin: 12px 0 0;
  text-align: center;
}
.takuhai-card__body {
  padding: 0 10px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-top: 15px;
  flex: 1;
}
.takuhai-item {
  border-bottom: 1px solid #ccc;
  padding: 12px 4px;
  text-align: center;
  font-size: clamp(.82rem, .95vw, .95rem);
  line-height: 1.65;
  color: #333;
  word-break: keep-all;
}
.takuhai-item:last-of-type {
  border-bottom: none;
}
.takuhai-item__title {
  font-weight: 700;
  margin-bottom: 5px;
}
.takuhai-item p {
  margin: 0;
}
.takuhai-btn {
  display: block;
  width: 100%;
  padding: 13px 6px;
  margin-top: 15px;
  text-align: center;
  color: #fff !important;
  font-size: clamp(.85rem, 1vw, 1rem);
  font-weight: 700;
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity .2s;
  white-space: normal;
  word-break: keep-all;
  line-height: 1.3;
  border-radius: 8px;
}
.takuhai-btn:hover { opacity: .85; }
.takuhai-btn--pink { background: #E9A29A; }
.takuhai-btn--green { background: #8BA89A; }
.takuhai-btn--orange { background: #D4B896; }
.takuhai-btn--gray { background: #6B6B6B; }
.takuhai-btn--gold { background: #D4A84B; border-radius: 4px; }
.takuhai-card__header--wide {
  border: none;
  border-radius: 0;
  padding: 16px 20px;
}
.takuhai-simulation-banner {
  display: block;
  transition: opacity .2s;
}
.takuhai-simulation-banner:hover { opacity: .85; }
.takuhai-simulation-banner img {
  width: 100%;
  max-width: 700px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

/* --- ブランドページ（全幅） --- */
.brand-content-full {
  width: 100%;
}
.brand-content-full img {
  max-width: 100%;
  height: auto;
}

/* --- 店頭買取ページ --- */
.tento-sub-pink {
  color: #E9A29A;
  font-weight: 700;
  line-height: 1.4;
}
.tento-heading-large {
  font-size: 2.8rem;
  font-weight: 700;
  color: #333;
  margin: 10px 0 30px;
  line-height: 1.3;
}
.tento-circle-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #8B1A1A;
  color: #fff;
  border-radius: 50%;
  font-size: 2.2rem;
  font-weight: 700;
  vertical-align: middle;
  margin: 0 5px;
}
.tento-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.tento-step {
  text-align: center;
}
.tento-step__label {
  font-size: 1.3rem;
  color: #666;
  margin-bottom: 10px;
}
.tento-step img {
  max-height: 200px;
  width: auto;
}
.tento-step__arrow {
  font-size: 2.5rem;
  color: #ccc;
  margin: 30px 10px 0;
}
.tento-btn-dark {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 30px;
  background: #555;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  transition: opacity .2s;
}
.tento-btn-dark:hover { opacity: .85; }
.tento-step-title {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.tento-step-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #E9A29A;
}
.tento-step-title span {
  position: relative;
  background: #fff;
  padding: 0 20px;
  font-size: 1.5rem;
  color: #E9A29A;
  font-weight: 700;
}
.section--gray .tento-step-title span {
  background: #FEF8F3;
}
.tento-step-content {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.tento-step-illust {
  flex-shrink: 0;
  width: 220px;
}
.tento-step-illust img {
  width: 100%;
  height: auto;
}
.tento-step-text {
  flex: 1;
}
.tento-cta-btn {
  display: block;
  max-width: 600px;
  margin: 25px auto 0;
  padding: 25px 30px;
  background: #E9A29A;
  color: #fff !important;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border-radius: 12px;
  transition: opacity .2s;
}
.tento-cta-btn:hover { opacity: .85; }
.tento-cta-btn__icon {
  margin-right: 10px;
}
.tento-id-section {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 20px 0;
}
.tento-id-img {
  width: 120px;
  height: auto;
}
.tento-id-list {
  list-style: none;
  padding: 0;
  font-size: 1.125rem;
  line-height: 2;
}
.tento-id-list li::before {
  content: '・';
}

/* --- 事業者さまページ --- */
.biz-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}
.biz-card {
  display: block;
  border: 2px solid #ccc;
  border-radius: 8px;
  padding: 30px 20px;
  text-align: center;
  text-decoration: none;
  transition: opacity .2s;
}
.biz-card:hover { opacity: .8; }
.biz-card--pink { border-color: #E9A29A; }
.biz-card--dark { border-color: #555; }
.biz-card h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.biz-card--pink h3 { color: #E9A29A; }
.biz-card--dark h3 { color: #555; }
.biz-card__icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.biz-card__icon--person {
  background: #E9A29A;
  position: relative;
}
.biz-card__icon--person::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: #f5cec7;
  border-radius: 50%;
}
.biz-card__icon--person::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 45px;
  background: #f5cec7;
  border-radius: 35px 35px 0 0;
}
.biz-card__icon--building {
  background: #555;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.biz-card__icon--building::before {
  content: '🏢';
  font-size: 3.5rem;
}
.biz-card__img {
  width: 120px;
  height: auto;
  margin: 0 auto 20px;
  display: block;
}
.biz-card__link {
  font-size: 1.1rem;
  margin-top: 15px;
}
.biz-card--pink .biz-card__link { color: #E9A29A; }
.biz-card--dark .biz-card__link { color: #555; }
.biz-pink-banner {
  background: #E9A29A;
  padding: 60px 20px;
}
.biz-pink-banner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.biz-pink-banner__phone {
  max-width: 200px;
  width: 100%;
  height: auto;
}
.biz-pink-banner__right {
  text-align: left;
}
.biz-pink-banner__heading {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
.biz-pink-banner__circles {
  display: flex;
  gap: 20px;
}
.biz-cta-btn {
  display: inline-block;
  padding: 25px 50px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
  border-radius: 8px;
  transition: opacity .2s;
  white-space: nowrap;
}
.biz-cta-btn:hover { opacity: .85; }
.biz-cta-btn--blue { background: #87CEEB; }
.biz-circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.biz-circle--white { background: #fff; color: #333; }
.biz-circle--pink { background: #c88a83; color: #fff; }

/* --- 店舗案内ページ --- */
.tenpo-address-wrap {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.tenpo-address-text {
  flex: 1;
}
.tenpo-address-photos {
  flex-shrink: 0;
  width: 45%;
}
.tenpo-address-photos img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.tenpo-reserve-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  border: 2px solid #E9A29A;
  color: #E9A29A !important;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  transition: opacity .2s;
}
.tenpo-reserve-btn:hover { opacity: .7; }
.tenpo-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.tenpo-col {
  min-width: 0;
}
.tenpo-map-btn {
  display: inline-block;
  padding: 18px 50px;
  background: #E9A29A;
  color: #fff !important;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  transition: opacity .2s;
}
.tenpo-map-btn:hover { opacity: .85; }

/* --- 会社概要ページ --- */
.company-sub {
  text-align: center;
  color: #E9A29A;
  font-size: 1rem;
  margin-bottom: 5px;
}
.company-table {
  width: 100%;
  border-collapse: collapse;
}
.company-table tr {
  border-bottom: 1px solid #ddd;
}
.company-table tr:nth-child(even) {
  background: #f7f7f7;
}
.company-table th,
.company-table td {
  padding: 20px 15px;
  font-size: 1.125rem;
  line-height: 1.8;
  vertical-align: top;
}
.company-table th {
  font-weight: 700;
  color: #333;
  width: 180px;
  white-space: nowrap;
}
.company-table td {
  color: #333;
}
.company-link {
  color: #E9A29A;
  text-decoration: none;
}
.company-link:hover {
  text-decoration: underline;
}

/* --- 取扱ブランド一覧ページ --- */
.brand-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.brand-nav__btn {
  display: inline-block;
  padding: 10px 24px;
  border: 2px solid #E9A29A;
  color: #E9A29A !important;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  transition: background .2s, color .2s;
}
.brand-nav__btn:hover {
  background: #E9A29A;
  color: #fff !important;
  opacity: 1;
}
.brand-section {
  margin-bottom: 40px;
}
.brand-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.brand-item {
  display: block;
  width: 140px;
  text-align: center;
  text-decoration: none;
  transition: opacity .2s;
}
.brand-item:hover { opacity: .7; }
.brand-item img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.brand-item__name {
  display: block;
  font-size: .85rem;
  color: #333;
  margin-top: 5px;
  line-height: 1.4;
}

/* --- FAQ一覧ページ --- */
.faq-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.faq-category-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 25px 20px;
  border-bottom: 3px solid #EFBDB8;
}
.faq-category-box__title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  gap: 8px;
}
.faq-category-box__icon {
  font-size: 1.4rem;
}
.faq-category-box__list {
  list-style: none;
  padding: 0;
}
.faq-category-box__list li {
  padding: 8px 0;
  border-bottom: 1px solid #f5f5f5;
  font-size: .95rem;
  line-height: 1.6;
}
.faq-category-box__list li:last-child { border-bottom: none; }
.faq-category-box__list a {
  color: #459fed;
  text-decoration: none;
}
.faq-category-box__list a:hover {
  text-decoration: underline;
  opacity: 1;
}

/* --- お客様の声一覧ページ --- */
.koe-grid--4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.koe-card {
  display: block;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  text-decoration: none;
  transition: box-shadow .2s;
}
.koe-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
  opacity: 1;
}
.koe-card__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}
.koe-card__body {
  padding: 15px;
}
.koe-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}
.koe-card__excerpt {
  font-size: .85rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.koe-card__date {
  font-size: .8rem;
  color: #999;
  margin: 0;
}
.pagination {
  text-align: center;
  margin-top: 40px;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 8px 14px;
  margin: 0 3px;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  font-size: .9rem;
}
.pagination .page-numbers.current {
  background: #E9A29A;
  color: #fff;
  border-color: #E9A29A;
}
.pagination .page-numbers:hover:not(.current) {
  background: #f5f5f5;
}

/* --- 査定フォーム安心バッジ --- */
.satei-badges {
  display: flex; justify-content: center; gap: 20px;
  margin-bottom: 25px; flex-wrap: wrap;
}
.satei-badge {
  display: flex; align-items: center; gap: 10px;
  background: #FEF8F3; border: 1px solid #EFBDB8; border-radius: 50px;
  padding: 12px 24px;
}
.satei-badge__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; background: #E9A29A; color: #fff;
  border-radius: 50%; font-size: .85rem; font-weight: 700; flex-shrink: 0;
}
.satei-badge__text { font-size: .95rem; color: #333; }
.satei-badge__text strong { color: #C52929; }

/* --- カスタムフォーム --- */
.coslab-form { max-width: 800px; margin: 0 auto; }

/* 個人/事業者 切替ボタン */
.form-customer-type-switch {
  display: flex; gap: 0; margin-bottom: 10px;
}
.customer-type-btn {
  flex: 1; padding: 16px 10px; border: 2px solid #E9A29A;
  background: #fff; color: #E9A29A; font-size: 1.1rem; font-weight: 700;
  cursor: pointer; text-align: center; transition: all .25s;
}
.customer-type-btn:first-child { border-radius: 8px 0 0 8px; }
.customer-type-btn:last-child { border-radius: 0 8px 8px 0; }
.customer-type-btn.active { background: #E9A29A; color: #fff; }
.customer-type-btn:hover:not(.active) { background: #FEF8F3; }

/* 初回/リピーター 切替ボタン */
.form-user-type-switch {
  display: flex; gap: 0; margin-bottom: 10px;
}
.user-type-btn {
  flex: 1; padding: 16px 10px; border: 2px solid #E9A29A;
  background: #fff; color: #E9A29A; font-size: 1.1rem; font-weight: 700;
  cursor: pointer; text-align: center; transition: all .25s;
}
.user-type-btn:first-child { border-radius: 8px 0 0 8px; }
.user-type-btn:last-child { border-radius: 0 8px 8px 0; }
.user-type-btn.active { background: #E9A29A; color: #fff; }
.user-type-btn:hover:not(.active) { background: #FEF8F3; }

/* コース選択カード */
.course-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 25px; }
.course-card {
  border: 2px solid #ddd; border-radius: 12px; padding: 20px 15px;
  cursor: pointer; text-align: center; transition: all .25s; position: relative;
  background: #fff;
}
.course-card:hover { border-color: #E9A29A; background: #FEF8F3; }
.course-card.active { border-color: #E9A29A; background: #FEF8F3; box-shadow: 0 0 0 2px #E9A29A; }
.course-card__name {
  font-size: 1.15rem; font-weight: 700; color: #3F3F3F; margin-bottom: 8px;
}
.course-card__id-method {
  font-size: .85rem; color: #C52929; font-weight: 700; margin-bottom: 6px;
  line-height: 1.5;
}
.course-card__desc {
  font-size: .85rem; color: #777; line-height: 1.6;
}
.course-card__check {
  display: none; position: absolute; top: 10px; right: 12px;
  width: 24px; height: 24px; background: #E9A29A; color: #fff;
  border-radius: 50%; font-size: .85rem; line-height: 24px; text-align: center;
}
.course-card.active .course-card__check { display: block; }

/* 予約種別切替 */
.form-reservation-type-switch {
  display: flex; gap: 0; margin-bottom: 10px;
}
.reservation-type-btn {
  flex: 1; padding: 16px 10px; border: 2px solid #E9A29A;
  background: #fff; color: #E9A29A; font-size: 1.1rem; font-weight: 700;
  cursor: pointer; text-align: center; transition: all .25s;
}
.reservation-type-btn:first-child { border-radius: 8px 0 0 8px; }
.reservation-type-btn:last-child { border-radius: 0 8px 8px 0; }
.reservation-type-btn.active { background: #E9A29A; color: #fff; }
.reservation-type-btn:hover:not(.active) { background: #FEF8F3; }

/* お問合せ種別連動 */
.form-inquiry-number { display: none; }
.form-section-title {
  font-size: 1.3rem; font-weight: 700; color: #333;
  padding: 12px 15px; background: #FEF8F3; border-left: 4px solid #E9A29A;
  margin: 30px 0 20px;
}
.form-field { margin-bottom: 20px; }
.form-label {
  display: block; font-size: 1rem; font-weight: 700; color: #333;
  margin-bottom: 6px;
}
.form-label .required {
  display: inline-block; background: #C52929; color: #fff;
  font-size: .7rem; padding: 2px 6px; border-radius: 3px;
  margin-left: 8px; vertical-align: middle;
}
.form-help { font-size: .85rem; color: #555; margin-top: 4px; }
.form-input, .form-select, .form-textarea {
  width: 100%; padding: 12px 14px; border: 1px solid #ccc;
  border-radius: 6px; font-size: 1rem; color: #333;
  font-family: inherit; transition: border-color .2s;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-color: #E9A29A; outline: none; box-shadow: 0 0 0 3px rgba(233,162,154,.15);
}
.form-input.is-invalid { border-color: #C52929; }
.form-textarea { min-height: 120px; resize: vertical; }
.form-error { color: #C52929; font-size: .85rem; margin-top: 4px; min-height: 1.2em; }
.label-error {
  color: #C52929; font-size: .8rem; font-weight: 400;
  margin-left: 10px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-row--3 { grid-template-columns: 3fr 2fr; }

/* ラジオ・チェックボックス */
.form-radio-group { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }
.form-radio-label, .form-check-label {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 18px; border: 1px solid #ccc; border-radius: 6px;
  cursor: pointer; font-size: 1rem; transition: border-color .2s, background .2s;
}
.form-radio-label:hover, .form-check-label:hover { border-color: #E9A29A; }
.form-radio-label input:checked + span,
.form-check-label input:checked + span { color: #C52929; font-weight: 700; }
.form-radio-label:has(input:checked),
.form-check-label:has(input:checked) {
  border-color: #E9A29A; background: #FEF8F3;
}

/* 署名キャンバス */
.sig-wrap { border: 1px solid #ccc; border-radius: 6px; overflow: hidden; background: #fff; }
.sig-canvas { width: 100%; height: 120px; cursor: crosshair; display: block; touch-action: none; }
.sig-clear {
  display: block; width: 100%; padding: 8px; border: none;
  background: #f5f5f5; color: #555; font-size: .85rem;
  cursor: pointer; border-top: 1px solid #ccc;
}
.sig-clear:hover { background: #eee; color: #333; }

/* タブ */
.form-tabs-nav { display: flex; gap: 0; margin-bottom: 0; }
.form-tab-btn {
  flex: 1; padding: 14px 10px; border: 1px solid #ccc;
  background: #f5f5f5; color: #444; font-size: .95rem; font-weight: 700;
  cursor: pointer; text-align: center; transition: background .2s;
}
.form-tab-btn:first-child { border-radius: 8px 0 0 0; }
.form-tab-btn:last-child { border-radius: 0 8px 0 0; }
.form-tab-btn.active { background: #E9A29A; color: #fff; border-color: #E9A29A; }
.form-tab-panel { display: none; padding: 25px 20px; border: 1px solid #ccc; border-top: none; border-radius: 0 0 8px 8px; }
.form-tab-panel.active { display: block; }

/* 複製ブロック */
.form-dup-item { padding: 20px; border: 1px dashed #ccc; border-radius: 8px; margin-bottom: 15px; position: relative; }
.form-dup-template { padding: 20px; border: 1px dashed #ccc; border-radius: 8px; margin-bottom: 15px; }
/* ジャンル選択 */
.genre-select { flex-direction: row !important; }
.genre-select .form-radio-label { flex: 1; justify-content: center; text-align: center; }

.form-dup-label {
  font-size: 1.1rem; font-weight: 700; color: #E9A29A;
  margin-bottom: 15px; padding-bottom: 8px; border-bottom: 2px solid #EFBDB8;
}
.form-dup-add {
  display: block !important; width: 100% !important; padding: 12px !important;
  border: 2px dashed #E9A29A !important;
  background: none !important; color: #E9A29A !important;
  font-size: 1.1rem !important; font-weight: 700 !important;
  cursor: pointer !important; border-radius: 8px !important;
  text-align: center !important; margin-top: 10px !important;
}
.form-dup-add:hover { background: #FEF8F3 !important; }
.form-dup-remove {
  display: block !important; margin: 10px 0 0 auto !important; padding: 4px 12px !important;
  background: #ccc !important; border: none !important; color: #fff !important;
  font-size: .7rem !important; cursor: pointer !important; border-radius: 20px !important;
  transition: background .2s;
}
.form-dup-remove:hover { background: #C52929 !important; color: #fff !important; }

/* 送信ボタン */
.form-submit-btn {
  display: block !important; width: 100% !important; padding: 18px !important;
  background: #e57777 !important; color: #fff !important;
  font-size: 1.3rem !important; font-weight: 700 !important;
  border: none !important; border-radius: 8px !important; cursor: pointer !important;
  transition: background .2s, color .2s; margin-top: 30px !important;
}
.form-submit-btn:hover { background: #EFBDB8 !important; color: #fff !important; }
.form-submit-btn:disabled { background: #ccc !important; color: #fff !important; cursor: not-allowed !important; }

/* 成功メッセージ */
.form-success { text-align: center; padding: 60px 20px; }
.form-success__icon { font-size: 3rem; margin-bottom: 15px; }
.form-success h3 { font-size: 1.5rem; color: #333; margin-bottom: 15px; }
.form-success p { font-size: 1.125rem; color: #555; }

/* 確認ページ */
.form-confirm { max-width: 800px; margin: 0 auto; }
.form-confirm__title {
  font-size: 1.8rem; font-weight: 700; color: #333; text-align: center;
  margin-bottom: 10px; font-family: "Times New Roman", "游明朝", "Yu Mincho", serif;
}
.form-confirm__desc { text-align: center; font-size: 1rem; color: #555; margin-bottom: 30px; }
.form-confirm__table { width: 100%; border-collapse: collapse; margin-bottom: 30px; }
.form-confirm__table th, .form-confirm__table td {
  padding: 14px 15px; font-size: 1rem; line-height: 1.6;
  border-bottom: 1px solid #eee; vertical-align: top;
}
.form-confirm__table th {
  width: 180px; font-weight: 700; color: #333; background: #FEF8F3; white-space: nowrap;
}
.form-confirm__table td { color: #333; }
.form-confirm__buttons { display: flex; gap: 20px; justify-content: center; }
.form-confirm__back {
  padding: 16px 40px; background: #fff; color: #333; font-size: 1.1rem; font-weight: 700;
  border: 2px solid #ccc; border-radius: 8px; cursor: pointer; transition: background .2s;
}
.form-confirm__back:hover { background: #f5f5f5; }
.form-confirm__send {
  padding: 16px 60px; background: #e57777; color: #fff; font-size: 1.3rem; font-weight: 700;
  border: none; border-radius: 8px; cursor: pointer; transition: background .2s;
}
.form-confirm__send:hover { background: #EFBDB8; color: #fff; }
.form-confirm__send:disabled { background: #ccc; cursor: not-allowed; }

/* サンキューページ */
.form-thanks { text-align: center; padding: 60px 20px; }
.form-thanks__icon { font-size: 4rem; margin-bottom: 20px; }
.form-thanks__title {
  font-size: 2rem; font-weight: 700; color: #333; margin-bottom: 20px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", serif;
}
.form-thanks__text { font-size: 1.125rem; color: #555; line-height: 1.8; margin-bottom: 15px; }
.form-thanks__buttons { margin-top: 30px; }
.form-thanks__btn {
  display: inline-block; padding: 16px 50px; background: #E9A29A; color: #fff !important;
  font-size: 1.1rem; font-weight: 700; text-decoration: none; border-radius: 8px; transition: opacity .2s;
}
.form-thanks__btn:hover { opacity: .85; }

/* ハニーポット */
.form-hp { position: absolute; left: -9999px; opacity: 0; height: 0; }

/* ピンク背景ブロック */
.form-pink-block { background: rgba(255,234,240,.5); padding: 25px; border-radius: 8px; margin-bottom: 20px; }

/* ファイルアップロード */
.form-file-input { padding: 10px; }

/* フォーム工事中メッセージ --- */
.form-maintenance {
  text-align: center;
  padding: 60px 20px;
  max-width: 600px;
  margin: 0 auto;
}
.form-maintenance__icon {
  font-size: 3rem;
  margin-bottom: 15px;
}
.form-maintenance__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", serif;
}
.form-maintenance__text {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 30px;
}
.form-maintenance__btn {
  display: inline-block;
  padding: 20px 50px;
  background: #00B902;
  color: #fff !important;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  transition: opacity .2s;
}
.form-maintenance__btn:hover { opacity: .85; }
.form-maintenance__sub {
  font-size: .9rem;
  color: #999;
  margin-top: 15px;
}

.satei-attention-list {
  max-width: 900px;
  margin: 0 auto;
}
.satei-attention-list p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 12px;
}
.satei-attention-list a { color: #333; }

/* --- Typography --- */
.section-title {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  color: #333;
  line-height: 1.4;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", serif;
}
.section-title span { color: #C52929; }
.section-subtitle {
  text-align: center;
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 25px;
  letter-spacing: .1em;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", serif;
  font-weight: 600;
}
.satei-flow-image {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 900px;
}
.satei-flow-image img {
  width: 100%;
}

/* ============================================
   Header
   ============================================ */

/* --- Header Topbar --- */
.header-topbar {
  background: #F5F5F5;
  text-align: center;
  font-size: 0.75rem;
  padding: 5px 10px;
  color: #A5A5A5;
}

/* --- Header Main --- */
.header-main {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-main__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 12px 30px;
}

/* --- Header Logo --- */
.header-logo { flex-shrink: 0; }
.header-logo img { width: 200px; height: auto; }

/* --- Header Nav --- */
.header-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header-nav__list {
  display: flex;
  gap: 0;
  align-items: center;
}
.header-nav__list > li {
  position: relative;
  padding: 10px 14px;
}
.header-nav__list > li > a {
  color: #333;
  font-size: .85rem;
  font-weight: 400;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-nav__list > li > a:hover { color: #333; }

/* --- Caret (ドロップダウン矢印) --- */
.caret {
  width: 10px;
  color: #999;
  transition: transform .2s;
}
li.has-submenu:hover .caret {
  transform: rotate(180deg);
}

/* --- Submenu (ドロップダウン) --- */
.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 220px;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
  border-radius: 0 0 4px 4px;
  z-index: 200;
  padding: 8px 0;
}
.submenu a {
  display: block;
  padding: 8px 16px;
  color: #333;
  font-size: .85rem;
  white-space: nowrap;
}
.submenu a:hover {
  background: #f8f6f4;
  opacity: 1;
}
li.has-submenu:hover .submenu {
  display: block;
}

/* --- Header Burger (ハンバーガーメニュー) --- */
.header-burger {
  display: none;
  background: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  padding: 8px 7px;
  flex-direction: column;
  gap: 5px;
  margin-left: auto;
}
.header-burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #999;
  transition: transform .3s, opacity .3s;
}
.header-burger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.header-burger.active span:nth-child(2) { opacity: 0; }
.header-burger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================
   CTA Bar (ヘッダー下 2分割)
   ============================================ */
.cta-bar {
  display: flex;
  width: 100%;
  padding: 0;
  background: #fff;
  z-index: 99;
}
.cta-btn-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
}
.cta-btn-bar:hover { opacity: .85; }
.cta-btn-bar--line {
  background: #00B902 !important;
  color: #fff !important;
  flex: 1;
}
.cta-btn-bar--form {
  background: #87C2CE !important;
  color: #fff !important;
  flex: 1;
}
.cta-btn-bar svg { flex-shrink: 0; }

/* --- CTA Buttons (中間CTA等) --- */
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
}
.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,.2);
  opacity: 1;
  color: #fff;
}
.cta-btn--line { background: #00B902; }
.cta-btn--mail { background: #87C2CE; }
.cta-btn--tel { background: #C52929; }
.cta-btn--large {
  font-size: 1.5rem !important;
  padding: 20px 50px !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 0 rgba(0,0,0,.2);
}
.cta-btn--large { padding: 18px 40px; font-size: 1.2rem; }

/* ============================================
   News
   ============================================ */
.news-section { padding: 20px 0; }
.news-heading {
  color: #C52929 !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  margin-bottom: 5px !important;
  font-family: inherit !important;
}
.news-ticker__wrap {
  overflow: hidden;
  height: 2em;
  position: relative;
}
.news-ticker__track {
  display: flex;
  flex-direction: column;
  animation: newsTicker 8s ease-in-out infinite;
}
.news-ticker__item {
  display: flex;
  gap: 15px;
  align-items: baseline;
  height: 2em;
  flex-shrink: 0;
  line-height: 2em;
}
.news-date { color: #333; font-size: .85rem; white-space: nowrap; }
.news-text { font-size: .95rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #333; }
.news-text a { color: #C52929; }

@keyframes newsTicker {
  0%, 20%   { transform: translateY(0); }
  25%, 45%  { transform: translateY(-2em); }
  50%, 70%  { transform: translateY(-4em); }
  75%, 95%  { transform: translateY(-6em); }
  100%      { transform: translateY(0); }
}

/* ============================================
   Hero
   ============================================ */
.hero {
  background: url('https://www.kaitorisenmon.com/wp-content/uploads/2024/03/header-back-2.jpg') center center / cover no-repeat,
              #f8e8e8;
  text-align: center;
  padding: 40px 20px 40px;
  color: #333;
  position: relative;
}
.hero__box {
  max-width: 780px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  line-height: 0;
  font-size: 0;
}
.hero__box img {
  width: 100%;
  height: auto;
  display: block;
}
.hero__catch {
  margin: 0;
  padding: 0;
}
/* カテゴリページ用：全幅ヒーロー */
body .hero--category {
  padding: 0 !important;
  background: none !important;
  width: 100% !important;
  max-width: 100% !important;
}
body .hero--category .hero__box,
body .hero__box--wide {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
body .hero--category .hero__box img,
body .hero__box--wide img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* --- Pink Banner --- */
.pink-banner {
  background: #E9A29A;
  padding: 40px 20px;
  text-align: center;
}
.pink-banner__text {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

/* --- Sub Text --- */
.sub-text-section {
  padding: 30px 20px;
  text-align: center;
  background: #FEFCFC;
}
.sub-text-section p {
  font-size: 1.1rem;
  color: #3F3F3F;
  margin-bottom: 8px;
}
.sub-text-section strong {
  color: #C52929;
  font-size: 1.3rem;
}

/* --- Pink Heading --- */
.pink-heading-section {
  padding: 10px 20px 0;
  text-align: center;
  background: #FEFCFC;
}
.pink-heading-section__text {
  color: #E9A29A;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", serif;
}
.separator {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  height: 1px;
  background: #ccc;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* ============================================
   Brand Grid
   ============================================ */
.brand-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  max-width: 1000px;
  margin: 0 auto 30px;
}
.brand-grid__item {
  background: #fff;
  border-radius: 6px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
  transition: box-shadow .2s;
  text-decoration: none;
  display: block;
}
.brand-grid__item:hover { box-shadow: 0 3px 12px rgba(0,0,0,.12); }
.brand-grid__item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.brand-grid__item span {
  display: block;
  font-size: .9rem;
  color: #333;
  padding: 10px 5px;
  font-weight: 500;
}
.brand-note {
  text-align: center;
  margin-bottom: 20px;
  color: #666;
  font-size: .95rem;
}
.brand-btn-wrap {
  text-align: center;
}
.brand-btn-wrap img {
  display: inline-block;
  max-width: 100%;
  cursor: pointer;
  transition: opacity .2s;
}
.brand-btn-wrap img:hover { opacity: .85; }

/* ============================================
   CTA Image Section (PC/SP切替)
   ============================================ */
.cta-image-section {
  background: #E9A29A;
  padding: 40px 20px;
}
.cta-image-section__inner {
  max-width: 900px;
  margin: 0 auto;
}
/* PC */
.cta-image-pc { text-align: center; }

/* 上段: スマホ画像 + 吹き出し + キャッチ */
.cta-top { display: flex; align-items: center; justify-content: center; gap: 30px; margin-bottom: 20px; }
.cta-top__phone { flex-shrink: 0; }
.cta-top__phone img { max-width: 180px; width: 100%; }
.cta-top__text { text-align: center; }
.cta-catch {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", serif;
  text-shadow: 1px 1px 3px rgba(0,0,0,.1);
}

/* 区切り線 */
.cta-divider { width: 100%; height: 1px; background: rgba(255,255,255,.4); margin: 20px 0; }

/* 吹き出し画像 */
.cta-bubble-img { max-width: 400px; width: 100%; margin: 0 auto 15px; }

/* 3ステップ画像 */
.cta-steps-img { text-align: center; margin-bottom: 25px; }
.cta-steps-img img { max-width: 700px; width: 100%; margin: 0 auto; }

/* 下段: LINEボタン + QR */
.cta-bottom { display: flex; align-items: flex-start; justify-content: center; gap: 30px; }
.cta-bottom__left { text-align: left; }
.cta-line-btn { max-width: 500px; width: 100%; transition: opacity .2s; }
.cta-line-btn:hover { opacity: .85; }
.cta-bottom__note { color: rgba(255,255,255,.8); font-size: .85rem; margin: 8px 0 12px; }
.cta-mail-btn { max-width: 400px; width: 100%; transition: opacity .2s; }
.cta-mail-btn:hover { opacity: .85; }
.cta-bottom__qr { text-align: center; flex-shrink: 0; }
.cta-bottom__qr img { max-width: 200px; width: 100%; background: #fff; border-radius: 8px; padding: 10px; }
/* SP */
.cta-image-sp {
  display: none;
  text-align: center;
  padding: 10px 0;
}
.cta-sp-hero { margin-bottom: 10px; }
.cta-sp-hero__row {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.cta-sp-hero__phone {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  margin-left: -10px;
}
.cta-sp-hero__phone img { width: 140px; }
.cta-sp-hero__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 5px;
}
.cta-sp-hero__bubble-img { width: 100%; }
.cta-image-sp__title {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.6;
  font-family: "Times New Roman", "游明朝", serif;
}
.cta-sp-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.cta-sp-buttons .cta-line-btn { max-width: 100%; }
.cta-sp-buttons .cta-mail-btn { max-width: 90%; }

/* ============================================
   Also Buy
   ============================================ */
.also-buy {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.also-buy__item { text-align: center; }
.also-buy__item img { width: 100%; height: auto; margin: 0 auto 10px; }
.also-buy__item span { font-size: .95rem; }

/* ============================================
   Feature Cards
   ============================================ */
.feature-cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.feature-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  display: flex;
  align-items: stretch;
}
.feature-card__img { width: 40%; min-height: 200px; object-fit: cover; flex-shrink: 0; }
.feature-card__body { padding: 25px; flex: 1; }
.feature-card__title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", serif;
}
.feature-card__title .strong { color: #C52929; }
.feature-card__text { font-size: 1.125rem; color: #333; line-height: 2; }
.feature-card__text strong { color: #C52929; }
.feature-card__text a { color: #C52929; text-decoration: underline; }
.feature-card__text small { display: block; margin-top: 5px; }

/* ============================================
   Satei Method
   ============================================ */
.satei-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}
.satei-method {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.satei-method img { width: 80%; max-width: 200px; height: auto; margin: 0 auto 20px; }
.satei-method h3 { font-size: 1.5rem; margin-bottom: 12px; color: #8D2323; font-weight: 700; }
.satei-method p { font-size: 1.125rem; color: #333; text-align: left; line-height: 2; }

/* ============================================
   Flow Steps
   ============================================ */
.flow-steps { max-width: 900px; margin: 0 auto; }
.flow-step {
  margin-bottom: 0;
}
.flow-step__bar {
  background: #E9A29A;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 12px 20px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", serif;
}
.flow-step__body {
  display: flex;
  gap: 25px;
  padding: 30px 20px;
  background: #fff;
  align-items: flex-start;
}
.flow-step__img {
  flex-shrink: 0;
  width: 180px;
}
.flow-step__img img { width: 100%; }
.flow-step__content { flex: 1; }
.flow-step__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #8D2323;
  margin-bottom: 12px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", serif;
}
.flow-step__text { font-size: 1.125rem; color: #333; line-height: 2; }
.flow-step__text strong { color: #333; }
.flow-step__text a { color: #C52929; text-decoration: underline; }
.flow-step__buttons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.flow-step__btn img { max-width: 280px; transition: opacity .2s; }
.flow-step__btn img:hover { opacity: .85; }

/* ============================================
   Box Damage
   ============================================ */
.box-damage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 20px auto;
}
.box-damage__item { text-align: center; }
.box-damage__item img { border-radius: 0; width: 100%; }
.box-damage__item p { font-size: 1rem; color: #333; margin-bottom: 10px; font-weight: 500; }

/* ============================================
   Stats
   ============================================ */
.section--stats {
  background: linear-gradient(135deg, #f9e8e8 0%, #f5f0ec 100%);
  padding: 60px 0;
}
.stats-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-bottom: 20px;
}
.stats-hero__circle {
  flex-shrink: 0;
  width: 240px;
  height: 240px;
  background: #E9A29A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.stats-hero__circle span {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", serif;
  line-height: 1.3;
}
.stats-hero__data { text-align: right; }
.stats-hero__year {
  font-size: 2rem;
  font-weight: 700;
  color: #C52929;
  line-height: 1.3;
  margin-bottom: 0;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", serif;
}
.stats-hero__amount { margin-bottom: 0; line-height: 1.2; }
.stats-hero__num {
  font-size: 5rem;
  font-weight: 700;
  color: #C52929;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", serif;
}
.stats-hero__unit {
  font-size: 1.8rem;
  color: #C52929;
}
.stats-hero__record {
  font-size: 1.8rem;
  font-weight: 700;
  color: #C52929;
  line-height: 1.2;
  margin-bottom: 5px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", serif;
}
.stats-hero__record .stats-hero__num {
  font-size: 4rem;
}
.stat__label { font-size: .85rem; color: #666; margin-bottom: 8px; }
.stats__note {
  text-align: center;
  font-size: .8rem;
  color: #999;
  margin-top: 15px;
}
.stats__sub {
  text-align: center;
  font-size: .95rem;
  color: #333;
  margin-top: 10px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* --- お客様の声 統計+グラフ --- */
.koe-stats-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
.koe-stats-left { flex: 1; }
.koe-stat-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 8px 0;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", serif;
}
.koe-stat-row__label { font-size: 1.8rem; color: #C0967B; font-weight: 600; }
.koe-stat-row__value {
  border-bottom: 3px solid #C52929;
  padding-bottom: 2px;
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
}
.koe-stat-row__num {
  font-size: 4.5rem;
  font-weight: 700;
  color: #C52929;
  line-height: 1;
}
.koe-stat-row__unit { font-size: 1.5rem; color: #C0967B; }
.koe-graph { flex-shrink: 0; }
.koe-graph img { width: 350px; }

/* ============================================
   Jisseki (実績)
   ============================================ */
.jisseki-category {
  font-size: 1.5rem;
  font-weight: 700;
  color: #8D2323;
  text-align: left;
  border-bottom: 2px solid #C52929;
  padding-bottom: 8px;
  margin: 30px 0 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #E9A29A;
}
.jisseki-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.jisseki-slider-wrap { position: relative; }
.jisseki-slider-nav {
  display: none;
}
.jisseki-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
}
.jisseki-item__img { width: 100%; aspect-ratio: 1; object-fit: contain; background: #fff; padding: 10px; }
.jisseki-item__body { padding: 15px; text-align: center; flex: 1; display: flex; flex-direction: column; justify-content: flex-end; }
.jisseki-item__name { font-size: .95rem; font-weight: 600; margin-bottom: 8px; line-height: 1.6; color: #333; flex: 1; }
.jisseki-item__price { color: #C52929; font-weight: 700; font-size: 1.1rem; }

/* ============================================
   Why High Price (理由)
   ============================================ */
.reason-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.reason-card {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  display: flex;
  align-items: center;
  gap: 25px;
}
.reason-card img { height: 100px; width: 100px; flex-shrink: 0; object-fit: contain; }
.reason-card__body { flex: 1; }
.reason-card h3 { font-size: 1.3rem; font-weight: 700; margin-bottom: 10px; color: #333; }
.reason-card p { font-size: 1.125rem; color: #333; text-align: left; line-height: 1.8; }

/* ============================================
   Comparison Table
   ============================================ */
.comparison-table-wrap {
  overflow-x: auto;
  overflow-y: visible;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 50px;
  -webkit-overflow-scrolling: touch;
}
.comparison-table .highlight-col--head { position: relative; }
img.comparison-crown {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: auto;
  margin-bottom: 7px;
}
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  border: 2px solid #C52929;
}
.comparison-table th,
.comparison-table td {
  padding: 12px 15px;
  border: 1px solid #C52929;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}
.comparison-table thead th {
  background: #E9A29A;
  color: #fff;
  font-weight: 700;
}
.comparison-table thead th:first-child { background: #f8f6f4; color: #333; }
.comparison-table .highlight-col {
  background: #E9A29A;
  color: #fff;
  font-weight: 700;
  border-left: 6px solid #D4A84B;
  border-right: 6px solid #D4A84B;
}
.comparison-table .highlight-col--head {
  background: #E9A29A;
  border-top: 6px solid #D4A84B;
}
.comparison-table tbody tr:last-child .highlight-col {
  border-bottom: 6px solid #D4A84B;
}
.comparison-table .check { color: #fff; font-weight: 700; }
.comparison-table .cross { color: #999; }
.comparison-table tbody td:first-child {
  background: #f8f6f4;
  font-weight: 600;
  white-space: nowrap;
}

/* ============================================
   Testimonials
   ============================================ */
.testimonial-slider-wrap {
  position: relative;
  overflow: hidden;
}
.testimonial-cards {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 10px;
}
.testimonial-cards::-webkit-scrollbar { display: none; }
.testimonial-card {
  background: #fff;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  min-width: 320px;
  max-width: 380px;
  flex-shrink: 0;
  scroll-snap-align: start;
}
.testimonial-slider-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}
.testimonial-slider-nav button {
  background: none;
  border: none;
  font-size: 2rem;
  color: #C0967B;
  cursor: pointer;
  padding: 5px 15px;
}
.testimonial-slider-nav button:hover { color: #C52929; }
.testimonial-card__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.testimonial-card__avatar-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-card__meta { font-size: .8rem; color: #333; }
.testimonial-card__date { display: block; font-size: .75rem; color: #333; }
.testimonial-card__stars { color: #f5a623; margin-bottom: 8px; font-size: 1.1rem; }
.testimonial-card__text { font-size: 1.125rem; color: #333; line-height: 1.7; }

/* ============================================
   FAQ
   ============================================ */
.faq-label {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #E9A29A;
  margin-bottom: 30px;
  letter-spacing: .1em;
}
.faq-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin: 0 auto;
}
.faq-item {
  padding: 0;
}
.faq-question {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.faq-q-num {
  font-size: 3rem;
  font-weight: 300;
  color: #bbb;
  line-height: 1;
  font-family: "Times New Roman", serif;
  flex-shrink: 0;
}
.faq-q-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  flex: 1;
}
.faq-question::after {
  content: "+";
  font-size: 1.5rem;
  color: #C52929;
  flex-shrink: 0;
  transition: transform .3s;
}
.faq-item.active .faq-question::after {
  content: "\2212";
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
  font-size: 1.125rem;
  color: #333;
  padding-top: 0;
}
.faq-answer p { margin-bottom: .8em; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer p:first-child strong { color: #C52929; }
.faq-item.active .faq-answer {
  max-height: 800px;
  padding-top: 10px;
}

/* ============================================
   Message
   ============================================ */
.message { margin: 0 auto; }
.message__inner {
  display: flex;
  gap: 30px;
  align-items: stretch;
}
.message__inner > div { flex: 1; }
.message__photo {
  flex: 1;
  border-radius: 8px;
  object-fit: cover;
  width: 50%;
}
.message__inner p,
.message p { margin-bottom: 1em; font-size: 1.125rem; }
.message__sign { text-align: right; font-weight: 700; margin-top: 20px; }

/* --- 安心セクション（写真左+テキスト右） --- */
.anshin-wrap {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.anshin-photo { flex: 1; }
.anshin-photo img { width: 100%; border-radius: 8px; }
.anshin-text { flex: 1; }
.anshin-text p { margin-bottom: 1em; font-size: 1.125rem; line-height: 1.8; }

/* ============================================
   Shop Info
   ============================================ */
.shop-info {
  display: flex;
  gap: 30px;
  margin: 0 auto;
}
.shop-info__text { flex: 1; }
.shop-info__heading { font-size: 1.2rem; margin-bottom: 15px; color: #C0967B; }
.shop-info__text p { font-size: 1rem; margin-bottom: 10px; line-height: 1.8; }
.shop-info__right { flex: 1; }
.shop-info__map-img { width: 100%; border-radius: 6px; margin-bottom: 10px; }
.shop-info__photo { width: 100%; border-radius: 6px; margin-top: 10px; }

/* ============================================
   Social Contribution
   ============================================ */
.social-contribution {
  display: flex;
  gap: 25px;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}
.social-contribution img { width: 300px; flex-shrink: 0; border-radius: 8px; }
.social-contribution__text p { font-size: 1.125rem; margin-bottom: .8em; line-height: 1.8; }
.social-text p { font-size: 1.125rem; margin-bottom: 1em; line-height: 1.8; }
.social-logo-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 25px 0;
}
.social-logo-row img {
  width: 300px;
  flex-shrink: 0;
}
.social-logo-row div { flex: 1; min-width: 0; }

/* ============================================
   Footer CTA (2カラム: LINE + かんたん査定)
   ============================================ */
.footer-cta {
  padding: 0;
  background: #EFBDB8;
}
.footer-cta__inner {
  display: flex;
  width: 100%;
}
.footer-cta__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 30px;
  text-align: center;
}
.footer-cta__col--line {
  background: #00B902;
  color: #fff;
}
.footer-cta__col--form {
  background: #EFBDB8;
  color: #fff;
}
.footer-cta__col h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}
.footer-cta__col p {
  font-size: .9rem;
  margin-bottom: 20px;
  color: #fff;
}
.footer-cta__label {
  font-size: 20px;
}
.footer-cta__btn {
  display: inline-block;
  padding: 18px 80px;
  border-radius: 8px;
  background: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
}
.footer-cta__col--line .footer-cta__btn {
  color: #00B902;
}
.footer-cta__col--form .footer-cta__btn {
  color: #EFBDB8;
}
.footer-cta__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  opacity: 1;
}

/* ============================================
   Footer Hours (営業時間テーブル)
   ============================================ */
.footer-hours {
  background: #fff;
  text-align: center;
  padding: 40px 20px;
  width: 100%;
}
.footer-hours h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #3F3F3F;
}
.hours-table {
  border-collapse: collapse;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 900px;
}
.hours-table th,
.hours-table td {
  border: 1px solid #ddd;
  padding: 15px 20px;
  font-size: 1rem;
}
.hours-table th {
  background: #F5F5F5;
  font-weight: 600;
  color: #3F3F3F;
}
.hours-table td {
  color: #333;
}

/* ============================================
   Site Footer
   ============================================ */
.site-footer {
  background: #333;
  color: #ccc;
  padding: 40px 20px 20px;
}
.site-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* --- Footer Top (ロゴ + 上部リンク) --- */
.footer-top {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #555;
}
.footer-top__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-top__logo {
  margin-bottom: 20px;
}
.footer-top__logo img {
  height: 50px;
  width: auto;
}
.footer-top__links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-top__links a {
  color: #ccc;
  font-size: .85rem;
}
.footer-top__links a:hover { color: #fff; }

/* --- Footer Columns (4カラムグリッド) --- */
.footer-columns {
  margin-bottom: 30px;
}
.footer-columns__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-col h4 {
  color: #fff;
  margin-bottom: 12px;
  font-size: .95rem;
}
.footer-col a {
  display: block;
  color: #ccc;
  font-size: .85rem;
  margin-bottom: 6px;
}
.footer-col a:hover { color: #fff; }

/* --- Footer Bottom --- */
.footer-bottom {
  text-align: center;
  border-top: 1px solid #555;
  padding-top: 20px;
  margin-top: 10px;
  font-size: .8rem;
  color: #999;
}

/* ============================================
   Page Top Button
   ============================================ */
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #E9A29A;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  cursor: pointer;
  opacity: 0;
  transition: opacity .3s;
  z-index: 90;
}
.pagetop.visible { opacity: 1; }

/* ============================================
   Responsive
   ============================================ */

/* --- 1024px以下: ハンバーガー表示、ナビ開閉式 --- */
@media (max-width: 1024px) {
  .header-burger { display: flex; }
  .header-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
    flex-direction: column;
    padding: 10px 0;
    z-index: 200;
    max-height: 80vh;
    overflow-y: auto;
  }
  .header-nav.open { display: flex; }
  .header-nav__list {
    flex-direction: column;
    width: 100%;
  }
  .header-nav__list > li {
    padding: 0;
    border-bottom: 1px solid #f0f0f0;
  }
  .header-nav__list > li > a {
    padding: 15px 20px;
    text-align: left;
    font-size: .95rem;
  }
  .submenu {
    position: static;
    box-shadow: none;
    display: none;
    padding: 0 0 10px 20px;
    min-width: auto;
  }
  .submenu a { padding: 10px 20px; color: #666; }
  li.has-submenu:hover .submenu { display: none; }
  li.has-submenu.sub-open .submenu { display: block; }
}

/* --- 768px以下 --- */
@media (max-width: 768px) {
  .hero { padding: 15px 10px; }
  .hero__box { padding: 20px 10px; }
  .section-title { font-size: 1.3rem; }
  .page-title { font-size: 1.5rem; }
  .page-hero { min-height: 180px; }
  .page-hero__title { font-size: 1.8rem; }
  .satei-methods { grid-template-columns: 1fr; }
  .takuhai-cards { grid-template-columns: repeat(2, 1fr); }
  .takuhai-cards--single { grid-template-columns: 1fr; }
  .tento-heading-large { font-size: 1.8rem; }
  .tento-circle-num { width: 45px; height: 45px; font-size: 1.6rem; }
  .tento-steps { flex-wrap: wrap; }
  .tento-step img { max-height: 150px; }
  .tento-step-content { flex-direction: column; align-items: center; }
  .tento-step-illust { width: 160px; }
  .tento-cta-btn { font-size: 1.2rem; padding: 20px; }
  .biz-cards { grid-template-columns: 1fr; }
  .biz-pink-banner__heading { font-size: 1.4rem; }
  .faq-category-grid { grid-template-columns: 1fr; }
  .koe-grid--4col { grid-template-columns: repeat(2, 1fr); gap: 15px; }
  .brand-item { width: 110px; }
  .brand-nav__btn { padding: 8px 16px; font-size: .9rem; }
  .form-row { grid-template-columns: 1fr; }
  .form-row--3 { grid-template-columns: 1fr; }
  .form-tabs-nav { flex-direction: column; }
  .form-tab-btn:first-child, .form-tab-btn:last-child { border-radius: 0; }
  .form-radio-group { flex-direction: column; }
  .course-cards { grid-template-columns: 1fr; }
  .customer-type-btn, .user-type-btn, .reservation-type-btn { font-size: 1rem; padding: 14px 8px; }
  .form-confirm__table th { width: 120px; font-size: .9rem; }
  .form-confirm__buttons { flex-direction: column-reverse; }
  .form-confirm__back, .form-confirm__send { width: 100%; text-align: center; }
  .biz-circle { width: 120px; height: 120px; font-size: 1rem; }
  .tenpo-address-wrap { flex-direction: column; }
  .tenpo-address-photos { width: 100%; }
  .tenpo-two-col { grid-template-columns: 1fr; gap: 30px; }
  .satei-notice-wrap { flex-direction: column; align-items: center; }
  .satei-notice-text h3 { text-align: center; }
  .satei-notice-text p { text-align: left; }
  .satei-notice-img { width: 200px; }
  .cta-bar { flex-direction: row; }
  .cta-btn-bar { font-size: 1rem; padding: 15px 10px; }
  .pink-banner__text { font-size: 1.4rem; }
  .brand-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 12px;
    padding-bottom: 10px;
  }
  .brand-grid::-webkit-scrollbar { display: none; }
  .brand-grid__item {
    min-width: 180px;
    flex-shrink: 0;
    scroll-snap-align: start;
  }
  .brand-grid__item img { height: 180px; }
  .feature-card { flex-direction: column; }
  .feature-card__img { width: 100%; min-height: auto; }

  /* CTA image: PC非表示、SP表示 */
  .cta-image-pc { display: none !important; }
  .cta-image-sp { display: block; }
  .cta-catch { font-size: 1.4rem; }

  .flow-step__body { flex-direction: column; }
  .flow-step__img { width: 150px; margin: 0 auto; }
  .flow-step__buttons { justify-content: center; }
  .shop-info { flex-direction: column; }
  .message__inner { flex-direction: column-reverse; align-items: center; }
  .message__photo { width: 100%; }
  .anshin-wrap { flex-direction: column; }
  .social-contribution { flex-direction: column; }
  .social-contribution img { margin: 0 auto; }
  .faq-list { grid-template-columns: 1fr; }
  .stats-hero { flex-direction: column; gap: 20px; text-align: center; }
  .stats-hero__circle { width: 200px; height: 200px; }
  .stats-hero__circle span { font-size: 2.2rem; }
  .stats-hero__data { text-align: center; }
  .stats-hero__num { font-size: 2.5rem; }
  .also-buy { gap: 15px; }
  .koe-stats-wrap { flex-direction: column; align-items: center; }
  .koe-stat-row { justify-content: center; }
  .koe-graph { text-align: center; }
  .koe-graph img { width: 100%; max-width: 280px; }
  .comparison-table { font-size: .8rem; }
  .comparison-table th, .comparison-table td { padding: 8px 6px; }
  .box-damage { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .jisseki-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 15px;
    padding-bottom: 10px;
  }
  .jisseki-grid::-webkit-scrollbar { display: none; }
  .jisseki-item {
    min-width: 200px;
    max-width: 200px;
    flex-shrink: 0;
    scroll-snap-align: start;
  }
  .jisseki-slider-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
  }
  .jisseki-slider-nav button {
    background: none;
    border: none;
    font-size: 2rem;
    color: #C0967B;
    cursor: pointer;
    padding: 5px 15px;
  }
  .jisseki-slider-nav button:hover { color: #C52929; }
  .testimonial-card { min-width: 280px; }

  /* フッターCTA 1カラム化 */
  .footer-cta__inner { flex-direction: column; }
  .footer-cta__col { padding: 40px 20px; }

  /* フッターカラム調整 */
  .footer-columns__inner { grid-template-columns: 1fr 1fr; }
  .footer-top { flex-direction: column; align-items: center; text-align: center; }
}

/* --- 480px以下 --- */
@media (max-width: 480px) {
  .hero__catch { font-size: 1.3rem; }
  .brand-grid__item { min-width: 150px; }
  .brand-grid__item img { height: 150px; }
  .pink-heading-section__text { font-size: 1.3rem; }
  .reason-card { flex-direction: column; gap: 10px; padding: 20px; }
  .reason-card img { height: 70px; width: 70px; }
  .reason-card h3 { font-size: 1rem; }
  .jisseki-item { min-width: 170px; }
  .stats--large { gap: 20px; }
  .stat--highlight { padding: 15px 20px; }
  .stat__num { font-size: 1.7rem; }
  .footer-columns__inner { grid-template-columns: 1fr; }
  .footer-top__links { gap: 10px; justify-content: center; }
  .koe-grid--4col { grid-template-columns: 1fr; }
  .satei-methods { grid-template-columns: 1fr; }
  .takuhai-cards { grid-template-columns: 1fr; }
  .footer-follow__inner { grid-template-columns: 1fr; }
  .footer-follow__col { text-align: center; }
  .koe-stats-wrap { flex-direction: column; align-items: center; }
  .koe-stat-row { justify-content: center; }
  .koe-stat-row__label { font-size: 1.3rem; }
  .koe-stat-row__num { font-size: 3rem; }
  .koe-stat-row__unit { font-size: 1.2rem; }
  .koe-graph { text-align: center; }
  .koe-graph img { width: 100%; max-width: 280px; }
}

/* --- PC/SP表示切替 --- */
.pc-only { display: block; }
.sp-only { display: none; }
@media (max-width: 768px) {
  .pc-only { display: none !important; }
  .sp-only { display: block !important; }
}

/* --- 画像ボタン（シャドウ付き） --- */
.shadow-btn { display: inline-block; transition: transform .2s, box-shadow .2s; }
.shadow-btn img { box-shadow: 0 3px 8px rgba(0,0,0,.15); border-radius: 6px; }
.shadow-btn:hover { transform: translateY(-2px); }
.shadow-btn:hover img { box-shadow: 0 6px 16px rgba(0,0,0,.2); }

/* --- 買取の流れ ステップ画像 --- */
.flow-step__img { flex-shrink: 0; width: 140px; text-align: center; }
.flow-step__img img { width: 100%; height: auto; }

/* koe styles moved before media queries */

/* --- CTA 香水画像 --- */
.cta-image-pc__perfume { flex-shrink: 0; }

/* --- フッター Follow セクション（2カラム） --- */
.footer-follow { background: #FEF8F3; padding: 40px 0; }
.footer-follow__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}
.footer-follow__col h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
}
.footer-follow__col:last-child {
  justify-self: end;
}
.footer-follow__sns-row { margin-bottom: 10px; }
.footer-follow__sns-row img { width: 32px; height: 32px; }
.footer-follow__text { font-size: .85rem; color: #666; line-height: 1.8; margin-bottom: 15px; }
.footer-follow__banner img { width: 100%; max-width: 500px; border-radius: 6px; }
.footer-follow__shop-img { width: 100%; max-width: 280px; border-radius: 8px; margin-bottom: 12px; }
.footer-follow__address { font-size: .85rem; color: #555; line-height: 1.8; }
.footer-follow__license { font-size: .8rem; color: #888; margin-top: 4px; }

/* --- スマホ固定LINE CTAバー --- */
.sp-fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.sp-fixed-cta a { display: block; }
.sp-fixed-cta img { display: block; }
/* =============================================
   Elementor フォールバック（page.php 用）
   専用テンプレートがない固定ページの本文を整形
   ============================================= */

/* Elementor テーマビルダーのフッター: functions.phpでロケーション無効化済み */

/* Elementor ヒーロー重複防止（page.phpのヒーローと二重になるため非表示） */
.page-content .elementor > .e-con:first-child,
.page-content .elementor > .e-con:nth-child(2) { display: none; }
.page-content .elementor > .elementor-section:first-child { display: none; }

/* Elementor 外枠リセット */
.page-content .elementor,
.page-content .elementor-inner,
.page-content .elementor-section-wrap { width: 100%; }

.page-content .elementor-section { padding: 20px 0; }

.page-content .elementor-section .elementor-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

/* カラム：横並び → SP縦積み */
.page-content .elementor-row,
.page-content .elementor-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.page-content .elementor-column { flex: 1 1 300px; min-width: 0; }

.page-content .elementor-widget-wrap { padding: 10px 0; }

/* テキスト */
.page-content .elementor-text-editor,
.page-content .elementor-widget-text-editor {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #333;
}

.page-content .elementor-text-editor h2,
.page-content .elementor-widget-heading h2,
.page-content .elementor-widget-container h2,
.page-content h2.elementor-heading-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #3F3F3F;
  margin: 30px 0 15px;
  padding-bottom: 0 !important;
  border-bottom: none !important;
  border: none !important;
}

.page-content .elementor-text-editor h3,
.page-content .elementor-widget-heading h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #3F3F3F;
  margin: 25px 0 10px;
}

.page-content .elementor-text-editor p { margin-bottom: 1em; }

.page-content .elementor-text-editor ul,
.page-content .elementor-text-editor ol {
  margin: 10px 0 20px 1.5em;
  line-height: 2;
}

.page-content .elementor-text-editor a { color: #C52929; text-decoration: underline; }
.page-content .elementor-text-editor a:hover { opacity: .7; }

/* 画像 */
.page-content .elementor-image img,
.page-content .elementor-widget-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px 0;
}

/* ボタン */
.page-content .elementor-button-wrapper { margin: 15px 0; }
.page-content .elementor-button {
  display: inline-block;
  padding: 12px 30px;
  background: #C52929;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  transition: opacity .2s;
}
.page-content .elementor-button:hover { opacity: .8; }

/* テーブル */
.page-content .elementor-text-editor table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
}
.page-content .elementor-text-editor th,
.page-content .elementor-text-editor td {
  border: 1px solid #ddd;
  padding: 10px 12px;
  font-size: 1rem;
  line-height: 1.6;
}
.page-content .elementor-text-editor th {
  background: #FEF8F3;
  font-weight: 700;
  white-space: nowrap;
}

/* 区切り線 */
.page-content .elementor-divider { margin: 20px 0; }
.page-content .elementor-divider-separator {
  border-top: 1px solid #ddd;
}

/* アコーディオン・トグル */
.page-content .elementor-toggle-item,
.page-content .elementor-accordion-item {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
}
.page-content .elementor-tab-title {
  padding: 12px 15px;
  font-weight: 700;
  cursor: pointer;
  background: #FEF8F3;
}
.page-content .elementor-tab-content {
  padding: 15px;
  font-size: 1rem;
  line-height: 1.8;
}

/* 背景セクション対応 */
.page-content .elementor-section[data-settings] {
  background-size: cover;
  background-position: center;
}

/* SP対応 */
@media (max-width: 768px) {
  .page-content .elementor-row,
  .page-content .elementor-container { flex-direction: column; }
  .page-content .elementor-column { flex: 1 1 100%; }
  .page-content .elementor-text-editor h2,
  .page-content .elementor-widget-heading h2 { font-size: 1.3rem; }
  .page-content .elementor-text-editor h3,
  .page-content .elementor-widget-heading h3 { font-size: 1.15rem; }
}

/* Elementor非使用ページの本文整形（素のHTML） */
.page-content .container > h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #3F3F3F;
  margin: 30px 0 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #E9A29A;
}
.page-content .container > h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #3F3F3F;
  margin: 25px 0 10px;
}
.page-content .container > p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 1em;
}
.page-content .container > ul,
.page-content .container > ol {
  margin: 10px 0 20px 1.5em;
  line-height: 2;
  font-size: 1.125rem;
  color: #333;
}
.page-content .container > table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
}
.page-content .container > table th,
.page-content .container > table td {
  border: 1px solid #ddd;
  padding: 10px 12px;
  font-size: 1rem;
  line-height: 1.6;
}
.page-content .container > table th {
  background: #FEF8F3;
  font-weight: 700;
}
.page-content .container img {
  max-width: 100%;
  height: auto;
}
.page-content .container a { color: #C52929; }
.page-content .container a:hover { opacity: .7; }
/* =========================================================
   カテゴリページ本文（page-{slug}.php 経由で the_content() 出力）
========================================================= */
.category-content {
  max-width: 900px;
  margin: 30px auto 0;
}
.category-content img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
.category-content figure { margin: 15px 0; text-align: center; }
.category-content h1,
.category-content h2,
.category-content h3 {
  font-size: 1.3rem !important;
  margin: 20px 0 10px !important;
  line-height: 1.5 !important;
}
.category-content p { line-height: 1.8; margin: 10px 0; }
/* Elementor由来のクラウン等装飾画像のサイズ制御（widthが属性やstyleで大きい場合） */
.category-content img[src*="crown"],
.category-content img[alt*="LINE"],
.category-content img[alt*="現金"],
.category-content img[alt*="買取"] {
  max-width: 120px !important;
}

/* =========================================================
   投稿詳細ページ（single.php）
========================================================= */
.single-post__header {
  padding: 30px 0 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.single-post__title {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 15px;
  font-weight: 700;
}
.single-post__meta {
  font-size: 1rem;
  color: #555;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}
.single-post__date { color: #777; }
.single-post__categories,
.single-post__categories a {
  color: #C52929;
  font-weight: 600;
  font-size: 1rem;
}
.single-post__categories a:hover { text-decoration: underline; }
.single-post__body { font-size: 1rem; line-height: 1.9; }
.single-post__body img { max-width: 100%; height: auto; }
.single-post__body h2 { font-size: 1.4rem; margin: 30px 0 15px; }
.single-post__body h3 { font-size: 1.2rem; margin: 25px 0 12px; }
/* 投稿本文内のカテゴリ/タグ表示（プラグイン由来含む）を読みやすく */
.single-post__body .cat-links,
.single-post__body .tag-links,
.single-post__body .entry-categories,
.single-post__body .entry-tags {
  font-size: 1rem;
  color: #C52929;
  margin-top: 20px;
}
/* Elementor post-info ウィジェット（投稿詳細のカテゴリリンク等） - 最大特異性で上書き */
html body .single-post__body .elementor-post-info,
html body .elementor-post-info,
html body .elementor-widget-post-info {
  font-size: 1.1rem !important;
  line-height: 1.6 !important;
  margin: 20px 0 !important;
}
html body .elementor-post-info *,
html body .elementor-post-info__terms-list,
html body .elementor-post-info__terms-list-item,
html body .elementor-post-info__item,
html body .elementor-post-info__item-prefix,
html body .elementor-post-info__terms-list-item,
html body .elementor-post-info a,
html body .elementor-widget-post-info a,
html body .elementor-widget-post-info li,
html body .elementor-widget-post-info span {
  font-size: 1.1rem !important;
  line-height: 1.6 !important;
}
html body .elementor-post-info a,
html body .elementor-post-info__terms-list-item {
  color: #C52929 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}
html body .elementor-post-info a:hover { text-decoration: underline !important; }
html body .elementor-post-info__icon { font-size: 1.2rem !important; }
@media (max-width: 768px) {
  .single-post__title { font-size: 1.4rem; }
  .single-post__body { font-size: 0.95rem; }
}

/* =========================================================
   ブランドページ（page-brand.php / ACF）
========================================================= */
.brand-lead { padding: 40px 0 20px; }
.brand-lead__catch {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 700;
  color: #222;
}
.brand-lead__genres {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.brand-lead__genre {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}
.brand-lead__genre img {
  width: 100%;
  height: auto;
  display: block;
}
.brand-lead__genre-label {
  display: block;
  padding: 10px;
  font-weight: 700;
  font-size: .95rem;
  color: #333;
}
.brand-lead__intro {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.9;
  color: #333;
}
@media (max-width: 768px) {
  .brand-lead__catch { font-size: 1.3rem; }
  .brand-lead__genres { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}

.brand-prices__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 15px;
}
.brand-prices__item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.brand-prices__inner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  text-decoration: none;
  color: inherit;
  transition: background .15s;
}
a.brand-prices__inner:hover { background: #fafafa; }
.brand-prices__img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}
.brand-prices__body { flex: 1; min-width: 0; }
.brand-prices__name {
  font-size: .9rem;
  line-height: 1.4;
  margin: 0 0 6px;
  color: #333;
}
.brand-prices__price {
  font-size: 1.2rem;
  font-weight: 700;
  color: #C52929;
  margin: 0;
}
.brand-prices__note {
  text-align: center;
  margin-top: 20px;
  font-size: .85rem;
  color: #777;
}
/* cache-bust: 1776300000 */
