<!doctype html>
{#
This file is part of EC-CUBE
Copyright(c) 2000-2015 LOCKON CO.,LTD. All Rights Reserved.
http://www.lockon.co.jp/
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#}
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{{ BaseInfo.shop_name }}{% if subtitle is defined and subtitle is not empty %} / {{ subtitle }}{% elseif title is defined and title is not empty %} / {{ title }}{% endif %}</title>
{% if Page.author is not empty %}
<meta name="author" content="{{ Page.author }}">
{% endif %}
{% if Page.description is not empty %}
<meta name="description" content="{{ Page.description }}">
{% endif %}
{% if Page.author is not empty %}
<meta name="author" content="{{ Page.author }}">
{% endif %}
{% if Page.keyword is not empty %}
<meta name="keywords" content="{{ Page.keyword }}">
{% endif %}
{% if Page.meta_robots is not empty %}
<meta name="robots" content="{{ Page.meta_robots }}">
{% endif %}
<meta name="viewport" content="width=device-width, initial-scale=1">
{% if Page.meta_tags is not empty %}
{{ Page.meta_tags|raw }}
{% endif %}
{% block meta_tags %}{% endblock %}
<link rel="icon" href="/reservation_english/html/html/template/default/img/common/favicon.ico">
<link rel="stylesheet" href="/reservation_english/html/html/template/default/css/style.css?v={{ constant('Eccube\\Common\\Constant::VERSION') }}">
<link rel="stylesheet" href="/reservation_english/html/html/template/default/css/slick.css?v={{ constant('Eccube\\Common\\Constant::VERSION') }}">
<link rel="stylesheet" href="/reservation_english/html/html/template/default/css/default.css?v={{ constant('Eccube\\Common\\Constant::VERSION') }}">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.3/themes/base/jquery-ui.min.css">
<!-- for original theme CSS -->
{% block stylesheet %}{% endblock %}
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.4/moment.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.min.js"></script>
<script>window.jQuery || document.write('<script src="/reservation_english/html/html/template/default/js/vendor/jquery-1.11.3.min.js?v={{ constant('Eccube\\Common\\Constant::VERSION') }}"><\/script>')</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.3/jquery-ui.min.js"></script>
{# ▼Head COLUMN #}
{% if Layout.Head %}
{# ▼上ナビ #}
{{ include('block.twig', {'Blocks': Layout.Head}) }}
{# ▲上ナビ #}
{% endif %}
{# ▲Head COLUMN #}
</head>
<body id="page_{{ app.request.get('_route') }}" class="{{ body_class|default('other_page') }}">
<div id="wrapper">
<header id="header">
<div class="container-fluid inner">
{# ▼HeaderInternal COLUMN #}
{% if Layout.Header %}
<header class="ec-layoutRole_header">
{{ include('block.twig', {'Blocks': Layout.Header}) }}
</header>
{% endif %}
{# ▲HeaderInternal COLUMN #}
<p id="btn_menu"><a class="nav-trigger" href="#nav">Menu<span></span></a></p>
</div>
</header>
<div id="contents" class="">
<div id="contents_top">
{# ▼TOP COLUMN #}
{% if Layout.ContentsTop %}
<div class="ec-layoutRole__contentTop">
{{ include('block.twig', {'Blocks': Layout.ContentsTop}) }}
</div>
{% endif %}
{# ▲TOP COLUMN #}
</div>
<div class="container-fluid inner">
{# ▼LEFT COLUMN #}
{% if Layout.SideLeft %}
<aside class="ec-layoutRole__left">
{{ include('block.twig', {'Blocks': Layout.SideLeft}) }}
</aside>
{% endif %}
{# ▲LEFT COLUMN #}
<div id="main">
{# ▼メイン上部 #}
{% if Layout.MainTop %}
<div class="ec-layoutRole__mainTop">
{{ include('block.twig', {'Blocks': Layout.MainTop}) }}
</div>
{% endif %}
{# ▲メイン上部 #}
<div id="main_middle">
{% block main %}{% endblock %}
</div>
{# ▼メイン下部 #}
{% if Layout.MainBottom %}
<div class="ec-layoutRole__mainBottom">
{{ include('block.twig', {'Blocks': Layout.MainBottom}) }}
</div>
{% endif %}
{# ▲メイン下部 #}
</div>
{# ▼RIGHT COLUMN #}
{% if Layout.SideRight %}
<aside class="ec-layoutRole__right">
{{ include('block.twig', {'Blocks': Layout.SideRight}) }}
</aside>
{% endif %}
{# ▲RIGHT COLUMN #}
{# ▼BOTTOM COLUMN #}
{% if Layout.ContentsBottom %}
<div class="ec-layoutRole__contentBottom">
{{ include('block.twig', {'Blocks': Layout.ContentsBottom}) }}
</div>
{% endif %}
{# ▲BOTTOM COLUMN #}
</div>
<footer id="footer">
{# ▼Footer COLUMN#}
{% if Layout.Footer %}
<footer class="ec-layoutRole_footer">
{{ include('block.twig', {'Blocks': Layout.Footer}) }}
</footer>
{% endif %}
{# ▲Footer COLUMN#}
</footer>
</div>
<div id="drawer" class="drawer sp">
</div>
</div>
<div class="overlay"></div>
<script src="/reservation_english/html/html/template/default/js/vendor/bootstrap.custom.min.js?v={{ constant('Eccube\\Common\\Constant::VERSION') }}"></script>
<script src="/reservation_english/html/html/template/default/js/vendor/slick.min.js?v={{ constant('Eccube\\Common\\Constant::VERSION') }}"></script>
<script src="/reservation_english/html/html/template/default/js/function.js?v={{ constant('Eccube\\Common\\Constant::VERSION') }}"></script>
<script src="/reservation_english/html/html/template/default/js/eccube.js?v={{ constant('Eccube\\Common\\Constant::VERSION') }}"></script>
<script>
$(function () {
$('#drawer').append($('.drawer_block').clone(true).children());
$.ajax({
url: '/reservation_english/html/html/template/default/img/common/svg.html',
type: 'GET',
dataType: 'html',
}).done(function(data){
$('body').prepend(data);
}).fail(function(data){
});
});
</script>
{% block javascript %}{% endblock %}
</body>
</html>