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

#title section span:nth-child(1) {
    background-image: url("../img/title_bg.webp");
}

.landimg {
    text-align: center;
}
.landimg img {
    width: 100%;
    max-width: 1000px;
}
.floorimg {
    text-align: center;
}
.floorimg img {
    width: 90%;
    max-width: 700px;
}
.floorimg p {
    margin-top: 1em;
    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:center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.planbtn ul li img {
    width: 100%;
    transition: all 0.3s;
}
.planbtn ul li {
    position: relative;
    width: 27%;
    margin-right: 3em;
    margin-bottom: 3em;
}
.planbtn ul li span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content:center;
    align-items: center;
    background-color: rgba(51,51,51,0.3);
}
.planbtn ul li span img {
    width: 50% !important;
}
.planbtn ul li:nth-child(1) a,.planbtn ul li:nth-child(2) a,.planbtn ul li:nth-child(3) a,.planbtn ul li:nth-child(4) a,.planbtn ul li:nth-child(7) a,.planbtn ul li:nth-child(9) a,.planbtn ul li:nth-child(10) a,.planbtn ul li:nth-child(11) a,.planbtn ul li:nth-child(12) a,.planbtn ul li:nth-child(13) a {
    pointer-events: none;
}

.planbtn ul li strong {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32%;
    pointer-events: none;
}
.planbtn ul li strong img {
    width: 100%;
}

@media screen and (min-width: 961px) {
.planbtn ul li:nth-child(3n) {
    margin-right: 0;
}
}

.planbtn ul li:last-child {
    margin-right: 0;
}

.planbtn ul li a {
    display: block;
    padding: 10%;
    background-image: url("../../img/arr.png");
    background-repeat: no-repeat;
    background-position: right 0.3em bottom 0.3em;
    background-size: 0.3em auto;
    background-color: #fff;
    background-color: #eee;
    box-shadow: 0 0 10px #111;
    transition: all 0.3s;
}
.planbtn ul li a:hover {
    background-color: #fff;
    box-shadow: 0 0 10px #fff;
}
.planbtn ul li a:hover img {
    opacity: 0.7;
}

.madori {
    margin-bottom: 5em;
}
.madori ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.madori ul li {
    width: 34%;
}
.madori ul li:nth-child(2) {
    width: 46%;
    text-align: right;
}
.madori ul li:nth-child(3) {
    width: 15%;
}
.madori ul li img {
    width: 100%;
}
.madori ul li:nth-child(2) img {
    width: 50%;
}

.madori_img {
    text-align: center;
    margin-bottom: 3em;
}
.madori_img img {
    width: 100%;
    max-width: 900px;
}

.pback {

}
.pback ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pback ul li {

}
.pback ul li:first-child {
    margin-right: 1em;
}
.pback ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    line-height: 1;
    padding: 1em 2em;
    background-color: #666;
    transition: all 0.3s;
}
.pback ul li a img {
    width: 0.3em;
    margin-left: 1.5em;
}
.pback ul li a:hover {
    background-color: #999;
}
.pback ul li:first-child a img {
    margin-right: 1.5em;
    margin-left: 0;
    transform: rotate(180deg);
}

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

.elev ul {
    margin-bottom: -2em;
}
.elev ul li {
    width: 50%;
    margin-bottom: 2em;
}

.planbtn ul {
    margin-bottom: -2em;
}
.planbtn ul li {
    width: 41%;
    margin-bottom: 2em;
    margin-right: 2em;
}
.planbtn ul li:nth-child(2n) {
    margin-right: 0;
}
.planbtn ul li a {
    padding: 8% 8% 12%;
}

.madori {
    margin-bottom: 4em;
}
.madori ul {
    justify-content: center;
}
.madori ul li {
    width: 60%;
    max-width: 360px;
    flex-shrink: 0;
}

.madori2 {
    margin-bottom: 4em;
}
.madori2 ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.madori2 ul li:first-child {
    width: 50%;
}
.madori2 ul li:last-child {
    width: 30%;
}
.madori2 ul li img {
    width: 100%;
}
}

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

.planbtn ul {
    margin-bottom: -1.5em;
}
.planbtn ul li {
    margin-bottom: 1.5em;
    margin-right: 1.5em;
}
.planbtn ul li:nth-child(2n) {
    margin-right: 0;
}
.planbtn ul li a {
    padding: 8% 8% 12%;
}

.planbtn ul li strong {
    top: 5px;
    right: 5px;
    width: 32%;
}

.madori ul li {
    width: 70%;
    max-width: 360px;
    flex-shrink: 0;
}

}

