{"id":153,"date":"2026-04-24T21:05:14","date_gmt":"2026-04-24T12:05:14","guid":{"rendered":"https:\/\/shimaken.com\/akita\/?page_id=153"},"modified":"2026-04-24T21:05:14","modified_gmt":"2026-04-24T12:05:14","slug":"author","status":"publish","type":"page","link":"https:\/\/shimaken.com\/akita\/author\/","title":{"rendered":"About Author"},"content":{"rendered":"\n<!-- ===================================================================\n     Akita Samurai - Author Profile Page\n     Mount at: https:\/\/shimaken.com\/akita\/author\/ (WordPress page)\n     Paste into Custom HTML block.\n     =================================================================== -->\n\n<style>\n  .sk-author {\n    --ink: #1f1f1d;\n    --ink-soft: #4a4a47;\n    --ink-mute: #7a7a74;\n    --line: #e8e5dd;\n    --paper: #fafaf6;\n    --paper-warm: #f3e6e6;\n    --accent: #a84848;\n    --accent-deep: #782f2f;\n\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 0 1.2em;\n    color: var(--ink);\n    line-height: 1.75;\n  }\n\n  .sk-author > * { box-sizing: border-box; }\n\n  .sk-author__hero {\n    padding: 3em 0 2em;\n    border-bottom: 1px solid var(--line);\n    margin-bottom: 2.5em;\n    text-align: center;\n  }\n  .sk-author__hero .sk-author__role {\n    display: inline-block;\n    margin: 0 0 0.6em;\n    padding: 0.25em 0.9em;\n    background: var(--paper-warm);\n    color: var(--accent-deep);\n    font-size: 0.82em;\n    font-weight: 500;\n    letter-spacing: 0.08em;\n    border-radius: 999px;\n  }\n  .sk-author__hero h1 {\n    margin: 0 0 0.3em;\n    font-size: 2em;\n    font-weight: 700;\n    letter-spacing: 0.02em;\n    color: var(--ink);\n  }\n  .sk-author__hero .sk-author__lede {\n    margin: 0;\n    color: var(--ink-mute);\n    font-size: 0.95em;\n    letter-spacing: 0.04em;\n  }\n\n  .sk-author__section { margin: 0 0 3em; }\n  .sk-author__section h2 {\n    margin: 0 0 1em;\n    padding-bottom: 0.5em;\n    font-size: 1.25em;\n    font-weight: 600;\n    color: var(--ink);\n    border-bottom: 2px solid var(--accent);\n    display: inline-block;\n  }\n  .sk-author__section p {\n    margin: 0 0 1em;\n    color: var(--ink-soft);\n  }\n  .sk-author__section p:last-child { margin-bottom: 0; }\n\n  .sk-author__card {\n    background: var(--paper);\n    border: 1px solid var(--line);\n    border-radius: 8px;\n    padding: 1.5em 1.8em;\n  }\n  .sk-author__card h3 {\n    margin: 0 0 0.6em;\n    font-size: 1em;\n    font-weight: 600;\n    color: var(--ink);\n  }\n  .sk-author__card h3:not(:first-child) {\n    margin-top: 1.5em;\n    padding-top: 1.5em;\n    border-top: 1px dashed var(--line);\n  }\n  .sk-author__card p {\n    margin: 0;\n    color: var(--ink-soft);\n  }\n\n  .sk-author__tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.5em;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n  .sk-author__tags li {\n    padding: 0.3em 0.9em;\n    background: var(--paper);\n    border: 1px solid var(--line);\n    border-radius: 999px;\n    color: var(--ink-soft);\n    font-size: 0.88em;\n  }\n\n  .sk-author__topics {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n  .sk-author__topics li {\n    position: relative;\n    padding: 0.7em 0 0.7em 1.6em;\n    border-bottom: 1px solid var(--line);\n    color: var(--ink);\n  }\n  .sk-author__topics li:last-child { border-bottom: none; }\n  .sk-author__topics li::before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 1.15em;\n    width: 8px;\n    height: 8px;\n    background: var(--accent);\n    border-radius: 50%;\n  }\n\n  .sk-author__editorial {\n    background: var(--paper);\n    border-left: 4px solid var(--accent);\n    border-radius: 0 8px 8px 0;\n    padding: 1.4em 1.6em;\n  }\n  .sk-author__editorial p { margin: 0 0 0.8em; }\n  .sk-author__editorial p:last-child { margin: 0; }\n  .sk-author__editorial a {\n    color: var(--accent-deep);\n    text-decoration: none;\n    border-bottom: 1px solid var(--accent);\n  }\n\n  .sk-author__owner {\n    background: var(--paper-warm);\n    border-radius: 8px;\n    padding: 1.4em 1.6em;\n    text-align: center;\n  }\n  .sk-author__owner p { margin: 0 0 0.8em; color: var(--ink-soft); }\n  .sk-author__owner a {\n    display: inline-block;\n    padding: 0.6em 1.4em;\n    background: #fff;\n    border: 1px solid var(--accent);\n    border-radius: 6px;\n    color: var(--accent-deep);\n    text-decoration: none;\n    font-weight: 500;\n    font-size: 0.95em;\n    transition: background 0.15s, transform 0.15s;\n  }\n  .sk-author__owner a:hover {\n    background: var(--accent);\n    color: #fff;\n    transform: translateY(-1px);\n  }\n\n  @media (max-width: 600px) {\n    .sk-author { line-height: 1.7; }\n    .sk-author__hero { padding: 2em 0 1.5em; margin-bottom: 2em; }\n    .sk-author__hero h1 { font-size: 1.6em; }\n    .sk-author__section { margin-bottom: 2.5em; }\n    .sk-author__card { padding: 1.2em 1.3em; }\n    .sk-author__editorial,\n    .sk-author__owner { padding: 1.2em 1.3em; }\n  }\n<\/style>\n\n<article class=\"sk-author\">\n\n  <header class=\"sk-author__hero\">\n    <span class=\"sk-author__role\">Author<\/span>\n    <h1>Akita Samurai<\/h1>\n    <p class=\"sk-author__lede\">Your Guide to Japan<\/p>\n  <\/header>\n\n  <section class=\"sk-author__section\">\n    <h2>Profile<\/h2>\n    <div class=\"sk-author__card\">\n      <h3>Background<\/h3>\n      <p>A seasoned traveler who has visited all 47 prefectures of Japan. Well-versed in Japanese history, traditional culture, and regional cuisine. Reserved in manner but deep in knowledge, speaking with a calm and grounded voice.<\/p>\n\n      <h3>Writing Style<\/h3>\n      <p>A lean, unadorned prose that avoids unnecessary embellishment. Connects the history of each place to its present form, steering clear of the checklist style common to travel guides.<\/p>\n    <\/div>\n  <\/section>\n\n  <section class=\"sk-author__section\">\n    <h2>Areas of Expertise<\/h2>\n    <ul class=\"sk-author__tags\">\n      <li>Japan Travel<\/li><li>Traditional Culture<\/li><li>Japanese History<\/li><li>Regional Cuisine<\/li><li>Shrines &amp; Temples<\/li><li>Hot Springs (Onsen)<\/li><li>Historical Walking Tours<\/li>\n    <\/ul>\n  <\/section>\n\n  <section class=\"sk-author__section\">\n    <h2>Signature Topics<\/h2>\n    <ul class=\"sk-author__topics\">\n      <li>Hidden gems in rural Japan<\/li>\n      <li>The historical context behind famous shrines and temples<\/li>\n      <li>Deep dives into regional food culture<\/li>\n    <\/ul>\n  <\/section>\n\n  <section class=\"sk-author__section\">\n    <h2>About This Blog&#8217;s Editorial Process<\/h2>\n    <div class=\"sk-author__editorial\">\n      <p>\n        Articles on this blog are written through the voice of Akita Samurai to deliver information\n        about traveling in Japan. Generative AI is used as part of the writing process, but all topic\n        selection, fact-checking, and final editing are overseen by the site&#8217;s owner,\n        <a href=\"https:\/\/shimaken.com\/about\/\">Shimaken<\/a>.\n      <\/p>\n      <p>\n        To ensure accuracy, we prioritize official government publications, academic sources,\n        and primary references. Personal experiences and opinions are clearly distinguished from\n        factual information.\n      <\/p>\n    <\/div>\n  <\/section>\n\n  <section class=\"sk-author__section\">\n    <h2>About the Owner<\/h2>\n    <div class=\"sk-author__owner\">\n      <p>This blog is part of SHIMAKEN.com.<\/p>\n      <a href=\"https:\/\/shimaken.com\/about\/\">View Owner Profile \u2192<\/a>\n    <\/div>\n  <\/section>\n\n<\/article>\n\n<!-- Structured data (Person schema) -->\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Person\",\n  \"name\": \"Akita Samurai\",\n  \"url\": \"https:\/\/shimaken.com\/akita\/author\/\",\n  \"jobTitle\": \"Guide to Japan\",\n  \"description\": \"A seasoned traveler who has visited all 47 prefectures of Japan. Well-versed in Japanese history, traditional culture, and regional cuisine. Reserved in manner but deep in knowledge.\",\n  \"knowsAbout\": [\"Japan Travel\", \"Traditional Culture\", \"Japanese History\", \"Regional Cuisine\", \"Shrines and Temples\", \"Hot Springs\", \"Historical Walking Tours\"],\n  \"worksFor\": {\n    \"@type\": \"Organization\",\n    \"name\": \"SHIMAKEN.com\",\n    \"url\": \"https:\/\/shimaken.com\/\"\n  },\n  \"editor\": {\n    \"@type\": \"Person\",\n    \"name\": \"Shimaken\",\n    \"url\": \"https:\/\/shimaken.com\/about\/\"\n  },\n  \"inLanguage\": \"en\"\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Author Akita Samurai Your Guide to Japan Profile Background A seasoned traveler who has visited all 47 prefect [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-153","page","type-page","status-publish","hentry"],"xw_count_pv":"26","_links":{"self":[{"href":"https:\/\/shimaken.com\/akita\/wp-json\/wp\/v2\/pages\/153","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shimaken.com\/akita\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/shimaken.com\/akita\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/shimaken.com\/akita\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shimaken.com\/akita\/wp-json\/wp\/v2\/comments?post=153"}],"version-history":[{"count":1,"href":"https:\/\/shimaken.com\/akita\/wp-json\/wp\/v2\/pages\/153\/revisions"}],"predecessor-version":[{"id":154,"href":"https:\/\/shimaken.com\/akita\/wp-json\/wp\/v2\/pages\/153\/revisions\/154"}],"wp:attachment":[{"href":"https:\/\/shimaken.com\/akita\/wp-json\/wp\/v2\/media?parent=153"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}