@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- common
- page_ttl
- movie_sec
- list_sec
- link_sec
- btn_sec

- login page
-------------------------*/
/*============================
common
============================*/
main {
    color: #1C3A1C;
}

.page_contents {
    background: url(../limited/img/bg_01.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0 148px;
}
@media screen and (max-width: 768px) {
    .page_contents {
        padding: 43px 0 30px;
    }
}

.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;
    }
}

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

/*============================
pj-release_sec
============================*/
.pj-release_sec {
    padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
    .pj-release_sec {
        padding-bottom: 43px;
    }
}
.pj-release_sec .inner {
    width: 90%;
    max-width: 725px;
    margin: 0 auto;
    background-color: #fff;
}
.pj-release_sec .inner .decorative_top {
    position: relative;
    width: 100%;
    height: 110px;
}
@media screen and (max-width: 768px) {
    .pj-release_sec .inner .decorative_top {
        height: 80px;
    }
}
.pj-release_sec .inner .decorative_top::before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    background-image: url(../limited/img/icon_deco_frame.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
    .pj-release_sec .inner .decorative_top::before {
        width: 40px;
        height: 40px;
    }
}
.pj-release_sec .inner .decorative_top::after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-image: url(../limited/img/icon_deco_frame.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
    .pj-release_sec .inner .decorative_top::after {
        width: 40px;
        height: 40px;
    }
}
.pj-release_sec .inner .decorative_bottom {
    position: relative;
    width: 100%;
    height: 120px;
}
@media screen and (max-width: 768px) {
    .pj-release_sec .inner .decorative_bottom {
        height: 100px;
    }
}
.pj-release_sec .inner .decorative_bottom::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    background-image: url(../limited/img/icon_deco_frame.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: scale(-1) rotate(90deg);
}
@media screen and (max-width: 768px) {
    .pj-release_sec .inner .decorative_bottom::before {
        width: 40px;
        height: 40px;
    }
}
.pj-release_sec .inner .decorative_bottom::after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    background-image: url(../limited/img/icon_deco_frame.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: scale(-1) rotate(0deg);
}
@media screen and (max-width: 768px) {
    .pj-release_sec .inner .decorative_bottom::after {
        width: 40px;
        height: 40px;
    }
}
.pj-release_sec .inner .cont_area .sttl_f30 {
    font-size: 3rem;
    text-align: center;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
    .pj-release_sec .inner .cont_area .sttl_f30 {
        padding: 0 20px;
        font-size: 2.4rem;
    }
    .pj-release_sec .inner .cont_area .sttl_f30 span span {
        display: inline-block;
    }
}
.pj-release_sec .inner .cont_area .lead {
    margin-top: 48px;
    font-size: 1.8rem;
    line-height: 2.3;
    letter-spacing: 0.1em;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .pj-release_sec .inner .cont_area .lead {
        margin-top: 36px;
        padding: 0 3em;
        font-size: 1.6rem;
        line-height: 2;
        text-align: left;
    }
}
.pj-release_sec .inner .cont_area + .cont_area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    grid-column-gap: 20px;
    grid-row-gap: 0;
    margin-top: 80px;
    padding: 0 40px;
}
@media screen and (max-width: 768px) {
    .pj-release_sec .inner .cont_area + .cont_area {
        display: block;
        margin-top: 40px;
        padding: 0 20px;
    }
}
.pj-release_sec .inner .cont_area + .cont_area .cont_item > div {
    width: 100%;
}
.pj-release_sec .inner .cont_area + .cont_area .cont_item > div h4 {
    padding: 8px 0;
    background-color: #1C3A1C;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
}
.pj-release_sec .inner .cont_area + .cont_area .item1 {
    grid-area: 1/1/2/3;
}
.pj-release_sec .inner .cont_area + .cont_area .item1 p {
    margin-top: 22px;
    font-size: 3.2rem;
    line-height: 1.55;
    text-align: center;
}
.pj-release_sec .inner .cont_area + .cont_area .item1 p span span {
    display: inline-block;
    font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
    .pj-release_sec .inner .cont_area + .cont_area .item1 p {
        font-size: 2.4rem;
    }
    .pj-release_sec .inner .cont_area + .cont_area .item1 p span span {
        font-size: 1.8rem;
    }
}
.pj-release_sec .inner .cont_area + .cont_area .item2 {
    grid-area: 2/1/3/2;
    align-items: center;
    justify-items: center;
    margin-top: 80px;
}
@media screen and (max-width: 768px) {
    .pj-release_sec .inner .cont_area + .cont_area .item2 {
        margin-top: 50px;
    }
}
.pj-release_sec .inner .cont_area + .cont_area .item2 p {
    display: grid;
    align-items: center;
    justify-items: center;
    height: 5em;
    font-size: 2.4rem;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
    .pj-release_sec .inner .cont_area + .cont_area .item2 p {
        display: block;
        height: 3em;
        margin-top: 20px;
        font-size: 2rem;
    }
}
.pj-release_sec .inner .cont_area + .cont_area .item3 {
    grid-area: 2/2/3/3;
    margin-top: 80px;
}
@media screen and (max-width: 768px) {
    .pj-release_sec .inner .cont_area + .cont_area .item3 {
        margin-top: 50px;
    }
}
.pj-release_sec .inner .cont_area + .cont_area .item3 p {
    display: grid;
    align-items: center;
    justify-items: center;
    height: 5em;
    font-size: 2.4rem;
    line-height: 1.8;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .pj-release_sec .inner .cont_area + .cont_area .item3 p {
        display: block;
        height: 3em;
        margin-top: 20px;
        font-size: 2rem;
    }
}
.pj-release_sec .inner .cont_area + .cont_area .cont_notes {
    grid-area: 4/1/5/3;
    margin-top: 40px;
    font-size: 1.2rem;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    .pj-release_sec .inner .cont_area + .cont_area .cont_notes {
        margin-top: 20px;
    }
}
.pj-release_sec .inner .cont_area + .cont_area .cont_notes li {
    padding-left: 1em;
    text-indent: -1em;
    letter-spacing: 0.05em;
}
.pj-release_sec .inner .reserve_btn01 {
    width: 400px;
    margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
    .pj-release_sec .inner .reserve_btn01 {
        width: 90%;
        max-width: 400px;
        margin: 40px auto 0;
    }
}
.pj-release_sec .inner .reserve_btn01 a {
    display: block;
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    background-color: #AC483E;
    padding: 20px 0;
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 400;
}
@media screen and (max-width: 768px) {
    .pj-release_sec .inner .reserve_btn01 a {
        font-size: 1.7rem;
    }
}

/*============================
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;
}

/*============================
list_sec
============================*/
.list_sec {
    padding: 60px 0;
}
@media screen and (max-width: 768px) {
    .list_sec {
        padding: 43px 0;
    }
}
.list_sec .plan_nav {
    width: 90%;
    max-width: 725px;
    margin: 0 auto;
}
.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";
}

/*============================
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 + .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;
}

/*============================
login page
============================*/
.login #page_ttl {
    position: relative;
    height: auto;
    min-height: 440px;
    padding-block: 200px 260px;
    background: url(../limited/img/kv_login.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
@media screen and (max-width: 768px) {
    .login #page_ttl {
        min-height: 350px;
        padding-block: 85px;
        background: url(../limited/img/kv_login_sp.jpg) no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
}
.login #page_ttl::after {
    content: none;
}
.login #page_ttl #breadcrumb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.login #page_ttl h2 {
    position: static;
    transform: none;
}
.login #page_ttl .inner {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    .login #page_ttl .inner {
        position: static;
        justify-content: flex-start;
    }
}
.login #page_ttl .inputArea {
    margin: 70px;
}
@media screen and (max-width: 768px) {
    .login #page_ttl .inputArea {
        width: 100%;
        margin: 80px 0 0;
    }
}
.login #page_ttl .inputArea > p {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    .login #page_ttl .inputArea > p {
        font-size: 1.4rem;
        text-align: center;
    }
}
.login #page_ttl .inputArea input {
    display: block;
    width: 90%;
    max-width: 628px;
    margin: 10px auto 0;
    padding: 22px 14px;
    border-radius: 6px;
    border: none;
    font-size: 1.6rem;
    box-sizing: border-box;
}
.login #page_ttl .inputArea input ::-moz-placeholder {
    color: rgba(45, 44, 55, 0.5);
}
.login #page_ttl .inputArea input ::placeholder {
    color: rgba(45, 44, 55, 0.5);
}
@media screen and (max-width: 768px) {
    .login #page_ttl .inputArea input {
        margin: 20px auto 0;
        font-size: 1.2rem;
    }
}
.login #page_ttl .inputArea button {
    display: block;
    width: 50%;
    max-width: 251px;
    margin: 35px auto 0;
    color: #fff;
    background: #585216;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .login #page_ttl .inputArea button {
        width: 100%;
        max-width: 251px;
        margin: 25px auto 0;
    }
}
.login #page_ttl .inputArea button div {
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 14px;
}
.login #page_ttl .inputArea button div span {
    font-family: "Caudex", serif;
    font-size: 2rem;
}
.login #page_ttl .inputArea button div small {
    margin-top: 8px;
    font-size: 1.2rem;
}
@media (any-hover: hover) {
    .login #page_ttl .inputArea button {
        transition: all 0.4s ease;
    }
    .login #page_ttl .inputArea button:hover {
        background: #8b853e;
    }
}
.login .entry_sec {
    padding: 100px 0;
    background: url(../limited/img/bg_01.jpg) no-repeat;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .login .entry_sec {
        padding: 20px 0 80px;
    }
}
.login .entry_sec .inner {
    padding: 50px 120px;
    color: #fff;
    background-color: #1C3A1C;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    .login .entry_sec .inner {
        padding: 40px 20px;
    }
}
.login .entry_sec .ttl_area h3 {
    text-align: center;
}
.login .entry_sec .detail_area {
    margin-top: 20px;
}
.login .entry_sec .detail_area p {
    font-size: 1.6rem;
    line-height: 1.7;
}
.login .entry_sec .btn_area {
    max-width: 480px;
    width: 100%;
    height: 70px;
    margin: 40px auto 0;
    background-color: var(--color_gray02);
}
.login .entry_sec .btn_area a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    color: var(--color_white);
    font-size: 2rem;
    text-decoration: none;
    background-color: var(--color_gray02);
}
@media (any-hover: hover) {
    .login .entry_sec .btn_area a {
        transition: background-color 0.2s ease-out;
    }
    .login .entry_sec .btn_area a:hover {
        background-color: rgba(255, 255, 255, 0.5);
    }
}
.login #error {
    text-align: center;
}
.login #error span {
    position: relative;
    display: inline-block;
    margin-top: 15px;
    margin-inline: auto;
    padding: 1em;
    font-size: 1.4rem;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
    border-radius: 100px;
}
.login #error span::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 10px solid rgb(255, 255, 255);
    border-left: 8px solid rgba(255, 255, 255, 0);
    border-right: 8px solid rgba(255, 255, 255, 0);
}
/*# sourceMappingURL=limited.css.map */