/*
Theme Name: Surugano-Realestate
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.4.2
Updated: 2026-04-13 15:56:33
*/

html {
scroll-behavior: smooth;
}

blockquote,
caption,
figcaption,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    text-wrap: wrap !important;
}

.wp-site-blocks {
    overflow: hidden;
}

.wp-block-site-logo {
    position: relative;
    z-index: 2;
}

a {
    transition: .2s ease-in;
}

a:focus {
    outline: none;
}

footer {
    margin: 0;
}

.has-fira-sans-condensed-font-family {
    font-family: "Fira Sans Condensed", sans-serif;
}

/* =========================================================
   Navigation & Menus
========================================================= */
.tate-nav-wrap {
    position: absolute;
    right: 0;
    padding-right: 70px;
    z-index: 9;
}

.fixed-nav {
    position: fixed;
    right: 50px;
    z-index: 99;
}

.wp-block-navigation__responsive-container-open {
    width: 55px;
    height: 55px;
    justify-content: center;
    border-radius: 50%;
    background: #08728b;
    color: #fff;
    transition: .2s ease-in;
    flex-wrap: wrap;
    position: relative;
}

.wp-block-navigation__responsive-container-open svg {
    margin-top: 10px;
}

.wp-block-navigation__responsive-container-open::after {
    content: 'menu';
    font-size: 12px;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 8px;
}

.wp-block-navigation__responsive-container-open:hover {
    transform: scale(1.1);
}

.wp-block-social-links .wp-block-social-link.wp-social-link {
    transition: .2s ease-in;
}

.fixed-menu .wp-block-social-links .wp-social-link svg {
    width: 55px;
    height: 55px;
}

.wp-block-social-links .wp-social-link svg {
    width: 30px;
    height: 30px;
}

.tate-nav {
    align-items: start;
    gap: 0;
    padding-right: 80px;
}

.tate-nav li {
    writing-mode: vertical-lr;
}

.tate-nav li a {
    font-size: 18px;
    display: block;
    padding: 0 10px 0;
    letter-spacing: 2px;
    position: relative;
}

.tate-nav li a:hover {
    text-decoration: none;
}

.tate-nav li a::after {
    content: '';
    display: block;
    width: 2px;
    height: 0;
    background: #222323;
    transition: .2s ease-in;
    position: absolute;
    left: 5px;
    top: 0;
}

.tate-nav li a:hover::after {
    height: 100%;
}

/* =========================================================
   Animations & Reveal Paths
========================================================= */
.deco-svg {
    position: absolute;
    top: -176px;
    right: 100px;
    width: 75%;
    height: auto;
}

.reveal-path {
    fill: #9bd7f0;
    stroke: none;
    clip-path: circle(0% at 0% 0%);
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

.line-1 {
    animation: reveal-1 2s forwards;
}

.line-2 {
    animation: reveal-2-down 2s 1.6s forwards;
    clip-path: inset(0 0 100% 0);
}

.visible .line-3 {
    animation: reveal-3 1s forwards;
}

.visible .line-4 {
    animation: reveal-4 1s 1.6s forwards;
    clip-path: inset(0 100% 0 0);
}

.visible .line-5 {
    animation: reveal-5 1s 0.8s forwards;
    clip-path: inset(0 100% 0 0);
}

@keyframes reveal-1 {
    to {
        clip-path: circle(150% at 0% 0%);
    }
}

@keyframes reveal-2-down {
    to {
        clip-path: inset(0 0 0 0);
    }
}

@keyframes reveal-3 {
    to {
        clip-path: circle(150% at 0% 0%);
    }
}

@keyframes reveal-4 {
    to {
        clip-path: inset(0 0 0 0);
    }
}

@keyframes reveal-5 {
    to {
        clip-path: inset(0 0 0 0);
    }
}

/* =========================================================
   Main Visual & Swipers
========================================================= */
.main-visual {
    position: relative;
    top: 0;
    z-index: 3;
}

.swiper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.swiper.swiper-A {
    width: 70%;
    margin-left: 0;
    border-radius: 0 20% 0 0;
}

.swiper.swiper-B {
    width: 35%;
    position: relative;
    margin-right: 80px;
    top: -80px;
    border-radius: 0 20% 0 0;
}

.swiper.swiper-C {
    width: 18%;
    position: relative;
    top: -20vw;
    padding-right: 100px;
    border-radius: 20% 0 0 0;
}

.swiper.swiper-D {
    width: 35vw;
    height: 8vw;
    position: absolute;
    margin-right: 0;
    top: 30vw;
    right: 0;
    z-index: 3;
}

.swiper.swiper-D img {
    width: auto;
    height: 8vw;
}

.reveal-copy {
    width: 100%;
    max-width: 500px;
    height: auto;
    position: absolute;
    top: 52vw;
    left: 11vw;
    opacity: 0;
}

.reveal-copy.visible {
    clip-path: circle(0% at 100% 0%);
    animation: wipe-down 3s ease-out forwards;
    opacity: 1;
}

@keyframes wipe-down {
    to {
        clip-path: circle(150% at 100% 0%);
    }
}

/* =========================================================
   Illustrations (Grouped Base Styles)
========================================================= */
.ilust-01,
.ilust-02,
.ilust-05,
.ilust-06,
.ilust-07,
.ilust-08,
.ilust-09,
.ilust-10,
.ilust-map {
    position: absolute;
    margin: 0;
    transition: 1s ease-in;
}

.ilust-01,
.ilust-02,
.ilust-05,
.ilust-06,
.ilust-07,
.ilust-08,
.ilust-09,
.ilust-10 {
    opacity: 0;
}

.ilust-01.visible,
.ilust-02.visible,
.ilust-05.visible,
.ilust-06.visible,
.ilust-07.visible,
.ilust-08.visible,
.ilust-09.visible,
.ilust-10.visible {
    opacity: 1;
}

.ilust-01 {
    width: 200px;
    height: 200px;
    background: url(images/ilust-01.svg) no-repeat center / contain;
    top: 120px;
    right: 120px;
}

.ilust-02 {
    width: 120px;
    height: 120px;
    background: url(images/ilust-02.svg) no-repeat center / contain;
    top: -25vw;
    right: 80px;
}

.ilust-01.visible,
.ilust-02.visible {
    animation: float 4s ease-in-out infinite;
}

.ilust-10 {
    width: 50vw;
    height: 280px;
    background: url(images/ilust-10.svg) no-repeat center / contain;
    top: -3vw;
    left: 0;
}

.ilust-map {
    width: 50vw;
    height: 280px;
    background: url(images/map.png) no-repeat center / contain;
    top: 280px;
    left: 0;
}

.ilust-05 {
    width: 120px;
    height: 120px;
    background: url(images/ilust-05.svg) no-repeat center / contain;
    top: 40px;
    right: -40px;
}

.ilust-06 {
    width: 100px;
    height: 100px;
    background: url(images/ilust-06.svg) no-repeat center / contain;
    bottom: 100px;
    right: 70px;
}

.ilust-08 {
    width: 120px;
    height: 150px;
    background: url(images/ilust-08.svg) no-repeat center / contain;
    bottom: -130px;
    right: 0;
}

.ilust-07 {
    width: 150px;
    height: 150px;
    background: url(images/ilust-07.svg) no-repeat center / contain;
    top: -200px;
    left: 80px;
}

.ilust-07.visible {
    animation: katakata 4s linear infinite;
}

.ilust-09 {
    width: 400px;
    height: 400px;
    background: url(images/ilust-09.svg) no-repeat center / contain;
    bottom: 0;
    left: 10%;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

@keyframes katakata {

    0%,
    50%,
    100% {
        transform: rotate(0deg);
    }

    25%,
    75% {
        transform: rotate(-10deg);
    }
}

/* =========================================================
   Top Sections & Backgrounds
========================================================= */
.top-section-1,
.top-section-2,
.top-section-3,
.top-section-4 {
    position: relative;
}

.top-section-1::before,
.top-section-2::before,
.top-section-3::before,
.top-section-4::before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
}

.top-section-1::before {
    height: 100%;
    background: url(images/top-bg-1.svg) no-repeat bottom / 100%;
    top: -99.9%;
}

.top-section-2::before {
    height: 300px;
    background: url(images/top-bg-2.svg) no-repeat bottom / 100%;
    top: -299px;
}

.top-section-3::before {
    height: 100px;
    background: url(images/top-bg-3.svg) no-repeat bottom / 100%;
    top: -99px;
    z-index: 0;
}

.top-section-4::before {
    height: 100px;
    background: url(images/top-bg-4.svg) no-repeat bottom / 100%;
    top: -99px;
    z-index: 0;
}

/* =========================================================
   Headings & Utilities
========================================================= */
.top-h2 {
    position: relative;
}

.top-h2 mark {
    text-transform: uppercase;
    font-family: "Fira Sans Condensed", sans-serif;
    letter-spacing: 4px;
    font-size: 20px;
    z-index: 2;
}

.top-h2::before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background: url(images/h-line.svg) no-repeat center / contain;
    position: absolute;
    left: 0;
    top: -50px;
}

.top-news-list {
    position: relative;
    z-index: 3;
}

.top-news-list ul li .wp-block-group {
    gap: 0;
}

.top-news-list ul li .wp-block-post-date {
    width: 100px;
}

.top-news-list ul li h3 {
    width: calc(100% - 100px);
}

.top-news-list .wp-block-post-title {
    padding-left: 1em;
    border-left: 1.5px solid;
}

.deco-svg-2 {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: auto;
}

@media all and (min-width: 1650px) {
    .deco-svg-2 {
        top: 0;
        width: 90%;
    }
}

@media all and (min-width: 1920px) {
    .deco-svg-2 {
        top: 0;
        width: 70%;
    }
}

/* =========================================================
   Buttons & Links
========================================================= */
.more-2 {
    text-align: right;
}

.more-1 a,
.more-2 p {
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 3px;
    position: relative;
    display: inline-block;
    transition: .2s ease-in;
}

.more-1 a::before,
.more-2 p::before {
    content: '';
    position: absolute;
    left: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    transition: .2s ease-in;
}

.more-1 a::before {
    background: url(images/icon-arrow-1.svg) no-repeat center / contain;
}

.more-2 p::before {
    background: url(images/icon-arrow-2.svg) no-repeat center / contain;
}

.more-1 a:hover,
.top-service-block:hover .more-2 p {
    color: #08728b;
}

.more-1 a:hover::before,
.more-2 p:hover::before {
    transform: scale(1.1);
}

.more-3 {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.more-3 span {
    font-weight: bold;
    letter-spacing: 3px;
    transition: .2s ease-in;
    display: flex;
    justify-content: right;
    padding-right: 2em;
}

.more-3 span::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(images/icon-arrow-2.svg) no-repeat center / contain;
    padding-right: 20px;
    transition: .2s ease-in;
}

.btn-1 a:hover {
    background: #fff;
    border-color: #fff;
    color: #514b4a !important;
}

.btn-2 a:hover {
    opacity: .7;
}

/* =========================================================
   Services Section
========================================================= */
.top-service {
    position: relative;
    transform: translateY(100px);
    opacity: 0;
    transition: .8s ease-in;
}

.top-service.visible {
    transform: translateY(0);
    opacity: 1;
}

.top-service-block {
    position: relative;
}

.top-service-block a {
	text-decoration: none;
}

.top-service-block a::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

.top-service.service-2 {
    margin-top: 150px;
}

.top-service.service-3 {
    margin-top: 300px;
}

.top-service::before {
    content: '';
    display: block;
    width: 30%;
    height: 80px;
    position: absolute;
    top: -100px;
    right: 0;
}

.top-service.service-1::before {
    background: url(images/sharp-01.svg) no-repeat bottom right / contain;
}

.top-service.service-2::before {
    background: url(images/sharp-02.svg) no-repeat bottom right / contain;
}

.top-service.service-3::before {
    background: url(images/sharp-03.svg) no-repeat bottom right / contain;
}

.top-service-copy {
    writing-mode: vertical-rl;
    position: absolute;
    display: inline-block;
    background: #fff;
    border: 1px solid;
    left: -22px;
    top: -70px;
    font-size: 24px;
    letter-spacing: 3px;
    z-index: 2;
}

/* =========================================================
   Properties Section
========================================================= */
.r-50 {
    border-radius: 50px;
    overflow: hidden;
}

.h-car::before,
.h-train::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.h-car::before {
    background: url(images/icon-car.svg) no-repeat center bottom / contain;
}

.h-train::before {
    background: url(images/icon-train.svg) no-repeat center bottom / contain;
}

.top-property-list {
    position: relative;
    display: flex;
    justify-content: space-around;
    max-width: 1320px;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    z-index: 2;
}

.top-property-card {
    position: relative;
    display: block;
    background: #fff;
    width: 44%;
    padding: 0 70px 70px;
    border-radius: 50px;
    text-decoration: none;
    box-sizing: border-box;
    border: 2px solid;
    transition: .2s ease-in;
}

.top-property-card:hover {
    background: #9bd7f0;
}

.top-property-card:hover img {
    border-radius: 80px;
}

.top-property-card:hover .top-post-tags-list li {
    background: #fff;
}

.top-property-excerpt a {
    text-decoration: none;
}

.top-property-excerpt a::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

.top-property-thumb img {
    max-width: 100%;
    height: auto;
    border-radius: 15px 50px 15px 15px;
    display: block;
    transition: .2s ease-in;
}

.top-property-title {
    position: absolute;
    writing-mode: vertical-rl;
    right: 20px;
    top: 150px;
    margin: 0;
}

.top-property_no {
    position: absolute;
    transform: rotate(270deg);
    left: -30px;
    top: 33%;
    margin: 0;
    letter-spacing: 3px;
}

.top-property-type {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
    background: #08728b;
    border-radius: 50%;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.top-property-area {
    font-size: 22px;
    letter-spacing: 2px;
}

.top-property-excerpt {
    text-align: center;
    margin: 1em 0 2em;
}

.top-post-tags-list {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    text-align: left;
    font-size: 14px;
}

.top-post-tags-list li {
    display: inline-block;
    border-radius: 8px;
    background: #dbdcdc;
    padding: 5px 10px;
    margin: 0 0 5px;
    transition: .2s ease-in;
}

.top-propety-list-footer {
    display: flex;
    height: 700px;
    margin-top: -300px;
    z-index: 0;
    justify-content: center;
    align-items: end;
    flex-wrap: wrap;
    position: relative;
}

.top-propety-list-footer::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 700px;
    background: url(images/top-property-bg.jpg) no-repeat center / cover;
    background-attachment: fixed;
    z-index: 0;
    transition: opacity 0.3s ease;
}

.top-propety-list-footer:has(a:hover)::before {
    opacity: 0.7;
}

.top-propety-list-footer div {
    text-align: center;
}

.top-propety-list-footer a {
    display: inline-block;
    color: #fff;
    border-radius: 20px;
    border: 2px solid #fff;
    padding: 10px 2em;
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 2px;
    margin: 1em 0;
    position: relative;
    top: -150px;
    z-index: 2;
}

.top-propety-list-footer a:hover {
    background: #08728b;
    color: #fff;
    border: 2px solid #08728b;
}

.top-propety-list-footer p {
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
    position: relative;
    top: -50px;
    margin: 0;
    opacity: 0;
    transition: .5s ease-in;
}

.top-propety-list-footer p.visible {
    top: -150px;
    opacity: 1;
}

/* Property Archive */

.property-wrap {
    position: relative;
    max-width: 1320px;
    transform: translateY(-200px);
}

.property-list {
    position: relative;
    display: flex;
    justify-content: space-around;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    z-index: 2;
    flex-wrap: wrap;
}

.property-card {
    position: relative;
    display: block;
    background: #fff;
    width: 30%;
    padding: 0 50px 70px;
    margin: 0 0 50px;
    border-radius: 50px;
    text-decoration: none;
    box-sizing: border-box;
    border: 2px solid;
    transition: .2s ease-in;
}

.property-card:hover {
    background: #9bd7f0;
}

.property-card:hover img {
    border-radius: 80px;
}

.property-card:hover .post-tags-list li {
    background: #fff;
}

.property-excerpt a {
    text-decoration: none;
}

.property-excerpt a::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

.property-thumb img {
    max-width: 100%;
    height: auto;
    border-radius: 15px 50px 15px 15px;
    display: block;
    transition: .2s ease-in;
}

.property-title {
    position: absolute;
    writing-mode: vertical-rl;
    right: 13px;
    font-size: 18px;
    top: 100px;
    margin: 0;
}

.property_no {
    position: absolute;
    transform: rotate(270deg);
    left: -34px;
    font-size: 16px;
    top: 150px;
    margin: 0;
    letter-spacing: 3px;
}

.property-type {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    color: #231815;
    border: 1px solid;
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.property-area {
    font-size: 18px;
    letter-spacing: 2px;
}

.property-excerpt {
    text-align: left;
    margin: 1.5em 0 1.5em;
    font-size: 14px;
}

.property-excerpt br {
    display: none;
}

.post-tags-list {
    text-align: left;
}

.post-tags-list {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    text-align: left;
    font-size: 12px;
}

.post-tags-list li {
    display: inline-block;
    border-radius: 8px;
    background: #dbdcdc;
    padding: 2px 10px;
    margin: 0 3px 5px;
    transition: .2s ease-in;
}

/* Who we are */

.wwa-h1 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}

.wwa-h1::before {
    content: '';
    position: absolute;
    left: -140px;
    top: 0;
    width: 120px;
    height: 120px;
    background: url('images/wwa-h1.svg') no-repeat center center / contain;
}

@media (max-width: 767px) {
    .wwa-h1::before {
        width: 50px;
        height: 50px;
        left: 0;
        top: -25px;
    }
}

.wwa-h2 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}

.wwa-h2::before {
    content: '';
    position: absolute;
    right: -140px;
    top: -20px;
    width: 120px;
    height: 100px;
    background: url('images/wwa-h2.svg') no-repeat center center / contain;
}

@media (max-width: 767px) {
    .wwa-h2::before {
        width: 50px;
        height: 50px;
        right: 0;
        top: -25px;
    }
}

.wwa-h3 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}

.wwa-h3::before {
    content: '';
    position: absolute;
    left: -130px;
    top: 0;
    width: 120px;
    height: 90px;
    background: url('images/wwa-h3.svg') no-repeat center center / contain;
}

@media (max-width: 767px) {
    .wwa-h3::before {
        width: 60px;
        height: 60px;
        left: -60px;
        top: -20px;
    }
}

.lower-h1 {
    background: url(images/inq-h1-bg.svg) no-repeat bottom;
    background-size: cover;
}

/* Service */

.service-fv {
    position: relative;
    transform: translateY(0);
    transition: .8s ease-in;
    opacity: 0;
}

.service-fv.visible {
    transform: translateY(-100px);
    opacity: 1;
}

.service::before {
    content: '';
    display: block;
    width: 30%;
    height: 80px;
    position: absolute;
    top: -100px;
    right: 0;
}

.service-copy {
    writing-mode: vertical-rl;
    position: absolute;
    display: inline-block;
    color: #514b4a;
    background: #fff;
    border: 2px solid;
    right: -26px;
    top: -100px;
    font-size: 32px;
    letter-spacing: 3px;
    white-space: nowrap !important;
    overflow: auto;
}

.service-desc {
    max-width: 750px;
}

.service-desc img {
    margin-top: 1em;
}

.service-desc p {
    margin: 0;
}

.service-team {
    position: relative;
}

.service-team::before {
    content: '';
    display: block;
    width: 200px;
    height: 80px;
    background: url(images/ourteam.svg) no-repeat center / contain;
    position: absolute;
    left: 40px;
    top: -40px;
}

@media (max-width: 767px) {
    .service-copy {
        font-size: 20px;
        top: -70px;
    }

    .service-fv img {
        aspect-ratio: 4/3;
        object-fit: cover;
    }

    .service-team::before {
        width: 150px;
        height: 70px;
        left: 30px;
        top: -35px;
    }

}

@media (max-width: 500px) {
    .service-copy {
        font-size: 16px;
    }
}

.page-id-220 .lower-h1 h1 {
    position: relative;
}

.page-id-220 .lower-h1 h1::before {
    content: '';
    position: absolute;
    left: 10%;
    top: 0;
    width: 120px;
    height: 100px;
    background: url('images/service-1-h.svg') no-repeat center center / contain;
}

.page-id-222 .lower-h1-wrap {
    position: relative;
}

.page-id-222 .lower-h1-wrap::before {
    content: '';
    position: absolute;
    left: 10%;
    top: 0;
    width: 120px;
    height: 100px;
    background: url('images/service-2-h.svg') no-repeat center center / contain;
}

.page-id-224 .lower-h1 h1 {
    position: relative;
}

.page-id-224 .lower-h1 h1::before {
    content: '';
    position: absolute;
    left: 10%;
    top: 0;
    width: 120px;
    height: 100px;
    background: url('images/service-3-h.svg') no-repeat center center / contain;
}

.page-id-37 .lower-h1 h1 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}

.page-id-37 .lower-h1 h1::before {
    content: '';
    position: absolute;
    right: -180px;
    top: -20px;
    width: 150px;
    height: 100px;
    background: url('images/property-h1.svg') no-repeat center center / contain;
}

@media (max-width: 767px) {
    .page-id-37 .lower-h1 h1::before {
        width: 70px;
        height: 70px;
        right: -90px;
        top: -45px;
    }
}

@media (max-width: 800px) {
    .page-id-220 .lower-h1 h1::before {
        width: 60px;
        height: 60px;
        right: -60px;
        top: -60px;
    }

    .page-id-222 .lower-h1-wrap::before {
        width: 60px;
        height: 60px;
        right: -60px;
        top: -60px;
    }

    .page-id-224 .lower-h1 h1::before {
        width: 60px;
        height: 60px;
        right: -60px;
        top: -60px;
    }

    .service-desc img {
        width: 100px !important;
    }
}



/* Inquiry  */
.page-id-43 .lower-h1 h1::before {
    content: '';
    position: absolute;
    right: -140px;
    top: -20px;
    width: 120px;
    height: 100px;
    background: url('images/inq-h1.svg') no-repeat center center / contain;
}

.page-id-43 .lower-h1 h1 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .page-id-43 .lower-h1 h1::before {
        width: 60px;
        height: 60px;
        right: -60px;
        top: -45px;
    }
}

.contactform h3 {
    font-size: 22px;
    margin: 0 0 10px;
}

.contactform p {
    font-size: 16px;
}

.table-contact {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    margin: 0 0 50px;
    border-spacing: 0 10px;
}

.table-contact th {
    background: #f0eeed;
    width: 30%;
    padding: 1em;
    border-radius: 15px;
    text-align: left;
    box-sizing: border-box;
}

.table-contact th span {
    float: right;
    font-size: 12px;
}

.table-contact td {
    padding: 0 1em;
    box-sizing: border-box;
}

input[type="text"],
input[type="email"] {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
    max-width: 100%;
    box-sizing: border-box;
    width: 100%;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
}

textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 100%;
    font-size: 16px;
    max-width: 100%;
    box-sizing: border-box;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
}

.ninni {
    display: inline-block;
    background: #08728b;
    color: #fff;
    border-radius: 50px;
    padding: 1px 10px;
}

.hissu {
    display: inline-block;
    background: #8C083B;
    color: #fff;
    border-radius: 50px;
    padding: 1px 10px;
}

.mwform-checkbox-field-text,
.mwform-radio-field-text {
    font-weight: 500;
}

.text-center {
    text-align: center;
    margin: 0 0 2em;
}

input.submit-btn {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    font-size: 22px;
    background: #abaaaa;
    padding: 15px .5em;
    border-radius: 50px;
    letter-spacing: 10px;
    color: #fff;
    cursor: pointer;
    transition: .2s ease-in;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    border: none;
}

input.submit-btn:hover {
    background: #514b4a;
    color: #fff;
}

.wp-block-button a {
    transition: .2s ease-in;
}

.wp-block-button a:hover {
    background: #514b4a !important;
    color: #fff !important;
}

.relpost-thumb-wrapper {
    margin-top: 100px;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background: rgba(255, 255, 255, .9) !important;
    padding-left: 18vw;
    padding-right: 18vw;
}

.wp-block-navigation__responsive-container-close {
    position: fixed;
    right: 30px;
    top: 30px;
}

.wp-block-navigation__responsive-container ul {
    display: block !important;
}

.wp-block-navigation__responsive-container ul li {}

.wp-block-navigation__responsive-container ul li a {
    display: block !important;
    position: relative;
    padding: 1em 10px 5px 10px !important;
    border-bottom: 2px solid;
}

.wp-block-navigation__responsive-container ul li a:hover {
    text-decoration: none;
}

.wp-block-navigation__responsive-container ul li.sp-nav-ig {
    display: inline-block !important;
    width: auto;
    margin: 50px 0 0 85px !important;
    position: relative;
}

.wp-block-navigation__responsive-container ul li.sp-nav-ig a {
    display: flex !important;
    padding: 5px !important;
    width: auto;
}

.wp-block-navigation__responsive-container ul li.sp-nav-ig::before {
    content: 'FOLLOW US';
    margin-right: 5px;
    position: absolute;
    font-size: 12px;
    color: #514b4a;
    left: -85px;
    top: 15px;
}

.wp-block-navigation__responsive-container ul li.sp-nav-ig a svg {
    width: 40px !important;
    height: 40px !important;
}

.wp-block-navigation__responsive-container ul li.sp-nav-btn a {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 60px 5px 25px !important;
    border-radius: 50px;
    border: 2px solid #514b4a;
    margin-top: 2em;
    position: relative;
    transition: .3s ease-in;
    color: #08728b !important;
    letter-spacing: 2px;
}

.wp-block-navigation__responsive-container ul li.sp-nav-btn a::after {
    display: inline-block;
    content: 'まずは無料査定から。';
    font-size: 12px;
    color: #514b4a;
}

.wp-block-navigation__responsive-container ul li.sp-nav-btn a::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(images/arrow-bk.svg) no-repeat center / contain;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sp-footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    border-top: 1px solid;
    z-index: 999;
}

.sp-footer a {
    font-size: 24px;
    text-decoration: none;
}

.sp-footer a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

.sp-footer::after {
    content: '';
    display: block;
    width: 60px;
    height: 25px;
    background: url(images/check-1.png) no-repeat right center / contain;
    position: absolute;
    right: 15px;
    bottom: 18px;
    margin: 0;
    z-index: 999;
}

.sp-footer:hover::after {
    background: url(images/check-2.png) no-repeat right center / contain;
}


@media screen and (min-width: 768px) {

	.sp-footer {
    	display: none;
    }

    .wp-block-navigation__responsive-container-close {
        right: 65px;
        top: 65px;
    }

    .wp-block-navigation__responsive-container ul {
        width: 100%;
    }

    .wp-block-navigation__responsive-container ul li a {
        letter-spacing: 5px;
        box-sizing: border-box;
        transition: .2s ease-in;
        width: 140px;
        transition: .2s ease-in;
    }

    .wp-block-navigation__responsive-container ul li a:hover {
        width: 200px;
    }

    .wp-block-navigation__responsive-container ul li.sp-nav-ig a:hover {
        width: auto;
    }

    .wp-block-navigation__responsive-container ul li.sp-nav-btn a {
        width: auto;
    }
    
    .wp-block-navigation__responsive-container ul li.sp-nav-btn a::after {
        margin-left: 10px;
        font-size: 14px;
    }

    .wp-block-navigation__responsive-container ul li.sp-nav-btn a:hover {
        background: #514b4a;
        color: #fff !important;
        border: 2px solid #514b4a;
        text-decoration: none;
        width: 100%;
    }
    
    .wp-block-navigation__responsive-container ul li.sp-nav-btn a:hover::after {
        color: #fff !important;
    }

    .wp-block-navigation__responsive-container ul li.sp-nav-btn a:hover::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(images/arrow-wh.svg) no-repeat center / contain;
        position: absolute;
        right: 25px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

}

/* =========================================================
   Media Queries
========================================================= */
@media screen and (max-width: 1200px) {
    .ilust-01 {
        width: 150px;
        height: 150px;
    }

    .swiper.swiper-D {
        top: 28vw;
    }

    .reveal-copy img {
        width: 130px !important;
    }

    .top-property-excerpt {
        font-size: 16px;
    }

    .top-post-tags-list {
        font-size: 12px;
    }

    .top-property-title {
        top: 120px;
    }

    .top-service-copy {
        font-size: 20px;
        left: -17px;
    }

    .property-card {
        width: 45%;
    }
}

@media screen and (max-width: 1000px) {

    .pc,
    .tate-nav {
        display: none !important;
    }

    .ilust-01 {
        width: 100px;
        height: 100px;
        right: 50px;
        top: 60px;
    }

    .ilust-02 {
        width: 75px;
        height: 75px;
        right: 50px;
    }

    .ilust-05 {
        width: 100px;
        height: 100px;
        top: 50px;
        right: 0;
    }

    .ilust-06 {
        width: 80px;
        height: 80px;
        bottom: auto;
        right: 150px;
        top: 150px;
    }

    .ilust-07 {
        width: 120px;
        height: 120px;
        top: -170px;
    }

    .ilust-08 {
        width: 100px;
        height: 130px;
    }

    .ilust-09 {
        width: 25vw;
        height: 25vw;
        left: 3%;
    }

    .ilust-10 {
        height: 20vw;
        width: 40vw;
    }

    .ilust-map {
        height: 20vw;
        width: 40vw;
        top: 300px;
    }

    .reveal-copy img {
        width: 75px !important;
    }

    .deco-svg-2 {
        top: 300px;
    }

    .swiper.swiper-D {
        top: 26vw;
    }

    .top-section-1 p.sp-left {
        font-size: 14px;
        line-height: 2em !important;
    }

    .top-section-4 {
        padding-top: 100px !important;
    }

    .top-service {
        max-width: 300px;
        margin: 100px auto 0 !important;
    }

    .top-property-list {
        flex-wrap: wrap;
    }

    .top-property-card {
        width: 90%;
        max-width: 500px;
        margin: 0 0 50px;
    }

    .top-property-excerpt {
        font-size: 14px;
    }

    .top-propety-list-footer {
        height: 600px;
    }

    .top-propety-list-footer::before {
        background-attachment: initial;
    }
}

@media screen and (max-width: 781px) {
    .fixed-nav {
        top: 20px;
        right: 15px;
    }

    .wp-block-site-logo {
        top: -20px;
    }

    .deco-svg {
        width: 90%;
        right: auto;
        top: -80px;
        left: 0;
    }

    .swiper.swiper-B {
        width: 40%;
        margin-right: 0;
        top: -50px;
    }

    .swiper.swiper-C {
        width: 20%;
        top: -24vw;
        padding-right: 50px;
    }

    .swiper.swiper-D {
        top: 22vw;
        width: 35vw;
        height: 20vw;
    }

    .swiper.swiper-D img {
        height: 10vw;
    }

    .reveal-copy img {
        width: 14vw !important;
    }

    .ilust-01 {
        width: 18vw;
        height: 18vw;
        right: 0;
        top: 4vw;
    }

    .ilust-02 {
        width: 13vw;
        height: 13vw;
        right: 5vw;
    }

    .ilust-07 {
        width: 100px;
        height: 100px;
        top: -150px;
        left: 20px;
    }

    .ilust-08 {
        width: 80px;
        height: 100px;
        bottom: -90px;
    }

    .ilust-09 {
        width: 33vw;
        height: 30vw;
        left: 3%;
        bottom: -30px;
    }

    .top-service-copy {
        font-size: 18px;
        top: -50px;
    }

    .top-service h3 {
        font-size: 22px !important;
    }

    .top-post-tags-list {
        font-size: 10px;
    }

    .top-property-title {
        top: 100px;
        right: 15px;
        font-size: 18px;
    }

    .top-property_no {
        top: 29%;
    }

    .top-property-excerpt {
        text-align: left;
    }

    .top-property-excerpt br {
        display: none;
    }

    .top-section-2 {
        padding-top: 50px;
    }

    .top-section-3 {
        padding-top: 80px !important;
    }

    .table-contact th,
    .table-contact td {
        display: block;
        width: 100%;
        padding: 1em;
    }

    .table-contact td {
        padding: 1em 0;
    }

    .property-card {
        width: 100%;
    }

    .column-reverse {
        flex-direction: column-reverse;
    }

}

@media screen and (max-width: 500px) {
    .top-section-1 img {
        max-width: 65%;
        float: right;
        margin-top: 25px;
    }

    .top-section-1 p.sp-left {
        writing-mode: vertical-rl;
        text-align: left;
        line-height: 2.5em !important;
        width: 100%;
        display: flex;
        align-items: center;
        margin: 30px 0 0;
    }

    .ilust-map {
        height: 28vw;
        width: 50vw;
        top: 600px;
    }

    .ilust-05 {
        width: 20vw;
        height: 20vw;
    }

    .ilust-06 {
        width: 15vw;
        height: 15vw;
        right: 20%;
    }

    .sp-14 {
        font-size: 14px !important;
    }

    .top-property-card {
        padding: 0 50px 70px;
    }
}