/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* =====================================================
   Places Portal Design
===================================================== */

*{
    box-sizing:border-box;
}

/* =====================================================
   Archive Places
===================================================== */

.places-archive{

    background:#f5f7fb;

    padding:60px 0 0;

}

.archive-header{
    text-align:center;
    margin-bottom:40px;
}

.archive-header h1{
    font-size:42px;
    margin-bottom:15px;
    color:#222;
}

.archive-header p{
    font-size:18px;
    color:#666;
}

.archive-search{
    background:#fff;
    padding:30px;
    border-radius:20px;
    margin-bottom:35px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.search-keyword{
    display:flex;
    gap:15px;
    margin-bottom:20px;
}

.search-keyword input{
    flex:1;
    padding:15px;
    border:1px solid #ddd;
    border-radius:10px;
    font-size:16px;
}

.search-keyword button{
    background:#2563eb;
    color:#fff;
    border:none;
    border-radius:10px;
    padding:15px 35px;
    cursor:pointer;
    font-size:16px;
    font-weight:bold;
}

.search-keyword button:hover{
    background:#1d4ed8;
}

.search-select{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
}

.search-select select{

    width:100%;

    height:60px !important;
    min-height:60px !important;

    padding:0 18px !important;

    border:1px solid #ddd;
    border-radius:10px;

    background:#fff;

    font-size:16px !important;

    line-height:60px !important;

    color:#333;

    box-sizing:border-box;

}

.clear-button{
    display:flex;
    justify-content:center;
    align-items:center;
    background:#f3f4f6;
    color:#444;
    border-radius:10px;
    text-decoration:none;
    font-weight:bold;
}

.clear-button:hover{
    background:#e5e7eb;
}

.archive-result{
    margin-top:30px;
}

.result-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
    flex-wrap:wrap;
    gap:15px;
}

.result-count{
    font-size:24px;
    font-weight:bold;
    color:#222;
}

.result-tags{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
}

.search-label{
    font-weight:bold;
}

.search-tag{
    background:#2563eb;
    color:#fff;
    padding:8px 15px;
    border-radius:30px;
    font-size:14px;
}

.places-single{
    background:#f5f7fb;
    padding:50px 20px;
}

.places-container{
    max-width:1200px;
    margin:0 auto;
}

section{
    background:#fff;
    border-radius:20px;
    padding:35px;
    margin-bottom:35px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

h2{
    margin:0 0 25px;
    font-size:30px;
    font-weight:700;
    color:#222;
}

p{
    color:#555;
    line-height:1.9;
}

img{
    max-width:100%;
    display:block;
    border-radius:15px;
}

/* =====================================================
   TOP
===================================================== */

.hero-section{
    display:grid;
    grid-template-columns:1fr 1.3fr;
    gap:40px;
    align-items:center;
}

.place-title{
    font-size:42px;
    margin-bottom:20px;
}

.place-meta{
    font-size:18px;
    margin-bottom:12px;
}

.business-hours{
    margin-top:20px;
    font-size:18px;
}

.hero-image{
    width:100%;
    border-radius:20px;
    object-fit:cover;
}

.badge{
    display:inline-block;
    padding:10px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:bold;
    margin:10px 10px 0 0;
}

.coupon{
    background:#FFF3CD;
    color:#856404;
}

.open{
    background:#D4EDDA;
    color:#155724;
}

/* =====================================================
   店舗紹介
===================================================== */

.about-text{
    font-size:17px;
    line-height:2;
}

/* =====================================================
   特徴
===================================================== */

.feature-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.feature-card{
    background:#fff;
    border-radius:15px;
    padding:25px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transition:.3s;
}

.feature-card:hover{
    transform:translateY(-5px);
}

.feature-card h3{
    margin-bottom:15px;
    font-size:22px;
}

.feature-card p{
    margin:0;
}

/* =====================================================
   メニュー・店舗情報
===================================================== */

.menu-info{
    display:block;
}

.menu-area{
    width:100%;
}

.menu-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(220px,1fr));
    gap:20px;
    width:100%;
}

.menu-card{
    width:100%;
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.menu-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.menu-card h3{
    padding:20px 20px 10px;
    font-size:20px;
}

.menu-card p{
    padding:0 20px 20px;
    font-size:17px;
}

.info-area{
    background:#fff;
    border-radius:15px;
    padding:30px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.info-area ul{
    list-style:none;
    padding:0;
    margin:0;
}

.info-area li{
    margin-bottom:20px;
    line-height:1.8;
}

/* =====================================================
   GoogleMap
===================================================== */

.map-card{
    background:#fff;
    border-radius:15px;
    padding:30px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    text-align:center;
}

.map-button{
    display:inline-block;
    background:#2563eb;
    color:#fff;
    padding:15px 30px;
    border-radius:10px;
    text-decoration:none;
    font-weight:bold;
    transition:.3s;
}

.map-button:hover{
    background:#1d4ed8;
    color:#fff;
}

/* =====================================================
   クーポン
===================================================== */

.coupon-card{
    background:#fff8e8;
    border:2px solid #ffd54f;
    border-radius:15px;
    padding:30px;
}

.coupon-card p{
    margin-bottom:15px;
}

/* =====================================================
   Responsive
===================================================== */

@media (max-width:992px){

.hero-section{
    grid-template-columns:1fr;
}

.menu-info{
    grid-template-columns:1fr;
}

.menu-grid{
    grid-template-columns:repeat(2,1fr);
}

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

}

@media (max-width:768px){

.places-single{
    padding:20px 15px;
}

section{
    padding:25px;
}

.place-title{
    font-size:32px;
}

h2{
    font-size:26px;
}

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

}

/* =====================================================
   店舗カード
===================================================== */

.archive-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.place-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.place-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.place-card a{
    display:block;
    color:#222;
    text-decoration:none;
}

.card-image{
    position:relative;
}

.card-image img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
}

.card-content{
    padding:20px;
}

.card-category{
    display:inline-block;
    background:#eef4ff;
    color:#2563eb;
    font-size:13px;
    padding:6px 12px;
    border-radius:30px;
    margin-bottom:12px;
    font-weight:bold;
}

.card-content h3{
    font-size:22px;
    margin:0 0 15px;
    color:#222;
}

.card-area{
    color:#666;
    font-size:15px;

}

.no-result{
    background:#fff;
    padding:50px;
    border-radius:20px;
    text-align:center;
    font-size:20px;
}

/* =====================================================
   店舗カード バッジ位置修正
===================================================== */

.card-image{
    position:relative;
}

.card-image img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
}

/*==================================================
おすすめ店舗
==================================================*/

.recommended-places{

    max-width:1400px;
    margin:80px auto;
    padding:0 20px;

}

.recommended-grid{

    display:grid;

    grid-template-columns:2fr 1fr 1fr;

    grid-template-rows:260px 260px;

    gap:20px;

}

.recommended-card{

    position:relative;
    overflow:hidden;
    border-radius:20px;
    background:#fff;

}

.recommended-card a{

    display:block;
    width:100%;
    height:100%;
    color:#fff;
    text-decoration:none;

}

.recommended-image,
.recommended-image img{

    width:100%;
    height:100%;
    object-fit:cover;
    display:block;

}

/* No1 */

.rank-1{

    grid-column:1;
    grid-row:1 / 3;

}

/* No2 */

.rank-2{

    grid-column:2;
    grid-row:1;

}

/* No3 */

.rank-3{

    grid-column:3;
    grid-row:1;

}

/* No4 */

.rank-4{

    grid-column:2;
    grid-row:2;

}

/* No5 */

.rank-5{

    grid-column:3;
    grid-row:2;

}

/*==================================================
画像オーバーレイ
==================================================*/

.recommended-image{

    position:relative;

}

.recommended-overlay{

    position:absolute;

    left:0;
    right:0;
    bottom:0;

    padding:25px;

    background:linear-gradient(
        to top,
        rgba(0,0,0,.80),
        rgba(0,0,0,.30),
        transparent
    );

    color:#fff;

}

.rank-badge{

    position:absolute;

    top:20px;

    left:20px;

    z-index:10;

    display:inline-block;

    background:#f5a300;

    color:#fff;

    font-weight:bold;

    padding:8px 15px;

    border-radius:8px;

}

.genre{

    display:inline-block;

    background:#0d8c45;

    color:#fff;

    padding:6px 15px;

    border-radius:30px;

    font-size:13px;

    margin-bottom:12px;

}

.recommended-info h3{

    color:#fff;

    font-size:30px;

    margin:10px 0;

}

.area{

    color:#fff;

    font-size:15px;

}
/* =====================================================
   TOPページ検索フォーム
===================================================== */

.top-search-form{
    width:100%;
    max-width:1200px;
    margin:0 auto;
}

.top-search-box{
    display:flex;
    align-items:center;
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
}

.search-icon{
    padding:0 20px;
    font-size:24px;
    color:#888;
}

.top-search-box input{
    flex:1;
    border:none;
    outline:none;
    background:transparent;
    font-size:18px;
    padding:22px 15px;
}

.top-search-box input::placeholder{
    color:#999;
}

.top-search-box button{
    border:none;
    background:#15803d;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    padding:22px 45px;
    cursor:pointer;
    transition:.3s;
    white-space:nowrap;
}

.top-search-box button:hover{
    background:#166534;
}

@media(max-width:768px){

.top-search-box{
    flex-direction:column;
}

.search-icon{
    display:none;
}

.top-search-box input,
.top-search-box button{
    width:100%;
}

}

/* ==========================================
   カテゴリーカード ホバーアニメーション
========================================== */

.category-card{

    transition:all .3s ease;

    cursor:pointer;

}

.category-card:hover{

    transform:translateY(-8px) scale(1.05);

    box-shadow:0 18px 35px rgba(0,0,0,.18);

}

.category-card:active{

    transform:translateY(-3px) scale(.98);

}
/*==========================
スポンサー店舗 Hoverアニメーション
==========================*/

.recommended-card{

    overflow:hidden;

}

.recommended-image img{

    transition:0.5s ease;

}

.recommended-card:hover .recommended-image img{

    transform:scale(1.08);

}
/*====================================
スポンサー店舗 Hover Animation
====================================*/

.recommended-card{

    overflow:hidden;

    transition:all .35s ease;

}

.recommended-image{

    overflow:hidden;

}

.recommended-image img{

    transition:transform .5s ease;

}

/* ホバー時 */

.recommended-card:hover{

    transform:translateY(-3px);

    box-shadow:0 25px 50px rgba(0,0,0,.25);

}

.recommended-card:hover .recommended-image img{

    transform:scale(1.08);

}
/*==================================================
店舗一覧ページ 背景デザイン
==================================================*/

.archive-hero{

    position: relative;

    width: 100%;

    min-height: 520px;

  background-image:
    linear-gradient(
        rgba(0,0,0,.35) 0%,
        rgba(0,0,0,.20) 35%,
        rgba(255,255,255,.75) 75%,
        #f8f8f8 100%
    ),
        url("https://cambodiaportal.imfworks.com/wp-content/uploads/2026/07/ChatGPT-Image-2026年7月21日-18_46_15.jpg");

    background-size: cover;

    background-position: center top;

    background-repeat: no-repeat;

    padding: 80px 20px 80px;

    overflow: hidden;

}

/*==================================================
店舗一覧ページ タイトルデザイン
==================================================*/

.archive-header{

    text-align:center;

    background:transparent;

    box-shadow:none;

    padding:30px 20px 60px;

    margin-bottom:30px;

}

.archive-subtitle{

    display:inline-block;

    font-size:17px;

    letter-spacing:7px;

    text-transform:uppercase;

    color:#C9A227;

    font-weight:800;

    margin-bottom:18px;

    text-shadow:
        0 3px 12px rgba(0,0,0,.65);

}

.archive-header h1{

    font-size:60px;

    font-weight:800;

    color:#ffffff;

    margin:15px 0;

    text-shadow:
        0 4px 15px rgba(0,0,0,.45);

}

.archive-header p{

    max-width:760px;

    margin:22px auto 0;

    font-size:22px;

    line-height:2;

    color:#ffffff;

    font-weight:500;

    text-shadow:
        0 2px 10px rgba(0,0,0,.45);

}

/* ゴールドライン */

.archive-header::after{

    content:"";

    display:block;

    width:120px;

    height:4px;

    margin:35px auto 0;

    border-radius:30px;

    background:linear-gradient(
        90deg,
        #C9A227,
        #E6C35C,
        #C9A227
    );

}

/*==================================================
検索フォーム プレミアムデザイン
==================================================*/

.archive-search{

    background:rgba(255,255,255,.92);

    backdrop-filter:blur(10px);

    border-radius:25px;

    padding:35px;

    margin:40px auto;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

    border:1px solid rgba(255,255,255,.6);

}

/*----------------------------
キーワード検索
----------------------------*/

.search-keyword{

    display:flex;

    gap:15px;

    margin-bottom:25px;

}

.search-keyword input{

    flex:1;

    height:60px;

    padding:0 22px;

    border:1px solid #E5E7EB;

    border-radius:15px;

    font-size:16px;

    background:#FFFFFF;

    transition:.3s;

}

.search-keyword input:focus{

    outline:none;

    border-color:#15803D;

    box-shadow:0 0 0 4px rgba(21,128,61,.12);

}

/*----------------------------
検索ボタン
----------------------------*/

.search-keyword button{

    min-width:170px;

    border:none;

    border-radius:15px;

    background:#15803D;

    color:#fff;

    font-size:17px;

    font-weight:700;

    cursor:pointer;

    transition:.3s;

}

.search-keyword button:hover{

    background:#166534;

    transform:translateY(-2px);

    box-shadow:0 12px 25px rgba(21,128,61,.25);

}

/*----------------------------
セレクトボックス
----------------------------*/

.search-select{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:15px;

}

.search-select select{

    width:100%;

    height:58px;

    padding:0 18px;

    border:1px solid #E5E7EB;

    border-radius:15px;

    background:#fff;

    font-size:15px;

    color:#374151;

    transition:.3s;

    cursor:pointer;

}

.search-select select:hover{

    border-color:#15803D;

}

.search-select select:focus{

    outline:none;

    border-color:#15803D;

    box-shadow:0 0 0 4px rgba(21,128,61,.12);

}

/*----------------------------
クリアボタン
----------------------------*/

.clear-button{

    display:flex;

    align-items:center;

    justify-content:center;

    height:58px;

    border-radius:15px;

    background:#F3F4F6;

    color:#374151;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.clear-button:hover{

    background:#E5E7EB;

    transform:translateY(-2px);

}

/*----------------------------
スマホ対応
----------------------------*/

@media(max-width:768px){

    .archive-search{

        width:100%;

        max-width:100%;

        padding:20px 15px;

        margin:25px auto;

        box-sizing:border-box;

    }

    .archive-search form{

        width:100%;

    }

    .search-keyword{

        display:flex;

        flex-direction:column;

        gap:15px;

        width:100%;

    }

    .search-keyword input{

        width:100%;

        max-width:100%;

        box-sizing:border-box;

    }

    .search-keyword button{

        width:100%;

        height:58px;

        box-sizing:border-box;

    }

    .search-select{

        display:grid;

        grid-template-columns:1fr;

        gap:15px;

        width:100%;

    }

    .search-select select,

    .clear-button{

        width:100%;

        box-sizing:border-box;

    }

}

/*==================================================
archive-hero コンテナ幅
==================================================*/

.archive-inner{

    max-width:1200px;

    width:100%;

    margin:0 auto;

    padding:0 20px;

    position:relative;

    z-index:2;

}

/*==================================================
ページネーション
==================================================*/

.pagination-area{

    display:flex;

    justify-content:center;

    align-items:center;

    margin:60px auto 30px;

    width:100%;

}

.pagination-area .page-numbers{

    display:inline-flex;

    justify-content:center;

    align-items:center;

    width:46px;

    height:46px;

    margin:0 6px;

    border-radius:50%;

    background:#fff;

    color:#374151;

    text-decoration:none;

    font-weight:700;

    box-shadow:0 6px 18px rgba(0,0,0,.08);

    transition:.3s;

}

.pagination-area .page-numbers:hover{

    background:#15803D;

    color:#fff;

}

.pagination-area .current{

    background:#15803D;

    color:#fff;

}

.archive-header-icon{

    width:170px;

    margin:0 auto 25px;

    display:flex;

    justify-content:center;

    align-items:center;

    background:transparent;

    border-radius:0;

    box-shadow:none;

    overflow:visible;

}

.archive-header-icon img{

    width:100%;

    height:auto;

    display:block;

}

.card-badges{

    position:absolute;

    top:15px;

    left:15px;

    display:flex;

    align-items:center;

    gap:10px;

    z-index:30;

}

.card-badges .badge{

    position:static;

    margin:0;

}

.rank-badge{

    position:static;

    background:#F4A300;

    color:#fff;

    font-size:18px;

    font-weight:bold;

    padding:8px 16px;

    border-radius:12px;

    line-height:1;

}

/*=====================================
Gallery
=====================================*/

/*=====================================
Gallery
=====================================*/

.gallery-section{

    margin-top:40px;

    padding:40px;

}

.gallery-section h2{

    margin-bottom:25px;

    font-size:32px;

}

.gallery-list{

    display:flex;

    gap:20px;

    overflow-x:auto;

    overflow-y:hidden;

    width:100%;

}

.gallery-item{

    flex:1;

    min-width:180px;

}

.gallery-item img{

    width:100%;

    height:120px;

    object-fit:cover;

    border-radius:12px;

    display:block;

}

.search-input-wrap{

    flex:1;

    width:100%;

}

.search-input-wrap input{

    width:100%;

    display:block;

}

/* 検索ボックス修正 */
.search-keyword input{

    height:60px !important;

    min-height:60px !important;

    line-height:60px !important;

    padding:0 20px !important;

    font-size:16px !important;

    box-sizing:border-box !important;

}

/* ==========================
おすすめ店舗一覧 スマホ修正
========================== */

@media (max-width:767px){

.archive-inner{
    width:100%;
    max-width:100%;
    padding:0;
}

.archive-search{
    width:100%;
    max-width:100%;
    padding:20px;
    box-sizing:border-box;
}

.archive-search form{
    width:100%;
}

.search-keyword,
.search-select{
    width:100%;
}

.search-keyword input,
.search-keyword button,
.search-select select,
.clear-button{
    width:100%;
    max-width:100%;
    box-sizing:border-box;
}

}

/* ===== おすすめ店舗一覧 スマホ幅修正 ===== */
@media (max-width:767px){

    .search-keyword{
        display:flex;
        flex-direction:column;
    }

    .search-keyword > *{
        width:100%;
        min-width:0;
    }

    .search-keyword input{
        flex:none;
        width:100%;
    }

    .search-keyword button{
        flex:none;
        width:100%;
    }

}

/* ===== キーワード入力欄 強制修正 ===== */
@media (max-width:767px){

.archive-search input[type="text"]{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    min-width:100% !important;

    margin:0 !important;

    padding:0 20px !important;

    height:60px !important;

    box-sizing:border-box !important;
}

}

.card-image{
    position:relative;
}

/*=====================================
お気に入りボタン（背景なし）
=====================================*/

.favorite-btn{

    position:absolute !important;

    top:15px !important;

    right:15px !important;

    padding:0 !important;

    margin:0 !important;

    width:auto !important;

    height:auto !important;

    min-width:0 !important;

    min-height:0 !important;

    border:none !important;

    outline:none !important;

    background:transparent !important;

    border-radius:0 !important;

    box-shadow:none !important;

    appearance:none !important;

    -webkit-appearance:none !important;

    display:block !important;

    cursor:pointer !important;

    z-index:999 !important;

    font-size:42px !important;

    line-height:1 !important;

    color:#ffffff !important;

    text-shadow:0 2px 8px rgba(0,0,0,.7);

    transition:.25s;

}

.favorite-btn:hover{

    transform:scale(1.15);

}

.favorite-btn.active{

    background:transparent !important;

    color:#ff3b5c !important;

}


/* =====================================================
   Favorite Page CSS (Part 1)
   完成版 前半
===================================================== */

/* ---------- ページ全体 ---------- */
.favorite-page{

    background:#f5f7fb;

    padding:0 0 70px;

}

.favorite-container{

    max-width:1600px;

    width:95%;

    margin:auto;

}

/* ---------- ヘッダー ---------- */
.favorite-header{

    position:relative;

    overflow:hidden;

    min-height:420px;

    padding:90px 70px 120px;

    display:flex;

   flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    border-radius:0;

    background-image:
        linear-gradient(
            rgba(0,0,0,.35) 0%,
            rgba(0,0,0,.20) 35%,
            rgba(255,255,255,.75) 75%,
            #f8f8f8 100%
        ),
        url("https://cambodiaportal.imfworks.com/wp-content/uploads/2026/07/ChatGPT-Image-2026年7月21日-18_46_15.jpg");

    background-size:cover;

    background-position:center top;

    background-repeat:no-repeat;

    box-shadow:0 18px 45px rgba(0,0,0,.12);

    margin-bottom:40px;

    width:100%;

    max-width:none;

}

.favorite-header::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,
        rgba(0,0,0,.30),
        rgba(0,0,0,.08),
        rgba(255,255,255,0));
}

.favorite-header>*{
    position:relative;
    z-index:2;
}

.favorite-subtitle{
    display:inline-block;
    margin-bottom:18px;
    font-size:17px;
    letter-spacing:6px;
    color:#E6C35C;
    font-weight:800;
    text-transform:uppercase;
    text-shadow:0 2px 8px rgba(0,0,0,.5);
}

.favorite-header h1{
    margin:0 0 18px;
    font-size:58px;
    font-weight:800;
    color:#fff;
    text-shadow:0 4px 15px rgba(0,0,0,.45);
}

.favorite-header p{
    max-width:760px;
    font-size:22px;
    line-height:1.9;
    color:#fff;
    text-shadow:0 2px 10px rgba(0,0,0,.45);
}

/* ---------- 情報エリア ---------- */
.favorite-info{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    background:#fff;
    border-radius:22px;
    padding:28px 35px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    margin-bottom:35px;
}

.favorite-count{
    font-size:24px;
    font-weight:700;
    color:#1f2937;
}

#favorite-total{
    margin-left:10px;
    color:#15803D;
}

#favorite-clear{
    border:none;
    background:#dc2626;
    color:#fff;
    padding:14px 26px;
    border-radius:14px;
    font-size:16px;
    font-weight:700;
    cursor:pointer;
    transition:.25s;
}

#favorite-clear:hover{
    background:#b91c1c;
    transform:translateY(-2px);
}

/* ---------- グリッド ---------- */
.favorite-grid{

    display:grid;

    grid-template-columns:repeat(4,minmax(0,1fr));

    gap:28px;

    margin-bottom:40px;

}

@media (max-width:992px){
    .favorite-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media (max-width:768px){

    .favorite-page{
        padding:30px 15px;
    }

    .favorite-header{
        min-height:300px;
        padding:45px 25px 60px;
    }

    .favorite-header h1{
        font-size:38px;
    }

    .favorite-header p{
        font-size:17px;
    }

    .favorite-info{
        flex-direction:column;
        align-items:flex-start;
    }

    #favorite-clear{
        width:100%;
    }

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

/* =====================================================
   Favorite Page CSS (Part 2)
   完成版 後半
===================================================== */

/* ---------- カード ---------- */
.favorite-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 12px 28px rgba(0,0,0,.08);
    transition:.3s;

    display:flex;
    flex-direction:column;
}

.favorite-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.16);
}

.favorite-image{
    position:relative;
    overflow:hidden;
}

.favorite-image img{
    width:100%;
    height:240px;
    object-fit:cover;
    display:block;
    transition:transform .5s;
}

.favorite-card:hover .favorite-image img{
    transform:scale(1.08);
}

.favorite-remove{
    position:absolute;
    top:16px;
    right:16px;
    width:46px;
    height:46px;
    border-radius:50%;
    background:rgba(255,255,255,.95);
    color:#e11d48;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    cursor:pointer;
    box-shadow:0 8px 18px rgba(0,0,0,.18);
    transition:.25s;
    z-index:20;
}

.favorite-remove:hover{
    transform:scale(1.12);
}

.favorite-content{

    display:flex;

    flex-direction:column;

    flex:1;

    padding:26px;
}

.favorite-features{

    display:flex;

    flex-wrap:wrap;

    gap:10px;

    margin:20px 0;

    min-height:120px;

    align-content:flex-start;

}

.favorite-feature{
    display:inline-block;
    padding:7px 14px;
    margin:0 8px 10px 0;
    border-radius:30px;
    background:#eef6ff;
    color:#2563eb;
    font-size:13px;
    font-weight:700;
}

.favorite-content h3{

    margin:12px 0;

    font-size:28px;

    font-weight:700;

    line-height:1.4;

    min-height:82px;

    display:flex;

    align-items:flex-start;

}

.favorite-content h3 a{

    color:#1f2937;

    text-decoration:none;

    display:block;

    width:100%;

    word-break:break-word;

}

.favorite-content h3 a:hover{
    color:#15803D;
}

.favorite-area{
    color:#6b7280;
    margin-bottom:22px;
}

.favorite-link{

    display:inline-block;

    background:#15803D;

    color:#fff;

    padding:13px 22px;

    border-radius:12px;

    text-decoration:none;

    font-weight:700;

    transition:.25s;

    margin-top:auto;

    text-align:center;

}

.favorite-link:hover{
    background:#166534;
    color:#fff;
}

/* ---------- Empty ---------- */
.favorite-empty,
.favorite-loading{
    grid-column:1/-1;
    text-align:center;
    padding:80px 30px;
    border-radius:22px;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    font-size:22px;
    color:#4b5563;
}

/* ---------- ご案内 ---------- */
.favorite-note{
    background:#fff;
    border-left:6px solid #15803D;
    border-radius:18px;
    padding:30px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    margin-top:20px;
}

.favorite-note strong{
    display:block;
    font-size:24px;
    margin-bottom:15px;
    color:#15803D;
}

.favorite-note p{
    margin:0;
    line-height:2;
    color:#4b5563;
}

/* ---------- モバイル ---------- */
@media (max-width:768px){

    .favorite-image img{
        height:220px;
    }

    .favorite-content{
        padding:20px;
    }

    .favorite-content h3{
        font-size:21px;
    }

    .favorite-remove{
        width:42px;
        height:42px;
        font-size:24px;
    }

    .favorite-note{
        padding:22px;
    }

    .favorite-note strong{
        font-size:20px;
    }
}

/*==================================================
お気に入りページ ページネーション
==================================================*/

.favorite-pagination{

    width:100%;

    display:flex;

    justify-content:center;

    align-items:center;

    gap:14px;

    margin:50px auto 0;

}

.favorite-pagination .page-btn{

    width:58px;

    height:58px;

    border:none;

    border-radius:18px;

    background:#F4B400;

    color:#1f2937;

    font-size:28px;

    font-weight:700;

    cursor:pointer;

    transition:.25s;

    display:flex;

    justify-content:center;

    align-items:center;

}

.favorite-pagination .page-btn:hover{

    background:#E5A400;

    transform:translateY(-2px);

}

.favorite-pagination .page-btn.active{

    background:#15803D;

    color:#fff;

}

.favorite-header h1{

    max-width:900px;

    margin:20px auto;

}

.favorite-header p{

    max-width:800px;

    margin:20px auto 0;

}

.favorite-subtitle{

    display:block;

    margin-bottom:20px;

}

.favorite-header h1{

    margin:20px 0;

    font-size:clamp(42px,6vw,72px);

    text-align:center;

}

.favorite-header p{

    margin-top:20px;

    max-width:700px;

    text-align:center;

    line-height:1.8;

    font-size:26px;

}

.favorite-subtitle{

    display:block;

    margin-bottom:25px;

    letter-spacing:8px;

    text-transform:uppercase;

    text-align:center;

}

/*====================================
ライトボックス
====================================*/

.lightbox-overlay{

    position:fixed;

    top:0;

    left:0;

    width:100%;

    height:100%;

    background:rgba(0,0,0,.92);

    display:none;

    justify-content:center;

    align-items:center;

    z-index:99999;

}

.lightbox-overlay.active{

    display:flex;

}

.lightbox-overlay img{

    max-width:90%;

    max-height:90vh;

    border-radius:15px;

    box-shadow:0 20px 60px rgba(0,0,0,.5);

}

.lightbox-close{

    position:absolute;

    top:25px;

    right:35px;

    color:#fff;

    font-size:50px;

    cursor:pointer;

    font-weight:bold;

}

/*==============================
クーポン画像
==============================*/

.coupon-image{

    max-width:900px;

    margin:30px auto;

    text-align:center;

}

.coupon-image a{

    display:block;

}

.coupon-image img{

    width:100%;

    height:auto;

    border-radius:16px;

    box-shadow:0 15px 40px rgba(0,0,0,.15);

    transition:.3s;

}

.coupon-image img:hover{

    transform:scale(1.02);

}

.coupon-note{

    max-width:900px;

    margin:25px auto 0;

    padding:18px 22px;

    background:#fff8e8;

    border:1px solid #ffd56a;

    border-radius:12px;

    line-height:1.8;

    color:#555;

}

.coupon-note strong{

    display:block;

    margin-bottom:10px;

    font-size:18px;

}

/*====================================
クーポン画像
====================================*/

.coupon-image{

    max-width:900px;

    margin:35px auto;

    text-align:center;

}

.coupon-image a{

    display:block;

}

.coupon-image img{

    width:100%;

    height:auto;

    display:block;

    border-radius:18px;

    box-shadow:0 15px 40px rgba(0,0,0,.15);

    transition:.3s;

}

.coupon-image img:hover{

    transform:scale(1.02);

}

.coupon-note{

    max-width:900px;

    margin:25px auto 0;

    padding:20px 24px;

    background:#FFF8E8;

    border:2px solid #FFD56A;

    border-radius:14px;

    line-height:1.8;

    color:#555;

}

.coupon-note strong{

    display:block;

    margin-bottom:10px;

    font-size:18px;

}

/* ==========================
紹介・店舗情報 横並び用（土台）
========================== */

.about-info-wrapper{
    width:100%;
}

.about-info-layout{
    display:flex;
    gap:30px;
    align-items:flex-start;
}

.about-column{
    flex:2;
}

.info-column{
    flex:1;
}

@media(max-width:768px){

.about-info-layout{
    display:block;
}

.about-column,
.info-column{
    width:100%;
}

}

/* =====================================
GoogleMap埋め込み
===================================== */

.map-embed{

    width:100%;

    overflow:hidden;

    border-radius:18px;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.map-embed iframe{

    width:100%;

    height:450px;

    border:0;

    display:block;

}

.map-button-wrap{

    margin-top:25px;

    text-align:center;

}

@media(max-width:768px){

.map-embed iframe{

    height:300px;

}

}

/*====================================
電話番号リンク
====================================*/

.phone-link{

    display:inline-block;

    margin-top:8px;

    color:#15803D;

    font-weight:700;

    text-decoration:none;

    transition:.3s;

}

.phone-link:hover{

    color:#0f6b31;

    text-decoration:underline;

}

/*====================================
店舗詳細 お気に入り
====================================*/

.hero-right{

    position:relative;

}

.hero-right .favorite-btn{

    top:20px;

    right:20px;

}

/*====================================
ルート案内ボタン
====================================*/

.map-button-wrap{

    display:flex;

    justify-content:center;

    gap:15px;

    flex-wrap:wrap;

    margin-top:25px;

}

.route-button{

    display:inline-block;

    background:#16A34A;

    color:#fff;

    padding:15px 28px;

    border-radius:10px;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.route-button:hover{

    background:#15803D;

    color:#fff;

}

@media(max-width:768px){

.map-button,
.route-button{

    width:100%;

    text-align:center;

}

}

/*====================================
公式ホームページ
====================================*/

.website-box{

    margin-top:10px;

}

.website-title{

    font-weight:700;

    margin-bottom:12px;

    color:#333;

}

.website-link{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:15px;

    width:100%;

    padding:16px 22px;

    border-radius:14px;

    background:linear-gradient(135deg,#15803D,#16A34A);

    color:#fff;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

    box-shadow:0 10px 25px rgba(21,128,61,.25);

}

.website-link span{

    white-space:nowrap;

}

.website-link:hover{

    transform:translateY(-3px);

    box-shadow:0 18px 35px rgba(21,128,61,.35);

    color:#fff;

}

@media(max-width:768px){

.website-link{

    flex-direction:column;

    text-align:center;

}

}

/*====================================
Googleレビュー
====================================*/

.review-section{

    margin:60px 0;

}

.review-card{

    background:#fff;

    border-radius:18px;

    padding:35px;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    text-align:center;

}

.review-icon{

    font-size:32px;

    margin-bottom:15px;

}

.review-text{

    color:#666;

    margin-bottom:25px;

    line-height:1.8;

}

.review-button{

    display:inline-block;

    background:#4285F4;

    color:#fff;

    padding:16px 32px;

    border-radius:10px;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.review-button:hover{

    background:#3367D6;

    color:#fff;

}

@media(max-width:768px){

.review-card{

    padding:25px;

}

.review-button{

    width:100%;

    text-align:center;

}

}

.google-logo{

    width:260px;
    max-width:90%;
    height:auto;
    display:block;
    margin:0 auto 35px;

}

.review-title{

    font-size:28px;
    font-weight:700;
    color:#202124;
    margin-bottom:20px;

}

/*==================================
パンフレット
==================================*/

.pamphlet-section{

    margin:60px 0;

}

.pamphlet-card{

    display:flex;

    justify-content:space-between;

    align-items:center;

    min-height:170px;

    gap:40px;

    background:#fff;

    border-radius:20px;

    padding:35px;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

}

.pamphlet-image-area{

    flex:0 0 90px;

}

.pamphlet-image-area img{

    width:80px;

    height:120px;

    object-fit:cover;

    border-radius:8px;

}

    object-fit:cover;

    border-radius:10px;

    display:block;

}

.pamphlet-content{

    flex:1;

    padding:0 35px;

}

.pamphlet-content h3{

    font-size:22px;

    margin-bottom:10px;

}

.pamphlet-content p{

    font-size:18px;
    color:#555;
    line-height:1.8;

}

.pamphlet-button{

    flex:0 0 220px;

    display:flex;

    justify-content:center;

    align-items:center;

}

.pamphlet-button a{

    display:block;

    text-align:center;

    background:#ffffff;

    border:2px solid #f5b400;

    color:#222;

    padding:18px;

    border-radius:12px;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.pamphlet-button a:hover{

    background:#f5b400;

    color:#fff;

}

@media(max-width:768px){

.pamphlet-card{

    flex-direction:column;

}

.pamphlet-image-area{

    width:100%;
    max-width:350px;

}

.pamphlet-button{

    width:100%;

}

}

.pamphlet-button a{

    width:100%;

    max-width:240px;

}

/*==================================
クーポン
==================================*/

.coupon-section{

    margin:60px 0;

}

.coupon-card{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:40px;

    background:#fff;

    border-radius:20px;

    padding:35px;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    min-height:170px;

}

.coupon-image-area{

    flex:0 0 90px;

}

.coupon-image-area img{

    width:80px;

    height:120px;

    object-fit:cover;

    border-radius:8px;

    display:block;

}

.coupon-content{

    flex:1;

    padding:0 35px;

}

.coupon-content h3{

    font-size:22px;

    margin-bottom:10px;

    color:#1f2937;

}

.coupon-content p{

    font-size:17px;

    color:#555;

    line-height:1.8;

    margin-bottom:10px;

}

.coupon-note{

    margin-top:15px;

    padding:12px 16px;

    background:#fff8e8;

    border-left:4px solid #f5b400;

    border-radius:8px;

    font-size:15px;

}

.coupon-button{

    flex:0 0 220px;

    display:flex;

    justify-content:center;

    align-items:center;

}

.coupon-button a{

    display:block;

    width:100%;

    max-width:220px;

    text-align:center;

    background:#ffffff;

    border:2px solid #f5b400;

    color:#222;

    padding:18px;

    border-radius:12px;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.coupon-button a:hover{

    background:#f5b400;

    color:#fff;

}

@media(max-width:768px){

    .coupon-card{

        flex-direction:column;

        text-align:center;

    }

    .coupon-content{

        padding:20px 0;

    }

    .coupon-button{

        width:100%;

    }

}

/*====================================
人気ランキング
====================================*/

.favorite-ranking{

    max-width:1400px;

    margin:80px auto;

    padding:0 20px;

}

.favorite-ranking .recommended-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:25px;

}

.favorite-ranking .recommended-card{

    height:320px;

}

/* =========================================
スポンサー店舗 No.1画像 修正
========================================= */

.rank-1 .recommended-image{

    height:100%;

}

.rank-1 .recommended-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    object-position:center center;

    display:block;

}

/* No.2～No.5の画像を枠いっぱいに表示 */

.recommended-card .recommended-image{
    width:100%;
    height:100%;
    overflow:hidden;
}

.recommended-card .recommended-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/*=========================
お店紹介 パンフレット
=========================*/

.about-pamphlet{

    margin-bottom:30px;

}

.about-pamphlet img{

    width:100%;

    height:auto;

    display:block;

    border-radius:18px;

    box-shadow:0 10px 30px rgba(0,0,0,.12);

}

/*==========================================
Area Hero
==========================================*/

.area-hero{

position:relative;

width:100vw;

height:620px;

margin-left:calc(50% - 50vw);

overflow:hidden;

}

.area-hero img{

width:100%;

height:100%;

object-fit:cover;

display:block;

}

.hero-overlay{

position:absolute;

left:0;

top:0;

width:100%;

height:100%;

background:rgba(0,0,0,.45);

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

color:#fff;

text-align:center;

}

.hero-overlay h1{

font-size:64px;

font-weight:700;

margin-bottom:15px;

color:#fff;

}

.hero-overlay p{

font-size:24px;

margin-bottom:20px;

color:#fff;

}

.area-count{

display:inline-block;

background:#1b7d3a;

padding:12px 26px;

border-radius:40px;

font-size:18px;

font-weight:700;

color:#fff;

margin-top:20px;

}

/* ==========================================
Area Page
========================================== */

.area-page{

width:100%;

margin:0;

padding:0;

}

.area-page img{

max-width:100%;

height:auto;

display:block;

}

/*=========================
エリアカテゴリーボタン
=========================*/

.area-category-menu{

display:flex;

flex-wrap:wrap;

gap:15px;

justify-content:center;

margin:40px 0;

}

.area-category-menu a{

padding:12px 28px;

background:#ffffff;

border-radius:50px;

text-decoration:none;

color:#333;

font-weight:bold;

box-shadow:0 5px 15px rgba(0,0,0,.08);

transition:.3s;

}

.area-category-menu a:hover{

background:#198754;

color:#fff;

}

.area-category-menu .active{

background:#198754;

color:#fff;

}

/*====================================
Area Card
====================================*/

.area-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin:40px auto;

max-width:1400px;

padding:0 20px;

}

.area-card{

background:#fff;

border-radius:18px;

overflow:hidden;

box-shadow:0 10px 25px rgba(0,0,0,.08);

transition:.3s;

}

.area-card:hover{

transform:translateY(-5px);

box-shadow:0 20px 35px rgba(0,0,0,.15);

}

.area-card a{

display:block;

color:#222;

text-decoration:none;

}

.area-card-image{

position:relative;

}

.area-card-image img{

width:100%;

height:230px;

object-fit:cover;

display:block;

}

.card-rank{

position:absolute;

top:15px;

left:15px;

background:#F5A300;

color:#fff;

padding:6px 12px;

border-radius:8px;

font-weight:bold;

font-size:14px;

}

.card-open{

position:absolute;

top:15px;

left:90px;

background:#198754;

color:#fff;

padding:6px 12px;

border-radius:30px;

font-size:13px;

}

.favorite-icon{

position:absolute;

top:15px;

right:15px;

font-size:30px;

color:#fff;

text-shadow:0 3px 8px rgba(0,0,0,.5);

}

.area-card-body{

padding:20px;

}

.card-feature{

display:inline-block;

padding:6px 12px;

background:#EAF4FF;

color:#2563EB;

border-radius:30px;

font-size:13px;

margin-bottom:12px;

}

.area-card-body h3{

font-size:24px;

margin:10px 0;

}

.area-card-body p{

margin:0;

color:#666;

}

@media(max-width:992px){

.area-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.area-grid{

grid-template-columns:1fr;

}

}

/* ==========================
   ポップアップ
========================== */

.place-popup{

display:none;

position:fixed;

left:0;

top:0;

width:100%;

height:100%;

background:rgba(0,0,0,.6);

z-index:99999;

justify-content:center;

align-items:center;

}

.place-popup.active{

display:flex;

}

.popup-box{

width:700px;

max-width:95%;

background:#fff;

border-radius:18px;

overflow:hidden;

position:relative;

box-shadow:0 20px 60px rgba(0,0,0,.3);

animation:popup .25s;

}

.popup-close{

position:absolute;

right:15px;

top:10px;

font-size:35px;

cursor:pointer;

font-weight:bold;

z-index:100;

}

.popup-image img{

width:100%;

display:block;

}

.popup-body{

padding:25px;

}

.popup-map iframe{

width:100%;

height:350px;

border:0;

}

@keyframes popup{

from{

transform:scale(.8);

opacity:0;

}

to{

transform:scale(1);

opacity:1;

}

}

/* ===========================
   ポップアップ
=========================== */

.place-popup{

    position:fixed;
    inset:0;
    background:rgba(0,0,0,.7);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:99999;

}

.place-popup.active{

    display:flex;

}

.popup-box{

    background:#fff;
    width:90%;
    max-width:900px;

    max-height:85vh;

    overflow-y:auto;

    border-radius:20px;

    position:relative;

    padding:25px;

    box-shadow:0 15px 40px rgba(0,0,0,.25);

}

.popup-close{

    position:sticky;

    top:0;

    float:right;

    font-size:34px;

    cursor:pointer;

    background:#fff;

    z-index:10;

}

.popup-image img{

    width:100%;

    border-radius:12px;

}

.popup-body{

    margin-top:20px;

}

.popup-map{

    margin-top:20px;

}

.popup-map iframe{

    width:100%;

    height:420px;

    border:0;

    border-radius:12px;

}

/* エリアヘッダーを画面いっぱい表示 */
.area-page{
    width:100%;
}

.area-hero{
    width:100vw;
    margin-left:calc(50% - 50vw);
    position:relative;
    overflow:hidden;
}

.area-hero img{
    width:100%;
    height:550px;
    object-fit:cover;
    display:block;
}

.hero-overlay{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    background:rgba(0,0,0,.35);
}

/* ======================================
Area Responsive（タブレット）
====================================== */

@media (min-width:768px) and (max-width:1024px){

.area-hero{

    width:100vw;
    height:420px;
    margin-left:calc(50% - 50vw);

}

.area-hero img{

    width:100%;
    height:100%;
    object-fit:cover;

}

.hero-overlay{

    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    text-align:center;

}

.hero-overlay h1{

    font-size:48px;
    line-height:1.2;

}

.hero-overlay p{

    font-size:20px;

}

.area-count{

    font-size:18px;
    padding:12px 28px;

}

.area-category-menu{

    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px;
    padding:30px 20px;

}

.area-category-menu a{

    padding:12px 22px;
    font-size:15px;

}

.area-grid{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
    padding:0 20px;

}

.area-card{

    width:100%;

}

.area-card-image img{

    width:100%;
    height:180px;
    object-fit:cover;
    object-position:center;

}

.area-card-body{

    padding:20px;

}

.area-card-body h3{

    font-size:24px;

}

.area-card-body p{

    font-size:15px;

}

.popup-box{

    width:90%;
    max-width:850px;

}

}

@media (max-width:767px){

    /* ヒーロー画像 */
    .area-hero{

    height:280px;
    width:100vw;
    margin-left:calc(50% - 50vw);
    border-radius:0;
    overflow:hidden;

}

    .area-hero img{

        width:100%;
        height:100%;
        object-fit:cover;

    }

    /* タイトル */
    .hero-overlay h1{

        font-size:34px;
        line-height:1.2;
        text-align:center;

    }

    /* サブタイトル */
    .hero-overlay p{

        font-size:16px;
        margin-top:10px;
        text-align:center;

    }

    /* 店舗数 */
    .area-count{

        margin-top:20px;
        padding:10px 22px;
        font-size:15px;

    }

    /* カテゴリーボタン */
    .area-category-menu{

        display:flex;
        flex-wrap:wrap;
        justify-content:center;
        gap:10px;
        padding:20px 15px;

    }

    .area-category-menu a{

        padding:10px 18px;
        font-size:14px;
        border-radius:30px;

    }

    /* 店舗一覧 */
    .area-grid{

        grid-template-columns:1fr;
        gap:20px;
        padding:0 15px;
        margin:30px auto;

    }

    /* カード画像 */
    .area-card-image img{

    width:100%;
    height:180px;
    object-fit:cover;
    object-position:center;
    display:block;

}

    /* カードタイトル */
    .area-card-body h3{

        font-size:28px;

    }

    /* エリア名 */
    .area-card-body p{

        font-size:16px;

    }

    /* ポップアップ */
    .popup-box{

        width:95%;
        max-width:95%;
        max-height:85vh;
        overflow-y:auto;
        border-radius:20px;

    }

    .popup-image img{

        width:100%;
        height:auto;

    }

    .popup-body{

        padding:20px;

    }

    .popup-body h2{

        font-size:28px;

    }

}