{% extends 'default_frame.twig' %}
{% set body_class = 'service_page' %}
{% block javascript %}
<script src="{{ asset('assets/js/hotelinfo].js') }}?{{ env('JS_PARAM') }}"></script>
<script src="{{ asset('assets/js/helicopter.js') }}"?{{ env('JS_PARAM') }}></script>
{% endblock %}
{% block stylesheet %}
<link href="https://fonts.googleapis.com/css2?family=Allura&display=swap" rel="stylesheet">
<link rel="stylesheet" href="{{ asset('assets/css/helicopter.css') }}?{{ env('CSS_PARAM') }}">
{% endblock %}
{% block main %}
<div class="t-container">
<h1>
<picture>
<source srcset="/awd/html/template/osechi/assets/img/helicopter/main_visual_sp.webp" media="(max-width: 768px)">
<img src="/awd/html/template/osechi/assets/img/helicopter/main_visual.webp" alt="Supercar rental in Tokyo {{app.request.query.get('hotel')}}">
</picture>
</h1>
<p class="title">Helicopter Private Charter</p>
{#
<p class="title">- Exclusive Mobility Service<br class="spOnly"> for Your Finest Moments -</p>
#}
<p class="japanise main-subtitle">for Your Finest Moments</p>
</div>
<div class="ec-categoryHeadRole__content">
<h1 class="title"></h1>
<p>
We offer a variety of helicopter services, including Tokyo Area, Fuji Area Helicopter Cruises, transportation from Narita Airport to Tokyo, the Fuji area, and Amanemu. For hotel-to-airport transfers, we provide luxury car services. Please enjoy your journey through the skies of Japan!
</p>
</div>
<div class="container service">
<div class="item">
<a href="{{ url('helicopter_detail', {'id': '42'}) }}">
<img src="{{ asset('assets/img/helicopter/service01.webp')}}" alt="">
<p class="title"><span>Tokyo Helicopter Cruise</span></p>
{#
<p class="note">You can rent the car for a minimum of three hours. We also offer complimentary hotel delivery. Please note that an international driver's license is required, and prior experience with luxury cars may be necessary.</p>
#}
<div class="btn">read more</div>
</a>
</div>
<div class="item">
<a href="{{ url('helicopter_detail', {'id': '43'}) }}">
<img src="{{ asset('assets/img/helicopter/service02.webp')}}" alt="">
<p class="title"><span>Tokyo-Fuji Sky Cruise</span></p>
{#
<p class="note">This is a recommended co-pilot experience plan for customers without an international driver's license. It's a plan where you can take photos at Tokyo's popular tourist attractions alongside your favorite car.</p>
#}
<div class="btn">read more</div>
</a>
</div>
<div class="item">
<a href="{{ url('helicopter_detail', {'id': '44'}) }}">
<img src="{{ asset('assets/img/helicopter/service03.webp')}}" alt="">
<p class="title"><span>Narita-Tokyo Transport</span></p>
{#
<p class="note">E-BIKE rentals are available for a minimum of 3 hours. Free delivery service to your hotel is also available.</p>
#}
<div class="btn">read more</div>
</a>
</div>
<div class="item">
<a href="{{ url('helicopter_detail', {'id': '45'}) }}">
<img src="{{ asset('assets/img/helicopter/service04.webp')}}" alt="">
<p class="title"><span>Tourist Destination Transportation</span></p>
{#
<p class="note">You can charter the boat for a minimum of two hours. Complimentary hotel pickup and drop-off services are included. Additionally, you have the option to combine this service with helicopter rides or rental of your preferred cars.</p>
#}
<div class="btn">read more</div>
</a>
</div>
</div>
{% endblock %}