@charset "utf-8";
/*----------------------------------------
SOLEIL大和高田市４期大中
https://asari-k.sakura.ne.jp/sell/03_yamatotakada
----------------------------------------*/

/* CSS Document */

.concept{
	position: relative;
	z-index: 1;
}
.concept:before{
	content: "";
	position: absolute;
	background-color: #f3eee1;
	width: 100%;
	height: 85%;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.beige{
	background-color: #f3eee1;
}
.pink{
	position: relative;
	z-index: 1;
}
.pink:before{
	content: "";
	position: absolute;
	background-color: #e5bdbd;
	width: 100%;
	height: 85%;
	top: 0;
	left: 0;
	z-index: -1;
}

.pink2{
	position: relative;
	z-index: 1;
}
.pink2:before{
	content: "";
	position: absolute;
	background-color: #f3e7e7;
	width: 100%;
	height: 85%;
	bottom: 0;
	left: 0;
	z-index: -1;
}


.list_four li{
		margin-bottom: 20px;
}


@media print, screen and (min-width: 770px){
	.min_frame{
		max-width: 520px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.concept{
	padding-bottom: 10%;
}
	.concept:before{
	height: 78%;
}
	
	.pop_t{
	padding-top: 120px;
}
}/*-----------min-width: 770px--------------*/

/*物件概要の背景*/
.outline,.outline th,.outline td{
	border-color: #ccc;
}

.outline th{
	background: #000;
	color: #fff;
	border-color: #f3eee1;
}




.list_grid{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	row-gap: 30px;
	column-gap: 4%;
}
@media print, screen and (max-width: 599px){
	.list_grid{
		grid-template-columns: repeat(2,1fr);
	}

}
.room_plan_btn{
	background-color: #e5bdbd;
	padding: 0.5rem 1.5rem;
	display: inline-block;
	font-weight: bold;
}