<!doctype html>
{#
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.
#}
<html lang="{{ eccube_config.locale }}">
<head prefix="og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# product: https://ogp.me/ns/product#">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="eccube-csrf-token" content="{{ csrf_token(constant('Eccube\\Common\\Constant::TOKEN_NAME')) }}">
<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.meta_tags is not empty %}
{{ include(template_from_string(Page.meta_tags)) }}
{% if Page.description is not empty %}
<meta name="description" content="{{ Page.description }}">
{% endif %}
{% else %}
{{ include('meta.twig') }}
{% 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 %}
<link rel="icon" href="{{ asset('assets/img/common/favicon.ico', 'user_data') }}">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="stylesheet" href="{{ asset('assets/css/style.css') }}">
<script src="{{ asset('front.bundle.js', 'bundle') }}"></script>
{% block stylesheet %}{% endblock %}
<script>
$(function() {
$.ajaxSetup({
'headers': {
'ECCUBE-CSRF-TOKEN': $('meta[name="eccube-csrf-token"]').attr('content')
}
});
});
</script>
{# Layout: HEAD #}
{% if Layout.Head %}
{{ include('block.twig', {'Blocks': Layout.Head}) }}
{% endif %}
{# プラグイン用styleseetやmetatagなど #}
{% if plugin_assets is defined %}{{ include('@admin/snippet.twig', { snippets: plugin_assets }) }}{% endif %}
<link rel="stylesheet" href="{{ asset('assets/css/customize.css', 'user_data') }}">
{# ange カスタマイズ css js #}
<link rel="stylesheet" href="{{ asset('assets/ange/css/style.css') }}">
{% if body_class|default('none') != 'front_page' %}
<link rel="stylesheet" href="{{ asset('assets/ange/css/contact-shop.css') }}">
{% endif %}
{# <!--
<script
src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous"></script>
-->#}
{% if body_class|default('none') == 'front_page' %}
<!--画面の高さのBOX作成-->
<script src="{{ asset('assets/ange/js/winh.js') }}" type="text/javascript"></script>
<!--画面の高さのBOX作成-->
{% endif %}
<!--アンカー-->
<script src="{{ asset('assets/ange/js/smartRollover.js') }}" type="text/javascript"></script>
<script src="{{ asset('assets/ange/js/md.smoothAnchor.js') }}" type="text/javascript"></script>
<!--アンカー-->
<!--レシポンシブ -->
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700,900">
<link rel="stylesheet" href="{{ asset('assets/ange/css/normalize.css') }}">
<!--レシポンシブ -->
<!--アクセス解析開始-->
<!--アクセス解析終了-->
<link rel="apple-touch-icon" href="{{ asset('assets/ange/icon.png') }}" />
<link rel="shortcut icon" href="{{ asset('assets/ange/icon.png') }}" />
<link rel="apple-touch-icon-precomposed" href="{{ asset('assets/ange/icon.png') }}" />
<!--ハンバーガーメニュー-->
<link rel="stylesheet" href="{{ asset('assets/ange/js/drawer/drawer.css') }}">
<script src="{{ asset('assets/ange/js/drawer/iscroll.js') }}"></script>
<script src="{{ asset('assets/ange/js/drawer/drawer.min.js') }}"></script>
<script>
$(function() {
$('.drawer').drawer();
});
</script>
<!--ハンバーガーメニュー-->
{% if body_class|default('none') == 'front_page' %}
<!--swiper写真スライダー(1)-->
<link rel="stylesheet" href="{{ asset('assets/ange/js/swiper/swiper.css') }}">
<!--swiper写真スライダー(1)-->
{% endif %}
{% if body_class|default('none') == 'product_page' %}
<!--swiper写真スライダー(1)-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css">
<script src="https://cdn.jsdelivr.net/npm/flatpickr"></script>
<script src="https://cdn.jsdelivr.net/npm/flatpickr/dist/l10n/ja.js"></script>
<!--swiper写真スライダー(1)-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.4/css/lightbox.css" integrity="sha512-Woz+DqWYJ51bpVk5Fv0yES/edIMXjj3Ynda+KWTIkGoynAMHrqTcDUQltbipuiaD5ymEo9520lyoVOo9jCQOCA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.4/js/lightbox.min.js"></script>
{% endif %}
{# ange カスタマイズ css js -- ここまで #}
<style>
#fix-navi-top-line-box-shop {
height:18px;
}
.pan-box{
width:100%;
}
</style>
</head>
<body id="page_{{ app.request.get('_route') }}" class="{{ body_class|default('other_page') }} drawer drawer--right"
style="line-height: 33px !important;">
{# Layout: BODY_AFTER #}
{% if Layout.BodyAfter %}
{{ include('block.twig', {'Blocks': Layout.BodyAfter}) }}
{% endif %}
{% if isMaintenance %}
<div class="ec-maintenanceAlert">
<div>
<div class="ec-maintenanceAlert__icon"><img src="{{ asset('assets/icon/exclamation-white.svg') }}"/></div>
{{ 'front.under_maintenance'|trans }}
</div>
</div>
{% endif %}
{# どうしても front_page の場合は ec-layoutRole を飛ばしたいので無理やり if で main block を出し分けしています #}
{% if body_class|default('none') != 'front_page' %}
<div class="ec-layoutRole">
{# Layout: HEADER #}
{% if Layout.Header %}
<header class="ec-layoutRole__header">
{{ include('block.twig', {'Blocks': Layout.Header}) }}
</header>
{% endif %}
{# Layout: CONTENTS_TOP #}
{% if Layout.ContentsTop %}
<div class="ec-layoutRole__contentTop">
{{ include('block.twig', {'Blocks': Layout.ContentsTop}) }}
</div>
{% endif %}
<div class="ec-layoutRole__contents" style="max-width:100%">
{# Layout: SIDE_LEFT #}
{% if Layout.SideLeft %}
<aside class="ec-layoutRole__left">
{{ include('block.twig', {'Blocks': Layout.SideLeft}) }}
</aside>
{% endif %}
{% set layoutRoleMain = 'ec-layoutRole__main' %}
{% if Layout.ColumnNum == 2 %}
{% set layoutRoleMain = 'ec-layoutRole__mainWithColumn' %}
{% elseif Layout.ColumnNum == 3 %}
{% set layoutRoleMain = 'ec-layoutRole__mainBetweenColumn' %}
{% endif %}
<main class="{{ layoutRoleMain }}">
{# Layout: MAIN_TOP #}
{% if Layout.MainTop %}
<div class="ec-layoutRole__mainTop">
{{ include('block.twig', {'Blocks': Layout.MainTop}) }}
</div>
{% endif %}
{% endif %}
{# MAIN AREA #}<br><br><br>
{% block main %}{% endblock %}
{% if body_class|default('none') != 'front_page' %}
{# Layout: MAIN_Bottom #}
{% if Layout.MainBottom %}
<div class="ec-layoutRole__mainBottom">
{{ include('block.twig', {'Blocks': Layout.MainBottom}) }}
</div>
{% endif %}
</main>
{# Layout: SIDE_RIGHT #}
{% if Layout.SideRight %}
<aside class="ec-layoutRole__right">
{{ include('block.twig', {'Blocks': Layout.SideRight}) }}
</aside>
{% endif %}
</div>
{# Layout: CONTENTS_BOTTOM #}
{% if Layout.ContentsBottom %}
<div class="ec-layoutRole__contentBottom">
{{ include('block.twig', {'Blocks': Layout.ContentsBottom}) }}
</div>
{% endif %}
{# Layout: CONTENTS_FOOTER #}
{% if Layout.Footer %}
<footer class="ec-layoutRole__footer">
{{ include('block.twig', {'Blocks': Layout.Footer}) }}
</footer>
{% endif %}
</div><!-- ec-layoutRole -->
{% endif %}
{# ange: footer #}
<footer style="line-height:33px;"><address style="margin-bottom: 0; padding:10px">Copyright (c) Angelica ferice. All Rights Reserved.</address></footer>
{# ange: footer -- ここまで #}
{# ange: 共通ヘッダー用アイコン類 #}
<!-- #EndLibraryItem --><!--ハンバーガーメニュー--><!-- #BeginLibraryItem "/Library/navi-slidebar-shop.lbi" --><!--ハンバーガーメニュー-->
<button type="button" class="drawer-toggle drawer-hamburger"><span class="drawer-hamburger-icon"></span></button>
<nav class="drawer-nav">
<ul class="drawer-menu">
<a href="/"><img src="{{ asset('assets/ange/img/common/slidebars/rogox2.png') }}" width="239"></a>
<li class="navibg01"><a href="top.html">TOP</a></li>
<li class="navibg01"><a href="list.html">振袖レンタル</a></li>
<li class="navibg01"><a href="#">初めての方へ</a></li>
<li class="navibg01"><a href="#">ご利用ガイド</a></li>
<li class="navibg01"><a href="#">よくある質問</a></li>
<!--<li class="navibg01"><a href="#">運営会社</a></li>-->
<li class="navibg01"><a href="#">特定商取引法に基づく表記</a></li>
<li class="navibg01"><a href="#">お問合せ</a></li>
<li class="navibg01"> </li>
</ul>
</nav>
<!--ハンバーガーメニュー--><!-- #EndLibraryItem --><!--ハンバーガーメニュー-->
<!-- ▼最下部FIXボタン▼ -->
<div id="fix-navi-top-line" class="sb-slide">
<div id="main-top-shop1">
<a href="/"><img src="{{ asset('assets/ange/img/top/head-ttlx2.png') }}" width="218"></a>
<div id="main-top-shop3">
{{ include('Block/header.twig') }}
</div>
</div>
</div>
<!--<div id="fix-navi-box"><div id="fix-navi" class="sb-slide"><a href="#main-top55"><img src="{{ asset('assets/ange/img/common/navi/fix-navi.png') }}"></a></div></div>-->
<!-- ▼最下部FIXボタン▼ -->
<!--swiper写真スライダー(2)-->
<link rel="stylesheet" href="{{ asset('assets/ange/js/swiper/swiper.css') }}">
<script src="{{ asset('assets/ange/js/swiper/swiper.js') }}"></script>
<script src="{{ asset('assets/ange/js/swiper/swiper-md-settings.js') }}"></script>
<!--swiper写真スライダー(2)-->
{# ange: 共通ヘッダー用アイコン類 -- ここまで #}
<div class="ec-overlayRole"></div>
<div class="ec-drawerRoleClose"><i class="fas fa-times"></i></div>
<div class="ec-drawerRole">
{# Layout: DRAWER #}
{% if Layout.Drawer %}
{{ include('block.twig', {'Blocks': Layout.Drawer}) }}
{% endif %}
</div>
<div class="ec-blockTopBtn pagetop">{{'common.pagetop'|trans}}</div>
{% include('@common/lang.twig') %}
<script src="{{ asset('assets/js/function.js') }}"></script>
<script src="{{ asset('assets/js/eccube.js') }}"></script>
{% block javascript %}{% endblock %}
{# Layout: CLOSE_BODY_BEFORE #}
{% if Layout.CloseBodyBefore %}
{{ include('block.twig', {'Blocks': Layout.CloseBodyBefore}) }}
{% endif %}
{# プラグイン用Snippet #}
{% if plugin_snippets is defined %}
{{ include('snippet.twig', { snippets: plugin_snippets }) }}
{% endif %}
<script src="{{ asset('assets/js/customize.js', 'user_data') }}"></script>
</body>
</html>