<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://araschool.info/feed.rss">
        <title>Ara韓国語学院オンライン校</title>
        <description></description>
        <link>https://araschool.info</link>
       <dc:date>2026-09-08T20:49:37+09:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://araschool.info/info/6909026"/>
                <rdf:li rdf:resource="https://araschool.info/info/6906072"/>
                <rdf:li rdf:resource="https://araschool.info/info/6901613"/>
                <rdf:li rdf:resource="https://araschool.info/info/6901557"/>
                <rdf:li rdf:resource="https://araschool.info/info/6899587"/>
                <rdf:li rdf:resource="https://araschool.info/info/6883822"/>
                <rdf:li rdf:resource="https://araschool.info/info/6882634"/>
                <rdf:li rdf:resource="https://araschool.info/info/6875586"/>
                <rdf:li rdf:resource="https://araschool.info/info/6875561"/>
            </rdf:Seq>
        </items>
    </channel>
    <item rdf:about="https://araschool.info/info/6909026">
        <dc:format>text/html</dc:format>
        <dc:date>2026-09-08T06:49:00+09:00</dc:date>
        <title>韓国語「-게 하다」と「-도록 하다」の違い｜オンラインで学ぶ日本人向け文法</title>
        <link>https://araschool.info/info/6909026</link>
        <description>&lt;!--
【グーペ お知らせタイトル】
韓国語「-게 하다」と「-도록 하다」の違い｜オンラインで学ぶ日本人向け文法

【メタディスクリプション】
オンラインで韓国語を学ぶ日本人向けに「-게 하다」と「-도록 하다」の違いを解説。～させる・～するようにさせる、結果・目標・程度の違いを例文から紹介します。

【主要キーワード】
韓国語 게 하다 도록 하다 違い、韓国語文法 オンライン、オンライン韓国語レッスン、맵게 하다、맵도록 하다、韓国語 使役

【リンク先記事】
https://aracommunication.net/info/6909005
--&gt;

&lt;style&gt;
  #ara-ge-dorok-online {
    --navy: #17345f;
    --pink: #e7556c;
    --violet: #7a64b3;
    --ink: #25334a;
    --muted: #607086;
    --line: #dbe3ef;
    max-width: 700px;
    margin: 0 auto;
    color: var(--ink);
    font-family: -apple-system, BlinkMacSystemFont, &quot;Hiragino Kaku Gothic ProN&quot;, &quot;Yu Gothic&quot;, Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.85;
    overflow-wrap: anywhere;
  }
  #ara-ge-dorok-online * { box-sizing: border-box; }
  #ara-ge-dorok-online h2,
  #ara-ge-dorok-online h3,
  #ara-ge-dorok-online p { margin-top: 0; }
  #ara-ge-dorok-online .hero {
    padding: 31px 27px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: linear-gradient(135deg, #edf4ff 0%, #f5f0ff 100%);
    box-shadow: 0 12px 30px rgba(23, 52, 95, .10);
  }
  #ara-ge-dorok-online .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 11px;
    color: var(--navy);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
  }
  #ara-ge-dorok-online .new {
    padding: 2px 8px;
    border-radius: 999px;
    color: #fff;
    background: var(--pink);
    letter-spacing: .04em;
  }
  #ara-ge-dorok-online h2 {
    margin-bottom: 13px;
    color: var(--navy);
    font-size: clamp(24px, 5vw, 34px);
    line-height: 1.45;
  }
  #ara-ge-dorok-online .lead { margin-bottom: 0; font-weight: 700; }
  #ara-ge-dorok-online .intro { margin: 26px 4px; }
  #ara-ge-dorok-online .question {
    margin: 25px 0;
    padding: 20px 22px;
    border-left: 6px solid var(--violet);
    border-radius: 14px;
    background: #f5f2ff;
  }
  #ara-ge-dorok-online .question span {
    display: block;
    margin-bottom: 5px;
    color: var(--violet);
    font-size: 12px;
    font-weight: 900;
  }
  #ara-ge-dorok-online .question strong { color: var(--navy); font-size: 18px; }
  #ara-ge-dorok-online .compare-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 26px 0;
  }
  #ara-ge-dorok-online .term-card {
    padding: 21px;
    border: 1px solid var(--line);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(23, 52, 95, .07);
  }
  #ara-ge-dorok-online .term-card.ge { border-top: 7px solid var(--pink); }
  #ara-ge-dorok-online .term-card.dorok { border-top: 7px solid var(--violet); }
  #ara-ge-dorok-online .term { margin-bottom: 5px; color: var(--navy); font-size: 21px; font-weight: 900; }
  #ara-ge-dorok-online .jp { margin-bottom: 10px; color: var(--pink); font-weight: 900; }
  #ara-ge-dorok-online .dorok .jp { color: var(--violet); }
  #ara-ge-dorok-online .term-card p:last-child { margin-bottom: 0; color: var(--muted); font-size: 14px; }
  #ara-ge-dorok-online .example {
    margin: 16px 0;
    padding: 17px 19px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #f8faff;
  }
  #ara-ge-dorok-online .ko { margin-bottom: 3px; color: var(--navy); font-size: 17px; font-weight: 900; }
  #ara-ge-dorok-online .ja { margin-bottom: 0; color: var(--muted); font-size: 14px; }
  #ara-ge-dorok-online .content-box,
  #ara-ge-dorok-online .students {
    margin: 27px 0;
    padding: 23px;
    border: 1px solid var(--line);
    border-radius: 17px;
    background: #fff;
  }
  #ara-ge-dorok-online h3 { margin-bottom: 10px; color: var(--navy); font-size: 20px; }
  #ara-ge-dorok-online ul { margin: 0; padding-left: 1.25em; }
  #ara-ge-dorok-online li + li { margin-top: 7px; }
  #ara-ge-dorok-online .read-box {
    margin: 29px 0;
    padding: 27px 23px;
    border-radius: 19px;
    color: #fff;
    background: linear-gradient(135deg, var(--navy), var(--violet));
    text-align: center;
  }
  #ara-ge-dorok-online .read-box h3 { color: #fff; }
  #ara-ge-dorok-online .read-box p { margin-bottom: 18px; }
  #ara-ge-dorok-online .button {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 999px;
    color: var(--navy);
    background: #fff;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 7px 18px rgba(0, 0, 0, .17);
  }
  #ara-ge-dorok-online .students {
    border: 2px solid #d8cfee;
    background: linear-gradient(135deg, #f3f7ff, #f8f5ff);
  }
  #ara-ge-dorok-online .student-label { color: var(--violet); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
  #ara-ge-dorok-online .local-cta { margin-top: 27px; text-align: center; }
  #ara-ge-dorok-online .trial { color: #fff; background: var(--pink); }
  #ara-ge-dorok-online .sub-links { margin-top: 15px; font-size: 14px; }
  #ara-ge-dorok-online .sub-links a { color: var(--navy); font-weight: 800; }
  @media (max-width: 580px) {
    #ara-ge-dorok-online { font-size: 15px; }
    #ara-ge-dorok-online .hero { padding: 25px 20px; }
    #ara-ge-dorok-online .compare-grid { grid-template-columns: 1fr; }
    #ara-ge-dorok-online .question,
    #ara-ge-dorok-online .content-box,
    #ara-ge-dorok-online .students { padding: 19px; }
  }
&lt;/style&gt;

&lt;article id=&quot;ara-ge-dorok-online&quot; lang=&quot;ja&quot;&gt;
  &lt;header class=&quot;hero&quot;&gt;
    &lt;span class=&quot;eyebrow&quot;&gt;ONLINE KOREAN｜日本全国対応 &lt;span class=&quot;new&quot;&gt;NEW&lt;/span&gt;&lt;/span&gt;
    &lt;h2&gt;韓国語「-게 하다」と「-도록 하다」の違い&lt;/h2&gt;
    &lt;p class=&quot;lead&quot;&gt;文法書では似た日本語になる二つの表現を、「直接させる」と「するように働きかける」の違いから整理します。&lt;/p&gt;
  &lt;/header&gt;

  &lt;p class=&quot;intro&quot;&gt;オンラインで韓国語を学ぶ日本人の方からも、「-게 하다と-도록 하다は、日本語では結局どちらも同じですか？」という質問がよくあります。形だけを暗記せず、&lt;strong&gt;直接的な変化・使役&lt;/strong&gt;と、&lt;strong&gt;目標・指示・調整&lt;/strong&gt;の違いを見ると、初めての例文でも判断しやすくなります。&lt;/p&gt;

  &lt;div class=&quot;question&quot;&gt;
    &lt;span&gt;日本語に最も近づけるなら&lt;/span&gt;
    &lt;strong&gt;-게 하다＝「～させる」 ／ -도록 하다＝「～するようにさせる」&lt;/strong&gt;
  &lt;/div&gt;

  &lt;div class=&quot;compare-grid&quot; aria-label=&quot;-게 하다と-도록 하다の比較&quot;&gt;
    &lt;section class=&quot;term-card ge&quot;&gt;
      &lt;p class=&quot;term&quot;&gt;-게 하다&lt;/p&gt;
      &lt;p class=&quot;jp&quot;&gt;直接、～させる&lt;/p&gt;
      &lt;p&gt;行動や状態そのものを変えることに焦点があります。&lt;/p&gt;
    &lt;/section&gt;
    &lt;section class=&quot;term-card dorok&quot;&gt;
      &lt;p class=&quot;term&quot;&gt;-도록 하다&lt;/p&gt;
      &lt;p class=&quot;jp&quot;&gt;～するようにさせる&lt;/p&gt;
      &lt;p&gt;指示・誘導・調整によって、目標の実現を目指します。&lt;/p&gt;
    &lt;/section&gt;
  &lt;/div&gt;

  &lt;div class=&quot;example&quot;&gt;
    &lt;p class=&quot;ko&quot;&gt;아이에게 약을 먹게 했어요.&lt;/p&gt;
    &lt;p class=&quot;ja&quot;&gt;子どもに薬を飲ませました。＝行動を直接させた&lt;/p&gt;
  &lt;/div&gt;
  &lt;div class=&quot;example&quot;&gt;
    &lt;p class=&quot;ko&quot;&gt;아이가 약을 잊지 않고 먹도록 알람을 맞췄어요.&lt;/p&gt;
    &lt;p class=&quot;ja&quot;&gt;子どもが薬を忘れずに飲むように、アラームを設定しました。＝実現のために方法を取った&lt;/p&gt;
  &lt;/div&gt;

  &lt;section class=&quot;content-box&quot;&gt;
    &lt;h3&gt;形容詞の場合も同じ中心イメージです&lt;/h3&gt;
    &lt;ul&gt;
      &lt;li&gt;맵게 하다＝「辛くする」&lt;/li&gt;
      &lt;li&gt;맵도록 하다＝「辛くなるようにする」&lt;/li&gt;
      &lt;li&gt;목이 아프도록 노래하다＝「喉が痛くなるほど歌う」&lt;/li&gt;
      &lt;li&gt;後ろの動作との関係を見て、目的・結果・程度を判断する&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/section&gt;

  &lt;aside class=&quot;read-box&quot;&gt;
    &lt;h3&gt;日本語訳と韓国語の焦点を並べて確認&lt;/h3&gt;
    &lt;p&gt;味・温度・画面の明るさ・人の行動まで、複数の例文とミニ練習で詳しく解説しています。&lt;/p&gt;
    &lt;a class=&quot;button&quot; href=&quot;https://aracommunication.net/info/6909005&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;「-게 하다」と「-도록 하다」の解説を読む →&lt;/a&gt;
  &lt;/aside&gt;

  &lt;section class=&quot;students&quot;&gt;
    &lt;span class=&quot;student-label&quot;&gt;FOR ONLINE STUDENTS&lt;/span&gt;
    &lt;h3&gt;オンライン校の生徒さんへ&lt;/h3&gt;
    &lt;p&gt;次のレッスンまでに、「誰かに直接させたこと」と「忘れないように工夫したこと」を一つずつ考えてみてください。オンライン校では画面共有を使いながら、作った文を講師とその場で確認できます。説明を理解して終わらず、会話の中ですぐに使える形へつなげましょう。&lt;/p&gt;
    &lt;div class=&quot;local-cta&quot;&gt;
      &lt;a class=&quot;button trial&quot; href=&quot;https://araschool.info/contact&quot;&gt;オンライン校｜無料体験レッスン →&lt;/a&gt;
      &lt;p class=&quot;sub-links&quot;&gt;&lt;a href=&quot;https://araschool.info/&quot;&gt;オンライン校TOP&lt;/a&gt;　｜　&lt;a href=&quot;https://aracommunication.net/free/b2&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;韓国語文法の記事一覧&lt;/a&gt;&lt;/p&gt;
    &lt;/div&gt;
  &lt;/section&gt;
&lt;/article&gt;</description>
    </item>
    <item rdf:about="https://araschool.info/info/6906072">
        <dc:format>text/html</dc:format>
        <dc:date>2026-09-05T06:31:00+09:00</dc:date>
        <title>韓国語「ㄹ不規則・ㄹ脱落」｜オンラインで復習できるS.N.P・R.M解説</title>
        <link>https://araschool.info/info/6906072</link>
        <description>&lt;!--
推奨記事タイトル：
韓国語「ㄹ不規則・ㄹ脱落」｜オンラインで復習できるS.N.P・R.M解説

推奨メタディスクリプション：
全国から学べるAra韓国語学院オンライン校。ㄹ不規則・ㄹ脱落をS.N.P／R.Mで整理した文法記事を公開しました。살다→사는・삽니다・살면、놀다→놀러の作り方を分かりやすく解説。

メイン記事：
https://aracommunication.net/info/6906038
--&gt;
&lt;style&gt;
.ara-seo-notice,.ara-seo-notice *{box-sizing:border-box}
.ara-seo-notice{
  --red:#d8435a;--navy:#17345f;--text:#303640;--muted:#626b76;
  --line:#e2e6eb;--soft:#f6f9fc;--rose:#fff6f8;
  max-width:760px;margin:0 auto;color:var(--text);
  font-family:-apple-system,BlinkMacSystemFont,&quot;Hiragino Kaku Gothic ProN&quot;,&quot;Yu Gothic&quot;,Meiryo,sans-serif;
  line-height:1.85
}
.ara-seo-notice a{overflow-wrap:anywhere}
.ara-seo-notice .hero{
  padding:29px 23px;
  background:linear-gradient(135deg,#fff7f8,#f3f8fc);
  border:1px solid var(--line);border-radius:19px
}
.ara-seo-notice .eyebrow{margin:0 0 7px;color:var(--red);font-size:12px;font-weight:900;letter-spacing:.08em}
.ara-seo-notice h2{margin:0;color:var(--navy);font-size:clamp(23px,5vw,29px);line-height:1.5}
.ara-seo-notice .lead{margin:13px 0 0;color:var(--muted);font-size:14px}
.ara-seo-notice .body{margin-top:20px}
.ara-seo-notice .body p{margin:11px 0}
.ara-seo-notice .point{
  margin:18px 0;padding:17px;background:#fff;border-left:5px solid var(--red);
  border-top:1px solid #f0e2e5;border-right:1px solid #f0e2e5;border-bottom:1px solid #f0e2e5;
  border-radius:8px 13px 13px 8px
}
.ara-seo-notice .point strong{color:var(--navy)}
.ara-seo-notice .example-grid{display:grid;gap:9px;margin:17px 0}
.ara-seo-notice .seo-example{padding:13px 14px;background:var(--soft);border:1px solid var(--line);border-radius:11px}
.ara-seo-notice .seo-example strong{display:block;color:var(--red);font-size:15px}
.ara-seo-notice .seo-example span{display:block;margin-top:2px;color:var(--muted);font-size:12px}
.ara-seo-notice .main-link{
  display:block;padding:14px 18px;margin:21px 0 0;color:#fff!important;text-align:center;
  text-decoration:none;font-weight:900;background:var(--red);border-radius:999px
}
.ara-seo-notice .school-note{padding:17px;margin-top:19px;background:#fff;border:1px solid var(--line);border-radius:13px}
.ara-seo-notice .school-note strong{color:var(--navy)}
.ara-seo-notice .local-links{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:18px}
.ara-seo-notice .local-links a{
  display:block;padding:11px 12px;color:var(--navy)!important;text-align:center;text-decoration:none;
  font-size:12px;font-weight:800;background:#fff;border:1px solid var(--line);border-radius:10px
}
.ara-seo-notice .local-links a.trial{color:#fff!important;background:var(--red);border-color:var(--red)}
.ara-seo-notice .footer-note{margin:16px 0 0;color:#7b8189;font-size:11.5px}
@media(max-width:560px){
  .ara-seo-notice .hero{padding:24px 18px}
  .ara-seo-notice .local-links{grid-template-columns:1fr}
}
&lt;/style&gt;

&lt;section class=&quot;ara-seo-notice&quot;&gt;
  &lt;header class=&quot;hero&quot;&gt;
    &lt;p class=&quot;eyebrow&quot;&gt;ARA KOREAN GRAMMAR｜オンライン校&lt;/p&gt;
    &lt;h2&gt;韓国語「ㄹ不規則・ㄹ脱落」を分かりやすく解説&lt;/h2&gt;
    &lt;p class=&quot;lead&quot;&gt;オンライン学習では、授業のあとに自分のペースで文法を見直せる教材があると復習しやすくなります。今回はㄹ不規則・ㄹ脱落を一つの記事に整理しました。&lt;/p&gt;
  &lt;/header&gt;

  &lt;div class=&quot;body&quot;&gt;
    &lt;p&gt;
      韓国語の&lt;strong&gt;「ㄹ不規則・ㄹ脱落」&lt;/strong&gt;は、
      &lt;strong&gt;살다 → 사는 / 삽니다 / 살면&lt;/strong&gt;のように、
      同じ語幹でも後ろに来る文法によってㄹが消えたり残ったりするため、
      日本人学習者がつまずきやすい活用の一つです。
    &lt;/p&gt;

    &lt;p&gt;
      Ara韓国語学院BLOGでは、Ara独自の学習整理
      &lt;strong&gt;S.N.P（ㅅ・ㄴ・ㅂ）&lt;/strong&gt;と&lt;strong&gt;R.M&lt;/strong&gt;を使い、
      &lt;strong&gt;「どこを見て、何が消えるのか」&lt;/strong&gt;を原形から順番に解説した記事を公開しました。
    &lt;/p&gt;

    &lt;div class=&quot;point&quot;&gt;
      &lt;strong&gt;この記事で分かること&lt;/strong&gt;&lt;br&gt;
      「다」を取る → 語幹を確認 → (으)・(ス)をいったん無視 →
      後ろの最初の子音を見る、というAra式の判断順で
      &lt;strong&gt;ㄹが脱落する時／ㄹが残る時&lt;/strong&gt;を整理できます。
    &lt;/div&gt;

    &lt;div class=&quot;example-grid&quot;&gt;
      &lt;div class=&quot;seo-example&quot;&gt;&lt;strong&gt;살다 → 사는&lt;/strong&gt;&lt;span&gt;S.N.Pでㄹ脱落&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;seo-example&quot;&gt;&lt;strong&gt;살다 → 살면&lt;/strong&gt;&lt;span&gt;R.Mでㄹを残す&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;seo-example&quot;&gt;&lt;strong&gt;만들다 → 만들면서&lt;/strong&gt;&lt;span&gt;R.Mで(으)だけを取る&lt;/span&gt;&lt;/div&gt;
    &lt;/div&gt;

    &lt;p&gt;
      特に&lt;strong&gt;「살면 と 사니까 はなぜ違う？」「놀러 はなぜㄹが残る？」&lt;/strong&gt;
      と感じている方におすすめです。
      完成形を丸暗記するのではなく、次に別の文法が出てきても
      自分で活用を作れる考え方を身につけることを目的にしています。
    &lt;/p&gt;

    &lt;a class=&quot;main-link&quot; href=&quot;https://aracommunication.net/info/6906038&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;
      韓国語「ㄹ不規則・ㄹ脱落」｜S.N.PとR.Mの見分け方 を読む →
    &lt;/a&gt;

    &lt;div class=&quot;school-note&quot;&gt;
      &lt;strong&gt;オンライン校の生徒さんへ&lt;/strong&gt;&lt;br&gt;
      &lt;span&gt;オンライン校の生徒さんは、記事を画面で開いたままレッスン中に質問してもOKです。「ここまでは分かるけれど、この語尾では迷う」という箇所を講師と一緒に確認してみてください。&lt;/span&gt;
    &lt;/div&gt;

    &lt;div class=&quot;local-links&quot;&gt;
      &lt;a href=&quot;https://araschool.info/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;オンライン校 TOP&lt;/a&gt;
      &lt;a class=&quot;trial&quot; href=&quot;https://araschool.info/contact&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;オンライン校で全国どこからでも韓国語を学ぶ｜無料体験&lt;/a&gt;
    &lt;/div&gt;

    &lt;p class=&quot;footer-note&quot;&gt;
      ※S.N.P・R.Mは、Ara韓国語学院が日本人学習者向けに使用している学習用の整理・呼称です。
    &lt;/p&gt;
  &lt;/div&gt;
&lt;/section&gt;</description>
    </item>
    <item rdf:about="https://araschool.info/info/6901613">
        <dc:format>text/html</dc:format>
        <dc:date>2026-09-02T05:37:00+09:00</dc:date>
        <title>【2026年11月】関西の韓国イベント情報｜K-POP・ファンミ前にオンラインで韓国語準備</title>
        <link>https://araschool.info/info/6901613</link>
        <description>&lt;!--
=========================================================
Ara韓国語学院 オンライン校｜お知らせ

① 記事タイトル
【2026年11月】関西の韓国イベント情報｜K-POP・ファンミ前にオンラインで韓国語準備

② 推奨 meta title
【2026年11月】関西の韓国イベント情報｜K-POP・ファンミ前にオンラインで韓国語準備｜Ara韓国語学院 オンライン校

③ 推奨 meta description
2026年11月の大阪・神戸・京都の韓国イベント情報をまとめて紹介。K-POPライブやファンイベント前に、推し活・旅行で使える韓国語をオンラインで準備したい方にもおすすめです。

④ 中央の詳細記事
https://aracommunication.net/info/6901607
=========================================================
--&gt;


&lt;style&gt;
.ara-event-online{
  --red:#e7556c;--red-dark:#b83f54;--navy:#102a56;--blue:#f2f7fb;--cream:#fff9ed;
  --line:#e3e7ec;--text:#303640;--muted:#687080;
  max-width:860px;margin:0 auto;color:var(--text);
  font-family:-apple-system,BlinkMacSystemFont,&quot;Hiragino Kaku Gothic ProN&quot;,&quot;Yu Gothic&quot;,YuGothic,Meiryo,sans-serif;
  font-size:16px;line-height:1.9;
}
.ara-event-online *{box-sizing:border-box;}
.ara-event-online a{color:var(--red-dark);text-decoration:none;overflow-wrap:anywhere;}
.ara-event-online .hero{padding:42px 22px;color:#fff;text-align:center;background:linear-gradient(135deg,#102a56,#536a80,#e7556c);border-radius:20px;}
.ara-event-online .hero small{display:inline-block;margin-bottom:8px;padding:4px 10px;background:rgba(255,255,255,.16);border-radius:999px;font-weight:800;}
.ara-event-online .hero h1{margin:0 0 10px;color:#fff;font-size:clamp(26px,5.6vw,37px);line-height:1.45;}
.ara-event-online .hero p{margin:0 auto;max-width:700px;font-size:13.5px;}
.ara-event-online .lead{margin:22px 0;padding:21px;background:#faf8f8;border-left:5px solid var(--red);border-radius:7px 13px 13px 7px;}
.ara-event-online .lead p{margin:0 0 9px;} .ara-event-online .lead p:last-child{margin-bottom:0;}
.ara-event-online .point-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:24px 0;}
.ara-event-online .point{padding:17px;background:#fff;border:1px solid var(--line);border-radius:13px;}
.ara-event-online .point strong{display:block;margin-bottom:4px;color:var(--navy);}
.ara-event-online .point span{color:var(--muted);font-size:12px;}
.ara-event-online .main-link{padding:23px;margin:25px 0;text-align:center;background:var(--cream);border:1px solid #eadbb2;border-radius:16px;}
.ara-event-online .main-link strong{display:block;margin-bottom:8px;color:#6b4c14;font-size:20px;}
.ara-event-online .btn{display:inline-block;padding:10px 17px;margin:5px 3px;color:#fff!important;font-size:12px;font-weight:900;background:var(--navy);border-radius:999px;}
.ara-event-online .btn.red{background:var(--red);}
.ara-event-online .school{padding:24px;margin-top:26px;text-align:center;background:#f7f9fb;border:1px solid var(--line);border-radius:16px;}
.ara-event-online .school h2{margin:0 0 8px;color:var(--navy);font-size:23px;}
.ara-event-online .school p{margin:0 auto 12px;max-width:680px;color:var(--muted);font-size:13px;}
.ara-event-online .note{margin-top:22px;color:#737b86;font-size:11px;text-align:center;}
@media(max-width:700px){
 .ara-event-online{font-size:15px;}
 .ara-event-online .hero{padding:34px 15px;border-radius:15px;}
 .ara-event-online .point-grid{grid-template-columns:1fr;}
}
&lt;/style&gt;


&lt;article class=&quot;ara-event-online&quot;&gt;

&lt;header class=&quot;hero&quot;&gt;
  &lt;small&gt;Ara韓国語学院 オンライン校｜韓国イベント情報&lt;/small&gt;
  &lt;h1&gt;イベント前の韓国語準備にも&lt;br&gt;2026年11月 関西韓国イベント&lt;/h1&gt;
  &lt;p&gt;大阪・神戸・京都のK-POPライブ、ファンイベント、韓国文化イベントをまとめてチェック。&lt;/p&gt;
&lt;/header&gt;

&lt;section class=&quot;lead&quot;&gt;
  &lt;p&gt;大阪・神戸・京都へK-POPライブやファンイベントに参加する予定があるなら、イベント情報と一緒に韓国語も少し準備しておくと楽しみ方が広がります。&lt;/p&gt;
  &lt;p&gt;Ara韓国語学院BLOGでは、2026年11月の関西韓国イベントをまとめ、&lt;strong&gt;公式チケット・会場・最新確認先&lt;/strong&gt;まで一ページで確認できる特集記事を公開しました。&lt;/p&gt;
  &lt;p&gt;詳しい日程・会場・公式チケット・最新確認先は、Ara韓国語学院BLOGの特集ページにまとめています。&lt;/p&gt;
&lt;/section&gt;

&lt;div class=&quot;point-grid&quot;&gt;
  &lt;div class=&quot;point&quot;&gt;
    &lt;strong&gt;全国どこからでもイベント情報を確認&lt;/strong&gt;
    &lt;span&gt;関西へ遠征予定の方も、開催日・会場・チケット情報をまとめてチェックできます。&lt;/span&gt;
  &lt;/div&gt;
  &lt;div class=&quot;point&quot;&gt;
    &lt;strong&gt;遠征前に韓国語を練習&lt;/strong&gt;
    &lt;span&gt;ヨントン、ファンミ、ライブ、韓国旅行で使いたい短い表現をオンラインで練習できます。&lt;/span&gt;
  &lt;/div&gt;
  &lt;div class=&quot;point&quot;&gt;
    &lt;strong&gt;イベントを学習モチベーションに&lt;/strong&gt;
    &lt;span&gt;「推しに伝えたい」「韓国語を聞き取りたい」という目標を、そのままレッスンに生かせます。&lt;/span&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;section class=&quot;main-link&quot;&gt;
  &lt;strong&gt;2026年11月 関西韓国イベント完全ガイド&lt;/strong&gt;
  &lt;p&gt;
    K-POPライブ、ファンイベント、韓国文化イベント、日韓交流会を日付順に掲載。&lt;br&gt;
    公式チケット・会場アクセス・地図・最新情報をまとめて確認できます。
  &lt;/p&gt;
  &lt;a class=&quot;btn red&quot; href=&quot;https://aracommunication.net/info/6901607&quot;&gt;11月の韓国イベント情報を見る →&lt;/a&gt;
&lt;/section&gt;

&lt;section class=&quot;school&quot;&gt;
  &lt;h2&gt;イベントをもっと楽しむために、韓国語を始めてみませんか？&lt;/h2&gt;
  &lt;p&gt;
    Ara韓国語学院 オンライン校では、文法を覚えるだけでなく、
    推し活・旅行・日常会話など、実際に使いたい場面を想定した会話練習を大切にしています。
    日本全国・オンラインで韓国語を学びたい方は、無料体験レッスンから始められます。
  &lt;/p&gt;
  &lt;a class=&quot;btn&quot; href=&quot;https://araschool.info/&quot;&gt;オンライン校を見る →&lt;/a&gt;
  &lt;a class=&quot;btn red&quot; href=&quot;https://araschool.info/contact&quot;&gt;無料体験レッスンはこちら →&lt;/a&gt;
&lt;/section&gt;

&lt;p class=&quot;note&quot;&gt;
  ※イベントの日程・出演者・チケット販売状況は変更される場合があります。
  最新情報はリンク先の各公式サイトをご確認ください。
&lt;/p&gt;

&lt;/article&gt;

&lt;script type=&quot;application/ld+json&quot;&gt;
{
  &quot;@context&quot;:&quot;https://schema.org&quot;,
  &quot;@type&quot;:&quot;BlogPosting&quot;,
  &quot;headline&quot;:&quot;【2026年11月】関西の韓国イベント情報｜K-POP・ファンミ前にオンラインで韓国語準備&quot;,
  &quot;description&quot;:&quot;2026年11月の大阪・神戸・京都の韓国イベント情報をまとめて紹介。K-POPライブやファンイベント前に、推し活・旅行で使える韓国語をオンラインで準備したい方にもおすすめです。&quot;,
  &quot;inLanguage&quot;:&quot;ja&quot;,
  &quot;author&quot;:{&quot;@type&quot;:&quot;Organization&quot;,&quot;name&quot;:&quot;Ara韓国語学院 オンライン校&quot;},
  &quot;publisher&quot;:{&quot;@type&quot;:&quot;Organization&quot;,&quot;name&quot;:&quot;Ara韓国語学院&quot;},
  &quot;about&quot;:[
    {&quot;@type&quot;:&quot;Thing&quot;,&quot;name&quot;:&quot;2026年11月 韓国イベント&quot;},
    {&quot;@type&quot;:&quot;Thing&quot;,&quot;name&quot;:&quot;日本全国・オンライン 韓国イベント&quot;},
    {&quot;@type&quot;:&quot;Thing&quot;,&quot;name&quot;:&quot;関西 K-POP ライブ&quot;},
    {&quot;@type&quot;:&quot;Thing&quot;,&quot;name&quot;:&quot;韓国 ファンイベント&quot;}
  ]
}
&lt;/script&gt;
</description>
    </item>
    <item rdf:about="https://araschool.info/info/6901557">
        <dc:format>text/html</dc:format>
        <dc:date>2026-09-02T01:59:00+09:00</dc:date>
        <title>韓国語「에」と「(으)로」の違い｜オンラインで学ぶ日本人向け韓国語文法</title>
        <link>https://araschool.info/info/6901557</link>
        <description>&lt;style&gt;
.ara-local-grammar{
  --red:#a6192e;
  --navy:#17213c;
  --soft:#f7fafb;
  --blue:#eef7fa;
  --cream:#fff9ed;
  --line:#dfe6ea;
  max-width:780px;
  margin:0 auto;
  color:#30343b;
  font-family:-apple-system,BlinkMacSystemFont,
    &quot;Hiragino Kaku Gothic ProN&quot;,&quot;Yu Gothic&quot;,Meiryo,sans-serif;
  line-height:1.9;
}

.ara-local-grammar *{
  box-sizing:border-box;
}

.ara-local-grammar .hero{
  padding:32px 23px;
  margin-bottom:22px;
  color:#fff;
  text-align:center;
  background:
    radial-gradient(circle at 15% 18%,rgba(255,255,255,.14),transparent 28%),
    linear-gradient(135deg,var(--navy),#17627a,var(--red));
  border-radius:18px;
}

.ara-local-grammar .label{
  display:inline-block;
  padding:5px 12px;
  margin-bottom:10px;
  font-size:11px;
  font-weight:700;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
}

.ara-local-grammar .hero h2{
  margin:0 0 10px;
  color:#fff;
  font-size:clamp(23px,5vw,31px);
  line-height:1.55;
}

.ara-local-grammar .hero p{
  max-width:650px;
  margin:0 auto;
  font-size:14px;
}

.ara-local-grammar .content{
  padding:24px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
}

.ara-local-grammar h3{
  margin:0 0 12px;
  color:var(--navy);
  font-size:21px;
  line-height:1.55;
}

.ara-local-grammar .point{
  padding:18px;
  margin:18px 0;
  background:var(--blue);
  border-left:5px solid #17627a;
  border-radius:6px 12px 12px 6px;
}

.ara-local-grammar .point strong{
  color:#17627a;
}

.ara-local-grammar .online-point{
  padding:18px;
  margin:20px 0;
  background:var(--cream);
  border:1px solid #eadfbd;
  border-radius:13px;
}

.ara-local-grammar .online-point strong{
  display:block;
  margin-bottom:5px;
  color:var(--navy);
}

.ara-local-grammar .article-link{
  display:block;
  padding:15px 18px;
  margin:22px 0;
  color:#fff !important;
  text-align:center;
  font-weight:700;
  text-decoration:none;
  background:var(--navy);
  border-radius:999px;
}

.ara-local-grammar .trial{
  padding:23px;
  margin-top:24px;
  text-align:center;
  background:linear-gradient(135deg,#eef7fa,#fff9ed);
  border:2px solid #c4dce4;
  border-radius:15px;
}

.ara-local-grammar .trial strong{
  display:block;
  margin-bottom:6px;
  color:#17627a;
  font-size:19px;
}

.ara-local-grammar .trial p{
  margin:0;
}

.ara-local-grammar .trial a{
  display:inline-block;
  padding:12px 20px;
  margin-top:12px;
  color:#fff !important;
  font-weight:700;
  text-decoration:none;
  background:#17627a;
  border-radius:999px;
}

@media(max-width:650px){
  .ara-local-grammar .hero,
  .ara-local-grammar .content{
    padding:19px;
  }
}
&lt;/style&gt;

&lt;section class=&quot;ara-local-grammar&quot;&gt;

  &lt;header class=&quot;hero&quot;&gt;
    &lt;span class=&quot;label&quot;&gt;ONLINE KOREAN｜日本全国対応&lt;/span&gt;

    &lt;h2&gt;
      韓国語「에」と「(으)로」&lt;br&gt;
      どちらを使えば自然？
    &lt;/h2&gt;

    &lt;p&gt;
      日本語の「に・へ」と比較しながら、
      オンラインで韓国語を学ぶ日本人の方にも
      分かりやすく使い分けを紹介します。
    &lt;/p&gt;
  &lt;/header&gt;

  &lt;div class=&quot;content&quot;&gt;

    &lt;h3&gt;「目的地」と「方向」で考えると分かりやすい&lt;/h3&gt;

    &lt;p&gt;
      韓国語を勉強していると、
      &lt;strong&gt;「학교에 가요」と「학교로 가요」は何が違うの？&lt;/strong&gt;
      と迷うことがあります。
    &lt;/p&gt;

    &lt;p&gt;
      日本語ではどちらも「学校に行く・学校へ行く」と
      似た意味で訳せますが、
      韓国語では話し手が
      &lt;strong&gt;目的地を見ているのか、進む方向を見ているのか&lt;/strong&gt;
      によってニュアンスが変わります。
    &lt;/p&gt;

    &lt;div class=&quot;point&quot;&gt;
      &lt;strong&gt;基本イメージ&lt;/strong&gt;&lt;br&gt;
      📍 &lt;b&gt;에&lt;/b&gt; ＝ 目的地・到着点を指定する&lt;br&gt;
      ➡️ &lt;b&gt;(으)로&lt;/b&gt; ＝ 進む方向・向かう方を示す
    &lt;/div&gt;

    &lt;p&gt;
      例えば、
      &lt;strong&gt;오사카에 가요&lt;/strong&gt; は
      「大阪という目的地に行きます」、
      &lt;strong&gt;오사카로 가요&lt;/strong&gt; は
      「大阪の方向へ行きます」というイメージです。
    &lt;/p&gt;

    &lt;p&gt;
      Ara韓国語学院公式ブログでは、
      「에 도착하다（～に到着する）」と
      「(으)로 향하다（～へ向かう）」の違い、
      (으)로 の形やその他の使い方まで、
      日本人学習者向けに例文と図で詳しく解説しています。
    &lt;/p&gt;

    &lt;a
      class=&quot;article-link&quot;
      href=&quot;https://aracommunication.net/info/6899618&quot;
    &gt;
      韓国語「에」と「(으)로」の詳しい解説を見る →
    &lt;/a&gt;

    &lt;div class=&quot;online-point&quot;&gt;
      &lt;strong&gt;オンラインレッスンでも文法は「使って覚える」&lt;/strong&gt;
      文法の意味を理解しても、
      実際の会話では瞬間的に助詞を選ぶ必要があります。
      Ara韓国語学院オンライン校では、
      学んだ文法を会話の中で繰り返し使いながら
      自然な表現として定着させていきます。
    &lt;/div&gt;

    &lt;div class=&quot;trial&quot;&gt;
      &lt;strong&gt;自宅から学べる｜Ara韓国語学院オンライン校&lt;/strong&gt;

      &lt;p&gt;
        日本全国から受講可能。&lt;br&gt;
        初心者の方も、文法を整理しながら
        実際に話せる韓国語を身につけていきましょう。
      &lt;/p&gt;

      &lt;a href=&quot;https://araschool.info/contact&quot;&gt;
        オンライン校｜無料体験レッスン →
      &lt;/a&gt;
    &lt;/div&gt;

  &lt;/div&gt;

&lt;/section&gt;</description>
    </item>
    <item rdf:about="https://araschool.info/info/6899587">
        <dc:format>text/html</dc:format>
        <dc:date>2026-09-01T04:02:00+09:00</dc:date>
        <title>【2026年版】韓国旅行情報マップ｜ソウル・釜山・地方都市ガイド【Ara韓国語学院 オンライン校】</title>
        <link>https://araschool.info/info/6899587</link>
        <description>&lt;!--
記事タイトル：オンライン校｜韓国旅行情報を地図から探す【Ara韓国語学院】
メタディスクリプション：Ara韓国語学院オンライン校の韓国旅行情報ページ。韓国地図からソウル、釜山、仁川、慶州、江陵、束草などの旅行記事を探せます。日本全国から旅行韓国語をオンラインで学べます。
掲載先：オンライン校
--&gt;
&lt;style&gt;&lt;!--
.ara-korea-travel-map26{
  --red:#a6192e;
  --red-dark:#801126;
  --navy:#17213c;
  --blue:#eef5fb;
  --blue-deep:#dbe9f4;
  --soft:#faf7f7;
  --cream:#fff9ed;
  --line:#e5e7eb;
  --text:#27272a;
  --muted:#6b7280;
  --shadow:0 10px 28px rgba(23,33,60,.08);
  max-width:1080px;
  margin:0 auto;
  color:var(--text);
  font-family:-apple-system,BlinkMacSystemFont,&quot;Hiragino Kaku Gothic ProN&quot;,&quot;Yu Gothic&quot;,Meiryo,sans-serif;
  font-size:16px;
  line-height:1.9;
}
.ara-korea-travel-map26 *{box-sizing:border-box;}
.ara-korea-travel-map26 a{color:var(--red);text-decoration:none;overflow-wrap:anywhere;}
.ara-korea-travel-map26 h2,
.ara-korea-travel-map26 h3{color:var(--navy);line-height:1.5;}

/* HERO */
.ara-korea-travel-map26 .hero{
  position:relative;
  overflow:hidden;
  padding:56px 28px;
  margin-bottom:28px;
  color:#fff;
  text-align:center;
  background:
    radial-gradient(circle at 12% 18%,rgba(255,255,255,.15),transparent 29%),
    radial-gradient(circle at 88% 82%,rgba(255,255,255,.10),transparent 28%),
    linear-gradient(135deg,#17213c 0%,#2e4a6f 48%,#a6192e 100%);
  border-radius:22px;
}
.ara-korea-travel-map26 .hero:after{
  position:absolute;
  right:-24px;
  bottom:-34px;
  content:&quot;KOREA TRAVEL&quot;;
  color:rgba(255,255,255,.06);
  font-size:58px;
  font-weight:900;
  letter-spacing:.03em;
}
.ara-korea-travel-map26 .hero-label{
  position:relative;
  z-index:1;
  display:inline-block;
  padding:6px 15px;
  margin-bottom:14px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  background:rgba(255,255,255,.15);
  border:1px solid rgba(255,255,255,.23);
  border-radius:30px;
}
.ara-korea-travel-map26 .hero h1{
  position:relative;
  z-index:1;
  margin:0 0 14px;
  color:#fff;
  font-size:clamp(29px,5vw,43px);
  line-height:1.45;
}
.ara-korea-travel-map26 .hero p{
  position:relative;
  z-index:1;
  max-width:790px;
  margin:0 auto;
  font-size:15px;
}

/* INTRO */
.ara-korea-travel-map26 .lead{
  padding:26px;
  margin:0 0 24px;
  background:var(--soft);
  border-left:5px solid var(--red);
  border-radius:6px 16px 16px 6px;
}
.ara-korea-travel-map26 .lead p{margin:0 0 12px;}
.ara-korea-travel-map26 .lead p:last-child{margin-bottom:0;}
.ara-korea-travel-map26 .answer-box{
  padding:22px;
  margin:0 0 26px;
  background:var(--cream);
  border:1px solid #eadbb1;
  border-radius:15px;
}
.ara-korea-travel-map26 .answer-box strong{
  display:block;
  margin-bottom:6px;
  color:#6b4808;
  font-size:18px;
}

/* QUICK LINKS */
.ara-korea-travel-map26 .quick-links{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin:0 0 28px;
}
.ara-korea-travel-map26 .quick-links a{
  display:inline-block;
  padding:9px 13px;
  color:var(--navy);
  font-size:13px;
  font-weight:800;
  background:#fff;
  border:1px solid var(--line);
  border-radius:999px;
  box-shadow:0 3px 10px rgba(23,33,60,.04);
}
.ara-korea-travel-map26 .quick-links a:hover{
  color:#fff;
  background:var(--red);
  border-color:var(--red);
}

/* MAP LAYOUT */
.ara-korea-travel-map26 .map-layout{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(310px,.92fr);
  gap:22px;
  align-items:start;
}
.ara-korea-travel-map26 .map-card,
.ara-korea-travel-map26 .region-card{
  padding:24px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  box-shadow:var(--shadow);
}
.ara-korea-travel-map26 .mini-label{
  display:inline-block;
  padding:5px 11px;
  margin-bottom:8px;
  color:var(--red);
  font-size:11px;
  font-weight:900;
  letter-spacing:.06em;
  background:#fff3f5;
  border-radius:999px;
}
.ara-korea-travel-map26 .map-card h2,
.ara-korea-travel-map26 .region-card h2{
  margin:0 0 7px;
  font-size:28px;
}
.ara-korea-travel-map26 .section-desc{
  margin:0 0 18px;
  color:var(--muted);
  font-size:14px;
}

/* ACTUAL SOUTH KOREA MAP */
.ara-korea-travel-map26 .korea-map-wrap{
  position:relative;
  width:min(100%,560px);
  margin:0 auto;
  aspect-ratio:560/730;
}
.ara-korea-travel-map26 .korea-map-svg{
  display:block;
  width:100%;
  height:100%;
  filter:drop-shadow(0 9px 16px rgba(23,33,60,.08));
}
.ara-korea-travel-map26 .korea-land{
  fill:#edf5fb;
  stroke:#bdcee0;
  stroke-width:2.2;
  stroke-linejoin:round;
  vector-effect:non-scaling-stroke;
}

/* MAP MARKERS */
.ara-korea-travel-map26 .map-marker{
  position:absolute;
  z-index:4;
  width:0;
  height:0;
}
.ara-korea-travel-map26 .map-dot{
  position:absolute;
  left:-5px;
  top:-5px;
  width:10px;
  height:10px;
  background:var(--red);
  border:2px solid #fff;
  border-radius:50%;
  box-shadow:0 0 0 2px rgba(166,25,46,.13);
}
.ara-korea-travel-map26 .map-marker a{
  position:absolute;
  left:var(--label-x);
  top:var(--label-y);
  display:block;
  padding:6px 10px;
  color:var(--navy);
  font-size:11.5px;
  font-weight:900;
  line-height:1.3;
  white-space:nowrap;
  background:#fff;
  border:1px solid #d6dee8;
  border-radius:999px;
  box-shadow:0 5px 13px rgba(23,33,60,.10);
  transition:transform .18s ease,background .18s ease,color .18s ease;
}
.ara-korea-travel-map26 .map-marker a:hover{
  color:#fff;
  background:var(--red);
  border-color:var(--red);
  transform:translateY(-2px);
}

/* REGION GUIDE */
.ara-korea-travel-map26 .region-block{
  padding:0 0 17px;
  margin:0 0 17px;
  border-bottom:1px solid var(--line);
}
.ara-korea-travel-map26 .region-block:last-child{
  padding-bottom:0;
  margin-bottom:0;
  border-bottom:0;
}
.ara-korea-travel-map26 .region-block h3{
  margin:0 0 6px;
  font-size:18px;
}
.ara-korea-travel-map26 .region-block p{
  margin:0;
  color:#4b5563;
  font-size:13.5px;
}
.ara-korea-travel-map26 .region-links{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:9px;
}
.ara-korea-travel-map26 .region-links a{
  display:inline-block;
  padding:7px 10px;
  color:var(--red);
  font-size:12px;
  font-weight:800;
  background:#fff4f5;
  border-radius:999px;
}

/* CITY LIST */
.ara-korea-travel-map26 .section-title{
  margin:44px 0 19px;
  padding-bottom:10px;
  border-bottom:3px solid var(--red);
}
.ara-korea-travel-map26 .section-title h2{
  margin:0 0 7px;
  font-size:clamp(26px,4vw,33px);
}
.ara-korea-travel-map26 .section-title p{
  margin:0;
  color:var(--muted);
}
.ara-korea-travel-map26 .city-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:15px;
}
.ara-korea-travel-map26 .city-card{
  padding:21px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:17px;
  box-shadow:var(--shadow);
}
.ara-korea-travel-map26 .city-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  margin-bottom:8px;
}
.ara-korea-travel-map26 .city-ko{
  display:block;
  color:var(--red);
  font-size:11px;
  font-weight:900;
  letter-spacing:.04em;
}
.ara-korea-travel-map26 .city-card h3{
  margin:0;
  font-size:22px;
}
.ara-korea-travel-map26 .city-badge{
  display:inline-block;
  padding:5px 9px;
  color:var(--navy);
  font-size:10.5px;
  font-weight:800;
  white-space:nowrap;
  background:#eef3f8;
  border-radius:999px;
}
.ara-korea-travel-map26 .city-card p{
  margin:0 0 13px;
  color:#4b5563;
  font-size:14px;
}
.ara-korea-travel-map26 .city-meta{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-bottom:14px;
}
.ara-korea-travel-map26 .city-meta span{
  display:inline-block;
  padding:6px 9px;
  color:var(--navy);
  font-size:11.5px;
  font-weight:700;
  background:#f7f8fa;
  border-radius:999px;
}
.ara-korea-travel-map26 .city-link{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:10px 14px;
  color:#fff!important;
  font-size:13px;
  font-weight:900;
  background:var(--red);
  border-radius:999px;
}

/* FAQ */
.ara-korea-travel-map26 .faq{
  padding:25px;
  margin-top:34px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
}
.ara-korea-travel-map26 .faq h2{margin:0 0 12px;}
.ara-korea-travel-map26 .faq-item{
  padding:16px 0;
  border-bottom:1px solid var(--line);
}
.ara-korea-travel-map26 .faq-item:last-child{border-bottom:0;}
.ara-korea-travel-map26 .q{
  margin:0 0 6px;
  color:var(--navy);
  font-weight:900;
}
.ara-korea-travel-map26 .a{margin:0;}

/* ONLINE CTA */
.ara-korea-travel-map26 .online-cta{
  padding:34px 24px;
  margin-top:34px;
  color:#fff;
  text-align:center;
  background:linear-gradient(135deg,var(--navy),#2e4a6f,var(--red));
  border-radius:20px;
}
.ara-korea-travel-map26 .online-cta .small{
  display:inline-block;
  padding:5px 12px;
  margin-bottom:9px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
}
.ara-korea-travel-map26 .online-cta h2{
  margin:0 0 10px;
  color:#fff;
}
.ara-korea-travel-map26 .online-cta p{
  max-width:740px;
  margin:0 auto 18px;
}
.ara-korea-travel-map26 .online-cta a{
  display:inline-block;
  padding:13px 22px;
  color:var(--navy)!important;
  font-weight:900;
  background:#fff;
  border-radius:999px;
}

.ara-korea-travel-map26 .school-section{
  padding:30px 22px;
  margin-top:18px;
  text-align:center;
  background:var(--soft);
  border-radius:20px;
}
.ara-korea-travel-map26 .school-section h2{
  margin:0 0 10px;
  color:var(--navy);
}
.ara-korea-travel-map26 .school-section&gt;p{
  max-width:760px;
  margin:0 auto 22px;
}
.ara-korea-travel-map26 .school-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:11px;
}
.ara-korea-travel-map26 .school{
  padding:20px 16px;
  background:#fff;
  border:1px solid #eadde0;
  border-radius:13px;
}
.ara-korea-travel-map26 .school strong{
  display:block;
  color:var(--red);
  font-size:17px;
}
.ara-korea-travel-map26 .school span{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:11.5px;
}
.ara-korea-travel-map26 .school a{
  display:inline-block;
  padding:10px 15px;
  margin-top:11px;
  color:#fff!important;
  font-size:12px;
  font-weight:900;
  background:var(--red);
  border-radius:999px;
}
.ara-korea-travel-map26 .school.online{
  grid-column:1/-1;
  background:linear-gradient(135deg,#edf7fa,#fff9ed);
  border:2px solid #bfd9e3;
}
.ara-korea-travel-map26 .school.online strong{
  color:#17627a;
  font-size:19px;
}
.ara-korea-travel-map26 .school.online a{
  background:#17627a;
}
.ara-korea-travel-map26 .source-note{
  padding:16px 18px;
  margin-top:25px;
  color:#777;
  font-size:11px;
  background:#f7f7f7;
  border-radius:11px;
}

@media(max-width:900px){
  .ara-korea-travel-map26 .map-layout,
  .ara-korea-travel-map26 .city-grid,
  .ara-korea-travel-map26 .school-grid{grid-template-columns:1fr;}
  .ara-korea-travel-map26 .school.online{grid-column:auto;}
}
@media(max-width:680px){
  .ara-korea-travel-map26{font-size:15px;}
  .ara-korea-travel-map26 .hero{
    padding:38px 17px;
    border-radius:16px;
  }
  .ara-korea-travel-map26 .map-card,
  .ara-korea-travel-map26 .region-card,
  .ara-korea-travel-map26 .city-card{padding:18px 15px;}
  .ara-korea-travel-map26 .map-marker a{
    padding:5px 8px;
    font-size:10.5px;
  }
}

.ara-korea-travel-map26 .current-school-ribbon{
  margin:18px 0 0;
  padding:12px 16px;
  text-align:center;
  color:#fff;
  font-size:13px;
  font-weight:800;
  background:linear-gradient(135deg,#a6192e,#801126);
  border-radius:14px;
}
.ara-korea-travel-map26 .branch-final-cta{
  padding:30px 22px;
  margin-top:22px;
  text-align:center;
  background:#fff7f8;
  border:1px solid #eadde0;
  border-radius:18px;
}
.ara-korea-travel-map26 .branch-final-cta h2{
  margin:0 0 8px;
  color:#17213c;
}
.ara-korea-travel-map26 .branch-final-cta p{
  max-width:700px;
  margin:0 auto 16px;
}
.ara-korea-travel-map26 .branch-final-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
}
.ara-korea-travel-map26 .branch-final-actions a{
  display:inline-block;
  padding:11px 17px;
  font-size:12.5px;
  font-weight:900;
  border-radius:999px;
}
.ara-korea-travel-map26 .branch-final-actions .blog{
  color:#17213c!important;
  background:#fff;
  border:1px solid #d9dde4;
}
.ara-korea-travel-map26 .branch-final-actions .trial{
  color:#fff!important;
  background:#a6192e;
}
--&gt;&lt;/style&gt;
&lt;article class=&quot;ara-korea-travel-map26&quot;&gt;&lt;header class=&quot;hero&quot;&gt;
&lt;div class=&quot;hero-label&quot;&gt;ARA 韓国旅行ガイド 2026｜オンライン校&lt;/div&gt;
&lt;h1&gt;韓国旅行情報｜地図から探す&lt;br /&gt;人気都市・地方旅行ガイド&lt;/h1&gt;
&lt;p&gt;ソウル・釜山の定番旅行から、仁川・大田・慶州・浦項・蔚山・江陵・束草・全州・光州・大邱・済州島まで。&lt;br /&gt; 行きたい都市を韓国地図から選んで、Ara韓国語学院の詳しい旅行記事へ移動できます。&lt;/p&gt;
&lt;/header&gt;
&lt;div class=&quot;current-school-ribbon&quot;&gt;Ara韓国語学院 オンライン校｜韓国旅行情報&lt;/div&gt;
&lt;section class=&quot;top-photo-section&quot; aria-label=&quot;メイン写真エリア&quot;&gt;
&lt;div class=&quot;top-photo-frame&quot;&gt;
&lt;div class=&quot;top-photo-placeholder&quot;&gt;&lt;a href=&quot;https://cdn.goope.jp/224160/260901040334-6a95d0069e5b7.png&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/224160/260901040334-6a95d0069e5b7.png&quot; alt=&quot;神戸韓国語　三宮韓国語　三ノ宮韓国語　アラ韓国語学院 韓国語教室 韓国語スクール.png&quot; style=&quot;display: block; margin-left: auto; margin-right: auto;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;section class=&quot;lead&quot;&gt;
&lt;p&gt;「次の韓国旅行はどこへ行こう？」 「ソウルと釜山以外の地方都市も旅行してみたい」 そんな方のために、人気都市の旅行ガイドを一つのページにまとめました。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;地図上の都市名をクリックすると、各都市の観光地10選・モデルコース・アクセス・グルメを紹介する記事へ直接移動できます。&lt;/strong&gt;&lt;/p&gt;
&lt;/section&gt;
&lt;div class=&quot;answer-box&quot;&gt;&lt;strong&gt;目的別に選ぶなら&lt;/strong&gt; 初めての韓国旅行はソウル・釜山、歴史と世界遺産なら慶州、 海とカフェなら江陵、山と海なら束草、 韓屋と韓国グルメなら全州、リゾート旅行なら済州島がおすすめです。&lt;/div&gt;
&lt;nav class=&quot;quick-links&quot; aria-label=&quot;都市別旅行記事&quot;&gt;&lt;a href=&quot;https://aracommunication.net/info/6883827&quot;&gt;ソウル&lt;/a&gt; &lt;a href=&quot;https://aracommunication.net/info/6883828&quot;&gt;釜山&lt;/a&gt; &lt;a href=&quot;https://aracommunication.net/info/6883829&quot;&gt;光州&lt;/a&gt; &lt;a href=&quot;https://aracommunication.net/info/6883830&quot;&gt;大邱&lt;/a&gt; &lt;a href=&quot;https://aracommunication.net/info/6883831&quot;&gt;済州島&lt;/a&gt; &lt;a href=&quot;https://aracommunication.net/info/6883832&quot;&gt;全州&lt;/a&gt; &lt;a href=&quot;https://aracommunication.net/info/6883833&quot;&gt;慶州&lt;/a&gt; &lt;a href=&quot;https://aracommunication.net/info/6899518&quot;&gt;大田&lt;/a&gt; &lt;a href=&quot;https://aracommunication.net/info/6899521&quot;&gt;仁川&lt;/a&gt; &lt;a href=&quot;https://aracommunication.net/info/6899529&quot;&gt;江陵&lt;/a&gt; &lt;a href=&quot;https://aracommunication.net/info/6899538&quot;&gt;束草&lt;/a&gt; &lt;a href=&quot;https://aracommunication.net/info/6899544&quot;&gt;浦項&lt;/a&gt; &lt;a href=&quot;https://aracommunication.net/info/6899555&quot;&gt;蔚山&lt;/a&gt;&lt;/nav&gt;
&lt;section class=&quot;map-layout&quot;&gt;
&lt;div class=&quot;map-card&quot;&gt;&lt;span class=&quot;mini-label&quot;&gt;MAP NAVIGATION&lt;/span&gt;
&lt;h2&gt;韓国地図から探す&lt;/h2&gt;
&lt;p class=&quot;section-desc&quot;&gt;赤い地点と都市名をクリックすると、該当する旅行記事へ移動します。&lt;/p&gt;
&lt;div class=&quot;korea-map-wrap&quot;&gt;&lt;svg class=&quot;korea-map-svg&quot; viewbox=&quot;0 0 560 730&quot; role=&quot;img&quot; aria-label=&quot;韓国旅行都市マップ&quot;&gt; &lt;path d=&quot;M96.8,670.8 L150.4,658.6 L167.4,664.4 L168.8,672.9 L172.3,672.5 L159.2,690.9 L131.5,700.1 L98.4,699.5 L91.8,705.5 L78.8,693.4 L79.3,686.9 L96.8,670.8 Z&quot; class=&quot;korea-land&quot;&gt;&lt;/path&gt; &lt;path d=&quot;M74.5,545.4 L81.3,544.3 L80.1,541.6 L82.2,539.3 L83.5,546.0 L88.1,543.2 L83.2,539.7 L86.5,535.9 L87.2,539.5 L91.1,538.5 L93.6,533.6 L88.2,533.0 L88.6,530.0 L95.7,532.2 L97.4,538.0 L100.3,534.8 L105.4,543.5 L102.3,543.5 L99.7,553.7 L97.7,550.5 L81.1,560.1 L75.0,558.7 L77.9,555.1 L75.5,551.2 L73.7,556.5 L70.2,551.4 L74.5,545.4 Z&quot; class=&quot;korea-land&quot;&gt;&lt;/path&gt; &lt;path d=&quot;M302.1,512.4 L305.1,514.8 L292.5,514.6 L291.3,506.3 L286.6,507.7 L286.8,512.6 L281.2,512.5 L274.9,496.3 L277.3,490.4 L285.5,485.0 L289.6,487.5 L285.2,493.6 L286.9,498.5 L292.8,502.7 L297.7,499.1 L305.8,501.0 L302.1,512.4 Z&quot; class=&quot;korea-land&quot;&gt;&lt;/path&gt; &lt;path d=&quot;M384.0,476.1 L380.6,478.8 L384.5,486.0 L380.6,492.6 L382.7,494.9 L387.5,491.6 L385.5,498.2 L381.5,498.5 L386.1,504.8 L377.7,502.0 L373.9,508.3 L379.2,511.5 L366.6,515.9 L369.3,507.8 L362.1,505.0 L367.3,503.8 L368.4,497.9 L358.7,502.6 L354.2,493.7 L361.0,488.0 L373.6,491.5 L367.9,484.4 L375.5,483.5 L378.6,473.0 L384.0,476.1 Z&quot; class=&quot;korea-land&quot;&gt;&lt;/path&gt; &lt;path d=&quot;M352.7,46.7 L370.0,73.8 L371.0,82.3 L402.3,122.0 L424.0,141.6 L422.6,146.7 L431.2,153.9 L432.6,162.8 L456.5,191.1 L459.7,196.7 L458.2,204.5 L468.4,219.0 L466.6,240.5 L474.0,260.9 L466.3,274.2 L471.0,288.7 L461.8,316.1 L461.5,327.3 L468.5,339.6 L461.4,346.5 L470.7,353.3 L483.4,341.6 L486.6,350.4 L479.1,361.1 L480.8,368.9 L469.9,397.2 L472.5,402.3 L470.1,416.4 L465.8,418.5 L465.1,413.8 L459.3,409.4 L463.2,416.3 L460.1,420.4 L457.4,418.5 L461.0,423.8 L460.3,433.2 L448.5,438.3 L443.8,454.8 L438.7,458.8 L432.9,457.6 L429.7,461.1 L431.9,465.6 L423.1,462.9 L421.6,466.1 L425.6,466.4 L427.8,471.9 L420.6,466.1 L419.0,471.5 L416.2,467.6 L417.2,472.3 L414.8,470.3 L413.0,474.1 L412.3,461.1 L406.3,467.4 L404.7,463.2 L402.7,468.2 L396.7,465.4 L391.6,468.3 L391.8,464.0 L380.6,466.0 L380.3,459.6 L377.3,463.2 L370.8,459.6 L368.1,451.7 L364.8,455.7 L373.7,469.6 L366.3,471.5 L368.7,469.6 L365.1,469.8 L367.3,467.0 L362.1,463.2 L352.3,465.0 L355.2,468.3 L351.8,469.3 L355.5,470.2 L352.9,472.5 L357.7,476.7 L346.5,478.9 L350.8,481.3 L347.4,494.0 L350.3,489.2 L354.6,492.1 L346.7,499.3 L350.4,500.3 L348.4,508.3 L337.2,500.3 L340.0,498.2 L344.0,501.7 L346.3,499.6 L341.9,497.2 L349.0,496.2 L342.3,490.9 L342.5,494.8 L334.6,492.8 L333.5,490.1 L340.1,489.7 L337.5,483.9 L330.3,490.9 L329.5,486.0 L321.8,485.9 L321.3,491.8 L313.7,492.3 L312.4,488.1 L303.6,486.7 L304.7,467.4 L298.9,480.5 L294.5,478.3 L292.1,481.5 L288.8,477.3 L283.0,485.3 L278.3,481.9 L276.7,485.5 L270.6,482.5 L274.7,479.1 L266.7,483.8 L264.6,478.4 L266.2,483.6 L258.4,490.1 L253.3,490.2 L250.4,483.5 L247.9,488.0 L254.9,500.0 L271.0,495.8 L269.1,510.9 L266.1,511.3 L272.7,514.0 L269.4,515.5 L275.0,520.8 L274.4,530.1 L263.3,525.8 L271.1,517.9 L268.7,516.6 L269.5,514.2 L257.3,508.6 L252.1,515.4 L255.5,525.2 L244.5,521.1 L248.0,516.3 L244.5,513.5 L249.7,510.1 L245.1,502.6 L241.2,502.6 L243.7,498.1 L240.2,492.3 L236.4,493.4 L236.7,498.6 L221.2,498.6 L229.9,501.7 L219.5,507.5 L226.7,507.1 L223.4,513.6 L236.9,522.2 L231.6,522.5 L237.6,524.1 L239.4,529.6 L218.5,530.0 L221.1,535.5 L231.1,535.0 L224.3,544.1 L217.4,541.6 L219.2,548.2 L210.9,543.6 L212.4,541.1 L206.3,539.0 L204.1,533.6 L198.6,535.4 L199.5,538.7 L192.3,535.3 L202.2,522.2 L200.1,531.1 L205.8,530.3 L208.8,514.5 L212.3,513.7 L212.8,521.1 L219.8,514.7 L217.6,509.6 L209.9,512.0 L207.6,506.3 L200.2,517.1 L194.3,515.5 L184.3,524.3 L173.6,524.7 L179.9,527.5 L176.2,531.7 L179.4,534.2 L173.9,537.1 L176.2,544.9 L171.6,543.1 L170.4,548.0 L165.5,544.6 L164.9,550.9 L153.1,545.0 L154.9,534.9 L150.9,525.9 L151.6,537.9 L146.0,537.9 L150.9,541.2 L148.3,545.0 L141.7,544.9 L147.1,548.1 L140.7,547.3 L140.1,551.7 L133.0,553.4 L131.7,564.4 L122.1,567.3 L121.3,558.4 L114.9,558.9 L120.7,549.3 L116.2,550.4 L113.5,547.4 L117.5,543.9 L113.6,543.4 L118.5,538.0 L125.1,538.1 L118.8,536.4 L124.7,534.4 L121.6,534.7 L124.3,530.4 L121.6,533.8 L115.7,532.6 L115.2,537.4 L109.4,534.0 L105.7,537.2 L101.0,529.4 L97.0,532.9 L92.9,529.1 L93.1,525.7 L97.0,527.0 L90.6,523.4 L90.5,515.3 L94.6,508.1 L101.1,514.7 L98.6,520.4 L103.7,528.0 L113.3,530.7 L117.1,527.6 L111.8,526.2 L108.9,520.2 L104.3,521.5 L105.9,514.0 L108.9,517.9 L113.7,516.0 L110.9,520.2 L115.3,523.2 L133.7,525.3 L118.8,511.4 L102.7,510.5 L106.5,506.8 L112.9,509.9 L115.6,506.3 L122.6,509.9 L125.0,501.6 L131.2,507.6 L130.0,503.8 L140.9,501.1 L126.9,499.4 L129.1,489.3 L126.1,491.8 L121.2,488.3 L124.3,488.6 L125.3,479.9 L124.0,488.3 L120.3,487.5 L123.7,496.0 L121.0,505.5 L117.3,504.7 L118.1,500.6 L103.4,506.1 L110.2,492.0 L105.6,493.6 L105.9,484.1 L112.1,481.6 L107.8,477.3 L105.1,482.3 L103.8,478.5 L104.2,485.8 L95.9,487.5 L99.1,484.2 L94.8,482.9 L96.0,480.0 L100.6,481.6 L99.3,478.6 L105.9,473.9 L101.3,473.4 L94.7,464.1 L97.0,471.2 L91.2,471.6 L94.3,468.4 L88.1,464.2 L92.0,459.2 L96.9,464.2 L100.8,458.1 L98.8,466.4 L103.1,470.9 L105.9,467.3 L109.5,475.2 L114.0,468.8 L111.5,467.5 L116.3,467.5 L101.3,455.2 L107.4,450.0 L98.4,449.6 L103.3,446.9 L100.0,445.9 L105.1,442.1 L106.7,431.7 L111.4,433.4 L111.0,435.8 L115.1,439.1 L117.8,437.2 L113.3,437.3 L113.2,433.6 L110.5,432.4 L117.5,429.1 L109.5,431.9 L107.8,426.8 L117.1,424.2 L110.6,423.1 L117.3,412.5 L127.1,409.6 L130.8,413.5 L134.9,405.9 L140.6,410.6 L138.8,401.9 L120.1,405.4 L114.0,397.9 L135.4,383.4 L140.3,387.4 L141.1,380.9 L147.6,378.5 L152.7,382.9 L152.4,375.4 L141.0,372.1 L154.3,370.0 L154.0,365.8 L158.9,363.7 L153.0,365.2 L153.0,367.7 L132.6,366.7 L132.6,359.5 L162.8,345.1 L166.1,334.6 L162.2,344.3 L146.1,352.6 L138.8,351.7 L133.2,342.8 L136.5,340.9 L128.2,335.1 L118.3,335.6 L122.5,330.3 L129.8,330.2 L122.4,324.9 L125.7,314.9 L119.3,311.8 L126.6,308.2 L117.1,302.9 L127.7,292.8 L118.6,297.8 L116.7,289.7 L122.1,286.9 L115.2,284.4 L113.8,277.7 L121.5,276.9 L117.0,270.5 L120.5,267.6 L115.8,266.0 L115.1,260.2 L103.3,273.8 L105.5,267.1 L102.5,258.5 L97.8,263.5 L94.1,262.2 L100.3,269.6 L96.6,272.0 L101.8,274.1 L98.2,276.7 L104.3,278.3 L100.1,280.0 L107.4,288.5 L105.6,293.1 L111.3,299.0 L109.5,302.1 L107.2,298.5 L103.9,300.7 L102.8,295.0 L99.1,296.6 L101.9,291.8 L98.1,293.4 L98.0,277.7 L93.2,277.7 L95.3,271.7 L90.9,267.6 L91.8,260.7 L83.1,267.4 L77.9,267.0 L79.2,262.2 L85.9,261.6 L77.8,254.8 L73.8,263.3 L72.6,255.1 L78.3,245.6 L83.0,253.7 L81.2,249.1 L84.7,248.6 L80.6,247.4 L84.7,243.9 L80.8,240.6 L88.3,237.8 L85.5,242.6 L92.0,242.4 L92.9,231.1 L95.3,229.1 L99.0,240.6 L94.5,244.6 L97.2,247.4 L93.7,252.4 L97.8,249.3 L101.5,252.7 L97.5,245.2 L102.9,248.0 L102.0,245.5 L107.5,243.9 L103.2,241.8 L111.0,239.1 L109.1,234.3 L99.2,231.3 L105.7,230.3 L98.5,228.0 L102.2,225.0 L113.5,226.0 L111.6,230.1 L117.3,234.2 L112.5,241.6 L115.2,246.1 L119.1,243.1 L116.5,240.2 L120.2,230.8 L127.2,240.7 L122.8,229.1 L116.9,224.7 L125.5,229.0 L118.7,219.0 L128.0,223.4 L134.3,232.7 L140.2,231.4 L141.5,226.6 L146.2,231.5 L153.0,229.6 L151.1,238.9 L156.5,235.9 L156.4,246.8 L161.0,251.3 L158.5,254.9 L161.8,253.6 L162.1,241.9 L178.0,234.9 L175.8,229.4 L176.0,234.8 L167.8,237.6 L157.9,227.0 L153.5,227.0 L161.4,224.4 L148.2,221.7 L151.4,219.2 L150.1,211.9 L156.5,208.9 L152.8,207.7 L154.3,203.2 L141.7,211.9 L141.8,206.9 L137.0,207.3 L138.0,202.2 L142.7,200.8 L139.1,200.6 L140.2,194.0 L152.6,198.1 L155.7,190.7 L162.1,192.8 L149.4,188.3 L149.9,183.4 L141.9,184.5 L147.7,176.9 L139.6,177.5 L129.8,170.5 L131.3,165.8 L139.5,163.7 L135.0,157.1 L138.4,153.9 L130.5,153.2 L123.7,145.7 L121.6,130.2 L136.9,129.1 L137.6,142.3 L167.2,158.1 L140.1,140.7 L140.2,125.2 L187.5,68.5 L271.7,62.4 L322.4,54.1 L339.5,23.6 L346.9,30.6 L352.7,46.7 Z&quot; class=&quot;korea-land&quot;&gt;&lt;/path&gt; &lt;path d=&quot;M112.5,122.9 L120.3,128.1 L123.5,149.2 L120.6,151.4 L103.8,149.5 L108.6,143.9 L101.9,137.5 L101.4,127.0 L112.5,122.9 Z&quot; class=&quot;korea-land&quot;&gt;&lt;/path&gt; &lt;path d=&quot;M70.2,130.6 L78.7,131.9 L74.8,133.0 L70.2,130.6 Z&quot; class=&quot;korea-land&quot;&gt;&lt;/path&gt; &lt;path d=&quot;M127.9,129.4 L115.3,123.1 L138.2,125.0 L127.9,129.4 Z&quot; class=&quot;korea-land&quot;&gt;&lt;/path&gt; &lt;/svg&gt;
&lt;div class=&quot;map-marker marker-seoul&quot; style=&quot;left: 31.45%; top: 21.27%; --label-x: 13px; --label-y: -34px;&quot;&gt;&lt;span class=&quot;map-dot&quot; aria-hidden=&quot;true&quot;&gt;&lt;/span&gt; &lt;a href=&quot;https://aracommunication.net/info/6883827&quot; aria-label=&quot;ソウル旅行記事を見る&quot;&gt;ソウル&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;map-marker marker-busan&quot; style=&quot;left: 76.08%; top: 62.42%; --label-x: 14px; --label-y: 12px;&quot;&gt;&lt;span class=&quot;map-dot&quot; aria-hidden=&quot;true&quot;&gt;&lt;/span&gt; &lt;a href=&quot;https://aracommunication.net/info/6883828&quot; aria-label=&quot;釜山旅行記事を見る&quot;&gt;釜山&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;map-marker marker-gwangju&quot; style=&quot;left: 28.78%; top: 62.77%; --label-x: -61px; --label-y: -2px;&quot;&gt;&lt;span class=&quot;map-dot&quot; aria-hidden=&quot;true&quot;&gt;&lt;/span&gt; &lt;a href=&quot;https://aracommunication.net/info/6883829&quot; aria-label=&quot;光州旅行記事を見る&quot;&gt;光州&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;map-marker marker-daegu&quot; style=&quot;left: 65.99%; top: 50.49%; --label-x: -58px; --label-y: -18px;&quot;&gt;&lt;span class=&quot;map-dot&quot; aria-hidden=&quot;true&quot;&gt;&lt;/span&gt; &lt;a href=&quot;https://aracommunication.net/info/6883830&quot; aria-label=&quot;大邱旅行記事を見る&quot;&gt;大邱&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;map-marker marker-jeju&quot; style=&quot;left: 21.94%; top: 91.39%; --label-x: -27px; --label-y: -34px;&quot;&gt;&lt;span class=&quot;map-dot&quot; aria-hidden=&quot;true&quot;&gt;&lt;/span&gt; &lt;a href=&quot;https://aracommunication.net/info/6883831&quot; aria-label=&quot;済州島旅行記事を見る&quot;&gt;済州島&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;map-marker marker-jeonju&quot; style=&quot;left: 35.06%; top: 51.31%; --label-x: -62px; --label-y: -3px;&quot;&gt;&lt;span class=&quot;map-dot&quot; aria-hidden=&quot;true&quot;&gt;&lt;/span&gt; &lt;a href=&quot;https://aracommunication.net/info/6883832&quot; aria-label=&quot;全州旅行記事を見る&quot;&gt;全州&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;map-marker marker-gyeongju&quot; style=&quot;left: 79.25%; top: 50.76%; --label-x: 13px; --label-y: -8px;&quot;&gt;&lt;span class=&quot;map-dot&quot; aria-hidden=&quot;true&quot;&gt;&lt;/span&gt; &lt;a href=&quot;https://aracommunication.net/info/6883833&quot; aria-label=&quot;慶州旅行記事を見る&quot;&gt;慶州&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;map-marker marker-daejeon&quot; style=&quot;left: 40.10%; top: 42.23%; --label-x: -54px; --label-y: -20px;&quot;&gt;&lt;span class=&quot;map-dot&quot; aria-hidden=&quot;true&quot;&gt;&lt;/span&gt; &lt;a href=&quot;https://aracommunication.net/info/6899518&quot; aria-label=&quot;大田旅行記事を見る&quot;&gt;大田&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;map-marker marker-incheon&quot; style=&quot;left: 25.64%; top: 23.17%; --label-x: -61px; --label-y: -2px;&quot;&gt;&lt;span class=&quot;map-dot&quot; aria-hidden=&quot;true&quot;&gt;&lt;/span&gt; &lt;a href=&quot;https://aracommunication.net/info/6899521&quot; aria-label=&quot;仁川旅行記事を見る&quot;&gt;仁川&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;map-marker marker-gangneung&quot; style=&quot;left: 71.83%; top: 18.07%; --label-x: 14px; --label-y: -2px;&quot;&gt;&lt;span class=&quot;map-dot&quot; aria-hidden=&quot;true&quot;&gt;&lt;/span&gt; &lt;a href=&quot;https://aracommunication.net/info/6899529&quot; aria-label=&quot;江陵旅行記事を見る&quot;&gt;江陵&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;map-marker marker-sokcho&quot; style=&quot;left: 65.78%; top: 10.22%; --label-x: 12px; --label-y: -26px;&quot;&gt;&lt;span class=&quot;map-dot&quot; aria-hidden=&quot;true&quot;&gt;&lt;/span&gt; &lt;a href=&quot;https://aracommunication.net/info/6899538&quot; aria-label=&quot;束草旅行記事を見る&quot;&gt;束草&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;map-marker marker-pohang&quot; style=&quot;left: 82.23%; top: 47.95%; --label-x: 12px; --label-y: -38px;&quot;&gt;&lt;span class=&quot;map-dot&quot; aria-hidden=&quot;true&quot;&gt;&lt;/span&gt; &lt;a href=&quot;https://aracommunication.net/info/6899544&quot; aria-label=&quot;浦項旅行記事を見る&quot;&gt;浦項&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;map-marker marker-ulsan&quot; style=&quot;left: 81.09%; top: 56.23%; --label-x: 13px; --label-y: 10px;&quot;&gt;&lt;span class=&quot;map-dot&quot; aria-hidden=&quot;true&quot;&gt;&lt;/span&gt; &lt;a href=&quot;https://aracommunication.net/info/6899555&quot; aria-label=&quot;蔚山旅行記事を見る&quot;&gt;蔚山&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;aside class=&quot;region-card&quot;&gt;&lt;span class=&quot;mini-label&quot;&gt;AREA GUIDE&lt;/span&gt;
&lt;h2&gt;地域・旅行テーマから探す&lt;/h2&gt;
&lt;p class=&quot;section-desc&quot;&gt;行きたい地域や旅の目的から都市を選べます。&lt;/p&gt;
&lt;div class=&quot;region-block&quot;&gt;
&lt;h3&gt;首都圏｜初めての韓国旅行&lt;/h3&gt;
&lt;p&gt;王道観光・ショッピング・カフェならソウル。空港周辺や港町、近未来都市を楽しむなら仁川。&lt;/p&gt;
&lt;div class=&quot;region-links&quot;&gt;&lt;a href=&quot;https://aracommunication.net/info/6883827&quot;&gt;ソウル&lt;/a&gt; &lt;a href=&quot;https://aracommunication.net/info/6899521&quot;&gt;仁川&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;region-block&quot;&gt;
&lt;h3&gt;江原道｜海・山・カフェ&lt;/h3&gt;
&lt;p&gt;海辺のカフェと東海の景色なら江陵。雪岳山・市場・海鮮を一緒に楽しむなら束草。&lt;/p&gt;
&lt;div class=&quot;region-links&quot;&gt;&lt;a href=&quot;https://aracommunication.net/info/6899529&quot;&gt;江陵&lt;/a&gt; &lt;a href=&quot;https://aracommunication.net/info/6899538&quot;&gt;束草&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;region-block&quot;&gt;
&lt;h3&gt;中部・全羅道｜文化とグルメ&lt;/h3&gt;
&lt;p&gt;科学・温泉・中部旅行の拠点なら大田。韓屋と料理なら全州、アートと南道文化なら光州。&lt;/p&gt;
&lt;div class=&quot;region-links&quot;&gt;&lt;a href=&quot;https://aracommunication.net/info/6899518&quot;&gt;大田&lt;/a&gt; &lt;a href=&quot;https://aracommunication.net/info/6883832&quot;&gt;全州&lt;/a&gt; &lt;a href=&quot;https://aracommunication.net/info/6883829&quot;&gt;光州&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;region-block&quot;&gt;
&lt;h3&gt;韓国南東部｜海・歴史・都市旅行&lt;/h3&gt;
&lt;p&gt;釜山・慶州・浦項・蔚山・大邱をつなげると、海・古都・世界遺産・グルメを一度に楽しめます。&lt;/p&gt;
&lt;div class=&quot;region-links&quot;&gt;&lt;a href=&quot;https://aracommunication.net/info/6883828&quot;&gt;釜山&lt;/a&gt; &lt;a href=&quot;https://aracommunication.net/info/6883833&quot;&gt;慶州&lt;/a&gt; &lt;a href=&quot;https://aracommunication.net/info/6899544&quot;&gt;浦項&lt;/a&gt; &lt;a href=&quot;https://aracommunication.net/info/6899555&quot;&gt;蔚山&lt;/a&gt; &lt;a href=&quot;https://aracommunication.net/info/6883830&quot;&gt;大邱&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;region-block&quot;&gt;
&lt;h3&gt;済州島｜自然とリゾート&lt;/h3&gt;
&lt;p&gt;海・火山地形・ドライブ・カフェをゆっくり楽しみたい方におすすめです。&lt;/p&gt;
&lt;div class=&quot;region-links&quot;&gt;&lt;a href=&quot;https://aracommunication.net/info/6883831&quot;&gt;済州島&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/aside&gt;
&lt;/section&gt;
&lt;div class=&quot;section-title&quot;&gt;
&lt;h2&gt;都市別・韓国旅行ガイド一覧&lt;/h2&gt;
&lt;p&gt;各記事では、おすすめ観光地10選、1泊2日・2泊3日モデルコース、アクセス、グルメ、旅行韓国語を紹介しています。&lt;/p&gt;
&lt;/div&gt;
&lt;section class=&quot;city-grid&quot;&gt;
&lt;article class=&quot;city-card&quot; id=&quot;city-seoul&quot;&gt;
&lt;div class=&quot;city-top&quot;&gt;
&lt;div&gt;&lt;span class=&quot;city-ko&quot;&gt;서울&lt;/span&gt;
&lt;h3&gt;ソウル&lt;/h3&gt;
&lt;/div&gt;
&lt;span class=&quot;city-badge&quot;&gt;首都圏&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;景福宮・明洞・弘大・漢江など、初めての韓国旅行で外せない王道スポットを紹介。&lt;/p&gt;
&lt;div class=&quot;city-meta&quot;&gt;&lt;span&gt;初めての韓国旅行&lt;/span&gt;&lt;span&gt;2泊3日&lt;/span&gt;&lt;span&gt;王道観光&lt;/span&gt;&lt;/div&gt;
&lt;a class=&quot;city-link&quot; href=&quot;https://aracommunication.net/info/6883827&quot;&gt;ソウル旅行ガイドを見る &lt;span aria-hidden=&quot;true&quot;&gt;&amp;rarr;&lt;/span&gt;&lt;/a&gt;&lt;/article&gt;
&lt;article class=&quot;city-card&quot; id=&quot;city-busan&quot;&gt;
&lt;div class=&quot;city-top&quot;&gt;
&lt;div&gt;&lt;span class=&quot;city-ko&quot;&gt;부산&lt;/span&gt;
&lt;h3&gt;釜山&lt;/h3&gt;
&lt;/div&gt;
&lt;span class=&quot;city-badge&quot;&gt;釜山広域市&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;海雲台・広安里・甘川文化村・スカイカプセルなど、海の街・釜山を楽しむ旅行ガイド。&lt;/p&gt;
&lt;div class=&quot;city-meta&quot;&gt;&lt;span&gt;海&lt;/span&gt;&lt;span&gt;2泊3日&lt;/span&gt;&lt;span&gt;スカイカプセル&lt;/span&gt;&lt;/div&gt;
&lt;a class=&quot;city-link&quot; href=&quot;https://aracommunication.net/info/6883828&quot;&gt;釜山旅行ガイドを見る &lt;span aria-hidden=&quot;true&quot;&gt;&amp;rarr;&lt;/span&gt;&lt;/a&gt;&lt;/article&gt;
&lt;article class=&quot;city-card&quot; id=&quot;city-gwangju&quot;&gt;
&lt;div class=&quot;city-top&quot;&gt;
&lt;div&gt;&lt;span class=&quot;city-ko&quot;&gt;광주&lt;/span&gt;
&lt;h3&gt;光州&lt;/h3&gt;
&lt;/div&gt;
&lt;span class=&quot;city-badge&quot;&gt;光州広域市&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;芸術・近現代史・南道グルメを楽しめる、韓国南西部の文化都市・光州を紹介。&lt;/p&gt;
&lt;div class=&quot;city-meta&quot;&gt;&lt;span&gt;アート&lt;/span&gt;&lt;span&gt;南道グルメ&lt;/span&gt;&lt;span&gt;2泊3日&lt;/span&gt;&lt;/div&gt;
&lt;a class=&quot;city-link&quot; href=&quot;https://aracommunication.net/info/6883829&quot;&gt;光州旅行ガイドを見る &lt;span aria-hidden=&quot;true&quot;&gt;&amp;rarr;&lt;/span&gt;&lt;/a&gt;&lt;/article&gt;
&lt;article class=&quot;city-card&quot; id=&quot;city-daegu&quot;&gt;
&lt;div class=&quot;city-top&quot;&gt;
&lt;div&gt;&lt;span class=&quot;city-ko&quot;&gt;대구&lt;/span&gt;
&lt;h3&gt;大邱&lt;/h3&gt;
&lt;/div&gt;
&lt;span class=&quot;city-badge&quot;&gt;大邱広域市&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;西門市場・近代文化路地・展望スポットなど、街歩きとグルメが楽しい大邱旅行。&lt;/p&gt;
&lt;div class=&quot;city-meta&quot;&gt;&lt;span&gt;街歩き&lt;/span&gt;&lt;span&gt;グルメ&lt;/span&gt;&lt;span&gt;2泊3日&lt;/span&gt;&lt;/div&gt;
&lt;a class=&quot;city-link&quot; href=&quot;https://aracommunication.net/info/6883830&quot;&gt;大邱旅行ガイドを見る &lt;span aria-hidden=&quot;true&quot;&gt;&amp;rarr;&lt;/span&gt;&lt;/a&gt;&lt;/article&gt;
&lt;article class=&quot;city-card&quot; id=&quot;city-jeju&quot;&gt;
&lt;div class=&quot;city-top&quot;&gt;
&lt;div&gt;&lt;span class=&quot;city-ko&quot;&gt;제주도&lt;/span&gt;
&lt;h3&gt;済州島&lt;/h3&gt;
&lt;/div&gt;
&lt;span class=&quot;city-badge&quot;&gt;済州特別自治道&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;海・火山地形・ドライブ・グルメを楽しめる、韓国を代表するリゾート旅行先。&lt;/p&gt;
&lt;div class=&quot;city-meta&quot;&gt;&lt;span&gt;リゾート&lt;/span&gt;&lt;span&gt;2泊3日&lt;/span&gt;&lt;span&gt;ドライブ&lt;/span&gt;&lt;/div&gt;
&lt;a class=&quot;city-link&quot; href=&quot;https://aracommunication.net/info/6883831&quot;&gt;済州島旅行ガイドを見る &lt;span aria-hidden=&quot;true&quot;&gt;&amp;rarr;&lt;/span&gt;&lt;/a&gt;&lt;/article&gt;
&lt;article class=&quot;city-card&quot; id=&quot;city-jeonju&quot;&gt;
&lt;div class=&quot;city-top&quot;&gt;
&lt;div&gt;&lt;span class=&quot;city-ko&quot;&gt;전주&lt;/span&gt;
&lt;h3&gt;全州&lt;/h3&gt;
&lt;/div&gt;
&lt;span class=&quot;city-badge&quot;&gt;全北特別自治道&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;全州韓屋村・韓服・ビビンバなど、韓国の伝統文化とグルメを満喫できる旅行先。&lt;/p&gt;
&lt;div class=&quot;city-meta&quot;&gt;&lt;span&gt;韓屋村&lt;/span&gt;&lt;span&gt;韓国グルメ&lt;/span&gt;&lt;span&gt;2泊3日&lt;/span&gt;&lt;/div&gt;
&lt;a class=&quot;city-link&quot; href=&quot;https://aracommunication.net/info/6883832&quot;&gt;全州旅行ガイドを見る &lt;span aria-hidden=&quot;true&quot;&gt;&amp;rarr;&lt;/span&gt;&lt;/a&gt;&lt;/article&gt;
&lt;article class=&quot;city-card&quot; id=&quot;city-gyeongju&quot;&gt;
&lt;div class=&quot;city-top&quot;&gt;
&lt;div&gt;&lt;span class=&quot;city-ko&quot;&gt;경주&lt;/span&gt;
&lt;h3&gt;慶州&lt;/h3&gt;
&lt;/div&gt;
&lt;span class=&quot;city-badge&quot;&gt;慶尚北道&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;仏国寺・大陵苑・東宮と月池など、世界遺産と新羅の歴史を巡る古都旅行。&lt;/p&gt;
&lt;div class=&quot;city-meta&quot;&gt;&lt;span&gt;古都&lt;/span&gt;&lt;span&gt;世界遺産&lt;/span&gt;&lt;span&gt;1泊2日・2泊3日&lt;/span&gt;&lt;/div&gt;
&lt;a class=&quot;city-link&quot; href=&quot;https://aracommunication.net/info/6883833&quot;&gt;慶州旅行ガイドを見る &lt;span aria-hidden=&quot;true&quot;&gt;&amp;rarr;&lt;/span&gt;&lt;/a&gt;&lt;/article&gt;
&lt;article class=&quot;city-card&quot; id=&quot;city-daejeon&quot;&gt;
&lt;div class=&quot;city-top&quot;&gt;
&lt;div&gt;&lt;span class=&quot;city-ko&quot;&gt;대전&lt;/span&gt;
&lt;h3&gt;大田&lt;/h3&gt;
&lt;/div&gt;
&lt;span class=&quot;city-badge&quot;&gt;大田広域市&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;科学・温泉・樹木園・ローカルグルメを楽しめる、韓国中部の旅行拠点。&lt;/p&gt;
&lt;div class=&quot;city-meta&quot;&gt;&lt;span&gt;科学都市&lt;/span&gt;&lt;span&gt;温泉&lt;/span&gt;&lt;span&gt;1泊2日&lt;/span&gt;&lt;/div&gt;
&lt;a class=&quot;city-link&quot; href=&quot;https://aracommunication.net/info/6899518&quot;&gt;大田旅行ガイドを見る &lt;span aria-hidden=&quot;true&quot;&gt;&amp;rarr;&lt;/span&gt;&lt;/a&gt;&lt;/article&gt;
&lt;article class=&quot;city-card&quot; id=&quot;city-incheon&quot;&gt;
&lt;div class=&quot;city-top&quot;&gt;
&lt;div&gt;&lt;span class=&quot;city-ko&quot;&gt;인천&lt;/span&gt;
&lt;h3&gt;仁川&lt;/h3&gt;
&lt;/div&gt;
&lt;span class=&quot;city-badge&quot;&gt;首都圏&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;チャイナタウン・松島・月尾島・空港周辺まで、港町としての仁川を楽しむガイド。&lt;/p&gt;
&lt;div class=&quot;city-meta&quot;&gt;&lt;span&gt;空港周辺&lt;/span&gt;&lt;span&gt;1泊2日&lt;/span&gt;&lt;span&gt;ソウル近郊&lt;/span&gt;&lt;/div&gt;
&lt;a class=&quot;city-link&quot; href=&quot;https://aracommunication.net/info/6899521&quot;&gt;仁川旅行ガイドを見る &lt;span aria-hidden=&quot;true&quot;&gt;&amp;rarr;&lt;/span&gt;&lt;/a&gt;&lt;/article&gt;
&lt;article class=&quot;city-card&quot; id=&quot;city-gangneung&quot;&gt;
&lt;div class=&quot;city-top&quot;&gt;
&lt;div&gt;&lt;span class=&quot;city-ko&quot;&gt;강릉&lt;/span&gt;
&lt;h3&gt;江陵&lt;/h3&gt;
&lt;/div&gt;
&lt;span class=&quot;city-badge&quot;&gt;江原特別自治道&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;鏡浦海岸・安木コーヒー通り・正東津など、海とカフェを楽しむ江原道旅行。&lt;/p&gt;
&lt;div class=&quot;city-meta&quot;&gt;&lt;span&gt;東海岸&lt;/span&gt;&lt;span&gt;海カフェ&lt;/span&gt;&lt;span&gt;1泊2日&lt;/span&gt;&lt;/div&gt;
&lt;a class=&quot;city-link&quot; href=&quot;https://aracommunication.net/info/6899529&quot;&gt;江陵旅行ガイドを見る &lt;span aria-hidden=&quot;true&quot;&gt;&amp;rarr;&lt;/span&gt;&lt;/a&gt;&lt;/article&gt;
&lt;article class=&quot;city-card&quot; id=&quot;city-sokcho&quot;&gt;
&lt;div class=&quot;city-top&quot;&gt;
&lt;div&gt;&lt;span class=&quot;city-ko&quot;&gt;속초&lt;/span&gt;
&lt;h3&gt;束草&lt;/h3&gt;
&lt;/div&gt;
&lt;span class=&quot;city-badge&quot;&gt;江原特別自治道&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;雪岳山・アバイ村・束草海水浴場など、山・海・グルメを一度に楽しめる旅行地。&lt;/p&gt;
&lt;div class=&quot;city-meta&quot;&gt;&lt;span&gt;雪岳山&lt;/span&gt;&lt;span&gt;海鮮&lt;/span&gt;&lt;span&gt;1泊2日・2泊3日&lt;/span&gt;&lt;/div&gt;
&lt;a class=&quot;city-link&quot; href=&quot;https://aracommunication.net/info/6899538&quot;&gt;束草旅行ガイドを見る &lt;span aria-hidden=&quot;true&quot;&gt;&amp;rarr;&lt;/span&gt;&lt;/a&gt;&lt;/article&gt;
&lt;article class=&quot;city-card&quot; id=&quot;city-pohang&quot;&gt;
&lt;div class=&quot;city-top&quot;&gt;
&lt;div&gt;&lt;span class=&quot;city-ko&quot;&gt;포항&lt;/span&gt;
&lt;h3&gt;浦項&lt;/h3&gt;
&lt;/div&gt;
&lt;span class=&quot;city-badge&quot;&gt;慶尚北道&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;スペースウォーク・虎尾串・九龍浦など、東海の日の出と海岸絶景を楽しむ旅行。&lt;/p&gt;
&lt;div class=&quot;city-meta&quot;&gt;&lt;span&gt;東海岸&lt;/span&gt;&lt;span&gt;日の出&lt;/span&gt;&lt;span&gt;1泊2日&lt;/span&gt;&lt;/div&gt;
&lt;a class=&quot;city-link&quot; href=&quot;https://aracommunication.net/info/6899544&quot;&gt;浦項旅行ガイドを見る &lt;span aria-hidden=&quot;true&quot;&gt;&amp;rarr;&lt;/span&gt;&lt;/a&gt;&lt;/article&gt;
&lt;article class=&quot;city-card&quot; id=&quot;city-ulsan&quot;&gt;
&lt;div class=&quot;city-top&quot;&gt;
&lt;div&gt;&lt;span class=&quot;city-ko&quot;&gt;울산&lt;/span&gt;
&lt;h3&gt;蔚山&lt;/h3&gt;
&lt;/div&gt;
&lt;span class=&quot;city-badge&quot;&gt;蔚山広域市&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;大王岩公園・太和江国家庭園・盤亀川の岩刻画群など、自然と文化が魅力の都市。&lt;/p&gt;
&lt;div class=&quot;city-meta&quot;&gt;&lt;span&gt;世界遺産&lt;/span&gt;&lt;span&gt;海と自然&lt;/span&gt;&lt;span&gt;1泊2日&lt;/span&gt;&lt;/div&gt;
&lt;a class=&quot;city-link&quot; href=&quot;https://aracommunication.net/info/6899555&quot;&gt;蔚山旅行ガイドを見る &lt;span aria-hidden=&quot;true&quot;&gt;&amp;rarr;&lt;/span&gt;&lt;/a&gt;&lt;/article&gt;
&lt;/section&gt;
&lt;section class=&quot;faq&quot;&gt;
&lt;h2&gt;韓国旅行情報 よくある質問&lt;/h2&gt;
&lt;div class=&quot;faq-item&quot;&gt;
&lt;p class=&quot;q&quot;&gt;Q. 初めての韓国旅行なら、どの都市がおすすめですか？&lt;/p&gt;
&lt;p class=&quot;a&quot;&gt;王道の観光・買い物・グルメを幅広く楽しみたい場合はソウル、海や市場、夜景を楽しみたい場合は釜山がおすすめです。&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;faq-item&quot;&gt;
&lt;p class=&quot;q&quot;&gt;Q. ソウル・釜山以外でおすすめの韓国地方旅行は？&lt;/p&gt;
&lt;p class=&quot;a&quot;&gt;歴史なら慶州、韓屋とグルメなら全州、東海の海とカフェなら江陵、雪岳山と海鮮なら束草、自然とドライブなら済州島がおすすめです。&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;faq-item&quot;&gt;
&lt;p class=&quot;q&quot;&gt;Q. 地図上の都市名を押すとどこへ移動しますか？&lt;/p&gt;
&lt;p class=&quot;a&quot;&gt;Ara韓国語学院が制作した各都市の旅行記事へ直接移動します。観光地、モデルコース、交通、グルメを都市別に確認できます。&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;faq-item&quot;&gt;
&lt;p class=&quot;q&quot;&gt;Q. 韓国語ができなくても地方旅行はできますか？&lt;/p&gt;
&lt;p class=&quot;a&quot;&gt;主要観光地だけなら旅行できます。ただし市場・食堂・市内バスでは、簡単な韓国語が分かると移動や注文がさらに便利になります。&lt;/p&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;section class=&quot;online-cta&quot;&gt;
&lt;div class=&quot;small&quot;&gt;ARA KOREAN ONLINE LESSON｜日本全国対応&lt;/div&gt;
&lt;h2&gt;次の韓国旅行は、自分の韓国語でもっと自由に。&lt;/h2&gt;
&lt;p&gt;市場でおすすめを聞く、地方バスの行き先を確認する、食堂で自分の言葉で注文する。&lt;br /&gt; Ara韓国語学院オンライン校なら、韓国旅行で実際に使える会話を日本全国どこからでも学べます。&lt;/p&gt;
&lt;a href=&quot;https://araschool.info/contact&quot;&gt;オンライン韓国語レッスン｜無料体験はこちら&lt;/a&gt;&lt;/section&gt;
&lt;section class=&quot;branch-final-cta&quot;&gt;
&lt;h2&gt;韓国旅行前にオンラインで韓国語を&lt;/h2&gt;
&lt;p&gt;日本全国どこからでも、韓国旅行で実際に使える会話をオンラインで練習できます。&lt;/p&gt;
&lt;div class=&quot;branch-final-actions&quot;&gt;&lt;a class=&quot;blog&quot; href=&quot;https://araschool.info/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;オンライン校のブログを見る&lt;/a&gt; &lt;a class=&quot;trial&quot; href=&quot;https://araschool.info/contact&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;無料体験レッスンはこちら&lt;/a&gt;&lt;/div&gt;
&lt;/section&gt;
&lt;div class=&quot;source-note&quot;&gt;&lt;strong&gt;地図について&lt;/strong&gt;&lt;br /&gt; 本ページの韓国地図は、GSHHG海岸線データをもとにウェブ表示用として簡略化した韓国南部のシルエットです。 都市の地点は旅行記事を探しやすくするための目安として表示しています。&lt;/div&gt;
&lt;/article&gt;
&lt;script type=&quot;application/ld+json&quot;&gt;// &lt;![CDATA[
{
  &quot;@context&quot;:&quot;https://schema.org&quot;,
  &quot;@type&quot;:&quot;CollectionPage&quot;,
  &quot;name&quot;:&quot;韓国旅行情報｜地図から探す人気都市・地方旅行ガイド&quot;,
  &quot;description&quot;:&quot;ソウル、釜山、仁川、大田、光州、大邱、済州島、全州、慶州、江陵、束草、浦項、蔚山の韓国旅行記事を地図から探せる旅行情報ページです。&quot;,
  &quot;inLanguage&quot;:&quot;ja&quot;,
  &quot;publisher&quot;:{
    &quot;@type&quot;:&quot;Organization&quot;,
    &quot;name&quot;:&quot;Ara韓国語学院&quot;
  },
  &quot;mainEntity&quot;:{
    &quot;@type&quot;:&quot;ItemList&quot;,
    &quot;name&quot;:&quot;韓国旅行都市ガイド一覧&quot;,
    &quot;numberOfItems&quot;:13,
    &quot;itemListElement&quot;:[
    {
      &quot;@type&quot;:&quot;ListItem&quot;,
      &quot;position&quot;:1,
      &quot;name&quot;:&quot;ソウル旅行ガイド&quot;,
      &quot;url&quot;:&quot;https://aracommunication.net/info/6883827&quot;
    },
    {
      &quot;@type&quot;:&quot;ListItem&quot;,
      &quot;position&quot;:2,
      &quot;name&quot;:&quot;釜山旅行ガイド&quot;,
      &quot;url&quot;:&quot;https://aracommunication.net/info/6883828&quot;
    },
    {
      &quot;@type&quot;:&quot;ListItem&quot;,
      &quot;position&quot;:3,
      &quot;name&quot;:&quot;光州旅行ガイド&quot;,
      &quot;url&quot;:&quot;https://aracommunication.net/info/6883829&quot;
    },
    {
      &quot;@type&quot;:&quot;ListItem&quot;,
      &quot;position&quot;:4,
      &quot;name&quot;:&quot;大邱旅行ガイド&quot;,
      &quot;url&quot;:&quot;https://aracommunication.net/info/6883830&quot;
    },
    {
      &quot;@type&quot;:&quot;ListItem&quot;,
      &quot;position&quot;:5,
      &quot;name&quot;:&quot;済州島旅行ガイド&quot;,
      &quot;url&quot;:&quot;https://aracommunication.net/info/6883831&quot;
    },
    {
      &quot;@type&quot;:&quot;ListItem&quot;,
      &quot;position&quot;:6,
      &quot;name&quot;:&quot;全州旅行ガイド&quot;,
      &quot;url&quot;:&quot;https://aracommunication.net/info/6883832&quot;
    },
    {
      &quot;@type&quot;:&quot;ListItem&quot;,
      &quot;position&quot;:7,
      &quot;name&quot;:&quot;慶州旅行ガイド&quot;,
      &quot;url&quot;:&quot;https://aracommunication.net/info/6883833&quot;
    },
    {
      &quot;@type&quot;:&quot;ListItem&quot;,
      &quot;position&quot;:8,
      &quot;name&quot;:&quot;大田旅行ガイド&quot;,
      &quot;url&quot;:&quot;https://aracommunication.net/info/6899518&quot;
    },
    {
      &quot;@type&quot;:&quot;ListItem&quot;,
      &quot;position&quot;:9,
      &quot;name&quot;:&quot;仁川旅行ガイド&quot;,
      &quot;url&quot;:&quot;https://aracommunication.net/info/6899521&quot;
    },
    {
      &quot;@type&quot;:&quot;ListItem&quot;,
      &quot;position&quot;:10,
      &quot;name&quot;:&quot;江陵旅行ガイド&quot;,
      &quot;url&quot;:&quot;https://aracommunication.net/info/6899529&quot;
    },
    {
      &quot;@type&quot;:&quot;ListItem&quot;,
      &quot;position&quot;:11,
      &quot;name&quot;:&quot;束草旅行ガイド&quot;,
      &quot;url&quot;:&quot;https://aracommunication.net/info/6899538&quot;
    },
    {
      &quot;@type&quot;:&quot;ListItem&quot;,
      &quot;position&quot;:12,
      &quot;name&quot;:&quot;浦項旅行ガイド&quot;,
      &quot;url&quot;:&quot;https://aracommunication.net/info/6899544&quot;
    },
    {
      &quot;@type&quot;:&quot;ListItem&quot;,
      &quot;position&quot;:13,
      &quot;name&quot;:&quot;蔚山旅行ガイド&quot;,
      &quot;url&quot;:&quot;https://aracommunication.net/info/6899555&quot;
    }
    ]
  },
  &quot;about&quot;:[
    {&quot;@type&quot;:&quot;Thing&quot;,&quot;name&quot;:&quot;韓国旅行&quot;},
    {&quot;@type&quot;:&quot;Thing&quot;,&quot;name&quot;:&quot;韓国観光&quot;},
    {&quot;@type&quot;:&quot;Thing&quot;,&quot;name&quot;:&quot;韓国地方旅行&quot;},
    {&quot;@type&quot;:&quot;Thing&quot;,&quot;name&quot;:&quot;韓国旅行地図&quot;},
    {&quot;@type&quot;:&quot;Thing&quot;,&quot;name&quot;:&quot;韓国旅行おすすめ都市&quot;}
  ]
}
// ]]&gt;&lt;/script&gt;
&lt;script type=&quot;application/ld+json&quot;&gt;// &lt;![CDATA[
{
  &quot;@context&quot;:&quot;https://schema.org&quot;,
  &quot;@type&quot;:&quot;FAQPage&quot;,
  &quot;mainEntity&quot;:[
    {
      &quot;@type&quot;:&quot;Question&quot;,
      &quot;name&quot;:&quot;初めての韓国旅行なら、どの都市がおすすめですか？&quot;,
      &quot;acceptedAnswer&quot;:{
        &quot;@type&quot;:&quot;Answer&quot;,
        &quot;text&quot;:&quot;王道の観光・買い物・グルメを幅広く楽しみたい場合はソウル、海や市場、夜景を楽しみたい場合は釜山がおすすめです。&quot;
      }
    },
    {
      &quot;@type&quot;:&quot;Question&quot;,
      &quot;name&quot;:&quot;ソウル・釜山以外でおすすめの韓国地方旅行は？&quot;,
      &quot;acceptedAnswer&quot;:{
        &quot;@type&quot;:&quot;Answer&quot;,
        &quot;text&quot;:&quot;歴史なら慶州、韓屋とグルメなら全州、東海の海とカフェなら江陵、雪岳山と海鮮なら束草、自然とドライブなら済州島がおすすめです。&quot;
      }
    },
    {
      &quot;@type&quot;:&quot;Question&quot;,
      &quot;name&quot;:&quot;地図上の都市名を押すとどこへ移動しますか？&quot;,
      &quot;acceptedAnswer&quot;:{
        &quot;@type&quot;:&quot;Answer&quot;,
        &quot;text&quot;:&quot;Ara韓国語学院が制作した各都市の旅行記事へ直接移動します。観光地、モデルコース、交通、グルメを都市別に確認できます。&quot;
      }
    },
    {
      &quot;@type&quot;:&quot;Question&quot;,
      &quot;name&quot;:&quot;韓国語ができなくても地方旅行はできますか？&quot;,
      &quot;acceptedAnswer&quot;:{
        &quot;@type&quot;:&quot;Answer&quot;,
        &quot;text&quot;:&quot;主要観光地だけなら旅行できます。ただし市場・食堂・市内バスでは、簡単な韓国語が分かると移動や注文がさらに便利になります。&quot;
      }
    }
  ]
}
// ]]&gt;&lt;/script&gt;
&lt;script type=&quot;application/ld+json&quot;&gt;// &lt;![CDATA[
{
  &quot;@context&quot;:&quot;https://schema.org&quot;,
  &quot;@type&quot;:&quot;BreadcrumbList&quot;,
  &quot;itemListElement&quot;:[
    {
      &quot;@type&quot;:&quot;ListItem&quot;,
      &quot;position&quot;:1,
      &quot;name&quot;:&quot;Ara韓国語学院 オンライン校&quot;,
      &quot;item&quot;:&quot;https://araschool.info/&quot;
    },
    {
      &quot;@type&quot;:&quot;ListItem&quot;,
      &quot;position&quot;:2,
      &quot;name&quot;:&quot;お知らせ&quot;,
      &quot;item&quot;:&quot;https://araschool.info/info&quot;
    },
    {
      &quot;@type&quot;:&quot;ListItem&quot;,
      &quot;position&quot;:3,
      &quot;name&quot;:&quot;韓国旅行情報&quot;
    }
  ]
}
// ]]&gt;&lt;/script&gt;</description>
    </item>
    <item rdf:about="https://araschool.info/info/6883822">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-20T01:36:00+09:00</dc:date>
        <title>【2026年10月】関西のK-POP・韓国イベント情報｜ライブ・ファンミ・韓国文化イベント</title>
        <link>https://araschool.info/info/6883822</link>
        <description>&lt;style&gt;&lt;!--
.ara-online-oct26-guide{

  --red:#a6192e;

  --navy:#17213c;

  --soft:#faf7f7;

  --light:#f6f7f9;

  --yellow:#fff8e7;

  --blue:#eef5fb;

  --border:#e3e5e9;

  max-width:800px;

  margin:0 auto;

  color:#252525;

  font-family:-apple-system,BlinkMacSystemFont,

    &quot;Hiragino Kaku Gothic ProN&quot;,&quot;Yu Gothic&quot;,Meiryo,sans-serif;

  line-height:1.85;

}



.ara-online-oct26-guide *{

  box-sizing:border-box;

}



.ara-online-oct26-guide a{

  overflow-wrap:anywhere;

}



.ara-online-oct26-guide .hero{

  position:relative;

  overflow:hidden;

  padding:43px 22px;

  color:#fff;

  text-align:center;

  background:

    radial-gradient(circle at 16% 18%,rgba(255,255,255,.15),transparent 28%),

    radial-gradient(circle at 87% 83%,rgba(255,255,255,.10),transparent 27%),

    linear-gradient(135deg,var(--navy),var(--red));

  border-radius:18px;

}



.ara-online-oct26-guide .hero::after{

  position:absolute;

  top:-48px;

  right:-26px;

  content:&quot;10&quot;;

  width:160px;

  height:160px;

  color:rgba(255,255,255,.07);

  font-size:84px;

  font-weight:800;

  line-height:160px;

  border:1px solid rgba(255,255,255,.12);

  border-radius:50%;

}



.ara-online-oct26-guide .label{

  position:relative;

  z-index:1;

  display:inline-block;

  padding:5px 14px;

  margin-bottom:13px;

  font-size:12px;

  font-weight:700;

  letter-spacing:.1em;

  background:rgba(255,255,255,.18);

  border-radius:30px;

}



.ara-online-oct26-guide h1{

  position:relative;

  z-index:1;

  margin:0 0 13px;

  color:#fff;

  font-size:clamp(25px,6vw,39px);

  line-height:1.45;

}



.ara-online-oct26-guide .hero p{

  position:relative;

  z-index:1;

  max-width:660px;

  margin:0 auto;

  font-size:14px;

}



.ara-online-oct26-guide .content{

  padding:28px 22px;

  margin-top:22px;

  background:#fff;

  border:1px solid var(--border);

  border-radius:16px;

}



.ara-online-oct26-guide h2{

  margin:0 0 15px;

  color:var(--navy);

  font-size:24px;

  line-height:1.55;

}



.ara-online-oct26-guide .intro-point{

  padding:19px;

  margin:21px 0;

  background:var(--yellow);

  border-left:5px solid var(--red);

  border-radius:5px 12px 12px 5px;

}



.ara-online-oct26-guide .intro-point strong{

  display:block;

  margin-bottom:5px;

  color:#6d4b0b;

}



.ara-online-oct26-guide .event-grid{

  display:grid;

  grid-template-columns:repeat(2,minmax(0,1fr));

  gap:11px;

  margin:22px 0;

}



.ara-online-oct26-guide .event-card{

  padding:17px;

  background:var(--light);

  border-radius:12px;

}



.ara-online-oct26-guide .event-card strong{

  display:block;

  margin-bottom:5px;

  color:var(--red);

  font-size:15px;

}



.ara-online-oct26-guide .event-card span{

  display:block;

  margin-top:3px;

  color:#666;

  font-size:13px;

}



.ara-online-oct26-guide .more-box{

  padding:19px;

  margin:23px 0;

  background:var(--blue);

  border-radius:12px;

}



.ara-online-oct26-guide .more-box strong{

  display:block;

  margin-bottom:6px;

  color:var(--navy);

}



.ara-online-oct26-guide .article-button{

  display:block;

  max-width:560px;

  padding:16px 19px;

  margin:27px auto 0;

  color:#fff !important;

  font-weight:700;

  text-align:center;

  text-decoration:none !important;

  background:var(--red);

  border-radius:50px;

  transition:.2s;

}



.ara-online-oct26-guide .article-button:hover{

  opacity:.9;

  transform:translateY(-1px);

}



.ara-online-oct26-guide .online-box{

  padding:29px 22px;

  margin-top:25px;

  text-align:center;

  background:var(--soft);

  border-radius:16px;

}



.ara-online-oct26-guide .online-box h2{

  margin:0 0 10px;

  font-size:24px;

}



.ara-online-oct26-guide .online-lead{

  max-width:650px;

  margin:0 auto 20px;

}



.ara-online-oct26-guide .benefits{

  display:grid;

  grid-template-columns:repeat(3,minmax(0,1fr));

  gap:9px;

  max-width:660px;

  margin:20px auto;

}



.ara-online-oct26-guide .benefit{

  padding:15px 10px;

  color:var(--navy);

  font-size:13px;

  font-weight:700;

  background:#fff;

  border:1px solid #e6dade;

  border-radius:11px;

}



.ara-online-oct26-guide .trial-button{

  display:inline-block;

  min-width:260px;

  padding:14px 25px;

  margin-top:8px;

  color:#fff !important;

  font-weight:700;

  text-decoration:none !important;

  background:var(--navy);

  border-radius:50px;

}



.ara-online-oct26-guide .small-link{

  display:block;

  margin-top:13px;

  color:var(--red) !important;

  font-size:13px;

  font-weight:700;

}



.ara-online-oct26-guide .note{

  padding:15px;

  margin-top:22px;

  color:#777;

  font-size:12px;

  text-align:left;

  background:#fff;

  border-radius:10px;

}



@media(max-width:620px){



  .ara-online-oct26-guide .hero{

    padding:33px 16px;

    border-radius:14px;

  }



  .ara-online-oct26-guide .content{

    padding:22px 17px;

  }



  .ara-online-oct26-guide .event-grid{

    grid-template-columns:1fr;

  }



  .ara-online-oct26-guide .benefits{

    grid-template-columns:1fr;

  }



  .ara-online-oct26-guide .article-button,

  .ara-online-oct26-guide .trial-button{

    display:block;

    width:100%;

    min-width:0;

  }

}
--&gt;&lt;/style&gt;
&lt;article class=&quot;ara-online-oct26-guide&quot;&gt;&lt;header class=&quot;hero&quot;&gt;
&lt;div class=&quot;label&quot;&gt;KOREAN EVENT &amp;times; ONLINE KOREAN&lt;/div&gt;
&lt;h1&gt;【2026年10月】&lt;br /&gt; 関西のK-POP・韓国イベント情報&lt;/h1&gt;
&lt;p&gt;K-POPライブ、韓国俳優のファンミーティング、 サイン会、韓国映画・文化イベントまで。 10月の注目イベントをチェック！&lt;/p&gt;
&lt;/header&gt;
&lt;section class=&quot;content&quot;&gt;
&lt;h2&gt;10月の関西は韓国イベントがいっぱい！&lt;/h2&gt;
&lt;p&gt;2026年10月は、大阪を中心にK-POPアーティストのライブや 韓国俳優のイベント、ファンミーティングなど 韓国好きには気になるイベントが多数予定されています。&lt;/p&gt;
&lt;p&gt;Ara韓国語学院の公式ブログでは、 大阪・神戸・京都で開催される韓国関連イベントを 日程・会場・チケット・抽選情報とともにまとめました。&lt;/p&gt;
&lt;div class=&quot;intro-point&quot;&gt;&lt;strong&gt; 🎤 推しに会う前にチェック！ &lt;/strong&gt; ファンミーティングやライブで韓国語が少し分かるだけでも、 MCやコメントをリアルタイムで理解できる楽しさが ぐっと広がります。&lt;/div&gt;
&lt;div class=&quot;event-grid&quot;&gt;
&lt;div class=&quot;event-card&quot;&gt;&lt;strong&gt;10月1日｜大阪&lt;/strong&gt; PENTAGON &lt;span&gt;10th Anniversary Tour&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;event-card&quot;&gt;&lt;strong&gt;10月2日・3日｜大阪&lt;/strong&gt; チ・チャンウク &lt;span&gt;Japan Tour ～Just Come With～&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;event-card&quot;&gt;&lt;strong&gt;10月4日｜大阪&lt;/strong&gt; BAE JINYOUNG &lt;span&gt;JAPAN FANMEETING&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;event-card&quot;&gt;&lt;strong&gt;10月4日｜大阪&lt;/strong&gt; xikers &lt;span&gt;2nd FANMEETING&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;event-card&quot;&gt;&lt;strong&gt;10月15日｜大阪&lt;/strong&gt; QWER &lt;span&gt;2nd TOUR ROCKATION&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;event-card&quot;&gt;&lt;strong&gt;10月17日｜大阪&lt;/strong&gt; XLOV &lt;span&gt;ASIA TOUR &amp;lt;Serving-X&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;event-card&quot;&gt;&lt;strong&gt;10月25日｜大阪&lt;/strong&gt; WHIB &lt;span&gt;FAN CONCERT [BLUE HOUR]&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;event-card&quot;&gt;&lt;strong&gt;10月29日｜大阪&lt;/strong&gt; N.Flying &lt;span&gt;LIVE &#039;&amp;amp;CON5 : into REM&#039;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;more-box&quot;&gt;&lt;strong&gt; ライブ以外のイベントも！ &lt;/strong&gt; NEXZ・ALPHA DRIVE ONE・KO1KEYZの 購入者限定イベントやサイン会、 神戸のK-POPコンテスト、 京都のK-POPダンスイベント、 韓国映画・韓国伝統工芸・現代舞台芸術なども紹介しています。&lt;/div&gt;
&lt;p&gt;詳細記事では、イベント情報だけでなく &lt;strong&gt;公式チケットサイトや抽選申込ページへのリンク&lt;/strong&gt;も まとめています。&lt;/p&gt;
&lt;a class=&quot;article-button&quot; href=&quot;https://aracommunication.net/info/6883807&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt; 🎫 2026年10月 関西の韓国イベントを詳しく見る &lt;/a&gt;&lt;/section&gt;
&lt;section class=&quot;online-box&quot;&gt;
&lt;h2&gt;推しの韓国語、直接分かったらもっと楽しい。&lt;/h2&gt;
&lt;p class=&quot;online-lead&quot;&gt;ライブのMC、ファンミーティングでの一言、 WeverseやSNSでのメッセージ。&lt;br /&gt; 翻訳を見る前に韓国語のまま理解できるようになると、 K-POPや韓国ドラマの楽しみ方も変わってきます。&lt;/p&gt;
&lt;div class=&quot;benefits&quot;&gt;
&lt;div class=&quot;benefit&quot;&gt;💻 全国どこからでも&lt;br /&gt; オンライン受講&lt;/div&gt;
&lt;div class=&quot;benefit&quot;&gt;🗣 会話・発音を&lt;br /&gt; しっかり練習&lt;/div&gt;
&lt;div class=&quot;benefit&quot;&gt;🌱 初心者から&lt;br /&gt; スタートOK&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Ara韓国語学院オンライン校なら、 教室に通うのが難しい方でも 自宅から韓国語レッスンを始められます。&lt;/p&gt;
&lt;a class=&quot;trial-button&quot; href=&quot;https://r.goope.jp/ara-online/contact&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt; オンライン無料体験レッスンはこちら &lt;/a&gt; &lt;a class=&quot;small-link&quot; href=&quot;https://araschool.info/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt; Ara韓国語学院 オンライン校を見る &amp;rarr; &lt;/a&gt;
&lt;div class=&quot;note&quot;&gt;※公演日時・出演者・会場・チケット販売状況・抽選条件等は 変更される場合があります。イベント参加前には必ず各主催者・ アーティスト公式サイトの最新情報をご確認ください。&lt;/div&gt;
&lt;/section&gt;
&lt;/article&gt;
&lt;p&gt;2026年10月に関西で開催される韓国イベントを紹介。PENTAGON、チ・チャンウク、BAE JINYOUNG、xikers、QWER、XLOV、WHIB、N.FlyingなどK-POPライブ・ファンミーティング・韓国文化イベント情報をまとめました。&lt;/p&gt;</description>
    </item>
    <item rdf:about="https://araschool.info/info/6882634">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-19T03:25:00+09:00</dc:date>
        <title>【2026年最新】韓国ドラマ人気ランキングTOP10｜韓ドラで楽しく韓国語を学ぼう！</title>
        <link>https://araschool.info/info/6882634</link>
        <description>&lt;!--
Ara韓国語学院 Araオンライン校
2026年韓国ドラマ記事 お知らせ・誘導ページ
--&gt;
&lt;style&gt;
.ara-kdrama-notice{
  --ara-red:#b51f32;
  --ara-red-dark:#921829;
  --ara-navy:#17243d;
  --ara-bg:#f7f8fb;
  --ara-line:#e5e8ee;
  --ara-text:#252a34;
  max-width:900px;
  margin:0 auto;
  color:var(--ara-text);
  font-family:-apple-system,BlinkMacSystemFont,&quot;Helvetica Neue&quot;,
    &quot;Hiragino Kaku Gothic ProN&quot;,&quot;Hiragino Sans&quot;,&quot;Yu Gothic&quot;,Meiryo,sans-serif;
  line-height:1.9;
  font-size:16px;
}
.ara-kdrama-notice *{box-sizing:border-box}
.ara-kdrama-notice .hero{
  padding:46px 38px;
  margin:0 0 28px;
  border-radius:24px;
  color:#fff;
  background:
    radial-gradient(circle at 92% 12%,rgba(181,31,50,.82),transparent 32%),
    linear-gradient(135deg,#17243d 0%,#273b60 62%,#6e1e2b 100%);
}
.ara-kdrama-notice .label{
  display:inline-block;
  margin-bottom:13px;
  padding:5px 11px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.06em;
}
.ara-kdrama-notice h1{
  margin:0 0 16px;
  color:#fff;
  font-size:clamp(27px,5vw,40px);
  line-height:1.42;
}
.ara-kdrama-notice .hero p{
  margin:0;
  color:rgba(255,255,255,.93);
}
.ara-kdrama-notice .box{
  padding:27px;
  margin:24px 0;
  border:1px solid var(--ara-line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 24px rgba(23,36,61,.05);
}
.ara-kdrama-notice h2{
  margin:0 0 13px;
  color:var(--ara-navy);
  font-size:23px;
  line-height:1.5;
}
.ara-kdrama-notice p{margin:0 0 16px}
.ara-kdrama-notice p:last-child{margin-bottom:0}
.ara-kdrama-notice .points{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:22px 0;
}
.ara-kdrama-notice .point{
  padding:15px 12px;
  text-align:center;
  border-radius:13px;
  background:var(--ara-bg);
  color:var(--ara-navy);
  font-size:13px;
  font-weight:700;
}
.ara-kdrama-notice .article-btn{
  display:block;
  margin:26px 0 12px;
  padding:18px 20px;
  border-radius:14px;
  text-align:center;
  color:#fff !important;
  background:var(--ara-red);
  font-weight:800;
  text-decoration:none !important;
  transition:.2s ease;
}
.ara-kdrama-notice .article-btn:hover{
  background:var(--ara-red-dark);
  transform:translateY(-1px);
}
.ara-kdrama-notice .trial{
  margin-top:30px;
  padding:26px;
  text-align:center;
  border-radius:18px;
  background:#fff5f6;
  border:1px solid #efdde0;
}
.ara-kdrama-notice .trial strong{
  display:block;
  margin-bottom:8px;
  color:var(--ara-navy);
  font-size:19px;
}
.ara-kdrama-notice .trial a{
  display:inline-block;
  margin-top:12px;
  padding:12px 20px;
  border:1px solid var(--ara-red);
  border-radius:999px;
  color:var(--ara-red) !important;
  font-weight:800;
  text-decoration:none !important;
}
.ara-kdrama-notice .note{
  margin-top:18px;
  color:#777f8b;
  font-size:12px;
}
@media(max-width:680px){
  .ara-kdrama-notice{font-size:15px}
  .ara-kdrama-notice .hero{padding:36px 22px;border-radius:19px}
  .ara-kdrama-notice h1{font-size:29px}
  .ara-kdrama-notice .box{padding:22px 19px}
  .ara-kdrama-notice .points{grid-template-columns:1fr}
}
&lt;/style&gt;

&lt;article class=&quot;ara-kdrama-notice&quot;&gt;

  &lt;header class=&quot;hero&quot;&gt;
    &lt;div class=&quot;label&quot;&gt;Ara 韓国ドラマシリーズ #01&lt;/div&gt;
    &lt;h1&gt;【2026年最新】&lt;br&gt;韓国ドラマ人気ランキングTOP10を公開しました！&lt;/h1&gt;
    &lt;p&gt;全国・オンラインで韓国語を学ぶ方・韓国ドラマが好きな方へ&lt;/p&gt;
  &lt;/header&gt;

  &lt;section class=&quot;box&quot;&gt;
    &lt;h2&gt;2026年、次に観たい韓国ドラマは？&lt;/h2&gt;

    &lt;p&gt;韓国ドラマが好きな全国の皆さまへ。Ara韓国語学院の公式ブログに、2026年に注目したい韓国ドラマTOP10をまとめた最新記事を公開しました。&lt;/p&gt;

    &lt;p&gt;
      2026年に話題となっている作品の中から、
      恋愛・アクション・サスペンス・時代劇など幅広いジャンルをピックアップ。
      「次は何を観よう？」と迷っている方にも楽しんでいただける内容です。
    &lt;/p&gt;

    &lt;div class=&quot;points&quot;&gt;
      &lt;div class=&quot;point&quot;&gt;2026年の注目作&lt;br&gt;TOP10&lt;/div&gt;
      &lt;div class=&quot;point&quot;&gt;あらすじ・キャスト&lt;br&gt;見どころ紹介&lt;/div&gt;
      &lt;div class=&quot;point&quot;&gt;ドラマで楽しむ&lt;br&gt;韓国語ポイント&lt;/div&gt;
    &lt;/div&gt;

    &lt;p&gt;好きな韓国ドラマをきっかけに、「字幕なしで少しでも聞き取れるようになりたい」と思ったことはありませんか？ Araオンライン校なら、お住まいの地域に関係なく、自宅から韓国語レッスンを受講できます。&lt;/p&gt;

    &lt;a class=&quot;article-btn&quot;
       href=&quot;https://aracommunication.net/info/6882606?utm_source=ara-online&amp;utm_medium=referral&amp;utm_campaign=kdrama_2026&amp;utm_content=online_info&quot;
       data-ara-event=&quot;article_click&quot;
       data-campus=&quot;online&quot;
       data-content=&quot;kdrama_2026&quot;&gt;
      2026年 韓国ドラマ人気ランキングTOP10を見る →
    &lt;/a&gt;

    &lt;p class=&quot;note&quot;&gt;
      ※記事はAra韓国語学院公式ブログ（Ara Communication）に移動します。
    &lt;/p&gt;
  &lt;/section&gt;

  &lt;section class=&quot;trial&quot;&gt;
    &lt;strong&gt;韓国語が分かると、韓国ドラマはもっと面白い。&lt;/strong&gt;
    &lt;p&gt;近くに韓国語教室がない方や、自宅で学びたい方は、Araオンライン校の無料体験レッスンをご利用ください。&lt;/p&gt;

    &lt;a href=&quot;https://r.goope.jp/ara-online/contact&quot;
       data-ara-event=&quot;trial_click&quot;
       data-campus=&quot;online&quot;
       data-placement=&quot;kdrama_notice_bottom&quot;&gt;
      Araオンライン校｜無料体験レッスンはこちら →
    &lt;/a&gt;
  &lt;/section&gt;

&lt;/article&gt;</description>
    </item>
    <item rdf:about="https://araschool.info/info/6875586">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-12T00:08:00+09:00</dc:date>
        <title>2026年カレンダー</title>
        <link>https://araschool.info/info/6875586</link>
        <description>&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/224160/260812000947-6a7b3b3b8eb75.png&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/224160/260812000947-6a7b3b3b8eb75.png&quot; alt=&quot;ダウンロード.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item rdf:about="https://araschool.info/info/6875561">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-11T23:16:00+09:00</dc:date>
        <title>オンライン接続方法</title>
        <link>https://araschool.info/info/6875561</link>
        <description>&lt;!--
【Ara韓国語学院 オンライン校｜オンライン接続方法 SEO決定版】

【Goopeページ設定】
ページタイトル：
韓国語オンラインレッスンの接続方法｜Google Meet・PC・スマホ対応｜Ara韓国語学院

メタディスクリプション：
Ara韓国語学院オンライン校の接続方法を初心者向けに分かりやすく解説。Google Meetを使い、PC・Windows・Mac・スマートフォン・タブレットから受講できます。レッスン前の準備、入室方法、カメラ・マイク確認、遅刻・キャンセル時の注意点までご案内します。

【推奨URL】
https://araschool.info/connect/

【このページの役割】
・/flow/「レッスンの流れ」から接続方法の詳細ページとして内部リンク
・無料体験ページから「オンライン接続方法」として内部リンク
・旧案内ページ https://araschool.jp/info/3228017 の接続情報・動画をオンライン校用に再構成
・旧ページの動画：https://www.youtube.com/embed/7PGiMSGherY
・旧ページ掲載画像：https://cdn.goope.jp/43527/161031233838-5817576e0fe44.png

【重要】
旧ページには「通信設定や接続テスト等のサポートは行いません」と記載されています。
本ページもそれを尊重し、サポートを行うとは記載しません。
--&gt;
&lt;script type=&quot;application/ld+json&quot;&gt;// &lt;![CDATA[
{
  &quot;@context&quot;:&quot;https://schema.org&quot;,
  &quot;@graph&quot;:[
    {
      &quot;@type&quot;:&quot;EducationalOrganization&quot;,
      &quot;@id&quot;:&quot;https://araschool.info/#online-school&quot;,
      &quot;name&quot;:&quot;Ara韓国語学院 オンライン校&quot;,
      &quot;url&quot;:&quot;https://araschool.info/&quot;
    },
    {
      &quot;@type&quot;:&quot;WebPage&quot;,
      &quot;@id&quot;:&quot;https://araschool.info/connect/#page&quot;,
      &quot;url&quot;:&quot;https://araschool.info/connect/&quot;,
      &quot;name&quot;:&quot;韓国語オンラインレッスンの接続方法｜Google Meet・PC・スマホ対応｜Ara韓国語学院&quot;,
      &quot;inLanguage&quot;:&quot;ja&quot;,
      &quot;about&quot;:{&quot;@id&quot;:&quot;https://araschool.info/#online-school&quot;},
      &quot;description&quot;:&quot;Ara韓国語学院オンライン校のGoogle Meet接続方法、受講端末、事前準備、入室時の注意点をご案内します。&quot;
    },
    {
      &quot;@type&quot;:&quot;BreadcrumbList&quot;,
      &quot;@id&quot;:&quot;https://araschool.info/connect/#breadcrumb&quot;,
      &quot;itemListElement&quot;:[
        {
          &quot;@type&quot;:&quot;ListItem&quot;,
          &quot;position&quot;:1,
          &quot;name&quot;:&quot;Ara韓国語学院 オンライン校&quot;,
          &quot;item&quot;:&quot;https://araschool.info/&quot;
        },
        {
          &quot;@type&quot;:&quot;ListItem&quot;,
          &quot;position&quot;:2,
          &quot;name&quot;:&quot;オンライン接続方法&quot;,
          &quot;item&quot;:&quot;https://araschool.info/connect/&quot;
        }
      ]
    }
  ]
}
// ]]&gt;&lt;/script&gt;
&lt;style&gt;&lt;!--
.ara-connect,.ara-connect *{box-sizing:border-box}
.ara-connect{
  --red:#ef596f;
  --red2:#d8435a;
  --navy:#26324f;
  --text:#404650;
  --muted:#6f7884;
  --line:#dce6f0;
  --blue:#4f7fae;
  --blue2:#386b9c;
  --soft:#eaf3fb;
  --soft2:#f5f9fd;
  --green:#32aa78;
  --yellow:#f4b740;
  --shadow:0 10px 28px rgba(38,50,79,.08);
  width:100%;
  max-width:820px;
  margin:0 auto;
  color:var(--text);
  font-family:-apple-system,BlinkMacSystemFont,&quot;Hiragino Kaku Gothic ProN&quot;,&quot;Yu Gothic&quot;,YuGothic,Meiryo,sans-serif;
  line-height:1.8;
}
.ara-connect a{text-decoration:none}
.ara-connect img{display:block;max-width:100%;height:auto}
.ara-connect .shell{overflow:hidden;background:#fbfdff}
.ara-connect .hero{
  padding:34px 16px 38px;
  text-align:center;
  background:
    radial-gradient(circle at 8% 8%,rgba(213,232,249,.95),transparent 27%),
    radial-gradient(circle at 94% 8%,rgba(255,228,234,.55),transparent 23%),
    linear-gradient(180deg,#fbfdff,#f1f7fc);
}
.ara-connect .eyebrow{
  display:inline-block;
  margin:0;
  padding:7px 13px;
  color:var(--blue2);
  font-size:12px;
  font-weight:900;
  background:#e5f0fa;
  border-radius:999px;
}
.ara-connect h1{
  margin:13px 0 0;
  color:var(--navy);
  font-size:clamp(31px,8vw,48px);
  line-height:1.3;
}
.ara-connect h1 span{color:var(--blue2)}
.ara-connect .hero-copy{
  margin:15px auto 0;
  color:var(--navy);
  font-size:19px;
  font-weight:900;
  line-height:1.6;
}
.ara-connect .lead{
  max-width:680px;
  margin:12px auto 0;
  color:var(--muted);
  font-size:14px;
}
.ara-connect .trust{
  display:grid;
  gap:10px;
  margin:-7px 14px 0;
  padding:16px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  box-shadow:var(--shadow);
}
.ara-connect .trust-item{display:flex;align-items:center;gap:11px}
.ara-connect .trust-icon{
  display:flex;align-items:center;justify-content:center;
  flex:0 0 40px;width:40px;height:40px;
  color:#fff;font-size:11px;font-weight:900;
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  border-radius:50%;
}
.ara-connect .trust-item strong{display:block;color:var(--navy);font-size:14px}
.ara-connect .trust-item span{display:block;color:var(--muted);font-size:12px}

.ara-connect .section{padding:52px 16px 0}
.ara-connect .kicker{
  margin:0;
  color:var(--red2);
  font-size:12px;
  font-weight:900;
  letter-spacing:.1em;
  text-align:center;
}
.ara-connect h2{
  margin:7px 0 0;
  color:var(--navy);
  font-size:25px;
  line-height:1.45;
  text-align:center;
}
.ara-connect .section-text{
  max-width:670px;
  margin:13px auto 0;
  color:var(--muted);
  font-size:14px;
  text-align:center;
}
.ara-connect .device-grid,.ara-connect .step-grid,.ara-connect .check-grid{
  display:grid;
  gap:11px;
  margin-top:22px;
}
.ara-connect .device-card,.ara-connect .check-card{
  padding:17px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:17px;
}
.ara-connect .device-icon{
  display:flex;align-items:center;justify-content:center;
  width:38px;height:38px;margin-bottom:10px;
  color:#fff;font-size:11px;font-weight:900;
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  border-radius:50%;
}
.ara-connect .device-card h3,.ara-connect .check-card h3{
  margin:0;
  color:var(--navy);
  font-size:16px;
}
.ara-connect .device-card p,.ara-connect .check-card p{
  margin:6px 0 0;
  color:var(--muted);
  font-size:13px;
}
.ara-connect .video{
  position:relative;
  width:100%;
  margin-top:22px;
  overflow:hidden;
  aspect-ratio:16/9;
  background:#111;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:var(--shadow);
}
.ara-connect .video iframe{display:block;width:100%;height:100%;border:0}
.ara-connect .old-image{
  margin-top:18px;
  padding:14px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:var(--shadow);
}
.ara-connect .old-image img{width:100%;border-radius:12px}
.ara-connect .caption{
  margin:8px 0 0;
  color:var(--muted);
  font-size:11px;
  text-align:center;
}

.ara-connect .step{
  position:relative;
  padding:19px 17px 19px 70px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:17px;
  box-shadow:0 8px 20px rgba(38,50,79,.05);
}
.ara-connect .step-num{
  position:absolute;
  left:17px;
  top:19px;
  display:flex;align-items:center;justify-content:center;
  width:37px;height:37px;
  color:#fff;font-size:11px;font-weight:900;
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  border-radius:50%;
}
.ara-connect .step h3{margin:0;color:var(--navy);font-size:17px}
.ara-connect .step p{margin:6px 0 0;color:var(--muted);font-size:13px}

.ara-connect .important{
  margin-top:22px;
  padding:20px;
  background:#fffaf0;
  border:1px solid #f1d9a3;
  border-radius:19px;
}
.ara-connect .important h3{
  margin:0;
  color:var(--navy);
  font-size:18px;
  text-align:center;
}
.ara-connect .important-list{
  margin:15px 0 0;
  padding:0;
  list-style:none;
}
.ara-connect .important-list li{
  position:relative;
  margin-top:10px;
  padding-left:26px;
  color:var(--muted);
  font-size:13px;
}
.ara-connect .important-list li:before{
  content:&quot;!&quot;;
  position:absolute;
  left:0;top:2px;
  display:flex;align-items:center;justify-content:center;
  width:18px;height:18px;
  color:#fff;font-size:11px;font-weight:900;
  background:var(--yellow);
  border-radius:50%;
}
.ara-connect .support-note{
  margin-top:16px;
  padding:15px;
  color:var(--muted);
  font-size:12px;
  background:#edf5fc;
  border:1px solid var(--line);
  border-radius:14px;
}
.ara-connect .support-note strong{color:var(--navy)}
.ara-connect .link-grid{display:grid;gap:9px;margin-top:18px}
.ara-connect .link-button{
  display:flex;align-items:center;justify-content:center;
  min-height:49px;
  padding:11px 13px;
  color:var(--navy)!important;
  font-size:13px;
  font-weight:900;
  text-align:center;
  background:#fff;
  border:1px solid var(--line);
  border-radius:13px;
}
.ara-connect .cta{padding:50px 16px 28px}
.ara-connect .cta-panel{
  padding:25px 18px;
  text-align:center;
  background:linear-gradient(180deg,#eaf3fb,#fff);
  border:1px solid var(--line);
  border-radius:22px;
}
.ara-connect .cta-panel h2{margin:0;font-size:22px}
.ara-connect .cta-panel p{margin:9px 0 0;color:var(--muted);font-size:13px}
.ara-connect .cta-btn{
  display:flex;align-items:center;justify-content:center;
  min-height:58px;
  margin-top:17px;
  padding:15px 18px;
  color:#fff!important;
  font-size:17px;
  font-weight:900;
  background:linear-gradient(135deg,#ff6d81,#ee536a);
  border-radius:15px;
  box-shadow:0 12px 22px rgba(239,86,108,.26);
}
.ara-connect details{
  margin-top:10px;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
}
.ara-connect summary{
  position:relative;
  padding:15px 42px 15px 15px;
  color:var(--navy);
  font-size:14px;
  font-weight:800;
  cursor:pointer;
  list-style:none;
}
.ara-connect summary::-webkit-details-marker{display:none}
.ara-connect summary:after{
  content:&quot;＋&quot;;
  position:absolute;
  right:15px;
  color:var(--blue);
  font-size:20px;
}
.ara-connect details[open] summary:after{content:&quot;−&quot;}
.ara-connect .answer{padding:0 15px 16px;color:var(--muted);font-size:13px}

@media(min-width:640px){
  .ara-connect .trust{grid-template-columns:repeat(2,1fr);margin-left:28px;margin-right:28px}
  .ara-connect .section{padding-left:28px;padding-right:28px}
  .ara-connect .device-grid,.ara-connect .check-grid{grid-template-columns:repeat(2,1fr)}
  .ara-connect .link-grid{grid-template-columns:repeat(2,1fr)}
  .ara-connect .cta{padding-left:28px;padding-right:28px}
}
--&gt;&lt;/style&gt;
&lt;div class=&quot;ara-connect&quot;&gt;
&lt;div class=&quot;shell&quot;&gt;
&lt;section class=&quot;hero&quot;&gt;
&lt;p class=&quot;eyebrow&quot;&gt;HOW TO CONNECT&lt;/p&gt;
&lt;h1&gt;韓国語オンラインレッスンの&lt;br /&gt;&lt;span&gt;接続方法&lt;/span&gt;&lt;/h1&gt;
&lt;p class=&quot;hero-copy&quot;&gt;Google Meetでかんたん接続。&lt;br /&gt; レッスン前に準備しておけば安心です。&lt;/p&gt;
&lt;p class=&quot;lead&quot;&gt;Ara韓国語学院ではGoogle Meetを使用します。 PC・スマートフォン・タブレットから受講可能。 このページでは、レッスン前の準備から入室までを順番にご案内します。&lt;/p&gt;
&lt;/section&gt;
&lt;section class=&quot;trust&quot;&gt;
&lt;div class=&quot;trust-item&quot;&gt;
&lt;div class=&quot;trust-icon&quot;&gt;Meet&lt;/div&gt;
&lt;div&gt;&lt;strong&gt;Google Meet&lt;/strong&gt;&lt;span&gt;案内された接続情報から入室&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;trust-item&quot;&gt;
&lt;div class=&quot;trust-icon&quot;&gt;PC&lt;/div&gt;
&lt;div&gt;&lt;strong&gt;Windows / Mac&lt;/strong&gt;&lt;span&gt;カメラ・マイクが必要です&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;trust-item&quot;&gt;
&lt;div class=&quot;trust-icon&quot;&gt;SP&lt;/div&gt;
&lt;div&gt;&lt;strong&gt;iPhone / Android&lt;/strong&gt;&lt;span&gt;スマートフォンでも受講可能&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;trust-item&quot;&gt;
&lt;div class=&quot;trust-icon&quot;&gt;50&lt;/div&gt;
&lt;div&gt;&lt;strong&gt;マンツーマン50分&lt;/strong&gt;&lt;span&gt;接続後はそのままレッスン開始&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;section class=&quot;section&quot;&gt;
&lt;p class=&quot;kicker&quot;&gt;BEFORE LESSON&lt;/p&gt;
&lt;h2&gt;まず準備するもの&lt;/h2&gt;
&lt;div class=&quot;device-grid&quot;&gt;
&lt;article class=&quot;device-card&quot;&gt;
&lt;div class=&quot;device-icon&quot;&gt;PC&lt;/div&gt;
&lt;h3&gt;パソコン&lt;/h3&gt;
&lt;p&gt;Windows・Macで接続可能です。PCの場合はカメラとマイクをご準備ください。&lt;/p&gt;
&lt;/article&gt;
&lt;article class=&quot;device-card&quot;&gt;
&lt;div class=&quot;device-icon&quot;&gt;SP&lt;/div&gt;
&lt;h3&gt;スマートフォン&lt;/h3&gt;
&lt;p&gt;iOS・Androidから接続できます。通信が安定した環境での受講をおすすめします。&lt;/p&gt;
&lt;/article&gt;
&lt;article class=&quot;device-card&quot;&gt;
&lt;div class=&quot;device-icon&quot;&gt;TAB&lt;/div&gt;
&lt;h3&gt;タブレット&lt;/h3&gt;
&lt;p&gt;画面が大きく、教材を確認しながら受講しやすい端末です。&lt;/p&gt;
&lt;/article&gt;
&lt;article class=&quot;device-card&quot;&gt;
&lt;div class=&quot;device-icon&quot;&gt;WiFi&lt;/div&gt;
&lt;h3&gt;インターネット環境&lt;/h3&gt;
&lt;p&gt;映像と音声を使用するため、安定した通信環境をご準備ください。&lt;/p&gt;
&lt;/article&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;section class=&quot;section&quot;&gt;
&lt;h2&gt;動画で見る&lt;br /&gt;かんたん接続方法&lt;/h2&gt;
&lt;p class=&quot;section-text&quot;&gt;初めての方はレッスン前に一度ご確認ください。&lt;/p&gt;
&lt;p class=&quot;section-text&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/43527/200814142346-5f361fe245451.png&quot; /&gt;&lt;/p&gt;
&lt;/section&gt;
&lt;section class=&quot;section&quot;&gt;
&lt;h2&gt;レッスン当日の&lt;br /&gt;接続手順&lt;/h2&gt;
&lt;div class=&quot;step-grid&quot;&gt;
&lt;article class=&quot;step&quot;&gt;
&lt;div class=&quot;step-num&quot;&gt;01&lt;/div&gt;
&lt;h3&gt;接続情報を確認&lt;/h3&gt;
&lt;p&gt;レッスン前に案内されたGoogle Meetの接続情報をご確認ください。&lt;/p&gt;
&lt;/article&gt;
&lt;article class=&quot;step&quot;&gt;
&lt;div class=&quot;step-num&quot;&gt;02&lt;/div&gt;
&lt;h3&gt;開始前に端末を準備&lt;/h3&gt;
&lt;p&gt;PC・スマートフォン・タブレットを準備し、インターネット接続を確認します。&lt;/p&gt;
&lt;/article&gt;
&lt;article class=&quot;step&quot;&gt;
&lt;div class=&quot;step-num&quot;&gt;03&lt;/div&gt;
&lt;h3&gt;Google Meetへ入室&lt;/h3&gt;
&lt;p&gt;案内された接続先から入室します。&lt;/p&gt;
&lt;/article&gt;
&lt;article class=&quot;step&quot;&gt;
&lt;div class=&quot;step-num&quot;&gt;04&lt;/div&gt;
&lt;h3&gt;カメラ・マイクを確認&lt;/h3&gt;
&lt;p&gt;講師の声が聞こえるか、自分の声と映像が相手に届くかを確認します。&lt;/p&gt;
&lt;/article&gt;
&lt;article class=&quot;step&quot;&gt;
&lt;div class=&quot;step-num&quot;&gt;05&lt;/div&gt;
&lt;h3&gt;50分のレッスン開始&lt;/h3&gt;
&lt;p&gt;接続できたらそのままマンツーマン韓国語オンラインレッスンを開始します。&lt;/p&gt;
&lt;/article&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;section class=&quot;section&quot;&gt;
&lt;p class=&quot;kicker&quot;&gt;IMPORTANT&lt;/p&gt;
&lt;h2&gt;接続・受講時の&lt;br /&gt;注意事項&lt;/h2&gt;
&lt;div class=&quot;important&quot;&gt;
&lt;h3&gt;レッスン前にご確認ください&lt;/h3&gt;
&lt;ul class=&quot;important-list&quot;&gt;
&lt;li&gt;通信設定や接続テスト等は、受講者ご自身で事前にご確認ください。&lt;/li&gt;
&lt;li&gt;通信料などの費用が発生する場合は、受講者負担となります。&lt;/li&gt;
&lt;li&gt;PCはWindows・Macに対応し、カメラとマイクが必要です。スマートフォンはiOS・Androidから接続できます。&lt;/li&gt;
&lt;li&gt;授業開始後10分以内に入室されていない場合は、レッスンキャンセル扱いとなります。&lt;/li&gt;
&lt;li&gt;授業開始から3分を過ぎても担当講師が入室しない場合は、スクールへご連絡ください。&lt;/li&gt;
&lt;li&gt;予約時の参加確認で「参加する／しない」を選択した場合、改めて同じ内容をご返信いただく必要はありません。&lt;/li&gt;
&lt;li&gt;前日・当日のキャンセルや、参加確認を間違えて選択した場合、変更を希望する場合はスクールへご連絡ください。&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;support-note&quot;&gt;&lt;strong&gt;安定した受講のために&lt;/strong&gt;&lt;br /&gt; レッスン開始直前ではなく、少し余裕を持って端末・通信・カメラ・マイクをご確認ください。&lt;/div&gt;
&lt;/section&gt;
&lt;section class=&quot;section&quot;&gt;&lt;/section&gt;
&lt;section class=&quot;section&quot;&gt;
&lt;h2 class=&quot;ara-trial-other-title&quot; id=&quot;ara-other-schools-title&quot; style=&quot;overflow-wrap: anywhere; font-size: 17px; margin: 0px; color: #26324f; line-height: 1.5; letter-spacing: 0.5px;&quot;&gt;他の校舎をご希望の方&lt;/h2&gt;
&lt;p class=&quot;ara-trial-other-text&quot; style=&quot;overflow-wrap: anywhere; margin: 7px 0px 0px; color: #747881; font-size: 12px; text-align: center; letter-spacing: 0.5px;&quot;&gt;通いやすい教室やオンラインレッスンもお選びいただけます。&lt;/p&gt;
&lt;p class=&quot;ara-trial-other-text&quot; style=&quot;overflow-wrap: anywhere; margin: 7px 0px 0px; color: #747881; font-size: 12px; text-align: center; letter-spacing: 0.5px;&quot;&gt;&lt;a class=&quot;ara-trial-other-link&quot; href=&quot;https://araschoolblog.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; style=&quot;text-align: start; transition: 0.4s; overflow-wrap: anywhere; color: #26324f; display: flex; align-items: center; justify-content: space-between; min-height: 44px; padding: 11px 13px; font-size: 13px; font-weight: bold; background: #ffffff; border: 1px solid #e3e6ec; border-radius: 12px;&quot;&gt;大阪高槻の韓国語教室｜大阪高槻校&lt;/a&gt;&lt;/p&gt;
&lt;nav class=&quot;ara-trial-other-nav&quot; aria-label=&quot;Ara韓国語学院の他教室一覧&quot; style=&quot;overflow-wrap: anywhere; display: grid; gap: 9px; margin-top: 15px; color: #3f4248; font-size: 12px; letter-spacing: 0.5px;&quot;&gt;&lt;a class=&quot;ara-trial-other-link&quot; href=&quot;https://araschool.jp/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; style=&quot;transition: 0.4s; overflow-wrap: anywhere; color: #26324f; display: flex; align-items: center; justify-content: space-between; min-height: 44px; padding: 11px 13px; font-size: 13px; font-weight: bold; background: #ffffff; border: 1px solid #e3e6ec; border-radius: 12px;&quot;&gt;神戸三宮の韓国語教室｜神戸三宮校&lt;/a&gt;&lt;a class=&quot;ara-trial-other-link&quot; href=&quot;https://araschool.net/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; style=&quot;transition: 0.4s; overflow-wrap: anywhere; color: #26324f; display: flex; align-items: center; justify-content: space-between; min-height: 44px; padding: 11px 13px; font-size: 13px; font-weight: bold; background: #ffffff; border: 1px solid #e3e6ec; border-radius: 12px;&quot;&gt;西宮北口の韓国語教室｜西宮北口校&lt;/a&gt;&lt;a class=&quot;ara-trial-other-link&quot; href=&quot;https://araschool1.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; style=&quot;transition: 0.4s; overflow-wrap: anywhere; color: #26324f; display: flex; align-items: center; justify-content: space-between; min-height: 44px; padding: 11px 13px; font-size: 13px; font-weight: bold; background: #ffffff; border: 1px solid #e3e6ec; border-radius: 12px;&quot;&gt;大阪梅田の韓国語教室｜大阪梅田校&lt;/a&gt;&lt;a class=&quot;ara-trial-other-link&quot; href=&quot;https://araschool.info/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; style=&quot;transition: 0.4s; overflow-wrap: anywhere; color: #26324f; display: flex; align-items: center; justify-content: space-between; min-height: 44px; padding: 11px 13px; font-size: 13px; font-weight: bold; background: #ffffff; border: 1px solid #e3e6ec; border-radius: 12px;&quot;&gt;オンライン韓国語レッスン｜オンライン校&lt;/a&gt;&lt;/nav&gt;&lt;/section&gt;
&lt;section class=&quot;cta&quot;&gt;&lt;/section&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
    </item>
</rdf:RDF>
