<?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_2234f52e21166d0f20b6098e89b45dac 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 2
return "default_frame.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "index.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "index.twig"));
// line 4
$context["body_class"] = "front_page";
// line 2
$this->parent = $this->loadTemplate("default_frame.twig", "index.twig", 2);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 6
public function block_stylesheet($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
// line 7
echo "<link rel=\"stylesheet\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/top.css"), "html", null, true);
echo "?";
echo twig_escape_filter($this->env, $this->extensions['Eccube\Twig\Extension\EccubeExtension']->getEnv("CSS_PARAM"), "html", null, true);
echo "\">
<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
<link rel=\"preload\" href=\"https://fonts.googleapis.com/css2?family=Allura&display=swap\" as=\"style\" onload=\"this.onload=null;this.rel='stylesheet'\"> <noscript><link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css2?family=Allura&display=swap\"></noscript>
<link rel=\"preload\" href=\"https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css\" as=\"style\" onload=\"this.onload=null;this.rel='stylesheet'\"> <noscript><link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css\"></noscript>
<link rel=\"preload\" href=\"https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.css\" as=\"style\" onload=\"this.onload=null;this.rel='stylesheet'\"> <noscript><link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.css\"></noscript>
<style>
\t.t-container {
\t\tposition: relative;
\t\twidth:100%;
\t}
\timg{
\t\twidth: 100%;
\t}
\t.t-container p.title{
\t\tfont-family: 'Allura', cursive;
\t\tposition: absolute;
\t\ttop: 7%;
\t\tleft: 5%;
\t\tfont-size: 70px!important;
\t\tcolor:#fff;
\t\tmargin:0;
\t}
\t
\t.lead {
\t\tmargin: 3% 10%;
\t}
\t.ec-shelfGrid.col_max5 {
\t\tjustify-content: center;
\t}
\t
\tul.slide-items {
\t\tpadding-left: 0;
\t}
\t.slide-items {
\t width: 100%;
\t height: 100%;
\t}
\t.slide-items li {
\t\tmargin: 0 10px;
\t}
\t.slide-items img {
\t width: 100%;
\t object-fit: cover;
\t}
/*
\t.slide-items {
\t\tmargin-top: 50px;
\t}
*/
\t
\t.slide-items p {
\t\tmax-width: 100%!important;
\t text-align: left;
\t}
\t
\t@media only screen and (max-width: 768px) {
\t\t.slide-items .slick-list {
\t\t padding: 0 12% 0 0!important;\t
\t\t}
\t\t.slide-items li{
\t\t\tmargin: 0 5px;
\t\t}
\t\t.lead {
\t\t\tmargin: 7% 5%;
\t\t}
\t\t.lead p{
\t\t\tfont-size: 14px;
\t\t}
\t\t.t-container p.title{
\t\t\ttop: 10%;
\t\t\tleft: 5%;
\t\t\tfont-size: 50px!important;
\t\t}
\t}
</style>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 97
public function block_javascript($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascript"));
// line 98
echo "<script type=\"text/javascript\" src=\"https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js\"></script>
<script>
\$(function() {
\$('.more-btn').on('click', function() {
//\tif( \$(this).children().is('.open') ) {
//\t \$(this).html('<p class=\"close\">閉じる</p>').addClass('close-btn');
\t \$(this).parent().removeClass('slide-up').addClass('slide-down');
\t \$(this).remove();
//\t} else {
//\t \$(this).html('<p class=\"open\">もっと見る</p>').removeClass('close-btn');
//\t \$(this).parent().removeClass('slide-down').addClass('slide-up');
//\t}
});
});
\$(\".slide-items\").slick(
{
\tinfinite: true,
\tslidesToShow: 3,
\tarrows: false,\t
/*\t
\tcenterMode: true,
\tcenterPadding: \"20px\",
*/
\tresponsive: [
\t {
\t\tbreakpoint: 768, // 399px以下のサイズに適用
\t\tsettings: {
\t\t\tslidesToShow: 1,
\t\t\tslidesToScroll: 1,
\t\t},
\t },
\t],
}
);
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 135
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
// line 137
echo "<div class=\"t-container\">
<h1>
<picture>
\t <source srcset=\"/awd/html/template/osechi/assets/img/top/main_visual_sp.webp\" media=\"(max-width: 768px)\" width=\"750\" height=\"1126\">
\t <img src=\"/awd/html/template/osechi/assets/img/top/main_visual.webp\" alt=\"Supercar rental in Tokyo ";
// line 141
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 141, $this->source); })()), "request", [], "any", false, false, false, 141), "query", [], "any", false, false, false, 141), "get", [0 => "hotel"], "method", false, false, false, 141), "html", null, true);
echo "\" width=\"1400\" height=\"700\">
</picture>
</h1>
<p class=\"title\">A Wonderful Day</p>
<p class=\"japanise main-subtitle\">- Exclusive Mobility Service for Your Finest Moments -</p>
";
// line 149
echo "</div>
<div class=\"lead\">
<p style=\"
\tborder: 2px solid #C8AF75;
\ttext-align: center;
\tpadding: 2% ;
\tmargin-bottom: 6%;
\tdisplay: none;
\">当サイトは、Club AWD 会員限定の<br class=\"spOnly\">サービスとなります。
</p>
<p>
At A Wonderful Day, we redefine transportation as an opportunity for indulgent experiences. We provide you with more than just a ride; we offer you a luxurious journey through time, where every moment becomes a highlight.
</p>
\t<div class=\"ec-pickupRole limitedoffer\">
\t <div class=\"ec-secHeading\">
\t <h2 class=\"text-span updown ec-secHeading__en\">
\t Our Service
\t </h2>
\t\t</div>
\t</div>
\t<div class=\"appearEffect outservice\">
\t\t<ul class=\"slide-items\">
\t\t\t<li>
\t\t\t\t<p>
\t\t\t\t<img src=\"/awd/html/template/osechi/assets/img/top/our1.webp\" alt=\"\">
\t\t\t\t</p>
\t\t\t\t<p>
\"Timeless Wheels\"
\t\t\t\t</p>
\t\t\t\t<p>
Step into a world where luxury meets mobility. Our curated collection of vehicles spans from the iconic 1950s Porsche to the classic 1960s Jaguar, the powerful 1970s Ferrari, the elegant 1980s Mercedes-Benz, and the latest supercars, convertibles, and SUVs.
\t\t\t\t</p>
\t\t\t</li>
\t\t\t<li>
\t\t\t\t<p>
\t\t\t\t<img src=\"/awd/html/template/osechi/assets/img/top/our2.webp\" alt=\"\">
\t\t\t\t</p>
\t\t\t\t<p>
\"Sea Ventures\"
\t\t\t\t</p>
\t\t\t\t<p>
Take to the waters in style with our range of pleasure boats, from the classic 34-ft Aqua Riva, perfect for exploring Tokyo's Sumida River, to the opulent 80-ft super yachts suitable for accommodation and unforgettable parties.
\t\t\t\t</p>
\t\t\t</li>
\t\t\t<li>
\t\t\t\t<p>
\t\t\t\t<img src=\"/awd/html/template/osechi/assets/img/top/our3.webp\" alt=\"\">
\t\t\t\t</p>
\t\t\t\t<p>
\"Sky Journeys\"
\t\t\t\t</p>
\t\t\t\t<p>
For a unique perspective, charter one of our spacious 6-passenger seater helicopters. Enjoy family travel in the lap of luxury, with ample seating and time in the sky to create treasured moments.
\t\t\t\t</p>
\t\t\t</li>
\t\t</ul>
\t\t<a class=\"ec-shopCollectionBtn\" href=\"./service/\" tabindex=\"0\">read more</a>
\t</div>
";
// line 264
echo "</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "index.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 319 => 264, 254 => 149, 246 => 141, 240 => 137, 230 => 135, 185 => 98, 175 => 97, 73 => 7, 63 => 6, 52 => 2, 50 => 4, 37 => 2,);
}
public function getSourceContext()
{
return new Source("
{% extends 'default_frame.twig' %}
{% set body_class = 'front_page' %}
{% block stylesheet %}
<link rel=\"stylesheet\" href=\"{{ asset('assets/css/top.css') }}?{{ env('CSS_PARAM') }}\">
<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
<link rel=\"preload\" href=\"https://fonts.googleapis.com/css2?family=Allura&display=swap\" as=\"style\" onload=\"this.onload=null;this.rel='stylesheet'\"> <noscript><link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css2?family=Allura&display=swap\"></noscript>
<link rel=\"preload\" href=\"https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css\" as=\"style\" onload=\"this.onload=null;this.rel='stylesheet'\"> <noscript><link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css\"></noscript>
<link rel=\"preload\" href=\"https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.css\" as=\"style\" onload=\"this.onload=null;this.rel='stylesheet'\"> <noscript><link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.css\"></noscript>
<style>
\t.t-container {
\t\tposition: relative;
\t\twidth:100%;
\t}
\timg{
\t\twidth: 100%;
\t}
\t.t-container p.title{
\t\tfont-family: 'Allura', cursive;
\t\tposition: absolute;
\t\ttop: 7%;
\t\tleft: 5%;
\t\tfont-size: 70px!important;
\t\tcolor:#fff;
\t\tmargin:0;
\t}
\t
\t.lead {
\t\tmargin: 3% 10%;
\t}
\t.ec-shelfGrid.col_max5 {
\t\tjustify-content: center;
\t}
\t
\tul.slide-items {
\t\tpadding-left: 0;
\t}
\t.slide-items {
\t width: 100%;
\t height: 100%;
\t}
\t.slide-items li {
\t\tmargin: 0 10px;
\t}
\t.slide-items img {
\t width: 100%;
\t object-fit: cover;
\t}
/*
\t.slide-items {
\t\tmargin-top: 50px;
\t}
*/
\t
\t.slide-items p {
\t\tmax-width: 100%!important;
\t text-align: left;
\t}
\t
\t@media only screen and (max-width: 768px) {
\t\t.slide-items .slick-list {
\t\t padding: 0 12% 0 0!important;\t
\t\t}
\t\t.slide-items li{
\t\t\tmargin: 0 5px;
\t\t}
\t\t.lead {
\t\t\tmargin: 7% 5%;
\t\t}
\t\t.lead p{
\t\t\tfont-size: 14px;
\t\t}
\t\t.t-container p.title{
\t\t\ttop: 10%;
\t\t\tleft: 5%;
\t\t\tfont-size: 50px!important;
\t\t}
\t}
</style>
{% endblock %}
{% block javascript %}
<script type=\"text/javascript\" src=\"https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js\"></script>
<script>
\$(function() {
\$('.more-btn').on('click', function() {
//\tif( \$(this).children().is('.open') ) {
//\t \$(this).html('<p class=\"close\">閉じる</p>').addClass('close-btn');
\t \$(this).parent().removeClass('slide-up').addClass('slide-down');
\t \$(this).remove();
//\t} else {
//\t \$(this).html('<p class=\"open\">もっと見る</p>').removeClass('close-btn');
//\t \$(this).parent().removeClass('slide-down').addClass('slide-up');
//\t}
});
});
\$(\".slide-items\").slick(
{
\tinfinite: true,
\tslidesToShow: 3,
\tarrows: false,\t
/*\t
\tcenterMode: true,
\tcenterPadding: \"20px\",
*/
\tresponsive: [
\t {
\t\tbreakpoint: 768, // 399px以下のサイズに適用
\t\tsettings: {
\t\t\tslidesToShow: 1,
\t\t\tslidesToScroll: 1,
\t\t},
\t },
\t],
}
);
</script>
{% endblock javascript %}
{% block main %}
{# ヘッドプロモーション #}
<div class=\"t-container\">
<h1>
<picture>
\t <source srcset=\"/awd/html/template/osechi/assets/img/top/main_visual_sp.webp\" media=\"(max-width: 768px)\" width=\"750\" height=\"1126\">
\t <img src=\"/awd/html/template/osechi/assets/img/top/main_visual.webp\" alt=\"Supercar rental in Tokyo {{app.request.query.get('hotel')}}\" width=\"1400\" height=\"700\">
</picture>
</h1>
<p class=\"title\">A Wonderful Day</p>
<p class=\"japanise main-subtitle\">- Exclusive Mobility Service for Your Finest Moments -</p>
{#
<p class=\"japanise\">人生に最高のモーメントを</p>
#}
</div>
<div class=\"lead\">
<p style=\"
\tborder: 2px solid #C8AF75;
\ttext-align: center;
\tpadding: 2% ;
\tmargin-bottom: 6%;
\tdisplay: none;
\">当サイトは、Club AWD 会員限定の<br class=\"spOnly\">サービスとなります。
</p>
<p>
At A Wonderful Day, we redefine transportation as an opportunity for indulgent experiences. We provide you with more than just a ride; we offer you a luxurious journey through time, where every moment becomes a highlight.
</p>
\t<div class=\"ec-pickupRole limitedoffer\">
\t <div class=\"ec-secHeading\">
\t <h2 class=\"text-span updown ec-secHeading__en\">
\t Our Service
\t </h2>
\t\t</div>
\t</div>
\t<div class=\"appearEffect outservice\">
\t\t<ul class=\"slide-items\">
\t\t\t<li>
\t\t\t\t<p>
\t\t\t\t<img src=\"/awd/html/template/osechi/assets/img/top/our1.webp\" alt=\"\">
\t\t\t\t</p>
\t\t\t\t<p>
\"Timeless Wheels\"
\t\t\t\t</p>
\t\t\t\t<p>
Step into a world where luxury meets mobility. Our curated collection of vehicles spans from the iconic 1950s Porsche to the classic 1960s Jaguar, the powerful 1970s Ferrari, the elegant 1980s Mercedes-Benz, and the latest supercars, convertibles, and SUVs.
\t\t\t\t</p>
\t\t\t</li>
\t\t\t<li>
\t\t\t\t<p>
\t\t\t\t<img src=\"/awd/html/template/osechi/assets/img/top/our2.webp\" alt=\"\">
\t\t\t\t</p>
\t\t\t\t<p>
\"Sea Ventures\"
\t\t\t\t</p>
\t\t\t\t<p>
Take to the waters in style with our range of pleasure boats, from the classic 34-ft Aqua Riva, perfect for exploring Tokyo's Sumida River, to the opulent 80-ft super yachts suitable for accommodation and unforgettable parties.
\t\t\t\t</p>
\t\t\t</li>
\t\t\t<li>
\t\t\t\t<p>
\t\t\t\t<img src=\"/awd/html/template/osechi/assets/img/top/our3.webp\" alt=\"\">
\t\t\t\t</p>
\t\t\t\t<p>
\"Sky Journeys\"
\t\t\t\t</p>
\t\t\t\t<p>
For a unique perspective, charter one of our spacious 6-passenger seater helicopters. Enjoy family travel in the lap of luxury, with ample seating and time in the sky to create treasured moments.
\t\t\t\t</p>
\t\t\t</li>
\t\t</ul>
\t\t<a class=\"ec-shopCollectionBtn\" href=\"./service/\" tabindex=\"0\">read more</a>
\t</div>
{#
<p class=\"top-msg-titles\"><strong>Our Service</strong></p>
<p>
A Wonderful Dayでは、「車」「船」「ヘリコプター」を、単なる移動手段(モビリティ)では無く、『豊かな瞬間(モーメント)を提供してくれる最高のパートナー』として再定義します。生涯記憶に残る特別な一日=A Wonderful Dayとなる、人生最高のハレの日を贈ります
</p>
<ul class=\"slide-items\">
\t
\t<li>
\t\t<p>
\t\t<img src=\"/awd/html/template/osechi/assets/img/top/our1.webp\" alt=\"Timeless Wheels\" width=\"318\" height=\"212\">
\t\t</p>
\t\t<p>
\t\t『Timeless Wheels』
\t\t</p>
\t\t<p>
\t\t世界の自動車史を象徴するクラシックカーから、最新のスーパーカーやSUVまで、新旧名車の数々が、時空を超えたタイムレスなドライビング体験をお届けします
\t\t</p>
\t</li>
\t<li>
\t\t<p>
\t\t<img src=\"/awd/html/template/osechi/assets/img/top/our2.webp\" alt=\"Sea Ventures\" width=\"318\" height=\"212\">
\t\t</p>
\t\t<p>
\t\t『Sea Ventures』
\t\t</p>
\t\t<p>
クラシカルボートでの東京の運河探索から、プレジャーボートでの海水浴、BBQ、スーパーヨットでの優雅なクルージングまで、家族や仲間たちとの冒険心あふれる心地よい航海の時間をサポートします<br><br>
\t\t</p>
\t</li>
\t<li>
\t\t<p>
\t\t<img src=\"/awd/html/template/osechi/assets/img/top/our3.webp\" alt=\"Sky Journeys\" width=\"318\" height=\"212\">
\t\t</p>
\t\t<p>
\t\t『Sky Journeys』
\t\t</p>
\t\t<p>
広々としたVIP専用チャーター機で、目的地まで最短かつ贅沢な空の旅。エレガントな空間から眺める東京シティービューから富士山まで、凝縮された非日常のスカイジャーニーをお楽しみください<br><br>
\t\t</p>
\t</li>
</ul>
<br><br>
<strong>『Timeless Wheels』</strong><br>
世界の自動車史を象徴するクラシックカーから、最新のスーパーカーやSUVまで、新旧名車の数々が、時空を超えたタイムレスなドライビング体験をお届けします<br><br>
<strong> 『Sea Ventures』</strong><br>
クラシカルボートでの東京の運河探索から、プレジャーボートでの海水浴、BBQ、スーパーヨットでの優雅なクルージングまで、家族や仲間たちとの冒険心あふれる心地よい航海の時間をサポートします<br><br>
<strong>『Sky Journeys』</strong><br>
広々としたVIP専用チャーター機で、目的地まで最短かつ贅沢な空の旅。エレガントな空間から眺める東京シティービューから富士山まで、凝縮された非日常のスカイジャーニーをお楽しみください<br><br>
</p>
#}
</div>
{% endblock %}
", "index.twig", "/home/giftlife-tokyo/www/stg/awd/app/template/osechi/index.twig");
}
}