Loading...
予約受付期間: {{ formatDate(selectedEvent.booking_start_date) }} 〜 {{ formatDate(selectedEvent.booking_end_date) }}
宿泊日数: {{ calculateNights() }}泊
{{ hotel.hotel_address }} Map
1部屋: ¥{{ room.price.toLocaleString() }}(定員:{{ room.capacity }}名)
合計: ¥{{ (room.price * calculateNights()).toLocaleString() }} ({{ calculateNights() }}泊)(税込)
下記の公式ホームページより各自お申し込みください
{{ banner.description }}
イベント: {{ selectedEvent.name }}
ホテル: {{ selectedHotel.hotel_name }}
部屋タイプ: {{ selectedRoom.room_name }}
チェックイン: {{ formatDate(selectedDates[0]) }} {{ selectedHotel.check_in_time }}以降
チェックアウト: {{ formatDate(selectedDates[1]) }} {{ selectedHotel.check_out_time }}まで
宿泊数: {{ calculateNights() }}泊
宿泊料金: ¥{{ (selectedRoom.price * calculateNights()).toLocaleString() }}
{{selectedHotel.description}}
{{selectedHotel.notes}}
イベント名
{{ selectedEvent.name }}
{{ selectedEvent.description }}
ホテル
{{ selectedHotel.hotel_name }}
{{ selectedHotel.hotel_address }}
部屋タイプ
{{ selectedRoom.room_name }}
定員{{ selectedRoom.capacity }}名
チェックイン
{{ formatDate(selectedDates[0]) }}
チェックアウト
{{ formatDate(selectedDates[1]) }}
宿泊数
{{ calculateNights() }}泊
料金
宿泊料金: ¥{{ (selectedRoom.price * calculateNights()).toLocaleString() }}
オプショナルツアー料金: ¥{{ calculateOptionsTotal().toLocaleString() }}
合計: ¥{{ (selectedRoom.price * calculateNights() + calculateOptionsTotal()).toLocaleString() }} (税込)
合計: ¥{{ (selectedRoom.price * calculateNights()).toLocaleString() }} (税込)
(宿泊: ¥{{ selectedRoom.price.toLocaleString() }} × {{ calculateNights() }}泊)
{{selectedHotel.description}}
{{selectedHotel.notes}}
オプショナルツアー料金
¥{{ calculateOptionsTotal().toLocaleString() }} (税込)
お名前
{{ lastName }} {{ firstName }}
{{ lastNameKana }} {{ firstNameKana }}
連絡先
{{ phone }}
{{ email }}
年齢
{{ age }}歳
性別
{{ gender === 'male' ? '男性' : gender === 'female' ? '女性' : 'その他' }}
所属・会社名
{{ organization }}
領収書の宛名
{{ invoiceName }}
お名前
{{ companionLastName }} {{ companionFirstName }}
{{ companionLastNameKana }} {{ companionFirstNameKana }}
年齢
{{ companionAge }}歳
性別
{{ companionGender === 'male' ? '男性' : companionGender === 'female' ? '女性' : 'その他' }}
オプション名
{{ option.name }}
¥{{ option.price.toLocaleString() }} × {{ getOptionState(option.id).quantity }}名 = ¥{{ (option.price * getOptionState(option.id).quantity).toLocaleString() }}
降車場所
{{ getOptionState(option.id).dropOffLocation }}
接続便情報
{{ getOptionState(option.id).connectionMemo }}
支払い方法
{{ paymentMethodDisplay }}
支払い期限
{{ paymentMethod === 'credit_card' ? '2時間以内' : '7日以内' }}
お支払い金額
¥{{ (selectedRoom.price * calculateNights() + calculateOptionsTotal()).toLocaleString() }}(税込)
予約確定後のキャンセルには以下の取消料が発生します:
{{cancelPoint()}}の30日前~8日前 | 料金の50% |
{{cancelPoint()}}の7日前~4日前 | 料金の70% |
{{cancelPoint()}}の3日前~当日 | 料金の100% |
{{selectedHotel.notes}}
ご入力いただいたメールアドレスに、お支払い手続きのご案内をお送りしました。
メールに記載された支払いリンクから、{{ holdDuratonText }}以内にお支払いをお願いいたします。
期限内にお支払いが完了しない場合、予約は自動的にキャンセルされます。
予約番号: {{ bookingNumber }}
お支払い期限: {{ paymentDeadline }}
お支払いが完了し、予約を確定いたしました。
ご入力いただいたメールアドレスに予約確定メールをお送りしましたので、ご確認ください。
予約番号を入力してください。
予約番号: {{ bookingDetails.booking_number }}
予約名: {{ bookingDetails.last_name }} {{ bookingDetails.first_name }}
イベント: {{ bookingDetails.event_name }}
ホテル: {{ bookingDetails.hotel_name }}
部屋タイプ: {{ bookingDetails.room_name }}
チェックイン: {{ formatDate(bookingDetails.check_in_date) }}
チェックアウト: {{ formatDate(bookingDetails.check_out_date) }}
キャンセル料率: {{ cancellationDetails.fee_percentage }}%
キャンセル料金: ¥{{ Number(cancellationDetails.fee_amount).toLocaleString() }}
返金額: ¥{{ Number(cancellationDetails.refund_amount).toLocaleString() }}
返金金額 ¥{{ Number(cancellationDetails.refund_amount).toLocaleString() }} をお振込みするための口座情報をご入力ください。
この予約をキャンセルしてもよろしいですか?
携帯電話:11桁、固定電話:10桁
チェックイン
{{ selectedHotelDetails.check_in_time }}
チェックアウト
{{ selectedHotelDetails.check_out_time }}
{{ selectedHotelDetails.description }}
{{ selectedHotelDetails.notes }}