{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
{% extends 'default_frame.twig' %}
{% form_theme form 'Form/form_div_layout.twig' %}
{% set breadcrumbs = {
'':'お問合せ'
} %}
{% block javascript %}
<script src="//yubinbango.github.io/yubinbango/yubinbango.js" charset="UTF-8"></script>
{% endblock javascript %}
{% block main %}
{% include 'Block/breadcrumbs.twig' %}
<div class="ec-contactRole">
<div class="ec-pageHeader">
<h1>{{ 'front.contact.title'|trans }}</h1>
</div>
<div class="ec-off1Grid">
<!--[if lte IE 8]>
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2-legacy.js"></script>
<![endif]-->
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js"></script>
<script>
hbspt.forms.create({
region: "na1",
portalId: "8681135",
formId: "00b7e722-ad33-4bb2-9654-c345083972ee"
});
</script>
</div>
</div>
{% endblock %}