hanajikan.shop Open in urlscan Pro
172.67.184.155  Public Scan

URL: https://hanajikan.shop/inquiry
Submission: On July 23 via api from JP — Scanned from JP

Form analysis 2 forms found in the DOM

Name: ctrl.form

<form name="ctrl.form" class="btn_search_input_container s-store_page_font_sans_serif ng-pristine ng-invalid ng-invalid-required ng-hide" ng-show="ctrl.formShow" ng-submit="ctrl.search()" novalidate=""><input type="text" name="query"
    placeholder="アイテムを検索" class="btn_search_input ng-pristine ng-untouched ng-invalid ng-invalid-required" ng-blur="ctrl.hideForm()" ng-model="ctrl.query" required=""><button type="submit" ng-click="ctrl.search($event)"
    class="btn_search_input_btn"></button></form>

Name: form

<form novalidate="" class="js-inquiry__form ng-pristine ng-scope ng-invalid ng-invalid-required ng-valid-email ng-valid-pattern" name="form" ng-controller="InquiryFormController as formCtrl">
  <script src="https://www.recaptcha.net/recaptcha/api.js" async="" defer=""></script>
  <div data-size="invisible" data-sitekey="6Lf5KmcUAAAAAPOISPdY7KjS8HpugYksAKvtuxtn" data-badge="bottomleft" data-callback="formSubmit" class="g-recaptcha ">
    <div class="grecaptcha-badge" data-style="bottomleft"
      style="width: 256px; height: 60px; display: block; transition: left 0.3s ease 0s; position: fixed; bottom: 14px; left: -186px; box-shadow: gray 0px 0px 5px; border-radius: 2px; overflow: hidden;">
      <div class="grecaptcha-logo"><iframe title="reCAPTCHA"
          src="https://www.recaptcha.net/recaptcha/api2/anchor?ar=1&amp;k=6Lf5KmcUAAAAAPOISPdY7KjS8HpugYksAKvtuxtn&amp;co=aHR0cHM6Ly9oYW5hamlrYW4uc2hvcDo0NDM.&amp;hl=en&amp;v=iRvKkcsnpNcOYYwhqaQxPITz&amp;size=invisible&amp;badge=bottomleft&amp;cb=5ddomdiszqtx"
          width="256" height="60" role="presentation" name="a-394ur06jrc62" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe>
      </div>
      <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
        style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
    </div><iframe style="display: none;"></iframe>
  </div>
  <div class="form">
    <dl class="form_list">
      <dt class="form_list_title"><label id="name_label" class="form_label">お名前</label></dt>
      <dd class="form_list_input row name">
        <span id="last_name" class="sr-only">姓</span>
        <input class="form_input short ng-pristine ng-untouched ng-invalid ng-invalid-required" name="lastName" type="text" placeholder="姓" required="" aria-labelledby="name_label last_name" ng-model="formCtrl.lastName">
      </dd>
      <dd class="form_list_input row name">
        <span id="first_name" class="sr-only">名</span>
        <input class="form_input short ng-pristine ng-untouched ng-invalid ng-invalid-required" name="firstName" type="text" placeholder="名" required="" aria-labelledby="name_label first_name" ng-model="formCtrl.firstName">
      </dd>
    </dl>
    <dl class="form_list">
      <dt class="form_list_title"><label id="email_label" class="form_label">メールアドレス</label></dt>
      <dd class="form_list_input"><input name="email" type="email" placeholder="sample@stores.jp" class="form_input long ng-pristine ng-untouched ng-valid-email ng-invalid ng-invalid-required" required="" aria-labelledby="email_label"
          ng-model="formCtrl.email"></dd>
      <div class="form_list_caption"><small>※「@ml.kadokawa.jp 」「@stores.jp」からのメールを受信許可してください</small></div>
    </dl>
    <dl class="form_list">
      <dt class="form_list_title">
        <label id="tel_label" class="form_label">電話番号</label>
        <span class="form_icon_optional">任意</span>
      </dt>
      <dd class="form_list_input"><input name="tel" type="tel" placeholder="08012345678" class="form_input short ng-pristine ng-untouched ng-valid" aria-labelledby="tel_label" ng-model="formCtrl.tel">
      </dd>
    </dl>
    <dl class="form_list">
      <dt class="form_list_title">
        <label id="order_number_label" class="form_label">オーダー番号</label>
        <span class="form_icon_optional">任意</span>
      </dt>
      <dd class="form_list_input"><input name="orderNumber" ng-pattern="/[0-9]{10}/" placeholder="1234567890" class="form_input short ng-pristine ng-untouched ng-valid ng-valid-pattern" aria-labelledby="order_number_label"
          ng-model="formCtrl.orderNumber">
      </dd>
    </dl>
    <dl class="form_list">
      <dt class="form_list_title"><label id="body_label" class="form_label">お問い合わせ内容</label></dt>
      <dd class="form_list_input"><textarea class="form_input ng-pristine ng-untouched ng-invalid ng-invalid-required" name="body" cols="55" rows="10" required="" aria-labelledby="body_label" ng-model="formCtrl.body"></textarea></dd>
    </dl>
  </div>
  <div class="privacy_policy">
    <!-- ngIf: formCtrl.I18n.locale === 'ja' -->
    <p class="agreement_policies ng-scope" ng-if="formCtrl.I18n.locale === 'ja'">
      <a href="/terms">利用規約</a> と <a href="/privacy_policy">プライバシーポリシー</a> および、 <a target="_blank" rel="noopener noreferrer" href="https://stores.jp/ec/privacy_policy">STORES のプライバシーポリシー</a> に同意してご利用ください。
    </p><!-- end ngIf: formCtrl.I18n.locale === 'ja' -->
    <!-- ngIf: formCtrl.I18n.locale === 'en' -->
  </div>
  <div class="checkbox_agreement">
    <input id="checkbox_agreement" name="checkbox_agreement" type="checkbox" class="form_input checkbox--accessible_by_keyboard ng-pristine ng-untouched ng-invalid ng-invalid-required" ng-model="formCtrl.checkedPolicy" required="">
    <label for="checkbox_agreement" class="ng-binding">同意する(必須)</label>
    <!-- ngIf: form.$submitted && form.checkbox_agreement.$invalid -->
  </div>
  <div class="btn_wrap inquiry_btn_wrap">
    <button type="submit" class="btn btn_send button--with-focus-visible-ring" ng-click="formCtrl.onSubmit()" ng-hide="formCtrl.isDoing">送信する</button>
    <div class="btn btn_send btn_pending ng-hide" ng-show="formCtrl.isDoing">
      <div class="spinner">
        <div class="bounce1"></div>
        <div class="bounce2"></div>
        <div class="bounce3"></div>
      </div>
    </div>
  </div>
</form>

Text Content

   
   LOGIN
    * ログイン
    * 新規会員登録
   
   様
    * マイページ
    * お気に入り
    * 購入履歴
    * アカウント設定
    * ログアウト

 * 




花時間

 * HOME
 * ご利用ガイド
 * カテゴリー
    * 7‐9月_グリーンブーケ
    * 1回限りのお試し便
    * 花の定期便
      * 1980円_毎週、隔週、毎月
      * 3850円_毎月
      * 5500円_毎月
      * 3850円、5500円_毎月
    * ハーバリウムペン
    * クール便

 * アイテム
 * お問い合わせ
 * 『花時間』について

こちらの「よくある質問」ページですぐにご解決いただけるかもしれません。

 * 【定期便】花の名前を知ることはできますか
 * 【定期便、アレンジ、花束】花が傷んでいたら、交換できますか
 * 【定期便、花束】花が届いたら、最初にすることを教えてください

その他のよくある質問はこちら


お問い合わせ

お名前 姓 名 メールアドレス
※「@ml.kadokawa.jp 」「@stores.jp」からのメールを受信許可してください
電話番号 任意 オーダー番号 任意 お問い合わせ内容

利用規約 と プライバシーポリシー および、 STORES のプライバシーポリシー に同意してご利用ください。

同意する(必須)
送信する


お問い合わせいただきありがとうございます。

ご返信までしばらくお待ちください。

※当ストアからの返信の可能性がございますので
「@ml.kadokawa.jp 」からのメール受信許可をお願いいたします。

トップに戻る

 * 
 *  * 特定商取引法に関する表記
    * 利用規約
    * プライバシーポリシー

 * ツイートする シェアする

powered by STORES
 * https://www.facebook.com/hanaenterbrain
 * https://twitter.com/hana_jikan
 * https://instagram.com/hanajikan_magazine/
 * https://www.youtube.com/channel/UCD9f2VvYAeH55IS7UzHzvPg
 * https://store.kadokawa.co.jp/shop/pages/hanajikan_marche_about.aspx