@charset "UTF-8";

.plan {
    padding: 100px 0 0;

}

.plan .sub_title {
    max-width: 100px;
}

.plan .text_wrap {
    margin-top: 30px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .plan {
        padding: 60px 0 0;
    }

    .plan .sub_title {
        max-width: 50px;
    }
}

.type_wrap {
    margin-top: 24px;
    background-color: #4d4a52;
    padding: 60px 0;
}

.type_wrap .inner {
    display: flex;
    gap: 2%;
}

.text_wrap_image01 {
    width: 70%;
}

.text_wrap_text02 {
    font-size: 20px;
}

.text_wrap_text02 span {
    font-size: 42px;
}

.type_item {
    width: 49%;
    border: 1px solid #4d4a52;
    margin-bottom: 10px;
}

.type_item a {
    display: block;
    transition: 0.4s;
    margin-bottom: 10px;
    background-color: #5a585f;
    border: 1px solid #fff;
    padding: 20px;
    color: #fff;
    transition: 0.4s;
}

.type_item_text_s {
    font-size: 14px;
}

.type_item .title_wrap {
    position: relative;
    font-size: 22px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    transition: 0.4s;
}

.type_item .title_wrap .title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;

}

.type_item .text_wrap {
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: 10px;
    width: 100%;
}

.type_item .text_wrap .floor-area {
    margin-right: 10px;
}

.type_item .title_wrap .title span.text_typea {
    font-size: 32px;
    margin-right: .1em;
}

.type_item_text {
    font-size: 28px;
    display: flex;
    align-items: center;
}

.type_item_text span {
    font-size: 36px;
}

.type_item .type_item_list span {
    font-size: 32px;
    margin-top: -10px;
}

.type_item_button {
    display: inline-block;
    padding: .5em 1em;
    letter-spacing: 3px;
    transition: .4s;
    background-color: #fff;
    color: #4d4a52;
}

.button_wrap {
    text-align: center;
    margin-top: 10px;
}

@media(any-hover: hover) {
    .type_item a:hover {
        opacity: 0.9;
    }

    .type_item a:hover {
        background-color: #fff;
        border: 1px solid #5a585f;
        color: #5a585f;
    }

    .type_item a:hover .type_item .title_wrap:hover {
        border-bottom: 1px solid #5a585f;
    }

    .type_item a:hover .title_wrap {
        border-bottom: 1px solid #5a585f;
    }

    .type_item a:hover .type_item_button {
        background-color: #5a585f;
        color: #fff;
    }

}

@media screen and (max-width: 1050px) {
    .type_item .title_wrap .title span.text_typea {
        font-size: 2.7vw;
    }

    .type_item .title_wrap {
        font-size: 1.8vw;
    }

    .text_wrap_text02 {
        font-size: 2vw;
    }

    .text_wrap_text02 span {
        font-size: 5vw;
    }

    .type_item .text_wrap .floor-area {
        font-size: 1vw;
    }

}

@media screen and (max-width: 767px) {
    .type_wrap .inner {
        gap: 2%;
        flex-direction: column;
    }

    .type_item {
        width: 100%;
    }

    .type_item .title_wrap .title {
        flex-direction: column;
    }

    .type_item .text_wrap {
        flex-direction: column;
    }

    .type_item .title_wrap .title span.text_typea {
        font-size: 4.7vw;
    }

    .type_item .title_wrap {
        font-size: 3.8vw;
    }

    .text_wrap_text02 {
        font-size: 4vw;
    }

    .text_wrap_text02 span {
        font-size: 7vw;
    }

    .type_item .text_wrap .floor-area {
        font-size: 3vw;
    }

}

.type_wrap_b {
    margin-top: 60px;
    margin-bottom: 80px;
}

.type_wrap_b .type_item {
    width: 100%;
    margin-top: 20px;
    border: none;
}

.type_wrap_b .type_item .title_wrap .title {
    display: flex;
    align-items: baseline;
    background-color: #5a585f;
    color: #fff;
    padding-left: 20px;
    justify-content: flex-start;
}

.type_wrap_b .type_item .text_wrap {
    padding: 30px;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: baseline;
}

.type_wrap_b .type_item_text {
    font-size: 28px;
    display: flex;
    align-items: center;
}

.type_wrap_b .type_item:nth-of-type(n + 2) {
    margin-top: 60px;
}

.type_wrap_b .type_item .title_wrap::after {
    content: none;
}

.type_wrap_b .type_item_list li {
    padding-left: 1.5em;
    position: relative;
    display: flex;
    align-items: center;
}

.type_wrap_b .type_item_list li::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 0;
    position: absolute;
    background-color: #4d4a52;
    transform: translate(50%, -50%);
    border-radius: 5px;
}

.type_wrap_b .type_item .map {
    margin-top: 60px;
    text-align: center;
}

.type_wrap_b .type_item .map img {
    max-width: 570px;
}


.type_wrap_b .type_wrap_list {
    display: flex;
    font-size: 14px;
    gap: 15px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.type_wrap_b .type_wrap_list li {
    position: relative;
    display: flex;
    align-items: center;
}

.type_wrap_b .type_wrap_list li.storage::before {
    content: "";
    display: block;
    margin-right: 8px;
    width: 24px;
    height: 10px;
    background-color: #e6e0b6;
}

.type_wrap_b .type_wrap_list li.underfloor-heating::before {
    content: "";
    display: block;
    margin-right: 8px;
    width: 24px;
    height: 10px;
    background-color: #f5f2e9;
}

.type_wrap_b .type_wrap_list li.ventilation::before {
    content: "";
    display: block;
    margin-right: 8px;
    width: 30px;
    height: 18px;
    background-image: url(../../plan/img/icon_ventilation.svg);
    background-size: contain;
    background-position: center;
}

.type_wrap_b .type_wrap_list li.natural-light::before {
    content: "";
    display: block;
    margin-right: 8px;
    width: 30px;
    height: 18px;
    background-image: url(../../plan/img/icon_natural-light.svg);
    background-size: contain;
    background-position: center;
}

.license_image {
    text-align: center;
    margin: 80px 0 40px;
}

.license_image:nth-of-type(2) {
    margin-top: 40px;
}

.license_image img {
    max-width: 450px;
}

@media screen and (max-width: 767px) {
    .type_wrap_b .text_wrap_image01 {
        width: 70%;
        margin-bottom: 8px;
    }

    .type_wrap_b .type_item .text_wrap {
        padding: 10px;
    }

    .type_wrap_b .type_item .title_wrap {
        font-size: 10px;
    }

    .type_wrap_b .type_item .title_wrap .title span {
        font-size: 16px;
    }

    .type_wrap_b .type_item .title_wrap .title .type_item_text_s {
        font-size: 11px;
    }

    .type_wrap_b .type_item_text {
        font-size: 16px;
    }

    .type_wrap_b .type_item_text span {
        font-size: 20px;
    }

    .type_wrap_b .type_wrap_list {
        font-size: 12px;
        gap: 10px;
        margin-top: 25px;
    }

    .type_wrap_b .type_item .type_item_list span {
        font-size: 20px;
    }

    .type_wrap_b .type_item .title_wrap .title {
        flex-direction: row;
    }

    .license_image {
        text-align: center;
    }
}