@charset "UTF-8";

/* ===============================================================
  Fonts
=============================================================== */

@font-face {
    font-family: "Noto Sans JP";
    src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Thin.ttf") format("truetype");
    font-weight: 100;
    /* Thin100 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("../../fonts/Noto_Sans_JP/NotoSansJP-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    /* ExtraLight200 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Light.ttf") format("truetype");
    font-weight: 300;
    /* Light300 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Regular.ttf") format("truetype");
    font-weight: 400;
    /* Regular400 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Medium.ttf") format("truetype");
    font-weight: 500;
    /* Medium500 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("../../fonts/Noto_Sans_JP/NotoSansJP-SemiBold.ttf") format("truetype");
    font-weight: 600;
    /* SemiBold600 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Bold.ttf") format("truetype");
    font-weight: 700;
    /* Bold700 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("../../fonts/Noto_Sans_JP/NotoSansJP-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    /* ExtraBold800 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Black.ttf") format("truetype");
    font-weight: 900;
    /* Black900 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url("../../fonts/Lato/Lato-Thin.ttf") format("truetype");
    font-weight: 100;
    /* Thin100 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url("../../fonts/Lato/Lato-Light.ttf") format("truetype");
    font-weight: 300;
    /* Light300 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url("../../fonts/Lato/Lato-Regular.ttf") format("truetype");
    font-weight: 400;
    /* Bold400 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url("../../fonts/Lato/Lato-Bold.ttf") format("truetype");
    font-weight: 700;
    /* Bold700 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url("../../fonts/Lato/Lato-Black.ttf") format("truetype");
    font-weight: 900;
    /* Black900 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url("../../fonts/Lato/Lato-ThinItalic.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url("../../fonts/Lato/Lato-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url("../../fonts/Lato/Lato-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url("../../fonts/Lato/Lato-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Noto Serif JP";
    src: url("../../fonts/Noto_Serif_JP/NotoSerifJP-Light.ttf") format("truetype");
    font-weight: 300;
    /* Light300 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Serif JP";
    src: url("../../fonts/Noto_Serif_JP/NotoSerifJP-Regular.ttf") format("truetype");
    font-weight: 400;
    /* Regular400 */
    font-style: normal;
    font-display: swap;
}


/* ===============================================================
  custome CSS
=============================================================== */

:root {
    --mstyle-text-color: #333333;
    --mstyle-main-color: #5A9C6E;
    --mstyle-sub-color: #417B52;
    --mstyle-light-green-color: #E6F0EA;
    --mstyle-light-grey-color: #F5F5F5;
    --mstyle-sub-grey-color: #E1E1E1;
    --mstyle-light-brown-color: #F5E9D3;
    --mstyle-sub-brown-color: #D7B894;
    --mstyle-red-color: #EA5514;
    --mstyle-orange-color: #F5A25D;
    --mstyle-purple-color: #7C6B99;
    --mstyle-blue-color: #6AAFE6;
    --blue-color: #0000EE;
    --white-color: #FFFFFF;
    --font-family-nsjp: "Noto Sans JP", sans-serif;
    --font-family-nssjp: "Noto Serif JP", serif;
    --font-family-lato: "Lato", sans-serif;
    --fz-10: .625em;
    --fz-12: .75em;
    --fz-14: .875em;
    --fz-16: 1rem;
    --fz-18: 1.125em;
    --fz-20: 1.25em;
    --fz-22: 1.375em;
    --fz-24: 1.5em;
    --fz-32: 2em;
    --fz-40: 2.5em;
    --fz-48: 3em;
    --fz-56: 3.5em;
    --fz-64: 4em;
    --inner-width: 1024px;
    --inner-width-tablet: 95%;     /* inner-width1つにしてメディアクエリで分ける */
    --inner-width-sp: 92%;
    --sec-pad-base: 0;
    --sec-mar-base: 0 0 150px 0;
    --sec-pad-image: 65px 0 150px 0;
    --sec-mar-image: 0 0 65px 0;
    --sec-pad-illust: 65px 0 200px 0;
    --sec-mar-illust: 320px 0 65px 0;
    --main-mar-last: 0 0 300px 0;     /* 下層ページのfooterとmainの間のマージン */
    --last-sec-mar: 0 0 200px 0;
    --base-radius: 8px;
    --box-shadow-btn: 0px 2px 6px 0 #33333340;     /* btn-box-shadow */
    --box-shadow-btn-hov: 0px 2px 4px 0 #33333385;
    --box-shadow-btn-sp: 0px 3px 8px 0 #33333315;     /* sp-btn-box-shadow */
    --box-shadow-n1: 0px 2px 6px 0 #33333312;     /* faq-box-shadow */
    --box-shadow-n1-hov: 0px 2px 4px 0 #33333324;
    --box-shadow-black-card: 1px 3px 8px 0 #33333370;
    --box-shadow-card: 1px 3px 16px 0 #33333322;     /* card-box-shadow */
    --box-shadow-card-hov: 0px 2px 4px 0 #33333370;     /* card-box-shadow */
    --transition-main: all .3s cubic-bezier(0.25,0.46,0.45,0.94);
    --img-of-position: 50% center;
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}


/* ===============================================================
  Reset & Normalize
=============================================================== */

*,
*::after,
*::before {
    box-sizing: border-box
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
p,
figure,
ul,
ol,
input,
a,
address,
strong,
textarea,
button,
th,
td,
tr {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: inherit;
    font-style: normal;
    border: none;
    outline: none;
    list-style: none;
}

body {
    color: var(--mstyle-text-color);
    font-size: var(--fz-16);
    font-family: var(--font-family-nsjp);
    font-weight: normal;
    font-style: normal;
    font-optical-sizing: auto;
    position: relative;
    z-index: 10;
    line-height: 180%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --svg-width: 16px;
    --svg-aspect: 1;
    --svg-color: var(--mstyle-text-color);
    --svg-stroke-color: transparent;
    --svg-va: 0;
}

/* HTML要素のブロック化（IE対策も兼ねる） */
main, article, aside, footer, header,
nav, section, figure, figcaption {
  display: block;
}

/* Safari対策：フォーム要素の継承・整形 */
input, button, textarea, select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  text-align: start;
}

select {
    appearance: none;
    -webkit-appearance: none; /* Safari */
    -moz-appearance: none;    /* Firefox */
}

main {
    position: relative;
    z-index: -500;
}

img {
    width: 100%;
    vertical-align: bottom;
}

img.img-contain {
    height: 100%;
    object-fit: contain;
}

img.img-cover {
    height: 100%;
    object-fit: cover;
    object-position: var(--img-of-position);
}

a {
    color: inherit;
    text-decoration: inherit;
}

a.underline-deco {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-offset: 2px;
}

label {
    cursor: pointer;
}

input {
    padding: 5px 10px;
}

input[type="date"] {
    cursor: pointer;
}

select {
    padding: 5px 10px;
    cursor: pointer;
}

textarea {
    resize: none;
    padding: 10px 10px;
}

*::placeholder {    
  color: var(--mstyle-sub-grey-color);
}

button {
    cursor: pointer;
}

svg {
    width: var(--svg-width);
    aspect-ratio: var(--svg-aspect);
    fill: var(--svg-color);
    stroke: var(--svg-stroke-color);
    vertical-align: var(--svg-va);
    transition: var(--transition-main);
}

:is(input, textarea):focus {
    border: 2px solid var(--sakrea-main-color);
}

.inner {
    width: var(--inner-width);
    margin: 0 auto;
}

.rotate90 {
    rotate: 90deg;
}

.ff-noto {
    font-family: var(--font-family-nsjp);
}

.ff-lato {
    font-family: var(--font-family-lato);
}

.bold {
    font-weight: 700;
}

.no-break {
    white-space: nowrap;
}

.break-for-pc {
    display: inline-block;
}

.break-for-sp {
    display: none;
}

.element-for-pc {
    display: block;
}

.element-for-sp {
    display: none !important;
}

@media screen and (max-width:768px) {
    .break-for-pc {
        display: none;
    }

    .break-for-sp {
        display: inline-block;
    }

    .element-for-pc {
        display: none !important;
    }

    .element-for-sp {
        display: block !important;
    }
}

/* PCだけtelリンクを無効化 */
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}


/* ===============================================================
  Animation
=============================================================== */





/* ===============================================================
  初期設定レスポンシブ
=============================================================== */

@media (max-width: 1023px) and (min-width: 769px) {
    :root {
        --sec-pad-image: 65px 0 100px 0;
        --sec-pad-illust: 50px 0 150px 0;
        --sec-mar-illust: 200px 0 50px 0;
        --main-mar-last: 0 0 150px 0;
    }
    .inner {
        width: var(--inner-width-tablet);
    }
}

@media screen and (max-width:768px) {
    body {
        line-height: 170%;
    }
    :root {
        --sec-mar-base: 0 0 50px 0;
        --sec-pad-image: 35px 0 50px 0;
        --sec-mar-image: 0 0 50px 0;
        --sec-pad-illust: 50px 0 65px 0;
        --sec-mar-illust: 115px 0 50px 0;
        --main-mar-last: 0 0 50px 0;
        scroll-padding-top: 60px;
    }
    .inner {
        width: var(--inner-width-sp);
    }
}


/* ===============================================================
  header
=============================================================== */

.header .wrapper {
    width: 100%;
    height: 90px;
    backdrop-filter: blur(5px);
    background: #FFFFFF95;
    padding: 15px 0 0 0;
    position: fixed;
    z-index: 1000;
}

.header .wrapper .inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}

.header .header-logo-area {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    flex-wrap: wrap;
}

.header .header-logo-area .site-logo {
    width: 150px;
}

.header .header-logo-area p {
    font-size: var(--fz-10);
    line-height: 123%;
}

.header .header-nav-area .element-for-pc {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 0 30px;
    height: 56px;
}

.header .header-nav-area .list {
    display: flex;
    gap: 0 25px;
    font-size: var(--fz-12);
    line-height: normal;
}

.header .header-nav-area .list li {
    position: relative;
}

.header .header-nav-area .list li::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -12px;
    width: 1px;
    height: 16px;
    background: #E1E1E1;
}

.header .header-nav-area .list li:last-child::after {
    content: none;
}

.header .header-nav-area .list li a {
    background: var(--header-list-bg);
    padding: 36px 0 0 0;
}

.header .header-nav-area .list li:nth-child(1) a {
    --header-list-bg: url(../../images/illust/illust-g-magnifying-glass.webp) no-repeat center top / 36px;
}
.header .header-nav-area .list li:nth-child(2) a {
    --header-list-bg: url(../../images/illust/illust-g-house-plan.webp) no-repeat center top / 36px;
}
.header .header-nav-area .list li:nth-child(3) a {
    --header-list-bg: url(../../images/illust/illust-g-shake-hands.webp) no-repeat center top / 36px;
}
.header .header-nav-area .list li:nth-child(4) a {
    --header-list-bg: url(../../images/illust/illust-g-house-key.webp) no-repeat center top / 36px;
}

.header .header-nav-area .contact-area {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 0 16px;
}

.header .header-nav-area .contact-area .phone-area .opening-hours {
    font-size: var(--fz-10);
    line-height: normal;
    padding: 0 0 0 25px;
}

.header .header-nav-area .contact-area .phone-area .phone-number {
    --svg-color: var(--mstyle-red-color);
    --svg-stroke-color: var(--mstyle-red-color);
    --svg-width: 20px;
    --svg-va: -3px;
    color: var(--mstyle-red-color);
    font-size: var(--fz-20);
    font-family: var(--font-family-lato);
    font-weight: 700;
    line-height: normal;
}

.header .header-nav-area .contact-area .header-nav-area-btn {
    --svg-width: 20px;
    --svg-color: var(--white-color);
    --svg-stroke-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: var(--white-color);
    font-size: .8125em;
    border-radius: 23px 35px 3px 23px;
    background: var(--mstyle-red-color);
    padding: 5px 28px 5px 28px;
    transition: all 0.2s ease;
    box-shadow: 0px 2px 6px 0 #00000005;
    position: relative;
}

@media (hover: hover) {
.header .header-nav-area .contact-area .header-nav-area-btn:hover {
        transform: translateY(1px);
        box-shadow: 0px 2px 4px 0 #00000025;
    }
}

.header .header-nav-area .contact-area .header-nav-area-btn span {
    font-size: 1.4em;
    font-weight: 700;
}

@media (max-width: 1080px) and (min-width: 1023px) {
    .header .header-logo-area p {
        display: none;
    }
}

@media (max-width: 1023px) and (min-width: 769px) {
    .header .header-nav-area .list {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .header .wrapper {
        height: 60px;
        background: var(--white-color);
        padding: 0 0 0 10px;
    }
    .header .wrapper .inner {
        align-items: center;
        justify-content: space-between;
        width: auto;
        height: 60px;
        margin: 0;
    }
    .header .header-logo-area {
        width: 35vw;
        height: 40px;
        padding: 0 7px 0 0;
    }
    .header .header-logo-area .site-logo {
        width: auto;
        height: 100%;
        line-height: normal;
    }
    .header .header-logo-area .site-logo a {
        display: block;
        /* width: 100%; */
        height: 100%;
    }
    .header .header-logo-area .site-logo a img {
        height: 100%;
        object-fit: contain;
    }
    .header .header-menu-sp {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
    }
    .header .header-menu-sp .header-icon-area {
        --svg-width: 26px;
        --svg-color: var(--white-color);
        --svg-stroke-color: transparent;
        --svg-va: -3px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 0 7px;
        background: var(--mstyle-main-color);
        padding: 0 16px;
    }
    .header .header-menu-sp .header-icon-area a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 50px;
        height: 60px;
        color: var(--white-color);
        font-size: var(--fz-10);
        line-height: 123%;
    }
    .header .header-nav-area .phone-area,
    .header .header-nav-area .header-nav-area-btn {
        display: none;
    }
}


/* ===============================================================
  hamburger / ハンバーガーメニュー
=============================================================== */

.header .icon-hamburger {
    display: none;
}

@media screen and (max-width:768px) {
    .header .hamburger-wrapper {
        display: grid;
        place-items: center;
        width: 56px;
        height: 60px;
    }

    .header #icon-hamburger {
        display: inline-block;
        position: relative;
        width: 30px;
        height: 24px;
        cursor: pointer;
        z-index: 1000;
    }

    .header #icon-hamburger::before {
        position: absolute;
        content: "";
        display: block;
        width: 56px;
        height: 60px;
        background: var(--mstyle-sub-color);
        bottom: -18px;
        right: -13px;
        pointer-events: none;
    }

    .header #icon-hamburger span {
        display: inline-block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background-color: var(--white-color);
        transition: all 0.3s;
    }

    .header #icon-hamburger span:nth-of-type(1) {
        top: 2px;
    }

    .header #icon-hamburger span:nth-of-type(2) {
        top: 11px;
    }

    .header #icon-hamburger span:nth-of-type(3) {
        bottom: 2px;
    }

    .header #icon-hamburger span:nth-of-type(1) {
        animation: hamburger-bar01 .75s forwards;
    }

    @keyframes hamburger-bar01 {
        0% {
            transform: translateY(9px) rotate(45deg);
        }

        50% {
            transform: translateY(9px) rotate(0);
        }

        100% {
            transform: translateY(0) rotate(0);
        }
    }

    .header #icon-hamburger span:nth-of-type(2) {
        transition: all .25s .25s;
        opacity: 1;
    }

    .header #icon-hamburger span:nth-of-type(3) {
        animation: hamburger-bar03 .75s forwards;
    }

    @keyframes hamburger-bar03 {
        0% {
            transform: translateY(-9px) rotate(-45deg);
        }

        50% {
            transform: translateY(-9px) rotate(0);
        }

        100% {
            transform: translateY(0) rotate(0);
        }
    }

    .header #icon-hamburger.active span:nth-of-type(1) {
        animation: active-hamburger-bar01 .75s forwards;
    }

    @keyframes active-hamburger-bar01 {
        0% {
            transform: translateY(0) rotate(0);
        }

        50% {
            transform: translateY(9px) rotate(0);
        }

        100% {
            transform: translateY(9px) rotate(45deg);
        }
    }

    .header #icon-hamburger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .header #icon-hamburger.active span:nth-of-type(3) {
        animation: active-hamburger-bar03 .75s forwards;
    }

    @keyframes active-hamburger-bar03 {
        0% {
            transform: translateY(0) rotate(0);
        }

        50% {
            transform: translateY(-9px) rotate(0);
        }

        100% {
            transform: translateY(-9px) rotate(-45deg);
        }
    }

    /* #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        background-color: none;
        z-index: 5;
        opacity: 0;
        transition: opacity .3s cubic-bezier(0.17, 0.84, 0.44, 1);
    } */

    #menu {
        position: fixed;
        top: 60px;
        right: -100%;
        width: 100%;
        height: calc(100dvh - 60px);
        background-color: var(--mstyle-light-grey-color);
        z-index: 800;
        transition: right .3s cubic-bezier(0.17, 0.84, 0.44, 1);
    }
    .header .header-nav-area {
        line-height: 150%;
        padding: 4dvh 0 0 0;
    }
    .header .header-nav-area nav {
        width: var(--inner-width-sp);
        margin: 0 auto;
    }
    .header .header-nav-area .search-poroperty {
        margin: 0 0 5dvh 0;
    }
    .header .header-nav-area :is(.search-poroperty, .search-menu) .hamburger-menu-title {
        --svg-width: 28px;
        --svg-va: -3px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 8px;
        font-size: var(--fz-20);
        font-weight: 700;
        margin: 0 0 3dvh 0;
    }
    .header .header-nav-area .search-poroperty .btn-list {
        --svg-width: 34px;
        --svg-color: var(--white-color);
        --svg-stroke-color: var(--white-color);
        display: flex;
        justify-content: center;
        gap: 0 24px;
    }
    .header .header-nav-area .search-poroperty .btn-list li {
        flex: 1;
    }
    .header .header-nav-area .search-poroperty .btn-list a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 8px 0;
        color: var(--white-color);
        font-size: var(--fz-18);
        font-weight: 700;
        padding: 18px 0;
        border-radius: var(--base-radius);
        background: var(--mstyle-main-color);
        box-shadow: var(--box-shadow-btn-sp);
    }
    .header .header-nav-area .search-poroperty .btn-list li:last-child a {
        background: var(--mstyle-sub-brown-color);
    }
    .header .header-nav-area .search-menu {
        border-bottom: 2px solid var(--mstyle-main-color);
        padding: 0 0 5dvh 0;
        margin: 0 0 3dvh 0;
    }
    .header .header-nav-area .search-menu .menu-list {
        display: flex;
        justify-content: center;
        gap: 3dvh 6%;
        flex-wrap: wrap;
    }
    .header .header-nav-area .search-menu .menu-list li {
        width: 43%;
    }
    .header .header-nav-area .search-menu .menu-list a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header .header-nav-area .other-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 1dvh 0;
        font-size: var(--fz-12);
    } 
    body.menu-open {
        overflow: hidden;
    }
    body.menu-open #overlay {
        width: 100%;
        height: 100dvh;
        opacity: 1;
    }
    body.menu-open #menu {
        right: 0;
    }
}


/* ===============================================================
  footer
=============================================================== */
.footer {
    --illust-city-bg: url(../../images/illust/illust-green-city.webp) no-repeat center / cover;
    color: var(--white-color);
    line-height: normal;
    background: var(--mstyle-main-color);
    padding: 65px 0 0 0;
    margin: 150px 0 0 0;
    position: relative;
}

.footer.illust-city-bg::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 180px;
    background: var(--illust-city-bg);
    top: -180px;
}

.footer .h2-wrapper {
    display: grid;
    place-items: center;
}

.footer h2 {
    display: inline-block;
    font-size: var(--fz-32);
    font-weight: 700;
    margin: 53px 0 120px 0;
    position: relative;
}

.footer h2::before {
    position: absolute;
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: var(--white-color);
    rotate: -43.75deg;
    bottom: -14px;
    left: 33px;
}

.footer h2::after {
    position: absolute;
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: var(--white-color);
    rotate: 43.75deg;
    bottom: -14px;
    left: 26px;
}

.footer h2 span {
    position: relative;
}

.footer h2 span::before {
    position: absolute;
    content: "";
    display: block;
    width: 21px;
    height: 2px;
    background: var(--white-color);
    bottom: -10px;
    left: 7px;
}

.footer h2 span::after {
    position: absolute;
    content: "";
    display: block;
    width: 278px;
    height: 2px;
    background: var(--white-color);
    bottom: -10px;
    right: 0;
}

.footer .footer-logo-area {
    display: flex;
    align-items: flex-end;
    gap: 0 14px;
    font-size: var(--fz-12);
    line-height: 123%;
    margin: 0 0 80px 0;
}

.footer .footer-logo-area .site-logo {
    width: 154px;
}

.footer .footer-info-area {
    display: flex;
    justify-content: space-between;
    gap: 0 90px;
    white-space: nowrap;
    margin: 0 0 150px 0;
}

.footer .footer-info-area .left .company-title {
    font-size: var(--fz-20);
    font-weight: 700;
    margin: 0 0 40px 0;
}

.footer .footer-info-area .left .store-info-area {
    display: flex;
    flex-direction: column;
    gap: 35px 0;
    font-size: var(--fz-14);
}

.footer .footer-info-area .left .store-info-area .store-name {
    display: block;
    font-weight: 700;
    margin: 0 0 7px 0;
}

.footer .footer-info-area .left .store-info-area .building {
    display: block;
    margin: -5px 0 0 0;
}

.footer .footer-info-area .right .menu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 36px 14px;
    margin: 0 0 78px 0;
}

.footer .footer-info-area .right .menu-list > li {
    width: 140px;
}

.footer .footer-info-area .right .menu-list .menu-title {
    font-size: var(--fz-16);
    font-weight: 500;
    margin: 0 0 12px 0;
}

.footer .footer-info-area .right .menu-list .lower-menu-list{
    font-size: var(--fz-14);
    font-weight: 400;
    line-height: 200%;
    margin: 0 0 3px 0;
}

.footer .footer-info-area .right .btn-area a:first-child {
    margin: 0 0 45px 0;
}

.footer .footer-info-area .right .btn-area a {
    --svg-width: 24px;
    --svg-color: var(--white-color);
    --svg-stroke-color: var(--white-color);
    display: flex;
    justify-content: center;
    gap: 0 8px;
    width: 100%;
    line-height: 180%;
    border-radius: 38px 38px 5px 38px;
    box-shadow: var(--box-shadow-btn);
    border: 2px solid var(--white-color);
    padding: 12px 0;
}

.footer .footer-copyright-area {
    font-size: var(--fz-12);
    text-align: center;
    background: var(--mstyle-sub-color);
    padding: 8px 0;
}

@media (max-width: 1023px) and (min-width: 769px) {
    .footer.illust-city-bg::before {
        height: 90px;
        top: -90px;
    }
    .footer h2 {
        font-size: var(--fz-24);
    }
    .footer h2 span::after {
        width: 197px;
    }
    .footer .footer-info-area {
        gap: 0 50px;
        margin: 0 0 100px 0;
    }
    .footer .footer-info-area .right .menu-list {
        gap: 36px 30px;
        padding: 61px 0 0 0;
    }
}

@media screen and (max-width:768px) {
    .footer {
        padding: 50px 0 0 0;
    }
    .footer.illust-city-bg::before {
        height: 50px;
        top: -49px;
    }
    .footer .h2-wrapper {
        display: block;
    }
    .footer h2 {
        font-size: var(--fz-14);
        margin: 0 0 30px 0;
    }
    .footer h2::before {
        bottom: -7px;
    }
    .footer h2::after {
        bottom: -7px;
    }
    .footer h2 span::before {
        bottom: -3px;
    }
    .footer h2 span::after {
        width: 97px;
        bottom: -3px;
    }
    .footer .footer-logo-area {
        font-size: var(--fz-16);
        line-height: 110%;
        margin: 0 0 50px 0;
    }
    .footer .footer-logo-area .site-logo {
        width: 100px;
    }
    .footer .footer-logo-area .site-logo a {
        display: block;
    }
    .footer .footer-logo-area .element-for-sp {
        font-size: calc(18 / 16 * 1em);
        font-weight: 700;
    }
    .footer .footer-logo-area .element-for-sp span {
        display: block;
        font-size: calc(12 / 18 * 1em);
        font-weight: 400;
    }
    .footer .footer-info-area {
        flex-direction: column-reverse;
        margin: 0 0 80px 0;
    }

    .footer .footer-info-area .left ul.element-for-sp {
        display: flex !important;
    }

    .footer .footer-info-area .left .store-info-area .store-name {
        margin: 0 0 3px 0;
    }

    .footer .footer-info-area .left .store-info-area .phone-opening {
        display: flex;
        gap: 0 36px;
    }

    .footer .footer-info-area .left .store-info-area svg {
        --svg-width: 26px;
        --svg-color: var(--white-color);
        --svg-stroke-color: transparent;
        --svg-va: -9px;
        padding: 0 3px 0 0;
    }

    .footer .footer-info-area .left .store-info-area .building {
        padding: 0 0 0 29px;
    }

    .footer .footer-info-area .right .menu-list {
        gap: 40px 50px;
        margin: 0 0 40px 0;
    }
    .footer .footer-info-area .right .menu-list .menu-title {
        display: block;
        font-weight: 700;
        line-height: normal;
    }
    .footer .footer-info-area .right .element-for-sp {
        display: flex !important;
        justify-content: center;
        gap: 0 5%;
        margin: 0 0 100px 0;
    }
    .footer .footer-info-area .right .element-for-sp a {
        max-width: 200px;
        font-size: var(--fz-14);
        border-radius: var(--base-radius);  
        box-shadow: var(--box-shadow-btn-sp);      
    }
    .footer .footer-info-area .right .element-for-sp a:first-child {
        margin: 0;
    }
    .footer .footer-copyright-area {
        padding: 10px 0;
    }
}


/* ===============================================================
  breadcrumb
=============================================================== */
.breadcrumb {
  --svg-color: var(--white-color);
  --svg-stroke-color: var(--white-color);
  --svg-va: -3.5px;
  color: var(--white-color);
  font-size: var(--fz-12);
  line-height: normal;
  letter-spacing: -.02em;
  background: var(--mstyle-main-color);
  padding: 8px 0 8px 0;
}

.breadcrumb .separator {
    margin: 0 8px 0 8px;
}

@media screen and (max-width:768px) {
    .breadcrumb {
        font-size: var(--fz-10);
        padding: 5px 0 5px 0;
    }
    .breadcrumb .separator {
        margin: 0 5px 0 8px;
    }
}


/* ===============================================================
  page-header
=============================================================== */
.page-header-image {
    width: 100%;
    height: 284px;
    padding: 90px 0 0 0;
    position: relative;
}

.page-header-image::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 194px;
    background: #5A9C6E40;
    bottom: 0;
}

.page-header-image img {
    height: 100%;
    object-fit: cover;
}

.page-header-title {
    background: url(../../images/pictures/pic-white-wallpaper.webp) no-repeat center / 100%;
    border-bottom: 2px solid var(--mstyle-main-color);
    padding: 50px 0 5px 0;
    margin: 0 0 40px 0;
}

.page-header-title .inner {
    display: flex;
    align-items: center;
}

.page-header-title .title-icon {
    flex-shrink: 0;
    width: 80px;
}

.page-header-title .title {
    font-size: var(--fz-32);
    font-weight: 700;
    line-height: 110%;
}

@media (max-width: 1023px) and (min-width: 769px) {
    .page-header-image {
        height: 210px;
    }
}

@media screen and (max-width:768px) {
    .page-header-image {
        height: 130px;
        padding: 60px 0 0 0;
    }
    .page-header-title {
        padding: 11px 0 11px 0;
        margin: 0 0 30px 0;
    }
    .page-header-title .inner {
        gap: 0 5px;
    }
    .page-header-title .title {
        font-size: var(--fz-18);
        line-height: 130%;
    }
    .page-header-title .title-icon {
        width: 48px;
        flex-shrink: 0;
    }
}



/* ===============================================================
  トップページtitle
=============================================================== */
.h2-v-style {
    --svg-width: 80px;
    --svg-stroke-color: transparent;
    text-align: center;
    margin: 0 0 35px 0;
}

.h2-v-style .title-area {
    display: contents;
}

.h2-v-style .h2-sub-title {
    color: var(--mstyle-main-color);
    font-size: var(--fz-24);
    font-weight: 700;
    margin: 10px 0 26px 0;
    position: relative;
}

.h2-v-style .h2-sub-title::before {
    position: absolute;
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: var(--mstyle-main-color);
    rotate: -43.75deg;
    bottom: -9px;
    left: 49.8%;
}

.h2-v-style .h2-sub-title::after {
    position: absolute;
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: var(--mstyle-main-color);
    rotate: 43.75deg;
    bottom: -9px;
    right: 49.8%;
}

.h2-v-style .h2-sub-title span {
    position: relative;
}

.h2-v-style .h2-sub-title span::before {
    position: absolute;
    content: "";
    display: block;
    width: 47.1%;
    height: 2px;
    background: var(--mstyle-main-color);
    bottom: -2px;
    left: 0;
}

.h2-v-style .h2-sub-title span::after {
    position: absolute;
    content: "";
    display: block;
    width: 47.1%;
    height: 2px;
    background: var(--mstyle-main-color);
    bottom: -2px;
    right: 0;
}

.h2-v-style h2 {
    font-size: var(--fz-56);
    font-weight: 700;
    line-height: 100%;
}

.h2-h-style {
    --svg-width: 80px;
    --svg-stroke-color: transparent;
    display: flex;
    align-items: flex-end;
    gap: 0 30px;
    margin: 0 0 35px 0;
}

.h2-h-style .title-area {
    margin: 0 0 10px 0;
}

.h2-h-style .h2-sub-title {
    color: var(--mstyle-main-color);
    font-size: var(--fz-24);
    font-weight: 700;
    margin: 10px 0 26px 0;
    position: relative;
}

.h2-h-style .h2-sub-title::before {
    position: absolute;
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: var(--mstyle-main-color);
    rotate: -43.75deg;
    bottom: -9px;
    left: 22px;
}

.h2-h-style .h2-sub-title::after {
    position: absolute;
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: var(--mstyle-main-color);
    rotate: 43.75deg;
    bottom: -9px;
    left: 15px;
}

.h2-h-style .h2-sub-title span {
    position: relative;
}

.h2-h-style .h2-sub-title span::before {
    position: absolute;
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: var(--mstyle-main-color);
    bottom: -2px;
    left: 0;
}

.h2-h-style .h2-sub-title span::after {
    position: absolute;
    content: "";
    display: block;
    width: calc(100% - 32px);
    height: 2px;
    background: var(--mstyle-main-color);
    bottom: -2px;
    right: 0;
}

.h2-h-style h2 {
    font-size: var(--fz-56);
    font-weight: 700;
    line-height: 100%;
}

.h2-h-style + .below-title {
    margin: 0 0 90px 0;
}

@media (max-width: 1023px) and (min-width: 769px) {
    .h2-v-style {
        --svg-width: 60px;
    }
    .h2-v-style h2 {
        font-size: var(--fz-40);
    }
    .h2-h-style {
        --svg-width: 60px;
    }
    .h2-h-style h2 {
        font-size: var(--fz-40);
    }
}

@media screen and (max-width:768px) {
    .h2-v-style {
        --svg-width: 40px;
        display: flex;
        align-items: flex-end;
        gap: 0 8px;
        text-align: start;
    }
    .h2-v-style .title-area {
        display: block;
        margin: 0 0 6px 0;
    }
    .h2-v-style .h2-sub-title {
        font-size: var(--fz-16);
        margin: 0 0 20px 0;
    }
    .h2-v-style .h2-sub-title::before {
        bottom: -9px;
        left: 22px;
    }
    .h2-v-style .h2-sub-title::after {
        bottom: -9px;
        left: 14px;
    }
    .h2-v-style .h2-sub-title span::before {
        width: 16px;
        bottom: -7px;
    }
    .h2-v-style .h2-sub-title span::after {
        width: calc(100% - 32px);
        bottom: -7px;
    }
    .h2-v-style h2 {
        font-size: clamp(1.5em, 0.429em + 5.36vw, 3em);
    }
    .h2-h-style {
        --svg-width: 40px;
        gap: 0 8px;
    }
    .h2-h-style .title-area {
        margin: 0 0 6px 0;
    }
    .h2-h-style .h2-sub-title {
        font-size: var(--fz-16);
        margin: 0 0 20px 0;
    }
    .h2-h-style .h2-sub-title::after {
        left: 14px;
    }
    .h2-h-style .h2-sub-title span::before,
    .h2-h-style .h2-sub-title span::after {
        bottom: -7px;
    }
    .h2-h-style h2 {
        font-size: clamp(1.5em, 0.429em + 5.36vw, 3em);
    }
}


/* ===============================================================
  下層ページh2タイトル（#icon-select-check）
=============================================================== */
.sec-h2-title {
    --svg-width: 32px;
    --svg-color: var(--mstyle-main-color);
    --svg-va: -7px;
    font-size: var(--fz-24);
    font-weight: 700;
    line-height: normal;
    margin: 0 0 35px 0;
}

.sec-h2-title svg {
    padding: 0 5px 0 0;
}

@media (max-width: 1023px) and (min-width: 769px) {
}

@media screen and (max-width:768px) {
    .sec-h2-title {
        --svg-width: 26px;
        font-size: var(--fz-16);
        line-height: 100%;
        margin: 0 0 12px 0;
    }
}





/* ===============================================================
  btn関連
=============================================================== */

/* 
高さ	固定せず padding で調整	内容の可変に対応しつつ、見た目を揃える
横幅	基本は可変、必要に応じてmin/max指定	テキスト長に対応、左右に余白ができて美しい
パディング	例えば padding: 0.75em 1.5em	見た目を揃えつつ柔軟に伸びる設計
フォントサイズ	ボタンごとに固定	サイズ感がバラつかないようにする
テキスト揃え	中央揃え（text-align: center）	一貫した見た目に */

.btn-area {
    text-align: center;
}

.lined-btn-area {
    display: flex;
    justify-content: center;
    gap: 0 35px;
}

.lined-btn-area a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  min-width: 316px;
  white-space: nowrap;
  position: relative;
}

.lined-btn-area .speech-bubble,
.speech-bubble {
  --speech-bubble-color: var(--mstyle-text-color);
  position: absolute;
  color: var(--speech-bubble-color);
  font-size: var(--fz-12);
  line-height: normal;
  top: -22px;
  left: 50%;
  transform: translate(-50%, 0);
}

.lined-btn-area .speech-bubble::before,
.speech-bubble::before {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: var(--speech-bubble-color);
  bottom: 7px;
  left: -20px;
  rotate: 50deg;
}

.lined-btn-area .speech-bubble::after,
.speech-bubble::after {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: var(--speech-bubble-color);
  bottom: 7px;
  right: -20px;
  rotate: -50deg;
}

.btn-large-any {
    --svg-color: var(--white-color);
    --svg-stroke-color: var(--white-color);
    --svg-va: -3px;
    display: inline-block;
    min-width: 316px;
    color: var(--btn-large-any-color);
    font-size: var(--fz-14);
    font-weight: 500;
    line-height: normal;
    text-align: center;
    background: var(--btn-large-any-bgcolor);
    border-radius: 38px 58px 5px 38px;
    box-shadow: var(--box-shadow-btn);
    white-space: nowrap;
    padding: 20px 52px 20px 52px;
    transition: var(--transition-main);
    position: relative;
}

.btn-large-green {
    --svg-color: var(--white-color);
    --svg-stroke-color: var(--white-color);
    --svg-va: -3px;
    display: inline-block;
    color: var(--white-color);
    font-size: var(--fz-14);
    font-weight: 500;
    line-height: normal;
    text-align: center;
    background: var(--mstyle-sub-color);
    border-radius: 38px 58px 5px 38px;
    box-shadow: var(--box-shadow-btn);
    padding: 20px 52px 20px 52px;
    transition: var(--transition-main);
}

.btn-large-red {
    --svg-color: var(--white-color);
    --svg-stroke-color: var(--white-color);
    --svg-va: -3px;
    display: inline-block;
    color: var(--white-color);
    font-size: var(--fz-14);
    font-weight: 500;
    line-height: normal;
    text-align: center;
    background: var(--mstyle-red-color);
    border-radius: 38px 58px 5px 38px;
    box-shadow: var(--box-shadow-btn);
    padding: 20px 52px 20px 52px;
    transition: var(--transition-main);
}

.btn-large-white {
    --svg-color: var(--mstyle-text-color);
    --svg-stroke-color: var(--mstyle-text-color);
    display: inline-block;
    color: var(--mstyle-text-color);
    font-size: var(--fz-14);
    font-weight: 500;
    line-height: normal;
    text-align: center;
    background: var(--white-color);
    border-radius: 38px 58px 5px 38px;
    border: 2px solid var(--mstyle-text-color);
    box-shadow: var(--box-shadow-btn);
    padding: 20px 52px 20px 52px;
    transition: var(--transition-main);
}

:is(.btn-large-any, .btn-large-green, .btn-large-red, .btn-large-white) svg {
    margin: 2px 0 0 0;
}

@media (hover: hover) {
    .btn-large-any:hover,
    .btn-large-green:hover,
    .btn-large-red:hover {
        opacity: .75;
        box-shadow: var(--box-shadow-btn-hov);
        transform: translate(1px, 1px);
    }
    .btn-large-white:hover {
        --svg-color: var(--white-color);
        --svg-stroke-color: var(--white-color);
        color: var(--white-color);
        background: var(--mstyle-text-color);
        box-shadow: var(--box-shadow-btn-hov);
        transform: translate(1px, 1px);
    }
}

.scroll-btn {
    position: fixed;
    display: grid;
    place-items: center;
    width: 56px;
    aspect-ratio: 1;
    line-height: normal;
    background: var(--mstyle-sub-color);
    border-radius: 50%;
    box-shadow: 2px 6px 5px 0 #33333335;
    bottom: 30px;
    right: 30px;
    transition: var(--transition-main);
    transform: translateY(100px);
    opacity: 0;
    pointer-events: none;
    z-index: 10;
}

.scroll-btn.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.scroll-btn svg {
    --svg-width: 40px;
    --svg-color: var(--white-color);
    --svg-stroke-color: var(--white-color);
    rotate: -90deg;
}

@media (hover: hover) {
    .scroll-btn:hover {
        opacity: .85;
    }
}

@media (max-width: 1023px) and (min-width: 769px) {
}

@media screen and (max-width:768px) {
    .lined-btn-area {
        align-items: center;
        flex-direction: column;
        gap: 22px 0;
    }
    .lined-btn-area a {
        min-width: 280px;
        height: 58px;
    }
    .btn-large-any {
        min-width: 280px;
    }
    .btn-large-green,
    .btn-large-red,
    .btn-large-white {
        width: 280px;
    }
}


/* ===============================================================
  お問い合わせモジュール
=============================================================== */
.contact-module .btn-wrapper {
  margin: 0 0 100px 0;
}

.contact-module .text {
  text-align: center;
  margin: 0 0 55px 0;
}

.contact-module .contact-info-area {
  display: flex;
  justify-content: center;
  gap: 0 35px;
}

.contact-module .contact-info-area :is(.mail-area, .tel-area) {
  width: 395px;
  text-align: center;
  background: var(--mstyle-light-grey-color);
  border-radius: var(--base-radius);
  box-shadow: var(--box-shadow-n1);
  overflow: hidden;
}

.contact-module .contact-info-area :is(.mail-area, .tel-area) h3 {
  padding: 14px 0;
  background: var(--mstyle-sub-grey-color);
  margin: 0 0 35px 0;
  position: relative;
}

.contact-module .contact-info-area :is(.mail-area, .tel-area) h3::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 24px solid var(--mstyle-sub-grey-color);
  bottom: -18px;
  left: 50%;
  transform: translate(-50%, 0);
}

.contact-module .contact-info-area :is(.mail-area, .tel-area) h3 span {
  font-weight: 700;
}

.contact-module .contact-info-area :is(.mail-area, .tel-area) a {
  --svg-color: var(--mstyle-red-color);
  --svg-stroke-color: var(--mstyle-red-color);
  --svg-width: 32px;
  --svg-va: -8px;
  color: var(--mstyle-red-color);
  font-size: var(--fz-24);
  font-family: var(--font-family-lato);
  border-bottom: 2px solid var(--mstyle-red-color);
  padding: 0 0 3px 0;
  margin: 0 0 6px 0;
}

.contact-module .contact-info-area :is(.mail-area, .tel-area) a svg {
  padding: 0 8px 0 0;
}

.contact-module .contact-info-area :is(.mail-area, .tel-area) .opening-hour {
  font-size: var(--fz-12);
  margin: 0 0 20px 0;
}

.contact-module .contact-info-area .tel-area .opening-hour .except {
    font-size: .85em;
    line-height: normal;
    margin: 0 0 0 8px;
}

@media (max-width: 1023px) and (min-width: 769px) {
    .contact-module .contact-info-area {
        gap: 0 15px;
    }
    .contact-module .contact-info-area :is(.mail-area, .tel-area) {
      width: 48%;
      max-width: 400px;
    }
}

@media screen and (max-width:768px) {
    .contact-module .btn-wrapper .lined-btn-area {
        gap: 50px 0;
    }
    .contact-module .btn-wrapper {
        margin: 0 0 50px 0;
    }
    .contact-module .text {
        margin: 0 0 50px 0;
    }
    .contact-module .contact-info-area {
        align-items: center;
        flex-direction: column-reverse;
        gap: 30px 0;
    }
    .contact-module .contact-info-area :is(.mail-area, .tel-area) {
        width: 100%;
    }
    .contact-module .contact-info-area :is(.mail-area, .tel-area) h3 {
        padding: 9px 0;
    }
    .contact-module .contact-info-area :is(.mail-area, .tel-area) a {
        --svg-width: 20px;
        --svg-va: -3px;
        font-size: var(--fz-20);
        font-weight: 600;
        border-bottom: none;
    }
    .contact-module .contact-info-area :is(.mail-area, .tel-area) a svg {
        padding: 0;
    }
}


/* ===============================================================
  モーダル
=============================================================== */
/* mainにマイナスz-indexがかかっているので、モーダル使いたいページではmainタグに下記クラスを付与 */
.main-modal {
    z-index: auto;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, .8);
  backdrop-filter: blur(1px);
}

.modal-content {
  background: var(--white-color);
  margin: 5% auto;
  padding: 40px 40px;
  width: 80%;
  max-width: 1024px;
  height: 75dvh;
  border-radius: var(--base-radius);
  overflow-y: auto;
  position: relative;
}

.modal-content h2 {
    --svg-width: 24px;
    --svg-va: -4px;
    font-size: var(--fz-20);
    font-weight: 700;
    margin: 0 0 20px 0;
}

.modal-close-1 {
    --svg-width: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.modal-content .wrapper {
    margin: 0 0 50px 0;
}

.modal-content .facet-wrap {
    margin: 0 0 50px 0;
}

.modal-content .facet-wrap .facetwp-facet {
    margin: 0;
}

.modal-content .facet-wrap .facetwp-type-checkboxes {
    gap: 0 30px;
}

.modal-bottom {
    position: fixed;
    display: flex;
    align-items: center;
    width: 100%;
    background: var(--mstyle-light-green-color);
    bottom: 0;
    left: 0;
    padding: 10px 0;
}

.modal-bottom > div {
    text-align: center;
    flex: 1;
}

.modal-bottom .count .facetwp-facet-result_count {
    display: inline;
    color: var(--mstyle-main-color);
    font-size: 24px;
    font-weight: 700;
    margin: 0 5px 0 0;
}

.modal-bottom .modal-close-2 {
    cursor: pointer;
}

@media screen and (max-width:768px) {
    .modal-content {
        width: 90%;
        height: 78dvh;
        max-width: 768px;
        padding: 7% 5%;
        margin: 8% auto 3% auto;
    }
    .modal-bottom {
        flex-direction: column;
        gap: 8px 0;
        padding: 15px 0 25px 0;
    }
    .modal-bottom .count .facetwp-facet-result_count {
        font-size: var(--fz-20);
    }
    .modal-bottom .modal-close-2 {
        line-height: normal;
    }
    .modal-bottom .modal-close-2 svg {
        display: none;
    }
}


/* ===============================================================
  物件検索modal（Headerのモーダル）
=============================================================== */
.header-modal {
  display: none;
  place-items: center;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, .8);
  backdrop-filter: blur(1px);
}

.header-modal .header-modal-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 24px;
  width: auto;
  height: auto;
  background: initial;
  padding: 48px 64px;
  margin: 0;
  position: relative;
}

.header-modal .header-modal-content .header-modal-close {
  --svg-width: var(--fz-24);
  --svg-color: var(--white-color);
  position: absolute;
  right: 20px;
  top: 20px;
}

.header-modal .header-modal-content .btn {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 250px;
  aspect-ratio: 1;
  background-color: var(--white-color);
  background-repeat: no-repeat;
  background-position: top 12px center;
  background-size: 67%;
  border-radius: var(--base-radius);
  border: 2px solid var(--mstyle-sub-grey-color);
  padding: 25px 0 35px 0;
  letter-spacing: .03em;
  transition: var(--transition-main);
}

@media (hover: hover) {
  .header-modal .header-modal-content .btn:hover {
    opacity: .85;
    transform: translateY(-2px);
  }
}

.header-modal .header-modal-content .upper {
  background-image: url(../../images/illust/illust-g-detached-house.webp);
}
.header-modal .header-modal-content .lower {
  background-image: url(../../images/illust/illust-br-live-mansion.webp);
}

.header-modal .header-modal-content .btn .genre{
  font-size: var(--fz-24);
  font-weight: 700;
  margin: 0 2px 0 0;
  vertical-align: .65px;
}

.header-modal .header-modal-content .btn .buy .genre {
  color: var(--mstyle-main-color);
}

.header-modal .header-modal-content .btn .rent .genre {
  color: var(--mstyle-sub-brown-color);
}



/* ===============================================================
  Loadingアニメーション   ■ BEGIN ■
=============================================================== */
.overlay-loading {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px 0;
  flex-direction: column;
  color: var(--white-color);
  font-size: var(--fz-32);
  font-weight: 700;
  backdrop-filter: brightness(0.4);
  z-index: 1000;
}
.loader {
  width: 40px;
  aspect-ratio: 1;
  animation: 
    l3-1 2s infinite linear,
    l3-2 3s infinite steps(1) -.5s;
}
@keyframes l3-1 {
  0%   {transform: perspective(150px) rotateX(  0deg) rotateY(0deg)}
  50%  {transform: perspective(150px) rotateX(180deg) rotateY(0deg)}
  100% {transform: perspective(150px) rotateX(180deg) rotateY(180deg)}
}
@keyframes l3-2 {
  0%  {background: var(--mstyle-main-color)}
  33% {background: var(--mstyle-red-color)}
  66% {background: var(--mstyle-sub-brown-color)}
}

@media screen and (max-width:768px) {
  .overlay-loading {
    font-size: var(--fz-24);
  }
}

/* ===============================================================
  Loadingアニメーション   ■ END ■
=============================================================== */


/* ===============================================================
  reCAPTCHA
=============================================================== */
.grecaptcha-badge {
    visibility: hidden;
}

.recaptcha-note {
    color: var(--mstyle-text-color);
    font-size: var(--fz-10);
    line-height: 150%;
    margin: 20px 0 0 0 !important;
}

.recaptcha-note a {
    text-decoration-line: underline;
    text-decoration-style: solid;
}

/* 

@media (max-width: 1023px) and (min-width: 769px) {
}

@media screen and (max-width:768px) {
}

*/