@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- common
- page_ttl
- area_sec
- life_sec
- list_sec
- mark_sec
- expression
-------------------------*/
/*============================
common
============================*/
main {
    color: #1C3A1C;
}

/*============================
#page_ttl
============================*/
#page_ttl::after {
    background: url(../plan/img/kv.jpg) no-repeat;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    #page_ttl::after {
        background: url(../plan/img/kv_sp.jpg) no-repeat;
        background-size: cover;
    }
}

/*============================
area_sec
============================*/
.area_sec {
    padding: 90px 0 95px;
    background: url(../plan/img/bg_01.jpg) no-repeat;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .area_sec {
        padding: 80px 0 30px;
    }
}
.area_sec .inner {
    text-align: center;
}
.area_sec .inner .ttl_area {
    margin-bottom: 115px;
}
@media screen and (max-width: 768px) {
    .area_sec .inner .ttl_area {
        margin-bottom: 60px;
    }
}
.area_sec .inner .ttl_area .sttl_f31 {
    position: relative;
    margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
    .area_sec .inner .ttl_area .sttl_f31 {
        margin-bottom: 60px;
    }
}
.area_sec .inner .ttl_area .sttl_f31::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
    width: 36.68px;
    height: 20.45px;
    background: url(../img/flower_icon01.svg) no-repeat;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .area_sec .inner .ttl_area .sttl_f31::after {
        width: 26.91px;
        height: 15px;
        bottom: -35px;
    }
}
.area_sec .inner .detail_area .sttl_f25 {
    position: relative;
    margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
    .area_sec .inner .detail_area .sttl_f25 {
        margin-bottom: 60px;
    }
}
.area_sec .inner .detail_area .sttl_f25::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
    width: 70px;
    height: 14.77px;
    background: url(../img/flower_icon02.svg) no-repeat;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .area_sec .inner .detail_area .sttl_f25::after {
        width: 50px;
        height: 10.55px;
        bottom: -35px;
    }
}
.area_sec .inner .detail_area .txt_f16 {
    margin-bottom: 98px;
}
@media screen and (max-width: 768px) {
    .area_sec .inner .detail_area .txt_f16 {
        width: 75%;
        margin: 0 auto;
        margin-bottom: 51px;
    }
}
.area_sec .inner .detail_area .txt_f18 {
    margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
    .area_sec .inner .detail_area .txt_f18 {
        font-size: 1.4rem;
        margin-bottom: 28px;
    }
}
.area_sec .inner .detail_area .img_area {
    width: 100%;
}
.area_sec .inner .detail_area .img_area .cap {
    font-size: 1rem;
    text-align: left;
    margin-top: 16px;
}

.mt115 {
    margin-top: 115px;
}
@media screen and (max-width: 768px) {
    .mt115 {
        margin-top: 60px;
    }
}

/*============================
life_sec
============================*/
.life_sec {
    padding: 56px 0 52px;
    background: url(../plan/img/bg_02.jpg) no-repeat;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .life_sec {
        padding: 30px 0;
        background: url(../plan/img/bg_02_sp.jpg) no-repeat;
        background-size: cover;
    }
}
.life_sec .inner {
    text-align: center;
    color: #FFFAF0;
}
.life_sec .inner .ttl_area .sttl_f25 {
    position: relative;
    margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
    .life_sec .inner .ttl_area .sttl_f25 {
        margin-bottom: 60px;
    }
}
.life_sec .inner .ttl_area .sttl_f25::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
    width: 70px;
    height: 14.77px;
    background: url(../img/flower_icon02.svg) no-repeat;
    background-size: cover;
    filter: brightness(0) saturate(100%) invert(93%) sepia(5%) saturate(1726%) hue-rotate(312deg) brightness(108%) contrast(106%);
}
@media screen and (max-width: 768px) {
    .life_sec .inner .ttl_area .sttl_f25::after {
        width: 50px;
        height: 10.55px;
        bottom: -35px;
    }
}
.life_sec .inner .cont_area .life_list .item {
    position: relative;
    width: 90%;
    max-width: 403px;
    margin-top: 32px;
}
.life_sec .inner .cont_area .life_list .item:nth-child(1) {
    margin-right: 0;
}
@media screen and (max-width: 768px) {
    .life_sec .inner .cont_area .life_list .item:nth-child(1) {
        margin: 30px auto 0;
    }
}
.life_sec .inner .cont_area .life_list .item:nth-child(2) {
    margin: 32px auto 0;
}
@media screen and (max-width: 768px) {
    .life_sec .inner .cont_area .life_list .item:nth-child(2) {
        margin: 30px auto 0;
    }
}
.life_sec .inner .cont_area .life_list .item:nth-child(3) {
    margin-left: auto;
}
@media screen and (max-width: 768px) {
    .life_sec .inner .cont_area .life_list .item:nth-child(3) {
        margin: 30px auto 0;
    }
}
.life_sec .inner .cont_area .life_list .item .life_ttl {
    position: absolute;
    top: 10px;
    left: 15px;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .life_sec .inner .cont_area .life_list .item .life_ttl {
        top: 5px;
        left: 11px;
    }
}
.life_sec .inner .cont_area .life_list .item .life_ttl .en {
    display: block;
    margin-bottom: 5px;
    font-family: "Caudex", serif;
    font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
    .life_sec .inner .cont_area .life_list .item .life_ttl .en {
        font-size: 2rem;
    }
}
.life_sec .inner .cont_area .life_list .item .life_ttl .jp {
    font-size: 1.68rem;
}
@media screen and (max-width: 768px) {
    .life_sec .inner .cont_area .life_list .item .life_ttl .jp {
        font-size: 1.2rem;
    }
}
.life_sec .inner .cont_area .life_list .item .txt_f16 {
    position: absolute;
    left: 15px;
    bottom: 0;
}
@media screen and (max-width: 768px) {
    .life_sec .inner .cont_area .life_list .item .txt_f16 {
        left: 11px;
    }
}

/*============================
list_sec
============================*/
.list_sec {
    padding: 60px 0 148px;
    background: url(../plan/img/bg_01.jpg) no-repeat;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .list_sec {
        padding: 43px 0 30px;
    }
}
.list_sec .inner .ttl_area .sttl_f25 {
    position: relative;
    margin-bottom: 100px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .list_sec .inner .ttl_area .sttl_f25 {
        margin-bottom: 60px;
    }
}
.list_sec .inner .ttl_area .sttl_f25::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
    width: 70px;
    height: 14.77px;
    background: url(../img/flower_icon02.svg) no-repeat;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .list_sec .inner .ttl_area .sttl_f25::after {
        width: 50px;
        height: 10.55px;
        bottom: -35px;
    }
}
.list_sec .plan_nav {
    width: 90%;
    max-width: 725px;
    margin: 0 auto;
}
.list_sec .plan_nav .basic {
    margin-bottom: 61px;
}
@media screen and (max-width: 768px) {
    .list_sec .plan_nav .basic {
        margin-bottom: 20px;
    }
}
.list_sec .plan_nav .limited {
    margin-bottom: 20px;
}
.list_sec .plan_nav .limited .limited_ttl {
    width: 100%;
    margin-bottom: 33px;
    padding: 15px 0;
    background: #585216;
    font-size: 1.6rem;
    color: #FFFAF0;
    text-align: center;
}
.list_sec .plan_nav .plan_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 32px 4%;
}
@media screen and (max-width: 768px) {
    .list_sec .plan_nav .plan_list {
        justify-content: center;
    }
}
.list_sec .plan_nav .plan_list .item {
    width: 47.3103448276%;
    max-width: 343px;
}
@media screen and (max-width: 768px) {
    .list_sec .plan_nav .plan_list .item {
        width: 100%;
    }
}
.list_sec .plan_nav .plan_list .item a {
    display: block;
    width: 100%;
}
.list_sec .plan_nav .plan_list .item a.ttl {
    position: relative;
}
.list_sec .plan_nav .plan_list .item a.ttl::before {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 31px;
    background: #1C3A1C;
    font-size: 1.8rem;
    color: #FFFAF0;
}
.list_sec .plan_nav .plan_list .item a.ttl.pent::before {
    content: "Penthouse";
}
.list_sec .plan_nav .plan_list .item a.ttl.roof::before {
    content: "Roof Balcony";
}
.list_sec .plan_nav .plan_list .item a.ttl.pr_garden::before {
    content: "Private Garden";
}
.list_sec .plan_nav .plan_list .item a.ttl.vr::before {
    content: "VRモデル掲載中";
}

/*============================
mark_sec
============================*/
.mark_sec {
    display: flex;
    gap: 10px 25px;
    margin-bottom: 60px;
    font-size: 1.4rem;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
@media screen and (max-width: 768px) {
    .mark_sec {
        padding-left: 0;
        margin-bottom: 40px;
        align-items: flex-start;
        font-size: 0.9rem;
    }
}
.mark_sec .box {
    display: flex;
    align-items: center;
    gap: 10px 20px;
}
@media screen and (max-width: 768px) {
    .mark_sec .box {
        gap: 10px;
    }
}
.mark_sec .box span {
    position: relative;
    padding-left: 3.5em;
}
.mark_sec .box span.heat::after {
    content: "";
    position: absolute;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 0.8em;
    width: 3em;
    background: #E4E0CC;
}
.mark_sec .box span.storage::after {
    content: "";
    position: absolute;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 0.8em;
    width: 3em;
    background: #DCD5CA;
}
.mark_sec .box span.wind::after {
    content: "";
    position: absolute;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 0.8em;
    width: 3em;
    background: url(../plan/img/icon_wind.svg) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 768px) {
    .mark_sec .box span.wind::after {
        padding-left: 2em;
        height: 0.8em;
        width: 1.5em;
    }
}
.mark_sec .box span.light::after {
    content: "";
    position: absolute;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 0.8em;
    width: 3em;
    background: url(../plan/img/icon_light.svg) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 768px) {
    .mark_sec .box span.light::after {
        padding-left: 2em;
        height: 0.8em;
        width: 1.5em;
    }
}

.attArea {
    margin: 20px auto 0;
}
.attArea p {
    font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
    .attArea p {
        font-size: 0.9rem;
    }
}

/*============================
expression
============================*/
.expression {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .expression {
        margin-bottom: 30px;
    }
}
.expression > img {
    max-width: 305px;
}
/*# sourceMappingURL=plan.css.map */