{% extends 'default_frame.twig' %}
{% set body_class = 'service_page' %}
{% block javascript %}
<script>
{% endblock %}
{% block stylesheet %}
<meta property="og:image" content="{{ asset('assets/img/fuji/main_visual.webp') }}">
<link href="https://fonts.googleapis.com/css2?family=Allura&display=swap" rel="stylesheet">
<link rel="stylesheet" href="{{ asset('assets/css/fuji.css') }}?{{ env('CSS_PARAM') }}">
{% endblock %}
{% block main %}
<div class="t-container">
<h1>
<picture>
<source srcset="{{ asset('assets/img/fuji/main_visual.webp') }}" media="(max-width: 768px)">
<img src="{{ asset('assets/img/fuji/main_visual.webp') }}" alt="Supercar rental in Tokyo {{app.request.query.get('hotel')}}">
</picture>
</h1>
<p class="title">FUJI Adventure</p>
<p class="japanise main-subtitle"></p>
</div>
<div class="ec-categoryHeadRole__content">
<p>
We introduce the experience programs offered by AWD in the Fuji area, ranging from sightseeing to motorsports. The area is filled with the beauty of Mount Fuji, as well as rich natural and cultural experiences. We hope you create wonderful memories in the Fuji area!
</p>
</div>
<div class="container service">
<div class="item">
<a href="{{url('fuji_service01')}}">
<img src="{{ asset('assets/img/fuji/service01.webp')}}" alt="">
<p class="title"><span>Day Trip Around Mt.Fuji</span></p>
<p class="note">
The natural beauty of Mount Fuji and the Fuji Five Lakes offers a remarkable opportunity to experience the splendor of Japan's nature. With its majestic mountains, beautiful lakes, and diverse ecosystems, it promises a memorable and enchanting experience for all who visit.
</p>
<div class="btn">read more</div>
</a>
</div>
{#
<div class="item">
<a href="{{url('fuji_service02')}}">
<img src="{{ asset('assets/img/fuji/service02.webp')}}" alt="">
<p class="title"><span>Oshino Hakkai</span></p>
<p class="note">
Oshino Hakkai is a stunning group of spring water ponds at the foot of Mount Fuji, renowned for their clarity and peaceful atmosphere. The reflection of Mount Fuji and seasonal flowers creates a picturesque scene, offering visitors a chance to relax and experience Japanese tradition.
</p>
<div class="btn">read more</div>
</a>
</div>
#}
<div class="item">
<a href="{{url('fuji_service03')}}">
<img src="{{ asset('assets/img/fuji/service03.webp')}}" alt="">
<p class="title"><span>Hakone Superdrive Experience</span></p>
<p class="note">
Hakone Turnpike is a scenic route celebrated for its beautiful landscapes and enjoyable driving experience. It offers stunning views of Mount Fuji, the Hakone mountains, and Sagami Bay, especially on clear days. This route combines natural beauty with the thrill of driving, making it a must-visit.
</p>
<div class="btn">read more</div>
</a>
</div>
<div class="item">
<a href="{{url('fuji_service04')}}">
<img src="{{ asset('assets/img/fuji/service04.webp')}}" alt="">
<p class="title"><span>Immersive Circuit Experience</span></p>
<p class="note">
It’s a dream opportunity for car enthusiasts and motorsport fans. You can exclusively rent the track and enjoy an exhilarating circuit driving experience in a special supercar. Feel the rush of speed and intensity as you push the limits like never before on this famous circuit!
</p>
<div class="btn">read more</div>
</a>
</div>
{#
<div class="item">
<a href="{{url('fuji_service05')}}">
<img src="{{ asset('assets/img/fuji/service05.webp')}}" alt="">
<p class="title"><span>Circuit Experience</span></p>
<p class="note">
This program is an exciting opportunity for motorsport fans and car enthusiasts. You can drive a special supercar on an actual circuit, experiencing speed and thrills like never before. Although the driving experience lasts only 15 minutes, it allows you to feel the excitement and adrenaline of racing on a real track.
</p>
<div class="btn">read more</div>
</a>
</div>
#}
</div>
{% endblock %}