<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>日本楽芸社</title>
	<atom:link href="http://www.nihon-gakugeisha.jp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nihon-gakugeisha.jp</link>
	<description>新品鍵盤楽器・管弦楽器、中古鍵盤楽器・管弦楽器、楽譜・音楽関連の書籍販売、無理なく楽しくノビノビレッスンできる『ヤマハ音楽教室・英語教室』</description>
	<lastBuildDate>Sat, 02 May 2026 04:41:11 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.4.16</generator>
	<item>
		<title>ヤマハピアノ・電子ピアノを弾き比べ！鍵盤合同展示会【豪華ご優待＆コンサート付】福岡</title>
		<link>http://www.nihon-gakugeisha.jp/%e6%9c%aa%e5%88%86%e9%a1%9e/goudoutenjikai2026/</link>
		
		<dc:creator><![CDATA[渡辺精太郎]]></dc:creator>
		<pubDate>Sat, 02 May 2026 04:31:17 +0000</pubDate>
				<category><![CDATA[未分類]]></category>
		<guid isPermaLink="false">http://www.nihon-gakugeisha.jp/?p=5166</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ヤマハ鍵盤合同展示会 特別招待会</title>
<style>
    /* ベース設定とWordPressテーマ干渉リセット */
    #special-lp-wrapper {
        background-color: #1A1A1A;
        color: #FAFAFA;
        font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
        line-height: 1.8;
        letter-spacing: 0.05em;
        padding-bottom: 80px;
        box-sizing: border-box;
        
        /* 画面幅いっぱいに広げる魔法のコード */
        width: 100vw !important;
        max-width: 100vw !important;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw !important;
        margin-right: -50vw !important;
        overflow-x: hidden;
    }
    
    #special-lp-wrapper * {
        box-sizing: border-box;
    }

    /* 見出しへのテーマ干渉（白背景など）を完全リセット */
    #special-lp-wrapper h1, 
    #special-lp-wrapper h2, 
    #special-lp-wrapper h3, 
    #special-lp-wrapper h4 {
        margin-top: 0;
        background: transparent !important; 
        border: none !important; 
        padding: 0 !important;
        box-shadow: none !important;
    }

    #special-lp-wrapper p {
        margin-top: 0;
    }

    #special-lp-wrapper .serif {
        font-family: "Yu Mincho", "游明朝", "Shippori Mincho", serif;
        font-weight: 300;
        letter-spacing: 0.1em;
    }

    #special-lp-wrapper .container {
        width: 90%;
        max-width: 900px;
        margin: 0 auto;
    }

    #special-lp-wrapper section {
        padding: 80px 0;
    }

    #special-lp-wrapper .text-center {
        text-align: center;
    }

    #special-lp-wrapper .gold-text {
        color: #D4AF37 !important;
    }

    /* ボタン */
    #special-lp-wrapper .btn {
        display: inline-block;
        background: linear-gradient(135deg, #E6C27A 0%, #D4AF37 50%, #B58D22 100%);
        color: #000 !important;
        text-decoration: none;
        padding: 20px 40px;
        font-weight: bold;
        border-radius: 4px;
        font-size: 1.1em;
        transition: opacity 0.3s;
        border: none;
        cursor: pointer;
        text-align: center;
        box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    }

    #special-lp-wrapper .btn:hover {
        opacity: 0.8;
    }

    /* コンサート部分 */
    #special-lp-wrapper .concert-grid {
        display: flex;
        gap: 40px;
        align-items: center;
        margin-top: 50px;
        justify-content: center;
    }
    
    @media (max-width: 768px) {
        #special-lp-wrapper .concert-grid { flex-direction: column; }
    }

    /* ラインナップ部分 */
    #special-lp-wrapper .lineup-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 40px;
        margin-top: 50px;
    }

    #special-lp-wrapper .lineup-item h3 {
        color: #D4AF37 !important; 
        font-size: 1.5em !important;
        font-weight: bold !important;
        margin-top: 15px !important;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    }

    /* 特典部分 */
    #special-lp-wrapper .privilege-card {
        background-color: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(212, 175, 55, 0.3);
        padding: 40px 20px;
        margin-top: 40px;
        text-align: left;
    }

    #special-lp-wrapper .media-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        margin-top: 15px;
    }

    @media (max-width: 600px) {
        #special-lp-wrapper .media-box {
            flex-direction: column-reverse;
            text-align: center;
        }
    }

    /* アコーディオン（プレスダウン）のUI改善 */
    #special-lp-wrapper details {
        margin-top: 15px;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(212, 175, 55, 0.3);
        border-radius: 4px;
        overflow: hidden;
    }
    
    #special-lp-wrapper summary {
        cursor: pointer;
        font-weight: bold;
        color: #D4AF37;
        outline: none;
        font-size: 1.1em;
        margin: 0;
        padding: 15px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        list-style: none; /* デフォルトの矢印を消す */
        background: rgba(0, 0, 0, 0.2);
    }
    
    /* Safari用のデフォルト矢印消し */
    #special-lp-wrapper summary::-webkit-details-marker {
        display: none;
    }

    /* ▼アイコンの追加 */
    #special-lp-wrapper summary::after {
        content: '▼';
        font-size: 0.8em;
        color: #D4AF37;
        transition: transform 0.3s ease;
    }

    /* 開いた時の▲アニメーション */
    #special-lp-wrapper details[open] summary::after {
        transform: rotate(180deg);
    }

    #special-lp-wrapper details[open] summary {
        border-bottom: 1px dashed rgba(212, 175, 55, 0.3);
    }
    
    /* 開いた中身の余白 */
    #special-lp-wrapper .details-content {
        padding: 20px;
    }

    /* 追従CTA */
    #special-lp-wrapper .floating-cta {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(26, 26, 26, 0.95);
        border-top: 1px solid #D4AF37;
        padding: 15px 0;
        text-align: center;
        z-index: 9999;
    }
</style>
</head>
<body>

<div id="special-lp-wrapper">

    <!-- ① First View -->
    <header style="text-align: center; width: 100%; background-color: #000; padding: 0;">
        <img src="http://www.nihon-gakugeisha.jp/wp-content/uploads/006a744bc2e615d64646f2f7adf84746.png" alt="ヤマハ鍵盤合同展示会 特別招待会" style="width: 100%; max-width: 1200px; height: auto; display: block; margin: 0 auto;">
    </header>

    <!-- ② The Concert -->
    <section id="concert" class="container text-center">
        <h2 class="serif gold-text" style="font-size: 2em; margin-bottom: 10px;">The Concert</h2>
        <p class="serif" style="font-size: 1.5em; margin-bottom: 10px; color: #FAFAFA !important;">息を呑む、プロの旋律を間近で。</p>
        <p style="margin-bottom: 30px; color: #FAFAFA !important;">合同展示会 特別企画 ピアノ名曲コンサート</p>

        <div class="concert-grid">
            <img src="http://www.nihon-gakugeisha.jp/wp-content/uploads/5b014a44d2bd72ae6deecec374b263f0.png" alt="特別企画 ピアノ名曲コンサート ピアニスト 田母神夕南" style="width: 100%; max-width: 300px; height: auto; border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,0.5);">
            
            <div style="text-align: left; max-width: 400px;">
                <h3 class="serif" style="font-size: 1.5em; margin-bottom: 20px;">
                    <a href="https://www.yunatamogami.com/profilejp" target="_blank" style="color: #D4AF37; text-decoration: none; border-bottom: 1px solid #D4AF37; padding-bottom: 2px;">
                        ピアニスト 田母神 夕南 <span style="font-size: 0.55em; color: #aaa; margin-left: 10px; border-bottom: none;">（タップで公式サイトへ）</span>
                    </a>
                </h3>
                <p style="color: #FAFAFA !important;"><strong>【Program】</strong><br>
                リスト：パガニーニ大練習曲集 第3曲 ラ・カンパネラ S.141<br>
                リスト：愛の夢 第3番 他</p>
                <div style="margin-top: 30px; border-left: 2px solid #D4AF37; padding-left: 15px;">
                    <p style="color: #FAFAFA !important;"><strong>日時：</strong><br>
                    6.13 (土) / 6.14 (日)<br>
                    各日 11:30〜12:00</p>
                    <p class="gold-text" style="font-weight: bold; margin-top: 15px;">
                        ※各回 定員15名（要予約）
                    </p>
                </div>
            </div>
        </div>
    </section>

    <!-- ③ The Experience & ④ Lineup -->
    <section id="lineup" style="background-color: #111;">
        <div class="container text-center">
            <h2 class="serif gold-text" style="font-size: 2em; margin-bottom: 10px;">The Lineup</h2>
            <p class="serif" style="font-size: 1.5em; margin-bottom: 20px; color: #FAFAFA !important;">圧倒的なスケールで、至高の弾き比べを。</p>
            <p style="max-width: 700px; margin: 0 auto 40px auto; font-size: 1.1em; line-height: 2; color: #FAFAFA !important;">
                アコースティックピアノから、最新の電子ピアノ、エレクトーンまで。<br>
                ヤマハの鍵盤楽器がこれほどの規模で一堂に会するのは、合同展示会ならではの特別な機会です。<br>
                豊富なラインナップの中から、あなたに最適な一台を実際に触れてお選びいただけます。
            </p>
            
            <div class="lineup-grid">
                <div class="lineup-item" style="text-align: center;">
                    <img src="http://www.nihon-gakugeisha.jp/wp-content/uploads/GP.png" alt="ヤマハ グランドピアノ 展示イメージ" style="width: 100%; max-width: 400px; height: auto; border-radius: 4px; display: inline-block;">
                    <h3 class="serif">Grand Piano</h3>
                </div>
                <div class="lineup-item" style="text-align: center;">
                    <img src="http://www.nihon-gakugeisha.jp/wp-content/uploads/UP.png" alt="ヤマハ アップライトピアノ 展示イメージ" style="width: 100%; max-width: 400px; height: auto; border-radius: 4px; display: inline-block;">
                    <h3 class="serif">Upright Piano</h3>
                </div>
                <div class="lineup-item" style="text-align: center;">
                    <img src="http://www.nihon-gakugeisha.jp/wp-content/uploads/CLP.png" alt="ヤマハ 電子ピアノ クラビノーバ 展示イメージ" style="width: 100%; max-width: 400px; height: auto; border-radius: 4px; display: inline-block;">
                    <h3 class="serif">Clavinova</h3>
                </div>
                <div class="lineup-item" style="text-align: center;">
                    <img src="http://www.nihon-gakugeisha.jp/wp-content/uploads/E.png" alt="ヤマハ エレクトーン 展示イメージ" style="width: 100%; max-width: 400px; height: auto; border-radius: 4px; display: inline-block;">
                    <h3 class="serif">Electone</h3>
                </div>
            </div>
        </div>
    </section>

    <!-- ⑤ Special Privilege -->
    <section id="privilege" class="container text-center">
        <h2 class="serif gold-text" style="font-size: 2em; margin-bottom: 10px;">Special Privilege</h2>
        <p class="serif" style="font-size: 1.5em; margin-bottom: 10px; color: #FAFAFA !important;">この2日間だけの、類を見ないご優待</p>
        <p style="margin-bottom: 30px; color: #D4AF37; font-size: 1.1em;">
            本展示会は、またとない特別な祭典です。<br>
            ご来場・ご成約いただいた皆様へ、この期間だけの充実したおもてなしをご用意いたしました。
        </p>

        <div class="privilege-card">
            
            <!-- ご来場特典 -->
            <h3 class="serif gold-text" style="border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 10px; margin-top: 0;">ジャストタイムご来場特典</h3>
            <div class="media-box">
                <div style="flex: 1; text-align: left; color: #FAFAFA !important;">
                    <p>ご予約時間通りのご来場で、<br>
                    <strong style="font-size: 1.2em;">ハーゲンダッツアイスクリーム券（2個分） プレゼント</strong><br>
                    <span style="font-size: 0.9em; color: #aaa;">※コンサート聴講のみの方も対象となります（要予約）</span></p>
                </div>
                <img src="http://www.nihon-gakugeisha.jp/wp-content/uploads/77d5030a4803d1d1073529a9001af28b.png" alt="ジャストタイムご来場特典 ハーゲンダッツアイスクリーム券" style="width: 100%; max-width: 150px; height: auto; border-radius: 4px;">
            </div>

            <!-- ご成約記念 -->
            <h3 class="serif gold-text" style="border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 10px; margin-top: 40px;">ご成約記念</h3>
            <p style="text-align: left; color: #FAFAFA !important;">期間中にご成約いただいた方へ、感謝のしるしとして特別なプレゼントをご用意しております。</p>
            
            <div style="margin-top: 20px; background: rgba(0,0,0,0.2); padding: 30px 20px; border-radius: 4px; text-align: center;">
                <img src="http://www.nihon-gakugeisha.jp/wp-content/uploads/bcca8090d1ff8846025a0c4f33e6d768.png" alt="ご成約記念 プレゼント マックカード または 厳選グルメギフト券" style="width: 100%; max-width: 600px; height: auto; border-radius: 4px; margin-bottom: 20px;">
                
                <h4 style="margin: 0 0 15px 0; font-size: 1.2em; color: #D4AF37;">マックカード または グルメギフト券</h4>
                
                <div style="display: inline-block; text-align: left; font-size: 0.95em; line-height: 1.8; color: #FAFAFA !important;">
                    <p style="margin: 0 0 10px 0;"><strong>【マックカード】</strong><br>
                    ・お買い上げ金額10万円〜20万円未満：3枚<br>
                    ・お買い上げ金額20万円以上：5枚</p>
                    <p style="margin: 0;"><strong>【グルメギフト券】</strong><br>
                    産直グルメを厳選してお届けするギフト券をプレゼントいたします。</p>
                </div>
            </div>

            <!-- 安心のサポート体制 -->
            <h3 class="serif gold-text" style="border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 10px; margin-top: 40px;">安心のサポート体制（ピアノご購入特典）</h3>
            <ul style="line-height: 2; text-align: left; color: #FAFAFA !important;">
                <li>初回調律無料</li>
                <li>延長5年保証</li>
                <li>付属品プレゼント（高低自在椅子/インシュレーター/カバー/お手入れセットなど）</li>
            </ul>

            <!-- 特別ご優待（アコーディオン） -->
            <h3 class="serif gold-text" style="border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 10px; margin-top: 40px;">当日ご成約 特別ご優待</h3>
            
            <details>
                <summary>ピアノをご契約の方</summary>
                <div class="details-content">
                    <div class="media-box">
                        <div style="flex: 1; text-align: left; color: #FAFAFA !important;">
                            <p>以下より1点お選びいただけます。</p>
                            <ul>
                                <li>防振インシュレーター</li>
                                <li>甲南ビッグボード</li>
                                <li>ピアノ足台(AX5-1)</li>
                                <li>商品券10,000円分(ピアノパークのみ使用可)</li>
                            </ul>
                        </div>
                        <img src="http://www.nihon-gakugeisha.jp/wp-content/uploads/5ba582bee905a02d971e415b84dc37f4.png" alt="ピアノ当日ご成約特典" style="width: 100%; max-width: 150px; height: auto; border-radius: 4px;">
                    </div>
                </div>
            </details>
            
            <details>
                <summary>エレクトーンをご契約の方</summary>
                <div class="details-content">
                    <div class="media-box">
                        <div style="flex: 1; text-align: left; color: #FAFAFA !important;">
                            <p><strong>【共通特典】</strong>ヤマハオリジナルUSBメモリ</p>
                            <p><strong>【ELB-02】</strong>おけいこソフト / 20回まで無金利</p>
                            <p><strong>【ELS-03】</strong>商品券10,000円分(ピアノパークのみ使用可)</p>
                        </div>
                        <img src="http://www.nihon-gakugeisha.jp/wp-content/uploads/69d5c84146d9b08809c97566735258df.png" alt="エレクトーン当日ご成約特典" style="width: 100%; max-width: 150px; height: auto; border-radius: 4px;">
                    </div>
                </div>
            </details>

            <details>
                <summary>クラビノーバをご契約の方</summary>
                <div class="details-content">
                    <div class="media-box">
                        <div style="flex: 1; text-align: left; color: #FAFAFA !important;">
                            <p>お手入れセット プレゼント</p>
                        </div>
                        <img src="http://www.nihon-gakugeisha.jp/wp-content/uploads/a6ed2d9abaf9ad3b9df7b7ec4cfbca0e.png" alt="クラビノーバ当日ご成約特典" style="width: 100%; max-width: 150px; height: auto; border-radius: 4px;">
                    </div>
                </div>
            </details>
            
            <details>
                <summary>生徒限定特典</summary>
                <div class="details-content">
                    <div style="text-align: left; color: #FAFAFA !important;">
                        <p>・CLP-800シリーズ：ピアノ足台(AX-RH) または商品券5,000円分(ピアノパークのみ使用可)<br>
                        ・アップライト/アバングランド：10%還元<br>
                        ・グランドピアノ：7%還元</p>
                    </div>
                </div>
            </details>
        </div>
    </section>

    <!-- ⑥ Access & Company Info -->
    <section id="access" style="background-color: #111;">
        <div class="container text-center">
            <h2 class="serif gold-text" style="font-size: 2em; margin-bottom: 20px;">Access & Outline</h2>
            <div style="max-width: 600px; margin: 0 auto; text-align: left; padding: 20px; color: #FAFAFA !important;">
                <p><strong>日時：</strong>2026.6.13(土)・14(日) 11:00〜18:00</p>
                <p><strong>会場：</strong>ヤマハミュージック 福岡店</p>
                <div style="margin-top: 20px;">
                    <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3323.5337068239132!2d130.4024354!3d33.5914542!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3541918e3eabda47%3A0x702078f62b7a02f1!2z44Ok44Oe44OP44Of44Ol44O844K444OD44KvIOemj-WyoeW6lw!5e0!3m2!1sja!2sjp!4v1777695076844!5m2!1sja!2sjp" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade" title="ヤマハミュージック 福岡店のアクセスマップ"></iframe>
                </div>
            </div>

            <div style="background-color: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); padding: 40px; max-width: 600px; margin: 40px auto 0 auto; text-align: left;">
                <h3 class="serif gold-text" style="margin-top: 0; margin-bottom: 15px;">Inquiry / お問い合わせ先</h3>
                <p style="color: #FAFAFA !important;"><strong>所在施設：</strong> (株)日本楽芸社 ピアノパーク<br>
                <strong>所在地：</strong> 〒814-0013 福岡県福岡市早良区藤崎１丁目２１−１６ １階<br>
                <strong>電話番号：</strong> 092-843-2219</p>
                
                <div style="margin-top: 20px; padding-top: 15px; border-top: 1px dashed rgba(255,255,255,0.2);">
                    <p style="font-size: 0.9em; line-height: 1.8; color: #ccc !important;">
                        <strong>【中古楽器も豊富にご用意しております】</strong><br>
                        ピアノパークでは、新品の楽器はもちろん、専門スタッフが丁寧にメンテナンスを施した良質な「中古ピアノ・エレクトーン」も多数取り揃えております。お探しのモデルやご予算のご相談など、どうぞお気軽にお問い合わせください。
                    </p>
                </div>
            </div>
        </div>
    </section>

    <!-- ⑦ Bottom CTA (LINE誘導) -->
    <div class="floating-cta">
        <span style="font-size: 0.8em; margin-bottom: 5px; display: block; color: #D4AF37;">＼ 展示会へのご来場・コンサートのご予約はこちら ／</span>
        <a href="https://liff.line.me/ここをご自身のエルメのURLに書き換えてください" class="btn" style="padding: 15px 30px; font-size: 1em; width: 90%; max-width: 500px;">LINEで来場予約をする</a>
    </div>

</div>

</body>
</html>
		</div>
	</div>
</div></div></div></div><p>The post <a href="http://www.nihon-gakugeisha.jp/%e6%9c%aa%e5%88%86%e9%a1%9e/goudoutenjikai2026/">ヤマハピアノ・電子ピアノを弾き比べ！鍵盤合同展示会【豪華ご優待＆コンサート付】福岡</a> first appeared on <a href="http://www.nihon-gakugeisha.jp">日本楽芸社</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>SPRING FAIR 開催</title>
		<link>http://www.nihon-gakugeisha.jp/%e6%9c%aa%e5%88%86%e9%a1%9e/post-2348/</link>
		
		<dc:creator><![CDATA[ydw_admin]]></dc:creator>
		<pubDate>Tue, 24 Feb 2015 01:01:24 +0000</pubDate>
				<category><![CDATA[未分類]]></category>
		<guid isPermaLink="false">http://www.nihon-gakugeisha.jp/?p=2348</guid>

					<description><![CDATA[<p>『スプリングフェア』 日時：3月7日土曜日～15日日曜日 時間：１０：００～１７：００ 会場：日本楽芸社　藤崎本店 お問い合わせ：０９２－８４３－０００７ 決算につき、展示商品（新品ピアノ、中古ピアノ、エレクトーン）を特 [&#8230;]</p>
<p>The post <a href="http://www.nihon-gakugeisha.jp/%e6%9c%aa%e5%88%86%e9%a1%9e/post-2348/">SPRING FAIR 開催</a> first appeared on <a href="http://www.nihon-gakugeisha.jp">日本楽芸社</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>『スプリングフェア』</p>
<p>日時：3月7日土曜日～15日日曜日<br />
時間：１０：００～１７：００<br />
会場：日本楽芸社　藤崎本店<br />
お問い合わせ：０９２－８４３－０００７</p>
<p>決算につき、展示商品（新品ピアノ、中古ピアノ、エレクトーン）を特別価格にて販売しております。<br />
ご来場i記念品やご成約記念品も用意してたくさんのご来場をお待ちしております。</p>
<p><a href="http://www.nihon-gakugeisha.jp/wp-content/uploads/tirasi1-e1424739445629.jpg"><img src="http://www.nihon-gakugeisha.jp/wp-content/uploads/tirasi1-e1424739445629.jpg" alt="tirasi1" width="600" height="424" class="alignnone size-full wp-image-2350" /></a></p>
<p><a href="http://www.nihon-gakugeisha.jp/wp-content/uploads/tirasi2-e1424739460131.jpg"><img src="http://www.nihon-gakugeisha.jp/wp-content/uploads/tirasi2-e1424739460131.jpg" alt="tirasi2" width="600" height="424" class="alignnone size-full wp-image-2351" /></a></p><p>The post <a href="http://www.nihon-gakugeisha.jp/%e6%9c%aa%e5%88%86%e9%a1%9e/post-2348/">SPRING FAIR 開催</a> first appeared on <a href="http://www.nihon-gakugeisha.jp">日本楽芸社</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
