@charset "utf-8";


.mainvisual {
  width: 98%;
  height: 86vh;
  background-image: url(../img/ringo_02-min.png);
  display: flex;
  flex-direction: column;
  justify-content: center;   /* 縦中央 */
  align-items: center;       /* 横中央 */
  text-align: center;
  border-radius: 30px;
  margin:0 auto;
  border: 4px solid #8dd5e8;
  margin-top: 10px;
}
@media (max-width: 767px){
  .mainvisual {
    margin-top: 80px;
    height: 75vh;
  }
}

/* タイトル画像 */
.main_title img{
  max-width: 100%;
  height: auto;
}

/* テキスト */
p.text_m{
  margin-top: clamp(20px, 3vh, 60px);
  font-size: clamp(23px, 2.9vw, 30px); /* ← サイズそのまま */
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #5a4a42;        /* 黒→やさしいブラウン */
  font-weight: 700;
  max-width: 90%;
  text-align: center;
  /* ほんのりやわらか影 */
  text-shadow: 0 3px 8px rgba(0,0,0,0.08);
  
}

/* =============================
   スマホでも3行っぽく綺麗に見せる
============================= */
@media (max-width: 767px){
  p.text_m{
    /* 3行を読みやすく */
    font-size: 18px;          /* 大きすぎると崩れやすいので固定寄り */
    line-height: 2;           /* 行間を安定させる */
    letter-spacing: 0.06em;

    /* 幅を少し絞ると行が揃いやすい */
    max-width: 20em;          /* ← “3行っぽさ”が安定 */
    margin-left: auto;
    margin-right: auto;

    text-align: center;
    text-wrap: balance;       /* 対応ブラウザで行のバランスが良くなる */
  }

  /* brは残す（3行固定） */
  p.text_m br{
    display: inline;
  }
}
.content{
	width: min(90%, 1100px);
    margin: 120px auto 0;   /* ← 上にスペース */ 
}

@media (max-width: 767px){
  .content{
    margin-top: 50px;
  }
}



.content_01{
	width: min(90%, 1100px);
    margin: 120px auto 0;   /* ← 上にスペース */ 
	padding-bottom: 280px;
}

@media (max-width: 767px){
  .content_01{
    margin-top: 50px;
	padding-bottom: 80px;
  }
}




/* =============================
   強調ピンクメッセージ
============================= */
p.text_01{
  width: min(92%, 1000px);
  margin: clamp(10px, 4vh, 40px) auto;
  padding: clamp(14px, 3vw, 24px);
  background: linear-gradient(135deg, #f9a8b8, #f47c9c); /* 可愛いピンクグラデ */
  color: #ffffff;
  font-size: clamp(16px, 4vw, 25px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.8;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(244,124,156,0.35);
}
@media (max-width: 767px){
  p.text_01{
    font-size: 16px;
    border-radius: 24px;
    padding: 14px 16px;
  }
}



/* =============================
   H2 title image (responsive)
============================= */
h2.title_02{
  margin: 0 auto;
  text-align: center;
}

h2.title_02 img{
  display: block;
  margin: 0 auto;
  width: 100%;      /* 画面に合わせて縮小 */
  height: auto;     /* 縦横比維持 */
  max-width: 1100px;/* 元画像の上限 */
}



/* スマホ */
@media (max-width: 767px){
  h2.title_02{
    padding: 0 12px;                 /* 端の余白 */
    margin: 30px auto 18px;
  }
  h2.title_02 img{
    max-width: 520px;                /* スマホで大きすぎない */
  }
}

/* タブレット */
@media (min-width: 768px) and (max-width: 1023px){
  h2.title_02{
    padding: 0 20px;
    margin: 40px auto 24px;
  }
  h2.title_02 img{
    max-width: 780px;                /* タブレット向け */
  }
}

/* PC（必要なら余白だけ） */
@media (min-width: 1024px){
  h2.title_02{
    margin: 50px auto 28px;
  }
}
/* =============================
   かわいい本文テキスト
============================= */

p.text_02{
  margin: clamp(25px, 5vh, 30px) auto 0;
  max-width: 1100px;
  padding: clamp(25px, 4vw, 10px);
  background: #fffdf8;               /* ほんのり生成り */
  border-radius: 25px;
  font-size: clamp(16px, 2vw, 19px);
  line-height: 2;
  letter-spacing: 0.08em;
  color: #5a4a42;
  font-weight: 500;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  border: 3px solid #f3e7c9;         /* やさしい枠線 */
  text-align: justify;
}
@media (max-width: 767px){
  p.text_02{
    padding: 18px;
    line-height: 1.7;
    border-radius: 18px;
  }
}



/* =============================
   かわいいリスト枠デザイン
============================= */

.faq-check_list{
  list-style: none;
  padding: 25px;
  margin: -8px auto 0;
  max-width: 1100px;
  background-image: url(../img/bk_03.png);
  background-size: cover;          /* ← 枠に合わせて拡大縮小 */
  background-position: center;
  background-repeat: no-repeat;
  border: 4px solid #f3e7c9;           /* やさしい水色枠 */
  border-radius: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* 各項目 */
.faq-check_list li{
  position: relative;
  padding: 12px 12px 12px 38px;
  margin-bottom: 10px;
  font-size: clamp(16px, 2.2vw, 19px);
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #5a4a42;
  font-weight: 500;
}

/* チェックアイコン */
.faq-check_list li::before{
  content: "🍎";   /* りんごアイコン */
  position: absolute;
  left: 8px;
  top: 12px;
  font-size: 18px;
}

/* 最後の余白調整 */
.faq-check_list li:last-child{
  margin-bottom: 0;
}


/* =============================
   スマホ背景切り替え
============================= */
@media (max-width: 767px){
  .faq-check_list{
    padding: 18px;
    border-radius: 18px;
    background-image: url(../img/bk_03_sp.png); /* ← SP用 */
    background-position: center top;
  }

  .faq-check_list li{
    font-size: 15px;
    padding-left: 34px;
  }
}


p.text_03{
  max-width: 1100px;
  padding: 10px 5px 5px 5px;
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.8;
  letter-spacing: 1px;
  color: #5a4a42;
  font-weight: 500;
  text-align: justify;
}
@media (max-width: 767px){
  p.text_03{
    padding: 10px 8px 8px 8px;
    line-height: 1.7;
  }
}



/* =============================
   H3 title image (responsive)
============================= */
h3.title_03{
  margin: 0 auto;
  text-align: center;
}

h3.title_03 img{
  display: block;
  margin: 0 auto;
  width: 100%;      /* 画面に合わせて縮小 */
  height: auto;     /* 縦横比維持 */
  max-width: 1100px;/* 元画像の上限 */
}
/* スマホ */
@media (max-width: 767px){
  h3.title_03{
    padding: 0 3px;                 /* 端の余白 */
    margin: 45px auto 18px;
  }
  h3.title_03 img{
    max-width: 520px;                /* スマホで大きすぎない */
  }
}

/* タブレット */
@media (min-width: 768px) and (max-width: 1023px){
  h3.title_3{
    padding: 0 20px;
    margin: 40px auto 24px;
  }
  h3.title_03 img{
    max-width: 780px;                /* タブレット向け */
  }
}

/* PC（必要なら余白だけ） */
@media (min-width: 1024px){
  h3.title_03{
    margin: 20px auto 28px;
  }
}
/* =============================
   かわいい本文テキスト
============================= */

p.text_03{
  margin: clamp(25px, 5vh, 0px) auto 0;
  max-width: 1100px;
  padding: clamp(25px, 4vw, 10px);
  background: #fffdf8;               /* ほんのり生成り */
  border-radius: 25px;
  font-size: clamp(16px, 2vw, 19px);
  line-height: 2;
  letter-spacing: 0.08em;
  color: #5a4a42;
  font-weight: 500;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  border: 3px solid #f3e7c9;         /* やさしい枠線 */
  text-align: justify;
}
@media (max-width: 767px){
  p.text_03{
    padding: 18px;
    line-height: 1.9;
    border-radius: 18px;
  }
}

/* =============================
   注意書きテキスト（強調ピンク）
============================= */
p.text_04{
  width: min(98%, 1100px);   /* 最大1100px・レスポンシブ */
  margin: 40px auto 0;       /* ← 中央にする決定打 */
  font-size: 120%;          /* PC基準 */
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #d85c7a;
  font-weight: 700;
  text-align: center;
  background: #fff0f4;
  padding: 20px 15px;
  border-radius: 30px;
  box-shadow: 0 6px 15px rgba(216,92,122,0.15);
  border: 2px dashed #f4a3b5;
}
@media (max-width: 1023px){
  p.text_04{
    font-size: 25px;
    padding: 18px 20px;
  }
}
@media (max-width: 767px){
  p.text_04{
    font-size: 22px;
    padding: 14px 16px;
    border-radius: 20px;
  }
}






/* =============================
   H4 タイトルデザイン
============================= */

.title_05{
  text-align: center;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.05em;

  color: #1baad1;   /* やさしいブルー */
  margin: clamp(40px, 6vh, 80px) auto 20px;

  font-size: clamp(22px, 3vw, 36px);
}

/* span部分 */
.title_005{
  display: inline-block;
  margin-top: 10px;
  padding: 6px 16px;

  background: #1baad1;  /* ブルー背景 */
  color: #fff;          /* 白文字 */

  border-radius: 25px;
  font-weight: 700;

  box-shadow: 0 6px 15px rgba(44,127,184,0.25);
}


/* =============================
   タブレット
============================= */
@media (max-width: 1023px){
  .title_05{
    font-size: clamp(20px, 4vw, 28px);
  }

  .title_005{
    padding: 6px 14px;
  }
}


/* =============================
   スマホ
============================= */
@media (max-width: 767px){
  .title_05{
    font-size: 20px;
    line-height: 1.7;
  }

  .title_005{
    display: block;        /* ← スマホでは改行して目立たせる */
    margin-top: 12px;
    padding: 8px 14px;
    border-radius: 20px;
  }
}
/* =============================
   サポート説明テキスト
============================= */

p.text_05{
  width: min(96%, 1100px);
  padding: clamp(20px, 4vw, 20px);
  background: #ffffff;
  border: 2px dashed #3aaed8;   /* ブルー点線 */
  border-radius: 20px;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 2;
  letter-spacing: 0.05em;
  color: #444;                 /* やわらかい濃いグレー */
  font-weight: 500;
  text-align: justify;
  box-shadow: 0 8px 20px rgba(58,174,216,0.08);
}
@media (max-width: 1023px){
  p.text_05{
    padding: 24px;
    font-size: clamp(15px, 2.2vw, 18px);
  }
}
@media (max-width: 767px){
  p.text_05{
    padding: 18px;
    font-size: 15px;
    line-height: 1.7;
    border-radius: 16px;
  }
}






/* =============================
   Contact / Tel (Cute & Responsive)
============================= */

/* 全体の余白 */
p.contact,
p.tel{
  width: min(92%, 900px);
  margin: 14px auto 0;
  text-align: center;
  letter-spacing: 0.05em;
}

/* メール問い合わせ：ボタン */
p.contact a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  width: min(92%, 520px);
  padding: clamp(14px, 2.6vw, 18px) clamp(18px, 3vw, 26px);

  background: linear-gradient(135deg, #f9d3ce 0%, #f7a6b5 100%);
  color: #fff;
  font-weight: 800;
  text-decoration: none;

  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(247, 166, 181, 0.35);
  border: 2px dashed rgba(255,255,255,0.75);

  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.2;

  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

/* かわいいアイコン（絵文字でOK） */
p.contact a::before{
  content: "✉️";
  font-size: 1.1em;
}

/* Hover（PC/タブレットのhover環境のみ） */
@media (hover: hover){
  p.contact a:hover{
    transform: translateY(-2px) rotate(-0.5deg);
    filter: brightness(1.03);
    box-shadow: 0 14px 26px rgba(247, 166, 181, 0.42);
  }
}


/* =============================
   TELデザイン（可愛い＆押しやすい）
============================= */

p.tel{
  width: min(92%, 900px);
  margin: 18px auto 0;
  padding: clamp(14px, 2.8vw, 18px);

  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;

  background: #fffdf8;
  border: 2px dashed #8dd5e8;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);

  font-size: clamp(14px, 1.8vw, 16px);
  line-height: 1.8;
  color: #5a4a42;
}

/* 電話番号リンク */
p.tel a{
  display: inline-block;
  margin-left: 8px;
  padding: 6px 14px;

  background: linear-gradient(135deg, #8dd5e8, #5bbcd6);
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;

  border-radius: 999px;
  box-shadow: 0 6px 15px rgba(91,188,214,0.35);

  transition: transform 180ms ease, box-shadow 180ms ease;
}

/* アイコン */
p.tel a::before{
  content: "📞 ";
}

/* hover環境のみ */
@media (hover: hover){
  p.tel a:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(91,188,214,0.45);
  }
}

/* =============================
   スマホ最適化
============================= */
@media (max-width: 767px){

  p.tel{
    padding: 14px 12px;
    border-radius: 16px;
  }

  p.tel a{
    display: block;          /* ← スマホではボタン化 */
    margin: 10px auto 0;
    width: 85%;
    padding: 12px 0;
    font-size: 16px;
  }
}

