<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://futaba-chiryouin.com/feed.rss">
        <title>土日祝も夜まで★ふたば治療院・鍼灸・整体★(口コミ70件) 弥富市・桑名市隣接。耳鳴り・難聴が得意です。</title>
        <description></description>
        <link>https://futaba-chiryouin.com</link>
       <dc:date>2026-05-15T23:35:01+09:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://futaba-chiryouin.com/info/6447188"/>
                <rdf:li rdf:resource="https://futaba-chiryouin.com/info/4718994"/>
                <rdf:li rdf:resource="https://futaba-chiryouin.com/info/4518260"/>
                <rdf:li rdf:resource="https://futaba-chiryouin.com/info/4513318"/>
                <rdf:li rdf:resource="https://futaba-chiryouin.com/info/4505598"/>
                <rdf:li rdf:resource="https://futaba-chiryouin.com/info/4463511"/>
            </rdf:Seq>
        </items>
    </channel>
    <item rdf:about="https://futaba-chiryouin.com/info/6447188">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-18T09:00:00+09:00</dc:date>
        <title>5月、6月、7月の営業時間について</title>
        <link>https://futaba-chiryouin.com/info/6447188</link>
        <description>&lt;h1&gt;下記の日程で営業いたします&lt;/h1&gt;
&lt;h2&gt;5月と6月と7月の営業時間&lt;/h2&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;5月、6月、7月は当院の通常の営業時間で行います。&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;▶下記はお休みをいただきます&lt;/p&gt;
&lt;p&gt;６/７（日）、６/８（月）&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;※急患の場合は時間外でも携帯にお電話ください。対応可能な場合はご対応いたします&lt;/p&gt;
&lt;p&gt;電話：090-5457-2735&lt;/p&gt;
&lt;p&gt;&amp;nbsp;※空き時間の確認はWEB予約システムで実際に予約を取ろうとすると確認できます。&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://airrsv.net/futabachiryouin/calendar&quot; target=&quot;_blank&quot; title=&quot;予約システム&quot;&gt;https://airrsv.net/futabachiryouin/calendar&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;※また通常営業日にWEB予約システムで空いていなくてもおご対応できることがありますので一度お電話いただければと思います。&lt;/p&gt;
&lt;p&gt;&amp;nbsp;治療時間中でも構いません&lt;/p&gt;
&lt;p&gt;　電話：090-5457-2735&lt;/p&gt;
&lt;p&gt;当院の通常の営業時間帯は下記です&lt;/p&gt;
&lt;p&gt;土日祝　８：００～２３：００　&lt;/p&gt;
&lt;p&gt;月火金　１９：００～２３：００&lt;/p&gt;
&lt;p&gt;水木　　　１２：００～１３：００&lt;/p&gt;
&lt;p&gt;　　　　１７：３０～２３：００&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;style&gt;&lt;!--
:root {
  /* Blue（現行） */
  --btn-blue-border: #5aa8d6;
  --btn-blue-text: #2278a3;
  --btn-blue-hover-bg: #e6f6ff;
  --btn-blue-hover-text: #0b5f8f;
  --btn-blue-shadow: rgba(34,120,163,0.22);

  /* Pink */
  --btn-pink-border: #e8a1b8;
  --btn-pink-text: #c84a75;
  --btn-pink-hover-bg: #fde7ef;
  --btn-pink-hover-text: #a9365e;
  --btn-pink-shadow: rgba(200,74,117,0.22);

  /* Pastel Green */
  --btn-green-border: #9fd6b2;
  --btn-green-text: #2f7d55;
  --btn-green-hover-bg: #e9f7ef;
  --btn-green-hover-text: #256845;
  --btn-green-shadow: rgba(47,125,85,0.22);

  /* Pastel Orange */
  --btn-orange-border: #f2b48c;
  --btn-orange-text: #b45a1c;
  --btn-orange-hover-bg: #fff1e6;
  --btn-orange-hover-text: #8f4414;
  --btn-orange-shadow: rgba(180,90,28,0.22);
}

/* ===============================
   カラーバリエーション
================================ */
.btn-blue {
  --btn-border: var(--btn-blue-border);
  --btn-text: var(--btn-blue-text);
  --btn-hover-bg: var(--btn-blue-hover-bg);
  --btn-hover-text: var(--btn-blue-hover-text);
  --btn-shadow: var(--btn-blue-shadow);
}

.btn-pink {
  --btn-border: var(--btn-pink-border);
  --btn-text: var(--btn-pink-text);
  --btn-hover-bg: var(--btn-pink-hover-bg);
  --btn-hover-text: var(--btn-pink-hover-text);
  --btn-shadow: var(--btn-pink-shadow);
}

.btn-green {
  --btn-border: var(--btn-green-border);
  --btn-text: var(--btn-green-text);
  --btn-hover-bg: var(--btn-green-hover-bg);
  --btn-hover-text: var(--btn-green-hover-text);
  --btn-shadow: var(--btn-green-shadow);
}

.btn-orange {
  --btn-border: var(--btn-orange-border);
  --btn-text: var(--btn-orange-text);
  --btn-hover-bg: var(--btn-orange-hover-bg);
  --btn-hover-text: var(--btn-orange-hover-text);
  --btn-shadow: var(--btn-orange-shadow);
}



/* ===============================
   浮遊ボタン 全体ラッパー
================================ */
.btn-wrap {
  pointer-events: none;
}

/* ===============================
   浮遊ボタン コンテナ
================================ */
#floating-btns {
  position: fixed;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;

  display: flex;
  gap: 6px;
  align-items: stretch;

  width: 96%;
  max-width: 760px;

  background: transparent;
  box-shadow: none;
  padding: 0;

  pointer-events: auto;
}




/* ===============================
   各ボタン（メイン）
================================ */
.floating-btn {
  flex: 0 0 auto;   /* ← 伸びない */
  min-width: 0;     /* 念のため */

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;

  background: #ffffff;
  border: 2px solid var(--btn-border);
  border-radius: 999px;

  color: var(--btn-text);
  text-decoration: none;

  font-size: 17px;
  font-weight: 600;
  line-height: 1;

  padding: 16px 10px;
  white-space: nowrap;

  cursor: pointer;

  /* 初期非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);

  transition:
    opacity 0.3s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;


}
.floating-btn {
  padding-left: 14px;
  padding-right: 14px;
}

/* 表示状態（JSで付与） */
.floating-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ===============================
   SVG アイコン
================================ */
.floating-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex-shrink: 0;
}

/* テキスト */
.floating-btn .label {
  line-height: 1;
}

/* ===============================
   ホバー・フォーカス
================================ */
.floating-btn:hover,
.floating-btn:focus {
  background: var(--btn-hover-bg);
  color: var(--btn-hover-text);
  transform: translateY(-4px);
  box-shadow: 0 8px 22px var(--btn-shadow);
}



/* ===============================
   iOS 電話リンク色対策
================================ */
a[href^=&quot;tel&quot;] {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
  text-decoration: none !important;
}

/* visited / link 色固定 */
#floating-btns a:link,
#floating-btns a:visited {
  color: var(--btn-text) !important;
}

/* ===============================
   スマホ最適化
================================ */
@media screen and (max-width: 600px) {
  #floating-btns {
    width: 98%;
    bottom: 12px;
    gap: 6px;
  }

  .floating-btn {
    font-size: 18px;
    padding: 18px 8px;
  }
}
.btn-wrap {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* ===============================
   PC時：右寄せ配置
================================ */
@media screen and (min-width: 768px) {
  #floating-btns {
    left: auto;
    right: 20px;          /* 右端からの余白（好みで調整OK） */
    transform: none;      /* 中央寄せ解除 */
    width: auto;          /* 中央用の幅指定を解除 */
    max-width: none;
  }
}
--&gt;&lt;/style&gt;
&lt;p&gt;
&lt;script&gt;// &lt;![CDATA[
/* ===== 動作：スクロールで出現 &amp; トップへスムーススクロール ===== */
document.addEventListener(&quot;DOMContentLoaded&quot;, function () {
  const btns = document.querySelectorAll(&quot;.floating-btn&quot;);
  if (!btns || btns.length === 0) return;

  function updateFloating() {
    const show = window.scrollY &gt; 200;
    btns.forEach((b) =&gt; {
      if (show) b.classList.add(&quot;show&quot;);
      else b.classList.remove(&quot;show&quot;);
    });
  }

  // イベント登録
  window.addEventListener(&quot;scroll&quot;, updateFloating, { passive: true });
  window.addEventListener(&quot;resize&quot;, updateFloating);
  updateFloating(); // 初期チェック

  // クリック：data-scroll を持つ要素だけスムーススクロール（トップボタン）
  btns.forEach((btn) =&gt; {
    btn.addEventListener(&quot;click&quot;, function (e) {
      const targetID = btn.getAttribute(&quot;data-scroll&quot;);
      if (!targetID) return; // href があるボタンはブラウザに任せる

      e.preventDefault();
      const target = document.querySelector(targetID);
      if (!target) {
        window.scrollTo({ top: 0, behavior: &quot;smooth&quot; });
        return;
      }
      const pos = target.offsetTop;
      window.scrollTo({ top: pos, behavior: &quot;smooth&quot; });
    });
  });
});
// ]]&gt;&lt;/script&gt;
&lt;/p&gt;</description>
    </item>
    <item rdf:about="https://futaba-chiryouin.com/info/4718994">
        <dc:format>text/html</dc:format>
        <dc:date>2022-08-25T14:42:00+09:00</dc:date>
        <title>Information about Futaba in English</title>
        <link>https://futaba-chiryouin.com/info/4718994</link>
        <description>&lt;h2 class=&quot;page_title_top font_24 main_headline&quot; style=&quot;margin: 0px; padding: 0px 0px 0px 13px; font-weight: normal; border-left: 4px solid #2268af; line-height: 33px; font-size: 14px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; letter-spacing: 0.5px;&quot;&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 24pt;&quot;&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 24pt;&quot;&gt;Ftaba&#039;s Staff Masahiro Seki can speak English . So Don&#039;t Worry&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 24pt;&quot;&gt;～About Futaba Treatment Clinic～&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;margin: 0px; padding: 0px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; font-size: 24pt; letter-spacing: 0.5px; background-color: #fffcf8; vertical-align: inherit;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;Futaba Treatment Clinic is an acupuncture and moxibustion clinic in Yatomi City, Aichi Prefecture.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;Open from early morning until late at night, even on weekends and holidays.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;We specialize in treating hearing loss and tinnitus.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;Of course, stiff shoulders, stiff neck, back pain, strained back, hernia, frozen shoulder, headache, insomnia, irregular menstruation, infertility treatment, breech child treatment, and even beauty acupuncture and diet.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;Please feel free to call us if you have any problems.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;We&#039;ll be expecting you.&lt;/span&gt;&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; font-size: 12px; letter-spacing: 0.5px; background-color: #fffcf8;&quot; /&gt;&lt;span style=&quot;margin: 0px; padding: 0px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; font-size: 24pt; letter-spacing: 0.5px; background-color: #fffcf8; vertical-align: inherit;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;Futaba Treatment Clinic is an acupuncture and moxibustion clinic in Yatomi City&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 24pt;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;Greeting&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;message wysiwyg&quot; style=&quot;margin: 0px; padding: 0px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; font-size: 12px; letter-spacing: 0.5px;&quot;&gt;
&lt;p style=&quot;margin: 0.25em 0px; padding: 0px; font-size: 16px; border: 0px; min-height: 0.5em; color: #59483e; font-family: Meiryo, &#039;Meiryo UI&#039;;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 24pt;&quot;&gt;～First～～&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0.25em 0px; padding: 0px; font-size: 16px; border: 0px; min-height: 0.5em; color: #59483e; font-family: Meiryo, &#039;Meiryo UI&#039;;&quot;&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot; /&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 20pt;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;Please be assured that the time required for each menu at our clinic is only for treatment, and we have set aside time for medical interviews, equipment preparation, and changing clothes.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;We also do not charge an initial fee.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0.25em 0px; padding: 0px; font-size: 16px; border: 0px; min-height: 0.5em; color: #59483e; font-family: Meiryo, &#039;Meiryo UI&#039;;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0.25em 0px; padding: 0px; font-size: 16px; border: 0px; min-height: 0.5em; color: #59483e; font-family: Meiryo, &#039;Meiryo UI&#039;;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 24pt;&quot;&gt;～At our hospital～～&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0.25em 0px; padding: 0px; font-size: 16px; border: 0px; min-height: 0.5em; color: #59483e; font-family: Meiryo, &#039;Meiryo UI&#039;;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0.25em 0px; padding: 0px; font-size: 16px; border: 0px; min-height: 0.5em; color: #59483e; font-family: Meiryo, &#039;Meiryo UI&#039;;&quot;&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot; /&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 20pt;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;You can receive acupuncture and moxibustion treatments based on national qualifications.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;I am always learning new techniques to give you the best possible experience.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0.25em 0px; padding: 0px; font-size: 16px; border: 0px; min-height: 0.5em; color: #59483e; font-family: Meiryo, &#039;Meiryo UI&#039;;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0.25em 0px; padding: 0px; font-size: 16px; border: 0px; min-height: 0.5em; color: #59483e; font-family: Meiryo, &#039;Meiryo UI&#039;;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 24pt;&quot;&gt;～Characteristics of our clinic～～&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0.25em 0px; padding: 0px; font-size: 16px; border: 0px; min-height: 0.5em; color: #59483e; font-family: Meiryo, &#039;Meiryo UI&#039;;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0.25em 0px; padding: 0px; font-size: 16px; border: 0px; min-height: 0.5em; color: #59483e; font-family: Meiryo, &#039;Meiryo UI&#039;;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 20pt;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;Aiming to improve various symptoms such as tinnitus and hearing loss, I have learned techniques based on the knowledge of Chinese medicine.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;It is possible to deal with various troubles, including malfunctions whose causes are unknown.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;Traditional Chinese medicine believes that physical disorders are fundamentally caused by stagnation of qi and blood.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;By finding out the location and cause of stagnant energy and restoring it to normal, the physical condition returns to normal.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;Because of this simple idea, it is possible to respond flexibly to various symptoms.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;Among them, our clinic is focusing on hearing loss.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;In the medical interview, even the smallest concerns can be carefully listened to and heard only with your own ears.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;In addition, we also focus on stiff shoulders, stiff neck, low back pain, strained back, and stiff shoulders, which are the most common concerns, and we are doing our best to satisfy everyone.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0.25em 0px; padding: 0px; font-size: 16px; border: 0px; min-height: 0.5em; color: #59483e; font-family: Meiryo, &#039;Meiryo UI&#039;;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 24pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0.25em 0px; padding: 0px; font-size: 16px; border: 0px; min-height: 0.5em; color: #59483e; font-family: Meiryo, &#039;Meiryo UI&#039;;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 24pt;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;[Application example]&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0.25em 0px; padding: 0px; font-size: 16px; border: 0px; min-height: 0.5em; color: #59483e; font-family: Meiryo, &#039;Meiryo UI&#039;;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 20pt;&quot;&gt;: Tinnitus, deafness, stiff shoulders, stiff neck, headache, back pain, knee pain, frozen shoulder&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot; /&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 20pt;&quot;&gt;　, hot flashes, frequent urination, diarrhea, autonomic imbalance, asthenopia,&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot; /&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 20pt;&quot;&gt;　numbness, hypertension, anemia, hemorrhoids, sprains, sciatica, cold&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot; /&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 20pt;&quot;&gt;　olfactory disturbance・Meniere&#039;s disease, glaucoma,&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot; /&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 20pt;&quot;&gt;　insomnia, depression, temporomandibular joint disorder, varicose veins, toothache,&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot; /&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 20pt;&quot;&gt;　rough skin, acne, chronic rhinitis, hay fever, stomatitis, eczema,&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot; /&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 20pt;&quot;&gt;　obesity, diabetes, alopecia areata, atopic dermatitis,&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot; /&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 20pt;&quot;&gt;　infertility, uterine fibroids・Cholelithiasis ・Trigeminal neuralgia ・Pruritus　&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot; /&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 20pt;&quot;&gt;　Lumbar disc herniation ・Facial paralysis ・Facial spasm&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot; /&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 20pt;&quot;&gt;　Parkinson&#039;s disease&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0.25em 0px; padding: 0px; font-size: 16px; border: 0px; min-height: 0.5em; color: #59483e; font-family: Meiryo, &#039;Meiryo UI&#039;;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 20pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0.25em 0px; padding: 0px; font-size: 16px; border: 0px; min-height: 0.5em; color: #59483e; font-family: Meiryo, &#039;Meiryo UI&#039;;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 24pt;&quot;&gt;～Features of recent treatments～～&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0.25em 0px; padding: 0px; font-size: 16px; border: 0px; min-height: 0.5em; color: #59483e; font-family: Meiryo, &#039;Meiryo UI&#039;;&quot;&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot; /&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 20pt;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;●We also focus on manipulative treatment and massage, and combined with acupuncture and moxibustion, we are able to achieve a higher therapeutic effect.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;Chiropractic when acupuncture doesn&#039;t work.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;When manipulative treatment does not work, I can feel that the patient&#039;s face is more satisfied by responding flexibly, such as acupuncture.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;I will continue to put my heart and soul into the treatment, so that the patient&#039;s pain and discomfort will disappear, and I will prepare my body so that I will not suffer from recurrence.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0.25em 0px; padding: 0px; font-size: 16px; border: 0px; min-height: 0.5em; color: #59483e; font-family: Meiryo, &#039;Meiryo UI&#039;;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0.25em 0px; padding: 0px; font-size: 16px; border: 0px; min-height: 0.5em; color: #59483e; font-family: Meiryo, &#039;Meiryo UI&#039;;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 20pt;&quot;&gt;●Dialect, a unique hearing method that is a feature of Chinese medicine, allows us to judge the treatment method by looking at the patient&#039;s body from an oriental medical perspective, and to provide a more responsive treatment.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0.25em 0px; padding: 0px; font-size: 16px; border: 0px; min-height: 0.5em; color: #59483e; font-family: Meiryo, &#039;Meiryo UI&#039;;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0.25em 0px; padding: 0px; font-size: 16px; border: 0px; min-height: 0.5em; color: #59483e; font-family: Meiryo, &#039;Meiryo UI&#039;;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 20pt;&quot;&gt;●Our massages are usually moderately strong, so you can relax.&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot; /&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 20pt;&quot;&gt;　We do not recommend a strong massage that damages the muscles, but if you would like such a powerful deep kneading massage, please let us know.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0.25em 0px; padding: 0px; font-size: 16px; border: 0px; min-height: 0.5em; color: #59483e; font-family: Meiryo, &#039;Meiryo UI&#039;;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0.25em 0px; padding: 0px; font-size: 16px; border: 0px; min-height: 0.5em; color: #59483e; font-family: Meiryo, &#039;Meiryo UI&#039;;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 24pt;&quot;&gt;~~Recent Topics~~&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0.25em 0px; padding: 0px; font-size: 16px; border: 0px; min-height: 0.5em; color: #59483e; font-family: Meiryo, &#039;Meiryo UI&#039;;&quot;&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot; /&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 20pt;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;In recent years, the store has undergone a complete refurbishment.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;From the entrance approach, the walls, floors, and toilets have been renewed, and an audio system has been installed.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;In the garden, some trees are left and artificial turf is spread all over, and we are particular about lighting up at night.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;We have set up a welcome flower at the entrance and feel that the environment has been set up so that everyone can receive treatment comfortably.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;We hope that you will be able to relax when you come to our hospital.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot; /&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 20pt;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;Personally, I like DIY, and when we renovated our clinic, we made our own storage for the treatment room, and used heavy machinery to prepare the garden and lawn.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;I made my own welcome flower, improved the folding bed, and made my own moxibustion exhaust port.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;From now on, there may be more new treatment items every time a new patient comes.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0.25em 0px; padding: 0px; font-size: 16px; border: 0px; min-height: 0.5em; color: #59483e; font-family: Meiryo, &#039;Meiryo UI&#039;;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0.25em 0px; padding: 0px; font-size: 16px; border: 0px; min-height: 0.5em; color: #59483e; font-family: Meiryo, &#039;Meiryo UI&#039;;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 24pt;&quot;&gt;～What is the most important thing these days～～&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0.25em 0px; padding: 0px; font-size: 16px; border: 0px; min-height: 0.5em; color: #59483e; font-family: Meiryo, &#039;Meiryo UI&#039;;&quot;&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot; /&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 20pt;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;●It is hearing that feels particularly important recently in our hospital.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;If you follow the patient&#039;s past life from childhood to the present, you will naturally understand the cause of the disorder and the guidelines for treatment.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;Because the patient&#039;s malfunction reflects the accumulation of the patient&#039;s daily life.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot; /&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 20pt;&quot;&gt;Also, by knowing the patient&#039;s personality and lifestyle, I think I can give better advice about life after returning home.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0.25em 0px; padding: 0px; font-size: 16px; border: 0px; min-height: 0.5em; color: #59483e; font-family: Meiryo, &#039;Meiryo UI&#039;;&quot;&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot; /&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 20pt;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;●As I mentioned at the beginning, I have started to pay more attention to blood flow, which is the most important aspect of oriental medicine as the basis of treatment.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;The root cause of the disease is the stagnation of blood flow, and if even that is improved, the physical condition can go in a good direction.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;Find out what is causing the delay.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; vertical-align: inherit;&quot;&gt;By returning to this basic, it is possible to perform a simple yet deeper treatment.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0.25em 0px; padding: 0px; font-size: 16px; border: 0px; min-height: 0.5em; color: #59483e; font-family: Meiryo, &#039;Meiryo UI&#039;;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0.25em 0px; padding: 0px; font-size: 16px; border: 0px; min-height: 0.5em; color: #59483e; font-family: Meiryo, &#039;Meiryo UI&#039;;&quot;&gt;&lt;br style=&quot;margin: 0px; padding: 0px;&quot; /&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 20pt;&quot;&gt;I will continue to accumulate experience, face each and every patient with sincerity, and aim to provide treatments that will allow you to go home with a smile on your face.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0.25em 0px; padding: 0px; font-size: 16px; border: 0px; min-height: 0.5em; color: #59483e; font-family: Meiryo, &#039;Meiryo UI&#039;;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: 20pt;&quot;&gt;Thank you very much.&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description>
    </item>
    <item rdf:about="https://futaba-chiryouin.com/info/4518260">
        <dc:format>text/html</dc:format>
        <dc:date>2022-04-25T19:18:00+09:00</dc:date>
        <title>カップルOK</title>
        <link>https://futaba-chiryouin.com/info/4518260</link>
        <description>&lt;p&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;カップル、ご夫婦、同時治療いたします&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;ベッドが2台ですのでカップル、ご夫婦ご一緒に治療が可能です。&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;治療目的は別々で構いません。&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;もちろん治療の時間は別々にとりますのでご安心ください。&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;★治療時間中、もう一方の方は鍼の置く時間や箱灸の時間などに使っていただけるのでお得です！！&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/79971/220425191902-6266759674b72_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="https://futaba-chiryouin.com/info/4513318">
        <dc:format>text/html</dc:format>
        <dc:date>2022-04-22T17:46:00+09:00</dc:date>
        <title>コロナ感染症対策について</title>
        <link>https://futaba-chiryouin.com/info/4513318</link>
        <description>&lt;p&gt;&lt;span style=&quot;font-size: 24pt;&quot;&gt;～タオルについて～&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 24pt;&quot;&gt;　　患者様お一人毎に清潔なタオルをご用意しております。&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 24pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 24pt;&quot;&gt;～ベッドについて～&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 24pt;&quot;&gt;　　毎回必ずアルコールスプレーで消毒いたしております。&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 24pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 24pt;&quot;&gt;～鍼、トレーについて～&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 24pt;&quot;&gt;　　鍼は使い捨てのものを使用&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 24pt;&quot;&gt;　　トレーはステンレス製のものを使用し毎回15分の煮沸消毒といたしております。&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 24pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 24pt;&quot;&gt;～消毒・清掃について～&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 24pt;&quot;&gt;　　ベッド、マット、その他院内設備の消毒・清掃を行っており、常に換気をしております。&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 24pt;&quot;&gt;　　また、患者様にもご来院の際に手洗い・アルコール消毒のご協力をいただいております。&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 24pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 24pt;&quot;&gt;～当院は完全予約制としております～&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 24pt;&quot;&gt;　　完全予約制にすることにより、他の患者様を気にすることなく時間をゆったりと過ごして頂くことを心掛けており、少しでも安心してご利用いただけるように取り組んおります。&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/79971/220818125805-62fdb8cd62e06_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="https://futaba-chiryouin.com/info/4505598">
        <dc:format>text/html</dc:format>
        <dc:date>2022-04-18T14:16:00+09:00</dc:date>
        <title>中医学について</title>
        <link>https://futaba-chiryouin.com/info/4505598</link>
        <description>&lt;p&gt;&lt;span style=&quot;font-size: 24pt;&quot;&gt;中医学ではあらゆる病の根源は気血の停滞にあると考え治療を行います。気血の停滞する箇所を正常に戻すことで様々な病状に幅広く対応することができますまた、美容にも高い効果があります。&lt;/span&gt;&lt;/p&gt;
&lt;h4 style=&quot;margin: 0px; padding: 0px; font-size: 16px; font-weight: normal; color: #3f260d; font-family: &#039;M Plus 1p&#039;; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;▶痛み・コリ・痺れ(しびれ)・麻痺(まひ)・痙攣(けいれん）&lt;/span&gt;&lt;/h4&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; font-size: 12px; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;・肩こり、首コリ、腰痛、寝違え、捻挫、頭痛&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; font-size: 12px; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;・腰痛、膝痛、五十肩、四十肩、関節痛&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; font-size: 12px; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;・腰椎椎間板ヘルニア、脊椎間狭窄症、すべり症&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; font-size: 12px; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;・坐骨神経痛、変形性股関節症&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; font-size: 12px; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;・顔面神経麻痺、顔面痙攣&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; font-size: 12px; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;・歯痛、オトガイ神経麻痺、顔面神経麻痺、顔面痙攣&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; font-size: 12px; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;・三叉神経痛・肋間神経痛&lt;/span&gt;&lt;/p&gt;
&lt;h4 style=&quot;margin: 0px; padding: 0px; font-size: 16px; font-weight: normal; color: #3f260d; font-family: &#039;M Plus 1p&#039;; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;▶よくあるお悩み&lt;/span&gt;&lt;/h4&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; font-size: 12px; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;・かぜ、冷え性、のぼせ、眼精疲労、鼻血&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; font-size: 12px; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;・肌荒れ、湿疹、にきび、口内炎・アトピー性皮膚炎&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; font-size: 12px; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;・頻尿、便秘、下痢&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; font-size: 12px; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;・自律神経失調・不眠症・うつ病&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; font-size: 12px; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;・円形脱毛症&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; font-size: 12px; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;・痔&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; font-size: 12px; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;・瘙痒症&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; font-size: 12px; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;・ストレートネック、反り腰、猫背&lt;/span&gt;&lt;/p&gt;
&lt;h4 style=&quot;margin: 0px; padding: 0px; font-size: 16px; font-weight: normal; color: #3f260d; font-family: &#039;M Plus 1p&#039;; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;▶生活習慣病&lt;/span&gt;&lt;/h4&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; font-size: 12px; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;・高血圧、貧血、糖尿病、肥満、痛風、その他&lt;/span&gt;&lt;/p&gt;
&lt;h4 style=&quot;margin: 0px; padding: 0px; font-size: 16px; font-weight: normal; color: #3f260d; font-family: &#039;M Plus 1p&#039;; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;▶耳疾患&lt;/span&gt;&lt;/h4&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; font-size: 12px; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;・耳鳴り、難聴、メニエール病、その他&lt;/span&gt;&lt;/p&gt;
&lt;h4 style=&quot;margin: 0px; padding: 0px; font-size: 16px; font-weight: normal; color: #3f260d; font-family: &#039;M Plus 1p&#039;; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;▶眼疾患&lt;/span&gt;&lt;/h4&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; font-size: 12px; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;・加齢黄斑変性、緑内障、その他&lt;/span&gt;&lt;/p&gt;
&lt;h4 style=&quot;margin: 0px; padding: 0px; font-size: 16px; font-weight: normal; color: #3f260d; font-family: &#039;M Plus 1p&#039;; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;▶鼻疾患&lt;/span&gt;&lt;/h4&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; font-size: 12px; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;・慢性鼻炎、花粉症、嗅覚障害、蓄膿(ちくのう)、鼻血、その他&lt;/span&gt;&lt;/p&gt;
&lt;h4 style=&quot;margin: 0px; padding: 0px; font-size: 16px; font-weight: normal; color: #3f260d; font-family: &#039;M Plus 1p&#039;; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;▶女性のお悩み&lt;/span&gt;&lt;/h4&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; font-size: 12px; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;・生理不順、生理痛、生理前痛、不妊、逆子、子宮筋腫、更年期障害&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; font-size: 12px; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;・下腿の静脈瘤&lt;/span&gt;&lt;/p&gt;
&lt;h4 style=&quot;margin: 0px; padding: 0px; font-size: 16px; font-weight: normal; color: #3f260d; font-family: &#039;M Plus 1p&#039;; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;▶その他特定疾患&lt;/span&gt;&lt;/h4&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; font-size: 12px; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;・胆石症、尿結石の痛み&lt;/span&gt;&lt;/p&gt;
&lt;h4 style=&quot;margin: 0px; padding: 0px; font-size: 16px; font-weight: normal; color: #3f260d; font-family: &#039;M Plus 1p&#039;; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;▶脳の疾患&lt;/span&gt;&lt;/h4&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; font-size: 12px; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;・パーキンソン病、認知症、脳梗塞後遺症&lt;/span&gt;&lt;/p&gt;
&lt;h4 style=&quot;margin: 0px; padding: 0px; font-size: 16px; font-weight: normal; color: #3f260d; font-family: &#039;M Plus 1p&#039;; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;▶難病&lt;/span&gt;&lt;/h4&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; font-size: 12px; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;・免疫不全症候群(関節リウマチ・SLE)・その他&lt;/span&gt;&lt;/p&gt;
&lt;h4 style=&quot;margin: 0px; padding: 0px; font-size: 16px; font-weight: normal; color: #3f260d; font-family: &#039;M Plus 1p&#039;; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;【最近の追加実績】&lt;/span&gt;&lt;/h4&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; font-size: 12px; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;嗄声(声がれ）、嚥下困難、嗅覚以上(匂いがしない）、へバーデン結節(リウマチ）、音覚異常(エコーがかかって聞こえる)、大転子滑液包炎、関節のクリック音(動作時)、帯状疱疹後の痛み、加齢黄斑変性&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #3f260d; font-family: &#039;M Plus 1p&#039;; font-size: 12px; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 18pt;&quot;&gt;※上記は一例です当てはまらない症状でもぜひご相談ください。&lt;/span&gt;&lt;/p&gt;
&lt;h2 style=&quot;margin: 0px; padding: 0px; font-weight: normal; color: #3f260d; font-family: &#039;M Plus 1p&#039;; letter-spacing: 0.5px;&quot;&gt;&lt;span style=&quot;font-size: 24pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 24pt;&quot;&gt;&amp;nbsp;※上記は一例です当てはまらない症状でもぜひご相談ください。&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 24pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/79971/220425192337-626676a977c1d_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="https://futaba-chiryouin.com/info/4463511">
        <dc:format>text/html</dc:format>
        <dc:date>2022-03-25T10:19:00+09:00</dc:date>
        <title>初診料、治療時間について</title>
        <link>https://futaba-chiryouin.com/info/4463511</link>
        <description>&lt;p&gt;&lt;span style=&quot;color: #333333; font-family: メイリオ, Meiryo, Quicksand, 游ゴシック体, &#039;Yu Gothic&#039;, YuGothic, &#039;ヒラギノ角ゴシック Pro&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, Osaka, &#039;ＭＳ Ｐゴシック&#039;, &#039;MS PGothic&#039;, sans-serif; font-size: 24pt; letter-spacing: 0.8px;&quot;&gt;当院の各メニュー所要時間は施術のみを行い、ヒアリングや器具の準備、お客様のお着換え時間は別に確保しておりますのでご安心ください。また初回料もいただいておりません。&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/79971/220425192359-626676bfc539f_m.png&#039; /&gt;</description>
    </item>
</rdf:RDF>
