> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/user-jp/make-project/ceiling-floor-height.md).

# 天井、床の高さを設定する

## 床基準の高さを変更する

空間ごとに段差をつけたい場合は、床基準の高さを変更してください。

* 空間の床をクリックします。
* 右側の［空間詳細情報］で床基準の高さを変更してください。\
  床の高さは基本的に0に設定されており、部屋単位で段差を設定できます。\
  床基準の高さは+/-で調整でき、トイレや玄関のような空間に段差をつけて基準より床面を低くできます。
* 床基準を変更しても家具の位置は自動では変更されません。\
  家具の［床からの高さ］を手動で調整する必要があり、一括で変更するには複数選択してShift+ドラッグするか、グループ化された状態で右側の［グループ詳細情報］で［床からの高さ］を修正してください。

![](/files/f2c0c064d5cc20eae57fd6b3370face5e78a3169)

{% hint style="info" %}
空間単位でしか床の高さを調整できないため、

玄関が中間ドアなしでリビングにつながっている形なら、玄関の床だけを別に低くするのは難しいです。

同一空間内で段差をつける演出をしたい場合は、［建築/資材エディター］機能や別途のモデリング製品を活用してください。
{% endhint %}

## 部屋の高さを変更する

部屋の天井の高さを調整するには、部屋の床をクリックした後、右側の［空間詳細情報］で部屋の高さを調整してください。\
部屋単位で壁の長さと天井の位置が一緒に変更されます。

* 部屋単位ではなく図面全体の天井高を変更したい場合は、左側のタブ［階管理］→［階の高さ］で一括で変更してください。（[階を管理する](/guide/user-jp/make-project/floor-management.md))

![](/files/3d08601a7aab5d99de9d2f25e758a67ed8020dc6)

## その他の機能

### 空間の高さを合わせる

［空間の高さを合わせる］のチェックボックスを外してから再度チェックすると、部屋の壁の高さが自動で揃います。\
この機能は、部屋の壁の高さが均一でない場合に、天井の高さ（部屋の高さ）を基準に壁の高さを一括で調整する機能です。

![](/files/508aa58121296aa79667fb4101995647268f338d)

### 天井を非表示にする

テラス、屋外空間など天井のない形の空間を演出したい場合は、［天井を非表示にする］のチェックボックスをオフにしてください。

* 床または天井面をクリックします。
* 右側の［空間詳細情報］で［天井を非表示にする］のチェックボックスをオンにしてください。

![](/files/29bca279e33a3d1361762f33ebc5b48c20aeb829)

## よくある質問

#### 天井が抜けて見えます。

もしかして壁の高さを天井より低くしていませんか？\
間仕切り壁のような効果を出すために壁の高さを下げる場合、その天井面が抜けて見えることがあります。\
天井より低い高さの壁を描く場合は、『壁を描く』の代わりに『四角柱を描く』を使用して配置してください。

![](/files/206f494ed6f4bb914ec9789d30520ed087131297)

![左：壁を描く / 右：四角柱を描く](/files/37c4f8ef024409b875253e6bb1aafdf69b862f40)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.archisketch.com/guide/user-jp/make-project/ceiling-floor-height.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
