<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>QLD | 旅樂道</title>
	<atom:link href="https://yoooyooo8.jp/category/australia/qld/feed/" rel="self" type="application/rss+xml" />
	<link>https://yoooyooo8.jp</link>
	<description>旅を楽しむ、人生の道</description>
	<lastBuildDate>Tue, 10 Mar 2026 09:14:12 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://yoooyooo8.jp/wp-content/uploads/2026/01/cropped-Yoshi-favicon-32x32.jpg</url>
	<title>QLD | 旅樂道</title>
	<link>https://yoooyooo8.jp</link>
	<width>32</width>
	<height>32</height>
</image> 
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/>
<atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/>
<atom:link rel="hub" href="https://websubhub.com/hub"/>
<atom:link rel="self" href="https://yoooyooo8.jp/category/australia/qld/feed/"/>
	<item>
		<title>ケアンズ旅行完全ガイド｜2大世界遺産グレートバリアリーフ・キュランダ・費用・ベストシーズンを徹底解説</title>
		<link>https://yoooyooo8.jp/cairns-travel-guide/</link>
					<comments>https://yoooyooo8.jp/cairns-travel-guide/#respond</comments>
		
		<dc:creator><![CDATA[Yoshi]]></dc:creator>
		<pubDate>Fri, 27 Feb 2026 08:55:00 +0000</pubDate>
				<category><![CDATA[QLD]]></category>
		<category><![CDATA[オーストラリア]]></category>
		<category><![CDATA[ケアンズ]]></category>
		<guid isPermaLink="false">https://yoooyooo8.jp/?p=1952</guid>

					<description><![CDATA[✈️ オーストラリア旅行ガイド ケアンズ旅行完全ガイドグレートバリアリーフ・キュランダ・費用まで徹底解説 世界遺産の海と熱帯雨林が待つ、オーストラリア最高の楽園リゾートへ 🐠 グレートバリアリーフ 🌿 キュランダ世界遺産 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<!-- ============================================================
     旅樂道 (Tabigakudou) - ケアンズ旅行完全ガイド
     スコープ: .cairns-article
     ============================================================ -->

<style>
/* ============================================================
   スコープスタイル - .cairns-article 配下のみ適用
   ============================================================ */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Playfair+Display:wght@700&display=swap');

/* ── CSS変数 ── */
.cairns-article {
  --ca-sky:       #0ea5e9;
  --ca-sky-light: #e0f2fe;
  --ca-sky-mid:   #bae6fd;
  --ca-ocean:     #0369a1;
  --ca-deep:      #0c4a6e;
  --ca-green:     #16a34a;
  --ca-green-light: #dcfce7;
  --ca-amber:     #d97706;
  --ca-amber-light: #fef3c7;
  --ca-coral:     #e11d48;
  --ca-coral-light: #ffe4e6;
  --ca-neutral-50:  #f8fafc;
  --ca-neutral-100: #f1f5f9;
  --ca-neutral-200: #e2e8f0;
  --ca-neutral-600: #475569;
  --ca-neutral-700: #334155;
  --ca-neutral-800: #1e293b;
  --ca-text:      #1e293b;
  --ca-radius:    12px;
  --ca-radius-lg: 20px;
  --ca-shadow:    0 4px 24px rgba(14,165,233,0.12);
  --ca-shadow-lg: 0 8px 40px rgba(14,165,233,0.18);
  --ca-font-body: 'Noto Sans JP', sans-serif;
  --ca-font-display: 'Playfair Display', serif;

  font-family: var(--ca-font-body);
  color: var(--ca-text);
  line-height: 1.8;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow-x: hidden;
}

/* ── リセット（スコープ内） ── */
.cairns-article *,
.cairns-article *::before,
.cairns-article *::after {
  box-sizing: border-box;
}

.cairns-article img { max-width: 100%; height: auto; display: block; }
.cairns-article a { color: var(--ca-sky); text-decoration: none; transition: color .2s; }
.cairns-article a:hover { color: var(--ca-ocean); text-decoration: underline; }

/* ── ヒーローセクション ── */
.ca-hero {
  position: relative;
  width: calc(100% + 9999px);
  margin-left: -4999px;
  margin-right: -4999px;
  min-height: 520px;
  background: linear-gradient(135deg, var(--ca-deep) 0%, var(--ca-sky) 60%, #38bdf8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 80px 20px;
}

.ca-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 80%, rgba(255,255,255,.08) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(255,255,255,.06) 0%, transparent 50%);
}

.ca-hero-wave {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 80px;
  background: #fff;
  clip-path: ellipse(55% 100% at 50% 100%);
}

.ca-hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 860px;
  animation: ca-fadeup .8s ease both;
}

.ca-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.3);
  color: #fff;
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .06em;
  padding: 5px 16px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.ca-hero-title {
  font-family: var(--ca-font-body);
  font-size: clamp(1.6rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 16px;
  padding: 0;
  border: none;
  border-left: none;
  border-bottom: none;
  text-shadow: 0 2px 16px rgba(0,0,0,.2);
  background: transparent;
}

.ca-hero-sub {
  font-size: clamp(.9rem, 2vw, 1.1rem);
  color: rgba(255,255,255,.88);
  margin: 0 0 28px;
  line-height: 1.7;
}

.ca-hero-meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.ca-hero-tag {
  background: rgba(255,255,255,.2);
  border: 1px solid rgba(255,255,255,.35);
  color: #fff;
  font-size: .78rem;
  padding: 4px 14px;
  border-radius: 999px;
}

/* ── コンテンツラッパー（全幅） ── */
.ca-content {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 28px;
}

/* ── セクション共通 ── */
.ca-section {
  margin: 72px 0;
}

/* ── 見出し ── */
.cairns-article h2 {
  font-family: var(--ca-font-body);
  font-size: clamp(1.25rem, 3vw, 1.7rem);
  font-weight: 700;
  color: var(--ca-deep);
  margin: 0 0 32px;
  padding: 0 0 16px 20px;
  border-left: 5px solid var(--ca-sky);
  border-bottom: 2px solid var(--ca-sky-mid);
  line-height: 1.4;
}

.cairns-article h3 {
  font-family: var(--ca-font-body);
  font-size: clamp(1.05rem, 2.5vw, 1.3rem);
  font-weight: 700;
  color: var(--ca-ocean);
  margin: 44px 0 18px;
  padding-left: 12px;
  border-left: 3px solid var(--ca-sky);
  line-height: 1.4;
}

.cairns-article h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ca-neutral-800);
  margin: 20px 0 10px;
}

/* ── 段落 ── */
.cairns-article p {
  margin: 0 0 22px;
  font-size: .97rem;
  color: var(--ca-neutral-700);
}

/* ── この記事の要点 ── */
.ca-summary {
  background: linear-gradient(135deg, var(--ca-sky-light) 0%, var(--ca-sky-mid) 100%);
  border-radius: var(--ca-radius-lg);
  padding: 36px 40px;
  margin: 52px 0;
  border: 1px solid #7dd3fc;
  box-shadow: var(--ca-shadow);
}

.ca-summary-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ca-deep);
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ca-summary-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .94rem;
  color: var(--ca-deep);
  font-weight: 500;
  line-height: 1.6;
}

.ca-summary-list li::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  background: var(--ca-sky);
  color: #fff;
  border-radius: 50%;
  font-size: .75rem;
  font-weight: 700;
  margin-top: 1px;
}

/* ── 目次 ── */
.ca-toc {
  background: var(--ca-neutral-50);
  border: 1px solid var(--ca-neutral-200);
  border-radius: var(--ca-radius-lg);
  padding: 36px 40px;
  margin: 52px 0;
  box-shadow: 0 2px 12px rgba(0,0,0,.05);
}
}

.ca-toc h3 {
  border: none;
  padding: 0;
  margin: 0 0 18px;
  font-size: 1rem;
  color: var(--ca-deep);
  display: flex;
  align-items: center;
  gap: 8px;
}

.ca-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ca-toc-list li {
  counter-increment: toc-counter;
}

.ca-toc-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: .9rem;
  color: var(--ca-ocean);
  font-weight: 500;
  transition: background .2s, color .2s;
  text-decoration: none;
}

.ca-toc-list a::before {
  content: counter(toc-counter, decimal-leading-zero);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 24px;
  background: var(--ca-sky-light);
  color: var(--ca-ocean);
  border-radius: 6px;
  font-size: .75rem;
  font-weight: 700;
}

.ca-toc-list a:hover {
  background: var(--ca-sky-light);
  color: var(--ca-deep);
  text-decoration: none;
}

/* ── 目次アニメーション ── */
.cairns-article .ca-toc-list li {
  animation: ca-slidein .4s ease both;
}
.ca-toc-list li:nth-child(1)  { animation-delay: .05s; }
.ca-toc-list li:nth-child(2)  { animation-delay: .1s; }
.ca-toc-list li:nth-child(3)  { animation-delay: .15s; }
.ca-toc-list li:nth-child(4)  { animation-delay: .2s; }
.ca-toc-list li:nth-child(5)  { animation-delay: .25s; }
.ca-toc-list li:nth-child(6)  { animation-delay: .3s; }
.ca-toc-list li:nth-child(7)  { animation-delay: .35s; }
.ca-toc-list li:nth-child(8)  { animation-delay: .4s; }
.ca-toc-list li:nth-child(9)  { animation-delay: .45s; }
.ca-toc-list li:nth-child(10) { animation-delay: .5s; }

/* ── ボックス類 ── */
.ca-box {
  border-radius: var(--ca-radius);
  padding: 28px 32px;
  margin: 32px 0;
}

.ca-box-info {
  background: var(--ca-sky-light);
  border-left: 4px solid var(--ca-sky);
}

.ca-box-tip {
  background: var(--ca-green-light);
  border-left: 4px solid var(--ca-green);
}

.ca-box-warn {
  background: var(--ca-amber-light);
  border-left: 4px solid var(--ca-amber);
}

.ca-box-point {
  background: var(--ca-coral-light);
  border-left: 4px solid var(--ca-coral);
}

.ca-box-title {
  font-weight: 700;
  font-size: .95rem;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ca-box p { margin: 0; font-size: .9rem; }
.ca-box p + p { margin-top: 8px; }

/* ── 料金テーブル ── */
.ca-table-wrap {
  overflow-x: auto;
  margin: 32px 0;
  border-radius: var(--ca-radius);
  box-shadow: var(--ca-shadow);
  width: 100%;
  min-width: 480px;
  border-collapse: collapse;
  font-size: .9rem;
}

.ca-table thead {
  background: linear-gradient(90deg, var(--ca-deep), var(--ca-ocean));
  color: #fff;
}

.ca-table th {
  padding: 14px 20px;
  font-weight: 600;
  font-size: .85rem;
  letter-spacing: .04em;
  white-space: nowrap;
}

.ca-table td {
  padding: 14px 20px;
  border-bottom: 1px solid var(--ca-neutral-200);
}

.ca-table tbody tr:last-child td { border-bottom: none; }
.ca-table tbody tr:nth-child(even) td { background: var(--ca-neutral-50); }
.ca-table tbody tr:hover td { background: var(--ca-sky-light); }

.ca-table .ca-price {
  font-weight: 700;
  color: var(--ca-coral);
  white-space: nowrap;
}

.ca-table .ca-tag-good {
  display: inline-block;
  background: var(--ca-green-light);
  color: var(--ca-green);
  font-size: .75rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
}

/* ── 公式リンクボックス ── */
.ca-official {
  background: var(--ca-sky-light);
  border-left: 4px solid var(--ca-sky);
  padding: 26px 30px;
  margin: 40px 0;
  border-radius: var(--ca-radius);
}

.ca-official p { margin: 0; font-size: .9rem; line-height: 1.7; }
.ca-official a { color: var(--ca-ocean); font-weight: 700; }
.ca-official strong { font-size: .95rem; }

/* ── 画像 ── */
.ca-img-wrap {
  margin: 44px 0;
  border-radius: var(--ca-radius-lg);
  box-shadow: var(--ca-shadow-lg);
}

.ca-img-wrap img {
  width: 100%;
  aspect-ratio: 1200 / 800;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.ca-img-wrap:hover img { transform: scale(1.02); }

.ca-img-caption {
  background: var(--ca-neutral-800);
  color: rgba(255,255,255,.8);
  font-size: .78rem;
  padding: 10px 16px;
  text-align: center;
  line-height: 1.5;
}

/* ── 区切り線 ── */
.ca-divider {
  border: none;
  border-top: 2px solid var(--ca-sky-mid);
  margin: 64px 0;
}

/* ── カード ── */
.ca-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin: 32px 0;
}

.ca-card {
  background: #fff;
  border: 1px solid var(--ca-neutral-200);
  border-radius: var(--ca-radius);
  padding: 28px 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,.05);
  transition: transform .25s, box-shadow .25s;
}

.ca-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ca-shadow);
}

.ca-card-icon {
  font-size: 2rem;
  margin-bottom: 16px;
  display: block;
}

.ca-card-title {
  font-weight: 700;
  font-size: .95rem;
  color: var(--ca-deep);
  margin-bottom: 8px;
}

.ca-card p { font-size: .85rem; margin: 0; color: var(--ca-neutral-600); }

/* ── 内部リンク ── */
.ca-related {
  margin: 28px 0;
  font-size: .9rem;
}
.ca-related a { color: var(--ca-ocean); font-weight: 700; text-decoration: underline; }

/* ── FAQ ── */
.ca-faq-item {
  border: 1px solid var(--ca-neutral-200);
  border-radius: var(--ca-radius);
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 22px 28px;
  background: var(--ca-sky-light);
  cursor: pointer;
  font-weight: 700;
  font-size: .94rem;
  color: var(--ca-deep);
  line-height: 1.5;
  user-select: none;
}

.ca-faq-q-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: var(--ca-sky);
  color: #fff;
  border-radius: 50%;
  font-size: .8rem;
  font-weight: 700;
  margin-top: 1px;
}

.ca-faq-a {
  padding: 20px 28px 20px 68px;
  font-size: .9rem;
  color: var(--ca-neutral-700);
  line-height: 1.8;
  background: #fff;
}

.ca-faq-a-badge {
  display: inline-block;
  background: var(--ca-amber-light);
  color: var(--ca-amber);
  font-weight: 700;
  font-size: .8rem;
  padding: 2px 10px;
  border-radius: 999px;
  margin-right: 8px;
}

/* ── まとめ ── */
.ca-summary-box {
  background: linear-gradient(135deg, var(--ca-deep) 0%, var(--ca-ocean) 100%);
  border-radius: var(--ca-radius-lg);
  padding: 48px 40px;
  color: #fff;
  margin: 64px 0 40px;
}

.ca-summary-box h2 {
  color: #0c4a6e;
  border-color: rgba(12,74,110,.4);
  border-bottom-color: rgba(12,74,110,.2);
  font-size: 1.4rem;
}

.ca-summary-box p { color: rgba(255,255,255,.9); }

.ca-summary-box .ca-sum-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .94rem;
  color: rgba(255,255,255,.92);
  line-height: 1.6;
}

.ca-summary-box .ca-sum-list li::before {
  content: '🌊';
  flex-shrink: 0;
  margin-top: 2px;
}

/* ── アニメーション ── */
@keyframes ca-fadeup {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes ca-slidein {
  from { opacity: 0; transform: translateX(-12px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* ── スクロールアニメーション ── */
.ca-reveal {
  transition: opacity .6s ease, transform .6s ease;
}
.ca-reveal.ca-anim-ready {
  opacity: 0;
  transform: translateY(20px);
}
.ca-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── モバイル対応 ── */
@media (max-width: 640px) {
  .ca-hero { min-height: 400px; padding: 48px 16px 60px; }
  .ca-content { padding: 0 20px; }
  .ca-summary, .ca-toc, .ca-summary-box { padding: 28px 22px; }
  .ca-box { padding: 22px 20px; }
  .ca-cards { grid-template-columns: 1fr; }
  .cairns-article h2 { font-size: 1.2rem; }
}
</style>


<!-- ========================================================
     記事本体
     ======================================================== -->
<article class="cairns-article" role="main" aria-label="ケアンズ旅行完全ガイド">

  <!-- ── ヒーローセクション ── -->
  <section class="ca-hero" aria-label="記事ヘッダー">
    <div class="ca-hero-inner">
      <span class="ca-hero-badge" aria-label="カテゴリー">✈️ オーストラリア旅行ガイド</span>
      <h2 class="ca-hero-title">ケアンズ旅行完全ガイド<br>グレートバリアリーフ・キュランダ・費用まで徹底解説</h2>
      <p class="ca-hero-sub">世界遺産の海と熱帯雨林が待つ、オーストラリア最高の楽園リゾートへ</p>
      <div class="ca-hero-meta" aria-label="記事タグ">
        <span class="ca-hero-tag">🐠 グレートバリアリーフ</span>
        <span class="ca-hero-tag">🌿 キュランダ世界遺産</span>
        <span class="ca-hero-tag">💰 費用・コスパ情報</span>
        <span class="ca-hero-tag">🗺️ アクセス完全解説</span>
      </div>
    </div>
    <div class="ca-hero-wave" aria-hidden="true"></div>
  </section>

  <div class="ca-content">

    <!-- ── この記事の要点 ── -->
    <div class="ca-summary ca-reveal" role="region" aria-label="この記事の要点">
      <p class="ca-summary-title">📋 この記事の要点</p>
      <ul class="ca-summary-list">
        <li>ケアンズはグレートバリアリーフ（世界遺産の海）と熱帯雨林という2つの世界遺産に囲まれたリゾート都市</li>
        <li>日本から直行便・乗り継ぎどちらでもアクセスでき、ビザなし（ETA取得）で入国可能</li>
        <li>世界遺産の森を走る「キュランダ観光鉄道＋スカイレール」は旅のハイライト</li>
        <li>4泊6日の旅費目安は1人25〜40万円。選択次第でコスパよく楽しめる</li>
        <li>乾季（6〜9月）がベストシーズン。快適な気候でアクティビティを満喫できる</li>
      </ul>
    </div>

    <!-- ── アニメーション目次 ── -->
    <nav class="ca-toc ca-reveal" aria-label="目次" id="toc">
      <h3>📖 目次</h3>
      <ol class="ca-toc-list">
        <li><a href="#about">ケアンズとはどんな場所か</a></li>
        <li><a href="#access">ケアンズへのアクセスと入国</a></li>
        <li><a href="#season">ベストシーズンと気候</a></li>
        <li><a href="#reef">グレートバリアリーフの楽しみ方</a></li>
        <li><a href="#kuranda">キュランダと世界遺産の熱帯雨林</a></li>
        <li><a href="#sightseeing">ケアンズ市内の見どころ</a></li>
        <li><a href="#activities">アクティビティ一覧</a></li>
        <li><a href="#food">グルメと食事事情</a></li>
        <li><a href="#hotel">ホテル選びのポイント</a></li>
        <li><a href="#cost">旅費と予算の目安</a></li>
        <li><a href="#tips">注意点と安全情報</a></li>
        <li><a href="#faq">よくある質問（FAQ）</a></li>
      </ol>
    </nav>

    <hr class="ca-divider" aria-hidden="true">

    <!-- ========================================================
         Section 1: ケアンズとは
         ======================================================== -->
    <section class="ca-section ca-reveal" id="about" aria-labelledby="h2-about">
      <h2 id="h2-about">ケアンズとはどんな場所か</h2>

      <p>ケアンズ（Cairns）は、オーストラリア・クイーンズランド州の北端に位置する人口約17万人の熱帯都市です。日本から南東に約7,000km離れており、赤道に近いため一年を通じて温暖な気候が続きます。</p>

      <p>この街が世界的なリゾート地として名を馳せる理由は、二つの世界自然遺産に囲まれているという類まれな立地にあります。東には「グレートバリアリーフ」、西には「クイーンズランドの熱帯湿潤林」が広がり、海と森、両方の大自然を同時に体験できる場所は地球上でもほとんどありません。</p>

      <div class="ca-cards">
        <div class="ca-card">
          <span class="ca-card-icon" aria-hidden="true">🐠</span>
          <p class="ca-card-title">グレートバリアリーフ</p>
          <p>総延長2,300kmに及ぶ世界最大のサンゴ礁。1,500種以上の魚と400種のサンゴが棲む海の楽園。</p>
        </div>
        <div class="ca-card">
          <span class="ca-card-icon" aria-hidden="true">🌿</span>
          <p class="ca-card-title">熱帯湿潤林（キュランダ）</p>
          <p>1億3000万年前から続く世界最古の熱帯雨林。ユニークな動植物と先住民アボリジニ文化が息づく。</p>
        </div>
        <div class="ca-card">
          <span class="ca-card-icon" aria-hidden="true">🌆</span>
          <p class="ca-card-title">コンパクトな市街地</p>
          <p>主要観光スポットが徒歩圏内に集結。ナイトマーケット・ラグーン・レストランへのアクセスも便利。</p>
        </div>
      </div>

      <div class="ca-box ca-box-info">
        <p class="ca-box-title">📌 基本情報</p>
        <p>国：オーストラリア　州：クイーンズランド州　時差：日本より+1時間（サマータイム不採用）　通貨：オーストラリアドル（AUD）　言語：英語　電圧：240V（変換プラグ必要）</p>
      </div>
    </section>

    <!-- ========================================================
         Section 2: アクセス
         ======================================================== -->
    <section class="ca-section ca-reveal" id="access" aria-labelledby="h2-access">
      <h2 id="h2-access">ケアンズへのアクセスと入国</h2>

      <p>日本からケアンズへは、直行便と乗り継ぎ便の2ルートがあります。渡航前にETAと呼ばれる電子ビザの取得が必須ですが、手続きは非常に簡単です。</p>

      <h3 id="h3-flight">日本からのフライト</h3>
      <p>直行便はカンタス航空（QF）が運航しており、成田〜ケアンズ間を約8〜9時間で結びます。運航スケジュールは季節によって変動するため、渡航前に必ず確認しましょう。乗り継ぎ便の場合は、シンガポール・ブリスベン・シドニーなどを経由するルートが一般的で、飛行時間は12〜16時間程度になります。</p>

      <h3 id="h3-visa">ビザ・ETA（電子渡航認証）</h3>
      <p>日本国籍の方はビザ申請なしで入国できますが、渡航前にETA（電子渡航認証、サブクラス601）の取得が義務付けられています。AUS ETA公式アプリまたはウェブから申請でき、通常数分で承認されます。費用は20AUD程度。パスポートと紐付けられるため、紙の証明書の持参は不要です。</p>

      <div class="ca-box ca-box-tip">
        <p class="ca-box-title">💡 空港から市内へ</p>
        <p>ケアンズ国際空港（CNS）は市街地から約6kmと非常に近く、タクシーなら約15〜20分・25〜30AUD程度です。シャトルバス（Con-X-ion）を使えば12〜15AUD前後に抑えられます。UberやBoltなどのライドシェアサービスも利用可能です。</p>
      </div>

      <div class="ca-official" role="complementary" aria-label="公式情報">
        <p><strong>📌 ケアンズの公式観光情報</strong></p>
        <p>最新のビザ情報やイベント情報については、<a rel="noopener" href="https://www.australia.com/ja-jp" target="_blank">オーストラリア政府観光局（Tourism Australia）</a>の公式サイトをご確認ください。ETA申請は<a rel="noopener" href="https://immi.homeaffairs.gov.au/visas/getting-a-visa/visa-listing/electronic-travel-authority-601" target="_blank">オーストラリア内務省の公式ページ</a>から行えます。</p>
      </div>
    </section>

    <!-- ========================================================
         Section 3: ベストシーズン
         ======================================================== -->
    <section class="ca-section ca-reveal" id="season" aria-labelledby="h2-season">
      <h2 id="h2-season">ベストシーズンと気候</h2>

      <p>ケアンズは熱帯気候で、大きく「乾季（4〜10月）」と「雨季（11〜3月）」の2シーズンに分かれます。旅行者にとってのベストシーズンは、快適な気候が続く6〜9月の乾季です。</p>

      <div class="ca-table-wrap">
        <table class="ca-table" aria-label="季節別の気候と旅行適性">
          <thead>
            <tr>
              <th>時期</th>
              <th>気候</th>
              <th>特徴</th>
              <th>おすすめ度</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td><strong>6〜9月</strong><br>（乾季・最高期）</td>
              <td>気温20〜26℃<br>湿度低め</td>
              <td>最も快適。視界良好でダイビング◎。観光客が多く料金やや高め</td>
              <td><span class="ca-tag-good">最適</span></td>
            </tr>
            <tr>
              <td><strong>4〜5月</strong><br>（移行期）</td>
              <td>気温24〜29℃<br>雨が減る</td>
              <td>観光客少なめ。料金がやや安い。海の透明度が戻り始める</td>
              <td><span class="ca-tag-good">おすすめ</span></td>
            </tr>
            <tr>
              <td><strong>10月</strong><br>（移行期）</td>
              <td>気温26〜30℃<br>やや蒸し暑い</td>
              <td>雨季前の混みにくい穴場時期。GW明けで日本からの旅行客が少ない</td>
              <td>○</td>
            </tr>
            <tr>
              <td><strong>11〜3月</strong><br>（雨季）</td>
              <td>気温28〜33℃<br>スコール多発</td>
              <td>気温高く蒸し暑い。12月〜2月はクラゲシーズン（要注意）。航空券が安い傾向</td>
              <td>△</td>
            </tr>
          </tbody>
        </table>
      </div>

      <div class="ca-box ca-box-warn">
        <p class="ca-box-title">⚠️ 雨季のクラゲに注意</p>
        <p>11月〜5月頃は危険な「ボックスジェリーフィッシュ（箱クラゲ）」が出没します。この時期に海水浴をする場合は、ビーチにある囲われたネットエリアの中で泳ぐか、スティンガースーツ（防クラゲスーツ）を着用してください。</p>
      </div>
    </section>

    <!-- ========================================================
         Section 4: グレートバリアリーフ
         ======================================================== -->
    <section class="ca-section ca-reveal" id="reef" aria-labelledby="h2-reef">
      <h2 id="h2-reef">グレートバリアリーフの楽しみ方</h2>

      <p>ケアンズを訪れたなら、世界遺産グレートバリアリーフへのツアー参加は最優先事項です。ケアンズの港を出発する各社のリーフツアーは、1日で往復できるよう組まれており、体験ダイビングからグラスボートまで幅広い楽しみ方があります。</p>

      <!-- 画像1 -->
      <figure class="ca-img-wrap" aria-label="グレートバリアリーフの画像">
        <img decoding="async"
          src="https://yoooyooo8.jp/wp-content/uploads/2026/02/Great-Barrier-Reef.jpg"
          width="1200"
          height="800"
          loading="lazy"
        >
        <figcaption class="ca-img-caption">グレートバリアリーフの海。世界中のダイバーが憧れる透明度と多様な生物が魅力（ケアンズより船で約90分）</figcaption>
      </figure>

      <h3>主なツアーの種類と特徴</h3>
      <p>ポンツーン（海上の浮き桟橋）を拠点にしたツアーが定番で、グリーン島やフィッツロイ島など実際の島を巡るタイプも人気です。初心者から上級者まで楽しめるよう、体験の幅が非常に広いのが特徴です。</p>

      <div class="ca-table-wrap">
        <table class="ca-table" aria-label="グレートバリアリーフのツアー比較">
          <thead>
            <tr>
              <th>ツアー種別</th>
              <th>概要</th>
              <th>料金目安</th>
              <th>おすすめ対象</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td><strong>体験ダイビング</strong></td>
              <td>ライセンスなしでインストラクターと一緒に潜れる。2〜3ダイブ可能</td>
              <td class="ca-price">180〜250AUD</td>
              <td>初めてでも挑戦したい方</td>
            </tr>
            <tr>
              <td><strong>シュノーケリング</strong></td>
              <td>器材レンタル付きの半日〜1日ツアー。リーフの上を漂うだけで十分楽しめる</td>
              <td class="ca-price">120〜180AUD</td>
              <td>水中が少し苦手な方</td>
            </tr>
            <tr>
              <td><strong>グラスボートクルーズ</strong></td>
              <td>透明な床のボートからサンゴ礁を観察。濡れずにリーフを満喫できる</td>
              <td class="ca-price">80〜120AUD</td>
              <td>子連れ・シニア・水が苦手な方</td>
            </tr>
            <tr>
              <td><strong>ヘリコプター遊覧</strong></td>
              <td>上空からリーフ全体を俯瞰。非日常感は最高レベル</td>
              <td class="ca-price">250〜400AUD</td>
              <td>特別な思い出を作りたい方</td>
            </tr>
          </tbody>
        </table>
      </div>

      <div class="ca-box ca-box-tip">
        <p class="ca-box-title">💡 コスパ重視のおすすめ</p>
        <p>「Sunlover Reef Cruises」や「Passions of Paradise」は品質・価格のバランスが評判。体験ダイビング付きのポンツーンツアーは1日で海を最大限に満喫できます。事前に<a rel="sponsored noopener" href="https://12go.asia/?z=13808815" target="_blank">12Go</a>や現地予約サイトで比較するとお得な場合があります。</p>
      </div>
    </section>

    <!-- ========================================================
         Section 5: キュランダ（重点セクション）
         ======================================================== -->
    <section class="ca-section ca-reveal" id="kuranda" aria-labelledby="h2-kuranda">
      <h2 id="h2-kuranda">キュランダと世界遺産の熱帯雨林</h2>

      <p>ケアンズから約30km内陸に入ると、標高330mの山上に「キュランダ」という小さな村があります。1億3000万年前から変わらない原始の熱帯雨林の中に築かれたこの村は、多くの旅行者が「ケアンズ旅行で最も感動した場所」に挙げるほどの魅力を秘めています。</p>

      <div class="ca-box ca-box-point">
        <p class="ca-box-title">🌿 なぜキュランダは特別なのか</p>
        <p>グレートバリアリーフと同じ「クイーンズランドの熱帯湿潤林」としてユネスコ世界自然遺産に登録されています。地球上の生物種の約30%以上が熱帯雨林に生息するとされており、キュランダはその最前線。1億年以上変化していない生態系を直接歩いて体験できる稀有な場所です。</p>
      </div>

      <h3 id="h3-train">キュランダ観光鉄道（Kuranda Scenic Railway）</h3>
      <p>1891年に開通した歴史的な観光列車で、ケアンズ市内からキュランダまでの約37kmを約1時間45分かけて走ります。深い熱帯雨林の中を進む車窓、バロン渓谷の絶壁、15mの落差を誇るバロン滝を間近に見られる圧巻の区間など、ただ移動するだけで感動的な体験が連続します。窓の開く旧式の車両に乗れる点もノスタルジックで好評です。</p>

      <div class="ca-box ca-box-info">
        <p class="ca-box-title">📋 キュランダ観光鉄道の基本情報</p>
        <p>運行：ケアンズ中央駅 → キュランダ（片道約1時間45分）　料金：片道約55AUD、往復約90AUD　運行日：ほぼ毎日（要確認）　予約：公式サイトまたは旅行代理店で事前予約推奨</p>
      </div>

      <h3 id="h3-skyrail">スカイレール・レインフォレスト・ケーブルウェイ</h3>
      <p>キュランダと麓のスミスフィールドを結ぶ全長7.5kmのゴンドラ式ロープウェイです。熱帯雨林の真上をゆっくりと進む約1時間の空中散歩は、樹冠（キャノピー）を上から眺める唯一無二の体験。途中2か所の停車駅では、雨林内を歩く散策路やバロン滝を見渡せる展望台に立ち寄ることができます。</p>

      <!-- 画像2 -->
      <figure class="ca-img-wrap" aria-label="キュランダのスカイレール画像">
        <img decoding="async"
          src="https://yoooyooo8.jp/wp-content/uploads/2026/02/Kuranda-Skyrail.jpg"
          width="1200"
          height="800"
          loading="lazy"
        >
        <figcaption class="ca-img-caption">スカイレールから望む世界遺産の熱帯雨林。緑の海の上を静かに流れるゴンドラは、ケアンズ旅のハイライト</figcaption>
      </figure>

      <h3>定番コース：片道ずつ乗り継ぐ黄金ルート</h3>
      <p>最も人気が高いのが「行きはキュランダ観光鉄道、帰りはスカイレール（またはその逆）」という乗り継ぎコースです。それぞれ全く異なる角度からキュランダと熱帯雨林を体験でき、往復同じ交通手段で戻るよりも2倍楽しめます。各社がセット割引チケットを販売しているため、コスパも優れています。</p>

      <div class="ca-table-wrap">
        <table class="ca-table" aria-label="キュランダのアクセス料金比較">
          <thead>
            <tr>
              <th>アクセス手段</th>
              <th>所要時間</th>
              <th>料金目安（大人）</th>
              <th>特徴</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td><strong>キュランダ観光鉄道</strong></td>
              <td>約1時間45分</td>
              <td class="ca-price">片道55AUD</td>
              <td>車窓の絶景。バロン滝を間近に</td>
            </tr>
            <tr>
              <td><strong>スカイレール</strong></td>
              <td>約1時間（停車含む）</td>
              <td class="ca-price">片道60AUD前後</td>
              <td>雨林の樹冠を空中散歩。絶景</td>
            </tr>
            <tr>
              <td><strong>鉄道＋スカイレール セット</strong></td>
              <td>—</td>
              <td class="ca-price">約100〜115AUD</td>
              <td><span class="ca-tag-good">最もおすすめ</span></td>
            </tr>
            <tr>
              <td>路線バス（Translink）</td>
              <td>約1時間30分</td>
              <td class="ca-price">片道5〜8AUD</td>
              <td>最安値。景色は普通。節約向き</td>
            </tr>
          </tbody>
        </table>
      </div>

      <h3>キュランダ村でできること</h3>
      <p>村に着いたら、ただ通り過ぎてしまうのはもったいない。「キュランダ・バードワールド」では世界中の熱帯の鳥600羽以上に囲まれながら歩くことができ、カラフルなオウムやキバタン（白いオウム）を手に乗せる体験は子供から大人まで大喜びします。また「オーストラリア蝶の保護区」も見逃せません。先住民アボリジニ文化を体験できる「ゴールドクラスドリームタイムウォーク」も独自性があり、文化的な関心が高い方に特に響きます。</p>

      <div class="ca-box ca-box-tip">
        <p class="ca-box-title">💡 キュランダ観光の所要時間の目安</p>
        <p>鉄道またはスカイレールでの移動時間を含めると、半日〜1日のプランが標準です。村での自由散策に2〜3時間、バードワールドや蝶の保護区に各1時間程度を想定しておきましょう。ランチも村内のカフェやレストランで取れます（10〜20AUD前後）。</p>
      </div>

      <p class="ca-related">→ 詳しくはこちら：<a href="https://yoooyooo8.jp/cairns-3nights-4days/" target="_blank">ケアンズ観光3泊4日大人旅モデルプラン</a></p>
    </section>

    <!-- ========================================================
         Section 6: 市内見どころ
         ======================================================== -->
    <section class="ca-section ca-reveal" id="sightseeing" aria-labelledby="h2-sightseeing">
      <h2 id="h2-sightseeing">ケアンズ市内の見どころ</h2>

      <p>ケアンズの市街地はコンパクトで、主要スポットが徒歩や自転車で回れる距離に集まっています。アクティビティの合間に立ち寄れる無料スポットも多く、滞在をより豊かにしてくれます。</p>

      <div class="ca-cards">
        <div class="ca-card">
          <span class="ca-card-icon" aria-hidden="true">🏊</span>
          <p class="ca-card-title">エスプラネード・ラグーン</p>
          <p>海岸沿いに造られた無料の人工ラグーンプール。南国の空気の中でのんびり泳げる市民の憩いの場。</p>
        </div>
        <div class="ca-card">
          <span class="ca-card-icon" aria-hidden="true">🛍️</span>
          <p class="ca-card-title">ナイトマーケット</p>
          <p>毎晩開催のナイトマーケット。オーストラリア土産・アボリジニアート・フードコートが充実。観光客に大人気。</p>
        </div>
        <div class="ca-card">
          <span class="ca-card-icon" aria-hidden="true">🦘</span>
          <p class="ca-card-title">ケアンズ・トロピカルZOO</p>
          <p>コアラの抱っこ（有料）・カンガルーへの餌やりが体験できる。オーストラリア動物と触れ合える施設。</p>
        </div>
        <div class="ca-card">
          <span class="ca-card-icon" aria-hidden="true">🐊</span>
          <p class="ca-card-title">ハートリーズ・クロコダイル</p>
          <p>巨大クロコダイルのショーが圧巻。ケアンズ郊外に位置し、本場のクロコダイル文化を体験できる。</p>
        </div>
      </div>
    </section>

    <!-- ========================================================
         Section 7: アクティビティ
         ======================================================== -->
    <section class="ca-section ca-reveal" id="activities" aria-labelledby="h2-activities">
      <h2 id="h2-activities">ケアンズのアクティビティ一覧</h2>

      <p>ケアンズはアクティビティの宝庫。世界有数の多様な体験が一か所に集中していることも、世界中から旅行者が訪れる理由のひとつです。</p>

      <div class="ca-table-wrap">
        <table class="ca-table" aria-label="ケアンズのアクティビティ料金一覧">
          <thead>
            <tr>
              <th>アクティビティ</th>
              <th>難易度</th>
              <th>料金目安</th>
              <th>メモ</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td><strong>スカイダイビング</strong></td>
              <td>★★★</td>
              <td class="ca-price">279〜399AUD</td>
              <td>高度14,000ftからのジャンプ。海と雨林を一望</td>
            </tr>
            <tr>
              <td><strong>バンジージャンプ</strong></td>
              <td>★★★</td>
              <td class="ca-price">169AUD〜</td>
              <td>AJ Hackettケアンズ。熱帯雨林内のプラットフォームから</td>
            </tr>
            <tr>
              <td><strong>ラフティング（タリー川）</strong></td>
              <td>★★</td>
              <td class="ca-price">200AUD〜</td>
              <td>急流ラフティング。半日〜1日。グループで盛り上がる</td>
            </tr>
            <tr>
              <td><strong>ホットエアバルーン</strong></td>
              <td>★</td>
              <td class="ca-price">280〜350AUD</td>
              <td>早朝に熱帯の大地を上空から眺める贅沢体験</td>
            </tr>
            <tr>
              <td><strong>ジップライン（ジャングルサーフィング）</strong></td>
              <td>★★</td>
              <td class="ca-price">119AUD〜</td>
              <td>雨林のキャノピーをロープで滑走。スリル満点</td>
            </tr>
            <tr>
              <td><strong>4WDツアー</strong></td>
              <td>★</td>
              <td class="ca-price">150〜200AUD</td>
              <td>ケープトリビュレーションまで北方向を探索</td>
            </tr>
          </tbody>
        </table>
      </div>
    </section>

    <!-- ========================================================
         Section 8: グルメ
         ======================================================== -->
    <section class="ca-section ca-reveal" id="food" aria-labelledby="h2-food">
      <h2 id="h2-food">グルメと食事事情</h2>

      <p>ケアンズの食事は多国籍。オーストラリア料理をはじめ、アジア系レストランやシーフード専門店が多く、旅行者が食事に困ることはありません。ただし、日本と比べると外食費は全体的に高めです。</p>

      <h3>食費の目安</h3>
      <p>カフェの朝食が15〜20AUD、レストランのランチが20〜30AUD、ディナーは30〜60AUD前後が一般的な相場です。節約したい場合は、ウールワース（Woolworths）やコールズ（Coles）といった地元スーパーを活用するのが賢い選択肢です。パン・果物・総菜を組み合わせたランチなら1食5〜10AUDに抑えられます。</p>

      <div class="ca-box ca-box-tip">
        <p class="ca-box-title">💡 ケアンズで食べたいもの</p>
        <p>バラマンディ（オーストラリアの白身魚）のフィッシュ＆チップス、フレッシュなマンゴーやパパイヤのスムージー、バーベキューグリルのケアンズ産エビは外せません。ナイトマーケットのフードコートは価格・品質・バリエーションのバランスが良くおすすめです。</p>
      </div>
    </section>

    <!-- ========================================================
         Section 9: ホテル
         ======================================================== -->
    <section class="ca-section ca-reveal" id="hotel" aria-labelledby="h2-hotel">
      <h2 id="h2-hotel">ホテル選びのポイント</h2>

      <p>ケアンズのホテルはエスプラネード沿い（海沿いエリア）に高級・中級ホテルが集中しています。市内中心部に宿泊すれば、港からのツアー乗り場・ナイトマーケット・レストランへの移動が全て徒歩圏内となり非常に便利です。</p>

      <div class="ca-table-wrap">
        <table class="ca-table" aria-label="ケアンズのホテル予算別比較">
          <thead>
            <tr>
              <th>予算帯</th>
              <th>料金目安（1泊）</th>
              <th>タイプ</th>
              <th>特徴</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td><strong>節約重視</strong></td>
              <td class="ca-price">30〜70AUD</td>
              <td>ホステル・バックパッカーズ</td>
              <td>ドミトリー中心。旅仲間と出会いやすい</td>
            </tr>
            <tr>
              <td><strong>標準</strong></td>
              <td class="ca-price">100〜180AUD</td>
              <td>3〜4つ星ホテル</td>
              <td>快適さと立地のバランスが良い。多くの旅行者に最適</td>
            </tr>
            <tr>
              <td><strong>リゾート重視</strong></td>
              <td class="ca-price">200〜400AUD+</td>
              <td>5つ星・リゾートホテル</td>
              <td>プール・スパ完備。滞在自体がアクティビティに</td>
            </tr>
          </tbody>
        </table>
      </div>

      <div class="ca-box ca-box-info">
        <p class="ca-box-title">📌 予約サイトを活用しよう</p>
        <p><a rel="nofollow noopener" href="https://px.a8.net/svt/ejp?a8mat=45KJOL+786GWQ+4X1W+5YRHE" target="_blank">国内・海外ホテル格安予約のアゴダ</a><img decoding="async" border="0" width="1" height="1" src="https://www14.a8.net/0.gif?a8mat=45KJOL+786GWQ+4X1W+5YRHE" alt="">ではケアンズのホテルを価格・立地・クチコミで比較できます。早期予約での割引も見逃せません。</p>
      </div>
    </section>

    <!-- ========================================================
         Section 10: 費用（重点セクション）
         ======================================================== -->
    <section class="ca-section ca-reveal" id="cost" aria-labelledby="h2-cost">
      <h2 id="h2-cost">旅費と予算の目安</h2>

      <p>ケアンズ旅行は「アクティビティをどれだけやるか」で大きく費用が変わります。以下は日本発4泊6日（機中2泊含む）を想定したモデル予算です。1AUD＝100円前後で計算しています。</p>

      <div class="ca-table-wrap">
        <table class="ca-table" aria-label="ケアンズ旅費の目安（1人・4泊6日）">
          <thead>
            <tr>
              <th>費用項目</th>
              <th>節約プラン</th>
              <th>標準プラン</th>
              <th>ゆったりプラン</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td><strong>航空券（往復）</strong></td>
              <td class="ca-price">6〜9万円</td>
              <td class="ca-price">10〜15万円</td>
              <td class="ca-price">15〜22万円</td>
            </tr>
            <tr>
              <td><strong>宿泊費（4泊）</strong></td>
              <td class="ca-price">1.5〜3万円</td>
              <td class="ca-price">4〜7万円</td>
              <td class="ca-price">8〜16万円</td>
            </tr>
            <tr>
              <td><strong>食費（4日間）</strong></td>
              <td class="ca-price">1〜2万円</td>
              <td class="ca-price">2〜4万円</td>
              <td class="ca-price">4〜6万円</td>
            </tr>
            <tr>
              <td><strong>リーフツアー</strong></td>
              <td class="ca-price">1.2〜1.5万円</td>
              <td class="ca-price">2〜2.5万円</td>
              <td class="ca-price">3〜5万円</td>
            </tr>
            <tr>
              <td><strong>キュランダ（鉄道＋スカイレール）</strong></td>
              <td class="ca-price">約1万円</td>
              <td class="ca-price">1〜1.2万円</td>
              <td class="ca-price">1.2〜1.5万円</td>
            </tr>
            <tr>
              <td><strong>その他アクティビティ・交通</strong></td>
              <td class="ca-price">0.5〜1万円</td>
              <td class="ca-price">2〜3万円</td>
              <td class="ca-price">4〜8万円</td>
            </tr>
            <tr>
              <td><strong>合計目安（1人）</strong></td>
              <td class="ca-price" style="font-size:1rem;"><strong>約20〜25万円</strong></td>
              <td class="ca-price" style="font-size:1rem;"><strong>約25〜35万円</strong></td>
              <td class="ca-price" style="font-size:1rem;"><strong>約40〜60万円</strong></td>
            </tr>
          </tbody>
        </table>
      </div>

      <h3>コスパよく楽しむ5つのポイント</h3>
      <p>オーストラリア全体で物価が高いことは否定できませんが、工夫次第でケアンズ旅行はコスパを大きく改善できます。食事はスーパーと外食を組み合わせる、アクティビティはセット割引を利用する、航空券はピーク期（7〜8月・年末）を避けると費用を抑えられます。また、キュランダ観光鉄道とスカイレールのセットチケットは単品購入より約10〜15AUD安くなるため、活用必須です。旅費の最大項目である航空券は、早期予約（3〜4か月前）と時期選択で2〜5万円の差が生まれることも珍しくありません。</p>

      <div class="ca-box ca-box-tip">
        <p class="ca-box-title">💡 航空券はJALマイルも活用できる</p>
        <p>JALマイルをお持ちの方は、JAL国際線特典航空券でのケアンズ（シドニー経由）も選択肢のひとつです。閑散期なら往復7万マイル前後で発券できる場合があります。最新のマイル必要数は<a rel="sponsored noopener" target="_blank" href="https://click.linksynergy.com/fs-bin/click?id=vzeFrERo8sY&#038;offerid=426941.33&#038;type=3&#038;subid=0">JAL国際線公式サイト</a>でご確認ください。<img decoding="async" border="0" width="1" alt="" height="1" src="https://ad.linksynergy.com/fs-bin/show?id=vzeFrERo8sY&#038;bids=426941.33&#038;type=3&#038;subid=0"></p>
      </div>
    </section>

    <!-- ========================================================
         Section 11: 注意点
         ======================================================== -->
    <section class="ca-section ca-reveal" id="tips" aria-labelledby="h2-tips">
      <h2 id="h2-tips">注意点と安全情報</h2>

      <p>ケアンズは全体的に治安が良い観光都市ですが、熱帯の自然環境ならではの注意点があります。事前に知っておくことで、より安全に旅を楽しめます。</p>

      <div class="ca-box ca-box-warn">
        <p class="ca-box-title">⚠️ 知っておきたい4つの注意点</p>
        <p><strong>①紫外線：</strong>日本の数倍強い紫外線。SPF50以上のサンスクリーンと帽子・ラッシュガードは必需品。<br>
        <strong>②クロコダイル：</strong>河川・マングローブ付近では水に入らないこと。警告標識を必ず守る。<br>
        <strong>③毒クラゲ（雨季）：</strong>11〜5月は指定のネットエリア内のみで海水浴を。<br>
        <strong>④左側通行：</strong>レンタカー利用時は日本と逆の左側通行に注意。</p>
      </div>

      <div class="ca-official" role="complementary" aria-label="安全情報の公式ソース">
        <p><strong>📌 外務省の海外安全情報</strong></p>
        <p>渡航前に<a rel="noopener" href="https://www.anzen.mofa.go.jp/info/pcinfectionspothazardinfo_071.html#ad-image-0" target="_blank">外務省の海外安全情報（オーストラリア）</a>を確認してください。危険レベル・感染症・自然災害情報が最新の状態で掲載されています。</p>
      </div>
    </section>

    <hr class="ca-divider" aria-hidden="true">

    <!-- ========================================================
         FAQ
         ======================================================== -->
    <section class="ca-section ca-reveal" id="faq" aria-labelledby="h2-faq">
      <h2 id="h2-faq">よくある質問（FAQ）</h2>

      <div class="ca-faq-item" itemscope itemtype="https://schema.org/Question">
        <div class="ca-faq-q" role="term" itemprop="name">
          <span class="ca-faq-q-badge" aria-hidden="true">Q</span>
          ケアンズ旅行にビザは必要ですか？
        </div>
        <div class="ca-faq-a" role="definition" itemscope itemtype="https://schema.org/Answer" itemprop="acceptedAnswer">
          <span class="ca-faq-a-badge" aria-hidden="true">A</span>
          <span itemprop="text">日本国籍の方はビザ申請は不要ですが、ETA（電子渡航認証・サブクラス601）の事前取得が必要です。AUS ETAアプリやウェブから申請でき、審査は通常数分〜数時間で完了します。費用は20AUD程度です。</span>
        </div>
      </div>

      <div class="ca-faq-item" itemscope itemtype="https://schema.org/Question">
        <div class="ca-faq-q" role="term" itemprop="name">
          <span class="ca-faq-q-badge" aria-hidden="true">Q</span>
          ケアンズ旅行のベストシーズンはいつですか？
        </div>
        <div class="ca-faq-a" role="definition" itemscope itemtype="https://schema.org/Answer" itemprop="acceptedAnswer">
          <span class="ca-faq-a-badge" aria-hidden="true">A</span>
          <span itemprop="text">6〜9月の乾季が最もおすすめです。気温20〜26℃と過ごしやすく、湿度も低め。海の透明度が高く、アクティビティを快適に楽しめます。雨季（11〜3月）は危険なクラゲが出没するため、海水浴には十分注意が必要です。</span>
        </div>
      </div>

      <div class="ca-faq-item" itemscope itemtype="https://schema.org/Question">
        <div class="ca-faq-q" role="term" itemprop="name">
          <span class="ca-faq-q-badge" aria-hidden="true">Q</span>
          キュランダへの行き方でおすすめはどれですか？
        </div>
        <div class="ca-faq-a" role="definition" itemscope itemtype="https://schema.org/Answer" itemprop="acceptedAnswer">
          <span class="ca-faq-a-badge" aria-hidden="true">A</span>
          <span itemprop="text">「行きはキュランダ観光鉄道、帰りはスカイレール（またはその逆）」というセットコースが最もおすすめです。列車では車窓とバロン滝を、スカイレールでは熱帯雨林の樹冠からの眺めを楽しめ、両方で全く異なる体験ができます。セット割引チケットを使えばコスパも良くなります。</span>
        </div>
      </div>

      <div class="ca-faq-item" itemscope itemtype="https://schema.org/Question">
        <div class="ca-faq-q" role="term" itemprop="name">
          <span class="ca-faq-q-badge" aria-hidden="true">Q</span>
          ケアンズでの平均的な旅費はどのくらいですか？
        </div>
        <div class="ca-faq-a" role="definition" itemscope itemtype="https://schema.org/Answer" itemprop="acceptedAnswer">
          <span class="ca-faq-a-badge" aria-hidden="true">A</span>
          <span itemprop="text">日本発4泊6日（機中2泊含む）の場合、1人あたりの総費用は節約プランで20〜25万円、標準プランで25〜35万円、リゾート重視なら40〜60万円程度が目安です。航空券の時期選択とセット割引活用でコストを抑えられます。</span>
        </div>
      </div>

      <div class="ca-faq-item" itemscope itemtype="https://schema.org/Question">
        <div class="ca-faq-q" role="term" itemprop="name">
          <span class="ca-faq-q-badge" aria-hidden="true">Q</span>
          泳げない・ダイビングが苦手でもグレートバリアリーフを楽しめますか？
        </div>
        <div class="ca-faq-a" role="definition" itemscope itemtype="https://schema.org/Answer" itemprop="acceptedAnswer">
          <span class="ca-faq-a-badge" aria-hidden="true">A</span>
          <span itemprop="text">問題ありません。グラスボートクルーズは船底の透明窓から海中を観察するツアーで、泳がずにリーフの世界を楽しめます。また、水中観察室（セミサブマリン）や、ライフジャケット着用でシュノーケリングができるプランもあるため、泳力に関わらず様々な楽しみ方があります。</span>
        </div>
      </div>

      <div class="ca-faq-item" itemscope itemtype="https://schema.org/Question">
        <div class="ca-faq-q" role="term" itemprop="name">
          <span class="ca-faq-q-badge" aria-hidden="true">Q</span>
          ケアンズで英語が話せなくても大丈夫ですか？
        </div>
        <div class="ca-faq-a" role="definition" itemscope itemtype="https://schema.org/Answer" itemprop="acceptedAnswer">
          <span class="ca-faq-a-badge" aria-hidden="true">A</span>
          <span itemprop="text">はい、問題なく旅を楽しめます。ケアンズは日本人旅行者に慣れており、日本語スタッフが在籍するツアー会社や観光施設も数多くあります。スーパーやナイトマーケットなどの一般的なショッピングは基本的な指差し・スマホ翻訳で十分対応できます。</span>
        </div>
      </div>

    </section>

    <!-- ========================================================
         まとめ
         ======================================================== -->
    <section class="ca-summary-box ca-reveal" id="summary" aria-labelledby="h2-summary">
      <h2 id="h2-summary">まとめ：ケアンズ旅行の基礎をつかもう</h2>
      <p>ケアンズは「海の世界遺産」と「森の世界遺産」が同時に体験できる地球上でも稀有な旅先です。初めての訪問でも安心して楽しめる環境が整っており、何度訪れても新しい発見がある奥深さも魅力です。</p>
      <ul class="ca-sum-list">
        <li>ベストシーズンは6〜9月の乾季。快適な気候でアクティビティを全力で楽しもう</li>
        <li>グレートバリアリーフのリーフツアーは必須。体験ダイビングやシュノーケリングを事前予約しておくと安心</li>
        <li>キュランダは鉄道＋スカイレールのセットで。熱帯雨林の圧倒的スケールを二つの視点から体感しよう</li>
        <li>旅費は標準プランで1人25〜35万円を目安に。セット割引・早期予約・スーパー活用でコスパを高めよう</li>
        <li>ETA（電子渡航認証）の事前取得を忘れずに。出発直前ではなく余裕をもって手続きしよう</li>
      </ul>
    </section>

  </div><!-- /.ca-content -->

</article>

<!-- ============================================================
     FAQスキーマ（JSON-LD）
     ============================================================ -->


<!-- ============================================================
     スクロールアニメーション JS
     ============================================================ -->

]]></content:encoded>
					
					<wfw:commentRss>https://yoooyooo8.jp/cairns-travel-guide/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>ケアンズ3泊4日｜「全部見た」より「あの時間がよかった」大人旅の黄金プラン</title>
		<link>https://yoooyooo8.jp/cairns-3nights-4days/</link>
					<comments>https://yoooyooo8.jp/cairns-3nights-4days/#respond</comments>
		
		<dc:creator><![CDATA[Yoshi]]></dc:creator>
		<pubDate>Fri, 27 Feb 2026 08:55:00 +0000</pubDate>
				<category><![CDATA[QLD]]></category>
		<category><![CDATA[オーストラリア]]></category>
		<category><![CDATA[グレートバリアリーフ]]></category>
		<guid isPermaLink="false">https://yoooyooo8.jp/?p=1966</guid>

					<description><![CDATA[🗺️ ケアンズ旅行プランニング ケアンズ観光3泊4日大人旅モデルプラン Cairns · 3 Nights 4 Days · Adult Journey 焦らない。詰め込まない。 グレートバリアリーフとキュランダをゆった [&#8230;]]]></description>
										<content:encoded><![CDATA[
<!-- ============================================================
     旅樂道 (Tabigakudou) - ケアンズ観光3泊4日 大人旅モデルプラン
     スコープ: .cp-article
     ============================================================ -->

<style>
/* ============================================================
   Google Fonts
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Cormorant+Garamond:wght@600;700&display=swap');

/* ============================================================
   スコープスタイル - .cp-article 配下のみ適用
   ============================================================ */

/* ── CSS変数 ── */
.cp-article {
  --cp-sky:          #0ea5e9;
  --cp-sky-light:    #e0f2fe;
  --cp-sky-mid:      #bae6fd;
  --cp-ocean:        #0369a1;
  --cp-deep:         #0c4a6e;
  --cp-teal:         #0d9488;
  --cp-teal-light:   #ccfbf1;
  --cp-green:        #16a34a;
  --cp-green-light:  #dcfce7;
  --cp-amber:        #d97706;
  --cp-amber-light:  #fef3c7;
  --cp-coral:        #e11d48;
  --cp-coral-light:  #ffe4e6;
  --cp-gold:         #b45309;
  --cp-gold-light:   #fef9ee;
  --cp-sage:         #4a7c59;
  --cp-sage-light:   #e8f5e9;
  --cp-neutral-50:   #f8fafc;
  --cp-neutral-100:  #f1f5f9;
  --cp-neutral-200:  #e2e8f0;
  --cp-neutral-300:  #cbd5e1;
  --cp-neutral-500:  #64748b;
  --cp-neutral-600:  #475569;
  --cp-neutral-700:  #334155;
  --cp-neutral-800:  #1e293b;
  --cp-text:         #1e293b;
  --cp-radius:       12px;
  --cp-radius-lg:    20px;
  --cp-shadow:       0 4px 24px rgba(14,165,233,0.12);
  --cp-shadow-lg:    0 8px 40px rgba(14,165,233,0.18);
  --cp-font-body:    'Noto Sans JP', sans-serif;
  --cp-font-display: 'Cormorant Garamond', serif;

  font-family: var(--cp-font-body);
  color: var(--cp-text);
  line-height: 1.8;
  font-size: 1rem;
  background: #fff;
  width: 100%;
  overflow-x: clip;
  display: block;
}

/* ============================================================
   ユーティリティ
   ============================================================ */
.cp-article *, .cp-article *::before, .cp-article *::after {
  box-sizing: border-box;
}
.cp-article img { max-width: 100%; height: auto; display: block; }
.cp-article a { color: var(--cp-ocean); text-decoration: underline; }
.cp-article a:hover { color: var(--cp-sky); }

/* ============================================================
   スクロールアニメーション
   ============================================================ */
.cp-article .cp-reveal {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: no-preference) {
  .cp-article .cp-reveal {
    animation: cp-reveal-in .7s ease both;
  }
}
@keyframes cp-reveal-in {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: none; }
}
/* is-visibleクラスは念のため残す（JS併用時のフォールバック） */
.cp-article .cp-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* ============================================================
   ヒーローセクション
   ============================================================ */
.cp-article .cp-hero {
  position: relative;
  background: linear-gradient(135deg, #0c4a6e 0%, #0369a1 45%, #0ea5e9 100%);
  min-height: 520px;
  display: flex;
  align-items: center;
  padding: 80px 24px 100px;
  overflow: visible;
  width: 100%;
  box-sizing: border-box;
  isolation: isolate;
}

/* 背景装飾円 */
.cp-article .cp-hero::before,
.cp-article .cp-hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.cp-article .cp-hero::before {
  width: 520px; height: 520px;
  top: -180px; right: -120px;
  background: radial-gradient(circle, rgba(255,255,255,.07) 0%, transparent 70%);
  animation: cp-float1 8s ease-in-out infinite;
}
.cp-article .cp-hero::after {
  width: 320px; height: 320px;
  bottom: -80px; left: -60px;
  background: radial-gradient(circle, rgba(255,255,255,.05) 0%, transparent 70%);
  animation: cp-float2 11s ease-in-out infinite;
}

@keyframes cp-float1 {
  0%,100% { transform: translateY(0) scale(1); }
  50%      { transform: translateY(-22px) scale(1.04); }
}
@keyframes cp-float2 {
  0%,100% { transform: translateY(0) rotate(0deg); }
  50%      { transform: translateY(18px) rotate(8deg); }
}

/* 追加フローティング円 */
.cp-article .cp-hero-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  pointer-events: none;
  animation: cp-float1 var(--dur,9s) ease-in-out infinite var(--delay,0s);
}

.cp-article .cp-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.cp-article .cp-hero-badge {
  display: inline-block;
  background: rgba(255,255,255,.18);
  color: #fff;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  padding: 5px 18px;
  font-size: .8rem;
  letter-spacing: .08em;
  margin-bottom: 22px;
  backdrop-filter: blur(6px);
}

.cp-article .cp-hero-title {
  font-family: var(--cp-font-body);
  font-size: clamp(1.7rem, 4.5vw, 2.8rem);
  font-weight: 700;
  color: #f5c842;
  line-height: 1.35;
  margin: 0 0 12px;
  text-shadow: 0 2px 20px rgba(0,0,0,.3);
}

.cp-article .cp-hero-en {
  display: block;
  font-family: var(--cp-font-display);
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  color: rgba(255,255,255,.72);
  letter-spacing: .12em;
  margin-bottom: 22px;
}

.cp-article .cp-hero-sub {
  color: rgba(255,255,255,.88);
  font-size: clamp(.88rem, 2vw, 1.05rem);
  line-height: 1.9;
  margin: 0 0 28px;
}

.cp-article .cp-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.cp-article .cp-hero-tag {
  display: inline-block;
  background: rgba(255,255,255,.14);
  color: #fff;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  padding: 4px 14px;
  font-size: .78rem;
  letter-spacing: .04em;
  backdrop-filter: blur(4px);
}

.cp-article .cp-hero-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 56px;
  background: #fff;
  clip-path: ellipse(55% 100% at 50% 100%);
  pointer-events: none;
  z-index: 2;
}

/* ============================================================
   コンテンツ幅
   ============================================================ */
.cp-article .cp-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============================================================
   見出し
   ============================================================ */
.cp-article h2 {
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  font-weight: 700;
  color: var(--cp-deep);
  border-left: 4px solid var(--cp-sky);
  padding: 4px 0 4px 16px;
  margin: 52px 0 22px;
  line-height: 1.4;
  border-bottom: 1px solid var(--cp-neutral-200);
  padding-bottom: 12px;
}
.cp-article h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--cp-ocean);
  margin: 36px 0 12px;
}
.cp-article p { margin: 0 0 18px; }

/* ============================================================
   この記事の要点
   ============================================================ */
.cp-article .cp-summary {
  background: linear-gradient(135deg, var(--cp-sky-light) 0%, #fff 100%);
  border: 1px solid var(--cp-sky-mid);
  border-radius: var(--cp-radius-lg);
  padding: 32px 36px;
  margin: 40px 0 36px;
}
.cp-article .cp-summary-title {
  font-weight: 700;
  color: var(--cp-ocean);
  font-size: 1.05rem;
  margin: 0 0 16px;
  letter-spacing: .04em;
}
.cp-article .cp-summary-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cp-article .cp-summary-list li {
  padding-left: 22px;
  position: relative;
  font-size: .92rem;
  color: var(--cp-neutral-700);
  line-height: 1.75;
}
.cp-article .cp-summary-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--cp-sky);
  font-weight: 700;
}

/* ============================================================
   目次
   ============================================================ */
.cp-article .cp-toc {
  background: var(--cp-neutral-50);
  border: 1px solid var(--cp-neutral-200);
  border-radius: var(--cp-radius-lg);
  padding: 28px 36px;
  margin: 0 0 40px;
}
.cp-article .cp-toc-heading {
  font-size: .85rem;
  font-weight: 700;
  color: var(--cp-neutral-600);
  letter-spacing: .1em;
  margin: 0 0 16px;
}
.cp-article .cp-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: toc-counter;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cp-article .cp-toc-list > li {
  counter-increment: toc-counter;
}
@media (prefers-reduced-motion: no-preference) {
  .cp-article .cp-toc-list > li {
    animation: cp-toc-in .4s ease both;
    animation-delay: calc(var(--i, 0) * .06s);
  }
}
@keyframes cp-toc-in {
  from { opacity: 0; transform: translateX(-12px); }
  to   { opacity: 1; transform: none; }
}
/* is-visible対応（フォールバック） */
.cp-article .cp-toc.is-visible .cp-toc-list > li {
  opacity: 1;
  transform: none;
}
.cp-article .cp-toc-list > li:nth-child(1)  { --i:1; }
.cp-article .cp-toc-list > li:nth-child(2)  { --i:2; }
.cp-article .cp-toc-list > li:nth-child(3)  { --i:3; }
.cp-article .cp-toc-list > li:nth-child(4)  { --i:4; }
.cp-article .cp-toc-list > li:nth-child(5)  { --i:5; }
.cp-article .cp-toc-list > li:nth-child(6)  { --i:6; }
.cp-article .cp-toc-list > li:nth-child(7)  { --i:7; }
.cp-article .cp-toc-list > li:nth-child(8)  { --i:8; }
.cp-article .cp-toc-list > li:nth-child(9)  { --i:9; }
.cp-article .cp-toc-list > li:nth-child(10) { --i:10; }
.cp-article .cp-toc-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--cp-neutral-700);
  text-decoration: none;
  font-size: .88rem;
  padding: 7px 10px;
  border-radius: 8px;
  transition: background .2s, color .2s;
  line-height: 1.5;
}
.cp-article .cp-toc-list a:hover {
  background: var(--cp-sky-light);
  color: var(--cp-ocean);
}
.cp-article .cp-toc-day-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--cp-teal);
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: 999px;
  letter-spacing: .05em;
}

/* ============================================================
   区切り線
   ============================================================ */
.cp-article .cp-divider {
  border: none;
  border-top: 1px solid var(--cp-neutral-200);
  margin: 48px 0;
}

/* ============================================================
   DAYバナー
   ============================================================ */
.cp-article .cp-day-banner {
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: var(--cp-radius-lg);
  padding: 28px 32px;
  margin: 28px 0 32px;
  overflow: hidden;
  position: relative;
}
.cp-article .cp-day-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .07;
  background: 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='%23ffffff' fill-opacity='1'%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");
}
.cp-article .cp-day-banner-day1 {
  background: linear-gradient(135deg, #0369a1 0%, #0ea5e9 100%);
}
.cp-article .cp-day-banner-day2 {
  background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
}
.cp-article .cp-day-banner-day3 {
  background: linear-gradient(135deg, #4a7c59 0%, #16a34a 100%);
}
.cp-article .cp-day-banner-day4 {
  background: linear-gradient(135deg, #b45309 0%, #d97706 100%);
}
.cp-article .cp-day-banner-num {
  font-family: var(--cp-font-display);
  font-size: 3.5rem;
  font-weight: 700;
  color: rgba(255,255,255,.35);
  line-height: 1;
  flex-shrink: 0;
  letter-spacing: -.02em;
}
.cp-article .cp-day-banner-body { position: relative; z-index: 1; }
.cp-article .cp-day-banner-label {
  display: inline-block;
  background: rgba(255,255,255,.22);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 999px;
  letter-spacing: .1em;
  margin-bottom: 6px;
}
.cp-article .cp-day-banner-title {
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.4;
}
.cp-article .cp-day-banner-sub {
  color: rgba(255,255,255,.78);
  font-size: .82rem;
  margin-top: 4px;
  line-height: 1.5;
}

/* ============================================================
   タイムライン
   ============================================================ */
.cp-article .cp-timeline {
  position: relative;
  padding-left: 28px;
  margin: 32px 0;
}
.cp-article .cp-timeline::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--cp-sky) 0%, var(--cp-teal) 100%);
  border-radius: 2px;
}
.cp-article .cp-tl-item {
  position: relative;
  padding: 0 0 28px 20px;
}
.cp-article .cp-tl-item::before {
  content: '';
  position: absolute;
  left: -22px;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 2.5px solid var(--cp-sky);
  box-shadow: 0 0 0 3px rgba(14,165,233,.15);
}
.cp-article .cp-tl-item:last-child { padding-bottom: 0; }
.cp-article .cp-tl-time {
  display: inline-block;
  background: var(--cp-sky-light);
  color: var(--cp-ocean);
  font-size: .75rem;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 999px;
  margin-bottom: 5px;
  letter-spacing: .04em;
}
.cp-article .cp-tl-heading {
  font-weight: 700;
  color: var(--cp-neutral-800);
  margin: 0 0 6px;
  font-size: .95rem;
}
.cp-article .cp-tl-body {
  font-size: .88rem;
  color: var(--cp-neutral-600);
  line-height: 1.8;
  margin: 0;
}

/* ============================================================
   情報ボックス
   ============================================================ */
.cp-article .cp-box {
  border-radius: var(--cp-radius);
  padding: 22px 26px;
  margin: 24px 0;
  font-size: .9rem;
  line-height: 1.8;
}
.cp-article .cp-box-title {
  font-weight: 700;
  margin: 0 0 8px;
  font-size: .92rem;
}
.cp-article .cp-box p:last-child { margin: 0; }
.cp-article .cp-box-info  { background: var(--cp-sky-light);  border-left: 4px solid var(--cp-sky);   }
.cp-article .cp-box-info .cp-box-title  { color: var(--cp-ocean); }
.cp-article .cp-box-tip   { background: var(--cp-amber-light); border-left: 4px solid var(--cp-amber); }
.cp-article .cp-box-tip .cp-box-title   { color: var(--cp-gold); }
.cp-article .cp-box-warn  { background: var(--cp-coral-light); border-left: 4px solid var(--cp-coral); }
.cp-article .cp-box-warn .cp-box-title  { color: var(--cp-coral); }
.cp-article .cp-box-teal  { background: var(--cp-teal-light);  border-left: 4px solid var(--cp-teal);  }
.cp-article .cp-box-teal .cp-box-title  { color: var(--cp-teal); }
.cp-article .cp-box-point { background: var(--cp-gold-light);  border-left: 4px solid var(--cp-gold);  }
.cp-article .cp-box-point .cp-box-title { color: var(--cp-gold); }
.cp-article .cp-box-sage  { background: var(--cp-sage-light);  border-left: 4px solid var(--cp-sage);  }
.cp-article .cp-box-sage .cp-box-title  { color: var(--cp-sage); }

/* ============================================================
   公式リンクボックス
   ============================================================ */
.cp-article .cp-official {
  background: var(--cp-sky-light);
  border-left: 4px solid var(--cp-sky);
  border-radius: var(--cp-radius);
  padding: 18px 24px;
  margin: 24px 0;
  font-size: .88rem;
  line-height: 1.75;
}
.cp-article .cp-official p { margin: 0 0 6px; }
.cp-article .cp-official p:last-child { margin: 0; }

/* ============================================================
   画像
   ============================================================ */
.cp-article .cp-img-wrap {
  margin: 32px 0;
  border-radius: var(--cp-radius-lg);
  overflow: hidden;
  box-shadow: var(--cp-shadow-lg);
}
.cp-article .cp-img-wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  transition: transform .5s ease;
}
.cp-article .cp-img-wrap:hover img { transform: scale(1.025); }
.cp-article .cp-img-caption {
  background: var(--cp-neutral-800);
  color: rgba(255,255,255,.85);
  font-size: .78rem;
  padding: 10px 18px;
  line-height: 1.6;
  margin: 0;
}

/* ============================================================
   テーブル
   ============================================================ */
.cp-article .cp-table-wrap {
  overflow-x: auto;
  margin: 24px 0;
  border-radius: var(--cp-radius);
  box-shadow: 0 2px 12px rgba(0,0,0,.07);
}
.cp-article .cp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .85rem;
  min-width: 480px;
}
.cp-article .cp-table th {
  background: var(--cp-deep);
  color: #fff;
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: .04em;
}
.cp-article .cp-table td {
  padding: 11px 16px;
  border-bottom: 1px solid var(--cp-neutral-200);
  color: var(--cp-neutral-700);
  vertical-align: top;
  line-height: 1.65;
}
.cp-article .cp-table tr:last-child td { border-bottom: none; }
.cp-article .cp-table tr:hover td { background: var(--cp-neutral-50); }
.cp-article .cp-price {
  font-weight: 700;
  color: var(--cp-ocean);
}
.cp-article .cp-tag-req {
  display: inline-block;
  background: var(--cp-coral-light);
  color: var(--cp-coral);
  border-radius: 999px;
  padding: 2px 10px;
  font-size: .72rem;
  font-weight: 700;
}
.cp-article .cp-tag-rec {
  display: inline-block;
  background: var(--cp-amber-light);
  color: var(--cp-amber);
  border-radius: 999px;
  padding: 2px 10px;
  font-size: .72rem;
  font-weight: 700;
}
.cp-article .cp-tag-ok {
  display: inline-block;
  background: var(--cp-green-light);
  color: var(--cp-green);
  border-radius: 999px;
  padding: 2px 10px;
  font-size: .72rem;
  font-weight: 700;
}

/* ============================================================
   カード
   ============================================================ */
.cp-article .cp-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 24px 0;
}
.cp-article .cp-card {
  background: var(--cp-neutral-50);
  border: 1px solid var(--cp-neutral-200);
  border-radius: var(--cp-radius);
  padding: 22px 20px;
  transition: box-shadow .25s, transform .25s;
}
.cp-article .cp-card:hover {
  box-shadow: var(--cp-shadow);
  transform: translateY(-3px);
}
.cp-article .cp-card-icon {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 10px;
}
.cp-article .cp-card-title {
  font-weight: 700;
  color: var(--cp-deep);
  margin: 0 0 8px;
  font-size: .92rem;
}
.cp-article .cp-card p:last-child { margin: 0; font-size: .85rem; color: var(--cp-neutral-600); }

/* ============================================================
   関連記事リンク
   ============================================================ */
.cp-article .cp-related {
  font-size: .88rem;
  color: var(--cp-neutral-600);
  margin: 16px 0;
}

/* ============================================================
   セクション
   ============================================================ */
.cp-article .cp-section { margin-bottom: 8px; }

/* ============================================================
   FAQ
   ============================================================ */
.cp-article .cp-faq-item {
  border: 1px solid var(--cp-neutral-200);
  border-radius: var(--cp-radius);
  overflow: hidden;
  margin-bottom: 14px;
}
.cp-article .cp-faq-q {
  background: var(--cp-neutral-50);
  padding: 16px 22px 16px 56px;
  font-weight: 700;
  font-size: .92rem;
  color: var(--cp-neutral-800);
  position: relative;
  line-height: 1.6;
}
.cp-article .cp-faq-q-badge {
  position: absolute;
  left: 18px;
  top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--cp-sky);
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: .75rem;
  font-weight: 700;
  margin-top: 1px;
}
.cp-article .cp-faq-a {
  padding: 18px 26px 18px 62px;
  font-size: .88rem;
  color: var(--cp-neutral-700);
  line-height: 1.85;
  background: #fff;
}
.cp-article .cp-faq-a-badge {
  display: inline-block;
  background: var(--cp-amber-light);
  color: var(--cp-amber);
  font-weight: 700;
  font-size: .75rem;
  padding: 2px 10px;
  border-radius: 999px;
  margin-right: 7px;
}

/* ============================================================
   まとめボックス
   ============================================================ */
.cp-article .cp-summary-box {
  background: linear-gradient(135deg, var(--cp-deep) 0%, var(--cp-ocean) 100%);
  border-radius: var(--cp-radius-lg);
  padding: 48px 40px;
  color: #fff;
  margin: 64px 0 40px;
}
.cp-article .cp-summary-box h2 {
  color: #f5c842;
  border-color: rgba(255,255,255,.45);
  border-bottom-color: rgba(255,255,255,.2);
  font-size: 1.4rem;
}
.cp-article .cp-summary-box p { color: rgba(255,255,255,.9); }
.cp-article .cp-sum-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 20px 0 0;
}
.cp-article .cp-sum-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .92rem;
  color: rgba(255,255,255,.92);
  line-height: 1.65;
}
.cp-article .cp-sum-list li::before {
  content: '🌊';
  flex-shrink: 0;
  margin-top: 1px;
}

/* ============================================================
   モバイル対応
   ============================================================ */
@media (max-width: 640px) {
  .cp-article .cp-hero           { min-height: 440px; padding: 56px 18px 70px; }
  .cp-article .cp-content        { padding: 0 18px; }
  .cp-article .cp-summary,
  .cp-article .cp-toc,
  .cp-article .cp-summary-box    { padding: 28px 22px; }
  .cp-article h2     { font-size: 1.18rem; }
  .cp-article h3     { font-size: 1rem; }
  .cp-article .cp-toc-list a     { font-size: .84rem; }
  .cp-article .cp-day-banner     { padding: 22px 22px; flex-wrap: wrap; }
  .cp-article .cp-day-banner-num { font-size: 2rem; }
  .cp-article .cp-cards          { grid-template-columns: 1fr; }
  .cp-article .cp-box,
  .cp-article .cp-official       { padding: 20px 18px; }
  .cp-article .cp-faq-a          { padding-left: 18px; }
}
</style>


<!-- ========================================================
     記事本体
     ======================================================== -->
<article
  class="cp-article"
  role="main"
  aria-label="ケアンズ観光3泊4日 大人旅モデルプラン"
>

  <!-- ────────────────────────────────
       ヒーローセクション
       ──────────────────────────────── -->
  <section class="cp-hero" aria-label="記事ヘッダー">
    <div class="cp-hero-circle" style="width:400px;height:400px;top:-150px;right:-80px;--dur:9s;--delay:0s;"></div>
    <div class="cp-hero-circle" style="width:240px;height:240px;bottom:-60px;left:5%;--dur:12s;--delay:1.5s;"></div>
    <div class="cp-hero-circle" style="width:160px;height:160px;top:30%;right:15%;--dur:7s;--delay:.8s;"></div>

    <div class="cp-hero-inner">

      <span class="cp-hero-badge" aria-label="カテゴリー">
        🗺️ ケアンズ旅行プランニング
      </span>

      <h2 class="cp-hero-title">
        ケアンズ観光3泊4日<br>大人旅モデルプラン
      </h2>
      <span class="cp-hero-en" aria-hidden="true">
        Cairns · 3 Nights 4 Days · Adult Journey
      </span>

      <p class="cp-hero-sub">
        焦らない。詰め込まない。<br>
        グレートバリアリーフとキュランダをゆったりと味わう、<br>
        大人のための4日間
      </p>

      <div class="cp-hero-meta" aria-label="記事タグ">
        <span class="cp-hero-tag">✈️ 成田発直行便利用</span>
        <span class="cp-hero-tag">📅 3泊4日スケジュール実例</span>
        <span class="cp-hero-tag">🐠 リーフツアー深掘り</span>
        <span class="cp-hero-tag">🌿 キュランダ鉄道完全攻略</span>
        <span class="cp-hero-tag">🍷 大人旅の余白設計</span>
        <span class="cp-hero-tag">💰 費用シミュレーション</span>
      </div>

    </div>
    <div class="cp-hero-wave" aria-hidden="true"></div>
  </section>


  <div class="cp-content">

    <!-- ────────────────────────────────
         この記事の要点
         ──────────────────────────────── -->
    <div
      class="cp-summary cp-reveal"
      role="region"
      aria-label="この記事の要点"
    >
      <p class="cp-summary-title">📋 この記事の要点</p>
      <ul class="cp-summary-list" aria-label="記事の要点リスト">
        <li>3泊4日なら、グレートバリアリーフとキュランダ鉄道＋スカイレール往復を、どちらも終日かけてゆったりと体験できる</li>
        <li>帰国便（JQ25）はケアンズ11:10〜11:40発。4日目は午前中フリー→落ち着いたフィナーレが実現する</li>
        <li>「1日目：休息＋市内」「2日目：リーフ」「3日目：キュランダ」「4日目：帰国」という4段構えの黄金構成</li>
        <li>1日に1テーマ。大人旅の本質は「削る勇気」と「余白の豊かさ」にある</li>
        <li>費用目安は標準プランで1人22〜32万円。3泊分の余裕が宿と食事の質を大きく引き上げる</li>
      </ul>
    </div>


    <!-- ────────────────────────────────
         アニメーション目次
         ──────────────────────────────── -->
    <nav
      class="cp-toc cp-reveal"
      aria-label="目次"
      id="toc"
    >
      <h3 class="cp-toc-heading">📖 目次</h3>
      <ol class="cp-toc-list">
        <li>
          <a href="#overview">3泊4日で体感するケアンズの本質</a>
        </li>
        <li>
          <a href="#day1">
            <span class="cp-toc-day-badge">DAY 1</span>
            早朝着・休息・夕暮れの市内散策
          </a>
        </li>
        <li>
          <a href="#day2">
            <span class="cp-toc-day-badge">DAY 2</span>
            グレートバリアリーフ 終日ツアー
          </a>
        </li>
        <li>
          <a href="#day3">
            <span class="cp-toc-day-badge">DAY 3</span>
            キュランダ観光鉄道＋スカイレール 終日
          </a>
        </li>
        <li>
          <a href="#day4">
            <span class="cp-toc-day-badge">DAY 4</span>
            朝の散策・ゆっくり帰国
          </a>
        </li>
        <li>
          <a href="#arrange">旅のスタイル別アレンジ</a>
        </li>
        <li>
          <a href="#booking">事前予約チェックリスト</a>
        </li>
        <li>
          <a href="#cost">3泊4日の費用シミュレーション</a>
        </li>
        <li>
          <a href="#tips">大人旅の実践アドバイス</a>
        </li>
        <li>
          <a href="#faq">よくある質問（FAQ）</a>
        </li>
        <li>
          <a href="#summary">まとめ</a>
        </li>
      </ol>
    </nav>

    <hr class="cp-divider" aria-hidden="true">

    <!-- ========================================================
         Section 1: 概要
         ======================================================== -->
    <section class="cp-section cp-reveal" id="overview" aria-labelledby="h2-overview">
      <h2 id="h2-overview">3泊4日で体感するケアンズの本質</h2>

      <p>旅には、2種類の満足がある。「全部見た」という達成感と、「あの時間がよかった」という余韻だ。ケアンズの3泊4日は、圧倒的に後者に軍配が上がる。</p>

      <p>ジェットスター直行便（JQ26）は成田を夜20時台に出発し、ケアンズには翌朝5時頃に到着する。時差はわずか+1時間。2泊3日であれば帰国便（JQ25）の出発が午前11時台であるため、3日目の行動は厳しく制限される。しかし<strong>1泊増やして3泊4日にした瞬間、その制約がまるごと消える</strong>。4日目は帰国日でありながら、午前中に余裕を持って過ごし、ゆったりと空港へ向かえる。3日目のキュランダは観光鉄道とスカイレールを往復で、どちらも省略なく楽しめる。これが3泊4日の本質的な価値だ。</p>

      <div class="cp-box cp-box-info">
        <p class="cp-box-title">✈️ 成田発ケアンズ直行便（ジェットスター）の基本情報</p>
        <p>
          <strong>往路 JQ26：</strong>成田 20:05〜20:25発 → ケアンズ 翌朝 4:25〜5:00着（飛行時間 約7時間20分）<br>
          <strong>復路 JQ25：</strong>ケアンズ 11:10〜11:40発 → 成田 17:40〜18:05着（飛行時間 約7時間20分）<br>
          <strong>運航：</strong>デイリー（毎日）運航。機材はボーイング787-8（ドリームライナー）<br>
          <strong>時差：</strong>ケアンズ＋1時間のみ。時差ボケはほぼ起きない<br>
          <strong>成田ターミナル：</strong>第3ターミナル（LCC専用）。第1・第2とは離れているため要注意<br>
          <strong>チェックイン：</strong>出発3時間前〜1時間前が推奨。LCCは行列が長くなりやすいため、出発の2.5〜3時間前到着が安全<br>
          <strong>荷物：</strong>機内持ち込みは7kg以内（厳格に計量される）。受託手荷物は別途有料（事前購入が安い）<br>
          <strong>空港〜市内：</strong>タクシー約15分（25〜35AUD）、シャトルバス約20分（12〜15AUD）<br>
          ※時刻はスケジュールにより変動あり。予約後は必ず<a rel="noopener" href="https://www.jetstar.com/jp/ja" target="_blank">ジェットスター公式サイト</a>で最新情報を確認すること
        </p>
      </div>

      <div class="cp-box cp-box-tip">
        <p class="cp-box-title">💡 成田発夜行便をより快適にするコツ</p>
        <p>JQ26は夜20時台出発の夜行便。機内エンターテインメントは有料だが、フライトマップは無料で見られる。ブランケットは有料レンタルのため、薄手のストールや上着を持ち込むと重宝する。ケアンズ到着が早朝4〜5時と非常に早いため、機内ではできる限り睡眠を取ることを優先しよう。アイマスク・耳栓・ネックピローの3点セットが威力を発揮する。機内食は事前予約で安く手配できる（当日購入より割安）。</p>
      </div>

      <div class="cp-box cp-box-sage">
        <p class="cp-box-title">🌿 大人旅の哲学：「1日1テーマ」で設計する</p>
        <p>3泊4日の最良の使い方は、詰め込むことではなく「テーマを分ける」ことにある。リーフの日はリーフだけ。キュランダの日はキュランダだけ。1日1テーマにすることで、どの体験も「もう少し時間があれば」ではなく「十分に味わえた」という感覚で締めくくれる。これが、大人旅を豊かにする最もシンプルな設計思想だ。</p>
      </div>

      <p class="cp-related">→ ケアンズ全体像の解説：<a href="https://yoooyooo8.jp/cairns-travel-guide/" target="_blank">ケアンズ旅行完全ガイド｜グレートバリアリーフ・キュランダ・費用まで徹底解説</a></p>
    </section>

    <hr class="cp-divider" aria-hidden="true">

    <!-- ========================================================
         Section 2: DAY 1
         ======================================================== -->
    <section class="cp-section cp-reveal" id="day1" aria-labelledby="h2-day1">
      <h2 id="h2-day1">1日目：早朝着・心と体を解きほぐす1日</h2>

      <div class="cp-day-banner cp-day-banner-day1" role="presentation">
        <div class="cp-day-banner-num" aria-hidden="true">01</div>
        <div class="cp-day-banner-body">
          <span class="cp-day-banner-label">DAY 1</span>
          <div class="cp-day-banner-title">急がない。整える。夕暮れのケアンズで旅を始める</div>
          <div class="cp-day-banner-sub">早朝入国→午前は休息→午後から市内散策→ナイトマーケット</div>
        </div>
      </div>

      <p>朝5時のケアンズ空港に降り立つ。まだ空は暗く、湿った熱帯の空気が肌に触れる。ここで焦らないことが、3泊4日の旅全体の質を決める。「今日は観光しなくていい」と決めた瞬間から、心がほぐれはじめる。</p>

      <div class="cp-timeline" aria-label="1日目のタイムライン">
        <div class="cp-tl-item">
          <span class="cp-tl-time">4:30〜6:00</span>
          <p class="cp-tl-heading">到着・入国・ホテルへ移動</p>
          <p class="cp-tl-body">ケアンズ国際空港はコンパクトで、入国審査（パスポートスキャン式）はスムーズに通過できることが多い。早朝4〜5時着のため、空港内のSIMカウンターや両替所はほぼ閉まっている。<strong>成田第3ターミナルの出国エリアで事前にAUD両替とSIM購入を済ませておく</strong>のが鉄則。タクシー（25〜35AUD）かシャトルバス（12〜15AUD）でホテルへ。所要約15〜20分。</p>
        </div>
        <div class="cp-tl-item">
          <span class="cp-tl-time">6:00〜10:30</span>
          <p class="cp-tl-heading">アーリーチェックイン or 休息・朝の散歩</p>
          <p class="cp-tl-body">事前にアーリーチェックインを依頼していれば、そのまま客室で仮眠を取れる。部屋に入れない場合は荷物を預け、朝のエスプラネードをゆっくり歩く。ラグーンプールは早朝から利用できる。トリニティ湾の朝焼けを眺めながら、これが旅の始まりだと実感する時間にしよう。</p>
        </div>
        <div class="cp-tl-item">
          <span class="cp-tl-time">10:30〜13:00</span>
          <p class="cp-tl-heading">シャワー・休息・翌日の確認</p>
          <p class="cp-tl-body">夜行便明けの体にシャワーは最高のご褒美だ。リフレッシュ後は翌日のリーフツアーの集合場所・持ち物・天気予報を再確認。ウールワースやコールズ（スーパー）で翌朝分の飲み物や軽食を調達しておくと便利。3泊4日では食費にも余裕ができるので、いい食材を選ぶ楽しさもある。</p>
        </div>
        <div class="cp-tl-item">
          <span class="cp-tl-time">13:00〜16:00</span>
          <p class="cp-tl-heading">エスプラネード・ラグーン＆市内散策</p>
          <p class="cp-tl-body">海岸遊歩道沿いにある無料の人工ラグーンでひと泳ぎ（水着は機内持ち込みバッグに）。波のない穏やかな水面で体をほぐすのは旅のウォーミングアップとして最高。その後、ケアンズ中心街のショップやギャラリーを気の向くままに歩く。急ぐ必要はない。ここはただ、ケアンズという街に慣れる時間だ。</p>
        </div>
        <div class="cp-tl-item">
          <span class="cp-tl-time">17:00〜18:30</span>
          <p class="cp-tl-heading">サンセットタイムをゆったりと</p>
          <p class="cp-tl-body">エスプラネード沿いのカフェやバーで飲み物を片手に夕日を眺める。ケアンズのサンセットは海と空の境界が燃えるように染まり、一度見ると忘れられない。初日の夕刻をここに費やす贅沢を、大人旅では惜しみなく使う。</p>
        </div>
        <div class="cp-tl-item">
          <span class="cp-tl-time">18:30〜20:30</span>
          <p class="cp-tl-heading">ナイトマーケット＆夕食</p>
          <p class="cp-tl-body">毎晩開催のナイトマーケットは多国籍フードコートと土産物が並ぶケアンズの定番夜市。アボリジニアートや蜂蜜製品をじっくり見て回り、ディナーは10〜25AUDのアジア料理や海鮮をセレクト。翌日のリーフに備えて、食べすぎないよう軽めに。</p>
        </div>
        <div class="cp-tl-item">
          <span class="cp-tl-time">21:00</span>
          <p class="cp-tl-heading">早めの就寝</p>
          <p class="cp-tl-body">明日の港出発は7:00〜7:30。リーフの海を全力で楽しむには、今夜の睡眠が勝負を決める。21時就寝、6時起床という体のリズムを、今夜から設定しておこう。</p>
        </div>
      </div>

      <div class="cp-box cp-box-tip">
        <p class="cp-box-title">💡 アーリーチェックインを確実にとるコツ</p>
        <p>メールや予約サイトのメッセージ欄で「早朝5時頃に到着予定。アーリーチェックインを希望します」と英語で伝えておくのが最善手。ホテルのグレードが上がるほど対応は柔軟になる。3泊4日では宿の質を少し引き上げる余裕もあるため、この点でも3泊の恩恵を感じられる。</p>
      </div>
    </section>

    <hr class="cp-divider" aria-hidden="true">

    <!-- ========================================================
         Section 3: DAY 2
         ======================================================== -->
    <section class="cp-section cp-reveal" id="day2" aria-labelledby="h2-day2">
      <h2 id="h2-day2">2日目：グレートバリアリーフ 終日ツアー</h2>

      <div class="cp-day-banner cp-day-banner-day2" role="presentation">
        <div class="cp-day-banner-num" aria-hidden="true">02</div>
        <div class="cp-day-banner-body">
          <span class="cp-day-banner-label">DAY 2</span>
          <div class="cp-day-banner-title">世界最大のサンゴ礁へ。この海に全力で向き合う1日</div>
          <div class="cp-day-banner-sub">早朝出港→リーフ体験（6〜7時間）→夕方帰港→自由な夜</div>
        </div>
      </div>

      <p>2日目は旅のメインイベント。ケアンズの港から船で約90分、グレートバリアリーフへ向かう。2,300kmにわたる世界最大のサンゴ礁には、1,500種を超える魚と400種以上のサンゴが暮らしている。シュノーケリングでも体験ダイビングでも、初めての人が「想像の5倍だった」と口を揃える場所だ。3泊4日だからこそ、翌日に疲れを持ち越す心配なく、今日この海に全力を注げる。</p>

      <!-- 画像1 -->
      <figure class="cp-img-wrap" aria-label="グレートバリアリーフの海">
        <img decoding="async"
          src="https://yoooyooo8.jp/wp-content/uploads/2026/02/Great-Barrier-Reefwp.jpg"
          alt="ケアンズのグレートバリアリーフ - 透き通る青い海と色鮮やかなサンゴ礁、熱帯魚の群れ"
          width="1200"
          height="800"
          loading="lazy"
        >
        <figcaption class="cp-img-caption">グレートバリアリーフの海中世界。1,500種以上の魚と400種のサンゴが織りなす絶景はケアンズ旅の圧倒的なハイライト</figcaption>
      </figure>

      <div class="cp-timeline" aria-label="2日目のタイムライン">
        <div class="cp-tl-item">
          <span class="cp-tl-time">6:00〜7:00</span>
          <p class="cp-tl-heading">起床・軽朝食・港へ移動</p>
          <p class="cp-tl-body">酔い止め薬は乗船1時間前（出港前）に服用するのが基本。港までは徒歩またはタクシー。ケアンズの朝は明るく気持ちよく、早起きが苦にならない。</p>
        </div>
        <div class="cp-tl-item">
          <span class="cp-tl-time">7:00〜7:30</span>
          <p class="cp-tl-heading">集合・乗船</p>
          <p class="cp-tl-body">集合時刻の15分前には桟橋へ。乗船後に器材フィッティングとスタッフによるブリーフィングが行われる。自分のシュノーケルマスクをレンタルする際はフィット感を必ず確認。</p>
        </div>
        <div class="cp-tl-item">
          <span class="cp-tl-time">7:30〜9:00</span>
          <p class="cp-tl-heading">航行中：安全説明・準備</p>
          <p class="cp-tl-body">所要約60〜90分。揺れが強い区間では外甲板や遠くの水平線を見ると酔いにくい。船内でダイビングインストラクターによる説明を受ける時間でもある。</p>
        </div>
        <div class="cp-tl-item">
          <span class="cp-tl-time">9:00〜15:30</span>
          <p class="cp-tl-heading">リーフ到着・体験・昼食</p>
          <p class="cp-tl-body">シュノーケリング・体験ダイビング・グラスボートクルーズを自由に組み合わせて体験。昼食はビュッフェ形式が多い（ツアー代に含まれるか事前確認を）。疲れたらデッキで横になり、海風に吹かれながら空を見上げる時間も、リーフ体験のひとつだ。</p>
        </div>
        <div class="cp-tl-item">
          <span class="cp-tl-time">15:30〜17:00</span>
          <p class="cp-tl-heading">帰港の航行</p>
          <p class="cp-tl-body">帰路は夕日に染まる海を眺めながら。スタッフが撮影した水中写真を購入できる機会もある（60〜80AUD前後）。体は疲れているが、心は満ちている。これがリーフツアーのあとの独特な充実感だ。</p>
        </div>
        <div class="cp-tl-item">
          <span class="cp-tl-time">17:30以降</span>
          <p class="cp-tl-heading">夕方：シャワー→自由な夜</p>
          <p class="cp-tl-body">3泊4日の余裕がここで生きる。翌日は体力のいるキュランダ観光ではなく、ゆっくりとした夕食を楽しめる。市内の海鮮レストランでゆっくりディナーを取るか、スーパーで買い物して部屋でゆっくりする夜も、大人旅の正解のひとつ。</p>
        </div>
      </div>

      <h3>ツアー選びの3つの基準</h3>
      <p>ケアンズ発のリーフツアーは数十社が競合している。選ぶ際の判断軸は「目的地（ポンツーンか島か）」「参加人数（大型船か小型か）」「体験内容（体験ダイビング込みか否か）」の3点に絞ると選びやすい。</p>

      <div class="cp-table-wrap">
        <table class="cp-table" aria-label="リーフツアー種別・料金比較">
          <thead>
            <tr>
              <th>ツアー種別</th>
              <th>内容</th>
              <th>料金目安</th>
              <th>こんな方に</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td><strong>体験ダイビング付きポンツーン</strong></td>
              <td>大型浮き桟橋が拠点。ダイビング2〜3本可</td>
              <td class="cp-price">180〜250AUD</td>
              <td>初めてでも深く潜りたい方</td>
            </tr>
            <tr>
              <td><strong>シュノーケリング中心</strong></td>
              <td>器材付き。複数ポイントを回る</td>
              <td class="cp-price">120〜170AUD</td>
              <td>海面を気軽に楽しみたい方</td>
            </tr>
            <tr>
              <td><strong>グラスボートクルーズ</strong></td>
              <td>濡れずにサンゴ礁を観察できる</td>
              <td class="cp-price">80〜120AUD</td>
              <td>子連れ・シニア・水が苦手な方</td>
            </tr>
            <tr>
              <td><strong>グリーン島コース</strong></td>
              <td>リーフ上の島。シュノーケル＋島散策</td>
              <td class="cp-price">90〜130AUD</td>
              <td>島の空気も味わいたい方</td>
            </tr>
          </tbody>
        </table>
      </div>

      <div class="cp-box cp-box-warn">
        <p class="cp-box-title">⚠️ 船酔い対策は乗船前日から始まる</p>
        <p>揺れが苦手な方は、前日の夜から食べすぎないこと。乗船当日の朝食は軽めに（空腹も酔いやすい）。酔い止め薬は乗船1時間前が最適なタイミング。船上では外の空気を吸い、遠くの水平線を眺めることが効果的だ。</p>
      </div>




    </section>

    <hr class="cp-divider" aria-hidden="true">

    <!-- ========================================================
         Section 4: DAY 3
         ======================================================== -->
    <section class="cp-section cp-reveal" id="day3" aria-labelledby="h2-day3">
      <h2 id="h2-day3">3日目：キュランダ観光鉄道＋スカイレール 終日</h2>

      <div class="cp-day-banner cp-day-banner-day3" role="presentation">
        <div class="cp-day-banner-num" aria-hidden="true">03</div>
        <div class="cp-day-banner-body">
          <span class="cp-day-banner-label">DAY 3</span>
          <div class="cp-day-banner-title">熱帯雨林の王国へ。鉄道で上がりスカイレールで下る、王道コース</div>
          <div class="cp-day-banner-sub">鉄道でキュランダへ（1時間45分）→終日散策→スカイレールで帰還</div>
        </div>
      </div>

      <p>3日目は、もうひとつの世界遺産へ。ケアンズ中央駅から出発するキュランダ観光鉄道は、バロン渓谷の絶壁を縫うように走り、バロン滝を眺めながら熱帯雨林の奥地・キュランダ村へとゆっくり登っていく。3泊4日であれば、翌日に急ぎがないため、鉄道で上がりスカイレールで戻る「王道コース」を往復に費やすことができる。これが、2泊3日では実現しなかった体験だ。</p>

      <!-- 画像2 -->
      <figure class="cp-img-wrap" aria-label="スカイレールと熱帯雨林">
        <img decoding="async"
          src="https://yoooyooo8.jp/wp-content/uploads/2026/02/Kuranda-Skyrail-1.jpg"
          alt="キュランダ スカイレール - 世界遺産の熱帯雨林の樹冠の上を飛ぶゴンドラと広大な緑の絨毯"
          width="1200"
          height="800"
          loading="lazy"
        >
        <figcaption class="cp-img-caption">スカイレールから見下ろす1億3000万年前から続く熱帯雨林の樹海。ゴンドラが一切の音を消し、ただ緑だけが広がる</figcaption>
      </figure>

      <div class="cp-timeline" aria-label="3日目のタイムライン">
        <div class="cp-tl-item">
          <span class="cp-tl-time">7:30〜8:15</span>
          <p class="cp-tl-heading">ケアンズ中央駅へ・乗車準備</p>
          <p class="cp-tl-body">キュランダ観光鉄道の始発は8:30頃（時刻は公式サイトで要確認）。市内からケアンズ中央駅まで徒歩またはタクシーで10〜15分。朝の清々しい空気の中を歩くのも、この旅のひとコマになる。</p>
        </div>
        <div class="cp-tl-item">
          <span class="cp-tl-time">8:30〜10:15</span>
          <p class="cp-tl-heading">キュランダ観光鉄道 乗車（約1時間45分）</p>
          <p class="cp-tl-body">1891年開通の歴史的な蒸気機関車の後継車両に乗り込む。窓が開く客車から吹き込む熱帯の風、バロン渓谷の断崖、轟音を立てるバロン滝—この鉄道は「乗ること」自体が体験だ。途中のバロン滝駅で5〜10分の停車があり、展望台から滝を眺められる。</p>
        </div>
        <div class="cp-tl-item">
          <span class="cp-tl-time">10:15〜13:00</span>
          <p class="cp-tl-heading">キュランダ村を自由散策・バードワールド</p>
          <p class="cp-tl-body">村に到着したら、まずは全体を一周して地図を頭に入れる。バードワールド（入場約15〜20AUD）は600羽以上の熱帯の鳥と触れ合える必見スポット。カラフルなゴシキセイインコが肩に乗ってくる体験は、何歳でも笑顔になれる。蝶の保護区（Rainforestation）も時間が許せばぜひ。</p>
        </div>
        <div class="cp-tl-item">
          <span class="cp-tl-time">13:00〜14:00</span>
          <p class="cp-tl-heading">キュランダでランチ</p>
          <p class="cp-tl-body">村内のカフェやレストランでゆっくりランチ。バーガー・パイ・フィッシュ＆チップスが15〜25AUDの相場。テラス席から緑の山を眺めながら食べる食事は、旅の記憶に深く刻まれる。3泊4日の余裕が、食事にも「急がない時間」を与えてくれる。</p>
        </div>
        <div class="cp-tl-item">
          <span class="cp-tl-time">14:00〜16:00</span>
          <p class="cp-tl-heading">スカイレールでケアンズへ帰還（約1時間）</p>
          <p class="cp-tl-body">キュランダ駅からスカイレールに乗り換え、熱帯雨林の樹冠上を約1時間かけてスミスフィールドへ。途中のレッドピーク駅とバロン滝駅で下車し、雨林内の散策路を歩ける（各5〜10分）。視点が変わるだけで、同じ森がまったく違う表情を見せる。</p>
        </div>
        <div class="cp-tl-item">
          <span class="cp-tl-time">16:00〜17:00</span>
          <p class="cp-tl-heading">スミスフィールド→市内へ</p>
          <p class="cp-tl-body">スカイレールの終点・スミスフィールドからタクシーまたはシャトルで市内へ（約25〜35分、25〜35AUD）。ケアンズ中心部に戻り、自由な夜の時間がたっぷり残っている。</p>
        </div>
        <div class="cp-tl-item">
          <span class="cp-tl-time">17:00以降</span>
          <p class="cp-tl-heading">ゆっくりディナー・最後の夜を楽しむ</p>
          <p class="cp-tl-body">3泊4日の旅の最後の夜。奮発してシーフードレストランでゆっくりディナーを楽しむのが大人旅のしめ括り。明日の帰国便は昼発のため、翌朝もゆとりがある。夜は早めに荷物をまとめ、ゆとりある出発準備を。</p>
        </div>
      </div>

      <div class="cp-box cp-box-teal">
        <p class="cp-box-title">🌿 観光鉄道＋スカイレールのセット券について</p>
        <p>キュランダ観光鉄道とスカイレールは<strong>セット券（コンビネーションパス）</strong>での購入が最もお得。片道ずつ別々に買うより10〜15AUD程度安くなる。公式サイトまたは現地ツアーデスクで購入可能。12Go.asiaや日本の旅行代理店からも予約できる。</p>
      </div>

      <div class="cp-official" role="complementary" aria-label="公式情報">
        <p><strong>📌 キュランダ 公式情報</strong></p>
        <p>鉄道の時刻・料金は<a rel="noopener" href="https://www.ksr.com.au/" target="_blank">Kuranda Scenic Railway 公式サイト</a>で、スカイレールの時刻・料金は<a rel="noopener" href="https://www.skyrail.com.au/" target="_blank">Skyrail 公式サイト</a>で確認してください。</p>
      </div>


    </section>

    <hr class="cp-divider" aria-hidden="true">

    <!-- ========================================================
         Section 5: DAY 4
         ======================================================== -->
    <section class="cp-section cp-reveal" id="day4" aria-labelledby="h2-day4">
      <h2 id="h2-day4">4日目：朝のケアンズを味わい、ゆっくり帰国</h2>

      <div class="cp-day-banner cp-day-banner-day4" role="presentation">
        <div class="cp-day-banner-num" aria-hidden="true">04</div>
        <div class="cp-day-banner-body">
          <span class="cp-day-banner-label">DAY 4</span>
          <div class="cp-day-banner-title">余韻のある帰国日。朝のラグーンで旅を閉じる</div>
          <div class="cp-day-banner-sub">朝の散歩・カフェ→チェックアウト→空港（11:10〜11:40発）→成田</div>
        </div>
      </div>

      <p>帰国日。しかし、急ぐことは何もない。帰国便（JQ25）はケアンズを11:10〜11:40頃に出発するため、チェックインのための空港到着は9:00〜9:30が目安。つまり<strong>ホテルを8:30頃に出れば十分に間に合う</strong>。帰国日の朝に2〜3時間の余白があること。これが3泊4日の最後に与えてくれる、最高のご褒美だ。</p>

      <div class="cp-timeline" aria-label="4日目のタイムライン">
        <div class="cp-tl-item">
          <span class="cp-tl-time">6:30〜7:30</span>
          <p class="cp-tl-heading">最後の朝のエスプラネード散歩</p>
          <p class="cp-tl-body">ケアンズの朝は早く、地元の人々がラグーンでジョギングや水泳を楽しんでいる。その光景を眺めながら歩く最後の朝は、この旅のすべてを静かに振り返る時間になる。スマートフォンをしまい、ただ歩く。それだけでいい。</p>
        </div>
        <div class="cp-tl-item">
          <span class="cp-tl-time">7:30〜8:15</span>
          <p class="cp-tl-heading">旅の最後のカフェ朝食</p>
          <p class="cp-tl-body">エスプラネード沿いのカフェでスローな朝食を。ケアンズはオーストラリアのカフェ文化が根付いており、フラットホワイトやアボカドトーストのレベルが高い。ゆったりとしたワンプレートのブランチで、旅の最後の食事を味わう。</p>
        </div>
        <div class="cp-tl-item">
          <span class="cp-tl-time">8:15〜8:30</span>
          <p class="cp-tl-heading">チェックアウト・タクシーで空港へ</p>
          <p class="cp-tl-body">ホテルをチェックアウトし、タクシーで空港へ（15〜20分、25〜35AUD）。ケアンズ国際空港は市内から近く、混雑も少ない。前夜に荷物をまとめておけば、朝は余裕しかない。</p>
        </div>
        <div class="cp-tl-item">
          <span class="cp-tl-time">8:30〜9:00</span>
          <p class="cp-tl-heading">空港到着・チェックイン・手荷物検査</p>
          <p class="cp-tl-body">LCCのジェットスターは混雑することがあるため、2時間前の到着が安全。ただし9:00着でも11:10〜11:40の便には十分間に合う。免税店でオーストラリアのチョコレートやハンドクリームなど、買い忘れたものを調達する時間もある。</p>
        </div>
        <div class="cp-tl-item">
          <span class="cp-tl-time">11:10〜11:40頃</span>
          <p class="cp-tl-heading">ジェットスター JQ25便 ケアンズ出発</p>
          <p class="cp-tl-body">約7時間20分のフライト。時差+1時間のため、成田着は17:40〜18:05頃。帰国日の夜には自宅に戻れる。機内では旅の写真を整理しながら、あの海の色とあの緑の香りを反芻しよう。</p>
        </div>
      </div>

      <div class="cp-box cp-box-point">
        <p class="cp-box-title">🗓️ 「帰国日の余白」こそ、3泊4日を選ぶ最大の理由</p>
        <p>2泊3日では、3日目の朝に急いでスカイレールに乗り、慌てて路線バスで戻り、ホテルに荷物を取りに行って空港へ——という息つく間のないフィナーレになる。3泊4日では、それが嘘のように静かな朝になる。「旅の最後をどう締めくくるか」が旅の印象を決める。大人旅は、エンディングから設計する。</p>
      </div>
    </section>

    <hr class="cp-divider" aria-hidden="true">

    <!-- ========================================================
         Section 6: タイプ別アレンジ
         ======================================================== -->
    <section class="cp-section cp-reveal" id="arrange" aria-labelledby="h2-arrange">
      <h2 id="h2-arrange">旅のスタイル別アレンジ</h2>

      <p>3泊4日というフレームを活かしながら、旅のスタイルに合わせてカスタマイズできる。モデルプランの大枠（1日目：休息、2日目：リーフ、3日目：キュランダ、4日目：帰国）を変えずに、各日の体験内容を入れ替えるのが基本の考え方だ。</p>

      <div class="cp-cards">
        <div class="cp-card">
          <span class="cp-card-icon" aria-hidden="true">🤿</span>
          <p class="cp-card-title">アクティビティ深掘り型</p>
          <p>2日目をライセンス保有者向けのファンダイビングツアーに。午後は別のシュノーケルポイントへ小型ボートで。3日目キュランダ後にジャングルサーフィン（ジップライン）を追加するのも選択肢。</p>
        </div>
        <div class="cp-card">
          <span class="cp-card-icon" aria-hidden="true">💑</span>
          <p class="cp-card-title">カップル・記念旅行型</p>
          <p>2日目はヘリコプター遊覧（250〜400AUD）でリーフを空から体験。3日目夜は市内の上質なシーフードレストランで記念ディナー。4日目の朝のカフェを2人の旅の締めくくりに。</p>
        </div>
        <div class="cp-card">
          <span class="cp-card-icon" aria-hidden="true">👨‍👩‍👧</span>
          <p class="cp-card-title">ファミリー型</p>
          <p>2日目はグラスボート中心のツアーに変更して小さな子供も安全に。3日目はバードワールドを最優先。4日目の朝はラグーンで子供を泳がせる時間を作れる。余裕のある日程が子連れ旅を支える。</p>
        </div>
        <div class="cp-card">
          <span class="cp-card-icon" aria-hidden="true">☕</span>
          <p class="cp-card-title">スローライフ型</p>
          <p>各日の午後に予定を入れない。2日目リーフから戻ったら早めに就寝。3日目キュランダは午前だけにして午後はカフェで過ごす。旅は「詰め込まない」ことで、いちばん深くなる。</p>
        </div>
      </div>
    </section>

    <hr class="cp-divider" aria-hidden="true">

    <!-- ========================================================
         Section 7: 事前予約
         ======================================================== -->
    <section class="cp-section cp-reveal" id="booking" aria-labelledby="h2-booking">
      <h2 id="h2-booking">事前予約チェックリスト</h2>

      <p>3泊4日なら「現地で考える余裕」があると思いがちだが、人気のリーフツアーや観光鉄道は繁忙期に数週間前から満席になる。大人旅の質は「現地で焦らない」ことから生まれる。出発2〜4週間前には主要な予約を完了させておこう。</p>

      <div class="cp-table-wrap">
        <table class="cp-table" aria-label="事前予約の必要度一覧">
          <thead>
            <tr>
              <th>項目</th>
              <th>予約の必要度</th>
              <th>推奨タイミング</th>
              <th>予約先</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td><strong>グレートバリアリーフ ツアー</strong></td>
              <td><span class="cp-tag-req">必須</span></td>
              <td>1〜2か月前</td>
              <td>各社公式・旅行代理店</td>
            </tr>
            <tr>
              <td><strong>キュランダ観光鉄道</strong></td>
              <td><span class="cp-tag-req">必須</span></td>
              <td>2〜4週間前</td>
              <td>Kuranda Scenic Railway 公式</td>
            </tr>
            <tr>
              <td><strong>スカイレール</strong></td>
              <td><span class="cp-tag-req">強く推奨</span></td>
              <td>2〜4週間前</td>
              <td>Skyrail 公式</td>
            </tr>
            <tr>
              <td><strong>ホテル（3泊）</strong></td>
              <td><span class="cp-tag-req">必須</span></td>
              <td>2〜3か月前</td>
              <td>Booking.com・Expedia・JAL等</td>
            </tr>
            <tr>
              <td><strong>アーリーチェックイン</strong></td>
              <td><span class="cp-tag-rec">推奨</span></td>
              <td>予約時〜直前</td>
              <td>宿へ直接リクエスト</td>
            </tr>
            <tr>
              <td><strong>SIM・Wi-Fi</strong></td>
              <td><span class="cp-tag-rec">推奨</span></td>
              <td>出発前</td>
              <td>成田空港・オンライン</td>
            </tr>
            <tr>
              <td><strong>ナイトマーケット</strong></td>
              <td><span class="cp-tag-ok">予約不要</span></td>
              <td>毎晩開催</td>
              <td>当日参加OK</td>
            </tr>
            <tr>
              <td><strong>バードワールド（キュランダ）</strong></td>
              <td><span class="cp-tag-ok">当日でもOK</span></td>
              <td>なるべく早めに</td>
              <td>現地窓口・公式サイト</td>
            </tr>
          </tbody>
        </table>
      </div>
    </section>

    <hr class="cp-divider" aria-hidden="true">

    <!-- ========================================================
         Section 8: 費用シミュレーション
         ======================================================== -->
    <section class="cp-section cp-reveal" id="cost" aria-labelledby="h2-cost">
      <h2 id="h2-cost">3泊4日の費用シミュレーション</h2>

      <p>3泊4日は1泊増える分、確かに費用は上がる。しかしその1泊が加わることで、宿の質・食事の質・体験の深度すべてに余裕が生まれる。「安く短く済ませる旅」ではなく「少し良い旅を、ゆっくり楽しむ」という視点で予算を組むのが、大人旅の費用設計だ。</p>

      <div class="cp-table-wrap">
        <table class="cp-table" aria-label="3泊4日の費用シミュレーション">
          <thead>
            <tr>
              <th>費用項目</th>
              <th>エコノミープラン</th>
              <th>スタンダードプラン</th>
              <th>プレミアムプラン</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td><strong>航空券（往復）</strong></td>
              <td class="cp-price">6〜10万円</td>
              <td class="cp-price">10〜15万円</td>
              <td class="cp-price">18〜25万円</td>
            </tr>
            <tr>
              <td><strong>宿泊費（3泊）</strong></td>
              <td class="cp-price">2〜3万円</td>
              <td class="cp-price">3.5〜7万円</td>
              <td class="cp-price">8〜18万円</td>
            </tr>
            <tr>
              <td><strong>リーフツアー</strong></td>
              <td class="cp-price">1.2〜1.5万円</td>
              <td class="cp-price">1.8〜2.5万円</td>
              <td class="cp-price">3〜5万円</td>
            </tr>
            <tr>
              <td><strong>キュランダ（鉄道＋スカイレール）</strong></td>
              <td class="cp-price">約1万円</td>
              <td class="cp-price">約1.2万円</td>
              <td class="cp-price">約1.5万円</td>
            </tr>
            <tr>
              <td><strong>食費（3日間）</strong></td>
              <td class="cp-price">8,000〜1.5万円</td>
              <td class="cp-price">1.5〜3万円</td>
              <td class="cp-price">3〜5万円</td>
            </tr>
            <tr>
              <td><strong>その他（移動・施設・土産）</strong></td>
              <td class="cp-price">5,000〜1万円</td>
              <td class="cp-price">1〜2.5万円</td>
              <td class="cp-price">2〜4万円</td>
            </tr>
            <tr>
              <td><strong>合計目安（1人）</strong></td>
              <td class="cp-price" style="font-size:1rem"><strong>約17〜21万円</strong></td>
              <td class="cp-price" style="font-size:1rem"><strong>約22〜32万円</strong></td>
              <td class="cp-price" style="font-size:1rem"><strong>約35〜58万円</strong></td>
            </tr>
          </tbody>
        </table>
      </div>

      <div class="cp-box cp-box-tip">
        <p class="cp-box-title">💡 3泊4日で最もコスパが上がる費目は「宿泊」</p>
        <p>2泊3日から3泊4日に変えると、1泊分の宿代は増えるが1泊あたりの単価は下がりやすい（連泊割引・週間パッケージなど）。さらに、3泊あることで「少し良い宿」を選んでも精神的負担が小さい。リーフ後の疲れた体を受け止める宿の質が上がると、翌日のキュランダへの体の回復も早くなる。宿への投資は、旅全体の品質を底上げする。</p>
      </div>


    </section>

    <hr class="cp-divider" aria-hidden="true">

    <!-- ========================================================
         Section 9: 実践アドバイス
         ======================================================== -->
    <section class="cp-section cp-reveal" id="tips" aria-labelledby="h2-tips">
      <h2 id="h2-tips">大人旅のための実践アドバイス</h2>

      <p>3泊4日という日程は、詰め込む旅でも、流す旅でもなく、「深く味わう旅」のために存在する。以下は、その深度を上げるための実践的な視点だ。</p>

      <div class="cp-box cp-box-sage">
        <p class="cp-box-title">🌿 「計画より少なめ」が大人旅の作法</p>
        <p>1日の予定を70%で組む。残り30%は余白として空けておく。そこに、地図に載っていない素敵なカフェが現れたり、地元の人に話しかけられたり、思いがけない景色が広がったりする。完璧なスケジュールの旅と、少しだけ空白のある旅——10年後に語れる記憶は、後者に宿ることが多い。</p>
      </div>

      <div class="cp-box cp-box-warn">
        <p class="cp-box-title">⚠️ 紫外線は「痛い」と感じる前からすでに深刻</p>
        <p>ケアンズは日本の2〜3倍の紫外線強度。曇りの日でも油断禁物。リーフ当日はSPF50以上の日焼け止めを出港前に全身塗布し、ラッシュガード＋帽子＋サングラスを着用。焼けすぎると翌日のキュランダ観光が文字通り「痛い」体験になる。</p>
      </div>

      <div class="cp-box cp-box-info">
        <p class="cp-box-title">📡 通信環境は出発前に完結させておく</p>
        <p>成田空港でオーストラリア対応のプリペイドSIM（Telstra・Optusなど）を購入、またはポケットWi-Fiをレンタルしておく。Google MapsはオフラインマップをダウンロードしてWi-Fiなしでも使えるようにしておくことが重要。現地SIMカウンターは早朝5時の到着時は閉まっている。</p>
      </div>

      <div class="cp-box cp-box-tip">
        <p class="cp-box-title">💡 ケアンズのスーパーは旅の強い味方</p>
        <p>Woolworths（ウールワース）やColes（コールズ）はケアンズ市内に複数店舗があり、フレッシュフルーツ・惣菜・飲み物が手軽に手に入る。朝食用の食材（5〜8AUD）をここで調達すると食費を大幅に抑えられる。なお、オーストラリアではスーパーでのアルコール販売は法律で認められておらず、ワインやビールは「ボトルショップ（Bottle Shop）」と呼ばれる酒類専売店で購入する。スーパーに隣接していることが多く（コールズ系は「Liquorland」、ウールワース系は「BWS」）、オーストラリアワインを部屋で楽しみたいときはそちらへ。</p>
      </div>
    </section>

    <hr class="cp-divider" aria-hidden="true">

    <!-- ========================================================
         FAQ
         ======================================================== -->
    <section class="cp-section cp-reveal" id="faq" aria-labelledby="h2-faq">
      <h2 id="h2-faq">よくある質問（FAQ）</h2>

      <div class="cp-faq-item" itemscope itemtype="https://schema.org/Question">
        <div class="cp-faq-q" role="term" itemprop="name">
          <span class="cp-faq-q-badge" aria-hidden="true">Q</span>
          2泊3日と3泊4日、どちらがケアンズ旅行に向いていますか？
        </div>
        <div class="cp-faq-a" role="definition" itemscope itemtype="https://schema.org/Answer" itemprop="acceptedAnswer">
          <span class="cp-faq-a-badge" aria-hidden="true">A</span>
          <span itemprop="text">余裕を求めるなら3泊4日が明確におすすめです。帰国便（JQ25）はケアンズ11時台発のため、2泊3日だと3日目の朝から空港へ急ぐ必要があり、キュランダ観光鉄道の往復は時間的に不可能です。3泊4日にすると3日目にキュランダを鉄道とスカイレール往復でゆっくり楽しめ、4日目の朝に余裕のある帰国ができます。「リーフとキュランダ、どちらも省略せず味わいたい」なら3泊4日が答えです。</span>
        </div>
      </div>

      <div class="cp-faq-item" itemscope itemtype="https://schema.org/Question">
        <div class="cp-faq-q" role="term" itemprop="name">
          <span class="cp-faq-q-badge" aria-hidden="true">Q</span>
          グレートバリアリーフとキュランダ、どちらを先にするといいですか？
        </div>
        <div class="cp-faq-a" role="definition" itemscope itemtype="https://schema.org/Answer" itemprop="acceptedAnswer">
          <span class="cp-faq-a-badge" aria-hidden="true">A</span>
          <span itemprop="text">「2日目：リーフ、3日目：キュランダ」の順が一般的に最適です。リーフツアーは早朝の港集合が多く、体力を最も使う体験です。翌日のキュランダは鉄道の乗車がメインのため、体への負担がリーフより少なく、リーフで疲れた体でも楽しみやすい。逆順でも問題はありませんが、体力的には「リーフ→キュランダ」の順が自然です。</span>
        </div>
      </div>

      <div class="cp-faq-item" itemscope itemtype="https://schema.org/Question">
        <div class="cp-faq-q" role="term" itemprop="name">
          <span class="cp-faq-q-badge" aria-hidden="true">Q</span>
          キュランダ観光鉄道とスカイレール、どちらが印象的ですか？
        </div>
        <div class="cp-faq-a" role="definition" itemscope itemtype="https://schema.org/Answer" itemprop="acceptedAnswer">
          <span class="cp-faq-a-badge" aria-hidden="true">A</span>
          <span itemprop="text">どちらも全く異なる感動があります。観光鉄道は窓が開く歴史的な車両で熱帯雨林を縫うように走り、バロン滝の迫力を間近に感じられます。スカイレールは雨林の樹冠の上を静かに飛ぶゴンドラで、鳥の視点で緑の海を見渡せます。3泊4日なら往路を鉄道、復路をスカイレールにする「往復セット」が最も満足度が高い体験です。</span>
        </div>
      </div>

      <div class="cp-faq-item" itemscope itemtype="https://schema.org/Question">
        <div class="cp-faq-q" role="term" itemprop="name">
          <span class="cp-faq-q-badge" aria-hidden="true">Q</span>
          リーフツアーはどこで予約するのが確実ですか？
        </div>
        <div class="cp-faq-a" role="definition" itemscope itemtype="https://schema.org/Answer" itemprop="acceptedAnswer">
          <span class="cp-faq-a-badge" aria-hidden="true">A</span>
          <span itemprop="text">各ツアー会社の公式ウェブサイトが最も確実でシンプルです。比較サイト（Viator・GetYourGuideなど）は複数社を一覧で比べられますが、やや手数料が高くなることも。12Go.asiaはアジア発旅行者向けに使いやすく、ケアンズのアクティビティも豊富です。日本の旅行代理店（JTBなど）でパッケージとして手配するとトラブル時のサポートが充実している点もメリットです。</span>
        </div>
      </div>

      <div class="cp-faq-item" itemscope itemtype="https://schema.org/Question">
        <div class="cp-faq-q" role="term" itemprop="name">
          <span class="cp-faq-q-badge" aria-hidden="true">Q</span>
          4日目の朝はどのくらいの時間まで観光できますか？
        </div>
        <div class="cp-faq-a" role="definition" itemscope itemtype="https://schema.org/Answer" itemprop="acceptedAnswer">
          <span class="cp-faq-a-badge" aria-hidden="true">A</span>
          <span itemprop="text">帰国便（JQ25）の出発が11:10〜11:40頃のため、空港には9:00〜9:30到着が目安です。ホテルを8:15〜8:30に出発すれば十分間に合います。つまり4日目の朝は6:30〜8:00頃まで自由時間があります。市内のカフェで朝食を取ったり、ラグーンを散歩したりする余裕は十分あります。ただしLCCは混雑することがあるので、早めの空港到着を心がけてください。</span>
        </div>
      </div>

      <div class="cp-faq-item" itemscope itemtype="https://schema.org/Question">
        <div class="cp-faq-q" role="term" itemprop="name">
          <span class="cp-faq-q-badge" aria-hidden="true">Q</span>
          ケアンズ旅行のベストシーズンはいつですか？
        </div>
        <div class="cp-faq-a" role="definition" itemscope itemtype="https://schema.org/Answer" itemprop="acceptedAnswer">
          <span class="cp-faq-a-badge" aria-hidden="true">A</span>
          <span itemprop="text">一般的に6〜9月の乾季が最も快適です。気温は24〜28℃、湿度も低く、リーフの海も穏やかになりやすい。この時期はツアーも混雑するため、事前予約が特に重要です。10〜5月の雨季（特に1〜3月）はスコールが多くなりますが、緑が鮮やかで旅費は抑えられる傾向にあります。雨季でも午前中は晴れることが多く、リーフツアーは基本的に通年実施されています。</span>
        </div>
      </div>

    </section>

    <!-- ========================================================
         まとめ
         ======================================================== -->
    <section class="cp-summary-box cp-reveal" id="summary" aria-labelledby="h2-summary">
      <h2 id="h2-summary">まとめ：3泊4日が、ケアンズの旅を本物にする</h2>
      <p>急がない。詰め込まない。体験を「消化」するのではなく、「味わう」ために3泊4日という日程を選ぶ。その選択が、旅全体の色を変える。</p>
      <ul class="cp-sum-list">
        <li>往路は成田夜発・ケアンズ早朝5時着の夜行便。1日目は午前休息→午後から市内をゆったり歩く</li>
        <li>2日目はグレートバリアリーフ終日ツアー一択。翌日を気にせず、海に全力で向き合える</li>
        <li>3日目はキュランダ観光鉄道＋スカイレールを往復セットで。省略なく、どちらの感動も完全に味わう</li>
        <li>4日目は帰国日でありながら余裕のある朝。カフェで過ごし、ゆっくり空港へ。これが3泊4日の最大の恩恵</li>
        <li>費用は標準プランで1人22〜32万円。「少し良い宿」への投資が旅全体の質を底上げする</li>
      </ul>
    </section>

  </div><!-- /.cp-content -->

</article>


<!-- ============================================================
     FAQスキーマ（JSON-LD）
     ============================================================ -->




]]></content:encoded>
					
					<wfw:commentRss>https://yoooyooo8.jp/cairns-3nights-4days/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
