밀레니얼 킹룸(8-29층) , 숙소 시나가와 프린스호텔 (2024)

}} * * 321333: The Prince Gallery Tokyo Kioicho. * 321172: Tokyo Prince Hotel. */ var hotel_check_in_min_date_data = { 321537: {'check_in_min_date': null, 'min_los': '1', 'check_in_offset': '14'}, 322033: {'check_in_min_date': '2022-04-12', 'min_los': '1', 'check_in_offset': '0'}, } var hdnHotelID = jQuery('#hdnHotelID').val(); if (hdnHotelID in hotel_check_in_min_date_data) { check_in_min_date = hotel_check_in_min_date_data[hdnHotelID]['check_in_min_date']; min_los = hotel_check_in_min_date_data[hdnHotelID]['min_los']; check_in_offset = hotel_check_in_min_date_data[hdnHotelID]['check_in_offset']; } if (null != check_in_min_date) { check_in_min_date_parts = check_in_min_date.split('-'); default_check_in_min_date = new Date(check_in_min_date_parts[0], (check_in_min_date_parts[1] - 1), check_in_min_date_parts[2]); default_check_out_min_date = new Date( check_in_min_date_parts[0], (check_in_min_date_parts[1] - 1), (parseInt(check_in_min_date_parts[2]) + 1) ); } if (null != check_in_offset) { default_check_in_min_date = new Date(default_check_in_min_date); default_check_in_min_date.setDate(default_check_in_min_date.getDate() + parseInt(check_in_offset)); } else { default_check_in_min_date = new Date(default_check_in_min_date); default_check_in_min_date.setDate(default_check_in_min_date.getDate() + 0); } // If check-in date including offset, is past now. then initial default check-in min. date will be applied. default_check_in_min_date_sys_format = default_check_in_min_date.getFullYear() + '-' + ("0" + (default_check_in_min_date.getMonth() + 1)).slice(-2) + '-' + ("0" + default_check_in_min_date.getDate()).slice(-2); current_date = "2024-06-04"; if (default_check_in_min_date_sys_format < current_date) { default_check_in_min_date = today_date; } if (null != min_los) { default_check_out_min_date = new Date(default_check_in_min_date); default_check_out_min_date.setDate(default_check_out_min_date.getDate() + parseInt(min_los)); } else { default_check_out_min_date = new Date(default_check_in_min_date); default_check_out_min_date.setDate(default_check_out_min_date.getDate() + 1); } console.log(default_check_out_min_date);jQuery('#datepickerchechinT').datepicker('setDate', default_check_in_min_date); // jQuery('#datepickerchechinT').datepicker('option', 'minDate', default_check_in_min_date); jQuery('#datepickerchechoutT').datepicker('setDate', default_check_out_min_date); // jQuery('#datepickerchechoutT').datepicker('option', 'minDate', default_check_out_min_date); } jQuery(function($) { var sd = new Date(); sd.setDate(sd.getDate() + 1); var currentDate = new Date(); currentDate.setDate(currentDate.getDate()); var today = new Date(); var dd = today.getDate(); var mm = today.getMonth() + 1; var yyyy = today.getFullYear(); var months = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; document.getElementById("datepickerchechinT").value = dd + ' ' + months[today.getMonth()] + ' ' + yyyy; document.getElementById("datepickerchechin").value = dd + '/' + mm + '/' + yyyy; var tomorrow = new Date(); var dd = tomorrow.getDate() + 1; var mm = tomorrow.getMonth() + 1; var yyyy = today.getFullYear(); // document.getElementById("datepickerchechoutT").value = dd + ' ' + months[tomorrow.getMonth()] + ' ' + yyyy; // document.getElementById("datepickerchechout").value = dd + '/' + mm + '/' + yyyy; $('#datepickerchechinT').datepicker({ onSelect: function(dateStr) { var d = $.datepicker.parseDate('d M yy', dateStr); var minAfterSelect = new Date(d.getTime()); minAfterSelect.setDate(minAfterSelect.getDate() + 1); d.setDate(d.getDate() + 1); // Add three days $('#datepickerchechoutT').datepicker('option', 'minDate', minAfterSelect); $('#datepickerchechoutT').datepicker('setDate', d); setTimeout(function() { $("#datepickerchechoutT").datepicker('show'); }, 16); }, altField: '#datepickerchechin', altFormat: 'yy-mm-dd', dateFormat: 'dd M yy', buttonText: 'Select Check In Date', buttonImage: 'ASSETS_PATH/images/Calendaricon.png', //minDate: 0, minDate: new Date(), maxDate: '+12M', beforeShow: function(input, inst) { var calendar = inst.dpDiv; if ($(window).width() >= 800) { setTimeout(function() { calendar.position({ my: 'left bottom', at: 'left top', collision: 'none', of: input }); }, 1); } else { setTimeout(function() { calendar.position({ my: 'left top', at: 'left bottom', collision: 'none', of: input }); }, 1); } } }); $('#datepickerchechoutT').datepicker({ altField: '#datepickerchechout', altFormat: 'yy-mm-dd', dateFormat: 'dd M yy', buttonText: 'Select Check Out Date', buttonImage: '/images/Calendaricon.png', //minDate: 0, minDate: new Date(), maxDate: '+12M', beforeShow: function(input, inst) { var calendar = inst.dpDiv; if ($(window).width() >= 800) { setTimeout(function() { calendar.position({ my: 'left bottom', at: 'left top', collision: 'none', of: input }); }, 1); } else { setTimeout(function() { calendar.position({ my: 'right top', at: 'right bottom', collision: 'none', of: input }); }, 1); } } });// Set default calendar minDate. set_calendar_min_date(); $(".menu_cancel_link > li > a").each(function() { $(this).attr('target', '_blank'); }); }); set_calendar_min_date(); jQuery('#region_hotel').change(function() { var region = $(this).val(); var pos = region.search("_") //alert(pos); if (pos == -1) { $('#BookingEnginePromoCodeField').hide(); } else { $('#BookingEnginePromoCodeField').show(); } }); jQuery("#searchsubmit_widget").click(function() { var startDate = $('#datepickerchechin').val(); var endDate = $('#datepickerchechout').val(); if (startDate == "") { alert("Check In date should not be blank. "); return false; } if (startDate == "") { alert("Check Out date should not be blank. "); return false; } });jQuery( document ).ready(function() {set_calendar_min_date();});function includes_ie11(container, value) { var returnValue = false; var pos = container.indexOf(value); if (pos >= 0) { returnValue = true; } return returnValue;}function submitBookingForm(){ document.getElementById("err_msg").style.display="none"; var action = "https://bookings.princehotels.com/ko/reservation/hoteldetails/"; var hdnHotelID = jQuery('#hdnHotelID').val(); if(hdnHotelID){ if(includes_ie11(hdnHotelID,"_")){ var action = "https://bookings.princehotels.com/ko/reservation/hoteldetails/"; }else{ var action = "https://bookings.princehotels.com/ko/reservation/roomdetails/"; } document.getElementById("reservation_search").action = action; // alert(' submit '+document.getElementById("reservation_search").action); return true; } else{ document.getElementById("err_msg").style.display="block"; return false; }}

|

Manage Booking (made before 25th Apr 2024) Manage Booking (made before 25th Apr 2024) Manage Booking (made before 25th Apr 2024) Manage Booking (made before 25th Apr 2024)

시나가와 프린스 호텔 · 별관 타워

비비드한 벽지가 눈길을 끄는 방입니다.
2면의 큰 창문으로 도심의 야경을 감상할 수 있다.

정보

더 찾아 봐

장소 : 8층 ~ 29층
객실 크기 : 282.0 sq. ft. (26.2 sq. m.) / 276.6 sq. ft. (25.7 sq. m.)
침대 : 침대 1개 (L 1,950 × W 1,820mm) 소파 베드 (L 1,950 × W 870mm)
최대 3명

메모들
*체크인 : 오후 3시 / 체크아웃 : 오전 11시.
*초고속인터넷(유선랜, 와이파이) 무료 이용 가능.
*반려동물은 저희 호텔에 출입할 수 없습니다.
*모든 객실에서는 흡연이 금지되어 있습니다.
*우리 방의 이미지는 참고용으로만 제공됩니다.

어메니티

  • 목욕타올, 페이스타올, 워시타올
  • 목욕매트
  • 샴푸, 컨디셔너, 바디 비누
  • 손비누
  • 나이트웨어
  • 칫솔
  • 생수(PET병)

객실 설비

  • LCD TV
  • 헤어드라이기
  • 휴대폰 충전기
  • 탁상등
  • 벽시계
  • 금고
  • 얼음통
  • 찻잔
  • 머그컵
  • 유리컵
  • 냉장고(빈칸이므로 직접 지참하시기 바랍니다)
  • 전기주전자
  • 옷걸이
  • 면 슬리퍼
  • 구두닦이 종이
  • 구둣주걱
  • 수트브러쉬
  • 데오도란트
  • LAN 케이블

다른객실

밀레니얼 킹룸(30-32층)

밀레니엄 트윈룸(30-32층)

밀레니얼 더블룸(30-32층)

할리우드 트윈 룸 (9, 11, 14 층)

더블룸(8-29층)

We use our own and third party cookies to give you the best possible experience. By using this site, you agree with our Cookie PolicyAccept

밀레니얼 킹룸(8-29층) , 숙소 시나가와 프린스호텔 (2024)

References

Top Articles
Latest Posts
Article information

Author: Mr. See Jast

Last Updated:

Views: 5579

Rating: 4.4 / 5 (55 voted)

Reviews: 94% of readers found this page helpful

Author information

Name: Mr. See Jast

Birthday: 1999-07-30

Address: 8409 Megan Mountain, New Mathew, MT 44997-8193

Phone: +5023589614038

Job: Chief Executive

Hobby: Leather crafting, Flag Football, Candle making, Flying, Poi, Gunsmithing, Swimming

Introduction: My name is Mr. See Jast, I am a open, jolly, gorgeous, courageous, inexpensive, friendly, homely person who loves writing and wants to share my knowledge and understanding with you.