Language ▼
KOREAN
ENGLISH
CHINESE
JAPANESE
menu list
menu list
客室予約
晩餐会予約
結婚式の予約
予約>レストラン予約
予約確認/変更/取り消し
予約内訳の問い合わせ
Event
Superior
Ondol
Deluxe
Executive Suite
Business Suite
Artist Suite
James Ⅱ
Studio Suite
1Bedroom Suite
2Bedroom Duplex Suite
Nakwon
Bongraeheon
La Festa
Castle Terrace
Yi Yuan
Royal Mile
Delice
M bar
Mayfield Ballroom
Calla
Iris
Orchid
Yi Yuan
Lotus
Daisy
Conference room
Garden Party
Family Party
Mayfield Ballroom
Bell Tower Garden
Atrium
Calla
Iris
Orchid
Yi Yuan
Lotus
Traditional Wedding
Wedding Benefit
Par 3 Golf
Golf Practice
Swimming Pool
GX
Gymnasium
Spa
Futsal
CI 及び概要
GM のごあいさつ
Photo Gallery
Membership
位置及びアクセスマップ
Notice
var pop_japanese=new Array(); /* pop_japanese[0]='
'; pop_japanese[0]=pop_japanese[0]+'
'; pop_japanese[0]=pop_japanese[0]+'
'; pop_japanese[0]=pop_japanese[0]+'
'; */ if(pop_japanese.length > 0){ for(var i=0;i < pop_japanese.length;i++) { var body=document.getElementsByTagName('body')[0]; var newPop=document.createElement('div'); newPop.id='newPOPingJpn_'+i; newPop.className='commonPopup'; if(i==0){ newPop.style.left='25px'; }else if(i==1){ newPop.style.left='400px'; }else if(i==2){ newPop.style.left='775px'; } var cookiedata = document.cookie; if(cookiedata.indexOf('newPOPingJpn_'+i+'=done') > 0){ }else{ body.appendChild(newPop); newPop.innerHTML=pop_japanese[i]; } } } today_setCookie=function( name, value, expiredays ) //Ű { var todayDate = new Date(); todayDate.setDate( todayDate.getDate() + expiredays ); document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";" } todayClose=function(setid) { today_setCookie(setid,'done', 24); closePOP(setid); }