Hitotsuya在大阪・阿倍野經營草木染教室與商店,使用天然染料。
我們所提案的產品,來自農園裡栽培的染織植物,以及周邊里山的自然恩惠。仔細累積每一道工序,也珍惜遇見的每一個人――這就是「Hitotsuya」這個名字的由來。

依目的尋找
請依照您希望了解的內容,選擇適合的入口。
近期活動
可在此確認本科、基礎課程、特別工作坊等近期舉辦日程。
草木染・手織教室與工作坊

除了學習草木染與手織的教室外,我們也舉辦使用當季植物、享受當時節特色內容的特別工作坊。
Hitotsuya部落格
部落格介紹工房、農園與里山,也分享素材、工具,以及每天的嘗試與新發現。
- AI的未來:敵人還是夥伴?從50年後回望現在AI究竟是敵人還是夥伴?MASARU從與老闆的對話出發,思考責任、情感、技術進步,以及50年後回看2026年時,我們會如何被理解。
- Hitotsuya,邁向新的風景|第1篇:一次大飛躍!大阪阿倍野實體店整修、伊賀織布工房、染色與縫製工房,以及新的大型灶台。Hitotsuya 正朝下一階段的製作大步前進。這是系列「Hitotsuya,邁向新的風景」第1篇。
- 植物纖維|從植物到布:粉紅香蕉、桑、藤與野生苧麻的草木灰鹼液試驗Hitotsuya將粉紅香蕉、桑、藤與野生苧麻的植物纖維用草木灰鹼液煮煉,探索它們從植物變成線與布的可能。
草木染素材與產品

將農園與里山孕育的植物,變成染料、線、布與生活用品。從草木染素材到Hitotsuya製作的產品,都在這裡介紹。
商店・來訪
大阪・阿倍野商店的營業日與來訪資訊,請從這裡確認。
聯絡我們
若對教室、工作坊、商店或產品有任何疑問,歡迎隨時與我們聯絡。
※刊載照片為示意圖片
/* ========================================================= トップページ専用 レイアウトのみ ボタンデザインは共通CSSで管理 ========================================================= */ /* セクション */ .hitotsuya-top-section { margin: 44px 0 0 !important; padding: 0 !important; border: 0 !important; } .hitotsuya-top-section-first { margin-top: 32px !important; } .hitotsuya-top-section-last { margin-bottom: 22px !important; } /* 見出し */ .hitotsuya-section-title { margin: 0 0 12px !important; padding: 0 0 0 13px !important; border: 0 !important; border-left: 5px solid #667d73 !important; color: #272727 !important; font-size: 26px !important; font-weight: 700 !important; line-height: 1.4 !important; } .hitotsuya-section-lead { margin: 0 0 20px !important; color: #4f4a44; font-size: 16px; line-height: 1.85; } /* ========================================================= 初めて学ぶ方へ ========================================================= */ .hitotsuya-course-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; } .hitotsuya-course-card { display: block; overflow: hidden; box-sizing: border-box; background: #ffffff; color: #222222; text-decoration: none; border: 1px solid #ddd7cd; border-radius: 12px; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); transition: box-shadow 0.2s ease, transform 0.2s ease; } .hitotsuya-course-card:hover { opacity: 1; transform: translateY(-2px); box-shadow: 0 7px 18px rgba(0, 0, 0, 0.09); } .hitotsuya-course-card img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; } .hitotsuya-course-body { display: block; padding: 15px 16px 17px; } .hitotsuya-course-title { display: block; margin-bottom: 7px; color: #272727; font-size: 20px; font-weight: 700; line-height: 1.5; } .hitotsuya-text-link { color: #263f73; font-size: 15px; font-weight: 700; } /* ========================================================= 目的から探す ========================================================= */ .hitotsuya-purpose-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; } .hitotsuya-purpose-card { display: block; box-sizing: border-box; min-height: 100px; padding: 19px 20px; background: #f8f7f3; color: #272727; text-decoration: none; border: 1px solid #dcd6cc; border-left: 5px solid #74877d; border-radius: 12px; box-shadow: 0 2px 7px rgba(0, 0, 0, 0.035); transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease; } .hitotsuya-purpose-card:hover { opacity: 1; background: #f2f3ef; box-shadow: 0 5px 13px rgba(0, 0, 0, 0.07); transform: translateY(-1px); } .hitotsuya-purpose-title { display: block; margin-bottom: 5px; font-size: 20px; font-weight: 700; line-height: 1.45; } .hitotsuya-purpose-sub { display: block; color: #706960; font-size: 14px; line-height: 1.6; } /* ========================================================= 素材と製品 ========================================================= */ .hitotsuya-small-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 22px 0; } .hitotsuya-small-card { display: flex; align-items: center; justify-content: center; box-sizing: border-box; min-height: 74px; padding: 15px 12px; background: #f7f5ef; color: #272727; text-align: center; text-decoration: none; border: 1px solid #ded8cc; border-radius: 11px; font-weight: 700; line-height: 1.5; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.035); transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; } .hitotsuya-small-card:hover { opacity: 1; background: #f0eee7; transform: translateY(-1px); box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06); } /* ========================================================= スマートフォン ========================================================= */ @media screen and (max-width: 700px) { .hitotsuya-top-section { margin-top: 36px !important; } .hitotsuya-top-section-first { margin-top: 28px !important; } .hitotsuya-section-title { padding-left: 11px !important; border-left-width: 4px !important; font-size: 22px !important; } .hitotsuya-section-lead { font-size: 15px; } .hitotsuya-course-grid, .hitotsuya-purpose-grid, .hitotsuya-small-grid { grid-template-columns: 1fr; } .hitotsuya-purpose-card { padding: 17px 16px; } }



