{% extends 'default_frame.twig' %}
{% block main %}
<div class="xs-gutter">
<div class="help-content-container">
<h1>{{ '営業時間帯'|trans }}</h1>
<p class="help-content-container__body mt-6">
ネットでのご注文は24時間受け付けております。お電話でのお問合せは下記の時間帯にお願いします。
</p>
<div class="mt-8">
<p class="help-content-container__body">月~金 <strong>10:00~16:00</strong></p>
<p class="help-content-container__body text-danger">※土日祝祭日、夏季休業日、年末年始はお休みをいただきます。
メールの返信は翌営業日以降となりますので、ご了承ください。</p>
</div>
</div>
</div>
{% endblock %}