{% block stylesheet %}
<style>
.ec-drawerRole {
background: #1A7EE7 !important;
}
.ec-headerLinkArea {
background: #1A7EE7 !important;
}
.ec-headerLink__list {
margin: 100px auto;
width: 90%;
}
.ec-headerLink__footer {
position: absolute;
bottom: 0;
}
.denwa-sp {
position: absolute;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
bottom: 10px;
width: 84% !important;
}
.link-zelda {
font-family: "Roboto", "ヒラギノ角ゴ ProN", "メイリオ", "sans-serif";
font-style: normal;
font-weight: 300;
font-size: 15px;
line-height: 24px;
color: #FFFFFF;
}
</style>
{% endblock %}
<div class="ec-headerLinkArea">
<div class="ec-headerLink__list">
<a class="ec-headerLink__item" href="{{ path('guide') }}">
<span class="link-zelda">初めての方へ</span>
</a>
<a class="ec-headerLink__item" href="{{ path('faq') }}">
<span class="link-zelda">FAQ</span>
</a>
<a class="ec-headerLink__item" href="{{ path('contact_emergency') }}">
<span class="link-zelda">お急ぎの方へ</span>
</a>
</div>
<div class="ec-headerLink__footer">
<img class="w-100" src="{{ asset('assets/img/common/contact_footer_sp.svg') }}">
<a href="tel:08021491503">
<img class="w-75 denwa-sp" src="{{ asset('assets/img/common/denwa.svg') }}">
</a>
</div>
</div>