@charset "utf-8";


.subnavi4 ul li:nth-child(6) a,.subnavi4 ul li:nth-child(7) a,.subnavi4 ul li:nth-child(8) a {
    pointer-events: none;
    border: 1px solid #ccc;
}
.subnavi4 ul li:nth-child(6) a::after,.subnavi4 ul li:nth-child(7) a::after,.subnavi4 ul li:nth-child(8) a::after {
    content: "";
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    background-image: url("../img/soon.png");
    background-size: auto 70%;
    background-position: center center;
    background-repeat: no-repeat;
}

.cntadj1 {
    padding-bottom: 0;
}

.plan_sw img {
    width: 100%;
}
.plan_sw ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.plan_sw ul li {
    position: relative;
    width: 47%;
    margin-bottom: 3em;
}
.plan_sw ul li section {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.plan_sw ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0);
    transition: all 0.3s;
}
.plan_sw ul li a:hover {
    background-color: rgba(255,255,255,0.2);
}
.plan_sw ul li h3 {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    background-color: #dddddd;
    aspect-ratio:1;
    padding: 7%;
}
.plan_sw ul li h3 img {
    /*filter: invert(1) grayscale(100%) brightness(1.5);*/
}
.plan_sw ul li h3 span {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 5em;
    font-weight: 500;
    font-size: 0.92em;
    line-height: 1.5em;
    text-align: center;
    background-color: #999;
    color: #fff;
    z-index: 0;
}
.plan_sw ul li h4 {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    background-color: #efefef;
    aspect-ratio:1;
    padding: 7%;
}
.plan_sw ul li h4 img {
    filter: grayscale(100%) brightness(1.5);
}
.plan_sw ul li:nth-child(5) h4 img,.plan_sw ul li:nth-child(6) h4 img {
    filter: grayscale(0%) brightness(1);
}
.plan_sw ul li section strong {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.plan_sw ul li strong img {
    width: 50%;
}
.plan_sw ul li:nth-child(6) a,.plan_sw ul li:nth-child(7) a,.plan_sw ul li:nth-child(8) a {
    pointer-events: none;
}
.plan_sw ul li:nth-child(6) h3,.plan_sw ul li:nth-child(7) h3,.plan_sw ul li:nth-child(8) h3,.plan_sw ul li:nth-child(6) h4,.plan_sw ul li:nth-child(7) h4,.plan_sw ul li:nth-child(8) h4,.plan_sw ul li:nth-child(6) p,.plan_sw ul li:nth-child(7) p,.plan_sw ul li:nth-child(8) p {
    opacity: 0.3;
}
.plan_sw ul li p {
    line-height: 1.7;
    margin-top: 0.7em;
}

.psub {
    font-family: "EB Garamond", sans-serif;
    font-weight: 400;
    font-size: 1.6em;
    line-height: 1;
    padding-bottom: 0.2em;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #999;
}

.floor_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.floor_box ul li {
    width: 47%;
    margin-bottom: 3em;
}
.floor_box ul li img {
    width: 100%;
}

.pl_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.pl_name {
    width: 25%;
    text-align: center;
}
.pl_name h6 {
    border: 1px solid #666;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 1.5em;
}
.pl_name h3 img {
    width: 100%;
}
.pl_name h5 {
    margin: 2em 0 5em;
}
.pl_name h5 img {
    width: 80%;
}
.pl_name p img {
    width: 80%;
}
.pl_tx {
    width: 70%;
}

.pl_tx h4 {
    font-size: 1.4em;
    font-weight: 500;
    margin-bottom: 1.5em;
    line-height: 1.7;
}
.pl_tx ul {
    padding-bottom: 3em;
}
.pl_tx ul li {
    line-height: 1.7;
    margin-bottom: 1em;
}

.pl_tx h5 img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
.cntadj1 {
    padding-top: 4em;
}
.plan_sw ul li h3 span {
    left: 3px;
    top: 3px;
    width: 5em;
    font-size: 0.84em;
}
}

@media screen and (max-width: 799px) {
.subnavi2 li {
    width: 30%;
}
}

@media screen and (max-width: 599px) {
.cntadj1 {
    padding-top: 2em;
}

.plan_sw ul li {
    width: 100%;
}

.floor_box ul li {
    width: 100%;
}

.pl_name {
    width: 100%;
}
.pl_name h6 {
    width: 70%;
    margin: 0 auto 1.5em;
}
.pl_name h3 img {
    width: 70%;
}
.pl_name h5 {
    margin: 2em 0 4em;
}
.pl_name h5 img {
    width: 60%;
}


.pl_tx {
    width: 100%;
}
.pl_tx h4 {
    font-size: 1.32em;
}
.pl_tx p {
    text-align: center;
    margin-top: 5em;
}
.pl_tx p img {
    width: 50%;
}

}

