{"id":694,"date":"2025-09-09T21:12:02","date_gmt":"2025-09-09T12:12:02","guid":{"rendered":"https:\/\/fan-pro.co.jp\/?p=694"},"modified":"2025-09-19T21:45:26","modified_gmt":"2025-09-19T12:45:26","slug":"%e9%85%8d%e9%80%81%e6%96%99%e9%87%91%e3%82%b7%e3%83%a5%e3%83%9f%e3%83%ac%e3%83%bc%e3%82%bf%e3%83%bc","status":"publish","type":"post","link":"https:\/\/fan-pro.co.jp\/?p=694","title":{"rendered":"\u914d\u9001\u6599\u91d1\u30b7\u30e5\u30df\u30ec\u30fc\u30bf\u30fc"},"content":{"rendered":"<style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;\r\n            line-height: 1.6;\r\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\r\n            min-height: 100vh;\r\n            padding: 20px;\r\n        }\r\n\r\n        .container {\r\n            max-width: 800px;\r\n            margin: 0 auto;\r\n            background: rgba(255, 255, 255, 0.95);\r\n            backdrop-filter: blur(10px);\r\n            border-radius: 20px;\r\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);\r\n            overflow: hidden;\r\n        }\r\n\r\n        .header {\r\n            background: linear-gradient(45deg, #ff6b6b, #ee5a24);\r\n            color: white;\r\n            padding: 30px;\r\n            text-align: center;\r\n        }\r\n\r\n        .header h1 {\r\n            font-size: 2.5em;\r\n            font-weight: 700;\r\n            margin-bottom: 10px;\r\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\r\n        }\r\n\r\n        .header p {\r\n            font-size: 1.1em;\r\n            opacity: 0.9;\r\n        }\r\n\r\n        .form-section {\r\n            padding: 40px;\r\n        }\r\n\r\n        .form-group {\r\n            margin-bottom: 30px;\r\n        }\r\n\r\n        .form-group label {\r\n            display: block;\r\n            font-weight: 600;\r\n            font-size: 1.1em;\r\n            color: #333;\r\n            margin-bottom: 10px;\r\n        }\r\n\r\n        .form-group select {\r\n            width: 100%;\r\n            padding: 15px;\r\n            border: 2px solid #e1e8ed;\r\n            border-radius: 12px;\r\n            font-size: 1em;\r\n            background: white;\r\n            transition: all 0.3s ease;\r\n            appearance: none;\r\n            background-image: url(\"data:image\/svg+xml,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'\/%3e%3c\/svg%3e\");\r\n            background-position: right 12px center;\r\n            background-repeat: no-repeat;\r\n            background-size: 16px;\r\n        }\r\n\r\n        .form-group select:focus {\r\n            outline: none;\r\n            border-color: #667eea;\r\n            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);\r\n        }\r\n\r\n        .pickup-location {\r\n            background: #f8fafc;\r\n            border: 2px dashed #cbd5e0;\r\n            border-radius: 12px;\r\n            padding: 20px;\r\n            text-align: center;\r\n            color: #4a5568;\r\n            font-weight: 600;\r\n        }\r\n\r\n        .results {\r\n            margin-top: 40px;\r\n            display: none;\r\n        }\r\n\r\n        .results.active {\r\n            display: block;\r\n            animation: slideIn 0.5s ease-out;\r\n        }\r\n\r\n        @keyframes slideIn {\r\n            from {\r\n                opacity: 0;\r\n                transform: translateY(20px);\r\n            }\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n\r\n        .results h3 {\r\n            color: #333;\r\n            margin-bottom: 20px;\r\n            font-size: 1.3em;\r\n            text-align: center;\r\n        }\r\n\r\n        .price-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\r\n            gap: 20px;\r\n        }\r\n\r\n        .price-card {\r\n            background: white;\r\n            border: 2px solid #e2e8f0;\r\n            border-radius: 16px;\r\n            padding: 25px;\r\n            text-align: center;\r\n            transition: all 0.3s ease;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .price-card::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            right: 0;\r\n            height: 4px;\r\n            background: linear-gradient(45deg, #667eea, #764ba2);\r\n        }\r\n\r\n        .price-card:hover {\r\n            transform: translateY(-5px);\r\n            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);\r\n            border-color: #667eea;\r\n        }\r\n\r\n        .vehicle-type {\r\n            font-weight: 700;\r\n            color: #2d3748;\r\n            margin-bottom: 10px;\r\n            font-size: 1.1em;\r\n        }\r\n\r\n        .price {\r\n            font-size: 2em;\r\n            font-weight: 800;\r\n            color: #e53e3e;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .distance-info {\r\n            color: #718096;\r\n            font-size: 0.9em;\r\n            margin-top: 10px;\r\n        }\r\n\r\n        .loading {\r\n            text-align: center;\r\n            padding: 20px;\r\n            color: #667eea;\r\n            font-weight: 600;\r\n        }\r\n\r\n        .spinner {\r\n            display: inline-block;\r\n            width: 20px;\r\n            height: 20px;\r\n            border: 2px solid #667eea;\r\n            border-radius: 50%;\r\n            border-top-color: transparent;\r\n            animation: spin 1s ease-in-out infinite;\r\n            margin-right: 10px;\r\n        }\r\n\r\n        @keyframes spin {\r\n            to { transform: rotate(360deg); }\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .header h1 {\r\n                font-size: 2em;\r\n            }\r\n            \r\n            .form-section {\r\n                padding: 20px;\r\n            }\r\n            \r\n            .price-grid {\r\n                grid-template-columns: 1fr;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"container\">\r\n        <div class=\"header\">\r\n            <h1>\ud83d\ude9a \u30d5\u30a1\u30f3\u30bf\u30b8\u30b9\u30bf\u914d\u9001\u6599\u91d1\u30b7\u30df\u30e5\u30ec\u30fc\u30bf\u30fc<\/h1>\r\n            <p>\u96c6\u8377\u5148\u304b\u3089\u914d\u9001\u5148\u307e\u3067\u306e\u30ab\u30f3\u30bf\u30f3\u898b\u7a4d\u3082\u308a<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"form-section\">\r\n            <div class=\"form-group\">\r\n                <label>\u96c6\u8377\u5148<\/label>\r\n                <div class=\"pickup-location\">\r\n                    \ud83d\udccd \u798f\u5ca1\u770c - \u798f\u5ca1\u5e02\uff08\u56fa\u5b9a\uff09\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"form-group\">\r\n                <label for=\"prefecture\">\u914d\u9001\u5148\u306e\u90fd\u9053\u5e9c\u770c<\/label>\r\n                <select id=\"prefecture\">\r\n                    <option value=\"\">\u90fd\u9053\u5e9c\u770c\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044<\/option>\r\n                    <option value=\"fukuoka\">\u798f\u5ca1\u770c<\/option>\r\n                    <option value=\"saga\">\u4f50\u8cc0\u770c<\/option>\r\n                    <option value=\"nagasaki\">\u9577\u5d0e\u770c<\/option>\r\n                    <option value=\"kumamoto\">\u718a\u672c\u770c<\/option>\r\n                    <option value=\"oita\">\u5927\u5206\u770c<\/option>\r\n                    <option value=\"miyazaki\">\u5bae\u5d0e\u770c<\/option>\r\n                    <option value=\"kagoshima\">\u9e7f\u5150\u5cf6\u770c<\/option>\r\n                    <option value=\"yamaguchi\">\u5c71\u53e3\u770c<\/option>\r\n                    <option value=\"hiroshima\">\u5e83\u5cf6\u770c<\/option>\r\n                <\/select>\r\n            <\/div>\r\n\r\n            <div class=\"form-group\">\r\n                <label for=\"city\">\u914d\u9001\u5148\u306e\u5e02\u533a\u753a\u6751<\/label>\r\n                <select id=\"city\" disabled>\r\n                    <option value=\"\">\u307e\u305a\u90fd\u9053\u5e9c\u770c\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044<\/option>\r\n                <\/select>\r\n            <\/div>\r\n\r\n            <div class=\"results\" id=\"results\">\r\n                <h3>\ud83d\udccb \u914d\u9001\u6599\u91d1\uff08\u5168\u8eca\u7a2e\uff09<\/h3>\r\n                <div id=\"loading\" class=\"loading\" style=\"display: none;\">\r\n                    <div class=\"spinner\"><\/div>\r\n                    \u8a08\u7b97\u4e2d...\r\n                <\/div>\r\n                <div class=\"price-grid\" id=\"priceGrid\">\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        \/\/ \u90fd\u9053\u5e9c\u770c\u3068\u5e02\u533a\u753a\u6751\u306e\u30c7\u30fc\u30bf\r\n        const locations = {\r\n            fukuoka: [\r\n                { name: \"\u5317\u4e5d\u5dde\u5e02\u9580\u53f8\u533a\", distance: 65 },\r\n                { name: \"\u5317\u4e5d\u5dde\u5e02\u82e5\u677e\u533a\", distance: 70 },\r\n                { name: \"\u5317\u4e5d\u5dde\u5e02\u6238\u7551\u533a\", distance: 68 },\r\n                { name: \"\u5317\u4e5d\u5dde\u5e02\u5c0f\u5009\u5317\u533a\", distance: 67 },\r\n                { name: \"\u5317\u4e5d\u5dde\u5e02\u5c0f\u5009\u5357\u533a\", distance: 72 },\r\n                { name: \"\u5317\u4e5d\u5dde\u5e02\u516b\u5e61\u6771\u533a\", distance: 69 },\r\n                { name: \"\u5317\u4e5d\u5dde\u5e02\u516b\u5e61\u897f\u533a\", distance: 71 },\r\n                { name: \"\u798f\u5ca1\u5e02\u6771\u533a\", distance: 8 },\r\n                { name: \"\u798f\u5ca1\u5e02\u535a\u591a\u533a\", distance: 5 },\r\n                { name: \"\u798f\u5ca1\u5e02\u4e2d\u592e\u533a\", distance: 6 },\r\n                { name: \"\u798f\u5ca1\u5e02\u5357\u533a\", distance: 12 },\r\n                { name: \"\u798f\u5ca1\u5e02\u897f\u533a\", distance: 18 },\r\n                { name: \"\u798f\u5ca1\u5e02\u57ce\u5357\u533a\", distance: 10 },\r\n                { name: \"\u798f\u5ca1\u5e02\u65e9\u826f\u533a\", distance: 15 },\r\n                { name: \"\u4e45\u7559\u7c73\u5e02\", distance: 38 },\r\n                { name: \"\u76f4\u65b9\u5e02\", distance: 45 },\r\n                { name: \"\u98ef\u585a\u5e02\", distance: 52 },\r\n                { name: \"\u7530\u5ddd\u5e02\", distance: 58 },\r\n                { name: \"\u884c\u6a4b\u5e02\", distance: 85 },\r\n                { name: \"\u4e2d\u9593\u5e02\", distance: 55 },\r\n                { name: \"\u7b51\u7d2b\u91ce\u5e02\", distance: 25 },\r\n                { name: \"\u5927\u91ce\u57ce\u5e02\", distance: 18 },\r\n                { name: \"\u5b97\u50cf\u5e02\", distance: 35 },\r\n                { name: \"\u592a\u5bb0\u5e9c\u5e02\", distance: 22 },\r\n                { name: \"\u53e4\u8cc0\u5e02\", distance: 28 },\r\n                { name: \"\u798f\u6d25\u5e02\", distance: 32 },\r\n                { name: \"\u671d\u5009\u5e02\", distance: 48 },\r\n                { name: \"\u7cf8\u5cf6\u5e02\", distance: 40 },\r\n                { name: \"\u90a3\u73c2\u5ddd\u5e02\", distance: 20 },\r\n                { name: \"\u5b87\u7f8e\u753a\", distance: 24 },\r\n                { name: \"\u7be0\u6817\u753a\", distance: 26 },\r\n                { name: \"\u5fd7\u514d\u753a\", distance: 16 },\r\n                { name: \"\u65b0\u5bae\u753a\", distance: 30 },\r\n                { name: \"\u7c95\u5c4b\u753a\", distance: 19 },\r\n                { name: \"\u82a6\u5c4b\u753a\", distance: 60 },\r\n                { name: \"\u6c34\u5dfb\u753a\", distance: 58 },\r\n                { name: \"\u5ca1\u57a3\u753a\", distance: 62 },\r\n                { name: \"\u9060\u8cc0\u753a\", distance: 56 }\r\n            ],\r\n            saga: [\r\n                { name: \"\u4f50\u8cc0\u5e02\", distance: 65 },\r\n                { name: \"\u5510\u6d25\u5e02\", distance: 75 },\r\n                { name: \"\u9ce5\u6816\u5e02\", distance: 50 },\r\n                { name: \"\u591a\u4e45\u5e02\", distance: 70 },\r\n                { name: \"\u4f0a\u4e07\u91cc\u5e02\", distance: 95 },\r\n                { name: \"\u6b66\u96c4\u5e02\", distance: 80 },\r\n                { name: \"\u9e7f\u5cf6\u5e02\", distance: 85 },\r\n                { name: \"\u5c0f\u57ce\u5e02\", distance: 68 }\r\n            ],\r\n            nagasaki: [\r\n                { name: \"\u9577\u5d0e\u5e02\", distance: 150 },\r\n                { name: \"\u4f50\u4e16\u4fdd\u5e02\", distance: 120 },\r\n                { name: \"\u5cf6\u539f\u5e02\", distance: 130 },\r\n                { name: \"\u8aeb\u65e9\u5e02\", distance: 140 },\r\n                { name: \"\u5927\u6751\u5e02\", distance: 135 },\r\n                { name: \"\u5e73\u6238\u5e02\", distance: 145 },\r\n                { name: \"\u677e\u6d66\u5e02\", distance: 140 },\r\n                { name: \"\u5bfe\u99ac\u5e02\", distance: 200 }\r\n            ],\r\n            kumamoto: [\r\n                { name: \"\u718a\u672c\u5e02\", distance: 110 },\r\n                { name: \"\u516b\u4ee3\u5e02\", distance: 140 },\r\n                { name: \"\u4eba\u5409\u5e02\", distance: 160 },\r\n                { name: \"\u8352\u5c3e\u5e02\", distance: 90 },\r\n                { name: \"\u6c34\u4fe3\u5e02\", distance: 150 },\r\n                { name: \"\u7389\u540d\u5e02\", distance: 85 },\r\n                { name: \"\u5c71\u9e7f\u5e02\", distance: 95 },\r\n                { name: \"\u83ca\u6c60\u5e02\", distance: 100 }\r\n            ],\r\n            oita: [\r\n                { name: \"\u5927\u5206\u5e02\", distance: 120 },\r\n                { name: \"\u5225\u5e9c\u5e02\", distance: 115 },\r\n                { name: \"\u4e2d\u6d25\u5e02\", distance: 80 },\r\n                { name: \"\u65e5\u7530\u5e02\", distance: 75 },\r\n                { name: \"\u4f50\u4f2f\u5e02\", distance: 160 },\r\n                { name: \"\u81fc\u6775\u5e02\", distance: 140 },\r\n                { name: \"\u6d25\u4e45\u898b\u5e02\", distance: 145 },\r\n                { name: \"\u7af9\u7530\u5e02\", distance: 130 }\r\n            ],\r\n            miyazaki: [\r\n                { name: \"\u5bae\u5d0e\u5e02\", distance: 180 },\r\n                { name: \"\u90fd\u57ce\u5e02\", distance: 160 },\r\n                { name: \"\u5ef6\u5ca1\u5e02\", distance: 140 },\r\n                { name: \"\u65e5\u5357\u5e02\", distance: 200 },\r\n                { name: \"\u5c0f\u6797\u5e02\", distance: 170 },\r\n                { name: \"\u65e5\u5411\u5e02\", distance: 150 },\r\n                { name: \"\u4e32\u9593\u5e02\", distance: 220 },\r\n                { name: \"\u897f\u90fd\u5e02\", distance: 190 }\r\n            ],\r\n            kagoshima: [\r\n                { name: \"\u9e7f\u5150\u5cf6\u5e02\", distance: 220 },\r\n                { name: \"\u9e7f\u5c4b\u5e02\", distance: 240 },\r\n                { name: \"\u6795\u5d0e\u5e02\", distance: 260 },\r\n                { name: \"\u963f\u4e45\u6839\u5e02\", distance: 250 },\r\n                { name: \"\u51fa\u6c34\u5e02\", distance: 200 },\r\n                { name: \"\u6307\u5bbf\u5e02\", distance: 270 },\r\n                { name: \"\u897f\u4e4b\u8868\u5e02\", distance: 300 },\r\n                { name: \"\u5782\u6c34\u5e02\", distance: 250 }\r\n            ],\r\n            yamaguchi: [\r\n                { name: \"\u5c71\u53e3\u5e02\", distance: 180 },\r\n                { name: \"\u4e0b\u95a2\u5e02\", distance: 90 },\r\n                { name: \"\u5b87\u90e8\u5e02\", distance: 160 },\r\n                { name: \"\u8429\u5e02\", distance: 200 },\r\n                { name: \"\u9632\u5e9c\u5e02\", distance: 170 },\r\n                { name: \"\u4e0b\u677e\u5e02\", distance: 175 },\r\n                { name: \"\u5ca9\u56fd\u5e02\", distance: 190 },\r\n                { name: \"\u5149\u5e02\", distance: 180 }\r\n            ],\r\n            hiroshima: [\r\n                { name: \"\u5e83\u5cf6\u5e02\", distance: 250 },\r\n                { name: \"\u5449\u5e02\", distance: 270 },\r\n                { name: \"\u7af9\u539f\u5e02\", distance: 280 },\r\n                { name: \"\u4e09\u539f\u5e02\", distance: 290 },\r\n                { name: \"\u5c3e\u9053\u5e02\", distance: 300 },\r\n                { name: \"\u798f\u5c71\u5e02\", distance: 320 },\r\n                { name: \"\u5e9c\u4e2d\u5e02\", distance: 310 },\r\n                { name: \"\u4e09\u6b21\u5e02\", distance: 280 }\r\n            ]\r\n        };\r\n\r\n        \/\/ \u8eca\u7a2e\u5225\u6599\u91d1\u8a2d\u5b9a\r\n        const vehicleTypes = {\r\n            lightVan: { name: \"\u8efd\u30d0\u30f3\", basePrice: 12000, extraRate: 80 },\r\n            lightTruckRefrigerated: { name: \"\u8efd\u30c8\u30e9\u30c3\u30af\u51b7\u8535\u8eca\", basePrice: 13200, extraRate: 90 },\r\n            truck2t: { name: \"2t\u30c8\u30e9\u30c3\u30af\", basePrice: 15170, extraRate: 160 },\r\n            truck4t: { name: \"4t\u30c8\u30e9\u30c3\u30af\", basePrice: 17750, extraRate: 180 }\r\n        };\r\n\r\n        const prefectureSelect = document.getElementById('prefecture');\r\n        const citySelect = document.getElementById('city');\r\n        const results = document.getElementById('results');\r\n        const priceGrid = document.getElementById('priceGrid');\r\n        const loading = document.getElementById('loading');\r\n\r\n        \/\/ \u90fd\u9053\u5e9c\u770c\u5909\u66f4\u6642\u306e\u51e6\u7406\r\n        prefectureSelect.addEventListener('change', function() {\r\n            const prefecture = this.value;\r\n            citySelect.innerHTML = '<option value=\"\">\u5e02\u533a\u753a\u6751\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044<\/option>';\r\n            citySelect.disabled = !prefecture;\r\n            results.classList.remove('active');\r\n\r\n            if (prefecture && locations[prefecture]) {\r\n                locations[prefecture].forEach(location => {\r\n                    const option = document.createElement('option');\r\n                    option.value = location.distance;\r\n                    option.textContent = location.name;\r\n                    citySelect.appendChild(option);\r\n                });\r\n            }\r\n        });\r\n\r\n        \/\/ \u5e02\u533a\u753a\u6751\u5909\u66f4\u6642\u306e\u51e6\u7406\r\n        citySelect.addEventListener('change', function() {\r\n            const distance = parseInt(this.value);\r\n            const cityName = this.options[this.selectedIndex].text;\r\n\r\n            if (distance) {\r\n                showLoading();\r\n                setTimeout(() => {\r\n                    calculateAndDisplayPrices(distance, cityName);\r\n                }, 500);\r\n            } else {\r\n                results.classList.remove('active');\r\n            }\r\n        });\r\n\r\n        function showLoading() {\r\n            results.classList.add('active');\r\n            loading.style.display = 'block';\r\n            priceGrid.style.display = 'none';\r\n        }\r\n\r\n        function calculateAndDisplayPrices(distance, cityName) {\r\n            priceGrid.innerHTML = '';\r\n            \r\n            Object.keys(vehicleTypes).forEach(vehicleKey => {\r\n                const vehicle = vehicleTypes[vehicleKey];\r\n                const price = calculatePrice(distance, vehicle);\r\n                \r\n                const card = createPriceCard(vehicle.name, price, distance, cityName);\r\n                priceGrid.appendChild(card);\r\n            });\r\n\r\n            loading.style.display = 'none';\r\n            priceGrid.style.display = 'grid';\r\n        }\r\n\r\n        function calculatePrice(distance, vehicle) {\r\n            if (distance <= 20) {\r\n                return vehicle.basePrice;\r\n            } else {\r\n                const extraDistance = distance - 20;\r\n                return vehicle.basePrice + (extraDistance * vehicle.extraRate);\r\n            }\r\n        }\r\n\r\n        function createPriceCard(vehicleName, price, distance, cityName) {\r\n            const card = document.createElement('div');\r\n            card.className = 'price-card';\r\n            \r\n            card.innerHTML = `\r\n                <div class=\"vehicle-type\">${vehicleName}<\/div>\r\n                <div class=\"price\">\u00a5${price.toLocaleString()}<\/div>\r\n                <div class=\"distance-info\">\r\n                    ${cityName}\u307e\u3067<br>\r\n                    \u8ddd\u96e2: ${distance}km\r\n                <\/div>\r\n            `;\r\n            \r\n            return card;\r\n        }\r\n    <\/script>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_themeisle_gutenberg_block_has_review":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-694","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/fan-pro.co.jp\/index.php?rest_route=\/wp\/v2\/posts\/694","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fan-pro.co.jp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fan-pro.co.jp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fan-pro.co.jp\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/fan-pro.co.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=694"}],"version-history":[{"count":12,"href":"https:\/\/fan-pro.co.jp\/index.php?rest_route=\/wp\/v2\/posts\/694\/revisions"}],"predecessor-version":[{"id":726,"href":"https:\/\/fan-pro.co.jp\/index.php?rest_route=\/wp\/v2\/posts\/694\/revisions\/726"}],"wp:attachment":[{"href":"https:\/\/fan-pro.co.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=694"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fan-pro.co.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=694"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fan-pro.co.jp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=694"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}