@charset "UTF-8";
/*
    Template: swell
    Theme Name: イナズマWeb テーマ04
    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;
}

/* h2,
h3 {
    font-family: "Noto Serif JP", serif;
} */

img {
    pointer-events: none;
}

[class*="is-style-btn_"] a {
    --the-btn-radius: 6px;
}

.btn-design-02 {
    --the-btn-radius: 6px;
}

.more_btn a {
    padding: 15px;
}

.swell-block-fullWide+.swell-block-fullWide {
    margin-top: 0;
}

.top #content {
    padding-top: 0;
}

.blog .l-content,
.single-post .l-content,
.archive .l-content {
    padding-bottom: 5em !important;
}


/* ============================================
   見出し・本文の共通設定
   ============================================ */

/* 英字見出し */
.top-content .ttl-en,
.subpage-content .ttl-en,
.subpage-content .ttl-en-sub,
.contact-area .ttl-en {
    color: var(--color_en_heading);
    font-family: "Montserrat", sans-serif;
}

/* 日本語見出し */
.top-content .ttl-jp,
.subpage-content .ttl-jp,
.contact-area .ttl-jp {
    color: var(--color_htag);
    font-family: "Noto Sans JP", "Yu Gothic",
        "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 700;
}


/* ============================================
   トップページ共通
   ============================================ */

/* 英字見出し */
.top-content .ttl-en {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

/* 日本語見出し */
.top-content .ttl-jp {
    margin: 0 0 24px;
    font-size: clamp(30px, 2.4vw, 40px);
    line-height: 1.45;
    letter-spacing: 0.02em;
}

/* 本文 */
.top-content .paragraph {
    margin: 0;
    color: var(--color_text);
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.02em;
}

/* トップページ共通：スマホ */
@media (max-width: 767px) {

    .top-content .ttl-en,
    .subpage-content .ttl-en {
        margin-bottom: 10px;
        font-size: 11px;
    }

    .top-content .ttl-jp {
        margin-bottom: 18px;
        font-size: 28px;
        line-height: 1.5;
    }

    .top-content .paragraph {
        font-size: 14px;
        line-height: 1.9;
    }
}


/* ============================================
   通常のh2・h3
   ttl-jpには適用しない
   ============================================ */

.top-content h2:not(.ttl-jp),
.subpage-content h2:not(.ttl-jp) {
    margin-bottom: 1.5em;
    font-size: 32px;
    line-height: 1.6;
}

.top-content h3,
.subpage-content h3 {
    font-size: 1.3em;
}

/* 通常のh2・h3：スマホ */
@media (max-width: 767px) {

    .top-content h2:not(.ttl-jp),
    .subpage-content h2:not(.ttl-jp) {
        margin-bottom: 30px;
        font-size: 25px;
    }

    .top-content h3,
    .subpage-content h3 {
        margin-bottom: 25px;
        font-size: 20px;
    }
}


/* ============================================
   下層ページ
   ============================================ */

/* 英字見出し */
.subpage-content .ttl-en {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-align: left;
    white-space: normal;
}

/* 下層ページの日本語見出し */
.subpage-content h2.ttl-jp {
    margin: 0 0 24px;
    font-size: clamp(28px, 2.6vw, 36px);
    line-height: 1.45;
    letter-spacing: 0.02em;
}

.subpage-content .ttl-en-sub {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.5px;
    white-space: nowrap;
}


/* ============================================
   コンタクトエリア
   ============================================ */

.contact-area .ttl-en {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.contact-area .ttl-jp {
    margin: 5px 0 0;
    font-size: 35px;
    line-height: 1.4;
    text-align: center;
}

/* コンタクトエリア：スマホ */
@media (max-width: 767px) {
    .contact-area .ttl-en {
        font-size: 12px;
        white-space: normal;
    }

    .contact-area .ttl-jp {
        font-size: clamp(28px, 8vw, 36px);
    }
}


/* ============================================
   ボタン共通
   ============================================ */

/* SWELLブロックボタン共通 */
.swell-block-button .swell-block-button__link {
    padding: 1em 2em;
}

/* ボタンデザイン01 */
.swell-block-button.btn-design-01 .swell-block-button__link {
    min-height: 52px;
    padding: 0 28px;
    color: var(--btn_text);
    font-size: 14px;
    font-weight: 700;
    background-color: var(--btn_bg);
    border-radius: 0;
    box-shadow: none;
}

.swell-block-button.btn-design-01 .__icon {
    fill: var(--color_accent);
}

.swell-block-button.btn-design-01 .swell-block-button__link:hover {
    color: var(--btn_text);
    background-color: var(--btn_bg_hover);
    opacity: 1;
}

/* ボタンデザイン02 */
.swell-block-button.btn-design-02 a {
    font-weight: bold;
    box-shadow: var(--swl-btn_shadow);
}

.swell-block-button.btn-design-02 a span {
    text-shadow: none;
}

.swell-block-button.btn-design-02 a:hover {
    border: 1px solid;
    box-shadow:
        0 4px 12px var(--color_shadow),
        0 12px 24px -12px var(--color_shadow_dark);
}

/* ボタン共通：スマホ */
@media (max-width: 767px) {
    .swell-block-button.btn-design-01 .swell-block-button__link {
        min-height: 50px;
        padding: 0 24px;
        font-size: 14px;
    }
}


/* ============================================
   ヘッダー
   ============================================ */

.l-header__inner,
.l-fixHeader__inner {
    max-width: 100%;
}

/* .l-container {
    max-width: none;
} */

.l-content {
    margin: 0 auto;
}

.l-content h1 {
    padding-top: 24px;
    font-size: 35px;
    text-align: center;
}

.l-content p {
    line-height: 2em;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
}

.l-topTitleArea .l-topTitleArea__body h1 {
    display: flex;
    flex-direction: column;
    font-size: 30px;
    text-align: center;
}

.l-topTitleArea .l-topTitleArea__body h1 .c-pageTitle__subTitle {
    margin: auto;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    opacity: 1;
}

.header-menu-btn span {
    font-size: 1vw;
}

.c-gnav {
    padding-top: 20px;
    padding-bottom: 20px;
}

.c-gnav>.menu-item {
    transition: 0.4s;
}

.c-gnav>.menu-item>a {
    padding: 0 12px;
}

.c-gnav>.menu-item>a .ttl {
    display: block;
    color: var(--color_header_text);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

.c-gnav a::after {
    height: 1px;
}

/* .l-fixHeader::before {
    opacity: 0.9;
} */

/* .p-mainVisual__inner img {
    object-position: bottom;
} */

#top_title_area .l-topTitleArea__img {
    object-position: center 10%;
}

/* ヘッダー：タブレット・スマホ */
@media not all and (min-width: 960px) {
    .l-topTitleArea .l-topTitleArea__body h1 {
        font-size: 25px;
    }
}


/* ============================================
   ページタイトル
   英語を上、日本語を下へ
   ============================================ */

#top_title_area .c-pageTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2em;
}

#top_title_area .c-pageTitle__subTitle {
    order: -1;
    display: block;
    color: var(--color_en_heading);
}


/* ============================================
   トップページ：メインビジュアル
   ============================================ */

/* メインビジュアル内のテキストカード */
.mv-inner-text {
    box-sizing: border-box;
    width: min(720px, calc(100% - 48px));
    margin-right: auto;
    margin-left: clamp(0px, 3vw, 50px);
    padding: 52px;
    color: var(--mv_text_color);
    background: var(--mv_card_bg);
    box-shadow:
        0 18px 50px var(--color_shadow_dark);
}

/* メインコピー */
.mv-inner-text .mv-text-maintext {
    display: inline-block;
    margin: 0;
    padding-bottom: 0.2em;
    color: inherit;
    font-family: "Noto Serif JP", "Yu Mincho",
        "Hiragino Mincho ProN", serif;
    font-size: clamp(32px, 2.8vw, 40px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
    line-break: strict;
    white-space: nowrap;

    border-bottom: 1px solid currentColor;

    opacity: 0;
    transform: translateY(20px);
    animation: mv-slide-up 0.9s ease forwards;
    animation-delay: 0.2s;
}

/* サブコピー */
.mv-inner-text .mv-text-subtext {
    max-width: none;
    margin: 24px 0 0;
    color: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
    line-break: strict;
    white-space: normal;

    opacity: 0;
    transform: translateY(20px);
    animation: mv-slide-up 0.9s ease forwards;
    animation-delay: 0.4s;
}

/* メインビジュアル アニメーション */
@keyframes mv-slide-up {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* 管理画面が未入力のときは空欄ごと非表示 */
.mv-inner-text .mv-text-maintext:empty,
.mv-inner-text .mv-text-subtext:empty {
    display: none;
}

/* メインビジュアル：スマホ */
@media (max-width: 767px) {
    .mv-inner-text {
        width: calc(100% - 32px);
        margin-right: 16px;
        margin-left: 16px;
        padding: 26px 18px 28px;
        background: var(--mv_card_bg_sp);
    }

    .mv-inner-text .mv-text-maintext {
        font-size: clamp(20px, 5.5vw, 22px);
        line-height: 1.7;
        letter-spacing: 0;
        white-space: nowrap;
    }

    .mv-inner-text .mv-text-subtext {
        margin-top: 18px;
        font-size: 13.5px;
        line-height: 1.9;
    }
}


/* ============================================
   常盤商事について
   ============================================ */

/* リッチカラムの上下位置 */
.top-about .swell-block-columns__inner {
    align-items: center;
    justify-content: space-between;
}

/* 画像枠 */
.top-about-image {
    position: relative;
    aspect-ratio: 4 / 3;
    margin: 0;
    overflow: hidden;
    border-radius: 0 70px 0 0;
}

/* 画像 */
.top-about-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 常盤商事について：スマホ */
@media (max-width: 767px) {
    .top-about-image>.wp-block-paragraph {
        border-radius: 0 42px 0 0;
    }
}


/* ============================================
   事業内容
   DESIGN 04・段差なし
   ============================================ */

/* セクション見出し */
.top-business .ttl-en,
.top-business .ttl-jp {
    text-align: center;
}

/* 導入文 */
.top-business-intro {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.top-business-intro p {
    margin: 0;
    color: var(--color_text);
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.02em;
}

/* 4カラム全体 */
.top-business-list {
    margin-top: 52px;
}

/* カードの高さをそろえる */
.top-business-list .swell-block-columns__inner {
    align-items: stretch;
}

/* 各カード */
.top-business-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    min-height: 100%;
    padding-bottom: 30px;
    overflow: hidden;
    background-color: var(--color_bg_white);
    border: 1px solid var(--color_border);
    border-radius: 0 36px 0 0;
}

/* 画像枠 */
.top-business-image {
    flex: none;
    width: 100%;
    aspect-ratio: 3 / 2;
    margin: 0;
    overflow: hidden;
    background-color: var(--estate_img_bg);
}

/* WordPressグループブロック */
.top-business-image>.wp-block-group__inner-container {
    width: 100%;
    height: 100%;
}

/* WordPress画像ブロック */
.top-business-image figure,
.top-business-image .wp-block-image,
.top-business-image p {
    width: 100%;
    height: 100%;
    margin: 0;
}

/* 画像 */
.top-business-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 番号の配置枠 */
.top-business-number {
    position: relative;
    z-index: 1;
    height: 0;
    margin: 0;
    pointer-events: none;
}

.top-business-number>.wp-block-group__inner-container {
    height: 0;
}

/* 01〜04 */
.top-business-number p {
    position: absolute;
    top: -16px;
    right: 14px;
    margin: 0;
    color: var(--color_accent);
    font-family: "Montserrat", sans-serif;
    font-size: 78px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.05em;
    opacity: 0.13;
}

/* カードタイトル */
.top-business .top-business-title {
    position: relative;
    z-index: 2;
    margin: 32px 22px 0;
    padding: 0;
    color: var(--color_main);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    background: none;
    border: 0;
    box-shadow: none;
}

/* SWELLの見出し装飾を解除 */
.top-business .top-business-title::before,
.top-business .top-business-title::after {
    display: none;
}

/* 説明文の枠 */
.top-business-text {
    position: relative;
    z-index: 2;
    margin: 14px 22px 0;
}

/* 説明文 */
.top-business-text p {
    margin: 0;
    color: var(--color_text);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.85;
    letter-spacing: 0.02em;
}

/* カード内リンク */
.top-business .top-business-link {
    box-sizing: border-box;
    width: 100%;
    margin: auto 0 0 !important;
    padding: 26px 22px 30px !important;
}

/* カード内リンクをテキスト型にする */
.top-business .top-business-link .swell-block-button__link {
    min-height: 0;
    padding: 0;
    color: var(--color_main);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

/* 矢印 */
.top-business .top-business-link .__icon {
    margin-left: 8px;
    fill: var(--color_accent);
}

/* ホバー */
.top-business .top-business-link .swell-block-button__link:hover {
    color: var(--color_main_hover);
    background: transparent;
    opacity: 1;
}

/* セクション下部の「事業内容を詳しく見る」 */
.top-business .swell-block-fullWide__inner>.btn-design-01:not(.top-business-link) {
    margin-top: 32px;
}

/* ============================================
   カード内リンクのホバーアニメーション
   ============================================ */

/* リンク文字 */
.top-business .top-business-link .swell-block-button__link span {
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
}

/* 文字下の線 */
.top-business .top-business-link .swell-block-button__link span::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: var(--color_accent);
    content: "";
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s ease;
}

/* 矢印 */
.top-business .top-business-link .__icon {
    margin-left: 8px;
    fill: var(--color_accent);
    transition: transform 0.3s ease;
}

/* ホバー時：線を左から右へ表示 */
.top-business .top-business-link .swell-block-button__link:hover span::after {
    transform: scaleX(1);
}

/* ホバー時：矢印を右へ移動 */
.top-business .top-business-link .swell-block-button__link:hover .__icon {
    transform: translateX(5px);
}

/* キーボード操作時も同じ動き */
.top-business .top-business-link .swell-block-button__link:focus-visible span::after {
    transform: scaleX(1);
}

.top-business .top-business-link .swell-block-button__link:focus-visible .__icon {
    transform: translateX(5px);
}

/* 動きを抑える設定を使用している場合 */
@media (prefers-reduced-motion: reduce) {

    .top-business .top-business-link .swell-block-button__link span::after,
    .top-business .top-business-link .__icon {
        transition: none;
    }
}


/* ============================================
   事業内容：スマホ
   ============================================ */

@media (max-width: 767px) {
    .top-business-intro {
        text-align: left;
    }

    .top-business-intro p {
        font-size: 14px;
        line-height: 1.9;
    }

    .top-business-list {
        margin-top: 34px;
    }

    .top-business-item {
        padding-bottom: 24px;
        border-radius: 0 28px 0 0;
    }

    .top-business-number p {
        top: -12px;
        right: 12px;
        font-size: 64px;
    }

    .top-business .top-business-title {
        margin: 27px 18px 0;
        font-size: 19px;
    }

    .top-business-text {
        margin: 12px 18px 0;
    }

    .top-business-text p {
        font-size: 14px;
        line-height: 1.85;
    }

    .top-business-link {
        margin: auto 18px 0 !important;
        padding-top: 22px;
    }

    .top-business .swell-block-fullWide__inner>.btn-design-01:not(.top-business-link) {
        margin-top: 22px;
    }
}


/* ============================================
   事業内容：スマホ
   ============================================ */

@media (max-width: 767px) {
    .top-business-list {
        margin-top: 34px;
    }

    .top-business-item {
        border-radius: 0 28px 0 0;
    }

    .top-business-number p {
        top: -12px;
        right: 12px;
        font-size: 64px;
    }

    .top-business .top-business-title {
        margin: 27px 18px 0;
        font-size: 19px;
    }

    .top-business-text {
        margin: 12px 18px 0;
    }

    .top-business-text p {
        font-size: 13px;
        line-height: 1.85;
    }

    .top-business-link {
        margin-right: 18px;
        margin-bottom: 22px;
        margin-left: 18px;
        padding-top: 20px;
    }

    .top-business .swell-block-fullWide__inner>.btn-design-01:not(.top-business-link) {
        margin-top: 22px;
    }
}




/* ============================================
   キッチンカー
   ============================================ */

/* セクション背景 */
.top-kitchencar {
    overflow: hidden;
    /* background-color: #FFF7EC; */
}

/* リッチカラムの上下位置 */
.top-kitchencar .swell-block-columns__inner {
    align-items: center;
}

/* 説明文 */
.top-kitchencar-text {
    max-width: 540px;
}

.top-kitchencar-text p {
    margin: 0;
    color: var(--color_text);
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.02em;
}

/* ボタンの上の余白 */
.top-kitchencar .swell-block-button {
    margin-top: 18px;
}

/* 画像グループ */
.top-kitchencar-image,
.top-kitchencar-image>.wp-block-group__inner-container {
    width: 100%;
    max-width: none;
}

/* 画像枠 */
.top-kitchencar-image figure {
    position: relative;
    width: 100%;
    max-width: none;
    aspect-ratio: 4 / 3;
    margin: 0;
    overflow: hidden;
    border-radius: 70px 0 0 0;
}

/* 画像 */
.top-kitchencar-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* スマホ */
@media (max-width: 767px) {

    .top-kitchencar-text {
        max-width: none;
    }

    .top-kitchencar-text p {
        font-size: 14px;
        line-height: 1.9;
    }

    .top-kitchencar .swell-block-button {
        margin-top: 14px;
    }

    .top-kitchencar-image {
        margin-top: 8px;
    }

    .top-kitchencar-image .wp-block-paragraph {
        border-radius: 42px 0 0 0;
    }
}


/* ============================================
   トップページ お知らせ一覧
   ============================================ */
.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;
}

.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__cat {
    margin-right: 10px;
}

/* 詳細ページ 見出し下のカテゴリー非表示 */
.p-articleFoot {
    display: none;
}

/* 詳細ページ 見出し下のカテゴリー */
.p-articleMetas .c-categoryList::before {
    display: none;
}

.p-articleMetas .c-categoryList a {
    font-size: 13px;
}

@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;
        font-size: 13px;
    }

    .p-postList__item .p-postList__title {
        width: 100%;
        margin-top: 5px;
    }
}


/* ============================================
   事業内容
   ============================================ */
.subpage-content.service-intro h2 {
    font-size: 30px;
    margin-bottom: 1em;
}

.subpage-content.service h3 {
    margin-top: 15px;
    margin-bottom: 2em;
    font-size: 20px;
}

.subpage-content.service .swell-block-columns__inner {
    justify-content: space-between;
}

.subpage-content.service .features-item-wrap .feature-item {
    border: 1px solid #ededed;
    border-radius: 6px;
    padding: 10px;
}

.subpage-content.service .features-item-wrap .feature-item h4 {
    margin-bottom: 5px;
    font-size: 18px;
}

.subpage-content.service .features-item-wrap .feature-item p {
    font-size: 14px;
}

.subpage-content.service .features-item-wrap .feature-item .swell-block-column {
    align-self: flex-start;
}

@media not all and (min-width: 960px) {
    .subpage-content.service-intro h2 {
        font-size: 25px;
    }

    .subpage-content.service .reverse-sp .swell-block-columns__inner {
        flex-direction: column-reverse;
    }
}

/* ============================================
   会社概要
   ============================================ */
/* 会社紹介 */
.company-intro-columns .swell-block-columns__inner {
    justify-content: space-between;
    align-items: flex-end;
}

.company-intro-image {
    overflow: hidden;
    border-radius: 70px 0 0 0;
}

.company-intro-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ============================================
   会社概要：常盤の名に込めた想い
   ============================================ */

.company-origin {
    background-color: var(--section_bg_2);
}

.company-origin .swell-block-columns__inner {
    justify-content: space-between;
}

/* ロゴパネル */
.company-origin .origin-logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
    margin: 0;
    padding: 50px;
    background-color: var(--color_bg_white);
    border-radius: 0 70px 0 0;
    box-shadow: 0 18px 50px var(--color_shadow);
}

.company-origin .origin-logo-card>.wp-block-group__inner-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.company-origin .origin-logo-card figure {
    width: 100%;
    margin: 0;
    text-align: center;
}

.company-origin .origin-logo-card img {
    display: block;
    width: min(100%, 360px);
    height: auto;
    margin: 0 auto;
}

/* 日本語見出し */
.company-origin .origin-content>p.editpen-parent {
    margin: 0 0 32px;
    /* color: var(--color_htag); */
    font-size: clamp(28px, 2.6vw, 36px);
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.02em;
}

/* 「時間」と「人の輪」を大切に。 */
.company-origin-subtitle {
    margin: 0 0 24px;
}

.company-origin-subtitle p {
    margin: 0;
    color: var(--color_main);
    font-family: "Noto Serif JP", "Yu Mincho",
        "Hiragino Mincho ProN", serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
}

@media (max-width: 767px) {
    .company-origin .origin-logo-card {
        min-height: 260px;
        padding: 40px 30px;
        border-radius: 0 42px 0 0;
    }

    .company-origin .origin-logo-card img {
        width: min(100%, 300px);
    }

    .company-origin .origin-content>p.editpen-parent {
        margin-bottom: 24px;
        font-size: 28px;
    }

    .company-origin-subtitle {
        margin-bottom: 20px;
    }

    .company-origin-subtitle p {
        font-size: 18px;
    }
}


/* ============================================
   会社概要：経営理念
   ============================================ */


/* セクション全体
   左：PHILOSOPHY / 経営理念
   右：MISSION
   下：VALUE
*/
.company-philosophy>.swell-block-fullWide__inner {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    grid-template-areas:
        "en mission"
        "title mission"
        "values values";
    column-gap: 90px;
}

/* PHILOSOPHY */
.company-philosophy>.swell-block-fullWide__inner>.ttl-en {
    grid-area: en;
    align-self: end;
}

/* 経営理念 */
.company-philosophy>.swell-block-fullWide__inner>.ttl-jp {
    grid-area: title;
    align-self: start;
    margin-bottom: 0;
    /* color: var(--color_main); */
}

/* MISSION */
.company-philosophy-mission {
    grid-area: mission;
    align-self: center;
    margin: 0;
    padding-left: 34px;
    border-left: 2px solid var(--color_accent);
}

/* MISSION / VALUE 共通ラベル */
.company-philosophy .company-philosophy-label {
    margin: 0;
    color: var(--color_accent);
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.2em;
}

/* MISSION本文 */
.company-philosophy-mission-text {
    margin-top: 15px;
}

.company-philosophy-mission-text p {
    margin: 0;
    color: var(--color_main);
    font-family: "Noto Serif JP", "Yu Mincho",
        "Hiragino Mincho ProN", serif;
    font-size: clamp(23px, 2.2vw, 28px);
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.03em;
}


/* ============================================
   VALUE
   ============================================ */

.company-philosophy-values {
    grid-area: values;
    margin-top: 75px;
}

/* VALUEラベル */
.company-philosophy-values>.wp-block-group__inner-container>.company-philosophy-label {
    margin-bottom: 18px;
}

/* VALUE全体の上下線 */
.company-philosophy-value-list {
    border-top: 1px solid rgba(13, 75, 126, 0.16);
    border-bottom: 1px solid rgba(13, 75, 126, 0.16);
}

/* 3項目 */
.company-philosophy .company-philosophy-value-item {
    padding: 35px 20px;
}

/* 2個目以降に縦線 */
.company-philosophy .company-philosophy-value-item+.company-philosophy-value-item {
    border-left: 1px solid rgba(13, 75, 126, 0.16);
}

/* 01 / 02 / 03 */
.company-philosophy-value-number {
    margin: 0;
    color: var(--color_accent);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
}

/* VALUEタイトル */
.company-philosophy .company-philosophy-value-title {
    margin: 18px 0;
    padding: 0;
    color: var(--color_main);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
    background: none;
    border: 0;
}

/* SWELL見出し装飾を解除 */
.company-philosophy .company-philosophy-value-title::before,
.company-philosophy .company-philosophy-value-title::after {
    display: none;
}

/* VALUE本文 */
.company-philosophy-value-text p {
    margin: 0;
    color: var(--color_text);
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.02em;
}


/* ============================================
   経営理念：スマホ
   ============================================ */

@media (max-width: 767px) {

    .company-philosophy>.swell-block-fullWide__inner {
        grid-template-columns: 1fr;
        grid-template-areas:
            "en"
            "title"
            "mission"
            "values";
        column-gap: 0;
    }

    .company-philosophy>.swell-block-fullWide__inner>.ttl-jp {
        margin-bottom: 36px;
    }

    /* MISSION */
    .company-philosophy-mission {
        padding-left: 22px;
    }

    .company-philosophy-mission-text p {
        font-size: 21px;
        line-height: 1.8;
    }

    /* VALUE */
    .company-philosophy-values {
        margin-top: 52px;
    }

    .company-philosophy-value-item {
        padding: 30px 0;
    }

    /* スマホでは縦線をやめて横線 */
    .company-philosophy-value-item+.company-philosophy-value-item {
        border-top: 1px solid rgba(255, 255, 255, 0.24);
        border-left: 0;
    }

    .company-philosophy .company-philosophy-value-title {
        margin: 14px 0;
        font-size: 19px;
    }

    .company-philosophy-value-text p {
        font-size: 14px;
        line-height: 1.9;
    }
}


/* 代表挨拶 */
.subpage-content.greeting .swell-block-columns__inner {
    justify-content: space-between;
}

/* 
=====================================
  会社概要 代表挨拶
=====================================
*/

/* セクション背景 */
.greeting {
    background-color: #F4F7FA !important;
}


/* キャッチコピー */
.greeting .greeting-title {
    max-width: 1000px;
    margin: 32px 0 34px;
}

/* オレンジの短いライン */
.greeting .greeting-title::before {
    display: block;
    width: 50px;
    height: 3px;
    margin: 0 0 26px;
    background-color: var(--color_accent);
    content: "";
}

.greeting .greeting-title p {
    margin: 0;
    color: var(--color_main);
    font-size: clamp(28px, 2.5vw, 36px);
    font-family: "Noto Serif JP", "Yu Mincho",
        "Hiragino Mincho ProN", serif;
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: 0.02em;
}


/* 本文 */
.greeting .greeting-title+.wp-block-group {
    max-width: 1000px;
}

.greeting .greeting-title+.wp-block-group p {
    margin: 0 0 1.4em;
    color: var(--color_text);
    line-height: 2;
    letter-spacing: 0.02em;
}

.greeting .greeting-title+.wp-block-group p:last-of-type {
    margin-bottom: 0;
}


/* 署名 */
.greeting .staff-signature-wrap {
    max-width: 1000px;
    margin-top: 38px;
    text-align: right;
}

.greeting .staff-signature-wrap p {
    margin: 0;
}

.greeting .staff-signature-wrap .company-name {
    margin-bottom: 5px;
}

.greeting .staff-signature-wrap .company-name p {
    color: var(--color_text);
    font-size: 13px;
    font-weight: 500;
}

.greeting .staff-signature-wrap>.wp-block-group__inner-container>p {
    color: var(--color_main);
    font-size: 16px;
    font-weight: 700;
}


/* 
=====================================
  スマートフォン
=====================================
*/

@media screen and (max-width: 767px) {

    .greeting .greeting-title {
        margin: 24px 0 26px;
    }

    .greeting .greeting-title::before {
        width: 44px;
        margin-bottom: 22px;
    }

    .greeting .greeting-title p {
        font-size: 26px;
        line-height: 1.6;
    }

    .greeting .greeting-title+.wp-block-group p {
        margin-bottom: 1.3em;
        line-height: 1.9;
    }

    .greeting .staff-signature-wrap {
        margin-top: 32px;
        text-align: right;
    }
}

/* 会社情報テーブル */
.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;
    }
}



/* ============================================
   事業内容ページ
============================================ */


/* --------------------------------------------
   ページ導入
-------------------------------------------- */

.business-intro {
    background-color: var(--color_bg_white);
}

.subpage-content.business-intro .ttl-jp {
    max-width: 1100px;
    margin-bottom: 28px;
    font-size: clamp(30px, 2.4vw, 40px);
    line-height: 1.55;
    color: var(--color_htag);
}

.business-intro .business-intro-text {
    max-width: 1000px;
}

.business-intro .business-intro-text p {
    margin: 0;
    color: var(--color_text);
    line-height: 2;
}

@media screen and (max-width: 767px) {
    .subpage-content.business-intro .ttl-jp {
        font-size: 28px;
    }
}


/* --------------------------------------------
   不動産管理
-------------------------------------------- */

/* .business-management {
    background-color: #E7ECEF;
    color: var(--color_text);
} */

.business-management .ttl-en {
    color: var(--color_accent);
}

.business-management h2.ttl-jp {
    margin-bottom: 28px;
    /* color: var(--color_main); */
}


/* キャッチコピー */

.business-management .business-management-catch {
    margin-top: 0;
}

.business-management .business-management-catch p {
    margin: 0;
    color: var(--color_main);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
}


/* 説明文 */

.business-management .business-management-text {
    margin-bottom: 34px;
}

.business-management .business-management-text p {
    margin: 0;
    color: var(--color_text);
    font-weight: 400;
    line-height: 2;
}


/* 管理内容一覧 */

.business-management .business-management-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 35px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.business-management .business-management-list li {
    position: relative;
    margin: 0;
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid rgba(13, 75, 126, 0.16);
    color: var(--color_text);
    font-size: 13px;
    line-height: 1.6;
}

.business-management .business-management-list li::before {
    position: absolute;
    top: 22px;
    left: 0;
    width: 9px;
    height: 9px;
    background-color: var(--color_accent);
    content: "";
}


/* --------------------------------------------
   各事業 共通
-------------------------------------------- */

.business-service .swell-block-columns__inner {
    justify-content: space-between;
}

/* 背景を交互にする */

.business-coin-parking,
.business-kitchen-car {
    background-color: var(--section_bg_2);
}


/* 番号 */

.business-service .business-service-number {
    margin: 0 0 12px;
    color: var(--color_accent);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.12em;
}


/* タイトル */

.business-service h2.ttl-jp {
    margin-bottom: 22px;
    /* color: var(--color_htag); */
}


/* キャッチコピー */

.business-service .business-service-catch {
    margin-bottom: 24px;
}

.business-service .business-service-catch p {
    margin: 0;
    color: var(--color_main);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
}


/* 説明文 */

.business-service .business-service-text {
    margin-bottom: 30px;
}

.business-service .business-service-text p {
    margin: 0;
    color: var(--color_text);
    font-weight: 400;
    line-height: 2;
}


/* --------------------------------------------
   各事業：画像
-------------------------------------------- */

.business-service .business-service-image figure {
    margin: 0;
    overflow: hidden;
}

.business-service .business-service-image img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}


/* 左側画像 */

.business-rental .business-service-image figure,
.business-monthly-parking .business-service-image figure {
    border-radius: 0 70px 0 0;
}


/* 右側画像 */

.business-coin-parking .business-service-image figure,
.business-kitchen-car .business-service-image figure {
    border-radius: 70px 0 0 0;
}


/* ============================================
   スマートフォン
============================================ */

@media screen and (max-width: 767px) {

    /* ページ導入 */

    .business-intro .ttl-jp {
        margin-bottom: 22px;
        font-size: 32px;
        line-height: 1.6;
    }

    .business-intro .business-intro-text p {
        line-height: 1.9;
    }


    /* 不動産管理 */

    .business-management h2.ttl-jp {
        margin-bottom: 22px;
    }

    .business-management .business-management-catch p {
        font-size: 21px;
    }

    .business-management .business-management-text {
        margin-bottom: 26px;
    }

    .business-management .business-management-text p {
        line-height: 1.9;
    }

    .business-management .business-management-list ul {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    .business-management .business-management-list li {
        padding: 13px 0 13px 25px;
    }

    .business-management .business-management-list li::before {
        top: 20px;
        width: 8px;
        height: 8px;
    }


    /* 各事業 */

    .business-service .business-service-content {
        order: 1;
    }

    .business-service .business-service-image {
        order: 2;
    }

    .business-service .business-service-number {
        margin-bottom: 10px;
    }

    .business-service h2.ttl-jp {
        margin-bottom: 18px;
    }

    .business-service .business-service-catch {
        margin-bottom: 20px;
    }

    .business-service .business-service-catch p {
        font-size: 20px;
    }

    .business-service .business-service-text {
        margin-bottom: 24px;
    }

    .business-service .business-service-text p {
        line-height: 1.9;
    }


    /* 画像 */

    .business-rental .business-service-image figure,
    .business-monthly-parking .business-service-image figure,
    .business-coin-parking .business-service-image figure,
    .business-kitchen-car .business-service-image figure {
        border-radius: 0 42px 0 0;
    }

}


/* 
=====================================
  キッチンカー 導入
=====================================
*/

/* カラム */
.kitchen-car-intro-content .swell-block-columns__inner {
    justify-content: space-between;
    align-items: flex-end;
}

/* 本文 */
.kitchen-car-intro-text {
    color: var(--color_text);
    line-height: 2;
}

/* 画像 */
.kitchen-car-intro-image {
    overflow: hidden;
    border-radius: 70px 0 0 0;
}

.kitchen-car-intro-image figure {
    margin: 0;
}

.kitchen-car-intro-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media screen and (max-width: 767px) {
    .kitchen-car-intro-content .swell-block-columns__inner {
        align-items: stretch;
    }

    .kitchen-car-intro-image {
        border-radius: 50px 0 0 0;
    }

    .kitchen-car-intro-text {
        line-height: 1.9;
    }
}


/* 
=====================================
  キッチンカー 出店スケジュール
=====================================
*/

/* セクション */
.kitchen-car-schedule {
    background-color: var(--section_bg_2);
}

/* 説明文 */
.kitchen-car-schedule-text {
    margin-bottom: 36px;
    color: var(--color_text);
    line-height: 2;
}

/* カレンダー */
.kitchen-car-calendar {
    padding: 16px;
    background-color: var(--color_bg_white);
    border: 1px solid rgba(13, 75, 126, 0.1);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(13, 75, 126, 0.06);
}

.kitchen-car-calendar iframe {
    display: block;
    width: 100%;
    height: 600px;
    background-color: var(--color_bg_white);
    border: 0;
    border-radius: 12px;
}


@media screen and (max-width: 767px) {
    .kitchen-car-schedule-text {
        margin-bottom: 28px;
        line-height: 1.9;
    }

    .kitchen-car-calendar {
        padding: 8px;
        border-radius: 14px;
    }

    .kitchen-car-calendar iframe {
        height: 500px;
        border-radius: 8px;
    }
}


/* 
=====================================
  キッチンカー 出店までの流れ
=====================================
*/

/* セクション */
/* .kitchen-car-flow {
    background-color: #E7ECEF;
} */

/* 小見出し */
.kitchen-car-flow .kitchen-car-flow-title {
    margin: 32px 0 20px;
    color: var(--color_main);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}

/* 説明文 */
.kitchen-car-flow .kitchen-car-flow-intro {
    margin: 0 0 30px;
    color: var(--color_text);
    line-height: 2;
}

.kitchen-car-flow .kitchen-car-flow-intro p {
    margin: 0;
}

/* STEP一覧 */
.kitchen-car-flow .kitchen-car-flow-list {
    margin: 0;
}

/* STEPカード */
.kitchen-car-flow .kitchen-car-flow-list .kitchen-car-flow-item {
    min-height: 118px;
    margin-bottom: 16px !important;
    padding: 24px 25px;
    background-color: var(--color_bg_white);
    border: 1px solid rgba(13, 75, 126, 0.18);
    border-top: 4px solid var(--color_main);
    border-radius: 0;
    box-shadow: none;
}

/* STEP番号 */
.kitchen-car-flow .kitchen-car-flow-item .kitchen-car-flow-step {
    margin: 0 0 12px;
    color: var(--color_accent);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em;
}

/* STEP内容 */
.kitchen-car-flow .kitchen-car-flow-item .kitchen-car-flow-text {
    margin: 0;
    color: var(--color_main);
    font-weight: 700;
    line-height: 1.65;
}

.kitchen-car-flow .kitchen-car-flow-item .kitchen-car-flow-text p {
    font-weight: bold;
}


/* 注意書き */
.kitchen-car-flow .kitchen-car-flow-note {
    margin: 4px 0 0;
    padding: 18px 22px;
    background-color: var(--color_bg_white);
    border-left: 4px solid var(--color_accent);
    color: var(--color_text);
    line-height: 1.8;
}

.kitchen-car-flow .kitchen-car-flow-note p {
    margin: 0;
}


@media screen and (max-width: 767px) {

    .kitchen-car-flow .kitchen-car-flow-title {
        margin: 26px 0 16px;
        font-size: 20px;
    }

    .kitchen-car-flow .kitchen-car-flow-intro {
        margin-bottom: 24px;
        line-height: 1.9;
    }

    .kitchen-car-flow .kitchen-car-flow-list .kitchen-car-flow-item {
        min-height: 0;
        margin-bottom: 12px;
        padding: 20px;
    }

    .kitchen-car-flow .kitchen-car-flow-item .kitchen-car-flow-step {
        margin-bottom: 8px;
    }

    .kitchen-car-flow .kitchen-car-flow-note {
        margin-top: 2px;
        padding: 16px 18px;
    }
}


/* 
=====================================
  キッチンカー 利用規約・出店申し込み
=====================================
*/

/* セクション */
.kitchen-car-entry {
    background-color: var(--section_bg_2);
}

/* 利用規約・出店申し込み */
.kitchen-car-entry .kitchen-car-terms,
.kitchen-car-entry .kitchen-car-application {
    margin: 0;
}

/* 出店申し込み */
.kitchen-car-entry .kitchen-car-application {
    margin-top: 72px;
}

/* 内容ボックス */
.kitchen-car-entry .kitchen-car-entry-box {
    margin-top: 28px;
    padding: 36px 32px;
    background-color: var(--color_bg_white);
}

/* ボックス内 */
.kitchen-car-entry .kitchen-car-entry-box>.wp-block-group__inner-container {
    width: 100%;
    max-width: none;
}

/* ボックス内見出し */
.kitchen-car-entry .kitchen-car-entry-title {
    margin: 0 0 16px;
    color: var(--color_main);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
}

/* 説明文 */
.kitchen-car-entry .kitchen-car-entry-text {
    margin: 0;
    color: var(--color_text);
    line-height: 2;
}

.kitchen-car-entry .kitchen-car-entry-text p {
    margin: 0;
}

/* ボタン位置 */
.kitchen-car-entry .kitchen-car-entry-button {
    margin-top: 24px;
}

@media screen and (max-width: 767px) {

    .kitchen-car-entry .kitchen-car-application {
        margin-top: 56px;
    }

    .kitchen-car-entry .kitchen-car-entry-box {
        margin-top: 22px;
        padding: 28px 20px;
    }

    .kitchen-car-entry .kitchen-car-entry-title {
        margin-bottom: 14px;
        font-size: 20px;
    }

    .kitchen-car-entry .kitchen-car-entry-text {
        line-height: 1.9;
    }

    .kitchen-car-entry .kitchen-car-entry-button {
        margin-top: 20px;
    }
}


/* 
=====================================
  キッチンカー 出店時の注意事項
=====================================
*/

/* 注意事項ボックス */
.kitchen-car-caution .kitchen-car-caution-box {
    margin-top: 28px;
    padding: 32px;
    background-color: var(--section_bg_2);
    border-left: 4px solid var(--color_accent);
}

/* ボックス内 */
.kitchen-car-caution .kitchen-car-caution-box>.wp-block-group__inner-container {
    width: 100%;
    max-width: none;
}

/* 本文 */
.kitchen-car-caution .kitchen-car-caution-box p {
    margin: 0 0 24px;
    color: var(--color_text);
    line-height: 2;
}

/* リスト */
.kitchen-car-caution .kitchen-car-caution-box ul {
    margin: 0;
    padding-left: 1.4em;
}

.kitchen-car-caution .kitchen-car-caution-box li {
    margin: 0;
    padding: 12px 0;
    color: var(--color_text);
    line-height: 1.8;
    border-bottom: 1px solid rgba(13, 75, 126, 0.12);
}

.kitchen-car-caution .kitchen-car-caution-box li::marker {
    color: var(--color_accent);
}

.kitchen-car-caution .kitchen-car-caution-box li:first-child {
    padding-top: 0;
}

.kitchen-car-caution .kitchen-car-caution-box li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}


@media screen and (max-width: 767px) {

    .kitchen-car-caution .kitchen-car-caution-box {
        margin-top: 22px;
        padding: 24px 20px;
    }

    .kitchen-car-caution .kitchen-car-caution-box p {
        margin-bottom: 20px;
        line-height: 1.9;
    }

    .kitchen-car-caution .kitchen-car-caution-box li {
        padding: 10px 0;
        line-height: 1.75;
    }
}

/* 
=====================================
  キッチンカー よくあるご質問
=====================================
*/

/* Aアイコン */
.kitchen-car-faq [data-a="col-custom"] .faq_a::before {
    color: var(--color_accent);
}





/* ============================================
   FAQ デザイン
   ============================================ */

.inazuma_group.faq_linkgroup {
    --faq-gap: 28px;
    --faq-radius: 8px;
    --faq-font-a: 1rem;
    --faq-badge-font: Arial, sans-serif;
    display: block;
}

/* 各項目 */
.inazuma_group.faq_linkgroup .inazuma_group_item {
    display: block;
    margin-bottom: var(--faq-gap);
    border-radius: var(--faq-radius);
    overflow: hidden;
}

/* 質問（テキスト部分を太字に） */
.inazuma_group.faq_linkgroup .inazuma_cluster_item[class$="_title"] {
    position: relative;
    font-weight: 700;
    font-size: var(--faq-font-q);
    line-height: 1.6;
    padding: 1.25em 1em 1.25em 4em;
    border-radius: var(--faq-radius) var(--faq-radius) 0 0;
    margin: 0;
}

/* Qバッジ（塗りつぶし・文字は太くしない） */
.inazuma_group.faq_linkgroup .inazuma_cluster_item[class$="_title"]::before {
    content: "Q";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-family: var(--faq-badge-font);
    font-weight: 400;
    border-radius: 50%;
}

/* 回答 */
.inazuma_group.faq_linkgroup .inazuma_cluster_item[class$="_text"] {
    position: relative;
    font-size: var(--faq-font-a);
    line-height: 1.9;
    padding: 1.25em 1em 1.25em 4em;
    margin: 0;
}

/* Aバッジ（線のみ・文字は通常太さ） */
.inazuma_group.faq_linkgroup .inazuma_cluster_item[class$="_text"]::before {
    content: "A";
    position: absolute;
    left: 20px;
    top: 20px;
    width: 32px;
    height: 32px;
    line-height: 31px;
    text-align: center;
    font-family: var(--faq-badge-font);
    font-weight: 400;
    border-radius: 50%;
}

/* 改行調整 */
.inazuma_group.faq_linkgroup .inazuma_cluster_item[class$="_text"] br {
    line-height: 1.6;
}

/* 空項目非表示（:has対応ブラウザのみ） */
.inazuma_group.faq_linkgroup .inazuma_group_item:has(.inazuma_cluster_item[class$="_title"]:empty):has(.inazuma_cluster_item[class$="_text"]:empty) {
    display: none;
}

/* モバイル調整 */
@media (max-width: 640px) {

    .inazuma_group.faq_linkgroup .inazuma_cluster_item[class$="_title"],
    .inazuma_group.faq_linkgroup .inazuma_cluster_item[class$="_text"] {
        padding: 18px 20px 18px 56px;
    }

    .inazuma_group.faq_linkgroup .inazuma_cluster_item[class$="_title"]::before,
    .inazuma_group.faq_linkgroup .inazuma_cluster_item[class$="_text"]::before {
        left: 20px;
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 0.9rem;
    }
}


/* 
=====================================
  プライバシーポリシー
=====================================
*/
.privacy-policy h3 {
    margin-bottom: 1.3em;
}

.privacy-policy h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1.3px;
}


/* 
=====================================
  コンタクトエリア
=====================================
*/
.contact-area .l-article {
    padding: 50px 50px;
}

.contact-area {
    padding-top: 150px !important;
    z-index: 0;
}

.contact-area .ttl-en {
    text-align: center;
    margin-bottom: 10px;
}

.contact-area .ttl-jp {
    margin-top: 1em;
    margin-bottom: 30px;
    text-align: center;
}

.contact-area p {
    text-align: center;
}

.contact-area .swell-block-columns__inner {
    justify-content: center;
}

.contact-area .contact-btn a {
    font-size: 18px;
    padding: 15px;
    font-weight: bold;
}


@media not all and (min-width: 960px) {
    .contact-area {
        padding-top: 80px !important;
    }

    .contact-area .l-article {
        padding: 40px 20px;
        margin: 10px;
    }

    .contact-area .contact-btn {
        --the-width: 80% !important;
    }

    .contact-area .contact-btn a {
        font-size: 16px;
    }

    .contact-area .ttl-en {
        font-weight: bold;
    }

    .contact-area .ttl-jp {
        font-size: 25px;
        font-weight: bold;
        line-height: 1.5;
        margin-top: 0.5em;
    }

    .top-content.contact-area .contact-btn.tel-btn {
        margin-bottom: 15px !important;
    }
}


/* 
=====================================
  フッター
=====================================
*/
.l-footer__widgetArea {
    padding-top: 4em;
}

.w-beforeFooter {
    margin: 0;
}

.l-footer__nav {
    gap: 1em;
    padding: 1em 0 4em;
}

.l-footer__nav a {
    border-right: none;
}

.l-footer__nav li:first-child a {
    border-left: none;
}

.l-footer__nav>li>a {
    font-weight: 700;
    font-size: 14px;
}

.l-footer__nav .sub-menu {
    margin-top: 0.25em;
    display: grid;
    gap: 0.15em;
}

.l-footer__nav .sub-menu>li {
    margin-left: 0.75em;
}

.l-footer__nav .sub-menu>li a {
    padding: 0 0.75em;
    position: relative;
    font-size: 13px;
}

.l-footer__nav .sub-menu>li a::before {
    content: "";
    width: 5px;
    height: 1px;
    background-color: var(--color_footer_text);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.l-footer a {
    border-bottom: none;
}

.w-footer__box .menu-item a {
    font-size: 14px;
}

.footer-text p {
    font-size: 14px;
}


@media screen and (max-width: 767px) {
    .l-footer__nav {
        gap: 0.5em;
        flex-direction: column;
    }

    .l-footer__nav>li:nth-of-type(n + 2) {
        padding-bottom: 0.5em;
    }

    .l-footer__nav>li>a {
        font-size: 13px;
    }

    .l-footer__nav .sub-menu {
        margin-top: 0.2em;
        gap: 0.5em;
    }

    .l-footer__nav .sub-menu>li a {
        font-size: 12px;
    }
}


/* 
=====================================
  お問い合わせページ
=====================================
*/
/* フォーム */
.contact-form-wrap {
    margin: auto;
}

.contact-form-inner>div {
    display: flex;
}

.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 dd .wpcf7-list-item:not(:last-child) {
    padding-bottom: 5px;
}

/* お問い合わせ内容 */
.message .inquiry-details {
    width: 100%;
}

/* 確認ボタン */
.contact-form-btn-send {
    margin: 70px 0 24px;
    padding: 0 15px;
    text-align: center;
}

.contact-form-btn-send input,
.contact-form-btn-send button {
    width: 140px;
    padding: 10px;
    border: none;
    font-weight: bold;
    cursor: pointer;
}

/* CF7 */
.wpcf7-spinner {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.wpcf7 form .acceptance-privacy-policy {
    padding: 30px;
}

.wpcf7-not-valid-tip {
    font-weight: 500;
}

.contact-recapcha {
    margin-top: 80px;
    font-size: 13px;
}

/* 
=====================================
 確認モーダル
=====================================
*/

/* モーダル背景 */
#confirm-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: auto;
    margin-top: 30px;
    padding: 20px;
    z-index: 99999 !important;
    transform: none !important;
}

/* モーダル本体 */
.modal-box {
    position: relative;
    width: 90%;
    max-width: 600px;
    max-height: 70vh;
    margin: auto;
    padding: 20px;
    overflow-y: auto;
    border-radius: 8px;
}

/* モーダル見出し */
.modal-heading {
    margin: -20px -20px 20px;
    padding: 10px;
    font-size: 18px;
}

/* ボタンエリア */
#confirm-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

/* ボタン */
#confirm-buttons button {
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

#back-btn:hover,
#final-submit-btn:hover {
    transform: translateY(-1px);
}

/* 
=====================================
 スマホ
=====================================
*/

@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 dt p {
        margin-bottom: 0;
    }

    .contact-form-inner dd .wpcf7-text,
    .contact-form-inner dd .wpcf7-tel,
    .contact-form-inner dd .wpcf7-email,
    .contact-form-inner dd select,
    .contact-form-inner textarea {
        width: 100%;
    }

    .wpcf7 form .acceptance-privacy-policy {
        padding: 20px;
        font-size: 14px;
    }

    .wpcf7-list-item {
        font-size: 14px;
    }
}

.grecaptcha-badge {
    z-index: 999999;
    bottom: 90px !important;
}




/* 
=====================================
  賃貸マンション一覧ページ
  導入・管理説明・物件一覧
=====================================
*/

/* ページ全体 */
.custom-rental-mansion-list {
    max-width: 1200px;
    margin: 0 auto 100px;
}

/* ページタイトル */
.custom-rental-mansion-list .estate-list-header {
    margin-bottom: 80px;
    text-align: center;
}

.custom-rental-mansion-list .estate-list-header h1 {
    margin: 0;
    font-size: clamp(30px, 3vw, 40px);
    color: var(--color_main);
}

/* ==============================
  ページ導入
============================== */
.custom-rental-mansion-list .rental-intro {
    margin-bottom: 90px;
}

.custom-rental-mansion-list .rental-intro h2 {
    position: relative;
    margin: 0 0 30px;
    padding-left: 18px;
    color: var(--color_main);
    font-size: clamp(24px, 2.4vw, 32px);
    line-height: 1.5;
}

.custom-rental-mansion-list .rental-intro h2::before {
    content: "";
    position: absolute;
    top: 0.18em;
    bottom: 0.18em;
    left: 0;
    width: 4px;
    border-radius: 4px;
    background-color: var(--color_accent);
}

.custom-rental-mansion-list .rental-intro-text {
    max-width: 950px;
}

.custom-rental-mansion-list .rental-intro-text p {
    margin: 0;
    line-height: 2;
}

.custom-rental-mansion-list .rental-intro-text p+p {
    margin-top: 18px;
}

/* ==============================
  賃貸マンション管理について
============================== */
.custom-rental-mansion-list .rental-management {
    margin-bottom: 100px;
    padding: 50px 55px;
    border-radius: 12px;
    background-color: var(--section_bg_2);
}

.custom-rental-mansion-list .rental-management h2 {
    margin: 0 0 20px;
    color: var(--color_main);
    font-size: clamp(24px, 2.2vw, 30px);
    line-height: 1.5;
}

.custom-rental-mansion-list .rental-management-catch {
    position: relative;
    margin: 0 0 30px;
    padding-bottom: 18px;
    color: var(--color_main);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
}

.custom-rental-mansion-list .rental-management-catch::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    border-radius: 3px;
    background-color: var(--color_accent);
}

.custom-rental-mansion-list .rental-management-text {
    max-width: 980px;
}

.custom-rental-mansion-list .rental-management-text p {
    margin: 0;
    line-height: 2;
}

.custom-rental-mansion-list .rental-management-text p+p {
    margin-top: 18px;
}

/* ==============================
  物件一覧
============================== */
.custom-rental-mansion-list .rental-property-list>h2 {
    position: relative;
    margin: 0 0 40px;
    padding-bottom: 16px;
    color: var(--color_main);
    font-size: clamp(26px, 2.4vw, 32px);
    line-height: 1.5;
    border-bottom: 2px solid var(--color_main);
}

.custom-rental-mansion-list .rental-property-list>h2::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: var(--color_accent);
}

/* ==============================
  スマートフォン
============================== */
@media screen and (max-width: 767px) {

    .custom-rental-mansion-list .estate-list-header {
        margin-bottom: 55px;
    }

    .custom-rental-mansion-list .rental-intro {
        margin-bottom: 65px;
    }

    .custom-rental-mansion-list .rental-intro h2 {
        margin-bottom: 24px;
        padding-left: 14px;
    }

    .custom-rental-mansion-list .rental-intro-text p {
        line-height: 1.9;
    }

    .custom-rental-mansion-list .rental-management {
        margin-bottom: 70px;
        padding: 32px 22px;
        border-radius: 8px;
    }

    .custom-rental-mansion-list .rental-management-catch {
        font-size: 18px;
    }

    .custom-rental-mansion-list .rental-management-text p {
        line-height: 1.9;
    }

    .custom-rental-mansion-list .rental-property-list>h2 {
        margin-bottom: 30px;
    }
}

/* 
=====================================
  賃貸マンション一覧
=====================================
*/

/* トップ物件一覧 */
.top-property .top-property-inner {
    margin-bottom: 80px;
}

.top-property .top-property-inner h3 {
    padding-bottom: 5px;
    margin-bottom: 10px;
}

/* 一覧全体 */
.top-property .estate-list-wrap,
.custom-rental-mansion-list.custom-estate-list .estate-list-wrap {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 50px;
}

/* 物件カード */
.top-property .estate-list-wrap .estate-list-block,
.custom-rental-mansion-list.custom-estate-list .estate-list-wrap .estate-list-block {
    position: relative;
    min-width: 0;
    margin: 0;
    background-color: #fff;
    border: 1px solid var(--color_main_lighter);
    border-radius: 8px;
    overflow: hidden;
    line-height: 1.6;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* hover */
.top-property .estate-list-wrap .estate-list-block:hover,
.custom-rental-mansion-list.custom-estate-list .estate-list-wrap .estate-list-block:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(13, 75, 126, 0.1);
}

/* カードリンク */
.top-property .estate-list-block .estate-list-link,
.custom-rental-mansion-list.custom-estate-list .estate-list-block .estate-list-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: var(--color_text);
    text-decoration: none;
}

/* 画像 */
.top-property .estate-list-block .estate-list-img,
.custom-rental-mansion-list.custom-estate-list .estate-list-block .estate-list-img {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.top-property .estate-list-block .estate-list-img img,
.custom-rental-mansion-list.custom-estate-list .estate-list-block .estate-list-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 画像未登録 */
.top-property .estate-list-block .estate-list-no-image,
.custom-rental-mansion-list.custom-estate-list .estate-list-block .estate-list-no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: var(--section_bg_2);
    color: var(--color_main);
}

/* テキストエリア */
.top-property .estate-list-block .estate-list-text-wrap,
.custom-rental-mansion-list.custom-estate-list .estate-list-block .estate-list-text-wrap {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px 16px 22px;
}

/* 物件種別 */
.top-property .estate-list-block .estate-list-category,
.custom-rental-mansion-list.custom-estate-list .estate-list-block .estate-list-category {
    display: inline-block;
    width: fit-content;
    margin-bottom: 10px;
    padding: 3px 12px;
    border: 1px solid var(--color_main);
    border-radius: 6px;
    background-color: #fff;
    color: var(--color_main);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

/* 物件名 */
.top-property .estate-list-block .estate-list-title,
.custom-rental-mansion-list.custom-estate-list .estate-list-block .estate-list-title {
    margin: 0 0 14px;
    padding: 0;
    color: var(--color_main);
    font-size: 18px;
    line-height: 1.5;
}

.top-property .estate-list-block .estate-list-title::before,
.custom-rental-mansion-list.custom-estate-list .estate-list-block .estate-list-title::before {
    display: none;
}

/* 所在地・交通 */
.top-property .estate-list-block .estate-list-location,
.top-property .estate-list-block .estate-list-access,
.custom-rental-mansion-list.custom-estate-list .estate-list-block .estate-list-location,
.custom-rental-mansion-list.custom-estate-list .estate-list-block .estate-list-access {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin: 0;
    color: var(--color_text);
    font-size: 14px;
    line-height: 1.7;
}

.top-property .estate-list-block .estate-list-location+.estate-list-access,
.custom-rental-mansion-list.custom-estate-list .estate-list-block .estate-list-location+.estate-list-access {
    margin-top: 12px;
}

/* Google Material Symbols */
.top-property .estate-list-block .estate-list-location .material-symbols-outlined,
.top-property .estate-list-block .estate-list-access .material-symbols-outlined,
.custom-rental-mansion-list.custom-estate-list .estate-list-block .estate-list-location .material-symbols-outlined,
.custom-rental-mansion-list.custom-estate-list .estate-list-block .estate-list-access .material-symbols-outlined {
    flex-shrink: 0;
    color: var(--color_main);
    font-size: 22px;
    line-height: 1.35;
}

/* 詳細を見る */
.top-property .estate-list-block .estate-list-more,
.custom-rental-mansion-list.custom-estate-list .estate-list-block .estate-list-more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    margin-top: auto;
    padding-top: 18px;
    color: var(--color_main);
    font-weight: 600;
}

.top-property .estate-list-block .estate-list-more .material-symbols-outlined,
.custom-rental-mansion-list.custom-estate-list .estate-list-block .estate-list-more .material-symbols-outlined {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.top-property .estate-list-block .estate-list-link:hover .estate-list-more .material-symbols-outlined,
.custom-rental-mansion-list.custom-estate-list .estate-list-block .estate-list-link:hover .estate-list-more .material-symbols-outlined {
    transform: translateX(4px);
}

.top-property .estate-list-more .material-symbols-outlined,
.custom-rental-mansion-list.custom-estate-list .estate-list-more .material-symbols-outlined {
    color: var(--color_accent);
}

/* タブレット */
@media screen and (max-width: 959px) {

    .top-property .estate-list-wrap,
    .custom-rental-mansion-list.custom-estate-list .estate-list-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* スマートフォン */
@media screen and (max-width: 599px) {
    .top-property .top-property-inner {
        margin-bottom: 60px;
    }

    /* トップは横スクロール */
    .top-property .top-property-list {
        display: flex;
        flex-wrap: nowrap;
        gap: 0;
        width: 100%;
        margin-bottom: 0;
        padding: 0 0 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .top-property .top-property-list .estate-list-block {
        flex: 0 0 78%;
        margin-right: 20px;
    }

    .top-property .top-property-list .estate-list-block:last-child {
        margin-right: 0;
    }

    /* 一覧ページは1列 */
    .custom-rental-mansion-list.custom-estate-list .estate-list-wrap {
        grid-template-columns: 1fr;
    }

    .top-property .estate-list-block .estate-list-img,
    .custom-rental-mansion-list.custom-estate-list .estate-list-block .estate-list-img {
        height: 180px;
    }

    .top-property .estate-list-block .estate-list-text-wrap,
    .custom-rental-mansion-list.custom-estate-list .estate-list-block .estate-list-text-wrap {
        padding: 16px 14px 20px;
    }

    .top-property .estate-list-block .estate-list-title,
    .custom-rental-mansion-list.custom-estate-list .estate-list-block .estate-list-title {
        font-size: 17px;
    }

    .top-property .estate-list-block .estate-list-location .material-symbols-outlined,
    .top-property .estate-list-block .estate-list-access .material-symbols-outlined,
    .custom-rental-mansion-list.custom-estate-list .estate-list-block .estate-list-location .material-symbols-outlined,
    .custom-rental-mansion-list.custom-estate-list .estate-list-block .estate-list-access .material-symbols-outlined {
        font-size: 21px;
    }
}

.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;
}

.c-scrollHint {
    display: none;
}

/* 画面幅が600px以下（スマホサイズ）のときに表示 */
@media (max-width: 600px) {
    .c-scrollHint {
        display: block;
    }
}

.estate-description-text,
.estate-surrounding-text {
    max-width: 950px;
}



/* 
=====================================
  物件詳細ページ
=====================================
*/

.article-single-property {
    margin-bottom: 100px;
}

/* タイトル */
.estate-detail-ttl {
    margin-bottom: 30px;
    width: 100%;
}

.estate-detail-ttl h1 {
    margin: 0;
    padding: 0;
    width: 100%;
    color: var(--color_main);
    font-size: 30px;
    line-height: 1.5;
    text-align: left;
}

.estate-detail-ttl .estate-category {
    border-radius: 4px;
    font-size: 15px;
    height: fit-content;
    margin-right: 12px;
    padding: 4px 15px;
}

/* 見出し */
.article-single-property h2 {
    position: relative;
    margin-top: 75px;
    margin-bottom: 26px;
    padding: 0 0 13px;
    border-bottom: 2px solid var(--color_main);
    color: var(--color_main);
    font-size: 28px;
    line-height: 1.4;
}

.article-single-property h2::before {
    display: none;
}

.article-single-property h2::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 76px;
    height: 2px;
    background-color: var(--color_accent);
}

.article-single-property h3 {
    margin: 20px 0 7px;
}

/* 物件価格 */
.estate-detail-info .estate-price dl {
    display: flex;
    align-items: baseline;
    font-size: 18px;
}

.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-summary-title {
    margin: 0;
    padding: 16px 20px;
    border: 1px solid var(--color_main_lighter);
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
    background-color: var(--color_main);
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}

.estate-detail-info .estate-summary-title::before,
.estate-detail-info .estate-summary-title::after {
    display: none;
}

.estate-detail-info .estate-info-list {
    overflow: hidden;
    border: 1px solid var(--color_main_lighter);
    border-radius: 0 0 12px 12px;
    background-color: #fff;
}

.estate-detail-info .estate-info-list dl {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    align-items: stretch;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #e6edf2;
}

.estate-detail-info .estate-info-list dl:last-child {
    border-bottom: 0;
}

.estate-detail-info .estate-info-list dl dt {
    width: auto;
    padding: 14px 15px;
    border-radius: 0;
    background-color: var(--section_bg_2);
    color: var(--color_main);
    font-weight: 700;
}

.estate-detail-info .estate-info-list dl dd {
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 14px 16px;
}

/* 主な特徴 */
.estate-detail-info .recommended-point {
    border-radius: 5px;
    margin-top: 50px;
    padding: 10px;
}

.estate-detail-info .recommended-point dl dt {
    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-radius: 4px;
    font-size: 14px;
    line-height: 1.3;
    margin: 5px;
}

/* 物件概要テーブル */
.estate-detail-tbl table {
    width: 100%;
    font-size: 15px;
}

.estate-detail-tbl table th {
    text-align: left;
    width: 22% !important;
}

.estate-detail-tbl table td {
    width: 78%;
}

/* 物件詳細 画像スライド */
.estate-main-info .main-slide a {
    display: block;
    position: relative;
    width: 100%;
    height: 400px;
    box-sizing: border-box;
    overflow: hidden;
}

.estate-main-info .main-slide a:focus {
    outline: none;
}

.estate-main-info .swiper-slide {
    height: auto;
}

.estate-main-info .main-slide a img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 100%;
    max-height: 400px;
    transform: translate(-50%, -50%);
}

.estate-main-info .thumbnail img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

/* 物件詳細 アクセスマップ */
.estate-map {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.estate-map iframe {
    display: block;
    width: 100%;
    height: 450px;
    border: 0;
}

/* 
=====================================
  スマートフォン
=====================================
*/

@media screen and (max-width: 767px) {

    .estate-detail-ttl {
        margin-bottom: 15px;
    }

    .estate-detail-ttl h1 {
        display: block;
        font-size: 25px;
    }

    .article-single-property h2 {
        margin-top: 50px;
        margin-bottom: 22px;
        font-size: 24px;
    }

    .estate-detail-ttl .estate-category {
        display: block;
        width: fit-content;
        font-size: 13px;
        margin-right: 0;
        margin-bottom: 5px;
    }

    /* 物件情報 */
    .estate-detail-info .estate-summary-title {
        margin-top: 0;
        padding: 14px 16px;
        font-size: 17px;
    }

    .estate-detail-info .estate-info-list dl {
        grid-template-columns: 100px minmax(0, 1fr);
    }

    .estate-detail-info .estate-info-list dl dt,
    .estate-detail-info .estate-info-list dl dd {
        padding: 12px;
    }

    /* 物件概要テーブル */
    .estate-detail-tbl table,
    .estate-detail-tbl tbody,
    .estate-detail-tbl tr {
        display: block;
        width: 100%;
    }

    .estate-detail-tbl table {
        font-size: 14px;
    }

    .estate-detail-tbl table th,
    .estate-detail-tbl table td {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }

    .estate-detail-tbl table th {
        text-align: left;
        padding: 10px;
    }

    .estate-detail-tbl table td {
        padding: 12px 10px;
    }

    /* 画像スライド */
    .estate-main-info .main-slide a {
        height: 260px;
    }

    .estate-main-info .main-slide a img {
        max-height: 260px;
    }

    /* アクセスマップ */
    .estate-map iframe {
        height: 320px;
    }
}



/* 
=====================================
  駐車場一覧
=====================================
*/

/* 一覧全体 */
.top-parking .parking-list-wrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 50px;
}

/* 駐車場カード */
.top-parking .parking-list-block {
    position: relative;
    min-width: 0;
    margin: 0;
    background-color: #fff;
    border: 1px solid var(--color_main_lighter);
    border-radius: 8px;
    overflow: hidden;
    line-height: 1.6;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* カードリンク */
.top-parking .parking-list-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: var(--color_text);
    text-decoration: none;
}

/* 画像 */
.top-parking .parking-list-img {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.top-parking .parking-list-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 画像未登録 */
.top-parking .parking-list-no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: var(--section_bg_2);
    color: var(--color_main);
}

/* テキストエリア */
.top-parking .parking-list-text-wrap {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px 16px 22px;
}

/* 駐車場種別 */
.top-parking .parking-list-category {
    display: inline-block;
    width: fit-content;
    margin-bottom: 10px;
    padding: 3px 12px;
    border: 1px solid var(--color_main);
    border-radius: 6px;
    background-color: #fff;
    color: var(--color_main);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

/* 駐車場名 */
.top-parking .parking-list-title {
    margin: 0 0 14px;
    padding: 0;
    color: var(--color_main);
    font-size: 20px;
    line-height: 1.5;
}

.top-parking .parking-list-title::before {
    display: none;
}

/* 所在地 */
.top-parking .parking-list-location {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin: 0;
    color: var(--color_text);
    font-size: 14px;
    line-height: 1.7;
}

.top-parking .parking-list-location .material-symbols-outlined {
    flex-shrink: 0;
    color: var(--color_main);
    font-size: 22px;
    line-height: 1.35;
}

/* 時間貸し料金 */
.top-parking .parking-list-price {
    margin: 12px 0 0;
    color: var(--color_main);
    font-weight: 700;
    line-height: 1.7;
}

/* 月極料金 */
.top-parking .parking-list-monthly-price {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 12px 0 0;
    color: var(--color_text);
    font-size: 14px;
}

.top-parking .parking-list-price-label {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    background-color: var(--section_bg_2);
    color: var(--color_main);
    font-size: 12px;
    font-weight: 700;
}

/* 月極空き状況 */
.top-parking .parking-list-availability {
    display: inline-block;
    width: fit-content;
    margin-top: 12px;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

/* 空きあり */
.top-parking .parking-list-availability-available {
    background-color: #edf7ef;
    color: #287a3d;
}

/* 空き予定あり */
.top-parking .parking-list-availability-available-soon {
    background-color: #fff7e8;
    color: #a76500;
}

/* 満車 */
.top-parking .parking-list-availability-full {
    background-color: #f4f4f4;
    color: #666;
}

/* 要問い合わせ */
.top-parking .parking-list-availability-inquiry {
    background-color: #eef4f9;
    color: var(--color_main);
}

/* 詳細を見る */
.top-parking .parking-list-more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    margin-top: auto;
    padding-top: 18px;
    color: var(--color_main);
    font-weight: 600;
}

.top-parking .parking-list-more .material-symbols-outlined {
    color: var(--color_accent);
    font-size: 20px;
    transition: transform 0.3s ease;
}

/* hover */
.top-parking .parking-list-block:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(13, 75, 126, 0.1);
}

.top-parking .parking-list-block:hover .parking-list-more .material-symbols-outlined {
    transform: translateX(4px);
}

/* 
=====================================
  タブレット
=====================================
*/

@media screen and (max-width: 959px) {

    .top-parking .parking-list-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* 
=====================================
  スマートフォン
=====================================
*/

@media screen and (max-width: 767px) {

    .top-parking .parking-list-wrap {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .top-parking .parking-list-img {
        height: 200px;
    }

    .top-parking .parking-list-text-wrap {
        padding: 16px 14px 20px;
    }

    .top-parking .parking-list-title {
        font-size: 18px;
    }

    .top-parking .parking-list-location .material-symbols-outlined {
        font-size: 21px;
    }
}

/* 
=====================================
  駐車場一覧ページ
=====================================
*/

.parking-list-header h1 {
    margin: 0;
    font-size: clamp(30px, 3vw, 40px);
    color: var(--color_main);
}

.parking-property-list>h2 {
    position: relative;
    margin: 0 0 40px;
    padding-bottom: 16px;
    color: var(--color_main);
    font-size: clamp(26px, 2.4vw, 32px);
    line-height: 1.5;
    border-bottom: 2px solid var(--color_main);
}

.parking-property-list>h2::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: var(--color_accent);
}


/* 
=====================================
  駐車場詳細ページ
=====================================
*/

/* ページ全体 */
.article-single-parking {
    max-width: 1200px;
    margin: 0 auto 100px;
}

/* タイトル */
.article-single-parking .parking-detail-header {
    margin-bottom: 35px;
}

.article-single-parking .parking-detail-category {
    display: inline-block;
    width: fit-content;
    margin-bottom: 12px;
    padding: 4px 13px;
    border: 1px solid var(--color_main);
    border-radius: 6px;
    background-color: #fff;
    color: var(--color_main);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.article-single-parking .parking-detail-header h1 {
    margin: 0;
    padding: 0;
    width: 100%;
    color: var(--color_main);
    font-size: 30px;
    line-height: 1.5;
    text-align: left;
}

.article-single-parking .parking-detail-header h1::before {
    display: none;
}

.article-single-parking .parking-detail-description {
    max-width: 900px;
    margin-top: 16px;
    line-height: 2;
}

/* 画像・基本情報 */
.article-single-parking .parking-main-info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    align-items: start;
}

/* 画像なし */
.article-single-parking .parking-main-info.is-no-image {
    grid-template-columns: 1fr;
}

/* メイン画像とサムネイルの間 */
.article-single-parking .parking-gallery .parking-slider+.parking-thumbnail {
    margin-top: 16px;
}

.article-single-parking .parking-main-info.is-no-image .parking-summary {
    max-width: 760px;
}

/* 画像スライド */
.article-single-parking .parking-gallery {
    min-width: 0;
}

.article-single-parking .parking-gallery .main-slide a {
    display: block;
    position: relative;
    width: 100%;
    height: 400px;
    box-sizing: border-box;
    overflow: hidden;
}

.article-single-parking .parking-gallery .main-slide a:focus {
    outline: none;
}

.article-single-parking .parking-gallery .swiper-slide {
    height: auto;
}

.article-single-parking .parking-gallery .main-slide a img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 100%;
    max-height: 400px;
    transform: translate(-50%, -50%);
}

.article-single-parking .parking-gallery .thumbnail img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

/* 駐車場基本情報 */
.article-single-parking .parking-summary {
    overflow: hidden;
    border: 1px solid var(--color_main_lighter);
    border-radius: 12px;
    background-color: #fff;
}

.article-single-parking .parking-summary-title {
    margin: 0;
    padding: 16px 20px;
    border: 0;
    background-color: var(--color_main);
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}

.article-single-parking .parking-summary-title::before,
.article-single-parking .parking-summary-title::after {
    display: none;
}

.article-single-parking .parking-summary-list {
    margin: 0;
}

.article-single-parking .parking-summary-row {
    display: grid;
    grid-template-columns: 110px 1fr;
    margin: 0;
    border-bottom: 1px solid #e6edf2;
}

.article-single-parking .parking-summary-row:last-child {
    border-bottom: 0;
}

.article-single-parking .parking-summary-row dt {
    padding: 14px 15px;
    background-color: var(--section_bg_2);
    color: var(--color_main);
    font-size: 14px;
    font-weight: 700;
}

.article-single-parking .parking-summary-row dd {
    min-width: 0;
    margin: 0;
    padding: 14px 16px;
}

.article-single-parking .parking-summary-price {
    color: var(--color_main);
    font-size: 20px;
    font-weight: 700;
}

.article-single-parking .parking-summary-monthly-price {
    display: block;
    margin-bottom: 7px;
    color: var(--color_main);
    font-weight: 700;
}

/* 共通セクション */
.article-single-parking .parking-detail-section {
    margin-top: 78px;
}

.article-single-parking .parking-detail-section>h2 {
    position: relative;
    margin: 0 0 26px;
    padding: 0 0 13px;
    border-bottom: 2px solid var(--color_main);
    color: var(--color_main);
    font-size: 28px;
    line-height: 1.4;
}

.article-single-parking .parking-detail-section>h2::before {
    display: none;
}

.article-single-parking .parking-detail-section>h2::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 76px;
    height: 2px;
    background-color: var(--color_accent);
}

/* 料金案内 */
.article-single-parking .parking-fee-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.article-single-parking .parking-fee-panel {
    padding: 26px;
    border-radius: 10px;
    background-color: var(--section_bg_2);
}

.article-single-parking .parking-fee-panel h3 {
    margin: 0 0 12px;
    padding: 0;
    color: var(--color_main);
    font-size: 18px;
    line-height: 1.5;
}

.article-single-parking .parking-fee-panel h3::before {
    display: none;
}

.article-single-parking .parking-fee-main {
    margin: 0 0 10px;
    color: var(--color_main);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}

.article-single-parking .parking-fee-text {
    line-height: 1.9;
}

.article-single-parking .parking-fee-note {
    margin-top: 18px;
    padding: 16px 18px;
    border-left: 4px solid var(--color_accent);
    background-color: #fff8ee;
    line-height: 1.9;
}

/* イベント時・特別料金 */
.article-single-parking .parking-special-fee {
    margin-top: 22px;
    padding: 20px 22px;
    border-left: 4px solid var(--color_accent);
    background-color: #fff8ee;
}

.article-single-parking .parking-special-fee h3 {
    margin: 0 0 10px;
    padding: 0;
    color: var(--color_main);
    font-size: 17px;
    line-height: 1.5;
}

.article-single-parking .parking-special-fee h3::before {
    display: none;
}

.article-single-parking .parking-special-fee-text {
    font-weight: 600;
    line-height: 1.9;
}

.article-single-parking .parking-special-fee-note {
    margin-top: 8px;
    line-height: 1.9;
}

/* 月極情報 */
.article-single-parking .parking-monthly-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.article-single-parking .parking-monthly-card {
    padding: 20px;
    border: 1px solid var(--color_main_lighter);
    border-radius: 9px;
    background-color: #fff;
}

.article-single-parking .parking-monthly-label {
    margin: 0 0 7px;
    color: #71808a;
    font-size: 13px;
    font-weight: 700;
}

.article-single-parking .parking-monthly-value {
    color: var(--color_main);
    font-weight: 600;
    line-height: 1.8;
}

.article-single-parking .parking-monthly-note {
    margin-top: 18px;
    padding: 16px 18px;
    background-color: var(--section_bg_2);
    line-height: 1.9;
}

/* 月極空き状況 */
.article-single-parking .parking-detail-availability {
    display: inline-block;
    width: fit-content;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

/* Googleマップ */
.article-single-parking .parking-map-frame {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.article-single-parking .parking-map-frame iframe {
    display: block;
    width: 100%;
    height: 450px;
    border: 0;
}

.article-single-parking .parking-surrounding {
    max-width: 950px;
    margin-top: 20px;
    line-height: 1.9;
}

/* サービス券提携先 */
.parking-service-partners-content h3 {
    margin: 24px 0 12px;
    font-size: 18px;
    color: var(--color_main);
}

/* 2つ目以降のエリア */
.parking-service-area+.parking-service-area {
    margin-top: 40px;
}

/* 提携先一覧 */
.parking-service-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* あびこ周辺はPCで2列 */
.parking-service-list-abiko {
    display: grid;
    grid-template-columns: repeat(2, minmax(300px, 380px));
    gap: 8px 60px;
    justify-content: start;
}

/* 新金岡周辺は1列 */
.parking-service-list-shinkanaoka {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

/* 提携先 */
.parking-service-list li {
    position: relative;
    padding-left: 16px;
    line-height: 1.7;
}

/* リストの丸印 */
.parking-service-list li::before {
    content: "";
    position: absolute;
    top: 0.75em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--color_main);
}

/* 注意書き */
.parking-service-notes {
    margin-top: 32px;
}

.parking-service-notes p {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.8;
}

/* スマホ */
@media (max-width: 767px) {

    .parking-service-list-abiko,
    .parking-service-list-shinkanaoka {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .parking-service-area+.parking-service-area {
        margin-top: 32px;
    }
}

/* 備考 */
.article-single-parking .parking-remarks-text {
    max-width: 950px;
    padding: 20px 22px;
    border-radius: 8px;
    background-color: var(--section_bg_2);
    line-height: 1.9;
}

/* 予約・契約・お問い合わせ */
.article-single-parking .parking-action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.article-single-parking .parking-action-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 52px;
    padding: 10px 24px;
    border-radius: 7px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

/* 時間貸し予約 */
.article-single-parking .parking-action-reservation {
    background-color: var(--color_main);
    color: #fff;
}

/* 月極契約 */
.article-single-parking .parking-action-monthly {
    border: 1px solid var(--color_main);
    background-color: #fff;
    color: var(--color_main);
}

/* お問い合わせ */
.article-single-parking .parking-action-contact {
    background-color: var(--color_accent);
    color: #fff;
}

.article-single-parking .parking-action-button:hover {
    opacity: 0.8;
}

/* 
=====================================
  タブレット
=====================================
*/

@media screen and (max-width: 959px) {

    .article-single-parking .parking-main-info {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .article-single-parking .parking-summary {
        max-width: none;
    }

    .article-single-parking .parking-monthly-grid {
        grid-template-columns: 1fr;
    }
}

/* 
=====================================
  スマートフォン
=====================================
*/

@media screen and (max-width: 767px) {

    .article-single-parking {
        margin-bottom: 70px;
    }

    .article-single-parking .parking-detail-header {
        margin-bottom: 25px;
    }

    .article-single-parking .parking-detail-header h1 {
        font-size: 26px;
    }

    .article-single-parking .parking-detail-category {
        margin-bottom: 8px;
    }

    /* 画像スライド */
    .article-single-parking .parking-gallery .main-slide a {
        height: 260px;
    }

    .article-single-parking .parking-gallery .main-slide a img {
        max-height: 260px;
    }

    .article-single-parking .parking-summary-row {
        grid-template-columns: 95px 1fr;
    }

    .article-single-parking .parking-summary-row dt,
    .article-single-parking .parking-summary-row dd {
        padding: 12px;
    }

    .article-single-parking .parking-summary-price {
        font-size: 18px;
    }

    .article-single-parking .parking-detail-section {
        margin-top: 58px;
    }

    .article-single-parking .parking-detail-section>h2 {
        margin-bottom: 22px;
        font-size: 24px;
    }

    .article-single-parking .parking-fee-grid {
        grid-template-columns: 1fr;
    }

    .article-single-parking .parking-fee-panel {
        padding: 22px 18px;
    }

    .article-single-parking .parking-fee-main {
        font-size: 21px;
    }

    .article-single-parking .parking-special-fee {
        padding: 18px;
    }

    .article-single-parking .parking-map-frame iframe {
        height: 320px;
    }

    .article-single-parking .parking-action-buttons {
        flex-direction: column;
    }

    .article-single-parking .parking-action-button {
        width: 100%;
        min-width: 0;
    }
}

/* 
=====================================
  駐車場 空き状況ステータス
=====================================
*/

/* 空きあり */
.article-single-parking .parking-detail-availability-available,
.top-parking .parking-list-availability-available {
    background-color: #edf7ef;
    color: #287a3d;
    border: 1px solid #cfe5d4;
}

/* 空き予定あり */
.article-single-parking .parking-detail-availability-available-soon,
.top-parking .parking-list-availability-available-soon {
    background-color: #fff7e8;
    color: #a76500;
    border: 1px solid #f1ddb8;
}

/* 満車 */
.article-single-parking .parking-detail-availability-full,
.top-parking .parking-list-availability-full {
    background-color: #fbe9e9;
    color: #b43b3b;
    border: 1px solid #efcaca;
}

/* 要問い合わせ */
.article-single-parking .parking-detail-availability-inquiry,
.top-parking .parking-list-availability-inquiry {
    background-color: #e3edf5;
    color: var(--color_main);
    border: 1px solid #bfd2e1;
}



/* ============================================
   ヘッダー内ボタン
   ============================================ */
.header-btn-wrap .swell-block-button {
    margin-bottom: 2px;

}

.header-btn-wrap .swell-block-button__link {
    padding: 0.5em 1em;
    font-weight: bold;
    font-size: 20px;
}

.header-btn-wrap .header-btn-text {
    font-size: 12px;
}