{#
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.
#}
<div class="ec-headerNaviRole">
<div class="ec-headerNaviRole__nav">
<!-- サイトロゴ -->
{# 表示専用サイト #}
<a href="{{ app.request.schemeAndHttpHost }}">
<img src="{{ asset('/img/banner/01_banner-top/01_logo_yume_300-300.jpg') }}" style="width: 5.5%;" />
</a>
<!-- まyページ -->
<a href="#">
<img src="{{ asset('/img/banner/01_banner-top/01_to_buyer_to_my-page_300-75.jpg') }}" style="width: 22%;" />
</a>
<!-- まy登録 -->
<a href="#">
<img src="{{ asset('/img/banner/01_banner-top/01_to_buyer_touroku_300-75.jpg') }}" style="width: 22%;" />
</a>
<!-- セラーページ -->
<a href="#">
<img src="{{ asset('/img/banner/01_banner-top/01_seller_to_my-page_300-75.jpg') }}" style="width: 22%;" />
</a>
<!-- セラー登録 -->
<a href="#">
<img src="{{ asset('/img/banner/01_banner-top/01_to_seller_touroku_300-75.jpg') }}" style="width: 22%;" />
</a>
</div>
{#
<div class="ec-headerRole__cart">
{{ include('Block/cart.twig') }}
</div>
#}
</div>
<style>
.ec-headerNaviRole__nav {
margin: 0 auto; /* 左右の余白を自動で設定してセンタリング */
text-align: center; /* 内容を水平中央に配置 */
}
</style>