<!DOCTYPE html>
<html dir="ltr" lang="ja">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="format-detection" content="telephone=no,address=no,email=no">
<title>{{ sub_title is defined ? sub_title : "" }} | {{ site_name }}</title>
<link rel="stylesheet" href="common/css/reset.css">
<link rel="stylesheet" href="common/css/remodal.css">
<link rel="stylesheet" href="common/css/common.css">
{% block stylesheet %}{% endblock %}
<link href="/img/apple-touch-icon.png" rel="apple-touch-icon">
<link href="/img/favicon.ico" rel="icon">
</head>
<body id="anchor-top">
<div class="wrapper">
<!--**** header *-->
{% block header %}{% endblock %}
<!--**** //header *-->
<!--**** contents *-->
{% block main %}{% endblock %}
<!--**** //contents *-->
<!--**** footer *-->
{% if app.request.attributes.get('_route') != "app_top_topmenu" %}
<footer class="fixedFooter" role="contentinfo">
<div class="fixedFooter-container">
<div class="fixedFooter-time">
<button type="button" class="fixedFooter-time-reload">更新する</button>
<div>
<time class="fixedFooter-time-main">{{ date('now')|date('Y-m-d H:i') }} 時点</time>
<div class="interval_memo" style="text-align:center"></div>
</div>
</div>
</div>
</footer>
{% endif %}
<!--**** //footer *-->
</div><!-- wrapper end -->
{% block javascript %}{% endblock %}
</body>
</html>