@charset "UTF-8";
/*
    Template: swell
    Theme Name: イナズマWeb テーマ02
    Theme URI: https://www.wisesips.com/
    Description: イナズマWeb専用のカスタムテーマです。
    Version: 1.0.0
    Author: 有限会社ワイズシップス
    Author URI: https://www.wisesips.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/




/* 全体 */
.post_content>* {
    margin-bottom: 0;
}

.post_content a {
    transition: 0.4s;
}

.post_content p {
    line-height: 30px;
    font-weight: 500;
}

.l-header__inner,
.l-fixHeader__inner {
    max-width: 100%;
}

/* .l-container {
  max-width: none;
  } */

.l-content {
    margin: 0 auto;
}

.l-content p {
    line-height: 28px;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
}

.c-pageTitle__subTitle {
    display: none;
}

.l-topTitleArea .l-topTitleArea__body h1 {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 30px;
    font-family: "Yu Mincho", "游明朝", serif;
}

.l-topTitleArea .l-topTitleArea__body h1 .c-pageTitle__subTitle {
    margin: auto;
    font-style: normal;
    opacity: 1;
}

.l-topTitleArea .l-topTitleArea__body h1 {
    /* font-family: "Cardo", serif; */
}

.l-topTitleArea .l-topTitleArea__body h1 .c-pageTitle__subTitle {
    font-family: "Yu Mincho", "游明朝", serif;
}

.header-menu-btn span {
    font-size: 1.0vw;
}

img {
    pointer-events: none;
}

.swell-block-fullWide+.swell-block-fullWide {
    margin-top: 0;
}

.top #content {
    padding-top: 0;
}

.more_btn a {
    padding: 15px;
}

@media not all and (min-width: 960px) {
    .l-topTitleArea .l-topTitleArea__body h1 {
        font-size: 25px;
    }
}


:root {
    /* メインカラー系 */
    --color_main: #2C6E49;
    --color_main_thin: #5a7ba0;
    --color_main_dark: #00264a;
    --color_main_hover: #245B3D;

    /* テキスト・リンク・見出しなど */
    --color_text: #333333;
    --color_link: #333333;
    --color_htag: #2C6E49;

    /* 背景・グラデーション */
    --color_bg: #ffffff;
    --color_gradient1: #003b6f;
    --color_gradient2: #006cb7;

    /* チェックリスト・アイコンカラー系 */
    --color_list_check: #006cb7;
    --color_list_num: #003b6f;
    --color_list_good: #003b6f;
    --color_list_triangle: #003b6f;
    --color_list_bad: #003b6f;

    /* FAQ */
    --color_faq_q: #003b6f;
    --color_faq_a: #333333;

    /* ヘッダー・フッター */
    --color_header_bg: #ffffff;
    --color_header_text: #333;
    --color_footer_bg: #ffffff;
    --color_footer_text: #333;
}

/* SWELLブロックボタン共通 */
.swell-block-button__link {
    background-color: var(--color_main);
    color: #fff;
    border-radius: 4px;
    padding: 0.8em 2em;
    display: inline-block;
    transition: background-color 0.3s;
    text-decoration: none;
}

/* ホバー時 */
.swell-block-button__link:hover {
    background-color: var(--color_main_hover);
    color: #fff;
}

/* リストスタイルの背景を白に固定 */
.is-style-border_sm,
.is-style-border_md,
.is-style-border_lg {
    background-color: #fff;
}

/* ヘッダー */
.c-gnav {
    padding-top: 20px;
    padding-bottom: 20px;
}

.c-gnav>.menu-item {
    transition: 0.4s;
}

.c-gnav>.menu-item:hover {
    color: var(--color_main);
}

.c-gnav>.menu-item>a {
    /* padding: 24px 12px; */
    padding: 0 12px;
}

.c-gnav>.menu-item>a .ttl {
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    /* font-family: "Cardo", serif; */
}

.c-gnav a::after {
    height: 1px;
}

/* .p-mainVisual__inner img {
  object-position: bottom;
} */


/* 共通 */
.l-content p {
    line-height: 1.8em;
}


/* 
=====================================
  トップページ
=====================================
*/

/* メインビジュアル */
.mv-text-01 p {
    font-size: 30px;
    line-height: 1.5em;
    text-align: center;
    font-family: "Yu Mincho", "游明朝", serif;
    font-weight: bold;
}

@media not all and (min-width: 960px) {
    .mv-text-01 p {
        font-size: 17px;
        line-height: 1.6em;
    }
}

.top-content {
    padding-top: 9em !important;
}

h2,
h3 {
    font-family: "Yu Mincho", "游明朝", serif;
}

.top-content h2,
.subpage-content h2 {
    font-size: 25px;
    line-height: 1.6em;
    /* color: var(--color_main) !important; */
    /* text-align: center; */
}

.top-content .ttl-jp {
    font-size: 25px;
    margin-top: 0;
}

.top-content .ttl-en {
    font-size: 88px;
    opacity: 0.08;
    z-index: 2;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 88px;
    font-weight: 100;
    background: linear-gradient(#143881 0%, #2f5fa2 50%, #4a7dbc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Yu Mincho", "游明朝", serif;
    white-space: nowrap;
}

@media not all and (min-width: 960px) {
    .top-content h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .top-content h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .top-content .ttl-en {
        font-size: 50px;
        width: 100%;
        text-align: center;
        top: -60px;
    }

    .subpage-content h2 {
        margin-bottom: 30px;
    }

    .subpage-content h3 {
        font-size: 20px;
    }
}


/* content */
.ttl_en {
    font-family: "Cardo", serif;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0.05rem;
    /* background: linear-gradient(90deg, #2C6E49 0%, #4CAF50 100%); */
    background: linear-gradient(90deg, #2C6E49 0%, #A1C349 50%, #F6E27F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ttl_jp {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
}

.lower_ttl {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 50px !important;
}

.lower_ttl.ttl_jp {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 60px;
}

@media (max-width: 960px) {
    .top_about_inner .about_inner_title {
        width: 100%;
    }

    .top_about_inner .about_inner_text {
        width: 100%;
    }

    .service_ttl_num {
        font-size: 46px;
        line-height: 46px;
        padding-right: 20px;
    }

    .service_ttl_text {
        margin-top: 0 !important;
        font-size: 25px !important;
    }

    .contact_area .ttl_en {
        font-size: 55px;
    }

    .lower_ttl.ttl_en {
        line-height: 1.2;
    }

    .lower_ttl.ttl_jp {
        margin-bottom: 25px;
    }
}

/* animation */
@-webkit-keyframes passing_bg_bar {
    0% {
        left: 0;
        right: auto;
        width: 0;
    }

    50% {
        left: 0;
        right: auto;
        width: 100%;
    }

    51% {
        left: auto;
        right: 0;
        width: 100%;
    }

    100% {
        left: auto;
        right: 0;
        width: 0;
    }
}

@keyframes passing_bg_bar {
    0% {
        left: 0;
        width: 0;
    }

    50% {
        left: 0;
        width: 100%;
    }

    51% {
        left: 0;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 0;
    }
}

@-webkit-keyframes passing_ttl_txt {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes passing_ttl_txt {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.passing_bg .passing_bg_box {
    display: block;
}

.passing_bg .passing_bg_bar {
    position: relative;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.passing_bg .passing_bg_bar:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: var(--color_main) !important;
}

.passing_bg .passing_ttl_txt {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.passing_bg.move .passing_bg_bar:before {
    -webkit-animation: passing_bg_bar 1s ease 0s 1 normal forwards;
    animation: passing_bg_bar 1s ease 0s 1 normal forwards;
}

.passing_bg.move .passing_ttl_txt {
    -webkit-animation: passing_ttl_txt 0s ease .5s 1 normal forwards;
    animation: passing_ttl_txt 0s ease .5s 1 normal forwards;
}

.passing_bg .ttl_en {
    font-size: 70px;
    font-weight: bold;
    line-height: 1;
}

.passing_bg .ttl_jp {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
}

@media (max-width: 960px) {
    .passing_bg .ttl_en {
        font-size: 55px;
        font-weight: bold;
        line-height: 1;
    }

    .passing_bg .ttl_jp {
        font-size: 25px;
        font-weight: bold;
        line-height: 1.5;
    }
}

/* About */
.top-about p {
    text-align: center;
}

@media not all and (min-width: 960px) {
    .top-about h2 {
        font-size: 22px !important;
    }

    .top-about p {
        text-align: left;
    }
}

/* service */
.service-item-wrap .swell-block-linkList {
    display: flex;
    justify-content: space-between;
    --the-gap: 2.5em .75em !important;
}

.service-item-wrap .swell-block-linkList__item {
    width: 45% !important;
    font-weight: bold;
    line-height: 1.8em;
    padding: 10px 5px;
    font-size: 18px;
}

.service-item-wrap .swell-block-linkList__item a {
    text-decoration: none;
    border-bottom: 1px solid #92a7bd;
}

.service-item-wrap .swell-block-linkList__link:hover {
    text-decoration: none !important;
}

/* .top-service {
    background-color: #ffffff;
    background-size: 15px 15px;
    background-image: radial-gradient(#ededed 1px, transparent 1px);
    background-image: radial-gradient(#eef4fa 1.5px, transparent 1.5px);
} */

@media not all and (min-width: 960px) {
    .top-service p {
        text-align: left;
    }

    .service-item-wrap .swell-block-linkList {
        display: flex;
        flex-direction: column;
        --the-gap: 0.8em .75em !important;
    }

    .service-item-wrap .swell-block-linkList__item {
        width: 90% !important;
        font-size: 17px;
    }
}

/* トップ サービス */
.service_ttl_wrap {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid var(--color_main);
    padding-bottom: 8px;
    font-family: "Yu Mincho", "游明朝", serif;
}

.service_ttl_num {
    font-size: 60px;
    font-weight: bold;
    padding-right: 27px;
    font-style: italic;
    color: var(--color_main);
    line-height: 60px;
}

.service_ttl_wrap .service_ttl_text {
    margin-top: 10px;
    font-size: 30px !important;
}


/* トップ フリーコンテンツ02 */
.top-content.top-free-content-02 h2.ttl-jp {
    margin: 20px 0 40px !important;
}

.top-content.top-free-content-02 .swell-block-fullWide__inner.l-article {
    background-color: #ffffffd4;
    backdrop-filter: blur(2px);
    padding: 50px;
}

.top-content.top-free-content-02 .swell-block-fullWide__inner {
    background-color: #ffffffd4;
    backdrop-filter: blur(2px);
    padding: 50px;
}

.top-content.top-free-content-02 .swell-block-button {
    margin-top: 25px;
    margin-bottom: 40px !important;
}

@media not all and (min-width: 960px) {
    .top-content.top-free-content-02 .swell-block-fullWide__inner.l-article {
        padding: 40px 15px;
    }

    .top-content.top-free-content-02 p {
        text-align: left;
    }

    .top-content.top-free-content-02 .swell-block-button {
        margin-bottom: 15px !important;
    }
}


/* company */
.company-table tr:first-child th,
.company-table tr:first-child td {
    border-top: none;
}

.company-table th {
    border-bottom: 1px solid var(--color_main);
    color: #333;
    padding: 23px 8px;
}

.company-table td {
    padding: 23px 0px 23px 20px;
}

@media (min-width: 600px) {
    .company-table th {
        width: 200px !important;
    }
}

@media not all and (min-width: 960px) {
    .company-table th {
        width: 200px;
        padding: 25px 0px 10px 10px;
    }

    .company-table td {
        padding: 20px 0px 20px 10px;
    }

    .company-table.wp-block-table {
        --table-border: none;
    }
}

/* staff */
.staff_text_wrap>p:nth-child(1) {
    margin-bottom: 3px;
}

.staff_text_wrap .staff {
    font-weight: 600;
    font-size: 25px;
    border-bottom: 1px solid var(--color_main);
    margin-bottom: 30px;
}

.staff_text_wrap .staff span {
    font-size: 18px;
    font-weight: 500;
    padding-left: 25px;
    color: var(--color_main);
}

@media (max-width: 960px) {
    .staff_text_wrap>p:nth-child(1) {
        margin-top: 15px !important;
    }

    .staff_text_wrap>p:nth-child(3) {
        margin-top: 30px;
    }
}

.subpage-content.access {
    background-color: #ffffff;
    /* デフォルト：白 */
}

.subpage-content.access.has-client {
    background-color: #F9F7F2;
    /* 主なお取引先がある場合は色あり */
}

.subpage-content.access h2 {
    margin-top: 0 !important;
}




/* トップページ お知らせ一覧 */
.p-postList__item .p-postList__body {
    display: flex;
    align-items: center;
    width: 100%;
}

.p-postList__item .p-postList__meta {
    display: contents;
}

.p-postList__item .p-postList__times {
    color: #252525;
    width: 10%;
    justify-content: center;
    margin-right: 3em;
}

.p-postList__item .p-postList__cat {
    width: 10%;
    text-align: center;
    padding: 4px;
}

.p-postList__item .p-postList__title {
    width: 80%;
    font-weight: 500;
}

/* 日付とカテゴリーのアイコン非表示 */
.p-postList__item time.c-postTimes__posted.icon-posted::before,
.p-postList__item span.p-postList__cat.icon-folder::before {
    display: none;
}

.p-postList__item .p-postList__cat,
.p-postList__item time.c-postTimes__posted {
    font-size: 15px;
}

.p-postList__item .p-postList__link:hover {
    background-color: #fff;
    color: #2F4E9A;
}

.p-postList__item .p-postList__cat {
    color: #19397a;
    border: 1px solid #19397a;
    background-color: #fff;
    margin-right: 10px;
}

/* 詳細ページ 見出し下のカテゴリー非表示 */
.p-articleFoot {
    display: none;
}

/* 詳細ページ 見出し下のカテゴリー */
.p-articleMetas .c-categoryList::before {
    display: none;
}

.p-articleMetas .c-categoryList a {
    font-size: 13px;
    color: #0077FF;
    border: 1px solid #0077FF;
    background-color: #fff;
}

@media not all and (min-width: 960px) {

    .p-postList__item .p-postList__body {
        flex-direction: column;
    }

    .p-postList__item .p-postList__meta {
        display: flex;
        width: 100%;
    }

    .p-postList__item .p-postList__times {
        width: 25%;
        justify-content: left;
    }

    .p-postList__item .p-postList__cat {
        width: 25%;
        text-align: center;
        padding: 4px;
    }

    .p-postList__item .p-postList__title {
        width: 100%;
        margin-top: 5px;
    }
}


/* Contact */
/* Contact */
.contact-area .l-article {
    background-color: #ffffff96;
    backdrop-filter: blur(2px);
    padding: 50px;
}

.p-blogParts .contact-area .ttl-en {
    font-family: "Cardo", serif;
    font-size: 70px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 0;
    margin-bottom: 0;
}

.contact-area .ttl-jp {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0 50px;
    text-align: center;
}

.contact-area .swell-block-columns__inner {
    justify-content: center;
}

.contact-area .contact-btn a {
    padding: 15px;
    font-size: 18px;
}

@media not all and (min-width: 960px) {
    .contact-area .l-article {
        padding: 50px 15px;
        margin: 25px;
    }

    .contact-area .contact-btn {
        --the-width: 80% !important;
    }

    .contact-area .contact-btn a {
        font-size: 16px;
    }

    .contact-area .ttl-en {
        font-size: 55px;
        font-weight: bold;
        line-height: 1;
    }

    .contact-area .ttl-jp {
        font-size: 25px;
        font-weight: bold;
        line-height: 1.5;
    }
}

/* フッター */
.w-beforeFooter {
    margin-top: 0;
}


/* 下層ページ */
.subpage-content.service-menu {
    justify-content: space-around;
    padding: 20px 0;
    font-weight: bold;
}

.subpage-content.service-menu .swell-block-linkList__link svg {
    transform: rotate(90deg);
}

.subpage-content.service ul li:not(:last-child) {
    padding-bottom: 5px;
}

.subpage-content.service-02 .price-list {
    width: 80%;
}

@media not all and (min-width: 960px) {
    .subpage-content.service h3 {
        margin-bottom: 20px;
    }

    .subpage-content.service-menu li {
        width: 48% !important;
        padding-bottom: 10px;
    }

    .subpage-content.service-menu li a {
        border-bottom: 1px solid #92a7bd;
    }

    .subpage-content.service-02 .price-list {
        width: 100%;
    }
}


/* リストブロック */
.wp-block-group.has-border.-border02.is-style-bg_grid,
.wp-block-group.is-style-big_icon_good,
.wp-block-group.is-style-big_icon_point {
    background-color: #fff;
}







/* 
=====================================
  お問い合わせページ
=====================================
*/
/* contact form */
.contact_form_wrap {
    margin: auto;
}

.contact_form_inner div {
    display: flex;
    border-top: 1px solid #ebebeb;
}

.contact_form_inner dt,
.contact_form_inner dd {
    padding: 25px 15px;
}

.contact_form_inner dt {
    width: 25%;
}

.contact_form_inner dt p {
    font-weight: bold;
}

.contact_form_inner dd p select,
.contact_form_inner dd p option {
    font-weight: 500;
}

.contact_form_inner .zip-code-wrap {
    display: flex;
    align-items: center;
}

.contact_form_inner dd .wpcf7-list-item:not(:last-child) {
    padding-bottom: 5px;
}

.contact_form_confirmation {
    margin: 70px 0 24px;
    text-align: center;
}

.contact_form_confirmation .wpcf7-list-item-label {
    border-bottom: 2px solid red;
}

.contact_form_btn_send {
    margin: 70px 0 24px;
    padding: 0 15px;
    text-align: center;
}

.contact_form_btn_send input {
    background: #414141;
    color: #fff;
    font-weight: bold;
    width: 140px;
    padding: 10px;
    border: none;
}

.contact_form_btn_send {
    padding: 0 15px;
    text-align: center;
}

.contact_form_btn_send input,
.contact_form_btn_send button {
    background: #414141;
    color: #fff;
    font-weight: bold;
    width: 140px;
    padding: 10px;
    border: none;
    cursor: pointer;
}

.contact_form_btn_send button:hover {
    background: #666;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #0d73c0;
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #e41212;
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
    color: #e41212;
}

.wpcf7 form .acceptance-privacy-policy {
    background-color: #efefef;
    padding: 30px;
}

.wpcf7-not-valid-tip {
    color: red;
    font-weight: 500;
}

.contact-recapcha {
    font-size: 13px;
    color: #6e6e6e;
    margin-top: 80px;
}

/* === モーダルの背景（非表示＆中央配置）=== */
#confirm-modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: auto;
    margin-top: 30px;
    padding: 20px;
    z-index: 99999 !important;
    transform: none !important;
    top: 0;
    left: 0;


}

/* === モーダル本体のボックス === */
.modal-box {
    background: #fff;
    width: 90%;
    max-width: 600px;
    padding: 20px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    margin: auto;
    max-height: 70vh;
    /* ← モーダル内に収まるよう制限 */
    overflow-y: auto;
    /* ← 内容が長くなったときにスクロール */
}

/* === モーダル見出し === */
.modal-heading {
    background: #0066cc;
    color: #fff;
    padding: 10px;
    margin: -20px -20px 20px;
    font-size: 18px;
}

/* === ボタンエリア中央寄せ＆横並び === */
#confirm-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

/* === ボタン共通スタイル === */
#confirm-buttons button {
    font-size: 16px;
    font-weight: bold;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    transition: background 0.3s ease, transform 0.2s ease;
}

#back-btn {
    background: #ccc;
    color: #333;
}

#back-btn:hover {
    background: #bbb;
    transform: translateY(-1px);
}

#final-submit-btn {
    background: #0066cc;
    color: #fff;
}

#final-submit-btn:hover {
    background: #005bb5;
    transform: translateY(-1px);
}

.message .inquiry-details {
    width: 100%;
}

@media (max-width: 960px) {
    .contact_form_wrap {
        width: 100%;
    }

    .contact_form_inner div {
        flex-direction: column;
    }

    .contact_form_inner dt {
        width: 100%;
        padding: 15px 0;
    }

    .contact_form_inner dd {
        padding: 0 0 15px;
    }

    .contact_form_inner dd .wpcf7-text {
        width: 100%;
    }

    .contact_form_inner>div:nth-child(6)>dd>p>span>textarea {
        width: 100%;
    }

    .contact_form_inner textarea.message-area {
        width: 100%;
    }

    .wpcf7 form .acceptance-privacy-policy {
        padding: 20px;
        font-size: 14px;
    }

    .wpcf7-list-item {
        font-size: 14px;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}






/* トップ物件一覧ページ */
.top-property .top-property-inner {
    margin-bottom: 80px;
}

.top-property .top-property-inner h3 {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.estate-list-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.post_content .estate-list-wrap .estate-list-block,
.custom-estate-list .estate-list-block {
    /* width: calc(23% - -8px); */
    width: calc(23% - -6px);
    /* ブロックの幅を動的に計算し、マージンを考慮する */
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    /* border-radius: 10px; */
    /* box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05); */
    border: 1px solid #e6e6e6;
    line-height: 1.4;
}

.post_content .estate-list-wrap .estate-list-block {
    margin-bottom: 20px !important;
}

.estate-list-block:not(:nth-child(4n)) {
    margin-right: 20px;
}

.estate-list-img {
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ededed;
    /* border-radius: 10px 10px 0 0; */
}

.estate-list-img img {
    height: 100%;
    /* border-radius: 10px 10px 0 0; */
    object-fit: cover;
}

.estate-list-text-wrap {
    padding: 15px 10px 20px;
}

/* .estate-list-text-wrap .estate-list-details span {
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  line-height: 2.3rem;
  padding: 3px 5px;
  margin-right: 8px;
} */

.estate-list-block h3 {
    font-size: 17px;
    margin: 0;
    padding: 0 0 5px 0;
    color: var(--color_text);
}

.estate-list-block h3::before {
    background: none;
}

.estate-list-category {
    display: inline-block;
    background-color: var(--color_main);
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    padding: 3px 15px;
}

/* .estate-list-block p {
  font-size: 15px;
  margin-bottom: 3px;
  line-height: 1.6;
  color: var(--color_text);
} */

.estate-list-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: var(--color_text);
}

.estate-list-details div {
    display: flex;
    align-items: center;
}

.estate-list-details dt {
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    padding: 3px 5px;
    margin-right: 8px;
    white-space: nowrap;
    min-width: 50px;
    /* ここを最大の文字幅に合わせる */
    text-align: center;
    display: inline-block;
}

.estate-list-details dd {
    margin: 0;
    flex: 1;
    font-size: 15px;
}

.estate-list-block p.estate-list-price {
    font-size: 17px;
    font-weight: bold;
    color: #eb0f2c;
    margin-bottom: 7px;
}

.estate-list-block p .fa-solid {
    padding-right: 3px;
}

@media screen and (max-width: 959px) {
    .estate-list-wrap {
        justify-content: space-between;
    }

    .post_content .top-property-list .estate-list-block,
    .post_content .property-list-page .estate-list-block {
        width: 100%;
        margin-bottom: 40px !important;
    }

    .estate-list-block:not(:nth-child(4n)) {
        margin-right: 0;
    }
}

@media screen and (max-width: 599px) {

    /* トップページの物件一覧 */
    .top-property .top-property-inner {
        margin-bottom: 60px;
    }

    .top-property-list {
        width: 100%;
        /* margin: 0 auto 5% auto; */
        margin-bottom: 0;
        padding: 0 0 15px 0;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        /* スマホでのスムーズスクロールを有効にする */
    }

    /* 下のスクロールバーを非表示にする */
    /* .top-property-list::-webkit-scrollbar {
    display: none;
  } */

    .top-property-list .estate-list-block {
        min-width: 75%;
        /* height: 100%; */
        /* max-height: 410px; */
    }

    .top-property-list .estate-list-block {
        margin-right: 30px;
    }

    .property-list-page .estate-list-block,
    .custom-estate-list .estate-list-block {
        width: 100%;
    }

    .custom-estate-list .estate-list-block {
        margin-bottom: 40px;
    }

    .estate-list-img {
        /* height: auto; */
        /* max-height: 280px; */
        max-height: 180px;
    }

    .estate-list-img img {
        max-height: 180px;
        object-fit: cover;
    }
}

/* 物件一覧ページ */
.custom-estate-list {
    margin-bottom: 100px;
}

.custom-estate-list h1 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 50px;
}

.custom-estate-list .pagination {
    display: flex;
    justify-content: center;
}

.post_content .property-list-pagination .page-numbers {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

.estate-list-wrap::after {
    content: "";
    width: 23%;
}

/* .estate-list-wrap .estate-list-block:last-child {
  margin-bottom: 20px !important;
} */

.c-scrollHint {
    display: none;
}

/* 画面幅が600px以下（スマホサイズ）のときに表示 */
@media (max-width: 600px) {
    .c-scrollHint {
        display: block;
    }
}


/* 物件詳細ページ */
.article-single-property {
    margin-bottom: 100px;
}

.estate-detail-ttl {
    margin-bottom: 30px;
    width: 100%;
}

.estate-detail-ttl h1 {
    font-size: 30px;
    width: 100%;
    display: flex;
    align-items: center;
}

.estate-detail-ttl .estate-category {
    background-color: var(--color_main);
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    height: fit-content;
    margin-right: 12px;
    padding: 4px 15px;
}

.article-single-property h2 {
    font-size: 22px;
    border-bottom: 3px solid #333;
    margin-top: 75px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.article-single-property h3 {
    margin: 20px 0 7px;
}

.estate-detail-info .estate-price dl {
    display: flex;
    align-items: baseline;
    font-size: 18px;
    color: #eb0f2c;
}

.estate-detail-info .estate-price dl dd p {
    padding-left: 5px;
}

.estate-detail-info .estate-price dl dd span {
    font-size: 36px;
    font-weight: bold;
}

.estate-detail-info .estate-info-list dl {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}

.estate-detail-info .estate-info-list dl dt {
    background: #f5f5f5;
    border-radius: 3px;
    font-weight: bold;
    width: 20%;
    padding: 5px 8px;
}

.estate-detail-info .estate-info-list dl dd {
    padding: 0 10px;
    width: 80%;
}

.estate-detail-info .recommended-point {
    border: 2px solid #282828;
    border-radius: 5px;
    margin-top: 50px;
    padding: 10px;
}

.estate-detail-info .recommended-point dl dt {
    color: #282828;
    font-weight: bold;
    margin-bottom: 5px;
}

.estate-facility-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.estate-facility-list ul li {
    padding: 4px 20px;
    border: 1px solid #c0d9ff;
    background-color: #f5fbff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.3;
    margin: 5px;
}

.estate-detail-tbl table {
    font-size: 15px;
}

.estate-detail-tbl table th {
    background: #ececec;
    text-align: left;
    width: calc(35% / 2) !important;
}

.estate-detail-tbl table td {
    width: calc(65% / 2);
}

@media not all and (min-width: 960px) {
    .estate-detail-ttl {
        margin-bottom: 15px;
    }

    .estate-detail-ttl h1 {
        font-size: 25px;
    }

    .article-single-property h2 {
        margin-top: 50px;
    }

    .estate-detail-ttl .estate-category {
        display: block;
        width: fit-content;
        font-size: 13px;
        margin-bottom: 5px;
    }

    .estate-detail-info .estate-info-list dl dd {
        width: calc(100% - 100px);
    }

    .estate-detail-tbl table {
        font-size: 14px;
    }

    .estate-detail-tbl table th {
        width: 100% !important;
        padding: 10px;
    }

    .estate-detail-tbl table td {
        padding: 12px 10px;
    }
}

/* 物件詳細 画像スライド */
.estate-main-info .estate-slider a.fancybox.image {
    display: block;
    width: 100%;
    height: 100%;
}

.estate-main-info .estate-slider a.fancybox.image:focus {
    outline: none;
}

.estate-main-info .swiper-slide {
    height: auto;
}

.estate-main-info .swiper-slide.main-slide a {
    display: block;
    position: relative;
    height: 400px !important;
    background: #ededed;
    box-sizing: border-box;
    overflow: hidden;
}

.estate-main-info .swiper-slide.main-slide a img {
    display: block;
    position: absolute;
    left: 50%;
    max-height: 400px;
    width: auto;
    top: 50%;
    transform: translate(-50%, -50%);
}


.estate-main-info .thumbnail img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

@media not all and (min-width: 960px) {
    .estate-main-info .swiper-slide.main-slide a {
        height: 260px !important;
    }
}











.scroll-catch-block {
    background: radial-gradient(circle at center, #f7f6f2 0%, #ffffff 100%);
    padding: 6em 2em 5em;
    text-align: center;
    margin: 0 auto;
    border-radius: 12px;
}

.scroll-catch-block h2 {
    font-size: 2rem;
    margin-bottom: 1em;
    letter-spacing: 0.05em;
}











/* .about_inner_title {
  position: relative;
  background-image: url('http://th-tochi.wisesips.net/wp-content/uploads/2025/08/sample_bg.png');
  background-size: cover;
	background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6em 2em;
  overflow: hidden;
  z-index: 0;
}

.about_inner_title::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 1;
}

.about_inner_title > * {
  position: relative;
  z-index: 2;
} */