{% if data.ad_info %}
{{ data.ad_info }}
{% endif %} {% if data.introduction_city or data.i_city_culture %}

地域情報

{% if data.introduction_city %}
{{ data.introduction_city | safe }}
{% endif %} {% if data.i_city_culture %}

現地の習慣

{{ data.i_city_culture | safe }}
{% endif %}
{% endif %} {% if data.introduction %}
{{ data.introduction | safe }}
{% endif %} {% if data.i_city_to_hotel %}

{{ data.i_city_to_hotel | safe }}

{% endif %} {% for hotel in data.hotels [:3] %}
{% if hotel.p_room_imgs is defined and hotel.p_room_imgs | length > 0 %}
{% elif hotel.p_facility_imgs is defined and hotel.p_facility_imgs | length > 0 %}
{% elif hotel.p_location_imgs is defined and hotel.p_location_imgs | length > 0 %}
{% endif %}

{{ loop.index }}. {{ hotel.hotel_name_locale }}

{% if hotel.p_hotel_subtitle %}

{{ hotel.p_hotel_subtitle }}

{% endif %} {% if hotel.score %}
★ {{ hotel.score }}/10
{% endif %} {% if hotel.p_hotel_intro %}

ホテルの特徴

{{ hotel.p_hotel_intro | safe }}
{% endif %}
{% if hotel.p_location_contents or hotel.address %}

交通案内

{% if hotel.p_location_contents %}
{{ hotel.p_location_contents | safe }}
{% endif %} {% if hotel.address %}

📍 {{ hotel.address }}

{% endif %} {% if hotel.p_location_imgs is defined and hotel.p_location_imgs | length > 0 %}
{% for image in hotel.p_location_imgs[:1] %} {% endfor %}
{% endif %}
{% endif %} {% if hotel.p_dining_contents %}

食事施設

{{ hotel.p_dining_contents | safe }}
{% if hotel.p_dining_imgs is defined and hotel.p_dining_imgs | length > 0 %}
{% for image in hotel.p_dining_imgs[:2] %} {% endfor %}
{% endif %}
{% endif %} {% if hotel.i_highlights is defined and hotel.i_highlights | length > 0 %}

highlights

    {% for highlight in hotel.i_highlights %}
  • {{ highlight }}
  • {% endfor %}
{% endif %} {% if hotel.p_reviews_contents %}

宿泊者の評価

{{ hotel.p_reviews_contents | safe }}
{% endif %} {% if hotel.i_review_contents is defined and hotel.i_review_contents | length > 0 %}

最近の評価

{% for review in hotel.i_review_contents [:2] %}
{{ review.numericScore }}/10 {% if review.title %}

{{ review.title }}

{% endif %}

{{ review.contents | safe }}

{{ review.provider }} {% if review.language %} ({{ review.language }}) {% endif %}
{% endfor %}
{% if hotel.p_reviews_imgs is defined and hotel.p_reviews_imgs | length > 0 %}
{% for image in hotel.p_reviews_imgs[:2] %} {% endfor %}
{% endif %}
{% endif %} {% if hotel.p_room_contents %}

ルームタイプ

{{ hotel.p_room_contents | safe }}
{% endif %} {% if hotel.p_facility_contents or hotel.p_facilities_contents %}

ファシリティ

{% if hotel.p_facility_contents %}
{{ hotel.p_facility_contents | safe }}
{% endif %} {% if hotel.p_facilities_contents %}
{{ hotel.p_facilities_contents | safe }}
{% endif %}
{% endif %} {% if hotel.p_hotel_tips %}

ホテルの魅力

{% if hotel.p_hotel_tips.summary is defined and hotel.p_hotel_tips.summary | length > 0 %}
    {% for tip in hotel.p_hotel_tips.summary %}
  • {{ tip }}
  • {% endfor %}
{% else %}
{{ hotel.p_hotel_tips | safe }}
{% endif %}
{% endif %} {% if hotel.i_reception_contents is defined and hotel.i_reception_contents | length > 0 %}

チェック時間

{% for info in hotel.i_reception_contents %}

{{ info }}

{% endfor %}
{% endif %} {% if hotel.p_hotel_cta %}

{{ hotel.p_hotel_cta }}

{% endif %} {% set all_links = [] %} {% if hotel.p_room_links is defined and hotel.p_room_links | length > 0 %} {% set all_links = all_links + hotel.p_room_links %} {% endif %} {% if hotel.p_facility_links is defined and hotel.p_facility_links | length > 0 %} {% set all_links = all_links + hotel.p_facility_links %} {% endif %} {% if hotel.p_location_links is defined and hotel.p_location_links | length > 0 %} {% set all_links = all_links + hotel.p_location_links %} {% endif %} {% if hotel.p_dining_links is defined and hotel.p_dining_links | length > 0 %} {% set all_links = all_links + hotel.p_dining_links %} {% endif %} {% if hotel.p_reviews_links is defined and hotel.p_reviews_links | length > 0 %} {% set all_links = all_links + hotel.p_reviews_links %} {% endif %} {% if all_links | length > 0 %} {% endif %}
{% endfor %} {% if data.final_result %}

観光ガイド

{% if data.final_result.climate_info %}

天気情報

{% for season in data.final_result.climate_info %}
{{ season.season }} ({{ season.months }})

気温: {{ season.temperature }}

天候: {{ season.weather_conditions }}

{% if season.packing_tips %}

持ち物: {{ season.packing_tips }}

{% endif %}
{% endfor %}
{% endif %} {% if data.final_result.culture_info %}

現地の習慣

{% for culture in data.final_result.culture_info %}

{{ culture.culture_name }}: {{ culture.culture_description }}

{% if culture.culture_tips %}

💡 {{ culture.culture_tips }}

{% endif %} {% endfor %}
{% endif %}
{% endif %} {% if data.hotels[0].activity is defined and data.hotels[0].activity | length > 0 %}

地域の活動

{% for act in data.hotels[0].activity[:3] %}

{{ act.title }}

{% if act.images %} {% endif %}
{% endfor %}
{% endif %} {% if data.l_city_link_cta %}
{{ data.l_city_link_cta | safe }}
{% if data.l_city_links is defined and data.l_city_links | length > 0 %} {% endif %}
{% endif %}