> For the complete documentation index, see [llms.txt](https://helpcenter.tpandco.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.tpandco.jp/docs/in-person-service.md).

# 対面サービスについて｜お手入れ会・アイテム購入の相談

TP\&Co. の対面サービスである「お手入れ会」と「アイテム購入の相談」についてご案内します。

ネイルケアやアイテム選びを対面で相談したい場合は、完全予約制の「アイテム購入の相談」をご利用ください。

商品の受け取りのみをご希望の場合は、[ピックアップ（店舗受取）](/docs/pickup.md)をご利用ください。

### よくある質問

## TP\&Co. の対面サービスには何がありますか？

以下のようなサービスを定期的に提供しております。

* [お手入れ会（ご招待制）](/docs/in-person-service/manicure-service.md)
* [アイテム購入の相談](/docs/in-person-service/consultation.md)

### お手入れ会とは何ですか？

一定金額ご購入いただいた顧客様にご招待制でお招きする無料のネイルケアサービスです。

詳しくは、[お手入れ会について](https://tpandco.jp/products/popupsalon001)をご覧ください。

### アイテム購入の相談とは何ですか？

KOH【コウ】・Herome（エローム）の販売員と対面にて、ネイルケアの方法、ご自身にあったアイテム選び、または、ネイルカラーの色選びの相談をしていただけるサービスです。本サービスは、完全予約制です。

### アイテム購入の相談は予約が必要ですか？

はい。完全予約制です。

ご来店予約の確定後、担当者より別途、当日のご希望についてEメールにてお尋ねいたします。\
メールにご返信にて、当日のご要望をお伝えくださいませ。

### 商品だけ受け取りたい場合はどうすればよいですか？

カウンセリング等が必要でなく、商品のみのお受け取りをご希望の場合は、[ピックアップ（店舗受取）](/docs/pickup.md)システムをご活用ください。

アイテム購入の相談は、販売員と対面で相談したい方のためのサービスです。

### 予約の確認・変更・キャンセルはどこからできますか？

▶︎ マイページから管理

[マイページ](https://account.tpandco.jp/)にログインします。「ご注文履歴」より、該当予約が記載されたパネル内の「予約管理」をクリックします。

▶︎ 予約確認メールから管理

予約時にご入力いただいたメールアドレス宛に、予約確認メールが自動送信されています。そちらから、ご予約内容の確認と変更・キャンセルをしていただけます。

※ メールが確認できない場合、迷惑メールをご確認くださいませ。見当たらない場合は、カスタマーセンター（<info@tpandco.jp>）にご連絡くださいませ。

### 予約当日に行けなくなった場合はどうすればよいですか？

ご予約メールに記載されている担当者の携帯電話にSMS（ショートメール）またはお電話にてご連絡くださいませ。

担当者が接客等でつながらない場合は、SMS（ショートメール）または、[LINE](https://lin.ee/sCjGSDY)にてご連絡ください。

<br>


---

# 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://helpcenter.tpandco.jp/docs/in-person-service.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.
