/* ============================================================
    フッター（下部）デザイン
============================================================ */
footer.site-footer {
    width: 100%;
    height: 284px;
    background: linear-gradient(
        to bottom,
        #2b9b7d 0px,
        #2b9b7d 248px,
        #ffffff 248px,
        #ffffff 284px
    );
    position: relative;
}

.footer-inner {
    position: absolute;
    top: 0;
    left: 140px;
    right: 140px;
    height: 248px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #fff;
}

/* --- 各セクション共通設定 --- */
.footer-section {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    font-weight: normal;
    color: #fff;
}

.footer-title {
    font-size: 16px;
    margin-bottom: 8px;
}

.footer-line {
    height: 1px;
    background: #ffffff;
    margin-bottom: 10px;
}

/* --- 左側（サイト情報） --- */
.footer-section--left .footer-subtext {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 0;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    margin-bottom: 12.79px;
}

.footer-section--left .footer-logo {
    height: 74.61px;
    font-size: 49px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 0;
    font-family: "Corporate Logo ver3", "Noto Sans JP", sans-serif;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .footer-section--left .footer-logo {
        max-width: 202px;
    }
}

/* --- プライバシーポリシー + サイトマップ --- */
.footer-section--left .footer-policy-area {
    display: flex;
    align-items: center;
    gap: 30px;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    position: absolute;
    bottom: 22px;
}

.footer-section--left .footer-policy-area div {
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}

/* --- 不動産をさがす --- */
.footer-section--search {
    width: 400px;
}

.footer-section--search .footer-line {
    width: 336.5px;
}

.footer-section--search .footer-grid {
    display: grid;
    grid-template-columns: repeat(4, auto);
}

.footer-section--search .footer-grid > div {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 12px;
    line-height: 1.8;
}

/* --- まちスポット --- */
.footer-section--spot {
    width: 132.13px;
}

.footer-section--spot .footer-line {
    width: 132.13px;
}

.footer-section--spot .footer-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 12px;
    line-height: 1.8;
}

/* --- コンテンツ --- */
.footer-section--content {
    width: 254.31px;
}

.footer-section--content .footer-line {
    width: 254.31px;
}

.footer-section--content .footer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 20px;
}

.footer-section--content .footer-grid > div {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 12px;
    line-height: 1.8;
}

/* --- コピーライト --- */
.footer-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.footer-bottom p {
    font-size: 12px;
    color: #222;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* 画面全体を縦いっぱいに */
}

/* メイン部分を余白で埋める */
main {
    flex: 1;
}

@media screen and (min-width: 1099px) {
}
/* スマホと同じ対応、修正必須 */
@media screen and (min-width: 520px) and (max-width: 1098px) {
    footer.site-footer {
        height: 269px;
    }

    .footer-inner {
        height: 233px;
    }

    .footer-inner {
        top: 0;
        left: 30px;
    }
    .footer-section--left .footer-subtext {
        font-size: 13px;
    }

    /* 並び順を変更 */
    .footer-policy {
        order: 2;
    }
    .footer-sitemap {
        order: 1;
    }

    /* --- 不動産をさがす まちスポット コンテンツ 非表示 --- */
    .footer-section--search,
    .footer-section--spot,
    .footer-section--content {
        display: none;
    }
}
@media screen and (max-width: 519px) {
    footer.site-footer {
        height: 269px;
    }

    .footer-inner {
        height: 233px;
    }

    .footer-inner {
        top: 0;
        left: 30px;
        right: unset;
    }
    .footer-section--left .footer-subtext {
        font-size: 13px;
    }

    /* 並び順を変更 */
    .footer-policy {
        order: 2;
    }
    .footer-sitemap {
        order: 1;
    }

    /* --- 不動産をさがす まちスポット コンテンツ 非表示 --- */
    .footer-section--search,
    .footer-section--spot,
    .footer-section--content {
        display: none;
    }
}
