<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>カヤック &#8211; 一般社団法人西伊豆町観光協会</title>
	<atom:link href="https://www.nishiizu-kankou.com/news/tag/%e3%82%ab%e3%83%a4%e3%83%83%e3%82%af/feed" rel="self" type="application/rss+xml" />
	<link>https://www.nishiizu-kankou.com</link>
	<description>堂ヶ島温泉郷</description>
	<lastBuildDate>Tue, 08 Sep 2026 02:34:16 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.15</generator>

<image>
	<url>https://www.nishiizu-kankou.com/wp-content/uploads/2026/06/cropped-プロフィールアイコン-1-32x32.jpg</url>
	<title>カヤック &#8211; 一般社団法人西伊豆町観光協会</title>
	<link>https://www.nishiizu-kankou.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>西伊豆町でSUP・カヤックができるショップ特集</title>
		<link>https://www.nishiizu-kankou.com/news/sup_kayak_recommend</link>
		
		<dc:creator><![CDATA[nishiizu]]></dc:creator>
		<pubDate>Tue, 08 Sep 2026 02:32:00 +0000</pubDate>
				<category><![CDATA[新着情報]]></category>
		<category><![CDATA[観光情報]]></category>
		<category><![CDATA[SUP]]></category>
		<category><![CDATA[カヤック]]></category>
		<category><![CDATA[サップ]]></category>
		<category><![CDATA[マリン]]></category>
		<category><![CDATA[レンタル]]></category>
		<category><![CDATA[堂ヶ島]]></category>
		<category><![CDATA[西伊豆]]></category>
		<category><![CDATA[西伊豆町]]></category>
		<guid isPermaLink="false">https://www.nishiizu-kankou.com/?p=38940</guid>

					<description><![CDATA[🏄 SUP・カヤックショップ特集 🛶 西伊豆町でSUP・カヤックができるショップ特集 透明度の高い海と夕陽の絶景で知られる西伊豆町。SUP（スタンドアップパドルボード）やカヤックの体験・レンタルができる6つのショップをご [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><style>
#sup-shops *, #sup-shops *::before, #sup-shops *::after { box-sizing: border-box; }

#sup-shops {
  font-size: 15px;
  line-height: 1.75;
  color: #333;
}
#sup-shops .sp-container{max-width:860px;margin:0 auto;padding:24px 12px}

/* ヒーロー */
#sup-shops .sp-hero{
  background: linear-gradient(150deg, #063b5c 0%, #0a6fa8 55%, #37c0d6 100%);
  color:#fff;
  border-radius:14px;
  padding:34px 24px 30px !important;
  text-align:center;
  margin-bottom:26px !important;
  box-shadow:0 6px 18px rgba(0,0,0,.15);
}
#sup-shops .sp-hero-badge{
  display:inline-block;
  background:rgba(255,255,255,.18);
  border:1.5px solid rgba(255,255,255,.5);
  border-radius:999px;
  padding:4px 18px !important;
  font-size:13px;
  letter-spacing:.06em;
  margin-bottom:14px !important;
}
#sup-shops .sp-hero h1{
  font-size:clamp(21px,3.2vw,29px) !important;
  font-weight:bold;
  margin:0 0 12px !important;
  padding:0 !important;
  border:none !important;
  color:#fff !important;
  line-height:1.5;
  text-shadow:0 1px 4px rgba(0,0,0,.25);
}
#sup-shops .sp-hero p.sp-lead{
  font-size:14.5px;
  opacity:.95;
  max-width:620px;
  margin:0 auto 20px !important;
}
#sup-shops .sp-hero-cta{
  display:inline-block;
  background:#fff;
  color:#0a6fa8;
  border-radius:8px;
  padding:12px 26px !important;
  font-weight:bold;
  font-size:15px;
  text-decoration:none;
  transition:.25s;
  box-shadow:0 3px 10px rgba(0,0,0,.15);
}
#sup-shops .sp-hero-cta:hover{background:#37c0d6;color:#fff}

/* 見出し */
#sup-shops .sp-heading{
  font-size:19px !important;
  font-weight:bold !important;
  color:#0a6fa8 !important;
  border-left:5px solid #0a6fa8 !important;
  padding:0 0 0 13px !important;
  margin:38px 0 16px !important;
  background:none !important;
}

/* カードグリッド（PC・スマホ共通1列） */
#sup-shops .sp-grid{display:grid;grid-template-columns:1fr;gap:20px}
#sup-shops .sp-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 2px 8px rgba(0,0,0,.08);
  display:flex;
  flex-direction:column;
  transition:transform .25s, box-shadow .25s;
}
#sup-shops .sp-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.12)}
#sup-shops .sp-card img{width:100%;height:230px;object-fit:cover;display:block}
#sup-shops .sp-card-body{padding:16px 16px 18px;display:flex;flex-direction:column;gap:10px}
#sup-shops .sp-card h3{margin:0;font-size:18px;color:#111}
#sup-shops .sp-subtle{font-size:13.5px;color:#555;line-height:1.7;margin:0}

#sup-shops .sp-badges{display:flex;flex-wrap:wrap;gap:8px;margin:2px 0 4px}
#sup-shops .sp-badge{
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:5px 11px;
  border:1px solid #b8d8ef;
  border-radius:999px;
  background:#eef6fb;
  font-size:12px;
  font-weight:600;
  color:#0a6fa8;
}
#sup-shops .sp-badge.sp-home{
  border-color:#ffd08a;
  background:#fff6e8;
  color:#c96a00;
}

#sup-shops .sp-links{display:flex;flex-wrap:wrap;gap:10px}
#sup-shops .sp-btn{
  display:block;
  flex:1 1 auto;
  text-align:center;
  border:2px solid #0a6fa8;
  background:#fff;
  color:#0a6fa8;
  border-radius:8px;
  padding:11px !important;
  font-weight:bold;
  font-size:14px;
  text-decoration:none;
  transition:.25s;
}
#sup-shops .sp-btn:hover{background:#0a6fa8;color:#fff}
#sup-shops .sp-btn.sp-btn-sub{
  border-color:#b8c2cc;
  color:#556;
}
#sup-shops .sp-btn.sp-btn-sub:hover{background:#556;border-color:#556;color:#fff}

/* その他のマリンアクティビティ */
#sup-shops .sp-more{
  margin-top:8px;
  text-align:center;
  background:#f7f9fb;
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:22px 20px !important;
}
#sup-shops .sp-more p{margin:0 0 14px !important;font-weight:bold;color:#333}
#sup-shops .sp-more .sp-btn{
  display:inline-block;
  border-color:#e07000;
  color:#e07000;
  padding:11px 28px !important;
}
#sup-shops .sp-more .sp-btn:hover{background:#e07000;color:#fff}

/* FAQ */
#sup-shops .sp-faq{margin-top:8px}
#sup-shops details{
  border:1px solid #e0e7ee;
  border-left:4px solid #0a6fa8;
  border-radius:8px;
  padding:12px 16px;
  margin:10px 0;
  background:#f7fafc;
}
#sup-shops details summary{
  cursor:pointer;
  font-weight:600;
  color:#0e3a5c;
  list-style:none;
  position:relative;
  padding-right:26px;
}
#sup-shops details summary::-webkit-details-marker{display:none}
#sup-shops details summary::before{content:"Q";display:inline-block;color:#0a6fa8;font-weight:800;margin-right:8px}
#sup-shops details summary::after{
  content:"▾";
  position:absolute;
  right:2px;
  top:0;
  color:#0a6fa8;
  transition:transform .2s;
}
#sup-shops details[open] summary::after{transform:rotate(-180deg)}
#sup-shops details > div{margin-top:10px;padding-left:22px;color:#444;font-size:14px;line-height:1.7}

@media (max-width:480px){
  #sup-shops .sp-hero{padding:28px 18px 24px !important}
  #sup-shops .sp-card img{height:200px}
  #sup-shops .sp-links{flex-direction:column}
}
</style></p>

<div id="sup-shops" itemscope="" itemtype="https://schema.org/WebPage">
  <div class="sp-container">

    <!-- ヒーロー／導入 -->
    <section class="sp-hero" aria-label="西伊豆のSUPショップ特集">
      <div class="sp-hero-badge"><img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f3c4.png" alt="🏄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> SUP・カヤックショップ特集 <img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f6f6.png" alt="🛶" class="wp-smiley" style="height: 1em; max-height: 1em;" /></div>
      <h1 itemprop="headline">西伊豆町でSUP・カヤックができるショップ特集</h1>
      <p class="sp-lead" itemprop="description">透明度の高い海と夕陽の絶景で知られる西伊豆町。<br>SUP（スタンドアップパドルボード）やカヤックの体験・レンタルができる<br>6つのショップをご紹介します。</p>
      <a class="sp-hero-cta" href="https://www.nishiizu-kankou.com/play" target="_blank" rel="noopener" itemprop="relatedLink">あそぶ・体験メニュー一覧を見る</a>
    </section>

    <!-- ショップ一覧 -->
    <h2 class="sp-heading">SUP・カヤック体験ができるショップ</h2>
    <section id="pickups" class="sp-grid" aria-label="SUPショップ一覧" itemscope="" itemtype="https://schema.org/ItemList">
      <meta itemprop="name" content="西伊豆のSUP・カヤック体験・レンタルショップ一覧">
      <meta itemprop="itemListOrder" content="http://schema.org/ItemListOrderAscending">

      <article class="sp-card" itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem">
        <meta itemprop="position" content="1">
        <img src="https://www.nishiizu-kankou.com/wp-content/uploads/2026/08/３.jpg" alt="伊豆自然学校" loading="lazy" decoding="async">
        <div class="sp-card-body" itemscope="" itemtype="https://schema.org/LocalBusiness" itemprop="item">
          <h3 itemprop="name">伊豆自然学校</h3>
          <p class="sp-subtle" itemprop="description">シーカヤックやSUP体験のほか、ビーチ・ボートシュノーケリング、体験ダイビングまで対応可。<br>西伊豆の自然をまるごと楽しめるプログラムを幅広く提供するNPO法人です。</p>
          <div class="sp-badges">
            <span class="sp-badge sp-home"><img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f4cd.png" alt="📍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 西伊豆町内（複数フィールド）</span>
            <span class="sp-badge"><img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f6f6.png" alt="🛶" class="wp-smiley" style="height: 1em; max-height: 1em;" /> カヤック体験</span>
            <span class="sp-badge"><img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f3c4.png" alt="🏄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> SUP体験</span>
            <span class="sp-badge"><img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f93f.png" alt="🤿" class="wp-smiley" style="height: 1em; max-height: 1em;" /> シュノーケリング／体験ダイビング</span>
          </div>
          <div class="sp-links">
            <a class="sp-btn" itemprop="url" href="https://www.nishiizu-kankou.com/play/npoizu" target="_blank" rel="noopener">詳細を見る</a>
          </div>
        </div>
      </article>

      <article class="sp-card" itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem">
        <meta itemprop="position" content="2">
        <img src="https://www.nishiizu-kankou.com/wp-content/uploads/2026/08/S__77307915.jpg" alt="SUP&amp;SeaDining 櫂～KAI～（クリスタルビーチ）" loading="lazy" decoding="async">
        <div class="sp-card-body" itemscope="" itemtype="https://schema.org/LocalBusiness" itemprop="item">
          <h3 itemprop="name">SUP&amp;SeaDining 櫂～KAI～</h3>
          <p class="sp-subtle" itemprop="description">「海まで徒歩10秒」がうたい文句の、クリスタルビーチ発の少人数制SUPショップ。<br>モーニング・アフタヌーン・サンセットの3つの時間帯から選べ、ツアー後は徒歩5分の日帰り温泉で汗を流せます。</p>
          <div class="sp-badges">
            <span class="sp-badge sp-home"><img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f4cd.png" alt="📍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> クリスタルビーチ</span>
            <span class="sp-badge"><img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f305.png" alt="🌅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 3種のコース／モーニング／アフタヌーン／サンセット</span>
            <span class="sp-badge"><img src="https://s.w.org/images/core/emoji/13.1.0/72x72/2668.png" alt="♨" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 徒歩5分でホテルの日帰り温泉</span>
          </div>
          <div class="sp-links">
            <a class="sp-btn" itemprop="url" href="https://www.nishiizu-kankou.com/play/supseadining-kai" target="_blank" rel="noopener">詳細を見る</a>
          </div>
        </div>
      </article>

      <article class="sp-card" itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem">
        <meta itemprop="position" content="3">
        <img src="https://www.nishiizu-kankou.com/wp-content/uploads/2026/08/photo-output3-scaled.jpeg" alt="西伊豆カヤック（田子エリア）" loading="lazy" decoding="async">
        <div class="sp-card-body" itemscope="" itemtype="https://schema.org/LocalBusiness" itemprop="item">
          <h3 itemprop="name">西伊豆カヤック（Enjoy Inc）</h3>
          <p class="sp-subtle" itemprop="description">田子のシーランドダイビングサービス敷地内を拠点に、カヤックとSUPの両方を体験できるショップ。<br>午前・午後の定番コースに加え、日没に合わせた夕陽コースも用意されています。</p>
          <div class="sp-badges">
            <span class="sp-badge sp-home"><img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f4cd.png" alt="📍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 田子エリア</span>
            <span class="sp-badge"><img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f6f6.png" alt="🛶" class="wp-smiley" style="height: 1em; max-height: 1em;" /> カヤック体験</span>
            <span class="sp-badge"><img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f3c4.png" alt="🏄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> SUP体験</span>
            <span class="sp-badge"><img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f307.png" alt="🌇" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 3種のコース／午前／午後／夕陽</span>
            <span class="sp-badge"><img src="https://s.w.org/images/core/emoji/13.1.0/72x72/23f0.png" alt="⏰" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 選べる体験時間1h～2h</span>
          </div>
          <div class="sp-links">
            <a class="sp-btn" itemprop="url" href="https://www.nishiizu-kankou.com/play/nishiizu_kayak" target="_blank" rel="noopener">詳細を見る</a>
          </div>
        </div>
      </article>

      <article class="sp-card" itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem">
        <meta itemprop="position" content="4">
        <img src="https://www.nishiizu-kankou.com/wp-content/uploads/2026/08/second-cafe-3.jpg" alt="セカンドカフェ（浮島海岸）" loading="lazy" decoding="async">
        <div class="sp-card-body" itemscope="" itemtype="https://schema.org/LocalBusiness" itemprop="item">
          <h3 itemprop="name">セカンドカフェ</h3>
          <p class="sp-subtle" itemprop="description">浮島海岸を望むハワイアンテイストのカフェ&amp;宿。美味しい食事を楽しみながら西伊豆随一の夕陽も満喫。<br>人気の浮島エリアで秘境SUPツアーも開催しています。</p>
          <div class="sp-badges">
            <span class="sp-badge sp-home"><img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f4cd.png" alt="📍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 浮島海岸</span>
            <span class="sp-badge"><img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f3c4.png" alt="🏄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 秘境SUPツアー</span>
            <span class="sp-badge"><img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f354.png" alt="🍔" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 美味しいバーガー・タコライス</span>
            <span class="sp-badge"><img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f6cf.png" alt="🛏" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 素泊まりルーム有</span>
          </div>
          <div class="sp-links">
            <a class="sp-btn" itemprop="url" href="https://www.nishiizu-kankou.com/eat/2ndcafe" target="_blank" rel="noopener">詳細を見る</a>
          </div>
        </div>
      </article>

      <article class="sp-card" itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem">
        <meta itemprop="position" content="5">
        <img src="https://www.nishiizu-kankou.com/wp-content/uploads/2022/01/kaisuiso.jpg" alt="KAISUISO（乗浜海岸）" loading="lazy" decoding="async">
        <div class="sp-card-body" itemscope="" itemtype="https://schema.org/LocalBusiness" itemprop="item">
          <h3 itemprop="name">KAISUISO（カイスイソウ）</h3>
          <p class="sp-subtle" itemprop="description">堂ヶ島の絶景を望む乗浜海岸に立つ海の家。<br>SUP・カヤックのレンタルに加え、パーキング、車中泊・サイト利用まで揃い、一日中海と親しめる拠点です。</p>
          <div class="sp-badges">
            <span class="sp-badge sp-home"><img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f4cd.png" alt="📍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 乗浜海岸</span>
            <span class="sp-badge"><img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f3c4.png" alt="🏄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> SUPレンタル</span>
            <span class="sp-badge"><img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f6f6.png" alt="🛶" class="wp-smiley" style="height: 1em; max-height: 1em;" /> カヤックレンタル</span>
            <span class="sp-badge"><img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1fa71.png" alt="🩱" class="wp-smiley" style="height: 1em; max-height: 1em;" /> ウェットスーツレンタル</span>
            <span class="sp-badge"><img src="https://s.w.org/images/core/emoji/13.1.0/72x72/26fa.png" alt="⛺" class="wp-smiley" style="height: 1em; max-height: 1em;" /> キャンプ</span>
            <span class="sp-badge"><img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f690.png" alt="🚐" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 車中泊</span>
          </div>
          <div class="sp-links">
            <a class="sp-btn" itemprop="url" href="https://www.nishiizu-kankou.com/play/kaisuiso" target="_blank" rel="noopener">詳細を見る</a>
          </div>
        </div>
      </article>

      <article class="sp-card" itemprop="itemListElement" itemscope="" itemtype="https://schema.org/ListItem">
        <meta itemprop="position" content="6">
        <img src="https://www.nishiizu-kankou.com/wp-content/uploads/2022/06/IMG_6441-1-1-scaled.jpeg" alt="ジオパラダイス西伊豆（大浜海水浴場）" loading="lazy" decoding="async">
        <div class="sp-card-body" itemscope="" itemtype="https://schema.org/LocalBusiness" itemprop="item">
          <h3 itemprop="name">ジオパラダイス西伊豆</h3>
          <p class="sp-subtle" itemprop="description">「1組限定」の完全プライベートSUPツアーが魅力のショップ。<br>初心者歓迎で、西伊豆ジオパークならではの洞窟めぐりコースも楽しめます。（SUP開催期間：7月～10月）</p>
          <div class="sp-badges">
            <span class="sp-badge sp-home"><img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f4cd.png" alt="📍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 乗浜、堂ヶ島エリア</span>
            <span class="sp-badge"><img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f3c4.png" alt="🏄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 初心者体験コース</span>
            <span class="sp-badge"><img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f573.png" alt="🕳" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 洞窟めぐりコース</span>
            <span class="sp-badge"><img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f465.png" alt="👥" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 1日1組限定</span>
          </div>
          <div class="sp-links">
            <a class="sp-btn" itemprop="url" href="https://www.nishiizu-kankou.com/play/geoparanishiizu" target="_blank" rel="noopener">詳細を見る</a>
          </div>
        </div>
      </article>

    </section>

    <!-- その他のマリンアクティビティ -->
    <section id="more-play" class="sp-more" aria-label="その他のマリンアクティビティ">
      <p>その他のマリンアクティビティ・体験施設はこちら</p>
      <a class="sp-btn" href="https://www.nishiizu-kankou.com/play" target="_blank" rel="noopener">あそぶ一覧ページを見る</a>
    </section>

    <!-- FAQ -->
    <h2 class="sp-heading">よくある質問</h2>
    <section id="faq" class="sp-faq" aria-label="よくある質問">
      <details>
        <summary>SUPやカヤックが未経験でも参加できますか？</summary>
        <div>はい。体験できるショップは初心者向けのレクチャー付きコースを用意しています。<br>波の穏やかな西伊豆は初めての方にもおすすめです。</div>
      </details>
      <details>
        <summary>予約は必要ですか？</summary>
        <div>各ショップとも事前予約制です。<br>最少催行人数や開催時期が設定されているため、早めのお問い合わせをおすすめします。</div>
      </details>
      <details>
        <summary>レンタル用品だけの利用はできますか？</summary>
        <div>KAISUISOではSUP・カヤック・ウェットスーツのレンタルのみの利用が可能です。<br>その他にもレンタル品を扱うショップはございますので詳細やご相談は各ショップにお問い合わせください。</div>
      </details>
      <details>
        <summary>開催時期はいつまでですか？</summary>
        <div>どのショップも初夏～初秋を中心に営業していますが、申し込みの条件（団体など）により異なります。<br>事前に各ショップへお問い合わせください。</div>
      </details>
      <details>
        <summary>駐車場はありますか？</summary>
        <div>どのショップも駐車スペースはありますが台数に限りがある場合があります。<br>予約時にご確認ください。</div>
      </details>
    </section>

  </div>
</div>


]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
