<?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://jouniorsankosodate.com/category/learn/english-flash/feed/" rel="self" type="application/rss+xml" />
	<link>https://jouniorsankosodate.com/category/learn/english-flash/</link>
	<description>受験のその先へ｜子どもたちのより良い未来を育てる</description>
	<lastBuildDate>Wed, 06 May 2026 13:36:37 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://jouniorsankosodate.com/wp-content/uploads/2026/02/cropped-44f1f7a5e508593f7c057572c07f45a3-32x32.jpg</url>
	<title>👧英語学習 アーカイブ - じゅにさん子育てブログ</title>
	<link>https://jouniorsankosodate.com/category/learn/english-flash/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>英検４級 フラッシュ英単語 No.12｜天気・季節（音声対応）</title>
		<link>https://jouniorsankosodate.com/eiken4-set12/</link>
					<comments>https://jouniorsankosodate.com/eiken4-set12/#respond</comments>
		
		<dc:creator><![CDATA[じゅにさん]]></dc:creator>
		<pubDate>Wed, 06 May 2026 13:36:36 +0000</pubDate>
				<category><![CDATA[🟩 英検4級 英語シリーズ]]></category>
		<category><![CDATA[＃フラッシュ]]></category>
		<category><![CDATA[＃無料アプリ]]></category>
		<category><![CDATA[#英単語]]></category>
		<category><![CDATA[＃英検４級]]></category>
		<guid isPermaLink="false">https://jouniorsankosodate.com/?p=5450</guid>

					<description><![CDATA[<p>英検４級 フラッシュ英単語 No.12｜天気・季節（音声対応） 英検４級 フラッシュ英単語 No.12 天気・季節 日本語からスタート 🔊 音声ON — — 英語⇆日本語 ▶ 読み上げ わかった 👍 わからん！あとで復習 [&#8230;]</p>
<p>投稿 <a href="https://jouniorsankosodate.com/eiken4-set12/">英検４級 フラッシュ英単語 No.12｜天気・季節（音声対応）</a> は <a href="https://jouniorsankosodate.com">じゅにさん子育てブログ</a> に最初に表示されました。</p>
]]></description>
										<content:encoded><![CDATA[
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>英検４級 フラッシュ英単語 No.12｜天気・季節（音声対応）</title>

<style>
:root{
  --bg:#f7f7fb;
  --card:#ffffff;
  --ink:#111827;
  --muted:#6b7280;
  --accent:#16a34a;
  --accent-weak:#dcfce7;
  --good:#22c55e;
  --review:#f59e0b;
  --shadow:0 6px 24px rgba(0,0,0,.08);
}

body{
  margin:0;
  background:var(--bg);
}

.wrap{
  max-width:760px;
  margin:0 auto;
  padding:16px 16px 28px;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial;
  color:var(--ink);
}

header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:8px 0 16px;
  flex-wrap:wrap;
}

h1{
  font-size:18px;
  margin:0;
  font-weight:700;
}

.badge{
  font-size:11px;
  color:var(--accent);
  background:var(--accent-weak);
  padding:3px 8px;
  border-radius:999px;
}

.switches{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  color:var(--muted);
  font-size:13px;
}

.switches input{
  accent-color:var(--accent);
}

.card-outer{
  position:relative;
  perspective:1200px;
  margin:12px 0 8px;
}

.card{
  position:relative;
  width:100%;
  min-height:190px;
  background:var(--card);
  border-radius:18px;
  box-shadow:var(--shadow);
  cursor:pointer;
  transform-style:preserve-3d;
  transition:transform .5s ease;
}

.card.flipped{
  transform:rotateY(180deg);
}

.face{
  position:absolute;
  inset:0;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  backface-visibility:hidden;
  padding:24px;
  text-align:center;
}

.frontText{
  font-size:30px;
  font-weight:800;
}

.backText{
  font-size:24px;
  font-weight:700;
}

.card-face-back{
  transform:rotateY(180deg);
}

.controls{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin:12px 0;
}

.btn{
  appearance:none;
  border:1px solid #e5e7eb;
  background:#fff;
  padding:11px 12px;
  border-radius:13px;
  font-size:14px;
  font-weight:700;
  line-height:1.2;
  cursor:pointer;
  color:var(--ink);
}

.btn:hover{
  background:#f0fdf4;
}

.btn.primary{
  background:var(--accent);
  color:#fff;
  border-color:var(--accent);
}

.btn.good{
  background:var(--good);
  color:#fff;
  border-color:var(--good);
}

.btn.review{
  background:var(--review);
  color:#fff;
  border-color:var(--review);
}

.meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-top:10px;
  color:var(--muted);
  font-size:13px;
}

.progress{
  height:8px;
  background:var(--accent-weak);
  border-radius:999px;
  overflow:hidden;
  flex:1;
}

.bar{
  height:100%;
  width:0;
  background:var(--accent);
  transition:.25s;
}

.index{
  min-width:90px;
  text-align:right;
}

.hint{
  margin-top:8px;
  color:var(--muted);
  font-size:12px;
}

.result-box{
  display:none;
  background:#fff;
  border-radius:18px;
  box-shadow:var(--shadow);
  padding:24px;
  text-align:center;
  margin-top:16px;
}

.result-box h2{
  margin:0 0 10px;
  font-size:22px;
}

.result-box p{
  color:#475569;
  font-weight:700;
}

.series-back-wrap{
  margin:24px 0 8px;
  text-align:center;
}

.series-back-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:10px 18px;
  border-radius:999px;
  background:linear-gradient(135deg,#e0f2fe,#cffafe);
  color:#0f172a;
  font-weight:700;
  font-size:14px;
  text-decoration:none;
  box-shadow:0 3px 8px rgba(0,0,0,.08);
}

.series-nav-wrap{
  display:flex;
  justify-content:center;
  gap:10px;
  margin:10px 0 20px;
  flex-wrap:wrap;
}

.series-nav-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 18px;
  border-radius:999px;
  font-weight:700;
  font-size:14px;
  text-decoration:none;
  box-shadow:0 3px 8px rgba(0,0,0,.08);
}

.series-nav-btn.prev{
  background:#f1f5f9;
  color:#334155;
}

.series-nav-btn.next{
  background:linear-gradient(135deg,#22c55e,#16a34a);
  color:#fff;
}

@media (min-width:560px){
  .frontText{font-size:36px}
  .backText{font-size:26px}
  .card{min-height:220px}
}

@media(max-width:480px){
  .controls{grid-template-columns:1fr}

  .series-back-btn,
  .series-nav-btn{
    width:100%;
    font-size:15px;
    padding:12px 18px;
  }
}
</style>
</head>

<body>

<div class="wrap" id="app" aria-live="polite">

<header>

  <h1>
    英検４級 フラッシュ英単語
    <span class="badge">No.12 天気・季節</span>
  </h1>

  <div class="switches">

    <label>
      <input type="checkbox" id="jpFirst">
      日本語からスタート
    </label>

    <label>
      <input type="checkbox" id="speakOn">
      🔊 音声ON
    </label>

  </div>

</header>

<div id="studyArea">

  <div class="card-outer">

    <div class="card" id="card">

      <div class="face card-face-front">
        <div class="frontText" id="frontText">—</div>
      </div>

      <div class="face card-face-back">
        <div class="backText" id="backText">—</div>
      </div>

    </div>

  </div>

  <div class="controls">

    <button class="btn primary" id="flipBtn">
      英語⇆日本語
    </button>

    <button class="btn" id="speakBtn">
      ▶ 読み上げ
    </button>

    <button class="btn good" id="knownBtn">
      わかった 👍
    </button>

    <button class="btn review" id="wrongBtn">
      わからん！あとで復習 📌
    </button>

    <button class="btn" id="shuffleBtn">
      🔀 シャッフル
    </button>

    <button class="btn" id="resetBtn">
      ↩︎ はじめから
    </button>

  </div>

  <div class="meta">

    <div class="progress">
      <div class="bar" id="bar"></div>
    </div>

    <div class="index">
      <span id="pos">1</span>/<span id="total">—</span>
    </div>

  </div>

  <p class="hint">
    カードをタップして答えを確認。わかったら「わかった」、不安なら「あとで復習」を押してね。
  </p>

</div>

<div class="result-box" id="resultBox">

  <h2 id="resultTitle">おつかれさま！✨</h2>

  <p id="resultText"></p>

  <div class="controls">

    <button class="btn review" id="reviewBtn">
      復習する 🔁
    </button>

    <button class="btn" id="againBtn">
      もう一回やる
    </button>

  </div>

</div>

<div class="series-back-wrap">

  <a class="series-back-btn"
     href="https://jouniorsankosodate.com/eiken4-series/">

    <span>📘</span>
    英検4級フラッシュ英単語シリーズ一覧にもどる

  </a>

</div>

<div class="series-nav-wrap">

  <a class="series-nav-btn prev"
     href="https://jouniorsankosodate.com/eiken4-set11/">

    ← 前のレッスン

  </a>

  <a class="series-nav-btn next"
     href="https://jouniorsankosodate.com/eiken4-set13/">

    次のレッスンへ →

  </a>

</div>

</div>

<script>
const ITEMS = [
  { word:"windy", jp:"風が強い" },
  { word:"cloudy", jp:"くもった" },
  { word:"snowy", jp:"雪の" },
  { word:"warm", jp:"暖かい" },
  { word:"cool", jp:"涼しい" },
  { word:"dry", jp:"乾燥した" },
  { word:"season", jp:"季節" },
  { word:"spring", jp:"春" },
  { word:"summer", jp:"夏" },
  { word:"autumn", jp:"秋" },
  { word:"winter", jp:"冬" },
  { word:"weather", jp:"天気" },
  { word:"sunny", jp:"晴れた" },
  { word:"rainy", jp:"雨の" },
  { word:"hot", jp:"暑い" }
];

let _voice = null;

function pickVoice(){

  const voices = speechSynthesis.getVoices() || [];

  const femaleNames = [
    "Sonia","Serena","Susan","Kate","Libby","Maisie",
    "Google UK English Female",
    "Microsoft Sonia",
    "Microsoft Libby",
    "Microsoft Susan"
  ];

  return voices.find(v =>
    v.lang === "en-GB" &&
    femaleNames.some(name => v.name.includes(name))
  )
  || voices.find(v => v.lang === "en-GB")
  || voices.find(v => (v.lang || "").startsWith("en"))
  || null;
}

(() => {

const card = document.getElementById("card");
const frontText = document.getElementById("frontText");
const backText = document.getElementById("backText");

const posEl = document.getElementById("pos");
const totalEl = document.getElementById("total");
const bar = document.getElementById("bar");

const jpFirst = document.getElementById("jpFirst");
const speakOnChk = document.getElementById("speakOn");

const flipBtn = document.getElementById("flipBtn");
const speakBtn = document.getElementById("speakBtn");

const knownBtn = document.getElementById("knownBtn");
const wrongBtn = document.getElementById("wrongBtn");

const shuffleBtn = document.getElementById("shuffleBtn");
const resetBtn = document.getElementById("resetBtn");

const studyArea = document.getElementById("studyArea");

const resultBox = document.getElementById("resultBox");
const resultTitle = document.getElementById("resultTitle");
const resultText = document.getElementById("resultText");

const reviewBtn = document.getElementById("reviewBtn");
const againBtn = document.getElementById("againBtn");

let order = [...Array(ITEMS.length).keys()];
let idx = 0;

let isFlipped = false;
let showJpFirst = false;
let speakOn = false;

let reviewList = [];

totalEl.textContent = order.length;

speechSynthesis.addEventListener("voiceschanged", () => {
  _voice = pickVoice();
});

function speak(text){

  try{

    if(!("speechSynthesis" in window)) return;

    if(!_voice){
      _voice = pickVoice();
    }

    const u = new SpeechSynthesisUtterance(text.trim());

    if(_voice){
      u.voice = _voice;
      u.lang = _voice.lang || "en-GB";
    }else{
      u.lang = "en-GB";
    }

    u.rate = 0.9;
    u.pitch = 1.05;

    speechSynthesis.cancel();
    speechSynthesis.speak(u);

  }catch(e){}

}

function currentItem(){
  return ITEMS[order[idx]];
}

function render(){

  const it = currentItem();

  card.classList.remove("flipped");
  isFlipped = false;

  frontText.textContent =
    showJpFirst ? it.jp : it.word;

  backText.textContent =
    showJpFirst ? it.word : it.jp;

  posEl.textContent = idx + 1;

  totalEl.textContent = order.length;

  bar.style.width =
    `${((idx + 1) / order.length) * 100}%`;

  if(speakOn){
    speak(it.word);
  }
}

function flip(){

  isFlipped = !isFlipped;

  card.classList.toggle("flipped", isFlipped);
}

function nextCard(){

  if(idx >= order.length - 1){
    showResult();
    return;
  }

  idx++;

  render();
}

function showResult(){

  studyArea.style.display = "none";
  resultBox.style.display = "block";

  if(reviewList.length === 0){

    resultTitle.textContent =
      "ぜんぶできた！すごい！！🎉";

    resultText.textContent =
      "あとで復習する単語は 0こ です。";

    reviewBtn.style.display = "none";

  }else{

    resultTitle.textContent =
      "おつかれさま！✨";

    resultText.textContent =
      `あとで復習する単語は ${reviewList.length}こ あるよ。`;

    reviewBtn.style.display = "inline-block";
  }
}

function startStudy(newOrder){

  order = [...newOrder];
  idx = 0;

  studyArea.style.display = "block";
  resultBox.style.display = "none";

  render();
}

function resetAll(){

  reviewList = [];

  startStudy(
    [...Array(ITEMS.length).keys()]
  );
}

function shuffleOrder(){

  for(let i = order.length - 1; i > 0; i--){

    const j =
      Math.floor(Math.random() * (i + 1));

    [order[i], order[j]] =
      [order[j], order[i]];
  }

  idx = 0;

  render();
}

card.addEventListener("click", flip);

flipBtn.addEventListener("click", flip);

speakBtn.addEventListener("click", () => {
  speak(currentItem().word);
});

knownBtn.addEventListener("click", nextCard);

wrongBtn.addEventListener("click", () => {

  const currentIndex = order[idx];

  if(!reviewList.includes(currentIndex)){
    reviewList.push(currentIndex);
  }

  nextCard();
});

reviewBtn.addEventListener("click", () => {

  if(reviewList.length === 0) return;

  const list = [...reviewList];

  reviewList = [];

  startStudy(list);

});

againBtn.addEventListener("click", resetAll);

shuffleBtn.addEventListener("click", shuffleOrder);

resetBtn.addEventListener("click", resetAll);

jpFirst.addEventListener("change", e => {

  showJpFirst = e.target.checked;

  render();

});

speakOnChk.addEventListener("change", e => {

  speakOn = e.target.checked;

  if(speakOn){
    speak(currentItem().word);
  }

});

window.addEventListener("keydown", e => {

  if(e.key === " "){
    e.preventDefault();
    flip();
  }

});

render();

})();
</script>

</body>
</html>



<p class="wp-block-paragraph"></p>
<p>投稿 <a href="https://jouniorsankosodate.com/eiken4-set12/">英検４級 フラッシュ英単語 No.12｜天気・季節（音声対応）</a> は <a href="https://jouniorsankosodate.com">じゅにさん子育てブログ</a> に最初に表示されました。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jouniorsankosodate.com/eiken4-set12/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>英検４級 フラッシュ英単語 No.10｜家・生活（音声対応）</title>
		<link>https://jouniorsankosodate.com/eiken4-set10/</link>
					<comments>https://jouniorsankosodate.com/eiken4-set10/#respond</comments>
		
		<dc:creator><![CDATA[じゅにさん]]></dc:creator>
		<pubDate>Wed, 06 May 2026 13:19:34 +0000</pubDate>
				<category><![CDATA[🟩 英検4級 英語シリーズ]]></category>
		<category><![CDATA[＃フラッシュ]]></category>
		<category><![CDATA[＃無料アプリ]]></category>
		<category><![CDATA[#英単語]]></category>
		<category><![CDATA[＃英検４級]]></category>
		<guid isPermaLink="false">https://jouniorsankosodate.com/?p=5444</guid>

					<description><![CDATA[<p>英検４級 フラッシュ英単語 No.10｜家・生活（音声対応） 英検４級 フラッシュ英単語 No.10 家・生活 日本語からスタート 🔊 音声ON — — 英語⇆日本語 ▶ 読み上げ わかった 👍 わからん！あとで復習 📌 [&#8230;]</p>
<p>投稿 <a href="https://jouniorsankosodate.com/eiken4-set10/">英検４級 フラッシュ英単語 No.10｜家・生活（音声対応）</a> は <a href="https://jouniorsankosodate.com">じゅにさん子育てブログ</a> に最初に表示されました。</p>
]]></description>
										<content:encoded><![CDATA[
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>英検４級 フラッシュ英単語 No.10｜家・生活（音声対応）</title>

<style>
:root{
  --bg:#f7f7fb; --card:#ffffff; --ink:#111827; --muted:#6b7280;
  --accent:#16a34a; --accent-weak:#dcfce7;
  --good:#22c55e; --review:#f59e0b;
  --shadow:0 6px 24px rgba(0,0,0,.08);
}
body{margin:0;background:var(--bg);}
.wrap{max-width:760px;margin:0 auto;padding:16px 16px 28px;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial;color:var(--ink);}
header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:8px 0 16px;flex-wrap:wrap;}
h1{font-size:18px;margin:0;font-weight:700;}
.badge{font-size:11px;color:var(--accent);background:var(--accent-weak);padding:3px 8px;border-radius:999px;}
.switches{display:flex;align-items:center;gap:14px;flex-wrap:wrap;color:var(--muted);font-size:13px;}
.switches input{accent-color:var(--accent);}
.card-outer{position:relative;perspective:1200px;margin:12px 0 8px;}
.card{position:relative;width:100%;min-height:190px;background:var(--card);border-radius:18px;box-shadow:var(--shadow);cursor:pointer;transform-style:preserve-3d;transition:transform .5s ease;}
.card.flipped{transform:rotateY(180deg);}
.face{position:absolute;inset:0;border-radius:18px;display:flex;align-items:center;justify-content:center;backface-visibility:hidden;padding:24px;text-align:center;}
.frontText{font-size:30px;font-weight:800;}
.backText{font-size:24px;font-weight:700;}
.card-face-back{transform:rotateY(180deg);}
.controls{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0;}
.btn{appearance:none;border:1px solid #e5e7eb;background:#fff;padding:11px 12px;border-radius:13px;font-size:14px;font-weight:700;line-height:1.2;cursor:pointer;color:var(--ink);}
.btn:hover{background:#f0fdf4;}
.btn.primary{background:var(--accent);color:#fff;border-color:var(--accent);}
.btn.good{background:var(--good);color:#fff;border-color:var(--good);}
.btn.review{background:var(--review);color:#fff;border-color:var(--review);}
.meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px;color:var(--muted);font-size:13px;}
.progress{height:8px;background:var(--accent-weak);border-radius:999px;overflow:hidden;flex:1;}
.bar{height:100%;width:0;background:var(--accent);transition:.25s;}
.index{min-width:90px;text-align:right;}
.hint{margin-top:8px;color:var(--muted);font-size:12px;}
.result-box{display:none;background:#fff;border-radius:18px;box-shadow:var(--shadow);padding:24px;text-align:center;margin-top:16px;}
.result-box h2{margin:0 0 10px;font-size:22px;}
.result-box p{color:#475569;font-weight:700;}
.series-back-wrap{margin:24px 0 8px;text-align:center;}
.series-back-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 18px;border-radius:999px;background:linear-gradient(135deg,#e0f2fe,#cffafe);color:#0f172a;font-weight:700;font-size:14px;text-decoration:none;box-shadow:0 3px 8px rgba(0,0,0,.08);}
.series-nav-wrap{display:flex;justify-content:center;gap:10px;margin:10px 0 20px;flex-wrap:wrap;}
.series-nav-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:999px;font-weight:700;font-size:14px;text-decoration:none;box-shadow:0 3px 8px rgba(0,0,0,.08);}
.series-nav-btn.prev{background:#f1f5f9;color:#334155;}
.series-nav-btn.next{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;}
@media (min-width:560px){.frontText{font-size:36px}.backText{font-size:26px}.card{min-height:220px}}
@media(max-width:480px){.controls{grid-template-columns:1fr}.series-back-btn,.series-nav-btn{width:100%;font-size:15px;padding:12px 18px;}}
</style>
</head>

<body>
<div class="wrap" id="app" aria-live="polite">

<header>
  <h1>英検４級 フラッシュ英単語 <span class="badge">No.10 家・生活</span></h1>
  <div class="switches">
    <label><input type="checkbox" id="jpFirst"> 日本語からスタート</label>
    <label><input type="checkbox" id="speakOn"> 🔊 音声ON</label>
  </div>
</header>

<div id="studyArea">
  <div class="card-outer" aria-label="フラッシュカード" role="button" tabindex="0">
    <div class="card" id="card">
      <div class="face card-face-front"><div class="frontText" id="frontText">—</div></div>
      <div class="face card-face-back"><div class="backText" id="backText">—</div></div>
    </div>
  </div>

  <div class="controls">
    <button class="btn primary" id="flipBtn">英語⇆日本語</button>
    <button class="btn" id="speakBtn">▶ 読み上げ</button>
    <button class="btn good" id="knownBtn">わかった 👍</button>
    <button class="btn review" id="wrongBtn">わからん！あとで復習 📌</button>
    <button class="btn" id="shuffleBtn">🔀 シャッフル</button>
    <button class="btn" id="resetBtn">↩︎ はじめから</button>
  </div>

  <div class="meta">
    <div class="progress"><div class="bar" id="bar"></div></div>
    <div class="index"><span id="pos">1</span>/<span id="total">—</span></div>
  </div>

  <p class="hint">カードをタップして答えを確認。わかったら「わかった」、不安なら「あとで復習」を押してね。</p>
</div>

<div class="result-box" id="resultBox">
  <h2 id="resultTitle">おつかれさま！✨</h2>
  <p id="resultText"></p>
  <div class="controls">
    <button class="btn review" id="reviewBtn">復習する 🔁</button>
    <button class="btn" id="againBtn">もう一回やる</button>
  </div>
</div>

<div class="series-back-wrap">
  <a class="series-back-btn" href="https://jouniorsankosodate.com/eiken4-series/">
    <span>📘</span>英検4級フラッシュ英単語シリーズ一覧にもどる
  </a>
</div>

<div class="series-nav-wrap">
  <a class="series-nav-btn prev" href="https://jouniorsankosodate.com/eiken4-set9/">← 前のレッスン</a>
  <a class="series-nav-btn next" href="https://jouniorsankosodate.com/eiken4-set11/">次のレッスンへ →</a>
</div>

</div>

<script>
const ITEMS = [
  { word:"kitchen", jp:"台所" },
  { word:"window", jp:"窓" },
  { word:"floor", jp:"床" },
  { word:"bath", jp:"お風呂" },
  { word:"bed", jp:"ベッド" },
  { word:"breakfast", jp:"朝食" },
  { word:"dinner", jp:"夕食" },
  { word:"clean", jp:"掃除する・きれいな" },
  { word:"wash", jp:"洗う" },
  { word:"cook", jp:"料理する" },
  { word:"door", jp:"ドア" },
  { word:"chair", jp:"いす" },
  { word:"table", jp:"テーブル" },
  { word:"room", jp:"部屋" },
  { word:"homework", jp:"宿題" }
];

let _voice = null;

function pickVoice(){
  const voices = speechSynthesis.getVoices() || [];
  const femaleNames = ["Sonia","Serena","Susan","Kate","Libby","Maisie","Google UK English Female","Microsoft Sonia","Microsoft Libby","Microsoft Susan"];
  return voices.find(v => v.lang === "en-GB" && femaleNames.some(name => v.name.includes(name)))
  || voices.find(v => v.lang === "en-GB")
  || voices.find(v => (v.lang || "").startsWith("en"))
  || null;
}

(() => {
  const card = document.getElementById("card");
  const frontText = document.getElementById("frontText");
  const backText = document.getElementById("backText");
  const posEl = document.getElementById("pos");
  const totalEl = document.getElementById("total");
  const bar = document.getElementById("bar");
  const jpFirst = document.getElementById("jpFirst");
  const speakOnChk = document.getElementById("speakOn");
  const flipBtn = document.getElementById("flipBtn");
  const speakBtn = document.getElementById("speakBtn");
  const knownBtn = document.getElementById("knownBtn");
  const wrongBtn = document.getElementById("wrongBtn");
  const shuffleBtn = document.getElementById("shuffleBtn");
  const resetBtn = document.getElementById("resetBtn");
  const studyArea = document.getElementById("studyArea");
  const resultBox = document.getElementById("resultBox");
  const resultTitle = document.getElementById("resultTitle");
  const resultText = document.getElementById("resultText");
  const reviewBtn = document.getElementById("reviewBtn");
  const againBtn = document.getElementById("againBtn");

  let order = [...Array(ITEMS.length).keys()];
  let idx = 0;
  let isFlipped = false;
  let showJpFirst = false;
  let speakOn = false;
  let reviewList = [];

  totalEl.textContent = order.length;
  speechSynthesis.addEventListener("voiceschanged", () => {_voice = pickVoice();});

  function speak(text){
    try{
      if(!("speechSynthesis" in window)) return;
      if(!_voice) _voice = pickVoice();
      const u = new SpeechSynthesisUtterance(text.trim());
      if(_voice){u.voice = _voice; u.lang = _voice.lang || "en-GB";}
      else{u.lang = "en-GB";}
      u.rate = 0.9;
      u.pitch = 1.05;
      speechSynthesis.cancel();
      speechSynthesis.speak(u);
    }catch(e){}
  }

  function currentItem(){return ITEMS[order[idx]];}

  function render(){
    const it = currentItem();
    card.classList.remove("flipped");
    isFlipped = false;
    frontText.textContent = showJpFirst ? it.jp : it.word;
    backText.textContent = showJpFirst ? it.word : it.jp;
    posEl.textContent = idx + 1;
    totalEl.textContent = order.length;
    bar.style.width = `${((idx + 1) / order.length) * 100}%`;
    if(speakOn){speak(it.word);}
  }

  function flip(){
    isFlipped = !isFlipped;
    card.classList.toggle("flipped", isFlipped);
  }

  function nextCard(){
    if(idx >= order.length - 1){showResult(); return;}
    idx++;
    render();
  }

  function showResult(){
    studyArea.style.display = "none";
    resultBox.style.display = "block";
    if(reviewList.length === 0){
      resultTitle.textContent = "ぜんぶできた！すごい！！🎉";
      resultText.textContent = "あとで復習する単語は 0こ です。";
      reviewBtn.style.display = "none";
    }else{
      resultTitle.textContent = "おつかれさま！✨";
      resultText.textContent = `あとで復習する単語は ${reviewList.length}こ あるよ。`;
      reviewBtn.style.display = "inline-block";
    }
  }

  function startStudy(newOrder){
    order = [...newOrder];
    idx = 0;
    studyArea.style.display = "block";
    resultBox.style.display = "none";
    render();
  }

  function resetAll(){
    reviewList = [];
    startStudy([...Array(ITEMS.length).keys()]);
  }

  function shuffleOrder(){
    for(let i = order.length - 1; i > 0; i--){
      const j = Math.floor(Math.random() * (i + 1));
      [order[i], order[j]] = [order[j], order[i]];
    }
    idx = 0;
    render();
  }

  card.addEventListener("click", flip);
  flipBtn.addEventListener("click", flip);
  speakBtn.addEventListener("click", () => speak(currentItem().word));
  knownBtn.addEventListener("click", nextCard);
  wrongBtn.addEventListener("click", () => {
    const currentIndex = order[idx];
    if(!reviewList.includes(currentIndex)){reviewList.push(currentIndex);}
    nextCard();
  });
  reviewBtn.addEventListener("click", () => {
    if(reviewList.length === 0) return;
    const list = [...reviewList];
    reviewList = [];
    startStudy(list);
  });
  againBtn.addEventListener("click", resetAll);
  shuffleBtn.addEventListener("click", shuffleOrder);
  resetBtn.addEventListener("click", resetAll);
  jpFirst.addEventListener("change", e => {showJpFirst = e.target.checked; render();});
  speakOnChk.addEventListener("change", e => {speakOn = e.target.checked; if(speakOn) speak(currentItem().word);});
  window.addEventListener("keydown", e => {if(e.key === " "){e.preventDefault(); flip();}});
  render();
})();
</script>
</body>
</html>
<p>投稿 <a href="https://jouniorsankosodate.com/eiken4-set10/">英検４級 フラッシュ英単語 No.10｜家・生活（音声対応）</a> は <a href="https://jouniorsankosodate.com">じゅにさん子育てブログ</a> に最初に表示されました。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jouniorsankosodate.com/eiken4-set10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>英検４級 フラッシュ英単語 No.9｜健康・体調</title>
		<link>https://jouniorsankosodate.com/eiken4-set9/</link>
					<comments>https://jouniorsankosodate.com/eiken4-set9/#respond</comments>
		
		<dc:creator><![CDATA[じゅにさん]]></dc:creator>
		<pubDate>Wed, 06 May 2026 13:08:30 +0000</pubDate>
				<category><![CDATA[🟩 英検4級 英語シリーズ]]></category>
		<category><![CDATA[＃フラッシュ]]></category>
		<category><![CDATA[＃無料アプリ]]></category>
		<category><![CDATA[#英単語]]></category>
		<category><![CDATA[＃英検４級]]></category>
		<guid isPermaLink="false">https://jouniorsankosodate.com/?p=5441</guid>

					<description><![CDATA[<p>英検４級 フラッシュ英単語 No.9｜健康・体調（音声対応） 英検４級 フラッシュ英単語 No.9 健康・体調 日本語からスタート 🔊 音声ON — — 英語⇆日本語 ▶ 読み上げ わかった 👍 わからん！あとで復習 📌 [&#8230;]</p>
<p>投稿 <a href="https://jouniorsankosodate.com/eiken4-set9/">英検４級 フラッシュ英単語 No.9｜健康・体調</a> は <a href="https://jouniorsankosodate.com">じゅにさん子育てブログ</a> に最初に表示されました。</p>
]]></description>
										<content:encoded><![CDATA[
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>英検４級 フラッシュ英単語 No.9｜健康・体調（音声対応）</title>

<style>
:root{
  --bg:#f7f7fb;
  --card:#ffffff;
  --ink:#111827;
  --muted:#6b7280;
  --accent:#16a34a;
  --accent-weak:#dcfce7;
  --good:#22c55e;
  --review:#f59e0b;
  --shadow:0 6px 24px rgba(0,0,0,.08);
}
body{margin:0;background:var(--bg);}
.wrap{max-width:760px;margin:0 auto;padding:16px 16px 28px;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial;color:var(--ink);}
header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:8px 0 16px;flex-wrap:wrap;}
h1{font-size:18px;margin:0;font-weight:700;}
.badge{font-size:11px;color:var(--accent);background:var(--accent-weak);padding:3px 8px;border-radius:999px;}
.switches{display:flex;align-items:center;gap:14px;flex-wrap:wrap;color:var(--muted);font-size:13px;}
.switches input{accent-color:var(--accent);}
.card-outer{position:relative;perspective:1200px;margin:12px 0 8px;}
.card{position:relative;width:100%;min-height:190px;background:var(--card);border-radius:18px;box-shadow:var(--shadow);cursor:pointer;transform-style:preserve-3d;transition:transform .5s ease;}
.card.flipped{transform:rotateY(180deg);}
.face{position:absolute;inset:0;border-radius:18px;display:flex;align-items:center;justify-content:center;backface-visibility:hidden;padding:24px;text-align:center;}
.frontText{font-size:30px;font-weight:800;}
.backText{font-size:24px;font-weight:700;}
.card-face-back{transform:rotateY(180deg);}
.controls{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0;}
.btn{appearance:none;border:1px solid #e5e7eb;background:#fff;padding:11px 12px;border-radius:13px;font-size:14px;font-weight:700;line-height:1.2;cursor:pointer;color:var(--ink);}
.btn:hover{background:#f0fdf4;}
.btn.primary{background:var(--accent);color:#fff;border-color:var(--accent);}
.btn.good{background:var(--good);color:#fff;border-color:var(--good);}
.btn.review{background:var(--review);color:#fff;border-color:var(--review);}
.meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px;color:var(--muted);font-size:13px;}
.progress{height:8px;background:var(--accent-weak);border-radius:999px;overflow:hidden;flex:1;}
.bar{height:100%;width:0;background:var(--accent);transition:.25s;}
.index{min-width:90px;text-align:right;}
.hint{margin-top:8px;color:var(--muted);font-size:12px;}
.result-box{display:none;background:#fff;border-radius:18px;box-shadow:var(--shadow);padding:24px;text-align:center;margin-top:16px;}
.result-box h2{margin:0 0 10px;font-size:22px;}
.result-box p{color:#475569;font-weight:700;}
.series-back-wrap{margin:24px 0 8px;text-align:center;}
.series-back-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 18px;border-radius:999px;background:linear-gradient(135deg,#e0f2fe,#cffafe);color:#0f172a;font-weight:700;font-size:14px;text-decoration:none;box-shadow:0 3px 8px rgba(0,0,0,.08);}
.series-nav-wrap{display:flex;justify-content:center;gap:10px;margin:10px 0 20px;flex-wrap:wrap;}
.series-nav-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:999px;font-weight:700;font-size:14px;text-decoration:none;box-shadow:0 3px 8px rgba(0,0,0,.08);}
.series-nav-btn.prev{background:#f1f5f9;color:#334155;}
.series-nav-btn.next{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;}
@media (min-width:560px){.frontText{font-size:36px}.backText{font-size:26px}.card{min-height:220px}}
@media(max-width:480px){.controls{grid-template-columns:1fr}.series-back-btn,.series-nav-btn{width:100%;font-size:15px;padding:12px 18px;}}
</style>
</head>

<body>
<div class="wrap" id="app" aria-live="polite">

<header>
  <h1>英検４級 フラッシュ英単語 <span class="badge">No.9 健康・体調</span></h1>
  <div class="switches">
    <label><input type="checkbox" id="jpFirst"> 日本語からスタート</label>
    <label><input type="checkbox" id="speakOn"> 🔊 音声ON</label>
  </div>
</header>

<div id="studyArea">
  <div class="card-outer" aria-label="フラッシュカード" role="button" tabindex="0">
    <div class="card" id="card">
      <div class="face card-face-front"><div class="frontText" id="frontText">—</div></div>
      <div class="face card-face-back"><div class="backText" id="backText">—</div></div>
    </div>
  </div>

  <div class="controls">
    <button class="btn primary" id="flipBtn">英語⇆日本語</button>
    <button class="btn" id="speakBtn">▶ 読み上げ</button>
    <button class="btn good" id="knownBtn">わかった 👍</button>
    <button class="btn review" id="wrongBtn">わからん！あとで復習 📌</button>
    <button class="btn" id="shuffleBtn">🔀 シャッフル</button>
    <button class="btn" id="resetBtn">↩︎ はじめから</button>
  </div>

  <div class="meta">
    <div class="progress"><div class="bar" id="bar"></div></div>
    <div class="index"><span id="pos">1</span>/<span id="total">—</span></div>
  </div>

  <p class="hint">カードをタップして答えを確認。わかったら「わかった」、不安なら「あとで復習」を押してね。</p>
</div>

<div class="result-box" id="resultBox">
  <h2 id="resultTitle">おつかれさま！✨</h2>
  <p id="resultText"></p>
  <div class="controls">
    <button class="btn review" id="reviewBtn">復習する 🔁</button>
    <button class="btn" id="againBtn">もう一回やる</button>
  </div>
</div>

<div class="series-back-wrap">
  <a class="series-back-btn" href="https://jouniorsankosodate.com/eiken4-series/">
    <span>📘</span>英検4級フラッシュ英単語シリーズ一覧にもどる
  </a>
</div>

<div class="series-nav-wrap">
  <a class="series-nav-btn prev" href="https://jouniorsankosodate.com/eiken4-set8/">← 前のレッスン</a>
  <a class="series-nav-btn next" href="https://jouniorsankosodate.com/eiken4-set10/">次のレッスンへ →</a>
</div>

</div>

<script>
const ITEMS = [
  { word:"headache", jp:"頭痛" },
  { word:"fever", jp:"熱" },
  { word:"medicine", jp:"薬" },
  { word:"hospital", jp:"病院" },
  { word:"doctor", jp:"医者" },
  { word:"nurse", jp:"看護師" },
  { word:"hurt", jp:"痛む・けがをする" },
  { word:"sick", jp:"病気の・気分が悪い" },
  { word:"healthy", jp:"健康な" },
  { word:"tired", jp:"疲れた" },
  { word:"rest", jp:"休む・休息" },
  { word:"cold", jp:"風邪・寒い" },
  { word:"toothache", jp:"歯痛" },
  { word:"stomachache", jp:"腹痛" },
  { word:"exercise", jp:"運動する・運動" }
];

let _voice = null;

function pickVoice(){
  const voices = speechSynthesis.getVoices() || [];
  const femaleNames = ["Sonia","Serena","Susan","Kate","Libby","Maisie","Google UK English Female","Microsoft Sonia","Microsoft Libby","Microsoft Susan"];
  return voices.find(v => v.lang === "en-GB" && femaleNames.some(name => v.name.includes(name)))
  || voices.find(v => v.lang === "en-GB")
  || voices.find(v => (v.lang || "").startsWith("en"))
  || null;
}

(() => {
  const card = document.getElementById("card");
  const frontText = document.getElementById("frontText");
  const backText = document.getElementById("backText");
  const posEl = document.getElementById("pos");
  const totalEl = document.getElementById("total");
  const bar = document.getElementById("bar");
  const jpFirst = document.getElementById("jpFirst");
  const speakOnChk = document.getElementById("speakOn");
  const flipBtn = document.getElementById("flipBtn");
  const speakBtn = document.getElementById("speakBtn");
  const knownBtn = document.getElementById("knownBtn");
  const wrongBtn = document.getElementById("wrongBtn");
  const shuffleBtn = document.getElementById("shuffleBtn");
  const resetBtn = document.getElementById("resetBtn");
  const studyArea = document.getElementById("studyArea");
  const resultBox = document.getElementById("resultBox");
  const resultTitle = document.getElementById("resultTitle");
  const resultText = document.getElementById("resultText");
  const reviewBtn = document.getElementById("reviewBtn");
  const againBtn = document.getElementById("againBtn");

  let order = [...Array(ITEMS.length).keys()];
  let idx = 0;
  let isFlipped = false;
  let showJpFirst = false;
  let speakOn = false;
  let reviewList = [];

  totalEl.textContent = order.length;
  speechSynthesis.addEventListener("voiceschanged", () => {_voice = pickVoice();});

  function speak(text){
    try{
      if(!("speechSynthesis" in window)) return;
      if(!_voice) _voice = pickVoice();
      const u = new SpeechSynthesisUtterance(text.trim());
      if(_voice){u.voice = _voice; u.lang = _voice.lang || "en-GB";}
      else{u.lang = "en-GB";}
      u.rate = 0.9;
      u.pitch = 1.05;
      speechSynthesis.cancel();
      speechSynthesis.speak(u);
    }catch(e){}
  }

  function currentItem(){return ITEMS[order[idx]];}

  function render(){
    const it = currentItem();
    card.classList.remove("flipped");
    isFlipped = false;
    frontText.textContent = showJpFirst ? it.jp : it.word;
    backText.textContent = showJpFirst ? it.word : it.jp;
    posEl.textContent = idx + 1;
    totalEl.textContent = order.length;
    bar.style.width = `${((idx + 1) / order.length) * 100}%`;
    if(speakOn){speak(it.word);}
  }

  function flip(){
    isFlipped = !isFlipped;
    card.classList.toggle("flipped", isFlipped);
  }

  function nextCard(){
    if(idx >= order.length - 1){showResult(); return;}
    idx++;
    render();
  }

  function showResult(){
    studyArea.style.display = "none";
    resultBox.style.display = "block";
    if(reviewList.length === 0){
      resultTitle.textContent = "ぜんぶできた！すごい！！🎉";
      resultText.textContent = "あとで復習する単語は 0こ です。";
      reviewBtn.style.display = "none";
    }else{
      resultTitle.textContent = "おつかれさま！✨";
      resultText.textContent = `あとで復習する単語は ${reviewList.length}こ あるよ。`;
      reviewBtn.style.display = "inline-block";
    }
  }

  function startStudy(newOrder){
    order = [...newOrder];
    idx = 0;
    studyArea.style.display = "block";
    resultBox.style.display = "none";
    render();
  }

  function resetAll(){
    reviewList = [];
    startStudy([...Array(ITEMS.length).keys()]);
  }

  function shuffleOrder(){
    for(let i = order.length - 1; i > 0; i--){
      const j = Math.floor(Math.random() * (i + 1));
      [order[i], order[j]] = [order[j], order[i]];
    }
    idx = 0;
    render();
  }

  card.addEventListener("click", flip);
  flipBtn.addEventListener("click", flip);
  speakBtn.addEventListener("click", () => speak(currentItem().word));
  knownBtn.addEventListener("click", nextCard);
  wrongBtn.addEventListener("click", () => {
    const currentIndex = order[idx];
    if(!reviewList.includes(currentIndex)){reviewList.push(currentIndex);}
    nextCard();
  });
  reviewBtn.addEventListener("click", () => {
    if(reviewList.length === 0) return;
    const list = [...reviewList];
    reviewList = [];
    startStudy(list);
  });
  againBtn.addEventListener("click", resetAll);
  shuffleBtn.addEventListener("click", shuffleOrder);
  resetBtn.addEventListener("click", resetAll);
  jpFirst.addEventListener("change", e => {showJpFirst = e.target.checked; render();});
  speakOnChk.addEventListener("change", e => {speakOn = e.target.checked; if(speakOn) speak(currentItem().word);});
  window.addEventListener("keydown", e => {if(e.key === " "){e.preventDefault(); flip();}});
  render();
})();
</script>
</body>
</html>
<p>投稿 <a href="https://jouniorsankosodate.com/eiken4-set9/">英検４級 フラッシュ英単語 No.9｜健康・体調</a> は <a href="https://jouniorsankosodate.com">じゅにさん子育てブログ</a> に最初に表示されました。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jouniorsankosodate.com/eiken4-set9/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>英検４級 フラッシュ英単語 No.8｜交通・移動（音声対応）</title>
		<link>https://jouniorsankosodate.com/eiken4-set8/</link>
					<comments>https://jouniorsankosodate.com/eiken4-set8/#respond</comments>
		
		<dc:creator><![CDATA[じゅにさん]]></dc:creator>
		<pubDate>Wed, 06 May 2026 13:01:57 +0000</pubDate>
				<category><![CDATA[🟩 英検4級 英語シリーズ]]></category>
		<category><![CDATA[＃フラッシュ]]></category>
		<category><![CDATA[＃無料アプリ]]></category>
		<category><![CDATA[#英単語]]></category>
		<category><![CDATA[#英検４級]]></category>
		<guid isPermaLink="false">https://jouniorsankosodate.com/?p=5438</guid>

					<description><![CDATA[<p>英検４級 フラッシュ英単語 No.8｜交通・移動（音声対応） 英検４級 フラッシュ英単語 No.8 交通・移動 日本語からスタート 🔊 音声ON — — 英語⇆日本語 ▶ 読み上げ わかった 👍 わからん！あとで復習 📌 [&#8230;]</p>
<p>投稿 <a href="https://jouniorsankosodate.com/eiken4-set8/">英検４級 フラッシュ英単語 No.8｜交通・移動（音声対応）</a> は <a href="https://jouniorsankosodate.com">じゅにさん子育てブログ</a> に最初に表示されました。</p>
]]></description>
										<content:encoded><![CDATA[
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>英検４級 フラッシュ英単語 No.8｜交通・移動（音声対応）</title>

<style>
:root{
  --bg:#f7f7fb;
  --card:#ffffff;
  --ink:#111827;
  --muted:#6b7280;

  --accent:#16a34a;
  --accent-weak:#dcfce7;

  --good:#22c55e;
  --review:#f59e0b;

  --shadow:0 6px 24px rgba(0,0,0,.08);
}

body{
  margin:0;
  background:var(--bg);
}

.wrap{
  max-width:760px;
  margin:0 auto;
  padding:16px 16px 28px;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial;
  color:var(--ink);
}

header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:8px 0 16px;
  flex-wrap:wrap;
}

h1{
  font-size:18px;
  margin:0;
  font-weight:700;
}

.badge{
  font-size:11px;
  color:var(--accent);
  background:var(--accent-weak);
  padding:3px 8px;
  border-radius:999px;
}

.switches{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  color:var(--muted);
  font-size:13px;
}

.switches input{
  accent-color:var(--accent);
}

.card-outer{
  position:relative;
  perspective:1200px;
  margin:12px 0 8px;
}

.card{
  position:relative;
  width:100%;
  min-height:190px;
  background:var(--card);
  border-radius:18px;
  box-shadow:var(--shadow);
  cursor:pointer;
  transform-style:preserve-3d;
  transition:transform .5s ease;
}

.card.flipped{
  transform:rotateY(180deg);
}

.face{
  position:absolute;
  inset:0;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  backface-visibility:hidden;
  padding:24px;
  text-align:center;
}

.frontText{
  font-size:30px;
  font-weight:800;
}

.backText{
  font-size:24px;
  font-weight:700;
}

.card-face-back{
  transform:rotateY(180deg);
}

.controls{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin:12px 0;
}

.btn{
  appearance:none;
  border:1px solid #e5e7eb;
  background:#fff;
  padding:11px 12px;
  border-radius:13px;
  font-size:14px;
  font-weight:700;
  line-height:1.2;
  cursor:pointer;
  color:var(--ink);
}

.btn:hover{
  background:#f0fdf4;
}

.btn.primary{
  background:var(--accent);
  color:#fff;
  border-color:var(--accent);
}

.btn.good{
  background:var(--good);
  color:#fff;
  border-color:var(--good);
}

.btn.review{
  background:var(--review);
  color:#fff;
  border-color:var(--review);
}

.meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-top:10px;
  color:var(--muted);
  font-size:13px;
}

.progress{
  height:8px;
  background:var(--accent-weak);
  border-radius:999px;
  overflow:hidden;
  flex:1;
}

.bar{
  height:100%;
  width:0;
  background:var(--accent);
  transition:.25s;
}

.index{
  min-width:90px;
  text-align:right;
}

.hint{
  margin-top:8px;
  color:var(--muted);
  font-size:12px;
}

.result-box{
  display:none;
  background:#fff;
  border-radius:18px;
  box-shadow:var(--shadow);
  padding:24px;
  text-align:center;
  margin-top:16px;
}

.result-box h2{
  margin:0 0 10px;
  font-size:22px;
}

.result-box p{
  color:#475569;
  font-weight:700;
}

.series-back-wrap{
  margin:24px 0 8px;
  text-align:center;
}

.series-back-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:10px 18px;
  border-radius:999px;
  background:linear-gradient(135deg,#e0f2fe,#cffafe);
  color:#0f172a;
  font-weight:700;
  font-size:14px;
  text-decoration:none;
  box-shadow:0 3px 8px rgba(0,0,0,.08);
}

.series-nav-wrap{
  display:flex;
  justify-content:center;
  gap:10px;
  margin:10px 0 20px;
  flex-wrap:wrap;
}

.series-nav-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 18px;
  border-radius:999px;
  font-weight:700;
  font-size:14px;
  text-decoration:none;
  box-shadow:0 3px 8px rgba(0,0,0,.08);
}

.series-nav-btn.prev{
  background:#f1f5f9;
  color:#334155;
}

.series-nav-btn.next{
  background:linear-gradient(135deg,#22c55e,#16a34a);
  color:#fff;
}

@media (min-width:560px){

  .frontText{font-size:36px}
  .backText{font-size:26px}

  .card{
    min-height:220px;
  }
}

@media(max-width:480px){

  .controls{
    grid-template-columns:1fr;
  }

  .series-back-btn,
  .series-nav-btn{
    width:100%;
    font-size:15px;
    padding:12px 18px;
  }
}
</style>
</head>

<body>

<div class="wrap" id="app">

<header>

  <h1>
    英検４級 フラッシュ英単語
    <span class="badge">No.8 交通・移動</span>
  </h1>

  <div class="switches">

    <label>
      <input type="checkbox" id="jpFirst">
      日本語からスタート
    </label>

    <label>
      <input type="checkbox" id="speakOn">
      🔊 音声ON
    </label>

  </div>

</header>

<div id="studyArea">

  <div class="card-outer">

    <div class="card" id="card">

      <div class="face card-face-front">
        <div class="frontText" id="frontText">—</div>
      </div>

      <div class="face card-face-back">
        <div class="backText" id="backText">—</div>
      </div>

    </div>

  </div>

  <div class="controls">

    <button class="btn primary" id="flipBtn">
      英語⇆日本語
    </button>

    <button class="btn" id="speakBtn">
      ▶ 読み上げ
    </button>

    <button class="btn good" id="knownBtn">
      わかった 👍
    </button>

    <button class="btn review" id="wrongBtn">
      わからん！あとで復習 📌
    </button>

    <button class="btn" id="shuffleBtn">
      🔀 シャッフル
    </button>

    <button class="btn" id="resetBtn">
      ↩︎ はじめから
    </button>

  </div>

  <div class="meta">

    <div class="progress">
      <div class="bar" id="bar"></div>
    </div>

    <div class="index">
      <span id="pos">1</span>/<span id="total">—</span>
    </div>

  </div>

  <p class="hint">
    カードをタップして答えを確認。わかったら「わかった」、不安なら「あとで復習」を押してね。
  </p>

</div>

<div class="result-box" id="resultBox">

  <h2 id="resultTitle">おつかれさま！✨</h2>

  <p id="resultText"></p>

  <div class="controls">

    <button class="btn review" id="reviewBtn">
      復習する 🔁
    </button>

    <button class="btn" id="againBtn">
      もう一回やる
    </button>

  </div>

</div>

<div class="series-back-wrap">

  <a class="series-back-btn"
     href="https://jouniorsankosodate.com/eiken4-series/">

    <span>📘</span>
    英検4級フラッシュ英単語シリーズ一覧にもどる

  </a>

</div>

<div class="series-nav-wrap">

  <a class="series-nav-btn prev"
     href="https://jouniorsankosodate.com/eiken4-set7/">

    ← 前のレッスン

  </a>

  <a class="series-nav-btn next"
     href="https://jouniorsankosodate.com/eiken4-set9/">

    次のレッスンへ →

  </a>

</div>

</div>

<script>
const ITEMS = [
  { word:"train", jp:"電車" },
  { word:"station", jp:"駅" },
  { word:"arrive", jp:"到着する" },
  { word:"leave", jp:"出発する・去る" },
  { word:"ride", jp:"乗る" },
  { word:"traffic", jp:"交通" },
  { word:"road", jp:"道路" },
  { word:"bridge", jp:"橋" },
  { word:"corner", jp:"角・曲がり角" },
  { word:"cross", jp:"渡る・横切る" },
  { word:"turn", jp:"曲がる" },
  { word:"straight", jp:"まっすぐに" },
  { word:"map", jp:"地図" },
  { word:"airport", jp:"空港" },
  { word:"bus stop", jp:"バス停" }
];

let _voice = null;

function pickVoice(){

  const voices = speechSynthesis.getVoices() || [];

  const femaleNames = [
    "Sonia","Serena","Susan","Kate","Libby","Maisie",
    "Google UK English Female",
    "Microsoft Sonia",
    "Microsoft Libby",
    "Microsoft Susan"
  ];

  return voices.find(v =>
    v.lang === "en-GB" &&
    femaleNames.some(name => v.name.includes(name))
  )
  || voices.find(v => v.lang === "en-GB")
  || voices.find(v => (v.lang || "").startsWith("en"))
  || null;
}

(() => {

const card = document.getElementById("card");
const frontText = document.getElementById("frontText");
const backText = document.getElementById("backText");

const posEl = document.getElementById("pos");
const totalEl = document.getElementById("total");
const bar = document.getElementById("bar");

const jpFirst = document.getElementById("jpFirst");
const speakOnChk = document.getElementById("speakOn");

const flipBtn = document.getElementById("flipBtn");
const speakBtn = document.getElementById("speakBtn");

const knownBtn = document.getElementById("knownBtn");
const wrongBtn = document.getElementById("wrongBtn");

const shuffleBtn = document.getElementById("shuffleBtn");
const resetBtn = document.getElementById("resetBtn");

const studyArea = document.getElementById("studyArea");

const resultBox = document.getElementById("resultBox");
const resultTitle = document.getElementById("resultTitle");
const resultText = document.getElementById("resultText");

const reviewBtn = document.getElementById("reviewBtn");
const againBtn = document.getElementById("againBtn");

let order = [...Array(ITEMS.length).keys()];
let idx = 0;

let isFlipped = false;
let showJpFirst = false;
let speakOn = false;

let reviewList = [];

totalEl.textContent = order.length;

speechSynthesis.addEventListener("voiceschanged", () => {
  _voice = pickVoice();
});

function speak(text){

  try{

    if(!("speechSynthesis" in window)) return;

    if(!_voice){
      _voice = pickVoice();
    }

    const u = new SpeechSynthesisUtterance(text.trim());

    if(_voice){
      u.voice = _voice;
      u.lang = _voice.lang || "en-GB";
    }else{
      u.lang = "en-GB";
    }

    u.rate = 0.9;
    u.pitch = 1.05;

    speechSynthesis.cancel();
    speechSynthesis.speak(u);

  }catch(e){}

}

function currentItem(){
  return ITEMS[order[idx]];
}

function render(){

  const it = currentItem();

  card.classList.remove("flipped");
  isFlipped = false;

  frontText.textContent =
    showJpFirst ? it.jp : it.word;

  backText.textContent =
    showJpFirst ? it.word : it.jp;

  posEl.textContent = idx + 1;

  totalEl.textContent = order.length;

  bar.style.width =
    `${((idx + 1) / order.length) * 100}%`;

  if(speakOn){
    speak(it.word);
  }
}

function flip(){

  isFlipped = !isFlipped;

  card.classList.toggle("flipped", isFlipped);
}

function nextCard(){

  if(idx >= order.length - 1){
    showResult();
    return;
  }

  idx++;

  render();
}

function showResult(){

  studyArea.style.display = "none";
  resultBox.style.display = "block";

  if(reviewList.length === 0){

    resultTitle.textContent =
      "ぜんぶできた！すごい！！🎉";

    resultText.textContent =
      "あとで復習する単語は 0こ です。";

    reviewBtn.style.display = "none";

  }else{

    resultTitle.textContent =
      "おつかれさま！✨";

    resultText.textContent =
      `あとで復習する単語は ${reviewList.length}こ あるよ。`;

    reviewBtn.style.display = "inline-block";
  }
}

function startStudy(newOrder){

  order = [...newOrder];
  idx = 0;

  studyArea.style.display = "block";
  resultBox.style.display = "none";

  render();
}

function resetAll(){

  reviewList = [];

  startStudy(
    [...Array(ITEMS.length).keys()]
  );
}

function shuffleOrder(){

  for(let i = order.length - 1; i > 0; i--){

    const j =
      Math.floor(Math.random() * (i + 1));

    [order[i], order[j]] =
      [order[j], order[i]];
  }

  idx = 0;

  render();
}

card.addEventListener("click", flip);

flipBtn.addEventListener("click", flip);

speakBtn.addEventListener("click", () => {
  speak(currentItem().word);
});

knownBtn.addEventListener("click", nextCard);

wrongBtn.addEventListener("click", () => {

  const currentIndex = order[idx];

  if(!reviewList.includes(currentIndex)){
    reviewList.push(currentIndex);
  }

  nextCard();
});

reviewBtn.addEventListener("click", () => {

  if(reviewList.length === 0) return;

  const list = [...reviewList];

  reviewList = [];

  startStudy(list);

});

againBtn.addEventListener("click", resetAll);

shuffleBtn.addEventListener("click", shuffleOrder);

resetBtn.addEventListener("click", resetAll);

jpFirst.addEventListener("change", e => {

  showJpFirst = e.target.checked;

  render();

});

speakOnChk.addEventListener("change", e => {

  speakOn = e.target.checked;

  if(speakOn){
    speak(currentItem().word);
  }

});

window.addEventListener("keydown", e => {

  if(e.key === " "){
    e.preventDefault();
    flip();
  }

});

render();

})();
</script>

</body>
</html>
<p>投稿 <a href="https://jouniorsankosodate.com/eiken4-set8/">英検４級 フラッシュ英単語 No.8｜交通・移動（音声対応）</a> は <a href="https://jouniorsankosodate.com">じゅにさん子育てブログ</a> に最初に表示されました。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jouniorsankosodate.com/eiken4-set8/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>英検４級 フラッシュ英単語 No.7｜買い物・お金（音声対応）</title>
		<link>https://jouniorsankosodate.com/eiken4-set7/</link>
					<comments>https://jouniorsankosodate.com/eiken4-set7/#respond</comments>
		
		<dc:creator><![CDATA[じゅにさん]]></dc:creator>
		<pubDate>Wed, 06 May 2026 12:54:24 +0000</pubDate>
				<category><![CDATA[🟩 英検4級 英語シリーズ]]></category>
		<category><![CDATA[＃フラッシュ]]></category>
		<category><![CDATA[＃無料アプリ]]></category>
		<category><![CDATA[#英単語]]></category>
		<category><![CDATA[＃英検４級]]></category>
		<guid isPermaLink="false">https://jouniorsankosodate.com/?p=5434</guid>

					<description><![CDATA[<p>英検４級 フラッシュ英単語 No.7｜買い物・お金（音声対応） 英検４級 フラッシュ英単語 No.7 買い物・お金 日本語からスタート 🔊 音声ON — — 英語⇆日本語 ▶ 読み上げ わかった 👍 わからん！あとで復習 [&#8230;]</p>
<p>投稿 <a href="https://jouniorsankosodate.com/eiken4-set7/">英検４級 フラッシュ英単語 No.7｜買い物・お金（音声対応）</a> は <a href="https://jouniorsankosodate.com">じゅにさん子育てブログ</a> に最初に表示されました。</p>
]]></description>
										<content:encoded><![CDATA[
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>英検４級 フラッシュ英単語 No.7｜買い物・お金（音声対応）</title>

<style>
:root{
  --bg:#f7f7fb;
  --card:#ffffff;
  --ink:#111827;
  --muted:#6b7280;

  --accent:#16a34a;
  --accent-weak:#dcfce7;

  --good:#22c55e;
  --review:#f59e0b;

  --shadow:0 6px 24px rgba(0,0,0,.08);
}

body{
  margin:0;
  background:var(--bg);
}

.wrap{
  max-width:760px;
  margin:0 auto;
  padding:16px 16px 28px;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial;
  color:var(--ink);
}

header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:8px 0 16px;
  flex-wrap:wrap;
}

h1{
  font-size:18px;
  margin:0;
  font-weight:700;
}

.badge{
  font-size:11px;
  color:var(--accent);
  background:var(--accent-weak);
  padding:3px 8px;
  border-radius:999px;
}

.switches{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  color:var(--muted);
  font-size:13px;
}

.switches input{
  accent-color:var(--accent);
}

.card-outer{
  position:relative;
  perspective:1200px;
  margin:12px 0 8px;
}

.card{
  position:relative;
  width:100%;
  min-height:190px;
  background:var(--card);
  border-radius:18px;
  box-shadow:var(--shadow);
  cursor:pointer;
  transform-style:preserve-3d;
  transition:transform .5s ease;
}

.card.flipped{
  transform:rotateY(180deg);
}

.face{
  position:absolute;
  inset:0;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  backface-visibility:hidden;
  padding:24px;
  text-align:center;
}

.frontText{
  font-size:30px;
  font-weight:800;
}

.backText{
  font-size:24px;
  font-weight:700;
}

.card-face-back{
  transform:rotateY(180deg);
}

.controls{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin:12px 0;
}

.btn{
  appearance:none;
  border:1px solid #e5e7eb;
  background:#fff;
  padding:11px 12px;
  border-radius:13px;
  font-size:14px;
  font-weight:700;
  line-height:1.2;
  cursor:pointer;
  color:var(--ink);
}

.btn:hover{
  background:#f0fdf4;
}

.btn.primary{
  background:var(--accent);
  color:#fff;
  border-color:var(--accent);
}

.btn.good{
  background:var(--good);
  color:#fff;
  border-color:var(--good);
}

.btn.review{
  background:var(--review);
  color:#fff;
  border-color:var(--review);
}

.meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-top:10px;
  color:var(--muted);
  font-size:13px;
}

.progress{
  height:8px;
  background:var(--accent-weak);
  border-radius:999px;
  overflow:hidden;
  flex:1;
}

.bar{
  height:100%;
  width:0;
  background:var(--accent);
  transition:.25s;
}

.index{
  min-width:90px;
  text-align:right;
}

.hint{
  margin-top:8px;
  color:var(--muted);
  font-size:12px;
}

.result-box{
  display:none;
  background:#fff;
  border-radius:18px;
  box-shadow:var(--shadow);
  padding:24px;
  text-align:center;
  margin-top:16px;
}

.result-box h2{
  margin:0 0 10px;
  font-size:22px;
}

.result-box p{
  color:#475569;
  font-weight:700;
}

.series-back-wrap{
  margin:24px 0 8px;
  text-align:center;
}

.series-back-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:10px 18px;
  border-radius:999px;
  background:linear-gradient(135deg,#e0f2fe,#cffafe);
  color:#0f172a;
  font-weight:700;
  font-size:14px;
  text-decoration:none;
  box-shadow:0 3px 8px rgba(0,0,0,.08);
}

.series-nav-wrap{
  display:flex;
  justify-content:center;
  gap:10px;
  margin:10px 0 20px;
  flex-wrap:wrap;
}

.series-nav-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 18px;
  border-radius:999px;
  font-weight:700;
  font-size:14px;
  text-decoration:none;
  box-shadow:0 3px 8px rgba(0,0,0,.08);
}

.series-nav-btn.prev{
  background:#f1f5f9;
  color:#334155;
}

.series-nav-btn.next{
  background:linear-gradient(135deg,#22c55e,#16a34a);
  color:#fff;
}

@media (min-width:560px){

  .frontText{font-size:36px}
  .backText{font-size:26px}

  .card{
    min-height:220px;
  }
}

@media(max-width:480px){

  .controls{
    grid-template-columns:1fr;
  }

  .series-back-btn,
  .series-nav-btn{
    width:100%;
    font-size:15px;
    padding:12px 18px;
  }
}
</style>
</head>

<body>

<div class="wrap" id="app">

<header>

  <h1>
    英検４級 フラッシュ英単語
    <span class="badge">No.7 買い物・お金</span>
  </h1>

  <div class="switches">

    <label>
      <input type="checkbox" id="jpFirst">
      日本語からスタート
    </label>

    <label>
      <input type="checkbox" id="speakOn">
      🔊 音声ON
    </label>

  </div>

</header>

<div id="studyArea">

  <div class="card-outer">

    <div class="card" id="card">

      <div class="face card-face-front">
        <div class="frontText" id="frontText">—</div>
      </div>

      <div class="face card-face-back">
        <div class="backText" id="backText">—</div>
      </div>

    </div>

  </div>

  <div class="controls">

    <button class="btn primary" id="flipBtn">
      英語⇆日本語
    </button>

    <button class="btn" id="speakBtn">
      ▶ 読み上げ
    </button>

    <button class="btn good" id="knownBtn">
      わかった 👍
    </button>

    <button class="btn review" id="wrongBtn">
      わからん！あとで復習 📌
    </button>

    <button class="btn" id="shuffleBtn">
      🔀 シャッフル
    </button>

    <button class="btn" id="resetBtn">
      ↩︎ はじめから
    </button>

  </div>

  <div class="meta">

    <div class="progress">
      <div class="bar" id="bar"></div>
    </div>

    <div class="index">
      <span id="pos">1</span>/<span id="total">—</span>
    </div>

  </div>

  <p class="hint">
    カードをタップして答えを確認。わかったら「わかった」、不安なら「あとで復習」を押してね。
  </p>

</div>

<div class="result-box" id="resultBox">

  <h2 id="resultTitle">おつかれさま！✨</h2>

  <p id="resultText"></p>

  <div class="controls">

    <button class="btn review" id="reviewBtn">
      復習する 🔁
    </button>

    <button class="btn" id="againBtn">
      もう一回やる
    </button>

  </div>

</div>

<div class="series-back-wrap">

  <a class="series-back-btn"
     href="https://jouniorsankosodate.com/eiken4-series/">

    <span>📘</span>
    英検4級フラッシュ英単語シリーズ一覧にもどる

  </a>

</div>

<div class="series-nav-wrap">

  <a class="series-nav-btn prev"
     href="https://jouniorsankosodate.com/eiken4-set6/">

    ← 前のレッスン

  </a>

  <a class="series-nav-btn next"
     href="https://jouniorsankosodate.com/eiken4-set8/">

    次のレッスンへ →

  </a>

</div>

</div>

<script>
const ITEMS = [
  { word:"buy", jp:"買う" },
  { word:"sell", jp:"売る" },
  { word:"pay", jp:"支払う" },
  { word:"cost", jp:"費用がかかる" },
  { word:"price", jp:"値段" },
  { word:"money", jp:"お金" },
  { word:"shop", jp:"店・買い物をする" },
  { word:"store", jp:"店" },
  { word:"ticket", jp:"切符・チケット" },
  { word:"change", jp:"おつり・変化" },
  { word:"cheap", jp:"安い" },
  { word:"expensive", jp:"高価な" },
  { word:"cash", jp:"現金" },
  { word:"wallet", jp:"財布" },
  { word:"customer", jp:"客" }
];

let _voice = null;

function pickVoice(){

  const voices = speechSynthesis.getVoices() || [];

  const femaleNames = [
    "Sonia","Serena","Susan","Kate","Libby","Maisie",
    "Google UK English Female",
    "Microsoft Sonia",
    "Microsoft Libby",
    "Microsoft Susan"
  ];

  return voices.find(v =>
    v.lang === "en-GB" &&
    femaleNames.some(name => v.name.includes(name))
  )
  || voices.find(v => v.lang === "en-GB")
  || voices.find(v => (v.lang || "").startsWith("en"))
  || null;
}

(() => {

const card = document.getElementById("card");
const frontText = document.getElementById("frontText");
const backText = document.getElementById("backText");

const posEl = document.getElementById("pos");
const totalEl = document.getElementById("total");
const bar = document.getElementById("bar");

const jpFirst = document.getElementById("jpFirst");
const speakOnChk = document.getElementById("speakOn");

const flipBtn = document.getElementById("flipBtn");
const speakBtn = document.getElementById("speakBtn");

const knownBtn = document.getElementById("knownBtn");
const wrongBtn = document.getElementById("wrongBtn");

const shuffleBtn = document.getElementById("shuffleBtn");
const resetBtn = document.getElementById("resetBtn");

const studyArea = document.getElementById("studyArea");

const resultBox = document.getElementById("resultBox");
const resultTitle = document.getElementById("resultTitle");
const resultText = document.getElementById("resultText");

const reviewBtn = document.getElementById("reviewBtn");
const againBtn = document.getElementById("againBtn");

let order = [...Array(ITEMS.length).keys()];
let idx = 0;

let isFlipped = false;
let showJpFirst = false;
let speakOn = false;

let reviewList = [];

totalEl.textContent = order.length;

speechSynthesis.addEventListener("voiceschanged", () => {
  _voice = pickVoice();
});

function speak(text){

  try{

    if(!("speechSynthesis" in window)) return;

    if(!_voice){
      _voice = pickVoice();
    }

    const u = new SpeechSynthesisUtterance(text.trim());

    if(_voice){
      u.voice = _voice;
      u.lang = _voice.lang || "en-GB";
    }else{
      u.lang = "en-GB";
    }

    u.rate = 0.9;
    u.pitch = 1.05;

    speechSynthesis.cancel();
    speechSynthesis.speak(u);

  }catch(e){}

}

function currentItem(){
  return ITEMS[order[idx]];
}

function render(){

  const it = currentItem();

  card.classList.remove("flipped");
  isFlipped = false;

  frontText.textContent =
    showJpFirst ? it.jp : it.word;

  backText.textContent =
    showJpFirst ? it.word : it.jp;

  posEl.textContent = idx + 1;

  totalEl.textContent = order.length;

  bar.style.width =
    `${((idx + 1) / order.length) * 100}%`;

  if(speakOn){
    speak(it.word);
  }
}

function flip(){

  isFlipped = !isFlipped;

  card.classList.toggle("flipped", isFlipped);
}

function nextCard(){

  if(idx >= order.length - 1){
    showResult();
    return;
  }

  idx++;

  render();
}

function showResult(){

  studyArea.style.display = "none";
  resultBox.style.display = "block";

  if(reviewList.length === 0){

    resultTitle.textContent =
      "ぜんぶできた！すごい！！🎉";

    resultText.textContent =
      "あとで復習する単語は 0こ です。";

    reviewBtn.style.display = "none";

  }else{

    resultTitle.textContent =
      "おつかれさま！✨";

    resultText.textContent =
      `あとで復習する単語は ${reviewList.length}こ あるよ。`;

    reviewBtn.style.display = "inline-block";
  }
}

function startStudy(newOrder){

  order = [...newOrder];
  idx = 0;

  studyArea.style.display = "block";
  resultBox.style.display = "none";

  render();
}

function resetAll(){

  reviewList = [];

  startStudy(
    [...Array(ITEMS.length).keys()]
  );
}

function shuffleOrder(){

  for(let i = order.length - 1; i > 0; i--){

    const j =
      Math.floor(Math.random() * (i + 1));

    [order[i], order[j]] =
      [order[j], order[i]];
  }

  idx = 0;

  render();
}

card.addEventListener("click", flip);

flipBtn.addEventListener("click", flip);

speakBtn.addEventListener("click", () => {
  speak(currentItem().word);
});

knownBtn.addEventListener("click", nextCard);

wrongBtn.addEventListener("click", () => {

  const currentIndex = order[idx];

  if(!reviewList.includes(currentIndex)){
    reviewList.push(currentIndex);
  }

  nextCard();
});

reviewBtn.addEventListener("click", () => {

  if(reviewList.length === 0) return;

  const list = [...reviewList];

  reviewList = [];

  startStudy(list);

});

againBtn.addEventListener("click", resetAll);

shuffleBtn.addEventListener("click", shuffleOrder);

resetBtn.addEventListener("click", resetAll);

jpFirst.addEventListener("change", e => {

  showJpFirst = e.target.checked;

  render();

});

speakOnChk.addEventListener("change", e => {

  speakOn = e.target.checked;

  if(speakOn){
    speak(currentItem().word);
  }

});

window.addEventListener("keydown", e => {

  if(e.key === " "){
    e.preventDefault();
    flip();
  }

});

render();

})();
</script>

</body>
</html>



<p class="wp-block-paragraph"></p>
<p>投稿 <a href="https://jouniorsankosodate.com/eiken4-set7/">英検４級 フラッシュ英単語 No.7｜買い物・お金（音声対応）</a> は <a href="https://jouniorsankosodate.com">じゅにさん子育てブログ</a> に最初に表示されました。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jouniorsankosodate.com/eiken4-set7/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>英検５級 フラッシュ英単語 No.12｜前置詞（音声対応）</title>
		<link>https://jouniorsankosodate.com/n5-no12/</link>
					<comments>https://jouniorsankosodate.com/n5-no12/#respond</comments>
		
		<dc:creator><![CDATA[じゅにさん]]></dc:creator>
		<pubDate>Sat, 02 May 2026 08:20:32 +0000</pubDate>
				<category><![CDATA[🟧英検５級 英語シリーズ]]></category>
		<category><![CDATA[＃フラッシュ]]></category>
		<category><![CDATA[＃無料アプリ]]></category>
		<category><![CDATA[#英単語]]></category>
		<category><![CDATA[＃英検]]></category>
		<category><![CDATA[＃英検５級]]></category>
		<guid isPermaLink="false">https://jouniorsankosodate.com/?p=5327</guid>

					<description><![CDATA[<p>英検５級 フラッシュ英単語 No.12｜前置詞（音声対応） 英検５級 フラッシュ英単語 No.12 前置詞 日本語からスタート 🔊 音声ON — — 英語⇆日本語 ▶ 読み上げ わかった 👍 わからん！あとで復習 📌 🔀 [&#8230;]</p>
<p>投稿 <a href="https://jouniorsankosodate.com/n5-no12/">英検５級 フラッシュ英単語 No.12｜前置詞（音声対応）</a> は <a href="https://jouniorsankosodate.com">じゅにさん子育てブログ</a> に最初に表示されました。</p>
]]></description>
										<content:encoded><![CDATA[
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>英検５級 フラッシュ英単語 No.12｜前置詞（音声対応）</title>

<style>
:root{
  --bg:#f7f7fb; --card:#ffffff; --ink:#111827; --muted:#6b7280;
  --accent:#6366f1; --accent-weak:#e0e7ff;
  --good:#22c55e; --review:#f59e0b;
  --shadow:0 6px 24px rgba(0,0,0,.08);
}
body{margin:0;background:var(--bg);}
.wrap{max-width:760px;margin:0 auto;padding:16px 16px 28px;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial;color:var(--ink);}
header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:8px 0 16px;flex-wrap:wrap;}
h1{font-size:18px;margin:0;font-weight:700;}
.badge{font-size:11px;color:var(--accent);background:var(--accent-weak);padding:3px 8px;border-radius:999px;}
.switches{display:flex;align-items:center;gap:14px;flex-wrap:wrap;color:var(--muted);font-size:13px;}
.switches input{accent-color:var(--accent);}
.card-outer{position:relative;perspective:1200px;margin:12px 0 8px;}
.card{position:relative;width:100%;min-height:190px;background:var(--card);border-radius:18px;box-shadow:var(--shadow);cursor:pointer;transform-style:preserve-3d;transition:transform .5s ease;}
.card.flipped{transform:rotateY(180deg);}
.face{position:absolute;inset:0;border-radius:18px;display:flex;align-items:center;justify-content:center;backface-visibility:hidden;padding:24px;text-align:center;}
.frontText{font-size:30px;font-weight:800;}
.backText{font-size:24px;font-weight:700;}
.card-face-back{transform:rotateY(180deg);}
.controls{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0;}
.btn{appearance:none;border:1px solid #e5e7eb;background:#fff;padding:11px 12px;border-radius:13px;font-size:14px;font-weight:700;line-height:1.2;cursor:pointer;color:var(--ink);}
.btn:hover{background:#eef2ff;}
.btn:active{transform:translateY(1px);}
.btn.primary{background:var(--accent);color:#fff;border-color:var(--accent);}
.btn.good{background:var(--good);color:#fff;border-color:var(--good);}
.btn.review{background:var(--review);color:#fff;border-color:var(--review);}
.meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px;color:var(--muted);font-size:13px;}
.progress{height:8px;background:var(--accent-weak);border-radius:999px;overflow:hidden;flex:1;}
.bar{height:100%;width:0;background:var(--accent);transition:.25s;}
.index{min-width:90px;text-align:right;}
.hint{margin-top:8px;color:var(--muted);font-size:12px;}
.result-box{display:none;background:#fff;border-radius:18px;box-shadow:var(--shadow);padding:24px;text-align:center;margin-top:16px;}
.result-box h2{margin:0 0 10px;font-size:22px;}
.result-box p{color:#475569;font-weight:700;}
.series-nav-wrap{margin:32px 0 12px;display:flex;justify-content:center;gap:12px;flex-wrap:wrap;}
.series-nav-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:700;border-radius:999px;padding:10px 18px;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.08);transition:.2s;font-size:14px;}
.series-nav-btn.nav-back{color:#6366f1;border:2px solid #c7d2fe;}
.series-nav-btn.next{color:#4338ca;border:2px solid #c7d2fe;background:linear-gradient(135deg,#eef2ff,#e0e7ff);}
.series-nav-btn:hover{transform:translateY(-2px);}
@media (min-width:560px){.frontText{font-size:36px}.backText{font-size:26px}.card{min-height:220px}}
@media(max-width:480px){.controls{grid-template-columns:1fr}.series-nav-btn{width:100%;font-size:15px;padding:12px 18px}}
</style>
</head>

<body>
<div class="wrap" id="app" aria-live="polite">

<header>
  <h1>英検５級 フラッシュ英単語 <span class="badge">No.12 前置詞</span></h1>
  <div class="switches">
    <label><input type="checkbox" id="jpFirst"> 日本語からスタート</label>
    <label><input type="checkbox" id="speakOn"> 🔊 音声ON</label>
  </div>
</header>

<div id="studyArea">
  <div class="card-outer" aria-label="フラッシュカード" role="button" tabindex="0">
    <div class="card" id="card">
      <div class="face card-face-front"><div class="frontText" id="frontText">—</div></div>
      <div class="face card-face-back"><div class="backText" id="backText">—</div></div>
    </div>
  </div>

  <div class="controls">
    <button class="btn primary" id="flipBtn">英語⇆日本語</button>
    <button class="btn" id="speakBtn">▶ 読み上げ</button>
    <button class="btn good" id="knownBtn">わかった 👍</button>
    <button class="btn review" id="wrongBtn">わからん！あとで復習 📌</button>
    <button class="btn" id="shuffleBtn">🔀 シャッフル</button>
    <button class="btn" id="resetBtn">↩︎ はじめから</button>
  </div>

  <div class="meta">
    <div class="progress"><div class="bar" id="bar"></div></div>
    <div class="index"><span id="pos">1</span>/<span id="total">—</span></div>
  </div>

  <p class="hint">カードをタップして答えを確認。わかったら「わかった」、不安なら「あとで復習」を押してね。</p>
</div>

<div class="result-box" id="resultBox">
  <h2 id="resultTitle">おつかれさま！✨</h2>
  <p id="resultText"></p>
  <div class="controls">
    <button class="btn review" id="reviewBtn">復習する 🔁</button>
    <button class="btn" id="againBtn">もう一回やる</button>
  </div>
</div>

<div class="series-nav-wrap">
  <a href="https://jouniorsankosodate.com/eiken5-no11/" class="series-nav-btn nav-back">← 前のレッスンへ</a>
  <a href="https://jouniorsankosodate.com/category/learn/english-flash/" class="series-nav-btn nav-back">英単語フラッシュのカテゴリ一覧に戻る</a>
</div>

</div>

<script>
const ITEMS = [
  { word: "in", jp: "中に" },
  { word: "on", jp: "上に" },
  { word: "under", jp: "下に" },
  { word: "near", jp: "近くに" },
  { word: "by", jp: "そばに" },
  { word: "between", jp: "間に" },
  { word: "behind", jp: "後ろに" },
  { word: "in front of", jp: "前に" },
  { word: "to", jp: "〜へ" },
  { word: "from", jp: "〜から" },
  { word: "with", jp: "〜と一緒に／〜を使って" },
  { word: "for", jp: "〜のために" },
  { word: "at", jp: "〜で（場所・時）" },
  { word: "about", jp: "〜について" }
];

let _voice = null;

function pickVoice(){
  const voices = speechSynthesis.getVoices() || [];
  const femaleNames = ["Sonia","Serena","Susan","Kate","Libby","Maisie","Google UK English Female","Microsoft Sonia","Microsoft Libby","Microsoft Susan"];

  return voices.find(v => v.lang === "en-GB" && femaleNames.some(name => v.name.includes(name)))
  || voices.find(v => v.lang === "en-GB")
  || voices.find(v => (v.lang || "").startsWith("en"))
  || null;
}

(() => {
  const card = document.getElementById("card");
  const frontText = document.getElementById("frontText");
  const backText = document.getElementById("backText");
  const posEl = document.getElementById("pos");
  const totalEl = document.getElementById("total");
  const bar = document.getElementById("bar");
  const jpFirst = document.getElementById("jpFirst");
  const speakOnChk = document.getElementById("speakOn");
  const flipBtn = document.getElementById("flipBtn");
  const speakBtn = document.getElementById("speakBtn");
  const knownBtn = document.getElementById("knownBtn");
  const wrongBtn = document.getElementById("wrongBtn");
  const shuffleBtn = document.getElementById("shuffleBtn");
  const resetBtn = document.getElementById("resetBtn");
  const studyArea = document.getElementById("studyArea");
  const resultBox = document.getElementById("resultBox");
  const resultTitle = document.getElementById("resultTitle");
  const resultText = document.getElementById("resultText");
  const reviewBtn = document.getElementById("reviewBtn");
  const againBtn = document.getElementById("againBtn");

  let order = [...Array(ITEMS.length).keys()];
  let idx = 0;
  let isFlipped = false;
  let showJpFirst = false;
  let speakOn = false;
  let reviewList = [];

  totalEl.textContent = order.length;

  speechSynthesis.addEventListener("voiceschanged", () => {_voice = pickVoice();});

  function speak(text){
    try{
      if(!("speechSynthesis" in window)) return;
      if(!_voice) _voice = pickVoice();

      const u = new SpeechSynthesisUtterance(text.trim());
      if(_voice){
        u.voice = _voice;
        u.lang = _voice.lang || "en-GB";
      }else{
        u.lang = "en-GB";
      }

      u.rate = 0.9;
      u.pitch = 1.05;
      speechSynthesis.cancel();
      speechSynthesis.speak(u);
    }catch(e){}
  }

  function currentItem(){return ITEMS[order[idx]];}

  function render(){
    const it = currentItem();
    card.classList.remove("flipped");
    isFlipped = false;

    frontText.textContent = showJpFirst ? it.jp : it.word;
    backText.textContent = showJpFirst ? it.word : it.jp;

    posEl.textContent = idx + 1;
    totalEl.textContent = order.length;
    bar.style.width = `${((idx + 1) / order.length) * 100}%`;

    if(speakOn){speak(it.word);}
  }

  function flip(){
    isFlipped = !isFlipped;
    card.classList.toggle("flipped", isFlipped);
  }

  function nextCard(){
    if(idx >= order.length - 1){
      showResult();
      return;
    }
    idx++;
    render();
  }

  function showResult(){
    studyArea.style.display = "none";
    resultBox.style.display = "block";

    if(reviewList.length === 0){
      resultTitle.textContent = "ぜんぶできた！すごい！！🎉";
      resultText.textContent = "あとで復習する単語は 0こ です。";
      reviewBtn.style.display = "none";
    }else{
      resultTitle.textContent = "おつかれさま！✨";
      resultText.textContent = `あとで復習する単語は ${reviewList.length}こ あるよ。`;
      reviewBtn.style.display = "inline-block";
    }
  }

  function startStudy(newOrder){
    order = [...newOrder];
    idx = 0;
    studyArea.style.display = "block";
    resultBox.style.display = "none";
    render();
  }

  function resetAll(){
    reviewList = [];
    startStudy([...Array(ITEMS.length).keys()]);
  }

  function shuffleOrder(){
    for(let i = order.length - 1; i > 0; i--){
      const j = Math.floor(Math.random() * (i + 1));
      [order[i], order[j]] = [order[j], order[i]];
    }
    idx = 0;
    render();
  }

  card.addEventListener("click", flip);
  flipBtn.addEventListener("click", flip);
  speakBtn.addEventListener("click", () => speak(currentItem().word));
  knownBtn.addEventListener("click", nextCard);

  wrongBtn.addEventListener("click", () => {
    const currentIndex = order[idx];
    if(!reviewList.includes(currentIndex)){reviewList.push(currentIndex);}
    nextCard();
  });

  reviewBtn.addEventListener("click", () => {
    if(reviewList.length === 0) return;
    const list = [...reviewList];
    reviewList = [];
    startStudy(list);
  });

  againBtn.addEventListener("click", resetAll);
  shuffleBtn.addEventListener("click", shuffleOrder);
  resetBtn.addEventListener("click", resetAll);

  jpFirst.addEventListener("change", e => {
    showJpFirst = e.target.checked;
    render();
  });

  speakOnChk.addEventListener("change", e => {
    speakOn = e.target.checked;
    if(speakOn) speak(currentItem().word);
  });

  window.addEventListener("keydown", e => {
    if(e.key === " "){
      e.preventDefault();
      flip();
    }
  });

  render();
})();
</script>
</body>
</html>
<p>投稿 <a href="https://jouniorsankosodate.com/n5-no12/">英検５級 フラッシュ英単語 No.12｜前置詞（音声対応）</a> は <a href="https://jouniorsankosodate.com">じゅにさん子育てブログ</a> に最初に表示されました。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jouniorsankosodate.com/n5-no12/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>英検５級 フラッシュ英単語 No.11｜職業（音声対応）</title>
		<link>https://jouniorsankosodate.com/eiken5-no11/</link>
					<comments>https://jouniorsankosodate.com/eiken5-no11/#respond</comments>
		
		<dc:creator><![CDATA[じゅにさん]]></dc:creator>
		<pubDate>Sat, 02 May 2026 08:19:03 +0000</pubDate>
				<category><![CDATA[🟧英検５級 英語シリーズ]]></category>
		<category><![CDATA[＃フラッシュ]]></category>
		<category><![CDATA[＃無料アプリ]]></category>
		<category><![CDATA[#英単語]]></category>
		<category><![CDATA[＃英検]]></category>
		<category><![CDATA[＃英検５級]]></category>
		<guid isPermaLink="false">https://jouniorsankosodate.com/?p=5324</guid>

					<description><![CDATA[<p>英検５級 フラッシュ英単語 No.11｜職業・人を表すことば（音声対応） 英検５級 フラッシュ英単語 No.11 職業・人を表すことば 日本語からスタート 🔊 音声ON — — 英語⇆日本語 ▶ 読み上げ わかった 👍  [&#8230;]</p>
<p>投稿 <a href="https://jouniorsankosodate.com/eiken5-no11/">英検５級 フラッシュ英単語 No.11｜職業（音声対応）</a> は <a href="https://jouniorsankosodate.com">じゅにさん子育てブログ</a> に最初に表示されました。</p>
]]></description>
										<content:encoded><![CDATA[
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>英検５級 フラッシュ英単語 No.11｜職業・人を表すことば（音声対応）</title>

<style>
:root{
  --bg:#f7f7fb; --card:#ffffff; --ink:#111827; --muted:#6b7280;
  --accent:#ec4899; --accent-weak:#fce7f3;
  --good:#22c55e; --review:#f59e0b;
  --shadow:0 6px 24px rgba(0,0,0,.08);
}
body{margin:0;background:var(--bg);}
.wrap{max-width:760px;margin:0 auto;padding:16px 16px 28px;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial;color:var(--ink);}
header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:8px 0 16px;flex-wrap:wrap;}
h1{font-size:18px;margin:0;font-weight:700;}
.badge{font-size:11px;color:var(--accent);background:var(--accent-weak);padding:3px 8px;border-radius:999px;}
.switches{display:flex;align-items:center;gap:14px;flex-wrap:wrap;color:var(--muted);font-size:13px;}
.switches input{accent-color:var(--accent);}
.card-outer{position:relative;perspective:1200px;margin:12px 0 8px;}
.card{position:relative;width:100%;min-height:190px;background:var(--card);border-radius:18px;box-shadow:var(--shadow);cursor:pointer;transform-style:preserve-3d;transition:transform .5s ease;}
.card.flipped{transform:rotateY(180deg);}
.face{position:absolute;inset:0;border-radius:18px;display:flex;align-items:center;justify-content:center;backface-visibility:hidden;padding:24px;text-align:center;}
.frontText{font-size:30px;font-weight:800;}
.backText{font-size:24px;font-weight:700;}
.card-face-back{transform:rotateY(180deg);}
.controls{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0;}
.btn{appearance:none;border:1px solid #e5e7eb;background:#fff;padding:11px 12px;border-radius:13px;font-size:14px;font-weight:700;line-height:1.2;cursor:pointer;color:var(--ink);}
.btn:hover{background:#fdf2f8;}
.btn:active{transform:translateY(1px);}
.btn.primary{background:var(--accent);color:#fff;border-color:var(--accent);}
.btn.good{background:var(--good);color:#fff;border-color:var(--good);}
.btn.review{background:var(--review);color:#fff;border-color:var(--review);}
.meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px;color:var(--muted);font-size:13px;}
.progress{height:8px;background:var(--accent-weak);border-radius:999px;overflow:hidden;flex:1;}
.bar{height:100%;width:0;background:var(--accent);transition:.25s;}
.index{min-width:90px;text-align:right;}
.hint{margin-top:8px;color:var(--muted);font-size:12px;}
.result-box{display:none;background:#fff;border-radius:18px;box-shadow:var(--shadow);padding:24px;text-align:center;margin-top:16px;}
.result-box h2{margin:0 0 10px;font-size:22px;}
.result-box p{color:#475569;font-weight:700;}
.series-nav-wrap{margin:32px 0 12px;display:flex;justify-content:center;gap:12px;flex-wrap:wrap;}
.series-nav-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:700;border-radius:999px;padding:10px 18px;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.08);transition:.2s;font-size:14px;}
.series-nav-btn.nav-back{color:#ec4899;border:2px solid #fbcfe8;}
.series-nav-btn.next{color:#be185d;border:2px solid #fbcfe8;background:linear-gradient(135deg,#fdf2f8,#fce7f3);}
.series-nav-btn:hover{transform:translateY(-2px);}
@media (min-width:560px){.frontText{font-size:36px}.backText{font-size:26px}.card{min-height:220px}}
@media(max-width:480px){.controls{grid-template-columns:1fr}.series-nav-btn{width:100%;font-size:15px;padding:12px 18px}}
</style>
</head>

<body>
<div class="wrap" id="app" aria-live="polite">

<header>
  <h1>英検５級 フラッシュ英単語 <span class="badge">No.11 職業・人を表すことば</span></h1>
  <div class="switches">
    <label><input type="checkbox" id="jpFirst"> 日本語からスタート</label>
    <label><input type="checkbox" id="speakOn"> 🔊 音声ON</label>
  </div>
</header>

<div id="studyArea">
  <div class="card-outer" aria-label="フラッシュカード" role="button" tabindex="0">
    <div class="card" id="card">
      <div class="face card-face-front"><div class="frontText" id="frontText">—</div></div>
      <div class="face card-face-back"><div class="backText" id="backText">—</div></div>
    </div>
  </div>

  <div class="controls">
    <button class="btn primary" id="flipBtn">英語⇆日本語</button>
    <button class="btn" id="speakBtn">▶ 読み上げ</button>
    <button class="btn good" id="knownBtn">わかった 👍</button>
    <button class="btn review" id="wrongBtn">わからん！あとで復習 📌</button>
    <button class="btn" id="shuffleBtn">🔀 シャッフル</button>
    <button class="btn" id="resetBtn">↩︎ はじめから</button>
  </div>

  <div class="meta">
    <div class="progress"><div class="bar" id="bar"></div></div>
    <div class="index"><span id="pos">1</span>/<span id="total">—</span></div>
  </div>

  <p class="hint">カードをタップして答えを確認。わかったら「わかった」、不安なら「あとで復習」を押してね。</p>
</div>

<div class="result-box" id="resultBox">
  <h2 id="resultTitle">おつかれさま！✨</h2>
  <p id="resultText"></p>
  <div class="controls">
    <button class="btn review" id="reviewBtn">復習する 🔁</button>
    <button class="btn" id="againBtn">もう一回やる</button>
  </div>
</div>

<div class="series-nav-wrap">
  <a href="https://jouniorsankosodate.com/eiken5-no10/" class="series-nav-btn nav-back">← 前のレッスンへ</a>
  <a href="https://jouniorsankosodate.com/category/learn/english-flash/" class="series-nav-btn nav-back">英単語フラッシュのカテゴリ一覧に戻る</a>
  <a href="https://jouniorsankosodate.com/eiken5-no12/" class="series-nav-btn next">次のレッスンへ →</a>
</div>

</div>

<script>
const ITEMS = [
  { word: "teacher", jp: "先生" },
  { word: "doctor", jp: "医者" },
  { word: "nurse", jp: "看護師" },
  { word: "police officer", jp: "警察官" },
  { word: "firefighter", jp: "消防士" },
  { word: "cook", jp: "料理人" },
  { word: "driver", jp: "運転手" },
  { word: "farmer", jp: "農家" },
  { word: "shop clerk", jp: "店員" },
  { word: "student", jp: "生徒／学生" }
];

let _voice = null;

function pickVoice(){
  const voices = speechSynthesis.getVoices() || [];
  const femaleNames = ["Sonia","Serena","Susan","Kate","Libby","Maisie","Google UK English Female","Microsoft Sonia","Microsoft Libby","Microsoft Susan"];

  return voices.find(v => v.lang === "en-GB" && femaleNames.some(name => v.name.includes(name)))
  || voices.find(v => v.lang === "en-GB")
  || voices.find(v => (v.lang || "").startsWith("en"))
  || null;
}

(() => {
  const card = document.getElementById("card");
  const frontText = document.getElementById("frontText");
  const backText = document.getElementById("backText");
  const posEl = document.getElementById("pos");
  const totalEl = document.getElementById("total");
  const bar = document.getElementById("bar");
  const jpFirst = document.getElementById("jpFirst");
  const speakOnChk = document.getElementById("speakOn");
  const flipBtn = document.getElementById("flipBtn");
  const speakBtn = document.getElementById("speakBtn");
  const knownBtn = document.getElementById("knownBtn");
  const wrongBtn = document.getElementById("wrongBtn");
  const shuffleBtn = document.getElementById("shuffleBtn");
  const resetBtn = document.getElementById("resetBtn");
  const studyArea = document.getElementById("studyArea");
  const resultBox = document.getElementById("resultBox");
  const resultTitle = document.getElementById("resultTitle");
  const resultText = document.getElementById("resultText");
  const reviewBtn = document.getElementById("reviewBtn");
  const againBtn = document.getElementById("againBtn");

  let order = [...Array(ITEMS.length).keys()];
  let idx = 0;
  let isFlipped = false;
  let showJpFirst = false;
  let speakOn = false;
  let reviewList = [];

  totalEl.textContent = order.length;

  speechSynthesis.addEventListener("voiceschanged", () => {_voice = pickVoice();});

  function speak(text){
    try{
      if(!("speechSynthesis" in window)) return;
      if(!_voice) _voice = pickVoice();

      const u = new SpeechSynthesisUtterance(text.trim());
      if(_voice){
        u.voice = _voice;
        u.lang = _voice.lang || "en-GB";
      }else{
        u.lang = "en-GB";
      }

      u.rate = 0.9;
      u.pitch = 1.05;
      speechSynthesis.cancel();
      speechSynthesis.speak(u);
    }catch(e){}
  }

  function currentItem(){return ITEMS[order[idx]];}

  function render(){
    const it = currentItem();
    card.classList.remove("flipped");
    isFlipped = false;

    frontText.textContent = showJpFirst ? it.jp : it.word;
    backText.textContent = showJpFirst ? it.word : it.jp;

    posEl.textContent = idx + 1;
    totalEl.textContent = order.length;
    bar.style.width = `${((idx + 1) / order.length) * 100}%`;

    if(speakOn){speak(it.word);}
  }

  function flip(){
    isFlipped = !isFlipped;
    card.classList.toggle("flipped", isFlipped);
  }

  function nextCard(){
    if(idx >= order.length - 1){
      showResult();
      return;
    }
    idx++;
    render();
  }

  function showResult(){
    studyArea.style.display = "none";
    resultBox.style.display = "block";

    if(reviewList.length === 0){
      resultTitle.textContent = "ぜんぶできた！すごい！！🎉";
      resultText.textContent = "あとで復習する単語は 0こ です。";
      reviewBtn.style.display = "none";
    }else{
      resultTitle.textContent = "おつかれさま！✨";
      resultText.textContent = `あとで復習する単語は ${reviewList.length}こ あるよ。`;
      reviewBtn.style.display = "inline-block";
    }
  }

  function startStudy(newOrder){
    order = [...newOrder];
    idx = 0;
    studyArea.style.display = "block";
    resultBox.style.display = "none";
    render();
  }

  function resetAll(){
    reviewList = [];
    startStudy([...Array(ITEMS.length).keys()]);
  }

  function shuffleOrder(){
    for(let i = order.length - 1; i > 0; i--){
      const j = Math.floor(Math.random() * (i + 1));
      [order[i], order[j]] = [order[j], order[i]];
    }
    idx = 0;
    render();
  }

  card.addEventListener("click", flip);
  flipBtn.addEventListener("click", flip);
  speakBtn.addEventListener("click", () => speak(currentItem().word));
  knownBtn.addEventListener("click", nextCard);

  wrongBtn.addEventListener("click", () => {
    const currentIndex = order[idx];
    if(!reviewList.includes(currentIndex)){reviewList.push(currentIndex);}
    nextCard();
  });

  reviewBtn.addEventListener("click", () => {
    if(reviewList.length === 0) return;
    const list = [...reviewList];
    reviewList = [];
    startStudy(list);
  });

  againBtn.addEventListener("click", resetAll);
  shuffleBtn.addEventListener("click", shuffleOrder);
  resetBtn.addEventListener("click", resetAll);

  jpFirst.addEventListener("change", e => {
    showJpFirst = e.target.checked;
    render();
  });

  speakOnChk.addEventListener("change", e => {
    speakOn = e.target.checked;
    if(speakOn) speak(currentItem().word);
  });

  window.addEventListener("keydown", e => {
    if(e.key === " "){
      e.preventDefault();
      flip();
    }
  });

  render();
})();
</script>
</body>
</html>
<p>投稿 <a href="https://jouniorsankosodate.com/eiken5-no11/">英検５級 フラッシュ英単語 No.11｜職業（音声対応）</a> は <a href="https://jouniorsankosodate.com">じゅにさん子育てブログ</a> に最初に表示されました。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jouniorsankosodate.com/eiken5-no11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>英検５級 フラッシュ英単語 No.10｜場所・建物（音声対応）</title>
		<link>https://jouniorsankosodate.com/eiken5-no10/</link>
					<comments>https://jouniorsankosodate.com/eiken5-no10/#respond</comments>
		
		<dc:creator><![CDATA[じゅにさん]]></dc:creator>
		<pubDate>Sat, 02 May 2026 08:17:31 +0000</pubDate>
				<category><![CDATA[🟧英検５級 英語シリーズ]]></category>
		<category><![CDATA[＃フラッシュ]]></category>
		<category><![CDATA[＃無料アプリ]]></category>
		<category><![CDATA[#英単語]]></category>
		<category><![CDATA[＃英検]]></category>
		<category><![CDATA[＃英検５級]]></category>
		<guid isPermaLink="false">https://jouniorsankosodate.com/?p=5322</guid>

					<description><![CDATA[<p>英検５級 フラッシュ英単語 No.10｜場所・建物（音声対応） 英検５級 フラッシュ英単語 No.10 場所・建物 日本語からスタート 🔊 音声ON — — 英語⇆日本語 ▶ 読み上げ わかった 👍 わからん！あとで復習 [&#8230;]</p>
<p>投稿 <a href="https://jouniorsankosodate.com/eiken5-no10/">英検５級 フラッシュ英単語 No.10｜場所・建物（音声対応）</a> は <a href="https://jouniorsankosodate.com">じゅにさん子育てブログ</a> に最初に表示されました。</p>
]]></description>
										<content:encoded><![CDATA[
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>英検５級 フラッシュ英単語 No.10｜場所・建物（音声対応）</title>

<style>
:root{
  --bg:#f7f7fb; --card:#ffffff; --ink:#111827; --muted:#6b7280;
  --accent:#10b981; --accent-weak:#d1fae5;
  --good:#22c55e; --review:#f59e0b;
  --shadow:0 6px 24px rgba(0,0,0,.08);
}
body{margin:0;background:var(--bg);}
.wrap{max-width:760px;margin:0 auto;padding:16px 16px 28px;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial;color:var(--ink);}
header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:8px 0 16px;flex-wrap:wrap;}
h1{font-size:18px;margin:0;font-weight:700;}
.badge{font-size:11px;color:var(--accent);background:var(--accent-weak);padding:3px 8px;border-radius:999px;}
.switches{display:flex;align-items:center;gap:14px;flex-wrap:wrap;color:var(--muted);font-size:13px;}
.switches input{accent-color:var(--accent);}
.card-outer{position:relative;perspective:1200px;margin:12px 0 8px;}
.card{position:relative;width:100%;min-height:190px;background:var(--card);border-radius:18px;box-shadow:var(--shadow);cursor:pointer;transform-style:preserve-3d;transition:transform .5s ease;}
.card.flipped{transform:rotateY(180deg);}
.face{position:absolute;inset:0;border-radius:18px;display:flex;align-items:center;justify-content:center;backface-visibility:hidden;padding:24px;text-align:center;}
.frontText{font-size:30px;font-weight:800;}
.backText{font-size:24px;font-weight:700;}
.card-face-back{transform:rotateY(180deg);}
.controls{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0;}
.btn{appearance:none;border:1px solid #e5e7eb;background:#fff;padding:11px 12px;border-radius:13px;font-size:14px;font-weight:700;line-height:1.2;cursor:pointer;color:var(--ink);}
.btn:hover{background:#ecfdf5;}
.btn:active{transform:translateY(1px);}
.btn.primary{background:var(--accent);color:#fff;border-color:var(--accent);}
.btn.good{background:var(--good);color:#fff;border-color:var(--good);}
.btn.review{background:var(--review);color:#fff;border-color:var(--review);}
.meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px;color:var(--muted);font-size:13px;}
.progress{height:8px;background:var(--accent-weak);border-radius:999px;overflow:hidden;flex:1;}
.bar{height:100%;width:0;background:var(--accent);transition:.25s;}
.index{min-width:90px;text-align:right;}
.hint{margin-top:8px;color:var(--muted);font-size:12px;}
.result-box{display:none;background:#fff;border-radius:18px;box-shadow:var(--shadow);padding:24px;text-align:center;margin-top:16px;}
.result-box h2{margin:0 0 10px;font-size:22px;}
.result-box p{color:#475569;font-weight:700;}
.series-nav-wrap{margin:32px 0 12px;display:flex;justify-content:center;gap:12px;flex-wrap:wrap;}
.series-nav-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:700;border-radius:999px;padding:10px 18px;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.08);transition:.2s;font-size:14px;}
.series-nav-btn.nav-back{color:#10b981;border:2px solid #a7f3d0;}
.series-nav-btn.next{color:#047857;border:2px solid #a7f3d0;background:linear-gradient(135deg,#ecfdf5,#d1fae5);}
.series-nav-btn:hover{transform:translateY(-2px);}
@media (min-width:560px){.frontText{font-size:36px}.backText{font-size:26px}.card{min-height:220px}}
@media(max-width:480px){.controls{grid-template-columns:1fr}.series-nav-btn{width:100%;font-size:15px;padding:12px 18px}}
</style>
</head>

<body>
<div class="wrap" id="app" aria-live="polite">

<header>
  <h1>英検５級 フラッシュ英単語 <span class="badge">No.10 場所・建物</span></h1>
  <div class="switches">
    <label><input type="checkbox" id="jpFirst"> 日本語からスタート</label>
    <label><input type="checkbox" id="speakOn"> 🔊 音声ON</label>
  </div>
</header>

<div id="studyArea">
  <div class="card-outer" aria-label="フラッシュカード" role="button" tabindex="0">
    <div class="card" id="card">
      <div class="face card-face-front"><div class="frontText" id="frontText">—</div></div>
      <div class="face card-face-back"><div class="backText" id="backText">—</div></div>
    </div>
  </div>

  <div class="controls">
    <button class="btn primary" id="flipBtn">英語⇆日本語</button>
    <button class="btn" id="speakBtn">▶ 読み上げ</button>
    <button class="btn good" id="knownBtn">わかった 👍</button>
    <button class="btn review" id="wrongBtn">わからん！あとで復習 📌</button>
    <button class="btn" id="shuffleBtn">🔀 シャッフル</button>
    <button class="btn" id="resetBtn">↩︎ はじめから</button>
  </div>

  <div class="meta">
    <div class="progress"><div class="bar" id="bar"></div></div>
    <div class="index"><span id="pos">1</span>/<span id="total">—</span></div>
  </div>

  <p class="hint">カードをタップして答えを確認。わかったら「わかった」、不安なら「あとで復習」を押してね。</p>
</div>

<div class="result-box" id="resultBox">
  <h2 id="resultTitle">おつかれさま！✨</h2>
  <p id="resultText"></p>
  <div class="controls">
    <button class="btn review" id="reviewBtn">復習する 🔁</button>
    <button class="btn" id="againBtn">もう一回やる</button>
  </div>
</div>

<div class="series-nav-wrap">
  <a href="https://jouniorsankosodate.com/eiken5-no9/" class="series-nav-btn nav-back">← 前のレッスンへ</a>
  <a href="https://jouniorsankosodate.com/category/learn/english-flash/" class="series-nav-btn nav-back">英単語フラッシュのカテゴリ一覧に戻る</a>
  <a href="https://jouniorsankosodate.com/eiken5-no11/" class="series-nav-btn next">次のレッスンへ →</a>
</div>

</div>

<script>
const ITEMS = [
  { word: "school", jp: "学校" },
  { word: "park", jp: "公園" },
  { word: "library", jp: "図書館" },
  { word: "station", jp: "駅" },
  { word: "hospital", jp: "病院" },
  { word: "store", jp: "店" },
  { word: "restaurant", jp: "レストラン" },
  { word: "house", jp: "家" },
  { word: "room", jp: "部屋" },
  { word: "city", jp: "都市／街" }
];

let _voice = null;

function pickVoice(){
  const voices = speechSynthesis.getVoices() || [];
  const femaleNames = ["Sonia","Serena","Susan","Kate","Libby","Maisie","Google UK English Female","Microsoft Sonia","Microsoft Libby","Microsoft Susan"];

  return voices.find(v => v.lang === "en-GB" && femaleNames.some(name => v.name.includes(name)))
  || voices.find(v => v.lang === "en-GB")
  || voices.find(v => (v.lang || "").startsWith("en"))
  || null;
}

(() => {
  const card = document.getElementById("card");
  const frontText = document.getElementById("frontText");
  const backText = document.getElementById("backText");
  const posEl = document.getElementById("pos");
  const totalEl = document.getElementById("total");
  const bar = document.getElementById("bar");
  const jpFirst = document.getElementById("jpFirst");
  const speakOnChk = document.getElementById("speakOn");
  const flipBtn = document.getElementById("flipBtn");
  const speakBtn = document.getElementById("speakBtn");
  const knownBtn = document.getElementById("knownBtn");
  const wrongBtn = document.getElementById("wrongBtn");
  const shuffleBtn = document.getElementById("shuffleBtn");
  const resetBtn = document.getElementById("resetBtn");
  const studyArea = document.getElementById("studyArea");
  const resultBox = document.getElementById("resultBox");
  const resultTitle = document.getElementById("resultTitle");
  const resultText = document.getElementById("resultText");
  const reviewBtn = document.getElementById("reviewBtn");
  const againBtn = document.getElementById("againBtn");

  let order = [...Array(ITEMS.length).keys()];
  let idx = 0;
  let isFlipped = false;
  let showJpFirst = false;
  let speakOn = false;
  let reviewList = [];

  totalEl.textContent = order.length;

  speechSynthesis.addEventListener("voiceschanged", () => {_voice = pickVoice();});

  function speak(text){
    try{
      if(!("speechSynthesis" in window)) return;
      if(!_voice) _voice = pickVoice();

      const u = new SpeechSynthesisUtterance(text.trim());
      if(_voice){
        u.voice = _voice;
        u.lang = _voice.lang || "en-GB";
      }else{
        u.lang = "en-GB";
      }

      u.rate = 0.9;
      u.pitch = 1.05;
      speechSynthesis.cancel();
      speechSynthesis.speak(u);
    }catch(e){}
  }

  function currentItem(){return ITEMS[order[idx]];}

  function render(){
    const it = currentItem();
    card.classList.remove("flipped");
    isFlipped = false;

    frontText.textContent = showJpFirst ? it.jp : it.word;
    backText.textContent = showJpFirst ? it.word : it.jp;

    posEl.textContent = idx + 1;
    totalEl.textContent = order.length;
    bar.style.width = `${((idx + 1) / order.length) * 100}%`;

    if(speakOn){speak(it.word);}
  }

  function flip(){
    isFlipped = !isFlipped;
    card.classList.toggle("flipped", isFlipped);
  }

  function nextCard(){
    if(idx >= order.length - 1){
      showResult();
      return;
    }
    idx++;
    render();
  }

  function showResult(){
    studyArea.style.display = "none";
    resultBox.style.display = "block";

    if(reviewList.length === 0){
      resultTitle.textContent = "ぜんぶできた！すごい！！🎉";
      resultText.textContent = "あとで復習する単語は 0こ です。";
      reviewBtn.style.display = "none";
    }else{
      resultTitle.textContent = "おつかれさま！✨";
      resultText.textContent = `あとで復習する単語は ${reviewList.length}こ あるよ。`;
      reviewBtn.style.display = "inline-block";
    }
  }

  function startStudy(newOrder){
    order = [...newOrder];
    idx = 0;
    studyArea.style.display = "block";
    resultBox.style.display = "none";
    render();
  }

  function resetAll(){
    reviewList = [];
    startStudy([...Array(ITEMS.length).keys()]);
  }

  function shuffleOrder(){
    for(let i = order.length - 1; i > 0; i--){
      const j = Math.floor(Math.random() * (i + 1));
      [order[i], order[j]] = [order[j], order[i]];
    }
    idx = 0;
    render();
  }

  card.addEventListener("click", flip);
  flipBtn.addEventListener("click", flip);
  speakBtn.addEventListener("click", () => speak(currentItem().word));
  knownBtn.addEventListener("click", nextCard);

  wrongBtn.addEventListener("click", () => {
    const currentIndex = order[idx];
    if(!reviewList.includes(currentIndex)){reviewList.push(currentIndex);}
    nextCard();
  });

  reviewBtn.addEventListener("click", () => {
    if(reviewList.length === 0) return;
    const list = [...reviewList];
    reviewList = [];
    startStudy(list);
  });

  againBtn.addEventListener("click", resetAll);
  shuffleBtn.addEventListener("click", shuffleOrder);
  resetBtn.addEventListener("click", resetAll);

  jpFirst.addEventListener("change", e => {
    showJpFirst = e.target.checked;
    render();
  });

  speakOnChk.addEventListener("change", e => {
    speakOn = e.target.checked;
    if(speakOn) speak(currentItem().word);
  });

  window.addEventListener("keydown", e => {
    if(e.key === " "){
      e.preventDefault();
      flip();
    }
  });

  render();
})();
</script>
</body>
</html>
<p>投稿 <a href="https://jouniorsankosodate.com/eiken5-no10/">英検５級 フラッシュ英単語 No.10｜場所・建物（音声対応）</a> は <a href="https://jouniorsankosodate.com">じゅにさん子育てブログ</a> に最初に表示されました。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jouniorsankosodate.com/eiken5-no10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>英検５級 フラッシュ英単語 No.9｜時間・曜日（音声対応）</title>
		<link>https://jouniorsankosodate.com/eiken5-no9/</link>
					<comments>https://jouniorsankosodate.com/eiken5-no9/#respond</comments>
		
		<dc:creator><![CDATA[じゅにさん]]></dc:creator>
		<pubDate>Sat, 02 May 2026 08:15:58 +0000</pubDate>
				<category><![CDATA[🟧英検５級 英語シリーズ]]></category>
		<category><![CDATA[＃フラッシュ]]></category>
		<category><![CDATA[＃無料アプリ]]></category>
		<category><![CDATA[#英単語]]></category>
		<category><![CDATA[＃英検]]></category>
		<category><![CDATA[＃英検５級]]></category>
		<guid isPermaLink="false">https://jouniorsankosodate.com/?p=5319</guid>

					<description><![CDATA[<p>英検５級 フラッシュ英単語 No.9｜時間・曜日（音声対応） 英検５級 フラッシュ英単語 No.9 時間・曜日 日本語からスタート 🔊 音声ON — — 英語⇆日本語 ▶ 読み上げ わかった 👍 わからん！あとで復習 📌 [&#8230;]</p>
<p>投稿 <a href="https://jouniorsankosodate.com/eiken5-no9/">英検５級 フラッシュ英単語 No.9｜時間・曜日（音声対応）</a> は <a href="https://jouniorsankosodate.com">じゅにさん子育てブログ</a> に最初に表示されました。</p>
]]></description>
										<content:encoded><![CDATA[
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>英検５級 フラッシュ英単語 No.9｜時間・曜日（音声対応）</title>

<style>
:root{
  --bg:#f7f7fb; --card:#ffffff; --ink:#111827; --muted:#6b7280;
  --accent:#f97316; --accent-weak:#ffedd5;
  --good:#22c55e; --review:#f59e0b;
  --shadow:0 6px 24px rgba(0,0,0,.08);
}
body{margin:0;background:var(--bg);}
.wrap{max-width:760px;margin:0 auto;padding:16px 16px 28px;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial;color:var(--ink);}
header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:8px 0 16px;flex-wrap:wrap;}
h1{font-size:18px;margin:0;font-weight:700;}
.badge{font-size:11px;color:var(--accent);background:var(--accent-weak);padding:3px 8px;border-radius:999px;}
.switches{display:flex;align-items:center;gap:14px;flex-wrap:wrap;color:var(--muted);font-size:13px;}
.switches input{accent-color:var(--accent);}
.card-outer{position:relative;perspective:1200px;margin:12px 0 8px;}
.card{position:relative;width:100%;min-height:190px;background:var(--card);border-radius:18px;box-shadow:var(--shadow);cursor:pointer;transform-style:preserve-3d;transition:transform .5s ease;}
.card.flipped{transform:rotateY(180deg);}
.face{position:absolute;inset:0;border-radius:18px;display:flex;align-items:center;justify-content:center;backface-visibility:hidden;padding:24px;text-align:center;}
.frontText{font-size:30px;font-weight:800;}
.backText{font-size:24px;font-weight:700;}
.card-face-back{transform:rotateY(180deg);}
.controls{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0;}
.btn{appearance:none;border:1px solid #e5e7eb;background:#fff;padding:11px 12px;border-radius:13px;font-size:14px;font-weight:700;line-height:1.2;cursor:pointer;color:var(--ink);}
.btn:hover{background:#fff7ed;}
.btn:active{transform:translateY(1px);}
.btn.primary{background:var(--accent);color:#fff;border-color:var(--accent);}
.btn.good{background:var(--good);color:#fff;border-color:var(--good);}
.btn.review{background:var(--review);color:#fff;border-color:var(--review);}
.meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px;color:var(--muted);font-size:13px;}
.progress{height:8px;background:var(--accent-weak);border-radius:999px;overflow:hidden;flex:1;}
.bar{height:100%;width:0;background:var(--accent);transition:.25s;}
.index{min-width:90px;text-align:right;}
.hint{margin-top:8px;color:var(--muted);font-size:12px;}
.result-box{display:none;background:#fff;border-radius:18px;box-shadow:var(--shadow);padding:24px;text-align:center;margin-top:16px;}
.result-box h2{margin:0 0 10px;font-size:22px;}
.result-box p{color:#475569;font-weight:700;}
.series-nav-wrap{margin:32px 0 12px;display:flex;justify-content:center;gap:12px;flex-wrap:wrap;}
.series-nav-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:700;border-radius:999px;padding:10px 18px;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.08);transition:.2s;font-size:14px;}
.series-nav-btn.nav-back{color:#f97316;border:2px solid #fed7aa;}
.series-nav-btn.next{color:#ea580c;border:2px solid #fed7aa;background:linear-gradient(135deg,#fff7ed,#ffedd5);}
.series-nav-btn:hover{transform:translateY(-2px);}
@media (min-width:560px){.frontText{font-size:36px}.backText{font-size:26px}.card{min-height:220px}}
@media(max-width:480px){.controls{grid-template-columns:1fr}.series-nav-btn{width:100%;font-size:15px;padding:12px 18px}}
</style>
</head>

<body>
<div class="wrap" id="app" aria-live="polite">

<header>
  <h1>英検５級 フラッシュ英単語 <span class="badge">No.9 時間・曜日</span></h1>
  <div class="switches">
    <label><input type="checkbox" id="jpFirst"> 日本語からスタート</label>
    <label><input type="checkbox" id="speakOn"> 🔊 音声ON</label>
  </div>
</header>

<div id="studyArea">
  <div class="card-outer" aria-label="フラッシュカード" role="button" tabindex="0">
    <div class="card" id="card">
      <div class="face card-face-front"><div class="frontText" id="frontText">—</div></div>
      <div class="face card-face-back"><div class="backText" id="backText">—</div></div>
    </div>
  </div>

  <div class="controls">
    <button class="btn primary" id="flipBtn">英語⇆日本語</button>
    <button class="btn" id="speakBtn">▶ 読み上げ</button>
    <button class="btn good" id="knownBtn">わかった 👍</button>
    <button class="btn review" id="wrongBtn">わからん！あとで復習 📌</button>
    <button class="btn" id="shuffleBtn">🔀 シャッフル</button>
    <button class="btn" id="resetBtn">↩︎ はじめから</button>
  </div>

  <div class="meta">
    <div class="progress"><div class="bar" id="bar"></div></div>
    <div class="index"><span id="pos">1</span>/<span id="total">—</span></div>
  </div>

  <p class="hint">カードをタップして答えを確認。わかったら「わかった」、不安なら「あとで復習」を押してね。</p>
</div>

<div class="result-box" id="resultBox">
  <h2 id="resultTitle">おつかれさま！✨</h2>
  <p id="resultText"></p>
  <div class="controls">
    <button class="btn review" id="reviewBtn">復習する 🔁</button>
    <button class="btn" id="againBtn">もう一回やる</button>
  </div>
</div>

<div class="series-nav-wrap">
  <a href="https://jouniorsankosodate.com/eiken5-no8/" class="series-nav-btn nav-back">← 前のレッスンへ</a>
  <a href="https://jouniorsankosodate.com/category/learn/english-flash/" class="series-nav-btn nav-back">英単語フラッシュのカテゴリ一覧に戻る</a>
  <a href="https://jouniorsankosodate.com/eiken5-no10/" class="series-nav-btn next">次のレッスンへ →</a>
</div>

</div>

<script>
const ITEMS = [
  { word: "Sunday", jp: "日曜日" },
  { word: "Monday", jp: "月曜日" },
  { word: "Tuesday", jp: "火曜日" },
  { word: "Wednesday", jp: "水曜日" },
  { word: "Thursday", jp: "木曜日" },
  { word: "Friday", jp: "金曜日" },
  { word: "Saturday", jp: "土曜日" },
  { word: "today", jp: "今日" },
  { word: "tomorrow", jp: "明日" },
  { word: "yesterday", jp: "昨日" },
  { word: "morning", jp: "朝／午前" },
  { word: "afternoon", jp: "午後" },
  { word: "evening", jp: "夕方／晩" },
  { word: "night", jp: "夜" },
  { word: "time", jp: "時間" },
  { word: "hour", jp: "1時間" },
  { word: "minute", jp: "分" },
  { word: "o'clock", jp: "〜時" }
];

let _voice = null;

function pickVoice(){
  const voices = speechSynthesis.getVoices() || [];
  const femaleNames = ["Sonia","Serena","Susan","Kate","Libby","Maisie","Google UK English Female","Microsoft Sonia","Microsoft Libby","Microsoft Susan"];

  return voices.find(v => v.lang === "en-GB" && femaleNames.some(name => v.name.includes(name)))
  || voices.find(v => v.lang === "en-GB")
  || voices.find(v => (v.lang || "").startsWith("en"))
  || null;
}

(() => {
  const card = document.getElementById("card");
  const frontText = document.getElementById("frontText");
  const backText = document.getElementById("backText");
  const posEl = document.getElementById("pos");
  const totalEl = document.getElementById("total");
  const bar = document.getElementById("bar");
  const jpFirst = document.getElementById("jpFirst");
  const speakOnChk = document.getElementById("speakOn");
  const flipBtn = document.getElementById("flipBtn");
  const speakBtn = document.getElementById("speakBtn");
  const knownBtn = document.getElementById("knownBtn");
  const wrongBtn = document.getElementById("wrongBtn");
  const shuffleBtn = document.getElementById("shuffleBtn");
  const resetBtn = document.getElementById("resetBtn");
  const studyArea = document.getElementById("studyArea");
  const resultBox = document.getElementById("resultBox");
  const resultTitle = document.getElementById("resultTitle");
  const resultText = document.getElementById("resultText");
  const reviewBtn = document.getElementById("reviewBtn");
  const againBtn = document.getElementById("againBtn");

  let order = [...Array(ITEMS.length).keys()];
  let idx = 0;
  let isFlipped = false;
  let showJpFirst = false;
  let speakOn = false;
  let reviewList = [];

  totalEl.textContent = order.length;

  speechSynthesis.addEventListener("voiceschanged", () => {_voice = pickVoice();});

  function speak(text){
    try{
      if(!("speechSynthesis" in window)) return;
      if(!_voice) _voice = pickVoice();

      const u = new SpeechSynthesisUtterance(text.trim());
      if(_voice){
        u.voice = _voice;
        u.lang = _voice.lang || "en-GB";
      }else{
        u.lang = "en-GB";
      }

      u.rate = 0.9;
      u.pitch = 1.05;
      speechSynthesis.cancel();
      speechSynthesis.speak(u);
    }catch(e){}
  }

  function currentItem(){return ITEMS[order[idx]];}

  function render(){
    const it = currentItem();
    card.classList.remove("flipped");
    isFlipped = false;

    frontText.textContent = showJpFirst ? it.jp : it.word;
    backText.textContent = showJpFirst ? it.word : it.jp;

    posEl.textContent = idx + 1;
    totalEl.textContent = order.length;
    bar.style.width = `${((idx + 1) / order.length) * 100}%`;

    if(speakOn){speak(it.word);}
  }

  function flip(){
    isFlipped = !isFlipped;
    card.classList.toggle("flipped", isFlipped);
  }

  function nextCard(){
    if(idx >= order.length - 1){
      showResult();
      return;
    }
    idx++;
    render();
  }

  function showResult(){
    studyArea.style.display = "none";
    resultBox.style.display = "block";

    if(reviewList.length === 0){
      resultTitle.textContent = "ぜんぶできた！すごい！！🎉";
      resultText.textContent = "あとで復習する単語は 0こ です。";
      reviewBtn.style.display = "none";
    }else{
      resultTitle.textContent = "おつかれさま！✨";
      resultText.textContent = `あとで復習する単語は ${reviewList.length}こ あるよ。`;
      reviewBtn.style.display = "inline-block";
    }
  }

  function startStudy(newOrder){
    order = [...newOrder];
    idx = 0;
    studyArea.style.display = "block";
    resultBox.style.display = "none";
    render();
  }

  function resetAll(){
    reviewList = [];
    startStudy([...Array(ITEMS.length).keys()]);
  }

  function shuffleOrder(){
    for(let i = order.length - 1; i > 0; i--){
      const j = Math.floor(Math.random() * (i + 1));
      [order[i], order[j]] = [order[j], order[i]];
    }
    idx = 0;
    render();
  }

  card.addEventListener("click", flip);
  flipBtn.addEventListener("click", flip);
  speakBtn.addEventListener("click", () => speak(currentItem().word));
  knownBtn.addEventListener("click", nextCard);

  wrongBtn.addEventListener("click", () => {
    const currentIndex = order[idx];
    if(!reviewList.includes(currentIndex)){reviewList.push(currentIndex);}
    nextCard();
  });

  reviewBtn.addEventListener("click", () => {
    if(reviewList.length === 0) return;
    const list = [...reviewList];
    reviewList = [];
    startStudy(list);
  });

  againBtn.addEventListener("click", resetAll);
  shuffleBtn.addEventListener("click", shuffleOrder);
  resetBtn.addEventListener("click", resetAll);

  jpFirst.addEventListener("change", e => {
    showJpFirst = e.target.checked;
    render();
  });

  speakOnChk.addEventListener("change", e => {
    speakOn = e.target.checked;
    if(speakOn) speak(currentItem().word);
  });

  window.addEventListener("keydown", e => {
    if(e.key === " "){
      e.preventDefault();
      flip();
    }
  });

  render();
})();
</script>
</body>
</html>
<p>投稿 <a href="https://jouniorsankosodate.com/eiken5-no9/">英検５級 フラッシュ英単語 No.9｜時間・曜日（音声対応）</a> は <a href="https://jouniorsankosodate.com">じゅにさん子育てブログ</a> に最初に表示されました。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jouniorsankosodate.com/eiken5-no9/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>英検５級 フラッシュ英単語 No.8｜教科・学校生活（音声対応）</title>
		<link>https://jouniorsankosodate.com/eiken5-no8/</link>
					<comments>https://jouniorsankosodate.com/eiken5-no8/#respond</comments>
		
		<dc:creator><![CDATA[じゅにさん]]></dc:creator>
		<pubDate>Sat, 02 May 2026 08:14:49 +0000</pubDate>
				<category><![CDATA[🟧英検５級 英語シリーズ]]></category>
		<category><![CDATA[＃フラッシュ]]></category>
		<category><![CDATA[＃無料アプリ]]></category>
		<category><![CDATA[#英単語]]></category>
		<category><![CDATA[＃英検５級]]></category>
		<guid isPermaLink="false">https://jouniorsankosodate.com/?p=5317</guid>

					<description><![CDATA[<p>英検５級 フラッシュ英単語 No.8｜教科・学校生活（音声対応） 英検５級 フラッシュ英単語 No.8 教科・学校生活 日本語からスタート 🔊 音声ON — — 英語⇆日本語 ▶ 読み上げ わかった 👍 わからん！あとで [&#8230;]</p>
<p>投稿 <a href="https://jouniorsankosodate.com/eiken5-no8/">英検５級 フラッシュ英単語 No.8｜教科・学校生活（音声対応）</a> は <a href="https://jouniorsankosodate.com">じゅにさん子育てブログ</a> に最初に表示されました。</p>
]]></description>
										<content:encoded><![CDATA[
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>英検５級 フラッシュ英単語 No.8｜教科・学校生活（音声対応）</title>

<style>
:root{
  --bg:#f7f7fb; --card:#ffffff; --ink:#111827; --muted:#6b7280;
  --accent:#3b82f6; --accent-weak:#dbeafe;
  --good:#22c55e; --review:#f59e0b;
  --shadow:0 6px 24px rgba(0,0,0,.08);
}
body{margin:0;background:var(--bg);}
.wrap{max-width:760px;margin:0 auto;padding:16px 16px 28px;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial;color:var(--ink);}
header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:8px 0 16px;flex-wrap:wrap;}
h1{font-size:18px;margin:0;font-weight:700;}
.badge{font-size:11px;color:var(--accent);background:var(--accent-weak);padding:3px 8px;border-radius:999px;}
.switches{display:flex;align-items:center;gap:14px;flex-wrap:wrap;color:var(--muted);font-size:13px;}
.switches input{accent-color:var(--accent);}
.card-outer{position:relative;perspective:1200px;margin:12px 0 8px;}
.card{position:relative;width:100%;min-height:190px;background:var(--card);border-radius:18px;box-shadow:var(--shadow);cursor:pointer;transform-style:preserve-3d;transition:transform .5s ease;}
.card.flipped{transform:rotateY(180deg);}
.face{position:absolute;inset:0;border-radius:18px;display:flex;align-items:center;justify-content:center;backface-visibility:hidden;padding:24px;text-align:center;}
.frontText{font-size:30px;font-weight:800;}
.backText{font-size:24px;font-weight:700;}
.card-face-back{transform:rotateY(180deg);}
.controls{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0;}
.btn{appearance:none;border:1px solid #e5e7eb;background:#fff;padding:11px 12px;border-radius:13px;font-size:14px;font-weight:700;line-height:1.2;cursor:pointer;color:var(--ink);}
.btn:hover{background:#eff6ff;}
.btn:active{transform:translateY(1px);}
.btn.primary{background:var(--accent);color:#fff;border-color:var(--accent);}
.btn.good{background:var(--good);color:#fff;border-color:var(--good);}
.btn.review{background:var(--review);color:#fff;border-color:var(--review);}
.meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px;color:var(--muted);font-size:13px;}
.progress{height:8px;background:var(--accent-weak);border-radius:999px;overflow:hidden;flex:1;}
.bar{height:100%;width:0;background:var(--accent);transition:.25s;}
.index{min-width:90px;text-align:right;}
.hint{margin-top:8px;color:var(--muted);font-size:12px;}
.result-box{display:none;background:#fff;border-radius:18px;box-shadow:var(--shadow);padding:24px;text-align:center;margin-top:16px;}
.result-box h2{margin:0 0 10px;font-size:22px;}
.result-box p{color:#475569;font-weight:700;}
.series-nav-wrap{margin:32px 0 12px;display:flex;justify-content:center;gap:12px;flex-wrap:wrap;}
.series-nav-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:700;border-radius:999px;padding:10px 18px;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.08);transition:.2s;font-size:14px;}
.series-nav-btn.nav-back{color:#3b82f6;border:2px solid #bfdbfe;}
.series-nav-btn.next{color:#1d4ed8;border:2px solid #bfdbfe;background:linear-gradient(135deg,#eff6ff,#dbeafe);}
.series-nav-btn:hover{transform:translateY(-2px);}
@media (min-width:560px){.frontText{font-size:36px}.backText{font-size:26px}.card{min-height:220px}}
@media(max-width:480px){.controls{grid-template-columns:1fr}.series-nav-btn{width:100%;font-size:15px;padding:12px 18px}}
</style>
</head>

<body>
<div class="wrap" id="app" aria-live="polite">

<header>
  <h1>英検５級 フラッシュ英単語 <span class="badge">No.8 教科・学校生活</span></h1>
  <div class="switches">
    <label><input type="checkbox" id="jpFirst"> 日本語からスタート</label>
    <label><input type="checkbox" id="speakOn"> 🔊 音声ON</label>
  </div>
</header>

<div id="studyArea">
  <div class="card-outer" aria-label="フラッシュカード" role="button" tabindex="0">
    <div class="card" id="card">
      <div class="face card-face-front"><div class="frontText" id="frontText">—</div></div>
      <div class="face card-face-back"><div class="backText" id="backText">—</div></div>
    </div>
  </div>

  <div class="controls">
    <button class="btn primary" id="flipBtn">英語⇆日本語</button>
    <button class="btn" id="speakBtn">▶ 読み上げ</button>
    <button class="btn good" id="knownBtn">わかった 👍</button>
    <button class="btn review" id="wrongBtn">わからん！あとで復習 📌</button>
    <button class="btn" id="shuffleBtn">🔀 シャッフル</button>
    <button class="btn" id="resetBtn">↩︎ はじめから</button>
  </div>

  <div class="meta">
    <div class="progress"><div class="bar" id="bar"></div></div>
    <div class="index"><span id="pos">1</span>/<span id="total">—</span></div>
  </div>

  <p class="hint">カードをタップして答えを確認。わかったら「わかった」、不安なら「あとで復習」を押してね。</p>
</div>

<div class="result-box" id="resultBox">
  <h2 id="resultTitle">おつかれさま！✨</h2>
  <p id="resultText"></p>
  <div class="controls">
    <button class="btn review" id="reviewBtn">復習する 🔁</button>
    <button class="btn" id="againBtn">もう一回やる</button>
  </div>
</div>

<div class="series-nav-wrap">
  <a href="https://jouniorsankosodate.com/eiken5-no7/" class="series-nav-btn nav-back">← 前のレッスンへ</a>
  <a href="https://jouniorsankosodate.com/category/learn/english-flash/" class="series-nav-btn nav-back">英単語フラッシュのカテゴリ一覧に戻る</a>
  <a href="https://jouniorsankosodate.com/eiken5-no9/" class="series-nav-btn next">次のレッスンへ →</a>
</div>

</div>

<script>
const ITEMS = [
  { word: "English", jp: "英語" },
  { word: "math", jp: "算数" },
  { word: "science", jp: "理科" },
  { word: "music", jp: "音楽" },
  { word: "P.E.", jp: "体育" },
  { word: "art", jp: "図工／美術" },
  { word: "Japanese", jp: "国語" },
  { word: "class", jp: "授業／クラス" },
  { word: "lesson", jp: "レッスン／授業" },
  { word: "homework", jp: "宿題" },
  { word: "test", jp: "テスト" },
  { word: "question", jp: "質問／問題" },
  { word: "answer", jp: "答え" },
  { word: "notebook", jp: "ノート" },
  { word: "dictionary", jp: "辞書" }
];

let _voice = null;

function pickVoice(){
  const voices = speechSynthesis.getVoices() || [];
  const femaleNames = ["Sonia","Serena","Susan","Kate","Libby","Maisie","Google UK English Female","Microsoft Sonia","Microsoft Libby","Microsoft Susan"];

  return voices.find(v => v.lang === "en-GB" && femaleNames.some(name => v.name.includes(name)))
  || voices.find(v => v.lang === "en-GB")
  || voices.find(v => (v.lang || "").startsWith("en"))
  || null;
}

(() => {
  const card = document.getElementById("card");
  const frontText = document.getElementById("frontText");
  const backText = document.getElementById("backText");
  const posEl = document.getElementById("pos");
  const totalEl = document.getElementById("total");
  const bar = document.getElementById("bar");
  const jpFirst = document.getElementById("jpFirst");
  const speakOnChk = document.getElementById("speakOn");
  const flipBtn = document.getElementById("flipBtn");
  const speakBtn = document.getElementById("speakBtn");
  const knownBtn = document.getElementById("knownBtn");
  const wrongBtn = document.getElementById("wrongBtn");
  const shuffleBtn = document.getElementById("shuffleBtn");
  const resetBtn = document.getElementById("resetBtn");
  const studyArea = document.getElementById("studyArea");
  const resultBox = document.getElementById("resultBox");
  const resultTitle = document.getElementById("resultTitle");
  const resultText = document.getElementById("resultText");
  const reviewBtn = document.getElementById("reviewBtn");
  const againBtn = document.getElementById("againBtn");

  let order = [...Array(ITEMS.length).keys()];
  let idx = 0;
  let isFlipped = false;
  let showJpFirst = false;
  let speakOn = false;
  let reviewList = [];

  totalEl.textContent = order.length;

  speechSynthesis.addEventListener("voiceschanged", () => {_voice = pickVoice();});

  function speak(text){
    try{
      if(!("speechSynthesis" in window)) return;
      if(!_voice) _voice = pickVoice();

      const u = new SpeechSynthesisUtterance(text.trim());
      if(_voice){
        u.voice = _voice;
        u.lang = _voice.lang || "en-GB";
      }else{
        u.lang = "en-GB";
      }

      u.rate = 0.9;
      u.pitch = 1.05;
      speechSynthesis.cancel();
      speechSynthesis.speak(u);
    }catch(e){}
  }

  function currentItem(){return ITEMS[order[idx]];}

  function render(){
    const it = currentItem();
    card.classList.remove("flipped");
    isFlipped = false;

    frontText.textContent = showJpFirst ? it.jp : it.word;
    backText.textContent = showJpFirst ? it.word : it.jp;

    posEl.textContent = idx + 1;
    totalEl.textContent = order.length;
    bar.style.width = `${((idx + 1) / order.length) * 100}%`;

    if(speakOn){speak(it.word);}
  }

  function flip(){
    isFlipped = !isFlipped;
    card.classList.toggle("flipped", isFlipped);
  }

  function nextCard(){
    if(idx >= order.length - 1){
      showResult();
      return;
    }
    idx++;
    render();
  }

  function showResult(){
    studyArea.style.display = "none";
    resultBox.style.display = "block";

    if(reviewList.length === 0){
      resultTitle.textContent = "ぜんぶできた！すごい！！🎉";
      resultText.textContent = "あとで復習する単語は 0こ です。";
      reviewBtn.style.display = "none";
    }else{
      resultTitle.textContent = "おつかれさま！✨";
      resultText.textContent = `あとで復習する単語は ${reviewList.length}こ あるよ。`;
      reviewBtn.style.display = "inline-block";
    }
  }

  function startStudy(newOrder){
    order = [...newOrder];
    idx = 0;
    studyArea.style.display = "block";
    resultBox.style.display = "none";
    render();
  }

  function resetAll(){
    reviewList = [];
    startStudy([...Array(ITEMS.length).keys()]);
  }

  function shuffleOrder(){
    for(let i = order.length - 1; i > 0; i--){
      const j = Math.floor(Math.random() * (i + 1));
      [order[i], order[j]] = [order[j], order[i]];
    }
    idx = 0;
    render();
  }

  card.addEventListener("click", flip);
  flipBtn.addEventListener("click", flip);
  speakBtn.addEventListener("click", () => speak(currentItem().word));
  knownBtn.addEventListener("click", nextCard);

  wrongBtn.addEventListener("click", () => {
    const currentIndex = order[idx];
    if(!reviewList.includes(currentIndex)){reviewList.push(currentIndex);}
    nextCard();
  });

  reviewBtn.addEventListener("click", () => {
    if(reviewList.length === 0) return;
    const list = [...reviewList];
    reviewList = [];
    startStudy(list);
  });

  againBtn.addEventListener("click", resetAll);
  shuffleBtn.addEventListener("click", shuffleOrder);
  resetBtn.addEventListener("click", resetAll);

  jpFirst.addEventListener("change", e => {
    showJpFirst = e.target.checked;
    render();
  });

  speakOnChk.addEventListener("change", e => {
    speakOn = e.target.checked;
    if(speakOn) speak(currentItem().word);
  });

  window.addEventListener("keydown", e => {
    if(e.key === " "){
      e.preventDefault();
      flip();
    }
  });

  render();
})();
</script>
</body>
</html>
<p>投稿 <a href="https://jouniorsankosodate.com/eiken5-no8/">英検５級 フラッシュ英単語 No.8｜教科・学校生活（音声対応）</a> は <a href="https://jouniorsankosodate.com">じゅにさん子育てブログ</a> に最初に表示されました。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jouniorsankosodate.com/eiken5-no8/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
