{#
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.
#}
<!-- ヘッダーロゴ--><!-- sns -->
<section class="header-1 header-sns">
<a href="/">
<img class="header_logo" src="{% if app.request.isSecure %}https://{% else %}http://{% endif %}{{ app.request.host }}/wp/wp-content/themes/eyebell/assets/images/eyebell/header_logo.png" alt="メガネ・コンタクトのアイベル" />
</a>
<ul class="sns">
<li>
<a href="https://www.mimibel.com/" target="_blank">
<img class="header_logo2" title="ミミベル" alt="ミミベル" src="{% if app.request.isSecure %}https://{% else %}http://{% endif %}{{ app.request.host }}/wp/wp-content/themes/eyebell/assets/images/eyebell/mimibel_logo.png" />
</a>
</li>
<li>
<a href="https://www.facebook.com/eyebell5864" target="_blank">
<img title="Facebook:メガネのアイベル" alt="Facebook" src="{% if app.request.isSecure %}https://{% else %}http://{% endif %}{{ app.request.host }}/wp/wp-content/uploads/2022/10/f_logo_RGB-Blue_58.png" />
<!--<sapn>メガネのアイベル</sapn>-->
</a>
</li>
<li>
<a href="https://www.facebook.com/eyebell2930" target="_blank">
<img title="Facebook:オプトマックスアイベル君津店" alt="Facebook" src="{% if app.request.isSecure %}https://{% else %}http://{% endif %}{{ app.request.host }}/wp/wp-content/uploads/2022/10/f_logo_RGB-Blue_58.png" />
<!--<sapn>オプトマックスアイベル君津店</sapn>-->
</a>
</li>
<li>
<a href="https://lin.ee/m2Bk4vwq" target="_blank">
<img title="Line:オプトマックスアイベル" alt="LINE" src="{% if app.request.isSecure %}https://{% else %}http://{% endif %}{{ app.request.host }}/wp/wp-content/uploads/2022/11/LINE_Brand_icon.png" />
</a>
</li>
</ul>
</section>
<!-- グローバルメニュー PC -->
<section class="header-2 show-pc">
<nav class="header-nav">
<ul class="">
<li><a href="/">HOME</a></li>
<li><a href="/glasses/">メガネ</a>
<ul>
<li><a href="/glasses/">メガネブランド</a></li>
<li><a href="/こどもメガネ/">こどもメガネ</a></li>
</ul>
</li>
<li><a href="/コンタクトレンズ/">コンタクトレンズ</a></li>
<li><a href="/視力測定/">視力測定</a></li>
<li><a href="/遠近両用メガネ/">遠近両用メガネ</a></li>
<li><a href="/店舗情報/">店舗情報</a></li>
<li><a href="/採用/">採用</a></li>
<li><a href="/blog/">ブログ</a>
<ul id="header_nav_blog_list">
</ul>
</li>
</ul>
</nav>
</section>
<!-- グローバルメニュー SP -->
<section class="header-3 show-sp">
<input id="drawer_input" class="drawer_hidden" type="checkbox">
<label for="drawer_input" class="drawer_open show-sp"><span></span></label>
<nav class="drawer-nav">
<ul class="">
<li><a href="/">HOME</a></li>
<li><a href="/glasses/">メガネ</a>
<ul>
<li><a href="/glasses/">メガネブランド</a></li>
<li><a href="/こどもメガネ/">こどもメガネ</a></li>
</ul>
</li>
<li><a href="/コンタクトレンズ/">コンタクトレンズ</a></li>
<li><a href="/視力測定/">視力測定</a></li>
<li><a href="/遠近両用メガネ/">遠近両用メガネ</a></li>
<li><a href="/店舗情報/">店舗情報</a></li>
<li><a href="/採用/">採用</a></li>
<li><a href="/blog/">ブログ</a>
<ul id="header_nav_blog_list_sp">
</ul>
</li>
</ul>
</nav>
</section>