{"id":55,"date":"2024-10-01T07:47:05","date_gmt":"2024-10-01T07:47:05","guid":{"rendered":"http:\/\/localhost\/bluebelt\/mhgallery\/?page_id=55"},"modified":"2024-10-03T04:14:44","modified_gmt":"2024-10-03T04:14:44","slug":"contact","status":"publish","type":"page","link":"https:\/\/mhgallery.jp\/ja\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"<h1 class=\"hidden\">Mh gallery<\/h1>\r\n\r\n        <main class=\"main-page page_contact\">\r\n\r\n                        <section id=\"contactPage\" class=\"contactPage no-translate\">\r\n                <div class=\"contactPage__container container_large\">\r\n                    <div class=\"contactPage__containerInner\">\r\n\r\n                        <h2 class=\"contactPage__title ftitle\">Contact<\/h2>\r\n\r\n                        <div class=\"contactPage__content\">\r\n                            \r\n                            <!--\r\n                            <div class=\"contactToppage__notiWrap\">\r\n                                <div class=\"contactToppage__titleSub bold\"><\/div>\r\n                                <p class=\"contactToppage__note\"><\/p>\r\n                            <\/div>-->\r\n\r\n                            <div class=\"contactPage__desc\">\u4ee5\u4e0b\u306e\u30d5\u30a9\u30fc\u30e0\u3088\u308a\u3001\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044<br>\uff0a\uff13\u55b6\u696d\u65e5\u4ee5\u5185\u306b\u8fd4\u4fe1\u3044\u305f\u3057\u307e\u3059<\/div>\r\n\r\n                            <script src=\"https:\/\/www.google.com\/recaptcha\/api.js\" async defer><\/script>\r\n                            <div class=\"contactPage__contentColForm\"><style> .zrf-form label, .zrf-form input[type=text], .zrf-form input[type=password], .zrf-form input[type=tel], .zrf-form input[type=email], .zrf-form input[type=file], .zrf-form textarea, .zrf-form select {width:100%;font-family:inherit;font-size:inherit;} .zrf_extra_info {font-size: 80%;} <\/style><div id=\"zrf-form\" class=\"zrf-form\"><form method=\"post\" action=\"https:\/\/mhgallery.jp\/wp-admin\/admin-ajax.php\"  ><input type=\"hidden\" name=\"zen_begin\" value=\"zen_begin\" readonly><input type=\"hidden\" name=\"zen_return_url\" value=\"https:\/\/mhgallery.jp:443\/ja\/wp-json\/wp\/v2\/pages\/55\"><p style=\"display:none\"><input type=\"text\" name=\"zrf-email-website\" value=\"\" autocomplete=\"off\"><\/p><p id=\"zendesk_field_zen_name\"><label for=\"zen_name\"><span class=\"zrf_field_title\">Your Name<\/span><\/label>  <input type=\"text\" name=\"zen_name\" id=\"zen_name\" class=\"zen_name_field\" value=\"\" required><\/p><p id=\"zendesk_field_zen_email\"><label for=\"zen_email\"><span class=\"zrf_field_title\">Your Email<\/span><\/label>  <input type=\"email\" name=\"zen_email\" id=\"zen_email\" value=\"\" required><\/p><p id=\"zendesk_field_zen_subject\"><label for=\"zen_subject\"><span class=\"zrf_field_title\">Subject<\/span><\/label>  <input type=\"text\" name=\"zen_subject\" id=\"zen_subject\" value=\"\" required><\/p><p id=\"zendesk_field_zen_desc\"><label for=\"zen_desc\"><span class=\"zrf_field_title\">Your Message<\/span><\/label>  <textarea name=\"zen_desc\" id=\"zen_desc\" rows=\"8\" required><\/textarea><\/p><input type=\"hidden\" name=\"zen_user_agent\" value=\"1\"><input type=\"hidden\" name=\"action\" value=\"zrf_form_action\"><p id=\"zendesk_field_zen_submit\">  <input type=\"submit\" id=\"zrf_submit\" value=\"Submit\" onclick='ga(\"send\", \"event\", { eventCategory: \"Zendesk Request Form\", eventAction: \"Form Submitted\" });' ><\/p><\/form><\/div><script src=\"https:\/\/mhgallery.jp\/wp-content\/themes\/wpbase\/assets\/js\/jquery-3.5.1.js\"><\/script>\r\n\t\t\t<script>\r\n\t\t\t\r\n\t\t\tjQuery(document).ready(function($) {\r\n\t\t\t\t\r\n\t\t\t\t\/\/ first letter of name uppercase\r\n\t\t\t\t$(\".zen_name_field\").on(\"keydown\", function(event) {\r\n\t\t\t\t\tif (this.selectionStart == 0 && event.keyCode >= 65 && event.keyCode <= 90 && !(event.shiftKey) && !(event.ctrlKey) && !(event.metaKey) && !(event.altKey)) {\r\n\t\t\t\t\t\tvar $t = $(this);\r\n\t\t\t\t\t\tevent.preventDefault();\r\n\t\t\t\t\t\tvar char = String.fromCharCode(event.keyCode);\r\n\t\t\t\t\t\t$t.val(char + $t.val().slice(this.selectionEnd));\r\n\t\t\t\t\t\tthis.setSelectionRange(1,1);\r\n\t\t\t\t\t}\r\n\t\t\t\t});\r\n\t\t\t\t\r\n\t\t\t\t\/\/ double click protection to stop duplicate submissions\r\n\t\t\t\t$(\"#zrf_submit\").removeAttr(\"disabled\");\r\n\t\t\t\t$(\"#zrf-form\").bind(\"submit\", function(e) {\r\n\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\/\/ check any URL fields\r\n\t\t\t\t\t$(this).find(\".zrf_input_url\").each(function() {\r\n\t\t\t\t\t\t\/\/ is the field required and has been left as http:\/\/ default?\r\n\t\t\t\t\t\tif (($(this).prop(\"required\"))&& ($(this).val() == \"http:\/\/\")) {\r\n\t\t\t\t\t\t\talert(\"Please enter a valid URL\");\r\n\t\t\t\t\t\t\t$(this).css(\"border\", \"2px solid #000\");\r\n\t\t\t\t\t\t\te.preventDefault();\r\n\t\t\t\t\t\t\treturn false;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t});\r\n\t\t\t\t\t\r\n\t\t\t\t\t\/\/ disable submit button\r\n\t\t\t\t\t$(this).find(\"#zrf_submit\").attr(\"disabled\", \"disabled\");\r\n\t\t\t\t\t\/\/ re-enable after 3 seconds\r\n\t\t\t\t\tsetTimeout(function() {\r\n\t\t\t\t\t\t$(\"form\").find(\"#zrf_submit\").removeAttr(\"disabled\");\r\n\t\t\t\t\t}, 3000);\r\n\t\t\t\t\t\r\n\t\t\t\t});\r\n\t\t\t\t\r\n\t\t\t});\r\n\t\t\t<\/script><\/div>\r\n                            <div class=\"zendesk_field_zen_btnWrap f\">\r\n                                <div id=\"contact__recapcha\" class=\"\">\r\n                                    <!-- UAT: 6LcIxUEqAAAAACGrQAjLHPb1ST467K86iS_3UhJ1 -->\r\n                                    <!-- PRO: 6LfixUEqAAAAAJAAQKfKVLd_hBUV2-aRwZngt96r -->\r\n                                                                            <div class=\"g-recaptcha\" data-sitekey=\"6LfixUEqAAAAAJAAQKfKVLd_hBUV2-aRwZngt96r\"><\/div>\r\n                                                                        <p class=\"msg-error error align-l cred\"><\/p>\r\n                                <\/div> \r\n                            <\/div>  \r\n                            \r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>  \r\n\r\n        <\/main>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-homepage.php","meta":{"footnotes":""},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Contact - MH Gallery<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mhgallery.jp\/ja\/contact\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact - MH Gallery\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mhgallery.jp\/ja\/contact\/\" \/>\n<meta property=\"og:site_name\" content=\"MH Gallery\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-03T04:14:44+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/mhgallery.jp\/contact\/\",\"url\":\"https:\/\/mhgallery.jp\/contact\/\",\"name\":\"Contact - MH Gallery\",\"isPartOf\":{\"@id\":\"https:\/\/mhgallery.jp\/#website\"},\"datePublished\":\"2024-10-01T07:47:05+00:00\",\"dateModified\":\"2024-10-03T04:14:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/mhgallery.jp\/contact\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/mhgallery.jp\/contact\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/mhgallery.jp\/contact\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/mhgallery.jp\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/mhgallery.jp\/#website\",\"url\":\"https:\/\/mhgallery.jp\/\",\"name\":\"MH Gallery\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/mhgallery.jp\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ja\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact - MH Gallery","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/mhgallery.jp\/ja\/contact\/","og_locale":"ja_JP","og_type":"article","og_title":"Contact - MH Gallery","og_url":"https:\/\/mhgallery.jp\/ja\/contact\/","og_site_name":"MH Gallery","article_modified_time":"2024-10-03T04:14:44+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/mhgallery.jp\/contact\/","url":"https:\/\/mhgallery.jp\/contact\/","name":"Contact - MH Gallery","isPartOf":{"@id":"https:\/\/mhgallery.jp\/#website"},"datePublished":"2024-10-01T07:47:05+00:00","dateModified":"2024-10-03T04:14:44+00:00","breadcrumb":{"@id":"https:\/\/mhgallery.jp\/contact\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mhgallery.jp\/contact\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mhgallery.jp\/contact\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mhgallery.jp\/"},{"@type":"ListItem","position":2,"name":"Contact"}]},{"@type":"WebSite","@id":"https:\/\/mhgallery.jp\/#website","url":"https:\/\/mhgallery.jp\/","name":"MH Gallery","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mhgallery.jp\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ja"}]}},"_links":{"self":[{"href":"https:\/\/mhgallery.jp\/ja\/wp-json\/wp\/v2\/pages\/55"}],"collection":[{"href":"https:\/\/mhgallery.jp\/ja\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mhgallery.jp\/ja\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mhgallery.jp\/ja\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mhgallery.jp\/ja\/wp-json\/wp\/v2\/comments?post=55"}],"version-history":[{"count":1,"href":"https:\/\/mhgallery.jp\/ja\/wp-json\/wp\/v2\/pages\/55\/revisions"}],"predecessor-version":[{"id":56,"href":"https:\/\/mhgallery.jp\/ja\/wp-json\/wp\/v2\/pages\/55\/revisions\/56"}],"wp:attachment":[{"href":"https:\/\/mhgallery.jp\/ja\/wp-json\/wp\/v2\/media?parent=55"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}