var/cache/dev/twig/73/73cf37285b4294b5d314952a5a3a097a.php line 40

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* index.twig */
  14. class __TwigTemplate_2234f52e21166d0f20b6098e89b45dac extends \Eccube\Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'stylesheet' => [$this'block_stylesheet'],
  24.             'javascript' => [$this'block_javascript'],
  25.             'main' => [$this'block_main'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 2
  31.         return "default_frame.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""index.twig"));
  40.         // line 4
  41.         $context["body_class"] = "front_page";
  42.         // line 2
  43.         $this->parent $this->loadTemplate("default_frame.twig""index.twig"2);
  44.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  47.         
  48.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  49.     }
  50.     // line 6
  51.     public function block_stylesheet($context, array $blocks = [])
  52.     {
  53.         $macros $this->macros;
  54.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  55.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  56.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  57.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheet"));
  58.         // line 7
  59.         echo "<link rel=\"stylesheet\" href=\"";
  60.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/top.css"), "html"nulltrue);
  61.         echo "?";
  62.         echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getEnv("CSS_PARAM"), "html"nulltrue);
  63.         echo "\">
  64. <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  65. <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  66. <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>
  67. <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>
  68. <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>
  69. <style>
  70. \t.t-container {
  71. \t\tposition: relative;
  72. \t\twidth:100%;
  73. \t}
  74. \timg{
  75. \t\twidth: 100%;
  76. \t}
  77. \t.t-container p.title{
  78. \t\tfont-family: 'Allura', cursive;
  79. \t\tposition: absolute;
  80. \t\ttop: 7%;
  81. \t\tleft: 5%;
  82. \t\tfont-size: 70px!important;
  83. \t\tcolor:#fff;
  84. \t\tmargin:0;
  85. \t}
  86. \t
  87. \t.lead {
  88. \t\tmargin: 3% 10%;
  89. \t}
  90. \t.ec-shelfGrid.col_max5 {
  91. \t\tjustify-content: center;
  92. \t}
  93. \t
  94. \tul.slide-items {
  95. \t\tpadding-left: 0;
  96. \t}
  97. \t.slide-items {
  98. \t  width: 100%;
  99. \t  height: 100%;
  100. \t}
  101. \t.slide-items li {
  102. \t\tmargin: 0 10px;
  103. \t}
  104. \t.slide-items img {
  105. \t  width: 100%;
  106. \t  object-fit: cover;
  107. \t}
  108. /*
  109. \t.slide-items {
  110. \t\tmargin-top: 50px;
  111. \t}
  112. */
  113. \t
  114. \t.slide-items p {
  115. \t\tmax-width: 100%!important;
  116. \t    text-align: left;
  117. \t}
  118. \t
  119. \t@media only screen and (max-width: 768px) {
  120. \t\t.slide-items .slick-list {
  121. \t\t  padding: 0 12% 0 0!important;\t
  122. \t\t}
  123. \t\t.slide-items li{
  124. \t\t\tmargin: 0 5px;
  125. \t\t}
  126. \t\t.lead {
  127. \t\t\tmargin: 7% 5%;
  128. \t\t}
  129. \t\t.lead p{
  130. \t\t\tfont-size: 14px;
  131. \t\t}
  132. \t\t.t-container p.title{
  133. \t\t\ttop: 10%;
  134. \t\t\tleft: 5%;
  135. \t\t\tfont-size: 50px!important;
  136. \t\t}
  137. \t}
  138. </style>
  139. ";
  140.         
  141.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  142.         
  143.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  144.     }
  145.     // line 97
  146.     public function block_javascript($context, array $blocks = [])
  147.     {
  148.         $macros $this->macros;
  149.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  150.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  151.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  152.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  153.         // line 98
  154.         echo "<script type=\"text/javascript\" src=\"https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js\"></script>
  155. <script>
  156. \$(function() {
  157.   \$('.more-btn').on('click', function() {
  158. //\tif( \$(this).children().is('.open') ) {
  159. //\t  \$(this).html('<p class=\"close\">閉じる</p>').addClass('close-btn');
  160. \t  \$(this).parent().removeClass('slide-up').addClass('slide-down');
  161. \t  \$(this).remove();
  162. //\t} else {
  163. //\t  \$(this).html('<p class=\"open\">もっと見る</p>').removeClass('close-btn');
  164. //\t  \$(this).parent().removeClass('slide-down').addClass('slide-up');
  165. //\t}
  166.   });
  167. });
  168.  \$(\".slide-items\").slick(
  169. {
  170. \tinfinite: true,
  171. \tslidesToShow: 3,
  172. \tarrows: false,\t
  173. /*\t
  174. \tcenterMode: true,
  175. \tcenterPadding: \"20px\",
  176. */
  177. \tresponsive: [
  178. \t  {
  179. \t\tbreakpoint: 768, // 399px以下のサイズに適用
  180. \t\tsettings: {
  181. \t\t\tslidesToShow: 1,
  182. \t\t\tslidesToScroll: 1,
  183. \t\t},
  184. \t  },
  185. \t],
  186. }
  187. );
  188. </script>
  189. ";
  190.         
  191.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  192.         
  193.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  194.     }
  195.     // line 135
  196.     public function block_main($context, array $blocks = [])
  197.     {
  198.         $macros $this->macros;
  199.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  200.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  201.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  202.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  203.         // line 137
  204.         echo "<div class=\"t-container\">
  205. <h1>
  206.   <picture>
  207. \t  <source srcset=\"/awd/html/template/osechi/assets/img/top/main_visual_sp.webp\" media=\"(max-width: 768px)\" width=\"750\" height=\"1126\">
  208. \t  <img src=\"/awd/html/template/osechi/assets/img/top/main_visual.webp\" alt=\"Supercar rental in Tokyo ";
  209.         // line 141
  210.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_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"falsefalsefalse141), "query", [], "any"falsefalsefalse141), "get", [=> "hotel"], "method"falsefalsefalse141), "html"nulltrue);
  211.         echo "\" width=\"1400\" height=\"700\">
  212.   </picture>
  213. </h1>
  214.   <p class=\"title\">A Wonderful Day</p>
  215.   <p class=\"japanise main-subtitle\">- Exclusive Mobility Service for Your Finest Moments -</p>
  216. ";
  217.         // line 149
  218.         echo "</div>
  219. <div class=\"lead\">
  220. <p style=\"
  221. \tborder: 2px solid #C8AF75;
  222. \ttext-align: center;
  223. \tpadding: 2% ;
  224. \tmargin-bottom: 6%;
  225. \tdisplay: none;
  226. \">当サイトは、Club AWD 会員限定の<br class=\"spOnly\">サービスとなります。
  227. </p>
  228. <p>
  229. 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.
  230. </p>
  231. \t<div class=\"ec-pickupRole limitedoffer\">
  232. \t    <div class=\"ec-secHeading\">
  233. \t        <h2 class=\"text-span updown ec-secHeading__en\">
  234. \t            Our Service
  235. \t        </h2>
  236. \t\t</div>
  237. \t</div>
  238. \t<div class=\"appearEffect outservice\">
  239. \t\t<ul class=\"slide-items\">
  240. \t\t\t<li>
  241. \t\t\t\t<p>
  242. \t\t\t\t<img src=\"/awd/html/template/osechi/assets/img/top/our1.webp\" alt=\"\">
  243. \t\t\t\t</p>
  244. \t\t\t\t<p>
  245. \"Timeless Wheels\"
  246. \t\t\t\t</p>
  247. \t\t\t\t<p>
  248. 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.
  249. \t\t\t\t</p>
  250. \t\t\t</li>
  251. \t\t\t<li>
  252. \t\t\t\t<p>
  253. \t\t\t\t<img  src=\"/awd/html/template/osechi/assets/img/top/our2.webp\" alt=\"\">
  254. \t\t\t\t</p>
  255. \t\t\t\t<p>
  256. \"Sea Ventures\"
  257. \t\t\t\t</p>
  258. \t\t\t\t<p>
  259. 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.
  260. \t\t\t\t</p>
  261. \t\t\t</li>
  262. \t\t\t<li>
  263. \t\t\t\t<p>
  264. \t\t\t\t<img  src=\"/awd/html/template/osechi/assets/img/top/our3.webp\" alt=\"\">
  265. \t\t\t\t</p>
  266. \t\t\t\t<p>
  267. \"Sky Journeys\"
  268. \t\t\t\t</p>
  269. \t\t\t\t<p>
  270. 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.
  271. \t\t\t\t</p>
  272. \t\t\t</li>
  273. \t\t</ul>
  274. \t\t<a class=\"ec-shopCollectionBtn\" href=\"./service/\" tabindex=\"0\">read more</a>
  275. \t</div>
  276. ";
  277.         // line 264
  278.         echo "</div>
  279. ";
  280.         
  281.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  282.         
  283.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  284.     }
  285.     public function getTemplateName()
  286.     {
  287.         return "index.twig";
  288.     }
  289.     public function isTraitable()
  290.     {
  291.         return false;
  292.     }
  293.     public function getDebugInfo()
  294.     {
  295.         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,);
  296.     }
  297.     public function getSourceContext()
  298.     {
  299.         return new Source("
  300. {% extends 'default_frame.twig' %}
  301. {% set body_class = 'front_page' %}
  302. {% block stylesheet %}
  303. <link rel=\"stylesheet\" href=\"{{ asset('assets/css/top.css') }}?{{ env('CSS_PARAM') }}\">
  304. <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  305. <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  306. <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>
  307. <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>
  308. <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>
  309. <style>
  310. \t.t-container {
  311. \t\tposition: relative;
  312. \t\twidth:100%;
  313. \t}
  314. \timg{
  315. \t\twidth: 100%;
  316. \t}
  317. \t.t-container p.title{
  318. \t\tfont-family: 'Allura', cursive;
  319. \t\tposition: absolute;
  320. \t\ttop: 7%;
  321. \t\tleft: 5%;
  322. \t\tfont-size: 70px!important;
  323. \t\tcolor:#fff;
  324. \t\tmargin:0;
  325. \t}
  326. \t
  327. \t.lead {
  328. \t\tmargin: 3% 10%;
  329. \t}
  330. \t.ec-shelfGrid.col_max5 {
  331. \t\tjustify-content: center;
  332. \t}
  333. \t
  334. \tul.slide-items {
  335. \t\tpadding-left: 0;
  336. \t}
  337. \t.slide-items {
  338. \t  width: 100%;
  339. \t  height: 100%;
  340. \t}
  341. \t.slide-items li {
  342. \t\tmargin: 0 10px;
  343. \t}
  344. \t.slide-items img {
  345. \t  width: 100%;
  346. \t  object-fit: cover;
  347. \t}
  348. /*
  349. \t.slide-items {
  350. \t\tmargin-top: 50px;
  351. \t}
  352. */
  353. \t
  354. \t.slide-items p {
  355. \t\tmax-width: 100%!important;
  356. \t    text-align: left;
  357. \t}
  358. \t
  359. \t@media only screen and (max-width: 768px) {
  360. \t\t.slide-items .slick-list {
  361. \t\t  padding: 0 12% 0 0!important;\t
  362. \t\t}
  363. \t\t.slide-items li{
  364. \t\t\tmargin: 0 5px;
  365. \t\t}
  366. \t\t.lead {
  367. \t\t\tmargin: 7% 5%;
  368. \t\t}
  369. \t\t.lead p{
  370. \t\t\tfont-size: 14px;
  371. \t\t}
  372. \t\t.t-container p.title{
  373. \t\t\ttop: 10%;
  374. \t\t\tleft: 5%;
  375. \t\t\tfont-size: 50px!important;
  376. \t\t}
  377. \t}
  378. </style>
  379. {% endblock %}
  380. {% block javascript %}
  381. <script type=\"text/javascript\" src=\"https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js\"></script>
  382. <script>
  383. \$(function() {
  384.   \$('.more-btn').on('click', function() {
  385. //\tif( \$(this).children().is('.open') ) {
  386. //\t  \$(this).html('<p class=\"close\">閉じる</p>').addClass('close-btn');
  387. \t  \$(this).parent().removeClass('slide-up').addClass('slide-down');
  388. \t  \$(this).remove();
  389. //\t} else {
  390. //\t  \$(this).html('<p class=\"open\">もっと見る</p>').removeClass('close-btn');
  391. //\t  \$(this).parent().removeClass('slide-down').addClass('slide-up');
  392. //\t}
  393.   });
  394. });
  395.  \$(\".slide-items\").slick(
  396. {
  397. \tinfinite: true,
  398. \tslidesToShow: 3,
  399. \tarrows: false,\t
  400. /*\t
  401. \tcenterMode: true,
  402. \tcenterPadding: \"20px\",
  403. */
  404. \tresponsive: [
  405. \t  {
  406. \t\tbreakpoint: 768, // 399px以下のサイズに適用
  407. \t\tsettings: {
  408. \t\t\tslidesToShow: 1,
  409. \t\t\tslidesToScroll: 1,
  410. \t\t},
  411. \t  },
  412. \t],
  413. }
  414. );
  415. </script>
  416. {% endblock javascript %}
  417. {% block main %}
  418. {# ヘッドプロモーション #}
  419. <div class=\"t-container\">
  420. <h1>
  421.   <picture>
  422. \t  <source srcset=\"/awd/html/template/osechi/assets/img/top/main_visual_sp.webp\" media=\"(max-width: 768px)\" width=\"750\" height=\"1126\">
  423. \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\">
  424.   </picture>
  425. </h1>
  426.   <p class=\"title\">A Wonderful Day</p>
  427.   <p class=\"japanise main-subtitle\">- Exclusive Mobility Service for Your Finest Moments -</p>
  428. {#
  429.   <p class=\"japanise\">人生に最高のモーメントを</p>
  430. #}
  431. </div>
  432. <div class=\"lead\">
  433. <p style=\"
  434. \tborder: 2px solid #C8AF75;
  435. \ttext-align: center;
  436. \tpadding: 2% ;
  437. \tmargin-bottom: 6%;
  438. \tdisplay: none;
  439. \">当サイトは、Club AWD 会員限定の<br class=\"spOnly\">サービスとなります。
  440. </p>
  441. <p>
  442. 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.
  443. </p>
  444. \t<div class=\"ec-pickupRole limitedoffer\">
  445. \t    <div class=\"ec-secHeading\">
  446. \t        <h2 class=\"text-span updown ec-secHeading__en\">
  447. \t            Our Service
  448. \t        </h2>
  449. \t\t</div>
  450. \t</div>
  451. \t<div class=\"appearEffect outservice\">
  452. \t\t<ul class=\"slide-items\">
  453. \t\t\t<li>
  454. \t\t\t\t<p>
  455. \t\t\t\t<img src=\"/awd/html/template/osechi/assets/img/top/our1.webp\" alt=\"\">
  456. \t\t\t\t</p>
  457. \t\t\t\t<p>
  458. \"Timeless Wheels\"
  459. \t\t\t\t</p>
  460. \t\t\t\t<p>
  461. 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.
  462. \t\t\t\t</p>
  463. \t\t\t</li>
  464. \t\t\t<li>
  465. \t\t\t\t<p>
  466. \t\t\t\t<img  src=\"/awd/html/template/osechi/assets/img/top/our2.webp\" alt=\"\">
  467. \t\t\t\t</p>
  468. \t\t\t\t<p>
  469. \"Sea Ventures\"
  470. \t\t\t\t</p>
  471. \t\t\t\t<p>
  472. 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.
  473. \t\t\t\t</p>
  474. \t\t\t</li>
  475. \t\t\t<li>
  476. \t\t\t\t<p>
  477. \t\t\t\t<img  src=\"/awd/html/template/osechi/assets/img/top/our3.webp\" alt=\"\">
  478. \t\t\t\t</p>
  479. \t\t\t\t<p>
  480. \"Sky Journeys\"
  481. \t\t\t\t</p>
  482. \t\t\t\t<p>
  483. 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.
  484. \t\t\t\t</p>
  485. \t\t\t</li>
  486. \t\t</ul>
  487. \t\t<a class=\"ec-shopCollectionBtn\" href=\"./service/\" tabindex=\"0\">read more</a>
  488. \t</div>
  489. {#
  490. <p class=\"top-msg-titles\"><strong>Our Service</strong></p>
  491. <p>
  492. A Wonderful Dayでは、「車」「船」「ヘリコプター」を、単なる移動手段(モビリティ)では無く、『豊かな瞬間(モーメント)を提供してくれる最高のパートナー』として再定義します。生涯記憶に残る特別な一日=A Wonderful Dayとなる、人生最高のハレの日を贈ります
  493. </p>
  494.  <ul class=\"slide-items\">
  495. \t
  496. \t<li>
  497. \t\t<p>
  498. \t\t<img src=\"/awd/html/template/osechi/assets/img/top/our1.webp\" alt=\"Timeless Wheels\" width=\"318\" height=\"212\">
  499. \t\t</p>
  500. \t\t<p>
  501. \t\t『Timeless Wheels』
  502. \t\t</p>
  503. \t\t<p>
  504. \t\t世界の自動車史を象徴するクラシックカーから、最新のスーパーカーやSUVまで、新旧名車の数々が、時空を超えたタイムレスなドライビング体験をお届けします
  505. \t\t</p>
  506. \t</li>
  507. \t<li>
  508. \t\t<p>
  509. \t\t<img  src=\"/awd/html/template/osechi/assets/img/top/our2.webp\" alt=\"Sea Ventures\" width=\"318\" height=\"212\">
  510. \t\t</p>
  511. \t\t<p>
  512. \t\t『Sea Ventures』
  513. \t\t</p>
  514. \t\t<p>
  515. クラシカルボートでの東京の運河探索から、プレジャーボートでの海水浴、BBQ、スーパーヨットでの優雅なクルージングまで、家族や仲間たちとの冒険心あふれる心地よい航海の時間をサポートします<br><br>
  516. \t\t</p>
  517. \t</li>
  518. \t<li>
  519. \t\t<p>
  520. \t\t<img  src=\"/awd/html/template/osechi/assets/img/top/our3.webp\" alt=\"Sky Journeys\" width=\"318\" height=\"212\">
  521. \t\t</p>
  522. \t\t<p>
  523. \t\t『Sky Journeys』
  524. \t\t</p>
  525. \t\t<p>
  526. 広々としたVIP専用チャーター機で、目的地まで最短かつ贅沢な空の旅。エレガントな空間から眺める東京シティービューから富士山まで、凝縮された非日常のスカイジャーニーをお楽しみください<br><br>
  527. \t\t</p>
  528. \t</li>
  529.  </ul>
  530. <br><br>
  531. <strong>『Timeless Wheels』</strong><br>
  532. 世界の自動車史を象徴するクラシックカーから、最新のスーパーカーやSUVまで、新旧名車の数々が、時空を超えたタイムレスなドライビング体験をお届けします<br><br>
  533. <strong> 『Sea Ventures』</strong><br>
  534. クラシカルボートでの東京の運河探索から、プレジャーボートでの海水浴、BBQ、スーパーヨットでの優雅なクルージングまで、家族や仲間たちとの冒険心あふれる心地よい航海の時間をサポートします<br><br>
  535. <strong>『Sky Journeys』</strong><br>
  536. 広々としたVIP専用チャーター機で、目的地まで最短かつ贅沢な空の旅。エレガントな空間から眺める東京シティービューから富士山まで、凝縮された非日常のスカイジャーニーをお楽しみください<br><br>
  537. </p>
  538. #}
  539. </div>
  540. {% endblock %}
  541. ""index.twig""/home/giftlife-tokyo/www/stg/awd/app/template/osechi/index.twig");
  542.     }
  543. }