<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	テストテスト へのコメント	</title>
	<atom:link href="https://range.sanctuarygolf.jp/%E3%83%86%E3%82%B9%E3%83%88%E3%83%86%E3%82%B9%E3%83%88/feed/" rel="self" type="application/rss+xml" />
	<link>https://range.sanctuarygolf.jp/%e3%83%86%e3%82%b9%e3%83%88%e3%83%86%e3%82%b9%e3%83%88/</link>
	<description></description>
	<lastBuildDate>Mon, 19 Dec 2022 16:52:04 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
</channel>
</rss>

        <style>
          .dg-popup-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0,0,0,0.6);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 999999;
          }
          .dg-popup-modal {
            position: relative;
            max-width: min(90vw, 900px);
            max-height: 90vh;
          }
          @media (min-width:768px){.dg-popup-modal{max-width:600px;}}
          .dg-popup-link, .dg-popup-link img {
            display: block;
            max-width: 100%;
            max-height: 90vh;
            height: auto;
            border-radius: 8px;
          }
          .dg-popup-close {
            position: fixed;
            top: 16px;
            right: 16px;
            width: 40px;
            height: 40px;
            border: none;
            border-radius: 999px;
            background: rgba(255,255,255,0.9);
            cursor: pointer;
            font-size: 22px;
            line-height: 40px;
            text-align: center;
            z-index: 1000000;
          }
        </style>

        <div class="dg-popup-overlay" id="dgPopupOverlay">
          <div class="dg-popup-modal">
            <a class="dg-popup-link" href="https://sanctuarygolf.jp/lp3" target="_blank" rel="noopener">
              <img src="https://sanctuarygolf.jp/wp-content/uploads/2025/11/ad4.jpg" alt="SANCTUARY x TRINITY GOLF">
            </a>
          </div>
          <button type="button" class="dg-popup-close" id="dgPopupClose">×</button>
        </div>

        <script>
          document.addEventListener("DOMContentLoaded", function() {
            var overlay = document.getElementById("dgPopupOverlay");
            var link = overlay.querySelector("a");
            var closeBtn = document.getElementById("dgPopupClose");

            function openPopup() {
              overlay.style.display = "flex";
              document.documentElement.style.overflow = "hidden";
            }
            function closePopup() {
              overlay.style.display = "none";
              document.documentElement.style.overflow = "";
            }

            openPopup();

            overlay.addEventListener("click", function(e) {
              if (!link.contains(e.target)) closePopup();
            });

            closeBtn.addEventListener("click", closePopup);

            document.addEventListener("keydown", function(e) {
              if (e.key === "Escape") closePopup();
            });
          });
        </script>
        