@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
#property_link {
	padding: 20px;
	background: #fff;
}
#property_link dl+dl {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}
#property_link dt {
	font-size: var(--rem20);
	font-weight: 500;
	font-family: var(--font-family02);
}
#property_link dd {
	padding: 0;
}
#property_link li a {
	display: block;
	background: var(--color-primary);
	padding: 12px var(--px40);
	color: #fff;
	font-family: var(--font-family02);
	line-height: 1.4;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
#property_link li a:hover {
	background: var(--color-primary-tint);
}
#property_link li a::after {
	display: inline-block;
	margin-left: 10px;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f105';
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#property_link {
		padding: var(--px50);
	}
	#property_link dl {
		display: flex;
		align-items: center;
	}
	#property_link dl+dl {
		margin-top: 30px;
		padding-top: 30px;
	}
	#property_link dt {
		width: 10em;
	}
	#property_link dd {
		width: calc(100% - 10em);
	}
	#property_link dd ul {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#property_link dt {
		margin-bottom: 10px;
	}
	#property_link li+li {
		margin-top: 10px;
	}
}
/**/
#property_list li {
	margin-bottom: var(--px80);
	line-height: 1.4;
}
#property_list li .photo a {
	display: block;
	aspect-ratio: 3 / 2;
}
#property_list li .photo a img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#property_list li .cat {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
#property_list li .cat span {
	display: inline-block;
	padding: 4px 10px;
	background: var(--color-primary);
	color: #fff;
	font-size: 90%;
	font-weight: normal;
}
#property_list li .ttl {
	margin: 8px 0;
	font-size: var(--rem20w);
	font-weight: bold;
}
#property_list li .btn {
	text-align: right;
}
#property_list li .btn a {
	display: inline-block;
	border-bottom: 1px solid var(--color-primary);
	color: var(--color-primary);
	font-size: 90%;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#property_list {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		column-gap: 3.5%;
	}
	#property_list li {
		width: 31%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#property_list {
		column-gap: 4%;
	}
	#property_list li {
		width: 48%;
	}
}
/**/
#property_detail .cat {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#property_detail .cat span {
	display: inline-block;
	padding: 6px 15px;
	background: var(--color-primary);
	color: #fff;
	font-weight: normal;
}
#property_detail .box {
	padding: 20px;
	background: #fff;
}
#property_detail .box p {
	font-weight: normal;
	line-height: 1.8;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#property_detail .box {
		padding: var(--px50);
	}
}
/**/
#photo_main {
	margin-bottom: var(--px30);
	text-align: center;
	aspect-ratio: 2 / 1;
}
#photo_main img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#photo_thumb {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#photo_thumb li {
	width: calc(20% - (20px * 4 / 5));
}
@media only screen and (max-width: 640px){ /* スマホ */
	#photo_main {
		aspect-ratio: 3 / 2;
	}
	#photo_thumb {
		gap: 10px;
	}
	#photo_thumb li {
		width: calc(25% - (10px * 3 / 4));
	}
}