{"id":2442,"date":"2026-03-05T15:36:00","date_gmt":"2026-03-05T06:36:00","guid":{"rendered":"https:\/\/koyu.or.jp\/yamase\/?page_id=2442"},"modified":"2026-04-16T17:46:47","modified_gmt":"2026-04-16T08:46:47","slug":"faq","status":"publish","type":"page","link":"https:\/\/koyu.or.jp\/yamase\/top\/faq\/","title":{"rendered":"\u3088\u304f\u3042\u308b\u8cea\u554f"},"content":{"rendered":"<style>\n    :root{\n      --main:#2d2e8f;\n      --sub:#eeeef9;\n      --line:#c8c9e8;\n      --text:#1a1a3a;\n      --muted:#5a5a80;\n      --bg:#f7f7fd;\n      --card:#ffffff;\n    }\n    *{box-sizing:border-box;}\n    body{\n      margin:0;\n      font-family:\"Hiragino Sans\",\"Yu Gothic UI\",\"Yu Gothic\",sans-serif;\n      color:var(--text);\n      background:var(--bg);\n      line-height:1.8;\n    }\n    .faq-page{\n      max-width:980px;\n      margin:0 auto;\n      padding:0 16px 72px;\n    }\n    .faq-page > *:first-child{\n      margin-top:0;\n    }\n    \/* \u2500\u2500 Hero \u2500\u2500 *\/\n    .hero{\n      background:linear-gradient(135deg,#f5f5fc 0%,#ffffff 100%);\n      border:1px solid var(--line);\n      border-radius:24px;\n      padding:20px;\n      box-shadow:0 12px 30px rgba(20,20,80,.05);\n      margin-bottom:22px;\n    }\n    .hero-visual{\n      margin-bottom:16px;\n    }\n    .hero-visual img{\n      width:100%;\n      height:auto;\n      display:block;\n      border-radius:18px;\n      border:1px solid var(--line);\n      background:#fff;\n    }\n    .eyebrow{\n      display:inline-block;\n      padding:6px 10px;\n      border-radius:999px;\n      background:var(--sub);\n      color:var(--main);\n      font-size:.88rem;\n      font-weight:700;\n      margin-bottom:10px;\n    }\n    h1{\n      margin:0 0 10px;\n      font-size:clamp(1.6rem,3vw,2.3rem);\n      line-height:1.35;\n      color:#1e1f6e;\n    }\n    .hero-copy p{\n      margin:0;\n      color:var(--muted);\n    }\n    .hero-copy p + p{\n      margin-top:8px;\n    }\n    \/* \u2500\u2500 Nav Grid \u2500\u2500 *\/\n    .nav-grid{\n      display:flex;\n      flex-wrap:wrap;\n      gap:10px;\n      margin:0 0 26px;\n    }\n    .nav-item{\n      display:flex;\n      align-items:center;\n      justify-content:center;\n      text-align:center;\n      text-decoration:none;\n      padding:12px 10px;\n      border-radius:14px;\n      background:#fff;\n      border:1px solid var(--line);\n      color:var(--main);\n      font-weight:700;\n      font-size:.95rem;\n      flex:1 1 calc(33.333% - 10px);\n    }\n    \/* \u2500\u2500 Sections \u2500\u2500 *\/\n    .section{\n      margin-top:28px;\n    }\n    .section h2{\n      margin:0 0 14px;\n      font-size:1.3rem;\n      color:#1e1f6e;\n      padding-left:12px;\n      border-left:5px solid #8889cc;\n      line-height:1.4;\n    }\n    .section{\n      margin-top:28px!important;\n      margin-bottom:0!important;\n      padding:0!important;\n    }\n    .faq-page div + div,\n    .faq-page div + nav,\n    .faq-page nav + div {\n      margin-top:0;\n    }\n    .faq-list{\n      display:grid;\n      gap:12px;\n    }\n    \/* \u2500\u2500 Accordion \u2500\u2500 *\/\n    details{\n      background:var(--card);\n      border:1px solid var(--line);\n      border-radius:16px;\n      overflow:hidden;\n      box-shadow:0 8px 22px rgba(20,20,80,.04);\n      transition:box-shadow .2s ease, border-color .2s ease;\n    }\n    details:hover{\n      box-shadow:0 12px 32px rgba(20,20,80,.13);\n      border-color:var(--main);\n    }\n    summary{\n      list-style:none;\n      cursor:pointer;\n      padding:18px 52px 18px 18px;\n      position:relative;\n      font-weight:700;\n      line-height:1.6;\n    }\n    summary::-webkit-details-marker{display:none;}\n    summary::before{\n      content:\"Q\";\n      display:inline-flex;\n      width:28px;\n      height:28px;\n      align-items:center;\n      justify-content:center;\n      border-radius:999px;\n      background:var(--sub);\n      color:var(--main);\n      margin-right:10px;\n      font-size:.95rem;\n      font-weight:800;\n      vertical-align:middle;\n    }\n    summary::after{\n      content:\"\uff0b\";\n      position:absolute;\n      right:18px;\n      top:50%;\n      transform:translateY(-50%);\n      font-size:1.3rem;\n      color:var(--main);\n      font-weight:700;\n    }\n    details[open] summary::after{content:\"\uff0d\";}\n    .answer{\n      padding:0 18px 18px 18px;\n      border-top:1px solid #ededf8;\n      color:#1a1a3a;\n    }\n    .answer p{margin:14px 0 0;}\n    .answer p:first-child{margin-top:14px;}\n    .answer strong{color:#1e1f6e;}\n    \/* \u2500\u2500 Note \u2500\u2500 *\/\n    .note{\n      margin-top:16px;\n      padding:14px 16px;\n      border-radius:14px;\n      background:#fff;\n      border:1px dashed #b0b0dd;\n      color:#4a4a78;\n      font-size:.95rem;\n    }\n    \/* \u2500\u2500 CTA \u2500\u2500 *\/\n    .cta{\n      margin-top:34px;\n      background:#fff;\n      border:1px solid var(--line);\n      border-radius:22px;\n      padding:24px 20px;\n      text-align:center;\n      box-shadow:0 10px 24px rgba(20,20,80,.05);\n    }\n    .cta h2{\n      margin:0 0 10px;\n      font-size:1.4rem;\n      color:#1e1f6e;\n    }\n    .cta p{\n      margin:0;\n      color:var(--muted);\n    }\n    .cta-buttons{\n      display:flex;\n      gap:12px;\n      justify-content:center;\n      flex-wrap:wrap;\n      margin-top:18px;\n    }\n    .btn{\n      display:inline-flex;\n      align-items:center;\n      justify-content:center;\n      min-width:220px;\n      padding:14px 18px;\n      border-radius:999px;\n      text-decoration:none;\n      font-weight:800;\n      border:1px solid var(--main);\n      transition:.2s ease;\n    }\n    .btn-primary{\n      background:var(--main);\n      color:#fff;\n    }\n    .btn-secondary{\n      background:#fff;\n      color:var(--main);\n    }\n    .small{\n      margin-top:12px;\n      font-size:.88rem;\n      color:#5a5a80;\n    }\n    \/* \u2500\u2500 Mobile \u2500\u2500 *\/\n    @media (max-width:767px){\n      .faq-page{padding:0 14px 56px;}\n      .hero{padding:16px; border-radius:18px;}\n      .hero-visual img{border-radius:14px;}\n      .nav-item{flex:1 1 calc(33.333% - 10px);}\n      summary{padding:16px 46px 16px 14px;}\n      .answer{padding:0 14px 16px 14px;}\n      .btn{min-width:100%;}\n    }\n  <\/style>\n<p>  <main class=\"faq-page\"><\/p>\n<section class=\"hero\" aria-label=\"FAQ\u6848\u5185\">\n<div class=\"hero-visual\">\n        <img decoding=\"async\" src=\"https:\/\/koyu.or.jp\/yamase\/wp-data\/wp-content\/uploads\/2026\/03\/\u540d\u79f0\u672a\u8a2d\u5b9a\u306e\u30c7\u30b6\u30a4\u30f3-8.png\" alt=\"\u5c71\u702c\u6574\u5f62\u5916\u79d1 \u3088\u304f\u3042\u308b\u8cea\u554f\">\n      <\/div>\n<div class=\"hero-copy\">\n        <span class=\"eyebrow\">FAQ<\/span><\/p>\n<h1>\u3088\u304f\u3042\u308b\u3054\u8cea\u554f<\/h1>\n<p>\u53d7\u8a3a\u65b9\u6cd5\u3084\u8a3a\u7642\u6642\u9593\u3001\u5165\u9662\u30fb\u624b\u8853\u3001\u30a2\u30af\u30bb\u30b9\u306a\u3069\u3001\u3088\u304f\u3044\u305f\u3060\u304f\u3054\u8cea\u554f\u3092\u307e\u3068\u3081\u3066\u3044\u307e\u3059\u3002<\/p>\n<\/p><\/div>\n<\/section>\n<nav class=\"nav-grid\" aria-label=\"\u8cea\u554f\u30ab\u30c6\u30b4\u30ea\">\n      <a class=\"nav-item\" href=\"#visit\">\u53d7\u8a3a\u30fb\u4e88\u7d04<\/a><br \/>\n      <a class=\"nav-item\" href=\"#symptoms\">\u75c7\u72b6\u76f8\u8ac7<\/a><br \/>\n      <a class=\"nav-item\" href=\"#walkin\">\u98db\u3073\u8fbc\u307f\u53d7\u8a3a<\/a><br \/>\n      <a class=\"nav-item\" href=\"#referral\">\u7d39\u4ecb\u72b6<\/a><br \/>\n      <a class=\"nav-item\" href=\"#documents\">\u8a3a\u65ad\u66f8\u30fb\u8a3c\u660e\u66f8<\/a><br \/>\n      <a class=\"nav-item\" href=\"#access\">\u30a2\u30af\u30bb\u30b9<\/a><br \/>\n    <\/nav>\n<div class=\"section\" id=\"visit\">\n<h2>\u53d7\u8a3a\u65b9\u6cd5\u30fb\u4e88\u7d04\u306b\u3064\u3044\u3066<\/h2>\n<div class=\"faq-list\">\n<details open>\n<summary>\u53d7\u8a3a\u3059\u308b\u306b\u306f\u4e88\u7d04\u304c\u5fc5\u8981\u3067\u3059\u304b\uff1f<\/summary>\n<div class=\"answer\">\n<p>\u5f53\u9662\u306f<strong>\u4e88\u7d04\u5236\u3067\u306f\u3042\u308a\u307e\u305b\u3093<\/strong>\u306e\u3067\u3001\u4e88\u7d04\u306a\u3057\u3067\u3054\u53d7\u8a3a\u3044\u305f\u3060\u3051\u307e\u3059\u3002<\/p>\n<p>\u6df7\u96d1\u72b6\u6cc1\u306b\u3088\u308a\u5f85\u3061\u6642\u9593\u304c\u9577\u304f\u306a\u308b\u5834\u5408\u304c\u3054\u3056\u3044\u307e\u3059\u3002\u7279\u306b<strong>\u6708\u30fb\u6728\u30fb\u91d1\u66dc\u65e5\u3068\u6c34\u66dc\u65e5\u306e\u5348\u524d\u4e2d<\/strong>\u306f\u6df7\u307f\u5408\u3044\u307e\u3059\u306e\u3067\u3001\u4e88\u3081\u3054\u4e86\u627f\u304f\u3060\u3055\u3044\u3002<\/p>\n<\/p><\/div>\n<\/details>\n<details>\n<summary>\u8a3a\u7642\u6642\u9593\u3068\u4f11\u8a3a\u65e5\u3092\u6559\u3048\u3066\u304f\u3060\u3055\u3044<\/summary>\n<div class=\"answer\">\n<table style=\"width:100%;border-collapse:collapse;margin-top:14px;font-size:.9rem;\">\n<thead>\n<tr>\n<th style=\"background:#eeeef9;padding:9px 12px;text-align:left;border:1px solid #c8c9e8;font-weight:700;color:#1e1f6e;\"><\/th>\n<th style=\"background:#eeeef9;padding:9px 12px;text-align:center;border:1px solid #c8c9e8;font-weight:700;color:#1e1f6e;\">\u6708\u301c\u91d1<\/th>\n<th style=\"background:#eeeef9;padding:9px 12px;text-align:center;border:1px solid #c8c9e8;font-weight:700;color:#1e1f6e;\">\u571f<\/th>\n<th style=\"background:#eeeef9;padding:9px 12px;text-align:center;border:1px solid #c8c9e8;font-weight:700;color:#1e1f6e;\">\u65e5\u30fb\u795d<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"padding:9px 12px;border:1px solid #c8c9e8;font-weight:700;white-space:nowrap;\">\u5348\u524d<\/td>\n<td style=\"padding:9px 12px;border:1px solid #c8c9e8;text-align:center;\">9:00\u301c12:00<\/td>\n<td style=\"padding:9px 12px;border:1px solid #c8c9e8;text-align:center;\">9:00\u301c12:00<\/td>\n<td style=\"padding:9px 12px;border:1px solid #c8c9e8;text-align:center;color:#aaa;\">\u4f11\u8a3a<\/td>\n<\/tr>\n<tr style=\"background:#fafafa;\">\n<td style=\"padding:9px 12px;border:1px solid #c8c9e8;font-weight:700;white-space:nowrap;\">\u5348\u5f8c<\/td>\n<td style=\"padding:9px 12px;border:1px solid #c8c9e8;text-align:center;\">15:00\u301c18:45<\/td>\n<td style=\"padding:9px 12px;border:1px solid #c8c9e8;text-align:center;\">15:00\u301c17:15 \u203b<\/td>\n<td style=\"padding:9px 12px;border:1px solid #c8c9e8;text-align:center;color:#aaa;\">\u4f11\u8a3a<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p style=\"margin-top:10px;font-size:.82rem;color:#5a5a80;\">\u203b \u571f\u66dc\u5348\u5f8c\u306f17:15\u307e\u3067\u3000\uff0f\u3000\u521d\u8a3a\u30fb\u65b0\u75be\u60a3\u306e\u53d7\u4ed8\u306f\u5404\u7d42\u4e86\u6642\u959315\u5206\u524d\u307e\u3067\u3000\uff0f\u3000\u4f11\u8a3a\u65e5\uff1a\u65e5\u66dc\u30fb\u795d\u796d\u65e5\u3001\u5e74\u672b\u5e74\u59cb<\/p>\n<\/p><\/div>\n<\/details>\n<details>\n<summary>\u521d\u3081\u3066\u53d7\u8a3a\u3059\u308b\u969b\u306b\u6301\u53c2\u3059\u308b\u3082\u306e\u306f\u3042\u308a\u307e\u3059\u304b\uff1f<\/summary>\n<div class=\"answer\">\n<p><strong>\u30de\u30a4\u30ca\u30f3\u30d0\u30fc\u30ab\u30fc\u30c9\u30fb\u5065\u5eb7\u4fdd\u967a\u8a3c\uff08\u8cc7\u683c\u78ba\u8a8d\u66f8\uff09<\/strong>\u3092\u304a\u6301\u3061\u304f\u3060\u3055\u3044\u3002\u304a\u85ac\u624b\u5e33\u3084\u4ed6\u9662\u304b\u3089\u306e\u7d39\u4ecb\u72b6\u30fb\u691c\u67fb\u7d50\u679c\u3092\u304a\u6301\u3061\u306e\u65b9\u306f\u3042\u308f\u305b\u3066\u3054\u6301\u53c2\u3044\u305f\u3060\u304f\u3068\u30b9\u30e0\u30fc\u30ba\u3067\u3059\u3002<\/p>\n<p>\u4ea4\u901a\u4e8b\u6545\u30fb\u52b4\u707d\u306e\u5834\u5408\u306f\u3001\u305d\u308c\u305e\u308c\u306e\u66f8\u985e\uff08\u81ea\u8ce0\u8cac\u4fdd\u967a\u8a3c\u660e\u66f8\u30fb\u52b4\u707d\u7533\u8acb\u66f8\u306a\u3069\uff09\u3082\u3054\u7528\u610f\u304f\u3060\u3055\u3044\u3002\u5f53\u9662\u306f<strong>\u4ea4\u901a\u4e8b\u6545\u30fb\u52b4\u707d\u3068\u3082\u306b\u5bfe\u5fdc<\/strong>\u3057\u3066\u304a\u308a\u307e\u3059\u3002<\/p>\n<\/p><\/div>\n<\/details><\/div>\n<\/p><\/div>\n<div class=\"section\" id=\"symptoms\">\n<h2>\u75c7\u72b6\u306b\u95a2\u3059\u308b\u304a\u554f\u3044\u5408\u308f\u305b<\/h2>\n<div class=\"faq-list\">\n<details>\n<summary>\u75c7\u72b6\u306b\u3064\u3044\u3066\u96fb\u8a71\u3084\u30e1\u30fc\u30eb\u3067\u76f8\u8ac7\u3067\u304d\u307e\u3059\u304b\uff1f<\/summary>\n<div class=\"answer\">\n<p>\u75c7\u72b6\u306b\u95a2\u3059\u308b\u5177\u4f53\u7684\u306a\u8a3a\u65ad\u3084\u6cbb\u7642\u5185\u5bb9\u306b\u3064\u3044\u3066\u306f\u3001\u5b9f\u969b\u306e\u8a3a\u5bdf\u3092\u884c\u308f\u306a\u3044\u3068\u5224\u65ad\u304c\u3067\u304d\u307e\u305b\u3093\u3002<\/p>\n<p>\u5927\u5909\u6050\u308c\u5165\u308a\u307e\u3059\u304c\u3001\u75c7\u72b6\u306b\u95a2\u3059\u308b\u3054\u76f8\u8ac7\u306f\u3054\u6765\u9662\u306e\u3046\u3048\u8a3a\u5bdf\u3092\u304a\u53d7\u3051\u304f\u3060\u3055\u3044\u3002<\/p>\n<\/p><\/div>\n<\/details>\n<details>\n<summary>\u3069\u306e\u3088\u3046\u306a\u75c7\u72b6\u30fb\u30b1\u30ac\u3092\u8a3a\u3066\u3082\u3089\u3048\u307e\u3059\u304b\uff1f<\/summary>\n<div class=\"answer\">\n<p>\u6574\u5f62\u5916\u79d1\u30fb\u30ea\u30cf\u30d3\u30ea\u30c6\u30fc\u30b7\u30e7\u30f3\u79d1\u3068\u3057\u3066\u3001\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u75c7\u72b6\u30fb\u75be\u60a3\u306b\u5bfe\u5fdc\u3057\u3066\u304a\u308a\u307e\u3059\u3002<\/p>\n<p><strong>\u9aa8\u6298\u30fb\u637b\u632b\u30fb\u6253\u64b2\u306a\u3069\u306e\u30b1\u30ac\uff0f\u4e94\u5341\u80a9\u30fb\u8170\u75db\u30fb\u80a9\u3053\u308a\uff0f\u9aa8\u7c97\u9b06\u75c7\uff0f\u95a2\u7bc0\u75be\u60a3<\/strong>\u306a\u3069<\/p>\n<p>\u307e\u305f\u3001<strong>\u5927\u817f\u9aa8\u9838\u90e8\u9aa8\u6298\u30fb\u810a\u690e\u5727\u8feb\u9aa8\u6298\uff08BKP\u624b\u8853\uff09<\/strong>\u306a\u3069\u306e\u5165\u9662\u30fb\u624b\u8853\u306b\u3082\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u3059\u3002\u4ea4\u901a\u4e8b\u6545\u30fb\u52b4\u707d\u3082\u304a\u6c17\u8efd\u306b\u3054\u76f8\u8ac7\u304f\u3060\u3055\u3044\u3002<\/p>\n<\/p><\/div>\n<\/details><\/div>\n<\/p><\/div>\n<div class=\"section\" id=\"walkin\">\n<h2>\u65c5\u884c\u4e2d\u30fb\u51fa\u5f35\u4e2d\u306e\u53d7\u8a3a\u306b\u3064\u3044\u3066\uff08\u98db\u3073\u8fbc\u307f\u53d7\u8a3a\uff09<\/h2>\n<div class=\"faq-list\">\n<details>\n<summary>\u65c5\u884c\u4e2d\u30fb\u51fa\u5f35\u4e2d\u306b\u6025\u306b\u75db\u307f\u304c\u51fa\u307e\u3057\u305f\u3002\u4e88\u7d04\u306a\u3057\u3067\u3082\u8a3a\u3066\u3082\u3089\u3048\u307e\u3059\u304b\uff1f<\/summary>\n<div class=\"answer\">\n<p>\u306f\u3044\u3001<strong>\u4e88\u7d04\u306a\u3057\u3067\u3082\u53d7\u8a3a\u306f\u53ef\u80fd<\/strong>\u3067\u3059\u3002<\/p>\n<p>\u8a3a\u5bdf\u306e\u7d50\u679c\u3001\u5165\u9662\u304c\u5fc5\u8981\u3068\u306a\u308b\u5834\u5408\u3082\u3054\u3056\u3044\u307e\u3059\u3002\u307e\u305f\u3001\u5730\u5143\u306e\u533b\u7642\u6a5f\u95a2\u3067\u7d99\u7d9a\u6cbb\u7642\u3092\u3054\u5e0c\u671b\u3055\u308c\u308b\u5834\u5408\u306f\u3001<strong>\u7d39\u4ecb\u72b6\u306e\u4f5c\u6210<\/strong>\u3082\u53ef\u80fd\u3067\u3059\u3002\u305d\u306e\u5f8c\u306e\u6cbb\u7642\u65b9\u91dd\u306b\u3064\u3044\u3066\u306f\u3001\u75c5\u72b6\u3092\u62dd\u898b\u3057\u305f\u3046\u3048\u3067\u305d\u306e\u90fd\u5ea6\u3054\u76f8\u8ac7\u3055\u305b\u3066\u3044\u305f\u3060\u304d\u307e\u3059\u3002<\/p>\n<\/p><\/div>\n<\/details><\/div>\n<\/p><\/div>\n<div class=\"section\" id=\"referral\">\n<h2>\u7d39\u4ecb\u72b6\u3092\u6301\u53c2\u3057\u3066\u53d7\u8a3a\u3059\u308b\u5834\u5408<\/h2>\n<div class=\"faq-list\">\n<details>\n<summary>\u4ed6\u9662\u30fb\u6574\u9aa8\u9662\u304b\u3089\u306e\u7d39\u4ecb\u72b6\u304c\u3042\u308c\u3070\u53d7\u8a3a\u3067\u304d\u307e\u3059\u304b\uff1f\u4e88\u7d04\u306f\u5fc5\u8981\u3067\u3059\u304b\uff1f<\/summary>\n<div class=\"answer\">\n<p>\u7d39\u4ecb\u72b6\u3092\u304a\u6301\u3061\u306e\u65b9\u3082\u53d7\u8a3a\u3044\u305f\u3060\u3051\u307e\u3059\u3002<\/p>\n<p>\u53d7\u8a3a\u3092\u30b9\u30e0\u30fc\u30ba\u306b\u3054\u6848\u5185\u3059\u308b\u305f\u3081\u3001\u4e8b\u524d\u306b<strong>\u300c\u7d39\u4ecb\u72b6\u3092\u6301\u53c2\u3059\u308b\u65e8\u300d<\/strong>\u3092\u304a\u96fb\u8a71\uff08042-773-7300\uff09\u3067\u304a\u4f1d\u3048\u3044\u305f\u3060\u304f\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u3066\u304a\u308a\u307e\u3059\u3002<\/p>\n<\/p><\/div>\n<\/details>\n<details>\n<summary>\u5f53\u9662\u304b\u3089\u4ed6\u306e\u75c5\u9662\u3078\u7d39\u4ecb\u3057\u3066\u3082\u3089\u3046\u3053\u3068\u306f\u3067\u304d\u307e\u3059\u304b\uff1f<\/summary>\n<div class=\"answer\">\n<p>\u5fc5\u8981\u306b\u5fdc\u3058\u3066\u9023\u643a\u533b\u7642\u6a5f\u95a2\u3078\u3054\u7d39\u4ecb\u3044\u305f\u3057\u307e\u3059\u3002<\/p>\n<p>\u6643\u53cb\u4f1a\u30b0\u30eb\u30fc\u30d7\u306b\u306f<strong>\u6643\u53cb\u76f8\u6a21\u539f\u75c5\u9662<\/strong>\u3092\u306f\u3058\u3081\u3001\u6643\u53cb\u5185\u79d1\u6574\u5f62\u5916\u79d1\u30fb\u6643\u53cb\u4e0a\u4e5d\u6ca2\u30af\u30ea\u30cb\u30c3\u30af\u30fb\u6643\u53cb\u30ea\u30cf\u30d3\u30ea\u30c6\u30fc\u30b7\u30e7\u30f3\u9928\u306a\u3069\u8907\u6570\u306e\u65bd\u8a2d\u304c\u3042\u308a\u3001\u5c02\u9580\u7684\u306a\u6cbb\u7642\u304c\u5fc5\u8981\u306a\u5834\u5408\u3082\u8fc5\u901f\u306b\u5bfe\u5fdc\u3044\u305f\u3057\u307e\u3059\u3002<\/p>\n<\/p><\/div>\n<\/details><\/div>\n<\/p><\/div>\n<div class=\"section\" id=\"documents\">\n<h2>\u8a3a\u65ad\u66f8\u30fb\u8a3c\u660e\u66f8\u306e\u767a\u884c\u306b\u3064\u3044\u3066<\/h2>\n<div class=\"faq-list\">\n<details>\n<summary>\u4ee5\u524d\u53d7\u8a3a\u3057\u305f\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002\u8a3a\u65ad\u66f8\u3084\u5165\u901a\u9662\u8a3c\u660e\u66f8\u306f\u767a\u884c\u3067\u304d\u307e\u3059\u304b\uff1f<\/summary>\n<div class=\"answer\">\n<p>\u5f53\u9662\u3067\u8a3a\u7642\u3092\u53d7\u3051\u3089\u308c\u305f\u65b9\u306f\u3001<strong>\u8a3a\u65ad\u66f8\u30fb\u5165\u901a\u9662\u8a3c\u660e\u66f8<\/strong>\u306a\u3069\u306e\u66f8\u985e\u767a\u884c\u304c\u53ef\u80fd\u3067\u3059\u3002<\/p>\n<p>\u767a\u884c\u306b\u306f\u304a\u6642\u9593\u3092\u3044\u305f\u3060\u304f\u5834\u5408\u304c\u3054\u3056\u3044\u307e\u3059\u306e\u3067\u3001\u307e\u305a\u306f\u304a\u96fb\u8a71\uff08042-773-7300\uff09\u307e\u305f\u306f\u53d7\u4ed8\u306b\u3066\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044\u3002<\/p>\n<\/p><\/div>\n<\/details><\/div>\n<\/p><\/div>\n<div class=\"section\" id=\"access\">\n<h2>\u30a2\u30af\u30bb\u30b9\u306b\u3064\u3044\u3066<\/h2>\n<div class=\"faq-list\">\n<details>\n<summary>\u30af\u30ea\u30cb\u30c3\u30af\u3078\u306e\u884c\u304d\u65b9\u3092\u6559\u3048\u3066\u304f\u3060\u3055\u3044<\/summary>\n<div class=\"answer\">\n<p><strong>\u4f4f\u6240\uff1a<\/strong>\u3012252-0143 \u795e\u5948\u5ddd\u770c\u76f8\u6a21\u539f\u5e02\u7dd1\u533a\u6a4b\u672c5\u4e01\u76ee10\u221226<\/p>\n<p>JR\u6a2a\u6d5c\u7dda\u30fb\u76f8\u6a21\u7dda\u3001\u4eac\u738b\u7dda<strong>\u6a4b\u672c\u99c5\u3088\u308a\u5f92\u6b698\u5206<\/strong>\u3067\u3059\u3002<\/p>\n<p><strong>\u6a4b\u672c\u99c5\u5357\u53e3\u30ed\u30fc\u30bf\u30ea\u30fc\u524d\u304b\u3089\u30b7\u30e3\u30c8\u30eb\u30d0\u30b9\u3082\u904b\u884c<\/strong>\u3057\u3066\u304a\u308a\u307e\u3059\u3002\u4e3b\u306a\u6642\u523b\u306f\u4e0b\u8a18\u306e\u3068\u304a\u308a\u3067\u3059\u3002<\/p>\n<div class=\"note\">\n              <strong>\u3010\u6a4b\u672c\u99c5\u2192\u5c71\u702c\u6574\u5f62\u5916\u79d1\u3011\u30b7\u30e3\u30c8\u30eb\u30d0\u30b9\uff08\u6a4b\u672c\u99c5\u5357\u53e3\u767a\uff09<\/strong><br \/>\n              9:35 \uff0f 11:10 \uff0f 15:00 \uff0f 16:40<br \/>\n              <small>\u8a73\u7d30\u306f<a href=\"https:\/\/koyu.or.jp\/yamase\/access\/\" style=\"color:#2d2e8f;\">\u30a2\u30af\u30bb\u30b9\u30da\u30fc\u30b8<\/a>\u3092\u3054\u78ba\u8a8d\u304f\u3060\u3055\u3044\u3002<\/small>\n            <\/div>\n<\/p><\/div>\n<\/details>\n<details>\n<summary>\u99d0\u8eca\u5834\u306f\u3042\u308a\u307e\u3059\u304b\uff1f<\/summary>\n<div class=\"answer\">\n<p>\u5408\u8a08<strong>29\u53f0<\/strong>\u306e\u99d0\u8eca\u5834\u3092\u3054\u5229\u7528\u3044\u305f\u3060\u3051\u307e\u3059\u3002<\/p>\n<table style=\"width:100%;border-collapse:collapse;margin-top:14px;font-size:.9rem;\">\n<tbody>\n<tr>\n<td style=\"padding:9px 12px;border:1px solid #c8c9e8;font-weight:700;\">\u6b63\u9762\u5165\u53e3\u6a2a\uff08\u30b3\u30f3\u30af\u30ea\u30fc\u30c8\uff09<\/td>\n<td style=\"padding:9px 12px;border:1px solid #c8c9e8;text-align:center;white-space:nowrap;\">5\u53f0<\/td>\n<\/tr>\n<tr style=\"background:#fafafa;\">\n<td style=\"padding:9px 12px;border:1px solid #c8c9e8;font-weight:700;\">\u5efa\u7269\u88cf\uff08\u7802\u5229\uff09<\/td>\n<td style=\"padding:9px 12px;border:1px solid #c8c9e8;text-align:center;white-space:nowrap;\">21\u53f0<\/td>\n<\/tr>\n<tr>\n<td style=\"padding:9px 12px;border:1px solid #c8c9e8;font-weight:700;\">\u5efa\u7269\u6a2a\u30fb\u308f\u304b\u3070\u85ac\u5c40\u88cf\uff08\u30b3\u30f3\u30af\u30ea\u30fc\u30c8\uff09<\/td>\n<td style=\"padding:9px 12px;border:1px solid #c8c9e8;text-align:center;white-space:nowrap;\">3\u53f0<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<\/details><\/div>\n<\/p><\/div>\n<div class=\"cta\">\n<h2>\u89e3\u6c7a\u3057\u306a\u3044\u5834\u5408\u306f\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044<\/h2>\n<p>FAQ\u306b\u306a\u3044\u5185\u5bb9\u3084\u3001\u53d7\u8a3a\u5185\u5bb9\u306e\u8a73\u7d30\u78ba\u8a8d\u304c\u5fc5\u8981\u306a\u5834\u5408\u306f\u304a\u6c17\u8efd\u306b\u3054\u9023\u7d61\u304f\u3060\u3055\u3044\u3002<\/p>\n<div class=\"cta-buttons\">\n        <a class=\"btn btn-primary\" href=\"tel:0427737300\">\u304a\u96fb\u8a71\u3067\u78ba\u8a8d\u3059\u308b<\/a><br \/>\n        <a class=\"btn btn-secondary\" href=\"https:\/\/koyu.or.jp\/yamase\/contact\/\">\u304a\u554f\u3044\u5408\u308f\u305b\u30d5\u30a9\u30fc\u30e0<\/a>\n      <\/div>\n<p class=\"small\">\u203b \u8a3a\u5bdf\u53d7\u4ed8\u6642\u9593\uff1a\u5e73\u65e5 \u5348\u524d9:00\u301c12:00 \uff0f \u5348\u5f8c15:00\u301c18:45\u3000\u571f\u66dc \u5348\u524d9:00\u301c12:00 \uff0f \u5348\u5f8c15:00\u301c17:15\uff08\u65e5\u795d\u30fb\u5e74\u672b\u5e74\u59cb\u4f11\u8a3a\uff09<br \/>\u203b \u521d\u8a3a\u30fb\u65b0\u75be\u60a3\u306f\u5404\u7d42\u4e86\u6642\u959315\u5206\u524d\u307e\u3067<\/p>\n<\/p><\/div>\n<p>  <\/main><\/p>\n","protected":false},"excerpt":{"rendered":"<p>FAQ \u3088\u304f\u3042\u308b\u3054\u8cea\u554f \u53d7\u8a3a\u65b9\u6cd5\u3084\u8a3a\u7642\u6642\u9593\u3001\u5165\u9662\u30fb\u624b\u8853\u3001\u30a2\u30af\u30bb\u30b9\u306a\u3069\u3001\u3088\u304f\u3044\u305f\u3060\u304f\u3054\u8cea\u554f\u3092\u307e\u3068\u3081\u3066\u3044\u307e\u3059\u3002 \u53d7\u8a3a\u30fb\u4e88\u7d04 \u75c7\u72b6\u76f8\u8ac7 \u98db\u3073\u8fbc\u307f\u53d7\u8a3a \u7d39\u4ecb\u72b6 \u8a3a\u65ad\u66f8\u30fb\u8a3c\u660e\u66f8 \u30a2\u30af\u30bb\u30b9 \u53d7\u8a3a\u65b9\u6cd5\u30fb\u4e88\u7d04\u306b\u3064\u3044\u3066 \u53d7\u8a3a\u3059\u308b\u306b\u306f\u4e88\u7d04\u304c [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":11,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-2442","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u3088\u304f\u3042\u308b\u8cea\u554f - \u5c71\u702c\u6574\u5f62\u5916\u79d1<\/title>\n<meta name=\"robots\" content=\"noindex, follow\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u3088\u304f\u3042\u308b\u8cea\u554f - \u5c71\u702c\u6574\u5f62\u5916\u79d1\" \/>\n<meta property=\"og:description\" content=\"FAQ \u3088\u304f\u3042\u308b\u3054\u8cea\u554f \u53d7\u8a3a\u65b9\u6cd5\u3084\u8a3a\u7642\u6642\u9593\u3001\u5165\u9662\u30fb\u624b\u8853\u3001\u30a2\u30af\u30bb\u30b9\u306a\u3069\u3001\u3088\u304f\u3044\u305f\u3060\u304f\u3054\u8cea\u554f\u3092\u307e\u3068\u3081\u3066\u3044\u307e\u3059\u3002 \u53d7\u8a3a\u30fb\u4e88\u7d04 \u75c7\u72b6\u76f8\u8ac7 \u98db\u3073\u8fbc\u307f\u53d7\u8a3a \u7d39\u4ecb\u72b6 \u8a3a\u65ad\u66f8\u30fb\u8a3c\u660e\u66f8 \u30a2\u30af\u30bb\u30b9 \u53d7\u8a3a\u65b9\u6cd5\u30fb\u4e88\u7d04\u306b\u3064\u3044\u3066 \u53d7\u8a3a\u3059\u308b\u306b\u306f\u4e88\u7d04\u304c [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/koyu.or.jp\/yamase\/top\/faq\/\" \/>\n<meta property=\"og:site_name\" content=\"\u5c71\u702c\u6574\u5f62\u5916\u79d1\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-16T08:46:47+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data1\" content=\"14\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/koyu.or.jp\/yamase\/top\/faq\/\",\"url\":\"https:\/\/koyu.or.jp\/yamase\/top\/faq\/\",\"name\":\"\u3088\u304f\u3042\u308b\u8cea\u554f - \u5c71\u702c\u6574\u5f62\u5916\u79d1\",\"isPartOf\":{\"@id\":\"https:\/\/koyu.or.jp\/yamase\/#website\"},\"datePublished\":\"2026-03-05T06:36:00+00:00\",\"dateModified\":\"2026-04-16T08:46:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/koyu.or.jp\/yamase\/top\/faq\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/koyu.or.jp\/yamase\/top\/faq\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/koyu.or.jp\/yamase\/top\/faq\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u30c8\u30c3\u30d7\",\"item\":\"https:\/\/koyu.or.jp\/yamase\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\",\"item\":\"https:\/\/koyu.or.jp\/yamase\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"\u3088\u304f\u3042\u308b\u8cea\u554f\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/koyu.or.jp\/yamase\/#website\",\"url\":\"https:\/\/koyu.or.jp\/yamase\/\",\"name\":\"\u6643\u53cb\u76f8\u6a21\u539f\u75c5\u9662\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/koyu.or.jp\/yamase\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u3088\u304f\u3042\u308b\u8cea\u554f - \u5c71\u702c\u6574\u5f62\u5916\u79d1","robots":{"index":"noindex","follow":"follow"},"og_locale":"ja_JP","og_type":"article","og_title":"\u3088\u304f\u3042\u308b\u8cea\u554f - \u5c71\u702c\u6574\u5f62\u5916\u79d1","og_description":"FAQ \u3088\u304f\u3042\u308b\u3054\u8cea\u554f \u53d7\u8a3a\u65b9\u6cd5\u3084\u8a3a\u7642\u6642\u9593\u3001\u5165\u9662\u30fb\u624b\u8853\u3001\u30a2\u30af\u30bb\u30b9\u306a\u3069\u3001\u3088\u304f\u3044\u305f\u3060\u304f\u3054\u8cea\u554f\u3092\u307e\u3068\u3081\u3066\u3044\u307e\u3059\u3002 \u53d7\u8a3a\u30fb\u4e88\u7d04 \u75c7\u72b6\u76f8\u8ac7 \u98db\u3073\u8fbc\u307f\u53d7\u8a3a \u7d39\u4ecb\u72b6 \u8a3a\u65ad\u66f8\u30fb\u8a3c\u660e\u66f8 \u30a2\u30af\u30bb\u30b9 \u53d7\u8a3a\u65b9\u6cd5\u30fb\u4e88\u7d04\u306b\u3064\u3044\u3066 \u53d7\u8a3a\u3059\u308b\u306b\u306f\u4e88\u7d04\u304c [&hellip;]","og_url":"https:\/\/koyu.or.jp\/yamase\/top\/faq\/","og_site_name":"\u5c71\u702c\u6574\u5f62\u5916\u79d1","article_modified_time":"2026-04-16T08:46:47+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"14\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/koyu.or.jp\/yamase\/top\/faq\/","url":"https:\/\/koyu.or.jp\/yamase\/top\/faq\/","name":"\u3088\u304f\u3042\u308b\u8cea\u554f - \u5c71\u702c\u6574\u5f62\u5916\u79d1","isPartOf":{"@id":"https:\/\/koyu.or.jp\/yamase\/#website"},"datePublished":"2026-03-05T06:36:00+00:00","dateModified":"2026-04-16T08:46:47+00:00","breadcrumb":{"@id":"https:\/\/koyu.or.jp\/yamase\/top\/faq\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/koyu.or.jp\/yamase\/top\/faq\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/koyu.or.jp\/yamase\/top\/faq\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u30c8\u30c3\u30d7","item":"https:\/\/koyu.or.jp\/yamase\/"},{"@type":"ListItem","position":2,"name":"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8","item":"https:\/\/koyu.or.jp\/yamase\/"},{"@type":"ListItem","position":3,"name":"\u3088\u304f\u3042\u308b\u8cea\u554f"}]},{"@type":"WebSite","@id":"https:\/\/koyu.or.jp\/yamase\/#website","url":"https:\/\/koyu.or.jp\/yamase\/","name":"\u6643\u53cb\u76f8\u6a21\u539f\u75c5\u9662","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/koyu.or.jp\/yamase\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"}]}},"_links":{"self":[{"href":"https:\/\/koyu.or.jp\/yamase\/wp-json\/wp\/v2\/pages\/2442","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/koyu.or.jp\/yamase\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/koyu.or.jp\/yamase\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/koyu.or.jp\/yamase\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/koyu.or.jp\/yamase\/wp-json\/wp\/v2\/comments?post=2442"}],"version-history":[{"count":18,"href":"https:\/\/koyu.or.jp\/yamase\/wp-json\/wp\/v2\/pages\/2442\/revisions"}],"predecessor-version":[{"id":2484,"href":"https:\/\/koyu.or.jp\/yamase\/wp-json\/wp\/v2\/pages\/2442\/revisions\/2484"}],"up":[{"embeddable":true,"href":"https:\/\/koyu.or.jp\/yamase\/wp-json\/wp\/v2\/pages\/11"}],"wp:attachment":[{"href":"https:\/\/koyu.or.jp\/yamase\/wp-json\/wp\/v2\/media?parent=2442"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}