# 当日予約

顧客が当日に予約できるかどうか、また開始時刻のどれだけ前まで予約できるかを制御します。

## 当日予約を無効にする

顧客に当日の予約をさせたくない場合（例：準備時間が必要な場合）は、

1. Shopify Adminで **Sesami > サービス > \[サービスを選択]**
2. を確認してください **当日予約を無効にする**
3. をクリック **保存**

有効にすると、ストアフロントのカレンダーでは当日の日付に利用可能な時間枠が表示されません。

## 開始間隔の切り上げ

もし **当日予約を** 許可する場合、開始間隔の切り上げは、顧客が時間枠をどれだけ前もって予約しなければならないかを制御します。

**オプション：**

* **無効** — 顧客は、今まさに始まる枠でも、利用可能な枠ならどれでも予約できます
* **15分** — 枠の開始の少なくとも15分前までに予約する必要があります
* **30分** — 枠の開始の少なくとも30分前までに予約する必要があります

### 例

現在は午前10:45です。 **15分** 切り上げ：

* 午前10:45の枠 — **利用不可** （遅すぎます）
* 午前11:00の枠 — **利用可能** （15分前）

と **30分** 切り上げ：

* 午前11:00の枠 — **利用不可** （わずか15分前）
* 午前11:15の枠 — **利用可能** （30分前）

## 設定方法

1. Shopify Adminで **Sesami > サービス > \[サービスを選択]**
2. を見つけてください **当日予約** セクション
3. 切り上げ間隔を選択するか、当日予約を完全に無効にしてください
4. をクリック **保存**

{% hint style="info" %}
顧客にもっと前もって予約してほしい場合（例：24時間前）は、 [バッファ時間](/ja/yu-yue/availability/buffer-times.md) を「各予約の前」値とともに使用してください。
{% endhint %}

## 関連項目

* [バッファ時間](/ja/yu-yue/availability/buffer-times.md) — 予約間に準備時間を追加する
* [カレンダー開始日](/ja/yu-yue/availability/calendar-start-date.md) — カレンダーに最初に表示する日付を制御する
* [柔軟な時間枠](/ja/yu-yue/availability/flexible-slots.md) — 時間枠の間隔を制御する


---

# Agent Instructions: 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:

```
GET https://help.sesami.co/ja/yu-yue/availability/same-day-bookings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
