{% if data.ad_info %}
{% endif %}
{% endif %}
{% if data.introduction %}
{% endif %}
{% if data.i_city_to_hotel %}
{% 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 %}
{% if hotel.p_hotel_subtitle %}
{% endif %}
{% if hotel.score %}
{% endif %}
{% if hotel.p_hotel_intro %}
{% endif %}
{% if hotel.p_location_contents or hotel.address %}
{% endif %}
{% if hotel.p_dining_contents %}
{% endif %}
{% if hotel.i_highlights is defined and hotel.i_highlights | length > 0 %}
{% endif %}
{% if hotel.p_reviews_contents %}
{% endif %}
{% if hotel.i_review_contents is defined and hotel.i_review_contents | length > 0 %}
{% endif %}
{% if hotel.p_room_contents %}
{% endif %}
{% if hotel.p_facility_contents or hotel.p_facilities_contents %}
{% endif %}
{% if hotel.p_hotel_tips %}
{% endif %}
{% if hotel.i_reception_contents is defined and hotel.i_reception_contents | length > 0 %}
{% endif %}
{% if 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 %}
{% endif %}
{% if data.hotels[0].activity is defined and data.hotels[0].activity | length > 0 %}
{% endif %}
{% if data.l_city_link_cta %}
{% endif %}
{{ 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 }}{{ data.introduction | safe }}
{{ data.i_city_to_hotel | safe }}
{{ loop.index }}. {{ hotel.hotel_name_locale }}
{{ hotel.p_hotel_subtitle }}
★ {{ hotel.score }}/10
ホテルの特徴
{{ hotel.p_hotel_intro | safe }}交通案内
{% 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 %}
食事施設
{{ 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 %}
highlights
-
{% for highlight in hotel.i_highlights %}
- {{ highlight }} {% endfor %}
宿泊者の評価
{{ hotel.p_reviews_contents | safe }}
最近の評価
{% for review in hotel.i_review_contents [:2] %}
{% endfor %}
{% if hotel.p_reviews_imgs is defined and hotel.p_reviews_imgs | length > 0 %}
{{ review.numericScore }}/10
{% if review.title %}
{{ review.title }}
{% endif %}{{ review.contents | safe }}
{% for image in hotel.p_reviews_imgs[:2] %}
{% endfor %}
{% endif %}
ルームタイプ
{{ hotel.p_room_contents | safe }}
ファシリティ
{% if hotel.p_facility_contents %}{{ hotel.p_facility_contents | safe }}
{% endif %}
{% if hotel.p_facilities_contents %}
{{ hotel.p_facilities_contents | safe }}
{% endif %}
ホテルの魅力
{% 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 %}
{{ hotel.p_hotel_tips | safe }}
{% endif %}
チェック時間
{% for info in hotel.i_reception_contents %}
{{ info }}
{% endfor %}{{ hotel.p_hotel_cta }}
観光ガイド
{% if data.final_result.climate_info %}
{% endif %}
{% if data.final_result.culture_info %}
{% endif %}
天気情報
{% for season in data.final_result.climate_info %}
{% endfor %}
{{ season.season }} ({{ season.months }})
気温: {{ season.temperature }}
天候: {{ season.weather_conditions }}
{% if season.packing_tips %}持ち物: {{ season.packing_tips }}
{% endif %}現地の習慣
{% for culture in data.final_result.culture_info %}
{{ culture.culture_name }}: {{ culture.culture_description }}
{% if culture.culture_tips %}💡 {{ culture.culture_tips }}
{% endif %} {% endfor %}地域の活動
{% for act in data.hotels[0].activity[:3] %}
{% endfor %}
{{ act.title }}
{% if act.images %} {% endif %}{{ data.l_city_link_cta | safe }}
{% if data.l_city_links is defined and data.l_city_links | length > 0 %}
{% endif %}