{"id":1047,"date":"2025-05-22T20:52:54","date_gmt":"2025-05-22T11:52:54","guid":{"rendered":"https:\/\/www.nonki.coffeebittersweet.net\/?page_id=1047"},"modified":"2025-06-01T18:02:50","modified_gmt":"2025-06-01T09:02:50","slug":"umesakura","status":"publish","type":"page","link":"https:\/\/www.nonki.coffeebittersweet.net\/?page_id=1047","title":{"rendered":"\u6885\u304b\u3089\u685c\u3078\uff1a\u65e5\u672c\u306e\u82b1\u6587\u5316\u5909\u9077\u30a4\u30f3\u30bf\u30e9\u30af\u30c6\u30a3\u30d6\u30ac\u30a4\u30c9"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"ja\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\u6885\u304b\u3089\u685c\u3078\uff1a\u65e5\u672c\u306e\u82b1\u6587\u5316\u5909\u9077\u30a4\u30f3\u30bf\u30e9\u30af\u30c6\u30a3\u30d6\u30ac\u30a4\u30c9<\/title>\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\n    <!-- Visualization & Content Choices:\n        - Report Info: Man'yoshu poem counts (Plum: 110, Cherry: 43) -> Goal: Compare early poetic focus -> Viz: Bar Chart (Chart.js) -> Interaction: Visual comparison -> Justification: Clear, immediate visual of plum's dominance.\n        - Report Info: Factors for cherry's rise (agriculture, imperial, cultural shift) -> Goal: Explain multifaceted transition -> Presentation: Interactive \"Factor Cards\" (HTML\/CSS\/JS) -> Interaction: Click to reveal details for each factor -> Justification: Breaks down information, user-controlled exploration.\n        - Report Info: Table 1 (Chronology) -> Goal: Show timeline -> Presentation: Interactive HTML Table -> Interaction: Potentially clickable eras to link to text -> Justification: Clear, structured data presentation.\n        - Report Info: Table 2 (Symbolism) -> Goal: Compare meanings -> Presentation: Interactive HTML Table or toggle display -> Interaction: Click flower to see symbols -> Justification: Easy comparison of symbolic values.\n        - Report Info: Literary\/Artistic shift -> Goal: Illustrate cultural change -> Presentation: Toggle\/Tabbed content (HTML\/CSS\/JS) for Plum vs. Cherry examples -> Interaction: User selects flower to see representative examples -> Justification: Direct comparison within cultural domains.\n        - Report Info: Fukuoka locations -> Goal: Show regional examples -> Presentation: Clickable location cards\/simple map concept (HTML\/CSS) -> Interaction: Click to see details of Dazaifu (plum) or Maizuru (cherry) -> Justification: Connects abstract concepts to tangible places.\n        - All textual content from the report will be summarized and presented in contextually relevant sections with introductory paragraphs.\n        - Library\/Method: Chart.js for charts. Vanilla JS for all interactions. Tailwind CSS for styling. NO SVG graphics used. NO Mermaid JS used. -->\n    <style>\n        body {\n            font-family: 'Inter', sans-serif;\n        }\n        .chart-container {\n            position: relative;\n            width: 100%;\n            max-width: 600px;\n            margin-left: auto;\n            margin-right: auto;\n            height: 300px;\n            max-height: 400px;\n        }\n        @media (min-width: 768px) {\n            .chart-container {\n                height: 350px;\n            }\n        }\n        .nav-link {\n            @apply px-3 py-2 rounded-md text-sm font-medium text-stone-700 hover:bg-pink-100 hover:text-pink-700 transition-colors;\n        }\n        .nav-link.active {\n            @apply bg-pink-600 text-white;\n        }\n        .section-title {\n            @apply text-3xl font-bold text-pink-700 mb-6 text-center;\n        }\n        .card {\n            @apply bg-white p-6 rounded-lg shadow-lg hover:shadow-xl transition-shadow duration-300;\n        }\n        .tab-button {\n            @apply px-4 py-2 font-semibold rounded-t-lg focus:outline-none transition-colors duration-300;\n        }\n        .tab-button.active {\n            @apply bg-purple-500 text-white;\n        }\n        .tab-button:not(.active) {\n            @apply bg-purple-100 text-purple-700 hover:bg-purple-200;\n        }\n        .tab-content {\n            @apply p-4 border border-purple-300 rounded-b-lg bg-white;\n        }\n        .tooltip {\n            @apply absolute z-10 invisible inline-block px-3 py-2 text-sm font-medium text-white bg-gray-900 rounded-lg shadow-sm opacity-0 tooltip transition-opacity duration-300;\n        }\n        .has-tooltip:hover .tooltip {\n            @apply visible opacity-100;\n        }\n    <\/style>\n<\/head>\n<body class=\"bg-rose-50 text-stone-800\">\n\n    <header class=\"bg-white shadow-md sticky top-0 z-50\">\n        <nav class=\"container mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"flex items-center justify-between h-16\">\n                <div class=\"flex items-center\">\n                    <span class=\"font-bold text-xl text-pink-700\">\u6885\u304b\u3089\u685c\u3078<\/span>\n                <\/div>\n                <div class=\"hidden md:block\">\n                    <div class=\"ml-10 flex items-baseline space-x-4\">\n                        <a href=\"#introduction\" class=\"nav-link\">\u5e8f\u8ad6<\/a>\n                        <a href=\"#age-of-plum\" class=\"nav-link\">\u6885\u306e\u6642\u4ee3<\/a>\n                        <a href=\"#rise-of-cherry\" class=\"nav-link\">\u685c\u306e\u53f0\u982d<\/a>\n                        <a href=\"#cultural-impact\" class=\"nav-link\">\u6587\u5316\u7684\u5f71\u97ff<\/a>\n                        <a href=\"#sugawara\" class=\"nav-link\">\u83c5\u539f\u9053\u771f<\/a>\n                        <a href=\"#fukuoka-flowers\" class=\"nav-link\">\u798f\u5ca1\u306e\u82b1<\/a>\n                        <a href=\"#timeline-symbols\" class=\"nav-link\">\u5e74\u8868\u3068\u8c61\u5fb4<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"md:hidden\">\n                    <button id=\"mobile-menu-button\" class=\"inline-flex items-center justify-center p-2 rounded-md text-stone-400 hover:text-white hover:bg-pink-600 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-white\">\n                        <span class=\"sr-only\">\u30e1\u30a4\u30f3\u30e1\u30cb\u30e5\u30fc\u3092\u958b\u304f<\/span>\n                        <svg class=\"block h-6 w-6\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" aria-hidden=\"true\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 6h16M4 12h16M4 18h16\" \/>\n                        <\/svg>\n                        <svg class=\"hidden h-6 w-6\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" aria-hidden=\"true\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 18L18 6M6 6l12 12\" \/>\n                        <\/svg>\n                    <\/button>\n                <\/div>\n            <\/div>\n        <\/nav>\n        <div id=\"mobile-menu\" class=\"md:hidden hidden\">\n            <div class=\"px-2 pt-2 pb-3 space-y-1 sm:px-3\">\n                <a href=\"#introduction\" class=\"nav-link block\">\u5e8f\u8ad6<\/a>\n                <a href=\"#age-of-plum\" class=\"nav-link block\">\u6885\u306e\u6642\u4ee3<\/a>\n                <a href=\"#rise-of-cherry\" class=\"nav-link block\">\u685c\u306e\u53f0\u982d<\/a>\n                <a href=\"#cultural-impact\" class=\"nav-link block\">\u6587\u5316\u7684\u5f71\u97ff<\/a>\n                <a href=\"#sugawara\" class=\"nav-link block\">\u83c5\u539f\u9053\u771f<\/a>\n                <a href=\"#fukuoka-flowers\" class=\"nav-link block\">\u798f\u5ca1\u306e\u82b1<\/a>\n                <a href=\"#timeline-symbols\" class=\"nav-link block\">\u5e74\u8868\u3068\u8c61\u5fb4<\/a>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <main class=\"container mx-auto px-4 sm:px-6 lg:px-8 py-8\">\n\n        <section id=\"introduction\" class=\"my-12 scroll-mt-20\">\n            <h2 class=\"section-title\">\u5e8f\u8ad6\uff1a\u65e5\u672c\u306e\u82b1\u666f\u8272<\/h2>\n            <div class=\"card\">\n                <p class=\"text-lg leading-relaxed\">\u53e4\u6765\u3001\u65e5\u672c\u306e\u4eba\u3005\u306f\u5b63\u7bc0\u306e\u79fb\u308d\u3044\u3092\u82b1\u3067\u611f\u3058\u3001\u305d\u306e\u7f8e\u3092\u611b\u3067\u308b\u6587\u5316\u3092\u80b2\u3093\u3067\u304d\u307e\u3057\u305f\u3002\u6625\u306e\u8a2a\u308c\u3092\u544a\u3052\u308b\u82b1\u3078\u306e\u95a2\u5fc3\u306f\u7279\u306b\u9ad8\u304f\u3001\u6642\u4ee3\u3068\u5171\u306b\u305d\u306e\u4e2d\u5fc3\u3068\u306a\u308b\u82b1\u306f\u5909\u5316\u3057\u307e\u3057\u305f\u3002\u304b\u3064\u3066\u306f\u6885\u304c\u6625\u306e\u8c61\u5fb4\u3067\u3057\u305f\u304c\u3001\u3084\u304c\u3066\u685c\u304c\u305d\u306e\u5730\u4f4d\u3092\u78ba\u7acb\u3057\u3001\u73fe\u4ee3\u65e5\u672c\u306e\u6625\u3092\u4ee3\u8868\u3059\u308b\u82b1\u3068\u306a\u308a\u307e\u3057\u305f\u3002\u3053\u306e\u30ac\u30a4\u30c9\u3067\u306f\u3001\u6885\u304b\u3089\u685c\u3078\u3068\u89b3\u8cde\u5bfe\u8c61\u304c\u79fb\u308a\u5909\u308f\u3063\u305f\u6b74\u53f2\u7684\u7d4c\u7def\u3068\u6587\u5316\u7684\u80cc\u666f\u3092\u3001\u30a4\u30f3\u30bf\u30e9\u30af\u30c6\u30a3\u30d6\u306b\u63a2\u6c42\u3057\u307e\u3059\u3002\u3053\u306e\u5909\u5316\u306f\u5358\u306a\u308b\u597d\u307f\u306e\u5909\u9077\u3067\u306f\u306a\u304f\u3001\u65e5\u672c\u306e\u6b74\u53f2\u3001\u6587\u5316\u3001\u793e\u4f1a\u306e\u5909\u5bb9\u3068\u6df1\u304f\u95a2\u308f\u3063\u3066\u3044\u307e\u3059\u3002<\/p>\n            <\/div>\n        <\/section>\n\n        <section id=\"age-of-plum\" class=\"my-12 scroll-mt-20\">\n            <h2 class=\"section-title\">\u6885\u306e\u6642\u4ee3\uff1a\u521d\u671f\u306e\u89b3\u8cde\u6587\u5316\uff08\u5948\u826f\u6642\u4ee3\u4ee5\u524d\uff09<\/h2>\n            <div class=\"card mb-8\">\n                <p class=\"text-lg leading-relaxed mb-4\">\u65e5\u672c\u306e\u6885\u306e\u6b74\u53f2\u306f\u53e4\u304f\u3001\u4e2d\u56fd\u5927\u9678\u304b\u3089\u4f1d\u6765\u3057\u305f\u3068\u3055\u308c\u307e\u3059\u3002\u5948\u826f\u6642\u4ee3\u306b\u306f\u8cb4\u65cf\u306e\u9593\u3067\u305d\u306e\u7f8e\u3057\u3055\u3084\u9999\u308a\u304c\u9ad8\u304f\u8a55\u4fa1\u3055\u308c\u3066\u3044\u307e\u3057\u305f\u3002\u4e2d\u56fd\u6587\u5316\u306e\u5f71\u97ff\u304c\u5f37\u304b\u3063\u305f\u3053\u306e\u6642\u4ee3\u3001\u6885\u306f\u7f8e\u306e\u8c61\u5fb4\u3068\u3057\u3066\u611b\u3067\u3089\u308c\u3001\u521d\u671f\u306e\u82b1\u898b\u306f\u6885\u306e\u6728\u306e\u4e0b\u3067\u8a69\u6b4c\u3092\u8a60\u3080\u4e2d\u56fd\u306e\u98a8\u7fd2\u306b\u5023\u3063\u305f\u3082\u306e\u3067\u3057\u305f\u3002\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u3067\u306f\u3001\u6885\u304c\u65e5\u672c\u306e\u6587\u5316\u3067\u6700\u521d\u306b\u3069\u306e\u3088\u3046\u306b\u53d7\u3051\u5165\u308c\u3089\u308c\u3001\u8cde\u8cdb\u3055\u308c\u305f\u304b\u3092\u898b\u3066\u3044\u304d\u307e\u3059\u3002<\/p>\n                <div class=\"grid md:grid-cols-2 gap-6\">\n                    <div>\n                        <h3 class=\"text-xl font-semibold text-purple-700 mb-2\">\u6885\u306e\u6587\u5316\u7684\u7279\u5fb4<\/h3>\n                        <ul class=\"list-disc list-inside space-y-1 text-stone-700\">\n                            <li>\u4e2d\u56fd\u4f1d\u6765\uff1a\u6587\u5316\u30fb\u7f8e\u610f\u8b58\u3068\u5171\u306b\u65e5\u672c\u3078\u3002<\/li>\n                            <li>\u8c61\u5fb4\u6027\uff1a\u5fcd\u8010\u529b\u3001\u5e0c\u671b\u3001\u6625\u306e\u8a2a\u308c\u3002<\/li>\n                            <li>\u8cb4\u65cf\u6587\u5316\uff1a\u8a69\u6b4c\u3001\u5bb4\u306e\u5bfe\u8c61\u3002<\/li>\n                            <li>\u300e\u4e07\u8449\u96c6\u300f\uff1a\u685c\u3088\u308a\u591a\u304f\u306e\u6b4c\u304c\u8a60\u307e\u308c\u308b\u3002<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div>\n                        <h3 class=\"text-xl font-semibold text-purple-700 mb-2\">\u300e\u4e07\u8449\u96c6\u300f\u306b\u304a\u3051\u308b\u6885\u3068\u685c<\/h3>\n                        <div class=\"chart-container\">\n                            <canvas id=\"manyoshuChart\"><\/canvas>\n                        <\/div>\n                        <p class=\"text-sm text-center mt-2 text-stone-600\">\u300e\u4e07\u8449\u96c6\u300f\u3067\u306f\u6885\u306e\u6b4c\u304c110\u9996\u306b\u5bfe\u3057\u3001\u685c\u306f43\u9996\u3068\u3001\u6885\u3078\u306e\u95a2\u5fc3\u306e\u9ad8\u3055\u304c\u3046\u304b\u304c\u3048\u307e\u3059\u3002<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section id=\"rise-of-cherry\" class=\"my-12 scroll-mt-20\">\n            <h2 class=\"section-title\">\u685c\u306e\u53f0\u982d\uff1a\u89b3\u8cde\u306e\u7126\u70b9\u306e\u79fb\u884c\uff08\u5e73\u5b89\u6642\u4ee3\uff09<\/h2>\n            <div class=\"card mb-8\">\n                <p class=\"text-lg leading-relaxed mb-6\">\u5e73\u5b89\u6642\u4ee3\u306b\u5165\u308b\u3068\u3001\u82b1\u898b\u306e\u5bfe\u8c61\u306f\u6b21\u7b2c\u306b\u6885\u304b\u3089\u685c\u3078\u3068\u79fb\u308a\u5909\u308f\u308a\u307e\u3057\u305f\u3002\u3053\u306e\u5909\u5316\u306b\u306f\u3001\u8fb2\u696d\u3068\u306e\u95a2\u308f\u308a\u3001\u5bae\u5ef7\u6587\u5316\u3001\u305d\u3057\u3066\u56fd\u98a8\u6587\u5316\u306e\u8208\u9686\u306a\u3069\u3001\u8907\u6570\u306e\u8981\u56e0\u304c\u7d61\u307f\u5408\u3063\u3066\u3044\u307e\u3059\u3002\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u3067\u306f\u3001\u685c\u304c\u3069\u306e\u3088\u3046\u306b\u3057\u3066\u65e5\u672c\u306e\u6625\u306e\u4e3b\u5f79\u3078\u3068\u8e8d\u308a\u51fa\u305f\u306e\u304b\u3001\u305d\u306e\u80cc\u666f\u3092\u63a2\u308a\u307e\u3059\u3002<\/p>\n                <h3 class=\"text-xl font-semibold text-purple-700 mb-4 text-center\">\u685c\u304c\u4eba\u6c17\u3092\u96c6\u3081\u305f\u8981\u56e0<\/h3>\n                <div class=\"grid md:grid-cols-2 lg:grid-cols-3 gap-6\" id=\"cherryRiseFactors\">\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section id=\"cultural-impact\" class=\"my-12 scroll-mt-20\">\n            <h2 class=\"section-title\">\u6587\u5316\u7684\u5f71\u97ff\uff1a\u6587\u5b66\u3001\u82b8\u8853\u3001\u793e\u4f1a\u3078\u306e\u6d78\u900f<\/h2>\n            <div class=\"card mb-8\">\n                <p class=\"text-lg leading-relaxed mb-6\">\u685c\u304c\u89b3\u8cde\u306e\u4e2d\u5fc3\u3068\u306a\u308b\u306b\u3064\u308c\u3001\u305d\u306e\u5f71\u97ff\u306f\u6587\u5b66\u3001\u82b8\u8853\u3001\u3055\u3089\u306b\u306f\u793e\u4f1a\u5168\u4f53\u3078\u3068\u5e83\u304c\u3063\u3066\u3044\u304d\u307e\u3057\u305f\u3002\u300c\u82b1\u300d\u3068\u3044\u3048\u3070\u685c\u3092\u6307\u3059\u3088\u3046\u306b\u306a\u308a\u3001\u685c\u306e\u511a\u3044\u7f8e\u3057\u3055\u306f\u65e5\u672c\u4eba\u306e\u7f8e\u610f\u8b58\u3084\u6b7b\u751f\u89b3\u3068\u3082\u7d50\u3073\u3064\u3044\u3066\u3044\u304d\u307e\u3059\u3002\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u3067\u306f\u3001\u685c\u304c\u65e5\u672c\u306e\u6587\u5316\u306b\u3069\u306e\u3088\u3046\u306b\u6df1\u304f\u6839\u3056\u3057\u3066\u3044\u3063\u305f\u306e\u304b\u3092\u3001\u6587\u5b66\u30fb\u82b8\u8853\u3001\u6b66\u58eb\u968e\u7d1a\u3001\u5eb6\u6c11\u6587\u5316\u306e\u89b3\u70b9\u304b\u3089\u898b\u3066\u3044\u304d\u307e\u3059\u3002<\/p>\n                <div id=\"culturalImpactTabs\">\n                    <div class=\"mb-4 border-b border-gray-200\">\n                        <nav class=\"-mb-px flex space-x-4\" aria-label=\"Tabs\">\n                            <button class=\"tab-button active\" data-tab=\"literature-art\">\u6587\u5b66\u3068\u82b8\u8853<\/button>\n                            <button class=\"tab-button\" data-tab=\"samurai-commoners\">\u6b66\u58eb\u3068\u5eb6\u6c11<\/button>\n                            <button class=\"tab-button\" data-tab=\"symbolism\">\u8c61\u5fb4\u6027\u306e\u6df1\u5316<\/button>\n                        <\/nav>\n                    <\/div>\n                    <div id=\"literature-art\" class=\"tab-content\">\n                        <h4 class=\"text-lg font-semibold text-purple-600 mb-2\">\u6587\u5b66\u3068\u82b8\u8853\u306b\u304a\u3051\u308b\u685c<\/h4>\n                        <p class=\"mb-2\">\u5e73\u5b89\u6642\u4ee3\u306e\u300e\u53e4\u4eca\u548c\u6b4c\u96c6\u300f\u3084\u300e\u6e90\u6c0f\u7269\u8a9e\u300f\u3067\u306f\u685c\u304c\u91cd\u8981\u306a\u30e2\u30c1\u30fc\u30d5\u3068\u306a\u308a\u3001\u300c\u82b1\u300d\u304c\u685c\u3092\u6307\u3059\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f\u3002\u82b8\u8853\u5206\u91ce\u3067\u3082\u3001\u5c4f\u98a8\u7d75\u3084\u6d6e\u4e16\u7d75\u306a\u3069\u3067\u685c\u306f\u65e5\u672c\u306e\u7f8e\u610f\u8b58\u3092\u8c61\u5fb4\u3059\u308b\u5b58\u5728\u3068\u306a\u3063\u3066\u3044\u304d\u307e\u3059\u3002<\/p>\n                        <p><strong>\u6885\u306e\u63cf\u5199\uff1a<\/strong>\u521d\u671f\u306b\u306f\u4e2d\u56fd\u98a8\u306e\u6c34\u58a8\u753b\u3067\u597d\u307e\u308c\u3001\u5fcd\u8010\u3084\u6e05\u3089\u304b\u3055\u306e\u8c61\u5fb4\u3068\u3057\u3066\u63cf\u304b\u308c\u307e\u3057\u305f\u3002<\/p>\n                        <p><strong>\u685c\u306e\u63cf\u5199\uff1a<\/strong>\u77ed\u3044\u958b\u82b1\u671f\u9593\u304b\u3089\u511a\u3055\u3084\u751f\u547d\u306e\u8f1d\u304d\u3092\u8c61\u5fb4\u3057\u3001\u5973\u6027\u7f8e\u3084\u604b\u306e\u8c61\u5fb4\u3068\u3082\u3055\u308c\u307e\u3057\u305f\u3002<\/p>\n                    <\/div>\n                    <div id=\"samurai-commoners\" class=\"tab-content hidden\">\n                        <h4 class=\"text-lg font-semibold text-purple-600 mb-2\">\u6b66\u58eb\u968e\u7d1a\u3068\u5eb6\u6c11\u3078\u306e\u5e83\u304c\u308a<\/h4>\n                        <p class=\"mb-2\"><strong>\u6b66\u58eb\u968e\u7d1a\uff1a<\/strong>\u685c\u306e\u6563\u308a\u969b\u306e\u6f54\u3055\u304c\u6b66\u58eb\u9053\u7cbe\u795e\u306b\u901a\u3058\u308b\u3068\u3055\u308c\u3001\u6b66\u58eb\u306e\u9593\u3067\u597d\u307e\u308c\u307e\u3057\u305f\u3002<\/p>\n                        <p><strong>\u6c5f\u6238\u6642\u4ee3\u3068\u5eb6\u6c11\uff1a<\/strong>\u5e73\u548c\u306a\u6642\u4ee3\u304c\u7d9a\u304d\u3001\u5eb6\u6c11\u306b\u3082\u82b1\u898b\u306e\u7fd2\u6163\u304c\u666e\u53ca\u3002\u5fb3\u5ddd\u5409\u5b97\u306b\u3088\u308b\u685c\u306e\u690d\u6a39\u5968\u52b1\u3082\u3053\u308c\u3092\u5f8c\u62bc\u3057\u3057\u307e\u3057\u305f\u3002<\/p>\n                        <p><strong>\u660e\u6cbb\u6642\u4ee3\u4ee5\u964d\uff1a<\/strong>\u30bd\u30e1\u30a4\u30e8\u30b7\u30ce\u304c\u5168\u56fd\u306b\u5e83\u307e\u308a\u3001\u685c\u306e\u82b1\u898b\u306f\u56fd\u6c11\u7684\u884c\u4e8b\u3068\u3057\u3066\u5b9a\u7740\u3057\u307e\u3057\u305f\u3002<\/p>\n                    <\/div>\n                    <div id=\"symbolism\" class=\"tab-content hidden\">\n                        <h4 class=\"text-lg font-semibold text-purple-600 mb-2\">\u685c\u306e\u8c61\u5fb4\u6027\u306e\u6df1\u5316<\/h4>\n                        <p>\u685c\u306e\u511a\u304f\u3082\u7f8e\u3057\u3044\u59ff\u306f\u3001\u65e5\u672c\u4eba\u306e\u81ea\u7136\u89b3\u3084\u4eba\u751f\u89b3\u3068\u6df1\u304f\u7d50\u3073\u3064\u304d\u3001\u591a\u69d8\u306a\u8c61\u5fb4\u7684\u610f\u5473\u3092\u6301\u3064\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f\u3002<\/p>\n                        <ul class=\"list-disc list-inside space-y-1 mt-2\">\n                            <li><strong>\u511a\u3055\u30fb\u6f54\u3055\uff1a<\/strong>\u77ed\u3044\u958b\u82b1\u671f\u9593\u3068\u6563\u308a\u969b\u306e\u7f8e\u3057\u3055\u3002<\/li>\n                            <li><strong>\u751f\u547d\u306e\u8f1d\u304d\uff1a<\/strong>\u6625\u306e\u8a2a\u308c\u3068\u3068\u3082\u306b\u4e00\u6589\u306b\u54b2\u304d\u8a87\u308b\u59ff\u3002<\/li>\n                            <li><strong>\u3082\u306e\u306e\u3042\u306f\u308c\uff1a<\/strong>\u79fb\u308d\u3044\u3086\u304f\u3082\u306e\u3078\u306e\u5171\u611f\u3002<\/li>\n                            <li><strong>\u5171\u540c\u4f53\u306e\u8c61\u5fb4\uff1a<\/strong>\u82b1\u898b\u3092\u901a\u3058\u305f\u4eba\u3005\u306e\u96c6\u3044\u3002<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section id=\"sugawara\" class=\"my-12 scroll-mt-20\">\n            <h2 class=\"section-title\">\u83c5\u539f\u9053\u771f\uff1a\u6885\u3092\u611b\u3057\u305f\u624d\u4eba<\/h2>\n            <div class=\"card\">\n                <p class=\"text-lg leading-relaxed mb-4\">\u5e73\u5b89\u6642\u4ee3\u306e\u5b66\u8005\u3001\u8a69\u4eba\u3001\u653f\u6cbb\u5bb6\u3067\u3042\u308b\u83c5\u539f\u9053\u771f\u306f\u3001\u7279\u306b\u6885\u306e\u82b1\u3092\u6df1\u304f\u611b\u3057\u305f\u3053\u3068\u3067\u77e5\u3089\u308c\u3066\u3044\u307e\u3059\u3002\u592a\u5bb0\u5e9c\u3078\u306e\u5de6\u9077\u306e\u969b\u306b\u8a60\u3093\u3060\u6b4c\u3068\u300c\u98db\u6885\u300d\u4f1d\u8aac\u306f\u3042\u307e\u308a\u306b\u3082\u6709\u540d\u3067\u3059\u3002\u9053\u771f\u3092\u7940\u308b\u5929\u6e80\u5bae\u306e\u795e\u7d0b\u3082\u6885\u306e\u82b1\u3067\u3059\u3002<\/p>\n                <p class=\"text-lg leading-relaxed\">\u3057\u304b\u3057\u3001\u9053\u771f\u306e\u6885\u3078\u306e\u6df1\u3044\u611b\u60c5\u304c\u3001\u6885\u304b\u3089\u685c\u3078\u306e\u89b3\u8cde\u5bfe\u8c61\u306e\u5909\u5316\u306b\u76f4\u63a5\u7684\u306a\u5f71\u97ff\u3092\u4e0e\u3048\u305f\u3068\u306f\u8003\u3048\u306b\u304f\u3044\u3067\u3059\u3002\u3080\u3057\u308d\u3001\u5f7c\u306e\u5b58\u5728\u306f\u6885\u6587\u5316\u3092\u5f8c\u4e16\u306b\u4f1d\u3048\u308b\u91cd\u8981\u306a\u5f79\u5272\u3092\u679c\u305f\u3057\u305f\u3068\u8a00\u3048\u308b\u3067\u3057\u3087\u3046\u3002\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u3067\u306f\u3001\u83c5\u539f\u9053\u771f\u3068\u6885\u306e\u95a2\u308f\u308a\u3001\u305d\u3057\u3066\u685c\u3078\u306e\u79fb\u884c\u3068\u306e\u95a2\u9023\u6027\u306b\u3064\u3044\u3066\u8003\u5bdf\u3057\u307e\u3059\u3002<\/p>\n                 <div class=\"mt-6 bg-purple-50 p-4 rounded-lg\">\n                    <h4 class=\"text-lg font-semibold text-purple-700 mb-2\">\u9053\u771f\u3068\u6885\u3001\u305d\u3057\u3066\u685c<\/h4>\n                    <p class=\"text-sm text-stone-700\">\u9053\u771f\u306f\u6885\u3092\u3053\u3088\u306a\u304f\u611b\u3057\u3001\u591a\u304f\u306e\u6b4c\u3084\u4f1d\u8aac\u304c\u6b8b\u3063\u3066\u3044\u307e\u3059\u3002\u592a\u5bb0\u5e9c\u5929\u6e80\u5bae\u306b\u306f\u4eca\u3082\u591a\u304f\u306e\u6885\u304c\u690d\u3048\u3089\u308c\u3066\u3044\u307e\u3059\u3002\u4e00\u65b9\u3001\u685c\u3068\u306e\u95a2\u9023\u306f\u6885\u307b\u3069\u5f37\u304f\u306f\u306a\u304f\u3001\u89b3\u8cde\u5bfe\u8c61\u306e\u79fb\u884c\u306b\u76f4\u63a5\u95a2\u4e0e\u3057\u305f\u3068\u3044\u3046\u3088\u308a\u306f\u3001\u6885\u6587\u5316\u306e\u8c61\u5fb4\u7684\u4eba\u7269\u3068\u3057\u3066\u8a18\u61b6\u3055\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section id=\"fukuoka-flowers\" class=\"my-12 scroll-mt-20\">\n            <h2 class=\"section-title\">\u798f\u5ca1\u306e\u82b1\u66a6\uff1a\u6885\u3068\u685c\u306e\u540d\u6240<\/h2>\n            <div class=\"card mb-8\">\n                <p class=\"text-lg leading-relaxed mb-6\">\u798f\u5ca1\u770c\u5185\u306b\u3082\u3001\u53e4\u304f\u304b\u3089\u6885\u3068\u685c\u304c\u89aa\u3057\u307e\u308c\u3066\u304d\u305f\u540d\u6240\u3084\u3001\u305d\u308c\u305e\u308c\u306e\u82b1\u306b\u307e\u3064\u308f\u308b\u4f1d\u627f\u304c\u6570\u591a\u304f\u5b58\u5728\u3057\u307e\u3059\u3002\u83c5\u539f\u9053\u771f\u3086\u304b\u308a\u306e\u592a\u5bb0\u5e9c\u5929\u6e80\u5bae\u306f\u6885\u306e\u540d\u6240\u3068\u3057\u3066\u5168\u56fd\u7684\u306b\u77e5\u3089\u308c\u3001\u4e00\u65b9\u3001\u798f\u5ca1\u5e02\u5185\u306b\u306f\u821e\u9db4\u516c\u5712\u3084\u897f\u516c\u5712\u306a\u3069\u685c\u306e\u540d\u6240\u304c\u70b9\u5728\u3057\u307e\u3059\u3002\u3053\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u3067\u306f\u3001\u798f\u5ca1\u770c\u306b\u304a\u3051\u308b\u6885\u3068\u685c\u306e\u4ee3\u8868\u7684\u306a\u30b9\u30dd\u30c3\u30c8\u3068\u3001\u305d\u308c\u3089\u304c\u5730\u57df\u6587\u5316\u306b\u3069\u306e\u3088\u3046\u306b\u6839\u4ed8\u3044\u3066\u3044\u308b\u304b\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002<\/p>\n                <div class=\"grid md:grid-cols-2 gap-6\" id=\"fukuokaSpots\">\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section id=\"timeline-symbols\" class=\"my-12 scroll-mt-20\">\n            <h2 class=\"section-title\">\u5909\u9077\u306e\u5e74\u8868\u3068\u8c61\u5fb4<\/h2>\n            <div class=\"card mb-8\">\n                 <p class=\"text-lg leading-relaxed mb-6\">\u65e5\u672c\u306e\u82b1\u89b3\u8cde\u6587\u5316\u306f\u3001\u6642\u4ee3\u3068\u5171\u306b\u305d\u306e\u4e2d\u5fc3\u3092\u5909\u3048\u3066\u304d\u307e\u3057\u305f\u3002\u3053\u3053\u3067\u306f\u3001\u6885\u304b\u3089\u685c\u3078\u306e\u89b3\u8cde\u5bfe\u8c61\u306e\u5909\u9077\u3092\u307e\u3068\u3081\u305f\u5e74\u8868\u3068\u3001\u305d\u308c\u305e\u308c\u306e\u82b1\u304c\u6301\u3064\u8c61\u5fb4\u7684\u306a\u610f\u5473\u5408\u3044\u3092\u6982\u89b3\u3057\u307e\u3059\u3002\u3053\u308c\u306b\u3088\u308a\u3001\u6b74\u53f2\u7684\u306a\u6d41\u308c\u3068\u6587\u5316\u7684\u306a\u610f\u5473\u3065\u3051\u306e\u53cc\u65b9\u304b\u3089\u3001\u3053\u306e\u5909\u5316\u3092\u3088\u308a\u6df1\u304f\u7406\u89e3\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n            <\/div>\n            <div class=\"card mb-8\">\n                <h3 class=\"text-2xl font-semibold text-purple-700 mb-4 text-center\">\u6885\u3068\u685c\u306e\u89b3\u8cde\u306e\u5909\u9077<\/h3>\n                <div class=\"overflow-x-auto\">\n                    <table class=\"min-w-full divide-y divide-gray-200\">\n                        <thead class=\"bg-purple-100\">\n                            <tr>\n                                <th class=\"px-6 py-3 text-left text-xs font-medium text-purple-700 uppercase tracking-wider\">\u6642\u4ee3<\/th>\n                                <th class=\"px-6 py-3 text-left text-xs font-medium text-purple-700 uppercase tracking-wider\">\u4e3b\u306a\u89b3\u8cde\u5bfe\u8c61<\/th>\n                                <th class=\"px-6 py-3 text-left text-xs font-medium text-purple-700 uppercase tracking-wider\">\u7279\u8a18\u4e8b\u9805<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody class=\"bg-white divide-y divide-gray-200\" id=\"timelineTableBody\">\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n            <\/div>\n            <div class=\"card\">\n                <h3 class=\"text-2xl font-semibold text-pink-700 mb-4 text-center\">\u6885\u3068\u685c\u306e\u8c61\u5fb4\u7684\u306a\u610f\u5473\u5408\u3044<\/h3>\n                <div class=\"overflow-x-auto\">\n                     <table class=\"min-w-full divide-y divide-gray-200\">\n                        <thead class=\"bg-pink-100\">\n                            <tr>\n                                <th class=\"px-6 py-3 text-left text-xs font-medium text-pink-700 uppercase tracking-wider\">\u82b1<\/th>\n                                <th class=\"px-6 py-3 text-left text-xs font-medium text-pink-700 uppercase tracking-wider\">\u4e3b\u306a\u8c61\u5fb4<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody class=\"bg-white divide-y divide-gray-200\" id=\"symbolismTableBody\">\n                        <\/tbody>\n                    <\/table>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <footer class=\"text-center mt-12 py-8 border-t border-stone-300\">\n            <p class=\"text-sm text-stone-600\">&copy; 2024 \u6885\u304b\u3089\u685c\u3078\uff1a\u65e5\u672c\u306e\u82b1\u6587\u5316\u5909\u9077\u30a4\u30f3\u30bf\u30e9\u30af\u30c6\u30a3\u30d6\u30ac\u30a4\u30c9. All rights reserved.<\/p>\n        <\/footer>\n\n    <\/main>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', function () {\n            const mobileMenuButton = document.getElementById('mobile-menu-button');\n            const mobileMenu = document.getElementById('mobile-menu');\n\n            mobileMenuButton.addEventListener('click', () => {\n                const isExpanded = mobileMenuButton.getAttribute('aria-expanded') === 'true' || false;\n                mobileMenuButton.setAttribute('aria-expanded', !isExpanded);\n                mobileMenu.classList.toggle('hidden');\n                mobileMenuButton.querySelectorAll('svg').forEach(svg => svg.classList.toggle('hidden'));\n            });\n\n            const navLinks = document.querySelectorAll('nav a[href^=\"#\"]');\n            navLinks.forEach(anchor => {\n                anchor.addEventListener('click', function (e) {\n                    e.preventDefault();\n                    const targetId = this.getAttribute('href');\n                    const targetElement = document.querySelector(targetId);\n                    if (targetElement) {\n                        targetElement.scrollIntoView({ behavior: 'smooth' });\n                        if (mobileMenu.classList.contains('hidden') === false) {\n                             mobileMenuButton.click();\n                        }\n                    }\n                });\n            });\n            \n            function updateActiveNavLink() {\n                let currentSectionId = '';\n                const sections = document.querySelectorAll('main section[id]');\n                sections.forEach(section => {\n                    const sectionTop = section.offsetTop;\n                    if (pageYOffset >= sectionTop - 100) { \n                        currentSectionId = section.getAttribute('id');\n                    }\n                });\n\n                navLinks.forEach(link => {\n                    link.classList.remove('active');\n                    if (link.getAttribute('href') === `#${currentSectionId}`) {\n                        link.classList.add('active');\n                    }\n                });\n            }\n            window.addEventListener('scroll', updateActiveNavLink);\n            updateActiveNavLink();\n\n\n            const manyoshuCtx = document.getElementById('manyoshuChart').getContext('2d');\n            new Chart(manyoshuCtx, {\n                type: 'bar',\n                data: {\n                    labels: ['\u6885 (Ume)', '\u685c (Sakura)'],\n                    datasets: [{\n                        label: '\u300e\u4e07\u8449\u96c6\u300f\u306e\u6b4c\u306e\u6570',\n                        data: [110, 43],\n                        backgroundColor: [\n                            'rgba(168, 85, 247, 0.6)', \/\/ Plum color\n                            'rgba(236, 72, 153, 0.6)'  \/\/ Cherry color\n                        ],\n                        borderColor: [\n                            'rgba(168, 85, 247, 1)',\n                            'rgba(236, 72, 153, 1)'\n                        ],\n                        borderWidth: 1\n                    }]\n                },\n                options: {\n                    responsive: true,\n                    maintainAspectRatio: false,\n                    scales: {\n                        y: {\n                            beginAtZero: true,\n                            title: { display: true, text: '\u6b4c\u306e\u6570' }\n                        }\n                    },\n                    plugins: {\n                        legend: { display: false },\n                        tooltip: {\n                            callbacks: {\n                                label: function(context) {\n                                    return `${context.dataset.label}: ${context.raw}`;\n                                }\n                            }\n                        }\n                    }\n                }\n            });\n\n            const cherryRiseFactorsData = [\n                { title: '\u8fb2\u696d\u3068\u306e\u7d50\u3073\u3064\u304d', description: '\u685c\u306e\u958b\u82b1\u6642\u671f\u304c\u7a32\u4f5c\u306e\u958b\u59cb\u76ee\u5b89\u3068\u3055\u308c\u3001\u7a40\u7269\u306e\u795e\u304c\u5bbf\u308b\u6728\u3068\u3057\u3066\u5d07\u62dd\u3055\u308c\u307e\u3057\u305f\u3002', icon: '\ud83c\udf3e' },\n                { title: '\u5bae\u5ef7\u6587\u5316\u306e\u63a8\u9032', description: '\u5d6f\u5ce8\u5929\u7687\u304c812\u5e74\u306b\u521d\u306e\u685c\u306e\u82b1\u898b\u3092\u50ac\u3057\u3001\u5bae\u5ef7\u306e\u6052\u4f8b\u884c\u4e8b\u3068\u306a\u3063\u305f\u3053\u3068\u304c\u8cb4\u65cf\u9593\u306e\u6d41\u884c\u3092\u4fc3\u3057\u307e\u3057\u305f\u3002', icon: '\ud83d\udc51' },\n                { title: '\u56fd\u98a8\u6587\u5316\u306e\u8208\u9686', description: '9\u4e16\u7d00\u5f8c\u534a\u306e\u9063\u5510\u4f7f\u5ec3\u6b62\u306b\u3088\u308a\u4e2d\u56fd\u6587\u5316\u306e\u5f71\u97ff\u304c\u8584\u308c\u3001\u65e5\u672c\u72ec\u81ea\u306e\u6587\u5316\u3092\u91cd\u8996\u3059\u308b\u98a8\u6f6e\u304c\u685c\u3078\u306e\u95a2\u5fc3\u3092\u9ad8\u3081\u307e\u3057\u305f\u3002', icon: '\ud83c\uddef\ud83c\uddf5' },\n                { title: '\u6587\u5b66\u306b\u304a\u3051\u308b\u5730\u4f4d\u5411\u4e0a', description: '\u300e\u53e4\u4eca\u548c\u6b4c\u96c6\u300f\u3067\u685c\u306e\u6b4c\u304c\u5897\u3048\u3001\u300e\u6e90\u6c0f\u7269\u8a9e\u300f\u3067\u306f\u300c\u82b1\u300d\u3068\u3044\u3048\u3070\u685c\u3092\u6307\u3059\u307b\u3069\u4e00\u822c\u7684\u306b\u306a\u308a\u307e\u3057\u305f\u3002', icon: '\ud83d\udcd6' }\n            ];\n\n            const factorsContainer = document.getElementById('cherryRiseFactors');\n            cherryRiseFactorsData.forEach(factor => {\n                const factorDiv = document.createElement('div');\n                factorDiv.className = 'bg-pink-50 p-4 rounded-lg shadow-md hover:shadow-lg transition-shadow cursor-pointer';\n                factorDiv.innerHTML = `\n                    <div class=\"flex items-center mb-2\">\n                        <span class=\"text-2xl mr-3\">${factor.icon}<\/span>\n                        <h4 class=\"text-lg font-semibold text-pink-700\">${factor.title}<\/h4>\n                    <\/div>\n                    <p class=\"text-sm text-stone-600 factor-description hidden\">${factor.description}<\/p>\n                `;\n                factorsContainer.appendChild(factorDiv);\n                factorDiv.addEventListener('click', () => {\n                    const desc = factorDiv.querySelector('.factor-description');\n                    desc.classList.toggle('hidden');\n                });\n            });\n            \n            const culturalImpactTabs = document.getElementById('culturalImpactTabs');\n            const tabButtons = culturalImpactTabs.querySelectorAll('.tab-button');\n            const tabContents = culturalImpactTabs.querySelectorAll('.tab-content');\n\n            tabButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    const targetTab = button.dataset.tab;\n\n                    tabButtons.forEach(btn => btn.classList.remove('active'));\n                    button.classList.add('active');\n\n                    tabContents.forEach(content => {\n                        if (content.id === targetTab) {\n                            content.classList.remove('hidden');\n                        } else {\n                            content.classList.add('hidden');\n                        }\n                    });\n                });\n            });\n\n            const fukuokaSpotsData = [\n                { name: '\u592a\u5bb0\u5e9c\u5929\u6e80\u5bae (\u6885)', description: '\u83c5\u539f\u9053\u771f\u516c\u3092\u7940\u308a\u3001\u300c\u98db\u6885\u300d\u4f1d\u8aac\u3067\u6709\u540d\u3002\u7d046000\u672c\u306e\u6885\u304c\u54b2\u304d\u8a87\u308b\u5168\u56fd\u6709\u6570\u306e\u6885\u306e\u540d\u6240\u3067\u3059\u3002', icon: '\ud83c\udf38' },\n                { name: '\u821e\u9db4\u516c\u5712 (\u685c)', description: '\u798f\u5ca1\u57ce\u8de1\u306b\u3042\u308a\u3001\u7d041000\u672c\u306e\u685c\u304c\u697d\u3057\u3081\u307e\u3059\u3002\u77f3\u57a3\u3068\u685c\u306e\u30b3\u30f3\u30c8\u30e9\u30b9\u30c8\u304c\u7f8e\u3057\u304f\u3001\u591c\u685c\u3082\u4eba\u6c17\u3067\u3059\u3002', icon: '\ud83c\udf38' },\n                { name: '\u897f\u516c\u5712 (\u685c)', description: '\u535a\u591a\u6e7e\u3092\u4e00\u671b\u3067\u304d\u308b\u666f\u52dd\u5730\u3067\u3001\u65e5\u672c\u3055\u304f\u3089\u540d\u6240100\u9078\u306b\u3082\u9078\u3070\u308c\u3066\u3044\u307e\u3059\u3002\u7d041300\u672c\u306e\u685c\u304c\u3042\u308a\u307e\u3059\u3002', icon: '\ud83c\udf38' },\n                { name: '\u6885\u6797\u5bfa (\u6885)', description: '\u4e45\u7559\u7c73\u5e02\u306b\u3042\u308b\u81e8\u6e08\u5b97\u306e\u53e4\u5239\u3002\u5883\u5185\u306b\u306f\u7d04500\u672c\u306e\u6885\u306e\u6728\u304c\u3042\u308a\u3001\u65e9\u6625\u306e\u98a8\u60c5\u3092\u697d\u3057\u3081\u307e\u3059\u3002', icon: '\ud83c\udf38' }\n            ];\n            const fukuokaSpotsContainer = document.getElementById('fukuokaSpots');\n            fukuokaSpotsData.forEach(spot => {\n                const spotDiv = document.createElement('div');\n                spotDiv.className = 'card';\n                spotDiv.innerHTML = `\n                    <div class=\"flex items-start\">\n                        <span class=\"text-3xl mr-4\">${spot.icon === '\ud83c\udf38' && spot.name.includes('\u6885') ? '\ud83c\udf38' : '\ud83c\udf38'}<\/span>\n                        <div>\n                            <h4 class=\"text-xl font-semibold ${spot.name.includes('\u6885') ? 'text-purple-700' : 'text-pink-700'} mb-1\">${spot.name}<\/h4>\n                            <p class=\"text-sm text-stone-600\">${spot.description}<\/p>\n                        <\/div>\n                    <\/div>\n                `;\n                fukuokaSpotsContainer.appendChild(spotDiv);\n            });\n            \n            const timelineData = [\n                { era: '\u5f25\u751f\u6642\u4ee3', mainTarget: '\u6885', notes: '\u6700\u53e4\u306e\u6885\u306e\u6e21\u6765\u306e\u53ef\u80fd\u6027' },\n                { era: '\u5948\u826f\u6642\u4ee3', mainTarget: '\u6885', notes: '\u8cb4\u65cf\u304c\u6885\u3092\u91cd\u8996\u3001\u82b1\u898b\u306e\u5bfe\u8c61\u306f\u6885\u304c\u4e2d\u5fc3\u3002\u300e\u4e07\u8449\u96c6\u300f\u306b\u306f\u6885\u306e\u6b4c\u304c\u591a\u6570\u3002' },\n                { era: '\u5e73\u5b89\u6642\u4ee3', mainTarget: '\u685c', notes: '\u685c\u304c\u82b1\u898b\u306e\u5bfe\u8c61\u3068\u3057\u3066\u4eba\u6c17\u4e0a\u6607\u3001\u300c\u82b1\u300d\u3068\u3044\u3048\u3070\u685c\u3092\u6307\u3059\u3088\u3046\u306b\u3002\u5d6f\u5ce8\u5929\u7687\u304c\u521d\u306e\u685c\u306e\u82b1\u898b\u3002' },\n                { era: '\u938c\u5009\u6642\u4ee3', mainTarget: '\u685c', notes: '\u6b66\u58eb\u968e\u7d1a\u304c\u685c\u3092\u597d\u3080\u3002' },\n                { era: '\u6c5f\u6238\u6642\u4ee3', mainTarget: '\u685c', notes: '\u5eb6\u6c11\u306b\u3082\u82b1\u898b\u304c\u666e\u53ca\u3001\u5fb3\u5ddd\u5e55\u5e9c\u304c\u685c\u306e\u690d\u6a39\u3092\u5968\u52b1\u3002' },\n                { era: '\u660e\u6cbb\u6642\u4ee3\u4ee5\u964d', mainTarget: '\u685c', notes: '\u30bd\u30e1\u30a4\u30e8\u30b7\u30ce\u304c\u5168\u56fd\u306b\u5e83\u307e\u308a\u3001\u685c\u306e\u82b1\u898b\u304c\u56fd\u6c11\u7684\u884c\u4e8b\u306b\u3002' }\n            ];\n            const timelineTableBody = document.getElementById('timelineTableBody');\n            timelineData.forEach(item => {\n                const row = timelineTableBody.insertRow();\n                row.innerHTML = `\n                    <td class=\"px-6 py-4 whitespace-nowrap text-sm font-medium text-stone-900\">${item.era}<\/td>\n                    <td class=\"px-6 py-4 whitespace-nowrap text-sm text-stone-500\">${item.mainTarget}<\/td>\n                    <td class=\"px-6 py-4 text-sm text-stone-500\">${item.notes}<\/td>\n                `;\n            });\n\n            const symbolismData = [\n                { flower: '\u6885', symbols: '\u5f37\u3055\u3001\u6d3b\u529b\u3001\u51ac\u306e\u7d42\u308f\u308a\u3001\u7f8e\u3057\u3055\u3001\u9999\u308a\u3001\u6625\u306e\u8a2a\u308c\u3001\u5e0c\u671b\u3001\u518d\u751f\u3001\u5fcd\u8010\u529b\u3001\u9006\u5883\u306e\u4e2d\u306e\u7f8e\u3001\u9b54\u9664\u3051\u3001\u6e05\u3089\u304b\u3055\u3001\u9ad8\u8cb4\u3001\u611b\u306e\u59cb\u307e\u308a\u3001\u5e78\u904b\u3001\u4e0d\u5c48\u306e\u7cbe\u795e\u3001\u56de\u5fa9\u529b\u3002' },\n                { flower: '\u685c', symbols: '\u7121\u5e38\u3001\u6625\u3001\u7a40\u7269\u306e\u795e\u3001\u65b0\u305f\u306a\u59cb\u307e\u308a\u3001\u8c4a\u4f5c\u7948\u9858\u3001\u511a\u3044\u547d\u3001\u4eba\u751f\u306e\u79fb\u308d\u3044\u3084\u3059\u3055\u3001\u5973\u6027\u306e\u7f8e\u3001\u82e5\u3055\u3001\u611b\u3001\u6b66\u58eb\u9053\u7cbe\u795e\u3001\u751f\u3068\u6b7b\u3001\u7f8e\u3068\u66b4\u529b\u3001\u7d14\u7c8b\u3055\u3001\u518d\u751f\u3001\u795e\u8056\u306a\u970a\u3002' }\n            ];\n            const symbolismTableBody = document.getElementById('symbolismTableBody');\n            symbolismData.forEach(item => {\n                const row = symbolismTableBody.insertRow();\n                row.innerHTML = `\n                    <td class=\"px-6 py-4 whitespace-nowrap text-sm font-medium ${item.flower === '\u6885' ? 'text-purple-700' : 'text-pink-700'}\">${item.flower}<\/td>\n                    <td class=\"px-6 py-4 text-sm text-stone-500\">${item.symbols}<\/td>\n                `;\n            });\n\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n<hr class=\"wp-block-separator aligncenter has-alpha-channel-opacity\"\/>\n\n\n\n<div style=\"height:53px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">\u83c5\u539f\u9053\u771f\u306e\u6709\u540d\u306a\u53e5<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\u83c5\u539f\u9053\u771f\u304c\u8a60\u3093\u3060\u300c\u6771\u98a8\u5439\u304b\u3070\u306b\u307b\u3072\u304a\u3053\u305b\u3088\u6885\u306e\u82b1 \u4e3b\u306a\u3057\u3068\u3066\u6625\u3092\u5fd8\u308b\u306a\u300d\u3068\u3044\u3046\u53e5\u306f\u3001\u5f7c\u304c\u653f\u6cbb\u7684\u306a\u9670\u8b00\u306b\u3088\u308a\u4eac\u90fd\u304b\u3089\u5927\u5bb0\u5e9c\u3078\u5de6\u9077\u3055\u308c\u308b\u969b\u306b\u3001\u5927\u5207\u306b\u3057\u3066\u3044\u305f\u5ead\u306e\u6885\u306e\u6728\u306b\u5225\u308c\u3092\u544a\u3052\u305f\u3068\u304d\u306b\u8a60\u307e\u308c\u305f\u3082\u306e\u3067\u3059\u3002\u3053\u306e\u53e5\u306b\u306f\u3001\u9053\u771f\u306e\u69d8\u3005\u306a\u60f3\u3044\u304c\u8fbc\u3081\u3089\u308c\u3066\u3044\u308b\u3068\u8003\u3048\u3089\u308c\u307e\u3059\u3002<br><br>\u3053\u306e\u53e5\u3092\u8a60\u3093\u3060\u9053\u771f\u306e\u60f3\u3044\u3068\u3057\u3066\u3001\u4e3b\u306b\u4ee5\u4e0b\u306e2\u3064\u306e\u89e3\u91c8\u304c\u6319\u3052\u3089\u308c\u307e\u3059\u3002<\/pre>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading\">\u89e3\u91c81\uff1a\u6885\u3078\u306e\u611b\u60c5\u3068\u90fd\u3078\u306e\u672a\u7df4<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li style=\"border-radius:5px\">\u9053\u771f\u306f\u6885\u306e\u82b1\u3092\u3053\u3088\u306a\u304f\u611b\u3057\u3066\u304a\u308a\u3001\u81ea\u5b85\u306e\u5ead\u306b\u3082\u591a\u304f\u306e\u6885\u306e\u6728\u3092\u690d\u3048\u3066\u3044\u307e\u3057\u305f\u3002\u3053\u306e\u53e5\u306f\u3001\u9577\u5e74\u6148\u3057\u3093\u3067\u304d\u305f\u6885\u306e\u6728\u3078\u306e\u6df1\u3044\u611b\u60c5\u3068\u3001\u305d\u306e\u6885\u3068\u5225\u308c\u306a\u3051\u308c\u3070\u306a\u3089\u306a\u3044\u60b2\u3057\u307f\u3092\u8868\u73fe\u3057\u3066\u3044\u307e\u3059\u3002<\/li>\n\n\n\n<li>\u300c\u6771\u98a8\u5439\u304b\u3070\u306b\u307b\u3072\u304a\u3053\u305b\u3088\u300d\u3068\u3044\u3046\u90e8\u5206\u306f\u3001\u6625\u306e\u6771\u98a8\u304c\u5439\u3044\u305f\u306a\u3089\u3001\u9060\u3044\u5927\u5bb0\u5e9c\u307e\u3067\u305d\u306e\u9999\u308a\u3092\u5c4a\u3051\u3066\u307b\u3057\u3044\u3068\u3044\u3046\u3001\u6885\u3078\u306e\u5f37\u3044\u547c\u3073\u304b\u3051\u3067\u3059\u3002\u3053\u308c\u306f\u3001\u6885\u3068\u306e\u7e4b\u304c\u308a\u3092\u4fdd\u3061\u305f\u3044\u3001\u6885\u3092\u5fd8\u308c\u305f\u304f\u306a\u3044\u3068\u3044\u3046\u6c17\u6301\u3061\u306e\u8868\u308c\u3068\u89e3\u91c8\u3067\u304d\u307e\u3059\u3002<\/li>\n\n\n\n<li>\u300c\u4e3b\u306a\u3057\u3068\u3066\u6625\u3092\u5fd8\u308b\u306a\u300d\u3068\u3044\u3046\u90e8\u5206\u306f\u3001\u81ea\u5206\u304c\u90fd\u3092\u96e2\u308c\u3066\u3082\u3001\u6885\u306e\u6728\u306b\u306f\u6625\u304c\u6765\u305f\u3089\u5fd8\u308c\u305a\u306b\u7f8e\u3057\u3044\u82b1\u3092\u54b2\u304b\u305b\u3066\u307b\u3057\u3044\u3068\u3044\u3046\u9858\u3044\u3067\u3059\u3002\u3053\u308c\u306f\u3001\u81ea\u5206\u304c\u5927\u5207\u306b\u3057\u3066\u3044\u305f\u3082\u306e\u304c\u5909\u308f\u3089\u305a\u306b\u3042\u308a\u7d9a\u3051\u3066\u307b\u3057\u3044\u3068\u3044\u3046\u3001\u90fd\u3078\u306e\u672a\u7df4\u3084\u671b\u90f7\u306e\u5ff5\u306e\u8868\u308c\u3068\u3082\u8a00\u3048\u308b\u3067\u3057\u3087\u3046\u3002<\/li>\n<\/ul>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading\">\u89e3\u91c82\uff1a\u81ea\u8eab\u306e\u4e0d\u9047\u3068\u7121\u5b9f\u306e\u8a34\u3048\u3001\u305d\u3057\u3066\u6885\u306b\u8a17\u3057\u305f\u5fe0\u8aa0\u5fc3<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li style=\"border-radius:5px\">\u9053\u771f\u306f\u7121\u5b9f\u306e\u7f6a\u3067\u5de6\u9077\u3055\u308c\u308b\u3053\u3068\u306b\u306a\u308a\u3001\u305d\u306e\u7121\u5ff5\u3055\u3084\u61a4\u308a\u3092\u62b1\u3048\u3066\u3044\u307e\u3057\u305f\u3002\u300c\u4e3b\u306a\u3057\u3068\u3066\u300d\u3068\u3044\u3046\u8a00\u8449\u306b\u306f\u3001\u4e16\u8a71\u3092\u3059\u308b\u4e3b\u304c\u3044\u306a\u304f\u306a\u3063\u3066\u3082\u3001\u3068\u3044\u3046\u610f\u5473\u5408\u3044\u3068\u540c\u6642\u306b\u3001\u7121\u5b9f\u306e\u7f6a\u3067\u90fd\u3092\u8ffd\u308f\u308c\u308b\u81ea\u5206\u306e\u5883\u9047\u3092\u91cd\u306d\u5408\u308f\u305b\u3066\u3044\u308b\u3068\u89e3\u91c8\u3067\u304d\u307e\u3059\u3002<\/li>\n\n\n\n<li>\u6885\u306e\u82b1\u304c\u6625\u306b\u306a\u308c\u3070\u5fc5\u305a\u54b2\u304f\u3088\u3046\u306b\u3001\u81ea\u5206\u3082\u3044\u3064\u304b\u7121\u5b9f\u304c\u8a3c\u660e\u3055\u308c\u3001\u518d\u3073\u90fd\u306b\u623b\u308c\u308b\u65e5\u304c\u6765\u308b\u3053\u3068\u3092\u4fe1\u3058\u305f\u3044\u3068\u3044\u3046\u3001\u304b\u3059\u304b\u306a\u5e0c\u671b\u3092\u8a17\u3057\u3066\u3044\u308b\u3068\u3082\u8003\u3048\u3089\u308c\u307e\u3059\u3002<\/li>\n\n\n\n<li>\u307e\u305f\u3001\u6885\u306f\u53e4\u6765\u3088\u308a\u5b66\u554f\u3084\u6e05\u5ec9\u6f54\u767d\u3055\u306e\u8c61\u5fb4\u3068\u3082\u3055\u308c\u3066\u304d\u307e\u3057\u305f\u3002\u9053\u771f\u306b\u3068\u3063\u3066\u6885\u306f\u3001\u81ea\u8eab\u306e\u5b66\u554f\u3078\u306e\u60c5\u71b1\u3084\u3001\u5929\u7687\u3078\u306e\u5fe0\u8aa0\u5fc3\u3092\u6620\u3059\u93e1\u306e\u3088\u3046\u306a\u5b58\u5728\u3060\u3063\u305f\u306e\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u3002\u305d\u306e\u6885\u306b\u300c\u6625\u3092\u5fd8\u308b\u306a\u300d\u3068\u8a9e\u308a\u304b\u3051\u308b\u3053\u3068\u3067\u3001\u81ea\u8eab\u306e\u5fd7\u3084\u5fe0\u8aa0\u5fc3\u304c\u5909\u308f\u3089\u306a\u3044\u3053\u3068\u3092\u793a\u305d\u3046\u3068\u3057\u305f\u3001\u3042\u308b\u3044\u306f\u6885\u306b\u305d\u306e\u5fc3\u3092\u8a17\u3057\u305f\u3068\u89e3\u91c8\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u3002<\/li>\n<\/ul>\n<\/div>\n\n\n\n<pre class=\"wp-block-preformatted\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\u3053\u308c\u3089\u306e\u89e3\u91c8\u306f\u3001\u3069\u3061\u3089\u304b\u4e00\u65b9\u304c\u6b63\u3057\u3044\u3068\u3044\u3046\u308f\u3051\u3067\u306f\u306a\u304f\u3001\u9053\u771f\u306e\u8907\u96d1\u306a\u5fc3\u60c5\u304c\u5e7e\u91cd\u306b\u3082\u8fbc\u3081\u3089\u308c\u305f\u7d50\u679c\u3068\u3057\u3066\u3001\u591a\u89d2\u7684\u306b\u6349\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u3068\u8a00\u3048\u308b\u3067\u3057\u3087\u3046\u3002\u3053\u306e\u53e5\u304c\u5343\u5e74\u4ee5\u4e0a\u306e\u6642\u3092\u8d85\u3048\u3066\u591a\u304f\u306e\u4eba\u3005\u306e\u5fc3\u3092\u6253\u3064\u306e\u306f\u3001\u3053\u306e\u3088\u3046\u306a\u9053\u771f\u306e\u6df1\u3044\u60f3\u3044\u304c\u51dd\u7e2e\u3055\u308c\u3066\u3044\u308b\u304b\u3089\u306a\u306e\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u3002<\/pre>\n\n\n\n<div style=\"height:53px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<hr class=\"wp-block-separator aligncenter has-alpha-channel-opacity is-style-default\"\/>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">\u53e5\u306e\u672b\u5c3e\u304c\u3001\u300c\u6625\u3092\u5fd8\u308b\u306a\u300d\u3068\u300c\u6625\u306a\u5fd8\u308c\u305d\u300d\u306b\u3064\u3044\u3066<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\" style=\"padding-right:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\u300c\u6771\u98a8\u5439\u304b\u3070\u306b\u307b\u3072\u304a\u3053\u305b\u3088\u6885\u306e\u82b1 \u4e3b\u306a\u3057\u3068\u3066\u6625\u3092\u5fd8\u308b\u306a\u300d\u3068\u300c\u6771\u98a8\u5439\u304b\u3070\u306b\u307b\u3072\u304a\u3053\u305b\u3088\u6885\u306e\u82b1 \u4e3b\u306a\u3057\u3068\u3066\u6625\u306a\u5fd8\u308c\u305d\u300d\u3068\u3044\u3046\u4e8c\u3064\u306e\u53e5\u306e\u672b\u5c3e\u304c\u7570\u306a\u308b\u7406\u7531\u306b\u3064\u3044\u3066\u3001\u3044\u304f\u3064\u304b\u306e\u53ef\u80fd\u6027\u304c\u8003\u3048\u3089\u308c\u307e\u3059\u3002<\/pre>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">\u4e3b\u306a\u76f8\u9055\u70b9\uff1a\u300c\u5fd8\u308b\u306a\u300d\u3068\u300c\u5fd8\u308c\u305d\u300d<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\u5fd8\u308b\u306a (wasuru na): \u73fe\u4ee3\u8a9e\u306e\u300c\u5fd8\u308c\u308b\u306a\u300d\u306b\u3042\u305f\u308a\u3001\u7981\u6b62\u3092\u8868\u3059\u7d42\u52a9\u8a5e\u300c\u306a\u300d\u304c\u4f7f\u308f\u308c\u3066\u3044\u307e\u3059\u3002\u6bd4\u8f03\u7684\u76f4\u63a5\u7684\u306a\u7981\u6b62\u306e\u30cb\u30e5\u30a2\u30f3\u30b9\u3067\u3059\u3002<br>\u5fd8\u308c\u305d (wasure so): \u3053\u3061\u3089\u3082\u7981\u6b62\u3092\u8868\u3057\u307e\u3059\u304c\u3001\u53e4\u8a9e\u306e\u7d42\u52a9\u8a5e\u300c\u305d\u300d\u304c\u4f7f\u308f\u308c\u3066\u3044\u307e\u3059\u3002\u300c\u305d\u300d\u306f\u300c\u306a\u300d\u3068\u540c\u69d8\u306b\u7981\u6b62\u3092\u8868\u3057\u307e\u3059\u304c\u3001\u591a\u304f\u306e\u5834\u5408\u3001\u8a60\u5606\u3084\u547c\u3073\u304b\u3051\u3001\u5ff5\u62bc\u3057\u306e\u30cb\u30e5\u30a2\u30f3\u30b9\u3092\u3088\u308a\u5f37\u304f\u542b\u3080\u3068\u3055\u308c\u307e\u3059\u3002\u307e\u305f\u3001\u3088\u308a\u53e4\u98a8\u306a\u8a00\u3044\u56de\u3057\u3068\u3082\u8a00\u3048\u307e\u3059\u3002<\/pre>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">\u672b\u5c3e\u304c\u7570\u306a\u308b\u7406\u7531\u3068\u3057\u3066\u8003\u3048\u3089\u308c\u308b\u3053\u3068<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\u306a\u305c\u672b\u5c3e\u304c\u7570\u306a\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u5b58\u5728\u3059\u308b\u306e\u304b\u3001\u5177\u4f53\u7684\u306a\u7406\u7531\u30922\u3064\u306e\u30d1\u30bf\u30fc\u30f3\u3067\u3054\u8aac\u660e\u3057\u307e\u3059\u3002<\/pre>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">\u30d1\u30bf\u30fc\u30f31\uff1a\u4f1d\u627f\u306e\u904e\u7a0b\u3067\u306e\u5909\u5316\u30fb\u7570\u540c<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\u7406\u7531: <br>\u548c\u6b4c\u306f\u53e4\u304f\u304b\u3089\u53e3\u627f\u3084\u7b46\u5199\u306b\u3088\u3063\u3066\u4f1d\u3048\u3089\u308c\u3066\u304d\u307e\u3057\u305f\u3002\u305d\u306e\u904e\u7a0b\u3067\u3001\u8a60\u307f\u624b\u306e\u8a18\u61b6\u9055\u3044\u3001\u7b46\u5199\u3059\u308b\u4eba\u306e\u89e3\u91c8\u3084\u610f\u56f3\u3001\u3042\u308b\u3044\u306f\u5358\u306a\u308b\u66f8\u304d\u8aa4\u308a\u306a\u3069\u306b\u3088\u3063\u3066\u3001\u7d30\u304b\u306a\u90e8\u5206\u304c\u5909\u5316\u3059\u308b\u3053\u3068\u306f\u73cd\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002\u7279\u306b\u6709\u540d\u306a\u6b4c\u307b\u3069\u3001\u591a\u304f\u306e\u4eba\u306e\u624b\u3092\u7d4c\u308b\u305f\u3081\u3001\u7570\u540c\u304c\u751f\u3058\u3084\u3059\u3044\u50be\u5411\u304c\u3042\u308a\u307e\u3059\u3002<br><br>\u5177\u4f53\u4f8b:<br>\u3042\u308b\u4eba\u304c\u300c\u5fd8\u308b\u306a\u300d\u3068\u8a18\u61b6\u3057\u3001\u305d\u306e\u3088\u3046\u306b\u4f1d\u3048\u305f\u3002<br>\u5225\u306e\u4eba\u304c\u3001\u3088\u308a\u5f37\u3044\u611f\u60c5\u3084\u53e4\u98a8\u306a\u8868\u73fe\u3092\u610f\u56f3\u3057\u3066\u300c\u5fd8\u308c\u305d\u300d\u3068\u89e3\u91c8\u3057\u3001\u305d\u306e\u3088\u3046\u306b\u7b46\u5199\u3057\u305f\u3001\u3042\u308b\u3044\u306f\u305d\u306e\u3088\u3046\u306b\u8a18\u61b6\u3057\u3066\u4f1d\u3048\u305f\u3002<br>\u53e4\u3044\u6587\u732e\u3067\u306f\u300c\u5fd8\u308c\u305d\u300d\u3060\u3063\u305f\u3082\u306e\u304c\u3001\u6642\u4ee3\u304c\u4e0b\u308b\u306b\u3064\u308c\u3066\u3088\u308a\u5206\u304b\u308a\u3084\u3059\u3044\u300c\u5fd8\u308b\u306a\u300d\u3068\u3044\u3046\u8868\u73fe\u306b\u7f6e\u304d\u63db\u308f\u3063\u3066\u3044\u3063\u305f\u3002<\/pre>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">\u30d1\u30bf\u30fc\u30f32\uff1a\u53ce\u9332\u3055\u308c\u305f\u6b4c\u96c6\u3084\u6587\u732e\u306b\u3088\u308b\u9055\u3044<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\u7406\u7531: <br>\u3053\u306e\u6b4c\u306f\u8907\u6570\u306e\u6b4c\u96c6\u3084\u6587\u732e\u306b\u53ce\u9332\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u53ce\u9332\u3055\u308c\u308b\u969b\u306b\u7de8\u7e82\u8005\u306e\u610f\u56f3\u3084\u5e95\u672c\u3068\u3057\u305f\u8cc7\u6599\u306e\u9055\u3044\u306b\u3088\u3063\u3066\u3001\u5b57\u53e5\u306b\u5dee\u7570\u304c\u751f\u3058\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002<br><br>\u5177\u4f53\u4f8b:<br>\u3042\u308b\u6b4c\u96c6\uff08\u4f8b\u3048\u3070\u300e\u62fe\u907a\u548c\u6b4c\u96c6\u300f\u306a\u3069\uff09\u3067\u306f\u300c\u5fd8\u308b\u306a\u300d\u3068\u3057\u3066\u53ce\u9332\u3055\u308c\u3066\u3044\u308b\u3002<br>\u5225\u306e\u6b4c\u96c6\u3084\u3001\u5f8c\u4e16\u306b\u7de8\u7e82\u3055\u308c\u305f\u66f8\u7269\u3001\u3042\u308b\u3044\u306f\u7279\u5b9a\u306e\u5730\u57df\u306b\u4f1d\u308f\u308b\u4f1d\u627f\u306a\u3069\u3067\u306f\u3001\u300c\u5fd8\u308c\u305d\u300d\u3068\u3044\u3046\u5f62\u3067\u8a18\u9332\u3055\u308c\u3066\u3044\u308b\u3002<br>\u7814\u7a76\u8005\u306b\u3088\u3063\u3066\u3001\u3069\u3061\u3089\u306e\u8868\u73fe\u304c\u3088\u308a\u30aa\u30ea\u30b8\u30ca\u30eb\u306e\u5f62\u306b\u8fd1\u3044\u304b\u3001\u3042\u308b\u3044\u306f\u305d\u308c\u305e\u308c\u306e\u8868\u73fe\u304c\u6301\u3064\u6587\u5b66\u7684\u52b9\u679c\u306b\u3064\u3044\u3066\u7570\u306a\u308b\u89e3\u91c8\u304c\u306a\u3055\u308c\u3001\u305d\u306e\u7d50\u679c\u3068\u3057\u3066\u7570\u306a\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u7d39\u4ecb\u3055\u308c\u308b\u3002<\/pre>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">\u3069\u3061\u3089\u304c\u300c\u6b63\u3057\u3044\u300d\u306e\u304b<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\u3053\u308c\u3089\u306e\u7570\u540c\u306b\u3064\u3044\u3066\u3001\u300c\u3069\u3061\u3089\u304c\u7d76\u5bfe\u7684\u306b\u6b63\u3057\u3044\u300d\u3068\u65ad\u5b9a\u3059\u308b\u3053\u3068\u306f\u96e3\u3057\u3044\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002\u591a\u304f\u306e\u5834\u5408\u3001\u3069\u3061\u3089\u306e\u8868\u73fe\u3082\u305d\u308c\u305e\u308c\u306e\u80cc\u666f\u3084\u30cb\u30e5\u30a2\u30f3\u30b9\u3092\u6301\u3063\u3066\u5b58\u5728\u3057\u3066\u3044\u308b\u3068\u7406\u89e3\u3055\u308c\u307e\u3059\u3002<br><br>\u4e00\u822c\u7684\u306b\u306f\u300c\u5fd8\u308b\u306a\u300d\u306e\u5f62\u304c\u3088\u308a\u5e83\u304f\u77e5\u3089\u308c\u3066\u3044\u308b\u50be\u5411\u304c\u3042\u308b\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u304c\u3001\u300c\u5fd8\u308c\u305d\u300d\u306e\u5f62\u3082\u53e4\u304f\u304b\u3089\u5b58\u5728\u3057\u3001\u9053\u771f\u306e\u6885\u82b1\u3078\u306e\u5f37\u3044\u601d\u3044\u3084\u5207\u306a\u308b\u9858\u3044\u3092\u8868\u3059\u8868\u73fe\u3068\u3057\u3066\u5473\u308f\u3044\u6df1\u3044\u3082\u306e\u304c\u3042\u308a\u307e\u3059\u3002<br><br>\u3053\u306e\u3088\u3046\u306b\u3001\u548c\u6b4c\u306e\u4f1d\u627f\u306b\u304a\u3044\u3066\u306f\u3001\u8907\u6570\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u5b58\u5728\u3059\u308b\u3053\u3068\u306f\u6c7a\u3057\u3066\u73cd\u3057\u3044\u3053\u3068\u3067\u306f\u306a\u304f\u3001\u305d\u308c\u305e\u308c\u306e\u8868\u73fe\u304c\u6301\u3064\u610f\u5473\u5408\u3044\u3084\u80cc\u666f\u3092\u8003\u5bdf\u3059\u308b\u3053\u3068\u3082\u3001\u548c\u6b4c\u3092\u6df1\u304f\u7406\u89e3\u3059\u308b\u4e0a\u3067\u306e\u4e00\u3064\u306e\u697d\u3057\u307f\u65b9\u3068\u8a00\u3048\u308b\u3067\u3057\u3087\u3046\u3002<br><br><\/pre>\n\n\n\n<p class=\"has-text-align-center\">\uff08\u53c2\u8003\uff09<br><a href=\"https:\/\/crd.ndl.go.jp\/reference\/entry\/index.php?page=ref_view&amp;id=1000066229\" target=\"_blank\" rel=\"noreferrer noopener\">\u83c5\u539f\u9053\u771f\u306e\u6b4c\u300c\u6771\u98a8\uff08\u3053\u3061\uff09\u5439\u304b\u3070\u3000\u306b\u307b\u3072\u3092\u3053\u305b\u3088\u3000\u6885\u306e\u82b1\u3001\u4e3b\uff08\u3042\u308b\u3058\uff09\u306a\u3057\u3068\u3066\u6625\u3092\u5fd8\u308b\u306a\u300d\u3092\u300c\u6625\u306a\u5fd8\u308c\u305d\u300d\u3068\u66f8\u3044\u3066\u3042\u308b\u3082\u306e\u3082\u3042\u308b\u304c\u3001\u3069\u3061\u3089\u304c\u6b63\u3057\u3044\u306e\u304b\u3002<\/a><\/p>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\" style=\"margin-right:var(--wp--preset--spacing--20);margin-left:var(--wp--preset--spacing--20)\"><img data-opt-id=1039238462  fetchpriority=\"high\" decoding=\"async\" width=\"2560\" height=\"1396\" src=\"https:\/\/mlla7u9wd2ab.i.optimole.com\/w:auto\/h:auto\/q:mauto\/ig:avif\/https:\/\/www.nonki.coffeebittersweet.net\/wp-content\/uploads\/2025\/05\/sugawara-scaled.jpg\" alt=\"\" class=\"wp-image-1074\" style=\"object-fit:cover\" srcset=\"https:\/\/mlla7u9wd2ab.i.optimole.com\/w:1920\/h:1047\/q:mauto\/ig:avif\/https:\/\/www.nonki.coffeebittersweet.net\/wp-content\/uploads\/2025\/05\/sugawara-scaled.jpg 2560w, https:\/\/mlla7u9wd2ab.i.optimole.com\/w:300\/h:164\/q:mauto\/ig:avif\/https:\/\/www.nonki.coffeebittersweet.net\/wp-content\/uploads\/2025\/05\/sugawara-scaled.jpg 300w, https:\/\/mlla7u9wd2ab.i.optimole.com\/w:1024\/h:558\/q:mauto\/ig:avif\/https:\/\/www.nonki.coffeebittersweet.net\/wp-content\/uploads\/2025\/05\/sugawara-scaled.jpg 1024w, https:\/\/mlla7u9wd2ab.i.optimole.com\/w:768\/h:419\/q:mauto\/ig:avif\/https:\/\/www.nonki.coffeebittersweet.net\/wp-content\/uploads\/2025\/05\/sugawara-scaled.jpg 768w, https:\/\/mlla7u9wd2ab.i.optimole.com\/w:1536\/h:838\/q:mauto\/ig:avif\/https:\/\/www.nonki.coffeebittersweet.net\/wp-content\/uploads\/2025\/05\/sugawara-scaled.jpg 1536w, https:\/\/mlla7u9wd2ab.i.optimole.com\/w:1920\/h:1047\/q:mauto\/ig:avif\/https:\/\/www.nonki.coffeebittersweet.net\/wp-content\/uploads\/2025\/05\/sugawara-scaled.jpg 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/><\/figure>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u6885\u304b\u3089\u685c\u3078\uff1a\u65e5\u672c\u306e\u82b1\u6587\u5316\u5909\u9077\u30a4\u30f3\u30bf\u30e9\u30af\u30c6\u30a3\u30d6\u30ac\u30a4\u30c9 \u6885\u304b\u3089\u685c\u3078 \u5e8f\u8ad6 \u6885\u306e\u6642\u4ee3 \u685c\u306e\u53f0\u982d \u6587\u5316\u7684\u5f71\u97ff \u83c5\u539f\u9053\u771f \u798f\u5ca1\u306e\u82b1 \u5e74\u8868\u3068\u8c61\u5fb4 \u30e1\u30a4\u30f3\u30e1\u30cb\u30e5\u30fc\u3092\u958b\u304f \u5e8f\u8ad6 \u6885\u306e\u6642\u4ee3 \u685c\u306e\u53f0\u982d \u6587\u5316\u7684\u5f71\u97ff \u83c5\u539f\u9053\u771f \u798f\u5ca1\u306e\u82b1 \u5e74\u8868\u3068 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"wp-custom-template","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-1047","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u6885\u304b\u3089\u685c\u3078\uff1a\u65e5\u672c\u306e\u82b1\u6587\u5316\u5909\u9077\u30a4\u30f3\u30bf\u30e9\u30af\u30c6\u30a3\u30d6\u30ac\u30a4\u30c9 - \u306e\u3093\u304d\u306e\u65e5\u8a18<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.nonki.coffeebittersweet.net\/?page_id=1047\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u6885\u304b\u3089\u685c\u3078\uff1a\u65e5\u672c\u306e\u82b1\u6587\u5316\u5909\u9077\u30a4\u30f3\u30bf\u30e9\u30af\u30c6\u30a3\u30d6\u30ac\u30a4\u30c9 - \u306e\u3093\u304d\u306e\u65e5\u8a18\" \/>\n<meta property=\"og:description\" content=\"\u6885\u304b\u3089\u685c\u3078\uff1a\u65e5\u672c\u306e\u82b1\u6587\u5316\u5909\u9077\u30a4\u30f3\u30bf\u30e9\u30af\u30c6\u30a3\u30d6\u30ac\u30a4\u30c9 \u6885\u304b\u3089\u685c\u3078 \u5e8f\u8ad6 \u6885\u306e\u6642\u4ee3 \u685c\u306e\u53f0\u982d \u6587\u5316\u7684\u5f71\u97ff \u83c5\u539f\u9053\u771f \u798f\u5ca1\u306e\u82b1 \u5e74\u8868\u3068\u8c61\u5fb4 \u30e1\u30a4\u30f3\u30e1\u30cb\u30e5\u30fc\u3092\u958b\u304f \u5e8f\u8ad6 \u6885\u306e\u6642\u4ee3 \u685c\u306e\u53f0\u982d \u6587\u5316\u7684\u5f71\u97ff \u83c5\u539f\u9053\u771f \u798f\u5ca1\u306e\u82b1 \u5e74\u8868\u3068 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.nonki.coffeebittersweet.net\/?page_id=1047\" \/>\n<meta property=\"og:site_name\" content=\"\u306e\u3093\u304d\u306e\u65e5\u8a18\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-01T09:02:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mlla7u9wd2ab.i.optimole.com\/w:auto\/h:auto\/q:mauto\/ig:avif\/https:\/\/www.nonki.coffeebittersweet.net\/wp-content\/uploads\/2025\/05\/sugawara-scaled.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.nonki.coffeebittersweet.net\\\/?page_id=1047\",\"url\":\"https:\\\/\\\/www.nonki.coffeebittersweet.net\\\/?page_id=1047\",\"name\":\"\u6885\u304b\u3089\u685c\u3078\uff1a\u65e5\u672c\u306e\u82b1\u6587\u5316\u5909\u9077\u30a4\u30f3\u30bf\u30e9\u30af\u30c6\u30a3\u30d6\u30ac\u30a4\u30c9 - \u306e\u3093\u304d\u306e\u65e5\u8a18\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.nonki.coffeebittersweet.net\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.nonki.coffeebittersweet.net\\\/?page_id=1047#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.nonki.coffeebittersweet.net\\\/?page_id=1047#primaryimage\"},\"thumbnailUrl\":\"https:\\/\\/www.nonki.coffeebittersweet.net\\/wp-content\\/uploads\\/2025\\/05\\/sugawara-scaled.jpg\",\"datePublished\":\"2025-05-22T11:52:54+00:00\",\"dateModified\":\"2025-06-01T09:02:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.nonki.coffeebittersweet.net\\\/?page_id=1047#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.nonki.coffeebittersweet.net\\\/?page_id=1047\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\\\/\\\/www.nonki.coffeebittersweet.net\\\/?page_id=1047#primaryimage\",\"url\":\"https:\\/\\/www.nonki.coffeebittersweet.net\\/wp-content\\/uploads\\/2025\\/05\\/sugawara-scaled.jpg\",\"contentUrl\":\"https:\\/\\/www.nonki.coffeebittersweet.net\\/wp-content\\/uploads\\/2025\\/05\\/sugawara-scaled.jpg\",\"width\":2560,\"height\":1396},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.nonki.coffeebittersweet.net\\\/?page_id=1047#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u30db\u30fc\u30e0\",\"item\":\"https:\\\/\\\/www.nonki.coffeebittersweet.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u6885\u304b\u3089\u685c\u3078\uff1a\u65e5\u672c\u306e\u82b1\u6587\u5316\u5909\u9077\u30a4\u30f3\u30bf\u30e9\u30af\u30c6\u30a3\u30d6\u30ac\u30a4\u30c9\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.nonki.coffeebittersweet.net\\\/#website\",\"url\":\"https:\\\/\\\/www.nonki.coffeebittersweet.net\\\/\",\"name\":\"\u306e\u3093\u304d\u306e\u65e5\u8a18\",\"description\":\"\u65e5\u5e38\u3067\u3001\u601d\u3063\u305f\u4e8b\u3001\u611f\u3058\u305f\u4e8b\u3092\u8a18\u9332\u3057\u3066\u3044\u3053\u3046\u3068\u601d\u3044\u307e\u3059\u3002\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.nonki.coffeebittersweet.net\\\/#\\\/schema\\\/person\\\/a54ab33d75d0ea64f384d5277bd56ad7\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.nonki.coffeebittersweet.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.nonki.coffeebittersweet.net\\\/#\\\/schema\\\/person\\\/a54ab33d75d0ea64f384d5277bd56ad7\",\"name\":\"cbs@nonki\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\\/\\/www.nonki.coffeebittersweet.net\\/wp-content\\/uploads\\/2025\\/06\\/20250524-02.png\",\"url\":\"https:\\/\\/www.nonki.coffeebittersweet.net\\/wp-content\\/uploads\\/2025\\/06\\/20250524-02.png\",\"contentUrl\":\"https:\\/\\/www.nonki.coffeebittersweet.net\\/wp-content\\/uploads\\/2025\\/06\\/20250524-02.png\",\"width\":1004,\"height\":1024,\"caption\":\"cbs@nonki\"},\"logo\":{\"@id\":\"https:\\/\\/www.nonki.coffeebittersweet.net\\/wp-content\\/uploads\\/2025\\/06\\/20250524-02.png\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u6885\u304b\u3089\u685c\u3078\uff1a\u65e5\u672c\u306e\u82b1\u6587\u5316\u5909\u9077\u30a4\u30f3\u30bf\u30e9\u30af\u30c6\u30a3\u30d6\u30ac\u30a4\u30c9 - \u306e\u3093\u304d\u306e\u65e5\u8a18","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.nonki.coffeebittersweet.net\/?page_id=1047","og_locale":"ja_JP","og_type":"article","og_title":"\u6885\u304b\u3089\u685c\u3078\uff1a\u65e5\u672c\u306e\u82b1\u6587\u5316\u5909\u9077\u30a4\u30f3\u30bf\u30e9\u30af\u30c6\u30a3\u30d6\u30ac\u30a4\u30c9 - \u306e\u3093\u304d\u306e\u65e5\u8a18","og_description":"\u6885\u304b\u3089\u685c\u3078\uff1a\u65e5\u672c\u306e\u82b1\u6587\u5316\u5909\u9077\u30a4\u30f3\u30bf\u30e9\u30af\u30c6\u30a3\u30d6\u30ac\u30a4\u30c9 \u6885\u304b\u3089\u685c\u3078 \u5e8f\u8ad6 \u6885\u306e\u6642\u4ee3 \u685c\u306e\u53f0\u982d \u6587\u5316\u7684\u5f71\u97ff \u83c5\u539f\u9053\u771f \u798f\u5ca1\u306e\u82b1 \u5e74\u8868\u3068\u8c61\u5fb4 \u30e1\u30a4\u30f3\u30e1\u30cb\u30e5\u30fc\u3092\u958b\u304f \u5e8f\u8ad6 \u6885\u306e\u6642\u4ee3 \u685c\u306e\u53f0\u982d \u6587\u5316\u7684\u5f71\u97ff \u83c5\u539f\u9053\u771f \u798f\u5ca1\u306e\u82b1 \u5e74\u8868\u3068 [&hellip;]","og_url":"https:\/\/www.nonki.coffeebittersweet.net\/?page_id=1047","og_site_name":"\u306e\u3093\u304d\u306e\u65e5\u8a18","article_modified_time":"2025-06-01T09:02:50+00:00","og_image":[{"url":"https:\/\/mlla7u9wd2ab.i.optimole.com\/w:auto\/h:auto\/q:mauto\/ig:avif\/https:\/\/www.nonki.coffeebittersweet.net\/wp-content\/uploads\/2025\/05\/sugawara-scaled.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.nonki.coffeebittersweet.net\/?page_id=1047","url":"https:\/\/www.nonki.coffeebittersweet.net\/?page_id=1047","name":"\u6885\u304b\u3089\u685c\u3078\uff1a\u65e5\u672c\u306e\u82b1\u6587\u5316\u5909\u9077\u30a4\u30f3\u30bf\u30e9\u30af\u30c6\u30a3\u30d6\u30ac\u30a4\u30c9 - \u306e\u3093\u304d\u306e\u65e5\u8a18","isPartOf":{"@id":"https:\/\/www.nonki.coffeebittersweet.net\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.nonki.coffeebittersweet.net\/?page_id=1047#primaryimage"},"image":{"@id":"https:\/\/www.nonki.coffeebittersweet.net\/?page_id=1047#primaryimage"},"thumbnailUrl":"https:\/\/mlla7u9wd2ab.i.optimole.com\/w:auto\/h:auto\/q:mauto\/ig:avif\/https:\/\/www.nonki.coffeebittersweet.net\/wp-content\/uploads\/2025\/05\/sugawara-scaled.jpg","datePublished":"2025-05-22T11:52:54+00:00","dateModified":"2025-06-01T09:02:50+00:00","breadcrumb":{"@id":"https:\/\/www.nonki.coffeebittersweet.net\/?page_id=1047#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.nonki.coffeebittersweet.net\/?page_id=1047"]}]},{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/www.nonki.coffeebittersweet.net\/?page_id=1047#primaryimage","url":"https:\/\/mlla7u9wd2ab.i.optimole.com\/w:auto\/h:auto\/q:mauto\/ig:avif\/https:\/\/www.nonki.coffeebittersweet.net\/wp-content\/uploads\/2025\/05\/sugawara-scaled.jpg","contentUrl":"https:\/\/mlla7u9wd2ab.i.optimole.com\/w:auto\/h:auto\/q:mauto\/ig:avif\/https:\/\/www.nonki.coffeebittersweet.net\/wp-content\/uploads\/2025\/05\/sugawara-scaled.jpg","width":2560,"height":1396},{"@type":"BreadcrumbList","@id":"https:\/\/www.nonki.coffeebittersweet.net\/?page_id=1047#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u30db\u30fc\u30e0","item":"https:\/\/www.nonki.coffeebittersweet.net\/"},{"@type":"ListItem","position":2,"name":"\u6885\u304b\u3089\u685c\u3078\uff1a\u65e5\u672c\u306e\u82b1\u6587\u5316\u5909\u9077\u30a4\u30f3\u30bf\u30e9\u30af\u30c6\u30a3\u30d6\u30ac\u30a4\u30c9"}]},{"@type":"WebSite","@id":"https:\/\/www.nonki.coffeebittersweet.net\/#website","url":"https:\/\/www.nonki.coffeebittersweet.net\/","name":"\u306e\u3093\u304d\u306e\u65e5\u8a18","description":"\u65e5\u5e38\u3067\u3001\u601d\u3063\u305f\u4e8b\u3001\u611f\u3058\u305f\u4e8b\u3092\u8a18\u9332\u3057\u3066\u3044\u3053\u3046\u3068\u601d\u3044\u307e\u3059\u3002","publisher":{"@id":"https:\/\/www.nonki.coffeebittersweet.net\/#\/schema\/person\/a54ab33d75d0ea64f384d5277bd56ad7"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.nonki.coffeebittersweet.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":["Person","Organization"],"@id":"https:\/\/www.nonki.coffeebittersweet.net\/#\/schema\/person\/a54ab33d75d0ea64f384d5277bd56ad7","name":"cbs@nonki","image":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/mlla7u9wd2ab.i.optimole.com\/w:auto\/h:auto\/q:mauto\/ig:avif\/https:\/\/www.nonki.coffeebittersweet.net\/wp-content\/uploads\/2025\/06\/20250524-02.png","url":"https:\/\/mlla7u9wd2ab.i.optimole.com\/w:auto\/h:auto\/q:mauto\/ig:avif\/https:\/\/www.nonki.coffeebittersweet.net\/wp-content\/uploads\/2025\/06\/20250524-02.png","contentUrl":"https:\/\/mlla7u9wd2ab.i.optimole.com\/w:auto\/h:auto\/q:mauto\/ig:avif\/https:\/\/www.nonki.coffeebittersweet.net\/wp-content\/uploads\/2025\/06\/20250524-02.png","width":1004,"height":1024,"caption":"cbs@nonki"},"logo":{"@id":"https:\/\/mlla7u9wd2ab.i.optimole.com\/w:auto\/h:auto\/q:mauto\/ig:avif\/https:\/\/www.nonki.coffeebittersweet.net\/wp-content\/uploads\/2025\/06\/20250524-02.png"}}]}},"_links":{"self":[{"href":"https:\/\/www.nonki.coffeebittersweet.net\/index.php?rest_route=\/wp\/v2\/pages\/1047","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.nonki.coffeebittersweet.net\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.nonki.coffeebittersweet.net\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.nonki.coffeebittersweet.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.nonki.coffeebittersweet.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1047"}],"version-history":[{"count":1,"href":"https:\/\/www.nonki.coffeebittersweet.net\/index.php?rest_route=\/wp\/v2\/pages\/1047\/revisions"}],"predecessor-version":[{"id":1512,"href":"https:\/\/www.nonki.coffeebittersweet.net\/index.php?rest_route=\/wp\/v2\/pages\/1047\/revisions\/1512"}],"wp:attachment":[{"href":"https:\/\/www.nonki.coffeebittersweet.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1047"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}