#container {
  max-width: 1200px;
  margin: 0 auto;
}
#main {
  width: 100%;
}


.mainContents {
  font-size: 14px;
  color:#696969;/*文字色*/
  padding: 1em;/* 内側余白 */
  letter-spacing: 0.1em;/*文字間*/
  line-height: 1.5;/*行間*/
}



    p {
    margin-bottom: 5px;
    padding-left: 1.5em;/* 内側余白 */
    padding-right: 1.5em;/* 内側余白 */
    }

    p.img_center{    
    text-align: center;
    margin-bottom: 5px;
    }




/* まずは PC 基準（768pxより大きいとき）の表示 */
.display_pc {
  display: block !important;
}

.display_sp {
  display: none !important;
}

/* スマホ（768px以下）のときに逆転させる */
@media screen and (max-width: 768px) {
  .display_pc {
    display: none !important;
  }

  .display_sp {
    display: block !important;
  }
}




.product-details h1 {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0;
}






.mincho-title {
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.05em;
  color: #333333;
  margin: 0 0 30px 0;
}




/* 背景色をつける */
.box1-5 {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS P明朝", serif;
}

.box1-5 p {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #333333;
}

.small {
  margin-bottom: 0;
}

.large {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0; /* ← ここが重要！ */
}




/* 背景色をつける */
.box1-6 {
    margin: 0 auto 2em; /* 外側の余白（上下と中央配置） */
    padding: 1em;        /* 内側余白 */
    background-color:#ffffff; /* 背景の色 */
}

/* pタグの余白 */
.box1-6 p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
    color:#4c362c;
    letter-spacing: 0.2em;
    font-weight: bold;
}











.dotted-line {
  border: none;
  border-top: 1px dotted #ccc;
  margin: 10px 0;
}





.section-bg {
  background-color: #fbceb9; /* 薄いサーモンピンク */
  padding: 40px 0; /* 横paddingは中身の方で設定する */
  width: 100vw; /* ビューポート幅いっぱい */
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

.section-bg img {
  display: block;
  max-width: 1200px; /* 好きな最大幅に設定 */
  width: 100%;
  margin: 0 auto;
}




.section-bg2 {
  background-color: #f7f3eb; /* 薄いグレージュ */
  padding: 40px 0; /* 横paddingは中身の方で設定する */
  width: 100vw; /* ビューポート幅いっぱい */
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

.section-bg2 img {
  display: block;
  max-width: 1200px; /* 好きな最大幅に設定 */
  width: 100%;
  margin: 0 auto;
}




.card-box {
  max-width: 1200px; /* 中身の白カード幅制限 */
  margin: 0 auto;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 16px;
}

/* スマホ用：白カードの左右に余白を持たせる */
@media screen and (max-width: 768px) {
  .card-box {
    margin: 0 20px; 
  }
}


.card-box h2 {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.step {
  padding: 20px 0;
  border-bottom: 1px dashed #ccc;
  display: block !important;
}

.step:last-child {
  border-bottom: none;
}

.step h3 {
  font-size: 2.2em;
  color: #cc9900;
  margin-bottom: 0.5em;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "YuMincho", serif;
  font-weight: bold;
}

.step .lead.strong {
  font-size: 1.4em;
  font-weight: bold;
  color: #333;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "YuMincho", serif;
  line-height: 1.4 !important;
  margin-bottom: 0.5em;
}



.step .desc.left {
  text-align: left;
  margin-left: 0;
}


/* 念のため：親や全体にflexが効いていたら打ち消す */
.step * {
  display: block !important;
}


/* 最後の .step の下余白をなくす */
.step:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}



.point-item {
  padding: 20px 0;
  border-bottom: 1px dashed #ccc; /* ← 今までと同じ点線 */
}

.point-item:last-child {
  border-bottom: none;
}

.point-title {
  font-size: 1.3em; /* 少し大きく */
  font-weight: bold;
  color: #333;
  text-align: left;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "YuMincho", serif;
  margin-bottom: 0.5em;
}

.point-title .number {
  margin-right: 0.3em;
  color: #333;
}

.point-text {
  font-size: 1em;
  line-height: 1.8;
  text-align: left;
  font-family: sans-serif; /* 必要に応じて明朝体にも変更可 */
}





.faq-item {
  background-color: #fff;
  border-radius: 10px;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 25px;
  border-left: 5px solid #b69d83; /* 左茶色ライン */
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  padding: 20px; /* 内側余白を追加 */
  padding-bottom: 30px; /* 下だけ広めに */
}


/* スマホ用：白カードの左右に余白を持たせる */
@media screen and (max-width: 768px) {
  .faq-item {
    margin: 0 20px 20px 20px;
  }
}



.question {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #333;
}

.answer {
  font-size: 1em;
  color: #444;
  line-height: 1.6;
}

.answer span {
  color: #cc9900;
  font-weight: bold;
  margin-right: 5px;
}




/* =========================
   card-box 内専用 横並びレイアウト
   ========================= */
.card-inner-flex {
  display: flex;
  gap: 32px;
  align-items: center;
  text-align: left; /* 画像横のテキストは左寄せ */
  margin-top: 30px; /* 上の見出しや画像と間隔を空ける */
  padding-bottom: 20px; /* 点線との間隔 */
  border-bottom: 1px dashed #ccc; /* 点線 */
}

.card-inner-flex:last-child {
  border-bottom: none; /* 最後のブロックは線を消す */
}

.card-inner-flex .image-side {
  flex: 0 0 40%; /* 画像エリア幅 */
  max-width: 480px;
}

.card-inner-flex .image-side img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px; /* ← ここが角丸指定 */
}

.card-inner-flex .text-side {
  flex: 1;
}

.card-inner-flex .text-side h3 {
  margin-top: 0;
  margin-bottom: 0.6em;
  font-size: 22px;
}

.card-inner-flex .text-side p {
  margin: 0;
  line-height: 1.8;
}

/* 画像右・テキスト左用 */
.card-inner-flex.reverse {
  flex-direction: row-reverse;
}

/* スマホでは縦並びに */
@media (max-width: 768px) {
  .card-inner-flex {
    flex-direction: column;
    gap: 20px;
  }
  .card-inner-flex .image-side,
  .card-inner-flex .text-side {
    flex: 1 1 auto;
    max-width: 100%;
  }
  .card-inner-flex .text-side h3 {
    font-size: 18px;
  }
}









/* =========================
   Gentle Care 見出し＋バッジ（無添加のところ）
   ========================= */
.gentle-block { /* どの背景でも使える汎用ブロック */
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 20px;
}

.gentle-title {
  text-align: center;
  margin: 0 0 22px 0;
}
.gentle-title .gentle-ja {
  /* 既存の明朝系と整合 */
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: .08em;
  color: #4c362c;
  margin: 0;
}
.gentle-title .gentle-en {
  font-family: "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .08em;
  color: #a8724e;
  margin: 0 0 0 0;
}

/* ピル（カプセル）型バッジ */
.pill-list {
  list-style: none;
  margin: 24px auto 0;
  padding: 0;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 20px;
}
.pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  background: #fff;
  color: #4c362c;
  font-weight: 500;
  border: 1px solid #eaded0;         /* やさしい枠色 */
  border-radius: 9999px;             /* カプセル形状 */
  box-shadow: 0 2px 0 rgba(0,0,0,.03);
  white-space: nowrap;
}


/* SP最適化 */
@media (max-width: 768px) {
  .gentle-title .gentle-ja { font-size: 22px; }
  .gentle-title .gentle-en { font-size: 13px; }
  .pill-list { max-width: 92%; gap: 12px; }
  .pill { font-size: 14px; padding: 8px 14px; }
  .pill .pill-icon { width: 20px; height: 20px; }
}









/* ▼ ヒーロー全体の背景 */
.hero-block {
  background-color: #e8d8c8;
  padding: 60px 0;
}

/* ▼ .card-box と同じ幅に制御 */
.hero-inner {
  max-width: 1200px;      /* ← ここが重要! */
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0 30px;        /* ← card-box と同じ左右余白にする */
}



/* ▼ 画像 */
.hero-image img {
  width: 100%;
  max-width: 600px;
  border-radius: 16px;
  display: block;
}

/* ▼ 右側：文章 */
.hero-text {
  flex: 1;
}

.hero-catch {
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", "MS P明朝", serif;
  font-size: 25px;
  color: #4a3b32;
  line-height: 1.6;
  margin-bottom: 20px;
}

.hero-sub {
  font-size: 16px;
  color: #6a5a4e;
  margin-bottom: 30px;
}

/* ▼ ハッシュタグ風 pill */
.hero-tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-tags .tag {
  background-color: #b69d83;
  color: #fff;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 14px;
}

/* ▼ スマホ対応 */
@media (max-width: 768px) {
  .hero-inner {
    flex-direction: column;
    text-align: center;
  }

  .hero-catch {
    font-size: 24px;
  }

  .hero-sub {
    font-size: 14px;
  }

  .hero-tags {
    justify-content: center;
  }
}
