Hitotsuya는 오사카 아베노에서 천연염색 교실과 숍을 운영하며 천연 염료를 사용합니다.
저희가 제안하는 제품은 염색과 직조에 쓰는 식물을 기르는 농원과 주변 사토야마의 자연에서 태어납니다. 한 단계 한 단계를 정성스럽게 쌓고, 한 사람 한 사람을 소중히 여기는 것――이것이 ‘Hitotsuya’라는 이름의 유래입니다.

천연염색과 손직조를 처음 배우는 분께
천연염색과 손직조. 처음 배우는 분을 위해 각각 기초부터 익힐 수 있는 2일 과정이 준비되어 있습니다.
목적에 맞게 찾기
원하시는 내용에 맞는 안내를 선택해 주세요.
개최 일정
정규 과정, 기초 과정, 특별 워크숍 등의 개최 일정을 확인하실 수 있습니다.
천연염색・손직조 교실과 워크숍

천연염색과 손직조를 배우는 교실 외에도 계절 식물과 그 시기에만 즐길 수 있는 내용을 담은 특별 워크숍을 열고 있습니다.
Hitotsuya 블로그
블로그에서는 공방, 농원과 사토야마, 소재와 도구, 매일 이어지는 시도와 발견을 소개합니다.
- AI의 미래: 적일까, 우리 편일까――50년 뒤에서 지금을 본다면AI는 적일까요, 우리 편일까요? MASARU가 보스와의 대화를 바탕으로 책임, 감정, 기술의 진보, 그리고 50년 뒤에서 바라본 2026년을 생각합니다.
- Hitotsuya, 다음 풍경으로 | 제1회 큰 도약!오사카 아베노 매장 리모델링, 이가의 새 직조 공방, 염색·봉제 공방, 대형 가마도까지. Hitotsuya가 다음 단계의 만들기를 향해 크게 움직이기 시작했습니다. 시리즈 「Hitotsuya, 다음 풍경으로」 제1회입니다.
- 식물 섬유|식물에서 천으로: 아케비바나나, 뽕나무, 등나무, 야생 모시풀 잿물 시험Hitotsuya가 아케비바나나, 뽕나무, 등나무, 야생 모시풀의 식물 섬유를 잿물에 삶아 실과 천으로 이어질 가능성을 살펴보는 자연 직물 연구입니다.
천연염색 소재와 제품

농원과 사토야마에서 자란 식물을 염료, 실, 천, 생활용품으로 이어 갑니다. 천연염색 소재부터 Hitotsuya에서 태어나는 제품까지 소개합니다.
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; } }


