@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
.new_mark {
    background: #00cccc;
    padding: 3px;
    border-radius: 6px;
    color: #fff;
    display: inline;
    font-size: 10pt;
    position: relative;
    top: -2px;
}

a .bukken_shozaichi, a .top_comment{
    color:#000;
}
        /* CSS Variables（ガイアライフクリエイト配色） */
        :root {
            --main-color: #1560ac;   /* ガイアのコーポレートブルー */
            --main-dark: #0f4a86;    /* 濃いブルー（グラデ用） */
            --accent-color: #e60012; /* 赤アクセント（中古マンション専門など） */
            --text-color: #333;
            --bg-gray: #f7f7f7;
            --border-color: #e0e0e0;
        }
        /* ヒーローの赤アクセント */
        .hero-accent { color: var(--accent-color); }
        .hero-lead { margin-top: 16px; font-size: clamp(14px,1.8vw,17px); font-weight: bold; color: var(--text-color); line-height: 1.7; text-shadow: 0 0 12px rgba(255,255,255,0.95), 0 0 4px rgba(255,255,255,1); }
        /* 代表挨拶 署名 */
        .corp-ceo { margin-top: 16px; font-weight: bold; text-align: right; color: var(--main-color); }
        /* スタッフ集合写真ブロック */
        .staff-group-wrapper { display: flex; flex-wrap: wrap; gap: 30px; align-items: center; justify-content: center; max-width: 1000px; margin: 0 auto; }
        .staff-group-photo { flex: 1 1 380px; max-width: 560px; }
        .staff-group-photo img { width: 100%; border-radius: 12px; box-shadow: 0 10px 25px rgba(0,0,0,0.12); }
        .staff-group-text { flex: 1 1 320px; }
        .staff-group-text .staff-lead { font-size: 17px; font-weight: bold; line-height: 1.8; margin-bottom: 16px; }
        .staff-group-text .staff-prep { color: #666; line-height: 1.7; }
/* トップページのみSWELLの幅制限と余白を無効化して全幅にする */
.home #content,
.home .l-container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* 下層ページの本文をワイド表示（既定900px→コンテナ幅いっぱいへ）。
   ※読みやすさ維持のため、ブログ記事(single-post)は対象外 */
#body_wrap.page .l-mainContent,
#body_wrap.archive .l-mainContent,
#body_wrap.search .l-mainContent,
#body_wrap.single-fudo .l-mainContent {
    max-width: 100% !important;
}

/* =========================================================
   会員登録ページ（page-register.php）
   ========================================================= */
.page_register { max-width: 680px; margin: 0 auto; }
.page_register #registerform {
    background: #fff; border: 1px solid #e3ecf5; border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0,0,0,.06); padding: 28px 24px 30px;
}
.page_register .register_top { text-align: center; }
.page_register .register_top h4 {
    font-size: clamp(20px,4.4vw,28px); font-weight: 900; line-height: 1.45;
    color: #222; margin: 0 0 12px;
}
.page_register .register_top h4 .kantan-badge {
    display: inline-block; background: #ffe14d; color: #6b5500; font-weight: 900;
    font-size: 14px; border-radius: 50%; width: 44px; height: 44px; line-height: 44px;
    vertical-align: middle; margin-right: 8px; box-shadow: 0 2px 4px rgba(0,0,0,.12);
}
.page_register .register_top .donotregi {
    display: block; background: #fff7d6; color: #8a6d00; font-size: 13px; font-weight: bold;
    padding: 9px 12px; border-radius: 6px; margin: 0 auto 18px;
}
/* STEP表示 */
.page_register .reg-steps { display: flex; gap: 6px; margin: 0 0 22px; }
.page_register .reg-step {
    flex: 1; position: relative; text-align: center; font-weight: bold; font-size: 14px;
    padding: 11px 6px; color: #fff; border-radius: 6px;
}
.page_register .reg-step .num { font-weight: 900; margin-right: 5px; }
.page_register .reg-step.is-current { background: var(--main-color, #1560ac); }
.page_register .reg-step.is-next { background: #c9d4df; }
.page_register .reg-step.is-current::after {
    content: ""; position: absolute; top: 50%; right: -9px; transform: translateY(-50%);
    border: solid transparent; border-width: 8px 0 8px 9px; border-left-color: var(--main-color, #1560ac); z-index: 2;
}
/* フォーム */
.page_register .form_register { margin: 0; }
.page_register .form_register dt { font-weight: bold; font-size: 15px; margin: 16px 0 6px; color: #333; }
.page_register .form_register dd { margin: 0; }
.page_register .form_register input[type="text"] {
    width: 100%; box-sizing: border-box; padding: 13px 14px; border: 1px solid #ccd5df;
    border-radius: 8px; font-size: 16px; background: #fff;
}
.page_register .form_register input[type="text"]:focus {
    border-color: var(--main-color, #1560ac); outline: none; box-shadow: 0 0 0 3px rgba(21,96,172,.12);
}
.page_register .hissu {
    display: inline-block; background: #e60012; color: #fff; font-size: 11px; font-weight: bold;
    padding: 2px 9px; border-radius: 4px; margin-left: 5px; vertical-align: 2px;
}
.page_register .ninni {
    display: inline-block; background: var(--main-color, #1560ac); color: #fff; font-size: 11px; font-weight: bold;
    padding: 2px 9px; border-radius: 4px; margin-left: 5px; vertical-align: 2px;
}
.page_register .form_user_register { width: 100%; border-collapse: collapse; margin-top: 8px; }
.page_register .form_user_register th,
.page_register .form_user_register td { text-align: left; padding: 8px 6px; vertical-align: top; font-size: 14px; border-bottom: 1px dashed #e0e0e0; }
.page_register .form_user_register th { white-space: nowrap; color: #333; font-weight: bold; width: 30%; }
/* 送信ボタン */
.page_register .submit { margin: 26px 0 0; text-align: center; }
.page_register .reg-submit {
    display: block; width: 100%; border: none; border-radius: 10px; background: #e60012; color: #fff;
    font-size: clamp(16px,2.6vw,19px); font-weight: 900; padding: 17px 16px; cursor: pointer;
    box-shadow: 0 5px 0 #b3000e; transition: transform .12s, box-shadow .12s;
}
.page_register .reg-submit:hover { transform: translateY(-2px); box-shadow: 0 7px 0 #b3000e; }
.page_register .reg-privacy { text-align: center; font-size: 12px; color: #888; line-height: 1.7; margin: 14px 0 0; }
/* マイページ（ログイン時） */
.page_register .c-pageTitle { text-align: center; }

/* =========================================================
   会員登録サンクスページ（thanksregist）
   ワイド化した本文内で画像が左寄せ・余白過多にならないよう中央寄せ
   ========================================================= */
.page-thanksregist .post_content { max-width: 820px; margin-left: auto; margin-right: auto; }
.page-thanksregist .post_content .wp-block-image { width: auto !important; text-align: center; margin: 16px auto; }
.page-thanksregist .post_content .wp-block-image img { width: 100% !important; max-width: 760px !important; height: auto !important; }
.page-thanksregist .post_content > p { text-align: center; }
.page-thanksregist .post_content .wp-block-buttons { justify-content: center; }
.page-thanksregist .post_content .wp-block-list { display: inline-block; text-align: left; }
        
        /* Reset & BaseStyles */
        * { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif; color: var(--text-color); line-height: 1.6; letter-spacing: 0.05em; }
        a { text-decoration: none; color: inherit; transition: 0.3s; }
        ul { list-style: none; }
        img { max-width: 100%; height: auto; display: block; }
        .container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
        .spbr {display:none;}
        
        /* Typography */
        .section-title { text-align: center; font-size: 28px; font-weight: bold; margin-bottom: 40px; position: relative; }
        .section-subtitle { display: block; font-size: 14px; color: var(--main-color); margin-top: 5px; font-weight: normal; }

        /* Buttons */
        .btn { display: inline-block; padding: 12px 30px; border-radius: 4px; font-weight: bold; text-align: center; cursor: pointer; transition: all 0.3s ease; }
        .btn-primary { background: var(--main-color); color: #fff; border: 2px solid var(--main-color); }
        .btn-primary:hover { background: #fff; color: var(--main-color); }
        .btn-outline { background: #fff; color: var(--main-color); border: 2px solid var(--main-color); }
        .btn-outline:hover { background: var(--main-color); color: #fff; }
        .btn-center-wrapper { text-align: center; margin-top: 30px; }

        /* Animations */
        .fade-in { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; }
        .fade-in.visible { opacity: 1; transform: translateY(0); }

        /* 1. Header */
        .site-header { background: #fff; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
        .header-top { display: flex; justify-content: space-between; align-items: stretch; padding: 0 20px; max-width: 1200px; margin: 0 auto; }
        .logo { display: flex; align-items: center; padding: 15px 0; }
        .logo img { height: 50px; }
        
        .header-action { display: flex; align-items: stretch; gap: 20px; }
        .action-btns { display: flex; align-items: stretch; } 
        .btn-action { display: inline-flex; align-items: center; justify-content: center; gap: 6px; color: #fff; padding: 10px 20px; font-size: 13px; font-weight: bold; transition: opacity 0.3s; }
        .btn-action:hover { opacity: 0.8; }
        .btn-action i { font-size: 16px; }
        .btn-assess { background-color: #f08300; }
        .btn-contact { background-color: #0386cc; }
        .btn-line { background-color: #06c755; }
        
        .header-tel { display: flex; flex-direction: column; justify-content: center; align-items: flex-end; color: #333; padding: 10px 0; }
        .tel-number { font-size: 24px; font-weight: bold; color: #008761; display: flex; align-items: center; gap: 6px; line-height: 1.1; font-family: Arial, sans-serif; }
        .tel-hours { font-size: 11px; color: #666; text-align: right; line-height: 1.3; margin-top: 4px; }

        .header-bottom { border-top: 1px solid #f0f0f0; background: #fff; }
        .global-nav ul { display: flex; justify-content: center; max-width: 1200px; margin: 0 auto; }
        .global-nav li { position: relative; flex-grow: 1; text-align: center; }
        .global-nav li:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 30%; height: 40%; width: 0; border-right: 1px dashed #ccc; }
        .global-nav a { display: block; padding: 16px 10px; font-size: 14px; font-weight: bold; color: #333; transition: color 0.3s; white-space: nowrap; }
        .global-nav a:hover { color: var(--main-color); }

        .hamburger { display: none; background: none; border: none; cursor: pointer; padding: 10px; z-index: 101; position: relative; width: 44px; height: 44px; }
        .hamburger span { display: block; width: 24px; height: 2px; background: #333; position: absolute; left: 10px; transition: 0.3s; }
        .hamburger span:nth-child(1) { top: 13px; }
        .hamburger span:nth-child(2) { top: 21px; }
        .hamburger span:nth-child(3) { top: 29px; }
        .hamburger.active span:nth-child(1) { top: 21px; transform: rotate(45deg); }
        .hamburger.active span:nth-child(2) { opacity: 0; }
        .hamburger.active span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

        .mobile-actions { display: none; }

        /* 芸能人画像（共通クラス） */
        .section-title-wrapper { display: flex; justify-content: center; align-items: flex-end; margin-bottom: 0px; position: relative; gap: 15px; }
        .celeb-img-title { height: 130px; width: auto; object-fit: contain; filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.15)); z-index: 2; margin-bottom: -10px; }

        @media (max-width: 992px) {
            .header-top { padding: 0 15px; align-items: center; min-height: 70px; }
            .logo { padding: 10px 0; }
            .header-action { display: none; } 
            .hamburger { display: block; }
            
            .header-bottom { 
                position: fixed; top: 0; right: -100%; width: 280px; height: 100vh; background: #fff; box-shadow: -2px 0 10px rgba(0,0,0,0.1); 
                transition: right 0.3s ease; display: flex; flex-direction: column; padding-top: 70px; z-index: 99; overflow-y: auto;
            }
            .header-bottom.active { right: 0; }
            
            .global-nav ul { flex-direction: column; justify-content: flex-start; }
            .global-nav li { text-align: left; flex-grow: 0; }
            .global-nav li:not(:last-child)::after { display: none; }
            .global-nav a { padding: 15px 20px; border-bottom: 1px solid #f0f0f0; }
            
            .mobile-actions { display: flex; flex-direction: column; gap: 10px; padding: 20px; background: #fafafa; border-bottom: 1px solid #eee; }
            .mobile-actions .btn-action { width: 100%; padding: 15px; font-size: 14px; border-radius: 4px;}
            .mobile-actions .header-tel { align-items: center; margin-top: 15px; padding: 0; }
            .mobile-actions .tel-number { font-size: 26px; }
            .mobile-actions .tel-hours { text-align: center; }
        }

        /* 2. Main Visual */
        .hero { position: relative; height: 75vh; min-height: 500px; background: #e6f4fa; overflow: hidden; display: flex; justify-content: center; }
        .slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 1.5s ease-in-out; background-size: cover; background-position: center; }
        .slide::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; } 
        .slide.active { opacity: 1; }
        
        .hero .container { display: flex; align-items: flex-end; justify-content: center; position: relative; z-index: 10; height: 100%; width: 100%; max-width: 1100px; }
        .hero-text { flex: 1; text-align: left; padding-left:15vh; padding-bottom: 26vh; }
        .hero-text h2 { font-size: clamp(24px, 4.5vw, 42px); line-height: 1.4; text-shadow: 0 0 15px rgba(255,255,255,0.9), 0 0 5px rgba(255,255,255,1); font-weight: bold; color: var(--text-color); margin: 0; }
        
        .celeb-img-hero { height: 70%; max-height: 700px; width: auto; object-fit: contain; object-position: bottom; filter: drop-shadow(2px 4px 15px rgba(0,0,0,0.15)); margin-right: -30px; z-index: 11; }

        /* 3. Direct Navigation */
        .direct-nav { padding: 60px 0; background: var(--bg-gray); border-bottom: 1px solid var(--border-color);}
        .nav-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; }
        .nav-item { background: #fff; border: 1px solid var(--border-color); padding: 30px 15px; text-align: center; border-radius: 8px; transition: all 0.3s; display: flex; flex-direction: column; align-items: center; justify-content: center;}
        .nav-item:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(3, 134, 204, 0.1); border-color: var(--main-color); }
        .nav-icon { font-size: 32px; color: var(--main-color); margin-bottom: 15px; }
        .nav-item h3 { font-size: 18px; margin-bottom: 5px; }
        .nav-item p { font-size: 12px; color: #666; }

        /* 3.5 Property Search */
        .property-search { padding: 80px 0; background: #fff; }
        .search-widget { display: flex; border: 2px solid var(--main-color); border-radius: 8px; overflow: hidden; background: #fff; max-width: 1000px; margin: 0 auto; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
        .search-tabs { width: 180px; display: flex; flex-direction: column; background: #f0f8fc; border-right: 1px solid var(--border-color); }
        .search-tabs input[type="radio"] { display: none; }
        .search-tabs label { padding: 20px 10px; text-align: center; cursor: pointer; border-bottom: 1px solid var(--border-color); font-size: 13px; font-weight: bold; color: #555; transition: 0.3s; }
        .search-tabs label i { font-size: 24px; margin-bottom: 8px; color: #999; transition: 0.3s; }
        .search-tabs input[type="radio"]:checked + label { background: var(--main-color); color: #fff; border-bottom-color: var(--main-color); }
        .search-tabs input[type="radio"]:checked + label i { color: #fff; }
        .search-map-area { flex: 1; display: flex; flex-direction: column; position: relative; }
        .map-container { flex: 1; position: relative; min-height: 450px; background-size: cover; background-position: center; background-color: #e6e6e6; }
        .map-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(240, 248, 252, 0.85); }
        .map-checkbox { position: absolute; cursor: pointer; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; z-index: 10;}
        .map-checkbox input[type="checkbox"] { display: none; }
        .map-label-name { background: #fff; border: 2px solid #ccc; padding: 5px 12px; border-radius: 6px; font-size: 14px; font-weight: bold; text-align: center; color: #333; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: all 0.2s; white-space: nowrap; line-height: 1.2; }
        .map-label-name small { font-size: 11px; font-weight: normal; color: #666; }
        .map-checkbox:hover .map-label-name { border-color: var(--main-color); transform: translateY(-2px); }
        .map-checkbox input[type="checkbox"]:checked + .map-label-name { background: var(--main-color); color: #fff; border-color: var(--main-color); }
        .map-checkbox input[type="checkbox"]:checked + .map-label-name small { color: rgba(255,255,255,0.9); }
        .search-bottom-bar { background: var(--main-color); padding: 15px 30px; display: flex; justify-content: space-between; align-items: center; color: #fff; }
        .search-count-display { font-size: 18px; font-weight: bold; }
        .search-count-display span { font-size: 32px; color: #ffd700; margin-right: 5px; }
        .search-bottom-bar .btn-primary { background: #fff; color: var(--main-color); border: none; padding: 10px 40px; border-radius: 30px; font-size: 16px; box-shadow: 0 4px 10px rgba(0,0,0,0.2); cursor: pointer;}
        .search-bottom-bar .btn-primary:hover { background: #f0f0f0; transform: translateY(-2px); }
        .other-search-links { display: flex; gap: 20px; max-width: 1000px; margin: 20px auto 0; align-items: stretch; }
        .keyword-search { flex: 2; border: 1px solid var(--border-color); padding: 15px 20px; border-radius: 8px; display: flex; align-items: center; justify-content: space-between; background: var(--bg-gray); }
        .keyword-form { display: flex; gap: 10px; flex: 1; margin-left: 20px; }
        .keyword-form input { flex: 1; padding: 10px 15px; border: 1px solid #ccc; border-radius: 4px; outline: none; }
        .keyword-form input:focus { border-color: var(--main-color); }
        .keyword-form .btn-primary { padding: 10px 20px; cursor: pointer; border: none; border-radius: 4px;}
        .other-link-box { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--border-color); border-radius: 8px; background: #fff; color: var(--main-color); font-weight: bold; transition: 0.3s; padding: 15px; }
        .other-link-box i { font-size: 24px; margin-bottom: 5px; }
        .other-link-box:hover { background: var(--main-color); color: #fff; }

        /* 4. News */
        .news { padding: 80px 0; }
        .news-list { max-width: 800px; margin: 0 auto; border-top: 1px solid var(--border-color); }
        .news-item { display: flex; border-bottom: 1px solid var(--border-color); padding: 20px 0; align-items: center; }
        .news-date { width: 120px; font-weight: bold; color: #555; }
        .news-tag { background: var(--bg-gray); border: 1px solid var(--border-color); padding: 4px 10px; font-size: 12px; margin-right: 20px; border-radius: 4px; color: var(--main-color); font-weight: bold; }
        .news-title { flex: 1; }
        .news-title a:hover { color: var(--main-color); text-decoration: underline; }

        /* 会員登録バナー */
        .member-banner-section { padding: 0 0 80px; }
        .member-banner-inner { background: linear-gradient(135deg, var(--main-color), var(--main-dark)); border-radius: 12px; display: flex; align-items: center; justify-content: space-between; padding: 0 60px; overflow: hidden; position: relative; box-shadow: 0 10px 25px rgba(3, 134, 204, 0.2); max-width: 1000px; margin: 0 auto;}
        
        .banner-content { width: 60%; color: #fff; padding: 50px 0; z-index: 2; position: relative;}
        .banner-title { font-size: 28px; font-weight: bold; line-height: 1.4; margin-bottom: 15px; }
        .banner-desc { font-size: 14px; opacity: 0.8; margin-bottom: 25px; }
        .btn-banner { display: inline-block; background: #fff; color: var(--main-color); padding: 15px 40px; border-radius: 30px; font-size: 18px; font-weight: bold; /*box-shadow: 0 4px 10px rgba(0,0,0,0.1);*/ transition: 0.3s;}
        .btn-banner:hover { /*background: var(--accent-color);*/ color: #fff; transform: translateY(-2px);}
        
        .banner-celebrity { position: absolute; right: 5%; bottom: 0; width: 320px; z-index: 1; }
        .celebrity-cutout { width: 70%; height: 70%; display: block; object-fit: contain; filter: drop-shadow(0 0 15px rgba(0,0,0,0.2)); }

        /* 4.5 Recommend Slider */
        .recommend-section { padding: 80px 0; background: var(--bg-gray); }
        .fudo-slider-demo { max-width: 1100px; margin: 0 auto; padding: 0 50px 20px; position: relative; }
        .p-postList__item { height: auto; }
        .p-postList__item .card-inner { border: 2px solid var(--main-color); border-radius: 10px; background: #fff; overflow: hidden; display: flex; flex-direction: column; height: 100%; transition: transform 0.3s; }
        .p-postList__item .card-inner:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(3, 134, 204, 0.15); }
        .card-image-link { display: block; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; }
        .card-image-link img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
        .card-image-link:hover img { transform: scale(1.05); }
        .card-content { padding: 15px; display: flex; flex-direction: column; flex-grow: 1; }
        .top_title { display: inline-block; background: #333; color: #fff; font-size: 12px; padding: 4px 8px; margin-bottom: 8px; align-self: flex-start; }
        .top_shozaichi { font-size: 14px; font-weight: bold; margin-bottom: 8px; }
        .card-price-row { margin-bottom: 10px; border-bottom: 1px dashed #ccc; padding-bottom: 10px; display: flex; align-items: baseline;}
        .top_price { color: #d90000; font-size: 24px; font-weight: bold; }
        .top_price .unit { font-size: 14px; font-weight: normal; }
        .top_madori { font-size: 16px; font-weight: bold; margin-left: 5px; }
        .top_comment { font-size: 13px; color: #666; margin-bottom: 15px; line-height: 1.4; }
        .kakaku_month { background: #f0f8fc; padding: 10px; border-radius: 5px; font-size: 12px; text-align: center; margin-bottom: 15px; margin-top: auto; }
        .kakaku_green { color: var(--main-color); font-weight: bold; display: block; margin: 5px 0; }
        .kakaku_green .enlarge { font-size: 20px; }
        .top_kinri { font-size: 10px; color: #888; }
        .btn-detail { display: block; text-align: center; background: var(--main-color); color: #fff; text-decoration: none; padding: 12px; border-radius: 5px; font-weight: bold; transition: background 0.3s; }
        .btn-detail:hover { background: #026ca5; }

        .fudo-slider-demo .swiper-button-prev, .fudo-slider-demo .swiper-button-next { color: var(--main-color); }
        .fudo-slider-demo .swiper-pagination-bullet-active { background: var(--main-color); }
        .fudo-slider-demo .swiper-button-prev { left: 0; }
        .fudo-slider-demo .swiper-button-next { right: 0; }
        .fudo-slider-demo .swiper-pagination { bottom: -5px; }

        /* 4.8 店舗紹介セクション */
        .shop-info-section { padding: 80px 0; background: #fff; }
        .shop-header { text-align: center; margin-bottom: 40px; }
        .shop-header h2 { font-size: 28px; color: var(--main-color); font-weight: bold; margin-bottom: 10px; }
        .shop-header p { font-size: 16px; color: #666; }
        
        .shop-slider-wrapper { max-width: 1100px; margin: 0 auto; padding: 0 50px; position: relative; }
        .shop-card { background: var(--main-color); color: #fff; border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; height: 100%; text-decoration: none; transition: transform 0.3s; }
        .shop-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(3, 134, 204, 0.3); }
        .shop-img-wrapper { width: 100%; aspect-ratio: 16 / 10; overflow: hidden; background: #fff; }
        .shop-img-wrapper img { width: 100%; height: 100%; object-fit: cover; }
        .shop-details { padding: 15px; display: flex; flex-direction: column; flex-grow: 1; justify-content: space-between; }
        .shop-name { font-size: 18px; font-weight: bold; margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center;}
        .shop-more { font-size: 14px; display: flex; align-items: center; gap: 5px; }
        .shop-address { font-size: 13px; line-height: 1.5; opacity: 0.9; }
        .shop-contact { font-size: 11px; margin-top: 5px; opacity: 0.8; line-height: 1.4; }

        .shop-swiper { padding-bottom: 50px; }
        .shop-swiper .swiper-slide { height: auto; }
        
        @media (min-width: 768px) {
            /* 店舗写真は3枚を1行表示。高さ固定(650px=2行分)をやめ、無駄な余白をなくす */
            .shop-swiper { height: auto; }
            .shop-swiper .swiper-slide { height: auto !important; }
        }
        
        .shop-slider-wrapper .swiper-button-prev, .shop-slider-wrapper .swiper-button-next { color: var(--main-color); }
        .shop-slider-wrapper .swiper-pagination-bullet-active { background: var(--main-color); }
        .shop-slider-wrapper .swiper-button-prev { left: 0; }
        .shop-slider-wrapper .swiper-button-next { right: 0; }

        /* 4.9 スタッフ紹介セクション */
        .staff-section { padding: 80px 0; background: #eef8f2; position: relative; overflow: hidden;}
        .staff-header { text-align: center; margin-bottom: 50px; position: relative;}
        .staff-en { position: absolute; top: -30px; left: 50%; transform: translateX(-50%); font-size: 80px; font-weight: 900; color: rgba(255,255,255,0.6); z-index: 0; letter-spacing: 0.1em; }
        .staff-header h2 { position: relative; z-index: 1; color: #333; }
        .staff-header .section-subtitle { color: var(--main-color); font-size: 18px; font-weight: bold; margin-top: 10px; }

        .staff-slider-wrapper { max-width: 1200px; margin: 0 auto; padding: 0 50px; position: relative; z-index: 1; }
        .staff-swiper { padding-bottom: 50px; }
        .staff-card { display: flex; flex-direction: column; align-items: center; text-align: center; height: auto; }
        .staff-card:hover .staff-balloon { transform: translateY(-5px); box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
        
        .staff-balloon { background: #fff; border: 2px solid var(--main-color); border-radius: 10px; padding: 15px; font-size: 13px; font-weight: bold; color: #333; line-height: 1.5; margin-bottom: 25px; position: relative; transition: all 0.3s; min-height: 80px; display: flex; align-items: center; justify-content: center; width: 90%; }
        .staff-balloon::after, .staff-balloon::before { content: ""; position: absolute; border-style: solid; border-color: transparent; }
        .staff-balloon::before { bottom: -12px; left: 50%; transform: translateX(-50%); border-width: 12px 10px 0 10px; border-top-color: var(--main-color); }
        .staff-balloon::after { bottom: -9px; left: 50%; transform: translateX(-50%); border-width: 10px 8px 0 8px; border-top-color: #fff; }

        .staff-photo-wrap { width: 180px; height: 180px; border-radius: 50%; padding: 5px; border: 3px solid var(--main-color); margin-bottom: 15px; position: relative; background: #fff;}
        .staff-photo-wrap::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; border-radius: 50%; border: 3px solid #f08300; clip-path: polygon(0 50%, 50% 100%, 0 100%); transform: translate(-10px, 10px); z-index: 0; }
        .staff-photo { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; position: relative; z-index: 1; background: #e0e0e0; }
        
        .staff-name { font-size: 20px; font-weight: bold; margin-bottom: 5px; color: #333; }
        .staff-kana { font-size: 12px; font-weight: normal; color: #666; }
        .staff-role { font-size: 13px; color: var(--main-color); font-weight: bold; }

        .staff-slider-wrapper .swiper-button-prev, .staff-slider-wrapper .swiper-button-next { color: var(--main-color); }
        .staff-slider-wrapper .swiper-pagination-bullet-active { background: var(--main-color); }
        .staff-slider-wrapper .swiper-button-prev { left: 0; }
        .staff-slider-wrapper .swiper-button-next { right: 0; }

        /* 5. Reasons */
        .reasons { padding: 80px 0; background: #fff; }
        
        .reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
        .reason-card { background: #fff; padding: 40px 30px; text-align: center; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); border: 1px solid var(--border-color); }
        .reason-card .icon { font-size: 40px; color: var(--main-color); margin-bottom: 20px; }
        .reason-card h3 { font-size: 20px; margin-bottom: 15px; border-bottom: 2px solid var(--main-color); display: inline-block; padding-bottom: 5px;}
        .reason-card p { font-size: 14px; text-align: left; margin-top: 15px; }

        /* 6. Business Domains (5要素を綺麗に並べるFlexbox設計) */
        .business { padding: 80px 0; background: var(--bg-gray); }
        .business-grid { 
            display: flex; 
            flex-wrap: wrap; 
            justify-content: center; 
            gap: 20px; 
        }
        .business-card { 
            background: #fff; 
            border: 1px solid var(--border-color); 
            padding: 30px 20px; 
            text-align: center; 
            border-radius: 8px; 
            transition: 0.3s; 
            width: calc(33.333% - 14px); 
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .business-card:hover { border-color: var(--main-color); box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
        .business-card i { font-size: 30px; color: #999; margin-bottom: 15px; transition: 0.3s; }
        .business-card:hover i { color: var(--main-color); }
        .business-card h3 { font-size: 16px; margin-bottom: 10px; }
        .business-card p { font-size: 12px; color: #666; margin: 0; }

        /* 7. Voices Section */
        .voice-section { padding: 80px 0; background: #fff; }
        .voice-slider-wrapper { max-width: 1100px; margin: 0 auto; padding: 0 50px; position: relative; }
        .voice-swiper { padding-bottom: 50px; }
        .voice-card-inner { background: #fff; border: 1px solid var(--border-color); padding: 25px; border-radius: 8px; height: 100%; transition: box-shadow 0.3s; }
        .voice-card-inner:hover { box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
        .voice-header { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; }
        .voice-img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; background: #ccc; }
        .voice-name { font-size: 16px; font-weight: bold; }
        .voice-text { font-size: 14px; color: #555; line-height: 1.6; }
        
        .voice-slider-wrapper .swiper-button-prev, .voice-slider-wrapper .swiper-button-next { color: var(--main-color); }
        .voice-slider-wrapper .swiper-pagination-bullet-active { background: var(--main-color); }
        .voice-slider-wrapper .swiper-button-prev { left: 0; }
        .voice-slider-wrapper .swiper-button-next { right: 0; }

        /* 8. Works Section */
        .works-section { padding: 80px 0; background: var(--bg-gray); }
        .works-slider-wrapper { max-width: 1100px; margin: 0 auto; padding: 0 50px; position: relative; }
        .works-swiper { padding-bottom: 50px; }
        .works-card-inner { background: #fff; border-radius: 8px; overflow: hidden; height: 100%; border: 1px solid var(--border-color); transition: transform 0.3s, box-shadow 0.3s; }
        .works-card-inner:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
        .works-img-box { width: 100%; aspect-ratio: 4/3; overflow: hidden; }
        .works-img-box img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
        .works-card-inner:hover .works-img-box img { transform: scale(1.05); }
        .works-info { padding: 20px; }
        .works-title { font-size: 16px; font-weight: bold; margin-bottom: 10px; color: #333; }
        .works-desc { font-size: 13px; color: #666; }
        
        .works-slider-wrapper .swiper-button-prev, .works-slider-wrapper .swiper-button-next { color: var(--main-color); }
        .works-slider-wrapper .swiper-pagination-bullet-active { background: var(--main-color); }
        .works-slider-wrapper .swiper-button-prev { left: 0; }
        .works-slider-wrapper .swiper-button-next { right: 0; }

        /* 8.5 Column Section */
        .column-section { padding: 80px 0; background: #fff; }
        .column-list { max-width: 900px; margin: 0 auto; border-top: 1px solid var(--border-color); }
        .column-item { display: flex; padding: 25px 20px; border-bottom: 1px solid var(--border-color); align-items: center; gap: 30px; transition: background 0.3s; text-decoration: none; color: inherit; }
        .column-item:hover { background: var(--bg-gray); }
        .column-item:hover .column-title { color: var(--main-color); text-decoration: underline; }
        .column-img { width: 220px; height: 140px; flex-shrink: 0; overflow: hidden; border-radius: 6px; }
        .column-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
        .column-item:hover .column-img img { transform: scale(1.05); }
        .column-content { display: flex; flex-direction: column; justify-content: center; }
        .column-meta { display: flex; align-items: center; gap: 15px; margin-bottom: 10px; }
        .column-date { font-weight: bold; color: #666; font-size: 14px; }
        .column-category { background: #fff; border: 1px solid var(--main-color); padding: 4px 12px; font-size: 12px; border-radius: 4px; color: var(--main-color); font-weight: bold; }
        .column-title { font-size: 18px; font-weight: bold; line-height: 1.5; margin: 0; }

        /* 9. Corporate Info */
        .corporate { padding: 80px 0; border-bottom: 1px solid var(--border-color); background: var(--bg-gray); }
        .corp-wrap { max-width: 900px; margin: 0 auto; }
        .corp-main { display: flex; background: #fff; border: 1px solid var(--border-color); padding: 30px; gap: 30px; align-items: center; margin-bottom: 20px; border-radius: 8px; }
        .corp-img { background: #ccc; object-fit: cover; border-radius: 4px; width: 50%;}
        .corp-main-text h3 { font-size: 20px; margin-bottom: 10px; }
        .corp-main-text p { font-size: 14px; }
        .corp-links { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
        .corp-link { border: 1px solid var(--border-color); padding: 20px; text-align: center; font-weight: bold; border-radius: 8px; background: #fff; }
        .corp-link:hover { background: var(--main-color); color: #fff; border-color: var(--main-color); }
        .corp-link span { display: block; font-size: 12px; font-weight: normal; margin-top: 5px; opacity: 0.8; }

        /* 10. Footer */
        footer { background: #222; color: #fff; padding: 60px 0 20px; font-size: 14px; }
        .footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 30px; margin-bottom: 40px; }
        
        .footer-col-company { padding-right: 20px; }
        .footer-logo { width: 220px; margin-bottom: 20px; background: #fff; padding: 10px; border-radius: 6px; }
        .company-info { color: #ddd; font-size: 14px; line-height: 1.8; margin-bottom: 20px; }
        .company-info .tel { font-size: 20px; color: #fff; font-weight: bold; margin-top: 10px; display: block; letter-spacing: 0.05em;}
        .company-info .tel i { color: var(--main-color); margin-right: 8px; }
        
        .footer-col h4 { font-size: 16px; margin-bottom: 20px; border-bottom: 1px solid #444; padding-bottom: 10px; }
        .footer-links li { margin-bottom: 10px; }
        .footer-links a:hover { color: var(--main-color); }
        
        .footer-col-company .sns-icons { display: flex; gap: 15px; font-size: 24px; margin-top: 15px; }
        .footer-col-company .sns-icons a { color: #fff; transition: color 0.3s; }
        .footer-col-company .sns-icons a:hover { color: var(--main-color); }
        
        .footer-bottom { text-align: center; font-size: 12px; border-top: 1px solid #444; padding-top: 20px; color: #999; }

        /* Responsive Fixes */
        @media (max-width: 992px) {
            .reason-grid { grid-template-columns: 1fr; gap: 20px; }
            .search-widget { flex-direction: column; }
            .search-tabs { width: 100%; flex-direction: row; overflow-x: auto; border-right: none; border-bottom: 1px solid var(--border-color); }
            .search-tabs label { min-width: 100px; padding: 10px; }
            .search-tabs label i { font-size: 18px; }
            .staff-en { font-size: 60px; }
            .column-item { padding: 20px; }
            .footer-grid { grid-template-columns: 1fr 1fr; }
            .business-card { width: calc(50% - 10px); }
        }
        @media (max-width: 768px) {
            .hero { height: 75vh; min-height: 480px; }
            .hero .container { 
                flex-direction: column; 
                justify-content: space-between; 
                align-items: flex-start; 
                padding-top: 50px; 
                padding-left: 20px; 
                padding-right: 0; 
                position: relative; 
            }
            .hero-text { 
                padding-bottom: 0; 
                text-align: left; 
                margin-top: 48vw; 
                width: 100%;
                z-index: 12; 
                padding-left: 5vw; 
            }
            .hero-text h2 { 
                text-align: left !important; 
                font-size: clamp(20px, 6vw, 32px); 
                line-height: 1.5;
            }
            .celeb-img-hero { 
                position: absolute;
                bottom: 0;
                right: -20px; 
                height: 42%; 
                max-height: 400px; 
                margin: 0;
                z-index: 11;
            }
            
            .section-title-wrapper { flex-direction: column; align-items: center; gap: 10px; }
            .celeb-img-title { height: 100px; margin-bottom: 0; }
            
            .news-item { flex-direction: column; align-items: flex-start; gap: 10px; }
            .corp-main { flex-direction: column; text-align: center; }
            .corp-links { grid-template-columns: 1fr; }
            .footer-grid { grid-template-columns: 1fr; }
            .footer-col-company { text-align: center; padding-right: 0; display: flex; flex-direction: column; align-items: center; margin-bottom: 20px; }
            .search-bottom-bar { flex-direction: column; gap: 15px; text-align: center; }
            .other-search-links { flex-direction: column; }
            .keyword-search { flex-direction: column; gap: 10px; }
            .keyword-form { margin-left: 0; width: 100%; }
            .fudo-slider-demo, .shop-slider-wrapper, .staff-slider-wrapper, .voice-slider-wrapper, .works-slider-wrapper { padding: 0 20px; }
            .staff-en { font-size: 40px; }
            .column-item { flex-direction: column; align-items: flex-start; gap: 15px; padding: 20px 0; }
            .column-img { width: 100%; height: 200px; }
            .column-title { font-size: 16px; }
            .column-meta { flex-wrap: wrap; gap: 10px; }
            .business-card { width: 100%; }
            .spbr {display:block;}
            /* 会員登録バナー（スマホ用デザインを洗練） */
            .member-banner-inner { 
                flex-direction: column; /* テキスト上、画像下 */
                padding: 40px 20px 0; /* 下部パディングをゼロにして画像がはみ出すように */
                text-align: left; /* テキストは左寄せに戻す */
                justify-content: flex-start; /* コンテンツは上から詰める */
                position: relative; /* 中山さんのオーバーレイ基準 */
            }
            .banner-content { 
                width: 100%; 
                padding: 0 0 30px; /* 下部余白を調整 */
                z-index: 2; /* テキストは画像より上に */
            }
            .banner-title { font-size: clamp(22px, 5vw, 28px); }
            .banner-desc { font-size: 14px; }
            .btn-banner { font-size: 16px; padding: 12px 30px; } /* ボタンを少し小さく */
            
            /* 中山さんの画像を右下に絶対配置し、はみ出させる（オーバーレイ） */
            .banner-celebrity { 
                position: absolute; 
                bottom: 0; 
                right: 0; 
                width: 30vw; /* 画面幅に応じて調整 */
                max-width: 150px; 
                min-width: 120px;
                height: auto;
                z-index: 1; /* 画像はテキストの下 */
                transform: translateY(20%); /* バナー下部から少しはみ出す */
                margin-top: 0; /* 元の余白を解除 */
            }
            .celebrity-cutout { 
                width: 100%; 
                height: 100%; 
                object-fit: contain; 
                filter: drop-shadow(0 0 10px rgba(0,0,0,0.3)); 
            }
        }

/* =========================================
   スタッフ一覧ページ専用レイアウト（縦長四角・グレー枠）
   ========================================= */

/* 1. コンテナの幅を広げて右端切れを防止 */
body.post-type-archive-staff .l-container,
body.post-type-archive-staff .l-mainContent {
    max-width: 1200px !important;
    width: 100%;
    margin: 0 auto;
}

.staff-section {
    background: transparent !important;
    padding: 40px 0;
}

/* 2. グリッドレイアウト（横並び） */
.staff-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
@media (min-width: 768px) {
    .staff-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
}
@media (min-width: 1024px) {
    .staff-grid { grid-template-columns: repeat(5, 1fr); gap: 25px; }
}

/* 3. カード全体（エステートプラン風のグレー枠） */
.staff-grid .staff-card {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #ddd; /* 薄いグレーの枠 */
    text-decoration: none;
    color: #333;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* ホバー時のふんわりアクション */
.staff-grid .staff-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

/* 4. 写真部分（縦長・古い丸設定を強制リセット） */
.staff-photo-wrap {
    width: 100%;
    aspect-ratio: 3 / 4; /* 縦長写真の黄金比 */
    background-color: #f5f5f5; /* 写真がない時の背景色 */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* 以前の丸設定を強制的に打ち消す */
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

.staff-photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 枠に合わせて綺麗にトリミング */
    display: block;
    border-radius: 0 !important; /* 画像の丸も強制リセット */
}

/* 5. テキスト情報エリア */
.staff-info {
    padding: 15px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 6px; /* 文字同士の隙間 */
}

.staff-birthplace {
    font-size: 12px;
    color: #777; /* 少し控えめなグレー */
    margin: 0;
}

.staff-name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0;
    line-height: 1.4;
}

.staff-motto {
    font-size: 13px;
    color: #f38200; /* すがコーポレーション様のオレンジ色 */
    font-weight: bold;
    margin: 0;
}

/* =========================================
   物件詳細ページ（single-fudo.php）レイアウト
   -----------------------------------------
   ・みらいえ（miraie-fudousan.com）の物件詳細レイアウトを移植
   ・配色は当サイトのメインカラー( var(--main-color) = #0386cc )に統一
   ・すべて #list_simplepage2 配下にスコープし他ページへ影響させない
   ========================================= */

#list_simplepage2 { line-height: 1.7; }

/* ---- 物件名の見出しバー（画面幅いっぱいの帯） ---- */
#list_simplepage2 .detailhead {
    background: var(--main-color);
    padding: 20px 10%;
    margin: 0 calc(50% - 50vw) 24px; /* コンテナ幅を超えて全幅表示 */
    width: 100vw;
    position: relative;
    box-sizing: border-box;
}
#list_simplepage2 .detailhead p { /* 物件種別バッジ */
    display: block;
    margin: 0 auto 10px;
    width: 200px;
    max-width: 60%;
    text-align: center;
    background: #fff;
    font-weight: bold;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    border-radius: 10px;
    font-size: 0.8em;
    padding: 3px 0;
}
#list_simplepage2 .detailhead .entry-title {
    text-align: center;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.5;
    margin: 0;
}
#list_simplepage2 .detailhead .fudo-favorite-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 14px auto 0;
    min-height: 42px;
    padding: 10px 24px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 999px;
    color: #1560ac;
    font-size: 0;              /* 素の「♥/✓」を隠してラベル表示 */
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
    transition: transform .12s, background .12s, color .12s;
}
#list_simplepage2 .detailhead .fudo-favorite-button::before { font-size: 15px; }
#list_simplepage2 .detailhead .fudo-favorite-button.fvinact { background:#fff; color:#1560ac; border-color:#fff; }
#list_simplepage2 .detailhead .fudo-favorite-button.fvinact::before { content:"♡ まとめて問い合わせに追加"; }
#list_simplepage2 .detailhead .fudo-favorite-button.fvact { background:#e60012; color:#fff; border-color:#e60012; }
#list_simplepage2 .detailhead .fudo-favorite-button.fvact::before { content:"✓ まとめて問い合わせに追加済み"; }
#list_simplepage2 .detailhead .fudo-favorite-button:not(.fvact):not(.fvinact) { font-size: 15px; }
#list_simplepage2 .detailhead .fudo-favorite-button:hover { transform: translateY(-1px); }

/* ---- 画像スライダー（Swiper） ---- */
#list_simplepage2 .swiper-container {
    max-width: 940px;
    margin: 0 auto 24px;
    position: relative;
    padding: 0 30px;
}
#list_simplepage2 .swiper-slide {
    height: 300px;
    background: #efefef;
    border: 1px solid var(--main-color);
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
}
#list_simplepage2 .swiper-slide a { display: block; height: 100%; }
#list_simplepage2 .swiper-slide img,
#list_simplepage2 .swiper-slide .box3image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#list_simplepage2 .swiper-container .swiper-button-next { right: 0; }
#list_simplepage2 .swiper-container .swiper-button-prev { left: 0; }
#list_simplepage2 .swiper-pagination { position: relative; margin-top: 12px; }
#list_simplepage2 .swiper-pagination-bullet-active { background: var(--main-color); }

/* ---- information（所在地・価格などの要約） ---- */
#list_simplepage2 .detailinfo {
    max-width: 500px;
    margin: 0 auto;
}
#list_simplepage2 .detailinfo h3 {
    text-align: center;
    color: var(--main-color);
    font-size: 1.7em;
    margin: 24px 0 12px;
    letter-spacing: 0.1em;
    font-weight: 300;
    text-transform: lowercase;
}

/* ---- 定義リスト（dt=見出し / dd=内容）の2カラム共通 ---- */
#list_add dt,
#list_simplepage2 .list_detail dl dt {
    float: left;
    clear: both;
    width: 40%;
    margin-bottom: 5px;
    font-weight: bold;
}
#list_add dt::before,
#list_simplepage2 .list_detail dl dt::before {
    content: "\25CF";
    color: var(--main-color);
    margin-right: 5px;
}
#list_add dd,
#list_simplepage2 .list_detail dl dd {
    float: left;
    width: 60%;
    margin-bottom: 5px;
}
#list_add { overflow: hidden; } /* float解除 */

/* information直下の「この物件について問い合わせる」ボタン */
#list_add + div { clear: both; margin-top: 20px; text-align: center; }
#list_add + div a {
    background: var(--main-color);
    display: block;
    color: #fff;
    font-weight: bold;
    width: 80%;
    max-width: 400px;
    margin: 0 auto 40px;
    padding: 18px;
    border-radius: 40px;
}

/* ---- ローンシミュレーション（information直後のボックス） ---- */
#list_simplepage2 .detailinfo + div {
    background: #eef4f8;
    margin: 0 auto 40px;
    width: 70%;
    max-width: 600px;
    padding: 5%;
    border-radius: 20px;
    box-sizing: border-box;
}
#list_simplepage2 .detailinfo + div h3 {
    text-align: center;
    color: var(--main-color);
    font-size: 1.4em;
}
#list_simplepage2 .simuprice {
    width: 240px;
    margin: 20px auto 10px;
    overflow: hidden;
}
#list_simplepage2 .simuprice dt { width: 110px; clear: both; float: left; }
#list_simplepage2 .simuprice dd { width: 130px; float: left; }
#list_simplepage2 .simuprice + div input { /* ローン計算ボタン */
    width: 60%;
    background: var(--main-color);
    padding: 12px;
    border-radius: 30px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border: none;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}
#list_simplepage2 .hensai {
    font-weight: bold;
    border-top: 2px solid var(--main-color);
    border-bottom: 2px solid var(--main-color);
    margin: 30px 0 10px;
    padding: 8px 15px;
    text-align: center;
    font-size: 1.3em;
}
#list_simplepage2 .kinrimemo { font-size: 0.7em; text-align: center; }

/* ---- 物件コメント（吹き出し風ボックス） ---- */
#list_simplepage2 .entrycontent {
    width: 70%;
    max-width: 700px;
    display: block;
    margin: 30px auto;
}
#list_simplepage2 .entrycontent p {
    border: 3px solid var(--main-color);
    border-radius: 20px;
    padding: 20px;
    font-size: 0.95em;
    background: #fff;
}

/* ---- 物件詳細情報（list_detail） ---- */
#list_simplepage2 .list_detail { margin-top: 40px; }
#list_simplepage2 .list_detail h3 {
    color: var(--main-color);
    text-align: center;
    font-size: 1.4em;
    margin-bottom: 15px;
}
#list_simplepage2 .list_detail dl {
    width: 60%;
    max-width: 700px;
    margin: 0 auto;
    overflow: hidden;
}
#list_simplepage2 .list_detail_bottom_info {
    font-size: 0.75em;
    text-align: center;
    margin: 20px 0;
}

/* PC：詳細情報を罫線付きの行レイアウトに */
@media (min-width: 769px) {
    #list_simplepage2 .list_detail dl { display: flex; flex-wrap: wrap; margin-top: 0; }
    #list_simplepage2 .list_detail dt,
    #list_simplepage2 .list_detail dd {
        border-bottom: 1px solid var(--main-color);
        display: flex;
        align-items: center;
        margin-top: 5px;
        padding-bottom: 10px;
        min-height: 44px;
    }
}

/* スマホ：各ブロックの幅を調整 */
@media (max-width: 768px) {
    #list_simplepage2 .detailinfo,
    #list_simplepage2 .detailinfo + div,
    #list_simplepage2 .entrycontent { width: 90%; max-width: 90%; }
    #list_simplepage2 .list_detail dl { width: 88%; }
    #list_simplepage2 .swiper-container { padding: 0 16px; }
    #list_simplepage2 .swiper-slide { height: 240px; }
}

/* =========================================
   物件一覧ページ（archive-fudo.php / archive-fudo-loop.php）
   -----------------------------------------
   ・みらいえ（miraie-fudousan.com）の物件一覧レイアウトを移植
   ・配色は当サイトのメインカラー(#0386cc)＋アクセントのオレンジ(#f08300)
   ・一覧カードは #list_simplepage 、検索バー等は .archive_fudo にスコープ
   ========================================= */

/* ---- 検索結果ヘッダー（全幅の帯） ---- */
.archive_fudo .search-result {
    background: var(--main-color);
    margin: 0 calc(50% - 50vw) 20px;
    width: 100vw;
    position: relative;
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.archive_fudo .search-result h1.result-title {
    padding: 20px;
    margin: 0;
    color: #fff;
    font-size: 1.5em;
}
.archive_fudo .search-conditions {
    display: inline-block;
    text-align: left;
    padding: 0;
    margin: 0 auto;
}
.archive_fudo .search-conditions li { list-style: none; padding: 5px 0; }
.archive_fudo .search-result a { color: #fff !important; }
.archive_fudo a.research-button { /* 条件を変える（立体ボタン） */
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background: var(--main-color);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 40px;
    box-shadow: 0 8px 0 var(--main-dark);
    transition: 0.3s;
}
.archive_fudo a.research-button:hover { position: relative; top: 7px; box-shadow: 0 0 0 !important; }

/* ---- 並び替え・ページナビ ---- */
.archive_fudo #nav-above1 { text-align: center; }
.archive_fudo #nav-above1 .nav-previous { font-size: 1.2em; margin-bottom: 10px; }
.archive_fudo #nav-above1 .nav-previous a { display: inline-block; margin: 0 10px; white-space: nowrap; }
/* グローバルの img{display:block} でソート矢印が縦積みになるのを防ぐ */
.archive_fudo #nav-above1 img { display: inline-block; vertical-align: middle; margin-right: 4px; }
.archive_fudo #nav-above1 .nav-next { text-align: center; margin-top: 8px; }

/* 件数表示（大きめ） */
.archive_fudo #nav-above1 .record_count { margin: 16px 0; font-size: 1.5em; font-weight: bold; }

/* ページネーション（四角枠） */
.archive_fudo #nav-above1 .fw_page_current,
.archive_fudo #nav-above1 .fw_page_pages {
    display: inline-block;
    font-size: 1.3em;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 6px 8px 0;
    line-height: 1;
    overflow: hidden;
    vertical-align: middle;
}
.archive_fudo #nav-above1 .fw_page_pages a { display: block; padding: 6px 13px; color: var(--main-color); }
.archive_fudo #nav-above1 .fw_page_pages:hover { background: var(--main-color); }
.archive_fudo #nav-above1 .fw_page_pages:hover a { color: #fff; }
.archive_fudo #nav-above1 .fw_page_current {
    padding: 6px 13px;
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
    font-weight: bold;
}

/* ---- 一覧カード（共通） ---- */
#list_simplepage .list_simple_box { width: 100%; position: relative; margin-bottom: 10px; }
#list_simplepage h2.entry-title a { color: #000 !important; font-size: 1.1em; }
#list_simplepage .bukken_shozaichi { color: #000; }
#list_simplepage .bukken_kakaku { color: var(--main-color); font-size: 1.4em; font-weight: bold; }
#list_simplepage .top_comment { display: block; font-size: 0.85em; color: #666; line-height: 1.5; margin: 8px 0; }

/* お気に入り（✓）ボタンは右上に固定配置。吹き出し画像は非表示 */
#list_simplepage .favoritearea { position: absolute; top: 10px; right: 10px; z-index: 3; }
#list_simplepage .favoritearea img { display: none; }

/* 詳細ボタン */
#list_simplepage .list_details_button {
    background: var(--main-color);
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 15px;
    margin: 12px auto 0;
    border-radius: 40px;
    width: 100%;
    font-size: 1.1em;
    position: relative;
    box-sizing: border-box;
    transition: 0.3s;
}
#list_simplepage .list_details_button::after {
    content: "\203A";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4em;
}
#list_simplepage .list_details_button:hover { opacity: 0.85; }
#list_simplepage .orange_regist { background: var(--accent-color) !important; } /* 会員登録ボタン（ガイア赤） */

/* PC：画像40%（左）＋情報60%（右）の横並びカード */
@media (min-width: 769px) {
    #list_simplepage .list_simple_box {
        font-size: 0.9em;
        clear: both;
        overflow: hidden;
        border-bottom: 1px solid var(--main-color);
        padding: 30px 20px;
    }
    #list_simplepage .list_simple_box > a:first-of-type { /* 画像を包むリンク */
        float: left;
        width: 40%;
        margin-right: 20px;
        display: block;
    }
    #list_simplepage .list_picsam { width: 100%; height: 260px; }
    #list_simplepage .list_picsam img.box2image { width: 100%; height: 260px; object-fit: contain; }
    #list_simplepage .list_simple_boxtitle { float: left; width: calc(60% - 20px); }
    #list_simplepage .list_simple_box .new_mark { font-size: 0.6em; }
    #list_simplepage .fudo_kaiin_type_logo img { width: 40px; height: 20px !important; }
}

/* スマホ：枠付きの縦カード */
@media (max-width: 768px) {
    #list_simplepage .list_simple_box {
        margin: 0 auto 20px;
        border: 2px solid var(--main-color);
        border-radius: 20px;
        padding: 0;
        overflow: hidden;
    }
    #list_simplepage .list_picsam_img { max-width: 100%; text-align: center; }
    #list_simplepage img.box2image { width: 100%; height: 220px; object-fit: cover; border-radius: 18px 18px 0 0; }
    #list_simplepage .list_simple_boxtitle { padding: 10px 20px 20px; }
    #list_simplepage .list_simple_boxtitle h2 { font-size: 1.2em; }
    #list_simplepage .top_comment { display: none; } /* スマホは説明文を省略して簡潔に */
    .archive_fudo #nav-above1 { margin-bottom: 20px; }
    /* ページネーション・件数（スマホ縮小） */
    .archive_fudo #nav-above1 .record_count { font-size: 1.25em; }
    .archive_fudo #nav-above1 .fw_page_current,
    .archive_fudo #nav-above1 .fw_page_pages { font-size: 1.05em; margin: 0 3px 6px 0; }
    .archive_fudo #nav-above1 .fw_page_pages a,
    .archive_fudo #nav-above1 .fw_page_current { padding: 5px 9px; }
}
/* =========================================================
   お客様の声  [voice_list] / [voice_carousel]
   ========================================================= */
.voice-wrap{max-width:900px;margin:0 auto;}
.voice-count{font-size:14px;color:#555;margin:0 0 18px;}
.voice-count strong{color:var(--main-color,#1560ac);font-size:18px;}

/* --- カード --- */
.voice-card{background:#fff;border:1px solid #e4ecf4;border-radius:14px;box-shadow:0 4px 18px rgba(21,96,172,.06);padding:22px 24px 18px;margin:0 0 30px;scroll-margin-top:80px;}
.voice-head{display:flex;gap:16px;align-items:flex-start;margin:0 0 16px;}
.voice-thumb{flex:0 0 120px;width:120px;height:90px;border-radius:8px;overflow:hidden;background:#eef2f6;}
.voice-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.voice-headmeta{flex:1 1 auto;min-width:0;}
.voice-title{font-size:19px;line-height:1.5;font-weight:700;color:var(--main-dark,#0f4a86);margin:2px 0 8px;padding:0 0 8px;border-bottom:2px dotted #d9e4f0;}
.voice-meta{font-size:13px;color:#555;margin:0;display:flex;flex-wrap:wrap;gap:4px 6px;align-items:center;}
.voice-mansion{font-weight:700;color:var(--main-color,#1560ac);}
.voice-sep{color:#c3cede;}
.voice-init{background:#eef5fc;color:#1560ac;border-radius:4px;padding:1px 8px;font-weight:700;}

/* --- 便箋（お客様の感想） --- */
.voice-letter{position:relative;background:#fffdf3;background-image:repeating-linear-gradient(#fffdf3 0,#fffdf3 33px,#efe6c8 34px);background-size:100% 34px;border:1px solid #ece2bf;border-radius:10px;padding:16px 22px 20px;margin:0 0 20px;box-shadow:inset 0 0 0 6px rgba(255,255,255,.35);}
.voice-letter::before{content:"";position:absolute;left:12px;top:8px;bottom:8px;width:2px;background:repeating-linear-gradient(#e7b7b0 0 6px,transparent 6px 12px);opacity:.6;border-radius:2px;}
.voice-letter-label{display:inline-block;font-size:12px;font-weight:700;color:#b78a2e;background:#fff6db;border:1px solid #ecdca6;border-radius:20px;padding:2px 12px;margin:0 0 8px;}
.voice-body{font-size:15px;line-height:34px;color:#3a3a2f;margin:0;letter-spacing:.02em;text-align:justify;}

/* --- スタッフ返信（集合写真からの吹き出し） --- */
.voice-reply{display:flex;gap:14px;align-items:flex-start;margin:0 0 12px;padding:0 2px;}
.voice-reply-avatar{flex:0 0 76px;width:76px;text-align:center;}
.voice-reply-avatar img{width:76px;height:76px;border-radius:50%;object-fit:cover;border:3px solid var(--main-color,#1560ac);box-shadow:0 2px 8px rgba(21,96,172,.18);display:block;}
.voice-reply-name{display:block;font-size:11px;color:#1560ac;font-weight:700;margin-top:4px;}
.voice-reply-bubble{position:relative;flex:1 1 auto;background:#eef5fc;border:1px solid #d3e3f4;border-radius:12px;padding:14px 18px;}
.voice-reply-bubble::before{content:"";position:absolute;left:-10px;top:24px;border-style:solid;border-width:8px 10px 8px 0;border-color:transparent #eef5fc transparent transparent;filter:drop-shadow(-1px 0 0 #d3e3f4);}
.voice-reply-label{display:block;font-size:12px;font-weight:700;color:var(--main-color,#1560ac);margin:0 0 6px;}
.voice-reply-bubble p{font-size:14px;line-height:1.85;color:#33475b;margin:0;}

.voice-disclaimer{font-size:11px;color:#999;text-align:right;margin:0;}

/* --- ページネーション --- */
.voice-pager{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin:26px 0 10px;}
.voice-pager a,.voice-pager span{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 10px;border-radius:6px;font-weight:700;font-size:14px;text-decoration:none;}
.voice-pager a{background:#fff;border:1px solid #cfe0f2;color:var(--main-color,#1560ac);}
.voice-pager a:hover{background:var(--main-color,#1560ac);color:#fff;}
.voice-pager-cur{background:var(--main-color,#1560ac);color:#fff;}

/* --- 個別表示 --- */
.voice-back{margin:0 0 16px;}
.voice-back a{color:var(--main-color,#1560ac);text-decoration:none;font-weight:700;font-size:14px;}
.voice-back a:hover{text-decoration:underline;}
.voice-back-btm{margin:20px 0 0;text-align:center;}

/* --- トップ用カルーセル --- */
.voice-carousel-sec{margin:10px 0 20px;}
.voice-carousel-head{text-align:center;margin:0 0 22px;}
.voice-carousel-title{font-size:26px;font-weight:800;color:var(--main-dark,#0f4a86);line-height:1.3;margin:0;}
.voice-carousel-title span{display:block;font-size:13px;letter-spacing:.18em;color:var(--main-color,#1560ac);font-weight:700;margin-top:4px;}
.voice-carousel{padding:6px 4px 44px;}
.voice-slide{display:flex;flex-direction:column;height:100%;background:#fff;border:1px solid #e4ecf4;border-radius:14px;overflow:hidden;text-decoration:none;box-shadow:0 4px 16px rgba(21,96,172,.08);transition:transform .18s,box-shadow .18s;}
.voice-slide:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(21,96,172,.16);}
.voice-slide-img{position:relative;width:100%;aspect-ratio:4/3;background-size:cover;background-position:center;}
.voice-slide-catch{position:absolute;left:0;bottom:0;max-width:92%;background:rgba(21,96,172,.92);color:#fff;font-size:12px;font-weight:700;padding:5px 12px;border-radius:0 10px 0 0;line-height:1.4;}
.voice-slide-cap{padding:12px 14px 14px;display:flex;flex-direction:column;gap:6px;flex:1 1 auto;}
.voice-slide-title{font-size:15px;line-height:1.5;font-weight:700;color:var(--main-dark,#0f4a86);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.voice-slide-meta{margin:auto 0 0;font-size:12px;color:#666;display:flex;flex-direction:column;gap:2px;}
.voice-slide-mansion{font-weight:700;color:var(--main-color,#1560ac);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
.voice-carousel .swiper-button-prev,.voice-carousel .swiper-button-next{color:var(--main-color,#1560ac);}
.voice-carousel .swiper-button-prev::after,.voice-carousel .swiper-button-next::after{font-size:22px;font-weight:800;}
.voice-carousel .swiper-pagination-bullet-active{background:var(--main-color,#1560ac);}
.voice-carousel-more{text-align:center;margin:6px 0 0;}
.voice-carousel-more a{display:inline-block;color:var(--main-color,#1560ac);font-weight:700;text-decoration:none;border:1px solid var(--main-color,#1560ac);border-radius:24px;padding:8px 26px;transition:.15s;}
.voice-carousel-more a:hover{background:var(--main-color,#1560ac);color:#fff;}

@media(max-width:768px){
    .voice-head{gap:12px;}
    .voice-thumb{flex-basis:92px;width:92px;height:70px;}
    .voice-title{font-size:16px;}
    .voice-letter{padding:14px 16px 16px;}
    .voice-body{font-size:14px;line-height:31px;background-size:100% 31px;}
    .voice-letter{background-image:repeating-linear-gradient(#fffdf3 0,#fffdf3 30px,#efe6c8 31px);background-size:100% 31px;}
    .voice-reply-avatar{flex-basis:56px;width:56px;}
    .voice-reply-avatar img{width:56px;height:56px;}
    .voice-reply-bubble p{font-size:13px;}
    .voice-carousel-title{font-size:21px;}
}

/* =========================================================
   セクション見出しの文字画像置換（miraie方式）
   ── お試し：おすすめ物件
   PC(769px〜)は文字を隠してイラスト入り画像に置換。SPは通常テキスト。
   ========================================================= */
@media (min-width: 769px) {
    .recommend-section .ttl-recommend {
        display: block;
        width: 340px;
        height: 110px;
        margin: 0 auto 6px;
        text-indent: -9999px;
        white-space: nowrap;
        overflow: hidden;
        background: url(images/gaia/ttl-recommend.png) center center / contain no-repeat;
    }
    .recommend-section .ttl-recommend .section-subtitle { display: none; }
}

/* =========================================================
   まとめて問い合わせ（/myfavorites）— miraie参考の横型カード＋フォーム整形
   ========================================================= */
.mainmessage{text-align:center;line-height:1.9;color:#444;margin:0 0 24px;}
#inquiry-form{max-width:860px;margin:0 auto;}
.favorite-item{position:relative;display:flex;gap:20px;align-items:stretch;background:#fff;border:1px solid #e4ecf4;border-radius:12px;padding:16px;margin:0 auto 20px;box-shadow:0 3px 12px rgba(21,96,172,.07);}
.favorite-item .list_picsam{flex:0 0 230px;width:230px;height:auto;margin:0;}
.favorite-item .list_picsam_img,.favorite-item .list_picsam_img a{display:block;width:100%;height:100%;}
.favorite-item .box2image{width:100%!important;height:190px!important;object-fit:cover;border-radius:8px;display:block;}
.favorite-item .list_simple_boxtitle{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;padding:2px 0;float:none;width:auto;position:static;}
.favorite-item h2.entry-title{background:none!important;color:var(--main-dark,#0f4a86)!important;padding:0!important;margin:0 96px 6px 0!important;font-size:18px;line-height:1.5;font-weight:700;border:none!important;}
.favorite-item h2.entry-title::before,.favorite-item h2.entry-title::after{display:none!important;}
.favorite-item .remove-favorite-button{position:absolute;top:16px;right:16px;min-height:30px;padding:5px 12px;}
.favorite-item .remove-favorite-button::before{font-size:12px;}
.favorite-item .bukken_kakaku{color:var(--main-color,#1560ac)!important;font-size:26px;font-weight:800;margin:2px 0 8px;}
.favorite-item .top_comment{display:block;font-size:13px;color:#555;line-height:1.6;margin:0;}
.favorite-item .top_comment ul{list-style:none;margin:0;padding:0;}
.favorite-item .top_comment li{padding:0;border:none;margin:0 0 2px;}
.favorite-item .kakaku_month{display:block;background:#eef5fc;border:1px solid #dcebf8;border-radius:8px;padding:8px 12px;margin:10px 0 12px;font-size:13px;color:#333;text-align:left;}
.favorite-item .kakaku_green .enlarge{color:var(--accent-color,#e60012);font-size:20px;font-weight:800;}
.favorite-item .top_kinri{color:#8a97a5;font-size:11px;margin-left:8px;}
.favorite-item .list_details_button{display:inline-block;background:var(--main-color,#1560ac);color:#fff;text-align:center;padding:10px 26px;border-radius:8px;font-weight:700;font-size:14px;margin-top:auto;transition:.15s;}
.favorite-item a:hover .list_details_button{opacity:.9;}

/* フォーム */
#contact-form-container,.wpcf7{max-width:860px;margin:0 auto;}
h2.matometecontact{background:var(--main-color,#1560ac)!important;color:#fff;border-radius:10px;padding:14px 22px;font-size:20px;margin:34px 0 20px;border:none;text-align:center;}
dl#matometeform{margin:0;}
dl#matometeform dt{font-weight:700;color:#333;font-size:14px;margin:14px 0 6px;}
dl#matometeform dt .required,dl#matometeform dt span{font-size:12px;}
dl#matometeform dd{margin:0 0 4px;}
#matometeform input[type=text],#matometeform input[type=email],#matometeform input[type=tel],#matometeform select,#matometeform textarea{width:100%;box-sizing:border-box;padding:11px 13px;border:1px solid #cdd8e3;border-radius:8px;font-size:15px;background:#fff;}
#matometeform input:focus,#matometeform select:focus,#matometeform textarea:focus{outline:none;border-color:var(--main-color,#1560ac);box-shadow:0 0 0 3px rgba(21,96,172,.12);}
#matometeform .wpcf7-list-item{display:inline-block;margin:4px 14px 4px 0;font-size:14px;}
.wpcf7-form textarea{min-height:120px;line-height:1.6;}
.wpcf7-form input.wpcf7-submit{display:block;width:100%;max-width:360px;margin:24px auto 6px;background:var(--accent-color,#e60012);color:#fff;border:none;border-radius:999px;padding:15px 20px;font-size:17px;font-weight:800;cursor:pointer;box-shadow:0 6px 16px rgba(230,0,18,.28);transition:.15s;}
.wpcf7-form input.wpcf7-submit:hover{transform:translateY(-2px);opacity:.95;}
.recaptchamessage{max-width:860px;margin:10px auto 0;font-size:11px;color:#999;text-align:center;}

@media(max-width:640px){
    .favorite-item{flex-direction:column;gap:12px;}
    .favorite-item .list_picsam{flex-basis:auto;width:100%;}
    .favorite-item .box2image{height:200px!important;}
    .favorite-item h2.entry-title{margin-right:0!important;}
    .favorite-item .remove-favorite-button{position:static;margin:8px 0 0;align-self:flex-start;}
}


/* ===== 売却サイト誘導バナー ===== */
.baikyaku-banner-v3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  min-height: 180px;
  padding: 25px;
  box-sizing: border-box;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  max-width: 1100px;
  margin: 0 auto 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  overflow: hidden;
  background-image: linear-gradient(to right, rgba(255,255,255,1) 20%, rgba(255,255,255,0.85) 75%, rgba(255,255,255,0.2) 100%), url('https://cdn.img-asp.jp/cms/694032_1_0_0_1.jpg');
  background-position: left center, right center;
  background-size: cover, cover;
  background-repeat: no-repeat;
}
.baikyaku-banner-v3:hover {
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
  transform: translateY(-2px);
}
.baikyaku-banner-v3 .banner-top {
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 2;
}
.baikyaku-banner-v3 .banner-logo {
  max-width: 320px;
  height: auto;
  margin-bottom: 15px;
}
.baikyaku-banner-v3 .banner-catch {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 0;
  line-height: 1.4;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(255,255,255,0.9), -2px -2px 4px rgba(255,255,255,0.9);
}
.baikyaku-banner-v3 .banner-bottom {
  align-self: flex-end;
  margin-top: auto;
  z-index: 2;
}
.baikyaku-banner-v3 .banner-btn {
  display: inline-block;
  background-color: #0056b3;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
  transition: background-color 0.3s;
  margin-top: 15px;
}
.baikyaku-banner-v3:hover .banner-btn {
  background-color: #004494;
}
@media (max-width: 600px) {
  .baikyaku-banner-v3 {
    min-height: auto;
    padding: 20px 15px;
    background-image: linear-gradient(to bottom, rgba(255,255,255,1) 50%, rgba(255,255,255,0.7) 100%), url('https://cdn.img-asp.jp/cms/694032_1_0_0_1.jpg');
  }
  .baikyaku-banner-v3 .banner-logo {
    max-width: 280px;
  }
  .baikyaku-banner-v3 .banner-catch {
    font-size: 18px;
  }
  .baikyaku-banner-v3 .banner-bottom {
    align-self: flex-end;
  }
  .baikyaku-banner-v3 .banner-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

/* ===== 会社案内 写真スライダー .gc-slider（本文インラインのwpautop破損対策でテーマ側に定義） ===== */
.gc-slider{position:relative;max-width:640px;margin:0 auto 30px;}
.gc-slider__viewport{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-radius:8px;}
.gc-slider__viewport::-webkit-scrollbar{display:none;}
.gc-slider__track{display:flex;list-style:none !important;margin:0 !important;padding:0 !important;}
.gc-slider__slide{padding:0 !important;margin:0 !important;}
.gc-slider__slide{flex:0 0 100%;scroll-snap-align:start;}
.gc-slider__slide img{display:block;width:100%;height:320px;object-fit:cover;border-radius:8px;}
.gc-slider__caption{margin:12px 0 0;text-align:center;font-size:15px;line-height:1.6;color:#333;}
.gc-slider__arrow{position:absolute;top:160px;transform:translateY(-50%);width:40px;height:40px;border:none;border-radius:50%;background:rgba(0,0,0,.45);color:#fff;font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;}
.gc-slider__arrow:hover{background:rgba(0,0,0,.7);}
.gc-slider__arrow--prev{left:8px;}
.gc-slider__arrow--next{right:8px;}
.gc-slider__dots{display:flex;justify-content:center;gap:8px;margin-top:14px;}
.gc-slider__dots button{width:9px;height:9px;padding:0;border:none;border-radius:50%;background:#ccc;cursor:pointer;}
.gc-slider__dots button.is-active{background:#666;}
@media (max-width:600px){.gc-slider__slide img{height:220px;}.gc-slider__arrow{top:110px;width:34px;height:34px;font-size:18px;}}
