{"id":836,"date":"2025-05-09T14:39:05","date_gmt":"2025-05-09T05:39:05","guid":{"rendered":"https:\/\/tomato-made.com\/study\/?p=836"},"modified":"2025-07-21T13:25:26","modified_gmt":"2025-07-21T04:25:26","slug":"9","status":"publish","type":"post","link":"https:\/\/tomato-made.com\/study\/market-z\/9","title":{"rendered":"\u65e5\u4ed8\u8a08\u7b97\u30c4\u30fc\u30eb\uff08\u904e\u53bb\u3068\u672a\u6765\u306e\u65e5\u6570\u3092\u304b\u3093\u305f\u3093\u306b\u8abf\u3079\u3089\u308c\u308b\uff09"},"content":{"rendered":"\n<p>\u7c21\u5358\u306b\u65e5\u4ed8\u3092\u8a08\u7b97\u3067\u304d\u308b\u30c4\u30fc\u30eb\uff01\ud83e\udd70<\/p>\n\n\n\n<p>\u30cf\u30f3\u30c9\u30e1\u30a4\u30c9\u3067\u30aa\u30fc\u30c0\u30fc\u53d7\u3051\u308b\u3053\u3068\u3042\u308b\u3088\u306d\uff1f<\/p>\n\n\n\n<p>\u300c1\u9031\u9593\u307b\u3069\u304b\u304b\u308a\u307e\u3059\u300d<\/p>\n\n\n\n<p>\u300c1\u304b\u6708\u304f\u3089\u3044\u304b\u304b\u308a\u307e\u3059\u300d<\/p>\n\n\n\n<p>\u3063\u3066\u56de\u7b54\u3059\u308b\u3053\u3068\u3042\u308b\u3068\u601d\u3046\u3093\u3060\u3051\u3069\u3001\u81ea\u5206\u306e\u4e2d\u306e\u5236\u4f5c\u76ee\u5b89\u3067\u300e\u3007\u65e5\u9593\u3067\u5b8c\u6210\u3055\u305b\u305f\u3044\uff01\u300f\u3063\u3066\u3044\u3046\u3068\u304d\u306b\u3001\u4fbf\u5229\u306a\u30c4\u30fc\u30eb\u3060\u3088\uff01<\/p>\n\n\n\n<p>\u3007\u65e5\u3068\u3044\u3046\u3053\u3068\u306f\u3001\u300c\u672a\u6765\uff08\u65e5\u6570\u5f8c\uff09\u300d\u3092\u9078\u629e\u3057\u3066\u3001\u8a08\u7b97\u304c\u3067\u304d\u308b\u304b\u3089\u3001\u300c\u5e74\uff0f\u6708\uff0f\u65e5\u300d\u3044\u3064\u307e\u3067\u306b\u4ed5\u4e0a\u3052\u306a\u3044\u3068\u3044\u3051\u306a\u3044\u304b\u304c\u3059\u3050\u306b\u5206\u304b\u308b\ud83d\udc4d<\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div id=\"sgb-css-id-1\">\n<div style=\"border: 2px solid #f88080; border-radius: 10px; padding: 15px; background: #fff5f5; color: #444; font-size: 15px; line-height: 1.8;\">\n  <strong style=\"color:#f88080; font-size: 18px;\">\ud83d\udcc5 \u65e5\u4ed8\u8a08\u7b97\u30c4\u30fc\u30eb<\/strong><br><br>\n  <label>\u57fa\u6e96\u65e5\u3092\u9078\u629e\uff1a<\/label>\n  <input type=\"date\" id=\"baseDate\" style=\"width: 100%; padding: 10px; margin: 5px 0 15px; border: 1px solid #ccc; border-radius: 6px;\"><br>\n  <label>\u65e5\u6570\u3092\u5165\u529b\uff1a<\/label>\n  <input type=\"number\" id=\"days\" placeholder=\"\u4f8b\uff1a233\" style=\"width: 100%; padding: 10px; margin: 5px 0 15px; border: 1px solid #ccc; border-radius: 6px;\"><br>\n  <label>\u65b9\u5411\u3092\u9078\u3076\uff1a<\/label>\n  <select id=\"direction\" style=\"width: 100%; padding: 10px; margin: 5px 0 15px; border: 1px solid #ccc; border-radius: 6px;\">\n    <option value=\"before\">\u25c0\u25c0 \u904e\u53bb\uff08\u65e5\u6570\u524d\uff09<\/option>\n    <option value=\"after\">\u25b6\u25b6 \u672a\u6765\uff08\u65e5\u6570\u5f8c\uff09<\/option>\n  <\/select><br>\n  <button onclick=\"calculateDate()\" style=\"width: 100%; background-color: #f88080; color: white; border: none; border-radius: 6px; padding: 12px; font-weight: bold; font-size: 16px; cursor: pointer;\">\u8a08\u7b97\u3059\u308b<\/button>\n  <div id=\"result\" style=\"margin-top: 15px; font-size: 16px; font-weight: bold; color: #d94c72;\"><\/div>\n<\/div>\n\n<script>\n  function calculateDate() {\n    const base = document.getElementById('baseDate').value;\n    const days = parseInt(document.getElementById('days').value);\n    const dir = document.getElementById('direction').value;\n    const result = document.getElementById('result');\n\n    if (!base || isNaN(days)) {\n      result.textContent = \"\u65e5\u4ed8\u3068\u65e5\u6570\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\";\n      return;\n    }\n\n    const baseDate = new Date(base);\n    baseDate.setDate(baseDate.getDate() + (dir === 'before' ? -days : days));\n\n    const options = { year: 'numeric', month: 'long', day: 'numeric', weekday: 'long' };\n    result.textContent = `\ud83d\udcc5 \u7d50\u679c\uff1a${baseDate.toLocaleDateString('ja-JP', options)}`;\n  }\n<\/script>\n<\/div>\n\n\n<p><\/p>\n\n\n\n<div id=\"addToHomeBox\" style=\"margin: 30px 0;\">\n  <button onclick=\"showGuide()\" style=\"width: 100%; padding: 15px; font-weight: bold; background-color: #f781813d; color: #f28282; border: none; border-radius: 10px; font-size: 16px;\">\n    \u30db\u30fc\u30e0\u753b\u9762\u306b\u8ffd\u52a0\n  <\/button>\n  <p id=\"guideText\" style=\"margin-top: 15px; font-size: 15px; line-height: 1.8; display: none;\"><\/p>\n<\/div>\n\n<script>\n  function showGuide() {\n    const ua = window.navigator.userAgent.toLowerCase();\n    const guide = document.getElementById('guideText');\n    guide.style.display = 'block';\n\n    if (ua.includes('iphone') || ua.includes('ipad')) {\n      guide.innerHTML = `\n        Safari\u306e\u300c\u5171\u6709\u300d\u30dc\u30bf\u30f3\uff08\u25a1\u306b\u2191\uff09\u3092\u30bf\u30c3\u30d7\u3059\u308b\u3002<br>\n        \u3000\u3000\u21e9<br>\n        \u300c\u30db\u30fc\u30e0\u753b\u9762\u306b\u8ffd\u52a0\u300d\u3092\u9078\u3076\u3002\n      `;\n    } else if (ua.includes('android')) {\n      guide.innerHTML = `\n        \u53f3\u4e0a\u306e\u30e1\u30cb\u30e5\u30fc\uff08\ufe19\uff09\u3092\u30bf\u30c3\u30d7\u3059\u308b\u3002<br>\n        \u3000\u3000\u21e9<br>\n        \u300c\u30db\u30fc\u30e0\u753b\u9762\u306b\u8ffd\u52a0\u300d\u3092\u9078\u3076\u3002\n      `;\n    } else if (ua.includes('windows') || ua.includes('macintosh')) {\n      guide.innerHTML = `\n        Chrome\u3067\u8868\u793a\u3055\u308c\u308b\u53f3\u4e0a\u306e\u30e1\u30cb\u30e5\u30fc\uff08\ufe19\uff09\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3002<br>\n        \u3000\u3000\u21e9<br>\n        \u300c\u30ad\u30e3\u30b9\u30c8\u30fb\u5171\u6709\u30fb\u4fdd\u5b58\u300d\u27a1\u300c\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3092\u4f5c\u6210\u2026\u300d\n      `;\n    } else {\n      guide.innerHTML = `\n        \u30d6\u30e9\u30a6\u30b6\u306e\u30e1\u30cb\u30e5\u30fc\u304b\u3089\u300c\u30db\u30fc\u30e0\u753b\u9762\u306b\u8ffd\u52a0\u300d\u307e\u305f\u306f\u300c\u3053\u306e\u30b5\u30a4\u30c8\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u300d\u3092\u9078\u3093\u3067\u304f\u3060\u3055\u3044\u3002\n      `;\n    }\n  }\n<\/script>\n\n\n<p><div id=\"sgb-css-id-3\" >\n<\/p><p><\/p>\n<\/div>\n\n\n\n<p><\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div id=\"sgb-css-id-2\" style=\"--sgb--custom--bg-color: var(--sgb-main-color);--sgb--custom--text-color: #ffffff;--sgb--custom--text-after: '\u7d9a\u304d\u3092\u8aad\u3080';--sgb--custom--text-after-radius: 4;\"><a class=\"linkto table\" href=\"https:\/\/tomato-made.com\/study\/market-z\/5\"> <span class=\"tbcell tbimg\"><img decoding=\"async\" width=\"160\" height=\"160\" src=\"https:\/\/tomato-made.com\/study\/wp-content\/uploads\/2025\/04\/\u30cf\u30f3\u30c9\u30e1\u30a4\u30c9\u306b\u5f79\u7acb\u3064\u30c4\u30fc\u30eb\u307e\u3068\u3081-160x160.png\" class=\"attachment-thumb-160 size-thumb-160 wp-post-image\" alt=\"\" srcset=\"https:\/\/tomato-made.com\/study\/wp-content\/uploads\/2025\/04\/\u30cf\u30f3\u30c9\u30e1\u30a4\u30c9\u306b\u5f79\u7acb\u3064\u30c4\u30fc\u30eb\u307e\u3068\u3081-160x160.png 160w, https:\/\/tomato-made.com\/study\/wp-content\/uploads\/2025\/04\/\u30cf\u30f3\u30c9\u30e1\u30a4\u30c9\u306b\u5f79\u7acb\u3064\u30c4\u30fc\u30eb\u307e\u3068\u3081-150x150.png 150w\" sizes=\"(max-width: 160px) 100vw, 160px\"><\/span> <span class=\"tbcell tbtext\"> <time class=\"pubdate sng-link-time dfont\" itemprop=\"datePublished\" datetime=\"2025-01-20\">2025\u5e741\u670820\u65e5<\/time> \u30cf\u30f3\u30c9\u30e1\u30a4\u30c9\u306b\u5f79\u7acb\u3064\u30c4\u30fc\u30eb\u7d39\u4ecb <\/span> <\/a><\/div>","protected":false},"excerpt":{"rendered":"<p>\u7c21\u5358\u306b\u65e5\u4ed8\u3092\u8a08\u7b97\u3067\u304d\u308b\u30c4\u30fc\u30eb\uff01\ud83e\udd70 \u30cf\u30f3\u30c9\u30e1\u30a4\u30c9\u3067\u30aa\u30fc\u30c0\u30fc\u53d7\u3051\u308b\u3053\u3068\u3042\u308b\u3088\u306d\uff1f \u300c1\u9031\u9593\u307b\u3069\u304b\u304b\u308a\u307e\u3059\u300d \u300c1\u304b\u6708\u304f\u3089\u3044\u304b\u304b\u308a\u307e\u3059\u300d \u3063\u3066\u56de\u7b54\u3059\u308b\u3053\u3068\u3042\u308b\u3068\u601d\u3046\u3093\u3060\u3051\u3069\u3001\u81ea\u5206\u306e\u4e2d\u306e\u5236\u4f5c\u76ee\u5b89\u3067\u300e\u3007\u65e5\u9593\u3067\u5b8c\u6210\u3055\u305b\u305f\u3044\uff01\u300f\u3063\u3066\u3044 &#8230; <\/p>\n","protected":false},"author":1,"featured_media":841,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,6,9],"tags":[],"class_list":{"0":"post-836","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-market-z","8":"category-tool","9":"category-handmade","10":"entry"},"_links":{"self":[{"href":"https:\/\/tomato-made.com\/study\/wp-json\/wp\/v2\/posts\/836","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tomato-made.com\/study\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tomato-made.com\/study\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tomato-made.com\/study\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tomato-made.com\/study\/wp-json\/wp\/v2\/comments?post=836"}],"version-history":[{"count":0,"href":"https:\/\/tomato-made.com\/study\/wp-json\/wp\/v2\/posts\/836\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tomato-made.com\/study\/wp-json\/wp\/v2\/media\/841"}],"wp:attachment":[{"href":"https:\/\/tomato-made.com\/study\/wp-json\/wp\/v2\/media?parent=836"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tomato-made.com\/study\/wp-json\/wp\/v2\/categories?post=836"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tomato-made.com\/study\/wp-json\/wp\/v2\/tags?post=836"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}