/* FormÃͤˤè¤ë¤Îɽ¼¨Ê¸»úÎ󥻥쥯¥È */
if($_POST[progress] == 1){
$errCheck = 0;
//¤ªÌ¾Á°
if($_POST[Namae]){
$strNamae = htmlspecialchars($_POST[Namae]);
$errNamae = "";
}
else{
$strNamae = "";
$errCheck = 1;
$errNamae = "
¡ª¤ªÌ¾Á°¤¬Ì¤ÆþÎϤǤ¹";
}
//°ú±ÛͽÄêÆü
if($_POST[YYYY]){
// if( (ereg("^[0-9]*$",$_POST[YYYY]))&&(4 == strlen($_POST[YYYY]))&&(2004 <= $_POST[YYYY])&&(2010 >= $_POST[YYYY]) ){
if( (ereg("^[0-9]*$",$_POST[YYYY]))&&(4 == strlen($_POST[YYYY]))&&(2010 <= $_POST[YYYY]) ){
$strYYYY = htmlspecialchars($_POST[YYYY]);
$errYotei .= "";
}
else{
$strYYYY = "";
$errCheck = 1;
$errYotei .= "
¡ªÇ¯¤¬È¾³Ñ¤Þ¤¿¤ÏŬÀµ¤Êǯ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó";
}
}
else{
$strYYYY = "";
$errCheck = 1;
$errYotei .= "
¡ªÇ¯¤¬Ì¤ÆþÎϤǤ¹";
}
if($_POST[MM]){
if( (ereg("^[0-9]*$",$_POST[MM]))&&(2 >= strlen($_POST[MM]))&&(1 <= $_POST[MM])&&(12 >= $_POST[MM]) ){
$strMM = htmlspecialchars($_POST[MM]);
$errYotei .= "";
}
else{
$strMM = "";
$errCheck = 1;
$errYotei .= "
¡ª·î¤¬È¾³Ñ¤Þ¤¿¤ÏŬÀµ¤Ê·î¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó";
}
}
else{
$strMM = "";
$errCheck = 1;
$errYotei .= "
¡ª·î¤¬Ì¤ÆþÎϤǤ¹";
}
if($_POST[DD]){
if( (ereg("^[0-9]*$",$_POST[DD]))&&(2 >= strlen($_POST[DD]))&&(1 <= $_POST[DD])&&(31 >= $_POST[DD]) ){
$strDD = htmlspecialchars($_POST[DD]);
$errYotei .= "";
}
else{
$strDD = "";
$errCheck = 1;
$errYotei .= "
¡ªÆü¤¬È¾³Ñ¤Þ¤¿¤ÏŬÀµ¤ÊÆü¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó";
}
}
else{
$strDD = "";
$errCheck = 1;
$errYotei .= "
¡ªÆü¤¬Ì¤ÆþÎϤǤ¹";
}
//ÅÅÏÃÈÖ¹æ
if($_POST[Phone_1]){
if( ereg("^[0-9]*$",$_POST[Phone_1]) ){
$strPhone_1 = htmlspecialchars($_POST[Phone_1]);
$errPhone .= "";
}
else{
$strPhone_1 = "";
$errCheck = 1;
$errPhone .= "
¡ª»Ô³°¶ÉÈÖ¤¬È¾³Ñ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó";
}
}
else{
$strPhone_1 = "";
$errCheck = 1;
$errPhone .= "
¡ª»Ô³°¶ÉÈÖ¤¬Ì¤ÆþÎϤǤ¹";
}
if($_POST[Phone_2]){
if( ereg("^[0-9]*$",$_POST[Phone_2]) ){
$strPhone_2 = htmlspecialchars($_POST[Phone_2]);
$errPhone .= "";
}
else{
$strPhone_2 = "";
$errCheck = 1;
$errPhone .= "
¡ª¶ÉÈÖ¤¬È¾³Ñ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó";
}
}
else{
$strPhone_2 = "";
$errCheck = 1;
$errPhone .= "
¡ª¶ÉÈÖ¤¬Ì¤ÆþÎϤǤ¹";
}
if($_POST[Phone_3]){
if( ereg("^[0-9]*$",$_POST[Phone_3]) ){
$strPhone_3 = htmlspecialchars($_POST[Phone_3]);
$errPhone .= "";
}
else{
$strPhone_3 = "";
$errCheck = 1;
$errPhone .= "
¡ªÈֹ椬Ⱦ³Ñ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó";
}
}
else{
$strPhone_3 = "";
$errCheck = 1;
$errPhone .= "
¡ªÈֹ椬̤ÆþÎϤǤ¹";
}
//¤½¤Î¾ϢÍíÀè
if($_POST[OtherPhone_1]){
if( ereg("^[0-9]*$",$_POST[OtherPhone_1]) ){
$strOtherPhone_1 = htmlspecialchars($_POST[OtherPhone_1]);
$errOtherPhone .= "";
}
else{
$strOtherPhone_1 = "";
$errCheck = 1;
$errOtherPhone .= "
¡ª»Ô³°¶ÉÈÖ¤¬È¾³Ñ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó";
}
}
else{
$strOtherPhone_1 = "";
$errCheck = 1;
$errOtherPhone .= "
¡ª»Ô³°¶ÉÈÖ¤¬Ì¤ÆþÎϤǤ¹";
}
if($_POST[OtherPhone_2]){
if( ereg("^[0-9]*$",$_POST[OtherPhone_2]) ){
$strOtherPhone_2 = htmlspecialchars($_POST[OtherPhone_2]);
$errOtherPhone .= "";
}
else{
$strOtherPhone_2 = "";
$errCheck = 1;
$errOtherPhone .= "
¡ª¶ÉÈÖ¤¬È¾³Ñ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó";
}
}
else{
$strOtherPhone_2 = "";
$errCheck = 1;
$errOtherPhone .= "
¡ª¶ÉÈÖ¤¬Ì¤ÆþÎϤǤ¹";
}
if($_POST[OtherPhone_3]){
if( ereg("^[0-9]*$",$_POST[OtherPhone_3]) ){
$strOtherPhone_3 = htmlspecialchars($_POST[OtherPhone_3]);
$errOtherPhone .= "";
}
else{
$strOtherPhone_3 = "";
$errCheck = 1;
$errOtherPhone .= "
¡ªÈֹ椬Ⱦ³Ñ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó";
}
}
else{
$strOtherPhone_3 = "";
$errCheck = 1;
$errOtherPhone .= "
¡ªÈֹ椬̤ÆþÎϤǤ¹";
}
//¥á¡¼¥ë¥¢¥É¥ì¥¹
if($_POST[Email]){
if( "able" == mailCheck($_POST[Email]) ){
$strEmail = htmlspecialchars($_POST[Email]);
$errEmail .= "";
}
else{
$strEmail = "";
$errCheck = 1;
$errEmail .= "
¡ªemail¤¬·Á¼°¤Ë±è¤Ã¤Æ¤¤¤Þ¤»¤ó";
}
}
else{
$strEmail = "";
$errCheck = 1;
$errEmail .= "
¡ªemail¤¬Ì¤ÆþÎϤǤ¹";
}
//¸½½»½ê
if($_POST[AdressTxt]){
$strAdressTxt = htmlspecialchars($_POST[AdressTxt]);
$errAdressTxt .= "";
}
else{
$strAdressTxt = "";
$errCheck = 1;
$errAdressTxt .= "
¡ª¸½½»½ê¤¬Ì¤ÆþÎϤǤ¹";
}
if($_POST[Adress] == "ÅìµþÅÔ"){$selectedAdress1 = "selected";}
if($_POST[Adress] == "ºë¶Ì¸©"){$selectedAdress2 = "selected";}
if($_POST[Adress] == "¿ÀÆàÀ"){$selectedAdress3 = "selected";}
if($_POST[Adress] == "ÀéÍÕ¸©"){$selectedAdress4 = "selected";}
//°ú±ÛÀè½»½ê
if($_POST[GoAdressTxt]){
$strGoAdressTxt = htmlspecialchars($_POST[GoAdressTxt]);
$errGoAdressTxt .= "";
}
else{
$strGoAdressTxt = "";
$errCheck = 1;
$errGoAdressTxt .= "
¡ª¸½½»½ê¤¬Ì¤ÆþÎϤǤ¹";
}
if($_POST[GoAdress] == "Ë̳¤Æ»"){$selectedGoAdress1 = "selected";}
if($_POST[GoAdress] == "ÀÄ¿¹¸©"){$selectedGoAdress2 = "selected";}
if($_POST[GoAdress] == "´ä¼ê¸©"){$selectedGoAdress3 = "selected";}
if($_POST[GoAdress] == "½©Åĸ©"){$selectedGoAdress4 = "selected";}
if($_POST[GoAdress] == "»³·Á¸©"){$selectedGoAdress5 = "selected";}
if($_POST[GoAdress] == "µÜ¾ë¸©"){$selectedGoAdress6 = "selected";}
if($_POST[GoAdress] == "Ê¡Å縩"){$selectedGoAdress7 = "selected";}
if($_POST[GoAdress] == "°ñ¾ë¸©"){$selectedGoAdress8 = "selected";}
if($_POST[GoAdress] == "ÆÊÌÚ¸©"){$selectedGoAdress9 = "selected";}
if($_POST[GoAdress] == "·²Çϸ©"){$selectedGoAdress10 = "selected";}
if($_POST[GoAdress] == "ºë¶Ì¸©"){$selectedGoAdress11 = "selected";}
if($_POST[GoAdress] == "ÀéÍÕ¸©"){$selectedGoAdress12 = "selected";}
if($_POST[GoAdress] == "ÅìµþÅÔ"){$selectedGoAdress13 = "selected";}
if($_POST[GoAdress] == "¿ÀÆàÀ"){$selectedGoAdress14 = "selected";}
if($_POST[GoAdress] == "»³Íü¸©"){$selectedGoAdress15 = "selected";}
if($_POST[GoAdress] == "ÀŲ¬¸©"){$selectedGoAdress16 = "selected";}
if($_POST[GoAdress] == "°¦Ãθ©"){$selectedGoAdress17 = "selected";}
if($_POST[GoAdress] == "´ôÉ츩"){$selectedGoAdress18 = "selected";}
if($_POST[GoAdress] == "¿·³ã¸©"){$selectedGoAdress19 = "selected";}
if($_POST[GoAdress] == "ĹÌ"){$selectedGoAdress20 = "selected";}
if($_POST[GoAdress] == "ÉÙ»³¸©"){$selectedGoAdress21 = "selected";}
if($_POST[GoAdress] == "ÀÐÀ"){$selectedGoAdress22 = "selected";}
if($_POST[GoAdress] == "Ê¡°æ¸©"){$selectedGoAdress23 = "selected";}
if($_POST[GoAdress] == "¼¢²ì¸©"){$selectedGoAdress24 = "selected";}
if($_POST[GoAdress] == "µþÅÔÉÜ"){$selectedGoAdress25 = "selected";}
if($_POST[GoAdress] == "»°½Å¸©"){$selectedGoAdress26 = "selected";}
if($_POST[GoAdress] == "ÆàÎɸ©"){$selectedGoAdress27 = "selected";}
if($_POST[GoAdress] == "ÂçºåÉÜ"){$selectedGoAdress28 = "selected";}
if($_POST[GoAdress] == "Ï²λ³¸©"){$selectedGoAdress29 = "selected";}
if($_POST[GoAdress] == "ʼ¸Ë¸©"){$selectedGoAdress30 = "selected";}
if($_POST[GoAdress] == "Ä»¼è¸©"){$selectedGoAdress31 = "selected";}
if($_POST[GoAdress] == "Å纬¸©"){$selectedGoAdress32 = "selected";}
if($_POST[GoAdress] == "²¬»³¸©"){$selectedGoAdress33 = "selected";}
if($_POST[GoAdress] == "¹Å縩"){$selectedGoAdress34 = "selected";}
if($_POST[GoAdress] == "»³¸ý¸©"){$selectedGoAdress35 = "selected";}
if($_POST[GoAdress] == "¹áÀ"){$selectedGoAdress35 = "selected";}
if($_POST[GoAdress] == "ÆÁÅ縩"){$selectedGoAdress37 = "selected";}
if($_POST[GoAdress] == "¹âÃθ©"){$selectedGoAdress38 = "selected";}
if($_POST[GoAdress] == "°¦É²¸©"){$selectedGoAdress39 = "selected";}
if($_POST[GoAdress] == "Ê¡²¬¸©"){$selectedGoAdress40 = "selected";}
if($_POST[GoAdress] == "º´²ì¸©"){$selectedGoAdress41 = "selected";}
if($_POST[GoAdress] == "Ĺºê¸©"){$selectedGoAdress42 = "selected";}
if($_POST[GoAdress] == "·§Ëܸ©"){$selectedGoAdress43 = "selected";}
if($_POST[GoAdress] == "Âçʬ¸©"){$selectedGoAdress44 = "selected";}
if($_POST[GoAdress] == "µÜºê¸©"){$selectedGoAdress45 = "selected";}
if($_POST[GoAdress] == "¼¯»ùÅ縩"){$selectedGoAdress46 = "selected";}
if($_POST[GoAdress] == "²Æì¸©"){$selectedGoAdress47 = "selected";}
//¸½¿Í¿ô
if($_POST[HumanAmount]){
$strHumanAmount = htmlspecialchars($_POST[HumanAmount]);
$errHumanAmount .= "";
}
else{
$strHumanAmount = "";
$errCheck = 1;
$errHumanAmount .= "
¡ª¸½½»½ê¤¬Ì¤ÆþÎϤǤ¹";
}
//¸½Éô²°¿ô
if($_POST[RoomAmount]){
$strRoomAmount = htmlspecialchars($_POST[RoomAmount]);
$errRoomAmount .= "";
}
else{
$strRoomAmount = "";
$errCheck = 1;
$errRoomAmount .= "
¡ª¸½½»½ê¤¬Ì¤ÆþÎϤǤ¹";
}
//²¼¸«´õ˾
if($_POST[sYYYY]){
// if( (ereg("^[0-9]*$",$_POST[sYYYY]))&&(4 == strlen($_POST[sYYYY]))&&(2004 <= $_POST[sYYYY])&&(2010 >= $_POST[sYYYY]) ){
if( (ereg("^[0-9]*$",$_POST[YYYY]))&&(4 == strlen($_POST[YYYY]))&&(2010 <= $_POST[YYYY]) ){
$strsYYYY = htmlspecialchars($_POST[sYYYY]);
$errShitami .= "";
}
else{
$strsYYYY = "";
$errCheck = 1;
$errShitami .= "
¡ªÇ¯¤¬È¾³Ñ¤Þ¤¿¤ÏŬÀµ¤Êǯ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó";
}
}
else{
$strsYYYY = "";
$errCheck = 1;
$errShitami .= "
¡ªÇ¯¤¬Ì¤ÆþÎϤǤ¹";
}
if($_POST[sMM]){
if( (ereg("^[0-9]*$",$_POST[sMM]))&&(2 >= strlen($_POST[sMM]))&&(1 <= $_POST[sMM])&&(12 >= $_POST[sMM]) ){
$strsMM = htmlspecialchars($_POST[sMM]);
$errShitami .= "";
}
else{
$strsMM = "";
$errCheck = 1;
$errShitami .= "
¡ª·î¤¬È¾³Ñ¤Þ¤¿¤ÏŬÀµ¤Ê·î¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó";
}
}
else{
$strsMM = "";
$errCheck = 1;
$errShitami .= "
¡ª·î¤¬Ì¤ÆþÎϤǤ¹";
}
if($_POST[sDD]){
if( (ereg("^[0-9]*$",$_POST[sDD]))&&(2 >= strlen($_POST[sDD]))&&(1 <= $_POST[sDD])&&(31 >= $_POST[sDD]) ){
$strsDD = htmlspecialchars($_POST[sDD]);
$errShitami .= "";
}
else{
$strsDD = "";
$errCheck = 1;
$errShitami .= "
¡ªÆü¤¬È¾³Ñ¤Þ¤¿¤ÏŬÀµ¤ÊÆü¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó";
}
}
else{
$strsDD = "";
$errCheck = 1;
$errShitami .= "
¡ªÆü¤¬Ì¤ÆþÎϤǤ¹";
}
if($_POST[sHourStart]){
if( (ereg("^[0-9]*$",$_POST[sHourStart]))&&(0 <= $_POST[sHourStart])&&(23 >= $_POST[sHourStart]) ){
$strsHourStart = htmlspecialchars($_POST[sHourStart]);
$errShitami .= "";
}
else{
$strsHourStart = "";
$errCheck = 1;
$errShitami .= "
¡ª³«»Ï»þ´Ö¤¬È¾³Ñ¤Þ¤¿¤ÏŬÀµ¤Ê»þ¹ï¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó";
}
}
else{
$strsHourStart = "";
$errCheck = 1;
$errShitami .= "
¡ª³«»Ï»þ´Ö¤¬Ì¤ÆþÎϤǤ¹";
}
if($_POST[sHourEnd]){
if( (ereg("^[0-9]*$",$_POST[sHourEnd]))&&(0 <= $_POST[sHourEnd])&&(23 >= $_POST[sHourEnd]) ){
$strsHourEnd = htmlspecialchars($_POST[sHourEnd]);
$errShitami .= "";
}
else{
$strsHourEnd = "";
$errCheck = 1;
$errShitami .= "
¡ª½ªÎ»»þ´Ö¤¬È¾³Ñ¤Þ¤¿¤ÏŬÀµ¤Ê»þ¹ï¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó";
}
}
else{
$strsHourEnd = "";
$errCheck = 1;
$errShitami .= "
¡ª½ªÎ»»þ´Ö¤¬Ì¤ÆþÎϤǤ¹";
}
//Ï¢Íí´õ˾»þ´Ö
if($_POST[telHourStart]){
if( (ereg("^[0-9]*$",$_POST[telHourStart]))&&(0 <= $_POST[telHourStart])&&(23 >= $_POST[telHourStart]) ){
$strtelHourStart = htmlspecialchars($_POST[telHourStart]);
$errTel .= "";
}
else{
$strtelHourStart = "";
$errCheck = 1;
$errTel .= "
¡ª´õ˾»þ´Ö¡Ê³«»Ï¡Ë¤¬È¾³Ñ¤Þ¤¿¤ÏŬÀµ¤Ê»þ¹ï¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó";
}
}
else{
$strtelHourStart = "";
$errCheck = 1;
$errTel .= "
¡ª´õ˾»þ´Ö¡Ê³«»Ï¡Ë¤¬Ì¤ÆþÎϤǤ¹";
}
if($_POST[telHourEnd]){
if( (ereg("^[0-9]*$",$_POST[telHourEnd]))&&(0 <= $_POST[telHourEnd])&&(23 >= $_POST[telHourEnd]) ){
$strtelHourEnd = htmlspecialchars($_POST[telHourEnd]);
$errTel .= "";
}
else{
$strtelHourEnd = "";
$errCheck = 1;
$errTel .= "
¡ª´õ˾»þ´Ö¡Ê½ªÎ»¡Ë¤¬È¾³Ñ¤Þ¤¿¤ÏŬÀµ¤Ê»þ¹ï¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó";
}
}
else{
$strtelHourEnd = "";
$errCheck = 1;
$errTel .= "
¡ª´õ˾»þ´Ö¡Ê½ªÎ»¡Ë¤¬Ì¤ÆþÎϤǤ¹";
}
/* ¥¢¥ó¥±¡¼¥ÈÉôʬ */
//¸¡º÷¥¨¥ó¥¸¥ó¥°¥ë¡¼¥×
if($_POST[Engine] == "Yahoo!"){$selectedEngine1 = "selected";}
if($_POST[Engine] == "NTT DIRECTRY"){$selectedEngine2 = "selected";}
if($_POST[Engine] == "Google"){$selectedEngine3 = "selected";}
if($_POST[Engine] == "MSN"){$selectedEngine4 = "selected";}
if($_POST[Engine] == "infoseek"){$selectedEngine5 = "selected";}
if($_POST[Engine] == "goo"){$selectedEngine6 = "selected";}
if($_POST[Engine] == "NIKKEINET"){$selectedEngine7 = "selected";}
if($_POST[Engine] == "¡÷WOMAN"){$selectedEngine8 = "selected";}
if($_POST[Engine] == "FRESHEYE"){$selectedEngine9 = "selected";}
if($_POST[Engine] == "¡÷NIFTY"){$selectedEngine10 = "selected";}
if($_POST[Engine] == "BIGLOBE"){$selectedEngine11 = "selected";}
if( ($_POST[EngineChk] == "on")||($_POST[OtherEngine] != "") ){
$chkEngine = "checked";
$strOtherEngine = htmlspecialchars($_POST[OtherEngine]);
}else{
$chkEngine = "";
$strOtherEngine = "";
$errEngine = 1;
}
//»æÇÞÂÎ¥°¥ë¡¼¥×
if($_POST[OtherSite] == "on"){$chkOtherSite = "checked";}
if($_POST[Magazine] == "on"){$chkMagazine = "checked";}
if($_POST[NewsPaper] == "on"){$chkNewsPaper = "checked";}
if($_POST[HandBill] == "on"){$chkHandBill = "checked";}
if($_POST[TownPage] == "on"){$chkTownPage = "checked";}
if($_POST[Other] != ""){$strOther = htmlspecialchars($_POST[Other]);}
if( ($_POST[TownPage] != "on")&&($_POST[OtherSite] != "on")&&($_POST[Magazine] != "on")&&($_POST[NewsPaper] != "on")&&($_POST[HandBill] != "on")&&($_POST[Other] == "") ){
$errMedia = 1;
}
//¥á¥Ã¥»¡¼¥¸
if($_POST[Mesg]){
$strMesg = htmlspecialchars($_POST[Mesg]);
}else{
$strMsg = "";
$errMessage = 1;
}
if( ($errEngine == 1)&&($errMedia == 1)&&($errMessage == 1) ){
$errQuestionnaire = "
¡ªÌµ²óÅú";
$errCheck = 1;
}
//Flets
if($_POST[FLETS] == "1"){
$chkFLETS = "checked";
}
}else{
$errYotei = "(Ⱦ³Ñ¿ô»ú)";
$errPhone = "(Ⱦ³Ñ¿ô»ú)";
$errOtherPhone = "(Ⱦ³Ñ¿ô»ú)";
$errShitami = "(Ⱦ³Ñ¿ô»ú)";
$errTel = "(Ⱦ³Ñ¿ô»ú)";
$selectedGoAdress13 = "selected";
$selectedAdress1 = "selected";
$errQuestionnaire = "(Ê£¿ô²òÅú¤â²Äǽ)";
}
//echo $errCheck;
if( ($errCheck === 0)&&($_POST[correct] != "1") ){include '../include/verification.src';exit;}
/*echo "
";
foreach($_POST as $key=>$val){
if($val == ""){continue;}
echo $key." = ".$val."
";
}*/
?>
¤â¤ì¤Ê¤¯¡ª
¤´À®Ìó¥×¥ì¥¼¥ó¥È¡ª
¥Þ¥Ã¥¯¥«¡¼¥É1Ëç¥×¥ì¥¼¥ó¥È¡ª

Åìµþ¡¦¿ÀÆàÀºë¶Ì¡¦ÀéÍÕ
°Ê³°¤Î¤ªµÒÍͤˤϤ³¤Á¤é¤Î¥µ¥¤¥È¤¬ÊØÍø¤Ç¤¹

¥¥ó¥°°ú±Û¥»¥ó¥¿¡¼(³ô)
´ØÅ챿͢¶Éµö²ÄÈÖ¹æ
´Ø¼«²ßÂè848¹æ
¡ÚËܼҡÛ
¢©351-0025
ºë¶Ì¸©Ä«²â»Ô»°¸¶5-1-1
¡¡0120-417-417
TEL¡§¡Ê048¡Ë468-4555
FAX¡§¡Ê048¡Ë468-6555

¤ª¸«ÀѤâ¤ê¤Ï¥¤¥ó¥¿¡¼¥Í¥Ã¥È¤«¤ªÅÅÏäÇ
¤´´õ˾¤ÎÆü»þ¤Ë¥¥ó¥°°ú±Û¥»¥ó¥¿¡¼¤Î¥¢¥É¥Ð¥¤¥¶¡¼¤¬¤ª»Ç¤¤¤·¤Æ¡¢ÌµÎÁ¤Ç¤ª¸«ÀѤâ¤ê¤¤¤¿¤·¤Þ¤¹¡£¤â¤Á¤í¤ó¤ª»Ç¤¤¤¬É¬ÍפǤʤ¤¾ì¹ç¤Ï¥á¡¼¥ë¤â¤·¤¯¤Ï¤ªÅÅÏäǤª¸«ÀѤâ²Äǽ¤Ç¤¹¡£¤½¤ÎºÝ¡¢¤ª°ú±Û¤·Àè¤Î´Ö¼è¤ê¡¢Æ»Éý¡¢¥¨¥¢¥³¥ó¤ÎÍ̵¤Ê¤É¤ªÃΤ餻¤¯¤À¤µ¤¤¡£¤è¤ê¾Ü¤·¤¤°ú±Û¥×¥é¥ó¤¬²Äǽ¤Ç¤¹¡£
¤ª¸«ÀѤêľÄÌ¥À¥¤¥ä¥ë(AM8:30¡ÁPM9:30)¡¡0120-417-417
¤ª¸«ÀÑ̵ÎÁ¡¡ÆÃŵÉÕ¤(¾Ü¤·¤¯¤Ï°ú±Û¥¥ã¥ó¥Ú¡¼¥ó¤Ç)