


.txt_green{
    color: #839a2b;
    
}

.txt_blue{
    color: #65abc3;  
}

.txt_blown{
    color: #d99814;  
}

.top_bar{
    width: 850px;
    margin: 0 auto;
    font-size: 0;
}


@media screen and (max-width: 768px) {
.top_bar{
    width: 100%;
    margin: 0 auto;
    font-size: 0;
}
}





/* ====== MV ====== */

.mv{
    margin-bottom: -60px;
}
.mv__img{
  display: block;            /* 画像下の隙間対策 */
  width: 100%;
  height: auto;              /* 等比で縦が決まる＝白帯なし */
}


@media (max-width: 768px){
    
.mv{
    margin-bottom: -20px;
}
    }



/* ====== SEC01 ====== */


.sec01{
    position: relative;
    width: 100%;
    margin: 0;
}


.sec01 .mv__copy{
  position:absolute; top:50%; left:min(5vw,20px); transform:translateY(-50%);
  position: absolute;
  top: 50%;
  left: min(5vw, 20px);
  transform: translateY(-50%);
  display: flex;
  font-family: 'リュウミン Medium';
}

.sec01 .mv__line {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #3b2e25;
  line-height: 1.9;
  letter-spacing: 0.06em;

  /* やわらかい白い光彩 */
  text-shadow:
    0 0 4px rgba(255,255,255,0.7),
    0 0 8px rgba(255,255,255,0.4),
    0 0 12px rgba(255,255,255,0.25);
}

/* サイズ調整（そのまま） */
.sec01 .mv__line--lg {
  font-size: clamp(18px, 6.8vw, 34px);
  font-weight: 700;
}
.sec01 .mv__line--md {
  font-size: clamp(16px, 6.8vw, 34px);
  font-weight: 600;
}
.sec01 .mv__line--sm {
  font-size: clamp(12px, 3.5vw, 24px);
  font-weight: 500;
  opacity: 0.9;
}

@media (max-width: 768px){
    
.mv{
    margin-bottom: -20px;
}

.sec01 .mv__line--lg{
  font-size: clamp(18px, 6.8vw, 24px);
  font-weight: 700;
}
.sec01 .mv__line--md{
  font-size: clamp(16px, 6.8vw, 22px);
  font-weight: 600;
}
.sec01 .mv__line--sm{
  font-size: clamp(12px, 3.5vw, 16px);
  font-weight: 500;
  opacity: 0.9;
}
    
.sec01 .mv__copy{
  gap: 0;
}

}


/* ===== sec02（説明セクション） ===== */

.sec02 {
  background: #f8e9e4;
  margin-top: 0;             /* 上の余白を削除 */
  padding: 0 0 40px;         /* 下だけ余白を残す */
  display: flex;
  justify-content: center;
  padding-bottom: 0;
padding-top: 20px;
}

.sec02__inner {
  max-width: 600px;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "游明朝", serif;
  color: #4b3a2b;
  line-height: 2;
}

.sec02__inner p {
  font-size: clamp(15px, 4vw, 18px);
  margin: 0 0 1.5em;
}
.sec02__inner p:last-child {
  margin-bottom: 0;
}

.marker{
  --mk:#fff7a5; 
  background:linear-gradient(transparent 60%, var(--mk) 60%);
  padding:0 .15em; border-radius:2px;
  box-decoration-break:clone; -webkit-box-decoration-break:clone;
}
.marker--castella{ --mk:#f5ce79; }   /* 黄：かすてら */
.marker--tea{     --mk:#b3c077; }     /* 薄緑：厳選茶   */
.marker--hasami{  --mk:#98c6d6; }     /* 水色：波佐見焼 */


:root{
  --brown:#5a3a23;              /* 見出し・バッジ色 */
  --price:#a74c3c;              /* 価格色（赤茶） */
  --text:#3b2e25;
  --base:#fff;
  --card:#fff;
  --ribbon:#c44e3c;             /* 赤いラベル */
  --cta:#f0a133;                /* ボタン色 */
  --cta-txt:#fff;
  --bd:#e4cfc4;                 /* 枠線(薄茶) */
}


/* ===== sec03（料金セクション） ===== */
.sec03{
  background:#f5ece8;
  padding: 18px 12px 28px;
}
.sec03__card{
width: 80%;
    background: var(--card);
    padding: 20px 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .03);
    color: var(--text);
    font-family: "Hiragino Mincho ProN", "游明朝", serif;
    position: relative;
    margin: 0 auto;
}


.red_border {
  width: 80%;
  background: var(--card);
  padding: 20px 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .03);
  color: var(--text);
  font-family: "Hiragino Mincho ProN", "游明朝", serif;
  position: relative;
}

/* 短めの下線を追加 */
.red_border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90%; /* ← ここで長さを調整（例：80〜95%） */
  height: 1px;
  background-color: rgb(167 76 60);
  transform: translateX(-50%);
  opacity: 0.8;
    
}

/* 1行目：丸バッジ＋タイトル */
.sec03__row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 5px;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}
.sec03__badge{
  flex:0 0 auto;
  width: 92px; height: 92px; border-radius:50%;
  background:var(--brown); color:#fff;
  display:grid; place-items:center;
  text-align:center; line-height:1.15;
  font-size:14px; letter-spacing:.02em;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.25);
}
.sec03__title {
  margin: 0;
  font-weight: 700;
  font-size: 34px;
  font-family: 'ヒラギノ角ゴシック W7', sans-serif;
  letter-spacing: -0.03em; /* ← 少しだけ詰める（冷たい印象に） */
}

.sec03__title_sub {
  display: block;
  text-align: right;
}

.ten{
    display: contents;
    font-size: 14px;
}


/* 定価（取り消し線） */
.sec03__regular{
    font-size: 12px;
    color: #6b5647;
    margin: 0;
    font-family: 'ヒラギノ角ゴシック W7', sans-serif;
    text-align: center;
    margin-right: 150px;
}
.sec03__regular .line{
  text-decoration: line-through;
  text-decoration-thickness: 2px;
text-decoration-color: #c44f3c;
}

/* リボン＋価格の横並び */
.sec03__priceRow{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    display: block;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}

.arrow {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  width: auto;
  height: 45px;
  background: #c44e3c;
  color: #fff;
  text-align: left;
  line-height: 1.1;
  font-weight: 700;
  padding: 0 10px 0 8px;       /* 内側余白も少し詰める */
  box-sizing: border-box;
  font-size: 10px;
}

/* ▼ 右矢印（さらに短く） */
.arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;                /* 矢印突き出し距離 */
  width: 0;
  height: 0;
  border-top: 22.5px solid transparent;  /* 高さの半分 */
  border-bottom: 22.5px solid transparent;
  border-left: 10px solid #c44e3c;       /* ← 横幅を10pxに変更 */
}



/* 価格 */
.sec03__price{
  margin:0;
  color:var(--price);
  font-weight:700;
  line-height:1;
}
.sec03__price .num{
  font-size: 48px;
  letter-spacing:.02em;
}
.sec03__price .yen{
    font-size: 12px;
  margin-left:2px;
}
.sec03__price .sub{
  margin-left:0;
  font-weight:600;
    font-size: 12px;
}

.sec03__cta{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    padding: 16px 18px;
    border-radius: 999px;
    background: var(--cta);
    color: var(--cta-txt);
    font-family: "Hiragino Sans", "Noto Sans JP", system-ui, sans-serif;
    font-weight: 700;
    font-size: clamp(16px, 4.6vw, 20px);
    text-decoration: none;
    box-shadow: 0 4px 0 rgba(0, 0, 0, .08);
    position: relative;
    margin: 0 auto;
}
.sec03__cta:active{ transform: translateY(1px); box-shadow:0 3px 0 rgba(0,0,0,.08); }

.sec03__chev{
  width:8px; height:8px; margin-left:10px;
  border-right:2px solid #fff; border-bottom:2px solid #fff;
  transform: rotate(-45deg);
}

.sec03__cta{ margin-top:6px; }



.fukuda__img{
    padding: 18px 12px 28px;
    width: 400px;
    margin: 0 auto;
}




@media screen and (max-width: 768px) {
.sec03{
  background:#f5ece8;
  padding: 18px 12px 28px;
}
.sec03__card{
  width:min(680px, 100%);
  background:var(--card);
  padding: 20px 15px;
  box-shadow:0 2px 6px rgba(0,0,0,.03);
  color:var(--text);
  font-family:"Hiragino Mincho ProN","游明朝",serif;
}


.red_border {
  width: min(680px, 100%);
  background: var(--card);
  padding: 20px 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .03);
  color: var(--text);
  font-family: "Hiragino Mincho ProN", "游明朝", serif;
  position: relative;
}

/* 短めの下線を追加 */
.red_border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90%; /* ← ここで長さを調整（例：80〜95%） */
  height: 1px;
  background-color: rgb(167 76 60);
  transform: translateX(-50%);
  opacity: 0.8;
    
}

/* 1行目：丸バッジ＋タイトル */
.sec03__row{
  display:flex; align-items:center; gap:12px;
  margin-bottom:5px;
}
.sec03__badge{
  flex:0 0 auto;
  width:72px; height:72px; border-radius:50%;
  background:var(--brown); color:#fff;
  display:grid; place-items:center;
  text-align:center; line-height:1.15;
  font-size:14px; letter-spacing:.02em;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.25);
}
.sec03__title {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  font-family: 'ヒラギノ角ゴシック W7', sans-serif;
  letter-spacing: -0.03em; /* ← 少しだけ詰める（冷たい印象に） */
}

.sec03__title_sub {
  display: block;
  text-align: right;
}

.ten{
    display: contents;
    font-size: 14px;
}


/* 定価（取り消し線） */
.sec03__regular{
    font-size: 12px;
    color: #6b5647;
    margin: 0;
    font-family: 'ヒラギノ角ゴシック W7', sans-serif;
    text-align: left;
}
.sec03__regular .line{
  text-decoration: line-through;
  text-decoration-thickness: 2px;
text-decoration-color: #c44f3c;
}

/* リボン＋価格の横並び */
.sec03__priceRow{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    display: block;
    display: flex;
}

.arrow {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  width: auto;
  height: 45px;
  background: #c44e3c;
  color: #fff;
  text-align: left;
  line-height: 1.1;
  font-weight: 700;
  padding: 0 10px 0 8px;       /* 内側余白も少し詰める */
  box-sizing: border-box;
  font-size: 10px;
}

/* ▼ 右矢印（さらに短く） */
.arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;                /* 矢印突き出し距離 */
  width: 0;
  height: 0;
  border-top: 22.5px solid transparent;  /* 高さの半分 */
  border-bottom: 22.5px solid transparent;
  border-left: 10px solid #c44e3c;       /* ← 横幅を10pxに変更 */
}



/* 価格 */
.sec03__price{
  margin:0;
  color:var(--price);
  font-weight:700;
  line-height:1;
}
.sec03__price .num{
  font-size: 44px;
  letter-spacing:.02em;
}
.sec03__price .yen{
    font-size: 12px;
  margin-left:2px;
}
.sec03__price .sub{
  margin-left:0;
  font-weight:600;
    font-size: 12px;
}

.sec03__cta{
  display:flex; align-items:center; justify-content:center;
  width:100%;
  padding:16px 18px;
  border-radius:999px;
  background:var(--cta); color:var(--cta-txt);
  font-family:"Hiragino Sans","Noto Sans JP",system-ui,sans-serif;
  font-weight:700;
  font-size: clamp(16px, 4.6vw, 20px);
  text-decoration:none;
  box-shadow:0 4px 0 rgba(0,0,0,.08);
  position:relative;
}
.sec03__cta:active{ transform: translateY(1px); box-shadow:0 3px 0 rgba(0,0,0,.08); }

.sec03__chev{
  width:8px; height:8px; margin-left:10px;
  border-right:2px solid #fff; border-bottom:2px solid #fff;
  transform: rotate(-45deg);
}

.sec03__cta{ margin-top:6px; }



.fukuda__img{
    width: 100%;
    padding: 18px 12px 28px;
}
}





/* ===== sec04（店主メッセージ） ===== */
.sec04 {
  padding: 18px 12px 28px;
  padding: 30px 10px;
  display: flex;
  justify-content: center;
}

.sec04__inner {
  position: relative;
  background: #fff;              /* 白い箱 */
  padding: 26px 16px;            /* 文字まわりの余白 */
  max-width: 720px;
  text-align: center;
  box-sizing: border-box;
}

/* ← 内側に走るライン（左右に少し余白あり） */
.sec04__inner::before,
.sec04__inner::after{
  content: "";
  position: absolute;
  left: clamp(12px, 4vw, 28px);  /* 画像のように左右を少し内側に */
  right: clamp(12px, 4vw, 28px);
  height: 2px;
  background: #a0543a;          /* 赤茶のライン色 */
}
.sec04__inner::before{ top: 14px; }   /* 上のライン（内側） */
.sec04__inner::after { bottom: 14px; }/* 下のライン（内側） */

.sec04__inner p{
  font-family: "Hiragino Mincho ProN","游明朝",serif;
  color:#4b342b;
  font-size: clamp(15px, 4vw, 18px);
  line-height: 2;
  margin: 0;
}



/* ===== sec05（カステラ紹介カード） ===== */
.sec05 {
  background: #c34738; /* 外枠の赤茶色 */
  padding: 50px 16px;
  justify-content: center;
}

.sec05__detiel{
    padding-bottom: 5rem;
    width: 500px;
    margin: 0 auto;
}




.sec05__content {
    position: relative;
    background: #fff;
    max-width: 620px;
    padding: 50px 24px 30px;
    text-align: center;
    font-family: "Hiragino Mincho ProN", "游明朝", serif;
    color: #4b342b;
    box-sizing: border-box;
    margin: 0 auto;
}

.content_bottom{
  margin-bottom: 6rem;
    
}

/* 左上のバッジ（画像で配置） */


    .sec05__badge {
    position: absolute;
    top: -50px;
    left: -50px;
    width: 130px;
    height: auto;
}
.sec05__badge img {
  width: 100%;
  height: auto;
  display: block;
}

/* タイトル */
.sec05__title {
  font-weight: 700;
  font-size: 24px;
  margin: 0;
}
.sec05__sub {
    font-size: 14px;
    color: #555;
    margin: 0 0 12px;
    text-align: left;
    margin-left: 14px;
}

/* 金線 */
.sec05__line {
  border: none;
  border-top: 1px solid #d6b07e;
  width: 80%;
  margin: 0 auto 12px;
}

/* リード文（強調文） */
.sec05__lead {
  font-weight: 600;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 18px;
  margin-top: 0;
}

.sec05__img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

/* 詳細説明 */
.sec05__desc {
  font-size: 14px;
  line-height: 1.9;
  text-align: left;
  color: #4b342b;
}



/* スライダー本体 */
.sec05__slider {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #eee;
  margin: 0 auto 18px;
}

/* 横並びの画像トラック */
.sec05__slides {
  display: flex;
  transition: transform .5s ease;
}

/* 各画像 */
.sec05__slides img {
  flex: 0 0 100%;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 3; /* 画像比率調整 */
}

/* ===== ドット（画像の中に重ねる） ===== */
.sec05__dots {
  position: absolute;
  bottom: 12px;             /* ← 画像下からの距離 */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 2;
}

.sec05__dots .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.6);   /* 半透明の白 */
  border: 1px solid rgba(0,0,0,0.2);   /* 薄い縁取りで見やすく */
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sec05__dots .dot.is-active {
  background: #fff;                   /* アクティブ時は白く */
  transform: scale(1.3);
}


/* ===== sec06（定期コース案内） ===== */
.sec06 {
  background: #f9f1ee;           /* 淡いピンク背景 */
  text-align: center;
  padding: 40px 16px;
  font-family: "Hiragino Mincho ProN", "游明朝", serif;
  color: #4b342b;
}


.sec06__img{
    width: 700px;
    margin: 0 auto;
    padding-bottom: 50px;
}


@media screen and (max-width: 768px) {
    
    .sec05__detiel{
    width: 100%;
}
    
    .sec05__content {
  position: relative;
  background: #fff;
  max-width: 420px;
  padding: 50px 24px 30px;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "游明朝", serif;
  color: #4b342b;
  box-sizing: border-box;
}
    
    .sec06__img{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
}
    
    .sec05__badge {
    position: absolute;
    top: -35px;
    left: -10px;
    width: 80px;
    height: auto;
}
    
    



}






/* ===== sec07（楽しみ方＋特典） ===== */
.sec07{
  padding:36px 16px 40px;
  display:flex; justify-content:center;
  box-sizing:border-box;
}
.sec07__inner{
  width:min(680px,100%);
  font-family:"Hiragino Mincho ProN","游明朝",serif;
  color:#4b342b;
}

/* 見出し */
.sec07__title{
}

/* 各項目 */
.sec07__item{
  text-align:center;
  padding:18px 10px 8px;
}
.sec07__badge{
  width:70px; height:auto; margin:0 auto 8px;
}
.sec07__badge img{ width:100%; height:auto; display:block; }

.sec07__head{
}

.sec07__head {
  position: relative;
  display: inline-block;       /* 背景を文字幅に限定 */
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.7); /* 半透明の白 */
  color: #3b2e25;              /* 文字色を保持（透過しない） */
  line-height: 1.6;
  margin:0 0 8px;
  font-size: clamp(16px,4.8vw,18px);
  font-weight:700;
}

.sec07__bonusTitle{
    margin-top: 3rem;
}


.sec07__desc{
  margin:0;
  font-size: clamp(13px,4vw,15px);
  line-height:1.9;
  color:#5a4a44;
  text-align: left;
}



/* 横並び（画像＋テキスト） */
.sec07__presentRow{
    display: flex;
    align-items: center;
    gap: clamp(12px, 4vw, 20px);
    margin: 10px 0 0;
    background: white;
    padding: 1rem;
}

/* 画像側（比率維持・最大幅を抑える） */
.sec07__presentImg{
  flex: 0 0 clamp(120px, 40vw, 220px);
}
.sec07__presentImg img{
  display:block;
  width:100%;
  height:auto;
}

/* テキスト側 */
.sec07__presentText{
  flex: 1 1 auto;
  font-family:"Hiragino Mincho ProN","游明朝",serif;
  color:#4b342b;
}
.sec07__presentText .lead {
    display: block;
    position: relative;
    margin: 0 0 6px;
    font-size: 36px;
    line-height: 1.5;
    text-align: center;
    color: #b84c37;
    font-weight: 700;
}

/* 各行ごとにマーカー背景 */
.mark {
  position: relative;
  display: inline-block;
  z-index: 0;
  padding: 0 2px;
}

.mark::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.15em;
  width: 100%;
  height: 0.6em;
  background: #fff6b2; /* マーカー色 */
  z-index: -1;
  border-radius: 2px;
}

/* 数字を大きく */
.big_txt {
  font-size: 1.8em;  /* ← 必要に応じて1.6〜2.0emで調整 */
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
}

/* 強調文字用 */
.em {
  color: #b84c37;
  font-weight: 700;
}
.sec07__presentText .note{
    margin: 0;
    font-size: 12px;
    line-height: 1.8;
    text-align: center;
}

.big_txt{
    font-size: 34px;
}




@media screen and (max-width: 768px) {
    
.sec07__presentText .lead{
      display: inline-block;
  position: relative;
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color:#b84c37;           /* 強調の赤茶 */
  font-weight:700;
}
    
    .sec07__presentText .note{
    text-align: left;
}

}



/* ===== sec08（楽しみ方＋特典） ===== */


.sec08 {
  padding: 36px 16px 40px;
  position: relative;
  background: #f2dddd; /* ← sec08背景色（ピンク系） */
  overflow: hidden;
  margin-top: 3rem;
}

/* sec08 の下部に波を追加 */
.sec08::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 42px;
  z-index: 0;
  background:
    url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 72' preserveAspectRatio='none'>\
  <rect width='1440' height='72' fill='%23f2dddd'/>\
  <path fill='%23faf8ea' d='M0,50 C240,40 480,40 720,50 C960,60 1200,55 1440,45 V72 H0 Z'/>\
</svg>") 50% 0 / 100% 100% no-repeat;
}

.sec08__presentImg {
  margin-bottom: 8rem;
  text-align: center;
}



.sec08__presentImg {
    margin-bottom: 8rem;
    text-align: center;
    width: 700px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.sec08__main{
  position: relative;
  display: inline-block;
  overflow: visible; /* はみ出し分を見せる */
}

.sec08__main img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}


/* ===== 上の赤い帯 ===== */
.sec08__ribbonTop{
  position: absolute;
  right: 0;            /* 右上の角に“基準点”を置く */
  top: 0;
  transform-origin: right top;        /* ←ココが重要 */
  transform: translate(14px, -14px) rotate(8deg); /* 角からのオフセット */
  background: #b84c37; color:#fff;
  padding: 6px 38px;
  font: 700 clamp(12px,3.6vw,24px)/1.3 "Hiragino Sans",sans-serif;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(0,0,0,.15);
}

/* ===== 下の赤い帯 ===== */
.sec08__ribbonBottom{
  position: absolute;
  left: 0;             /* 左下の角に“基準点”を置く */
  bottom: 45%;
  transform-origin: left bottom;      /* ←ココが重要 */
  transform: translate(-14px, 24px) rotate(-8deg); /* 角からのオフセット */
  background: #b84c37; color:#fff;
  padding: 6px 30px;
  font: 700 clamp(12px,3.6vw,15px)/1.3 "Hiragino Sans",sans-serif;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(0,0,0,.15);
}


@media screen and (max-width: 768px) {
    
.sec08__presentImg {
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 80px;
}

}




/* ===== よくある質問 ===== */

.faq-wrap{
  background:#faf8eb;
  padding: 24px 16px 40px;   /* 境目に余白を少し */
  display:flex; justify-content:center;
}

/* 白いカード（角丸＆薄影） */
.faq-card{
  width:min(880px,100%);
  background:#fff;           /* ★中は白 */
  border-radius:8px;
  box-shadow:0 2px 10px rgba(0,0,0,.05);
  overflow:hidden;           /* 角丸に合わせて内側も切る */
}

/* 既存のfaq本体はカード内の余白として扱う */
.faq{
  background:#fff;           /* 念のため白を明示 */
  padding:24px 20px 28px;
  font-family:"Hiragino Mincho ProN","游明朝",serif;
  color:#4b3a2b;
}

/* タイトル帯（画像のような薄グレー帯に見せる） */
.faq__title{
  margin:0;
  padding:18px 12px;
  text-align:center;
  font-size:clamp(18px,5vw,22px);
  font-weight:700;     /* ★見出し背景（境目の帯） */
  border-bottom: 1px solid #4c3a2b;
}

/* 各質問行は「白」ベースにし、区切り線だけつける */
.faq__question{
　　width: 100%;
    text-align: left;
    background: #fff;
    border: none;
    padding: 18px 34px 18px 0;
    font-size: 16px;
    font-weight: 700;
    color: #4b3a2b;
    position: relative;
    cursor: pointer;
}


.faq__q{ margin-right:.5em; }

/* ＋／−（CSS描画のまま） */
.faq__toggle{
  position:absolute; right:12px; top:50%;
  width:22px; height:22px; transform:translateY(-50%);
}
.faq__toggle::before,
.faq__toggle::after{
  content:""; position:absolute; left:50%; top:50%;
  background:#4b3a2b; transform:translate(-50%,-50%);
  transition:opacity .2s ease;
}
.faq__toggle::before{ width:16px; height:2px; }
.faq__toggle::after { width:2px;  height:16px; }
.faq__item.active .faq__toggle::after{ opacity:0; }

/* 回答：カード内でも白で統一 */
.faq__answer{
  background:#fff;           /* ★白 */
  max-height:0; overflow:hidden;
  padding:0;
  border-bottom: 1px solid #4b392b;
　font-size: 14px;
  line-height:1.9;
  transition:max-height .35s ease, padding .25s ease, background .2s;
}
.faq__answer p{ margin:0; padding:0 0 0 0; }
.faq__a{ margin-right:.5em; font-weight:700; color:#4b3a2b; }

.faq__item.active .faq__answer{
  max-height:800px;
  padding:16px 0 20px;       /* 開いた時だけ余白 */
}




/* 白いカードは今まで通り */
.faq-card{
  width: min(880px, 100%);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,.05);
  overflow: hidden;
  position: relative;
  z-index: 1;                 /* 波の上に表示 */
}

/* タイトル帯など、前に渡したFAQ内のCSSはそのままでOK */



.bg_yellow{
background: #faf8eb;
}





/* ===== Notice Section ===== */
.sec-notice{
  display: flex;
  justify-content: center;
  padding: 28px 16px 48px;
  background: #faf8eb;
  font-family: 'ヒラギノ角ゴシック W7', sans-serif;
}

.notice{
  --ink: #5a3f36;        /* 濃茶（文字） */
  --frame:#c9b8ad;       /* 外枠色 */
  --head:#b84c37;        /* 見出し帯（赤茶） */
  --paper:#fff;          /* カード背景 */
  --dot:#6b4e44;         /* 箇条書きドット */

  width: min(680px, 100%);
  background: var(--paper);
  color: var(--ink);
  border: 2px solid var(--frame);
  box-shadow: 0 2px 6px rgba(0,0,0,.03);
}

/* 上の太め帯 */
.notice__head{
  background: var(--head);
  color: #fff;
  text-align: center;
  padding: 18px 12px;
  margin: 2rem;
}
.notice__title{
  margin: 0 0 6px;
  font: 700 clamp(16px, 4.8vw, 20px)/1.3 "Hiragino Sans","Noto Sans JP",system-ui,sans-serif;
  letter-spacing: .02em;
}
.notice__subtitle{
  margin: 0;
}

/* 本文領域 */
.notice__body{
  padding: 18px 18px 24px;
  line-height: 1.9;
  font-size: clamp(13px, 3.8vw, 15px);
}

/* ブロック見出し（【】付き） */
.notice__blockTitle{
  margin: 18px 0 8px;
  font-weight: 700;
  font-size: clamp(14px, 4.2vw, 16px);
}

/* 箇条書き */
.notice__list{
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
.notice__list li{
  position: relative;
  padding-left: 1.2em;
  margin: 4px 0;
}
.notice__list li::before{
  content:"";
  position:absolute;
  left:0; top: .78em;
  width: .45em; height: .45em;
  border-radius: 50%;
  background: var(--dot);
  transform: translateY(-50%);
}

/* 電話表示 */
.notice__tel{
  text-align: center;
  margin: 18px 0 12px;
}
.notice__telNum{
  margin: 0 0 4px;
  font-weight: 700;
  font-size: clamp(16px, 5vw, 18px);
  letter-spacing: .02em;
}
.notice__telNote{
  margin: 0;
  font-size: clamp(12px, 3.4vw, 13px);
  opacity: .9;
}

/* 余白の微調整（末尾の箇条書き間） */
.notice__body > .notice__list:last-child{ margin-bottom: 0; }












.price_img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 20px 0;
  width: 100%;
  box-sizing: border-box;
}

.menu-item_2 {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  position: static !important; /* ← 不要な absolute を無効化 */
}

.small_txt{
    margin: 0;
    text-align: left;
    margin-right: auto;
    font-weight: normal;
}

hr{
    width: 100%;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
.price_img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;
}
    
    .small_txt {
    margin: 0;
    text-align: left;
    margin-right: auto;
    font-size: 10px;
}
    
    

}


