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

.sold a {
    pointer-events: none;
}
#title {
    background-color: #444;
    position: relative;
    background-image: url("../../img/square1.png");
    background-position: center center;
    background-size: 40px;
}
#title p {
    color: #ddd !important;
}

.landimg {
    text-align: center;
}
.landimg img {
    width: 1000px;
}
.floorimg {
    text-align: center;
}
.floorimg img {
    width: 700px;
}
.floorimg p {
    margin-top: 0.5em;
    font-size: 0.92em;
}

.elev ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.elev ul li {
    text-align: center;
    width: 25%;
}
.elev ul li img {
    width: 70%;
}
.elev ul li p {
    margin-top: 0.5em;
    font-size: 0.92em;
}

.planbtn ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.planbtn ul li img {
    width: 100%;
}
.planbtn ul li {
    width: 30%;
    margin-bottom: 3em;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.05);
}
@media (min-width: 961px) {
.planbtn ul li:nth-child(4),.planbtn ul li:nth-child(7) {
    width: 30%;
}
}
.planbtn ul li a {
    display: block;
    padding: 3em;
    background-image: url("../img/arr.png");
    background-repeat: no-repeat;
    background-position: right 5px bottom 7px;
    background-size: 5px auto;
    background-color: #fff;
}

.madori ul li:nth-child(1) {
    float: left;
    width: 35%;
    text-align: center;
}
.madori ul li:nth-child(1) img {
    width: 80%;
}
.madori ul li:nth-child(2) {
    float: right;
    width: 65%;
}
.madori ul li:nth-child(2) img {
    width: 100%;
}
.madori ul li:nth-child(3) {
    float: left;
    width: 35%;
    text-align: center;
    margin-top: 10em;
}
.madori ul li:nth-child(3) img {
    width: 50%;
}

.pback {
    width: 15em;
    margin: 0 auto;
    text-align: center;
}
.pback a {
    display: block;
    color: #111;
    border: 1px solid #333;
    line-height: 3em;
}

@media screen and (max-width: 960px) {
.landimg img {
    width: 100%;
}
.floorimg img {
    width: 90%;
}
.elev ul {
    margin-bottom: -2em;
}
.elev ul li {
    width: 50%;
    margin-bottom: 2em;
}

.planbtn ul {
    justify-content: space-between;
    margin-bottom: -2.5em;
}
.planbtn ul li {
    margin-bottom: 2.5em;
}
.planbtn ul li {
    width: 47.5%;
}
.planbtn ul li a {
    padding: 2em;
}

.madori ul li:nth-child(1) {
    float: none;
    width: 100%;
    text-align: center;
}
.madori ul li:nth-child(1) img {
    width: 60%;
}
.madori ul li:nth-child(2) {
    float: none;
    width: 100%;
    margin-top: 3em;
}
.madori ul li:nth-child(2) img {
    width: 100%;
}
.madori ul li:nth-child(3) {
    float: none;
    width: 100%;
    margin-top: 3em;
}
.madori ul li:nth-child(3) img {
    width: 30%;
}

}

@media screen and (max-width: 520px) {
#title {
    background-size: 30px;
}
.floorimg img {
    width: 90%;
}

.planbtn ul {
    margin-bottom: -1.5em;
}
.planbtn ul li {
    width: 47%;
    margin-bottom: 1.5em;
}
.planbtn ul li a {
    padding: 1em;
}

.madori ul li:nth-child(1) img {
    width: 70%;
}
.madori ul li:nth-child(3) img {
    width: 40%;
}

}
