2025年9月24日レッスン予約状況です。

こんばんは。明日のレッスン予約状況です。 【海老名】9/28(日)のレッスン予約状況🦐 07:30~ 竹村INS ○ 08:00~ 鈴木INS

2025年9月26日レッスン予約状況です。

こんばんは。9月26日のレッスン予約状況です。 【海老名】9/28(日)のレッスン予約状況🦐 07:30~ 竹村INS ○ 08:00~ 鈴木INS

2025年9月28日インストラクター養成講座のお知らせです。

詳細は別途LINEでおしらせいたします。

/* トリッカーの外枠 */ .my-ticker-wrapper { overflow: hidden; white-space: nowrap; background: #f5f5f5; padding: 10px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; } /* スクロールする中身 */ .my-ticker-items { display: inline-block; animation: ticker-scroll 25s linear infinite; padding-left: 100%; } /* 各記事ブロック(VK Post List の出力) */ .my-ticker-items .vk_post_list_item { display: inline-block; margin-right: 3em; font-size: 16px; color: #333; } /* アニメーション定義 */ @keyframes ticker-scroll { 0% { transform: translateX(0%); } 100% { transform: translateX(-100%); } }