<?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="http://kidsbase-ikuno.com/feed.rss">
        <title>運動教室KIDS BASE</title>
        <description></description>
        <link>http://kidsbase-ikuno.com</link>
       <dc:date>2026-08-10T00:59:25+09:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://kidsbase-ikuno.com/info/6870548"/>
                <rdf:li rdf:resource="http://kidsbase-ikuno.com/info/6830000"/>
                <rdf:li rdf:resource="http://kidsbase-ikuno.com/info/6806759"/>
                <rdf:li rdf:resource="http://kidsbase-ikuno.com/info/6793396"/>
                <rdf:li rdf:resource="http://kidsbase-ikuno.com/info/6762312"/>
                <rdf:li rdf:resource="http://kidsbase-ikuno.com/info/6743844"/>
                <rdf:li rdf:resource="http://kidsbase-ikuno.com/info/6712559"/>
                <rdf:li rdf:resource="http://kidsbase-ikuno.com/info/6704263"/>
                <rdf:li rdf:resource="http://kidsbase-ikuno.com/info/6669434"/>
                <rdf:li rdf:resource="http://kidsbase-ikuno.com/info/6654817"/>
                <rdf:li rdf:resource="http://kidsbase-ikuno.com/info/6636537"/>
                <rdf:li rdf:resource="http://kidsbase-ikuno.com/info/6636529"/>
                <rdf:li rdf:resource="http://kidsbase-ikuno.com/info/6592288"/>
                <rdf:li rdf:resource="http://kidsbase-ikuno.com/info/6579265"/>
                <rdf:li rdf:resource="http://kidsbase-ikuno.com/info/6552015"/>
                <rdf:li rdf:resource="http://kidsbase-ikuno.com/info/6466244"/>
                <rdf:li rdf:resource="http://kidsbase-ikuno.com/info/6426779"/>
                <rdf:li rdf:resource="http://kidsbase-ikuno.com/info/6391794"/>
                <rdf:li rdf:resource="http://kidsbase-ikuno.com/info/6384907"/>
                <rdf:li rdf:resource="http://kidsbase-ikuno.com/info/6360693"/>
                <rdf:li rdf:resource="http://kidsbase-ikuno.com/info/6319051"/>
                <rdf:li rdf:resource="http://kidsbase-ikuno.com/info/6287278"/>
                <rdf:li rdf:resource="http://kidsbase-ikuno.com/info/6266801"/>
                <rdf:li rdf:resource="http://kidsbase-ikuno.com/info/6227628"/>
                <rdf:li rdf:resource="http://kidsbase-ikuno.com/info/6186783"/>
                <rdf:li rdf:resource="http://kidsbase-ikuno.com/info/6184182"/>
                <rdf:li rdf:resource="http://kidsbase-ikuno.com/info/6176172"/>
                <rdf:li rdf:resource="http://kidsbase-ikuno.com/info/6170908"/>
                <rdf:li rdf:resource="http://kidsbase-ikuno.com/info/6169875"/>
                <rdf:li rdf:resource="http://kidsbase-ikuno.com/info/6165517"/>
            </rdf:Seq>
        </items>
    </channel>
    <item rdf:about="http://kidsbase-ikuno.com/info/6870548">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-01T10:09:00+09:00</dc:date>
        <title>8月の空き状況</title>
        <link>http://kidsbase-ikuno.com/info/6870548</link>
        <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
&lt;title&gt;8月の空き状況のお知らせ｜KID&#039;S BASE&lt;/title&gt;

&lt;style&gt;

/* ===== リセット ===== */
html,
body{
    margin:0;
    padding:0;
    background:#f5f7fa;
    font-family:-apple-system,BlinkMacSystemFont,
    &quot;Hiragino Kaku Gothic ProN&quot;,
    &quot;Yu Gothic&quot;,
    &quot;Meiryo&quot;,
    sans-serif;
    color:#333;
    line-height:1.8;
}

/* ===== コンテナ ===== */
.container{
    background:#ffffff;
    padding:20px 16px;
}

/* ===== タイトル ===== */
h1{
    margin:0 0 20px;
    text-align:center;
    font-size:1.3rem;
    font-weight:700;
}

/* ===== 本文 ===== */
p{
    margin:0 0 16px;
    font-size:0.95rem;
}

/* ===== 空き状況 ===== */
.status-box{
    background:#eefaf2;
    border-left:4px solid #59b66d;
    padding:16px;
    border-radius:8px;
    margin:20px 0;
}

/* ===== クラス情報 ===== */
.class-box{
    background:#f8f9fc;
    border:1px solid #dfe4ea;
    border-radius:8px;
    padding:16px;
    margin:20px 0;
}

/* ===== スポット利用 ===== */
.spot-box{
    background:#eef6ff;
    border-left:4px solid #4a90e2;
    padding:16px;
    border-radius:8px;
    margin:20px 0;
}

/* ===== 運動療育メッセージ ===== */
.message-box{
    background:#fff8e8;
    border:1px solid #ffe1a6;
    border-radius:8px;
    padding:16px;
    margin:20px 0;
}

/* ===== 注意事項 ===== */
.notice-box{
    background:#fff4f4;
    border:1px solid #ffd0d0;
    border-radius:8px;
    padding:14px;
    margin:20px 0;
    font-size:0.9rem;
}

/* ===== CTA ===== */
.cta{
    text-align:center;
    font-weight:700;
    font-size:1rem;
    margin-top:20px;
}

/* ===== 区切り ===== */
.divider{
    text-align:center;
    color:#bbb;
    margin:24px 0;
}

/* ===== ハッシュタグ ===== */
.hashtags{
    font-size:0.8rem;
    color:#666;
    line-height:1.7;
}

/* ===== レスポンシブ ===== */
@media (min-width:600px){

.container{
    max-width:720px;
    margin:0 auto;
    padding:32px;
}

h1{
    font-size:1.6rem;
}

p{
    font-size:1rem;
}

}

&lt;/style&gt;
&lt;/head&gt;

&lt;body&gt;

&lt;div class=&quot;container&quot;&gt;

&lt;h1&gt;
🌻8月の空き状況のお知らせ📢✨
&lt;/h1&gt;

&lt;p&gt;
運動療育に興味のある方へ😊
&lt;/p&gt;

&lt;div class=&quot;status-box&quot;&gt;

&lt;p&gt;
&lt;strong&gt;現在、児童発達支援・放課後等デイサービスともにご利用いただける枠がございます！&lt;/strong&gt;
&lt;/p&gt;

&lt;/div&gt;

&lt;div class=&quot;class-box&quot;&gt;

&lt;p&gt;&lt;strong&gt;【児童発達支援】&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;
🌱 固定枠：若干の空きあり
&lt;/p&gt;

&lt;p&gt;
🕥 &lt;strong&gt;10:30〜11:30クラス&lt;/strong&gt;&lt;br&gt;
（平日・土日祝）
&lt;/p&gt;

&lt;p&gt;
🕑 &lt;strong&gt;14:00〜14:45クラス&lt;/strong&gt;&lt;br&gt;
（平日）
&lt;/p&gt;

&lt;p&gt;
🚗 送迎あり（要相談）
&lt;/p&gt;

&lt;/div&gt;

&lt;div class=&quot;spot-box&quot;&gt;

&lt;p&gt;
&lt;strong&gt;【スポット利用も大募集！】&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
✅ 児童発達支援&lt;br&gt;
✅ 放課後等デイサービス
&lt;/p&gt;

&lt;p&gt;
「まずは体験してみたい！」&lt;br&gt;
「空いている日に利用したい！」
&lt;/p&gt;

&lt;p&gt;
そんな方も大歓迎です😊
&lt;/p&gt;

&lt;/div&gt;

&lt;div class=&quot;message-box&quot;&gt;

&lt;p&gt;
「運動が苦手…」&lt;br&gt;
「集団活動に慣れてほしい」&lt;br&gt;
「体を動かしながら楽しく成長してほしい」
&lt;/p&gt;

&lt;p&gt;
そんなお子さま一人ひとりに合わせた運動療育を行っています💪✨
&lt;/p&gt;

&lt;/div&gt;

&lt;div class=&quot;notice-box&quot;&gt;

&lt;p&gt;
※ご利用には&lt;strong&gt;受給者証&lt;/strong&gt;が必要です。
&lt;/p&gt;

&lt;/div&gt;

&lt;p class=&quot;cta&quot;&gt;
見学・体験も随時受付中！&lt;br&gt;
お気軽にお問い合わせください😊📩
&lt;/p&gt;

&lt;div class=&quot;divider&quot;&gt;───────────────&lt;/div&gt;

&lt;div class=&quot;hashtags&quot;&gt;
#運動療育&lt;br&gt;
#児童発達支援&lt;br&gt;
#放課後等デイサービス
&lt;/div&gt;

&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/216035/260807101052-6a75309cafccb_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="http://kidsbase-ikuno.com/info/6830000">
        <dc:format>text/html</dc:format>
        <dc:date>2026-07-06T11:40:00+09:00</dc:date>
        <title>7月の空き状況</title>
        <link>http://kidsbase-ikuno.com/info/6830000</link>
        <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
&lt;title&gt;7月の空き状況のお知らせ｜KID&#039;S BASE&lt;/title&gt;

&lt;style&gt;

/* ===== リセット ===== */
html,
body{
  margin:0;
  padding:0;
  background:#f5f7fa;
  font-family:-apple-system,BlinkMacSystemFont,
  &quot;Hiragino Kaku Gothic ProN&quot;,
  &quot;Yu Gothic&quot;,
  &quot;Meiryo&quot;,
  sans-serif;
  color:#333;
  line-height:1.8;
}

/* ===== コンテナ ===== */
.container{
  background:#ffffff;
  padding:20px 16px;
}

/* ===== タイトル ===== */
h1{
  margin:0 0 18px;
  font-size:1.25rem;
  font-weight:700;
  text-align:center;
}

/* ===== 本文 ===== */
p{
  margin:0 0 16px;
  font-size:0.95rem;
}

/* ===== 空き状況ボックス ===== */
.status-box{
  background:#eefaf2;
  border-left:4px solid #57b66a;
  padding:16px;
  border-radius:6px;
  margin:20px 0;
}

/* ===== クラス情報 ===== */
.class-box{
  background:#f8f9fc;
  border:1px solid #dfe4ea;
  border-radius:8px;
  padding:16px;
  margin:20px 0;
}

/* ===== スポット利用 ===== */
.spot-box{
  background:#eef6ff;
  border-left:4px solid #4a90e2;
  padding:16px;
  border-radius:6px;
  margin:20px 0;
}

/* ===== メッセージ ===== */
.message-box{
  background:#fff8e8;
  border:1px solid #ffe1a6;
  border-radius:8px;
  padding:16px;
  margin:20px 0;
}

/* ===== 募集ボックス ===== */
.recruit-box{
  background:#f5f7ff;
  border-left:4px solid #6a8cff;
  padding:16px;
  border-radius:6px;
  margin:20px 0;
}

/* ===== 注意書き ===== */
.notice{
  font-size:0.9rem;
  color:#666;
}

/* ===== CTA ===== */
.cta{
  text-align:center;
  font-weight:700;
  font-size:1rem;
  margin-top:20px;
}

/* ===== 区切り ===== */
.divider{
  text-align:center;
  color:#bbb;
  margin:24px 0;
  font-size:0.9rem;
}

/* ===== ハッシュタグ ===== */
.hashtags{
  font-size:0.8rem;
  color:#666;
  line-height:1.7;
}

/* ===== レスポンシブ ===== */
@media (min-width:600px){

.container{
    max-width:720px;
    margin:0 auto;
    padding:32px;
}

h1{
    font-size:1.6rem;
}

p{
    font-size:1rem;
}

}

&lt;/style&gt;
&lt;/head&gt;

&lt;body&gt;

&lt;div class=&quot;container&quot;&gt;

&lt;h1&gt;📢✨【7月の空き状況のお知らせ】✨&lt;/h1&gt;

&lt;p&gt;
7月のご利用をご検討中の皆さまへ😊
&lt;/p&gt;

&lt;div class=&quot;status-box&quot;&gt;

&lt;p&gt;
&lt;strong&gt;児童発達支援の固定枠に若干の空きがございます🌱&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
🚗 送迎あり（要相談）
&lt;/p&gt;

&lt;/div&gt;

&lt;div class=&quot;class-box&quot;&gt;

&lt;p&gt;
🌼 &lt;strong&gt;10:30〜11:30クラス&lt;/strong&gt;&lt;br&gt;
（平日・土日祝）
&lt;/p&gt;

&lt;p&gt;
🌼 &lt;strong&gt;14:00〜14:45クラス&lt;/strong&gt;&lt;br&gt;
（平日のみ）
&lt;/p&gt;

&lt;/div&gt;

&lt;div class=&quot;spot-box&quot;&gt;

&lt;p&gt;
&lt;strong&gt;スポット利用 大募集！✨&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
放課後等デイサービス・児童発達支援ともに、
スポット利用を受付中です😊
&lt;/p&gt;

&lt;p&gt;
「まずは利用してみたい！」&lt;br&gt;
「空いている日に追加で運動したい！」
&lt;/p&gt;

&lt;p&gt;
そんな方にもおすすめです🌈
&lt;/p&gt;

&lt;/div&gt;

&lt;div class=&quot;message-box&quot;&gt;

&lt;p&gt;
KID’S BASEでは、一人ひとりの発達段階や目標に合わせた運動療育を行っています💪
&lt;/p&gt;

&lt;p&gt;
「できた！」という成功体験を積み重ねながら、
楽しんで体を動かせる環境をご用意しています😊
&lt;/p&gt;

&lt;/div&gt;

&lt;p class=&quot;cta&quot;&gt;
7月からのご利用をご希望の方は、&lt;br&gt;
お気軽にお問い合わせください📩
&lt;/p&gt;

&lt;p class=&quot;notice&quot;&gt;
※曜日や時間帯によっては空きがない場合もございます。
&lt;/p&gt;

&lt;div class=&quot;recruit-box&quot;&gt;

&lt;p&gt;&lt;strong&gt;現在募集中！&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;
✨ 児童発達支援の募集拡大中&lt;br&gt;
✨ 放課後等デイサービスも募集中
&lt;/p&gt;

&lt;/div&gt;

&lt;div class=&quot;divider&quot;&gt;───────────────&lt;/div&gt;

&lt;div class=&quot;hashtags&quot;&gt;
#運動療育&lt;br&gt;
#児童発達支援&lt;br&gt;
#放課後等デイサービス
&lt;/div&gt;

&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/216035/260706114044-6a4b15ac4d89e_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="http://kidsbase-ikuno.com/info/6806759">
        <dc:format>text/html</dc:format>
        <dc:date>2026-06-19T10:30:00+09:00</dc:date>
        <title>アンリミテッドスポーツフェスティバルに出ます！</title>
        <link>http://kidsbase-ikuno.com/info/6806759</link>
        <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
&lt;title&gt;教室の外へ。世界陸上の舞台へ。｜KID&#039;S BASE&lt;/title&gt;

&lt;style&gt;

/* ===== リセット ===== */
html,
body{
  margin:0;
  padding:0;
  background:#f5f7fa;
  font-family:-apple-system,BlinkMacSystemFont,
  &quot;Hiragino Kaku Gothic ProN&quot;,
  &quot;Yu Gothic&quot;,
  &quot;Meiryo&quot;,
  sans-serif;
  color:#333;
  line-height:1.8;
}

/* ===== コンテナ ===== */
.container{
  background:#ffffff;
  padding:20px 16px;
}

/* ===== タイトル ===== */
h1{
  margin:0 0 18px;
  font-size:1.25rem;
  font-weight:700;
  text-align:center;
}

/* ===== 本文 ===== */
p{
  margin:0 0 16px;
  font-size:0.95rem;
}

/* ===== イベントボックス ===== */
.event-box{
  background:#eef6ff;
  border-left:4px solid #4a90e2;
  padding:16px;
  border-radius:6px;
  margin:20px 0;
}

/* ===== ポイントボックス ===== */
.point-box{
  background:#fff8e8;
  border:1px solid #ffe1a6;
  padding:16px;
  border-radius:8px;
  margin:20px 0;
}

/* ===== チャレンジボックス ===== */
.challenge-box{
  background:#eefaf2;
  border-left:4px solid #58b66b;
  padding:16px;
  border-radius:6px;
  margin:20px 0;
}

/* ===== リンクボックス ===== */
.link-box{
  background:#f8f9fc;
  border:1px solid #dfe4ea;
  padding:20px;
  border-radius:8px;
  text-align:center;
  margin:20px 0;
}

.link-button{
  display:inline-block;
  background:#4a90e2;
  color:#ffffff;
  text-decoration:none;
  padding:12px 24px;
  border-radius:999px;
  font-weight:700;
  margin-top:8px;
}

.link-button:hover{
  opacity:0.9;
}

/* ===== 募集ボックス ===== */
.recruit-box{
  background:#f5f7ff;
  border-left:4px solid #6a8cff;
  padding:16px;
  border-radius:6px;
  margin:20px 0;
}

/* ===== CTA ===== */
.cta{
  text-align:center;
  font-size:1rem;
  font-weight:700;
  margin-top:20px;
}

/* ===== 区切り ===== */
.divider{
  text-align:center;
  color:#bbb;
  margin:24px 0;
  font-size:0.9rem;
}

/* ===== ハッシュタグ ===== */
.hashtags{
  font-size:0.8rem;
  color:#666;
  line-height:1.7;
}

/* ===== レスポンシブ ===== */
@media (min-width:600px){

.container{
  max-width:720px;
  margin:0 auto;
  padding:32px;
}

h1{
  font-size:1.6rem;
}

p{
  font-size:1rem;
}

}

&lt;/style&gt;
&lt;/head&gt;

&lt;body&gt;

&lt;div class=&quot;container&quot;&gt;

&lt;h1&gt;
🏟️教室の外へ。&lt;br&gt;
世界陸上の舞台へ。🏃‍♂️✨
&lt;/h1&gt;

&lt;p&gt;
KID’S BASEでは、教室の中だけで完結しない運動療育を大切にしています。
&lt;/p&gt;

&lt;div class=&quot;event-box&quot;&gt;

&lt;p&gt;
今回、子どもたちと一緒に挑戦するのは
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;アンリミテッドスポーツフェスティバル2026！&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
世界陸上でも使用された本格的な競技場で、&lt;br&gt;
100m走や走り幅跳びに挑戦します🔥
&lt;/p&gt;

&lt;/div&gt;

&lt;div class=&quot;point-box&quot;&gt;

&lt;p&gt;
私たちが大切にしたいのは、順位や記録だけではありません。
&lt;/p&gt;

&lt;p&gt;
✅ 初めての場所に挑戦すること&lt;br&gt;
✅ 緊張の中でもやりきること&lt;br&gt;
✅ 自分の力を発揮しようとすること
&lt;/p&gt;

&lt;/div&gt;

&lt;div class=&quot;challenge-box&quot;&gt;

&lt;p&gt;
教室で育てた力を、&lt;br&gt;
本物の舞台で発揮する経験。
&lt;/p&gt;

&lt;p&gt;
それは子どもたちにとって大きな自信となり、&lt;br&gt;
「また挑戦したい！」という気持ちにつながっていきます😊
&lt;/p&gt;

&lt;/div&gt;

&lt;div class=&quot;event-box&quot;&gt;

&lt;p&gt;
&lt;strong&gt;今回は指導員2名も子どもたちと一緒に出場予定！&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
先生も挑戦する。&lt;br&gt;
子どもたちも挑戦する。
&lt;/p&gt;

&lt;p&gt;
同じ舞台で、一緒に頑張ります💪✨
&lt;/p&gt;

&lt;/div&gt;

&lt;div class=&quot;link-box&quot;&gt;

&lt;p&gt;
🌐 アンリミテッドスポーツフェスティバル2026について詳しくはこちら
&lt;/p&gt;

&lt;a
  href=&quot;https://kinki-unlimited-para-at.com/&quot;
  target=&quot;_blank&quot;
  rel=&quot;noopener noreferrer&quot;
  class=&quot;link-button&quot;&gt;
  大会公式サイトを見る
&lt;/a&gt;

&lt;/div&gt;

&lt;div class=&quot;recruit-box&quot;&gt;

&lt;p&gt;
KID’S BASEでは、児童発達支援・放課後等デイサービスともに利用児童を募集中です！
&lt;/p&gt;

&lt;p&gt;
運動を通して、&lt;br&gt;
「できた！」を増やし、&lt;br&gt;
子どもたちの未来につながる支援を行っています🌱
&lt;/p&gt;

&lt;/div&gt;

&lt;p class=&quot;cta&quot;&gt;
見学・体験も随時受付中です😊
&lt;/p&gt;

&lt;div class=&quot;divider&quot;&gt;───────────────&lt;/div&gt;

&lt;div class=&quot;hashtags&quot;&gt;
#運動療育&lt;br&gt;
#児童発達支援&lt;br&gt;
#放課後等デイサービス&lt;br&gt;
#アンリミテッドスポーツフェスティバル
&lt;/div&gt;

&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/216035/260619103307-6a349c538f487_m.gif&#039; /&gt;</description>
    </item>
    <item rdf:about="http://kidsbase-ikuno.com/info/6793396">
        <dc:format>text/html</dc:format>
        <dc:date>2026-06-07T18:16:00+09:00</dc:date>
        <title>6月現在の空き状況</title>
        <link>http://kidsbase-ikuno.com/info/6793396</link>
        <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
&lt;title&gt;6月の空き状況のお知らせ｜KID&#039;S BASE&lt;/title&gt;

&lt;style&gt;

/* ===== リセット ===== */
html,
body{
  margin:0;
  padding:0;
  background:#f5f8f6;
  font-family:-apple-system,BlinkMacSystemFont,
  &quot;Hiragino Kaku Gothic ProN&quot;,
  &quot;Yu Gothic&quot;,
  &quot;Meiryo&quot;,
  sans-serif;
  color:#333;
  line-height:1.8;
}

/* ===== コンテナ ===== */
.container{
  background:#ffffff;
  padding:20px 16px;
}

/* ===== タイトル ===== */
h1{
  margin:0 0 18px;
  text-align:center;
  font-size:1.2rem;
  font-weight:700;
}

/* ===== 本文 ===== */
p{
  margin:0 0 16px;
  font-size:0.95rem;
}

/* ===== 空き状況ボックス ===== */
.status-box{
  background:#eefaf2;
  border-left:4px solid #57b66a;
  padding:16px;
  border-radius:6px;
  margin:20px 0;
}

/* ===== クラス情報 ===== */
.class-box{
  background:#f8f9fc;
  border:1px solid #e5e8ef;
  padding:16px;
  border-radius:8px;
  margin:20px 0;
}

/* ===== 募集ボックス ===== */
.recruit-box{
  background:#eef6ff;
  border-left:4px solid #4a90e2;
  padding:16px;
  border-radius:6px;
  margin:20px 0;
}

/* ===== メッセージボックス ===== */
.message-box{
  background:#fff8e8;
  border:1px solid #ffe1a6;
  padding:16px;
  border-radius:8px;
  margin:20px 0;
}

/* ===== CTA ===== */
.cta{
  text-align:center;
  font-weight:700;
  font-size:1rem;
  margin-top:20px;
}

/* ===== 区切り ===== */
.divider{
  text-align:center;
  color:#bbb;
  margin:24px 0;
  font-size:0.9rem;
}

/* ===== ハッシュタグ ===== */
.hashtags{
  font-size:0.8rem;
  color:#666;
  line-height:1.7;
}

/* ===== レスポンシブ ===== */
@media (min-width:600px){

.container{
  max-width:720px;
  margin:0 auto;
  padding:32px;
}

h1{
  font-size:1.45rem;
}

p{
  font-size:1rem;
}

}

&lt;/style&gt;
&lt;/head&gt;

&lt;body&gt;

&lt;div class=&quot;container&quot;&gt;

&lt;h1&gt;🌱✨6月の空き状況のお知らせ✨🌱&lt;/h1&gt;

&lt;p&gt;
KID’S BASEでは、6月のご利用を受付中です😊
&lt;/p&gt;

&lt;div class=&quot;status-box&quot;&gt;
&lt;p&gt;
&lt;strong&gt;【児童発達支援 固定枠】&lt;/strong&gt;&lt;br&gt;
🟢 若干の空きあり
&lt;/p&gt;
&lt;/div&gt;

&lt;div class=&quot;class-box&quot;&gt;

&lt;p&gt;
📍 &lt;strong&gt;10:30〜11:30クラス&lt;/strong&gt;&lt;br&gt;
（平日・土日祝）
&lt;/p&gt;

&lt;p&gt;
📍 &lt;strong&gt;14:00〜14:45クラス&lt;/strong&gt;&lt;br&gt;
（平日）
&lt;/p&gt;

&lt;p&gt;
🚗 送迎あり（要相談）
&lt;/p&gt;

&lt;/div&gt;

&lt;div class=&quot;recruit-box&quot;&gt;

&lt;p&gt;&lt;strong&gt;現在募集中！&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;
✨ 放課後等デイサービスはスポット利用大募集！&lt;br&gt;
✨ 児童発達支援もスポット利用大募集！
&lt;/p&gt;

&lt;/div&gt;

&lt;div class=&quot;message-box&quot;&gt;

&lt;p&gt;
「まずは体験してみたい」&lt;br&gt;
「空いている日に利用したい」
&lt;/p&gt;

&lt;p&gt;
そんな方も大歓迎です😊
&lt;/p&gt;

&lt;/div&gt;

&lt;p&gt;
運動療育を通して、&lt;br&gt;
子どもたちの「できた！」を一緒に増やしていきませんか？🌈
&lt;/p&gt;

&lt;p class=&quot;cta&quot;&gt;
ご利用を検討されている方は、お気軽にお問い合わせください📩
&lt;/p&gt;

&lt;div class=&quot;divider&quot;&gt;───────────────&lt;/div&gt;

&lt;div class=&quot;hashtags&quot;&gt;
#運動療育&lt;br&gt;
#児童発達支援&lt;br&gt;
#放課後等デイサービス
&lt;/div&gt;

&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/216035/260607193807-6a254a0f63b04_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="http://kidsbase-ikuno.com/info/6762312">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-15T11:54:00+09:00</dc:date>
        <title>お子様の“朝活”をサポートします！</title>
        <link>http://kidsbase-ikuno.com/info/6762312</link>
        <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
&lt;title&gt;就園・就学前のお子様 大募集｜KID&#039;S BASE&lt;/title&gt;

&lt;style&gt;

/* ===== リセット ===== */
html,
body{
  margin:0;
  padding:0;
  background:#f6f7f8;
  font-family:-apple-system,BlinkMacSystemFont,
  &quot;Hiragino Kaku Gothic ProN&quot;,
  &quot;Yu Gothic&quot;,
  &quot;Meiryo&quot;,
  sans-serif;
  color:#333;
  line-height:1.8;
}

/* ===== コンテナ ===== */
.container{
  background:#ffffff;
  padding:20px 16px;
}

/* ===== タイトル ===== */
h1{
  margin:0 0 18px;
  font-size:1.2rem;
  text-align:center;
  font-weight:700;
}

/* ===== 本文 ===== */
p{
  margin:0 0 16px;
  font-size:0.95rem;
}

/* ===== 強調ボックス ===== */
.main-box{
  background:#fff3f8;
  border-left:4px solid #ff7cab;
  padding:16px;
  border-radius:6px;
  margin:20px 0;
}

/* ===== ポイントリスト ===== */
.point-list{
  margin:10px 0 0 0;
  padding:0;
  list-style:none;
}

.point-list li{
  margin-bottom:10px;
  font-size:0.95rem;
}

/* ===== サポートボックス ===== */
.support-box{
  background:#f0f8ff;
  border:1px solid #d5e9ff;
  padding:16px;
  border-radius:8px;
  margin:20px 0;
}

/* ===== 安心メッセージ ===== */
.message-box{
  background:#eefaf2;
  border-left:4px solid #58b66b;
  padding:16px;
  border-radius:6px;
  margin:20px 0;
}

/* ===== 注意ボックス ===== */
.notice-box{
  background:#fff8e8;
  border:1px solid #ffe1a6;
  padding:14px;
  border-radius:6px;
  margin:20px 0;
  font-size:0.9rem;
}

/* ===== 募集ボックス ===== */
.recruit-box{
  background:#f5f7ff;
  border-left:4px solid #6a8cff;
  padding:16px;
  border-radius:6px;
  margin:20px 0;
}

/* ===== CTA ===== */
.cta{
  text-align:center;
  font-weight:700;
  margin-top:20px;
  font-size:1rem;
}

/* ===== 区切り ===== */
.divider{
  text-align:center;
  color:#bbb;
  margin:24px 0;
  font-size:0.9rem;
}

/* ===== ハッシュタグ ===== */
.hashtags{
  font-size:0.8rem;
  color:#666;
  line-height:1.7;
}

/* ===== レスポンシブ ===== */
@media (min-width:600px){

.container{
  max-width:720px;
  margin:0 auto;
  padding:32px;
}

h1{
  font-size:1.45rem;
}

p,
.point-list li{
  font-size:1rem;
}

}

&lt;/style&gt;
&lt;/head&gt;

&lt;body&gt;

&lt;div class=&quot;container&quot;&gt;

&lt;h1&gt;
🌸✨就園・就学前のお子様 大募集！&lt;br&gt;
今がスタートのチャンス✨🌸
&lt;/h1&gt;

&lt;p&gt;
KID&#039;S BASEでは、就園・就学前のお子様の募集拡大中です😊
&lt;/p&gt;

&lt;div class=&quot;main-box&quot;&gt;

&lt;ul class=&quot;point-list&quot;&gt;
&lt;li&gt;👉朝の小集団療育で就園・就学前の準備ができる&lt;/li&gt;
&lt;li&gt;👉午前の活動で生活リズムを整える🌱&lt;/li&gt;
&lt;li&gt;👉楽しく運動をしながら挨拶や礼儀が自然に身につく&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;

&lt;div class=&quot;support-box&quot;&gt;

&lt;p&gt;&lt;strong&gt;さらに…&lt;/strong&gt;&lt;/p&gt;

&lt;ul class=&quot;point-list&quot;&gt;
&lt;li&gt;👉母子分離の練習にも◎&lt;/li&gt;
&lt;li&gt;👉送迎あり（要相談）🚗&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;

&lt;div class=&quot;message-box&quot;&gt;

&lt;p&gt;
「初めての集団が不安…」&lt;br&gt;
そんなお子様も、安心してスタートできます✨
&lt;/p&gt;

&lt;p&gt;
就園前の準備をKID&#039;S BASEで！
&lt;/p&gt;

&lt;/div&gt;

&lt;div class=&quot;notice-box&quot;&gt;

&lt;p&gt;
※ご利用には受給者証が必須となります
&lt;/p&gt;

&lt;/div&gt;

&lt;div class=&quot;recruit-box&quot;&gt;

&lt;p&gt;&lt;strong&gt;現在、&lt;/strong&gt;&lt;/p&gt;

&lt;ul class=&quot;point-list&quot;&gt;
&lt;li&gt;👉児童発達支援の募集拡大中&lt;/li&gt;
&lt;li&gt;👉放課後等デイサービスも募集中&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;

&lt;p class=&quot;cta&quot;&gt;
お気軽にお問い合わせください📩
&lt;/p&gt;

&lt;div class=&quot;divider&quot;&gt;───────────────&lt;/div&gt;

&lt;div class=&quot;hashtags&quot;&gt;
#運動療育 #児童発達支援 #放課後等デイサービス&lt;br&gt;
#就園準備 #就学準備 #小集団療育 #母子分離
&lt;/div&gt;

&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/216035/260515115518-6a068b16e0be5_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="http://kidsbase-ikuno.com/info/6743844">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-01T12:10:00+09:00</dc:date>
        <title>5月の空き状況</title>
        <link>http://kidsbase-ikuno.com/info/6743844</link>
        <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
&lt;title&gt;5月の空き状況のお知らせ｜KID&#039;S BASE&lt;/title&gt;

&lt;style&gt;

/* ===== リセット ===== */
html, body {
  margin: 0;
  padding: 0;
  background-color: #f5f8f6;
  font-family: -apple-system, BlinkMacSystemFont,
    &quot;Hiragino Kaku Gothic ProN&quot;, &quot;Yu Gothic&quot;, &quot;Meiryo&quot;, sans-serif;
  color: #333;
  line-height: 1.8;
}

/* ===== コンテナ ===== */
.container {
  background-color: #ffffff;
  padding: 20px 16px;
}

/* ===== タイトル ===== */
h1 {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 16px;
  font-weight: 700;
}

/* ===== 本文 ===== */
p {
  font-size: 0.95rem;
  margin: 0 0 16px;
}

/* ===== 導入ボックス ===== */
.intro-box {
  background-color: #eefaf2;
  border-left: 4px solid #4caf50;
  padding: 14px;
  margin: 20px 0;
  border-radius: 4px;
}

/* ===== 募集ボックス ===== */
.recruit-box {
  background-color: #f0f7ff;
  border-left: 4px solid #4a90e2;
  padding: 14px;
  margin: 20px 0;
  border-radius: 4px;
}

/* ===== リスト ===== */
ul {
  margin: 10px 0 10px 18px;
  padding: 0;
}

li {
  margin-bottom: 6px;
}

/* ===== 注意喚起 ===== */
.alert {
  background-color: #fff5f5;
  border: 1px solid #ffcfcf;
  padding: 14px;
  border-radius: 6px;
  margin: 20px 0;
}

/* ===== メッセージ ===== */
.message {
  background-color: #f4fbff;
  border: 1px solid #d6ecff;
  padding: 16px;
  border-radius: 8px;
  margin: 20px 0;
}

/* ===== CTA ===== */
.cta {
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
}

/* ===== 区切り ===== */
.divider {
  text-align: center;
  color: #bbb;
  margin: 24px 0;
  font-size: 0.9rem;
}

/* ===== ハッシュタグ ===== */
.hashtags {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.6;
}

/* ===== レスポンシブ ===== */
@media (min-width: 600px) {

  .container {
    max-width: 720px;
    margin: 0 auto;
    padding: 32px;
  }

  h1 {
    font-size: 1.45rem;
  }

  p, li {
    font-size: 1rem;
  }
}

&lt;/style&gt;
&lt;/head&gt;

&lt;body&gt;

&lt;div class=&quot;container&quot;&gt;

&lt;h1&gt;📣🌿5月の空き状況のお知らせ｜運動療育スタートのチャンス🌿📣&lt;/h1&gt;

&lt;p&gt;
KID&#039;S BASE／KID&#039;S BASE2より、5月の空き状況をお知らせします😊
&lt;/p&gt;

&lt;div class=&quot;intro-box&quot;&gt;

&lt;p&gt;
新生活にも慣れ始める5月は、&lt;br&gt;
&lt;strong&gt;👉運動療育を始める絶好のタイミング✨&lt;/strong&gt;
&lt;/p&gt;

&lt;/div&gt;

&lt;div class=&quot;recruit-box&quot;&gt;

&lt;p&gt;現在、&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;👉児童発達支援の募集拡大中&lt;/li&gt;
&lt;li&gt;👉放課後等デイサービスも募集中&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;

&lt;div class=&quot;alert&quot;&gt;

&lt;p&gt;
曜日・時間帯によっては、&lt;br&gt;
&lt;strong&gt;すでに埋まり始めている枠もあります…！&lt;/strong&gt;
&lt;/p&gt;

&lt;/div&gt;

&lt;p&gt;
「気になる」「見学してみたい」&lt;br&gt;
そんな方はお早めにお問い合わせください📩
&lt;/p&gt;

&lt;div class=&quot;message&quot;&gt;

&lt;p&gt;
一人ひとりに合わせた関わりで、&lt;br&gt;
子どもたちの“できた！”を増やしていきます🌱
&lt;/p&gt;

&lt;/div&gt;

&lt;p class=&quot;cta&quot;&gt;
お気軽にご相談お待ちしております😊
&lt;/p&gt;

&lt;div class=&quot;divider&quot;&gt;───────────────&lt;/div&gt;

&lt;div class=&quot;hashtags&quot;&gt;
#運動療育&lt;br&gt;
#児童発達支援&lt;br&gt;
#放課後等デイサービス&lt;br&gt;
#空き状況 #5月スタート #療育 #子どもの成長
&lt;/div&gt;

&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/216035/260430101024-69f2ac006c26b_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="http://kidsbase-ikuno.com/info/6712559">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-07T11:15:00+09:00</dc:date>
        <title>まだ間に合います！</title>
        <link>http://kidsbase-ikuno.com/info/6712559</link>
        <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
&lt;title&gt;4月のご利用 まだ間に合います｜KID’S BASE&lt;/title&gt;

&lt;style&gt;

/* ===== リセット ===== */
html, body {
  margin: 0;
  padding: 0;
  background-color: #f7f8fa;
  font-family: -apple-system, BlinkMacSystemFont,
    &quot;Hiragino Kaku Gothic ProN&quot;, &quot;Yu Gothic&quot;, &quot;Meiryo&quot;, sans-serif;
  color: #333;
  line-height: 1.8;
}

/* ===== コンテナ ===== */
.container {
  background-color: #ffffff;
  padding: 20px 16px;
}

/* ===== タイトル ===== */
h1 {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 16px;
  font-weight: 700;
}

/* ===== 本文 ===== */
p {
  font-size: 0.95rem;
  margin: 0 0 16px;
}

/* ===== 募集ボックス ===== */
.recruit-box {
  background-color: #fff2f6;
  border-left: 4px solid #ff6b9a;
  padding: 14px;
  margin: 20px 0;
  border-radius: 4px;
}

/* ===== リスト ===== */
ul {
  margin: 10px 0 10px 18px;
  padding: 0;
}

li {
  margin-bottom: 6px;
}

/* ===== メッセージ ===== */
.message-box {
  background-color: #f0f8ff;
  border: 1px solid #cfe6ff;
  padding: 16px;
  border-radius: 8px;
  margin: 20px 0;
}

/* ===== 注意書き ===== */
.notice {
  background-color: #fff8e6;
  border: 1px solid #ffe2a8;
  padding: 14px;
  border-radius: 6px;
  font-size: 0.9rem;
  margin: 20px 0;
}

/* ===== CTA ===== */
.cta {
  text-align: center;
  font-weight: 700;
  margin-top: 12px;
}

/* ===== 区切り ===== */
.divider {
  text-align: center;
  color: #bbb;
  margin: 24px 0;
  font-size: 0.9rem;
}

/* ===== ハッシュタグ ===== */
.hashtags {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.6;
}

/* ===== レスポンシブ ===== */
@media (min-width: 600px) {

  .container {
    max-width: 720px;
    margin: 0 auto;
    padding: 32px;
  }

  h1 {
    font-size: 1.45rem;
  }

  p, li {
    font-size: 1rem;
  }
}

&lt;/style&gt;
&lt;/head&gt;

&lt;body&gt;

&lt;div class=&quot;container&quot;&gt;

&lt;h1&gt;📣🌸4月のご利用、まだ間に合います！🌸📣&lt;/h1&gt;

&lt;p&gt;
新年度スタートに向けて、&lt;br&gt;
運動療育のご利用を検討中の方へお知らせです😊
&lt;/p&gt;

&lt;div class=&quot;recruit-box&quot;&gt;

&lt;p&gt;現在、&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;👉 児童発達支援の募集拡大中&lt;/li&gt;
&lt;li&gt;👉 放課後等デイサービスも募集中&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;です✨&lt;/p&gt;

&lt;/div&gt;

&lt;div class=&quot;message-box&quot;&gt;

&lt;p&gt;
「新しい環境でチャレンジしたい！」&lt;br&gt;
「のびのび楽しく運動させたい！」
&lt;/p&gt;

&lt;p&gt;
そんな方はぜひご相談ください💪🌱
&lt;/p&gt;

&lt;/div&gt;

&lt;div class=&quot;notice&quot;&gt;

&lt;p&gt;⚠️ ※ご利用には受給者証が必要です&lt;/p&gt;
&lt;p&gt;⚠️ ※曜日や都合によっては空きがない場合もございます&lt;/p&gt;

&lt;/div&gt;

&lt;p class=&quot;cta&quot;&gt;
気になる方は、お早めにお問い合わせください📩
&lt;/p&gt;

&lt;div class=&quot;divider&quot;&gt;───────────────&lt;/div&gt;

&lt;div class=&quot;hashtags&quot;&gt;
#kidsbase #kidsbase2 #キッズベース #キッズベース2&lt;br&gt;
#運動療育 #児童発達支援 #放課後等デイサービス
&lt;/div&gt;

&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/216035/260407111618-69d468f276e84_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="http://kidsbase-ikuno.com/info/6704263">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-01T14:16:00+09:00</dc:date>
        <title>4月の空き状況</title>
        <link>http://kidsbase-ikuno.com/info/6704263</link>
        <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
&lt;title&gt;4月の空き状況のお知らせ｜KID’S BASE&lt;/title&gt;

&lt;style&gt;

/* ===== リセット ===== */
html, body {
  margin: 0;
  padding: 0;
  background-color: #f7f7f9;
  font-family: -apple-system, BlinkMacSystemFont,
    &quot;Hiragino Kaku Gothic ProN&quot;, &quot;Yu Gothic&quot;, &quot;Meiryo&quot;, sans-serif;
  color: #333;
  line-height: 1.8;
}

/* ===== コンテナ ===== */
.container {
  background-color: #ffffff;
  padding: 20px 16px;
}

/* ===== タイトル ===== */
h1 {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 16px;
  font-weight: 700;
}

/* ===== 本文 ===== */
p {
  font-size: 0.95rem;
  margin: 0 0 16px;
}

/* ===== 募集強調ボックス ===== */
.recruit-box {
  background-color: #fff0f6;
  border-left: 4px solid #ff7aa2;
  padding: 14px;
  margin: 20px 0;
  border-radius: 4px;
}

/* ===== 強調リスト ===== */
ul {
  margin: 10px 0 10px 18px;
  padding: 0;
}

li {
  margin-bottom: 6px;
}

/* ===== メッセージボックス ===== */
.message-box {
  background-color: #f0f8ff;
  border: 1px solid #cfe7ff;
  padding: 16px;
  border-radius: 8px;
  margin: 20px 0;
}

/* ===== CTA ===== */
.cta {
  text-align: center;
  font-weight: 600;
  margin-top: 12px;
}

/* ===== 区切り ===== */
.divider {
  text-align: center;
  color: #bbb;
  margin: 24px 0;
  font-size: 0.9rem;
}

/* ===== ハッシュタグ ===== */
.hashtags {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.6;
}

/* ===== レスポンシブ ===== */
@media (min-width: 600px) {

  .container {
    max-width: 720px;
    margin: 0 auto;
    padding: 32px;
  }

  h1 {
    font-size: 1.45rem;
  }

  p, li {
    font-size: 1rem;
  }
}

&lt;/style&gt;
&lt;/head&gt;

&lt;body&gt;

&lt;div class=&quot;container&quot;&gt;

&lt;h1&gt;📣🌸4月の空き状況のお知らせ🌸📣&lt;/h1&gt;

&lt;p&gt;
新年度がスタートする4月✨&lt;br&gt;
運動療育の空き状況についてお知らせです😊
&lt;/p&gt;

&lt;div class=&quot;recruit-box&quot;&gt;

&lt;p&gt;現在、&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;👉児童発達支援の募集拡大中&lt;/li&gt;
&lt;li&gt;👉放課後等デイサービスも募集中&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
曜日や時間帯によっては、&lt;br&gt;
まだご案内できる枠がございます💡
&lt;/p&gt;

&lt;/div&gt;

&lt;div class=&quot;message-box&quot;&gt;

&lt;p&gt;
「新しい環境でチャレンジしたい！」&lt;br&gt;
「楽しく体を動かしたい！」
&lt;/p&gt;

&lt;p&gt;
そんな方はぜひご相談ください💪🌱
&lt;/p&gt;

&lt;/div&gt;

&lt;p class=&quot;cta&quot;&gt;
お気軽にお問い合わせお待ちしております📩
&lt;/p&gt;

&lt;div class=&quot;divider&quot;&gt;───────────────&lt;/div&gt;

&lt;div class=&quot;hashtags&quot;&gt;
#kidsbase #kidsbase2 #キッズベース #キッズベース2&lt;br&gt;
#4月の空き状況 #運動療育&lt;br&gt;
#児童発達支援 #放課後等デイサービス
&lt;/div&gt;

&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/216035/260401141715-69ccaa5b616fe_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="http://kidsbase-ikuno.com/info/6669434">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-05T11:46:00+09:00</dc:date>
        <title>3月の空き状況</title>
        <link>http://kidsbase-ikuno.com/info/6669434</link>
        <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
&lt;title&gt;2026年3月 空き状況のお知らせ｜KID’S BASE&lt;/title&gt;

&lt;style&gt;

/* ===== リセット ===== */
html, body{
  margin:0;
  padding:0;
  background:#f6f7f9;
  font-family:-apple-system,BlinkMacSystemFont,
  &quot;Hiragino Kaku Gothic ProN&quot;,&quot;Yu Gothic&quot;,&quot;Meiryo&quot;,sans-serif;
  color:#333;
  line-height:1.8;
}

/* ===== コンテナ ===== */
.container{
  background:#ffffff;
  padding:20px 16px;
}

/* ===== 見出し ===== */
h1{
  font-size:1.2rem;
  text-align:center;
  margin:0 0 10px;
  font-weight:700;
}

/* ===== サブタイトル ===== */
.subtitle{
  text-align:center;
  font-size:0.9rem;
  margin-bottom:20px;
  color:#555;
}

/* ===== 本文 ===== */
p{
  font-size:0.95rem;
  margin:0 0 16px;
}

/* ===== 空き状況ボックス ===== */
.notice-box{
  background:#eef7ff;
  border-left:4px solid #4da3ff;
  padding:14px;
  margin:20px 0;
  border-radius:4px;
}

/* ===== 箇条書き ===== */
ul{
  margin:10px 0 10px 18px;
  padding:0;
}

li{
  margin-bottom:6px;
}

/* ===== CTAボックス ===== */
.cta{
  background:#fff6e9;
  border:1px solid #ffd7a8;
  padding:16px;
  border-radius:8px;
  margin:20px 0;
}

/* ===== 区切り ===== */
.divider{
  text-align:center;
  color:#bbb;
  margin:24px 0;
  font-size:0.9rem;
}

/* ===== ハッシュタグ ===== */
.hashtags{
  font-size:0.8rem;
  color:#666;
  line-height:1.6;
}

/* ===== レスポンシブ ===== */
@media (min-width:600px){

.container{
  max-width:720px;
  margin:0 auto;
  padding:32px;
}

h1{
  font-size:1.45rem;
}

p, li{
  font-size:1rem;
}

}

&lt;/style&gt;
&lt;/head&gt;

&lt;body&gt;

&lt;div class=&quot;container&quot;&gt;

&lt;h1&gt;📣【🌸2026年3月 空き状況のお知らせ🌸】&lt;/h1&gt;

&lt;div class=&quot;subtitle&quot;&gt;
KID’S BASE ／ KID’S BASE2 より&lt;br&gt;
＼3月の固定枠・追加利用（スポット）の空き状況をお知らせします！／
&lt;/div&gt;

&lt;p&gt;
2026年もあっという間に3月に入り、&lt;br&gt;
現在 &lt;strong&gt;3月の空き枠が一部ございます&lt;/strong&gt;✨&lt;br&gt;
ただし、曜日・時間帯によっては埋まり始めています…！
&lt;/p&gt;

&lt;div class=&quot;notice-box&quot;&gt;

&lt;p&gt;3月からの&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ご利用開始&lt;/li&gt;
&lt;li&gt;追加利用&lt;/li&gt;
&lt;li&gt;ご体験・ご契約&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
をご検討中の方は、ぜひお早めにご連絡ください😊
&lt;/p&gt;

&lt;/div&gt;

&lt;p&gt;
▶お問い合わせはプロフィール欄からお気軽に📩
&lt;/p&gt;

&lt;div class=&quot;divider&quot;&gt;───────────────&lt;/div&gt;

&lt;h2 style=&quot;font-size:1.05rem;margin-bottom:8px;&quot;&gt;
◆追加利用（スポット利用）とは？
&lt;/h2&gt;

&lt;p&gt;
「週1回」「週3回」などの固定利用とは異なり、&lt;br&gt;
ご希望の曜日・時間に合わせて利用できる柔軟なスタイルです✨
&lt;/p&gt;

&lt;p&gt;
※空きがある場合に限りますが、こちらからご案内することもあります。
&lt;/p&gt;

&lt;div class=&quot;cta&quot;&gt;

&lt;p&gt;
📌「まずは様子を見たい」&lt;br&gt;
📌「見学だけしてみたい」
&lt;/p&gt;

&lt;p&gt;
そんな方も大歓迎です🌱&lt;br&gt;
どうぞお気軽にお問い合わせください💌
&lt;/p&gt;

&lt;/div&gt;

&lt;div class=&quot;divider&quot;&gt;───────────────&lt;/div&gt;

&lt;div class=&quot;hashtags&quot;&gt;
#kidsbase #kidsbase2 #キッズベース #キッズベース2&lt;br&gt;
#運動療育 #児童発達支援 #放課後等デイサービス
&lt;/div&gt;

&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/216035/260305114640-69a8ee90d634c_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="http://kidsbase-ikuno.com/info/6654817">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-01T10:00:00+09:00</dc:date>
        <title>自己評価アンケートの開示(修正版)</title>
        <link>http://kidsbase-ikuno.com/info/6654817</link>
        <description>&lt;style&gt;
.kb-wrap{
  margin:0;
  padding:60px 20px;
  font-family:&quot;Hiragino Kaku Gothic ProN&quot;,&quot;Yu Gothic&quot;,&quot;Meiryo&quot;,sans-serif;
  line-height:1.9;
  color:#333;
  background:#fffaf5;
}

/* タイトル */
.kb-title{
  text-align:center;
  font-size:28px;
  font-weight:bold;
  color:#f57c00;
  margin-bottom:50px;
}

/* メッセージ */
.kb-message{
  max-width:1000px;
  margin:0 auto 70px;
  background:#ffffff;
  padding:35px;
  border-radius:18px;
  border:1px solid #ffe0cc;
}

/* セクション共通 */
.kb-section-wrap{
  max-width:1000px;
  margin:0 auto 70px;
  background:#ffffff;
  padding:40px 35px;
  border-radius:20px;
  border:1px solid #ffe0cc;
}

.kb-section-title{
  font-size:22px;
  font-weight:bold;
  color:#f57c00;
  margin-bottom:30px;
  border-left:6px solid #f57c00;
  padding-left:12px;
}

/* 2カラム */
.kb-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
}

/* サブブロック */
.kb-sub-block{
  background:#fff8f2;
  padding:20px;
  border-radius:14px;
  border:1px solid #ffe6d5;
}

.kb-sub{
  font-weight:bold;
  color:#f57c00;
  margin-bottom:15px;
  font-size:16px;
}

/* PDFリンク（既存コード保持） */
.kb-link{
  margin-bottom:12px;
}

.kb-link a{
  display:inline-block;
  background:#f57c00;
  color:#fff;
  padding:8px 16px;
  border-radius:25px;
  text-decoration:none;
  font-size:14px;
}

.kb-link span{
  display:block;
  font-size:12px;
  color:#777;
  margin-top:4px;
}

/* レスポンシブ */
@media(max-width:768px){
  .kb-grid{
    grid-template-columns:1fr;
  }
  .kb-wrap{
    padding:40px 15px;
  }
  .kb-title{
    font-size:22px;
  }
}
&lt;/style&gt;

&lt;div class=&quot;kb-wrap&quot;&gt;

&lt;div class=&quot;kb-title&quot;&gt;2025年度 自己評価アンケート結果のご報告&lt;/div&gt;

&lt;div class=&quot;kb-message&quot;&gt;
&lt;p&gt;日頃よりKID&#039;S BASEおよびKID&#039;S BASE2の活動にご理解とご協力を賜り、誠にありがとうございます。&lt;/p&gt;
&lt;p&gt;この度、2025年度の自己評価アンケート結果を開示いたします。&lt;/p&gt;
&lt;p&gt;皆様から頂戴した温かいお言葉や貴重なご意見を、今後の支援および指導の質の向上に活かしてまいります。&lt;/p&gt;
&lt;p&gt;ご利用いただいている皆様にとって、より安心してお通いいただける事業所を目指し、職員一同より一層努力してまいります。&lt;/p&gt;
&lt;p style=&quot;text-align:right;font-weight:bold;color:#f57c00;&quot;&gt;KID&#039;S BASE / KID&#039;S BASE2　職員一同&lt;/p&gt;
&lt;/div&gt;

&lt;!-- 保護者アンケート --&gt;
&lt;div class=&quot;kb-section-wrap&quot;&gt;
&lt;div class=&quot;kb-section-title&quot;&gt;保護者アンケート結果&lt;/div&gt;

&lt;div class=&quot;kb-grid&quot;&gt;

&lt;div class=&quot;kb-sub-block&quot;&gt;
&lt;div class=&quot;kb-sub&quot;&gt;KID&#039;S BASE&lt;/div&gt;
&lt;div class=&quot;kb-link&quot;&gt;&lt;a href=&quot;https://cdn.goope.jp/216035/260303143110-69a6721ed6c73.pdf&quot; target=&quot;_blank&quot;&gt;KB(児発)アンケート結果.pdf&lt;/a&gt;&lt;span&gt;(0.96MB)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;kb-link&quot;&gt;&lt;a href=&quot;https://cdn.goope.jp/216035/260303143119-69a6722770130.pdf&quot; target=&quot;_blank&quot;&gt;KB(放デイ)アンケート結果.pdf&lt;/a&gt;&lt;span&gt;(1.08MB)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;div class=&quot;kb-sub-block&quot;&gt;
&lt;div class=&quot;kb-sub&quot;&gt;KID&#039;S BASE2&lt;/div&gt;
&lt;div class=&quot;kb-link&quot;&gt;&lt;a href=&quot;https://cdn.goope.jp/216035/260303143128-69a672309e99f.pdf&quot; target=&quot;_blank&quot;&gt;KB2(児発)アンケート結果.pdf&lt;/a&gt;&lt;span&gt;(1.06MB)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;kb-link&quot;&gt;&lt;a href=&quot;https://cdn.goope.jp/216035/260303143136-69a67238cdbfb.pdf&quot; target=&quot;_blank&quot;&gt;KB2(放デイ)アンケート結果.pdf&lt;/a&gt;&lt;span&gt;(1.01MB)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;
&lt;/div&gt;

&lt;!-- 自己評価総括表 --&gt;
&lt;div class=&quot;kb-section-wrap&quot;&gt;
&lt;div class=&quot;kb-section-title&quot;&gt;自己評価総括表&lt;/div&gt;

&lt;div class=&quot;kb-grid&quot;&gt;

&lt;div class=&quot;kb-sub-block&quot;&gt;
&lt;div class=&quot;kb-sub&quot;&gt;KID&#039;S BASE&lt;/div&gt;
&lt;div class=&quot;kb-link&quot;&gt;&lt;a href=&quot;https://cdn.goope.jp/216035/260304182841-69a7fb49a75a4.pdf&quot; target=&quot;_blank&quot;&gt;KB自己評価総括表(児発).pdf&lt;/a&gt;&lt;span&gt;(0.3MB)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;kb-link&quot;&gt;&lt;a href=&quot;https://cdn.goope.jp/216035/260304182850-69a7fb524ae03.pdf&quot; target=&quot;_blank&quot;&gt;KB自己評価総括表(放デイ).pdf&lt;/a&gt;&lt;span&gt;(0.29MB)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;div class=&quot;kb-sub-block&quot;&gt;
&lt;div class=&quot;kb-sub&quot;&gt;KID&#039;S BASE2&lt;/div&gt;
&lt;div class=&quot;kb-link&quot;&gt;&lt;a href=&quot;https://cdn.goope.jp/216035/260304182822-69a7fb361d13d.pdf&quot; target=&quot;_blank&quot;&gt;KB2自己評価総括表(児発).pdf&lt;/a&gt;&lt;span&gt;(0.29MB)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;kb-link&quot;&gt;&lt;a href=&quot;https://cdn.goope.jp/216035/260304182832-69a7fb400ccee.pdf&quot; target=&quot;_blank&quot;&gt;KB2自己評価総括表(放デイ).pdf&lt;/a&gt;&lt;span&gt;(0.29MB)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;
&lt;/div&gt;

&lt;!-- 職員アンケート --&gt;
&lt;div class=&quot;kb-section-wrap&quot;&gt;
&lt;div class=&quot;kb-section-title&quot;&gt;職員アンケート結果&lt;/div&gt;

&lt;div class=&quot;kb-grid&quot;&gt;

&lt;div class=&quot;kb-sub-block&quot;&gt;
&lt;div class=&quot;kb-sub&quot;&gt;KID&#039;S BASE&lt;/div&gt;
&lt;div class=&quot;kb-link&quot;&gt;&lt;a href=&quot;https://cdn.goope.jp/216035/260224114022-699d0f9624d45.pdf&quot; target=&quot;_blank&quot;&gt;KID&#039;S BASE 職員アンケート結果&lt;/a&gt;&lt;span&gt;(0.84MB)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;div class=&quot;kb-sub-block&quot;&gt;
&lt;div class=&quot;kb-sub&quot;&gt;KID&#039;S BASE2&lt;/div&gt;
&lt;div class=&quot;kb-link&quot;&gt;&lt;a href=&quot;https://cdn.goope.jp/216035/260224114041-699d0fa96b5c7.pdf&quot; target=&quot;_blank&quot;&gt;KID&#039;S BASE2 職員アンケート結果&lt;/a&gt;&lt;span&gt;(0.84MB)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;</description>
    </item>
    <item rdf:about="http://kidsbase-ikuno.com/info/6636537">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-08T12:07:00+09:00</dc:date>
        <title>お休みのお知らせ</title>
        <link>http://kidsbase-ikuno.com/info/6636537</link>
        <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
  &lt;meta charset=&quot;UTF-8&quot;&gt;
  &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
  &lt;title&gt;休業日のお知らせ｜KID’S BASE&lt;/title&gt;

  &lt;style&gt;
    /* ===== ベース設定 ===== */
    html, body {
      margin: 0;
      padding: 0;
      background-color: #f6f7f8;
      font-family: -apple-system, BlinkMacSystemFont,
        &quot;Hiragino Kaku Gothic ProN&quot;, &quot;Yu Gothic&quot;, &quot;Meiryo&quot;, sans-serif;
      color: #333;
      line-height: 1.8;
    }

    /* ===== コンテナ ===== */
    .container {
      background-color: #ffffff;
      padding: 20px 16px;
    }

    /* ===== 見出し ===== */
    h1 {
      font-size: 1.15rem;
      font-weight: 700;
      text-align: center;
      margin: 0 0 16px;
    }

    /* ===== 本文 ===== */
    p {
      margin: 0 0 16px;
      font-size: 0.95rem;
    }

    /* ===== 休業日ボックス ===== */
    .holiday-box {
      background-color: #fff0f0;
      border: 1px solid #ffcccc;
      border-radius: 8px;
      padding: 16px;
      text-align: center;
      margin: 20px 0;
    }

    .holiday-box .date {
      font-size: 1.05rem;
      font-weight: 700;
      margin-bottom: 6px;
    }

    /* ===== 強調テキスト ===== */
    .emphasis {
      font-weight: 700;
    }

    /* ===== メッセージボックス ===== */
    .message {
      background-color: #f4f8ff;
      border-left: 4px solid #4a90e2;
      padding: 14px;
      margin: 20px 0;
      border-radius: 4px;
    }

    /* ===== ハッシュタグ ===== */
    .hashtags {
      font-size: 0.8rem;
      color: #666;
      line-height: 1.6;
      margin-top: 24px;
    }

    /* ===== レスポンシブ対応 ===== */
    @media (min-width: 600px) {
      .container {
        max-width: 720px;
        margin: 0 auto;
        padding: 32px;
      }

      h1 {
        font-size: 1.4rem;
      }

      p, .message {
        font-size: 1rem;
      }
    }
  &lt;/style&gt;
&lt;/head&gt;

&lt;body&gt;
  &lt;div class=&quot;container&quot;&gt;

    &lt;h1&gt;📢【休業日のお知らせ】📢&lt;/h1&gt;

    &lt;p&gt;
      いつもKID’S BASEをご利用いただきありがとうございます😊
    &lt;/p&gt;

    &lt;p&gt;
      誠に勝手ながら、&lt;br&gt;
      &lt;span class=&quot;emphasis&quot;&gt;2/13（金）・2/14（土）&lt;/span&gt; は&lt;br&gt;
      職員研修のためお休みとさせていただきます。
    &lt;/p&gt;

    &lt;div class=&quot;holiday-box&quot;&gt;
      &lt;div class=&quot;date&quot;&gt;2/13（金）・2/14（土）&lt;/div&gt;
      &lt;div&gt;職員研修のため休業&lt;/div&gt;
    &lt;/div&gt;

    &lt;div class=&quot;message&quot;&gt;
      &lt;p&gt;
        今回の研修は、運動療育の質をさらに高め、&lt;br&gt;
        児童発達支援・放課後等デイサービスとして&lt;br&gt;
        子どもたちにより良い支援を届けるための大切な時間です💪✨
      &lt;/p&gt;
    &lt;/div&gt;

    &lt;p&gt;
      なお、振り替え利用も可能ですので、&lt;br&gt;
      ご希望の方はお気軽にご相談ください📩
    &lt;/p&gt;

    &lt;p&gt;
      今後も、のびのび楽しく運動できる環境づくりに&lt;br&gt;
      職員一同取り組んでまいります🌱
    &lt;/p&gt;

    &lt;div class=&quot;hashtags&quot;&gt;
      #kidsbase #kidsbase2 #キッズベース #キッズベース2&lt;br&gt;
      #休業日のお知らせ #職員研修 #運動療育&lt;br&gt;
      #児童発達支援 #放課後等デイサービス
    &lt;/div&gt;

  &lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/216035/260208120746-6987fe02cb5ce_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="http://kidsbase-ikuno.com/info/6636529">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-01T12:05:00+09:00</dc:date>
        <title>2月の空き状況</title>
        <link>http://kidsbase-ikuno.com/info/6636529</link>
        <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
  &lt;meta charset=&quot;UTF-8&quot;&gt;
  &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
  &lt;title&gt;2026年2月 空き状況のお知らせ｜KID’S BASE&lt;/title&gt;

  &lt;style&gt;
    /* ===== ベースリセット ===== */
    html, body {
      margin: 0;
      padding: 0;
      background-color: #f6f7f8;
      font-family: -apple-system, BlinkMacSystemFont,
        &quot;Hiragino Kaku Gothic ProN&quot;, &quot;Yu Gothic&quot;, &quot;Meiryo&quot;, sans-serif;
      color: #333;
      line-height: 1.8;
    }

    /* ===== メインコンテナ ===== */
    .container {
      background-color: #ffffff;
      padding: 20px 16px;
    }

    /* ===== 見出し ===== */
    h1 {
      font-size: 1.15rem;
      font-weight: 700;
      text-align: center;
      margin: 0 0 12px;
    }

    .sub-title {
      text-align: center;
      font-size: 0.9rem;
      margin-bottom: 20px;
      color: #555;
    }

    /* ===== 本文 ===== */
    p {
      margin: 0 0 16px;
      font-size: 0.95rem;
    }

    /* ===== 強調ブロック ===== */
    .highlight {
      background-color: #eef6ff;
      border-left: 4px solid #4a90e2;
      padding: 14px;
      margin: 20px 0;
      border-radius: 4px;
    }

    /* ===== 箇条書き ===== */
    ul {
      margin: 8px 0 16px 20px;
      padding: 0;
      font-size: 0.95rem;
    }

    li {
      margin-bottom: 6px;
    }

    /* ===== 区切り線 ===== */
    .divider {
      text-align: center;
      color: #bbb;
      margin: 24px 0;
      font-size: 0.9rem;
    }

    /* ===== CTA ===== */
    .cta {
      background-color: #fff7ec;
      border: 1px solid #ffd9a8;
      padding: 16px;
      border-radius: 8px;
      margin: 20px 0;
      font-size: 0.95rem;
    }

    /* ===== ハッシュタグ ===== */
    .hashtags {
      font-size: 0.8rem;
      color: #666;
      line-height: 1.6;
    }

    /* ===== レスポンシブ（タブレット以上） ===== */
    @media (min-width: 600px) {
      .container {
        max-width: 720px;
        margin: 0 auto;
        padding: 32px;
      }

      h1 {
        font-size: 1.4rem;
      }

      p, ul, .cta {
        font-size: 1rem;
      }
    }
  &lt;/style&gt;
&lt;/head&gt;

&lt;body&gt;
  &lt;div class=&quot;container&quot;&gt;

    &lt;h1&gt;📣【❄️2026年2月 空き状況のお知らせ❄️】&lt;/h1&gt;
    &lt;div class=&quot;sub-title&quot;&gt;
      KID’S BASE ／ KID’S BASE2 より&lt;br&gt;
      ＼2月の固定枠・追加利用（スポット）の空き状況をお知らせします！／
    &lt;/div&gt;

    &lt;p&gt;
      2026年もあっという間に2月に入り、&lt;br&gt;
      現在 &lt;strong&gt;2月の空き枠が一部ございます&lt;/strong&gt;✨&lt;br&gt;
      ただし、曜日・時間帯によっては埋まり始めています…！
    &lt;/p&gt;

    &lt;div class=&quot;highlight&quot;&gt;
      &lt;p&gt;
        2月からの
      &lt;/p&gt;
      &lt;ul&gt;
        &lt;li&gt;ご利用開始&lt;/li&gt;
        &lt;li&gt;追加利用&lt;/li&gt;
        &lt;li&gt;ご体験・ご契約&lt;/li&gt;
      &lt;/ul&gt;
      &lt;p&gt;
        をご検討中の方は、ぜひお早めにご連絡ください😊
      &lt;/p&gt;
    &lt;/div&gt;

    &lt;p&gt;
      ▶お問い合わせはプロフィール欄からお気軽に📩
    &lt;/p&gt;

    &lt;div class=&quot;divider&quot;&gt;───────────────&lt;/div&gt;

    &lt;h2 style=&quot;font-size:1.05rem; margin-bottom:8px;&quot;&gt;
      ◆追加利用（スポット利用）とは？
    &lt;/h2&gt;

    &lt;p&gt;
      「週1回」「週3回」などの固定利用とは異なり、&lt;br&gt;
      ご希望の曜日・時間に合わせて利用できる柔軟なスタイルです✨
    &lt;/p&gt;

    &lt;p&gt;
      ※空きがある場合に限りますが、&lt;br&gt;
      こちらからご案内することもあります。
    &lt;/p&gt;

    &lt;div class=&quot;cta&quot;&gt;
      &lt;p&gt;
        📌「まずは様子を見たい」&lt;br&gt;
        📌「見学だけしてみたい」&lt;br&gt;
        そんな方も大歓迎です🌱
      &lt;/p&gt;
      &lt;p&gt;
        どうぞお気軽にお問い合わせください💌
      &lt;/p&gt;
    &lt;/div&gt;

    &lt;div class=&quot;divider&quot;&gt;───────────────&lt;/div&gt;

    &lt;div class=&quot;hashtags&quot;&gt;
      #kidsbase #kidsbase2 #キッズベース #キッズベース2&lt;br&gt;
      #運動療育 #児童発達支援 #放課後等デイサービス
    &lt;/div&gt;

  &lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/216035/260208120514-6987fd6a9dc26_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="http://kidsbase-ikuno.com/info/6592288">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-06T18:18:00+09:00</dc:date>
        <title>1月の空き状況</title>
        <link>http://kidsbase-ikuno.com/info/6592288</link>
        <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;&gt;
&lt;title&gt;1月の空き状況のお知らせ&lt;/title&gt;
&lt;style&gt;
body {
  margin: 0;
  font-family: &quot;Hiragino Kaku Gothic ProN&quot;, &quot;Noto Sans JP&quot;, sans-serif;
  background-color: #fffaf5;
  color: #333;
}

.container {
  padding: 20px;
}

.newyear {
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 20px;
}

.header {
  background-color: #ff8c2b;
  color: #ffffff;
  text-align: center;
  padding: 16px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
}

.section {
  margin-top: 20px;
  line-height: 1.7;
}

.highlight {
  color: #ff8c2b;
  font-weight: bold;
}

.notice-box {
  background-color: #ffffff;
  border-left: 6px solid #ff8c2b;
  padding: 16px;
  margin-top: 20px;
  border-radius: 6px;
}

.cta {
  margin-top: 24px;
  background-color: #ff8c2b;
  color: #ffffff;
  text-align: center;
  padding: 16px;
  border-radius: 8px;
  font-weight: bold;
}

.small {
  font-size: 14px;
  color: #555;
  margin-top: 10px;
}
&lt;/style&gt;
&lt;/head&gt;

&lt;body&gt;
  &lt;div class=&quot;container&quot;&gt;

    &lt;div class=&quot;newyear&quot;&gt;
      🎍 明けましておめでとうございます。&lt;br&gt;
      本年も &lt;span class=&quot;highlight&quot;&gt;KID&#039;S BASE・KID&#039;S BASE2&lt;/span&gt; を&lt;br&gt;
      どうぞよろしくお願いいたします。
    &lt;/div&gt;

    &lt;div class=&quot;header&quot;&gt;
      📢 1月の空き状況のお知らせ 📢
    &lt;/div&gt;

    &lt;div class=&quot;section&quot;&gt;
      &lt;p&gt;
        &lt;span class=&quot;highlight&quot;&gt;KID’S BASE &amp; KID’S BASE2&lt;/span&gt;の&lt;br&gt;
        固定枠・追加利用（スポット）の空き状況をお知らせいたします。
      &lt;/p&gt;

      &lt;p&gt;
        現在、まだ空きはございますが、&lt;br&gt;
        &lt;span class=&quot;highlight&quot;&gt;曜日によっては埋まりつつあります。&lt;/span&gt;
      &lt;/p&gt;

      &lt;p&gt;
        ご体験・ご契約をご検討中の方は、&lt;br&gt;
        お早めにお問い合わせください✨
      &lt;/p&gt;
    &lt;/div&gt;

    &lt;div class=&quot;cta&quot;&gt;
      ▶ お問い合わせはプロフィール欄からお気軽にどうぞ 💬
    &lt;/div&gt;

    &lt;div class=&quot;notice-box&quot;&gt;
      &lt;p class=&quot;highlight&quot;&gt;🔸 追加利用（スポット利用）とは？&lt;/p&gt;
      &lt;p&gt;
        「週1回」「週3回」などの固定利用とは異なり、&lt;br&gt;
        ご希望の曜日・時間に合わせてご利用いただける&lt;br&gt;
        柔軟な利用方法です😊
      &lt;/p&gt;
      &lt;p class=&quot;small&quot;&gt;
        ※空きがある場合に限りますが、&lt;br&gt;
        こちらからも積極的にご案内いたします。
      &lt;/p&gt;
    &lt;/div&gt;

  &lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/216035/260106181907-695cd38b3324b_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="http://kidsbase-ikuno.com/info/6579265">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-28T09:54:00+09:00</dc:date>
        <title>お正月休みのお知らせ</title>
        <link>http://kidsbase-ikuno.com/info/6579265</link>
        <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
  &lt;meta charset=&quot;UTF-8&quot;&gt;
  &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
  &lt;title&gt;お正月休みのお知らせ｜KID’S BASE&lt;/title&gt;

  &lt;style&gt;
    /* ===== リセット &amp; ベース ===== */
    html, body {
      margin: 0;
      padding: 0;
      background-color: #f7f7f7;
      font-family: -apple-system, BlinkMacSystemFont, &quot;Hiragino Kaku Gothic ProN&quot;,
                   &quot;Yu Gothic&quot;, &quot;Meiryo&quot;, sans-serif;
      color: #333;
      line-height: 1.8;
    }

    /* ===== コンテナ ===== */
    .container {
      background-color: #ffffff;
      padding: 20px 16px;
    }

    /* ===== 見出し ===== */
    h1 {
      font-size: 1.2rem;
      text-align: center;
      margin: 0 0 20px;
      font-weight: 700;
    }

    /* ===== 本文 ===== */
    p {
      margin: 0 0 16px;
      font-size: 0.95rem;
    }

    /* ===== 休業期間ボックス ===== */
    .holiday-box {
      background-color: #fff5f0;
      border: 1px solid #ffd6c9;
      border-radius: 8px;
      padding: 16px;
      text-align: center;
      margin: 20px 0;
    }

    .holiday-box .title {
      font-weight: 700;
      margin-bottom: 8px;
      font-size: 1rem;
    }

    .holiday-box .date {
      font-size: 1.05rem;
      font-weight: 700;
    }

    /* ===== 強調文 ===== */
    .emphasis {
      font-weight: 700;
    }

    /* ===== レスポンシブ（タブレット以上） ===== */
    @media (min-width: 600px) {
      .container {
        max-width: 720px;
        margin: 0 auto;
        padding: 32px;
      }

      h1 {
        font-size: 1.4rem;
      }

      p {
        font-size: 1rem;
      }
    }
  &lt;/style&gt;
&lt;/head&gt;

&lt;body&gt;
  &lt;div class=&quot;container&quot;&gt;
    &lt;h1&gt;【お正月休みのお知らせ】&lt;/h1&gt;

    &lt;p&gt;
      いつもお世話になっております。&lt;br&gt;
      日頃より、KID’S BASEの活動にご理解・ご協力をいただき、誠にありがとうございます。
    &lt;/p&gt;

    &lt;p&gt;
      年末年始の休業期間についてご案内いたします。
    &lt;/p&gt;

    &lt;div class=&quot;holiday-box&quot;&gt;
      &lt;div class=&quot;title&quot;&gt;🎍 年末年始休業期間 🎍&lt;/div&gt;
      &lt;div class=&quot;date&quot;&gt;12/29(月) ～ 1/4(日)&lt;/div&gt;
    &lt;/div&gt;

    &lt;p&gt;
      上記期間はお休みとさせていただき、&lt;br&gt;
      &lt;span class=&quot;emphasis&quot;&gt;1/5(月)より2026年の営業を開始&lt;/span&gt;いたします。
    &lt;/p&gt;

    &lt;p&gt;
      2025年も、皆さまのご理解とご協力のおかげで、無事に一年を走り切ることができました。&lt;br&gt;
      心より感謝申し上げます。
    &lt;/p&gt;

    &lt;p&gt;
      寒さが厳しい時期となりますので、どうぞ体調に気をつけてお過ごしください。&lt;br&gt;
      来年、2026年もKID’S BASEをよろしくお願いいたします。
    &lt;/p&gt;
  &lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/216035/251228095820-695080ac1a08f_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="http://kidsbase-ikuno.com/info/6552015">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-06T17:27:00+09:00</dc:date>
        <title>12月の空き状況</title>
        <link>http://kidsbase-ikuno.com/info/6552015</link>
        <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
  &lt;meta charset=&quot;UTF-8&quot;&gt;
  &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
  &lt;title&gt;10月の空き状況&lt;/title&gt;
  &lt;style&gt;
    body {
      margin: 0;
      padding: 0;
      background-color: #ffffff;
      font-family: &quot;Arial&quot;, &quot;Hiragino Kaku Gothic ProN&quot;, sans-serif;
      color: #333;
      line-height: 1.8;
    }
    .container {
      padding: 20px;
      box-sizing: border-box;
      max-width: 800px;
      margin: 0 auto;
    }
    h1 {
      text-align: center;
      color: #ff6600;
      font-size: 1.8em;
      margin-bottom: 20px;
    }
    .highlight {
      color: #ff6600;
      font-weight: bold;
    }
    .box {
      background: #fff7f0;
      border-left: 6px solid #ff6600;
      padding: 15px;
      margin: 20px 0;
      border-radius: 6px;
    }
    p {
      margin: 12px 0;
      font-size: 1em;
    }
    .note {
      font-size: 0.95em;
      color: #555;
    }
    .hashtags {
      margin-top: 25px;
      font-size: 0.9em;
      color: #999;
      word-wrap: break-word;
    }
    @media (max-width: 600px) {
      h1 {
        font-size: 1.5em;
      }
      .container {
        padding: 15px;
      }
      p {
        font-size: 0.95em;
      }
    }
  &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
  &lt;div class=&quot;container&quot;&gt;
    &lt;h1&gt;📢【12月の空き状況のお知らせ】📢&lt;/h1&gt;
    &lt;p&gt;&lt;span class=&quot;highlight&quot;&gt;KID’S BASE &amp; KID’S BASE2&lt;/span&gt;の&lt;/p&gt;
    &lt;p&gt;＼固定枠・追加利用（スポット）の空き状況をお知らせします！／&lt;/p&gt;

    &lt;div class=&quot;box&quot;&gt;
      &lt;p&gt;まだ空きはありますが、&lt;br&gt;
      曜日によっては埋まりつつあります…！&lt;/p&gt;
      &lt;p&gt;&lt;span class=&quot;highlight&quot;&gt;ご体験・ご契約をご検討の方はお早めに✨&lt;/span&gt;&lt;/p&gt;
      &lt;p&gt;▶お問い合わせはプロフィール欄からお気軽にどうぞ💬&lt;/p&gt;
    &lt;/div&gt;

    &lt;hr&gt;

    &lt;h2 class=&quot;highlight&quot;&gt;🔸追加利用（スポット利用）って？&lt;/h2&gt;
    &lt;p&gt;「週1回」「週3回」などの固定利用とは違い、&lt;br&gt;
    ご希望の曜日・時間に合わせてご利用いただける柔軟な利用方法です😊&lt;/p&gt;
    &lt;p class=&quot;note&quot;&gt;※空きがある場合に限りますが、こちらからも積極的にご案内します！&lt;/p&gt;

    &lt;div class=&quot;hashtags&quot;&gt;
      #運動療育 #児童発達支援 #放課後等デイサービス&lt;br&gt;
      #キッズベース #KIDSBASE #KIDSBASE2&lt;br&gt;
      #生野区 #巽南&lt;br&gt;
      #空き状況 #空きあり&lt;br&gt;
      #追加利用 #スポット利用
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/216035/251206172821-6933e925a6daf_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="http://kidsbase-ikuno.com/info/6466244">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-05T18:13:00+09:00</dc:date>
        <title>10月の空き状況</title>
        <link>http://kidsbase-ikuno.com/info/6466244</link>
        <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
  &lt;meta charset=&quot;UTF-8&quot;&gt;
  &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
  &lt;title&gt;10月の空き状況&lt;/title&gt;
  &lt;style&gt;
    body {
      margin: 0;
      padding: 0;
      background-color: #ffffff;
      font-family: &quot;Arial&quot;, &quot;Hiragino Kaku Gothic ProN&quot;, sans-serif;
      color: #333;
      line-height: 1.8;
    }
    .container {
      padding: 20px;
      box-sizing: border-box;
      max-width: 800px;
      margin: 0 auto;
    }
    h1 {
      text-align: center;
      color: #ff6600;
      font-size: 1.8em;
      margin-bottom: 20px;
    }
    .highlight {
      color: #ff6600;
      font-weight: bold;
    }
    .box {
      background: #fff7f0;
      border-left: 6px solid #ff6600;
      padding: 15px;
      margin: 20px 0;
      border-radius: 6px;
    }
    p {
      margin: 12px 0;
      font-size: 1em;
    }
    .note {
      font-size: 0.95em;
      color: #555;
    }
    .hashtags {
      margin-top: 25px;
      font-size: 0.9em;
      color: #999;
      word-wrap: break-word;
    }
    @media (max-width: 600px) {
      h1 {
        font-size: 1.5em;
      }
      .container {
        padding: 15px;
      }
      p {
        font-size: 0.95em;
      }
    }
  &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
  &lt;div class=&quot;container&quot;&gt;
    &lt;h1&gt;📢【10月の空き状況のお知らせ】📢&lt;/h1&gt;
    &lt;p&gt;&lt;span class=&quot;highlight&quot;&gt;KID’S BASE &amp; KID’S BASE2&lt;/span&gt;の&lt;/p&gt;
    &lt;p&gt;＼固定枠・追加利用（スポット）の空き状況をお知らせします！／&lt;/p&gt;

    &lt;div class=&quot;box&quot;&gt;
      &lt;p&gt;まだ空きはありますが、&lt;br&gt;
      曜日によっては埋まりつつあります…！&lt;/p&gt;
      &lt;p&gt;&lt;span class=&quot;highlight&quot;&gt;ご体験・ご契約をご検討の方はお早めに✨&lt;/span&gt;&lt;/p&gt;
      &lt;p&gt;▶お問い合わせはプロフィール欄からお気軽にどうぞ💬&lt;/p&gt;
    &lt;/div&gt;

    &lt;hr&gt;

    &lt;h2 class=&quot;highlight&quot;&gt;🔸追加利用（スポット利用）って？&lt;/h2&gt;
    &lt;p&gt;「週1回」「週3回」などの固定利用とは違い、&lt;br&gt;
    ご希望の曜日・時間に合わせてご利用いただける柔軟な利用方法です😊&lt;/p&gt;
    &lt;p class=&quot;note&quot;&gt;※空きがある場合に限りますが、こちらからも積極的にご案内します！&lt;/p&gt;

    &lt;div class=&quot;hashtags&quot;&gt;
      #運動療育 #児童発達支援 #放課後等デイサービス&lt;br&gt;
      #キッズベース #KIDSBASE #KIDSBASE2&lt;br&gt;
      #生野区 #巽南&lt;br&gt;
      #空き状況 #空きあり&lt;br&gt;
      #追加利用 #スポット利用
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/216035/251005181324-68e236b43f46c_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="http://kidsbase-ikuno.com/info/6426779">
        <dc:format>text/html</dc:format>
        <dc:date>2025-09-07T12:13:00+09:00</dc:date>
        <title>９月現在の空き状況</title>
        <link>http://kidsbase-ikuno.com/info/6426779</link>
        <description>&lt;div style=&quot;font-family: sans-serif; line-height: 1.8; font-size: 16px; color: #333;&quot;&gt;
  &lt;h2&gt;【９月現在の空き状況】&lt;/h2&gt;

  &lt;p&gt;こんにちは！&lt;br&gt;
  生野区巽南の &lt;strong&gt;KID&#039;S BASE&lt;/strong&gt; です🌱&lt;/p&gt;

  &lt;p&gt;&lt;strong&gt;9月の「固定枠」および「追加利用（スポット利用）」の空き状況&lt;/strong&gt;についてご案内いたします✨&lt;/p&gt;

  &lt;p&gt;&lt;strong style=&quot;background-color: #ffffcc; padding: 4px 6px; display: inline-block;&quot;&gt;🎉 8/1にオープンした「KID&#039;S BASE2」の空き状況も掲載中です！&lt;/strong&gt;&lt;/p&gt;

  &lt;p&gt;現在、まだ空きはございますが、&lt;br&gt;
  曜日によっては埋まりつつあります。&lt;br&gt;
  &lt;strong&gt;ご体験・ご契約をご検討中の方は、お早めにご連絡ください😊&lt;/strong&gt;&lt;/p&gt;

  &lt;p&gt;ご不明点なども含めて、&lt;br&gt;
  どうぞお気軽にお問い合わせください！&lt;/p&gt;

  &lt;hr style=&quot;margin: 20px 0;&quot;&gt;

  &lt;h3&gt;▽ 追加利用（スポット利用）ってなに？&lt;/h3&gt;
  &lt;p&gt;「週1回」「週3回」などの&lt;strong&gt;固定利用&lt;/strong&gt;とは異なり、&lt;br&gt;
  ご都合に合わせて &lt;strong&gt;お好きな曜日・時間にご利用いただける&lt;/strong&gt;方法です。&lt;/p&gt;

  &lt;p&gt;&lt;strong&gt;💡 こんな時におすすめ！&lt;/strong&gt;&lt;br&gt;
  ・今週だけもう1回通わせたい&lt;br&gt;
  ・お休みの日に合わせて利用したい&lt;br&gt;
  ・急に空いた時間に利用したい　など&lt;/p&gt;

  &lt;p&gt;&lt;em&gt;※空きがある場合のみご利用可能です。&lt;br&gt;
  （もちろん、こちらからも積極的にお声かけできるよう努めています！）&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/216035/250907121703-68bcf92fab84f_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="http://kidsbase-ikuno.com/info/6391794">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-12T12:06:00+09:00</dc:date>
        <title>お盆休みについて</title>
        <link>http://kidsbase-ikuno.com/info/6391794</link>
        <description>&lt;!doctype html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
  &lt;meta charset=&quot;utf-8&quot;&gt;
  &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width,initial-scale=1&quot;&gt;
  &lt;title&gt;お盆期間中の休業日について | KID&#039;S BASE&lt;/title&gt;
  &lt;style&gt;
    :root {
      --bg:#f7fbff;
      --card:#ffffff;
      --accent:#ffb347;
      --text:#222;
      --muted:#666;
      --shadow: 0 6px 18px rgba(0,0,0,0.08);
      font-family: -apple-system, BlinkMacSystemFont, &quot;Hiragino Kaku Gothic ProN&quot;, &quot;Yu Gothic&quot;, &quot;Noto Sans JP&quot;, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial;
    }
    html,body { height:100%; margin:0; background:var(--bg); color:var(--text); }
    .wrap { min-height:100%; display:flex; align-items:center; justify-content:center; padding:24px; }
    .card { width:100%; max-width:680px; background:var(--card); border-radius:14px; box-shadow:var(--shadow); padding:20px; box-sizing:border-box; }
    header { display:flex; align-items:center; gap:12px; }
    .icon { font-size:28px; }
    h1 { font-size:18px; margin:0; }
    p { margin:12px 0; color:var(--muted); line-height:1.5; }
    .important { margin:14px 0; padding:14px; border-radius:10px; background:linear-gradient(180deg,rgba(255,251,235,0.9),rgba(255,243,230,0.9)); border:1px solid rgba(255,196,80,0.15); }
    .important strong { display:block; font-size:16px; color:var(--text); }
    .small { font-size:14px; color:var(--muted); }
    footer { margin-top:16px; font-size:13px; color:var(--muted); display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; }
    .top-image { text-align:center; margin-bottom:16px; }
    .top-image img { max-width:100%; height:auto; border-radius:8px; box-shadow:var(--shadow); }
    @media (max-width:420px) {
      .card { padding:16px; border-radius:12px; }
      .icon { font-size:22px; }
      h1 { font-size:16px; }
    }
  &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
  &lt;div class=&quot;wrap&quot;&gt;
    &lt;article class=&quot;card&quot; role=&quot;region&quot; aria-labelledby=&quot;heading&quot;&gt;
      &lt;div class=&quot;top-image&quot;&gt;
        &lt;a href=&quot;https://cdn.goope.jp/216035/250812120116-689aae7c78792.png&quot; target=&quot;_blank&quot;&gt;
          &lt;img src=&quot;https://cdn.goope.jp/216035/250812120116-689aae7c78792_l.png&quot; alt=&quot;LINE連絡用&quot;&gt;
        &lt;/a&gt;
      &lt;/div&gt;
      &lt;header&gt;
        &lt;div class=&quot;icon&quot; aria-hidden=&quot;true&quot;&gt;🌻&lt;/div&gt;
        &lt;div&gt;
          &lt;h1 id=&quot;heading&quot;&gt;お盆期間中の休業日について&lt;/h1&gt;
        &lt;/div&gt;
      &lt;/header&gt;
      &lt;p class=&quot;small&quot;&gt;いつもありがとうございます。KID&#039;S BASEです。&lt;/p&gt;
      &lt;div class=&quot;important&quot; role=&quot;note&quot; aria-live=&quot;polite&quot;&gt;
        &lt;strong&gt;8月13日（水）〜15日（金）は休業日です&lt;/strong&gt;
        &lt;div class=&quot;small&quot;&gt;水・木・金にご利用予定の方は、日程にお間違いがないか今一度ご確認ください。&lt;/div&gt;
      &lt;/div&gt;
      &lt;p class=&quot;small&quot;&gt;何度もご案内しており恐縮ですが、確実な周知のため再送しております。&lt;/p&gt;
      &lt;p class=&quot;small&quot;&gt;休業期間中にいただいたご連絡は、返信が遅れる場合がございます。あらかじめご了承ください。&lt;/p&gt;
      &lt;p class=&quot;small&quot;&gt;&lt;strong&gt;営業再開：&lt;/strong&gt;8月16日（土）より通常営業いたします。&lt;/p&gt;
      &lt;footer&gt;
        &lt;span class=&quot;small&quot;&gt;ご不明点はお気軽にご連絡ください✨&lt;/span&gt;
        &lt;span class=&quot;small&quot;&gt;KID&#039;S BASE&lt;/span&gt;
      &lt;/footer&gt;
    &lt;/article&gt;
  &lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
</description>
    </item>
    <item rdf:about="http://kidsbase-ikuno.com/info/6384907">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-06T10:05:00+09:00</dc:date>
        <title>8月の空き状況</title>
        <link>http://kidsbase-ikuno.com/info/6384907</link>
        <description>&lt;div style=&quot;font-family: sans-serif; line-height: 1.8; font-size: 16px; color: #333;&quot;&gt;
  &lt;h2&gt;【8月現在の空き状況】&lt;/h2&gt;

  &lt;p&gt;こんにちは！&lt;br&gt;
  生野区巽南の &lt;strong&gt;KID&#039;S BASE&lt;/strong&gt; です🌱&lt;/p&gt;

  &lt;p&gt;&lt;strong&gt;8月の「固定枠」および「追加利用（スポット利用）」の空き状況&lt;/strong&gt;についてご案内いたします✨&lt;/p&gt;

  &lt;p&gt;&lt;strong style=&quot;background-color: #ffffcc; padding: 4px 6px; display: inline-block;&quot;&gt;🎉 8/1にオープンした「KID&#039;S BASE2」の空き状況も掲載中です！&lt;/strong&gt;&lt;/p&gt;

  &lt;p&gt;現在、まだ空きはございますが、&lt;br&gt;
  曜日によっては埋まりつつあります。&lt;br&gt;
  &lt;strong&gt;ご体験・ご契約をご検討中の方は、お早めにご連絡ください😊&lt;/strong&gt;&lt;/p&gt;

  &lt;p&gt;ご不明点なども含めて、&lt;br&gt;
  どうぞお気軽にお問い合わせください！&lt;/p&gt;

  &lt;hr style=&quot;margin: 20px 0;&quot;&gt;

  &lt;h3&gt;▽ 追加利用（スポット利用）ってなに？&lt;/h3&gt;
  &lt;p&gt;「週1回」「週3回」などの&lt;strong&gt;固定利用&lt;/strong&gt;とは異なり、&lt;br&gt;
  ご都合に合わせて &lt;strong&gt;お好きな曜日・時間にご利用いただける&lt;/strong&gt;方法です。&lt;/p&gt;

  &lt;p&gt;&lt;strong&gt;💡 こんな時におすすめ！&lt;/strong&gt;&lt;br&gt;
  ・今週だけもう1回通わせたい&lt;br&gt;
  ・お休みの日に合わせて利用したい&lt;br&gt;
  ・急に空いた時間に利用したい　など&lt;/p&gt;

  &lt;p&gt;&lt;em&gt;※空きがある場合のみご利用可能です。&lt;br&gt;
  （もちろん、こちらからも積極的にお声かけできるよう努めています！）&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/216035/250806100550-6892aa6e9118b_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="http://kidsbase-ikuno.com/info/6360693">
        <dc:format>text/html</dc:format>
        <dc:date>2025-07-21T14:02:00+09:00</dc:date>
        <title>7月の空き状況</title>
        <link>http://kidsbase-ikuno.com/info/6360693</link>
        <description>&lt;div style=&quot;
    max-width: 600px;
    margin: 30px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 2px solid #ff9900;
    border-radius: 12px;
    text-align: center;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
&quot;&gt;
  &lt;a href=&quot;http://kidsbase-ikuno.com/free/taiken&quot; 
     style=&quot;text-decoration: none; color: inherit; display: block;&quot;&gt;
    &lt;p style=&quot;font-size: 18px; line-height: 1.6; color: #333; margin-bottom: 10px;&quot;&gt;
      遅くなりましたが、、、&lt;br&gt;
      &lt;strong&gt;KID&#039;S BASE１&lt;/strong&gt; と &lt;strong&gt;KID&#039;S BASE2&lt;/strong&gt; の&lt;br&gt;
      &lt;strong&gt;7月の空き状況&lt;/strong&gt;を載せております！&lt;br&gt;
      お気軽にお問い合わせください！
    &lt;/p&gt;
    &lt;p style=&quot;color: #ff6600; font-weight: bold; font-size: 16px; margin-top: 10px;&quot;&gt;
      ▶ 無料体験のご予約はこちらをクリック
    &lt;/p&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/216035/250721140303-687dca079b810_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="http://kidsbase-ikuno.com/info/6319051">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-22T11:13:00+09:00</dc:date>
        <title>放課後等デイサービスマッチングフェア　AROUND THE PARKに参加しております！</title>
        <link>http://kidsbase-ikuno.com/info/6319051</link>
        <description>&lt;p&gt;こんにちは！&lt;/p&gt;
&lt;p&gt;KID&#039;S BASEです！&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;今日は株式会社サンフェイスさんが主催する&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/216035/250622111510-6857672e872c6.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/216035/250622111510-6857672e872c6_l.jpg&quot; alt=&quot;line_oa_chat_250622_110447.jpg&quot; /&gt;&lt;/a&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;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;KID&#039;S BASE(キッズベース)では、現在、無料相談・体験を受付中です！！&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;KID&#039;S BASE（キッズベース）クラス時間&lt;/p&gt;
&lt;p&gt;●児童発達支援&lt;/p&gt;
&lt;p&gt;［火・水・木・金］&lt;/p&gt;
&lt;p&gt;Aクラス　10：30～11：30&lt;/p&gt;
&lt;p&gt;Bクラス　14：00～14：45&lt;/p&gt;
&lt;p&gt;［土・祝日］&lt;/p&gt;
&lt;p&gt;Ａクラス　10：00～11：30&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&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;Ｃクラス　16：30～17：30　&lt;/p&gt;
&lt;p&gt;［土・祝］14：00～15：00：00～15：00&lt;/p&gt;
&lt;p&gt;Ｃクラス　16：00～17：00&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;送迎あり（10分圏内)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;📞お問い合わせ&lt;/p&gt;
&lt;p&gt;06－4308ー4800&lt;/p&gt;
&lt;p&gt;つながらない場合は&lt;/p&gt;
&lt;p&gt;070-9292－5506&lt;/p&gt;
&lt;p&gt;🗾〒544-0015&lt;/p&gt;
&lt;p&gt;大阪府大阪市生野区巽南1丁目7-25&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;大阪メトロ千日前線南巽駅より徒歩で約13分&lt;/p&gt;
&lt;p&gt;JR大和路線　東部市場前駅より徒歩で約13分&lt;/p&gt;</description>
    </item>
    <item rdf:about="http://kidsbase-ikuno.com/info/6287278">
        <dc:format>text/html</dc:format>
        <dc:date>2025-05-30T12:03:00+09:00</dc:date>
        <title>6月の空き状況！！！</title>
        <link>http://kidsbase-ikuno.com/info/6287278</link>
        <description>&lt;div style=&quot;font-family: sans-serif; line-height: 1.8; font-size: 16px; color: #333;&quot;&gt;
  &lt;h2&gt;【6月現在の空き状況】&lt;/h2&gt;

  &lt;p&gt;こんにちは！&lt;br&gt;
  生野区巽南の &lt;strong&gt;KID&#039;S BASE&lt;/strong&gt; です🌱&lt;/p&gt;

  &lt;p&gt;少し早めのお知らせですが、&lt;br&gt;
  &lt;strong&gt;6月の「固定枠」および「追加利用（スポット利用）」の空き状況&lt;/strong&gt;についてご案内いたします✨&lt;/p&gt;

  &lt;p&gt;現在、まだ空きはございますが、&lt;br&gt;
  曜日によっては埋まりつつあります。&lt;br&gt;
  &lt;strong&gt;ご体験・ご契約をご検討中の方は、お早めにご連絡ください😊&lt;/strong&gt;&lt;/p&gt;

  &lt;p&gt;ご不明点なども含めて、&lt;br&gt;
  どうぞお気軽にお問い合わせください！&lt;/p&gt;

  &lt;hr style=&quot;margin: 20px 0;&quot;&gt;

  &lt;h3&gt;▽ 追加利用（スポット利用）ってなに？&lt;/h3&gt;
  &lt;p&gt;「週1回」「週3回」などの&lt;strong&gt;固定利用&lt;/strong&gt;とは異なり、&lt;br&gt;
  ご都合に合わせて &lt;strong&gt;お好きな曜日・時間にご利用いただける&lt;/strong&gt;方法です。&lt;/p&gt;

  &lt;p&gt;&lt;strong&gt;💡 こんな時におすすめ！&lt;/strong&gt;&lt;br&gt;
  ・今週だけもう1回通わせたい&lt;br&gt;
  ・お休みの日に合わせて利用したい&lt;br&gt;
  ・急に空いた時間に利用したい　など&lt;/p&gt;

  &lt;p&gt;&lt;em&gt;※空きがある場合のみご利用可能です。&lt;br&gt;
  （もちろん、こちらからも積極的にお声かけできるよう努めています！）&lt;/em&gt;&lt;/p&gt;

  &lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/216035/250530120417-68392031057b5_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="http://kidsbase-ikuno.com/info/6266801">
        <dc:format>text/html</dc:format>
        <dc:date>2025-05-15T15:12:00+09:00</dc:date>
        <title>5月の空き状況</title>
        <link>http://kidsbase-ikuno.com/info/6266801</link>
        <description>5月1日現在の空き状況です。

ありがたいことに、少しずつ児童発達支援・放課後等デイサービスの枠が埋まってきつつあります！
空き状況についてのお問い合わせも随時受け付けておりますので、お気軽にご連絡ください。&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/216035/250515151217-682585c1d5445_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="http://kidsbase-ikuno.com/info/6227628">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-18T10:59:00+09:00</dc:date>
        <title>ボルダリングが完成しました！</title>
        <link>http://kidsbase-ikuno.com/info/6227628</link>
        <description>&lt;div style=&quot;font-family: Arial, sans-serif; line-height: 1.6; color: #333; font-size: 16px;&quot;&gt;
    &lt;p style=&quot;margin-bottom: 1em;&quot;&gt;こんにちは！&lt;/p&gt;
    
    &lt;p style=&quot;margin-bottom: 1em;&quot;&gt;
        児童発達支援・放課後等デイサービス&lt;br&gt;
        &lt;strong style=&quot;font-size: 18px; color: #007BFF;&quot;&gt;運動教室 KID&#039;S BASE（キッズベース）&lt;/strong&gt;です✨
    &lt;/p&gt;
    
    &lt;p style=&quot;margin-bottom: 1em;&quot;&gt;
        このたび、以前から工事を進めていた&lt;br&gt;
        &lt;strong style=&quot;color: #FF5722;&quot;&gt;ボルダリングがついに完成しました！&lt;/strong&gt;🎉&lt;br&gt;
        とっても良い仕上がりで、スタッフ一同大満足！&lt;br&gt;
        早く子どもたちに使ってもらいたくてウズウズしています😊
    &lt;/p&gt;
    
    &lt;p style=&quot;margin-bottom: 1em;&quot;&gt;
        完成を記念して、さっそく指導員が挑戦してみました💪&lt;br&gt;
        ……が、これがなかなか難しい！大人にはけっこうハードでした😅&lt;br&gt;
        でも、子どもたちなら楽しくスイスイ登れちゃうかもしれませんね✨&lt;br&gt;
        実際に遊んでいる姿を見るのがとっても楽しみです！
    &lt;/p&gt;
    
    &lt;p style=&quot;margin-bottom: 1em;&quot;&gt;
        ボルダリングでは、&lt;br&gt;
        🔸 &lt;strong&gt;手足の連動性&lt;/strong&gt;&lt;br&gt;
        🔸 &lt;strong&gt;目と体の協調性&lt;/strong&gt;&lt;br&gt;
        などを自然に育むことができます。&lt;br&gt;
        全身を使う運動なので、&lt;strong&gt;基礎的な筋力の向上&lt;/strong&gt;にもつながります🎵
    &lt;/p&gt;
    
    &lt;p style=&quot;margin-bottom: 1em;&quot;&gt;
        少しでも気になった方は、ぜひお気軽にお問い合わせください！&lt;br&gt;
        教室の様子など、最新情報を発信中です📱ぜひのぞいてみてくださいね👀
    &lt;/p&gt;

    &lt;!-- LINE友だち追加ボタン --&gt;
    &lt;div style=&quot;margin: 2em 0;&quot;&gt;
        &lt;p style=&quot;font-weight: bold; margin-bottom: 0.5em;&quot;&gt;LINE公式アカウントはこちらから追加できます👇&lt;/p&gt;
        &lt;a href=&quot;https://lin.ee/e5XRhV2&quot; target=&quot;_blank&quot;&gt;
            &lt;img src=&quot;https://scdn.line-apps.com/n/line_add_friends/btn/ja.png&quot; alt=&quot;友だち追加&quot; height=&quot;36&quot; border=&quot;0&quot; style=&quot;vertical-align: middle;&quot;&gt;
        &lt;/a&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/216035/250418132640-6801d4801d974_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="http://kidsbase-ikuno.com/info/6186783">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-21T13:42:00+09:00</dc:date>
        <title>3月最後の無料開放日！</title>
        <link>http://kidsbase-ikuno.com/info/6186783</link>
        <description>3/22(土)は、生野区巽南のKID&#039;S BASEが行う、3月最後の無料開放日です！
ご予約は不要！
お気軽にお越しくださいね！&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/216035/250321134439-67dceeb7b80dd_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="http://kidsbase-ikuno.com/info/6184182">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-19T13:54:00+09:00</dc:date>
        <title>明日、無料開放日です！</title>
        <link>http://kidsbase-ikuno.com/info/6184182</link>
        <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;お知らせ&lt;/title&gt;
    &lt;style&gt;
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;div class=&quot;content&quot;&gt;
        &lt;p&gt;明日(3/20)は、木曜日ですが春分の日で祝日となっております！&lt;/p&gt;
        &lt;p&gt;13：00～17:00まで無料開放を行っておりますので、お気軽にお越しください！&lt;/p&gt;
    &lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/216035/250319135459-67da4e2365aaa_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="http://kidsbase-ikuno.com/info/6176172">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-13T10:40:00+09:00</dc:date>
        <title>子ども食堂が行われます！</title>
        <link>http://kidsbase-ikuno.com/info/6176172</link>
        <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;こども食堂のお知らせ&lt;/title&gt;
&lt;/head&gt;
&lt;body style=&quot;margin: 0; padding: 0; width: 100%; font-family: Arial, sans-serif; background-color: #ffffff; text-align: center; line-height: 1.8; box-sizing: border-box;&quot;&gt;

    &lt;!-- 画像 --&gt;
    &lt;div style=&quot;display: flex; justify-content: center; gap: 10px; padding: 20px 0;&quot;&gt;
        &lt;a href=&quot;https://cdn.goope.jp/216035/250313104548-67d238cc11302.png&quot; target=&quot;_blank&quot;&gt;
            &lt;img src=&quot;https://cdn.goope.jp/216035/250313104548-67d238cc11302_l.png&quot; alt=&quot;Instagram投稿用サムネ1&quot; style=&quot;max-width: 45%; height: auto; border-radius: 8px;&quot;&gt;
        &lt;/a&gt;
        &lt;a href=&quot;https://cdn.goope.jp/216035/250313104559-67d238d79e5b0.png&quot; target=&quot;_blank&quot;&gt;
            &lt;img src=&quot;https://cdn.goope.jp/216035/250313104559-67d238d79e5b0_l.png&quot; alt=&quot;Instagram投稿用サムネ2&quot; style=&quot;max-width: 45%; height: auto; border-radius: 8px;&quot;&gt;
        &lt;/a&gt;
    &lt;/div&gt;

    &lt;!-- お知らせ文 --&gt;
    &lt;p style=&quot;color: #d35400; font-size: 1.3em; font-weight: bold; padding: 10px;&quot;&gt;
        特定非営利活動法人smileちあふる様主催の&lt;br&gt;
        &lt;strong&gt;こども食堂&lt;/strong&gt;が開催されます！
    &lt;/p&gt;

    &lt;p style=&quot;color: #333333; font-size: 1.1em; padding: 10px;&quot;&gt;
        &lt;strong&gt;日時：&lt;/strong&gt;3/24(月)のお昼&lt;br&gt;
        &lt;strong&gt;場所：&lt;/strong&gt;BASE544&lt;br&gt;
        ※生野区と平野区にお住まいのご家族が対象です。
    &lt;/p&gt;

    &lt;p style=&quot;color: #d35400; font-weight: bold; margin-top: 20px;&quot;&gt;
        KID&#039;S BASEの指導員もご対応予定です！&lt;br&gt;
        修了式後にぜひお越しください♪
    &lt;/p&gt;

    &lt;!-- リンクボタン --&gt;
    &lt;div style=&quot;margin-top: 20px;&quot;&gt;
        &lt;a href=&quot;https://line.me/R/ti/p/@259oggyi&quot; target=&quot;_blank&quot; style=&quot;
            background-color: #e67e22;
            color: #ffffff;
            padding: 10px 30px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: bold;
            display: inline-block;
        &quot;&gt;
            お申込みはこちら
        &lt;/a&gt;
    &lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;</description>
    </item>
    <item rdf:about="http://kidsbase-ikuno.com/info/6170908">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-08T19:00:00+09:00</dc:date>
        <title>親子運動教室、やります！</title>
        <link>http://kidsbase-ikuno.com/info/6170908</link>
        <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;おやこのうんどうきょうしつ&lt;/title&gt;
&lt;/head&gt;
&lt;body style=&quot;margin: 0; padding: 0; width: 100%; font-family: Arial, sans-serif; background-color: #fff3e0;&quot;&gt;

    &lt;div style=&quot;width: 100%; max-width: 800px; margin: 0 auto; padding: 20px; box-sizing: border-box;&quot;&gt;

        &lt;p style=&quot;color: #d35400; font-size: 1.4em; font-weight: bold; text-align: center;&quot;&gt;
            「おやこのうんどうきょうしつ」で、&lt;br&gt;お子様とのびのび体を動かしませんか？
        &lt;/p&gt;

        &lt;p style=&quot;color: #333; font-size: 1.1em; text-align: center; background-color: #ffe5b4; padding: 15px; border-radius: 8px;&quot;&gt;
            難しい運動や激しい運動は行いません。&lt;br&gt;
            &lt;strong style=&quot;color: #d35400;&quot;&gt;簡単な運動でリフレッシュ&lt;/strong&gt;できます♪
        &lt;/p&gt;

        &lt;p style=&quot;color: #d35400; font-size: 1.2em; font-weight: bold; text-align: center; margin-top: 20px;&quot;&gt;
            お気軽にお問合せください✨
        &lt;/p&gt;

        &lt;p style=&quot;text-align: center; margin-top: 20px;&quot;&gt;
            &lt;a href=&quot;https://line.me/R/ti/p/@042ifqdy&quot; target=&quot;_blank&quot; style=&quot;display: inline-block; background-color: #ff9800; color: #fff; text-decoration: none; font-size: 1.2em; font-weight: bold; padding: 10px 20px; border-radius: 5px;&quot;&gt;
                お申込みはこちら
            &lt;/a&gt;
        &lt;/p&gt;

    &lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/216035/250308195404-67cc21cc15429_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="http://kidsbase-ikuno.com/info/6169875">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-07T19:47:00+09:00</dc:date>
        <title>教室を無料開放します！</title>
        <link>http://kidsbase-ikuno.com/info/6169875</link>
        <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;無料開放のお知らせ&lt;/title&gt;
&lt;/head&gt;
&lt;body style=&quot;margin: 0; padding: 0; width: 100%; font-family: Arial, sans-serif; background-color: #fff3e0;&quot;&gt;

    &lt;div style=&quot;width: 100%; max-width: 800px; margin: 0 auto; padding: 20px; box-sizing: border-box;&quot;&gt;

        &lt;p style=&quot;color: #d35400; font-size: 1.4em; font-weight: bold; text-align: center;&quot;&gt;
            またまた&lt;strong style=&quot;background-color: #ffd180; padding: 5px 10px; border-radius: 5px;&quot;&gt;無料開放&lt;/strong&gt;いたします！
        &lt;/p&gt;

        &lt;p style=&quot;color: #333; font-size: 1.1em; text-align: center; background-color: #ffe5b4; padding: 15px; border-radius: 8px;&quot;&gt;
            ぜひお気軽にお越しください☺️
        &lt;/p&gt;

    &lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/216035/250307194740-67caceccc859d_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="http://kidsbase-ikuno.com/info/6165517">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-04T15:50:00+09:00</dc:date>
        <title>KID&amp;#039;S BASEの空き情報！</title>
        <link>http://kidsbase-ikuno.com/info/6165517</link>
        <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;無料相談・体験受付中！&lt;/title&gt;
&lt;/head&gt;
&lt;body style=&quot;margin: 0; padding: 0; width: 100%; font-family: Arial, sans-serif; background-color: #fff3e0;&quot;&gt;

    &lt;div style=&quot;width: 100%; max-width: 800px; margin: 0 auto; padding: 20px; box-sizing: border-box;&quot;&gt;

        &lt;p style=&quot;color: #d35400; font-size: 1.2em; font-weight: bold; text-align: center;&quot;&gt;
            まだまだ空きがございます。&lt;br&gt;
            お気軽にお問合せしてください♬
        &lt;/p&gt;

        &lt;p style=&quot;color: #333; font-size: 1em; text-align: center; background-color: #ffe5b4; padding: 15px; border-radius: 8px;&quot;&gt;
            また教室を&lt;strong style=&quot;color: #e67e22;&quot;&gt;無料開放&lt;/strong&gt;する予定です。&lt;br&gt;
            &lt;span style=&quot;color: #d35400;&quot;&gt;受給者証をお持ちの方&lt;/span&gt;、&lt;span style=&quot;color: #d35400;&quot;&gt;これから取得予定の方&lt;/span&gt;、&lt;br&gt;
            &lt;span style=&quot;color: #d35400;&quot;&gt;運動療育が気になる方&lt;/span&gt;など、&lt;br&gt;
            お気軽に遊びに来てくださいね♬
        &lt;/p&gt;

        &lt;p style=&quot;color: #d35400; font-size: 1.2em; font-weight: bold; text-align: center; margin-top: 20px;&quot;&gt;
            KID&#039;S BASE(キッズベース)では、&lt;br&gt;
            現在、&lt;span style=&quot;background-color: #ffd180; padding: 5px 10px; border-radius: 5px;&quot;&gt;無料相談・体験を受付中！&lt;/span&gt;
        &lt;/p&gt;

    &lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/216035/250304155333-67c6a36dc31ce_m.jpg&#039; /&gt;</description>
    </item>
</rdf:RDF>
