{#
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.
#}
<style>
.ec-headerNaviRole__right{
margin-bottom: 20px !important;
}
.ec-headerNaviRole__left{
margin-top: 20px !important;
}
@media only screen and (min-width: 768px)
{
.ec-headerTitle .ec-headerTitle__title a
{
font-size: 36px;
line-height: 1.1em;
}
.ec-headerNaviRole .ec-headerNaviRole__left
{
width: 100%; /* calc(100% / 2); */
}
}
@media only screen and (max-width: 768px) {
.ec-headerNavSP {
top: 10px;
}
}
.ec-headerSearch {
margin-bottom: 10px;
margin-top: -35px;
}
.ec-headerNav__item a i {
width: 1.25em;
}
.fa, .far, .fas {
font-family: "Font Awesome 5 Free";
}
</style>
<div class="ec-headerNaviRole ">
<div class="ec-headerRole__navSP">
{{ include('Block/nav_sp.twig') }}
</div>
<div class="ec-headerNaviRole__left pc_only">
<!--<p class="shoulder_text">多聴多読マガジン、英語教材、多聴多読ステーションの音声素材を購入できます</p>-->
<div class="ec-headerRole__title">
<div class="ec-headerTitle">
<div class="ec-headerTitle__title">
<p>
<a href="{{ url('homepage') }}">
<img src="{{ asset('assets/img/logo.png') }}" title="{{ BaseInfo.shop_name }}" alt="{{ BaseInfo.shop_name }}" style="max-height:100px">
</a>
</p>
</div>
</div>
</div>
</div>
<div class="ec-headerNaviRole__right ">
<div class="ec-headerNaviRole__nav">
{{ include('Block/login.twig') }}
</div>
<div class="ec-headerRole__cart">
{{ include('Block/cart.twig') }}
</div>
</div>
</div>