@charset "UTF-8";

figure {
    position: relative;
}

figcaption {
    font-size: 12px !important;
    position: absolute;
    bottom: 5px;
    font-size: 10px;
    line-height: 1;
    z-index: 1;
}

/* plan */
#main {
    background-image: url(../img/page_ttl.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 19% 0;
    position: relative;
}

#main .page_ttl {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#main .page_ttl h2 {
    width: 30%;
    /* width: 60%; */
    margin: 0 auto 30px;
}

#main .page_ttl p {
    font-size: 20px;
    letter-spacing: 4.4px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
}

.sub_ttl {
    font-size: 20px;
    letter-spacing: 2px;
}

.normal_txt {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 2;
}

/* kobetsu */
.bg {
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 0 0;
}

.torikago_area {
    margin: 100px auto 0;
}

.torikago_area figure {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
}

.bnr {
    margin: 60px auto 0;
}

.bnr a {
    display: block;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    transition: all .5s;
}

.bnr a:hover {
    opacity: 0.7;
}

.view-area {
    margin: 100px auto 0;
}

.view-copy {
    font-size: 24px;
    line-height: 2;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
}

.view-copy .small {
    font-size: 0.8em;
}

.btn_list {
    flex-wrap: wrap;
    margin: 80px auto 100px;
}

.btn_list li {
    box-sizing: border-box;
    width: 31.666666666%;
    max-width: 373px;
    margin-right: 2.5%;
}

.btn_list li:nth-of-type(3n) {
    margin-right: 0;
}

.btn_list li:nth-of-type(n+4) {
    margin-top: 2.5%;
}

.btn_list li a {
    display: block;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    transition: .3s ease-in-out;
}

.btn_list li a:hover {
    box-shadow: 0px 6px 26px 0px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
    opacity: 0.7;
}

.btn_list li.new_icon {
    position: relative;
}

.btn_list .new_icon:after {
    display: block;
    content: "NEW";
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
    color: #fff;
    padding: 3px 4px 4px 5px;
    background: #b10d0d;
    position: absolute;
    top: -10px;
    right: 0px;
    z-index: 1;
}
.btn_list li.corner::before {
    display: block;
    content: "角住戸";
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 12px;
    color: #fff;
    padding: 4px 8px 5px 8px;
    background: #111979;
    position: absolute;
    top: -12px;
    right: 0px;
    z-index: 1;
}
.btn_list li.premium::before {
    display: block;
    content: "プレミアム仕様";
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 12px;
    color: #fff;
    padding: 4px 8px 5px 8px;
    background: #AB7745;
    background: linear-gradient(90deg, rgba(171, 119, 69, 1) 0%, rgba(200, 169, 103, 1) 20%, rgba(235, 192, 120, 1) 47%, rgba(200, 169, 103, 1) 80%, rgba(171, 119, 69, 1) 100%);
    position: absolute;
    top: -12px;
    left: 0px;
    z-index: 1;
}
.btn_list li.ceiling::before {
    display: block;
    content: "天井高約2.6m";
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 12px;
    color: #fff;
    padding: 4px 8px 5px 8px;
    background: #089f82;
    position: absolute;
    top: -12px;
    left: 0px;
    z-index: 1;
}

#planP .notes {
    width: 100%;
    max-width: 1200px;
}

/* 完売御礼 */
.btn_list li.soldout {
    position: relative;
}

.btn_list li.soldout a {
    opacity: 0.6;
    pointer-events: none;
}

.btn_list li.soldout::after {
    content: "完売御礼";
    display: block;
    width: 50%;
    font-size: 22px;
    letter-spacing: 5px;
    text-align: center;
    color: #fff;
    background: #8e110f;
    padding: 10px 5px 11px 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

@media only screen and (max-width: 1180px) {
    .btn_list li.soldout::after {
        font-size: 18px;
    }
}


@media only screen and (max-width: 820px) {
    #main {
        padding: 30% 0;
    }

    #main .page_ttl {
        width: 100%;
    }

    #main .page_ttl h2 {
        width: 80%;
    }

    #main .page_ttl p {
        font-size: 16px;
    }

    .sub_ttl {
        font-size: 18px;
    }

    /* kobetsu */
    .torikago_area {
        margin: 50px auto 0;
    }

    .view-area {
        margin: 50px auto 0;
    }

    .view-copy {
        font-size: 18px;
        line-height: 1.8;
        margin-bottom: 15px;
    }

    .btn_list {
        margin: 40px auto 50px;
    }

    .btn_list li {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .btn_list li:nth-of-type(n+2) {
        margin-top: 30px;
    }

    .btn_list li.new_icon::after {
        font-size: 10px;
    }
    .btn_list li.corner::before {
        font-size: 12px;
        top: -14px;
    }
}

/* 立面図非表示 */
.torikago_area {
    display: none;
}

/* NEWアイコン非表示 */
.btn_list li.new_icon::after {
    content: none;
}
