/*
Theme Name: Lightning Child
Template: lightning
Version: 0.7.0
*/

/* ==========================================================================
   1. ヘッダー設定（ロゴとメニューの中央配置）
   ========================================================================== */
/* --- 組織名・ブランド名の左寄せを完全に解除 --- */

/* 1. 見出しタグの中のテキストを強制中央揃え */
.home h1,
.home h2,
.home h3,
.home h4,
.home .vk-pr-block_item_title {
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    white-space: normal !important;
    /* 長い名称がはみ出さないよう改行を許可 */
}

/* 2. もしスパンタグなどで囲まれている場合も中央へ */
.home .vk-pr-block_item_title span,
.home .wp-block-column h3 span {
    display: block !important;
    text-align: center !important;
    width: 100% !important;
}

/* 3. 1100pxの制限をこの要素だけ解除して中央を保つ */
.home .entry-content .wp-block-column {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    /* 子要素を全て中央に吸い寄せる */
}

.site-header {
    text-align: center !important;
}

/* --- カラム内のタイトル・テキスト・アイコンをすべて中央揃えにする --- */

/* 1. カラム内の見出し（タイトル）を中央へ */
.home .wp-block-column h1,
.home .wp-block-column h2,
.home .wp-block-column h3,
.home .wp-block-column h4,
.home .vk-pr-block_item_title {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
}

/* 2. カラム内の段落（説明文）を中央へ */
.home .wp-block-column p,
.home .vk-pr-block_item_txt {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* 3. アイコン（VK PR Block用）の中央配置 */
.vk-pr-block_item_icon_outer {
    margin-left: auto !important;
    margin-right: auto !important;
}

header.site-header .container {
    display: block !important;
    margin: 0 auto !important;
    width: 100% !important;
}

/* ロゴの中央寄せ */
header.site-header .site-header-logo {
    display: inline-block !important;
    float: none !important;
    margin: 20px auto !important;
}

/* PCメニュー全体の中央寄せ */
header.site-header .global-nav {
    display: block !important;
    float: none !important;
    margin: 0 auto !important;
}

header.site-header ul.global-nav-list {
    display: inline-flex !important;
    justify-content: center !important;
    padding: 0 !important;
    list-style: none !important;
}

header.site-header ul.global-nav-list li {
    margin: 0 15px !important;
}

/* ボタン装飾（アクセントカラー） */
.global-nav-list li:nth-child(3) a {
    background-color: #f39800 !important;
    color: #ffffff !important;
    padding: 10px 15px !important;
    border-radius: 4px !important;
}

.global-nav-list li:nth-child(4) a {
    border: 2px solid #003366 !important;
    color: #003366 !important;
    padding: 8px 15px !important;
    border-radius: 4px !important;
}

/* ==========================================================================
   2. スライドショー設定（視認性向上と高さ固定）
   ========================================================================== */
/* PCでのスライド高さ（500px） */
[class*="vivid-slider"],
[class*="vk-slider"],
.swiper-container,
.swiper-slide {
    height: 500px !important;
}

[class*="slider"] img,
[class*="swiper"] img {
    height: 500px !important;
    width: 100% !important;
    object-fit: cover !important;
}

/* 文字の影（視認性向上） */
.slide-item-title,
.slide-item-caption {
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7) !important;
}

.slide-item-caption {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px !important;
    border-radius: 5px;
}

/* --- スライドショー専用：中央揃えを強制解除して左寄せ --- */

/* 1. テキスト（タイトル・説明文）を左へ */
.home .vk-slider .vk-slider-item-caption *,
.home .vivid-slider .vivid-slider-item-caption *,
.home .swiper-slide .slide-item-caption * {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

/* 2. キャプション（文字の塊）の位置自体を左へ */
.home .vk-slider-item-caption,
.home .vivid-slider-item-caption,
.home .slide-item-caption {
    left: 10% !important;
    /* 左端から少し余白を作る */
    right: auto !important;
    text-align: left !important;
    align-items: flex-start !important;
    display: flex !important;
    flex-direction: column !important;
}

/* 3. ボタンがある場合も左へ */
.home .vk-slider-item-caption .btn,
.home .vivid-slider-item-caption .btn {
    margin-left: 0 !important;
    margin-right: auto !important;
}

/* カラム内の要素を均等に配置して、説明文の位置を揃えやすくする */
.home .wp-block-column,
.home .vk-pr-block_item {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    /* 上基準で揃える */
}

/* タイトルに最低限の高さを設定して、その下の文章の開始位置を固定する */
.home .vk-pr-block_item_title,
.home .wp-block-column h3 {
    min-height: 3em !important;
    /* 「3行分」の幅を確保 */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* ==========================================================================
   3. トップページ・メインコンテンツ（PRブロック中央配置）
   ========================================================================== */
/* --- ケースB対策：コンテンツ全体を画面の真ん中へ --- */

/* 1. HOMEのコンテンツエリア自体を中央に固定 */
.home .entry-content {
    display: block !important;
    max-width: 1140px !important;
    /* 標準的なコンテンツ幅 */
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: none !important;
    /* 左浮きを完全に解除 */
}

/* 2. カラムブロックの左右マージンをリセットして中央へ */
.home .wp-block-columns,
.home .vk-pr-block {
    display: flex !important;
    width: 100% !important;
    margin-left: 0 !important;
    /* autoではなく0にして親の中央寄せに任せる */
    margin-right: 0 !important;
    justify-content: space-between !important;
    padding: 0 !important;
}

/* 3. 各カラムの幅を均等化（3等分） */
.home .wp-block-column,
.home .vk-pr-block_item {
    flex: 1 !important;
    text-align: center !important;
    margin: 0 15px !important;
    /* カラム同士の間の距離 */
}

/* --- カバーブロック内のコンテンツを左に寄せる --- */

/* 1. コンテンツを包む枠自体を左寄せにする */
.wp-block-cover .wp-block-cover__inner-container {
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left !important;
    width: 100% !important;
    max-width: 100% !important;
    /* 文字が右端まで伸びすぎないよう制限 */
    padding-left: 8% !important;
    /* 左端に程よい余白を作る */
}

/* 2. 中の見出し（キャッチコピー）を左寄せ */
.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover .wp-block-cover-text {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

/* 3. 中の段落（サブテキスト）を左寄せ */
.wp-block-cover p {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

/* 4. ボタンが含まれる場合も左寄せ */
.wp-block-cover .wp-block-buttons {
    justify-content: flex-start !important;
}

/* ==========================================================================
   4. フッター設定（Lightning専用・横並びとデザイン）
   ========================================================================== */

/* 1. ナビゲーションを横に並べる（Lightningの構造に最適化） */
.site-footer .wp-block-navigation ul.wp-block-navigation__container,
.site-footer ul.menu,
footer .vk-footer-nav ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 25px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 20px auto !important;
}

/* 2. リンク文字をAyumu Tours仕様（英語メイン・ネイビー）に */
.site-footer .wp-block-navigation-item__label,
.site-footer ul.menu li a,
footer .vk-footer-nav ul li a {
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    color: #003366 !important; /* Ayumu Tours ネイビー */
    text-decoration: none !important;
}

/* 3. ホバー時の効果 */
.site-footer a:hover {
    text-decoration: underline !important;
    opacity: 0.8;
}

/* 4. コピーライト・署名エリアの調整 */
.site-footer .copy-right, 
.site-footer footer p {
    text-align: center !important;
    font-size: 0.8rem !important;
    color: #666 !important;
    margin-top: 20px !important;
}

/* 5. 代表メッセージの中央揃え（既存設定の補強） */
.jagit-message-center {
    text-align: center !important;
    margin: 40px auto !important;
}

/* 1カラムフッター全体のスタイル */
.ayumu-footer-single {
    text-align: center;
    padding: 60px 20px;
    background-color: #001f3f; /* ダークネイビー */
    color: #ffffff;
}

.footer-info h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.operator-name {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.address {
    font-size: 0.8rem;
    opacity: 0.7;
    margin-bottom: 30px;
}

/* リンクナビゲーション */
.footer-nav-regions, .footer-nav-legal {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 25px; /* 横と縦の隙間 */
}

.footer-nav-regions a, .footer-nav-legal a {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 0.9rem;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.footer-nav-regions a:hover, .footer-nav-legal a:hover {
    opacity: 1;
    text-decoration: underline !important;
}

/* 法的リンクは少し控えめに */
.footer-nav-legal {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 25px;
}

.footer-nav-legal a {
    font-size: 0.8rem;
    opacity: 0.6;
}

/* --- フッター切り替え設定 --- */

/* 1. 全ページでAyumu専用フッターを隠す */
#ayumu-exclusive-footer {
    display: none;
}

/* 2. トップページ（Ayumu Tours）のみ、専用を表示し、標準を隠す */
.home #ayumu-exclusive-footer {
    display: block !important;
}

.home #site-footer {
    display: none !important; /* Lightning標準のフッターを非表示 */
}
/* コピーライト */
.footer-copyright {
    margin-top: 40px;
    font-size: 0.75rem;
    opacity: 0.5;
}

/* JAGIT 価格区分表の共通スタイル */
.jagit-table-wrapper {
    overflow-x: auto;
    margin: 2em 0;
    width: 100%;
    /* ここで全体の幅を調整可能（例: 90%） */
}

/* フッター内ナビゲーションの調整 */
.footer-region-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
    max-width: 900px;
    margin: 0 auto 20px;
    padding: 0 15px;
}

.footer-region-nav a {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 0.85rem;
    white-space: nowrap; /* 途中で改行させない */
    transition: opacity 0.2s;
}

.footer-region-nav a:hover {
    opacity: 0.7;
}

.footer-legal-nav a {
    color: rgba(255,255,255,0.6) !important;
    text-decoration: none;
    margin: 0 15px;
    font-size: 0.8rem;
}

.jagit-custom-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 650px;
    border: 1px solid #ddd;
    font-family: sans-serif;
}

.jagit-custom-table th,
.jagit-custom-table td {
    padding: 15px;
    border: 1px solid #ddd;
    text-align: center;
}

/* ヘッダーと項目列のスタイル */
.jagit-custom-table thead th {
    background-color: #003366;
    color: #ffffff;
}

.jagit-custom-table .col-label {
    background-color: #f9f9f9;
    font-weight: bold;
    text-align: left;
    width: 20%;
    /* 項目名の列幅 */
}

/* 各プランの強調色 */
.jagit-col-supporter {
    width: 25%;
}

.jagit-col-member {
    width: 30%;
    background-color: #fffdf0;
}

/* 正会員 */
.jagit-col-partner {
    width: 25%;
    background-color: #f4f9ff;
}

/* 創業パートナー */

/* 強調テキスト */
.jagit-txt-bold {
    font-weight: bold;
}

.jagit-txt-red {
    color: #d9534f;
    font-weight: bold;
}

.jagit-txt-small {
    font-size: 11px;
    display: block;
    font-weight: normal;
}

/* ガイド募集カスタムHTML */
/* ロードマップセクションのスタイル */
.jagit-roadmap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 2em 0;
    justify-content: space-between;
    position: relative;
}

.jagit-step-card {
    flex: 1;
    min-width: 300px;
    padding: 25px;
    border: 2px solid #003366;
    border-radius: 8px;
    background: #fff;
}

.jagit-step-header {
    font-weight: bold;
    color: #003366;
    font-size: 1.2em;
    border-bottom: 2px solid #003366;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.jagit-step-target {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 15px;
    font-style: italic;
}

.jagit-step-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jagit-step-list li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    line-height: 1.6;
    font-size: 0.95em;
}

/* アイコン代わりの記号 */
.jagit-step-list li::before {
    content: "●";
    position: absolute;
    left: 0;
    color: #003366;
}

.jagit-step-list li strong {
    display: block;
    color: #333;
    font-size: 1.05em;
}

/* CTAボタンのスタイル */
.jagit-cta-button-container {
    margin-top: 30px;
    text-align: center;
}

.jagit-cta-button {
    display: inline-block;
    padding: 20px 50px;
    background-color: #003366;
    /* JAGITブランドカラー */
    color: #ffffff !important;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    /* 丸みのあるデザイン */
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 51, 102, 0.3);
}

.jagit-cta-button:hover {
    background-color: #004a94;
    /* ホバー時に少し明るく */
    transform: translateY(-3px);
    /* 浮き上がる動き */
    box-shadow: 0 6px 20px rgba(0, 51, 102, 0.4);
    text-decoration: none;
}

/* ボタンの下の補足テキスト */
.jagit-cta-note {
    display: block;
    margin-top: 15px;
    font-size: 0.9em;
    color: #666;
}
/* テーマのコンテンツ制限を無視して画面左右いっぱいまで広げる */
.jagit-full-width-box {
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    padding-left: 5% !important; /* 左右に最低限の余白を持たせる（文字が端に付きすぎないように） */
    padding-right: 5% !important;
    box-sizing: border-box;
}

/* テーブル自体の幅を100%にする */
.jagit-table-wrapper, 
.jagit-custom-table {
    width: 100% !important;
    max-width: 100% !important;
}

/* ロードマップのコンテナも100%にする */
.jagit-roadmap {
    width: 100% !important;
}

/* 全てのブロックを中央に配置し、最大幅を制限する */
.jagit-center-container {
    max-width: 1000px; /* 読みやすい最大幅を設定 */
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

/* テーブルを中央に配置 */
.jagit-table-wrapper {
    margin: 2em auto;
    width: 100%;
}

/* ロードマップを中央に配置 */
.jagit-roadmap {
    justify-content: center; /* 要素が少ない時も中央に寄せる */
    margin: 2em auto;
}

/* CTAセクションを中央に配置 */
.jagit-cta-section {
    margin: 4em auto;
}
/* Ayumu ToursHome */
.map-wrapper {
    z-index: 999;
}
/* ==========================================================================
   6. Ayumu Tours ハイブリッド・デザイン（日英併記）
   ========================================================================== */

/* 見出し：英語を大きく、ネイビーで強調 */
.ayumu-hybrid h3, .ayumu-steps h3, .wp-block-media-text h2 {
    color: #003366 !important;
    font-size: 1.4rem !important;
    font-weight: 800 !important;
    margin-bottom: 5px !important;
}

/* 日本語補助：小さく、グレーで添える */
small, .ja-sub {
    display: block !important;
    font-size: 0.8rem !important;
    color: #888 !important;
    font-weight: 500 !important;
    margin-bottom: 12px !important;
}

/* 本文の英語 */
.ayumu-hybrid p, .ayumu-steps p {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    color: #333 !important;
}

/* 本文内の日本語補助（pタグの中のsmall） */
.ayumu-hybrid p small, .ayumu-steps p small {
    display: block !important;
    font-size: 0.75rem !important;
    color: #999 !important;
    margin-top: 8px !important;
}

/* 多言語セクションの背景調整 */
.wp-block-media-text {
    background-color: #f0f4f8 !important; /* 薄い青で特別感を出す */
    padding: 30px !important;
    border-radius: 12px !important;
}

/* --- ツアーの流れ：HTMLブロック用調整 --- */
.ayumu-step-content {
    padding: 10px;
    text-align: left; /* 本文は読みやすさ重視で左寄せ */
}

.ayumu-step-content h3 {
    margin-top: 0 !important;
    font-size: 1.25rem !important;
    color: #003366 !important;
}

.ayumu-step-content p {
    margin-top: 10px !important;
    line-height: 1.5 !important;
}

/* 4カラム全体の数字バッジ表示を維持する場合のセレクタ */
.ayumu-steps .wp-block-column {
    overflow: visible !important; /* 数字バッジが隠れないように */
}

/* ==========================================================================
   7. セクション外枠のデザイン（Ayumu Tours仕様）
   ========================================================================== */

.ayumu-outer-frame {
    border: 2px solid #003366 !important; /* ブランドカラーのネイビー */
    border-radius: 15px !important;       /* 角を丸く */
    padding: 50px 30px !important;       /* 内側の余白 */
    background-color: #ffffff !important; /* 背景は白 */
    box-shadow: 0 10px 30px rgba(0, 51, 102, 0.05) !important; /* 軽い影で浮き上がらせる */
    margin: 40px auto !important;
    max-width: 1200px !important;        /* 枠が広がりすぎないよう制限 */
}

/* スマホ表示の際の余白調整 */
@media (max-width: 767px) {
    .ayumu-outer-frame {
        padding: 30px 15px !important;
        margin: 20px 10px !important;
    }
}

/* FAQ外枠（グループブロック） */
.ayumu-faq-outer {
    max-width: 900px;
    margin: 60px auto !important;
    padding: 20px !important;
}

/* 各質問のスタイル */
.ayumu-faq-item {
    margin-bottom: 40px;
}

.faq-question strong {
    color: #003366;
    font-size: 1.2rem;
}

.faq-question small {
    color: #666;
    font-size: 0.85rem;
}

.faq-answer {
    margin-top: 15px;
    padding-left: 15px;
    border-left: 2px solid #003366; /* ネイビーの縦線で視認性を高める */
}

.faq-answer p {
    margin: 0 !important;
    line-height: 1.6;
}

.faq-answer small {
    color: #888;
}

/* グリッドレイアウトの設定 */
.ayumu-region-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* 250pxを下回ると自動で改行 */
    gap: 20px;
    padding: 20px 0;
}

/* カードの基本構造 */
.ayumu-region-card {
    display: block;
    text-decoration: none !important;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 300px; /* PCでの高さを少し確保 */
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.ayumu-region-card:hover {
    transform: translateY(-8px);
}

.card-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 31, 63, 0.9)); /* ネイビーへのグラデーション */
    padding: 25px 20px;
    color: #ffffff;
}

.card-overlay h3 {
    margin: 0 !important;
    font-size: 1.4rem !important;
    color: #ffffff !important;
}

.card-overlay small {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* --- カラム全体のレイアウト調整 --- */
.ayumu-features {
    display: flex !important;
    flex-wrap: wrap !important; /* はみ出す場合に自動改行 */
    justify-content: center !important;
    gap: 20px !important; /* カラム間の隙間 */
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    box-sizing: border-box !important; /* パディングを幅に含める */
}

/* --- 個別のカラム（枠）の調整 --- */
.ayumu-features .wp-block-column {
    flex: 1 1 300px !important; /* 最低300pxを確保しつつ伸縮、足りなければ改行 */
    max-width: 100% !important;
    padding: 30px !important;
    background-color: #ffffff !important;
    border: 2px solid #e1e8ed !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    flex-direction: column !important;
    margin-left: 0 !important; /* Lightningの余計なマージンをリセット */
    margin-right: 0 !important;
}

/* 文字サイズと視認性の調整 */
.ayumu-features .wp-block-column h3 {
    color: #003366 !important;
    font-size: 1.25rem !important;
    margin-bottom: 10px !important;
}

.ayumu-features .wp-block-column p {
    color: #333333 !important;
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
}

/* スマホ表示（横幅768px以下）での微調整 */
@media (max-width: 768px) {
    .ayumu-features .wp-block-column {
        flex: 1 1 100% !important; /* スマホでは1カラムに */
        padding: 20px !important;
    }
}

/* ==========================================================================
   5. モバイル（スマホ）対応
   ========================================================================== */
@media (max-width: 991px) {

    /* スマホ時にPC用メニューを非表示（ハンバーガーに集約） */
    .global-nav,
    .vk-nw-global-nav {
        display: none !important;
    }

    /* スマホのスライド高さ */
    [class*="vivid-slider"],
    [class*="vk-slider"],
    .swiper-slide,
    [class*="slider"] img {
        height: 350px !important;
    }

    /* PRブロックを縦に並べる */
    .home .wp-block-columns,
    .home .vk-pr-block {
        flex-direction: column !important;
    }

    .home .wp-block-column,
    .home .vk-pr-block_item {
        width: 100% !important;
    }

    .jagit-step-card:first-child::after {
        content: "▶";
        position: absolute;
        top: 50%;
        right: calc(50% - 15px);
        transform: translateY(-50%);
        font-size: 30px;
        color: #003366;
        z-index: 1;

    }
        .ayumu-region-card {
        height: 200px;
}


}

<div class="ayumu-region-grid">
    <a href="/hokkaido-hakodate" class="ayumu-region-card">
        <div class="card-image" style="background-image: url('北海道の画像URL');">
            <div class="card-overlay">
                <h3>Hokkaido / Hakodate</h3>
                <small>北海道</small>
            </div>
        </div>
    </a>

    <a href="/tohoku" class="ayumu-region-card">
        <div class="card-image" style="background-image: url('東北の画像URL');">
            <div class="card-overlay">
                <h3>Tohoku</h3>
                <small>東北</small>
            </div>
        </div>
    </a>

    <a href="/kanto" class="ayumu-region-card">
        <div class="card-image" style="background-image: url('東京の画像URL');">
            <div class="card-overlay">
                <h3>Kanto</h3>
                <small>関東</small>
            </div>
        </div>
    </a>

    <div class="ayumu-region-grid">
    <a href="/hokuriku" class="ayumu-region-card">
        <div class="card-image" style="background-image: url('北陸の画像URL');">
            <div class="card-overlay">
                <h3>Hokuriku/h3>
                <small>北陸</small>
            </div>
        </div>
    </a>

    <div class="ayumu-region-grid">
    <a href="/kinki" class="ayumu-region-card">
        <div class="card-image" style="background-image: url('近畿の画像URL');">
            <div class="card-overlay">
                <h3>Kinki</h3>
                <small>近畿</small>
            </div>
        </div>
    </a>

    <div class="ayumu-region-grid">
    <a href="/chugoku" class="ayumu-region-card">
        <div class="card-image" style="background-image: url('中国の画像URL');">
            <div class="card-overlay">
                <h3>Chugoku</h3>
                <small>中国</small>
            </div>
        </div>
    </a>

    <div class="ayumu-region-grid">
    <a href="/shikoku" class="ayumu-region-card">
        <div class="card-image" style="background-image: url('四国の画像URL');">
            <div class="card-overlay">
                <h3>Shikoku</h3>
                <small>四国</small>
            </div>
        </div>
    </a>

    <div class="ayumu-region-grid">
    <a href="/kyusyu" class="ayumu-region-card">
        <div class="card-image" style="background-image: url('九州の画像URL');">
            <div class="card-overlay">
                <h3>Kyusyu</h3>
                <small>九州</small>
            </div>
        </div>
    </a>

    <a href="/okinawa" class="ayumu-region-card">
        <div class="card-image" style="background-image: url('沖縄の画像URL');">
            <div class="card-overlay">
                <h3>Okinawa</h3>
                <small>沖縄</small>
            </div>
        </div>
    </a>
</div>