{"id":2221,"date":"2023-07-19T18:52:13","date_gmt":"2023-07-19T11:52:13","guid":{"rendered":"https:\/\/sandyhillspa.com\/ja\/reservation\/"},"modified":"2026-09-03T07:01:20","modified_gmt":"2026-09-03T00:01:20","slug":"reservation","status":"publish","type":"page","link":"https:\/\/sandyhillspa.com\/ja\/reservation\/","title":{"rendered":"\u4e88\u7d04"},"content":{"rendered":"\n\n\n<!-- FONT -->\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n*,\n*::before,\n*::after {\n  box-sizing: border-box;\n}\n\n\/* BREADCRUMB *\/\n.sh-breadcrumb {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 8px;\n  font-size: 13px;\n  color: #888;\n  max-width: 600px;\n  margin: 0 auto 10px;\n}\n.sh-breadcrumb svg { width: 16px; height: 16px; fill: #888; display: block; }\n.sh-breadcrumb .sep { color: #ccc; font-size: 12px; }\n.sh-breadcrumb a { color: #666 !important; text-decoration: none; }\n.sh-breadcrumb a:hover { text-decoration: underline; }\n.sh-breadcrumb span.current { color: #1d5c4f; font-weight: 600; }\n\n\/* WRAPPER *\/\n.sh-booking-wrapper {\n  max-width: 600px;\n  margin: 40px auto;\n  padding: 30px 20px;\n  background-color: #F9F6F0;\n  border-radius: 20px;\n  box-shadow: 0 10px 30px rgba(29, 92, 79, 0.08);\n  font-family: 'Lato', sans-serif;\n  color: #1d5c4f;\n  text-align: center;\n}\n\n\/* TITLE *\/\n.sh-booking-title {\n  font-size: 1.8em;\n  font-weight: 700;\n  margin-top: 0;\n  margin-bottom: 12px;\n  letter-spacing: 0.5px;\n}\n\n\/* STATUS BADGE *\/\n.sh-status-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  padding: 6px 12px;\n  border-radius: 20px;\n  font-size: 0.85em;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n  margin-bottom: 15px;\n  transition: all 0.3s ease;\n}\n\n.sh-status-badge.online {\n  background-color: #E8F5E9;\n  color: #2E7D32;\n}\n\n.sh-status-badge.offline {\n  background-color: #FFEBEE;\n  color: #C62828;\n}\n\n.sh-status-dot {\n  width: 8px;\n  height: 8px;\n  border-radius: 50%;\n}\n\n.sh-status-badge.online .sh-status-dot {\n  background-color: #4CAF50;\n  animation: pulse-green 2s infinite;\n}\n\n.sh-status-badge.offline .sh-status-dot {\n  background-color: #F44336;\n}\n\n\/* ANIMATION *\/\n@keyframes pulse-green {\n  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.7); }\n  70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(76, 175, 80, 0); }\n  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(76, 175, 80, 0); }\n}\n\n\/* SUBTITLE *\/\n.sh-booking-subtitle {\n  font-size: 0.95em;\n  color: #557a71;\n  margin-bottom: 30px;\n  line-height: 1.5;\n  transition: opacity 0.3s ease;\n}\n\n\/* GRID *\/\n.sh-contact-grid {\n  display: flex;\n  flex-direction: column;\n  gap: 16px;\n  margin-bottom: 25px;\n}\n\n\/* CARD *\/\n.sh-action-card {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  padding: 16px 20px;\n  background: #ffffff;\n  border-radius: 16px;\n  text-decoration: none;\n  color: #1d5c4f;\n  transition: all 0.3s ease;\n  border: 1px solid transparent;\n  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);\n}\n\n.sh-action-card:hover,\n.sh-action-card:active {\n  transform: translateY(-3px);\n  box-shadow: 0 8px 25px rgba(29, 92, 79, 0.15);\n  border-color: rgba(29, 92, 79, 0.2);\n}\n\n\/* LEFT *\/\n.sh-card-left {\n  display: flex;\n  align-items: center;\n  gap: 15px;\n  text-align: left;\n}\n\n\/* ICON *\/\n.sh-img-box {\n  width: 44px;\n  height: 44px;\n  border-radius: 12px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  overflow: hidden;\n  background-color: #f4f4f4;\n}\n\n.sh-img-box img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n\n\/* TEXT *\/\n.sh-channel-info {\n  display: flex;\n  flex-direction: column;\n}\n\n.sh-channel-name {\n  font-weight: 700;\n  font-size: 1.1em;\n}\n\n.sh-channel-desc {\n  font-size: 0.8em;\n  color: #666;\n  margin-top: 2px;\n}\n\n\/* BUTTON *\/\n.sh-action-btn {\n  font-size: 0.9em;\n  font-weight: 700;\n  padding: 8px 16px;\n  border-radius: 20px;\n  background-color: #1d5c4f;\n  color: #ffffff;\n  transition: background-color 0.2s;\n}\n\n\/* NOTICE LINE *\/\n.sh-form-notice {\n  font-size: 0.85em;\n  color: #888;\n  position: relative;\n  display: inline-block;\n  padding: 0 20px;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n}\n\n.sh-form-notice::before,\n.sh-form-notice::after {\n  content: \"\";\n  position: absolute;\n  top: 50%;\n  width: 40px;\n  height: 1px;\n  background-color: #e0d8c9;\n}\n\n.sh-form-notice::before {\n  right: 100%;\n}\n\n.sh-form-notice::after {\n  left: 100%;\n}\n\n\/* RESPONSIVE *\/\n@media (min-width: 600px) {\n  .sh-contact-grid {\n    flex-direction: row;\n  }\n\n  .sh-action-card {\n    flex: 1;\n    flex-direction: column;\n    text-align: center;\n    padding: 25px 20px;\n    gap: 15px;\n  }\n\n  .sh-card-left {\n    flex-direction: column;\n    gap: 12px;\n    text-align: center;\n  }\n}\n<\/style>\n\n<nav class=\"sh-breadcrumb\" aria-label=\"\u30d1\u30f3\u304f\u305a\u30ea\u30b9\u30c8\">\n  <a href=\"https:\/\/sandyhillspa.com\/ja\/\" aria-label=\"\u30db\u30fc\u30e0\">\n    <svg width=\"16\" height=\"16\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\"><path d=\"M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z\"\/><\/svg>\n  <\/a>\n  <span class=\"sep\">&rsaquo;<\/span>\n  <span class=\"current\">\u3054\u4e88\u7d04<\/span>\n<\/nav>\n\n<div class=\"sh-booking-wrapper\">\n  <h1 class=\"sh-booking-title\">\u30db\u30a4\u30a2\u30f3\u30fb\u30de\u30c3\u30b5\u30fc\u30b8\u4e88\u7d04 | \u30b5\u30f3\u30c7\u30a3\u30d2\u30eb\u30b9\u30d1<\/h1>\n\n  <div id=\"sh-op-status-ja\" class=\"sh-status-badge\">\n    <span class=\"sh-status-dot\"><\/span>\n    <span class=\"sh-status-text\">\u78ba\u8a8d\u4e2d&#8230;<\/span>\n  <\/div>\n\n  <p id=\"sh-subtitle-ja\" class=\"sh-booking-subtitle\"><\/p>\n\n  <div class=\"sh-contact-grid\">\n\n    <!-- LINE -->\n    <a href=\"https:\/\/line.me\/R\/ti\/p\/@018skcgg\" target=\"_blank\" rel=\"noopener\" class=\"sh-action-card line\" aria-label=\"LINE\u3067\u4e88\u7d04\u3059\u308b\">\n      <div class=\"sh-card-left\">\n        <div class=\"sh-img-box\">\n          <img decoding=\"async\" src=\"https:\/\/sandyhillspa.com\/wp-content\/uploads\/2026\/04\/LINE_logo.svg\" alt=\"LINE Icon\" title=\"\">\n        <\/div>\n        <div class=\"sh-channel-info\">\n          <span class=\"sh-channel-name\">LINE<\/span>\n          <span class=\"sh-channel-desc\">\u65e5\u672c\u8a9e\u5bfe\u5fdc<\/span>\n        <\/div>\n      <\/div>\n      <span class=\"sh-action-btn\">\u30c1\u30e3\u30c3\u30c8\u3059\u308b<\/span>\n    <\/a>\n\n    <!-- WHATSAPP -->\n    <a href=\"https:\/\/wa.me\/84359575607\" target=\"_blank\" rel=\"noopener\" class=\"sh-action-card whatsapp\" aria-label=\"WhatsApp\u3067\u4e88\u7d04\u3059\u308b\">\n      <div class=\"sh-card-left\">\n        <div class=\"sh-img-box\">\n          <img decoding=\"async\" src=\"https:\/\/sandyhillspa.com\/wp-content\/uploads\/2026\/04\/WhatsApp.svg\" alt=\"WhatsApp Icon\" title=\"\">\n        <\/div>\n        <div class=\"sh-channel-info\">\n          <span class=\"sh-channel-name\">WhatsApp<\/span>\n          <span class=\"sh-channel-desc\">\u82f1\u8a9e\u5bfe\u5fdc<\/span>\n        <\/div>\n      <\/div>\n      <span class=\"sh-action-btn\">\u30c1\u30e3\u30c3\u30c8\u3059\u308b<\/span>\n    <\/a>\n\n  <\/div>\n\n  <div class=\"sh-form-notice\">\n    \u307e\u305f\u306f\u4e0b\u306e\u4e88\u7d04\u30d5\u30a9\u30fc\u30e0\u3092\u5229\u7528\u3059\u308b\n  <\/div>\n<\/div>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n\n  function checkSpaOperatingHoursJA() {\n    const formatter = new Intl.DateTimeFormat('en-US', {\n      timeZone: 'Asia\/Ho_Chi_Minh',\n      hour: 'numeric',\n      hour12: false\n    });\n\n    const vnHour = parseInt(formatter.format(new Date()), 10);\n\n    const statusBadge = document.getElementById(\"sh-op-status-ja\");\n    const statusText = statusBadge.querySelector(\".sh-status-text\");\n    const subtitle = document.getElementById(\"sh-subtitle-ja\");\n\n    if (vnHour >= 6 && vnHour < 21) {\n      statusBadge.classList.remove(\"offline\");\n      statusBadge.classList.add(\"online\");\n\n      statusText.textContent = \"\u30aa\u30f3\u30e9\u30a4\u30f3 - \u3059\u3050\u306b\u8fd4\u4fe1\u3044\u305f\u3057\u307e\u3059\";\n      subtitle.innerHTML = \"10\u5206\u4ee5\u5185\u306b\u3054\u8fd4\u4fe1\u3044\u305f\u3057\u307e\u3059\u306e\u3067\u3001\u304a\u6c17\u8efd\u306b\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u304a\u9001\u308a\u304f\u3060\u3055\u3044\u3002<br>\u307e\u305f\u306f\u3001\u4e0b\u306e\u4e88\u7d04\u30d5\u30a9\u30fc\u30e0\u304b\u3089\u3082\u3054\u4e88\u7d04\u3044\u305f\u3060\u3051\u307e\u3059\u3002\";\n    } else {\n      statusBadge.classList.remove(\"online\");\n      statusBadge.classList.add(\"offline\");\n\n      statusText.textContent = \"\u30aa\u30d5\u30e9\u30a4\u30f3 - 06:00\u3088\u308a\u5bfe\u5fdc\u518d\u958b\";\n      subtitle.innerHTML = \"\u73fe\u5728\u306f\u55b6\u696d\u6642\u9593\u5916\u3067\u3059\u3002\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u6b8b\u3057\u3066\u3044\u305f\u3060\u304f\u304b\u3001\u30d5\u30a9\u30fc\u30e0\u306b\u3054\u8a18\u5165\u304f\u3060\u3055\u3044\u3002<br>\u30d9\u30c8\u30ca\u30e0\u6642\u959306:00\u3088\u308a\u9806\u6b21\u3054\u8fd4\u4fe1\u3044\u305f\u3057\u307e\u3059\u3002\";\n    }\n  }\n\n  checkSpaOperatingHoursJA();\n  setInterval(checkSpaOperatingHoursJA, 60000);\n\n});\n<\/script>\n\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@graph\": [\n    {\n      \"@type\": \"WebSite\",\n      \"@id\": \"https:\/\/sandyhillspa.com\/ja\/#website\",\n      \"url\": \"https:\/\/sandyhillspa.com\/ja\/\",\n      \"name\": \"Sandy Hill Spa\",\n      \"alternateName\": [\n        \"Sandy Hill Spa - Massage Hoi An\",\n        \"Sandy Hill Spa An Bang Beach\",\n        \"\uc0cc\ub514\ud790 \uc2a4\ud30c\",\n        \"\ud638\uc774\uc548 \uc0cc\ub514\ud790 \uc2a4\ud30c\",\n        \"\uc0cc\ub514\ud790\uc2a4\ud30c\",\n        \"\uc548\ubc29\ube44\uce58 \uc0cc\ub514\ud790\uc2a4\ud30c\",\n        \"\ub2e4\ub0ad \uc0cc\ub514\ud790\uc2a4\ud30c\",\n        \"\u30b5\u30f3\u30c7\u30a3\u30d2\u30eb\u30b9\u30d1\"\n      ],\n      \"inLanguage\": [\n        \"en\",\n        \"ko\",\n        \"ja\",\n        \"de\",\n        \"zh-TW\"\n      ],\n      \"publisher\": {\n        \"@id\": \"https:\/\/sandyhillspa.com\/#dayspa\"\n      },\n      \"potentialAction\": {\n        \"@type\": \"SearchAction\",\n        \"target\": \"https:\/\/sandyhillspa.com\/ja\/?s={search_term_string}\",\n        \"query-input\": \"required name=search_term_string\"\n      }\n    },\n    {\n      \"@type\": [\n        \"DaySpa\",\n        \"NailSalon\"\n      ],\n      \"@id\": \"https:\/\/sandyhillspa.com\/#dayspa\",\n      \"additionalType\": [\n        \"https:\/\/www.wikidata.org\/wiki\/Q11290050\",\n        \"https:\/\/www.wikidata.org\/wiki\/Q179415\",\n        \"https:\/\/www.wikidata.org\/wiki\/Q6005272\"\n      ],\n      \"name\": \"\u30b5\u30f3\u30c7\u30a3\u30d2\u30eb\u30b9\u30d1\",\n      \"legalName\": \"Sandy Hill Spa\",\n      \"alternateName\": [\n        \"Sandy Hill Spa\",\n        \"Sandy Hill Spa Hoi An\",\n        \"Sandy Hill Spa An Bang Beach\",\n        \"\uc0cc\ub514\ud790 \uc2a4\ud30c\",\n        \"\ud638\uc774\uc548 \uc0cc\ub514\ud790 \uc2a4\ud30c\"\n      ],\n      \"description\": \"\u30b5\u30f3\u30c7\u30a3\u30d2\u30eb\u30b9\u30d1\u306f\u3001\u30db\u30a4\u30a2\u30f3\u30fb\u30a2\u30f3\u30d0\u30f3\u30d3\u30fc\u30c1\u8fd1\u304f\u306eH\u1ed9i An T\u00e2y, \u0110\u00e0 N\u1eb5ng\u306b\u4f4d\u7f6e\u3057\u3066\u3044\u307e\u3059\uff082025\u5e74\u306e\u884c\u653f\u533a\u753b\u518d\u7de8\u524d\u306fC\u1ea9m An, H\u1ed9i An, Qu\u1ea3ng Nam\u3068\u3044\u3046\u5730\u540d\u3067\u3057\u305f\uff09\u3002\u56fd\u969b\u7684\u306a\u304a\u5ba2\u69d8\u306b\u5411\u3051\u3066\u3001\u30d7\u30ec\u30df\u30a2\u30e0\u306a\u30de\u30c3\u30b5\u30fc\u30b8\u3001\u30cd\u30a4\u30eb\u30b1\u30a2\u3001\u30a6\u30a7\u30eb\u30cd\u30b9\u30b5\u30fc\u30d3\u30b9\u3092\u63d0\u4f9b\u3057\u3066\u3044\u307e\u3059\u3002\",\n      \"foundingDate\": \"2023-07-15\",\n      \"priceRange\": \"140,000 VND - 1,090,000 VND\",\n      \"currenciesAccepted\": \"VND, USD, KRW\",\n      \"paymentAccepted\": \"Cash, Credit Card, Mobile Payments\",\n      \"telephone\": \"+84359575607\",\n      \"email\": \"sandyhillspa@gmail.com\",\n      \"knowsLanguage\": [\n        \"en\",\n        \"ko\",\n        \"vi\"\n      ],\n      \"founder\": {\n        \"@id\": \"https:\/\/sandyhillspa.com\/#owner\"\n      },\n      \"url\": \"https:\/\/sandyhillspa.com\/ja\/\",\n      \"logo\": \"https:\/\/sandyhillspa.com\/wp-content\/uploads\/2024\/12\/logo-sandy.png\",\n      \"image\": [\n        \"https:\/\/sandyhillspa.com\/wp-content\/uploads\/2026\/07\/sandy-hill-spa-best-spa-in-hoi-an.webp\",\n        \"https:\/\/sandyhillspa.com\/wp-content\/uploads\/2024\/05\/Sandy-Hill-Spa-Best-spa-in-Hoi-An-1.webp\"\n      ],\n      \"slogan\": \"\u30db\u30a4\u30a2\u30f3\u30fb\u30a2\u30f3\u30d0\u30f3\u30d3\u30fc\u30c1\u8fd1\u304f\u306e\u30d7\u30ec\u30df\u30a2\u30e0\u30b9\u30d1\",\n      \"hasMap\": \"https:\/\/maps.google.com\/?cid=13635609087915054306\",\n      \"address\": {\n        \"@type\": \"PostalAddress\",\n        \"streetAddress\": \"An Bang Beach\",\n        \"addressLocality\": \"H\u1ed9i An T\u00e2y\",\n        \"addressRegion\": \"\u0110\u00e0 N\u1eb5ng\",\n        \"postalCode\": \"51000\",\n        \"addressCountry\": \"VN\"\n      },\n      \"geo\": {\n        \"@type\": \"GeoCoordinates\",\n        \"latitude\": 15.9117171,\n        \"longitude\": 108.340334\n      },\n      \"areaServed\": [\n        {\n          \"@type\": \"City\",\n          \"name\": \"H\u1ed9i An\"\n        },\n        {\n          \"@type\": \"Place\",\n          \"name\": \"An Bang Beach\"\n        },\n        {\n          \"@type\": \"Place\",\n          \"name\": \"H\u1ed9i An T\u00e2y\"\n        }\n      ],\n      \"openingHoursSpecification\": [\n        {\n          \"@type\": \"OpeningHoursSpecification\",\n          \"dayOfWeek\": [\n            \"Monday\",\n            \"Tuesday\",\n            \"Wednesday\",\n            \"Thursday\",\n            \"Friday\",\n            \"Saturday\",\n            \"Sunday\"\n          ],\n          \"opens\": \"08:00\",\n          \"closes\": \"22:00\"\n        }\n      ],\n      \"amenityFeature\": [\n        {\n          \"@type\": \"LocationFeatureSpecification\",\n          \"name\": \"Free Pick-up (Hoi An)\",\n          \"value\": \"True\"\n        },\n        {\n          \"@type\": \"LocationFeatureSpecification\",\n          \"name\": \"Airport Transfer (Da Nang)\",\n          \"value\": \"True\"\n        },\n        {\n          \"@type\": \"LocationFeatureSpecification\",\n          \"name\": \"Luggage Storage\",\n          \"value\": \"True\"\n        },\n        {\n          \"@type\": \"LocationFeatureSpecification\",\n          \"name\": \"Shower Facilities\",\n          \"value\": \"True\"\n        },\n        {\n          \"@type\": \"LocationFeatureSpecification\",\n          \"name\": \"Korean Speaking Staff\",\n          \"value\": \"True\"\n        },\n        {\n          \"@type\": \"LocationFeatureSpecification\",\n          \"name\": \"Free Wi-Fi\",\n          \"value\": \"True\"\n        }\n      ],\n      \"contactPoint\": [\n        {\n          \"@type\": \"ContactPoint\",\n          \"contactType\": \"customer support\",\n          \"telephone\": \"+84359575607\",\n          \"availableLanguage\": [\n            \"en\",\n            \"ko\",\n            \"vi\"\n          ]\n        },\n        {\n          \"@type\": \"ContactPoint\",\n          \"contactType\": \"LINE Official Account\",\n          \"url\": \"https:\/\/line.me\/R\/ti\/p\/@018skcgg\",\n          \"availableLanguage\": [\n            \"en\",\n            \"ko\",\n            \"vi\"\n          ]\n        },\n        {\n          \"@type\": \"ContactPoint\",\n          \"contactType\": \"WhatsApp\",\n          \"url\": \"https:\/\/wa.me\/84359575607\",\n          \"availableLanguage\": [\n            \"en\",\n            \"ko\",\n            \"vi\"\n          ]\n        }\n      ],\n      \"sameAs\": [\n        \"https:\/\/www.instagram.com\/sandyhillspa\",\n        \"https:\/\/www.facebook.com\/sandyhillspa\",\n        \"https:\/\/pf.kakao.com\/_xbHKgxj\",\n        \"https:\/\/line.me\/R\/ti\/p\/@018skcgg\",\n        \"https:\/\/blog.naver.com\/nguyenthianhtuyet83\",\n        \"https:\/\/cafe.naver.com\/sandyhillspa\",\n        \"https:\/\/www.youtube.com\/channel\/UCPBZycKOr7fItqELwSKpkkA\",\n        \"https:\/\/www.tiktok.com\/@sandy.hill.spa\",\n        \"https:\/\/www.tripadvisor.com.vn\/Attraction_Review-g298082-d26360081-Reviews-Sandy_Hill_Spa-Hoi_An_Quang_Nam_Province.html\",\n        \"https:\/\/www.pinterest.com\/sandyhillspa\/\"\n      ],\n      \"mainEntityOfPage\": {\n        \"@id\": \"https:\/\/sandyhillspa.com\/ja\/#webpage\"\n      },\n      \"potentialAction\": {\n        \"@type\": \"ReserveAction\",\n        \"target\": {\n          \"@type\": \"EntryPoint\",\n          \"urlTemplate\": \"https:\/\/sandyhillspa.com\/ja\/reservation\/\"\n        }\n      }\n    },\n    {\n      \"@type\": \"Person\",\n      \"@id\": \"https:\/\/sandyhillspa.com\/#owner\",\n      \"name\": \"Anh Tuyet Nguyen\",\n      \"alternateName\": \"Nguy\u1ec5n Th\u1ecb \u00c1nh Tuy\u1ebft\",\n      \"jobTitle\": \"Owner and Manager\",\n      \"worksFor\": {\n        \"@id\": \"https:\/\/sandyhillspa.com\/#dayspa\"\n      },\n      \"description\": \"Anh Tuyet Nguyen is the owner and manager of Sandy Hill Spa. She was born and raised in An Bang Village, the coastal village on An Bang Beach in Hoi An where the spa now operates. With experience in the spa and wellness industry since 2016, she combines first-hand local knowledge of Hoi An with professional expertise in delivering high-quality spa services.\",\n      \"knowsAbout\": [\n        \"Spa and wellness services\",\n        \"Massage therapy\",\n        \"Hoi An local travel\"\n      ],\n      \"sameAs\": [\n        \"https:\/\/www.facebook.com\/anhtuyetnguyen0611\"\n      ]\n    },\n    {\n      \"@type\": \"WebPage\",\n      \"@id\": \"https:\/\/sandyhillspa.com\/ja\/reservation\/#webpage\",\n      \"url\": \"https:\/\/sandyhillspa.com\/ja\/reservation\/\",\n      \"name\": \"\u30db\u30a4\u30a2\u30f3\u30fb\u30de\u30c3\u30b5\u30fc\u30b8\u4e88\u7d04 | \u30b5\u30f3\u30c7\u30a3\u30d2\u30eb\u30b9\u30d1\",\n      \"inLanguage\": \"ja\",\n      \"isPartOf\": {\n        \"@id\": \"https:\/\/sandyhillspa.com\/ja\/#website\"\n      },\n      \"about\": {\n        \"@id\": \"https:\/\/sandyhillspa.com\/#dayspa\"\n      },\n      \"description\": \"\u30db\u30a4\u30a2\u30f3\u30fb\u30a2\u30f3\u30d0\u30f3\u30d3\u30fc\u30c1\u306e\u30b5\u30f3\u30c7\u30a3\u30d2\u30eb\u30b9\u30d1\u3067\u30de\u30c3\u30b5\u30fc\u30b8\u3092\u3054\u4e88\u7d04\u3002LINE\u307e\u305f\u306fWhatsApp\u3067\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u304a\u9001\u308a\u3044\u305f\u3060\u3051\u308c\u3070\u8fc5\u901f\u306b\u3054\u8fd4\u4fe1\u3057\u307e\u3059\u3002\u4e0b\u306e\u4e88\u7d04\u30d5\u30a9\u30fc\u30e0\u304b\u3089\u3082\u3054\u4e88\u7d04\u3044\u305f\u3060\u3051\u307e\u3059\u3002\",\n      \"primaryImageOfPage\": {\n        \"@type\": \"ImageObject\",\n        \"url\": \"https:\/\/sandyhillspa.com\/wp-content\/uploads\/2023\/12\/Top-2-best-massages-in-An-Bang-beach.webp\"\n      },\n      \"breadcrumb\": {\n        \"@id\": \"https:\/\/sandyhillspa.com\/ja\/reservation\/#breadcrumb\"\n      },\n      \"potentialAction\": {\n        \"@type\": \"ReserveAction\",\n        \"target\": \"https:\/\/line.me\/R\/ti\/p\/@018skcgg\",\n        \"result\": {\n          \"@type\": \"Reservation\",\n          \"name\": \"\u30b9\u30d1\u30de\u30c3\u30b5\u30fc\u30b8\u306e\u3054\u4e88\u7d04\"\n        }\n      }\n    },\n    {\n      \"@type\": \"BreadcrumbList\",\n      \"@id\": \"https:\/\/sandyhillspa.com\/ja\/reservation\/#breadcrumb\",\n      \"itemListElement\": [\n        {\n          \"@type\": \"ListItem\",\n          \"position\": 1,\n          \"name\": \"\u30db\u30fc\u30e0\",\n          \"item\": \"https:\/\/sandyhillspa.com\/ja\/\"\n        },\n        {\n          \"@type\": \"ListItem\",\n          \"position\": 2,\n          \"name\": \"\u3054\u4e88\u7d04\",\n          \"item\": \"https:\/\/sandyhillspa.com\/ja\/reservation\/\"\n        }\n      ]\n    }\n  ]\n}\n<\/script>\n\n\n\n<div class='fluentform ff-default fluentform_wrapper_5 ffs_default_wrap'><form data-form_id=\"5\" id=\"fluentform_5\" class=\"frm-fluent-form fluent_form_5 ff-el-form-top ff_form_instance_5_1 ff-form-loading ffs_default\" data-form_instance=\"ff_form_instance_5_1\" method=\"POST\" ><fieldset  style=\"border: none!important;margin: 0!important;padding: 0!important;background-color: transparent!important;box-shadow: none!important;outline: none!important; min-inline-size: 100%;\">\n                    <legend class=\"ff_screen_reader_title\" style=\"display: block; margin: 0!important;padding: 0!important;height: 0!important;text-indent: -999999px;width: 0!important;overflow:hidden;\">Reservation JA<\/legend><input type='hidden' name='__fluent_form_embded_post_id' value='2221' \/><input type=\"hidden\" id=\"_fluentform_5_fluentformnonce\" name=\"_fluentform_5_fluentformnonce\" value=\"7229ddd290\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/ja\/wp-json\/wp\/v2\/pages\/2221\" \/><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_5_datetime' id='label_ff_5_datetime' aria-label=\"\u3054\u4e88\u7d04\u65e5\">\u3054\u4e88\u7d04\u65e5<\/label><\/div><div class='ff-el-input--content'><input  aria-label='\u3054\u4e88\u7d04\u65e5 Use arrow keys to navigate dates. Press enter to select a date.'  aria-haspopup='dialog' data-type-datepicker data-format='Y-m-d' type=\"text\" name=\"datetime\" id=\"ff_5_datetime\" class=\"ff-el-form-control ff-el-datepicker\" placeholder=\"- \u9078\u629e -\" data-name=\"datetime\"  aria-invalid='false' aria-required=true><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_5_dropdown' id='label_ff_5_dropdown' aria-label=\"\u3054\u4e88\u7d04\u6642\u9593\">\u3054\u4e88\u7d04\u6642\u9593<\/label><\/div><div class='ff-el-input--content'><select name=\"dropdown\" id=\"ff_5_dropdown\" class=\"ff-el-form-control\" data-name=\"dropdown\" data-calc_value=\"0\"  aria-invalid=\"false\" aria-required=\"true\" aria-labelledby=\"label_ff_5_dropdown\"><option value=\"\">- \u9078\u629e -<\/option><option value=\"8:00 AM\"  >8:00 AM<\/option><option value=\"8:30 AM\"  >8:30 AM<\/option><option value=\"9:00 AM\"  >9:00 AM<\/option><option value=\"9:30 AM\"  >9:30 AM<\/option><option value=\"10:00 AM\"  >10:00 AM<\/option><option value=\"10:30 AM\"  >10:30 AM<\/option><option value=\"11:00 AM\"  >11:00 AM<\/option><option value=\"11:30 AM\"  >11:30 AM<\/option><option value=\"12:00 PM\"  >12:00 PM<\/option><option value=\"12:30 PM\"  >12:30 PM<\/option><option value=\"1:00 PM\"  >1:00 PM<\/option><option value=\"1:30 PM\"  >1:30 PM<\/option><option value=\"2:00 PM\"  >2:00 PM<\/option><option value=\"2:30 PM\"  >2:30 PM<\/option><option value=\"3:00 PM\"  >3:00 PM<\/option><option value=\"3:30 PM\"  >3:30 PM<\/option><option value=\"4:00 PM\"  >4:00 PM<\/option><option value=\"4:30 PM\"  >4:30 PM<\/option><option value=\"5:00 PM\"  >5:00 PM<\/option><option value=\"5:30 PM\"  >5:30 PM<\/option><option value=\"6:00 PM\"  >6:00 PM<\/option><option value=\"6:30 PM\"  >6:30 PM<\/option><option value=\"7:00 PM\"  >7:00 PM<\/option><option value=\"7:30 PM\"  >7:30 PM<\/option><\/select><\/div><\/div><div data-type=\"name-element\" data-name=\"names\" class=\" ff-field_container ff-name-field-wrapper\" ><div class='ff-t-container'><div class='ff-t-cell '><div class='ff-el-group ff-el-form-top'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_5_names_first_name_' id='label_ff_5_names_first_name_' >\u304a\u540d\u524d<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names[first_name]\" id=\"ff_5_names_first_name_\" class=\"ff-el-form-control\" placeholder=\"\u304a\u540d\u524d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\" aria-invalid=\"false\" aria-required=true><\/div><\/div><\/div><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_5_email' id='label_ff_5_email' aria-label=\"\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\">\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9<\/label><\/div><div class='ff-el-input--content'><input type=\"email\" name=\"email\" id=\"ff_5_email\" class=\"ff-el-form-control\" placeholder=\"\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\" data-name=\"email\"  aria-invalid=\"false\" aria-required=true><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_5_dropdown_1' id='label_ff_5_dropdown_1' aria-label=\"\u3054\u5229\u7528\u4eba\u6570\">\u3054\u5229\u7528\u4eba\u6570<\/label><\/div><div class='ff-el-input--content'><select name=\"dropdown_1\" id=\"ff_5_dropdown_1\" class=\"ff-el-form-control\" data-name=\"dropdown_1\" data-calc_value=\"0\"  aria-invalid=\"false\" aria-required=\"true\" aria-labelledby=\"label_ff_5_dropdown_1\"><option value=\"\">- \u9078\u629e -<\/option><option value=\"1\"  >1\u540d<\/option><option value=\"2\"  >2\u540d<\/option><option value=\"3\"  >3\u540d<\/option><option value=\"4\"  >4\u540d<\/option><option value=\"5\"  >5\u540d<\/option><option value=\"6\"  >6\u540d<\/option><option value=\"7\"  >7\u540d<\/option><option value=\"8\"  >8\u540d<\/option><option value=\"9\"  >9\u540d<\/option><option value=\"10\"  >10\u540d<\/option><option value=\"11\"  >11\u540d<\/option><option value=\"12\"  >12\u540d<\/option><option value=\"13\"  >13\u540d<\/option><option value=\"14\"  >14\u540d<\/option><option value=\"15\"  >15\u540d<\/option><option value=\"16\"  >16\u540d<\/option><option value=\"17\"  >17\u540d<\/option><option value=\"18\"  >18\u540d<\/option><option value=\"19\"  >19\u540d<\/option><option value=\"20\"  >20\u540d<\/option><option value=\"21\"  >21\u540d<\/option><option value=\"22\"  >22\u540d<\/option><option value=\"23\"  >23\u540d<\/option><option value=\"24\"  >24\u540d<\/option><option value=\"25\"  >25\u540d<\/option><option value=\"26\"  >26\u540d<\/option><option value=\"27\"  >27\u540d<\/option><option value=\"28\"  >28\u540d<\/option><option value=\"29\"  >29\u540d<\/option><option value=\"30\"  >30\u540d<\/option><option value=\"31\"  >31\u540d<\/option><option value=\"32\"  >32\u540d<\/option><option value=\"33\"  >33\u540d<\/option><option value=\"34\"  >34\u540d<\/option><option value=\"35\"  >35\u540d<\/option><option value=\"36\"  >36\u540d<\/option><option value=\"37\"  >37\u540d<\/option><option value=\"38\"  >38\u540d<\/option><option value=\"39\"  >39\u540d<\/option><option value=\"40\"  >40\u540d<\/option><\/select><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_5_input_text' id='label_ff_5_input_text' aria-label=\"\u3054\u5e0c\u671b\u306e\u30e1\u30cb\u30e5\u30fc\">\u3054\u5e0c\u671b\u306e\u30e1\u30cb\u30e5\u30fc<\/label><div class=\"ff-el-tooltip\" data-content=\"Please specify the services for each guest clearly. This helps us arrange the most suitable rooms and technicians for your group in advance.\"><svg width=\"16\" height=\"16\" viewbox=\"0 0 25 25\"><path d=\"m329 393l0-46c0-2-1-4-2-6-2-2-4-3-7-3l-27 0 0-146c0-3-1-5-3-7-2-1-4-2-7-2l-91 0c-3 0-5 1-7 2-1 2-2 4-2 7l0 46c0 2 1 5 2 6 2 2 4 3 7 3l27 0 0 91-27 0c-3 0-5 1-7 3-1 2-2 4-2 6l0 46c0 3 1 5 2 7 2 1 4 2 7 2l128 0c3 0 5-1 7-2 1-2 2-4 2-7z m-36-256l0-46c0-2-1-4-3-6-2-2-4-3-7-3l-54 0c-3 0-5 1-7 3-2 2-3 4-3 6l0 46c0 3 1 5 3 7 2 1 4 2 7 2l54 0c3 0 5-1 7-2 2-2 3-4 3-7z m182 119c0 40-9 77-29 110-20 34-46 60-80 80-33 20-70 29-110 29-40 0-77-9-110-29-34-20-60-46-80-80-20-33-29-70-29-110 0-40 9-77 29-110 20-34 46-60 80-80 33-20 70-29 110-29 40 0 77 9 110 29 34 20 60 46 80 80 20 33 29 70 29 110z\" transform=\"scale(0.046875 0.046875)\"><\/path><\/svg><\/div><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"input_text\" class=\"ff-el-form-control\" placeholder=\"\u4f8b\uff1a\u304a\u5ba2\u69d81\uff1a\u30de\u30c3\u30b5\u30fc\u30b890\u5206\u3001\u304a\u5ba2\u69d82\uff1a\u30dc\u30c7\u30a3\u30b9\u30af\u30e9\u30d6...\" data-name=\"input_text\" id=\"ff_5_input_text\"  aria-invalid=\"false\" aria-required=true><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label   aria-label=\"\u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3\u306e\u9078\u629e\">\u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3\u306e\u9078\u629e<\/label><\/div><div class='ff-el-input--content'><div class='ff-el-form-check ff-el-form-check-'><label class='ff-el-form-check-label' for='input_radio_6fe2d85a23910c9b24c395f8b94f2de1'><input  type=\"radio\" name=\"input_radio\" data-name=\"input_radio\" class=\"ff-el-form-check-input ff-el-form-check-radio\" value=\"\u9001\u8fce\u30b5\u30fc\u30d3\u30b9\u4e0d\u8981\"  id='input_radio_6fe2d85a23910c9b24c395f8b94f2de1' aria-label='\u9001\u8fce\u30b5\u30fc\u30d3\u30b9\u4e0d\u8981' aria-invalid='false' aria-required=true> <span>\u9001\u8fce\u30b5\u30fc\u30d3\u30b9\u4e0d\u8981<\/span><\/label><\/div><div class='ff-el-form-check ff-el-form-check-'><label class='ff-el-form-check-label' for='input_radio_81adccf29daf9c241280383de5c823d9'><input  type=\"radio\" name=\"input_radio\" data-name=\"input_radio\" class=\"ff-el-form-check-input ff-el-form-check-radio\" value=\"\u9001\u8fce\u30b5\u30fc\u30d3\u30b9\u3092\u5e0c\u671b\u3059\u308b\"  id='input_radio_81adccf29daf9c241280383de5c823d9' aria-label='\u9001\u8fce\u30b5\u30fc\u30d3\u30b9\u3092\u5e0c\u671b\u3059\u308b' aria-invalid='false' aria-required=true> <span>\u9001\u8fce\u30b5\u30fc\u30d3\u30b9\u3092\u5e0c\u671b\u3059\u308b<\/span><\/label><\/div><\/div><\/div><div class='ff-el-group has-conditions'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_5_input_text_1' id='label_ff_5_input_text_1' aria-label=\"\u304a\u8fce\u3048\u5834\u6240\uff08\u4efb\u610f\uff09\">\u304a\u8fce\u3048\u5834\u6240\uff08\u4efb\u610f\uff09<\/label><div class=\"ff-el-tooltip\" data-content=\"\u6b63\u78ba\u306a\u30db\u30c6\u30eb\u540d\u307e\u305f\u306f\u8a73\u7d30\u306a\u3054\u4f4f\u6240\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\"><svg width=\"16\" height=\"16\" viewbox=\"0 0 25 25\"><path d=\"m329 393l0-46c0-2-1-4-2-6-2-2-4-3-7-3l-27 0 0-146c0-3-1-5-3-7-2-1-4-2-7-2l-91 0c-3 0-5 1-7 2-1 2-2 4-2 7l0 46c0 2 1 5 2 6 2 2 4 3 7 3l27 0 0 91-27 0c-3 0-5 1-7 3-1 2-2 4-2 6l0 46c0 3 1 5 2 7 2 1 4 2 7 2l128 0c3 0 5-1 7-2 1-2 2-4 2-7z m-36-256l0-46c0-2-1-4-3-6-2-2-4-3-7-3l-54 0c-3 0-5 1-7 3-2 2-3 4-3 6l0 46c0 3 1 5 3 7 2 1 4 2 7 2l54 0c3 0 5-1 7-2 2-2 3-4 3-7z m182 119c0 40-9 77-29 110-20 34-46 60-80 80-33 20-70 29-110 29-40 0-77-9-110-29-34-20-60-46-80-80-20-33-29-70-29-110 0-40 9-77 29-110 20-34 46-60 80-80 33-20 70-29 110-29 40 0 77 9 110 29 34 20 60 46 80 80 20 33 29 70 29 110z\" transform=\"scale(0.046875 0.046875)\"><\/path><\/svg><\/div><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"input_text_1\" class=\"ff-el-form-control\" placeholder=\"\u4f8b\uff1a\u30b7\u30a7\u30e9\u30c8\u30f3\u30b0\u30e9\u30f3\u30c9\u30c0\u30ca\u30f3...\" data-name=\"input_text_1\" id=\"ff_5_input_text_1\"  aria-invalid=\"false\" aria-required=false><\/div><\/div><div class='ff-el-group has-conditions'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_5_datetime_2' id='label_ff_5_datetime_2' aria-label=\"\u3054\u5e0c\u671b\u306e\u304a\u8fce\u3048\u6642\u9593 (\u5348\u524d8:00 \uff5e \u5348\u5f8c7:30)\">\u3054\u5e0c\u671b\u306e\u304a\u8fce\u3048\u6642\u9593 (\u5348\u524d8:00 \uff5e \u5348\u5f8c7:30)<\/label><\/div><div class='ff-el-input--content'><input  aria-label='\u3054\u5e0c\u671b\u306e\u304a\u8fce\u3048\u6642\u9593 (\u5348\u524d8:00 \uff5e \u5348\u5f8c7:30) Use arrow keys to navigate dates. Press enter to select a date.'  aria-haspopup='dialog' data-type-datepicker data-format='h:i K' type=\"text\" name=\"datetime_2\" id=\"ff_5_datetime_2\" class=\"ff-el-form-control ff-el-datepicker\" data-name=\"datetime_2\"  aria-invalid='false' aria-required=false><\/div><\/div><div class='ff-el-group has-conditions'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_5_input_text_2' id='label_ff_5_input_text_2' aria-label=\"\u304a\u9001\u308a\u5834\u6240\uff08\u4efb\u610f\uff09\">\u304a\u9001\u308a\u5834\u6240\uff08\u4efb\u610f\uff09<\/label><div class=\"ff-el-tooltip\" data-content=\"\u30db\u30c6\u30eb\u540d\u307e\u305f\u306f\u8a73\u7d30\u306a\u3054\u4f4f\u6240\u3002\"><svg width=\"16\" height=\"16\" viewbox=\"0 0 25 25\"><path d=\"m329 393l0-46c0-2-1-4-2-6-2-2-4-3-7-3l-27 0 0-146c0-3-1-5-3-7-2-1-4-2-7-2l-91 0c-3 0-5 1-7 2-1 2-2 4-2 7l0 46c0 2 1 5 2 6 2 2 4 3 7 3l27 0 0 91-27 0c-3 0-5 1-7 3-1 2-2 4-2 6l0 46c0 3 1 5 2 7 2 1 4 2 7 2l128 0c3 0 5-1 7-2 1-2 2-4 2-7z m-36-256l0-46c0-2-1-4-3-6-2-2-4-3-7-3l-54 0c-3 0-5 1-7 3-2 2-3 4-3 6l0 46c0 3 1 5 3 7 2 1 4 2 7 2l54 0c3 0 5-1 7-2 2-2 3-4 3-7z m182 119c0 40-9 77-29 110-20 34-46 60-80 80-33 20-70 29-110 29-40 0-77-9-110-29-34-20-60-46-80-80-20-33-29-70-29-110 0-40 9-77 29-110 20-34 46-60 80-80 33-20 70-29 110-29 40 0 77 9 110 29 34 20 60 46 80 80 20 33 29 70 29 110z\" transform=\"scale(0.046875 0.046875)\"><\/path><\/svg><\/div><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"input_text_2\" class=\"ff-el-form-control\" placeholder=\"\u4f8b\uff1a\u30db\u30a4\u30a2\u30f3\u65e7\u5e02\u8857...\" data-name=\"input_text_2\" id=\"ff_5_input_text_2\"  aria-invalid=\"false\" aria-required=false><\/div><\/div><div class='ff-el-group has-conditions'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_5_input_text_3' id='label_ff_5_input_text_3' aria-label=\"\u9023\u7d61\u5148\uff08LINE  ID\/ WhatsApp\uff09\">\u9023\u7d61\u5148\uff08LINE  ID\/ WhatsApp\uff09<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"input_text_3\" class=\"ff-el-form-control\" placeholder=\"\u56fd\u756a\u53f7\u3092\u542b\u3081\u3066\u304f\u3060\u3055\u3044\uff08\u4f8b\uff1a+81, +84...\uff09\" data-name=\"input_text_3\" id=\"ff_5_input_text_3\"  aria-invalid=\"false\" aria-required=true><\/div><\/div><div class='ff-el-group ff-text-left ff_submit_btn_wrapper'><button type=\"submit\" class=\"ff-btn ff-btn-submit ff-btn-md ff_btn_style wpf_has_custom_css\"  aria-label=\"\u4e88\u7d04\u3092\u7533\u3057\u8fbc\u3080\">\u4e88\u7d04\u3092\u7533\u3057\u8fbc\u3080<\/button><\/div><\/fieldset><\/form><div id='fluentform_5_errors' class='ff-errors-in-stack ff_form_instance_5_1 ff-form-loading_errors ff_form_instance_5_1_errors'><\/div><\/div>            <script type=\"text\/javascript\">\n                window.fluent_form_ff_form_instance_5_1 = {\"id\":\"5\",\"ajaxUrl\":\"https:\\\/\\\/sandyhillspa.com\\\/wp-admin\\\/admin-ajax.php\",\"settings\":{\"layout\":{\"labelPlacement\":\"top\",\"asteriskPlacement\":\"asterisk-right\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\"},\"restrictions\":{\"denyEmptySubmission\":{\"enabled\":false}}},\"form_instance\":\"ff_form_instance_5_1\",\"form_id_selector\":\"fluentform_5\",\"rules\":{\"datetime\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"dropdown\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"names[first_name]\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"names[middle_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"names[last_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"email\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\",\"global_message\":\"This field must contain a valid email\",\"global\":true}},\"dropdown_1\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"input_text\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"input_radio\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"input_text_1\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"datetime_2\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"input_text_2\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"input_text_3\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}}},\"debounce_time\":300,\"conditionals\":{\"input_text_1\":{\"type\":\"any\",\"status\":true,\"conditions\":[{\"field\":\"input_radio\",\"value\":\"\\u9001\\u8fce\\u30b5\\u30fc\\u30d3\\u30b9\\u3092\\u5e0c\\u671b\\u3059\\u308b\",\"operator\":\"=\"}],\"condition_groups\":[{\"rules\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}],\"title\":\"\",\"isEditingTitle\":false,\"isPreviewOpen\":false,\"isGroupOpen\":true}]},\"datetime_2\":{\"type\":\"any\",\"status\":true,\"conditions\":[{\"field\":\"input_radio\",\"value\":\"\\u9001\\u8fce\\u30b5\\u30fc\\u30d3\\u30b9\\u3092\\u5e0c\\u671b\\u3059\\u308b\",\"operator\":\"=\"}],\"condition_groups\":[{\"rules\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}],\"title\":\"\",\"isEditingTitle\":false,\"isPreviewOpen\":false,\"isGroupOpen\":true}]},\"input_text_2\":{\"type\":\"any\",\"status\":true,\"conditions\":[{\"field\":\"input_radio\",\"value\":\"\\u9001\\u8fce\\u30b5\\u30fc\\u30d3\\u30b9\\u3092\\u5e0c\\u671b\\u3059\\u308b\",\"operator\":\"=\"}],\"condition_groups\":[{\"rules\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}],\"title\":\"\",\"isEditingTitle\":false,\"isPreviewOpen\":false,\"isGroupOpen\":true}]},\"input_text_3\":{\"type\":\"any\",\"status\":true,\"conditions\":[{\"field\":\"input_radio\",\"value\":\"\\u9001\\u8fce\\u30b5\\u30fc\\u30d3\\u30b9\\u3092\\u5e0c\\u671b\\u3059\\u308b\",\"operator\":\"=\"}],\"condition_groups\":[{\"rules\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}],\"title\":\"\",\"isEditingTitle\":false,\"isPreviewOpen\":false,\"isGroupOpen\":true}]}},\"file_upload_settings\":[]};\n                            <\/script>\n            \n\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":{"footnotes":""},"class_list":["post-2221","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/sandyhillspa.com\/ja\/wp-json\/wp\/v2\/pages\/2221","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sandyhillspa.com\/ja\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sandyhillspa.com\/ja\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sandyhillspa.com\/ja\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sandyhillspa.com\/ja\/wp-json\/wp\/v2\/comments?post=2221"}],"version-history":[{"count":2,"href":"https:\/\/sandyhillspa.com\/ja\/wp-json\/wp\/v2\/pages\/2221\/revisions"}],"predecessor-version":[{"id":9126,"href":"https:\/\/sandyhillspa.com\/ja\/wp-json\/wp\/v2\/pages\/2221\/revisions\/9126"}],"wp:attachment":[{"href":"https:\/\/sandyhillspa.com\/ja\/wp-json\/wp\/v2\/media?parent=2221"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}