<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>施術内容 | ナチュラルテイスト整体　</title>
	<atom:link href="https://naturaltaste.org/service/feed" rel="self" type="application/rss+xml" />
	<link>https://naturaltaste.org</link>
	<description>その不調は、体からのサイン。根本から整える整体院</description>
	<lastBuildDate>Wed, 19 Aug 2026 11:09:21 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://naturaltaste.org/wp-content/uploads/2026/08/cropped-8C28F2BA-AAEE-4656-870F-57A472D00A9F-32x32.png</url>
	<title>施術内容 | ナチュラルテイスト整体　</title>
	<link>https://naturaltaste.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>オーダーメイド整体</title>
		<link>https://naturaltaste.org/service/%e3%82%aa%e3%83%bc%e3%83%80%e3%83%bc%e3%83%a1%e3%82%a4%e3%83%89%e6%95%b4%e4%bd%93</link>
		
		<dc:creator><![CDATA[ナチュラルテイスト]]></dc:creator>
		<pubDate>Thu, 04 Dec 2025 03:15:20 +0000</pubDate>
				<guid isPermaLink="false">https://naturaltaste.org/?post_type=service&#038;p=427</guid>

					<description><![CDATA[ORDER-MADE SEITAI オーダーメイド整体 決まった施術を全員に行うのではなく、その日の身体の状態やお悩みに合わせて内容を組み立てる、当院の基本メニューです。 ABOUT 痛い場所だけでなく、不調の原因まで丁 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<style data-wp-block-html="css">
/* ============================================================
  ナチュラル整体｜オーダーメイド整体ページ アニメーション
  貼り付け先：カスタムHTMLブロックの CSS タブ
============================================================= */

/* ---- セクションのフェードイン（上から順に） ---- */
.nso-hero__body,
.nso-section,
.nso-cta{
  opacity:0;
  transform:translateY(18px);
  animation:nsoFadeUp .8s cubic-bezier(.22,.61,.36,1) forwards;
}

.nso-hero__body{animation-delay:.1s;}
.nso-section:nth-of-type(1){animation-delay:.2s;}
.nso-section:nth-of-type(2){animation-delay:.3s;}
.nso-section:nth-of-type(3){animation-delay:.4s;}
.nso-cta{animation-delay:0s;}

@keyframes nsoFadeUp{
  to{opacity:1;transform:translateY(0);}
}

/* ---- 対象カード：ホバーで軽く浮く ---- */
.nso-target{
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.nso-target:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 20px -10px rgba(59,55,51,.2);
  border-color:var(--nso-sage);
}

/* ---- 料金カード：ホバーで縁が光る ---- */
.nso-plan{
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.nso-plan:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 24px -12px rgba(59,55,51,.25);
  border-color:var(--nso-sage);
}

/* ---- 流れステップ：番号がふわっと強調 ---- */
.nso-flow__step{
  transition:transform .25s ease;
}
.nso-flow__step:hover .nso-flow__num{
  transform:scale(1.12);
  transition:transform .25s ease;
}

/* ---- ボタン：ホバーで白背景に反転 ---- */
.nso-btn{
  transition:background-color .25s ease, color .25s ease, transform .2s ease, box-shadow .25s ease, border-color .25s ease;
}
.nso-btn--primary:hover,
.nso-btn--ghost:hover{
  background-color:#fff;
  color:var(--nso-sage-deep);
  border-color:#fff;
  opacity:1;
  transform:translateY(-2px);
  box-shadow:0 8px 18px -6px rgba(0,0,0,.2);
}

/* ---- 動きを抑えたい環境への配慮 ---- */
@media (prefers-reduced-motion: reduce){
  .nso-hero__body,
  .nso-section,
  .nso-cta{
    animation:none !important;
    opacity:1 !important;
    transform:none !important;
  }
  .nso-target,
  .nso-plan,
  .nso-flow__step,
  .nso-btn{
    transition:none !important;
  }
}
</style>

<!-- ============================================================
  ナチュラル整体｜坂井奈美様サイト
  固定ページ「オーダーメイド整体」詳細ページ用コード
  貼り付け先：固定ページ（新規「オーダーメイド整体」）の本文（カスタムHTMLブロック）
  トップページ／メニューページの「オーダーメイド整体」カードから
  このページのURLへリンクしてください（例：/order-made/ など、実際のスラッグに合わせて変更）。
  ※修正点：ヒーロー画像を差し替え、ボタン配色を統一
============================================================= -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;600;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

.nso-wrap{
  --nso-ivory:#FAF7F1;--nso-beige:#EFE7D8;--nso-sage:#8A9A7E;--nso-sage-deep:#5F7357;
  --nso-charcoal:#3B3733;--nso-gold:#B8935A;--nso-line:#DDD4C3;
  font-family:'Zen Kaku Gothic New','Noto Sans JP',sans-serif;color:var(--nso-charcoal);
  background:var(--nso-ivory);line-height:1.9;overflow-x:hidden;
}
.nso-wrap *{box-sizing:border-box;}
.nso-wrap img{max-width:100%;display:block;}
.nso-inner{max-width:920px;margin:0 auto;padding:0 24px;}
.nso-section{padding:64px 0;}
.nso-section--beige{background:var(--nso-beige);}
.nso-eyebrow{display:block;font-size:12.5px;letter-spacing:.22em;color:var(--nso-sage-deep);font-weight:700;margin-bottom:12px;}
.nso-h2{font-family:'Zen Old Mincho',serif;font-size:clamp(22px,3.6vw,30px);font-weight:700;letter-spacing:.03em;margin:0 0 20px;line-height:1.6;}
.nso-lead{max-width:600px;margin:0 auto 40px;text-align:center;font-size:15px;color:#5b544c;}

/* ---- ヒーロー ---- */
.nso-hero{padding:0;background:linear-gradient(180deg,var(--nso-ivory),var(--nso-beige));}
.nso-hero__img{width:100%;aspect-ratio:16/9;overflow:hidden;background:#e4ddcd;}
.nso-hero__img img{width:100%;height:100%;object-fit:cover;}
.nso-hero__body{text-align:center;padding:44px 24px 56px;}
.nso-hero__en{font-size:12.5px;letter-spacing:.28em;color:var(--nso-sage-deep);font-weight:700;}
.nso-hero__ja{font-family:'Zen Old Mincho',serif;font-size:clamp(28px,5vw,40px);margin:14px 0 18px;letter-spacing:.05em;}
.nso-hero__desc{max-width:560px;margin:0 auto;font-size:15px;color:#5b544c;}

/* ---- 対象リスト ---- */
.nso-targets{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;max-width:680px;margin:0 auto;}
.nso-target{background:#fff;border:1px solid var(--nso-line);border-radius:10px;padding:16px 18px;font-size:14px;color:#4a453f;display:flex;gap:10px;align-items:flex-start;}
.nso-target::before{content:"✓";color:var(--nso-sage-deep);font-weight:700;flex-shrink:0;}

/* ---- 料金カード ---- */
.nso-plans{display:flex;flex-direction:column;gap:18px;max-width:720px;margin:0 auto;}
.nso-plan{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#fff;border:1px solid var(--nso-line);border-radius:14px;padding:24px 26px;}
.nso-plan__name{font-family:'Zen Old Mincho',serif;font-size:18px;font-weight:700;margin:0 0 6px;}
.nso-plan__name span{display:inline-block;margin-left:8px;font-size:11px;background:var(--nso-sage);color:#fff;border-radius:20px;padding:3px 10px;letter-spacing:.05em;}
.nso-plan__desc{font-size:13px;color:#6b6459;margin:0;}
.nso-plan__price{flex-shrink:0;text-align:right;font-family:'Zen Old Mincho',serif;font-size:24px;font-weight:700;color:var(--nso-sage-deep);white-space:nowrap;}
.nso-plan__price small{display:block;font-size:11px;color:#9a9186;font-weight:400;font-family:'Zen Kaku Gothic New',sans-serif;}

/* ---- 流れ ---- */
.nso-flow{display:flex;flex-direction:column;gap:0;max-width:640px;margin:0 auto;}
.nso-flow__step{display:flex;gap:20px;padding:20px 0;border-bottom:1px solid var(--nso-line);}
.nso-flow__step:last-child{border-bottom:none;}
.nso-flow__num{font-family:'Zen Old Mincho',serif;font-size:22px;color:var(--nso-sage);font-weight:700;min-width:36px;}
.nso-flow__title{font-weight:700;font-size:14.5px;margin:0 0 4px;}
.nso-flow__text{font-size:13px;color:#6b6459;margin:0;}

/* ---- CTA ---- */
.nso-cta{text-align:center;background:linear-gradient(180deg,var(--nso-sage-deep),#4c5c46);color:#fff;padding:60px 24px;}
.nso-cta__h{font-family:'Zen Old Mincho',serif;font-size:clamp(19px,3.2vw,25px);margin:0 0 26px;line-height:1.7;}
.nso-cta__buttons{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}
.nso-btn{display:inline-flex;align-items:center;font-size:14.5px;font-weight:700;padding:15px 32px;border-radius:50px;text-decoration:none;letter-spacing:.03em;transition:background-color .25s ease,color .25s ease,transform .2s ease,box-shadow .25s ease,border-color .25s ease;}
.nso-btn--primary,
.nso-btn--ghost{
  background:#fff;
  color:var(--nso-sage-deep);
  border:1px solid #fff;
}
.nso-btn--primary:hover,
.nso-btn--ghost:hover{
  background-color:var(--nso-sage-deep);
  color:#fff;
  border-color:var(--nso-sage-deep);
  transform:translateY(-2px);
  box-shadow:0 8px 18px -6px rgba(95,115,87,.5);
}
.nso-note{max-width:680px;margin:28px auto 0;background:var(--nso-beige);border-left:4px solid var(--nso-sage);border-radius:6px;padding:16px 20px;font-size:12.5px;color:#5b544c;}

@media (max-width:680px){
  .nso-section{padding:48px 0;}
  .nso-targets{grid-template-columns:1fr;}
  .nso-plan{flex-direction:column;align-items:flex-start;text-align:left;padding:20px;}
  .nso-plan__price{text-align:left;}
  .nso-cta{padding:46px 20px;}
  .nso-btn{width:100%;justify-content:center;}
  .nso-cta__buttons{flex-direction:column;}
}
</style>

<div class="nso-wrap">

  <!-- ヒーロー -->
  <section class="nso-hero">
    <div class="nso-hero__img"><img decoding="async" src="https://naturaltaste.org/wp-content/uploads/2026/08/B2FE763C-BBBD-4540-A65B-FD134CAF326C.png" alt="オーダーメイド整体"></div>
    <div class="nso-hero__body">
      <span class="nso-hero__en">ORDER-MADE SEITAI</span>
      <h1 class="nso-hero__ja">オーダーメイド整体</h1>
      <p class="nso-hero__desc">決まった施術を全員に行うのではなく、その日の身体の状態やお悩みに合わせて内容を組み立てる、当院の基本メニューです。</p>
    </div>
  </section>

  <!-- どんな施術か -->
  <section class="nso-section">
    <div class="nso-inner">
      <span class="nso-eyebrow">ABOUT</span>
      <h2 class="nso-h2">痛い場所だけでなく、<br>不調の原因まで丁寧に見極めます</h2>
      <p class="nso-lead">症状だけでなく、普段の姿勢・仕事・運動・生活習慣まで丁寧に伺い、その方に合った施術を行います。一時的な緩和だけでなく、同じ不調を繰り返しにくい身体づくりを目指します。</p>

      <span class="nso-eyebrow" style="display:block;text-align:center;margin-top:8px;">FOR THIS PERSON</span>
      <h2 class="nso-h2" style="font-size:20px;">こんな方におすすめです</h2>
      <div class="nso-targets">
        <div class="nso-target">肩や首のこりがなかなか楽にならない方</div>
        <div class="nso-target">腰の痛みや重だるさを繰り返している方</div>
        <div class="nso-target">部活動や運動による疲労を整えたい方</div>
        <div class="nso-target">長時間のデスクワークや立ち仕事がつらい方</div>
        <div class="nso-target">身体の疲れが抜けにくいと感じる方</div>
        <div class="nso-target">自分に合った施術を受けたい方</div>
      </div>
    </div>
  </section>

  <!-- 料金 -->
  <section class="nso-section nso-section--beige">
    <div class="nso-inner">
      <span class="nso-eyebrow">PRICE</span>
      <h2 class="nso-h2">料金（税込）</h2>
      <div class="nso-plans">
        <div class="nso-plan"><div><p class="nso-plan__name">60分</p><p class="nso-plan__desc">初めての方、定期的な身体のメンテナンスにおすすめです。</p></div><div class="nso-plan__price">¥4,800<small>税込</small></div></div>
        <div class="nso-plan"><div><p class="nso-plan__name">60分<span>＋波動</span></p><p class="nso-plan__desc">オーダーメイド整体に波動メニューを組み合わせたコースです。</p></div><div class="nso-plan__price">¥6,000<small>税込</small></div></div>
        <div class="nso-plan"><div><p class="nso-plan__name">90分</p><p class="nso-plan__desc">複数のお悩みがある方、全身をしっかり整えたい方におすすめです。</p></div><div class="nso-plan__price">¥7,200<small>税込</small></div></div>
        <div class="nso-plan"><div><p class="nso-plan__name">90分<span>＋波動</span></p><p class="nso-plan__desc">オーダーメイド整体90分に波動メニューを組み合わせたコースです。</p></div><div class="nso-plan__price">¥8,400<small>税込</small></div></div>
        <div class="nso-plan"><div><p class="nso-plan__name">120分</p><p class="nso-plan__desc">時間をかけて全身の状態を確認し、じっくり施術を受けたい方におすすめです。</p></div><div class="nso-plan__price">¥8,800<small>税込</small></div></div>
        <div class="nso-plan"><div><p class="nso-plan__name">120分<span>＋波動</span></p><p class="nso-plan__desc">オーダーメイド整体120分に波動メニューを組み合わせたコースです。</p></div><div class="nso-plan__price">¥10,000<small>税込</small></div></div>
      </div>
      <div class="nso-note"><b>波動メニューについて</b>　詳しい内容は店舗にてご確認ください。特定の症状や病気の改善・治療を目的としたものではなく、身体を整えるためのメニューとしてご案内しています。</div>
    </div>
  </section>

  <!-- 流れ -->
  <section class="nso-section">
    <div class="nso-inner">
      <span class="nso-eyebrow">FLOW</span>
      <h2 class="nso-h2">ご来店から施術までの流れ</h2>
      <div class="nso-flow">
        <div class="nso-flow__step"><div class="nso-flow__num">01</div><div><p class="nso-flow__title">ご予約</p><p class="nso-flow__text">Web予約フォームよりご希望の日時をお選びください。</p></div></div>
        <div class="nso-flow__step"><div class="nso-flow__num">02</div><div><p class="nso-flow__title">ご来店・カウンセリング</p><p class="nso-flow__text">現在のお身体の状態や気になる症状について伺います。</p></div></div>
        <div class="nso-flow__step"><div class="nso-flow__num">03</div><div><p class="nso-flow__title">身体の状態確認</p><p class="nso-flow__text">姿勢や身体のバランスを確認しながら、施術内容を組み立てます。</p></div></div>
        <div class="nso-flow__step"><div class="nso-flow__num">04</div><div><p class="nso-flow__title">施術</p><p class="nso-flow__text">その日の状態に合わせたオーダーメイドの施術を行います。</p></div></div>
        <div class="nso-flow__step"><div class="nso-flow__num">05</div><div><p class="nso-flow__title">施術後の確認・アドバイス</p><p class="nso-flow__text">身体の変化を確認し、日常生活でのアドバイスをお伝えします。</p></div></div>
      </div>
    </div>
  </section>

  <!-- CTA -->
  <section class="nso-cta">
    <p class="nso-cta__h">まずは、今のお身体についてお聞かせください。</p>
    <div class="nso-cta__buttons">
      <a href="https://beauty.hotpepper.jp/kr/slnH000778752/" class="nso-btn nso-btn--primary" target="_blank" rel="noopener">Web予約はこちら</a>
      <a href="https://naturaltaste.org/service/%e6%95%b4%e4%bd%93%e7%99%82%e8%a1%93" class="nso-btn nso-btn--ghost">腸セラピーを見る</a>
    </div>
  </section>

</div>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>腸セラピー</title>
		<link>https://naturaltaste.org/service/%e6%95%b4%e4%bd%93%e7%99%82%e8%a1%93</link>
		
		<dc:creator><![CDATA[ナチュラルテイスト]]></dc:creator>
		<pubDate>Wed, 19 Nov 2025 12:16:24 +0000</pubDate>
				<guid isPermaLink="false">https://naturaltaste.org/?post_type=service&#038;p=372</guid>

					<description><![CDATA[INTESTINE THERAPY 腸セラピー お腹まわりを中心に、やさしい手技で身体を整えるオプションメニューです。オーダーメイド整体と組み合わせて、より心地よい時間をお過ごしいただけます。 ABOUT お腹をやさしく [&#8230;]]]></description>
										<content:encoded><![CDATA[
<style data-wp-block-html="css">
/* ============================================================
  ナチュラル整体｜腸セラピーページ アニメーション
  貼り付け先：カスタムHTMLブロックの CSS タブ
============================================================= */

/* ---- セクションのフェードイン（上から順に） ---- */
.nsi-hero__body,
.nsi-section,
.nsi-cta{
  opacity:0;
  transform:translateY(18px);
  animation:nsiFadeUp .8s cubic-bezier(.22,.61,.36,1) forwards;
}

.nsi-hero__body{animation-delay:.1s;}
.nsi-section:nth-of-type(1){animation-delay:.2s;}
.nsi-section:nth-of-type(2){animation-delay:.3s;}
.nsi-section:nth-of-type(3){animation-delay:.4s;}
.nsi-cta{animation-delay:0s;}

@keyframes nsiFadeUp{
  to{opacity:1;transform:translateY(0);}
}

/* ---- 対象カード：ホバーで軽く浮く ---- */
.nsi-target{
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.nsi-target:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 20px -10px rgba(59,55,51,.2);
  border-color:var(--nsi-sage);
}

/* ---- 料金カード：ホバーで縁が光る ---- */
.nsi-plan{
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.nsi-plan:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 24px -12px rgba(59,55,51,.25);
  border-color:var(--nsi-sage);
}

/* ---- 組み合わせ案内カード：ホバーで縁が光る ---- */
.nsi-combo{
  transition:box-shadow .25s ease, border-color .25s ease;
}
.nsi-combo:hover{
  box-shadow:0 10px 20px -10px rgba(59,55,51,.2);
  border-color:var(--nsi-sage);
}

/* ---- 流れステップ：番号がふわっと強調 ---- */
.nsi-flow__step{
  transition:transform .25s ease;
}
.nsi-flow__step:hover .nsi-flow__num{
  transform:scale(1.12);
  transition:transform .25s ease;
}

/* ---- 動きを抑えたい環境への配慮 ---- */
@media (prefers-reduced-motion: reduce){
  .nsi-hero__body,
  .nsi-section,
  .nsi-cta{
    animation:none !important;
    opacity:1 !important;
    transform:none !important;
  }
  .nsi-target,
  .nsi-plan,
  .nsi-combo,
  .nsi-flow__step{
    transition:none !important;
  }
}
</style>

<!-- ============================================================
  ナチュラル整体｜坂井奈美様サイト
  固定ページ「腸セラピー」詳細ページ用コード
  貼り付け先：固定ページ（新規「腸セラピー」）の本文（カスタムHTMLブロック）
  ※更新点：夏季限定オプション「マグネクリーム 全身巡りケア」を追加
============================================================= -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;600;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

.nsi-wrap{
  --nsi-ivory:#FAF7F1;--nsi-beige:#EFE7D8;--nsi-sage:#8A9A7E;--nsi-sage-deep:#5F7357;
  --nsi-charcoal:#3B3733;--nsi-gold:#B8935A;--nsi-line:#DDD4C3;
  font-family:'Zen Kaku Gothic New','Noto Sans JP',sans-serif;color:var(--nsi-charcoal);
  background:var(--nsi-ivory);line-height:1.9;overflow-x:hidden;
}
.nsi-wrap *{box-sizing:border-box;}
.nsi-wrap img{max-width:100%;display:block;}
.nsi-inner{max-width:920px;margin:0 auto;padding:0 24px;}
.nsi-section{padding:64px 0;}
.nsi-section--beige{background:var(--nsi-beige);}
.nsi-eyebrow{display:block;font-size:12.5px;letter-spacing:.22em;color:var(--nsi-sage-deep);font-weight:700;margin-bottom:12px;}
.nsi-h2{font-family:'Zen Old Mincho',serif;font-size:clamp(22px,3.6vw,30px);font-weight:700;letter-spacing:.03em;margin:0 0 20px;line-height:1.6;}
.nsi-lead{max-width:600px;margin:0 auto 40px;text-align:center;font-size:15px;color:#5b544c;}

/* ---- ヒーロー ---- */
.nsi-hero{padding:0;background:linear-gradient(180deg,var(--nsi-ivory),var(--nsi-beige));}
.nsi-hero__img{width:100%;aspect-ratio:16/9;overflow:hidden;background:#e4ddcd;}
.nsi-hero__img img{width:100%;height:100%;object-fit:cover;}
.nsi-hero__body{text-align:center;padding:44px 24px 56px;}
.nsi-hero__en{font-size:12.5px;letter-spacing:.28em;color:var(--nsi-sage-deep);font-weight:700;}
.nsi-hero__ja{font-family:'Zen Old Mincho',serif;font-size:clamp(28px,5vw,40px);margin:14px 0 18px;letter-spacing:.05em;}
.nsi-hero__desc{max-width:560px;margin:0 auto;font-size:15px;color:#5b544c;}

/* ---- 対象リスト ---- */
.nsi-targets{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;max-width:680px;margin:0 auto;}
.nsi-target{background:#fff;border:1px solid var(--nsi-line);border-radius:10px;padding:16px 18px;font-size:14px;color:#4a453f;display:flex;gap:10px;align-items:flex-start;}
.nsi-target::before{content:"✓";color:var(--nsi-sage-deep);font-weight:700;flex-shrink:0;}

/* ---- 料金カード ---- */
.nsi-plans{display:flex;flex-direction:column;gap:18px;max-width:560px;margin:0 auto;}
.nsi-plan{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#fff;border:1px solid var(--nsi-line);border-radius:14px;padding:24px 26px;}
.nsi-plan__name{font-family:'Zen Old Mincho',serif;font-size:18px;font-weight:700;margin:0 0 6px;display:flex;align-items:center;flex-wrap:wrap;gap:8px;}
.nsi-plan__desc{font-size:13px;color:#6b6459;margin:0;}
.nsi-plan__price{flex-shrink:0;text-align:right;font-family:'Zen Old Mincho',serif;font-size:24px;font-weight:700;color:var(--nsi-sage-deep);white-space:nowrap;}
.nsi-plan__price small{display:block;font-size:11px;color:#9a9186;font-weight:400;font-family:'Zen Kaku Gothic New',sans-serif;}

/* ---- 季節限定バッジ／カード ---- */
.nsi-tag{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.05em;color:#fff;background:var(--nsi-sage-deep);border-radius:20px;padding:3px 11px;white-space:nowrap;vertical-align:middle;}
.nsi-plan.is-summer{border-color:var(--nsi-gold);background:linear-gradient(180deg,#fff,#FBF5EA);}

/* ---- 組み合わせ案内 ---- */
.nsi-combo{max-width:680px;margin:24px auto 0;background:#fff;border:1px solid var(--nsi-line);border-radius:12px;padding:22px 24px;font-size:13.5px;color:#5b544c;text-align:center;}
.nsi-combo b{color:var(--nsi-sage-deep);}

/* ---- 流れ ---- */
.nsi-flow{display:flex;flex-direction:column;gap:0;max-width:640px;margin:0 auto;}
.nsi-flow__step{display:flex;gap:20px;padding:20px 0;border-bottom:1px solid var(--nsi-line);}
.nsi-flow__step:last-child{border-bottom:none;}
.nsi-flow__num{font-family:'Zen Old Mincho',serif;font-size:22px;color:var(--nsi-sage);font-weight:700;min-width:36px;}
.nsi-flow__title{font-weight:700;font-size:14.5px;margin:0 0 4px;}
.nsi-flow__text{font-size:13px;color:#6b6459;margin:0;}

/* ---- CTA ---- */
.nsi-cta{text-align:center;background:linear-gradient(180deg,var(--nsi-sage-deep),#4c5c46);color:#fff;padding:60px 24px;}
.nsi-cta__h{font-family:'Zen Old Mincho',serif;font-size:clamp(19px,3.2vw,25px);margin:0 0 26px;line-height:1.7;}
.nsi-cta__buttons{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}
.nsi-btn{display:inline-flex;align-items:center;font-size:14.5px;font-weight:700;padding:15px 32px;border-radius:50px;text-decoration:none;letter-spacing:.03em;transition:background-color .25s ease,color .25s ease,transform .2s ease,box-shadow .25s ease,border-color .25s ease;}
.nsi-btn--primary,
.nsi-btn--ghost{
  background:#fff;
  color:var(--nsi-sage-deep);
  border:1px solid #fff;
}
.nsi-btn--primary:hover,
.nsi-btn--ghost:hover{
  background-color:var(--nsi-sage-deep);
  color:#fff;
  border-color:var(--nsi-sage-deep);
  transform:translateY(-2px);
  box-shadow:0 8px 18px -6px rgba(95,115,87,.5);
}
.nsi-note{max-width:680px;margin:28px auto 0;background:var(--nsi-beige);border-left:4px solid var(--nsi-sage);border-radius:6px;padding:16px 20px;font-size:12.5px;color:#5b544c;}

@media (max-width:680px){
  .nsi-section{padding:48px 0;}
  .nsi-targets{grid-template-columns:1fr;}
  .nsi-plan{flex-direction:column;align-items:flex-start;text-align:left;padding:20px;}
  .nsi-plan__price{text-align:left;}
  .nsi-cta{padding:46px 20px;}
  .nsi-btn{width:100%;justify-content:center;}
  .nsi-cta__buttons{flex-direction:column;}
}
</style>

<div class="nsi-wrap">

  <!-- ヒーロー -->
  <section class="nsi-hero">
    <div class="nsi-hero__img"><img decoding="async" src="https://naturaltaste.org/wp-content/uploads/2026/07/3162E6DF-2350-4CFE-8986-C00BFACE72B2.png" alt="腸セラピー"></div>
    <div class="nsi-hero__body">
      <span class="nsi-hero__en">INTESTINE THERAPY</span>
      <h1 class="nsi-hero__ja">腸セラピー</h1>
      <p class="nsi-hero__desc">お腹まわりを中心に、やさしい手技で身体を整えるオプションメニューです。オーダーメイド整体と組み合わせて、より心地よい時間をお過ごしいただけます。</p>
    </div>
  </section>

  <!-- どんな施術か -->
  <section class="nsi-section">
    <div class="nsi-inner">
      <span class="nsi-eyebrow">ABOUT</span>
      <h2 class="nsi-h2">お腹をやさしくほぐし、<br>身体を内側から整える時間</h2>
      <p class="nsi-lead">腸セラピーは、お腹まわりをやさしく丁寧にほぐしていく施術です。特定の症状や病気の改善・治療を目的としたものではなく、リラクゼーションや身体を整えるためのメニューとしてご案内しています。</p>

      <span class="nsi-eyebrow" style="display:block;text-align:center;margin-top:8px;">FOR THIS PERSON</span>
      <h2 class="nsi-h2" style="font-size:20px;">こんな方におすすめです</h2>
      <div class="nsi-targets">
        <div class="nsi-target">お腹まわりの重だるさが気になる方</div>
        <div class="nsi-target">身体の疲れが抜けにくいと感じる方</div>
        <div class="nsi-target">ゆったりとした時間を過ごしたい方</div>
        <div class="nsi-target">整体と合わせてじっくり整えたい方</div>
        <div class="nsi-target">暑い季節に、ひんやりとしたケアで巡りを整えたい方</div>
      </div>
    </div>
  </section>

  <!-- 料金 -->
  <section class="nsi-section nsi-section--beige">
    <div class="nsi-inner">
      <span class="nsi-eyebrow">PRICE</span>
      <h2 class="nsi-h2">料金（税込）</h2>
      <div class="nsi-plans">
        <div class="nsi-plan"><div><p class="nsi-plan__name">腸セラピー 20分</p><p class="nsi-plan__desc">お腹まわりを中心に、短時間でやさしく整えます。</p></div><div class="nsi-plan__price">¥2,000<small>税込</small></div></div>
        <div class="nsi-plan"><div><p class="nsi-plan__name">腸セラピー 30分</p><p class="nsi-plan__desc">時間をかけて、じっくりとお腹まわりを整えます。</p></div><div class="nsi-plan__price">¥3,000<small>税込</small></div></div>
        <div class="nsi-plan is-summer"><div><p class="nsi-plan__name">マグネクリーム 全身巡りケア<span class=/span></p><p class="nsi-plan__desc">ひんやりとしたクリームを使用し、頭皮から全身にかけて巡りを意識したやさしいケアを行います。</p></div><div class="nsi-plan__price">¥ &#8212;<small>金額確認中</small></div></div>
        <div class="nsi-plan is-summer"><div><p class="nsi-plan__name">プチスパ<span class="nsi-tag">夏季限定</span></p><p class="nsi-plan__desc">内容確認中です。詳細が決まり次第こちらに掲載いたします。</p></div><div class="nsi-plan__price">¥ &#8212;<small>金額確認中</small></div></div>
      </div>
      <div class="nsi-combo"><b>オーダーメイド整体との組み合わせがおすすめです。</b><br>各オプションは、オーダーメイド整体と合わせてお受けいただくことで、より心地よくお身体を整えていただけます。単体でのご予約については、店舗までお問い合わせください。</div>
    </div>
  </section>

  <!-- 流れ -->
  <section class="nsi-section">
    <div class="nsi-inner">
      <span class="nsi-eyebrow">FLOW</span>
      <h2 class="nsi-h2">ご来店から施術までの流れ</h2>
      <div class="nsi-flow">
        <div class="nsi-flow__step"><div class="nsi-flow__num">01</div><div><p class="nsi-flow__title">ご予約</p><p class="nsi-flow__text">Web予約フォームよりご希望の日時をお選びください。</p></div></div>
        <div class="nsi-flow__step"><div class="nsi-flow__num">02</div><div><p class="nsi-flow__title">ご来店・カウンセリング</p><p class="nsi-flow__text">現在のお身体の状態について伺います。</p></div></div>
        <div class="nsi-flow__step"><div class="nsi-flow__num">03</div><div><p class="nsi-flow__title">施術</p><p class="nsi-flow__text">お腹まわりを中心に、やさしい手技で整えていきます。</p></div></div>
        <div class="nsi-flow__step"><div class="nsi-flow__num">04</div><div><p class="nsi-flow__title">施術後の確認</p><p class="nsi-flow__text">身体の変化を確認し、お過ごし方のアドバイスをお伝えします。</p></div></div>
      </div>
      <div class="nsi-note">腸セラピー・季節限定オプションの詳しい施術内容については、店舗にてご確認ください。</div>
    </div>
  </section>

  <!-- CTA -->
  <section class="nsi-cta">
    <p class="nsi-cta__h">まずは、今のお身体についてお聞かせください。</p>
    <div class="nsi-cta__buttons">
      <a href="https://beauty.hotpepper.jp/kr/slnH000778752/" class="nsi-btn nsi-btn--primary" target="_blank" rel="noopener">Web予約はこちら</a>
      <a href="https://naturaltaste.org/service/%e6%95%b4%e4%bd%93%e7%99%82%e8%a1%93" class="nsi-btn nsi-btn--ghost">オーダーメイド整体を見る</a>
    </div>
  </section>

</div>

]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
