<?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>南アジア | 旅樂道</title>
	<atom:link href="https://yoooyooo8.jp/category/south-asia/feed/" rel="self" type="application/rss+xml" />
	<link>https://yoooyooo8.jp</link>
	<description>旅を楽しむ、人生の道</description>
	<lastBuildDate>Sun, 16 Aug 2026 11:01:06 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://yoooyooo8.jp/wp-content/uploads/2026/01/cropped-Yoshi-favicon-32x32.jpg</url>
	<title>南アジア | 旅樂道</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/south-asia/feed/"/>
	<item>
		<title>インドカレーは存在しない？北と南でまるで違うスパイス料理の世界</title>
		<link>https://yoooyooo8.jp/indian-curry-north-south/</link>
					<comments>https://yoooyooo8.jp/indian-curry-north-south/#respond</comments>
		
		<dc:creator><![CDATA[Yoshi]]></dc:creator>
		<pubDate>Tue, 21 Jul 2026 00:00:00 +0000</pubDate>
				<category><![CDATA[インド]]></category>
		<category><![CDATA[南アジア]]></category>
		<guid isPermaLink="false">https://yoooyooo8.jp/?p=2874</guid>

					<description><![CDATA[SPICE &#38; CULTURE GUIDE 「インドカレー」という料理は存在しない？ 奥深いスパイス料理の世界 北と南でまるで別物、味の核心はスパイスの配合——。 知るほど一皿が面白くなる、本場インドの「カレー」 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<style>
/* ============================================================
   スコープCSS（.icr26-wrap 配下のみに適用 / !important不使用）
   2026トレンド：ウォームスパイス配色・有機的フォルム・微細アニメ
   ============================================================ */
.icr26-wrap {
  --icr-saffron: #FF7A18;
  --icr-turmeric: #F4B942;
  --icr-chili: #C1352B;
  --icr-paprika: #D94A38;
  --icr-cardamom: #4A6B3A;
  --icr-cocoa: #3D1F12;
  --icr-cocoa-soft: #5C2E1A;
  --icr-cream: #FDF6EC;
  --icr-cream-2: #F7E9D2;
  --icr-ink: #2B1810;
  --icr-shadow: 24px 24px 60px rgba(61, 31, 18, .14);
  --icr-radius: 22px;

  color: var(--icr-ink);
  font-family: "Hiragino Sans", "Noto Sans JP", system-ui, sans-serif;
  line-height: 1.95;
  letter-spacing: .01em;
  -webkit-font-smoothing: antialiased;
}
.icr26-wrap *,
.icr26-wrap *::before,
.icr26-wrap *::after { box-sizing: border-box; }

/* ボックスを画面幅左右へ広げて読みやすく */
.icr26-wrap .icr-bleed {
  width: min(100%, 1080px);
  margin-inline: auto;
}

/* ---------- ヒーローセクション ---------- */
.icr26-wrap .icr-hero {
  position: relative;
  overflow: hidden;
  border-radius: var(--icr-radius);
  padding: clamp(3rem, 7vw, 6rem) clamp(1.4rem, 5vw, 4rem);
  color: var(--icr-cream);
  background:
    radial-gradient(120% 130% at 8% 0%, #7a2f12 0%, rgba(122,47,18,0) 55%),
    radial-gradient(120% 130% at 100% 100%, #b3271d 0%, rgba(179,39,29,0) 55%),
    linear-gradient(135deg, #4a1f0c 0%, #8c2b14 48%, #c1352b 100%);
  isolation: isolate;
}
/* スパイス粒の浮遊アニメ */
.icr26-wrap .icr-hero::before,
.icr26-wrap .icr-hero::after {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: -1;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(244,185,66,.35) 0 6px, transparent 7px),
    radial-gradient(circle at 70% 20%, rgba(255,122,24,.30) 0 5px, transparent 6px),
    radial-gradient(circle at 85% 65%, rgba(244,185,66,.25) 0 7px, transparent 8px),
    radial-gradient(circle at 35% 80%, rgba(255,255,255,.18) 0 4px, transparent 5px),
    radial-gradient(circle at 55% 50%, rgba(255,122,24,.20) 0 5px, transparent 6px);
  background-repeat: no-repeat;
  animation: icr-float 14s ease-in-out infinite;
}
.icr26-wrap .icr-hero::after {
  animation-duration: 20s;
  animation-direction: reverse;
  opacity: .7;
}
@keyframes icr-float {
  0%, 100% { transform: translate3d(0,0,0) scale(1); }
  50%      { transform: translate3d(2%, -3%, 0) scale(1.05); }
}
.icr26-wrap .icr-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 46rem;
}
.icr26-wrap .icr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: .45em 1.1em;
  border-radius: 999px;
  background: rgba(253,246,236,.14);
  border: 1px solid rgba(253,246,236,.35);
  backdrop-filter: blur(6px);
  margin-bottom: 1.2rem;
  opacity: 0;
  animation: icr-rise .8s .1s ease forwards;
}
/* ヒーロータイトル = 記事最初の h2（Cocoon干渉対策） */
.icr26-wrap .icr-hero h2.icr-hero-title,
.icr26-wrap .icr-hero-title {
  background: transparent;
  padding: 0;
  border: none;
  margin: 0 0 1rem;
  font-size: clamp(1.9rem, 5vw, 3.4rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .01em;
  color: var(--icr-cream);
  text-wrap: balance;
  opacity: 0;
  animation: icr-rise .9s .25s ease forwards;
}
.icr26-wrap .icr-hero-title .icr-accent {
  color: var(--icr-turmeric);
  position: relative;
  white-space: nowrap;
}
.icr26-wrap .icr-hero-lead {
  font-size: clamp(1rem, 2.3vw, 1.18rem);
  color: rgba(253,246,236,.92);
  margin: 0;
  opacity: 0;
  animation: icr-rise .9s .45s ease forwards;
}
@keyframes icr-rise {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ---------- この記事の要点 ---------- */
.icr26-wrap .icr-points {
  margin-top: clamp(2.6rem, 5vw, 3.8rem);
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: var(--icr-radius);
  background: linear-gradient(180deg, #fffdf8 0%, var(--icr-cream) 100%);
  border: 1px solid var(--icr-cream-2);
  box-shadow: var(--icr-shadow);
}
.icr26-wrap .icr-points-head {
  display: flex;
  align-items: center;
  gap: .65em;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--icr-chili);
  margin: 0 0 1.2rem;
}
.icr26-wrap .icr-points-head .icr-ico {
  display: grid;
  place-items: center;
  width: 2.1em;
  height: 2.1em;
  border-radius: 12px;
  background: var(--icr-turmeric);
  color: var(--icr-cocoa);
  font-size: .95em;
}
.icr26-wrap .icr-points-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .9rem;
}
.icr26-wrap .icr-points-list li {
  position: relative;
  padding: .95rem 1.1rem .95rem 3.1rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--icr-cream-2);
  font-weight: 500;
  transition: transform .25s ease, box-shadow .25s ease;
}
.icr26-wrap .icr-points-list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(61,31,18,.10);
}
.icr26-wrap .icr-points-list li::before {
  counter-increment: icr-pt;
  content: counter(icr-pt);
  position: absolute;
  left: .85rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.7em;
  height: 1.7em;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--icr-saffron), var(--icr-chili));
  color: #fff;
  font-weight: 800;
  font-size: .9em;
}
.icr26-wrap .icr-points-list { counter-reset: icr-pt; }
.icr26-wrap .icr-points-list strong { color: var(--icr-chili); }

/* ---------- アニメーション目次 ---------- */
.icr26-wrap .icr-toc {
  margin-top: clamp(2.6rem, 5vw, 3.8rem);
  padding: clamp(2rem, 4vw, 2.9rem);
  border-radius: var(--icr-radius);
  background:
    radial-gradient(140% 120% at 100% 0%, rgba(244,185,66,.18) 0%, transparent 50%),
    #fff;
  border: 1px solid var(--icr-cream-2);
  box-shadow: var(--icr-shadow);
}
.icr26-wrap .icr-toc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 0 0 1.3rem;
}
/* 目次見出しは h3 */
.icr26-wrap h3.icr-toc-title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--icr-cocoa);
  display: flex;
  align-items: center;
  gap: .55em;
}
.icr26-wrap h3.icr-toc-title .icr-bar {
  width: .3em;
  height: 1.25em;
  border-radius: 99px;
  background: linear-gradient(var(--icr-saffron), var(--icr-chili));
}
.icr26-wrap .icr-toc-toggle {
  font: inherit;
  font-size: .85rem;
  font-weight: 700;
  color: var(--icr-chili);
  background: var(--icr-cream);
  border: 1px solid var(--icr-cream-2);
  border-radius: 999px;
  padding: .4em 1.1em;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.icr26-wrap .icr-toc-toggle:hover,
.icr26-wrap .icr-toc-toggle:focus-visible {
  background: var(--icr-chili);
  color: #fff;
}
.icr26-wrap .icr-toc-body {
  overflow: hidden;
  transition: max-height .45s ease;
}
.icr26-wrap .icr-toc-list {
  list-style: none;
  counter-reset: icr-toc;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .4rem;
}
.icr26-wrap .icr-toc-list > li {
  opacity: 0;
  transform: translateX(-10px);
  animation: icr-slide .5s ease forwards;
}
.icr26-wrap .icr-toc-list > li:nth-child(1) { animation-delay: .05s; }
.icr26-wrap .icr-toc-list > li:nth-child(2) { animation-delay: .10s; }
.icr26-wrap .icr-toc-list > li:nth-child(3) { animation-delay: .15s; }
.icr26-wrap .icr-toc-list > li:nth-child(4) { animation-delay: .20s; }
.icr26-wrap .icr-toc-list > li:nth-child(5) { animation-delay: .25s; }
.icr26-wrap .icr-toc-list > li:nth-child(6) { animation-delay: .30s; }
.icr26-wrap .icr-toc-list > li:nth-child(7) { animation-delay: .35s; }
.icr26-wrap .icr-toc-list > li:nth-child(8) { animation-delay: .40s; }
@keyframes icr-slide {
  to { opacity: 1; transform: translateX(0); }
}
.icr26-wrap .icr-toc-list a {
  display: flex;
  align-items: center;
  gap: .9em;
  padding: .8em 1em;
  border-radius: 13px;
  text-decoration: none;
  color: var(--icr-ink);
  font-weight: 600;
  border: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}
.icr26-wrap .icr-toc-list a::before {
  counter-increment: icr-toc;
  content: counter(icr-toc, decimal-leading-zero);
  flex: 0 0 auto;
  font-size: .85em;
  font-weight: 800;
  color: var(--icr-saffron);
  width: 2em;
  letter-spacing: .03em;
}
.icr26-wrap .icr-toc-list a:hover,
.icr26-wrap .icr-toc-list a:focus-visible {
  background: var(--icr-cream);
  border-color: var(--icr-cream-2);
  transform: translateX(5px);
}
.icr26-wrap .icr-toc-list a .icr-toc-tag {
  margin-left: auto;
  font-size: .7rem;
  font-weight: 700;
  color: var(--icr-cardamom);
  background: rgba(74,107,58,.12);
  padding: .2em .7em;
  border-radius: 999px;
}

/* ============================================================
   本文セクション
   ============================================================ */
.icr26-wrap .icr-section {
  margin-top: clamp(3.4rem, 7vw, 5.6rem);
}
/* 本文の大見出し（h2）※ヒーロー以外
   Cocoonのh2デフォルト背景・ボーダーをリセット（干渉対策） */
.icr26-wrap h2.icr-h2 {
  position: relative;
  margin: 0 0 1.3rem;
  padding: 0 0 .7rem 0;
  background: transparent;
  border: none;
  font-size: clamp(1.5rem, 3.6vw, 2.15rem);
  font-weight: 800;
  line-height: 1.35;
  color: var(--icr-cocoa);
  letter-spacing: .01em;
  text-wrap: balance;
}
.icr26-wrap h2.icr-h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3.2em;
  height: .26rem;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--icr-saffron), var(--icr-chili));
}
.icr26-wrap h2.icr-h2 .icr-h2-no {
  display: inline-grid;
  place-items: center;
  width: 1.5em;
  height: 1.5em;
  margin-right: .4em;
  border-radius: 12px;
  background: var(--icr-turmeric);
  color: var(--icr-cocoa);
  font-size: .62em;
  font-weight: 800;
  vertical-align: .12em;
}
/* 中見出し（h3 専用クラス） */
.icr26-wrap h3.icr-h3 {
  margin: 2.2rem 0 1rem;
  padding-left: .7em;
  font-size: clamp(1.18rem, 2.6vw, 1.4rem);
  font-weight: 800;
  color: var(--icr-chili);
  border-left: .32em solid var(--icr-turmeric);
  line-height: 1.4;
}
.icr26-wrap .icr-section p {
  margin: 0 0 1.5rem;
  font-size: 1.02rem;
}
.icr26-wrap .icr-section p .icr-mark {
  background: linear-gradient(transparent 62%, rgba(244,185,66,.55) 62%);
  font-weight: 700;
  padding: 0 .08em;
}

/* 北 vs 南 比較カード */
.icr26-wrap .icr-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
  margin: 1.6rem 0 1.8rem;
}
@media (max-width: 640px) {
  .icr26-wrap .icr-compare { grid-template-columns: 1fr; }
}
.icr26-wrap .icr-card {
  border-radius: 18px;
  padding: 1.8rem 1.7rem;
  border: 1px solid var(--icr-cream-2);
  background: #fff;
  box-shadow: 0 12px 30px rgba(61,31,18,.07);
  transition: transform .25s ease, box-shadow .25s ease;
}
.icr26-wrap .icr-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(61,31,18,.12);
}
.icr26-wrap .icr-card.icr-north {
  background: linear-gradient(180deg, #fff7ef 0%, #fff 70%);
}
.icr26-wrap .icr-card.icr-south {
  background: linear-gradient(180deg, #f3f8ee 0%, #fff 70%);
}
.icr26-wrap .icr-card-tag {
  display: inline-block;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  padding: .3em 1em;
  border-radius: 999px;
  margin-bottom: .9rem;
  color: #fff;
}
.icr26-wrap .icr-north .icr-card-tag { background: linear-gradient(135deg, var(--icr-saffron), var(--icr-chili)); }
.icr26-wrap .icr-south .icr-card-tag { background: linear-gradient(135deg, var(--icr-cardamom), #2f4a24); }
.icr26-wrap .icr-card h4 {
  margin: 0 0 .9rem;
  font-size: 1.18rem;
  font-weight: 800;
  color: var(--icr-cocoa);
}
.icr26-wrap .icr-card dl {
  margin: 0;
  display: grid;
  gap: .6rem;
}
.icr26-wrap .icr-card .icr-row {
  display: grid;
  grid-template-columns: 5.2em 1fr;
  gap: .6em;
  align-items: start;
  font-size: .96rem;
}
.icr26-wrap .icr-card dt {
  font-weight: 700;
  color: var(--icr-cardamom);
}
.icr26-wrap .icr-north .icr-card dt { color: var(--icr-chili); }
.icr26-wrap .icr-card dd { margin: 0; }

/* スパイス・カードのグリッド */
.icr26-wrap .icr-spice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin: 1.6rem 0 1.8rem;
}
.icr26-wrap .icr-spice {
  border-radius: 16px;
  padding: 1.3rem 1.2rem;
  background: linear-gradient(180deg, var(--icr-cream) 0%, #fff 100%);
  border: 1px solid var(--icr-cream-2);
  transition: transform .25s ease, box-shadow .25s ease;
}
.icr26-wrap .icr-spice:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(61,31,18,.10);
}
.icr26-wrap .icr-spice .icr-dot {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  margin-bottom: .8rem;
  box-shadow: inset 0 -6px 10px rgba(0,0,0,.12);
}
.icr26-wrap .icr-spice h4 {
  margin: 0 0 .35rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--icr-cocoa);
}
.icr26-wrap .icr-spice .icr-spice-jp {
  font-size: .78rem;
  color: var(--icr-cocoa-soft);
  font-weight: 600;
}
.icr26-wrap .icr-spice p {
  margin: .6rem 0 0;
  font-size: .9rem;
  line-height: 1.7;
}

/* 補足ボックス（豆知識） */
.icr26-wrap .icr-note {
  margin: 1.6rem 0;
  padding: 1.3rem 1.4rem 1.3rem 1.5rem;
  border-radius: 16px;
  background: rgba(244,185,66,.12);
  border: 1px solid rgba(244,185,66,.4);
}
.icr26-wrap .icr-note .icr-note-ttl {
  display: flex;
  align-items: center;
  gap: .5em;
  font-weight: 800;
  color: var(--icr-chili);
  margin: 0 0 .5rem;
  font-size: 1rem;
}
.icr26-wrap .icr-note p { margin: 0; font-size: .97rem; }

/* 記事内画像（1200×800 / alt・キャプション付き） */
.icr26-wrap .icr-figure {
  margin: 1.8rem 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--icr-cream-2);
  background: var(--icr-cream);
  box-shadow: 0 14px 34px rgba(61,31,18,.10);
}
.icr26-wrap .icr-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 1200 / 800;
  object-fit: cover;
  background: repeating-linear-gradient(45deg, #f2e3c9 0 18px, #f7ecd6 18px 36px);
}
.icr26-wrap .icr-figure figcaption {
  padding: .8rem 1.1rem;
  font-size: .85rem;
  color: var(--icr-cocoa-soft);
  background: #fff;
}

/* 定番カレー図鑑グリッド */
.icr26-wrap .icr-dish-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.1rem;
  margin: 1.6rem 0 1.8rem;
}
.icr26-wrap .icr-dish {
  position: relative;
  border-radius: 18px;
  padding: 1.4rem 1.3rem 1.3rem;
  background: #fff;
  border: 1px solid var(--icr-cream-2);
  box-shadow: 0 12px 30px rgba(61,31,18,.07);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.icr26-wrap .icr-dish::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: .4rem;
  background: linear-gradient(var(--icr-saffron), var(--icr-chili));
}
.icr26-wrap .icr-dish:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(61,31,18,.13);
}
.icr26-wrap .icr-dish .icr-dish-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .6em;
  margin-bottom: .6rem;
}
.icr26-wrap .icr-dish h4 {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--icr-cocoa);
}
.icr26-wrap .icr-dish .icr-area {
  flex: 0 0 auto;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .04em;
  padding: .25em .7em;
  border-radius: 999px;
  color: #fff;
}
.icr26-wrap .icr-dish .icr-area.n { background: var(--icr-chili); }
.icr26-wrap .icr-dish .icr-area.s { background: var(--icr-cardamom); }
.icr26-wrap .icr-dish .icr-area.a { background: var(--icr-cocoa-soft); }
.icr26-wrap .icr-dish p { margin: 0; font-size: .92rem; line-height: 1.7; }

/* アフィリエイト導線ボックス */
.icr26-wrap .icr-aff {
  margin: 1.8rem 0;
  padding: 1.6rem 1.5rem;
  border-radius: 18px;
  background:
    radial-gradient(130% 120% at 0% 0%, rgba(244,185,66,.2) 0%, transparent 55%),
    linear-gradient(180deg, #fffaf2 0%, #fff 100%);
  border: 1px solid var(--icr-cream-2);
  box-shadow: var(--icr-shadow);
}
.icr26-wrap .icr-aff-ttl {
  display: flex;
  align-items: center;
  gap: .5em;
  margin: 0 0 .6rem;
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--icr-chili);
}
.icr26-wrap .icr-aff > p { margin: 0 0 1.1rem; font-size: .96rem; }
.icr26-wrap .icr-aff-links {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
}
.icr26-wrap .icr-aff-links a {
  display: inline-flex;
  align-items: center;
  gap: .4em;
  font-weight: 700;
  font-size: .95rem;
  text-decoration: none;
  color: var(--icr-cocoa);
  padding: .7em 1.3em;
  border-radius: 999px;
  background: #fff;
  border: 1.5px solid var(--icr-turmeric);
  transition: background .22s ease, color .22s ease, transform .22s ease;
}
.icr26-wrap .icr-aff-links a:hover,
.icr26-wrap .icr-aff-links a:focus-visible {
  background: linear-gradient(135deg, var(--icr-saffron), var(--icr-chili));
  color: #fff;
  border-color: transparent;
  transform: translateY(-2px);
}
.icr26-wrap .icr-aff-note {
  margin: 1rem 0 0;
  font-size: .78rem;
  color: var(--icr-cocoa-soft);
}

/* FAQ アコーディオン */
.icr26-wrap .icr-faq {
  display: grid;
  gap: .9rem;
  margin: 1.6rem 0 0;
}
.icr26-wrap .icr-faq details {
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--icr-cream-2);
  box-shadow: 0 10px 26px rgba(61,31,18,.06);
  overflow: hidden;
  transition: box-shadow .25s ease;
}
.icr26-wrap .icr-faq details[open] {
  box-shadow: 0 16px 36px rgba(61,31,18,.12);
}
.icr26-wrap .icr-faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: .8em;
  padding: 1.1rem 1.3rem;
  font-weight: 800;
  color: var(--icr-cocoa);
  font-size: 1.02rem;
}
.icr26-wrap .icr-faq summary::-webkit-details-marker { display: none; }
.icr26-wrap .icr-faq summary .icr-q {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 1.7em;
  height: 1.7em;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--icr-saffron), var(--icr-chili));
  color: #fff;
  font-size: .85em;
  font-weight: 800;
}
.icr26-wrap .icr-faq summary .icr-chev {
  margin-left: auto;
  flex: 0 0 auto;
  transition: transform .3s ease;
  color: var(--icr-chili);
  font-size: 1.1em;
}
.icr26-wrap .icr-faq details[open] summary .icr-chev { transform: rotate(180deg); }
.icr26-wrap .icr-faq .icr-faq-a {
  padding: 0 1.3rem 1.2rem 3.8rem;
  font-size: .96rem;
  line-height: 1.8;
  color: var(--icr-ink);
}
.icr26-wrap .icr-faq summary:focus-visible {
  outline: 3px solid rgba(244,185,66,.7);
  outline-offset: -3px;
}

/* まとめ */
.icr26-wrap .icr-summary {
  margin-top: clamp(3.4rem, 7vw, 5.6rem);
  padding: clamp(1.8rem, 4vw, 2.8rem);
  border-radius: var(--icr-radius);
  color: var(--icr-cream);
  background:
    radial-gradient(120% 130% at 100% 0%, #b3271d 0%, rgba(179,39,29,0) 55%),
    linear-gradient(135deg, #4a1f0c 0%, #7a2f12 60%, #a52a18 100%);
}
.icr26-wrap .icr-summary h2.icr-h2 {
  color: var(--icr-cream);
}
.icr26-wrap .icr-summary h2.icr-h2 .icr-h2-no {
  background: var(--icr-turmeric);
  color: var(--icr-cocoa);
}
.icr26-wrap .icr-summary h2.icr-h2::after {
  background: linear-gradient(90deg, var(--icr-turmeric), #fff);
}
.icr26-wrap .icr-summary p {
  color: rgba(253,246,236,.94);
  margin: 0 0 1.1rem;
  font-size: 1.02rem;
}
.icr26-wrap .icr-summary ul {
  list-style: none;
  margin: 0 0 1.2rem;
  padding: 0;
  display: grid;
  gap: .7rem;
}
.icr26-wrap .icr-summary ul li {
  position: relative;
  padding-left: 1.9em;
  color: var(--icr-cream);
  font-weight: 500;
}
.icr26-wrap .icr-summary ul li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--icr-turmeric);
  font-weight: 800;
}
.icr26-wrap .icr-summary .icr-closing {
  margin: 0;
  font-weight: 700;
  color: #fff;
}

/* アクセシビリティ：動きを抑える設定を尊重 */
@media (prefers-reduced-motion: reduce) {
  .icr26-wrap * {
    animation-duration: .001ms;
    animation-iteration-count: 1;
    transition-duration: .001ms;
  }
}
</style>

<div class="icr26-wrap">

  <!-- ===== ヒーローセクション（最初のh2） ===== -->
  <section class="icr-hero icr-bleed" aria-labelledby="sec-intro">
    <div class="icr-hero-inner">
      <span class="icr-eyebrow">SPICE &amp; CULTURE GUIDE</span>
      <h2 id="sec-intro" class="icr-hero-title">
        「インドカレー」という料理は<span class="icr-accent">存在しない</span>？<br>
        奥深いスパイス料理の世界
      </h2>
      <p class="icr-hero-lead">
        北と南でまるで別物、味の核心はスパイスの配合——。
        知るほど一皿が面白くなる、本場インドの「カレー」を文化からひも解きます。
      </p>
    </div>
  </section>

  <!-- ===== この記事の要点 ===== -->
  <section class="icr-points icr-bleed" aria-labelledby="icr-points-head">
    <p class="icr-points-head" id="icr-points-head">
      <span class="icr-ico" aria-hidden="true">✓</span>
      この記事の要点
    </p>
    <ul class="icr-points-list">
      <li>インドに<strong>「インドカレー」という単一の料理は無い</strong>。地域・家庭ごとに無数のスパイス料理が存在します。</li>
      <li><strong>北インドと南インドは別物</strong>。濃厚でナンに合う北、さらさらで米に合う南、と方向性がまるで違います。</li>
      <li>味を決めるのは<strong>スパイスの配合（マサラ）</strong>。基礎となる数種のスパイスの役割を知ると一気に世界が広がります。</li>
      <li><strong>日本のカレーとはルーツが別系統</strong>。違いを理解すれば、本場の一皿がもっと美味しく感じられます。</li>
    </ul>
  </section>

  <!-- ===== アニメーション目次 ===== -->
  <nav class="icr-toc icr-bleed" aria-labelledby="icr-toc-title">
    <div class="icr-toc-head">
      <h3 class="icr-toc-title" id="icr-toc-title">
        <span class="icr-bar" aria-hidden="true"></span>目次
      </h3>
      <button type="button" class="icr-toc-toggle" aria-expanded="true" aria-controls="icr-toc-body">
        閉じる
      </button>
    </div>
    <div class="icr-toc-body" id="icr-toc-body">
      <ul class="icr-toc-list">
        <li><a href="#sec-intro">「インドカレー」という料理は存在しない？</a></li>
        <li><a href="#sec-region">北インドと南インドはまるで別物 — 地域で見る個性</a></li>
        <li><a href="#sec-spice">味の核心は「スパイス」 — 配合がカレーを決める</a></li>
        <li><a href="#sec-zukan">知っておきたい定番インドカレー図鑑</a></li>
        <li><a href="#sec-japan">日本のカレーはどこから来た？ルーツと違い</a></li>
        <li><a href="#sec-local">本場で食べてこそ — 現地での楽しみ方<span class="icr-toc-tag">旅の話</span></a></li>
        <li><a href="#sec-faq">よくある質問（FAQ）</a></li>
        <li><a href="#sec-summary">まとめ</a></li>
      </ul>
    </div>
  </nav>

  <!-- ===== 本文 セクション1：導入（h2はヒーロー / sec-intro） ===== -->
  <section class="icr-section icr-bleed" aria-labelledby="sec-intro">
    <p>
      日本で「カレー」と聞いて思い浮かべる、とろりと茶色い一皿。あれを頭に置いたまま
      インドの食卓に向き合うと、最初はきっと戸惑います。なぜなら
      <span class="icr-mark">インドには「インドカレー」という名前の料理が存在しない</span>からです。
    </p>
    <p>
      そもそも「カレー」という呼び方自体、インド国内で広く使われている言葉ではありません。
      現地にあるのは、肉や豆、野菜をスパイスで煮込んだ無数の郷土料理であり、
      バターチキン、サグ、ダル、サンバル……と、それぞれに固有の名前があります。
      これらをまとめて「カレー」と括ったのは、後の時代に外から眺めた人々でした。
    </p>
    <p>
      とはいえ、面白いのはここからです。一見バラバラに見えるこれらの料理にも、
      <span class="icr-mark">地域の気候・歴史・宗教が織り込んだ明確な「文法」</span>があります。
      その文法さえつかめば、メニューを開いた瞬間に「これは北の濃厚系」「これは南のさらさら系」と
      味の見当がつくようになる。本記事では、まず地域差、次に味の核であるスパイスへと、
      一皿を読み解く順番でご案内します。
    </p>
  </section>

  <!-- ===== 本文 セクション2：北インドと南インド ===== -->
  <section class="icr-section icr-bleed" aria-labelledby="sec-region">
    <h2 class="icr-h2" id="sec-region">
      <span class="icr-h2-no" aria-hidden="true">02</span>北インドと南インドはまるで別物 — 地域で見る個性
    </h2>
    <p>
      インドカレーを理解する一番の近道は、国を大きく「北」と「南」に分けて眺めることです。
      広大なインドでは、採れる作物も主食も信仰も地域でまるで違い、その差がそのまま
      <span class="icr-mark">皿の上の個性</span>として現れます。まずは代表的な北と南を並べて比べてみましょう。
    </p>

    <div class="icr-compare">
      <article class="icr-card icr-north">
        <span class="icr-card-tag">NORTH</span>
        <h4>北インド ― 濃厚でまろやか</h4>
        <dl>
          <div class="icr-row"><dt>主食</dt><dd>ナン・ロティなど小麦のパン</dd></div>
          <div class="icr-row"><dt>味の傾向</dt><dd>乳製品でコクのある、とろりと濃厚なグレイビー</dd></div>
          <div class="icr-row"><dt>鍵となる食材</dt><dd>ギー・生クリーム・ヨーグルト・ナッツ</dd></div>
          <div class="icr-row"><dt>代表料理</dt><dd>バターチキン、ローガンジョシュ</dd></div>
        </dl>
      </article>
      <article class="icr-card icr-south">
        <span class="icr-card-tag">SOUTH</span>
        <h4>南インド ― さらさらで爽やか</h4>
        <dl>
          <div class="icr-row"><dt>主食</dt><dd>米（とろみのないスープ状を合わせる）</dd></div>
          <div class="icr-row"><dt>味の傾向</dt><dd>酸味とスパイスが立つ、軽やかでさらりとした口当たり</dd></div>
          <div class="icr-row"><dt>鍵となる食材</dt><dd>ココナッツ・タマリンド・カレーリーフ・マスタードシード</dd></div>
          <div class="icr-row"><dt>代表料理</dt><dd>サンバル、ラッサム、ドーサ</dd></div>
        </dl>
      </article>
    </div>

    <p>
      北インドは、かつてこの地を治めたムガル帝国の宮廷料理の流れを汲み、
      乳製品やナッツをふんだんに使った<span class="icr-mark">リッチでマイルドな味わい</span>が身上です。
      タンドールと呼ばれる窯で焼くナンやタンドリーチキンも、この地域の名物。
      日本の街で見かける「インドカレー店」の多くが北インド寄りなのは、
      濃厚な味とナンの組み合わせが親しみやすいからでもあります。
    </p>
    <p>
      対して南インドは、米と豆、そしてココナッツやタマリンドの酸味が主役。
      とろみは控えめで、ごはんにかけて手で混ぜながら食べる<span class="icr-mark">さらりとした料理</span>が中心です。
      菜食主義の文化も根強く、野菜と豆だけで驚くほど豊かな味を組み立てます。
    </p>

    

    <h3 class="icr-h3" id="sec-region-east-west">東インド・西インド ― 多様性を生む背景</h3>
    <p>
      もちろんインドは北と南だけではありません。魚とマスタードオイルを愛する東部ベンガル、
      甘みのある菜食料理のグジャラートやポルトガルの影響を受けた海沿いのゴアなど、
      西部もまた個性豊かです。これほどの幅が生まれる理由は、
      <span class="icr-mark">気候の違い・宗教ごとの食の戒律・交易や統治の歴史</span>が、
      地域ごとに異なる形で重なってきたから。「インドカレー」という一語では到底くくれない
      多様さこそが、この食文化の最大の魅力だと言えます。
    </p>
  </section>

  <!-- ===== 本文 セクション3：スパイス ===== -->
  <section class="icr-section icr-bleed" aria-labelledby="sec-spice">
    <h2 class="icr-h2" id="sec-spice">
      <span class="icr-h2-no" aria-hidden="true">03</span>味の核心は「スパイス」 — 配合がカレーを決める
    </h2>
    <p>
      地域差を生み出す土台にあるのが、スパイスです。インド料理におけるスパイスは
      単なる「辛みづけ」ではなく、<span class="icr-mark">香り・色・とろみ・深みを設計するための材料</span>。
      同じ鶏肉でも、どのスパイスをどの順番でどれだけ使うかで、まったく別の料理に仕上がります。
      まずは土台となる代表的なスパイスと、その役割を押さえておきましょう。
    </p>

    <div class="icr-spice-grid">
      <div class="icr-spice">
        <div class="icr-dot" style="background:#6b3a1e;" aria-hidden="true"></div>
        <h4>クミン</h4>
        <span class="icr-spice-jp">現地名：ジーラ</span>
        <p>油で熱すると香ばしさが立つ、香りの土台。多くの料理の最初に使われます。</p>
      </div>
      <div class="icr-spice">
        <div class="icr-dot" style="background:#9caa56;" aria-hidden="true"></div>
        <h4>コリアンダー</h4>
        <span class="icr-spice-jp">現地名：ダニヤ</span>
        <p>爽やかでまろやか。全体をまとめ、ほどよいとろみとボリュームを与えます。</p>
      </div>
      <div class="icr-spice">
        <div class="icr-dot" style="background:#e0a82e;" aria-hidden="true"></div>
        <h4>ターメリック</h4>
        <span class="icr-spice-jp">現地名：ハルディ（ウコン）</span>
        <p>あの黄色の正体。土を思わせる香りと色付けで、料理に深みを添えます。</p>
      </div>
      <div class="icr-spice">
        <div class="icr-dot" style="background:#b5301f;" aria-hidden="true"></div>
        <h4>チリ</h4>
        <span class="icr-spice-jp">現地名：ミルチ（唐辛子）</span>
        <p>辛さと鮮やかな赤を担当。量で辛さを、種類で香りの個性を調整します。</p>
      </div>
      <div class="icr-spice">
        <div class="icr-dot" style="background:#3f6b4a;" aria-hidden="true"></div>
        <h4>カルダモン</h4>
        <span class="icr-spice-jp">現地名：エラチ</span>
        <p>高貴で清涼感のある香り。北インドの濃厚な料理に上品さをもたらします。</p>
      </div>
    </div>

    <h3 class="icr-h3" id="sec-spice-masala">「マサラ」とは何か ― ガラムマサラの正体</h3>
    <p>
      メニューでよく見る「マサラ」とは、特定の料理名ではなく
      <span class="icr-mark">スパイスを混ぜ合わせたもの全般</span>を指す言葉です。
      家庭や店ごとに配合が違い、その差がそのまま味の個性になります。いわば、料理の設計図そのものです。
    </p>
    <div class="icr-note">
      <p class="icr-note-ttl"><span aria-hidden="true">💡</span>「ガラムマサラ＝辛い」ではありません</p>
      <p>
        ガラムマサラの「ガラム」は<strong>温かい</strong>、「マサラ」は<strong>混合スパイス</strong>の意味。
        体を温めるとされるスパイスを数種ブレンドした仕上げ用の香りづけで、
        辛さそのものを指す言葉ではありません。多くは煮込みの最後に加え、立ち上る香りを楽しみます。
      </p>
    </div>
    <p>
      つまり、スパイスの「種類」と「配合」と「使うタイミング」。この三つの掛け合わせが、
      地域ごとの個性も、一軒一軒の店の味の違いも生み出しています。次のセクションでは、
      ここまでの知識を手がかりに、実際に出会う<span class="icr-mark">定番のインドカレー</span>を
      ひとつずつ見ていきましょう。
    </p>
  </section>

  <!-- ===== 本文 セクション4：定番インドカレー図鑑 ===== -->
  <section class="icr-section icr-bleed" aria-labelledby="sec-zukan">
    <h2 class="icr-h2" id="sec-zukan">
      <span class="icr-h2-no" aria-hidden="true">04</span>知っておきたい定番インドカレー図鑑
    </h2>
    <p>
      地域差とスパイスの基礎がわかれば、メニューはぐっと読みやすくなります。
      ここでは、店でも家庭でもよく登場する<span class="icr-mark">定番の顔ぶれ</span>を、
      地域の傾向とともに紹介します。北（<span style="color:var(--icr-chili);font-weight:700;">N</span>）、
      南（<span style="color:var(--icr-cardamom);font-weight:700;">S</span>）、
      全国的（<span style="color:var(--icr-cocoa-soft);font-weight:700;">A</span>）の目印も添えました。
    </p>

    <div class="icr-dish-grid">
      <article class="icr-dish">
        <div class="icr-dish-top"><h4>バターチキン</h4><span class="icr-area n">N</span></div>
        <p>トマトとバター、生クリームで仕上げる濃厚で甘みのある一皿。ナンとの相性は抜群で、入門にも最適です。</p>
      </article>
      <article class="icr-dish">
        <div class="icr-dish-top"><h4>キーマ</h4><span class="icr-area a">A</span></div>
        <p>ひき肉を使ったスパイス炒め煮。豆やグリーンピースを合わせることも多く、地域を問わず親しまれます。</p>
      </article>
      <article class="icr-dish">
        <div class="icr-dish-top"><h4>サグ（パラク）</h4><span class="icr-area n">N</span></div>
        <p>ほうれん草など青菜をたっぷり使った緑のカレー。チーズ（パニール）を合わせるのが北の定番です。</p>
      </article>
      <article class="icr-dish">
        <div class="icr-dish-top"><h4>ダル</h4><span class="icr-area a">A</span></div>
        <p>豆を煮込んだ滋味深い一皿。インドの食卓に毎日のように並ぶ、菜食文化を支える存在です。</p>
      </article>
      <article class="icr-dish">
        <div class="icr-dish-top"><h4>サンバル</h4><span class="icr-area s">S</span></div>
        <p>豆と野菜をタマリンドの酸味で仕立てた南の定番。米やドーサに添えてさらりといただきます。</p>
      </article>
      <article class="icr-dish">
        <div class="icr-dish-top"><h4>ビリヤニ</h4><span class="icr-area a">A</span></div>
        <p>厳密にはカレーではなくスパイス炊き込みご飯ですが、カレーと並ぶ人気者。祝いの席にも欠かせません。</p>
      </article>
    </div>

    <figure class="icr-figure">
      <img decoding="async" src="https://yoooyooo8.jp/wp-content/uploads/2026/06/Classic-Curry.jpg" alt="バターチキン・ダル・サンバル・ビリヤニなど定番インド料理を並べたテーブルの俯瞰写真" loading="lazy" width="1200" height="800">
      <figcaption>定番の顔ぶれを並べると、北の濃厚系・南のさらさら系・米料理と、味の幅が一目でわかる。</figcaption>
    </figure>

    <p>
      ここに挙げたのはほんの一部にすぎません。それでも、名前と地域の傾向がわかるだけで、
      初めての店でも<span class="icr-mark">「自分の好みに近い一皿」を選べる</span>ようになります。
      メニューは、いわば地域とスパイスの地図。読み解く楽しみがそこにあります。
    </p>
  </section>

  <!-- ===== 本文 セクション5：日本のカレーのルーツ ===== -->
  <section class="icr-section icr-bleed" aria-labelledby="sec-japan">
    <h2 class="icr-h2" id="sec-japan">
      <span class="icr-h2-no" aria-hidden="true">05</span>日本のカレーはどこから来た？ルーツと違い
    </h2>
    <p>
      ここまで読むと、ひとつの疑問が浮かびます。「では、私たちが慣れ親しんだ日本のカレーは何なのか」。
      実は日本のカレーは、インドから直接ではなく<span class="icr-mark">イギリス経由で伝わった</span>という、
      少し回り道をした歴史を持っています。
    </p>
    <p>
      かつてインドを統治したイギリスが、現地のスパイス料理を自国向けにアレンジし、
      あらかじめ調合した「カレー粉」と、小麦粉でとろみをつける作り方を生み出しました。
      これが明治期に日本へ伝わり、ごはんに合うよう独自に進化したのが、いまの日本のカレーです。
      つまり、<span class="icr-mark">インド料理の子孫でありながら、ルーツの系統が一つ違う親戚</span>のような関係なのです。
    </p>
    <div class="icr-note">
      <p class="icr-note-ttl"><span aria-hidden="true">💡</span>とろみの正体が違う</p>
      <p>
        日本のカレーのとろみは<strong>小麦粉（ルウ）</strong>由来。一方、本場インドの多くは
        玉ねぎやトマト、スパイス、豆などを煮詰めて自然なとろみを出します。
        この一点を知るだけで、両者がなぜあれほど食感が違うのかが腑に落ちます。
      </p>
    </div>
    <p>
      どちらが本物・偽物という話ではありません。むしろ、ひとつのスパイス料理が海を渡り、
      土地ごとに姿を変えてきた——その広がりこそが面白いところ。本場の味を知ることは、
      日本のカレーをより深く味わうことにもつながります。
    </p>
  </section>

  <!-- ===== 本文 セクション6：本場で食べてこそ（旅行導線） ===== -->
  <section class="icr-section icr-bleed" aria-labelledby="sec-local">
    <h2 class="icr-h2" id="sec-local">
      <span class="icr-h2-no" aria-hidden="true">06</span>本場で食べてこそ — 現地での楽しみ方
    </h2>
    <p>
      知識が増えるほど、湧いてくるのは「いつか本場で食べてみたい」という気持ちではないでしょうか。
      現地では、ターリーと呼ばれる定食で<span class="icr-mark">数種類のカレーを少しずつ食べ比べる</span>のが王道。
      北なら濃厚なグレイビーとナンを、南ならバナナの葉に盛られたミールスを——と、
      地域ごとの違いを舌で確かめる旅は格別です。
    </p>
    <p>
      食べ歩きのちょっとしたコツもあります。手で食べる文化圏では右手を使うのが基本。
      辛さが心配なら、ヨーグルトベースの「ライタ」やラッシーを添えると和らぎます。
      そして何より、<span class="icr-mark">地域を移動するごとに別の料理に出会える</span>のがインドの醍醐味。
      旅の計画そのものが、食の冒険になります。

    </p>

    <div class="icr-aff">
      <p class="icr-aff-ttl"><span aria-hidden="true">🧳</span>本場インドへ ― 旅の準備に</p>
      <p>
        現地でのカレー食べ歩きを思い描いたら、航空券と宿、そして街から街への移動手段を
        早めに押さえておくと安心です。料金やプランを比較できる定番サービスをまとめました。
      </p>
      <div class="icr-aff-links">
        <a rel="nofollow" href="https://click.linksynergy.com/fs-bin/click?id=vzeFrERo8sY&amp;offerid=426941.33&amp;type=3&amp;subid=0" target="new">✈ JAL国際線で渡航</a>
        <a rel="nofollow noopener" href="https://px.a8.net/svt/ejp?a8mat=45KJOL+786GWQ+4X1W+5YRHE" target="_blank">🏨 アゴダでホテルを探す</a>
        <a rel="nofollow sponsored noopener" href="https://hb.afl.rakuten.co.jp/hsc/519847ef.da5c87d5.14f9512a.7f2b5755/?link_type=text&amp;ut=eyJwYWdlIjoic2hvcCIsInR5cGUiOiJ0ZXh0IiwiY29sIjoxLCJjYXQiOjEsImJhbiI6Im5hbWUiLCJhbXAiOmZhbHNlfQ%3D%3D" target="_blank" style="word-wrap:break-word;">🏨 楽天トラベルで予約</a>
        <a rel="nofollow noopener" href="https://12go.asia/?z=13808815" target="_blank">🚆 12Goで都市間の移動を手配</a>
      </div>
      <p class="icr-aff-note">※本セクションには広告（アフィリエイトリンク）を含みます。料金・在庫は各サイトでご確認ください。</p>
      <img decoding="async" border="0" width="1" height="1" src="https://www13.a8.net/0.gif?a8mat=45KJOL+786GWQ+4X1W+5YRHE" alt="">
      <img decoding="async" border="0" width="1" alt="" height="1" src="https://ad.linksynergy.com/fs-bin/show?id=vzeFrERo8sY&amp;bids=426941.33&amp;type=3&amp;subid=0">
    </div>

    <p>
      本場の一皿は、ただ美味しいだけでなく、ここまで見てきた地域・スパイス・歴史のすべてが
      凝縮された体験です。知識という地図を手に、ぜひ現地の食卓へ足を運んでみてください。
    </p>
  </section>

  <!-- ===== FAQ ===== -->
  <section class="icr-section icr-bleed" aria-labelledby="sec-faq">
    <h2 class="icr-h2" id="sec-faq">
      <span class="icr-h2-no" aria-hidden="true">07</span>よくある質問（FAQ）
    </h2>
    <div class="icr-faq">
      <details>
        <summary><span class="icr-q" aria-hidden="true">Q</span>インドカレーは辛いものばかりですか？<span class="icr-chev" aria-hidden="true">⌄</span></summary>
        <div class="icr-faq-a">
          いいえ。辛さは料理や地域によって大きく異なります。たとえばバターチキンのように甘くまろやかなものもあれば、
          唐辛子を効かせた刺激的なものもあります。多くの店では辛さを調整できるので、好みに合わせて選べます。
        </div>
      </details>
      <details>
        <summary><span class="icr-q" aria-hidden="true">Q</span>ナンとライス、どちらで食べるのが正解ですか？<span class="icr-chev" aria-hidden="true">⌄</span></summary>
        <div class="icr-faq-a">
          どちらも正解です。目安として、濃厚な北インドのカレーは小麦のナンやロティと、
          さらりとした南インドのカレーは米と相性が良いとされます。料理に合わせて選ぶと、より美味しく楽しめます。
        </div>
      </details>
      <details>
        <summary><span class="icr-q" aria-hidden="true">Q</span>ベジタリアンでも楽しめますか？<span class="icr-chev" aria-hidden="true">⌄</span></summary>
        <div class="icr-faq-a">
          とても楽しめます。インドは菜食文化が根強く、豆のダルや野菜のカレーなど、肉を使わない料理が非常に豊富です。
          特に南インドやグジャラート地方は、菜食料理の宝庫として知られています。
        </div>
      </details>
      <details>
        <summary><span class="icr-q" aria-hidden="true">Q</span>「カレー」という言葉はインドで通じますか？<span class="icr-chev" aria-hidden="true">⌄</span></summary>
        <div class="icr-faq-a">
          観光地や都市部では通じることもありますが、現地で日常的に使われる言葉ではありません。
          料理にはそれぞれ固有の名前があるため、バターチキンやサンバルなど、具体的な料理名で伝えるのが確実です。
        </div>
      </details>
      <details>
        <summary><span class="icr-q" aria-hidden="true">Q</span>家庭でも本場の味に近づけられますか？<span class="icr-chev" aria-hidden="true">⌄</span></summary>
        <div class="icr-faq-a">
          近づけられます。市販のカレー粉だけに頼らず、クミンやコリアンダー、ターメリックなど数種のスパイスを
          そろえ、玉ねぎやトマトをじっくり炒めて自然なとろみを出すのが本場に近づける基礎のコツです。
        </div>
      </details>
    </div>
  </section>

  <!-- ===== まとめ ===== -->
  <section class="icr-section icr-summary icr-bleed" aria-labelledby="sec-summary">
    <h2 class="icr-h2" id="sec-summary">
      <span class="icr-h2-no" aria-hidden="true">08</span>まとめ
    </h2>
    <p>
      「インドカレー」という一語の奥には、地域・スパイス・歴史が織りなす広大な世界が広がっていました。
      最後に、この記事の要点を振り返っておきましょう。
    </p>
    <ul>
      <li>インドに「インドカレー」という単一の料理は無く、地域ごとに無数の郷土料理がある</li>
      <li>北は濃厚でナンに、南はさらさらで米に——地域で味の方向性がまるで違う</li>
      <li>味を決めるのはスパイスの種類・配合・タイミングの掛け合わせ（＝マサラ）</li>
      <li>日本のカレーはイギリス経由で伝わった、系統の違う「親戚」のような存在</li>
    </ul>
    <p class="icr-closing">
      この地図を手に一皿と向き合えば、いつものカレーも、本場の食卓も、ぐっと面白くなるはずです。
    </p>
  </section>

</div>

<!-- FAQスキーマ（構造化データ）。RankMath未使用の項目はここで補います -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "インドカレーは辛いものばかりですか？",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "いいえ。辛さは料理や地域によって大きく異なります。バターチキンのように甘くまろやかなものもあれば、唐辛子を効かせた刺激的なものもあります。多くの店では辛さを調整できるので、好みに合わせて選べます。"
      }
    },
    {
      "@type": "Question",
      "name": "ナンとライス、どちらで食べるのが正解ですか？",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "どちらも正解です。濃厚な北インドのカレーは小麦のナンやロティと、さらりとした南インドのカレーは米と相性が良いとされます。料理に合わせて選ぶと、より美味しく楽しめます。"
      }
    },
    {
      "@type": "Question",
      "name": "ベジタリアンでも楽しめますか？",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "とても楽しめます。インドは菜食文化が根強く、豆のダルや野菜のカレーなど肉を使わない料理が非常に豊富です。特に南インドやグジャラート地方は菜食料理の宝庫として知られています。"
      }
    },
    {
      "@type": "Question",
      "name": "「カレー」という言葉はインドで通じますか？",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "観光地や都市部では通じることもありますが、現地で日常的に使われる言葉ではありません。料理にはそれぞれ固有の名前があるため、バターチキンやサンバルなど具体的な料理名で伝えるのが確実です。"
      }
    },
    {
      "@type": "Question",
      "name": "家庭でも本場の味に近づけられますか？",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "近づけられます。市販のカレー粉だけに頼らず、クミンやコリアンダー、ターメリックなど数種のスパイスをそろえ、玉ねぎやトマトをじっくり炒めて自然なとろみを出すのが本場に近づける基礎のコツです。"
      }
    }
  ]
}
</script>

<script>
/* 目次の開閉（スコープ内のみ・アクセシブル） */
(function () {
  var wrap = document.querySelector('.icr26-wrap');
  if (!wrap) return;
  var btn  = wrap.querySelector('.icr-toc-toggle');
  var body = wrap.querySelector('#icr-toc-body');
  if (!btn || !body) return;

  function setMax() {
    body.style.maxHeight = body.scrollHeight + 'px';
  }
  setMax();
  window.addEventListener('resize', function () {
    if (btn.getAttribute('aria-expanded') === 'true') setMax();
  });

  btn.addEventListener('click', function () {
    var open = btn.getAttribute('aria-expanded') === 'true';
    if (open) {
      body.style.maxHeight = '0px';
      btn.setAttribute('aria-expanded', 'false');
      btn.textContent = '開く';
      body.setAttribute('aria-hidden', 'true');
      body.setAttribute('inert', '');           // 閉時はフォーカスを拾わせない
    } else {
      setMax();
      btn.setAttribute('aria-expanded', 'true');
      btn.textContent = '閉じる';
      body.removeAttribute('aria-hidden');
      body.removeAttribute('inert');
    }
  });
})();
</script>
]]></content:encoded>
					
					<wfw:commentRss>https://yoooyooo8.jp/indian-curry-north-south/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
