@charset "UTF-8";

.property_area .inner01,
.property_area .inner02 {
	margin: 50px auto 100px;
}

.property_area .inner01 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.property_area .inner01 ul:after {
	content: "";
	display: block;
	width: 31%;
	height: 0;
}

.property_area .inner01 ul li {
	width: 30%;
	text-align: center;
	margin-bottom: 40px;

}

.property_area .inner01 ul li p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.4em;
}

.property_area .inner01 ul li .room_img_area {
	position: relative;
}

.property_area .inner01 ul li .room_img > img {
	width: 100%;
	border-radius: 3px;
}

.property_area .inner01 ul li .icon_sold {
	position: absolute;
	top: -2px;
	left: 12px;
}

.property_area .inner01 ul li .room_icon {
	position: absolute;
	bottom: 5px;
	right: 5px;
}




/*******************/
.property_area .inner02 {
	margin: 50px auto 0;
}


.property_area .inner02 .marker_yellow {
	font-size: 14px;
	display: block;
	width: 94px;
	margin-bottom: 10px;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.property_area .inner02 h2 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 26px;
	line-height: 1.4em;
	margin-bottom: 23px;
}

.property_area .inner02 .top_img{
    margin: auto;
    text-align: center;
}
.property_area .inner02 .top_img img{
    border-radius: 10px;
    max-width: 100%;
}

.property_area .inner02 .table_01{
    margin: 48px 0;
}
.after{
    position: relative;
}
.after:before{
    content: "";
    position: absolute;
    background-image: url("../images/property/icon_01.png");
    width: 30px;
    height: 30px;
    left: -54px;
    top: 40%;
    margin: auto;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.after:before{
		 background-image: url("../images/property/icon_01@2x.png");
		background-size: 30px 30px;
	}
}
.before_after{
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.before_after>div{
    width: 46%;
    position: relative;
    text-align: center;
}
.before_after .ba_img img{
    border-radius: 10px;
    width: 100%;
}
.before_after .ba_icon{
    position: absolute;
    top: 10px;
    left: 10px;
}
.before_after p{
    padding: 10px 15px 0;
    font-size: 14px;
    line-height: 1.4em;
}



.img_a,
.img_b{
    display: flex;
    justify-content: center;
}
.img_a{
    margin-bottom: 50px;
}
.img_b{
    margin-bottom: 30px;
}
.img_a img{
    border-radius: 10px;
    max-width: 460px;
    width: 100%;
    margin: 0 20px;
}

.img_b img{
    border-radius: 10px;
    max-width: 295px;
    width: 100%;
    margin: 0 20px;
}

.property_area .inner02  .btn_01{
    margin-top: 40px;
}

.editor p{
    font-size: 14px;
    line-height: 1.9em;
}

/*******************/

.wp-pagenavi {
	margin-top: -10px;
}

.consult {
	margin-top: 100px;
}

/*-------------------------------
media
--------------------------------*/


@media (max-width: 767px) {

	.property_area .inner01 ul li {
		width: 48%;
	}
    .img_a, .img_b{
        display: block;
        text-align: center;
    }
    .img_a img,
    .img_b img{
        margin: 0 0 20px;
    }
    .img_a{
        margin-bottom: 0;
    }
    .before_after{
        display: block;
    }
    .before_after>div{
        width: 100%;
        margin-bottom: 30px;
    }
    .img_b{
        margin-bottom: 20px;
    }
    .img_b img{
        max-width: 460px;
    }
    .after{
        margin-top: 80px;
    }
    .after:before{
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-image: url("../images/property/icon_02.png");
    }

    @media all and (-webkit-min-device-pixel-ratio: 1.5) {
        .after:before{
             background-image: url("../images/property/icon_02@2x.png");
            background-size: 30px 30px;
        }
    }

}

@media (max-width: 400px) {

	.property_area .inner01 ul li {
		width: 100%;
	}


}
