@charset "UTF-8";

/*

202003トップページ改修

*/
/*main画像*/
.mv {
	width: 1200px;
	max-width: 100%;
	height: 410px;
	margin: auto;
	overflow: hidden;
	position: relative;
	background: url(image/mv.jpg);
	background-size: cover;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.mv * {
	box-sizing: border-box;
}
.mv img {
	width: 100%;
	height: auto;
}

.mv .catch {
	width: 1100px;
	max-width: 100%;
	margin: 0 50px 40px;
}
.mv .catch img {
	
}
@media screen and (max-width: 740px) {
	.mv {
		height: 250px;
	}

	.mv .catch {
		margin: 0 10px 10px;
	}
}
@media screen and (max-width: 414px) {
	.mv {
		height: 188px;
	}
}


/*mv下バナーとボタン*/

.mv_under {
	box-sizing: border-box;
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
	padding: 50px 40px;
	transition: .15s;
}
.mv_under .banner {
	display: block;
	width: 100%;
	height: 242px;
	margin-bottom: 50px;
	position: relative;
	background-image: url(image/ban01_bg.jpg);
	background-position: top right;
	background-size: cover;
}
.mv_under .banner img {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}
.mv_under .btn_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.mv_under .btn_box a {
	width: 46%;
	padding: 30px 0;
	display: block;
	background-color: #CB194C;
}
.mv_under .btn_box img {
	height: 55px;
}

@media screen and (max-width: 767px) {
	.mv_under {
		width: 100%;
		padding: 20px 10px 40px;
	}
	.mv_under .banner {
		height: 151px;
		background-image: url(image/ban01_sp_bg.jpg);
		margin-bottom: 20px;
	}
	.mv_under .btn_box a {
		width: 48%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.mv_under .btn_box img {
		height: 84px;
		margin: 0 auto;
	}
}


/*物件*/

.property {
	width: 1280px;
	max-width: 100%;
	margin: auto;
	padding: 50px 40px;
	transition: .15s;
}
.property, .property * {
	box-sizing: border-box;
	line-height: 1;
}
.property h2 {
	height: 80px;
	margin: 0 0 50px;
	position: relative;
	background-image: url(image/logo_h2.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 200px auto;
}
.property h2 img {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

.property .col {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.property {
		padding: 30px 20px;
	}
	.property h2 {
		height: 64px;
		background-size: 101px auto;
		margin-bottom: 40px;
	}
	.property .col {
		flex-direction: column;
	}
}

.property .p_solo {
	text-align: left;
}
.property .col3 .p_solo {
	width: calc((100% - 96px) / 3);
	margin-right: 48px;
}
.property .col3 .p_solo:nth-child(3n) {
	margin-right: 0;
}
.property .col6 .p_solo {
	width: calc((100% - 90px) / 6);
	margin-right: 18px;
}
.property .col6 .p_solo:first-child {
	margin-bottom: 45px;
}
.property .col6 .p_solo:nth-child(6n) {
	margin-right: 0;
}
.property .p_solo a {
	display: block;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 767px) {
	.property .p_solo {
	}
	.property .col3 .p_solo {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.property .col3 .p_solo:nth-child(3n) {
		margin-bottom: 0;
	}
	.property .col6 .p_solo {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.property .col6 .p_solo:nth-child(6n) {
		margin-bottom: 0;
	}
	.property .p_solo a {
		flex-wrap: wrap;
		flex-direction: row;
	}
}



.property h3 {
	order: 2;
	font-weight: normal;
	margin: 0;
	border: none;
	padding-left: 0;
	padding-bottom: 9px;
	margin-bottom: 13px;
	border-bottom: 3px double #A8A49F;
}
.property .col3 h3 {
	font-size: 15px;
}
.property .col6 h3 {
	font-size: 12px;
}

.property figure {
	position: relative;
	order: 1;
}
.property .col3 figure {
	margin-bottom: 25px;
}
.property .col6 figure {
	margin-bottom: 18px;
}

.property figure img {

}

.property figure.new::before {
	content: '';
	position: absolute;
	width: 67px;
	height: 24px;
	left: -5px;
	top: 8px;
	background: url(image/rbn.png) no-repeat left top;
	background-size: cover;
}


.property .info {
	order: 3;
}

.property .info .address {
	line-height: 1.4;
}
.property .col3 .info .address {
	font-size: 12px;
	margin-bottom: 20px;
}
.property .col6 .info .address {
	font-size: 10px;
	margin-bottom: 14px;
}

.property .info .price {
	margin-bottom: 15px;
	color: #CB194C;
	font-weight: bold;
}
.property .col3 .info .price {
	font-size: 18px;
}
.property .col6 .info .price {
	font-size: 15px;
}

.property .info .area {
}
.property .col3 .info .area {
	font-size: 15px;
}
.property .col6 .info .area {
	font-size: 12px;
}
@media screen and (max-width: 767px) {
	.property h3 {
		width: 100%;
		margin-bottom: 10px;
	}
	.property .col6 h3 {
		order: 1;
		font-size: 15px;
	}
	.property .col3 figure {
		margin-bottom: 22px;
	}
	.property .col6 figure {
		width: 133px;
		margin-right: 10px;
		margin-bottom: 0;
		order: 2;
	}
	.property .col6 .info {
		width: calc(100% - 143px);
	}
	.property .col3 .info .address {
		margin-bottom: 15px;
	}
	.property .col6 .info .address {
		font-size: 12px;
		margin-bottom: 7px;
	}
	.property .col6 .info .price {
		margin-bottom: 11px;
	}
	.property .col6 .info .area {
		font-size: 15px;
	}
}



/*事例紹介*/
#all {
	width: 1280px;
	max-width: 100%;
	box-sizing: border-box;
	transition: .15s;
	padding: 0 40px;
}
#all > section {
	width: 1280px;
	max-width: 100%;
}
.two_list ul li {
	max-width: calc(50% - 62px);
}
#all h2 {
	height: 80px;
	margin: 0 0 20px!important;
	position: relative;
	background-image: url(image/logo_h2.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 200px 48px;
}
#all h2 img {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}
@media screen and (max-width: 767px) {
	#all {
		padding-left: 20px;
		padding-right: 20px;
	}
	#all section {
/*		padding: 0 20px;*/
	}
	.two_list ul li {
		max-width: calc(50% - 62px);
		max-width: inherit;
	}
	#all h2 {
		margin: 0 0 30px!important;
		background-size: 101px auto;
		margin-bottom: 30px;
	}
}