body {
  font-family: 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', sans-serif;
  line-height: 1.8;
  margin: 0;
  background-color: #f7f9fa;
  color: #333;
}

/* ─────────────────────────────────────────────
   1. ページ全体のリセット & ボックスサイジング
───────────────────────────────────────────── */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  font-family: "Yu Gothic", "Meiryo", sans-serif;
}

/* ============================================
   2. ヘッダー画像をレスポンシブ表示
   ============================================ */
.site-header {
  width: 100%;
  /* ヘッダー自体の背景色など必要ならここで指定 */
  background-color: #ffffff;
  /* 例：ヘッダーとコンテンツの間に余白を取りたい場合は下記を有効に */
  /* padding-bottom: 16px; */
  text-align: center; /* 画像を中央に寄せる */
}

.site-header__img {
  display: block;
  width: 100%;     /* ビューポート幅に合わせて横幅いっぱいに広がる */
  max-width: 800px; /* 画像自体の最大幅を 1000px に制限したい場合は有効に */
  height: auto;    /* アスペクト比を保って高さを自動調整 */
  margin: 0 auto;  /* もし max-width を設定した場合、中央寄せさせる */
}

/* ============================================
   3. 必要に応じてメディアクエリで微調整
   （たとえば小さい画面で上下に余白を取りたい場合など）
   ============================================ */
@media screen and (max-width: 768px) {
  .site-header {
    padding-top: 8px;   /* 例：スマホで上部に余白をとる */
    padding-bottom: 8px; 
  }
}







/* ---------- SECTION ---------- */

section {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

h2 {
  border-bottom: 2px solid #007BFF;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #007BFF;
}

ul, ol {
  padding-left: 20px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: 20px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.images img {
  width: 100%;
  max-width: 800px;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* ---------- QA ---------- */

.qa dt {
  font-weight: bold;
  margin-top: 15px;
}

.qa dd {
  margin-left: 1em;
  margin-bottom: 10px;
}

/* ---------- CONTACT FORM ---------- */

.contact-form form {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.contact-form label {
  display: block;
  font-weight: bold;
  margin-top: 20px;
  color: #444;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="file"],
.contact-form textarea {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  background-color: #fff;
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form button {
  margin-top: 30px;
  width: 100%;
  background-color: #007BFF;
  color: white;
  border: none;
  padding: 14px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #0056b3;
}

/* ---------- FOOTER ---------- */

footer {
  text-align: center;
  background-color: #eee;
  padding: 20px;
  font-size: 14px;
  color: #555;
  margin-top: 60px;
}


/* ========================================= */
/* ■ BANNER HEADER 完全再現用（追加CSS）     */
/* ========================================= */

/* ① ヘッダー全体：帯＋要素を包む */
.banner-header {
  position: relative;
  background-color: #ffffff;
  /* 上に余裕を確保：ロゴ60px＋帯80px＋テキスト行数ぶん */
  padding-top: 140px;
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
  overflow: visible; /* はみ出し要素を隠さない */
}

/* ② 帯の背景（banner-strip） */
.banner-strip {
  position: absolute;
  top: 60px;             /* ヘッダーの上端から60px 下に帯を配置 */
  left: 50%;
  transform: translateX(-50%);
  width: 800px;          /* サービス説明と同じ幅で中央揃え */
  height: 80px;          /* 帯の高さを 80px */
  background-color: #00e5ff; /* 水色 */
  z-index: 1;            /* 他要素より背面 */
}

/* ③ 中央コンテナ：横幅800pxで中央揃え */
.header-container {
  position: relative;
  max-width: 800px;      /* 下の section と同じ幅 */
  margin: 0 auto;        /* 横中央 */
  height: 80px;          /* 帯と同じ高さ */
}

/* ④ 帯の上に重なる要素群をここで横並び配置 */
.banner-content {
  position: relative;
  display: flex;
  align-items: center;             /* 帯の中央に要素を縦揃え */
  justify-content: space-between;  /* 左ロゴ・中央テキスト・右アイコン */
  height: 100%;                    /* .header-container の高さ（80px）に合わせる */
  z-index: 2;                      /* 帯より前面に */
}

/* {A} ■ ロゴ（banner-logo） */
.banner-logo {
  flex: 0 0 auto;                  /* 固定サイズで左端に */
}
.banner-logo img {
  height: 60px;                    /* ロゴの高さを 60px に固定 */
  width: auto;
}

/* {B} ■ 説明文（banner-contact） */
.banner-contact {
  flex: 1;                         /* 中央エリア全体を使う */
  text-align: center;
}
.banner-contact p {
  margin: 0;
  font-size: 1rem;
  color: #003c5e;
  font-weight: bold;
  line-height: 1.4;
}
.banner-contact .tel {
  display: block;
  font-size: 1.3rem;
  color: #ffeb3b;
}

/* {C} ■ SNSアイコン（banner-sns） */
.banner-sns {
  flex: 0 0 auto;                  /* 固定サイズで右端に */
  display: flex;
  align-items: center;
  gap: 12px;
}
.banner-sns img {
  height: 36px;                    /* アイコンの高さを 36px に */
  width: 36px;
  border-radius: 8px;
  object-fit: contain;
}

/* ―――――――――――――――――――――――――――――――――― */
/*  レスポンシブ補足（任意）                    */
/*  画面幅が800px 未満になったら内側余白を調整   */
/* ―――――――――――――――――――――――――――――――――― */
@media (max-width: 800px) {
  .banner-strip {
    width: calc(100% - 40px);       /* 画面幅から左右余白20pxずつ差し引く */
  }
  .header-container {
    max-width: calc(100% - 40px);   /* 同様に、左右マージン20px確保 */
  }
}
/* 共通フォームパーツ */
.styled-select,
.styled-input {
  width: 100%;
  padding: 10px 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none; /* iOS/Safari用 */
}

.styled-select:focus,
.styled-input:focus {
  border-color: #5ca4e5;
  box-shadow: 0 0 0 2px rgba(92, 164, 229, 0.2);
  outline: none;
}

.styled-select {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='gray' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
}
/* ============================================
   ■ 全体デザインを立体的に見せる追加スタイル
   ============================================ */

/* 各セクションを白いボックスに＆シャドウ追加 */
section,
.intro,
.flow,
.merit,
.beforeafter,
.qa,
.services,
.contact-form {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 40px 24px;
  margin: 40px auto;
  max-width: 860px;
}

/* ページ背景をほんのりグレーに（柔らかい印象） */
body {
  background-color: #f5f6f8;
}

/* h2 タイトルの装飾強化 */
h2 {
  position: relative;
  padding-left: 12px;
  border: none;
  color: #007BFF;
  font-weight: 700;
  font-size: 24px;
}
h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 24px;
  background-color: #007BFF;
  border-radius: 3px;
}

/* Q&A dt のデザイン強化 */
.qa dt {
  font-weight: bold;
  margin-top: 20px;
  color: #222;
  font-size: 18px;
}
.qa dd {
  margin-left: 1em;
  margin-bottom: 20px;
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

/* ---------- 料金表カードスタイル ---------- */

.price-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.price-card {
  flex: 1 1 calc(50% - 10px); /* 2列レイアウト */
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  padding: 20px;
  text-align: center;
  transition: transform 0.2s;
}

.price-card:hover {
  transform: translateY(-4px);
}

.price-card h3 {
  font-size: 18px;
  color: #007BFF;
  margin-bottom: 10px;
}

.price-card .price {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}

.line-banner {
  text-align: center;
  margin-top: 40px;
}

.line-banner__img {
  width: 100%;
  max-width: 860px; /* サービス説明と同じ幅 */
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

