TOP

Face Atelier R

Face Atelier R

address:東京都港区西麻布1-11-6
※部屋番号はご予約の際のメールに記載させていただきます。
tel:080-1095-6949
※恐れ入りますが、レッスン中はお電話に出られませんため、メールでのお問い合わせをお勧めいたします。

mail:face.atelier.r@gmail.com
※メールの不着により、ご予約が完了しない方がいらっしゃいます。3日ほど経ってもご予約確認のメールが来ない場合は届いていない可能性がありますので、下記LINEからお問い合わせください。

最寄り駅:日比谷線六本木駅徒歩7分
(大江戸線の場合は徒歩15分くらいかかります。ご注意ください)
六本木駅2番出口を出て、西麻布方面に直進します。上記外観のホテルがありますので、エントランスからお入りください。
同じ建物内に、アトリエは2つあります。
9階のFace Atelier 「R」に起こし下さい。

ご予約はこちらから

The AJAX failed or the nonce verification failed. If you encounter this error repeatedly, it is possible that access is being blocked by a security-related plugin. Please try changing the values of "Select the URL for AJAX on the public page" and "Select a function to validate the value of a nonce with AJAX on the public page" in Booking Package > General Settings.

Sign Up
Sign Out
Edit My Profile
Booking History
Subscribed items
Sign Up
close
Profile
close
abc
Booking History
close
ID Booking Date Calendar Status
Booking Details
close
Booking Details
Please select a service
Service Details
We sent a verification code to the following address. Please enter a verification code.
$(document).ready(function() { var buttonHidden = false; // ボタンが非表示になったかどうかのフラグ $(window).on('scroll', function() { var scrollPosition = $(window).scrollTop() + $(window).height() / 2; // 現在のスクロール位置を画面中央に設定 var anchorPosition = $('#anchorReserve').offset().top; // #anchorReserveの位置 // ページの初期状態から400pxスクロールした場合 if ($(window).scrollTop() > 400 && !buttonHidden) { $('#fixed-button').fadeIn().css("display", "inline-block"); } // スクロール位置が#anchorReserveの位置に達した場合 if (scrollPosition >= anchorPosition && !buttonHidden) { $('#fixed-button').fadeOut(function() { $(this).css("display", "none"); }); buttonHidden = true; // ボタンが非表示になったのでフラグをセット } }); // #fixed-button をクリックしたときの処理 $('#fixed-button').on('click', function() { // アンカーリンクで #anchorReserve へ移動 window.location.href = "#anchorReserve"; // #fixed-button のdisplayプロパティをnoneに設定 $('#fixed-button').fadeOut(function() { $(this).css("display", "none"); }); buttonHidden = true; // ボタンが非表示になったのでフラグをセット }); });