{"id":9,"date":"2025-09-17T14:22:00","date_gmt":"2025-09-17T05:22:00","guid":{"rendered":"https:\/\/ohagitun.com\/nakayama\/?page_id=9"},"modified":"2026-04-06T16:51:15","modified_gmt":"2026-04-06T07:51:15","slug":"9-2","status":"publish","type":"page","link":"https:\/\/ohagitun.com\/nakayama\/","title":{"rendered":"\u30db\u30fc\u30e0"},"content":{"rendered":"\n<div class=\"wp-block-wdl-paid-block-fv-12 paid-block-fv-12 min-h-pc-540px min-h-tb-460px min-h-sp-440px\"><header class=\"fv_in_header\"><h1 class=\"logo\"><a href=\"#\" data-home-url=\"\"><span><\/span><\/a><\/h1><nav class=\"fv_in_nav\"><ul class=\"header_menu_pc\"><li class=\"\"><a href=\"https:\/\/ohagitun.com\/nakayama\/coloring\/\">\u767d\u9ed2\u5199\u771f\u30ab\u30e9\u30fc\u5316\u30b5\u30fc\u30d3\u30b9<\/a><\/li><li class=\"\"><a href=\"https:\/\/ohagitun.com\/nakayama\/%e5%87%ba%e5%bc%b5%e6%92%ae%e5%bd%b1\/\">\u51fa\u5f35\u64ae\u5f71<\/a><\/li><li class=\"\"><a href=\"https:\/\/ohagitun.com\/nakayama\/access\/\">\u30a2\u30af\u30bb\u30b9<\/a><\/li><li class=\"\"><a href=\"https:\/\/ohagitun.com\/nakayama\/privacy-policy\/\">\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc\u30dd\u30ea\u30b7\u30fc<\/a><\/li><\/ul><\/nav><div class=\"ham_btn drawer_nav_open\"><div class=\"in\"><div><\/div><div><\/div><\/div><\/div><\/header><div class=\"fv_inner\"><h2>\u5fb3\u5cf6\u99c5\u524d\u3000\u30dd\u30c3\u30dd\u8857<br>\u4e2d\u5c71\u30ab\u30e1\u30e9<\/h2><div class=\"cta_wrap\"><a href=\"https:\/\/ohagitun.com\/nakayama\/contact\" style=\"background-color:#e08a01f2;color:#ffffff;border:1px solid #ffffff;border-radius:100px\"><span>\u304a\u554f\u3044\u5408\u308f\u305b<\/span><\/a><a href=\"https:\/\/lin.ee\/FRiQ9c8\" style=\"background-color:#00b900;color:#ffffff;border:1px solid #ffffff;border-radius:100px\"><span>\u516c\u5f0fLine<\/span><\/a><\/div><\/div><nav class=\"fv-12_news_list\" data-source-type=\"latest\" data-post-ids=\"\" data-post-count=\"4\"><h3><span class=\"text\">NEWS<\/span><\/h3><div class=\"pagination\"><div class=\"prev\">\u2190<\/div><div class=\"page\">1\/1<\/div><div class=\"next\">\u2192<\/div><\/div><ul><\/ul><\/nav><div class=\"bg_filter\" style=\"background:linear-gradient(45deg, #000000, #ffffff);opacity:0.3\"><\/div><div class=\"bg_image\"><img decoding=\"async\" src=\"https:\/\/ohagitun.com\/nakayama\/wp-content\/uploads\/2025\/09\/PXL_20220604_015241063.MP2_.jpg\" alt=\"\" loading=\"eager\"\/><\/div><script>(() => {\n'use strict';\nconst ready = () => {\n\n  \/* ---- \u30ed\u30b4\u30ea\u30f3\u30af\u306e\u8a2d\u5b9a ---- *\/\n  document.querySelectorAll('.logo a[data-home-url]').forEach(link => {\n    if(!link.href || link.href === '' || link.href === window.location.href + '#') {\n      \/\/ MyThemeSettings\u307e\u305f\u306fwindow.location\u304b\u3089\u30db\u30fc\u30e0URL\u3092\u53d6\u5f97\n      if(window.MyThemeSettings && window.MyThemeSettings.home_Url) {\n        link.href = window.MyThemeSettings.home_Url;\n      } else {\n        link.href = window.location.origin;\n      }\n    }\n  });\n\n  \/* ---- NEWS ---- *\/\n  document.querySelectorAll('.fv-12_news_list').forEach(list=>{\n    const src=list.dataset.sourceType,ids=(list.dataset.postIds||'').trim();\n    const cnt=parseInt(list.dataset.postCount,10)||4;\n    \n    \/\/ REST API\u306e\u30a8\u30f3\u30c9\u30dd\u30a4\u30f3\u30c8\u3092\u69cb\u7bc9\n    let endpoint = '';\n    \n    \/\/ \u65b9\u6cd51: wpApiSettings\u3092\u4f7f\u7528\n    if(window.wpApiSettings && window.wpApiSettings.root) {\n      const base = window.wpApiSettings.root;\n      endpoint = (src==='ids'&&ids) ? \n        base + 'wp\/v2\/posts?include=' + ids + '&_embed' :\n        base + 'wp\/v2\/posts?per_page=' + cnt + '&_embed';\n    }\n    \/\/ \u65b9\u6cd52: MyThemeSettings\u3092\u4f7f\u7528\n    else if(window.MyThemeSettings && window.MyThemeSettings.home_Url) {\n      endpoint = (src==='ids'&&ids) ? \n        window.MyThemeSettings.home_Url + '\/wp-json\/wp\/v2\/posts?include=' + ids + '&_embed' :\n        window.MyThemeSettings.home_Url + '\/wp-json\/wp\/v2\/posts?per_page=' + cnt + '&_embed';\n    }\n    \/\/ \u65b9\u6cd53: \u76f8\u5bfe\u30d1\u30b9\u3092\u4f7f\u7528\uff08\u6700\u7d42\u624b\u6bb5\uff09\n    else {\n      endpoint = (src==='ids'&&ids) ? \n        '\/wp-json\/wp\/v2\/posts?include=' + ids + '&_embed' :\n        '\/wp-json\/wp\/v2\/posts?per_page=' + cnt + '&_embed';\n    }\n\n    console.log('NEWS API Endpoint:', endpoint);\n\n    \/\/ \u6295\u7a3f\u30c7\u30fc\u30bf\u3092\u53d6\u5f97\u3057\u3066HTML\u3092\u751f\u6210\n    fetch(endpoint)\n      .then(response => {\n        if (!response.ok) throw new Error('Network response was not ok');\n        return response.json();\n      })\n      .then(posts => {\n        const ul = list.querySelector('ul');\n        ul.innerHTML = ''; \/\/ \u65e2\u5b58\u306e\u5185\u5bb9\u3092\u30af\u30ea\u30a2\n        \n        \/\/ \u5404\u6295\u7a3f\u3092li\u8981\u7d20\u3068\u3057\u3066\u8ffd\u52a0\n        posts.forEach((post, index) => {\n          const date = new Date(post.date);\n          const formattedDate = date.getFullYear() + '.' + \n                               String(date.getMonth() + 1).padStart(2, '0') + '.' + \n                               String(date.getDate()).padStart(2, '0');\n          \n          const li = document.createElement('li');\n          li.dataset.newsNo = index + 1;\n          if(index === 0) li.classList.add('active');\n          \n          li.innerHTML = '<a href=\"' + post.link + '\">' +\n                        '<span class=\"date\">' + formattedDate + '<\/span>' +\n                        '<span class=\"title\">' + post.title.rendered + '<\/span>' +\n                        '<\/a>';\n          \n          ul.appendChild(li);\n        });\n        \n        \/\/ \u30da\u30fc\u30b8\u30cd\u30fc\u30b7\u30e7\u30f3\u6a5f\u80fd\u3092\u8a2d\u5b9a\n        const btnPrev = list.querySelector('.prev');\n        const btnNext = list.querySelector('.next');\n        const pageText = list.querySelector('.page');\n        const items = Array.from(ul.querySelectorAll('li'));\n        const total = items.length;\n        \n        \/\/ \u521d\u671f\u30da\u30fc\u30b8\u8868\u793a\n        if(total > 0) {\n          pageText.textContent = '1\/' + total;\n        }\n        \n        \/\/ \u73fe\u5728\u306e\u30a2\u30af\u30c6\u30a3\u30d6index\u3092\u8fd4\u3059\n        const currentIndex = () => items.findIndex(li => li.classList.contains('active'));\n        \n        \/\/ \u30a2\u30af\u30c6\u30a3\u30d6\u5207\u308a\u66ff\u3048\n        const setActive = (i) => {\n          items.forEach(li => li.classList.remove('active'));\n          items[i].classList.add('active');\n          pageText.textContent = (i + 1) + '\/' + total;\n        };\n        \n        \/\/ \u2190 prev\n        if(btnPrev) {\n          btnPrev.addEventListener('click', e => {\n            e.preventDefault();\n            const i = (currentIndex() - 1 + total) % total;\n            setActive(i);\n          });\n        }\n        \n        \/\/ \u2192 next\n        if(btnNext) {\n          btnNext.addEventListener('click', e => {\n            e.preventDefault();\n            const i = (currentIndex() + 1) % total;\n            setActive(i);\n          });\n        }\n      })\n      .catch(error => {\n        console.error('Error fetching posts:', error);\n        const ul = list.querySelector('ul');\n        ul.innerHTML = '<li>\u6295\u7a3f\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f<\/li>';\n      });\n  });\n\n  \/* ---- video ---- *\/\n  document.querySelectorAll('.lazy-video').forEach(v=>{\n    \/\/ \u52d5\u753b\u3092\u8868\u793a\n    v.style.display='block';\n    \n    \/\/ \u518d\u751f\u901f\u5ea6\u3092\u8a2d\u5b9a\n    const playbackRate = parseFloat(v.getAttribute('data-playback-rate')) || 1;\n    v.playbackRate = playbackRate;\n    \n    \/\/ \u52d5\u753b\u3092\u518d\u751f\u3059\u308b\u95a2\u6570\n    const playVideo = () => {\n      v.play().catch(err => {\n        console.log('Video autoplay failed:', err);\n      });\n    };\n    \n    \/\/ \u65e2\u306b\u30e1\u30bf\u30c7\u30fc\u30bf\u304c\u8aad\u307f\u8fbc\u307e\u308c\u3066\u3044\u308b\u5834\u5408\u306f\u5373\u5ea7\u306b\u518d\u751f\n    if(v.readyState >= 1) {\n      playVideo();\n    } else {\n      \/\/ \u30e1\u30bf\u30c7\u30fc\u30bf\u304c\u8aad\u307f\u8fbc\u307e\u308c\u305f\u3089\u518d\u751f\n      v.addEventListener('loadedmetadata', () => {\n        v.playbackRate = playbackRate;\n        playVideo();\n      });\n    }\n    \n    \/\/ \u30e6\u30fc\u30b6\u30fc\u30a4\u30f3\u30bf\u30e9\u30af\u30b7\u30e7\u30f3\u5f8c\u306b\u518d\u751f\u3092\u8a66\u307f\u308b\uff08\u81ea\u52d5\u518d\u751f\u30dd\u30ea\u30b7\u30fc\u5bfe\u7b56\uff09\n    document.addEventListener('click', () => {\n      if(v.paused) {\n        playVideo();\n      }\n    }, { once: true });\n  });\n};\ndocument.readyState==='loading'?document.addEventListener('DOMContentLoaded',ready):ready();\n})();<\/script><\/div>\n\n\n\n<h2 class=\"wp-block-wdl-custom-title-5 custom-title-5\" style=\"border-color:var(--color-main)\"><span class=\"sub\" style=\"color:var(--color-main)\">\u304a\u77e5\u3089\u305b<\/span><span class=\"main\"><span data-lw_font_set=\"Noto Serif JP\" class=\"custom-font-settings custom-font-settings fw-500\">News<\/span><\/span><\/h2>\n\n\n\n<div><div class=\"news-list-1\" data-number=\"2\" data-category=\"\" data-type=\"post\" data-date-font=\"Noto Sans JP\" data-date-font-weight=\"400\" data-cat-font=\"Noto Sans JP\" data-cat-font-weight=\"400\" data-cat-bg-color=\"var(--color-main)\" data-title-font=\"Noto Sans JP\" data-title-font-weight=\"400\"><ul class=\"news-list-1__wrap\"><\/ul><\/div><script>\n                        document.addEventListener('DOMContentLoaded', () => {\n                            const newsList1Container = document.querySelector('.news-list-1');\n                            \n                            if (newsList1Container) {\n                                const newsList1NumberOfPosts = newsList1Container.getAttribute('data-number') || 4;\n                                const newsList1CategoryId = newsList1Container.getAttribute('data-category');\n                                const newsList1PostType = newsList1Container.getAttribute('data-type') || 'post';\n\n                                const newsList1DateFont = newsList1Container.getAttribute('data-date-font');\n                                const newsList1DateFontWeight = newsList1Container.getAttribute('data-date-font-weight');\n                                const newsList1CatFont = newsList1Container.getAttribute('data-cat-font');\n                                const newsList1CatFontWeight = newsList1Container.getAttribute('data-cat-font-weight');\n                                const newsList1CatBgColor = newsList1Container.getAttribute('data-cat-bg-color');\n                                const newsList1TitleFont = newsList1Container.getAttribute('data-title-font');\n                                const newsList1TitleFontWeight = newsList1Container.getAttribute('data-title-font-weight');\n\n                                let newsList1ApiUrl = `${MyThemeSettings.home_Url}\/wp-json\/wp\/v2\/${newsList1PostType === 'post' ? 'posts' : newsList1PostType}?per_page=${newsList1NumberOfPosts}&orderby=date&order=desc&_embed`;\n                                if (newsList1CategoryId) {\n                                    newsList1ApiUrl += `&categories=${newsList1CategoryId}`;\n                                }\n\n                                fetch(newsList1ApiUrl)\n                                    .then(response => {\n                                        if (!response.ok) {\n                                            throw new Error('\u6295\u7a3f\u306e\u53d6\u5f97\u306b\u5931\u6557\u3057\u307e\u3057\u305f');\n                                        }\n                                        return response.json();\n                                    })\n                                    .then(posts => {\n                                        let newsList1Html = '<ul class=\"news-list-1__wrap\">';\n\n                                        posts.forEach(post => {\n                                            const newsList1Date = new Date(post.date).toLocaleDateString();\n                                            const newsList1Title = post.title.rendered;\n                                            const newsList1Link = post.link;\n                                            const newsList1Category = post._embedded && post._embedded['wp:term'] && post._embedded['wp:term'][0]\n                                                ? post._embedded['wp:term'][0][0].name\n                                                : '\u30ab\u30c6\u30b4\u30ea\u30fc\u306a\u3057';\n\n                                            newsList1Html += `\n                                                <li>\n                                                    <a href=\"${newsList1Link}\">\n                                                        <div class=\"data\">\n                                                            <div class=\"date\" style=\"font-weight: ${newsList1DateFontWeight};\" data-lw_font_set=\"${newsList1DateFont}\">\n                                                                <span>${newsList1Date}<\/span>\n                                                            <\/div>\n                                                            <div class=\"cat\" style=\"background-color: ${newsList1CatBgColor}; font-weight: ${newsList1CatFontWeight};\" data-lw_font_set=\"${newsList1CatFont}\">\n                                                                <span>${newsList1Category}<\/span>\n                                                            <\/div>\n                                                        <\/div>\n                                                        <div class=\"post_title\">\n                                                            <h3 style=\"font-weight: ${newsList1TitleFontWeight};\" data-lw_font_set=\"${newsList1TitleFont}\">${newsList1Title}<\/h3>\n                                                        <\/div>\n                                                    <\/a>\n                                                <\/li>\n                                            `;\n                                        });\n\n                                        newsList1Html += '<\/ul>';\n                                        newsList1Container.innerHTML = newsList1Html;\n                                    })\n                                    .catch(error => {\n                                        console.error('\u6295\u7a3f\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f:', error);\n                                        newsList1Container.innerHTML = '<p>\u6295\u7a3f\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f\u3002<\/p>';\n                                    });\n                            }\n                        });\n                        <\/script><\/div>\n\n\n\n<div class=\"wp-block-wdl-lw-space-1 lw_space_1\"><div class=\"pc\" style=\"height:48px\"><\/div><div class=\"tb\" style=\"height:24px\"><\/div><div class=\"sp\" style=\"height:16px\"><\/div><\/div>\n\n\n\n<h2 class=\"wp-block-wdl-custom-title-1 custom-title-1\" style=\"--custom-title-sub-margin-top-pc:0.2em;--custom-title-sub-margin-top-sp:0.2em\"><span class=\"main\"><span class=\"custom-font-settings custom-font-settings fw-500\" data-lw_font_set=\"Noto Serif JP\">Consept<\/span><\/span><span class=\"sub\">\u30b3\u30f3\u30bb\u30d7\u30c8<\/span><\/h2>\n\n\n\n<nav class=\"wp-block-wdl-lw-gallery-01 lw-gallery-01\"><p class=\"center_pc left_sp\" style=\"max-width:840px\">\u300c\u4e2d\u5c71\u30ab\u30e1\u30e9\u300d\u306f\u3001\u4eba\u751f\u3067\u6700\u3082\u7279\u5225\u306a\u77ac\u9593\u3092\u3001\u9bae\u3084\u304b\u306b\u3001<br>\u305d\u3057\u3066\u7f8e\u3057\u304f\u6c38\u9060\u306b\u6b8b\u3059\u3053\u3068\u3092\u4f7f\u547d\u3068\u3057\u3066\u3044\u307e\u3059\u3002<br>\u5275\u696d60\u5e74\u4ee5\u4e0a\u306e\u30ad\u30e3\u30ea\u30a2\u3092\u6301\u3064\u30d7\u30ed\u30d5\u30a7\u30c3\u30b7\u30e7\u30ca\u30eb\u3068\u3057\u3066<br>\u304a\u5ba2\u69d8\u306e\u60f3\u3044\u3084\u5e0c\u671b\u3092\u4e01\u5be7\u306b\u805e\u304d\u53d6\u308a\u3001\u305d\u306e\u77ac\u9593\u3092\u7406\u60f3\u4ee5\u4e0a\u306e\u304b\u305f\u3061\u3067\u8868\u73fe\u3057\u307e\u3059\u3002<\/p><ul class=\"lw-gallery-01__wrap\" style=\"max-width:1000px\"><li><img decoding=\"async\" src=\"https:\/\/picsum.photos\/1000\/1000?random=1\" alt=\"\"\/ loading=\"lazy\"><\/li><li><img decoding=\"async\" src=\"https:\/\/picsum.photos\/1000\/1000?random=2\" alt=\"\"\/ loading=\"lazy\"><\/li><li><img decoding=\"async\" src=\"https:\/\/picsum.photos\/1000\/1000?random=3\" alt=\"\"\/ loading=\"lazy\"><\/li><\/ul><p class=\"center_pc left_sp\" style=\"max-width:840px\">\u64ae\u5f71\u3060\u3051\u3067\u306a\u304f\u3001\u30e1\u30a4\u30af\u3084\u30b9\u30bf\u30a4\u30ea\u30f3\u30b0\u307e\u3067\u4e00\u8cab\u3057\u3066\u304a\u4efb\u305b\u3044\u305f\u3060\u304f\u3053\u3068\u3067<br>\u30c8\u30fc\u30bf\u30eb\u3067\u6e80\u8db3\u3044\u305f\u3060\u3051\u308b\u30b5\u30fc\u30d3\u30b9\u3092\u63d0\u4f9b\u3057\u3066\u3044\u307e\u3059\u3002<br>\u3044\u3064\u307e\u3067\u3082\u8272\u892a\u305b\u306a\u3044\u5199\u771f\u3092\u5275\u308a\u51fa\u3059\u305f\u3081\u3001\u7d30\u90e8\u306b\u3053\u3060\u308f\u308a\u629c\u304d<br>\u5149\u3068\u5f71\u3092\u6d3b\u304b\u3057\u305f\u4e00\u77ac\u3092\u4e01\u5be7\u306b\u6349\u3048\u307e\u3059\u3002<br>\u305f\u3060\u306e\u8a18\u9332\u5199\u771f\u3067\u306f\u306a\u304f\u3001\u7686\u69d8\u306e\u7269\u8a9e\u3092\u6620\u3057\u51fa\u3059\u82b8\u8853\u3067\u3059\u3002<br>\u304b\u3051\u304c\u3048\u306e\u306a\u3044\u77ac\u9593\u3092\u5f62\u306b\u3057\u3066\u6b8b\u3057\u305f\u3044\u3068\u9858\u3046\u7686\u69d8\u306b<br>\u6700\u9ad8\u306e\u30d5\u30a9\u30c8\u30b0\u30e9\u30d5\u30a3\u30fc\u4f53\u9a13\u3092\u304a\u5c4a\u3051\u3057\u307e\u3059\u3002<\/p><\/nav>\n\n\n\n<div class=\"wp-block-wdl-lw-button-02 lw-button-02\"><div class=\"a_inner\" style=\"border-width:0px;border-color:var(--color-main);border-style:solid\"><a href=\"\" target=\"_self\" style=\"color:#ffffff;font-weight:400\" data-lw_font_set=\"\">\u304a\u7533\u8fbc\u307f\u30fb\u3054\u76f8\u8ac7\u306f\u3053\u3061\u3089<\/a><div class=\"icon-svg\" style=\"fill:#ffffff\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 320 512\"><!--!Font Awesome Free 6.6.0 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2024 Fonticons, Inc.--><path d=\"M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z\"\/><\/svg><\/div><div class=\"a_background\" style=\"background:var(--color-main)\"><\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-wdl-lw-space-1 lw_space_1\"><div class=\"pc\" style=\"height:48px\"><\/div><div class=\"tb\" style=\"height:24px\"><\/div><div class=\"sp\" style=\"height:16px\"><\/div><\/div>\n\n\n\n<h2 class=\"wp-block-wdl-custom-title-1 custom-title-1\" style=\"--custom-title-sub-margin-top-pc:0.2em;--custom-title-sub-margin-top-sp:0.2em\"><span class=\"main\"><span class=\"custom-font-settings custom-font-settings fw-500\" data-lw_font_set=\"Noto Serif JP\">Gallery<\/span><\/span><span class=\"sub\">\u5199\u771f\u96c6<\/span><\/h2>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/plus.unsplash.com\/premium_photo-1661293843302-3ef4ea0b3961?q=80&amp;w=2070&amp;auto=format&amp;fit=crop&amp;ixlib=rb-4.0.3&amp;ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D\" alt=\"\"\/ loading=\"lazy\"><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1504993945773-3f38e1b6a626?q=80&amp;w=2070&amp;auto=format&amp;fit=crop&amp;ixlib=rb-4.0.3&amp;ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D\" alt=\"\"\/ loading=\"lazy\"><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1520854221256-17451cc331bf?q=80&amp;w=2070&amp;auto=format&amp;fit=crop&amp;ixlib=rb-4.0.3&amp;ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D\" alt=\"\"\/ loading=\"lazy\"><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1511285560929-80b456fea0bc?q=80&amp;w=2069&amp;auto=format&amp;fit=crop&amp;ixlib=rb-4.0.3&amp;ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D\" alt=\"\"\/ loading=\"lazy\"><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1508407576665-2d9a5d638a7e?q=80&amp;w=2072&amp;auto=format&amp;fit=crop&amp;ixlib=rb-4.0.3&amp;ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D\" alt=\"\"\/ loading=\"lazy\"><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1545232979-8bf68ee9b1af?q=80&amp;w=2070&amp;auto=format&amp;fit=crop&amp;ixlib=rb-4.0.3&amp;ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D\" alt=\"\"\/ loading=\"lazy\"><\/figure>\n<\/figure>\n\n\n\n<div class=\"wp-block-wdl-lw-space-1 lw_space_1\"><div class=\"pc\" style=\"height:48px\"><\/div><div class=\"tb\" style=\"height:24px\"><\/div><div class=\"sp\" style=\"height:16px\"><\/div><\/div>\n\n\n\n<h2 class=\"wp-block-wdl-custom-title-1 custom-title-1\" style=\"--custom-title-sub-margin-top-pc:0.2em;--custom-title-sub-margin-top-sp:0.2em\"><span class=\"main\"><span class=\"custom-font-settings custom-font-settings fw-500\" data-lw_font_set=\"Noto Serif JP\">Blog<\/span><\/span><span class=\"sub\">\u30d6\u30ed\u30b0<\/span><\/h2>\n\n\n\n<div class=\"wp-block-wdl-lw-post-list-1\"><div class=\"filter\" style=\"background:var(--color-main)\"><\/div><div class=\"lw_post-list-1\" data-number=\"6\" data-category=\"\" data-type=\"post\" data-date-font=\"Noto Sans JP\" data-date-font-weight=\"400\" data-cat-font=\"Noto Sans JP\" data-cat-font-weight=\"400\" data-cat-bg-color=\"var(--color-main)\" data-title-font=\"Noto Sans JP\" data-title-font-weight=\"500\" data-p-font=\"Noto Sans JP\" data-p-font-weight=\"400\"><\/div><script>\n                        document.addEventListener('DOMContentLoaded', () => {\n                            const postList1Container = document.querySelector('.lw_post-list-1');\n                            \n                            if (postList1Container) {\n                                const postList1NumberOfPosts = postList1Container.getAttribute('data-number') || 4;\n                                const postList1CategoryId = postList1Container.getAttribute('data-category');\n                                const postList1PostType = postList1Container.getAttribute('data-type') || 'post';\n\n                                const postList1DateFont = postList1Container.getAttribute('data-date-font');\n                                const postList1DateFontWeight = postList1Container.getAttribute('data-date-font-weight');\n                                const postList1CatFont = postList1Container.getAttribute('data-cat-font');\n                                const postList1CatFontWeight = postList1Container.getAttribute('data-cat-font-weight');\n                                const postList1CatBgColor = postList1Container.getAttribute('data-cat-bg-color');\n                                const postList1TitleFont = postList1Container.getAttribute('data-title-font');\n                                const postList1TitleFontWeight = postList1Container.getAttribute('data-title-font-weight');\n                                const postList1PFont = postList1Container.getAttribute('data-p-font');\n                                const postList1PFontWeight = postList1Container.getAttribute('data-p-font-weight');\n\n                                let postList1ApiUrl = `${MyThemeSettings.home_Url}\/wp-json\/wp\/v2\/${postList1PostType === 'post' ? 'posts' : postList1PostType}?per_page=${postList1NumberOfPosts}&orderby=date&order=desc&_embed`;\n                                if (postList1CategoryId) {\n                                    postList1ApiUrl += `&categories=${postList1CategoryId}`;\n                                }\n\n                                fetch(postList1ApiUrl)\n                                    .then(response => {\n                                        if (!response.ok) {\n                                            throw new Error('\u6295\u7a3f\u306e\u53d6\u5f97\u306b\u5931\u6557\u3057\u307e\u3057\u305f');\n                                        }\n                                        return response.json();\n                                    })\n                                    .then(posts => {\n                                        let postList1Html = '<ul class=\"post-list-1__wrap\">';\n\n                                        posts.forEach(post => {\n                                            const postList1Date = new Date(post.date).toLocaleDateString();\n                                            const postList1Title = post.title.rendered;\n                                            const postList1Link = post.link;\n                                            const postList1Category = post._embedded && post._embedded['wp:term'] && post._embedded['wp:term'][0]\n                                                ? post._embedded['wp:term'][0][0].name\n                                                : '\u30ab\u30c6\u30b4\u30ea\u30fc\u306a\u3057';\n                                            const postList1Thumbnail = post._embedded && post._embedded['wp:featuredmedia']\n                                                ? post._embedded['wp:featuredmedia'][0].source_url\n                                                : `${MyThemeSettings.theme_Url}\/assets\/image\/no_image\/2.webp`;\n                                            const postList1Excerpt = post.excerpt && post.excerpt.rendered\n                                                ? post.excerpt.rendered.replace(\/<[^>]+>\/g, '').substring(0, 40) + '...'\n                                                : '\u672c\u6587\u304c\u3042\u308a\u307e\u305b\u3093';\n\n                                            postList1Html += `\n                                                <li>\n                                                    <a href=\"${postList1Link}\">\n                                                        <figure><img decoding=\"async\" loading=\"lazy\" src=\"${postList1Thumbnail}\" alt=\"${postList1Title}\"><\/figure>\n                                                        <div class=\"in\">\n                                                            <div class=\"data\">\n                                                                <div class=\"cat\" style=\"border-color: ${postList1CatBgColor}; color:${postList1CatBgColor}; font-weight: ${postList1CatFontWeight};\" data-lw_font_set=\"${postList1CatFont}\">\n                                                                    <span>${postList1Category}<\/span>\n                                                                <\/div>\n                                                                <div class=\"date\" style=\"font-weight: ${postList1DateFontWeight};\" data-lw_font_set=\"${postList1DateFont}\">\n                                                                    <span>${postList1Date}<\/span>\n                                                                <\/div>\n                                                            <\/div>\n                                                            <h3 style=\"font-weight: ${postList1TitleFontWeight};\" data-lw_font_set=\"${postList1TitleFont}\">${postList1Title}<\/h3>\n                                                            <p style=\"font-weight: ${postList1PFontWeight};\" data-lw_font_set=\"${postList1PFont}\">${postList1Excerpt}<\/p>\n                                                        <\/div>\n                                                    <\/a>\n                                                <\/li>\n                                            `;\n                                        });\n\n                                        postList1Html += '<\/ul>';\n                                        postList1Container.innerHTML = postList1Html;\n                                    })\n                                    .catch(error => {\n                                        console.error('\u6295\u7a3f\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f:', error);\n                                        postList1Container.innerHTML = '<p>\u6295\u7a3f\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f\u3002<\/p>';\n                                    });\n                            }\n                        });\n                        <\/script><\/div>\n\n\n\n<p class=\"\"><\/p>\n\n\n\n<div class=\"wp-block-wdl-cta-2  cta-2\"><div class=\"cta-2\" style=\"background-image:url(https:\/\/ohagitun.com\/nakayama\/wp-content\/uploads\/2025\/10\/20240310_150629-scaled.jpg)\"><div class=\"cta-2__wrap\"><h2 class=\"title\">\u304a\u554f\u5408\u305b\u306f\u3053\u3061\u3089<\/h2><p class=\"address\">\u3012770-0831 \u5fb3\u5cf6\u770c\u5fb3\u5cf6\u5e02\u5bfa\u5cf6\u672c\u753a\u897f1\u4e01\u76ee59\u756a\u5730\u306e4<\/p><nav><a href=\"tel:088-622-4649\" class=\"tel\" data-lw_font_set=\"Roboto\"><div class=\"no\"><div class=\"small\">TEL:<\/div><div class=\"big\">088-622-4649<\/div><\/div><p class=\"tel_text\">\uff08\u53d7\u4ed8\u6642\u9593\uff0f9:00\uff5e18:00 \u5b9a\u4f11\u65e5:\u91d1.\u571f\u66dc\u65e5\uff09<\/p><\/a><a href=\"mailto:info@example.com\" class=\"mail\" style=\"background-color:#0073aa;color:#ffffff\"><div class=\"icon\" style=\"fill:#ffffff\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M64 112c-8.8 0-16 7.2-16 16l0 22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1l0-22.1c0-8.8-7.2-16-16-16L64 112zM48 212.2L48 384c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-171.8L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64l384 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128z\"\/><\/svg><\/div><div class=\"mail_text\">\u30e1\u30fc\u30eb\u3067\u304a\u554f\u3044\u5408\u308f\u305b<\/div><\/a><\/nav><\/div><div class=\"bg_filter\" style=\"background-color:rgba(0, 0, 0, 0.5)\"><\/div><\/div><\/div>\n\n\n\n<p class=\"\"><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-9","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ohagitun.com\/nakayama\/wp-json\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ohagitun.com\/nakayama\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ohagitun.com\/nakayama\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ohagitun.com\/nakayama\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ohagitun.com\/nakayama\/wp-json\/wp\/v2\/comments?post=9"}],"version-history":[{"count":17,"href":"https:\/\/ohagitun.com\/nakayama\/wp-json\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":186,"href":"https:\/\/ohagitun.com\/nakayama\/wp-json\/wp\/v2\/pages\/9\/revisions\/186"}],"wp:attachment":[{"href":"https:\/\/ohagitun.com\/nakayama\/wp-json\/wp\/v2\/media?parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}