@charset "UTF-8";

main {
    height: auto;
}
section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}
h1, h2, h3, h4 {
    font-weight: 500;
}
h2.h2-uline {
    position: relative;
    line-height: 1;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 110px;
} 
h2.h2-uline::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 5px;
    background-color: #c5a15a;
}
h2.h2-uline span {
    font-size: 1rem;
}
.lead {
    font-size: 1.15rem;
    margin-bottom: 40px;
}
.note {
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.8;
}
.flexbox {
    display: flex;
    flex-wrap: wrap;
}
.mf {
    font-family: "Zen Old Mincho", serif;
}

.intro,
.craft,
.plan,
.homes {
    background-color: #f8f8f8;
}
.cta1,
.cta2 {
    background-color: #c5a15a;
}

@media screen and (max-width: 768px) {
    section {
        padding: 60px 20px;
    }
    h2.h2-uline {
        font-size: 1.6rem;
        margin-top: 0;
        margin-bottom: 70px;
    }
    h2.h2-uline::after {
        bottom: -30px;
        width: 30px;
        height: 4px;
    }
    h2.h2-uline span {
        font-size: 0.9rem;
    }
    .lead {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    h3 {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }
}


/* top-kv
-----------------------------------*/
.top-kv {
    padding: 0;
    /* background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/top-kv_bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
}
.top-kv .container {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    position: relative;
}
.top-kv .container .logo {
    position: absolute;
    top: 30px;
    left: 0;
    max-width: 90px;
}

.top-kv .content {
    position: relative;
    height: 670px;
    color: #fff;
    text-align: center;
}
.top-kv .content .kv-ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 320px;
    padding: 20px;
    box-sizing: border-box;
}
.top-kv .content h2 {
    color: #fff;
}
.top-kv .content .txt1 {
    position: relative;
    width: fit-content;
    font-size: 1.4rem;
    text-align: center;
    margin: 0 auto 15px;
}
.top-kv .content .txt1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.top-kv .content .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
}
.top-kv .content .slider img {
    width: 100%;
    height: 670px;
    object-fit: cover;
}
.top-kv .content .slider::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.top-kv .content .go-txt {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: auto;
    z-index: 5;
}


@media screen and (max-width: 768px) {
    .top-kv .container {
    }
    .top-kv .container .logo {
        top: 20px;
        left: 20px;
        max-width: 70px;
    }
    .top-kv .content {
        height: 580px;
    }
    .top-kv .content h2 {
        font-size: 1.8rem;
    }
    .top-kv .content .txt1 {
        font-size: 1.2rem;
    }
    .top-kv .content .lead {
        text-align: left;
        margin-bottom: 0;
    }
    .top-kv .content .slider img {
        height: 580px;
    }

    .top-kv .content .go-txt {
        position: absolute;
        bottom: -5px;
        width: 85%;
        height: auto;
        z-index: 5;
    }
}


/* intro
-----------------------------------*/
.intro {}
.intro .container {}
.intro .content {
    max-width: 980px;
    text-align: center;
    padding: 60px;
    margin: 0 auto;
    background-color: #fff;
}
.intro .content .spec {
    max-width: 840px;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.1;
    padding: 10px;
    margin: 0 auto 40px;
    background-color: #c5a15a;
    box-sizing: border-box;
}
.intro .content .txt1 {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 15px;
}
.intro .content .txt2 {
    font-size: 1.6rem;
    color: #c5a15a;
    line-height: 1.6;
    margin-bottom: 30px;
}
.intro .content .suggest {
    max-width: 840px;
    padding: 40px;
    margin: 40px auto;
    background-color: #f8f8f8;
    box-sizing: border-box;
}
.intro .content .suggest h3 {
    font-size: 1.35rem;
}
.intro .content ul {
    font-size: 1.15rem;
    text-align: start;
}
.intro .content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 0.5rem;
}
.intro .content ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 22px;
    height: 20px;
    background: url(../img/checkmark.svg) no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 768px) {
    .intro .content {
        padding: 20px;
    }
    .intro .content .spec {
        font-size: 1rem;
        line-height: 1.6;
        margin: 0 auto 20px;
    }
    .intro .content .txt1 {
        font-size: 1rem;
    }
    .intro .content .txt2 {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }
    .intro .content .suggest {
        padding: 20px;
        margin: 20px auto;
    }
    .intro .content .suggest h3 {
        font-size: 1.2rem;
    }
    .intro .content ul {
        font-size: 1rem;
    }
    .intro .content ul li {
        line-height: 1.6;
        margin-bottom: 8px;
    }
    .intro .content ul li::after {
        width: 18px;
        height: 17px;
    }
}


/* feature
-----------------------------------*/
.feature {}
.feature .container {}
.feature .content {
    display: flex;
    flex-flow: column;
    gap: 80px;
}
.feature .content ul:nth-child(2n - 1) {
    flex-direction: row-reverse;
}
.feature .content ul:nth-child(2n) {
    flex-direction: row;
}
.feature .content ul li .label {
    width: fit-content;
    color: #fff;
    line-height: 1.1;
    padding: 5px 10px;
    margin-bottom: 15px;
    background-color: #c5a15a;
}
.feature .content ul li h3 {
    margin-bottom: 20px;
}
.feature .content ul li img {
    width: 570px;
    height: 380px;
    object-fit: cover;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .feature .content {
        gap: 50px;
    }
    .feature .content ul {
        gap: 30px;
    }
    .feature .content ul li {
        width: 100%;
    }
    .feature .content ul li img {
        height: 260px;
    }
}


/* craft
-----------------------------------*/
.craft {}
.craft .container {
}
.craft .content .swiper img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .craft .content .swiper img {
        height: 260px;
    }
}

/* plan
-----------------------------------*/
.plan {}
.plan .container {}
.plan .content ul {
    margin-bottom: 40px;
}
.plan .content .price {
    font-size: 1.35rem;
    text-align: center;
}
.plan .content ul li img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .plan .content ul {
        gap: 30px;
        margin-bottom: 20px;
    }
    .plan .content ul li {
        width: 100%;
    }
    .plan .content ul li img {
        height: 260px;
    }
    .plan .content .price {
        font-size: 1.2rem;
    }
}

/* peaceful
-----------------------------------*/
.peaceful {}
.peaceful .container {}
.peaceful .content ul li img {
    display: block;
    width: 130px;
    margin: 0 auto 30px;
}
.peaceful .content ul {
    justify-content: center;
}
.peaceful .content ul li h3 {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .peaceful .content ul {
        gap: 40px;
    }
    .peaceful .content ul li {
        width: 100%;
    }
    .peaceful .content ul li img {
        width: 110px;
    }
}


/* about
-----------------------------------*/
.about {}
.about .container {}
.about .content {
    display: flex;
    flex-direction: row-reverse;
    gap: 60px;
    margin-right: calc(50% - 50vw);
}
.about .content .box-img {
    width: calc(100% - 630px);
}
.about .content .box-txt {
    max-width: 570px;
}

@media screen and (max-width: 768px) {
    .about .content {
        flex-flow: column;
        gap: 30px;
        margin-right: 0;
    }
    .about .content .box-img,
    .about .content .box-txt {
        max-width: 100%;
        width: 100%;
    }
    .about .content .box-img img {
        width: 100%;
        height: 260px;
        object-fit: cover;
    }
}


/* faq
-----------------------------------*/
.faq {}
.faq .container {}
.faq .content {
    max-width: 980px;
    margin: 0 auto;
}
.faq .content ul li:first-child p.ttl {
    border-top: 1px solid #000;
}
.faq .content ul li p {
    display: flex;
    flex-flow: column;
    justify-content: center;
    min-height: 80px;
    padding: 20px 20px 20px 60px;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
}
.faq .content ul li .ttl,
.faq .content ul li .body {
    position: relative;
}
.faq .content ul li .ttl span,
.faq .content ul li .body span {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    font-size: 1.3rem;
}
.faq .content ul li .ttl {
    font-size: 1.15rem;
    color: #c5a15a;
}
.faq .content ul li .body {
    background-color: #f7f7f7;
}

@media screen and (max-width: 768px) {
    .faq .content ul li p {
        min-height: 70px;
        padding: 15px 15px 15px 50px;
    }
    .faq .content ul li .ttl span,
    .faq .content ul li .body span {
        top: 33px;
        left: 20px;
        font-size: 1.2rem;
    }
    .faq .content ul li .ttl {
        font-size: 1rem;
    }
}


/* homes
-----------------------------------*/
.homes {}
.homes .container {}
.homes .content .gmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 42.85%;
    margin: 0 auto;
    /* margin: 0 auto 80px; */
}
.homes .content .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
}
.homes .content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    position: relative;
    max-width: 760px;
    margin: 0 auto;
}
.homes .content ul::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: #000;
}
.homes .content ul li {
    width: calc(50% - 50px);
}
.homes .content ul li h3 {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .homes .content .gmap {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 67.53%;
        margin: 0 auto;
        /* margin: 0 auto 40px; */
    }
    .homes .content ul {
        gap: 60px;
    }
    .homes .content ul::after {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
        height: 1px;
    }
    .homes .content ul li {
        width: 100%;
    }
}


/* cta1, cta2
-----------------------------------*/
.cta1, .cta2 {
    background: linear-gradient(rgba(172, 140, 78, 0.85), rgba(172, 140, 78, 0.85)), url(../img/cta_bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.cta1 .container,
.cta2 .container {}
.cta1 .content,
.cta2 .content {
    color: #fff;
    text-align: center;
}
.cta1 .content,
.cta2 .content {
    max-width: 980px;
    margin: 0 auto;
}
.cta1 .content h3 {
    color: #fff;
    text-align: center;
}
.cta1 .content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 60px;
}
.cta1 .content ul li {
    width: fit-content;
    line-height: 1.1;
    padding: 20px;
    border: 1px solid #fff;
}
.cta2 .content .txt1 {
    font-size: 1.35rem;
    text-align: center;
    margin-bottom: 40px;
}

.cta-btn {
    max-width: 380px;
    height: 110px;
    font-size: 1.15rem;
    text-align: center;
    margin: 0 auto;
}
.cta-btn a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #c5a15a;
    border: 1px solid #fff;
    background-color: #fff;
}
.cta-btn a:hover {
    position: relative;
    color: #fff;
    background-color: transparent;
    opacity: 1;
}
.cta-btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 32px;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(-45deg);
    border-bottom: 1px solid #c5a15a;
    border-right: 1px solid #c5a15a;
    transition: all 0.3s ease;
}
.cta-btn a:hover::after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

@media screen and (max-width: 768px) {
    .cta1 .content h3,
    .cta2 .content h3,
    .cta1 .content .lead {
        text-align: left;
    }
    .cta1 .content ul {
        gap: 20px;
        margin-bottom: 40px;
    }
    .cta1 .content ul li {
        width: 100%;
        padding: 15px;
        border: 1px solid #fff;
    }
    .cta2 .content .txt1 {
        font-size: 1.3rem;
        text-align: left;
    }

    .cta-btn {
        max-width: 100%;
    }
}


/* float banner
-----------------------------------*/
.flt-bnr a {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    font-size: 1.08rem;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    transition: all 0.3s ease;
    z-index: 999;
}
.flt-bnr a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 23px;
    width: 8px;
    height: 8px;
    transform: translateX(-50%) rotate(-45deg);
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transition: all 0.3s ease;
}
.flt-bnr a:hover,
.flt-bnr.active a:hover {
    border: 1px solid #c5a15a;
    background-color: #c5a15a;
    opacity: 1;
}
.flt-bnr.active a {
    color: #000;
    border: 1px solid #000;
}
.flt-bnr.active a::after {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
.flt-bnr.active a:hover {
    color: #fff;
}
.flt-bnr a:hover::after {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
.flt-bnr.trans a {
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .flt-bnr a {
        position: fixed;
        bottom: 10px;
        right: 10px;
        width: 140px;
        height: 140px;
        font-size: 1rem;
        line-height: 1.6;
        text-align: center;
        border: 0;
        background-color: #d98325;
        z-index: 999;
        transition: all 0.3s ease;
    }
    .flt-bnr.active a {
        color: #fff;
        border: 0;
    }
    .flt-bnr.active a::after {
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
    }
}


/* header
-----------------------------------*/
.header {}
.header .container {}

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


/* footer
-----------------------------------*/
.footer {
    color: #fff;
    text-align: center;
    padding-top: 80px;
    background-color: #2b2b2b;
}
.footer .container {
    max-width: 100%;
}
.footer .content .logo {
    max-width: 90px;
    margin: 0 auto 30px;
}
.footer .content .copyright {
    width: 100%;
    line-height: 1.1;
    padding: 20px;
    margin-top: 60px;
    border-top: 1px solid #fff;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .footer {
        padding-top: 60px;
    }
    .footer .content .logo {
        max-width: 70px;
    }
    .footer .content .copyright {
        padding: 15px;
        margin-top: 40px;
    }
}