<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://aozorapizza.com/feed.rss">
        <title>Aozora Pizza｜朝霧高原 あおぞらピッツァ（静岡県富士宮市） -青いゾウさんが目印の薪窯を積んだピッツァキッチントレーラー（ピザ・ランチ・ディナー・おみやげに・テイクアウト・お持ち帰り）-</title>
        <description></description>
        <link>https://aozorapizza.com</link>
       <dc:date>2026-04-20T12:01:01+09:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://aozorapizza.com/info/6702956"/>
                <rdf:li rdf:resource="https://aozorapizza.com/info/6667676"/>
                <rdf:li rdf:resource="https://aozorapizza.com/info/6616347"/>
                <rdf:li rdf:resource="https://aozorapizza.com/info/6595416"/>
                <rdf:li rdf:resource="https://aozorapizza.com/info/6588857"/>
                <rdf:li rdf:resource="https://aozorapizza.com/info/6550738"/>
                <rdf:li rdf:resource="https://aozorapizza.com/info/6550139"/>
                <rdf:li rdf:resource="https://aozorapizza.com/info/6499611"/>
                <rdf:li rdf:resource="https://aozorapizza.com/info/6458907"/>
                <rdf:li rdf:resource="https://aozorapizza.com/info/6413996"/>
                <rdf:li rdf:resource="https://aozorapizza.com/info/6377802"/>
                <rdf:li rdf:resource="https://aozorapizza.com/info/6344088"/>
                <rdf:li rdf:resource="https://aozorapizza.com/info/6321266"/>
                <rdf:li rdf:resource="https://aozorapizza.com/info/6281257"/>
                <rdf:li rdf:resource="https://aozorapizza.com/info/6283448"/>
                <rdf:li rdf:resource="https://aozorapizza.com/info/6278030"/>
                <rdf:li rdf:resource="https://aozorapizza.com/info/6249020"/>
                <rdf:li rdf:resource="https://aozorapizza.com/info/6235877"/>
                <rdf:li rdf:resource="https://aozorapizza.com/info/6202848"/>
                <rdf:li rdf:resource="https://aozorapizza.com/info/6146548"/>
                <rdf:li rdf:resource="https://aozorapizza.com/info/6114410"/>
                <rdf:li rdf:resource="https://aozorapizza.com/info/6074606"/>
                <rdf:li rdf:resource="https://aozorapizza.com/info/6056968"/>
                <rdf:li rdf:resource="https://aozorapizza.com/info/6050077"/>
                <rdf:li rdf:resource="https://aozorapizza.com/info/6026859"/>
                <rdf:li rdf:resource="https://aozorapizza.com/info/5980271"/>
                <rdf:li rdf:resource="https://aozorapizza.com/info/5944924"/>
                <rdf:li rdf:resource="https://aozorapizza.com/info/5942785"/>
                <rdf:li rdf:resource="https://aozorapizza.com/info/5932689"/>
                <rdf:li rdf:resource="https://aozorapizza.com/info/5928085"/>
            </rdf:Seq>
        </items>
    </channel>
    <item rdf:about="https://aozorapizza.com/info/6702956">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-31T23:26:00+09:00</dc:date>
        <title>2026年4月の出店予定</title>
        <link>https://aozorapizza.com/info/6702956</link>
        <description>&lt;p&gt;あおぞらピッツァ 4月の出店予定&lt;/p&gt;
&lt;style&gt;&lt;!--
@import url(&#039;https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&amp;family=Zen+Maru+Gothic:wght@500;700&amp;display=swap&#039;);

  * { margin: 0; padding: 0; box-sizing: border-box; }

  body {
    background: #f0e8d8;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    padding: 20px;
  }

  .card {
    width: 1080px;
    min-height: 1920px;
    background: linear-gradient(160deg, #fff8f0 0%, #fef0f5 40%, #f8f0ff 100%);
    position: relative;
    overflow: hidden;
    font-family: &#039;Zen Maru Gothic&#039;, &#039;Noto Sans JP&#039;, sans-serif;
    padding-bottom: 60px;
  }

  /* 背景の桜の花びら（SVG） */
  .sakura-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    pointer-events: none;
    z-index: 0;
  }

  /* ヘッダー */
  .header {
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, #f472b6 0%, #fb923c 50%, #f43f5e 100%);
    padding: 60px 60px 50px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
    text-align: center;
    margin-bottom: 20px;
  }

  .header-logo {
    font-size: 28px;
    color: rgba(255,255,255,0.9);
    letter-spacing: 0.1em;
    margin-bottom: 6px;
    font-weight: 700;
  }

  .header-title {
    font-size: 80px;
    color: white;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1;
    text-shadow: 0 4px 20px rgba(0,0,0,0.2);
    margin-bottom: 8px;
  }

  .header-subtitle {
    font-size: 40px;
    color: rgba(255,255,255,0.95);
    font-weight: 700;
    letter-spacing: 0.15em;
  }

  /* 象のマスコット（SVGで描画） */
  .elephant-wrap {
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }

  /* 週ブロック */
  .weeks {
    position: relative;
    z-index: 2;
    padding: 0 50px;
  }

  .week-block {
    margin-bottom: 36px;
    background: rgba(255,255,255,0.75);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(244,114,182,0.12), 0 1px 4px rgba(0,0,0,0.06);
    border: 1.5px solid rgba(244,114,182,0.18);
  }

  .week-label {
    background: linear-gradient(90deg, #f472b6, #fb923c);
    color: white;
    font-size: 24px;
    font-weight: 700;
    padding: 10px 28px;
    letter-spacing: 0.1em;
  }

  .day-row {
    display: flex;
    align-items: flex-start;
    padding: 18px 28px;
    border-bottom: 1px solid rgba(244,114,182,0.1);
    gap: 20px;
  }
  .day-row:last-child { border-bottom: none; }
  .day-row.holiday { background: rgba(244,114,182,0.04); }
  .day-row.closed { opacity: 0.55; }

  .date-col {
    min-width: 130px;
    flex-shrink: 0;
  }

  .date-main {
    font-size: 30px;
    font-weight: 900;
    color: #be185d;
    line-height: 1;
  }
  .date-day {
    font-size: 20px;
    font-weight: 700;
    color: #6b7280;
    margin-top: 2px;
  }
  .date-day.sat { color: #3b82f6; }
  .date-day.sun { color: #ef4444; }
  .date-day.hol { color: #ef4444; }

  .info-col {
    flex: 1;
  }

  .time-tag {
    display: inline-block;
    background: linear-gradient(90deg, #fce7f3, #fed7aa);
    color: #be185d;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 700;
    padding: 4px 16px;
    margin-bottom: 6px;
    letter-spacing: 0.05em;
  }

  .venue-name {
    font-size: 24px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.4;
  }

  .venue-location {
    font-size: 18px;
    color: #9ca3af;
    margin-top: 2px;
  }

  .closed-label {
    font-size: 26px;
    font-weight: 700;
    color: #9ca3af;
  }

  .note-box {
    background: linear-gradient(90deg, #fdf2f8, #fff7ed);
    border-left: 4px solid #f472b6;
    border-radius: 0 12px 12px 0;
    padding: 12px 20px;
    font-size: 18px;
    color: #78350f;
    line-height: 1.7;
    margin-top: 8px;
  }

  .sakura-icon { display: inline; }

  /* フッター */
  .footer {
    position: relative;
    z-index: 2;
    margin: 40px 50px 0;
    background: linear-gradient(135deg, #1f2937, #374151);
    border-radius: 28px;
    padding: 40px 44px;
    color: white;
  }

  .footer-desc {
    font-size: 20px;
    line-height: 1.8;
    color: #d1d5db;
    margin-bottom: 20px;
  }

  .footer-reserve {
    font-size: 22px;
    color: #fbbf24;
    font-weight: 700;
    margin-bottom: 24px;
  }

  .footer-tel {
    font-size: 52px;
    font-weight: 900;
    color: white;
    letter-spacing: 0.05em;
    text-align: center;
  }

  .footer-tel-label {
    font-size: 18px;
    color: #9ca3af;
    margin-bottom: 6px;
    text-align: center;
  }

  /* 桜の花びらアニメ */
  @keyframes fall {
    0% { transform: translateY(-60px) rotate(0deg); opacity: 0.8; }
    100% { transform: translateY(1980px) rotate(720deg); opacity: 0; }
  }
  .petal {
    position: absolute;
    width: 18px;
    height: 18px;
    animation: fall linear infinite;
    z-index: 1;
    pointer-events: none;
  }

  .spring-deco {
    text-align: center;
    font-size: 34px;
    margin: 10px 0 30px;
    position: relative;
    z-index: 2;
    letter-spacing: 0.2em;
  }
--&gt;&lt;/style&gt;
&lt;div class=&quot;card&quot;&gt;&lt;!-- 背景桜装飾SVG --&gt; &lt;svg class=&quot;sakura-bg&quot; viewbox=&quot;0 0 1080 1920&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; preserveaspectratio=&quot;xMidYMid slice&quot;&gt; &lt;!-- 大きな薄い桜 --&gt; &lt;g opacity=&quot;0.07&quot; fill=&quot;#f472b6&quot;&gt; &lt;ellipse cx=&quot;80&quot; cy=&quot;180&quot; rx=&quot;60&quot; ry=&quot;25&quot; transform=&quot;rotate(-30 80 180)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;80&quot; cy=&quot;180&quot; rx=&quot;60&quot; ry=&quot;25&quot; transform=&quot;rotate(42 80 180)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;80&quot; cy=&quot;180&quot; rx=&quot;60&quot; ry=&quot;25&quot; transform=&quot;rotate(114 80 180)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;80&quot; cy=&quot;180&quot; rx=&quot;60&quot; ry=&quot;25&quot; transform=&quot;rotate(186 80 180)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;80&quot; cy=&quot;180&quot; rx=&quot;60&quot; ry=&quot;25&quot; transform=&quot;rotate(258 80 180)&quot;&gt;&lt;/ellipse&gt; &lt;circle cx=&quot;80&quot; cy=&quot;180&quot; r=&quot;15&quot;&gt;&lt;/circle&gt; &lt;/g&gt; &lt;g opacity=&quot;0.07&quot; fill=&quot;#fb923c&quot;&gt; &lt;ellipse cx=&quot;1000&quot; cy=&quot;320&quot; rx=&quot;70&quot; ry=&quot;28&quot; transform=&quot;rotate(20 1000 320)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;1000&quot; cy=&quot;320&quot; rx=&quot;70&quot; ry=&quot;28&quot; transform=&quot;rotate(92 1000 320)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;1000&quot; cy=&quot;320&quot; rx=&quot;70&quot; ry=&quot;28&quot; transform=&quot;rotate(164 1000 320)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;1000&quot; cy=&quot;320&quot; rx=&quot;70&quot; ry=&quot;28&quot; transform=&quot;rotate(236 1000 320)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;1000&quot; cy=&quot;320&quot; rx=&quot;70&quot; ry=&quot;28&quot; transform=&quot;rotate(308 1000 320)&quot;&gt;&lt;/ellipse&gt; &lt;circle cx=&quot;1000&quot; cy=&quot;320&quot; r=&quot;18&quot;&gt;&lt;/circle&gt; &lt;/g&gt; &lt;g opacity=&quot;0.06&quot; fill=&quot;#f472b6&quot;&gt; &lt;ellipse cx=&quot;150&quot; cy=&quot;900&quot; rx=&quot;50&quot; ry=&quot;20&quot; transform=&quot;rotate(10 150 900)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;150&quot; cy=&quot;900&quot; rx=&quot;50&quot; ry=&quot;20&quot; transform=&quot;rotate(82 150 900)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;150&quot; cy=&quot;900&quot; rx=&quot;50&quot; ry=&quot;20&quot; transform=&quot;rotate(154 150 900)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;150&quot; cy=&quot;900&quot; rx=&quot;50&quot; ry=&quot;20&quot; transform=&quot;rotate(226 150 900)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;150&quot; cy=&quot;900&quot; rx=&quot;50&quot; ry=&quot;20&quot; transform=&quot;rotate(298 150 900)&quot;&gt;&lt;/ellipse&gt; &lt;circle cx=&quot;150&quot; cy=&quot;900&quot; r=&quot;12&quot;&gt;&lt;/circle&gt; &lt;/g&gt; &lt;g opacity=&quot;0.06&quot; fill=&quot;#fb923c&quot;&gt; &lt;ellipse cx=&quot;950&quot; cy=&quot;1100&quot; rx=&quot;55&quot; ry=&quot;22&quot; transform=&quot;rotate(-15 950 1100)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;950&quot; cy=&quot;1100&quot; rx=&quot;55&quot; ry=&quot;22&quot; transform=&quot;rotate(57 950 1100)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;950&quot; cy=&quot;1100&quot; rx=&quot;55&quot; ry=&quot;22&quot; transform=&quot;rotate(129 950 1100)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;950&quot; cy=&quot;1100&quot; rx=&quot;55&quot; ry=&quot;22&quot; transform=&quot;rotate(201 950 1100)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;950&quot; cy=&quot;1100&quot; rx=&quot;55&quot; ry=&quot;22&quot; transform=&quot;rotate(273 950 1100)&quot;&gt;&lt;/ellipse&gt; &lt;circle cx=&quot;950&quot; cy=&quot;1100&quot; r=&quot;13&quot;&gt;&lt;/circle&gt; &lt;/g&gt; &lt;g opacity=&quot;0.05&quot; fill=&quot;#f472b6&quot;&gt; &lt;ellipse cx=&quot;540&quot; cy=&quot;1500&quot; rx=&quot;65&quot; ry=&quot;26&quot; transform=&quot;rotate(5 540 1500)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;540&quot; cy=&quot;1500&quot; rx=&quot;65&quot; ry=&quot;26&quot; transform=&quot;rotate(77 540 1500)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;540&quot; cy=&quot;1500&quot; rx=&quot;65&quot; ry=&quot;26&quot; transform=&quot;rotate(149 540 1500)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;540&quot; cy=&quot;1500&quot; rx=&quot;65&quot; ry=&quot;26&quot; transform=&quot;rotate(221 540 1500)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;540&quot; cy=&quot;1500&quot; rx=&quot;65&quot; ry=&quot;26&quot; transform=&quot;rotate(293 540 1500)&quot;&gt;&lt;/ellipse&gt; &lt;circle cx=&quot;540&quot; cy=&quot;1500&quot; r=&quot;16&quot;&gt;&lt;/circle&gt; &lt;/g&gt; &lt;!-- 小さな花びらの散らし --&gt; &lt;g opacity=&quot;0.12&quot; fill=&quot;#f9a8d4&quot;&gt; &lt;ellipse cx=&quot;200&quot; cy=&quot;600&quot; rx=&quot;12&quot; ry=&quot;5&quot; transform=&quot;rotate(45 200 600)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;350&quot; cy=&quot;750&quot; rx=&quot;10&quot; ry=&quot;4&quot; transform=&quot;rotate(-20 350 750)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;800&quot; cy=&quot;500&quot; rx=&quot;11&quot; ry=&quot;4&quot; transform=&quot;rotate(60 800 500)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;920&quot; cy=&quot;800&quot; rx=&quot;13&quot; ry=&quot;5&quot; transform=&quot;rotate(-40 920 800)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;100&quot; cy=&quot;1200&quot; rx=&quot;10&quot; ry=&quot;4&quot; transform=&quot;rotate(30 100 1200)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;980&quot; cy=&quot;1400&quot; rx=&quot;12&quot; ry=&quot;5&quot; transform=&quot;rotate(-55 980 1400)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;400&quot; cy=&quot;1700&quot; rx=&quot;11&quot; ry=&quot;4&quot; transform=&quot;rotate(15 400 1700)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;700&quot; cy=&quot;1650&quot; rx=&quot;10&quot; ry=&quot;4&quot; transform=&quot;rotate(-70 700 1650)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;250&quot; cy=&quot;1350&quot; rx=&quot;12&quot; ry=&quot;5&quot; transform=&quot;rotate(50 250 1350)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;860&quot; cy=&quot;1250&quot; rx=&quot;10&quot; ry=&quot;4&quot; transform=&quot;rotate(-25 860 1250)&quot;&gt;&lt;/ellipse&gt; &lt;/g&gt; &lt;!-- 枝の装飾 --&gt; &lt;g opacity=&quot;0.08&quot; stroke=&quot;#c2410c&quot; stroke-width=&quot;3&quot; fill=&quot;none&quot;&gt; &lt;path d=&quot;M0,200 Q120,150 200,250 Q280,350 200,450&quot;&gt;&lt;/path&gt; &lt;path d=&quot;M200,250 Q280,200 340,120&quot;&gt;&lt;/path&gt; &lt;path d=&quot;M200,350 Q260,310 310,260&quot;&gt;&lt;/path&gt; &lt;/g&gt; &lt;g opacity=&quot;0.08&quot; stroke=&quot;#c2410c&quot; stroke-width=&quot;3&quot; fill=&quot;none&quot;&gt; &lt;path d=&quot;M1080,700 Q960,660 880,750 Q800,840 880,940&quot;&gt;&lt;/path&gt; &lt;path d=&quot;M880,750 Q820,700 760,630&quot;&gt;&lt;/path&gt; &lt;path d=&quot;M880,840 Q830,800 790,760&quot;&gt;&lt;/path&gt; &lt;/g&gt; &lt;/svg&gt; &lt;!-- ヘッダー --&gt;
&lt;div class=&quot;header&quot;&gt;&lt;!-- 象のシンボル（SVG） --&gt;
&lt;div class=&quot;elephant-wrap&quot;&gt;&lt;svg width=&quot;120&quot; height=&quot;100&quot; viewbox=&quot;0 0 120 100&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt; &lt;!-- 体 --&gt; &lt;ellipse cx=&quot;60&quot; cy=&quot;65&quot; rx=&quot;40&quot; ry=&quot;30&quot; fill=&quot;rgba(255,255,255,0.9)&quot;&gt;&lt;/ellipse&gt; &lt;!-- 頭 --&gt; &lt;circle cx=&quot;60&quot; cy=&quot;38&quot; r=&quot;28&quot; fill=&quot;rgba(255,255,255,0.9)&quot;&gt;&lt;/circle&gt; &lt;!-- 耳 --&gt; &lt;ellipse cx=&quot;28&quot; cy=&quot;38&quot; rx=&quot;16&quot; ry=&quot;20&quot; fill=&quot;rgba(255,255,255,0.7)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;28&quot; cy=&quot;38&quot; rx=&quot;10&quot; ry=&quot;13&quot; fill=&quot;rgba(255,200,200,0.5)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;92&quot; cy=&quot;38&quot; rx=&quot;16&quot; ry=&quot;20&quot; fill=&quot;rgba(255,255,255,0.7)&quot;&gt;&lt;/ellipse&gt; &lt;ellipse cx=&quot;92&quot; cy=&quot;38&quot; rx=&quot;10&quot; ry=&quot;13&quot; fill=&quot;rgba(255,200,200,0.5)&quot;&gt;&lt;/ellipse&gt; &lt;!-- 目 --&gt; &lt;circle cx=&quot;50&quot; cy=&quot;34&quot; r=&quot;3&quot; fill=&quot;#1f2937&quot;&gt;&lt;/circle&gt; &lt;circle cx=&quot;70&quot; cy=&quot;34&quot; r=&quot;3&quot; fill=&quot;#1f2937&quot;&gt;&lt;/circle&gt; &lt;circle cx=&quot;51&quot; cy=&quot;33&quot; r=&quot;1&quot; fill=&quot;white&quot;&gt;&lt;/circle&gt; &lt;circle cx=&quot;71&quot; cy=&quot;33&quot; r=&quot;1&quot; fill=&quot;white&quot;&gt;&lt;/circle&gt; &lt;!-- 鼻 --&gt; &lt;path d=&quot;M55,46 Q50,56 48,66 Q47,72 52,72&quot; stroke=&quot;#9ca3af&quot; stroke-width=&quot;3&quot; fill=&quot;none&quot; stroke-linecap=&quot;round&quot;&gt;&lt;/path&gt; &lt;!-- コックの帽子 --&gt; &lt;rect x=&quot;44&quot; y=&quot;8&quot; width=&quot;32&quot; height=&quot;5&quot; rx=&quot;2&quot; fill=&quot;white&quot;&gt;&lt;/rect&gt; &lt;rect x=&quot;50&quot; y=&quot;2&quot; width=&quot;20&quot; height=&quot;10&quot; rx=&quot;3&quot; fill=&quot;white&quot;&gt;&lt;/rect&gt; &lt;!-- しっぽ --&gt; &lt;path d=&quot;M96,75 Q110,70 108,82&quot; stroke=&quot;rgba(255,255,255,0.8)&quot; stroke-width=&quot;3&quot; fill=&quot;none&quot; stroke-linecap=&quot;round&quot;&gt;&lt;/path&gt; &lt;!-- 笑顔 --&gt; &lt;path d=&quot;M52,44 Q60,50 68,44&quot; stroke=&quot;#9ca3af&quot; stroke-width=&quot;2&quot; fill=&quot;none&quot; stroke-linecap=&quot;round&quot;&gt;&lt;/path&gt; &lt;/svg&gt;&lt;/div&gt;
&lt;div class=&quot;header-logo&quot;&gt;朝霧高原あおぞらピッツァ&lt;/div&gt;
&lt;div class=&quot;header-title&quot;&gt;4月&lt;/div&gt;
&lt;div class=&quot;header-subtitle&quot;&gt;🌸 出店スケジュール 🌸&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;spring-deco&quot;&gt;🌸 🌿 🌸 🌿 🌸&lt;/div&gt;
&lt;div class=&quot;weeks&quot;&gt;&lt;!-- 第1週 --&gt;
&lt;div class=&quot;week-block&quot;&gt;
&lt;div class=&quot;week-label&quot;&gt;🌸 第1週&lt;/div&gt;
&lt;div class=&quot;day-row closed&quot;&gt;
&lt;div class=&quot;date-col&quot;&gt;
&lt;div class=&quot;date-main&quot;&gt;4/3&lt;/div&gt;
&lt;div class=&quot;date-day&quot;&gt;金&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;info-col&quot;&gt;
&lt;div class=&quot;closed-label&quot;&gt;🔒 貸切営業&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;day-row holiday&quot;&gt;
&lt;div class=&quot;date-col&quot;&gt;
&lt;div class=&quot;date-main&quot;&gt;4/4&lt;/div&gt;
&lt;div class=&quot;date-day sat&quot;&gt;土&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;info-col&quot;&gt;
&lt;div class=&quot;time-tag&quot;&gt;10:00〜14:00&lt;/div&gt;
&lt;div class=&quot;venue-name&quot;&gt;🌸 第37回 富士市鷹岡地区&lt;br /&gt;さくら祭り&lt;/div&gt;
&lt;div class=&quot;venue-location&quot;&gt;📍 富士市入山瀬 【入場自由】&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;day-row&quot;&gt;
&lt;div class=&quot;date-col&quot;&gt;
&lt;div class=&quot;date-main&quot;&gt;4/5&lt;/div&gt;
&lt;div class=&quot;date-day sun&quot;&gt;日&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;info-col&quot;&gt;
&lt;div class=&quot;time-tag&quot;&gt;10:00〜15:00&lt;/div&gt;
&lt;div class=&quot;venue-name&quot;&gt;🌸 富士の巻狩り 狩宿さくらまつり&lt;/div&gt;
&lt;div class=&quot;venue-location&quot;&gt;📍 富士宮市狩宿 【入場自由】&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- 第2週 --&gt;
&lt;div class=&quot;week-block&quot;&gt;
&lt;div class=&quot;week-label&quot;&gt;🌿 第2週&lt;/div&gt;
&lt;div class=&quot;day-row closed&quot;&gt;
&lt;div class=&quot;date-col&quot;&gt;
&lt;div class=&quot;date-main&quot;&gt;4/10&lt;/div&gt;
&lt;div class=&quot;date-day&quot;&gt;金&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;info-col&quot;&gt;
&lt;div class=&quot;closed-label&quot;&gt;💤 休業&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;day-row holiday&quot;&gt;
&lt;div class=&quot;date-col&quot;&gt;
&lt;div class=&quot;date-main&quot;&gt;4/11&lt;/div&gt;
&lt;div class=&quot;date-day sat&quot;&gt;土&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;info-col&quot;&gt;
&lt;div class=&quot;time-tag&quot;&gt;9:00〜16:00&lt;/div&gt;
&lt;div class=&quot;venue-name&quot;&gt;JAふじ伊豆 産直 う宮〜な&lt;/div&gt;
&lt;div class=&quot;venue-location&quot;&gt;📍 富士宮市外神（駐車場）&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;day-row&quot;&gt;
&lt;div class=&quot;date-col&quot;&gt;
&lt;div class=&quot;date-main&quot;&gt;4/12&lt;/div&gt;
&lt;div class=&quot;date-day sun&quot;&gt;日&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;info-col&quot;&gt;
&lt;div class=&quot;time-tag&quot;&gt;9:00〜15:00&lt;/div&gt;
&lt;div class=&quot;venue-name&quot;&gt;陣馬朝市&lt;/div&gt;
&lt;div class=&quot;venue-location&quot;&gt;📍 富士宮市猪之頭 陣馬の滝&lt;/div&gt;
&lt;div class=&quot;note-box&quot;&gt;🎉 4月12日より毎週日曜に陣馬の滝で野菜や工芸品を販売する朝市が正式開催！&lt;br /&gt;あおぞらピッツァは毎月1回出店予定です。&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- 第3週 --&gt;
&lt;div class=&quot;week-block&quot;&gt;
&lt;div class=&quot;week-label&quot;&gt;🌸 第3週&lt;/div&gt;
&lt;div class=&quot;day-row&quot;&gt;
&lt;div class=&quot;date-col&quot;&gt;
&lt;div class=&quot;date-main&quot;&gt;4/17&lt;/div&gt;
&lt;div class=&quot;date-day&quot;&gt;金&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;info-col&quot;&gt;
&lt;div class=&quot;time-tag&quot;&gt;11:00〜18:00&lt;/div&gt;
&lt;div class=&quot;venue-name&quot;&gt;パワースーパーピアゴ 富士宮店&lt;/div&gt;
&lt;div class=&quot;venue-location&quot;&gt;📍 富士宮市阿幸地&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;day-row holiday&quot;&gt;
&lt;div class=&quot;date-col&quot;&gt;
&lt;div class=&quot;date-main&quot;&gt;4/18&lt;/div&gt;
&lt;div class=&quot;date-day sat&quot;&gt;土&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;info-col&quot;&gt;
&lt;div class=&quot;time-tag&quot;&gt;9:00〜16:00&lt;/div&gt;
&lt;div class=&quot;venue-name&quot;&gt;JAふじ伊豆 産直 う宮〜な&lt;/div&gt;
&lt;div class=&quot;venue-location&quot;&gt;📍 富士宮市外神（駐車場）&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;day-row&quot;&gt;
&lt;div class=&quot;date-col&quot;&gt;
&lt;div class=&quot;date-main&quot;&gt;4/19&lt;/div&gt;
&lt;div class=&quot;date-day sun&quot;&gt;日&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;info-col&quot;&gt;
&lt;div class=&quot;time-tag&quot;&gt;11:00〜17:00&lt;/div&gt;
&lt;div class=&quot;venue-name&quot;&gt;まかいの牧場&lt;/div&gt;
&lt;div class=&quot;venue-location&quot;&gt;📍 富士宮市内野&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- 第4週 --&gt;
&lt;div class=&quot;week-block&quot;&gt;
&lt;div class=&quot;week-label&quot;&gt;🌿 第4週&lt;/div&gt;
&lt;div class=&quot;day-row closed&quot;&gt;
&lt;div class=&quot;date-col&quot;&gt;
&lt;div class=&quot;date-main&quot;&gt;4/24&lt;/div&gt;
&lt;div class=&quot;date-day&quot;&gt;金&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;info-col&quot;&gt;
&lt;div class=&quot;closed-label&quot;&gt;💤 休業&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;day-row holiday&quot;&gt;
&lt;div class=&quot;date-col&quot;&gt;
&lt;div class=&quot;date-main&quot;&gt;4/25&lt;/div&gt;
&lt;div class=&quot;date-day sat&quot;&gt;土&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;info-col&quot;&gt;
&lt;div class=&quot;time-tag&quot;&gt;10:00〜15:00&lt;/div&gt;
&lt;div class=&quot;venue-name&quot;&gt;柚野てくてく&lt;/div&gt;
&lt;div class=&quot;venue-location&quot;&gt;📍 富士宮市大鹿窪（柚野商店前）&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;day-row&quot;&gt;
&lt;div class=&quot;date-col&quot;&gt;
&lt;div class=&quot;date-main&quot;&gt;4/26&lt;/div&gt;
&lt;div class=&quot;date-day sun&quot;&gt;日&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;info-col&quot;&gt;
&lt;div class=&quot;time-tag&quot;&gt;11:00〜18:00&lt;/div&gt;
&lt;div class=&quot;venue-name&quot;&gt;オギノ 富士宮万野原店&lt;/div&gt;
&lt;div class=&quot;venue-location&quot;&gt;📍 富士宮市万野原新田&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;day-row closed&quot;&gt;
&lt;div class=&quot;date-col&quot;&gt;
&lt;div class=&quot;date-main&quot;&gt;4/29&lt;/div&gt;
&lt;div class=&quot;date-day hol&quot;&gt;水・祝&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;info-col&quot;&gt;
&lt;div class=&quot;closed-label&quot;&gt;💤 休業（祝日）&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- /weeks --&gt; &lt;!-- フッター --&gt;
&lt;div class=&quot;footer&quot;&gt;
&lt;div class=&quot;footer-desc&quot;&gt;薪窯搭載のキッチントレーラーで本格ピッツァを提供。&lt;br /&gt; 静岡県富士宮市の北部・朝霧高原を中心に出店。&lt;br /&gt; 週末金土日・月曜祝日が営業日です。&lt;/div&gt;
&lt;div class=&quot;footer-reserve&quot;&gt;📞 電話注文・ご予約で時間までに焼き上げます！&lt;/div&gt;
&lt;div class=&quot;footer-tel-label&quot;&gt;店舗直通&lt;/div&gt;
&lt;div class=&quot;footer-tel&quot;&gt;080-9528-5726&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/64217/260331233532-69cbdbb447a4b_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="https://aozorapizza.com/info/6667676">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-03T22:57:00+09:00</dc:date>
        <title>2026年3月の出店予定</title>
        <link>https://aozorapizza.com/info/6667676</link>
        <description>&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/260303225752-69a6e8e0cd7cc.png&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/260303225752-69a6e8e0cd7cc.png&quot; alt=&quot;aozorapizza202603.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/64217/260321101404-69bdf0dc44928_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="https://aozorapizza.com/info/6616347">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-25T14:36:00+09:00</dc:date>
        <title>2026年2月の出店予定</title>
        <link>https://aozorapizza.com/info/6616347</link>
        <description>&lt;p style=&quot;margin: 0px 0px 2px; font-style: normal; font-variant-caps: normal; font-width: normal; font-size: 16px; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;🍕&lt;b&gt;2月のスケジュール公開！&lt;/b&gt;🍕&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;こんにちは！あおぞらピッツァです。&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;寒い日が続きますが、焼きたて熱々のナポリピッツァはいかがですか？🔥&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;2月はイベント盛りだくさんでお届けします！&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;🗓&lt;b&gt; 注目のピックアップ&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;&lt;span style=&quot;font-style: normal; font-variant-caps: normal; font-width: normal; font-size: 9px; line-height: normal; font-family: Menlo; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;&lt;/span&gt;2/1(日) 🍶 &lt;b&gt;牧野酒造 蔵開き&lt;/b&gt;（富士宮市下条）&lt;/li&gt;
&lt;li style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;&lt;span style=&quot;font-style: normal; font-variant-caps: normal; font-width: normal; font-size: 9px; line-height: normal; font-family: Menlo; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;&lt;/span&gt;2/8(日) 🤝 &lt;b&gt;恩送りカーニバル&lt;/b&gt;（富士根交流センター）&lt;/li&gt;
&lt;li style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;&lt;span style=&quot;font-style: normal; font-variant-caps: normal; font-width: normal; font-size: 9px; line-height: normal; font-family: Menlo; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;&lt;/span&gt;2/15(日) 🏠 &lt;b&gt;アフターホーム見学会&lt;/b&gt;（富士宮市弓沢町）&lt;br /&gt; ※見学の方にはピッツァの無料サービスあり！&lt;/li&gt;
&lt;li style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;&lt;span style=&quot;font-style: normal; font-variant-caps: normal; font-width: normal; font-size: 9px; line-height: normal; font-family: Menlo; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;&lt;/span&gt;3/1(日) 🐟 &lt;b&gt;ニジマスまつり&lt;/b&gt;（富士山本宮浅間大社）&lt;/li&gt;
&lt;/ul&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;🚚&lt;b&gt; 定番の出店場所&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;#う宮〜な さま、#谷島屋 さま、#オギノ さま、#パワースーパーピアゴ さまなど、今月もいつもの場所でお待ちしています！&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;📞&lt;b&gt; お電話予約が便利です！&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;店舗直通：&lt;b&gt;080-9528-5726&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;「〇時ごろ取りに行きます！」とお気軽にお電話ください。&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Hiragino Sans&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;&lt;span style=&quot;font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;#&lt;/span&gt;あおぞらピッツァ&lt;span style=&quot;font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt; #&lt;/span&gt;朝霧高原&lt;span style=&quot;font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt; #&lt;/span&gt;富士宮グルメ&lt;span style=&quot;font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt; #&lt;/span&gt;富士市グルメ&lt;span style=&quot;font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt; #&lt;/span&gt;キッチンカー&lt;span style=&quot;font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt; #&lt;/span&gt;ナポリピッツァ&lt;span style=&quot;font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt; #&lt;/span&gt;薪窯ピザ&lt;span style=&quot;font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt; #&lt;/span&gt;富士宮ランチ&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Hiragino Sans&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Hiragino Sans&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/260125143808-6975ac40b3178.png&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/260125143808-6975ac40b3178.png&quot; alt=&quot;aozorapizza202602.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/64217/260125143750-6975ac2e2f188_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="https://aozorapizza.com/info/6595416">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-08T19:25:00+09:00</dc:date>
        <title>Aozora Pizzaの青いゾウさんのLINEスタンプ提供開始（2026/1/8）</title>
        <link>https://aozorapizza.com/info/6595416</link>
        <description>&lt;p style=&quot;-webkit-text-stroke-width: initial; box-sizing: border-box; border-collapse: collapse; overflow-wrap: break-word; word-break: normal; margin: 0px; font-width: normal; font-size: 18px; line-height: normal; font-family: &#039;Hiragino Maru Gothic ProN&#039;; color: #625b48; -webkit-text-stroke-color: #625b48; text-align: left;&quot;&gt;Aozora Pizzaの青いゾウさんのLINEスタンプ提供開始しました！（2026/1/8）&lt;/p&gt;
&lt;p style=&quot;-webkit-text-stroke-width: initial; box-sizing: border-box; border-collapse: collapse; overflow-wrap: break-word; word-break: normal; margin: 0px; font-width: normal; font-size: 18px; line-height: normal; font-family: &#039;Hiragino Maru Gothic ProN&#039;; color: #625b48; -webkit-text-stroke-color: #625b48; text-align: left;&quot;&gt;&lt;a href=&quot;https://store.line.me/stickershop/product/32551624/&quot; style=&quot;box-sizing: border-box; border-collapse: collapse; overflow-wrap: normal; word-break: break-word; text-decoration: none; color: #3a3a3a;&quot;&gt;https://store.line.me/stickershop/product/32551624/&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/64217/260108192651-695f866b1ae83_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="https://aozorapizza.com/info/6588857">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-01T17:21:00+09:00</dc:date>
        <title>2026年1月の出店予定</title>
        <link>https://aozorapizza.com/info/6588857</link>
        <description>&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/260104172134-695a230eac663.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/260104172134-695a230eac663.jpg&quot; alt=&quot;aozorapizza202601.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/64217/260104172220-695a233c99f92_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="https://aozorapizza.com/info/6550738">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-05T15:54:00+09:00</dc:date>
        <title>冷凍ピッツァ始めます！</title>
        <link>https://aozorapizza.com/info/6550738</link>
        <description>&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;【冷凍ピッツァ☃️始めます！】&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;いつもAozora Pizza 🍕🐘をご利用いただき、ありがとうございます！&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;本日12/5（金）は11:00〜18:00まで富士宮市原、白糸滝近くのJAふじ伊豆白糸支店さん駐車場で出店中です。お昼前後混み合いました。ありがとうございました。&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;毎週末、富士山麓の様々な場所に出店おりますが、毎回お客様にはわざわざ出店場所を調べてまで、ご来店いただきまして、本当にありがとうございます♪&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;この度、開業７年目にして、とうとう冷凍ピッツァを始めることになりました！🎉&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;まず12月はふるさと納税💴返礼品としてスタート。来年２月頃には通販サイトも開設し、また、地元の売店などでの販売を予定しております。&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;今までテレビで気にはなっていたけれど、遠方でなかなか行けないと言うお客様や、キャンプ場やご自宅でのお楽しみの一品に、Aozora Pizzaの冷凍ピッツァ🍕🥶をお楽しみいただけるようになります。&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;常連様の中には、孫が来るから、と当店のピッツァを営業日にご購入いただき、お客様ご自身で冷凍してくださる方もいらっしゃいます。&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;当店で冷凍ピッツァにする際には、専用の瞬間急速冷凍機で焼き立てを一氣に冷凍することで、水分を逃さずに済みます。&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;ですので、温め直し後は、焼き立てと同じ様な味わいをお楽しみいただけますので、ぜひにご利用のほど、よろしくお願いいたします！&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;【富士宮市のふるさと納税】&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;Aozora Pizza人気No. 1の『宮るげりーた』３枚セットが新登場！&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;年内にお申込みいただくと、来年２月以降のお届けとなります。&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;＊今年のクリスマス🎄には間に合いませんので、ご了承ください🙇&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;ふるさと納税は以下のサイトでお申し込みいただけます。※現在、掲載待ちのサイトもございますが、順次オープンされるそうです。&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;「ふるさとチョイス」、「楽天」、「ふじさんといっしょ」、「ふるなび」、「JAL」、「auPAY」、「セゾン」、「ANA」、「さとふる」※&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;あおぞらピッツァホームページにリンク一覧を貼り付けてあります。プロフィールリンクよりあおぞらピッツァホームページに移動いただき「ふるさと納税」よりリンクください。&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;詳しくはこちら！&amp;darr;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-style: normal; font-variant-caps: normal; font-width: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-variant-emoji: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;&lt;a href=&quot;https://aozorapizza.com/menu/c1022868&quot;&gt;https://aozorapizza.com/menu/c1022868&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/64217/251205155711-693282475eab2_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="https://aozorapizza.com/info/6550139">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-05T07:22:00+09:00</dc:date>
        <title>2025年12月の出店予定</title>
        <link>https://aozorapizza.com/info/6550139</link>
        <description>&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/251205072341-693209ed37d68.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/251205072341-693209ed37d68.jpg&quot; alt=&quot;aozorapizza202512.jpeg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/64217/251205072421-69320a1541654_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="https://aozorapizza.com/info/6499611">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-31T14:30:00+09:00</dc:date>
        <title>2025年11月の出店予定</title>
        <link>https://aozorapizza.com/info/6499611</link>
        <description>&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/251031143106-6904499a16330.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/251031143106-6904499a16330.jpg&quot; alt=&quot;aozorapizza202511.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/64217/251031143138-690449ba38d17_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="https://aozorapizza.com/info/6458907">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-01T11:48:00+09:00</dc:date>
        <title>2025年10月の出店スケジュール</title>
        <link>https://aozorapizza.com/info/6458907</link>
        <description>&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/251001125317-68dca5adbf723.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/251001125317-68dca5adbf723.jpg&quot; alt=&quot;aozorapizza202510.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/250924181840-68d3b770608b1.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/250924181840-68d3b770608b1.jpg&quot; alt=&quot;IMG_2713 2.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/251002122800-68ddf1400a137.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/251002122800-68ddf1400a137.jpg&quot; alt=&quot;otsukimi2025-shutsuen1.jpeg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/250930041039-68dad9af4c25d.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/250930041039-68dad9af4c25d.jpg&quot; alt=&quot;38746cad-8189-40d4-88c2-529997f7c5e2.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/64217/251001115702-68dc987eb5644_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="https://aozorapizza.com/info/6413996">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-29T14:52:00+09:00</dc:date>
        <title>2025年9月の出店スケジュール</title>
        <link>https://aozorapizza.com/info/6413996</link>
        <description>&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/250829153310-68b149a68d0f8.png&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/250829153310-68b149a68d0f8.png&quot; alt=&quot;aozorapizza202509.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/64217/250903093623-68b78d87259d2_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="https://aozorapizza.com/info/6377802">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-01T16:59:00+09:00</dc:date>
        <title>2025年8月の出店スケジュールです</title>
        <link>https://aozorapizza.com/info/6377802</link>
        <description>&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/250801170007-688c7407debd8.png&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/250801170007-688c7407debd8.png&quot; alt=&quot;aozorapizza202508.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/64217/250801170056-688c7438bca8c_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="https://aozorapizza.com/info/6344088">
        <dc:format>text/html</dc:format>
        <dc:date>2025-07-08T09:27:00+09:00</dc:date>
        <title>あおぞらピッツァ｜富士宮市プレミアム付商品券「元気わく湧くーポンLet&amp;#039;s 5(レッツゴー)」ご使用いただけます。</title>
        <link>https://aozorapizza.com/info/6344088</link>
        <description>&lt;h3 style=&quot;margin: 1.8em 0px 1.1em; padding: 20px 0px 0px; font-family: &#039;UD Shin Go Regular&#039;, メイリオ, Meiryo, sans-serif; box-sizing: border-box; font-weight: normal; clear: both; background-image: url(&#039;/shared/templates/free/images/h3_line_orange.png&#039;), url(&#039;/shared/templates/free/images/h3_line_repeat.png&#039;); background-repeat: no-repeat, repeat-x; font-size: 23.994001px; line-height: 1.4; caret-color: #333333; color: #333333;&quot;&gt;　&amp;darr;&amp;darr;「元気わく湧くーポンLet&#039;s 5」が使用できるお店はコチラから&amp;darr;&amp;darr;&lt;/h3&gt;
&lt;p style=&quot;margin: 0px 0px 0.8em; padding: 0px; box-sizing: border-box; line-height: 1.7; caret-color: #333333; color: #333333; font-family: &#039;UD Shin Go Regular&#039;, メイリオ, Meiryo, sans-serif; font-size: 18px;&quot;&gt;&lt;a href=&quot;https://www.city.fujinomiya.lg.jp/documents/2141/20250626daikibo.pdf&quot; target=&quot;_blank&quot; class=&quot;icon_pdf&quot; style=&quot;color: #0e448a; box-sizing: border-box;&quot;&gt;元気わく湧くーポン加盟店一覧（大規模）（PDF：338KB）（別ウィンドウで開きます）&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px 0px 0.8em; padding: 0px; box-sizing: border-box; line-height: 1.7; caret-color: #333333; color: #333333; font-family: &#039;UD Shin Go Regular&#039;, メイリオ, Meiryo, sans-serif; font-size: 18px;&quot;&gt;&lt;a href=&quot;https://www.city.fujinomiya.lg.jp/documents/2141/20250626jyuusyo.pdf&quot; target=&quot;_blank&quot; class=&quot;icon_pdf&quot; style=&quot;color: #0e448a; box-sizing: border-box;&quot;&gt;元気わく湧くーポン加盟店一覧（中小企業・郵便番号順）（PDF：1,092KB）（別ウィンドウで開きます）&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px 0px 0.8em; padding: 0px; box-sizing: border-box; line-height: 1.7; caret-color: #333333; color: #333333; font-family: &#039;UD Shin Go Regular&#039;, メイリオ, Meiryo, sans-serif; font-size: 18px;&quot;&gt;&lt;a href=&quot;https://www.city.fujinomiya.lg.jp/documents/2141/20250626gojuon.pdf&quot; target=&quot;_blank&quot; class=&quot;icon_pdf&quot; style=&quot;color: #0e448a; box-sizing: border-box;&quot;&gt;元気わく湧くーポン加盟店一覧（中小企業・五十音順）（PDF：1,086KB）（別ウィンドウで開きます）&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px 0px 0.8em; padding: 0px; box-sizing: border-box; line-height: 1.7; caret-color: #333333; color: #333333; font-family: &#039;UD Shin Go Regular&#039;, メイリオ, Meiryo, sans-serif; font-size: 18px;&quot;&gt;掲載されている店舗であっても、クーポン券の取扱いを休止している場合があります。&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/64217/250708093018-686c669a091bd_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="https://aozorapizza.com/info/6321266">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-23T22:46:00+09:00</dc:date>
        <title>2025年7月の出店予定</title>
        <link>https://aozorapizza.com/info/6321266</link>
        <description>&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/250623224631-68595ab72b979.png&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/250623224631-68595ab72b979.png&quot; alt=&quot;aozorapizza202507.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/64217/250623224702-68595ad660c07_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="https://aozorapizza.com/info/6281257">
        <dc:format>text/html</dc:format>
        <dc:date>2025-05-28T08:00:00+09:00</dc:date>
        <title>【2025/5/30（金）テレビ出演のお知らせ・マイチョイス】</title>
        <link>https://aozorapizza.com/info/6281257</link>
        <description>&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/250526174532-68342a2cbbde9.png&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/250526174532-68342a2cbbde9.png&quot; alt=&quot;マイチョイス.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/64217/250526182655-683433df640e8_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="https://aozorapizza.com/info/6283448">
        <dc:format>text/html</dc:format>
        <dc:date>2025-05-28T07:58:00+09:00</dc:date>
        <title>2025年6月の出店予定</title>
        <link>https://aozorapizza.com/info/6283448</link>
        <description>&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/250612161144-684a7db08d0b9.png&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/250612161144-684a7db08d0b9.png&quot; alt=&quot;aozorapizza202506.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/64217/250528080131-6836444bb51f7_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="https://aozorapizza.com/info/6278030">
        <dc:format>text/html</dc:format>
        <dc:date>2025-05-24T10:30:00+09:00</dc:date>
        <title>2025/5/25(日)出店場所変更しました。う宮〜な（富士宮市外神）になります。</title>
        <link>https://aozorapizza.com/info/6278030</link>
        <description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;5月25日(日)に予定されていました「白糸マルシェ」ですが、雨予報でイベントが中止になりました。&lt;/p&gt;
&lt;p&gt;あおぞらピッツァはう宮〜なで出店いたします。&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/250524102937-6831210165c4d.png&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/250524102937-6831210165c4d_l.png&quot; alt=&quot;5月24日.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/64217/250524103843-68312323ba1cb_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="https://aozorapizza.com/info/6249020">
        <dc:format>text/html</dc:format>
        <dc:date>2025-05-01T13:48:00+09:00</dc:date>
        <title>2025年5月の出店予定</title>
        <link>https://aozorapizza.com/info/6249020</link>
        <description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;【5月25日出店場所変更あり】&lt;/p&gt;
&lt;p&gt;　白糸マルシェが中心になりましたので、25日（日）はう宮〜な（富士宮市外神）で出店いたします。&lt;br /&gt;　お間違えのないよう、よろしくお願いいたします。&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/250501134843-6812fd2b7b39b.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/250501134843-6812fd2b7b39b.jpg&quot; alt=&quot;aozorapizza202505.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/64217/250501135046-6812fda626e53_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="https://aozorapizza.com/info/6235877">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-24T00:05:00+09:00</dc:date>
        <title>Aozora Pizza7周年キャンペーンのお知らせ</title>
        <link>https://aozorapizza.com/info/6235877</link>
        <description>&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;【Aozora Pizza 7周年記念キャンペーンのお知らせ】&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;こんにちは！Aozora Pizza大塚です。&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 20.3px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;いつもご愛顧いただき、誠にありがとうございます😊&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 20.3px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;さて、我が家は2018年に2月に富士宮に移住し、同年4月末から朝霧高原あおぞらピッツァをスタートいたしまして、お陰様で７周年を迎えることが出来ました！&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;移住時には、どうなることかと想像もできなかった(by嫁)、ラッキーセブンの７周年！😭&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;これもひとえに、毎回異なる出店先にわざわざお越しくださるお客様、美味しい食材を真摯にご提供くださる生産者様、出店場所を快く貸してくださる出店者様、そして応援してくださる地域の皆様、関係者の皆様のお陰でございます😭&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;移住時に１歳半だった息子もお陰様で元気な小３になり、地域の方やお客様・関係者様にも、可愛がっていただき、また営業のお手伝いも少しずつ出来るようになっています。&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;朝霧高原で富士山を見ながら、ピッツァを作り、田畑を耕す。&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;皆様の大きな応援のお陰で、憧れの半農半Xの暮らしが、徐々に出来ているかな？という今日この頃です。&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;本当にありがとうございます🙏&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;そして、これからの１年も、『一枚入魂』の初心を忘れずに、Aozora Pizza が1人でも多くの方の喜びとなりますよう、精進して参りますので、これからも、Aozora Pizza家族一同、どうぞよろしくお願いいたします🙏&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 20.3px;&quot;&gt;さて、7周年の感謝の気持ちとしまして、キャンペーンとプレゼントをご用意させていただきました♪&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 20.3px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;〈キャンペーン期間〉&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;&lt;span dir=&quot;ltr&quot;&gt;4月25日（金）～5月25日(日)&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 20.3px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;●その1&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;＜ゾウさんグッズ持参でポイント2倍キャンペーン！【期間中ご購入の方対象】＞&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 20.3px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;●その2&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;＜特製「あおぞらピッツァ　キラキラシール」プレゼント🎁【合言葉で先着50名様】＞&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 20.3px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;&amp;darr;詳細はこちら&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 20.3px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;●その1&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;＜ゾウさんグッズ持参でポイント2倍キャンペーン！【期間中ご購入の方対象】＞&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/250424160020-6809e18412727.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/250424160020-6809e18412727_l.jpg&quot; alt=&quot;IMG_0751.jpeg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 20.3px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;ご好評いただいています、あおぞらピッツァの特典のスタンプカード💳&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 20.3px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;キャンペーン期間中のピッツァご購入時に、お客様がお持ちの「ゾウさん」グッズをご提示いただくと、ポイント2倍！押印させていただきます😆&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 20.3px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;通常は、ピッツァ1枚につき1個押印、10個貯まると、次回1,000円引き割引券としてお使いいただけますが、この期間だと5枚分で1,000円引きになりお得です。&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 20.3px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;スタンプがあと少しで貯まりそう、というお客様も是非この期間にお越しくださいませ😊&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 20.3px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;スタンプカードお持ちでない方はご購入時にお声かけください🙇&amp;zwj;♀️&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 20.3px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;ご提示いただいた「ゾウさん」グッズは、『今日のゾウさん』として、あおぞらピッツァ公式Instagramほかで紹介させていただきます😆&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 20.3px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;私が子供の頃から大好きだった「ゾウさん」をネタにしたキャンペーン。昨年に引き続き、ぜひ一緒に楽しんでいただけたら幸いです😆🍀&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 20.3px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;昨年も持ってきたグッズでもセーフ！ですが、新しいものも見てみたいですね🎵&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 20.3px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;※スマホ画面で表示した写真やネット上のもの、印刷物、コピーできるものは対象外とさせていただきます。お手数ですが、グッズでお願いします。今回はあおぞらピッツァのゾウグッズは対象外でお願いいたします。&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 20.3px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;例）ぬいぐるみ、置き物、ゾウさんが刺繍されたお洋服、おもちゃ、本物のゾウでもOK！😅&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;（お荷物になってしまいますが申し訳ありません🙇&amp;zwj;♀️）&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 20.3px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;●その2&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;＜特製「あおぞらピッツァ　キラキラシール」プレゼント🎁【合言葉で先着50名様】＞&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/250424155934-6809e1560b066.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/250424155934-6809e1560b066_l.jpg&quot; alt=&quot;IMG_0750.jpeg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 20.3px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;いつか作ってみたいグッズとして温めていたこの企画🤭&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 20.3px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;昔、流行ったロッテのビックリマンチョコのシールはご存じですか？私が小学生の頃、悪魔・天使や時々出てくるキラキラシールの「ヘッド」が出てくるのを楽しみに毎週のようにスーパーに行き買っては集めてました。&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;ある時はまとめ買いしたのに、9割悪魔シールだったり、何弾かは全てコンプリートしたり、購入競争が激しくない田舎の祖母にお願いして送ってもらったりと、懐かしい記憶があります。&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 20.3px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;嫁曰く、これわかる人、その世代の人にしか伝わらないよ！というこのグッズですが、あおぞらピッツァ版を作ってみました。結構光ってますよ⚡️7th ANNIVERSARYの文字入り。自己満足😃&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 20.3px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;合言葉は「ビックリマンシールの【ヘッド】のキャラの名前」を店頭でささやいたら、プレゼントいたします。思い出して来てくださいね。例：ヘッドロココとか&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; min-height: 20.3px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;こちらは先着50名様です。&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;-webkit-text-size-adjust: auto; font-size: 17px; margin: 0px; font-stretch: normal; line-height: normal; font-family: system-ui; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal;&quot;&gt;ぜひぜひ、ご来店お待ちしております！😆&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/64217/250424223600-680a3e4035b6f_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="https://aozorapizza.com/info/6202848">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-31T21:04:00+09:00</dc:date>
        <title>2025年4月の出店予定</title>
        <link>https://aozorapizza.com/info/6202848</link>
        <description>&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/250331210513-67ea84f998352.png&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/250331210513-67ea84f998352.png&quot; alt=&quot;aozorapizza202504.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/64217/250331214925-67ea8f5525138_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="https://aozorapizza.com/info/6146548">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-21T16:16:00+09:00</dc:date>
        <title> 2025年3月の出店予定</title>
        <link>https://aozorapizza.com/info/6146548</link>
        <description>&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/250221161623-67b82847c8a49.png&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/250221161623-67b82847c8a49.png&quot; alt=&quot;aozorapizza202503.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/64217/250221161701-67b8286d711f4_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="https://aozorapizza.com/info/6114410">
        <dc:format>text/html</dc:format>
        <dc:date>2025-01-29T19:42:00+09:00</dc:date>
        <title> 2025年2月の出店予定</title>
        <link>https://aozorapizza.com/info/6114410</link>
        <description>&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/250219155347-67b57ffb31549.png&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/250219155347-67b57ffb31549.png&quot; alt=&quot;aozorapiza202502.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/64217/250129194401-679a06718fe2f_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="https://aozorapizza.com/info/6074606">
        <dc:format>text/html</dc:format>
        <dc:date>2025-01-01T18:44:00+09:00</dc:date>
        <title>2025年1月の出店予定</title>
        <link>https://aozorapizza.com/info/6074606</link>
        <description>&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/250101184435-67750e83eca94.png&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/250101184435-67750e83eca94.png&quot; alt=&quot;202501.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/64217/250101184503-67750e9f43970_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="https://aozorapizza.com/info/6056968">
        <dc:format>text/html</dc:format>
        <dc:date>2024-12-20T09:03:00+09:00</dc:date>
        <title>年末年始の営業（2024〜2025年）</title>
        <link>https://aozorapizza.com/info/6056968</link>
        <description>&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;12/20（金）〜22(日)はメンテナンスのためお休みいたします。&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;● 12/27（金）11:00〜18:00リカー＆フーズ 宝来屋 駐車場（富士宮市貴船町）&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;● 12/28（土）9:00〜16:00&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;JAふじ伊豆 産直 う宮〜な 駐車場（富士宮市外神）&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;● 12/29（日）&amp;nbsp; 9:00〜16:00&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;JAふじ伊豆 産直 う宮〜な 駐車場（富士宮市外神）&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;● 12/30（月）11:00〜17:00&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;猪之頭郵便局よこ自宅前駐車場（富士宮市猪之頭）&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Hiragino Sans&#039;;&quot;&gt;&lt;span style=&quot;font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;12/31&lt;/span&gt;（火）～&lt;span style=&quot;font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;1/3&lt;/span&gt;（金）休業&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Hiragino Sans&#039;;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;● 1/4（土）10:00〜16:00&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;まかいの牧場 場内芝生広場（富士宮市内野）&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;● 1/5（日）&amp;nbsp; 9:00〜16:00&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;JAふじ伊豆 産直 う宮〜な 駐車場（富士宮市外神）&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Hiragino Sans&#039;;&quot;&gt;&amp;nbsp;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/64217/241220095947-6764c183e0cf4_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="https://aozorapizza.com/info/6050077">
        <dc:format>text/html</dc:format>
        <dc:date>2024-12-14T20:16:00+09:00</dc:date>
        <title>12/15（日）出店場所変更のお知らせ</title>
        <link>https://aozorapizza.com/info/6050077</link>
        <description>&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;12/15（日）出店場所変更のお知らせ&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;【富士宮市猪之頭郵便局となり自宅前で10:00〜17:00の営業に変更】させていただきます。&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;富士市「ジャンボエンチョー富士店」さんでの出店予定でしたが、今日出店先から帰宅後、車両電気系の不具合を見つけまして、自分で交換してみましたが、直らず、今度車屋さんに見てもらうことにしました。&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;エンチョーさん周辺の富士の皆様すみません。&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;仕込みはすでにしており、生地多く用意していますので、皆様猪之頭までぜひお越しくださいませ😭&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;富士山きれいです。&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;今日暴風で中止になった猪之頭パラグライダーエリアでの大会は明日は飛べるはず、とのことです。日本全国から上手い上位ランキングのフライヤーの方が集まっています。上空見学もどうぞ！&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;猪之頭郵便局を目指してお越しください。&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Hiragino Sans&#039;;&quot;&gt;〒&lt;span style=&quot;font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;418-0108 &lt;/span&gt;静岡県富士宮市猪之頭４９９&lt;span style=&quot;font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;&amp;minus;&lt;/span&gt;１&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/64217/241214201742-675d695623c0c_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="https://aozorapizza.com/info/6026859">
        <dc:format>text/html</dc:format>
        <dc:date>2024-11-29T23:56:00+09:00</dc:date>
        <title>2024年12月出店予定</title>
        <link>https://aozorapizza.com/info/6026859</link>
        <description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;12/15（日）出店場所変更のお知らせ&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;【富士宮市猪之頭郵便局となり自宅前で10:00〜17:00の営業に変更】させていただきます。&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;富士市「ジャンボエンチョー富士店」さんでの出店予定でしたが、今日出店先から帰宅後、車両電気系の不具合を見つけまして、自分で交換してみましたが、直らず、今度車屋さんに見てもらうことにしました。&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;エンチョーさん周辺の富士の皆様すみません。&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;仕込みはすでにしており、生地多く用意していますので、皆様猪之頭までぜひお越しくださいませ😭&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;富士山きれいです。&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;今日暴風で中止になった猪之頭パラグライダーエリアでの大会は明日は飛べるはず、とのことです。日本全国から上手い上位ランキングのフライヤーの方が集まっています。上空見学もどうぞ！&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;; min-height: 15px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;猪之頭郵便局を目指してお越しください。&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-family: &#039;Hiragino Sans&#039;;&quot;&gt;〒&lt;/span&gt;&lt;span style=&quot;font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;418-0108 &lt;/span&gt;&lt;span style=&quot;font-family: &#039;Hiragino Sans&#039;;&quot;&gt;静岡県富士宮市猪之頭４９９&lt;/span&gt;&lt;span style=&quot;font-stretch: normal; line-height: normal; font-family: &#039;Helvetica Neue&#039;;&quot;&gt;&amp;minus;&lt;/span&gt;&lt;span style=&quot;font-family: &#039;Hiragino Sans&#039;;&quot;&gt;１&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/241129235633-6749d6210b6ee.png&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/241129235633-6749d6210b6ee.png&quot; alt=&quot;aozorapizza202412.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/241127171919-6746d60723774.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/241127171919-6746d60723774.jpg&quot; alt=&quot;IMG_2874.jpeg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/241129235212-6749d51c83cd3.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/241129235212-6749d51c83cd3.jpg&quot; alt=&quot;IMG_9155.JPG&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/241129235819-6749d68b51f1f.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/241129235819-6749d68b51f1f.jpg&quot; alt=&quot;1F1B73B2-6D26-4B2D-B5F3-CAF4DB8BAC3B.JPG&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/64217/241130172554-674acc1250f5c_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="https://aozorapizza.com/info/5980271">
        <dc:format>text/html</dc:format>
        <dc:date>2024-10-29T22:57:00+09:00</dc:date>
        <title>2024年11月の出店予定</title>
        <link>https://aozorapizza.com/info/5980271</link>
        <description>&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/241029225739-6720e9d34920f.png&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/241029225739-6720e9d34920f.png&quot; alt=&quot;aozorapizza202411.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/64217/241029225825-6720ea015c71b_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="https://aozorapizza.com/info/5944924">
        <dc:format>text/html</dc:format>
        <dc:date>2024-10-04T10:59:00+09:00</dc:date>
        <title>支払い方法にふるさと納税が加わりました</title>
        <link>https://aozorapizza.com/info/5944924</link>
        <description>&lt;p&gt;富士宮市のふるさと納税サイトで現地決済型のふるさと納税の仕組みが始まりました。&lt;/p&gt;
&lt;p&gt;あおぞらピッツァの場合、これまではお食事券を郵送してその後お客様にご来店いただく形でしたが、今回の取り組みにより、直接あおぞらピッツァにお越しいただき、QRコードからふるさと納税決済をいただき、画面を見せていただくことでピッツァをお渡しできるようになりました。&lt;/p&gt;
&lt;p&gt;返礼品は&lt;/p&gt;
&lt;p&gt;16,000円の寄付で1,600円までのピッツァ3枚&lt;/p&gt;
&lt;p&gt;6,000円の寄付で1,600円のピッツァ1枚&lt;/p&gt;
&lt;p&gt;1,600円以上のピッツァでも差額をいただければ、購入できます。&lt;/p&gt;
&lt;p&gt;となります。制度上返礼品額に対しての上限額があるのと、富士宮市外にお住まいの方が対象です&amp;nbsp;。&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/241004110006-66ff4c2656b54.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/241004110006-66ff4c2656b54_l.jpg&quot; alt=&quot;IMG_8480.jpeg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/64217/241004150705-66ff86098f26d_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="https://aozorapizza.com/info/5942785">
        <dc:format>text/html</dc:format>
        <dc:date>2024-10-03T01:46:00+09:00</dc:date>
        <title>2024年10月の出店予定</title>
        <link>https://aozorapizza.com/info/5942785</link>
        <description>&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/241003014651-66fd78fb98db1.png&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/241003014651-66fd78fb98db1.png&quot; alt=&quot;aozorapizza202410.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/241003014905-66fd798171ad0.png&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/241003014905-66fd798171ad0_l.png&quot; alt=&quot;キャンスポ_マルシェ2024年10月12日告知用日程のみ.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/241003014923-66fd7993476e4.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/241003014923-66fd7993476e4.jpg&quot; alt=&quot;9E690234-0762-439E-BF5B-28B3B9AED0A6.jpeg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/64217/241003014935-66fd799f30895.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/64217/241003014935-66fd799f30895_l.jpg&quot; alt=&quot;CAA9EE25-125F-4003-9ABD-F43A590CECDB.jpeg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/64217/241003014711-66fd790f61aaa_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="https://aozorapizza.com/info/5932689">
        <dc:format>text/html</dc:format>
        <dc:date>2024-09-28T06:58:00+09:00</dc:date>
        <title>9/28（土）は休業、9/29(日)う宮〜なで出店となります。</title>
        <link>https://aozorapizza.com/info/5932689</link>
        <description>&lt;p&gt;28、29日の予定が確定いたしました。2024年9月28日AM7:00更新&lt;/p&gt;
&lt;p&gt;9月28日（土）　休業（小学校運動会行事開催のため）&lt;/p&gt;
&lt;p&gt;9月29日（日）　ファーマーズマーケットう宮〜な（静岡県富士宮市外神）&lt;/p&gt;
&lt;p&gt;昨日、9月27日に販売開始いたしましたSBSテレビで紹介された包み焼きピッツァも大好評いただきました。&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/64217/240928070248-66f72b88569b5_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="https://aozorapizza.com/info/5928085">
        <dc:format>text/html</dc:format>
        <dc:date>2024-09-25T14:53:00+09:00</dc:date>
        <title>【新作メニュー】グラスフェッド フレッシュチーズの包み焼きピッツァ</title>
        <link>https://aozorapizza.com/info/5928085</link>
        <description>&lt;p&gt;&lt;span style=&quot;background-color: #ffcc00; font-size: 18pt;&quot;&gt;2024年9月25日（水）SBSテレビ Liveしずおか「しずおか産」で紹介された包み焼きピッツァです。&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/dIyXZvUdetc?si=POGIcgQf9sFD8gck&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen=&quot;allowfullscreen&quot;&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;神奈川から朝霧高原に移住し、2023年に新規就農した「もふとのジャージー牧場」柳さんが生産するグラスフェッド（牧草飼育）牛乳からできたフレッシュチーズ（ほのかな酸味のフロマージュブラン）を使用した包み焼きピッツァです。&lt;/p&gt;
&lt;p&gt;朝霧高原放牧豚ボロニアハム、七富モッツァレラチーズ、 🌱バジル、🍅有機トマトソース、粉チーズを包み、ゆっくり焼きました。&lt;/p&gt;
&lt;p&gt;ご希望あれば、半分に切った形でお渡しすることもできます。&lt;/p&gt;
&lt;p&gt;手持ちでお召し上がりいただけます。&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;background-color: #ffff00;&quot;&gt;&lt;a href=&quot;https://aozorapizza.com/menu/1055282&quot; style=&quot;background-color: #ffff00;&quot;&gt;メニュー詳細はこちら&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;ふもとのジャージー牧場では現在ヨーグルトの販売をしております。&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 18pt; background-color: #ffcc00;&quot;&gt;ふもとのジャージー販売サイトは&lt;a href=&quot;https://fumoto-jersey.com&quot; target=&quot;_blank&quot;&gt;こちら&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/64217/240925145616-66f3a6002d37f_m.jpg&#039; /&gt;</description>
    </item>
</rdf:RDF>
