{"id":49,"date":"2026-06-15T03:37:36","date_gmt":"2026-06-14T18:37:36","guid":{"rendered":"https:\/\/owariyagakki.com\/?page_id=49"},"modified":"2026-06-23T09:34:54","modified_gmt":"2026-06-23T00:34:54","slug":"%e7%a5%9e%e6%a0%96%e6%94%af%e5%ba%97","status":"publish","type":"page","link":"https:\/\/owariyagakki.com\/?page_id=49","title":{"rendered":"\u795e\u6816\u652f\u5e97"},"content":{"rendered":"\n<div class=\"swell-block-columns\"><div class=\"swell-block-columns__inner\">\n<div class=\"swell-block-column swl-has-mb--s\">\n<!-- ============================================================\n     \u795e\u6816\u652f\u5e97 \u5199\u771f\uff0b\u8aac\u660e\u6587 \u30b9\u30e9\u30a4\u30c0\u30fc\uff08SWELL\u306e\u300c\u30ab\u30b9\u30bf\u30e0HTML\u300d\u30d6\u30ed\u30c3\u30af\u306b\u8cbc\u308b\uff09\n     \u7de8\u96c6\u3059\u308b\u5834\u6240\u306f\u4e0b\u306e oySlides = [...] \u306e\u4e2d\u3060\u3051\n============================================================ -->\n<div class=\"oy-slider\" id=\"oySlider\">\n  <div class=\"oy-slider-stage\">\n    <button class=\"oy-slider-arrow oy-prev\" aria-label=\"\u524d\u3078\">\u276e<\/button>\n    <div class=\"oy-slider-img\"><img decoding=\"async\" id=\"oySlideImg\" src=\"\" alt=\"\"><\/div>\n    <button class=\"oy-slider-arrow oy-next\" aria-label=\"\u6b21\u3078\">\u276f<\/button>\n  <\/div>\n  <div class=\"oy-slider-dots\" id=\"oySlideDots\"><\/div>\n  <div class=\"oy-slider-caption\">\n    <h3 id=\"oySlideTitle\"><\/h3>\n    <p id=\"oySlideDesc\"><\/p>\n  <\/div>\n<\/div>\n\n<script>\n(function(){\n  \/* ===== \u3053\u3053\u3092\u7de8\u96c6 ===== *\/\n  var oySlides = [\n    {\n      img: \"https:\/\/owariyagakki.com\/wp-content\/uploads\/2026\/06\/\u795e\u6816\u652f\u5e97\u5916\u89b3.jpg\",\n      title: \"\u5916\u89b3\",\n      desc: \"\u795e\u6816\u30bb\u30f3\u30bf\u30fc\u306e\u4e26\u3073\u306b\u3054\u3056\u3044\u307e\u3059\u3002<br>\u697d\u8b5c\u3001\u30ea\u30b3\u30fc\u30c0\u30fc\u30fb\u30d4\u30a2\u30cb\u30ab\u306a\u3069\u306e\u6559\u80b2\u697d\u5668\u3001\u30cf\u30fc\u30e2\u30cb\u30ab\u3001\u5404\u7a2e\u697d\u5668\u306e\u304a\u624b\u5165\u308c\u7528\u54c1\u30fb\u30ea\u30fc\u30c9\u306a\u3069\u3002<br>\u30ec\u30c3\u30b9\u30f3\u306e\u304a\u7533\u8fbc\u307f\u30fb\u4fee\u7406\u53d7\u4ed8\u3082\u627f\u308a\u307e\u3059\u3002<br>\u304a\u6c17\u8efd\u306b\u304a\u7acb\u3061\u5bc4\u308a\u304f\u3060\u3055\u3044\u3002\"\n    },\n    {\n      img: \"https:\/\/owariyagakki.com\/wp-content\/uploads\/2026\/06\/\u795e\u6816\u8996\u70b9\u697d\u5668.jpg\",\n      title: \"\u697d\u8b5c\u30fb\u6559\u80b2\u697d\u5668\",\n      desc: \"\u30d4\u30a2\u30ce\u6559\u5247\u672c\u3092\u4e2d\u5fc3\u306b\u3054\u7528\u610f\u3057\u3066\u304a\u308a\u307e\u3059\u3002\u305d\u306e\u4ed6\u3001\u5e97\u982d\u306b\u7121\u3044\u3082\u306e\u306f\u304a\u53d6\u308a\u5bc4\u305b\u81f4\u3057\u307e\u3059\u3002\"\n    },\n    {\n      img: \"https:\/\/owariyagakki.com\/wp-content\/uploads\/2026\/06\/\u795e\u6816\u5e97\u8217\u306a\u3044.jpg\",\n      title: \"\u5e97\u8217\u5185\",\n      desc: \"\u697d\u5668\u306e\u304a\u624b\u5165\u308c\u7528\u54c1\u3001\u97f3\u697d\u5c0f\u7269\u306a\u3069\u3054\u7528\u610f\u3057\u3066\u304a\u308a\u307e\u3059\u3002\"\n    }\n  ];\n  \/* ===== \u7de8\u96c6\u3053\u3053\u307e\u3067 ===== *\/\n\n  var i = 0;\n  var img   = document.getElementById('oySlideImg');\n  var title = document.getElementById('oySlideTitle');\n  var desc  = document.getElementById('oySlideDesc');\n  var dots  = document.getElementById('oySlideDots');\n  var root  = document.getElementById('oySlider');\n\n  oySlides.forEach(function(s, idx){\n    var d = document.createElement('span');\n    d.className = 'oy-dot';\n    d.addEventListener('click', function(){ go(idx); });\n    dots.appendChild(d);\n  });\n\n  function render(){\n    var s = oySlides[i];\n    img.src = s.img;\n    img.alt = s.title || '';\n    title.textContent = s.title || '';\n    desc.innerHTML = s.desc || '';\n    var ds = dots.children;\n    for (var k=0; k<ds.length; k++){\n      ds[k].className = (k===i) ? 'oy-dot is-active' : 'oy-dot';\n    }\n  }\n  function go(n){ i = (n + oySlides.length) % oySlides.length; render(); }\n\n  root.querySelector('.oy-prev').addEventListener('click', function(){ go(i-1); });\n  root.querySelector('.oy-next').addEventListener('click', function(){ go(i+1); });\n\n  render();\n})();\n<\/script>\n\n<style>\n.oy-slider{ max-width:420px; }\n.oy-slider-stage{ position:relative; }\n.oy-slider-img{\n  border-radius:4px; overflow:hidden;\n  background:#f2f2f2;\n}\n.oy-slider-img img{\n  display:block; width:100%; height:auto;\n  aspect-ratio:4\/3; object-fit:cover;\n}\n.oy-slider-arrow{\n  position:absolute; top:50%; transform:translateY(-50%);\n  width:34px; height:34px;\n  border:none; border-radius:50%;\n  background:rgba(0,0,0,.28); color:#fff;\n  font-size:16px; cursor:pointer;\n  display:flex; align-items:center; justify-content:center;\n}\n.oy-slider-arrow:hover{ background:rgba(0,0,0,.45); }\n.oy-prev{ left:8px; }\n.oy-next{ right:8px; }\n.oy-slider-dots{ text-align:center; margin:12px 0 0; }\n.oy-dot{\n  display:inline-block;\n  width:9px; height:9px; margin:0 5px;\n  border-radius:50%;\n  background:#ccc; cursor:pointer;\n}\n.oy-dot.is-active{ background:#666; }\n.oy-slider-caption{ margin-top:16px; }\n.oy-slider-caption h3{\n  margin:0 0 6px; font-size:17px; font-weight:700; color:#222;\n}\n.oy-slider-caption p{\n  margin:0; font-size:14px; line-height:1.8; color:#444;\n}\n@media (max-width:600px){\n  .oy-slider{ max-width:none; }\n}\n<\/style>\n<\/div>\n\n\n\n<div class=\"swell-block-column swl-has-mb--s\">\n<table style=\"width:100%;max-width:360px;border-collapse:collapse;font-size:14px;font-family:inherit;\">\n  <tbody>\n  <tr>\n    <th style=\"width:74px;border:1px solid #e3ddc7;background:#fbf8e9;padding:14px;vertical-align:top;text-align:left;font-weight:700;color:#555;line-height:1.5;\">\u4f4f\u6240<\/th>\n    <td style=\"border:1px solid #e3ddc7;padding:14px;vertical-align:top;text-align:left;color:#333;\">\n      <p style=\"margin:0 0 12px;line-height:1.8;\">\u3012314-0115<br>\u8328\u57ce\u770c\u795e\u6816\u5e02\u77e5\u624b3081-13<\/p>\n      <a href=\"https:\/\/www.google.com\/maps\/search\/?api=1&#038;query=\u8328\u57ce\u770c\u795e\u6816\u5e02\u77e5\u624b3081-13\" target=\"_blank\" rel=\"noopener\" style=\"display:flex;align-items:center;justify-content:center;gap:6px;padding:10px;font-weight:600;color:#fff;text-decoration:none;border-radius:4px;background:#2f6db0;\">\n        <svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"#fff\"><path d=\"M12 2C8.1 2 5 5.1 5 9c0 5.2 7 13 7 13s7-7.8 7-13c0-3.9-3.1-7-7-7zm0 9.5A2.5 2.5 0 1 1 12 6.5a2.5 2.5 0 0 1 0 5z\"><\/path><\/svg>\n        \u5730\u56f3\u3092\u898b\u308b\n      <\/a>\n    <\/td>\n  <\/tr>\n  <tr>\n    <th style=\"width:74px;border:1px solid #e3ddc7;background:#fbf8e9;padding:14px;vertical-align:top;text-align:left;font-weight:700;color:#555;line-height:1.5;\">\u30a2\u30af\u30bb\u30b9<\/th>\n    <td style=\"border:1px solid #e3ddc7;padding:14px;vertical-align:top;text-align:left;color:#444;line-height:1.7;\">\n      <p style=\"margin:0 0 6px;\"><strong style=\"color:#333;\">\u6700\u5bc4\u99c5<\/strong>\u3000\u95a2\u6771\u9244\u9053\u30d0\u30b9\u300c\u5965\u30ce\u8c37\u516c\u6c11\u9928\u524d\u300d<\/p>\n      <p style=\"margin:0 0 6px;\"><strong style=\"color:#333;\">\u76ee\u5370<\/strong>\u3000\u30db\u30c6\u30eb\u30eb\u30fc\u30c8\u30a4\u30f3\u795e\u6816\u69d8\u30fb\u30e1\u30ac\u30cd\u30b9\u30c8\u30a2\u30fc\u69d8\u3068\u306a\u308a<\/p>\n      <p style=\"margin:0;\"><strong style=\"color:#333;\">\u99d0\u8eca\u5834<\/strong>\u3000\u795e\u6816\u30bb\u30f3\u30bf\u30fc\u88cf\u30fb\u8107 20\u53f0<\/p>\n    <\/td>\n  <\/tr>\n  <tr>\n    <th style=\"width:74px;border:1px solid #e3ddc7;background:#fbf8e9;padding:14px;vertical-align:top;text-align:left;font-weight:700;color:#555;line-height:1.5;\">\u304a\u554f\u3044<br>\u5408\u308f\u305b<\/th>\n    <td style=\"border:1px solid #e3ddc7;padding:14px;vertical-align:top;text-align:left;\">\n      <p style=\"margin:0 0 6px;font-size:18px;font-weight:700;color:#d9534f;\">0299-94-7020<\/p>\n      <a href=\"https:\/\/owariyagakki.com\/?page_id=122\" style=\"display:inline-flex;align-items:center;gap:5px;font-size:13px;color:#2f6db0;text-decoration:none;\">\n        <svg width=\"13\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#2f6db0\" stroke-width=\"2\"><rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"1\"><\/rect><path d=\"M3 6l9 6 9-6\"><\/path><\/svg>\n        \u53d7\u4ed8\u6642\u9593\u7b49\u3001\u8a73\u7d30\u306f\u3053\u3061\u3089\n      <\/a>\n    <\/td>\n  <\/tr>\n  <\/tbody>\n<\/table>\n<\/div>\n<\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"swell_btn_cv_data":"","footnotes":""},"class_list":["post-49","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/owariyagakki.com\/index.php?rest_route=\/wp\/v2\/pages\/49","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/owariyagakki.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/owariyagakki.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/owariyagakki.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/owariyagakki.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=49"}],"version-history":[{"count":5,"href":"https:\/\/owariyagakki.com\/index.php?rest_route=\/wp\/v2\/pages\/49\/revisions"}],"predecessor-version":[{"id":215,"href":"https:\/\/owariyagakki.com\/index.php?rest_route=\/wp\/v2\/pages\/49\/revisions\/215"}],"wp:attachment":[{"href":"https:\/\/owariyagakki.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=49"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}