@charset "utf-8";
/*==================================================
	【物件情報・外観・内観】ページ固有のスタイル
==================================================*/
#wrap {
	background: #fffef5;
}
#available_overview .box {
	padding: 50px;
	background: #FFF;
}
#available_overview .table_box {
	margin-bottom: 50px;
}
#available_overview .table_box table {
	width: 55%;
	font-size: 16px;
	font-weight: 500;
}
#available_overview .table_box table tr {
	border-bottom: 1px solid #cccccc;
}
#available_overview .table_box table th {
	color: #fea3a4;
	padding: 13px 13px 13px 0;
	width: 150px;
}
#available_overview .table_box table td {
	padding: 13px 0 13px 0;
}
#available_overview .table_box .floor {
	width: 40%;
}
#available_overview .table_box .floor img {
	border: 1px solid #cccccc;
}
#available_overview .other {
	background: #fffde0;
	border-radius: 25px;
	padding: 30px;
}
#available_overview .other .pick {
	color: #fea3a4;
	margin-left: -1em;
}
#available_overview .other h5 {
	font-size: 20px;
	font-weight: 500;
}
#available_overview .other .list_box {
	width: 730px;
	align-items: flex-end;
}
#available_overview .other ul {
	font-size: 16px;
	font-weight: 500;
}
#available_overview .other ul li {
	list-style: disc;
}
#available_overview .other ul li::marker {
	color: #fec1dc;
}
#available_overview iframe {
	margin-top: 50px;
}
#available_photo ul li {
	width: 340px;
	margin: 0 0 40px;
}
#apartment_photo ul::after{
	content:"";
	display: block;
	width: 340px;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#available_overview .box {
		padding: 30px;
	}
	#available_overview .table_box table {
		font-size: 14px;
		margin-bottom: 30px;
	}
	#available .table_box table tr th {
		width: 120px;
	}
	#available_photo ul li {
		width: 32%;
		margin: 0 0 15px;
	}
	#available_photo ul::after{
		content:"";
		display: block;
		width:32%;
	}
	#available_overview .other .pick {
		margin-left: 0;
	}
	#available_overview .other  {
		border-radius: 15px;
		padding: 20px;
	}
	#available_overview .other ul {
		font-size: 14px;
		margin-left: 1em;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#available_overview .table_box table {
		width: 100%;
	}
	#available_overview .box {
		padding: 15px;
	}
	#available_overview .table_box .floor {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	#available_photo ul li {
		width: 48.5%;
	}
	#available_overview .other {
		padding: 15px;
	}
}