<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ────────────────────── *
 *                                              *
 * コンテンツ                                   *
 *                                              *
 * ────────────────────── */

.contents {
    background: url("../../image/common/bg-border.png");
    padding-top: 120px;
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.contents h2 {
    text-align: center;
    margin: 0 auto 25px;
}
.contents p.subtitle {
    font-size: 38px;
    line-height: 1;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    margin: 0 auto 50px;
}
.contents .inner {
    width: 840px;
    margin: 0 auto;
}

/* ────────────────────── *
 *                                              *
 * エレベーション                               *
 *                                              *
 * ────────────────────── */

.contents .inner #elevation {
    margin: 0 auto 110px;
}

/* ────────────────────── *
 *                                              *
 * 建物内モデルルーム                           *
 *                                              *
 * ────────────────────── */

.contents .inner #modelroom {
    margin: 0 auto 90px;
    position: relative;
}
.contents .inner #modelroom ul {
    width: 100%;
    height: 100%;
}
.contents .inner #modelroom ul li {
    position: absolute;
}
.contents .inner #modelroom ul li span {
    display: block;
    height: 16px;
    border: 3px solid #fff;
    position: absolute;
}
.contents .inner #modelroom ul li span:after {
    content: "";
    background: #e50012;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
}
.contents .inner #modelroom ul li a:hover + span:after {
    background: rgba(0, 159, 232, 0.7);
    mix-blend-mode: normal;
}
.contents .inner #modelroom ul li:nth-child(1) {
    left: 32px;
    top: 175px;
}
.contents .inner #modelroom ul li:nth-child(1) span {
    width: 42px;
    left: 191px;
    top: 291px;
}
.contents .inner #modelroom ul li:nth-child(2) {
    right: 32px;
    top: 175px;
}
.contents .inner #modelroom ul li:nth-child(2) span {
    width: 38px;
    left: -128px;
    top: 291px;
}
.contents .inner #modelroom ul li:nth-child(3) {
    left: 32px;
    bottom: 32px;
}
.contents .inner #modelroom ul li:nth-child(3) span {
    width: 34px;
    right: 28px;
    top: -120px;
}
.contents .inner #modelroom ul li:nth-child(4) {
    right: 32px;
    bottom: 32px;
}
.contents .inner #modelroom ul li:nth-child(4) span {
    width: 34px;
    left: 48px;
    top: -153px;
}

/* ────────────────────── *
 *                                              *
 * セレクト                                     *
 *                                              *
 * ────────────────────── */

.contents .inner #select {
    background: #fff;
    padding: 20px 30px 30px;
    margin: 0 auto 80px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    position: relative;
}
.contents .inner #select h3 {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 600;
    color: #00913a;
    letter-spacing: -0.1em;
    text-align: center;
    margin: 0 auto 15px;
}
.contents .inner #select ul {
    margin: 0 auto 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contents .inner #select p {
    font-size: 10px;
    line-height: 1;
    text-align: right;
}

/* ────────────────────── *
 *                                              *
 * ウゴクロ                                     *
 *                                              *
 * ────────────────────── */

.contents .inner p#ugoclo {
    margin: 0 auto 110px;
}
.contents .inner p#ugoclo img {
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0, 0.2));
}

/* ────────────────────── *
 *                                              *
 * 一覧                                         *
 *                                              *
 * ────────────────────── */

.contents .inner #list ul {
    margin: 0 auto 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contents .inner #list ul li {
    margin-bottom: 20px;
    position: relative;
}
.contents .inner #list ul li .icon {
    position: absolute;
    left: 0;
    bottom: 2px;
    pointer-events: none;
}

.contents p.caption {
    font-family: "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
    font-size: 10px;
    line-height: 1.3;
    padding: 0 20px;
}

/* SVG */
.contents svg.bg {
    width: 100vw;
    height: 824px;
    position: absolute;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
}
.contents svg.bg#bg-01 {
    height: 128px;
    top: 0;
}
.contents svg.bg#bg-02 {
    height: 594px;
    top: -200px;
}
.contents svg.bg#bg-03 {
    height: 435px;
    bottom: 0;
}

/* ────────────────────── *
 *                                              *
 * ポップアップヘッダー                         *
 *                                              *
 * ────────────────────── */

#popup-header {
    background: url("../../image/common/bg-border.png"), url("../../plan/image/popup/bg-contents.png") no-repeat center center / cover;
    padding: 50px 0 20px;
}
#popup-header .inner {
    margin: 0 auto;
}
#popup-header .inner h1 {
    background: #fff;
    text-align: center;
}

/* ────────────────────── *
 *                                              *
 * ポップアップコンテンツ                       *
 *                                              *
 * ────────────────────── */

#popup-contents {
    width: 800px;
    padding-bottom: 40px;
    margin: 0 auto;
}
#popup-contents p#layout {
    text-align: center;
    margin: 0 auto 20px;
}
#popup-contents ul#icons {
    font-family: "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
    font-size: 10px;
    line-height: 1;
    margin: 0 auto 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#popup-contents ul#icons li {
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#popup-contents ul#icons li span:last-of-type {
    margin-left: 5px;
}
#popup-contents p.notice {
    font-family: "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
    font-size: 10px;
    line-height: 1.5;
    margin-bottom: 20px;
}
#popup-contents p#border {
    font-size: 0;
    margin-bottom: 40px;
}
#popup-contents ul#btn {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#popup-contents ul#btn li {
    margin: 0 15px;
}
.p_header .inner {
    width: auto;
}
@media screen and (max-width: 750px) {
    .p_header .inner {
        width: 72rem;
    }
}
@media print {
    #border,
    #btn,
    #to_top,
    footer,
    header {
        display: none !important;
    }
    #plan_h {
        padding-top: 0;
    }
    #layout {
        width: 50% !important;
        margin: 0 auto;
    }
    #popup-contents {
        padding-bottom: 0;
    }
    @media screen and (max-width: 767px) {
        #layout {
            width: 45% !important;
        }
    }
}</pre></body></html>