@charset "UTF-8";
/*
Theme Name: 繁盛デザイン オリジナルテーマ
Theme URI: https://hanjo-design.com/
Author: 株式会社マルヤカンパニー
Author URI: https://hanjo-design.com/
Description: 飲食店開業のトータルパートナー「繁盛デザイン」の公式コーポレートサイト用オリジナルテーマです。ロゴの配色に合わせた重厚感のあるデザインと、レスポンス対応のワンストップフローが特徴です。
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-menu, featured-images, responsive-layout, theme-options
Text Domain: hanjo-design
*/

/* ==========================================================================
   RESET & BASE STYLES
   ========================================================================== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #333333;
  background-color: #fcfcfc;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul, ol {
  list-style: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
  color: #111111;
  letter-spacing: 0.03em;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: #b3000f;
}

.tc { text-align: center; }
.tl { text-align: left; }

.text-highlight {
  color: #b3000f;
  font-weight: 700;
}

.btn {
  display: inline-block;
  background-color: #b3000f; 
  color: #fff;
  font-weight: 700;
  padding: 16px 50px;
  border-radius: 4px;
  font-size: 16px;
  box-shadow: 0 4px 12px rgba(179, 0, 15, 0.2);
}

.btn:hover {
  background-color: #e62e2e;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(230, 46, 46, 0.3);
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
  color: #111;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.header-upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-logo {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-logo a {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-logo img {
  height: auto; 
  width: 210px;
  object-fit: contain;
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 25px;
}

.header-phone {
  text-align: right;
}

.header-phone .phone-label {
  font-size: 11px;
  color: #111;
  display: block;
}

.header-phone .phone-number {
  font-size: 22px;
  font-weight: 700;
  color: #111;
}

.header-phone .phone-number:hover {
  color: #e62e2e;
}

.header-btn {
  background-color: #b3000f;
  color: #ffffff;
  font-weight: 700;
  padding: 12px 25px;
  border-radius: 4px;
  font-size: 14px;
}

.header-btn:hover {
  background-color: #e62e2e;
}

.header-upper .nav-menu {
  display: none;
}

.header-nav {
  background-color: rgba(0, 0, 0, 0.9);
}

.pc-menu {
  display: flex;
  justify-content: center;
  height: 50px;
}

.pc-nav-item {
  flex: 1;
  text-align: center;
}

.pc-nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.pc-nav-item:last-child a {
  border-right: none;
}

.pc-nav-item a:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #e62e2e;
}

.menu-btn, #menu-toggle {
  display: none;
}

/* ==========================================================================
   MAIN VISUAL
   ========================================================================== */
.main-visual {
  background-color: #111111;
  position: relative;
  overflow: hidden;
  height: 540px;
}

.mv-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
  background-size: cover;
  background-position: center;
}

.mv-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  color: #fff;
  padding: 0 20px;
}

.mv-tag {
  display: inline-block;
  background-color: #b3000f;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 15px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  border-radius: 2px;
}

.mv-title {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}

.mv-title span {
  color: #e62e2e;
}

.mv-lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #f0f0f0;
}

/* ==========================================================================
   CONCEPT & FLOW COMPARISON
   ========================================================================== */
.concept {
  padding: 90px 0;
  background-color: #fff;
}

.concept-brand {
  font-size: 22px;
  font-weight: 700;
  color: #b3000f;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}

.concept-lead {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #111111;
  line-height: 1.4;
}

.concept-text {
  max-width: 850px;
  margin: 0 auto 60px;
  font-size: 16px;
  color: #444444;
  text-align: left;
  background: #fdfefe;
  padding: 30px;
  border-left: 4px solid #b3000f;
  box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.flow-comparison {
  margin-top: 50px;
  background: #fdfdfd;
  padding: 40px 30px;
  border: 1px solid #eeeeee;
  border-radius: 6px;
}

.flow-comp-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #111111;
}

.flow-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

.flow-box {
  padding: 30px 20px;
  border-radius: 6px;
}

.flow-box.other {
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
}

.flow-box.hanjo {
  background-color: #fff5f5;
  border: 2px solid #b3000f;
  position: relative;
}

.flow-box.hanjo .badge {
  position: absolute;
  top: -14px;
  left: 20px;
  background: #b3000f;
  color: #fff;
  font-weight: 700;
  padding: 3px 14px;
  font-size: 12px;
  border-radius: 2px;
}

.flow-box-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
}

.flow-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.step-item {
  background: #fff;
  border: 1px solid #cccccc;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 4px;
  flex: 1;
  text-align: center;
  white-space: nowrap;
}

.flow-box.hanjo .step-item {
  background: #b3000f;
  color: #fff;
  border: none;
}

.flow-box.hanjo .step-item.highlight-step {
  background: #e62e2e;
}

.step-arrow {
  font-size: 12px;
  color: #999999;
  font-weight: bold;
  flex-shrink: 0;
}

.flow-box.hanjo .step-arrow {
  color: #b3000f;
}

/* ==========================================================================
   STRENGTH (3つの理由)
   ========================================================================== */
.strength {
  padding: 90px 0;
  background-color: #f9f9f9;
}

.strength-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.strength-card {
  background-color: #ffffff;
  border: 1px solid #eef0f2;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.03);
  transition: all 0.3s ease;
}

.strength-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.06);
}

.strength-num {
  background-color: #111111;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 15px;
  display: inline-block;
  letter-spacing: 0.05em;
}

.strength-card:nth-child(odd) .strength-num {
  background-color: #b3000f;
}

.strength-body {
  padding: 30px 25px 35px;
}

.strength-card h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #111111;
  font-weight: 700;
  line-height: 1.4;
}

.strength-card h3 span {
  display: block;
  font-size: 14px;
  color: #666;
  font-weight: 500;
  margin-top: 5px;
}

.strength-card p {
  font-size: 14.5px;
  color: #444;
  margin-bottom: 15px;
}

.strength-card ul {
  text-align: left;
  background: #fdf6f6;
  padding: 15px 20px;
  border-radius: 4px;
}

.strength-card ul li {
  font-size: 13.5px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 6px;
  color: #333;
}

.strength-card ul li:last-child {
  margin-bottom: 0;
}

.strength-card ul li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: #b3000f;
  font-weight: bold;
}

/* ==========================================================================
   NUMBERS (実績)
   ========================================================================== */
.numbers-section {
  padding: 70px 0;
  background-color: #111111;
  color: #ffffff;
}

.numbers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 並列カラム数調整 */
  gap: 20px;
  margin-top: 20px;
}

.num-card {
  text-align: center;
  padding: 15px;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.num-card:last-child {
  border-right: none;
}

.num-label {
  font-size: 13px;
  color: #cccccc;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

.num-count {
  font-size: 32px;
  font-weight: 700;
  color: #e62e2e;
}

.num-unit {
  font-size: 14px;
  color: #ffffff;
  margin-left: 2px;
}

/* ==========================================================================
   WORKS (施工事例)
   ========================================================================== */
.works {
  padding: 90px 0;
  background-color: #ffffff;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.works-card {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
  border: 1px solid #eee;
}

.works-img {
  width: 100%;
  height: 220px;
  background-color: #eee;
  object-fit: cover;
}

.works-body {
  padding: 20px;
}

.works-body h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
}

/* ==========================================================================
   CTA AREA
   ========================================================================== */
.cta-section {
  padding: 70px 0;
  background-color: #111111;
  color: #fff;
  border-top: 4px solid #b3000f;
}

.cta-section h2 {
  font-weight: 700;
}

/* ==========================================================================
   POLICY & VOICE / COLUMN
   ========================================================================== */
.policy {
  padding: 90px 0;
  background-color: #ffffff;
}

.policy-content {
  max-width: 900px;
  margin: 0 auto;
  background: #fafafa;
  padding: 40px;
  border: 1px solid #eeedec;
  border-radius: 8px;
}

.policy-content p {
  margin-bottom: 20px;
}

.two-column-section {
  padding: 90px 0;
  background-color: #f9f9f9;
}

.two-column-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.voice-list, .column-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.list-item-card {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  display: flex;
  gap: 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.02);
  border: 1px solid #eee;
}

.list-item-thumb {
  width: 80px;
  height: 80px;
  background: #eee;
  flex-shrink: 0;
  border-radius: 4px;
}

/* ==========================================================================
   AREA SECTION
   ========================================================================== */
.area-section {
  padding: 90px 0;
  background-color: #f9f9f9;
  border-top: 1px solid #eeedec;
}

.area-lead {
  max-width: 800px;
  margin: 0 auto 40px;
  color: #555;
  font-size: 15px;
}

.area-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.area-block {
  background: #ffffff;
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #eef0f2;
  box-shadow: 0 3px 6px rgba(0,0,0,0.02);
}

.area-block h3 {
  font-size: 18px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 20px;
  border-left: 4px solid #b3000f;
  padding-left: 12px;
  line-height: 1.2;
}

.area-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.area-link-item {
  display: block;
  font-size: 13px;
  color: #555;
  background: #fafafa;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #e4eaf0;
}

.area-link-item:hover {
  background: #b3000f;
  color: #ffffff;
  border-color: #b3000f;
  transform: translateX(3px);
}

/* ==========================================================================
   COMPANY
   ========================================================================== */
.company {
  padding: 90px 0;
  background-color: #fff;
}

.company-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
}

.company-table th, .company-table td {
  padding: 18px 20px;
  border-bottom: 1px solid #eeedec;
}

.company-table th {
  width: 25%;
  text-align: left;
  background-color: #fafafa;
  color: #111111;
  font-weight: 700;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
  background-color: #111111;
  color: #dddddd;
  padding: 60px 0 30px;
  font-size: 14px;
  border-top: 1px solid #222222;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 25px;
  margin-bottom: 30px;
}

.footer-logo img {
  max-height: 80px; 
  width: auto;
  filter: brightness(0) invert(1);
  object-fit: contain;
}

.footer-info-text {
  font-size: 13px;
  color: #aaaaaa;
  line-height: 1.6;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}

.footer-links a {
  color: #cccccc;
  font-size: 13px;
}

.footer-links a:hover {
  color: #e62e2e;
  text-decoration: underline;
}

.copyright {
  text-align: center;
  border-top: 1px solid #222222;
  padding-top: 25px;
  font-size: 12px;
  color: #777777;
}

.sp-floating-cta {
  display: none;
}

/* ==========================================================================
   RESPONSIVE DESIGN (992px以下)
   ========================================================================== */
@media (max-width: 992px) {
  body {
    padding-bottom: 75px;
  }

  .header {
    height: 70px;
  }

  .header-upper {
    height: 100%;
    padding: 0 15px;
    border-bottom: none;
    position: relative;
  }

  .header-logo img {
    width: 180px !important;
  }

  .header-phone, .header-btn, .header-nav {
    display: none; 
  }

  /* スマホメニューの制御 */
  .menu-btn {
    display: block;
    font-size: 28px; 
    cursor: pointer;
    color: #666;
    padding: 10px; 
    z-index: 2001;
  }

  .header-upper .nav-menu {
    display: flex; 
    position: fixed;
    top: 70px; 
    left: 100%; 
    width: 100%;
    height: calc(100vh - 70px);
    background-color: #111111;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    transition: left 0.3s ease-in-out;
    z-index: 2000;
    visibility: hidden;
  }

  .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }

  .nav-item a {
    display: block;
    padding: 18px 0;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
  }
  
  #menu-toggle:checked ~ .nav-menu {
    left: 0;
    visibility: visible;
  }

  /* 他社比較フローのスマホ改行崩れ対策 */
  .flow-steps {
    flex-direction: column;
    gap: 10px;
  }

  .step-item {
    width: 100%;
    flex: none;
    padding: 10px;
  }

  .step-arrow {
    transform: rotate(90deg);
    margin: 2px 0;
    display: inline-block;
  }

  /* その他各種要素のレスポンシブ化 */
  .main-visual { height: 460px; }
  .mv-title { font-size: 28px; }
  .mv-lead { font-size: 15px; }
  .concept-lead { font-size: 22px; }
  
  .strength-grid, 
  .works-grid, 
  .two-column-grid, 
  .area-grid, 
  .area-links { 
    grid-template-columns: 1fr; 
  }

  .numbers-grid { 
    grid-template-columns: repeat(2, 1fr); 
    gap: 15px; 
  }

  .num-card { 
    border-right: none; 
    background: rgba(255,255,255,0.05); 
    padding: 15px 10px; 
    border-radius: 4px; 
  }
  
  .sp-floating-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(17, 17, 17, 0.95); 
    padding: 10px 15px;
    box-shadow: 0 -4px 15px rgba(0,0,0,0.3);
    z-index: 2000;
  }

  .floating-btn {
    display: block;
    background-color: #b3000f;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    padding: 14px 0;
    border-radius: 4px;
    font-size: 16px;
    letter-spacing: 0.05em;
  }

  .company-table th, 
  .company-table td { 
    display: block; 
    width: 100%; 
  }

  .company-table th { 
    border-bottom: none; 
    padding-bottom: 5px; 
  }
}

/* sidebar styling */
.sidebar { display: flex; flex-direction: column; gap: 40px; }
.widget-block { background: #fff; border: 1px solid #eeedec; border-radius: 4px; overflow: hidden; }
.widget-title { background: #111; color: #fff; font-size: 15px; font-weight: 700; padding: 12px 20px; letter-spacing: 0.05em; border-left: 4px solid #b3000f; }
.widget-body { padding: 20px; font-size: 14px; }
.widget-link { display: inline-block; margin-top: 10px; color: #b3000f; font-weight: 700; text-decoration: underline; }
.widget-link:hover { color: #e62e2e; }
.widget-list li { border-bottom: 1px solid #eeedec; }
.widget-list li:last-child { border-bottom: none; }
.widget-list a { display: block; padding: 15px 20px; font-size: 14px; font-weight: 500; color: #333; }
.widget-list a:hover { background: #fff5f5; color: #b3000f; }
.widget-banner { background: linear-gradient(135deg, #111 0%, #222 100%); color: #fff; padding: 30px 20px; text-align: center; border-radius: 4px; border-top: 4px solid #b3000f; }
.widget-banner h4 { font-size: 18px; font-weight: 700; line-height: 1.4; margin-bottom: 10px; }
.widget-banner h4 span { color: #e62e2e; }
.widget-banner p { font-size: 12px; color: #ccc; margin-bottom: 20px; }
.widget-banner a { display: block; background: #b3000f; color: #fff; font-weight: 700; padding: 12px; border-radius: 4px; font-size: 14px; }
.widget-banner a:hover { background: #e62e2e; }

/* Sub Page Common & Single/Archive Layout */
.sub-page-header { background: linear-gradient(135deg, #070707 0%, #1c1c1c 100%); padding: 50px 0; color: #fff; text-align: center; border-bottom: 4px solid #b3000f; }
.sub-header-tag { display: inline-block; background: #b3000f; font-size: 12px; font-weight: 700; padding: 3px 12px; margin-bottom: 10px; border-radius: 2px; }
.sub-header-title { font-size: 26px; font-weight: 700; letter-spacing: 0.05em; line-height: 1.4; }
.sub-page-container { display: grid; grid-template-columns: 2.5fr 1fr; gap: 50px; margin-top:90px; margin-bottom: 90px; align-items: start; }
.entry-card { background: #fff; border: 1px solid #eeedec; padding: 40px; border-radius: 6px; box-shadow: 0 4px 15px rgba(0,0,0,0.01); }
.entry-header { margin-bottom: 30px; border-bottom: 1px solid #eeedec; padding-bottom: 15px; font-size: 13px; color: #666; display: flex; gap: 15px; }
.entry-content { line-height: 1.8; font-size: 16px; }
.entry-content h2 { font-size: 22px; font-weight: 700; border-left: 4px solid #b3000f; padding-left: 15px; margin: 40px 0 20px; color: #111; }
.entry-content h3 { font-size: 18px; font-weight: 700; margin: 30px 0 15px; color: #111; }
.entry-content p { margin-bottom: 20px; }

@media (max-width: 992px) {
  .sub-page-container { grid-template-columns: 1fr; gap: 40px; }
  .entry-card { padding: 25px; }
  .sub-header-title { font-size: 20px; }
}

/* Page Standard Layout (No Sidebar) */
.page-single-content { max-width: 900px; margin: 0 auto; background: #fff; border: 1px solid #eeedec; padding: 50px 40px; border-radius: 6px; }
.margin-bottom-90 { margin-bottom: 90px; }
@media (max-width: 992px) { .page-single-content { padding: 30px 20px; } }

/* LP Template Full Width styling */
.lp-main-container { width: 100%; overflow: hidden; }
.lp-content-builder .alignfull { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); max-width: 100vw; width: 100vw; }

/* Archive list custom styling */
.archive-list-wrapper { display: flex; flex-direction: column; gap: 25px; }
.archive-item { align-items: center; border: 1px solid #eeedec; transition: all 0.3s ease; }
.archive-item:hover { border-color: #b3000f; transform: translateY(-2px); box-shadow: 0 4px 15px rgba(0,0,0,0.04); }
.archive-item-body { display: flex; flex-direction: column; gap: 8px; text-align: left; width: 100%; }
.archive-item-date { font-size: 12px; color: #777; }
.archive-item-title { font-size: 18px; font-weight: 700; color: #111; line-height: 1.4; }
.archive-item-title a:hover { color: #b3000f; }
.archive-item-excerpt { font-size: 14px; color: #555; line-height: 1.6; }
/* Pagination styling */
.pagination-wrapper { margin-top: 40px; display: flex; justify-content: center; gap: 8px; }
.pagination-wrapper .page-numbers { display: inline-block; padding: 8px 16px; background: #fff; border: 1px solid #eeedec; color: #111; font-weight: 700; border-radius: 4px; }
.pagination-wrapper .page-numbers.current { background: #b3000f; color: #fff; border-color: #b3000f; }
.pagination-wrapper a.page-numbers:hover { background: #111; color: #fff; border-color: #111; }

/* 404 Page styling */
.error-404-section { padding: 120px 0; background: #ffffff; }
.error-num { font-size: 82px; font-weight: 700; color: #eeedec; display: block; line-height: 1; margin-bottom: 20px; letter-spacing: 0.05em; }
.error-title { font-size: 28px; font-weight: 700; color: #111; margin-bottom: 25px; }
.error-text { max-width: 700px; margin: 0 auto 40px; font-size: 15px; color: #555; line-height: 1.8; }
.error-actions { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.btn-secondary { display: inline-block; background-color: #111; color: #fff; font-weight: 700; padding: 16px 50px; border-radius: 4px; font-size: 16px; }
.btn-secondary:hover { background-color: #333; transform: translateY(-2px); }

/* Search form styling */
.search-form { width: 100%; margin-bottom: 30px; }
.search-box-inner { display: flex; border: 1px solid #eeedec; border-radius: 4px; overflow: hidden; }
.search-field { flex: 1; padding: 12px 15px; border: none; font-size: 14px; outline: none; background: #fff; }
.search-submit { background: #111; color: #fff; border: none; padding: 0 20px; font-weight: 700; font-size: 14px; cursor: pointer; transition: all 0.3s; }
.search-submit:hover { background: #b3000f; }

/* ==========================================================================
   店舗デザイン・設計ページ専用スタイル（page-design.php）
   ========================================================================== */

/* 共通レイアウトコンテナ */
.page-design-layout {
    width: 100%;
    overflow: hidden;
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', sans-serif;
    letter-spacing: 0.05em;
    background-color: #ffffff;
}

.page-design-layout .inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 共通見出しスタイル */
.page-design-layout .section-title {
    font-size: 2rem;
    color: #1a252f;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
    position: relative;
}

.page-design-layout .section-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #e67e22; /* 繁盛デザイン様のアクセントカラー */
    margin: 15px auto 0;
}

/* -----------------------------------------
   1. HERO SECTION (ヒーローエリア)
   ----------------------------------------- */
.design-hero {
	background-image: linear-gradient(rgba(26, 37, 47, 0.3), rgba(26, 37, 47, 0.7)), url('./images/sub-hero.png');
    color: #ffffff;
    padding: 100px 0 90px;
    text-align: center;
}

.design-hero .sub-title {
    font-size: 0.9rem;
    color: #e67e22;
    font-weight: 600;
    letter-spacing: 0.2em;
    display: block;
    margin-bottom: 15px;
}

.design-hero h1 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 700;
}

.design-hero .lead-text {
    font-size: 1.05rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    color: #dddddd;
    text-align: left;
}

/* -----------------------------------------
   2. FEATURES (3つの強みセクション)
   ----------------------------------------- */
.design-features {
    padding: 90px 0;
    background-color: #f9f9f9;
}

.design-features .feature-grid {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.design-features .feature-card {
    flex: 1;
    background: #ffffff;
    padding: 40px 30px;
    border: 1px solid #eef0f2;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}

.design-features .card-num {
    font-size: 2.5rem;
    color: #e67e22;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    font-family: 'Georgia', serif;
}

.design-features .feature-card h3 {
    font-size: 1.25rem;
    color: #1a252f;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.design-features .feature-card p {
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.6;
    margin: 0;
}

/* -----------------------------------------
   3. FLOW (ステップ・タイムライン)
   ----------------------------------------- */
.design-flow {
    padding: 90px 0;
    background-color: #ffffff;
}

.design-flow .flow-timeline {
    max-width: 850px;
    margin: 0 auto;
    position: relative;
    padding-left: 35px;
}

/* タイムラインのセンター縦線 */
.design-flow .flow-timeline::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background-color: #e1e4e6;
}

.design-flow .flow-step {
    position: relative;
    margin-bottom: 40px;
}

/* タイムラインの丸ポチ */
.design-flow .flow-step::before {
    content: '';
    position: absolute;
    left: -35px;
    top: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e67e22;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 2px #e67e22;
}

.design-flow .step-header {
    margin-bottom: 10px;
}

.design-flow .step-num {
    font-size: 0.85rem;
    color: #e67e22;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.design-flow .step-header h3 {
    font-size: 1.3rem;
    color: #1a252f;
    margin: 2px 0 0 0;
    font-weight: 700;
}

.design-flow .step-body p {
    font-size: 0.95rem;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

/* -----------------------------------------
   4. CTA SECTION (下部アクション誘導)
   ----------------------------------------- */
.design-cta {
    padding: 80px 0;
    background-color: #fff9f3;
    border-top: 1px solid #ffe3cd;
    text-align: center;
}

.design-cta h2 {
    font-size: 1.8rem;
    color: #1a252f;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 700;
}

.design-cta p {
    font-size: 1rem;
    color: #555555;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.design-cta .cta-button {
    display: inline-block;
    background-color: #e67e22;
    color: #ffffff;
    padding: 18px 45px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(230, 126, 34, 0.3);
    transition: all 0.3s ease;
}

.design-cta .cta-button:hover {
    background-color: #d35400;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 126, 34, 0.4);
}

/* -----------------------------------------
   5. RESPONSIVE (スマホ表示対応)
   ----------------------------------------- */
@media screen and (max-width: 768px) {
    .sp-only { display: block; }
    
    .design-hero {
        padding: 70px 0;
    }
    
    .design-hero h1 {
        font-size: 1.6rem;
    }
    
    .page-design-layout .section-title {
        font-size: 1.5rem;
        margin-bottom: 35px;
    }
    
    /* 強みカードを1列（縦並び）にリセット */
    .design-features .feature-grid {
        flex-direction: column;
        gap: 20px;
    }
    
    .design-features .feature-card {
        padding: 30px 20px;
    }
    
    .design-flow {
        padding: 60px 0;
    }
    
    .design-cta {
        padding: 60px 0;
    }
    
    .design-cta h2 {
        font-size: 1.35rem;
    }
    
    .design-cta p {
        font-size: 0.95rem;
        margin-bottom: 30px;
    }
}

/* ==========================================================================
   資金調達支援ページ専用スタイル（page-finance.php）
   ========================================================================== */

/* 共通レイアウト */
.page-finance-layout {
    width: 100%;
    overflow: hidden;
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', sans-serif;
    letter-spacing: 0.05em;
    background-color: #ffffff;
}

.page-finance-layout .inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 共通見出し */
.page-finance-layout .section-title {
    font-size: 2rem;
    color: #1a252f;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
    position: relative;
}

.page-finance-layout .section-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #e67e22; /* アクセントカラー（オレンジ） */
    margin: 15px auto 0;
}

/* -----------------------------------------
   1. HERO SECTION (ヒーローエリア)
   ----------------------------------------- */
.finance-hero {
    background-image: linear-gradient(rgba(26, 37, 47, 0.3), rgba(26, 37, 47, 0.3)), url('./images/sub-hero.png');
    color: #ffffff;
    padding: 100px 0 90px;
    text-align: center;
}

.finance-hero .sub-title {
    font-size: 0.9rem;
    color: #e67e22;
    font-weight: 600;
    letter-spacing: 0.2em;
    display: block;
    margin-bottom: 15px;
}

.finance-hero h1 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 700;
}

.finance-hero .lead-text {
    font-size: 1.05rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    color: #dddddd;
    text-align: left;
}

/* -----------------------------------------
   2. FEATURES (融資支援の特徴)
   ----------------------------------------- */
.finance-features {
    padding: 90px 0;
    background-color: #f9f9f9;
}

.finance-features .finance-grid {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.finance-features .finance-card {
    flex: 1;
    background: #ffffff;
    padding: 40px 30px;
    border: 1px solid #eef0f2;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}

.finance-features .icon-wrap {
    font-size: 2.5rem;
    margin-bottom: 20px;
    line-height: 1;
}

.finance-features .finance-card h3 {
    font-size: 1.2rem;
    color: #1a252f;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.5;
}

.finance-features .finance-card p {
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.6;
    margin: 0;
}

/* -----------------------------------------
   3. POINTS (融資の3大要素)
   ----------------------------------------- */
.finance-points {
    padding: 90px 0;
    background-color: #ffffff;
}

.finance-points .section-intro {
    text-align: center;
    font-size: 1.1rem;
    color: #555555;
    margin-top: -30px;
    margin-bottom: 60px;
}

.finance-points .points-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 850px;
    margin: 0 auto;
}

.finance-points .point-item {
    background-color: #fcfcfc;
    border: 1px solid #eef0f2;
    padding: 30px;
    border-radius: 6px;
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.finance-points .point-badge {
    background-color: #1a252f;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 4px;
    white-space: nowrap;
}

.finance-points .point-item h3 {
    font-size: 1.3rem;
    color: #1a252f;
    margin: 0 0 10px 0;
    font-weight: 700;
}

.finance-points .point-item p {
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.6;
    margin: 0;
}

/* -----------------------------------------
   4. CTA SECTION (下部アクション)
   ----------------------------------------- */
.finance-cta {
    padding: 80px 0;
    background-color: #f4f7f9; /* 店舗デザインページと差別化した淡いブルーグレー */
    border-top: 1px solid #dbe3eb;
    text-align: center;
}

.finance-cta h2 {
    font-size: 1.8rem;
    color: #1a252f;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 700;
}

.finance-cta p {
    font-size: 1rem;
    color: #555555;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.finance-cta .cta-button {
    display: inline-block;
    background-color: #e67e22;
    color: #ffffff;
    padding: 18px 45px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(230, 126, 34, 0.3);
    transition: all 0.3s ease;
}

.finance-cta .cta-button:hover {
    background-color: #d35400;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 126, 34, 0.4);
}

/* -----------------------------------------
   5. RESPONSIVE (スマホ表示)
   ----------------------------------------- */
@media screen and (max-width: 768px) {
    .sp-only { display: block; }
    
    .finance-hero {
        padding: 70px 0;
    }
    
    .finance-hero h1 {
        font-size: 1.5rem;
    }
    
    .page-finance-layout .section-title {
        font-size: 1.5rem;
        margin-bottom: 35px;
    }
    
    /* 3列カードを1列に */
    .finance-features .finance-grid {
        flex-direction: column;
        gap: 20px;
    }
    
    .finance-features .finance-card {
        padding: 30px 20px;
    }
    
    /* 3大要素も縦に整列 */
    .finance-points .point-item {
        flex-direction: column;
        gap: 15px;
        padding: 24px;
    }
    
    .finance-cta h2 {
        font-size: 1.35rem;
    }
    
    .finance-cta p {
        font-size: 0.95rem;
        margin-bottom: 30px;
    }
}

/* ==========================================================================
   店舗内装・施工工事ページ専用スタイル（page-construction.php）
   ========================================================================== */

/* 共通レイアウト */
.page-construction-layout {
    width: 100%;
    overflow: hidden;
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', sans-serif;
    letter-spacing: 0.05em;
    background-color: #ffffff;
}

.page-construction-layout .inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 共通見出し */
.page-construction-layout .section-title {
    font-size: 2rem;
    color: #1a252f;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
    position: relative;
}

.page-construction-layout .section-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #e67e22; /* アクセントカラー（オレンジ） */
    margin: 15px auto 0;
}

/* -----------------------------------------
   1. HERO SECTION (ヒーローエリア)
   ----------------------------------------- */
.construction-hero {
    background-image: linear-gradient(rgba(26, 37, 47, 0.3), rgba(26, 37, 47, 0.3)), url('./images/sub-hero.png');
    color: #ffffff;
    padding: 100px 0 90px;
    text-align: center;
}

.construction-hero .sub-title {
    font-size: 0.9rem;
    color: #e67e22;
    font-weight: 600;
    letter-spacing: 0.2em;
    display: block;
    margin-bottom: 15px;
}

.construction-hero h1 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 700;
}

.construction-hero .lead-text {
    font-size: 1.05rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    color: #dddddd;
    text-align: left;
}

/* -----------------------------------------
   2. FEATURES (施工クオリティ)
   ----------------------------------------- */
.construction-features {
    padding: 90px 0;
    background-color: #f9f9f9;
}

.construction-features .construction-grid {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.construction-features .construction-card {
    flex: 1;
    background: #ffffff;
    padding: 40px 30px;
    border: 1px solid #eef0f2;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}

.construction-features .icon-wrap {
    font-size: 2.5rem;
    margin-bottom: 20px;
    line-height: 1;
}

.construction-features .construction-card h3 {
    font-size: 1.2rem;
    color: #1a252f;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.5;
}

.construction-features .construction-card p {
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.6;
    margin: 0;
}

/* -----------------------------------------
   3. SPEC (対応業種テーブル)
   ----------------------------------------- */
.construction-spec {
    padding: 90px 0;
    background-color: #ffffff;
}

.construction-spec .section-intro {
    text-align: center;
    font-size: 1.1rem;
    color: #555555;
    margin-top: -30px;
    margin-bottom: 50px;
}

.construction-spec .spec-table-wrap {
    max-width: 900px;
    margin: 0 auto;
}

.construction-spec .spec-table {
    width: 100%;
    border-collapse: collapse;
}

.construction-spec .spec-table tr {
    border-bottom: 1px solid #eef0f2;
}

.construction-spec .spec-table tr:first-child {
    border-top: 1px solid #eef0f2;
}

.construction-spec .spec-table th {
    width: 30%;
    padding: 25px 20px;
    color: #1a252f;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: left;
    vertical-align: top;
    background-color: #fcfcfc;
}

.construction-spec .spec-table td {
    width: 70%;
    padding: 25px 20px;
    color: #555555;
    font-size: 0.95rem;
    line-height: 1.7;
    vertical-align: top;
}

/* -----------------------------------------
   4. AFTER FOLLOW (アフターサービス)
   ----------------------------------------- */
.construction-after {
    padding: 50px 0 90px;
    background-color: #ffffff;
}

.construction-after .after-box {
    max-width: 900px;
    margin: 0 auto;
    background-color: #1a252f;
    color: #ffffff;
    padding: 50px 40px;
    border-radius: 6px;
    position: relative;
    box-shadow: 0 10px 30px rgba(26, 37, 47, 0.15);
}

.construction-after .after-badge {
    position: absolute;
    top: -15px;
    left: 40px;
    background-color: #e67e22;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 4px;
    letter-spacing: 0.1em;
}

.construction-after h2 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 10px 0 20px 0;
}

.construction-after p {
    font-size: 1rem;
    color: #dddddd;
    line-height: 1.8;
    margin: 0;
}

/* -----------------------------------------
   5. CTA SECTION (下部アクション)
   ----------------------------------------- */
.construction-cta {
    padding: 80px 0;
    background-color: #f9f9f9;
    border-top: 1px solid #eef0f2;
    text-align: center;
}

.construction-cta h2 {
    font-size: 1.8rem;
    color: #1a252f;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 700;
}

.construction-cta p {
    font-size: 1rem;
    color: #555555;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.construction-cta .cta-button {
    display: inline-block;
    background-color: #e67e22;
    color: #ffffff;
    padding: 18px 45px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(230, 126, 34, 0.3);
    transition: all 0.3s ease;
}

.construction-cta .cta-button:hover {
    background-color: #d35400;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 126, 34, 0.4);
}

/* -----------------------------------------
   6. RESPONSIVE (スマホ表示)
   ----------------------------------------- */
@media screen and (max-width: 768px) {
    .sp-only { display: block; }
    
    .construction-hero {
        padding: 70px 0;
    }
    
    .construction-hero h1 {
        font-size: 1.5rem;
    }
    
    .page-construction-layout .section-title {
        font-size: 1.5rem;
        margin-bottom: 35px;
    }
    
    /* 3列カードを縦並びに */
    .construction-features .construction-grid {
        flex-direction: column;
        gap: 20px;
    }
    
    .construction-features .construction-card {
        padding: 30px 20px;
    }
    
    /* テーブルをスマホ用にブロック化 */
    .construction-spec .spec-table th,
    .construction-spec .spec-table td {
        display: block;
        width: 100%;
        padding: 15px 10px;
    }
    
    .construction-spec .spec-table th {
        background-color: #f4f6f7;
        padding-bottom: 5px;
    }
    
    .construction-spec .spec-table tr {
        display: block;
        padding-bottom: 15px;
    }
    
    /* アフターフォローボックス */
    .construction-after .after-box {
        padding: 40px 20px 30px;
    }
    
    .construction-after .after-badge {
        left: 20px;
    }
    
    .construction-after h2 {
        font-size: 1.35rem;
    }
    
    .construction-after p {
        font-size: 0.95rem;
    }
    
    .construction-cta h2 {
        font-size: 1.35rem;
    }
    
    .construction-cta p {
        font-size: 0.95rem;
        margin-bottom: 30px;
    }
}

/* ==========================================================================
   開業までの流れページ専用スタイル（page-flow.php）
   ========================================================================== */

/* 共通レイアウト */
.page-flow-layout {
    width: 100%;
    overflow: hidden;
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', sans-serif;
    letter-spacing: 0.05em;
    background-color: #ffffff;
}

.page-flow-layout .inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 共通見出し */
.page-flow-layout .section-title {
    font-size: 2rem;
    color: #1a252f;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
    position: relative;
}

.page-flow-layout .section-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #e67e22; /* テーマカラー：オレンジ */
    margin: 15px auto 0;
}

.page-flow-layout .section-title.font-small {
    font-size: 1.6rem;
}

/* -----------------------------------------
   1. HERO SECTION (ヒーローエリア)
   ----------------------------------------- */
.flow-hero {
    background-image: linear-gradient(rgba(26, 37, 47, 0.3), rgba(26, 37, 47, 0.3)), url('./images/sub-hero.png');
    color: #ffffff;
    padding: 100px 0 90px;
    text-align: center;
}

.flow-hero .sub-title {
    font-size: 0.9rem;
    color: #e67e22;
    font-weight: 600;
    letter-spacing: 0.2em;
    display: block;
    margin-bottom: 15px;
}

.flow-hero h1 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 700;
}

.flow-hero .lead-text {
    font-size: 1.05rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    color: #dddddd;
    text-align: left;
}

/* -----------------------------------------
   2. PROCESS TIMELINE (タイムラインセクション)
   ----------------------------------------- */
.flow-process {
    padding: 90px 0;
    background-color: #ffffff;
}

.flow-process .process-timeline {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    padding-left: 120px; /* 左側のステップ数表示用スペース */
}

/* タイムラインの中央線 */
.flow-process .process-timeline::before {
    content: '';
    position: absolute;
    left: 45px;
    top: 10px;
    bottom: 50px;
    width: 2px;
    background-color: #e1e4e6;
}

.flow-process .process-step {
    position: relative;
    margin-bottom: 55px;
}

.flow-process .process-step:last-child {
    margin-bottom: 0;
}

/* 左側のステップ番号ブロック */
.flow-process .step-num-box {
    position: absolute;
    left: -120px;
    top: 0;
    width: 90px;
    height: 90px;
    background-color: #1a252f;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.flow-process .step-label {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #e67e22;
    margin-bottom: -2px;
}

.flow-process .step-number {
    font-size: 1.8rem;
    font-weight: 700;
    font-family: 'Georgia', serif;
    line-height: 1;
}

/* コンテンツカード */
.flow-process .step-content {
    background-color: #fcfcfc;
    border: 1px solid #eef0f2;
    padding: 35px 40px;
    border-radius: 6px;
    position: relative;
}

/* タイムライン上のオレンジの点 */
/*
.flow-process .process-step::before {
    content: '';
    position: absolute;
    left: -78px;
    top: 38px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e67e22;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 2px #e67e22;
    z-index: 2;
}
*/

.flow-process .step-content h3 {
    font-size: 1.35rem;
    color: #1a252f;
    margin: 0 0 15px 0;
    font-weight: 700;
}

.flow-process .step-content p {
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.7;
    margin: 0;
}

/* 補足用TIPボックス */
.flow-process .step-tip {
    margin-top: 15px;
    background-color: #fff9f3;
    border-left: 3px solid #e67e22;
    padding: 10px 15px;
    font-size: 0.85rem;
    color: #7f5c3a;
    font-weight: 600;
    border-radius: 0 4px 4px 0;
}

/* -----------------------------------------
   3. FAQ PREVIEW (Q&Aセクション)
   ----------------------------------------- */
.flow-faq {
    padding: 90px 0;
    background-color: #f9f9f9;
}

.flow-faq .faq-list {
    max-width: 850px;
    margin: 0 auto;
}

.flow-faq .faq-item {
    background-color: #ffffff;
    border: 1px solid #eef0f2;
    padding: 35px;
    border-radius: 6px;
    margin-bottom: 24px;
}

.flow-faq .faq-item:last-child {
    margin-bottom: 0;
}

.flow-faq .faq-item h4 {
    font-size: 1.15rem;
    color: #1a252f;
    margin: 0 0 15px 0;
    font-weight: 700;
    display: flex;
    align-items: flex-start;
}

.flow-faq .faq-item h4 span {
    color: #e67e22;
    font-size: 1.4rem;
    font-weight: 800;
    margin-right: 12px;
    line-height: 1;
}

.flow-faq .faq-item p {
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.7;
    margin: 0;
    padding-left: 28px;
    display: flex;
    align-items: flex-start;
}

.flow-faq .faq-item p span {
    color: #1a252f;
    font-weight: 800;
    margin-right: 12px;
    line-height: 1;
}

/* -----------------------------------------
   4. CTA SECTION (下部アクション)
   ----------------------------------------- */
.flow-cta {
    padding: 80px 0;
    background-color: #ffffff;
    text-align: center;
}

.flow-cta h2 {
    font-size: 1.8rem;
    color: #1a252f;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 700;
}

.flow-cta p {
    font-size: 1rem;
    color: #555555;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.flow-cta .cta-button {
    display: inline-block;
    background-color: #e67e22;
    color: #ffffff;
    padding: 18px 45px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(230, 126, 34, 0.3);
    transition: all 0.3s ease;
}

.flow-cta .cta-button:hover {
    background-color: #d35400;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 126, 34, 0.4);
}

/* -----------------------------------------
   5. RESPONSIVE (スマホ表示)
   ----------------------------------------- */
@media screen and (max-width: 768px) {
    .sp-only { display: block; }
    .pc-only { display: none; }
    
    .flow-hero {
        padding: 70px 0;
    }
    
    .flow-hero h1 {
        font-size: 1.5rem;
    }
    
    .page-flow-layout .section-title {
        font-size: 1.5rem;
        margin-bottom: 40px;
    }
    
    /* スマホでは左の余白を縮めてタイムラインをコンパクトに */
    .flow-process .process-timeline {
        padding-left: 20px;
    }
    
    .flow-process .process-timeline::before {
        left: -5px;
    }
    
    .flow-process .process-step::before {
        left: -12px;
        top: 15px;
    }
    
    /* 番号ブロックを左上のコンパクトなインラインに変更 */
    .flow-process .step-num-box {
        position: static;
        width: auto;
        height: auto;
        background-color: transparent;
        box-shadow: none;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        gap: 5px;
        margin-bottom: 10px;
    }
    
    .flow-process .step-label {
        font-size: 0.75rem;
    }
    
    .flow-process .step-number {
        font-size: 1.2rem;
        color: #1a252f;
    }
    
    .flow-process .step-content {
        padding: 24px;
    }
    
    .flow-process .step-content h3 {
        font-size: 1.15rem;
    }
    
    /* FAQスマホ対応 */
    .flow-faq .faq-item {
        padding: 24px;
    }
    
    .flow-faq .faq-item h4 {
        font-size: 1rem;
    }
    
    .flow-faq .faq-item p {
        padding-left: 0;
        margin-top: 10px;
    }
    
    .flow-cta h2 {
        font-size: 1.35rem;
    }
    
    .flow-cta p {
        font-size: 0.95rem;
        margin-bottom: 30px;
    }
}

/* ==========================================================================
   会社概要ページ専用スタイル（page-company.php）
   ========================================================================== */

/* 共通レイアウト */
.page-company-layout {
    width: 100%;
    overflow: hidden;
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', sans-serif;
    letter-spacing: 0.05em;
    background-color: #ffffff;
}

.page-company-layout .inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 共通見出し */
.page-company-layout .section-title {
    font-size: 2rem;
    color: #1a252f;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
    position: relative;
}

.page-company-layout .section-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #e67e22; /* 差し色：オレンジ */
    margin: 15px auto 0;
}

/* -----------------------------------------
   1. HERO SECTION (ヒーローエリア)
   ----------------------------------------- */
.company-hero {
    background-image: linear-gradient(rgba(26, 37, 47, 0.3), rgba(26, 37, 47, 0.3)), url('./images/sub-hero.png');
    color: #ffffff;
    padding: 100px 0 90px;
    text-align: center;
}

.company-hero .sub-title {
    font-size: 0.9rem;
    color: #e67e22;
    font-weight: 600;
    letter-spacing: 0.2em;
    display: block;
    margin-bottom: 15px;
}

.company-hero h1 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 700;
}

.company-hero .lead-text {
    font-size: 1.05rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    color: #dddddd;
    text-align: left;
}

/* -----------------------------------------
   2. MESSAGE (代表メッセージ)
   ----------------------------------------- */
.company-message {
    padding: 90px 0;
    background-color: #f9f9f9;
}

.company-message .message-container {
    max-width: 850px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px solid #eef0f2;
    padding: 50px 60px;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.01);
}

.company-message .message-sub {
    font-size: 0.85rem;
    color: #e67e22;
    font-weight: 700;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 10px;
}

.company-message h2 {
    font-size: 1.8rem;
    color: #1a252f;
    margin: 0 0 30px 0;
    font-weight: 700;
}

.company-message p {
    font-size: 1rem;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 24px;
}

.company-message p:last-of-type {
    margin-bottom: 0;
}

.company-message .signature {
    margin-top: 40px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a252f;
    text-align: right;
}

.company-message .signature span {
    font-size: 0.85rem;
    color: #888888;
    font-weight: normal;
    margin-left: 5px;
}

/* -----------------------------------------
   3. INFO (会社概要テーブル)
   ----------------------------------------- */
.company-info {
    padding: 90px 0;
    background-color: #ffffff;
}

.company-info .info-table-wrap {
    max-width: 900px;
    margin: 0 auto;
}

.company-info .info-table {
    width: 100%;
    border-collapse: collapse;
}

.company-info .info-table tr {
    border-bottom: 1px solid #eef0f2;
}

.company-info .info-table tr:first-child {
    border-top: 1px solid #eef0f2;
}

.company-info .info-table th {
    width: 25%;
    padding: 25px 20px;
    color: #1a252f;
    font-size: 1.05rem;
    font-weight: 700;
    text-align: left;
    vertical-align: top;
    background-color: #fcfcfc;
}

.company-info .info-table td {
    width: 75%;
    padding: 25px 20px;
    color: #555555;
    font-size: 0.95rem;
    line-height: 1.7;
    vertical-align: top;
}

/* -----------------------------------------
   4. ACCESS (アクセスマップ)
   ----------------------------------------- */
.company-access {
    padding: 0 0 90px 0;
    background-color: #ffffff;
}

.company-access .map-wrap {
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid #eef0f2;
    border-radius: 6px;
    overflow: hidden;
    line-height: 0; /* iframe下部の不要な隙間を削除 */
}

/* -----------------------------------------
   5. CTA SECTION (下部アクション)
   ----------------------------------------- */
.company-cta {
    padding: 80px 0;
    background-color: #f9f9f9;
    border-top: 1px solid #eef0f2;
    text-align: center;
}

.company-cta h2 {
    font-size: 1.8rem;
    color: #1a252f;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 700;
}

.company-cta p {
    font-size: 1rem;
    color: #555555;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.company-cta .cta-button {
    display: inline-block;
    background-color: #e67e22;
    color: #ffffff;
    padding: 18px 45px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(230, 126, 34, 0.3);
    transition: all 0.3s ease;
}

.company-cta .cta-button:hover {
    background-color: #d35400;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 126, 34, 0.4);
}

/* -----------------------------------------
   6. RESPONSIVE (スマホ表示)
   ----------------------------------------- */
@media screen and (max-width: 768px) {
    .sp-only { display: block; }
    
    .company-hero {
        padding: 70px 0;
    }
    
    .company-hero h1 {
        font-size: 1.5rem;
    }
    
    .company-message {
        padding: 60px 0;
    }
    
    .company-message .message-container {
        padding: 40px 20px;
    }
    
    .company-message h2 {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    
    .company-message p {
        font-size: 0.95rem;
        line-height: 1.7;
    }
    
    .company-info {
        padding: 60px 0;
    }
    
    .page-company-layout .section-title {
        font-size: 1.5rem;
        margin-bottom: 35px;
    }
    
    /* テーブルをスマホ用に1列化 */
    .company-info .info-table th,
    .company-info .info-table td {
        display: block;
        width: 100%;
        padding: 15px 10px;
    }
    
    .company-info .info-table th {
        background-color: #f4f6f7;
        padding-bottom: 5px;
    }
    
    .company-info .info-table tr {
        display: block;
        padding-bottom: 15px;
    }
    
    .company-cta h2 {
        font-size: 1.35rem;
    }
    
    .company-cta p {
        font-size: 0.95rem;
        margin-bottom: 30px;
    }
}

/* ==========================================================================
   プライバシーポリシーページ専用スタイル（page-privacy.php）
   ========================================================================== */

/* 共通レイアウト */
.page-privacy-layout {
    width: 100%;
    overflow: hidden;
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', sans-serif;
    letter-spacing: 0.03em;
    background-color: #ffffff;
}

.page-privacy-layout .inner {
    width: 100%;
    max-width: 900px; /* 文章を読みやすくするため、他のページより少しタイトに */
    margin: 0 auto;
    padding: 0 20px;
}

/* -----------------------------------------
   1. HERO SECTION (ヒーローエリア)
   ----------------------------------------- */
.privacy-hero {
    background-image: linear-gradient(rgba(26, 37, 47, 0.3), rgba(26, 37, 47, 0.3)), url('./images/sub-hero.png');
    color: #ffffff;
    padding: 80px 0 70px;
    text-align: center;
}

.privacy-hero .sub-title {
    font-size: 0.85rem;
    color: #e67e22; /* アクセントカラーのオレンジ */
    font-weight: 600;
    letter-spacing: 0.2em;
    display: block;
    margin-bottom: 12px;
}

.privacy-hero h1 {
    font-size: 2.2rem;
    margin-bottom: 25px;
    font-weight: 700;
}

.privacy-hero .lead-text {
    font-size: 0.95rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
    color: #cccccc;
    text-align: left;
}

/* -----------------------------------------
   2. POLICY CONTENT (ポリシー本文)
   ----------------------------------------- */
.privacy-content {
    padding: 80px 0;
    background-color: #ffffff;
}

.privacy-content .policy-wrapper {
    width: 100%;
}

.privacy-content .policy-block {
    margin-bottom: 45px;
}

.privacy-content .policy-block:last-child {
    margin-bottom: 0;
}

.privacy-content .policy-block h2 {
    font-size: 1.3rem;
    color: #1a252f;
    margin: 0 0 18px 0;
    font-weight: 700;
    border-left: 4px solid #e67e22; /* 左側にオレンジの縦線でアクセント */
    padding-left: 12px;
    line-height: 1.4;
}

.privacy-content .policy-block p {
    font-size: 0.95rem;
    color: #444444;
    line-height: 1.8;
    margin: 0 0 15px 0;
}

.privacy-content .policy-block p:last-child {
    margin-bottom: 0;
}

/* 箇条書きのスタイリング */
.privacy-content .policy-block ul {
    margin: 0 0 20px 0;
    padding-left: 20px;
}

.privacy-content .policy-block ul li {
    font-size: 0.95rem;
    color: #444444;
    line-height: 1.8;
    margin-bottom: 8px;
    list-style-type: disc;
}

.privacy-content .policy-block ul li:last-child {
    margin-bottom: 0;
}

/* お問い合わせ窓口のボックス表示 */
.privacy-content .contact-info-box {
    background-color: #f8f9fa;
    border: 1px solid #eef0f2;
    padding: 25px 30px;
    border-radius: 4px;
    margin-top: 15px;
}

.privacy-content .contact-info-box p {
    margin-bottom: 10px !important;
}

.privacy-content .contact-info-box p:last-child {
    margin-bottom: 0 !important;
}

/* -----------------------------------------
   3. RESPONSIVE (スマホ表示)
   ----------------------------------------- */
@media screen and (max-width: 768px) {
    .privacy-hero {
        padding: 60px 0;
    }
    
    .privacy-hero h1 {
        font-size: 1.6rem;
    }
    
    .privacy-hero .lead-text {
        font-size: 0.9rem;
    }
    
    .privacy-content {
        padding: 50px 0;
    }
    
    .privacy-content .policy-block {
        margin-bottom: 35px;
    }
    
    .privacy-content .policy-block h2 {
        font-size: 1.15rem;
        margin-bottom: 12px;
    }
    
    .privacy-content .policy-block p,
    .privacy-content .policy-block ul li {
        font-size: 0.9rem;
        line-height: 1.7;
    }
    
    .privacy-content .contact-info-box {
        padding: 20px;
    }
}

/* ==========================================================================
   無料相談・見積ページ専用スタイル（page-inquery.php）
   ========================================================================== */

/* 共通レイアウト */
.page-inquery-layout {
    width: 100%;
    overflow: hidden;
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', sans-serif;
    letter-spacing: 0.03em;
    background-color: #fcfcfc; /* フォームの白を際立たせるため、全体背景を極淡いグレーに */
}

.page-inquery-layout .inner {
    width: 100%;
    max-width: 900px; /* 視線が散らばらないよう、少しタイトな幅に固定 */
    margin: 0 auto;
    padding: 0 20px;
}

/* -----------------------------------------
   1. HERO SECTION (ヒーローエリア)
   ----------------------------------------- */
.inquery-hero {
    background-image: linear-gradient(rgba(26, 37, 47, 0.3), rgba(26, 37, 47, 0.3)), url('./images/sub-hero.png');
    color: #ffffff;
    padding: 80px 0 70px;
    text-align: center;
}

.inquery-hero .sub-title {
    font-size: 0.85rem;
    color: #e67e22; /* 差し色：オレンジ */
    font-weight: 600;
    letter-spacing: 0.2em;
    display: block;
    margin-bottom: 12px;
}

.inquery-hero h1 {
    font-size: 2.2rem;
    margin-bottom: 25px;
    font-weight: 700;
}

.inquery-hero .lead-text {
    font-size: 0.95rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
    color: #cccccc;
    text-align: left;
}

/* -----------------------------------------
   2. FORM WRAPPER & BENEFITS (フォーム全体＆メリット)
   ----------------------------------------- */
.inquery-form-section {
    padding: 80px 0;
}

.inquery-form-section .form-wrapper {
    background-color: #ffffff;
    border: 1px solid #eef0f2;
    padding: 50px 60px;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
}

/* 安心感を与える3つの項目 */
.inquery-form-section .form-benefits {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 35px;
}

.inquery-form-section .benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.inquery-form-section .benefit-item .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    background-color: #e67e22;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 2px;
}

.inquery-form-section .benefit-item p {
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.5;
    margin: 0;
}

.inquery-form-section .benefit-item p strong {
    color: #1a252f;
}

.inquery-form-section .form-divider {
    border: 0;
    border-top: 1px solid #eef0f2;
    margin: 35px 0 45px;
}

/* -----------------------------------------
   3. FORM ELEMENTS (入力項目共通スタイリング)
   ----------------------------------------- */
/* Contact Form 7の生成コードとダミーフォームの両方に適用されます */
.inquery-form-section .form-group,
.inquery-form-section .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 30px;
}

.inquery-form-section label {
    display: block;
    font-size: 1rem;
    color: #1a252f;
    font-weight: 700;
    margin-bottom: 10px;
}

/* 必須・任意バッジ */
.inquery-form-section label .required,
.inquery-form-section label .optional {
    font-size: 0.75rem;
    padding: 3px 8px;
    border-radius: 3px;
    margin-left: 8px;
    vertical-align: middle;
    font-weight: normal;
}

.inquery-form-section label .required {
    background-color: #e74c3c;
    color: #ffffff;
}

.inquery-form-section label .optional {
    background-color: #95a5a6;
    color: #ffffff;
}

/* テキストボックス・セレクトボックス・テキストエリア */
.inquery-form-section input[type="text"],
.inquery-form-section input[type="email"],
.inquery-form-section input[type="tel"],
.inquery-form-section select,
.inquery-form-section textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 1rem;
    color: #333333;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-color: #ffffff;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    box-sizing: border-box;
    font-family: inherit;
}

/* フォーカス時のスタイリング（重要：入力しやすさを大幅向上） */
.inquery-form-section input[type="text"]:focus,
.inquery-form-section input[type="email"]:focus,
.inquery-form-section input[type="tel"]:focus,
.inquery-form-section select:focus,
.inquery-form-section textarea:focus {
    outline: none;
    border-color: #e67e22;
    box-shadow: 0 0 0 3px rgba(230, 126, 34, 0.15);
}

/* チェックボックス・ラジオボタン群 */
.inquery-form-section .radio-group,
.inquery-form-section .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 25px;
    padding: 5px 0;
}

.inquery-form-section .radio-group label,
.inquery-form-section .wpcf7-list-item {
    display: inline-flex;
    align-items: center;
    font-size: 0.95rem;
    color: #444444;
    font-weight: normal;
    margin: 0 !important;
    cursor: pointer;
}

.inquery-form-section .radio-group input[type="checkbox"],
.inquery-form-section .wpcf7-list-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    cursor: pointer;
}

/* -----------------------------------------
   4. AGREE & SUBMIT (同意と送信ボタン)
   ----------------------------------------- */
.inquery-form-section .form-policy-agree {
    text-align: center;
    margin: 40px 0 30px;
}

.inquery-form-section .form-policy-agree p {
    font-size: 0.9rem;
    color: #666666;
    margin-bottom: 12px;
}

.inquery-form-section .form-policy-agree p a {
    color: #e67e22;
    text-decoration: underline;
}

.inquery-form-section .agree-label {
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
    color: #1a252f;
    font-weight: 700;
    cursor: pointer;
}

.inquery-form-section .agree-label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
}

/* 送信ボタン */
.inquery-form-section .form-submit {
    text-align: center;
}

.inquery-form-section .submit-btn,
.inquery-form-section input[type="submit"] {
    display: inline-block;
    background-color: #e67e22;
    color: #ffffff;
    border: none;
    padding: 18px 60px;
    font-size: 1.15rem;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(230, 126, 34, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    width: auto;
    max-width: 100%;
}

.inquery-form-section .submit-btn:hover,
.inquery-form-section input[type="submit"]:hover {
    background-color: #d35400;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 126, 34, 0.4);
}

/* -----------------------------------------
   5. RESPONSIVE (スマホ表示)
   ----------------------------------------- */
@media screen and (max-width: 768px) {
    .sp-only { display: block; }
    
    .inquery-hero {
        padding: 60px 0;
    }
    
    .inquery-hero h1 {
        font-size: 1.6rem;
    }
    
    .inquery-form-section {
        padding: 40px 0;
    }
    
    .inquery-form-section .form-wrapper {
        padding: 30px 20px;
    }
    
    .inquery-form-section .form-benefits {
        gap: 15px;
    }
    
    .inquery-form-section .benefit-item p {
        font-size: 0.85rem;
    }
    
    .inquery-form-section .form-divider {
        margin: 25px 0 35px;
    }
    
    /* スマホではチェックボックス群を縦並びに */
    .inquery-form-section .radio-group,
    .inquery-form-section .wpcf7-checkbox {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .inquery-form-section label {
        font-size: 0.95rem;
    }
    
    .inquery-form-section input[type="text"],
    .inquery-form-section input[type="email"],
    .inquery-form-section input[type="tel"],
    .inquery-form-section select,
    .inquery-form-section textarea {
        padding: 12px;
        font-size: 0.95rem;
    }
    
    .inquery-form-section .submit-btn,
    .inquery-form-section input[type="submit"] {
        width: 100%; /* スマホ時はボタンを幅いっぱいに広げて押しやすく */
        padding: 15px 30px;
        font-size: 1.05rem;
    }
}

/* 独自スパム対策：ハニーポットフィールドを完全に隠す */
.form-honeypot-field {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    height: 0 !important;
    width: 0 !important;
    z-index: -1 !important;
}

/* ==========================================================================
   パンくずリスト（Breadcrumbs）のスタイリング
   ========================================================================== */
/* パンくずリスト：既存の.containerに完璧に幅を合わせる */
.breadcrumbs {
    clear: both; /* 👈 前の要素の浮き（影響）を完全にリセットして真下に配置する */
    background-color: #f9f9f9;
    padding: 12px 0;
    border-bottom: 1px solid #eef0f2;
    font-size: 0.85rem;
    position: relative; /* 👈 重なり順位をリセット */
    z-index: 10;
}

/* 繁盛デザイン様の既存containerに100%幅を同期 */
.breadcrumbs .container {
    width: 100%;
    max-width: 1100px; /* テーマの基本最大幅（※必要なら既存テーマに合わせて調整） */
    margin: 0 auto;
    padding: 0 20px; /* 左右の余白 */
    box-sizing: border-box;
}

.breadcrumbs ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.breadcrumbs li {
    display: inline-flex;
    align-items: center;
    line-height: 1.2;
}

.breadcrumbs .sep {
    color: #cccccc;
    margin: 0 10px;
}

.breadcrumbs a {
    color: #666666;
    text-decoration: none;
    transition: color 0.25s ease;
}

.breadcrumbs a:hover {
    color: #e67e22; /* オレンジ */
    text-decoration: underline;
}

.breadcrumbs li.current {
    color: #1a252f;
    font-weight: 700;
}

/* スマホ表示の崩れ防止 */
@media screen and (max-width: 768px) {
    .breadcrumbs {
        padding: 8px 0;
        font-size: 0.8rem;
    }
    .breadcrumbs .container {
        padding: 0 15px;
    }
}

/* ==========================================================================
   市区町村別LP：全エリア共通スタイル（page-city.php）
   ========================================================================== */

/* 全体コンテナ */
.page-city-layout {
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    letter-spacing: 0.03em;
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', sans-serif;
}

/* -----------------------------------------
   1. HERO SECTION (ヒーローエリア)
   ----------------------------------------- */
.page-city-layout .city-hero {
    background-color: #1a252f; /* 繁盛デザイン共通の濃紺 */
    color: #ffffff;
    padding: 80px 0 70px;
    text-align: center;
    position: relative;
}

.page-city-layout .city-hero .inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-city-layout .city-hero .sub-title {
    font-size: 0.85rem;
    color: #e67e22; /* アクセントカラー：オレンジ */
    font-weight: 600;
    letter-spacing: 0.2em;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.page-city-layout .city-hero h1 {
    font-size: 2.2rem;
    margin: 0 0 20px 0;
    font-weight: 700;
    line-height: 1.35;
    color: #ffffff;
}

.page-city-layout .city-hero .lead-text {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #cccccc;
    text-align: left;
    margin: 0 auto;
    max-width: 800px;
}

/* -----------------------------------------
   2. BREADCRUMBS (パンくずリスト)
   ----------------------------------------- */
.page-city-layout .breadcrumbs {
    clear: both;
    background-color: #f4f6f7;
    padding: 12px 0;
    border-bottom: 1px solid #eef0f2;
    font-size: 0.85rem;
}

.page-city-layout .breadcrumbs .container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* -----------------------------------------
   3. SUMMARY & LOCAL INFO (概要・地域情報)
   ----------------------------------------- */
.page-city-layout .city-summary {
    padding: 70px 0;
    background-color: #f8f9fa;
    border-bottom: 1px solid #eef0f2;
}

.page-city-layout .city-summary .summary-box h2 {
    font-size: 1.6rem;
    color: #1a252f;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
}

.page-city-layout .city-summary .summary-box > p {
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto 35px;
}

.page-city-layout .city-summary .summary-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.page-city-layout .point-card {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 6px;
    border: 1px solid #eef0f2;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}

.page-city-layout .point-card h3 {
    font-size: 1.05rem;
    color: #1a252f;
    margin-bottom: 12px;
    font-weight: 700;
}

.page-city-layout .point-card p {
    font-size: 0.88rem;
    color: #555555;
    line-height: 1.7;
    margin: 0;
}

/* -----------------------------------------
   4. DYNAMIC WORKS SECTION (施工実績エリア)
   ----------------------------------------- */
.page-city-layout .city-works {
    padding: 80px 0;
    background-color: #ffffff;
}

.page-city-layout .city-works .section-head {
    text-align: center;
    margin-bottom: 50px;
}

.page-city-layout .city-works .section-title {
    font-size: 1.8rem;
    color: #1a252f;
    font-weight: 700;
    margin-bottom: 10px;
}

.page-city-layout .city-works .section-sub {
    font-size: 0.95rem;
    color: #666666;
}

.page-city-layout .city-works-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.page-city-layout .no-posts-box {
    text-align: center;
    padding: 50px 0;
    background-color: #f9f9f9;
    border-radius: 6px;
    color: #666666;
}

/* -----------------------------------------
   5. REASONS SECTION (選ばれる理由)
   ----------------------------------------- */
.page-city-layout .city-reasons {
    padding: 80px 0;
    background-color: #ffffff;
    border-top: 1px solid #eef0f2;
}

.page-city-layout .city-reasons .section-title {
    font-size: 1.8rem;
    color: #1a252f;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
}

.page-city-layout .reasons-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.page-city-layout .reason-item {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    background-color: #fcfcfc;
    border: 1px solid #eef0f2;
    padding: 35px;
    border-radius: 6px;
}

.page-city-layout .reason-num {
    font-size: 2.2rem;
    font-weight: 900;
    color: #e67e22;
    font-family: 'Arial', sans-serif;
    line-height: 1;
}

.page-city-layout .reason-text h3 {
    font-size: 1.2rem;
    color: #1a252f;
    margin-bottom: 10px;
    font-weight: 700;
}

.page-city-layout .reason-text p {
    font-size: 0.92rem;
    color: #555555;
    line-height: 1.8;
    margin: 0;
}

/* -----------------------------------------
   6. FAQ SECTION (よくある質問)
   ----------------------------------------- */
.page-city-layout .city-faq {
    padding: 80px 0;
    background-color: #f8f9fa;
    border-top: 1px solid #eef0f2;
}

.page-city-layout .city-faq .section-title {
    font-size: 1.8rem;
    color: #1a252f;
    text-align: center;
    margin-bottom: 45px;
    font-weight: 700;
}

.page-city-layout .faq-list {
    max-width: 850px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.page-city-layout .faq-item {
    background-color: #ffffff;
    border: 1px solid #eef0f2;
    border-radius: 6px;
    padding: 25px;
}

.page-city-layout .faq-q {
    font-size: 1.05rem;
    color: #1a252f;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.5;
}

.page-city-layout .q-badge {
    background-color: #1a252f;
    color: #ffffff;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.page-city-layout .faq-a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-left: 38px;
}

.page-city-layout .a-badge {
    background-color: #e67e22;
    color: #ffffff;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 0.85rem;
    flex-shrink: 0;
    margin-left: -38px;
}

.page-city-layout .faq-a p {
    font-size: 0.92rem;
    color: #555555;
    line-height: 1.8;
    margin: 0;
}

/* -----------------------------------------
   7. CTA SECTION (コンバージョンエリア)
   ----------------------------------------- */
.page-city-layout .city-cta {
    padding: 80px 0;
    background-color: #1a252f;
    color: #ffffff;
    text-align: center;
}

.page-city-layout .city-cta .inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-city-layout .city-cta h2 {
    font-size: 1.8rem;
    color: #ffffff;
    margin: 0 0 15px 0;
    font-weight: 700;
    line-height: 1.4;
}

.page-city-layout .city-cta p {
    font-size: 0.95rem;
    color: #cccccc;
    margin-bottom: 35px;
    line-height: 1.7;
}

.page-city-layout .city-cta .cta-button {
    display: inline-block;
    background-color: #e67e22;
    color: #ffffff;
    padding: 18px 45px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(230, 126, 34, 0.4);
    transition: all 0.3s ease;
}

.page-city-layout .city-cta .cta-button:hover {
    background-color: #d35400;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(230, 126, 34, 0.5);
}

/* -----------------------------------------
   8. RESPONSIVE (レスポンシブ共通)
   ----------------------------------------- */
@media screen and (max-width: 960px) {
    .page-city-layout .city-works-grid,
    .page-city-layout .city-summary .summary-points {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .page-city-layout .city-hero {
        padding: 50px 0 40px;
    }
    .page-city-layout .city-hero h1 {
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .page-city-layout .city-hero .lead-text {
        font-size: 0.88rem;
    }

    .page-city-layout .city-works-grid,
    .page-city-layout .city-summary .summary-points {
        grid-template-columns: 1fr;
    }

    .page-city-layout .reason-item {
        flex-direction: column;
        gap: 12px;
        padding: 25px 20px;
    }

    .page-city-layout .faq-a {
        padding-left: 0;
    }
    .page-city-layout .a-badge {
        margin-left: 0;
    }

    .page-city-layout .city-cta {
        padding: 60px 0;
    }
    .page-city-layout .city-cta h2 {
        font-size: 1.35rem;
    }
    .page-city-layout .city-cta p {
        font-size: 0.88rem;
    }
    .page-city-layout .city-cta .cta-button {
        width: 100%;
        padding: 16px 20px;
        font-size: 0.95rem;
        box-sizing: border-box;
    }
}