@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#property::before {
	background: url("../img/property/txt.png") no-repeat top 100px right -15px;
}
#property .property_cat_links {
	margin-bottom: 50px;
}
#property .property_cat_links ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#property .property_cat_links ul li a {
	display: inline-block;
	border: 1px solid var(--color-font);
	padding: 5px 20px;
	border-radius: 5px;
	background: var(--color-font);
	color: #fff;
}
#property .property_cat_links ul li.current a {
	background: #fff;
	color: var(--color-font);
	pointer-events: none;
}
#property .box {
	border-top: 1px solid var(--color-font);
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 120px;
	padding-top: 100px;
}
#property .box:last-of-type {
	margin-bottom: 0;
}
#property .box .lft_area {
	width: 270px;
}
#property .box .lft_area .cat {
	background: #f2f2fc;
	border: 1px solid #0065e1;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 20px;
	font-size: 110%;
	padding: 2px 0;
}
#property .box .lft_area .img {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#property .box .lft_area .img img {
	display: block;
	width: 100%;
	border-radius: 5px;
	aspect-ratio: 2.7 / 2;
	object-fit: cover;
}
#property .box .lft_area .img .dummy {
	background: #AEE1FE;
	display: flex;
	width: 100%;
	aspect-ratio: 2.7 / 2;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}
#property .box .lft_area .img .dummy img {
	width: 80%;
	height: auto;
	aspect-ratio: unset;
	object-fit: unset;
}
#property .box .txt_box {
	width: 800px;
}
#property .box .txt_box .ttl {
	font-size : 25px;
	color : #fff;
	background : linear-gradient(90deg, rgba(0, 0, 198, 1) 0%, rgba(0, 0, 48, 1) 27.53%);
	font-weight: 500;
	line-height: 1.4;
	border-radius: 5px;
	padding: 16px 25px 19px 25px;
	margin-bottom: 20px;
}
#property .box .txt_box .list {
	margin-bottom: 30px;
}
#property .box .txt_box .list dl {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 20px;
	font-size: 110%;
	border: 1px solid #F2F2FC;
	border-radius: 5px;
	overflow: hidden;
}
#property .box .txt_box .list dl:last-of-type {
	margin-bottom: 0;
}
#property .box .txt_box .list dl dt {
	width: 180px;
	display: flex;
	justify-content: center;
	align-items:  center;
	border-radius: 5px 0 0 5px;
	padding: 5px 0 7px;
	background: #F2F2FC;
	color: var(--color-font);
}
#property .box .txt_box .list dl dd {
	width: calc(100% - 200px);
	display: flex;
	align-items: center;
}
#property .box .txt_box .list dl dd.price {
	color: var(--color-primary);
	font-size: 34px;
	line-height: 1;
	font-weight: bold;
}
#property .box .txt_box .list dl dd.price .yen {
	font-size: 24px;
}
#property .box .txt_box .btn01 {
	margin-bottom: 0;
}
#property .box .txt_box .btn01 a {
	margin-left: auto;
}
#property .free_area {
	background: #fff;
	border-radius: 5px;
	margin-top: 20px;
}
#property .free_area p:last-of-type {
	margin-bottom: 0;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#property::before {
		background: none;
	}
	#property .box {
		display: block;
		padding-top: 40px;
		margin-bottom: 40px;
	}
	#property .box .lft_area {
		margin: 0 auto 20px;
	}
	#property .box .txt_box {
		width: 100%;
	}
	#property .box .txt_box .ttl {
		font-size: 20px;
		padding: 10px 20px 13px 20px;
	}
	#property .box .txt_box .list dl {
		font-size: 100%;
	}
	#property .box .txt_box .list dl dd.price {
		font-size: 25px;
	}
	#property .box .txt_box .list dl dd.price .yen {
		font-size: 20px;
	}
	#property .box .ttl {
		font-size: 110%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#property .property_cat_links {
		margin-bottom: 30px;
	}
	#property .property_cat_links ul li a {
		padding: 3px 10px;
	}
	#property .box {
		padding-top: 25px;
		margin-bottom: 25px;
	}
	#property .box .txt_box .list {
		margin-bottom: 20px;
	}
	#property .box .txt_box .list dl {
		display: block;
	}
	#property .box .txt_box .list dl.bg_white {
		background: none;
	}
	#property .box .txt_box .list dl dt {
		padding: 0 0 2px;
		width: 100%;
		border-radius: 5px 5px 0 0;
	}
	#property .box .txt_box .list dl dd {
		width: 100%;
		padding: 10px;
	}
	#property .box .txt_box .list dl dd.price {
		font-size: 20px;
	}
	#property .box .txt_box .list dl dd.price .yen {
		font-size: 16px;
	}
}