@charset "UTF-8";
/* コンテンツ */


.subnavi ul li {
    width: 270px;
}

.plan ul  {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.plan ul li {
    position: relative;
    box-sizing: border-box;
    padding: 1px;
    width: 31%;
    margin-bottom: 3em;
    background-color: #a06d00;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    aspect-ratio: 6 / 5;
}
.plan ul li a img.inv {
    width: 65%;
    transition: all 0.5s;
}
.plan ul li a:hover img.inv {
    filter: invert(100%) saturate(0) brightness(200%);
}
.plan ul li a {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.plan ul li a::after {
    content: "";
    position: absolute;
    left: -50%;
    top: calc(-50% * (6 / 5));
    width: 164%;
    aspect-ratio: 1;
    transform: rotate(45deg);
    background-color: #fff;
    z-index: -1;
    transition: all 0.5s;
}
.plan ul li.seiyaku a::after {
    content: "";
    position: absolute;
    left: -50%;
    top: calc(-50% * (6 / 5));
    width: 164%;
    aspect-ratio: 1;
    transform: rotate(45deg);
    background-color: #fff;
    z-index: -1;
    transition: all 0.5s;
}
.plan ul li a:hover::after {
    width: 0;
}
.plan ul li span {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    z-index: 2;
    line-height: 0;
}
.plan ul li span img {
    width: 100%;
}

.plan ul li.seiyaku a {
    pointer-events: none;
}
.plan ul li.seiyaku a img {
    opacity: 0.5;
}
.plan ul li strong {
    width: 80%;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 55%;
    z-index: 2;
    line-height: 0;
}
.plan ul li strong img {
    width: 100%;
}

h3.hsub {
    text-align: center;
    display: inline-block;
    margin-bottom: 3em;
}
h3.hsub span {
    font-size: 1em;
    line-height: 1.4;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #a06d00;
    color: #a06d00;
    padding: 0 1em 0.1em;
}
h3.hsub span strong {
    font-size: 1.8em;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-right: 0.5em;
}

.gimg {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.floor ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.floor ul li {
    width: 45%;
    margin-bottom: 3em;
}
.floor ul li img {
    width: 100%;
}
.floor ul li section {
    margin-top: 1.5em;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    display: inline-block;
}
.floor ul li section h5 {
    font-weight: 500;
    font-size: 1.32em;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-bottom: 0.3em;
}

.elvation ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.elvation ul li {
    width: 34%;
    margin-bottom: 3em;
}
.elvation ul li img {
    width: 100%;
}
.elvation ul li section {
    margin-top: 1.5em;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    display: inline-block;
}
.elvation ul li section h5 {
    font-weight: 500;
    font-size: 1.32em;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-bottom: 0.3em;
}

.pl_doc {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 5em;
}
.pl_tx {
    width: 25%;
}
.pl_tx h3 img {
    width: 100%;
}
.pl_doc h5 {
    text-align: center;
    margin-top: 6em;
}
.pl_doc h5 img {
    width: 70%;
}
.pl_img {
    width: 70%;
}

.pl_img h5 {
    display: none;
}


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


}

@media screen and (max-width: 560px) {
.subnavi ul li {
    width: calc((100% / 3) - (10px / 3));
}
.subnavi ul li span {
    display: none;
}
.subnavi ul li a {
    letter-spacing: 0;
    text-indent: 0;
}

.plan {
    padding: 0 5%;
}
.plan ul {
    margin-bottom: -2em;
}
.plan ul li {
    width: 100%;
    margin-bottom: 2em;
}

h3.hsub {
    margin-bottom: 2em;
}
h3.hsub span {
    font-size: 0.84em;
    flex-wrap: wrap;
    padding: 0 1em 0.3em;
}
h3.hsub span strong {
    font-size: 1.32em;
}
.gimg {
    width: 100%;
}

.floor ul {
    margin-bottom: -2em;
}
.floor ul li {
    width: 65%;
    margin-bottom: 2em;
}
.floor ul li section {
    margin-top: 1em;
}
.floor ul li section h5 {
    font-size: 1em;
}
.floor ul li section p {
    font-size: 0.84em;
}

.elvation ul {
    margin-bottom: -2em;
}
.elvation ul li {
    margin-bottom: 2em;
}
.elvation ul li section {
    margin-top: 1em;
}
.elvation ul li section h5 {
    font-size: 1em;
}
.elvation ul li section p {
    font-size: 0.84em;
}

.pl_doc {
    justify-content: space-around;
    margin-bottom: 4em;
}
.pl_tx {
    width: 70%;
    margin-bottom: 3em;
}
.pl_doc h5 img {
    width: 50%;
}
.pl_doc h5 {
    margin-top: 3em;
}
.pl_tx h5 {
    display: none;
}
.pl_img h5 {
    display: block;
}

}



