<script>
(function() {
    // 1. URLに「fujisawa」が含まれていない場合は即座に終了（他院への影響を完全に防ぐ）
    if (window.location.pathname.indexOf('fujisawa') === -1) {
        return;
    }

    // 2. URLパラメータに「utm_source=google」があるか判定してセッションに記憶
    if (new URLSearchParams(window.location.search).get('utm_source') === 'google') {
        sessionStorage.setItem('fujisawa_ad_origin', 'google');
    }

    // 3. Google広告からの流入者である場合の処理
    if (sessionStorage.getItem('fujisawa_ad_origin') === 'google') {
        
        // 割り込み処理：ページ全体のどこかがクリックされた時に最優先で発火
        document.addEventListener('click', function(event) {
            // クリックされた要素、またはその親要素（aタグ）を探す
            const targetAnchor = event.target.closest('a');
            
            // aタグがクリックされ、かつそのリンク先にLINE関連のURLが含まれている場合
            if (targetAnchor && (targetAnchor.href.includes('lin.ee') || targetAnchor.href.includes('page.line.me'))) {
                // 他のすべてのJSが上書きしてこようが、遷移する直前のこの瞬間にGoogle専用URLにすり替える
                if (targetAnchor.href !== 'https://lin.ee/SdXQClV') {
                    targetAnchor.href = 'https://lin.ee/SdXQClV';
                }
            }
        }, { capture: true }); // 【重要】capture: true により、テーマ内の他のどのJSよりも「先に」実行させます

    }
})();
</script><?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://cross-animal.jp/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://cross-animal.jp/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://cross-animal.jp/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://cross-animal.jp/wp-sitemap-posts-case_01-1.xml</loc></sitemap><sitemap><loc>https://cross-animal.jp/wp-sitemap-posts-column_01-1.xml</loc></sitemap><sitemap><loc>https://cross-animal.jp/wp-sitemap-posts-catalog_01-1.xml</loc></sitemap><sitemap><loc>https://cross-animal.jp/wp-sitemap-posts-staff-1.xml</loc></sitemap><sitemap><loc>https://cross-animal.jp/wp-sitemap-posts-blume-news_01-1.xml</loc></sitemap><sitemap><loc>https://cross-animal.jp/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://cross-animal.jp/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://cross-animal.jp/wp-sitemap-taxonomies-column_01-cate-1.xml</loc></sitemap><sitemap><loc>https://cross-animal.jp/wp-sitemap-taxonomies-column_01-tag-1.xml</loc></sitemap><sitemap><loc>https://cross-animal.jp/wp-sitemap-taxonomies-catalog_style-1.xml</loc></sitemap><sitemap><loc>https://cross-animal.jp/wp-sitemap-taxonomies-catalog_breed-1.xml</loc></sitemap><sitemap><loc>https://cross-animal.jp/wp-sitemap-taxonomies-case_group-ah-1.xml</loc></sitemap><sitemap><loc>https://cross-animal.jp/wp-sitemap-taxonomies-case_category-1.xml</loc></sitemap><sitemap><loc>https://cross-animal.jp/wp-sitemap-taxonomies-column_group-ah-1.xml</loc></sitemap><sitemap><loc>https://cross-animal.jp/wp-sitemap-taxonomies-staff_group-ah-1.xml</loc></sitemap><sitemap><loc>https://cross-animal.jp/wp-sitemap-taxonomies-staff_occupation-1.xml</loc></sitemap><sitemap><loc>https://cross-animal.jp/wp-sitemap-taxonomies-blume_salon-1.xml</loc></sitemap><sitemap><loc>https://cross-animal.jp/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
