{"id":56868,"date":"2023-06-08T11:59:16","date_gmt":"2023-06-08T02:59:16","guid":{"rendered":"https:\/\/www.hiro-clinic.or.jp\/nipt\/?page_id=56868"},"modified":"2025-10-29T15:10:42","modified_gmt":"2025-10-29T06:10:42","slug":"cancel-reservation-confirm","status":"publish","type":"page","link":"https:\/\/www.hiro-clinic.or.jp\/nipt\/cancel-reservation-confirm\/","title":{"rendered":"\u4e88\u7d04\u30ad\u30e3\u30f3\u30bb\u30eb\u5185\u5bb9\u78ba\u8a8d"},"content":{"rendered":"\n<p class=\"has-text-align-center\">\u3053\u3061\u3089\u306e\u5185\u5bb9\u3067\u4e88\u7d04\u30ad\u30e3\u30f3\u30bb\u30eb\u3092\u9001\u4fe1\u3057\u307e\u3059\u3002<\/p>\n\n\n\n\n<script>window.location.replace(\"\/nipt\/cancel-reservation\/\");<\/script>\n\n\n\n<style>\n\n.column-radio{\n    display: flex;\n    flex-direction: row;\n    column-gap: 1rem;\n}\n\nform label {\n    display: flex;\n    margin-bottom: 0rem;\n    align-items: center;\n}\nform label span {\n    width: 5rem;\n}\nform input[type=text]{\n    padding: 0.5rem;\n    width: calc(100% - 5rem);\n    border-radius: 0.25rem;\n    border: 0;\n    background: 0;\n}\nform .radios {\n    display: flex;\n    justify-content: center;\n    column-gap: 1rem;\n}\nform .radios label {\n    padding: .5rem;\n    border-radius: .25rem;\n    border: 1px solid #999;\n}\nform textarea {\n    padding: .5rem;\n    width: 100%;\n    min-height: 5rem;\n    border-radius: .25rem;\n    border: 0;\n    background: 0;\n}\n\n.button-group{\n    display: flex;\n    justify-content: center;\n    gap: 10px;\n}\n\n.back-btn{\n  background:#8d777f;\n  width:250px;\n  color:#fff;\n  border:0px;\n  padding-top:10px;\n  padding-bottom:10px;\n  padding-left:20px;\n  padding-right:20px;\n  margin-top:30px;\n}\n\n.submit-btn{\n  background:#FFC6DB;\n  width:250px;\n  color:#000;\n  border:0px;\n  padding-top:10px;\n  padding-bottom:10px;\n  padding-left:20px;\n  padding-right:20px;\n  margin-top:30px;\n}\n\n@media only screen and (max-width: 1199px) {}\n@media only screen and (max-width: 991px) {}\n@media only screen and (max-width: 767px) {\n.column-radio{\n    display: block;\n    \n}\n}\n@media only screen and (max-width: 414px) {}\n@media only screen and (max-width: 375px) {}\n@media only screen and (max-width: 320px) {}\n\n\n<\/style>\n\n\n\n\n\n<script>\n$(document).ready(function(){\n    var PathName = window.location.href; \n    var Source = PathName.substring(0, PathName.length - 0);\n    var urlAPI = \"\";\n    if (Source.match(\"test\")){\n        urlAPI = 'https:\/\/nipt-api.docker.hk.hiro-test.net\/api\/check\/illumina-report-id\/';     \n    }else if(Source.match(\"localhost\")){\n        urlAPI = 'https:\/\/nipt-api.docker.hk.hiro-test.net\/api\/check\/illumina-report-id\/';    \n    }else{\n        urlAPI = 'https:\/\/api.tokyo-lab.jp\/api\/check\/illumina-report-id\/';  \n    }\n    var pId = $(\"#patient_id\").val();\n    var pEmail = $(\"#email_address\").val();\n\n    var data = {\n        \"email\": pEmail,\n        }\n\n    $.ajax({\n        url: urlAPI + pId,\n        type: 'post',\n        contentType: 'application\/json',\n        data: JSON.stringify(data),\n        processData: false,\n        success: function(response) {\n\n\n        $.each(response, function(index, item) {\n            var sei = response.sei;\n            var mei = response.mei;\n            var fullName = sei + ' ' + mei;\n            var email = response.email;\n            \/\/ Set Value\n            $(\"#full_name\").val(fullName );\n\n        });\n\n        },\n        error: function(jqXHR, textStatus, errorThrown) {\n            console.log(\"Error:\", errorThrown);\n        }\n    });\n});\n<\/script>\n\n\n<div class=\"newcta\">\r\n <a href=\"https:\/\/mypage-nipt-reservation.hiro-clinic.or.jp\/registration\">\r\n  <p class=\"jisseki mincho\">NIPT\u691c\u67fb\u5b9f\u7e3e<span class=\"big\">75,000<span>\u4ef6\u4ee5\u4e0a<\/span><\/span><\/p>\r\n  <p class=\"res-btn\">\u7a7a\u304d\u72b6\u6cc1\u3092\u78ba\u8a8d\u3057\u3066\u4e88\u7d04\u3059\u308b<\/p>\r\n <\/a>\r\n<\/div>\r\n<style>\r\n.newcta{\r\n  margin:1rem auto 2rem;\r\n}\r\n.newcta a{\r\n  width:100%;\r\n  max-width:500px;\r\n  margin:0 auto;\r\n  display:block;\r\n  text-decoration:none;\r\n  text-align:center;\r\n}\r\n.newcta p{\r\n  margin:0 auto;\r\n}\r\n.newcta .jisseki{\r\n  margin:0 auto;\r\n  position:relative;\r\n  font-size:clamp(1rem, 0.909rem + 0.45vw, 1.25rem);\r\n  background: linear-gradient(to bottom, #b68d3c 0%, #e2b95f 35%, #b68d3c);\r\n  -webkit-background-clip: text;\r\n  color: rgba(0,0,0,0);\r\n  font-weight:bold;\r\n  display:inline-flex;\r\n  flex-wrap:wrap;\r\n  align-items:center;\r\n  justify-content:center;\r\n  gap:.5rem;\r\n  padding-bottom:1rem;\r\n}\r\n.newcta .jisseki span{\r\n  font-size:2rem;\r\n}\r\n.newcta .jisseki span span{\r\n  font-size:clamp(1rem, 0.909rem + 0.45vw, 1.25rem);\r\n}\r\n.newcta .res-btn{\r\n  display:inline-block;\r\n  background:#f0a3b8;\r\n  padding:1.5rem 2rem;\r\n  text-align:center;\r\n  border-radius:1rem;\r\n  box-shadow:0 .5rem .5rem #f0a3b866;\r\n  color:#fff;\r\n  font-size:1.2rem;\r\n  font-weight:bold;\r\n  letter-spacing:.2rem;\r\n  min-width:320px;\r\n}\r\n@media screen and (max-width:500px){\r\n  .newcta .jisseki .big{\r\n    width:100%;\r\n  }\r\n  .newcta .res-btn{\r\n    padding:1.5rem 0;\r\n  }\r\n}\r\n<\/style>\r\n<div class=\"old-cta\">\r\n<div class=\"container\" style=\"padding:10px\">\r\n<div class=\"nipt-bnr mincho\">\r\n<a href=\"https:\/\/mypage-nipt-reservation.hiro-clinic.or.jp\/registration\">\r\n<p class=\"jisseki font-s gothic\">NIPT\u691c\u67fb\u5b9f\u7e3e<\/p>\r\n<p class=\"total font-m\"><span class=\"gold font-l\">68,000<\/span>\u4ef6<\/p>\r\n<p class=\"res font-s gothic\">\u3054\u4e88\u7d04\u306f\u3053\u3061\u3089\u25b6\ufe0e\u25b6\ufe0e\u25b6\ufe0e<\/p>\r\n<\/a>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<div class=\"content-center\" style=\"max-width:1200px;margin:0 auto;width:90%\">\r\n <div class=\"image-text-block\">\r\n<a href=\"\/nipt\/20th-anniversary\/\" style=\"max-width:825px;margin:0.5rem auto\"><img decoding=\"async\" src=\"\/nipt\/wp-content\/uploads\/2026\/05\/forplan_btn-0525.webp\" style=\"width:100%\"><\/a>\r\n <\/div>\r\n<\/div>\r\n<style>\r\n.old-cta{\r\n  display:none;\r\n}\r\n.nipt-bnr{\r\n  display:flex;\r\n  justify-content:center;\r\n  align-items:center;\r\n  width:calc(100% - 3rem);\r\n  min-width:350px;\r\n  max-width:480px;\r\n  aspect-ratio:11 \/ 5;\r\n  position:relative;\r\n  margin:1rem auto;\r\n  background-image:linear-gradient(to bottom,#63513c,#63513c,#feef7b,#63513c,#63513c);\r\n  border-radius:8px;\r\n  box-shadow:6px 6px 6px #999;\r\n}\r\n.nipt-bnr .gold{\r\n  background:linear-gradient(to bottom,#d1ac60,#e8ca74 50%,#d29e30,#ac7726);\r\n  -webkit-background-clip: text;\r\n  -webkit-text-fill-color: transparent;\r\n  font-weight:bold;\r\n}\r\n.cta-btn-nipt-reservation-wimg{\r\n  text-decoration:none;\r\n  border-bottom:initial;\r\n}\r\n.label-link {\r\n  align-items: center;\r\n  text-decoration: none;\r\n  gap: 8px;\r\n}\r\n.image-text-block {\r\n  text-align: center;\r\n}\r\n.tittle_price{\r\n font-weight:900;\r\n font-size:2rem;\r\n color:#e54c84;\r\n text-align:center;\r\n border-bottom:none;\r\n margin-bottom:-10px;\r\n}\r\n.box_11 {\r\n  width: 12px;\r\n  height: 12px;\r\n  background-color: #e54c84;\r\n  border-radius: 2px;\r\n  flex-shrink: 0;\r\n}\r\n.center-container {\r\n  text-align: center;\r\n}\r\n.label-box{\r\ndisplay:block;\r\nfont-size:1.3rem !important;\r\nfont-weight:900;\r\ncolor:#e54c84;\r\ntext-align:right;\r\n}\r\n<\/style>\n","protected":false},"excerpt":{"rendered":"\u3053\u3061\u3089\u306e\u5185\u5bb9\u3067\u4e88\u7d04\u30ad\u30e3\u30f3\u30bb\u30eb\u3092\u9001\u4fe1\u3057\u307e\u3059&#8230;\n <a href=\"https:\/\/www.hiro-clinic.or.jp\/nipt\/cancel-reservation-confirm\/\">\u7d9a\u304d\u3092\u8aad\u3080<\/a>","protected":false},"author":13,"featured_media":0,"parent":0,"menu_order":63,"comment_status":"closed","ping_status":"closed","template":"page_wide.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-56868","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.hiro-clinic.or.jp\/nipt\/wp-json\/wp\/v2\/pages\/56868","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hiro-clinic.or.jp\/nipt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.hiro-clinic.or.jp\/nipt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.hiro-clinic.or.jp\/nipt\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hiro-clinic.or.jp\/nipt\/wp-json\/wp\/v2\/comments?post=56868"}],"version-history":[{"count":10,"href":"https:\/\/www.hiro-clinic.or.jp\/nipt\/wp-json\/wp\/v2\/pages\/56868\/revisions"}],"predecessor-version":[{"id":119137,"href":"https:\/\/www.hiro-clinic.or.jp\/nipt\/wp-json\/wp\/v2\/pages\/56868\/revisions\/119137"}],"wp:attachment":[{"href":"https:\/\/www.hiro-clinic.or.jp\/nipt\/wp-json\/wp\/v2\/media?parent=56868"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}