<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

    <!-- メインページ -->
    <url>
        <loc>https://yasasi-gym.com/</loc>
        <lastmod>2024-12-12</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- 予約ページ -->
    <url>
        <loc>https://yasasi-gym.com/reservation.html</loc>
        <lastmod>2024-12-12</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- 特定商取引法 -->
    <url>
        <loc>https://yasasi-gym.com/specific-commercial-law.html</loc>
        <lastmod>2024-12-12</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>

    <!-- 利用規約 -->
    <url>
        <loc>https://yasasi-gym.com/terms-of-service.html</loc>
        <lastmod>2024-12-12</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>

    <!-- プライバシーポリシー -->
    <url>
        <loc>https://yasasi-gym.com/privacy-policy.html</loc>
        <lastmod>2024-12-12</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>

</urlset> 