app/template/osechi/Fuji/service01.twig line 1

Open in your IDE?
  1. {% extends 'default_frame.twig' %}
  2. {% set body_class = 'service_page' %}
  3. {% block javascript %}
  4.     <script src="{{ asset('assets/js/hotelinfo].js') }}?{{ env('JS_PARAM') }}"></script>
  5.     <script src="https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.min.js"></script>
  6.     <script>
  7.         $(".regular").slick({
  8.             autoplay: false,
  9.             autoplaySpeed: 4000,
  10.             dots: true,
  11.         });
  12.     </script>
  13. {% endblock %}
  14. {% block stylesheet %}
  15.     <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css">
  16.     <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css">
  17.     <link href="https://fonts.googleapis.com/css2?family=Allura&display=swap" rel="stylesheet">
  18.     <link rel="stylesheet" href="{{ asset('assets/css/fuji_service.css') }}?{{ env('CSS_PARAM') }}">
  19.     <link href="https://use.fontawesome.com/releases/v6.0.0/css/all.css" rel="stylesheet">
  20. {% endblock %}
  21. {% block main %}
  22.     <div class="t-container">
  23.         <div class="kv-area overlay">
  24.             <video class="video" playsinline autoplay muted loop src="{{ asset('assets/img/fuji/service01/fuji.mp4') }}"></video>
  25.             <h1 class="title">Day Trip Around Mt.Fuji</h1>
  26.         </div>
  27.     </div>
  28.     <div class="ec-categoryHeadRole__content">
  29.         <p>
  30. Embark on an exited day around the most famous and highest mountain in Japan, the Mount FUJI.
  31. Starting from Tokyo, you will benefit of our transportation from your hotel to the heliport to go make a round and see the top of mount Fuji for an unforgettable experience.
  32. Enjoy lunch at Fuji speedway hotel with a relaxing time viewing Mount Fuji.
  33.         </p>
  34.     </div>
  35.     <div class="ec-categoryHeadRole__content">
  36.         <h2>Mt.Fuji from the Sky</h2>
  37.         <p class="subtitle"></p>
  38.         <div class="regular">
  39.             <div>
  40.                 <img src="{{ asset('assets/img/fuji/service01/03.webp') }}" alt="Mt.Fuji from the Sky">
  41.             </div>
  42.         </div>
  43.         <p class="note">
  44.             You can enjoy a 360-degree view of the majestic Mount Fuji and the changing seasonal landscapes from the sky. Don’t miss the images of Mount Fuji from the helicopter!
  45.         </p>
  46.         <div class="iframe-wrapper">
  47.             <iframe src="https://www.youtube.com/embed/CDoPC7LJkhE?loop=1&playlist=CDoPC7LJkhE" title="富士山頂" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
  48.             <iframe src="https://www.youtube.com/embed/BocbbhrmcoU?loop=1&playlist=BocbbhrmcoU" title="富士山頂" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
  49.             <iframe src="https://www.youtube.com/embed/tqhSZrwVgdw?loop=1&playlist=tqhSZrwVgdw" title="富士山頂" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
  50.         </div>
  51.         <h2>Oshino Hakkai</h2>
  52.         <p class="subtitle">Different season but always beautiful</p>
  53.         <div class="regular">
  54.             <div>
  55.                 <img src="{{ asset('assets/img/fuji/service02/01.webp') }}" alt="Oshino Hakkai ">
  56.             </div>
  57.             <div>
  58.                 <img src="{{ asset('assets/img/fuji/service02/02.webp') }}" alt="Oshino Hakkai">
  59.             </div>
  60.             <div>
  61.                 <img src="{{ asset('assets/img/fuji/service02/03.webp') }}" alt="Oshino Hakkai">
  62.             </div>
  63.         </div>
  64.         <p class="note slider">
  65.         One of the 8 pounds of Oshino Hakkai. A beautiful collection of eight ponds are scattered around Oshino Hakkai, each with its very own story to tell
  66.         </p>
  67.         <h2>Mount Fuji</h2>
  68.         <p class="subtitle">Mt.Fuji View by The 5 Lakes</p>
  69.         <div class="regular">
  70.             <div>
  71.                 <img src="{{ asset('assets/img/fuji/service01/01.webp') }}" alt="Mt.Fuji View by The 5 Lakes">
  72.             </div>
  73.             <div>
  74.                 <img src="{{ asset('assets/img/fuji/service01/02.webp') }}" alt="Mt.Fuji View by The 5 Lakes">
  75.             </div>
  76.         </div>
  77.         <p class="note slider">
  78.             Lets go for a drive around the Fuji 5 lacs to admire the beauty of the season and see Mount Fuji through its reflections in the different lakes with relaxing Japanese tea time break. 
  79.         </p>
  80.     </div>
  81.     <div class="ec-categoryHeadRole__content">
  82.         <div class="infomation">
  83.             <p class="price"><i class="fa-regular fa-money-bill-1"></i><span>STARTING AT</span>360,000 JPY~</p>
  84.             <p class="time"><i class="fa-regular fa-clock"></i><span>DURATION</span>Up to 5Hour</p>
  85.             <p class="capacity"><i class="fa-regular fa-user"></i><span>CAPACITY</span>MAX 4</p>
  86.         </div>
  87.         <div class="btn">
  88.             <a class="" href="{{ url('fuji_reserved', {'id': '1'}) }}">
  89.                 Reserve
  90.             </a>
  91.         </div>
  92.     </div>
  93. {% endblock %}