> 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/665885306a29525aac896b87910d854f64f737fb)

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

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

同じ空間内で段差をつける演出をしたい場合は、\[建築/素材エディタ]機能や別のモデリング製品をご利用ください。
{% endhint %}

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

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

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

![](/files/3454480bbc4e70166a7b0eff9bcd37160dd03883)

## その他の機能

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

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

![](/files/1d73b0eedc448fb5a72324168316ca102cbb772a)

### 天井を隠す

テラスや屋外スペースなど、天井のない形の空間を演出したい場合は、\[天井を隠す]のチェックをオフにしてください。

* 床または天井面をクリックします。
* 右側の\[空間詳細情報]で\[天井を隠す]のチェックボックスをオンにしてください。

![](/files/35bb029ee89883165b07c482a330dfe48adcda4c)

## よくある質問

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

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

![](/files/4a0213713664263693d372ef24e703458ad3ee02)

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


---

# 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.
