		<link rel="stylesheet" href="https://paret.jp/wp-content/themes/arkhe-child/js/colorbox/colorbox.css" />
		<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
		<script src="https://paret.jp/wp-content/themes/arkhe-child/js/colorbox/jquery.colorbox-min.js"></script>
		<script>
			$(document).ready(function(){
				$(".group1").colorbox({rel:'group1'});
				$(".group2").colorbox({rel:'group2', transition:"fade"});
				$(".group3").colorbox({rel:'group3', transition:"none", width:"75%", height:"75%"});
				$(".group4").colorbox({rel:'group4', slideshow:true});
				$(".ajax").colorbox();
				$(".youtube").colorbox({iframe:true, innerWidth:640, innerHeight:390});
				$(".vimeo").colorbox({iframe:true, innerWidth:500, innerHeight:409});
				$(".iframe").colorbox({iframe:true, width:"80%", height:"80%"});
				$(".inline").colorbox({inline:true, width:"50%"});

			});
		</script>

<script type='text/javascript'>
(function() {
  const expire = 365; // 有効期限（日）
  let cc = document.querySelector('.cookie_consent');
  let ca = document.querySelector('.cookie-agree');
  const flag = localStorage.getItem('popupFlag');
  if (flag != null) {
    const data = JSON.parse(flag);
    if (data['value'] == 'true') {
      setTimeout(popup, 2000);
    } else {
      const current = new Date();
      if (current.getTime() > data['expire']) {
        setWithExpiry('popupFlag', 'true', expire);
        setTimeout(popup, 2000);
      }      
    }
  } else {
    setWithExpiry('popupFlag', 'true', expire);
    setTimeout(popup, 2000);
  }
  ca.addEventListener('click', () => {
    cc.classList.add('cc-hide1');
    setWithExpiry('popupFlag', 'false', expire);
  });
  
  function setWithExpiry(key, value, expire) {
    const current = new Date();
    expire = current.getTime() + expire * 24 * 3600 * 1000;
    const item = {
      value: value,
      expire: expire
    };
    localStorage.setItem(key, JSON.stringify(item));
  }
  
  function popup() {
    cc.classList.add('is-show');
  }
}());
</script>



<script>
document.addEventListener("DOMContentLoaded", function() {
  const currentUrl = window.location.pathname; // 現在のURLパスを取得
  const links = document.querySelectorAll('.category_list li a');

  links.forEach(link => {
    if (link.getAttribute('href') === currentUrl) {
      link.classList.add('active');
    }
  });
});
</script><?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://paret.jp/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://paret.jp/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://paret.jp/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://paret.jp/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://paret.jp/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
