@charset "utf-8";
.subhead{
    background: url(../img/corner_room/subhead.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.section_box::before{
    content: none;
}

.type_area{
    background: #9e9ea8;
    /* padding: 60px 0px 0; */
}
.type_inner{
    background: #fff;
    padding: 40px 0;
}





.living_list{
    margin: 60px auto 0;
}
.living_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}
.living_l{
    width: 48%;
}
.living_r{
    width: 48%;
}
.corner_cap{
    font-size: 10px;
    text-align: justify;
    line-height: 1.5;
    margin-top: 1em;
}

.merit01_02 .corner_cap{
    margin-left: 10%;
}

.merit_ttl .num{
    background: linear-gradient(to bottom, #8187c2, #6356a3);
    padding: 8px 20px;
}
.merit_ttl .num img{
    height: 40px;
    width: auto;
}
.merit_ttl{
    display: flex;
    align-items: center;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #8187c2, #6356a3) 1;
}
.merit_ttl p{
    text-align: center;
    width: 100%;
    font-size: 20px;
}
.merit_lead{
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    margin: 1em 0;
}

.living_item:not(:last-child){
    margin-bottom: 40px;
}
.living_flex:not(:last-child){
    margin-bottom: 40px;
}

.merit03 .living_illust{
    width: 85%;
    margin-left: auto;
    margin-right: 4%;
    display: block;
}

.living_end{
    margin: 80px auto 0;
    border: solid 2px #3c3566;
    /* background: url(../img/corner_room/living_end_bg.jpg); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* padding: 30px 20px 20px; */
    padding: 20px 20px 20px;
}
.living_end_lead{
    text-align: center;
    font-size: 28px;
    /* line-height: 2.5; */
    line-height: 1.8;
    color: #3c3566;
    /* padding: 2.5em 10px; */
}
.living_end_lead::after{
    content: "";
    height: 3px;
    background: linear-gradient(90deg, #8187c2, #6356a3);
    display: block;
    width: 100%;
    max-width: 780px;
    margin: 10px auto 20px;
}

.living_merit{
    margin-bottom: 60px;
}
.south_plan{
    margin-bottom: 80px;
}

.south_column_list{
    margin: 40px auto 0;
}
.south_column_item{
    border: solid 2px #6356a3;
}
.south_merit_flex{
    padding: 20px;
    display: flex;
    justify-content: space-between;
}
.south_merit_item{
    width: 48%;
}

.south_merit_item .merit_lead{
    font-size: 14px;
    width: 48%;
    margin: 0;
}
.south_merit_inner{
    display: flex;
    justify-content: space-between;
    margin: 20px auto 0;
}
.south_merit_img{
    width: 48%;
    max-width: 220px;
}

.south_column_item:not(:last-child){
    margin-bottom: 40px;
}
.south_value_inner{
    padding: 20px;
}
.south_value_lead{
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
}
.south_value_lead .mid{
    font-size: 1.3em;
    color: #3d3268;
    font-weight: 600;
}
.south_value_lead .big{
    font-size: 1.5em;
}
.south_value_img{
    max-width: 750px;
    margin: 20px auto;
}

.plan_list{
    margin: 0 auto 80px;
}
.plan_ttl .num{
    background: linear-gradient(to bottom, #8187c2, #6356a3);
    padding: 15px 30px;
}
.plan_ttl .num img{
    height: 30px;
    width: auto;
}
.plan_ttl{
    display: flex;
    align-items: center;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #8187c2, #6356a3) 1;
    margin: 0 auto 20px;
}
.plan_ttl p{
    /* text-align: center; */
    /* width: 100%; */
    margin-left: 1em;
    font-size: 22px;
}

.plan_item:not(:last-child){
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}
.plan_item:not(:last-child)::after{
    content: "";
    width: 100%;
    height: 2px;
    background: url(../img/corner_room/plan_border.svg);
    background-size: 10px;
    background-repeat: repeat-x;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.plan_area_end{
    border-top: solid 2px #3d3268;
    border-bottom: solid 2px #3d3268;
}
.plan_area_end p{
    color: #3d3268;
    text-align: center;
    font-size: 24px;
    line-height: 1.8;
    padding: 1em 10px;
}
.plan_end{
    padding: 40px 0;
    max-width: 800px;
    margin: 0 auto;
}


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

}


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

}

@media screen and (max-width: 1000px) {
.merit_ttl p {
    font-size: 18px;
}
.merit_lead {
    font-size: 14px;
}
.merit_ttl .num img {
    height: 30px;
}
.living_end_lead {
    font-size: 22px;
}
.plan_area_end p{
    font-size: 18px;
}
.south_value_lead {
    font-size: 16px;
}
.south_value_lead .mid {
    font-size: 1.3em;
}
.plan_ttl p {
    font-size: 18px;
}
.plan_ttl .num img {
    height: 20px;
}
.plan_ttl .num {
    padding: 15px 20px;
}

.living_list {
    margin: 40px auto 0;
}
.living_flex:not(:last-child) {
    margin-bottom: 40px;
}
.living_end {
    margin: 60px auto 0;
}
.living_merit, .south_plan {
    margin-bottom: 60px;
}
.plan_list {
    margin: 0 auto 60px;
}

.living_end_lead::after {
    height: 2px;
    max-width: 610px;
}
}

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

}

@media screen and (max-width: 768px) {
.merit_ttl p {
    font-size: 16px;
}
.living_end_lead {
    font-size: 20px;
}
.plan_area_end p{
    font-size: 16px;
}
.plan_list {
    margin: 0 auto 40px;
}
}

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

}

@media screen and (max-width: 650px) {
.plan_type_img{
    max-width: 380px;
    margin: 0 auto;
    width: 100%;
}

.south_merit_flex{
    flex-wrap: wrap;
}
.south_merit_item{
    width: 100%;
}
.south_merit_item .merit_lead{
    margin-bottom: 1em;
}
.south_merit_item:not(:last-child){
    margin-bottom: 20px;
}

.south_merit_inner{
    flex-wrap: wrap;
}
.south_merit_item .merit_lead{
    width: 100%;
}
.south_merit_img{
    width: 100%;
    margin: 0 auto;
}

.living_l {
    width: 100%;
    margin: 0 auto 20px;
}
.living_r{
    width: 100%;
}

.merit01_02 .living_illust{
    max-width: 350px;
    margin: 0 auto;
    width: 90%;
}
.merit01_02 .corner_cap{
    margin: 1em auto 0;
    width: 90%;
}
.merit03 .living_illust{
    width: 80%;
    max-width: 350px;
    margin: 0 auto;
}
.living_item:not(:last-child) {
    margin-bottom: 50px;
}
.merit04 .living_illust{
    max-width: 450px;
    margin: 0 auto;
}
.living_end_lead {
    font-size: 18px;
    /* padding: 2em 5px; */
}
.plan_area_end p{
    font-size: 14px;
}
.south_column_list {
    margin: 20px auto 0;
}
.south_column_item:not(:last-child) {
    margin-bottom: 20px;
}

.plan_ttl p {
    font-size: 16px;
}
.plan_ttl .num {
    padding: 20px 10px;
}
.south_merit_inner {
    margin: 10px auto 0;
}
.plan_item:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
}   
.plan_end {
    /* max-width: 500px; */
    /* width: 85%; */
    margin: 0 auto;
    padding: 30px 0;
}
}



@media screen and (max-width: 550px) {
.south_value_lead {
    font-size: 14px;
}
.living_end{
    padding: 15px 20px 20px;
}
.living_end_lead {
    font-size: 16px;
}
.south_value_lead .mid {
    font-size: 1.2em;
}
}


@media screen and (max-width: 500px) {
.plan_ttl{
    flex-wrap: wrap;
}
.plan_ttl p{
    width: 100%;
    margin: 1em auto;
    text-align: center;
    line-height: 1.5;
}
.plan_ttl .num{
    width: 100%;
    text-align: center;
    padding: 10px;
}
.plan_ttl .num img {
    height: 25px;
}
}