@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- common
- コンテンツ
-------------------------*/
/*============================
common
============================*/
.bg_wrap {
    padding: 93px 0 75px;
    background: url(../plan/img/bg_01.jpg) no-repeat;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .bg_wrap {
        padding: 47px 0 30px;
    }
}

.w860 {
    max-width: 860px;
}

.ttl_area .sttl_f30_en {
    position: relative;
    margin-bottom: 100px;
}
.ttl_area .sttl_f30_en .en {
    font-size: 2.5rem;
}
.ttl_area .sttl_f30_en .jp {
    font-size: 1.6rem;
}
.ttl_area .sttl_f30_en::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    width: 70px;
    height: 14.77px;
    background: url(../img/flower_icon02.svg) no-repeat;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .ttl_area .sttl_f30_en::after {
        width: 50px;
        height: 10.55px;
        bottom: -35px;
    }
}

/*============================
コンテンツ
============================*/
.ttl_plus {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding: 10px 0;
    background: #1C3A1C;
    font-size: 2.52rem;
    color: #FFFAF0;
}
@media screen and (max-width: 768px) {
    .ttl_plus {
        margin-bottom: 30px;
        padding: 5px 0;
        font-size: 1.8rem;
    }
}

.ttl_sec {
    position: relative;
    width: 90%;
    margin: 0 auto 115px;
}
@media screen and (max-width: 768px) {
    .ttl_sec {
        margin: 0 auto 113px;
    }
}
.ttl_sec::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -70px;
    width: 70px;
    height: 14.77px;
    background: url(../img/flower_icon02.svg) no-repeat;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .ttl_sec::after {
        width: 50px;
        height: 10.55px;
        bottom: -80px;
    }
}
.ttl_sec .flex_area {
    display: grid;
    grid-template-columns: repeat(auto-fit, max(50% - 10px, 340px));
    justify-content: center;
    align-items: flex-start;
    gap: 30px 20px;
}
@media screen and (max-width: 768px) {
    .ttl_sec .flex_area {
        grid-template-columns: repeat(auto-fit, max(50% - 10px, 300px));
    }
}
.ttl_sec .flex_area .left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1em 0;
    font-family: "Caudex", serif;
}
.ttl_sec .flex_area .left .type {
    position: relative;
    margin-right: 50px;
    display: inline-block;
    font-size: 2.24rem;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .ttl_sec .flex_area .left .type {
        font-size: 1.6rem;
    }
}
.ttl_sec .flex_area .left .type .name {
    font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
    .ttl_sec .flex_area .left .type .name {
        font-size: 3rem;
    }
}
.ttl_sec .flex_area .left .type::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -24px;
    width: 1px;
    height: 64.4px;
    background: #1C3A1C;
}
@media screen and (max-width: 768px) {
    .ttl_sec .flex_area .left .type::after {
        height: 46px;
    }
}
.ttl_sec .flex_area .left .area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 2.24rem;
}
@media screen and (max-width: 768px) {
    .ttl_sec .flex_area .left .area {
        font-size: 1.6rem;
    }
}
.ttl_sec .flex_area .left .area .f33 {
    font-size: 3.3rem;
}
@media screen and (max-width: 768px) {
    .ttl_sec .flex_area .left .area .f33 {
        font-size: 2.4rem;
    }
}
.ttl_sec .flex_area .left .area .f14 {
    font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
    .ttl_sec .flex_area .left .area .f14 {
        font-size: 1rem;
    }
}
.ttl_sec .flex_area .right {
    width: max(90%, 335px);
    padding-top: 1.25em;
    justify-self: flex-end;
    font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
    .ttl_sec .flex_area .right {
        justify-self: flex-start;
        width: 90%;
        padding-top: 0;
    }
}
.ttl_sec .flex_area .right.full {
    width: 100%;
}
.ttl_sec .flex_area .right.full .privategarden .areaWrap,
.ttl_sec .flex_area .right.full .balconies .areaWrap {
    grid-template-columns: max(50%, 170px) auto;
}
@media screen and (max-width: 768px) {
    .ttl_sec .flex_area .right.full {
        width: 100%;
    }
    .ttl_sec .flex_area .right.full .balconies .privategarden,
    .ttl_sec .flex_area .right.full .balconies .areaWrap {
        grid-template-columns: max(50%, 170px) auto;
    }
}
.ttl_sec .flex_area .right > .areaWrap + .areaWrap {
    margin-top: 0.5em;
}
.ttl_sec .flex_area .right .areaWrap {
    display: grid;
    grid-template-columns: auto auto max(22%, 90px);
    align-items: flex-end;
    gap: 5px;
    font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
    .ttl_sec .flex_area .right .areaWrap {
        grid-template-columns: auto auto max(22%, 75px);
        font-size: 1.4rem;
    }
}
.ttl_sec .flex_area .right .areaWrap .areaSize {
    justify-self: flex-end;
    line-height: 0.75;
}
.ttl_sec .flex_area .right .areaWrap .areaUnit {
    justify-self: flex-end;
}
.ttl_sec .flex_area .right .privategarden {
    width: 95% !important;
}
.ttl_sec .flex_area .right .privategarden,
.ttl_sec .flex_area .right .balconies {
    width: 90%;
    margin-top: 2em;
    font-size: 1.4rem;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    .ttl_sec .flex_area .right .privategarden,
    .ttl_sec .flex_area .right .balconies {
        width: 100%;
        font-size: 1rem;
    }
}
.ttl_sec .flex_area .right .privategarden .areaWrap,
.ttl_sec .flex_area .right .balconies .areaWrap {
    grid-template-columns: max(50%, 170px) auto;
}
@media screen and (max-width: 768px) {
    .ttl_sec .flex_area .right .privategarden .areaWrap,
    .ttl_sec .flex_area .right .balconies .areaWrap {
        grid-template-columns: max(50%, 147px) auto;
    }
}
.ttl_sec .flex_area .right .privategarden dd,
.ttl_sec .flex_area .right .balconies dd {
    display: flex;
    gap: 5px;
    justify-self: flex-end;
    align-items: flex-end;
}
.ttl_sec .flex_area .right .privategarden dd .unit,
.ttl_sec .flex_area .right .balconies dd .unit {
    min-width: 4em;
    text-align: right;
}
.ttl_sec .flex_area .right .privategarden .areaWrap.b3g,
.ttl_sec .flex_area .right .balconies .areaWrap.b3g {
    grid-template-columns: max(45%, 140px) auto;
}
@media screen and (max-width: 768px) {
    .ttl_sec .flex_area .right .privategarden .areaWrap.b3g,
    .ttl_sec .flex_area .right .balconies .areaWrap.b3g {
        grid-template-columns: max(45%, 117px) auto;
    }
}
.ttl_sec .flex_area .right .privategarden .areaWrap.b3g .limited-floor-1,
.ttl_sec .flex_area .right .balconies .areaWrap.b3g .limited-floor-1 {
    display: inline-block;
    word-break: keep-all;
    font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
    .ttl_sec .flex_area .right .privategarden .areaWrap.b3g .limited-floor-1,
    .ttl_sec .flex_area .right .balconies .areaWrap.b3g .limited-floor-1 {
        font-size: 1rem;
    }
}
.ttl_sec .flex_area .right .lh12 {
    line-height: 1.2;
}
.ttl_sec .flex_area .right .mb20 {
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .ttl_sec .flex_area .right .mb20 {
        margin-bottom: 10px;
    }
}
.ttl_sec .flex_area .right .f42 {
    font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
    .ttl_sec .flex_area .right .f42 {
        font-size: 3rem;
    }
}
.ttl_sec .flex_area .right .f24 {
    font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
    .ttl_sec .flex_area .right .f24 {
        font-size: 1.8rem;
    }
}
.ttl_sec .flex_area .right .f22 {
    font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
    .ttl_sec .flex_area .right .f22 {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 768px) {
    .ttl_sec .flex_area .right .txt_f16 {
        letter-spacing: 0.05em;
    }
}
.ttl_sec .flex_area .right .txt_f14 {
    display: flex;
    gap: 0 11.2px;
    margin-bottom: 5px;
    font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
    .ttl_sec .flex_area .right .txt_f14 {
        font-size: 1rem;
    }
}
.ttl_sec .flex_area .right .txt_f14 dt {
    width: 150px;
}
@media screen and (max-width: 768px) {
    .ttl_sec .flex_area .right .txt_f14 dt {
        width: 110px;
    }
}
.ttl_sec .flex_area .right .en {
    font-family: "Caudex", serif;
}
.ttl_sec .sttl_f25 {
    text-align: center;
    color: #585216;
    font-size: 2rem;
    line-height: 1.3;
    margin-top: 72px;
}
@media screen and (max-width: 768px) {
    .ttl_sec .sttl_f25 {
        font-size: 1.4rem;
        line-height: 1.571;
    }
}

.img_sec {
    text-align: center;
    margin-bottom: 88px;
}
@media screen and (max-width: 768px) {
    .img_sec {
        margin-bottom: 60px;
    }
}
.img_sec .adjust-mt {
    margin-top: -50px;
}
@media screen and (max-width: 768px) {
    .img_sec .adjust-mt {
        margin-top: -10vw;
    }
}
.img_sec .plan_img {
    position: relative;
}
.img_sec .plan_img__main {
    display: flex;
    justify-content: center;
    gap: 40px 10px;
}
@media screen and (max-width: 768px) {
    .img_sec .plan_img__main {
        flex-direction: column;
    }
}
.img_sec .plan_img__main .tabs {
    position: relative;
    padding: 10px 0;
    cursor: pointer;
    font-size: 2.6rem;
    max-width: 360px;
    margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
    .img_sec .plan_img__main .tabs {
        font-size: 1.5rem;
        margin: 0 auto;
    }
}
.img_sec .plan_img__main img {
    width: 80%;
}
@media screen and (max-width: 768px) {
    .img_sec .plan_img__main img {
        width: 100%;
    }
}
.img_sec .plan_img__main img.adjust-b3g {
    margin-top: 50px;
    margin-bottom: 160px;
    margin-inline: auto;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .img_sec .plan_img__main img.adjust-b3g {
        margin-top: 10vw;
        margin-bottom: 120px;
        width: 100%;
    }
}
.img_sec .plan_img__main div.double {
    width: 45%;
}
@media screen and (max-width: 768px) {
    .img_sec .plan_img__main div.double {
        width: unset;
    }
}
.img_sec .plan_img__main div img {
    width: 100%;
}
.img_sec .plan_img > .prev,
.img_sec .plan_img > .next {
    position: absolute;
    top: 50%;
    z-index: 99;
}
.img_sec .plan_img > .prev > span,
.img_sec .plan_img > .next > span {
    display: block;
    width: min(5vw, 50px);
    height: min(5vw, 50px);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
@media screen and (max-width: 768px) {
    .img_sec .plan_img > .prev > span,
    .img_sec .plan_img > .next > span {
        width: min(5vw, 30px);
        height: min(5vw, 30px);
    }
}
.img_sec .plan_img > .prev {
    right: 100%;
    transform: translate(50%, -50%);
}
.img_sec .plan_img > .prev > span {
    background-image: url(../plan/img/detail/arrow_prev.png);
}
.img_sec .plan_img > .next {
    left: 100%;
    transform: translate(-50%, -50%);
}
.img_sec .plan_img > .next > span {
    background-image: url(../plan/img/detail/arrow_next.png);
}
.img_sec .swiper_container {
    position: relative;
}
.img_sec .swiper_container .tab_wrapper {
    display: grid;
    gap: 2%;
    grid-template-columns: repeat(auto-fit, 20vw);
    justify-content: center;
    margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
    .img_sec .swiper_container .tab_wrapper {
        grid-template-columns: repeat(auto-fit, 40vw);
        margin-bottom: 40px;
    }
}
.img_sec .swiper_container .tab_wrapper li {
    position: relative;
    padding: 10px 0;
    background-color: #fff;
    border: 1px solid #1C3A1C;
    border-radius: 5px;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .img_sec .swiper_container .tab_wrapper li {
        padding: 5px 20px;
    }
}
.img_sec .swiper_container .tab_wrapper li.is-active {
    pointer-events: none;
    background-color: #1C3A1C;
}
.img_sec .swiper_container .tab_wrapper li.is-active span {
    color: #fff;
}
@media (any-hover: hover) {
    .img_sec .swiper_container .tab_wrapper li {
        transition: all 0.2s ease;
    }
    .img_sec .swiper_container .tab_wrapper li:hover {
        background-color: #1C3A1C;
    }
    .img_sec .swiper_container .tab_wrapper li:hover span {
        color: #fff;
    }
}
.img_sec .swiper_container .tab_wrapper li span {
    color: #1C3A1C;
    font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
    .img_sec .swiper_container .tab_wrapper li span {
        font-size: 1.5rem;
    }
}
.img_sec .swiper_container .swiper-slide img {
    width: auto;
    max-width: 90%;
}
@media screen and (max-width: 768px) {
    .img_sec .swiper_container .swiper-slide img {
        max-width: 80%;
    }
}
.img_sec .swiper_container .swiper-button-prev-1,
.img_sec .swiper_container .swiper-button-next-1 {
    height: 50px;
    width: 50px;
}
@media screen and (max-width: 768px) {
    .img_sec .swiper_container .swiper-button-prev-1,
    .img_sec .swiper_container .swiper-button-next-1 {
        width: 27px;
        height: 27px;
    }
}
@media screen and (max-width: 768px) {
    .img_sec .swiper_container .swiper-button-next-1 {
        right: 0;
    }
}
@media screen and (max-width: 768px) {
    .img_sec .swiper_container .swiper-button-prev-1 {
        left: 0;
    }
}
.img_sec .swiper_container .swiper-button-prev-1::after,
.img_sec .swiper_container .swiper-button-next-1::after {
    background-repeat: no-repeat;
    content: "";
    height: 50px;
    margin: auto;
    width: 50px;
}
@media screen and (max-width: 768px) {
    .img_sec .swiper_container .swiper-button-prev-1::after,
    .img_sec .swiper_container .swiper-button-next-1::after {
        width: 27px;
        height: 27px;
    }
}
.img_sec .swiper_container .swiper-button-next-1:after {
    background: url(../plan/img/detail/arrow_next.png) no-repeat;
    background-size: cover;
}
.img_sec .swiper_container .swiper-button-prev-1:after {
    background: url(../plan/img/detail/arrow_prev.png) no-repeat;
    background-size: cover;
}
.img_sec .swiper_container .swiper-button-next.swiper-button-disabled, .img_sec .swiper_container .swiper-button-prev.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.mark_sec {
    display: flex;
    gap: 10px 25px;
    margin-bottom: 114px;
    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: 100px;
        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;
    }
}

.list_sec {
    background: none;
    padding: 0;
}
.list_sec .ttl_area .sttl_f30_en {
    position: relative;
    margin-bottom: 100px;
}
.list_sec .ttl_area .sttl_f30_en .en {
    font-size: 2.5rem;
}
.list_sec .ttl_area .sttl_f30_en .jp {
    font-size: 1.6rem;
}
.list_sec .ttl_area .sttl_f30_en::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    width: 70px;
    height: 14.77px;
    background: url(../img/flower_icon02.svg) no-repeat;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .list_sec .ttl_area .sttl_f30_en::after {
        width: 50px;
        height: 10.55px;
        bottom: -35px;
    }
}

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

/*============================
movie_sec
============================*/
.movie_sec {
    padding: 60px 0;
}
@media screen and (max-width: 768px) {
    .movie_sec {
        padding: 43px 0;
    }
}
.movie_sec .js-modal-video,
.movie_sec .js-modal-vimeo {
    position: relative;
    display: block;
}
.movie_sec .js-modal-video::after,
.movie_sec .js-modal-vimeo::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40% 40%;
}
.movie_sec .js-modal-video.play-default::after,
.movie_sec .js-modal-vimeo.play-default::after {
    background-image: url(../limited/img/icon_play.svg);
}
.movie_sec .js-modal-video.play-white::after,
.movie_sec .js-modal-vimeo.play-white::after {
    background-image: url(../limited/img/icon_play_w.svg);
}
.movie_sec .cont_area {
    width: 90%;
    max-width: 725px;
    margin: 0 auto;
}

.modal-video-close-btn {
    cursor: pointer;
}
@media (any-hover: hover) {
    .modal-video-close-btn {
        transition: opacity 0.2s;
    }
    .modal-video-close-btn:hover {
        opacity: 0.4;
    }
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
    margin-top: 0;
}

.modal-video-body {
    max-width: 1200px;
}

/*============================
link_sec
============================*/
.link_sec {
    padding: 60px 0;
}
@media screen and (max-width: 768px) {
    .link_sec {
        padding: 43px 0;
    }
}
.link_sec .cont_area {
    width: 90%;
    max-width: 725px;
    margin: 0 auto;
}
.link_sec .cont_area .linkWrap a {
    display: grid;
    grid-template-columns: 1fr min(100%, 343px);
}
@media screen and (max-width: 768px) {
    .link_sec .cont_area .linkWrap a {
        grid-template-columns: auto;
        grid-template-rows: auto auto;
    }
}
.link_sec .cont_area .linkImg {
    max-height: 184px;
}
.link_sec .cont_area .linkImg img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
}
.link_sec .cont_area .linkType .ttl {
    position: relative;
}
.link_sec .cont_area .linkType .ttl::before {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 31px;
    background: #1C3A1C;
    font-size: 1.8rem;
    color: #FFFAF0;
}
.link_sec .cont_area .linkType .ttl.penthouse::before {
    content: "Penthouse";
}
.link_sec .cont_area .linkType .ttl.roof::before {
    content: "Roof Balcony";
}
.link_sec .cont_area .linkType .ttl.pr_garden::before {
    content: "Private Garden";
}
.link_sec .cont_area .linkType .ttl.vr::before {
    content: "VRモデル掲載中";
}
.link_sec .cont_area + .cont_area {
    margin-top: 80px;
}
@media screen and (max-width: 768px) {
    .link_sec .cont_area + .cont_area {
        margin-top: 40px;
    }
}

/*============================
btn_sec
============================*/
.btn_sec {
    padding: 60px 0;
}
@media screen and (max-width: 768px) {
    .btn_sec {
        padding: 43px 0;
    }
}
.btn_sec .cont_area {
    width: 90%;
    max-width: 571px;
    margin: 0 auto;
}
.btn_sec .cont_area .linkbtn {
    display: grid;
    grid-template-columns: 1fr auto 28px;
    align-items: center;
    padding: 20px 34px;
    color: #fff;
    background-color: #1C3A1C;
    border-radius: 8px;
}
.btn_sec .cont_area .linkbtn__ttl {
    font-size: 2rem;
}
.btn_sec .cont_area .linkbtn__size {
    padding-right: 20px;
    font-family: "Caudex", serif;
    font-size: 1.1rem;
}
.btn_sec .cont_area .linkbtn::after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../limited/img/icon_arrow.svg);
}

.ttl_sec {
    margin: 0 auto 100px;
}
.ttl_sec::after {
    bottom: -60px;
}
@media screen and (max-width: 768px) {
    .ttl_sec {
        margin: 0 auto 60px;
    }
    .ttl_sec::after {
        bottom: -35px;
    }
}
.ttl_sec .read_area {
    margin-block-start: 60px;
}
@media screen and (max-width: 768px) {
    .ttl_sec .read_area {
        margin-block-start: 51px;
    }
}
.ttl_sec .read_area p {
    font-size: 2.8rem;
    line-height: 157.143%;
    text-align: center;
    color: #585216;
}
@media screen and (max-width: 768px) {
    .ttl_sec .read_area p {
        font-size: 1.4rem;
    }
}

.img_sec {
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .img_sec {
        margin-bottom: 20px;
    }
}

.mark_sec {
    margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
    .mark_sec {
        margin-bottom: 50px;
    }
}

.ttl_sec .flex_area .right .balconies .areaWrap:has(.mod) {
    align-items: flex-start;
}

.ttl_sec .flex_area .right .balconies dd:has(.mod) {
    flex-wrap: wrap;
    gap: 0px 5px;
}
.ttl_sec .flex_area .right .balconies dd:has(.mod) .mod {
    width: 100%;
    white-space: nowrap;
    text-align: right;
}
/*# sourceMappingURL=plan_detail.css.map */