{"id":606,"date":"2025-09-02T17:19:31","date_gmt":"2025-09-02T08:19:31","guid":{"rendered":"https:\/\/hokkaidorentacar.jp\/?page_id=606"},"modified":"2025-11-13T18:16:58","modified_gmt":"2025-11-13T09:16:58","slug":"search-your-car-2","status":"publish","type":"page","link":"https:\/\/hayakurentacar.com\/?page_id=606&lang=en","title":{"rendered":"Booking Detail"},"content":{"rendered":"\n<div class=\"wrap plugin-container\">\n\n\t\n\t\n\t<h3 class=\"vrc-main-title\">Hayaku Rent a Car<\/h3><div class=\"vrcdivsearch\"><div class=\"vrcdivsearch-inner\"><form action=\"https:\/\/hayakurentacar.com\/?page_id=606&amp;lang=en&amp;option=com_vikrentcar\" method=\"post\" onsubmit=\"return vrcValidateSearch();\">\n<input type=\"hidden\" name=\"option\" value=\"com_vikrentcar\"\/>\n<input type=\"hidden\" name=\"task\" value=\"search\"\/>\n<div class=\"vrc-searchf-section-locations\">\n<div class=\"vrcsfentrycont\"><label for=\"place\">\u53d6\u8eca\u5730\u9ede<\/label><div class=\"vrcsfentryselect\"><select name=\"place\" id=\"place\"><option value=\"1\" id=\"place1\">New Chitose Airport\uff08CTS\uff09<\/option>\n<option value=\"2\" id=\"place2\">Sapporo City<\/option>\n<\/select><\/div><\/div>\n<div class=\"vrcsfentrycont\"><label for=\"returnplace\">\u9084\u8eca\u5730\u9ede<\/label><div class=\"vrcsfentryselect\"><select name=\"returnplace\" id=\"returnplace\"><option value=\"1\" id=\"returnplace1\">New Chitose Airport\uff08CTS\uff09<\/option>\n<option value=\"2\" id=\"returnplace2\">Sapporo City<\/option>\n<\/select><\/div><\/div>\n<\/div>\n<div class=\"vrc-searchf-section-datetimes\">\n<div class=\"vrcsfentrycont\">\n\t<div class=\"vrcsfentrylabsel\">\n\t\t<label for=\"pickupdate\">\u53d6\u8eca\u65e5\u671f<\/label>\n\t\t<div class=\"vrcsfentrydate\">\n\t\t\t<input type=\"text\" name=\"pickupdate\" id=\"pickupdate\" size=\"10\" autocomplete=\"off\" onfocus=\"this.blur();\" readonly\/><i class=\"far fa-calendar-alt vrc-caltrigger\"><\/i>\n\t\t<\/div>\n\t<\/div>\n\t<input type=\"hidden\" name=\"pickuph\" value=\"0\" \/>\n\t<input type=\"hidden\" name=\"pickupm\" value=\"0\" \/>\n<\/div>\n<div class=\"vrcsfentrycont\">\n\t<div class=\"vrcsfentrylabsel\">\n\t\t<label for=\"releasedate\">\u9084\u8eca\u65e5\u671f<\/label>\n\t\t<div class=\"vrcsfentrydate\">\n\t\t\t<input type=\"text\" name=\"releasedate\" id=\"releasedate\" size=\"10\" autocomplete=\"off\" onfocus=\"this.blur();\" readonly\/><i class=\"far fa-calendar-alt vrc-caltrigger\"><\/i>\n\t\t<\/div>\n\t<\/div>\n\t<input type=\"hidden\" name=\"releaseh\" value=\"18\" \/>\n\t<input type=\"hidden\" name=\"releasem\" value=\"0\" \/>\n<\/div>\n<\/div>\n<div class=\"vrc-searchf-section-categories\"><div class=\"vrcsfentrycont\"><label for=\"vrc-categories\">\u6c7d\u8eca\u5206\u985e<\/label><div class=\"vrcsfentryselect\"><select id=\"vrc-categories\" name=\"categories\"><option value=\"all\">Any<\/option>\n<option value=\"1\">4WD<\/option>\n<option value=\"2\">FF<\/option>\n<option value=\"3\">FR<\/option>\n<option value=\"4\">AT<\/option>\n<option value=\"5\">6MT<\/option>\n<option value=\"6\">Daily Rental<\/option>\n<option value=\"7\">Monthly Rental<\/option>\n<\/select><\/div><\/div>\n<\/div><div class=\"vrc-searchf-section-sbmt\"><div class=\"vrcsfentrycont\"><div class=\"vrcsfentrysubmit\"><input type=\"submit\" name=\"search\" value=\"Search\" class=\"btn vrc-search-btn vrc-pref-color-btn\"\/><\/div><\/div>\n<\/div><\/div>\n<\/form><\/div>\t<script type=\"text\/javascript\">\n\tfunction vrcCleanNumber(snum) {\n\t\tif (snum.length > 1 && snum.substr(0, 1) == '0') {\n\t\t\treturn parseInt(snum.substr(1));\n\t\t}\n\t\treturn parseInt(snum);\n\t}\n\tfunction vrcFormatTime(h, m) {\n\t\tvar time_format = 'H:i';\n\t\tvar time_ftfour = (time_format == 'H:i');\n\t\tvar time_ampm = '';\n\t\tif (!time_ftfour) {\n\t\t\tif (h >= 12 && h < 24) {\n\t\t\t\ttime_ampm = ' PM';\n\t\t\t\tif (h > 12) {\n\t\t\t\t\th -= 12;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\ttime_ampm = ' AM';\n\t\t\t}\n\t\t}\n\t\treturn (h < 10 ? ('0' + h) : h) + ':' + ((m < 10 ? ('0' + m) : m)) + time_ampm;\n\t}\n\tfunction vrcValidateSearch() {\n\t\tif (typeof jQuery === 'undefined' || typeof vrc_wopening_pick === 'undefined') {\n\t\t\treturn true;\n\t\t}\n\t\tif (vrc_mopening_pick !== null) {\n\t\t\t\/\/ pickup time\n\t\t\tvar pickh = jQuery('#vrccomselph').find('select').val();\n\t\t\tvar pickm = jQuery('#vrccomselpm').find('select').val();\n\t\t\tif (!pickh || !pickh.length || !pickm) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\tpickh = vrcCleanNumber(pickh);\n\t\t\tpickm = vrcCleanNumber(pickm);\n\t\t\tif (pickh == vrc_mopening_pick[0]) {\n\t\t\t\tif (pickm < vrc_mopening_pick[1]) {\n\t\t\t\t\t\/\/ location is still closed at this time\n\t\t\t\t\tjQuery('#vrccomselpm').find('select').html('<option value=\"'+vrc_mopening_pick[1]+'\">'+(vrc_mopening_pick[1] < 10 ? '0'+vrc_mopening_pick[1] : vrc_mopening_pick[1])+'<\/option>').val(vrc_mopening_pick[1]);\n\t\t\t\t\talert(Joomla.JText._('VRC_LOC_WILL_OPEN_TIME').replace('%s', vrcFormatTime(vrc_mopening_pick[0], vrc_mopening_pick[1])));\n\t\t\t\t\t\/\/ do not return false as we are overwriting the pickup time\n\t\t\t\t\t\/\/ return false;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (pickh == vrc_mopening_pick[2]) {\n\t\t\t\tif (pickm > vrc_mopening_pick[3]) {\n\t\t\t\t\t\/\/ location is already closed at this time for a pick up\n\t\t\t\t\tjQuery('#vrccomselpm').find('select').html('<option value=\"'+vrc_mopening_pick[3]+'\">'+(vrc_mopening_pick[3] < 10 ? '0'+vrc_mopening_pick[3] : vrc_mopening_pick[3])+'<\/option>').val(vrc_mopening_pick[3]);\n\t\t\t\t\talert(Joomla.JText._('VRC_LOC_WILL_CLOSE_TIME').replace('%s', vrcFormatTime(vrc_mopening_pick[2], vrc_mopening_pick[3])));\n\t\t\t\t\t\/\/ do not return false as we are overwriting the pickup time\n\t\t\t\t\t\/\/ return false;\n\t\t\t\t}\n\t\t\t}\n\t\t\t\/\/ check for breaks\n\t\t\tif (vrc_mopening_pick[4] && vrc_mopening_pick[4].length) {\n\t\t\t\tfor (var b = 0; b < vrc_mopening_pick[4].length; b++) {\n\t\t\t\t\tif (!vrc_mopening_pick[4][b].hasOwnProperty('fh')) {\n\t\t\t\t\t\tcontinue;\n\t\t\t\t\t}\n\t\t\t\t\tvar break_mess = Joomla.JText._('VRC_PICKLOC_IS_ON_BREAK_TIME_FROM_TO')\n\t\t\t\t\t\t.replace('%s', vrcFormatTime(vrc_mopening_pick[4][b]['fh'], vrc_mopening_pick[4][b]['fm']))\n\t\t\t\t\t\t.replace('%s', vrcFormatTime(vrc_mopening_pick[4][b]['th'], vrc_mopening_pick[4][b]['tm']));\n\t\t\t\t\tvar break_from_secs = (vrc_mopening_pick[4][b]['fh'] * 3600) + (vrc_mopening_pick[4][b]['fm'] * 60);\n\t\t\t\t\tvar break_to_secs = (vrc_mopening_pick[4][b]['th'] * 3600) + (vrc_mopening_pick[4][b]['tm'] * 60);\n\t\t\t\t\tvar pick_secs = (pickh * 3600) + (pickm * 60);\n\t\t\t\t\tif (pick_secs > break_from_secs && pick_secs < break_to_secs) {\n\t\t\t\t\t\t\/\/ the location is on break at this time\n\t\t\t\t\t\talert(break_mess);\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t} else if (vrc_mopening_pick[4][b]['fh'] > vrc_mopening_pick[4][b]['th'] && pick_secs < break_from_secs && pick_secs < break_to_secs) {\n\t\t\t\t\t\t\/\/ overnight break, with time after midnight\n\t\t\t\t\t\talert(break_mess);\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t} else if (vrc_mopening_pick[4][b]['fh'] > vrc_mopening_pick[4][b]['th'] && pick_secs > break_from_secs && pick_secs > break_to_secs) {\n\t\t\t\t\t\t\/\/ overnight break, with time before midnight\n\t\t\t\t\t\talert(break_mess);\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif (vrc_mopening_drop !== null) {\n\t\t\t\/\/ dropoff time\n\t\t\tvar droph = jQuery('#vrccomseldh').find('select').val();\n\t\t\tvar dropm = jQuery('#vrccomseldm').find('select').val();\n\t\t\tif (!droph || !droph.length || !dropm) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\tdroph = vrcCleanNumber(droph);\n\t\t\tdropm = vrcCleanNumber(dropm);\n\t\t\tif (droph == vrc_mopening_drop[0]) {\n\t\t\t\tif (dropm > vrc_mopening_drop[1]) {\n\t\t\t\t\t\/\/ location is already closed at this time\n\t\t\t\t\tjQuery('#vrccomseldm').find('select').html('<option value=\"'+vrc_mopening_drop[1]+'\">'+(vrc_mopening_drop[1] < 10 ? '0'+vrc_mopening_drop[1] : vrc_mopening_drop[1])+'<\/option>').val(vrc_mopening_drop[1]);\n\t\t\t\t\talert(Joomla.JText._('VRC_LOC_WILL_CLOSE_TIME').replace('%s', vrcFormatTime(vrc_mopening_drop[0], vrc_mopening_drop[1])));\n\t\t\t\t\t\/\/ do not return false as we are overwriting the drop off time\n\t\t\t\t\t\/\/ return false;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (droph == vrc_mopening_drop[2]) {\n\t\t\t\tif (dropm < vrc_mopening_drop[3]) {\n\t\t\t\t\t\/\/ location is still closed at this time for a drop off\n\t\t\t\t\tjQuery('#vrccomseldm').find('select').html('<option value=\"'+vrc_mopening_drop[3]+'\">'+(vrc_mopening_drop[3] < 10 ? '0'+vrc_mopening_drop[3] : vrc_mopening_drop[3])+'<\/option>').val(vrc_mopening_drop[3]);\n\t\t\t\t\talert(Joomla.JText._('VRC_LOC_WILL_OPEN_TIME').replace('%s', vrcFormatTime(vrc_mopening_drop[2], vrc_mopening_drop[3])));\n\t\t\t\t\t\/\/ do not return false as we are overwriting the drop off time\n\t\t\t\t\t\/\/ return false;\n\t\t\t\t}\n\t\t\t}\n\t\t\t\/\/ check for breaks\n\t\t\tif (vrc_mopening_drop[4] && vrc_mopening_drop[4].length) {\n\t\t\t\tfor (var b = 0; b < vrc_mopening_drop[4].length; b++) {\n\t\t\t\t\tif (!vrc_mopening_drop[4][b].hasOwnProperty('fh')) {\n\t\t\t\t\t\tcontinue;\n\t\t\t\t\t}\n\t\t\t\t\tvar break_mess = Joomla.JText._('VRC_DROPLOC_IS_ON_BREAK_TIME_FROM_TO')\n\t\t\t\t\t\t.replace('%s', vrcFormatTime(vrc_mopening_drop[4][b]['fh'], vrc_mopening_drop[4][b]['fm']))\n\t\t\t\t\t\t.replace('%s', vrcFormatTime(vrc_mopening_drop[4][b]['th'], vrc_mopening_drop[4][b]['tm']));\n\t\t\t\t\tvar break_from_secs = (vrc_mopening_drop[4][b]['fh'] * 3600) + (vrc_mopening_drop[4][b]['fm'] * 60);\n\t\t\t\t\tvar break_to_secs = (vrc_mopening_drop[4][b]['th'] * 3600) + (vrc_mopening_drop[4][b]['tm'] * 60);\n\t\t\t\t\tvar drop_secs = (droph * 3600) + (dropm * 60);\n\t\t\t\t\tif (drop_secs > break_from_secs && drop_secs < break_to_secs) {\n\t\t\t\t\t\t\/\/ the location is on break at this time\n\t\t\t\t\t\talert(break_mess);\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t} else if (vrc_mopening_drop[4][b]['fh'] > vrc_mopening_drop[4][b]['th'] && drop_secs < break_from_secs && drop_secs < break_to_secs) {\n\t\t\t\t\t\t\/\/ overnight break, with time after midnight\n\t\t\t\t\t\talert(break_mess);\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t} else if (vrc_mopening_drop[4][b]['fh'] > vrc_mopening_drop[4][b]['th'] && drop_secs > break_from_secs && drop_secs > break_to_secs) {\n\t\t\t\t\t\t\/\/ overnight break, with time before midnight\n\t\t\t\t\t\talert(break_mess);\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn true;\n\t}\n\t<\/script>\n\t\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"class_list":["post-606","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/hayakurentacar.com\/index.php?rest_route=\/wp\/v2\/pages\/606","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hayakurentacar.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hayakurentacar.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hayakurentacar.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hayakurentacar.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=606"}],"version-history":[{"count":5,"href":"https:\/\/hayakurentacar.com\/index.php?rest_route=\/wp\/v2\/pages\/606\/revisions"}],"predecessor-version":[{"id":615,"href":"https:\/\/hayakurentacar.com\/index.php?rest_route=\/wp\/v2\/pages\/606\/revisions\/615"}],"wp:attachment":[{"href":"https:\/\/hayakurentacar.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=606"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}