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

.tmore p {
    font-size: 1em !important;
    margin: 0 !important;
}
.tmore p a {
    display: block;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 1em;
    line-height: 3.5em;
    color: #0d6fb8;
    background-image: url("../../img/arr_g.png");
    background-repeat: no-repeat;
    background-position: right 5px bottom 5px;
    background-size: 5px auto;
    transition: all 0.3s;
    width: 20em;
    letter-spacing: 1px;
    text-indent: 1px;
    border: 1px solid #0d6fb8;
    margin: auto;
    background-color: #fff;
}
.tmore p a:hover {
    opacity: 0.6;
}

.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: #0d6fb8;
    /*background-image: url("../../img/bg_bwall.jpg");*/
    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;
    border-radius: 50%;
    background-color: #fff;
    z-index: -1;
    transition: all 0.5s;
}
.plan ul li a:hover::after {
    width: 0;
}
.plan ul li span {
    width: 0.4em;;
    position: absolute;
    right: 1em;
    bottom: 1em;
    pointer-events: none;
}

h3.hsub {
    text-align: center;
    margin-bottom: 3em;
}
h3.hsub span {
    font-size: 1.6em;
    line-height: 1.4;
    font-weight: 500;
    display: inline-block;
    border-bottom: 1px solid #11445f;
    color: #11445f;
    letter-spacing: 2px;
    text-indent: 2px;
    padding: 0 1em 0.1em;
}

.floor ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.floor ul li {
    width: 47%;
}
.floor ul li img {
    width: 100%;
}

.elvation ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.elvation ul li {
    width: 25%;
    text-align: center;
}
.elvation ul li p {
    font-size: 0.84em;
    line-height: 1;
    margin-top: 1em;
}
.elvation ul li img {
    width: 100%;
}

.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%;
}
.pback {
    text-align: center;
}
.pback img {
    width: 160px;
}

.pl_img h5 {
    display: none;
}

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

.tmore p a {
    width: 15em;
}

.subnavi li span {
    display: none;
}

.plan ul li {
    width: 47%;
}

h3.hsub span {
    font-size: 1.32em;
}

.elvation ul {
    margin-bottom: -3em;
}
.elvation ul li {
    width: 50%;
    margin-bottom: 3em;
}

.pl_doc {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 5em;
}
.pl_tx {
    width: 60%;
    max-width: 400px;
    margin-bottom: 5em;
}
.pl_doc h5 {
    text-align: center;
    margin-top: 3em;
}
.pl_doc h5 img {
    width: 50%;
    max-width: 300px;
}
.pl_img {
    width: 100%;
}
.pback img {
    width: 150px;
}

.pl_tx h5 {
    display: none;
}
.pl_img h5 {
    display: block;
}

}

@media screen and (min-width: 521px) {
    .hsubadj {
        position: relative;
        margin-bottom: -3em !important;
        z-index: 2;
    }
}

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

.subnavi li {
    width: calc((100% / 3) - 0.6em);
}
.subnavi li span {
    display: none;
}

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

h3.hsub span {
    font-size: 1.16em;
}

.floor ul li {
    position: relative;
    width: 100%;
    z-index: 1;
}
.floor ul li:last-child {
    margin-top: -3em;
    z-index: 0;
}

.pl_doc {
}
.pl_tx {
    width: 70%;
}
.pl_doc h5 {

}
.pl_doc h5 img {
    width: 50%;
}
.pback img {
    width: 140px;
}



}

