Skip to content
  • Explore
  • Countries
  • Stories
  • Explore
  • Countries
  • Stories
  • Events
  • Blog
  • Shop
  • Events
  • Blog
  • Shop
  • Contact Us
No Roads Logo
  • Explore
  • Countries
  • Stories
  • Events
  • Blog
  • Shop
  • Contact Us
Read more about the article Japanese Alps Lux Journey

Japanese Alps Lux Journey

  • Post author:Peter
  • Post published:March 21, 2026
  • Post category:Japan

JAPANESE LUX TRIP NOTES See Dates +61 3 9598 8581 Japanese Alps Lux Journey 9 Days $6600 ex Tokyo Accommodation 8 Nights Lux Hotel1 Night Mountain Hut (optional) Transportation Mostly…

Continue ReadingJapanese Alps Lux Journey
Read more about the article Reborn on the Omote Ginza Trail

Reborn on the Omote Ginza Trail

  • Post author:Peter
  • Post published:August 20, 2023
  • Post category:Japan/Dispatches

REBORN ON THE OMOTE GINZA TRAIL In the shadowed pockets of the Azumi valley, history tells of Banryu, a Nenbutsu priest, who challenged both nature and himself in pursuit of…

Continue ReadingReborn on the Omote Ginza Trail
Read more about the article Japanese Alps Omote Ginza Trail

Japanese Alps Omote Ginza Trail

  • Post author:Peter
  • Post published:January 4, 2022
  • Post category:Japan

JAPANESE ALPS TRIP NOTES See Dates +61 3 9598 8581 Japanese Alps Omote Ginza Trail 11 Days 5650 ex Tokyo Accommodation 2 Nights Ryokan4 Nights Mountain Hut4 Nights Hotel Transportation…

Continue ReadingJapanese Alps Omote Ginza Trail

Recent Posts

  • Summit Fever: When the UTMB Takes Over Chamonix
  • Hannibal Vs Rome
  • 2027 ANZAC Day & Kokoda Trek
  • Fast Kokoda: Because 9 Days of Suffering Just Felt Too Easy
  • Walking Poles vs. No Walking Poles on Mountain Trails

Recent Comments

  • Mont Blanc Trek Guide: Tips for the Ultimate Adventure on How Difficult Is The Tour du Mont Blanc
  • Mont Blanc Trek Guide: Tips for the Ultimate Adventure on The Power Of Active Holidays
  • Mont Blanc Trek Guide: Tips for the Ultimate Adventure on Tour Du Mont Blanc
  • Ultimate Guide to the Tour du Mont Blanc Hike Experience on The Power Of Active Holidays
  • Ultimate Guide to the Tour du Mont Blanc Hike Experience on How Difficult Is The Tour du Mont Blanc
<!-- 1. Tailwind & Fonts -->
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400&family=Oswald:wght@300;400;500&display=swap" rel="stylesheet">

<!-- 2. CSS Styles (Modified for Elementor) -->
<style>
    /* I removed the 'body' selector so it doesn't break your site background */
    :root {
        --paper-bg: #fdfbf7;
        --ink-black: #1a1a1a;
        --deep-red: #8a2be2; 
        --nepal-red: #dc143c;
        --mountain-blue: #4a5568;
        --gold: #d4af37;
    }

    /* This wrapper acts as the 'body' for the infographic area */
    .infographic-wrapper {
        background-color: #e2e8f0; /* The grey wall background */
        font-family: 'Crimson Text', serif;
        color: var(--ink-black);
        padding: 40px 20px; /* added padding */
    }

    .canvas {
        background-color: var(--paper-bg);
        background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%239C92AC' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        max-width: 1200px;
        margin: 0 auto;
        box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    }

    /* ... REST OF THE CSS STYLES FROM THE FILE ... */
    /* Copy everything from line 36 down to line 125 in the original file here */
    h1, h2, h3, .dish-title { font-family: 'Oswald', sans-serif; text-transform: uppercase; }
    .section-header { display: flex; align-items: center; margin-bottom: 2rem; padding-bottom: 1rem; border-bottom: 2px solid var(--ink-black); }
    .section-header h2 { font-size: 2.5rem; font-weight: 500; color: var(--ink-black); margin-right: 1rem; letter-spacing: 0.05em; }
    .section-subtitle { font-family: 'Crimson Text', serif; font-style: italic; font-size: 1.25rem; color: #666; }
    .dish-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 2rem; margin-bottom: 4rem; }
    .dish-card { border: 1px solid #e2e8f0; background: white; padding: 1.5rem; transition: all 0.3s ease; position: relative; }
    .dish-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); border-color: var(--nepal-red); }
    .img-box { width: 100%; height: 200px; background-color: #f1f5f9; margin-bottom: 1.5rem; border: 1px solid #cbd5e1; display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; }
    .img-box img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.05) saturate(0.9); }
    .placeholder-text { text-align: center; color: #94a3b8; font-family: 'Oswald', sans-serif; letter-spacing: 1px; }
    .dish-title { font-size: 1.5rem; color: #b91c1c; margin-bottom: 0.5rem; border-bottom: 1px solid #eee; padding-bottom: 0.25rem; }
    .dish-desc { font-size: 1rem; line-height: 1.4; color: #4a5568; margin-bottom: 1rem; min-height: 3rem; }
    .tag-group { display: flex; flex-direction: column; gap: 0.5rem; font-size: 0.9rem; }
    .tag-row { display: flex; align-items: baseline; }
    .tag-label { font-weight: 700; color: var(--ink-black); width: 80px; flex-shrink: 0; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.5px; }
    .tag-content { color: #64748b; font-style: italic; }
    .location-badge { display: inline-block; background-color: #f1f5f9; color: #475569; padding: 2px 8px; border-radius: 4px; font-size: 0.8rem; font-family: 'Oswald', sans-serif; text-transform: uppercase; margin-top: 0.5rem; }
</style>

<!-- 3. The HTML Content -->
<div class="infographic-wrapper">
    <!-- Paste everything that was inside the <div class="canvas ..."> tag here -->
    <div class="canvas p-8 md:p-16 relative">
       <!-- ... ALL THE CONTENT FROM THE PREVIOUS FILE ... -->
       <!-- ... (Header, Dish Grid, Footer) ... -->
    </div>
</div>
Facebook Instagram Youtube
  • Terms and Conditions
  • Trip Grading
  • Going Green
  • Charities We Support
  • Insurance
  • FAQ's
  • Mates for Life
  • Meet Your Team
  • Upcoming Events
  • What Drives Us
  • Contact
  • Balance Payment
  • Your Guest Portal
  • Agent Portal
  • Agent Registration
  • Privacy Policy

Sign Up To Our Newsletter

This field is for validation purposes and should be left unchanged.

© Copyright No Roads Expeditions 2012 - 2021

  • XPDJAP01

Website Design & Development by ByteWrite

TRIP NOTES
See Dates
 
Browse the departures below or enter a trip code here: Submit Trip Code