<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* index.twig */
class __TwigTemplate_239aeece81a403760c0cfc7c61732d020eecbea416c82f7cb8ece2277e19a8cc extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'stylesheet' => [$this, 'block_stylesheet'],
'javascript' => [$this, 'block_javascript'],
'main' => [$this, 'block_main'],
];
}
protected function doGetParent(array $context)
{
// line 11
return "default_frame.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "index.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "index.twig"));
// line 13
$context["body_class"] = "front_page";
// line 11
$this->parent = $this->loadTemplate("default_frame.twig", "index.twig", 11);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 15
public function block_stylesheet($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
// line 16
echo " <style>
</style>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 21
public function block_javascript($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
// line 22
echo " <script>
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 27
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
// line 28
echo "
<div class=\"o-topMv\">
<picture>
<source media=\"(max-width:767px)\" srcset=\"/html/user_data/img/top_mv_sp.png\">
<img src=\"/html/user_data/img/top_mv_pc.png\" alt=\"\" loading=\"lazy\">
</picture>
</div>
<div class=\"o-topActivity\">
<h2 class=\"o-secTtl\">Recommended Activity</h2>
<div class=\"o-topActivity_list\">
<div class=\"o-topActivity_cont\">
<a href=\"/products/detail/3\">
<div class=\"o-topActivity_img\">
<img src=\"/html/user_data/img/top_activity03.jpg\" alt=\"\">
</div>
<div class=\"o-topActivity_cat\"><span>小値賀島</span><!--<span>ジャンル●●●●●</span>--></div>
<div class=\"o-topActivity_ttl\">【11月1日より追加予約開始】OJIKA GREEN TRIP ~SEA YOU AGAIN ワークショップ~</div>
<div class=\"o-topActivity_desc\">海洋プラスチックごみを使って小値賀オリジナルブローチを作ろう!</div>
</a>
</div>
<div class=\"o-topActivity_cont\">
<a href=\"/products/detail/4\">
<div class=\"o-topActivity_img\">
<img src=\"/html/user_data/img/top_activity04.jpg\" alt=\"\">
</div>
<div class=\"o-topActivity_cat\"><span>小値賀島</span><!--<span>ジャンル●●●●●</span>--></div>
<div class=\"o-topActivity_ttl\">OJIKA GREEN TRIP ~シーカヤックでビーチクリーン~(4月~10月)</div>
<div class=\"o-topActivity_desc\">幻のビーチでカヤックを楽しみながら環境保護活動にも参加しよう!</div>
</a>
</div>
<div class=\"o-topActivity_cont\">
<a href=\"/products/detail/5\">
<div class=\"o-topActivity_img\">
<img src=\"/html/user_data/img/top_activity05.jpg\" alt=\"\">
</div>
<div class=\"o-topActivity_cat\"><span>小値賀島</span><!--<span>ジャンル●●●●●</span>--></div>
<div class=\"o-topActivity_ttl\">古民家レストランで行うおぢかのイサキの棒寿司づくり体験</div>
<div class=\"o-topActivity_desc\">古民家レストランの料理長直伝!ブランド魚「イサキ」を使った棒寿司</div>
</a>
</div>
<div class=\"o-topActivity_cont\">
<a href=\"/products/detail/6\">
<div class=\"o-topActivity_img\">
<img src=\"/html/user_data/img/top_activity06.jpg\" alt=\"\">
</div>
<div class=\"o-topActivity_cat\"><span>小値賀島</span><!--<span>ジャンル●●●●●</span>--></div>
<div class=\"o-topActivity_ttl\">活版印刷でポストカード or 貼り箱作り!【Letterpress Workshop】</div>
<div class=\"o-topActivity_desc\">小値賀島の旅の思い出に4代続く活版印刷技術を体験しよう!</div>
</a>
</div>
</div>
</div>
<div class=\"o-topOther\">
<h2 class=\"o-secTtl\">Others</h2>
<div class=\"o-topOther_img\">
<a href=\"/user_data/about\">
<picture>
<source media=\"(max-width:767px)\" srcset=\"/html/user_data/img/other_about_sp.png\">
<img src=\"/html/user_data/img/other_about_pc.png\" alt=\"\" loading=\"lazy\">
</picture>
</a>
<a>
<picture>
<source media=\"(max-width:767px)\" srcset=\"/html/user_data/img/other_letter_sp.png\">
<img src=\"/html/user_data/img/other_letter_pc.png\" alt=\"\" loading=\"lazy\">
</picture>
</a>
<a href=\"/user_data/feature\">
<picture>
<source media=\"(max-width:767px)\" srcset=\"/html/user_data/img/other_feature_sp.png\">
<img src=\"/html/user_data/img/other_feature_pc.png\" alt=\"\" loading=\"lazy\">
</picture>
</a>
</div>
</div>
<div class=\"o-topNews\">
<div class=\"o-topNews_inner\">
<h2 class=\"o-secTtl\">News</h2>
<div class=\"o-topNews_list\">
<div><span>2023.11.01</span>OJIKA GREEN TRIP ~SEA YOU AGAIN ワークショップ~の追加予約を開始</div>
<div><span>2023.05.26</span>日本にある役400の友人離島を紹介するサイトをオープンしました。</div>
</div>
</div>
</div>
<div class=\"o-topLinks\">
<a href=\"/contact\"><img src=\"/html/user_data/img/links_04.svg\" alt=\"お問い合わせ\" loading=\"lazy\"></a>
</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "index.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 119 => 28, 109 => 27, 96 => 22, 86 => 21, 73 => 16, 63 => 15, 52 => 11, 50 => 13, 37 => 11,);
}
public function getSourceContext()
{
return new Source("{#
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.
#}
{% extends 'default_frame.twig' %}
{% set body_class = 'front_page' %}
{% block stylesheet %}
<style>
</style>
{% endblock %}
{% block javascript %}
<script>
</script>
{% endblock javascript %}
{% block main %}
<div class=\"o-topMv\">
<picture>
<source media=\"(max-width:767px)\" srcset=\"/html/user_data/img/top_mv_sp.png\">
<img src=\"/html/user_data/img/top_mv_pc.png\" alt=\"\" loading=\"lazy\">
</picture>
</div>
<div class=\"o-topActivity\">
<h2 class=\"o-secTtl\">Recommended Activity</h2>
<div class=\"o-topActivity_list\">
<div class=\"o-topActivity_cont\">
<a href=\"/products/detail/3\">
<div class=\"o-topActivity_img\">
<img src=\"/html/user_data/img/top_activity03.jpg\" alt=\"\">
</div>
<div class=\"o-topActivity_cat\"><span>小値賀島</span><!--<span>ジャンル●●●●●</span>--></div>
<div class=\"o-topActivity_ttl\">【11月1日より追加予約開始】OJIKA GREEN TRIP ~SEA YOU AGAIN ワークショップ~</div>
<div class=\"o-topActivity_desc\">海洋プラスチックごみを使って小値賀オリジナルブローチを作ろう!</div>
</a>
</div>
<div class=\"o-topActivity_cont\">
<a href=\"/products/detail/4\">
<div class=\"o-topActivity_img\">
<img src=\"/html/user_data/img/top_activity04.jpg\" alt=\"\">
</div>
<div class=\"o-topActivity_cat\"><span>小値賀島</span><!--<span>ジャンル●●●●●</span>--></div>
<div class=\"o-topActivity_ttl\">OJIKA GREEN TRIP ~シーカヤックでビーチクリーン~(4月~10月)</div>
<div class=\"o-topActivity_desc\">幻のビーチでカヤックを楽しみながら環境保護活動にも参加しよう!</div>
</a>
</div>
<div class=\"o-topActivity_cont\">
<a href=\"/products/detail/5\">
<div class=\"o-topActivity_img\">
<img src=\"/html/user_data/img/top_activity05.jpg\" alt=\"\">
</div>
<div class=\"o-topActivity_cat\"><span>小値賀島</span><!--<span>ジャンル●●●●●</span>--></div>
<div class=\"o-topActivity_ttl\">古民家レストランで行うおぢかのイサキの棒寿司づくり体験</div>
<div class=\"o-topActivity_desc\">古民家レストランの料理長直伝!ブランド魚「イサキ」を使った棒寿司</div>
</a>
</div>
<div class=\"o-topActivity_cont\">
<a href=\"/products/detail/6\">
<div class=\"o-topActivity_img\">
<img src=\"/html/user_data/img/top_activity06.jpg\" alt=\"\">
</div>
<div class=\"o-topActivity_cat\"><span>小値賀島</span><!--<span>ジャンル●●●●●</span>--></div>
<div class=\"o-topActivity_ttl\">活版印刷でポストカード or 貼り箱作り!【Letterpress Workshop】</div>
<div class=\"o-topActivity_desc\">小値賀島の旅の思い出に4代続く活版印刷技術を体験しよう!</div>
</a>
</div>
</div>
</div>
<div class=\"o-topOther\">
<h2 class=\"o-secTtl\">Others</h2>
<div class=\"o-topOther_img\">
<a href=\"/user_data/about\">
<picture>
<source media=\"(max-width:767px)\" srcset=\"/html/user_data/img/other_about_sp.png\">
<img src=\"/html/user_data/img/other_about_pc.png\" alt=\"\" loading=\"lazy\">
</picture>
</a>
<a>
<picture>
<source media=\"(max-width:767px)\" srcset=\"/html/user_data/img/other_letter_sp.png\">
<img src=\"/html/user_data/img/other_letter_pc.png\" alt=\"\" loading=\"lazy\">
</picture>
</a>
<a href=\"/user_data/feature\">
<picture>
<source media=\"(max-width:767px)\" srcset=\"/html/user_data/img/other_feature_sp.png\">
<img src=\"/html/user_data/img/other_feature_pc.png\" alt=\"\" loading=\"lazy\">
</picture>
</a>
</div>
</div>
<div class=\"o-topNews\">
<div class=\"o-topNews_inner\">
<h2 class=\"o-secTtl\">News</h2>
<div class=\"o-topNews_list\">
<div><span>2023.11.01</span>OJIKA GREEN TRIP ~SEA YOU AGAIN ワークショップ~の追加予約を開始</div>
<div><span>2023.05.26</span>日本にある役400の友人離島を紹介するサイトをオープンしました。</div>
</div>
</div>
</div>
<div class=\"o-topLinks\">
<a href=\"/contact\"><img src=\"/html/user_data/img/links_04.svg\" alt=\"お問い合わせ\" loading=\"lazy\"></a>
</div>
{% endblock %}", "index.twig", "/home/users/1/pepper.jp-starfactory/web/asobo/app/template/default/index.twig");
}
}