@charset "utf-8";

.more{
	
}
.sec01{
	max-width: 1280px;
	margin: auto;
}
.pro_img{
	width: 31.25%;
}
.pro_img--mr1{
	margin-right: 3.12%;
	max-height: 300px;
	height: 23.4375vw;
}
.po_r.border_img img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.pro_txt{
	width: 65.63%;
}
.mansion_icon{
	position: absolute;
	top: 0;
	left: 0;
	background: #c10025;
	display: inline-block;
	padding:5px 10px;
	line-height: 1.2;
	color: #fff;
	z-index: 400;
}
.po_r{
	position: relative;
}
.pro_flex{
	display: flex;
	align-items: center;
}
.border_img{
	position: relative;
	height: 100%;
	overflow: hidden;
}
.border_img::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border: 10px solid rgba(255,255,255,0.4);
	z-index: 98;
}

.property_tit{
	font-size: 30px;
	border-bottom: 1px dotted #000000;
	line-height: 1.3;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.property_read{
	font-size: 18px;
	line-height: 1.3;
}
.property_price{
	font-size: 30px;
	color: #c10025;
	line-height: 1.3;
}
.property_read--border{
		border-bottom: 1px dotted #000000;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.more_btn a{
	position: relative;
	background: #000;
	display: inline-block;
	color: #fff;
	line-height: 1.1;
	padding: 7px 48px 7px 35px;
	font-size: 16px;
	text-align: center;
	transition: 0.5s;
	border: 1px solid #000;
}
@media screen\0 {
	.more_btn a{
		padding-top: 0.7em;
		padding-bottom: 5px;
	}
}
.more_btn a::after{
	content: "";
	display: block;
	position: absolute;
	right: 8%;
	bottom: 40%;
	background: url("../images/property/link_icon.png") no-repeat;
	background-size: contain;
	width: 22px;
	height: 7px;
}
.more_btn a:hover{
	background: #fff;
	color: #000;
}
.more_btn a:hover::after{
	background: url("../images/property/link_icon_on.png") no-repeat;
	background-size: contain;
}
.property_price--mb1{
	margin-bottom: 35px;
}

.sono {
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	margin: 0 auto;
	padding: 20px 0;
	width: auto;
	max-width: 750px;
	text-align: center;
}
.sono .inn {
	display: flex;
	justify-content: center;
	align-items: center;
}
.sono .inn p {
	margin: 0 15px;
}
.sono .more_btn a{
	padding: 12px 48px 12px 35px;
	font-size: 20px;
}

.no_common {
	max-width: 600px;
	margin: 80px auto 80px;
	border:solid 1px #000;
	border-top:solid 15px #392161;
	padding: 15px 30px 30px;
}

.no_common .logo {
	width: 62%;
	margin: 0 auto;
	text-align: center;
}

.no_common .tx1 {
	font-size: 30px;
	color: #c10025;
	line-height: 1.3;
	text-align: center;
}
.no_common .tx2 {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}





@media screen and (max-width:1070px){
	.property_tit{
		font-size: 2.8vw;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.property_read{
		font-size: 1.68vw;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.property_price{
		font-size: 2.8vw;
	}
	.property_price--mb1{
	margin-bottom: 15px;
}
	.more_btn a{
		font-size:14px;
	}
}
@media screen and (max-width:767px){
	.pro_flex{
		display: block;
	}
	.pro_img{
		width:auto;
		max-width: 400px;
		margin: auto;
		height: 56.77vw;

	}
	.pro_txt{
		width: auto;
			max-width: 400px;
		margin: auto;
	}
	.property_tit{
		font-size: 22px;
	}
	.property_read{
		font-size: 14px;
	}
	.property_price{
		font-size:22px;
	}
.sono {
	padding: 10px 0;
}
.sono .inn {
	display: block;
}
.sono .inn p {
	margin: 10px 0;
}
.sono .more_btn a{
	padding: 12px 48px 12px 35px;
	font-size: 16px;
}
}

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

	.no_common {
		padding: 15px 10px 30px;
	}

	.no_common .logo {
		width: 85%;
	}
	
.no_common .tx1 {
	font-size: 24px;
	font-weight: bold;
font-feature-settings : "palt";
}
.no_common .tx2 {
	font-size: 14px;
font-feature-settings : "palt";
}

	

}

@media screen and (max-width:350px){
	.property_tit{
		font-size: 19px;
	}
	.property_read{
		font-size: 13px;
	}
	.property_price{
		font-size:19px;
	}
}