@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #333;
	--color-primary: #669E90;
	--color-primary-shade: #DAAC5E;
	--color-primary-tint: #B3BF71;
	--color-secondary: #ED6A5A;
	--color-table-border: #DDD;
	--color-table-th: #f2f2f2;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #444;
	--header-color-primary: #669E90;
	--header-color-primary-shade: #333333;
	--header-color-primary-tint: #B3BF71;
	/*------▼フッター設定▼------*/
	--footer-background: #669E90;
	--footer-color-font: #fff;
	--footer-color-primary: #fff;
	/*------▼フォント設定▼------*/
	--font-family01: 'M PLUS 1p', sans-serif;
	--font-family02: 'Montserrat', 'Noto Sans JP', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table th {
	background: var(--color-table-th);
	font-weight: 500;
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
}
@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a {
		background-color: var(--header-background) !important;
	}
	nav#mainNav ul li li a {
		color: var(--header-color-font) !important;
	}
}
/* 印刷 */
@media print {
	@page {
		size: A4;
		margin: 0;
	}
	body {
		zoom: 0.8;
		width: 1240px;
	}
	#header .logo {
		display: flex;
		align-items: center;
		column-gap: 20px;
	}
	#header .logo img {
		max-width: 310px;
	}
	#header .logo span {
		color: #3F3C3C;
		font-weight: bold;
		line-height: 1.3;
	}
}
/*--flow02--------------------------------------------*/

ul.flowlist02 {
	counter-reset: flow_list;
}
ul.flowlist02 > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	gap: min(calc(40px + (1vw - 19.2px) * 1.6181), 40px);
	width: 100%;
	padding: 60px;
	border-radius: 10px;
	background: #f2f2f2;
	position: relative;
}
.flowlist02 > li:not(:last-child) {
	margin-bottom: 60px;
}
.flowlist02 .flow_img {
	width: 35%;
}
.post .flowlist02 > li > dl {
	width: calc(65% - min(calc(40px + (1vw - 19.2px) * 1.6181), 40px));
	line-height: 1.8;
}
.flowlist02 > li:not(:last-child) dl::before,
.flowlist02 > li:not(:last-child) dl::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: calc(100% + 20px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flowlist02 > li:not(:last-child) dl::before {
	border-width: 22px;
	border-top-color: var(--color-primary);
}
.flowlist02 > li:not(:last-child) dl::after {
	border-width: 20px;
}
.post .flowlist02 > li > dl dt {
	position: relative;
	display: flex;
	align-items: center;
	font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.4531), 2.4rem); /* 2.4-1.7rem (1920-375) */
	font-weight: 600;
	padding: 0 0 1rem 0;
	margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
	border-bottom: dotted 1px;
}
.flowlist02 > li dl dt .icon:before {
	content: counter(flow_list, decimal-leading-zero);
	counter-increment: flow_list;
	line-height: 1;
	color: #fff;
	background: var(--color-primary);
	padding: 5px 10px;
	margin-right: 10px;
	position: relative;
	z-index: 100;
}
.post .flowlist02 > li > dl dd {
	padding: 0;
}
@media print, screen and (max-width: 768px) {
	.post .flowlist02 > li > dl, .flowlist02 .flow_img {
		width: 100%;
	}
	.flow_img::before {
		padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
.pick { color: var(--color-primary); }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
p.nm { padding-bottom: 0; }
/**/
.cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
.pad_anchor { margin-top: -115px; padding-top: 115px; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_smt { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	#header .logo {
		display: flex;
		align-items: center;
		column-gap: 20px;
	}
	#header .logo img {
		max-width: 310px;
	}
	#header .logo span {
		color: #3F3C3C;
		font-weight: bold;
		line-height: 1.3;
	}
	#header ul.header__contact li:last-child {
		padding: 10px 15px;
		padding-left: 0;
	}
	#header a.head_btn.mail_btn {
		padding-left: 25px;
		padding-right: 25px;
		border-radius: 10px;
		font-weight: 500;
		flex-direction: row;
	}
	#header a.head_btn.mail_btn::before {
		margin: 0 8px 0 0;
		font-size: 95%;
	}
	/**/
	nav#mainNav ul li#menu-item-306 a b {
		color: var(--color-font);
		font-size: 120%;
		font-weight: bold;
		letter-spacing: 0.2em;
	}
	nav#mainNav ul li a b {
		font-weight: 500;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
		font-weight: normal;
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: none;
	}
	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
		background: #f6f6f6;
	}
	nav#mainNav ul li:hover ul.sub-menu ul.sub-menu {
		right: auto;
		left: -100%;
		transform: none;
	}
}
@media only screen and (max-width: 1023px) {
	body.mobile { margin-top: 60px; }
	body.mobile #breadcrumb { margin-top: 0; }
	body.mobile #header .logo .mark {
		column-gap: 10px;
	}
	body.mobile #header .logo .mark img {
		max-width: 200px;
	}
	body.mobile #header .logo .mark span {
		font-size: 2.3vw;
		font-weight: bold;
		white-space: nowrap;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer {
	padding-bottom: var(--px60);
	background-image: url(/wp-content/uploads/f_bg.jpg.webp);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#footer .inner {
	max-width: 1161px;
	padding-bottom: 250px;
	background: url(/wp-content/uploads/footer_img.png.webp) no-repeat center bottom / 100% auto;
}
#copyright {
	background: none;
}
@media only screen and (max-width: 820px) {  /* タブレット以下用 */
	#footer {
		padding-bottom: var(--px30);
	}
	#footer .inner {
		padding-bottom: 160px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#footer .inner {
		padding-bottom: 90px;
	}
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_w2.hcen { justify-content: center; column-gap: 2%; }
	.box_w2.htop { justify-content: flex-start; column-gap: 2%; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 32%; }
	.box_w2 .column2_50 { width: 48.5%; }
	.box_w2 .column2_60 { width: 57%; }
	.box_w2 .column2_70 { width: 67%; }
	.box_w2 .column2_80 { width: 77%; }
	.box_w2 .w45 { width: 45%; }
	.box_w2 .w50 { width: 50%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	/* tableにスクロールバーを追加 */
	.tbl_scroll { overflow: auto; margin-bottom: 15px; white-space: nowrap; }
	.tbl_scroll table { margin-bottom: 0; }
	.tbl_scroll::-webkit-scrollbar{ height: 5px; }
	.tbl_scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
	.tbl_scroll::-webkit-scrollbar-thumb { ackground: #BCBCBC; }
	.box_w2 .w45+.w50 { margin-top: 20px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
#content .linkBtn {
	width: auto;
	max-width: none;
	padding: 15px 40px;
	border-radius: 15px;
	line-height: 1.4;
}
#content .linkBtn::after {
	position: relative;
	top: auto;
	right: auto;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 0 0 15px;
	border: none;
	transform: none;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f061';
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#content .linkBtn {
		padding: 15px 30px;
	}
}
/**/
.txt_link {
	color: var(--color-primary);
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900, .w1000 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1000 { width: 1000px; }
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .post h1 b,
#contact_box h1 b,
#front-sectionPost h1 span span:first-child {
	display: block;
	color: var(--color-primary);
	font-size: 60%;
	font-family: var(--font-family02);
}
#front-sectionPost h1 {
	font-weight: bold;
}
/**/
#top_link {
	position: relative;
	top: -50px;
	margin-bottom: -50px;
	padding: 30px;
	background: #fff;
	border-radius: 20px;
}
#top_link .photo01,
#top_link .photo02 {
	position: absolute;
	bottom: 65%;
	width: 20%;
	max-width: 220px;
}
#top_link .photo01 {
	left: -7%;
}
#top_link .photo02 {
	right: -7%;
}
#top_link .link {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 15px;
	row-gap: 15px;
}
#top_link .link a {
	display: block;
	padding: 15px 25px;
	background: var(--color-primary);
	border-radius: 15px;
	color: #fff;
	text-align: center;
	line-height: 1.4;
}
#top_link .link a span {
	display: inline-block;
	margin-right: 15px;
	padding: 0 10px;
	background: #fff;
	border-radius: 10px;
	color: var(--color-primary);
	font-size: 90%;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_link {
		top: -10px;
		margin-bottom: -10px;
		padding: 20px;
	}
	#top_link .photo01,
	#top_link .photo02 {
		top: -60px;
		bottom: auto;
	}
	#top_link .photo01 {
		left: -10px;
	}
	#top_link .photo02 {
		right: -10px;
	}
	#top_link .link {
		column-gap: 3%;
		row-gap: 10px;
	}
	#top_link .link li {
		width: 48%;
	}
	#top_link .link li:last-child {
		width: 100%;
	}
	#top_link .link a {
		padding: 10px;
	}
	#top_link .link a span {
		margin-right: 10px;
	}
}
/**/
#top_concept {
	width: 700px;
	max-width: 100%;
	margin: auto;
}
#top_concept h1::after {
	display: block;
	width: 80px;
	height: 1px;
	background: #CCCCCC;
	margin: 10px auto 0;
	content: "";
}
#top_concept .photo img {
	width: 200px;
}
#top_concept .linkBtn {
	display: inline-block;
}
@media print, screen and (min-width: 700px){ /* PC用 */
	#top_concept {
		position: relative;
	}
	#top_concept .photo {
		position: absolute;
		left: 0;
		bottom: 0;
	}
}
/**/
#top_contents::before {
	top: 30px;
	height: calc(100% - 60px);
	background: #F6F3E6;
}
#top_contents::after {
	background: url(/wp-content/uploads/bg_top_contents.png.webp) repeat-x top,
		url(/wp-content/uploads/bg_top_contents.png.webp) repeat-x bottom;
	background-size: auto 60px;
}
#top_contents .box {
	overflow: hidden;
	background: var(--color-primary);
	border-radius: 20px;
	color: #fff;
}
#top_contents dl,
#top_contents .photo {
	width: 50%;
}
#top_contents dl {
	padding: 15px;
	font-size: 90%;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#top_contents dt {
	margin-bottom: 15px;
}
#top_contents dt b {
	display: inline-block;
	margin-bottom: 15px;
	padding: 0 20px;
	background: #fff;
	border-radius: 999px;
	color: var(--color-primary);
}
#top_contents dt b+span {
	display: block;
	font-size: var(--rem28);
}
#top_contents dd {
	padding: 0;
}
#top_contents .photo {
	overflow: hidden;
}
#top_contents .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#top_contents .linkBtn {
	padding: 10px 25px;
	background: none;
	border: 2px solid #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_contents .in {
		row-gap: 30px;
	}
	#top_contents .box {
		width: 49%;
	}
	#top_contents .box:nth-child(n+3) {
		width: 32%;
	}
	#top_contents .box:nth-child(n+3) dt b+span {
		font-size: var(--rem24);
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#top_contents .box {
		width: 48%;
	}
	#top_contents .box:nth-child(n+3) {
		width: 48%;
	}
}
@media only screen and (max-width: 820px) {  /* タブレット以下用 */
	#top_contents::before {
		top: 20px;
		height: calc(100% - 40px);
	}
	#top_contents::after {
		background-size: auto 40px;
	}
	#top_contents .linkBtn {
		padding: 10px 20px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_contents .box+.box {
		margin-top: 20px;
	}
}
/**/
#top_reserch .ico img {
	width: 218px;
}
#top_reserch ul {
	row-gap: 20px;
}
#top_reserch li {
	width: 48%;
}
#top_reserch li a {
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 20px;
}
#top_reserch li a .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	text-align: center;
	z-index: 2;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#top_reserch li a .txt b {
	font-size: var(--rem28);
}
#top_reserch li a .txt .linkBtn {
	padding: 8px 25px;
	background: none;
	border: 2px solid #fff;
}
#top_reserch li a .photo {
	overflow: hidden;
}
#top_reserch li a:hover .photo img {
	transform: scale(1.1); /* 拡大 */
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
@media print, screen and (min-width: 821px){ /* PCのみ */
	#top_reserch li {
		width: 23.5%;
	}
}
/**/
body:not(.home) #content:has(#contact_box) {
	padding-bottom: 0 !important;
}
#contact_box::before {
	background: url(/wp-content/uploads/contact-bg.jpg.webp) no-repeat center center / cover;
}
#contact_box .box {
	padding: 0 5%;
	background: rgba(255,255,255,0.8);
	backdrop-filter: blur(4px);
	border-radius: 30px;
}
#contact_box .btn {
	width: 800px;
	max-width: 100%;
	margin: auto;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: var(--color-primary-tint);
	border-radius: 15px;
	color: var(--color-font);
	line-height: 1.5;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn .tel a b {
	font-size: 150%;
}
#contact_box .btn a:hover {
	background: var(--color-primary-shade) !important;
	color: #fff !important;
}
#contact_box .btn .mail a {
	background: var(--color-primary);
	color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: 49%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#contact_box .btn li+li {
		margin-top: 10px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	color: #3F3C3C;
}
#thumbImg::before, header#h1Header::before {
	display: none;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	line-height: 1.4;
}
/**/
.post h2.sub::after,
.post h2.noline::after {
	display: none;
}
.post h2.sub b {
	display: block;
}
.post h2.sub b+span {
	display: block;
	color: var(--color-primary);
	font-size: 14px;
}
.post h2.h3 {
	font-size: var(--rem24w);
	text-align: left;
	letter-spacing: 0.1em;
}
.post h2.h3::after {
	width: 100%;
	height: 1px;
	margin: 8px 0 0;
}
/**/
.post h3 {
	padding: 0 0 8px;
	border-bottom-width: 1px;
}
.post h3.noline {
	padding: 0;
	border: none;
}
.post h3.fs {
	font-size: var(--rem20w);
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	物件情報
--------------------------------------------------*/
#property_link {
	display: flex;
	flex-wrap: wrap;
	column-gap: 4%;
	row-gap: 15px;
}
#property_link li {
	width: 48%;
}
#property_link li a.linkBtn {
	display: block;
	padding: 15px 30px;
}
@media print, screen and (min-width: 1240px){ /* PCのみ */
	#property_link {
		column-gap: 10px;
	}
	#property_link li {
		width: auto;
		flex-grow: 1;
	}
}
@media only screen and (max-width: 1239px) and (min-width: 641px){
	#property_link {
		column-gap: 2%;
	}
	#property_link li {
		width: 23.5%;
	}
}
/**/
.tbl_box {
	border-top: 1px solid var(--color-table-border);
	border-left: 1px solid var(--color-table-border);
}
.tbl_box dl {
	border-right: 1px solid var(--color-table-border);
	border-bottom: 1px solid var(--color-table-border);
}
.tbl_box dt {
	padding: 10px;
	background: var(--color-table-th);
	font-weight: 500;
}
.tbl_box dd {
	padding: 10px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.tbl_box {
		display: flex;
		flex-wrap: wrap;
	}
	.tbl_box dl {
		width: 50%;
	}
	.tbl_box.w4 dl {
		width: calc(100% / 4);
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.tbl_box dt {
		border-bottom: 1px solid var(--color-table-border);
	}
}
/**/
.property_ico {
	font-size: 90%;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	column-gap: 5px;
	row-gap: 5px;
}
.property_ico li {
	padding: 2px 10px;
	background: #fff;
	border: 1px solid var(--color-primary);
}
.property_ico li.mode {
	background: var(--color-primary);
	color: #fff;
}
.property_ico li.mode.sale {
	background: #949790;
	border-color: #949790;
}
.property_ico li.type {
	color: var(--color-primary);
}
.property_ico li.cat {
	background: var(--color-primary-tint);
	border-color: #A7B55B;
	color: #fff;
}
.property_ico li.cat.new {
	background: #F9C273;
	border-color: #F1B155;
}
/**/
#property_list .box {
	margin-bottom: 30px;
}
#property_list .box a {
	display: block;
	padding: 20px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	color: var(--color-font);
	transition: all 0.3s ease-in-out;
}
#property_list .box a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#property_list h2 {
	margin: 0;
	font-size: var(--rem24w);
	text-align: left;
}
#property_list h2::after {
	display: none;
}
#property_list .photo {
	position: relative;
}
#property_list .property_ico {
	position: absolute;
	top: 10px;
	left: 10px;
}
#property_list .flg {
	position: absolute;
	top: 60px;
	left: 50px;
	width: calc(100% - 100px);
	height: calc(100% - 100px);
	background: rgba(0,0,0,0.8);
	color: #fff;
	font-size: var(--rem28);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#property_list table {
	font-size: 100%;
}
#property_list table th,
#property_list table td,
#property_list .tbl_box dt,
#property_list .tbl_box dd {
	padding: 8px;
	font-size: 90%;
	text-align: center;
}
#property_list table th {
	white-space: nowrap;
}
#property_list table td {
	text-align: left;
}
#property_list .tbl_box dt {
	border-bottom: 1px solid var(--color-table-border);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#property_list .box a {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#property_list .photo {
		width: 40%;
	}
	#property_list .txt {
		width: 56%;
	}
	#property_list .tbl_box {
		border-top: none;
	}
	#property_list .tbl_box dl {
		border-top: 1px solid var(--color-table-border);
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#property_list .photo {
		margin-bottom: 15px;
	}
	#property_list .tbl_box {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#property_list .tbl_box dl {
		width: 50%;
	}
	#property_list .tbl_box dt,
	#property_list .tbl_box dd {
		padding: 6px;
	}
}
/**/
#property_detail h2 {
	margin: 0;
	font-size: var(--rem24w);
	text-align: left;
}
#property_detail h2::after {
	display: none;
}
#property_detail h3 {
	position: relative;
	margin-left: 0;
	margin-right: 0;
	padding: 0 0 0 26px;
	border: none;
	font-size: 120%;
	line-height: 1.4;
}
#property_detail h3::before {
	position: absolute;
	top: 0.3em;
	left: 0;
	display: block;
	width: 14px;
	height: 14px;
	background: var(--color-primary);
	border-radius: 50%;
	content: "";
}
#property_detail .ttl {
	padding-bottom: 10px;
	border-bottom: 1px solid var(--color-font)
}
#property_detail .point dt {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 20px;
	background: var(--color-primary);
	border-radius: 5px;
	color: #fff;
	font-weight: 500;
}
#property_detail .box {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
#property_detail .box dl {
	font-family: var(--font-family01);
	line-height: 1.4;
}
#property_detail .box dl+dl {
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #DDD;
}
#property_detail .box dt {
	margin-bottom: 5px;
}
#property_detail .box dt span {
	display: inline-block;
	padding: 5px 15px;
	background: #F0F0F0;
	border-radius: 5px;
	font-size: 90%;
	font-weight: normal;
}
#property_detail .box dd {
	padding: 0;
	font-size: 110%;
}
#property_detail .box .price dd {
	font-size: 220%;
	font-weight: bold;
}
#property_detail .box .price dd span {
	font-size: 70%;
}
#property_detail .photo ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2%;
}
#property_detail .photo ul li {
	width: 23.5%;
	margin-bottom: 15px;
}
#property_detail .tbl_box dt {
	text-align: center;
}
#property_detail .facility {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 15px;
}
#property_detail .facility li {
	width: calc((100% / 5) - 12px);
	padding: 6px;
	border: 1px solid #CCC;
	border-radius: 5px;
	color: #CCC;
	text-align: center;
}
#property_detail .facility li.on {
	border-color: var(--color-primary);
	color: var(--color-primary);
}
#property_detail .btn a.linkBtn {
	padding: 15px 30px;
}
#property_detail .btn a.linkBtn i {
	margin-left: 10px;
}
#property_detail .btn a.linkBtn::after {
	display: none;
}
#property_detail .contact_btn a.linkBtn {
	font-size: 115%;
}
#property_detail .contact_btn a.linkBtn::after {
	display: none;
}
#property_detail .contact_btn a.linkBtn i {
	margin-right: 10px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#property_detail .ttl {
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
	}
	#property_detail .ttl .property_ico {
		margin-right: 30px;
	}
	#property_detail .point {
		/* フレックス */
		display: flex;
		justify-content: space-between;
	}
	#property_detail .point dt {
		display: block;
		width: 20%;
		padding: 10px;
		text-align: center;
	}
	#property_detail .point dd {
		width: 78%;
		padding: 10px;
	}
	#photo_main {
		width: 54%;
	}
	#photo_thumb {
		width: 42%;
	}
	#property_detail .tbl_box dl {
		display: flex;
		justify-content: space-between;
	}
	#property_detail .tbl_box dt,
	#property_detail .tbl_box dd {
		padding: 15px;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
	}
	#property_detail .tbl_box dt {
		width: 40%;
		border-right: 1px solid var(--color-table-border);
		justify-content: center;
	}
	#property_detail .tbl_box dd {
		width: 60%;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
	}
	#property_detail .tbl_box.w1 dl {
		width: 100%;
	}
	#property_detail .tbl_box.w1 dt {
		width: 20%;
	}
	#property_detail .tbl_box.w1 dd {
		width: 80%;
	}
}
@media only screen and (max-width: 900px) {  /* タブレット以下用 */
	#property_detail .facility {
		column-gap: 10px;
		row-gap: 10px;
	}
	#property_detail .facility li {
		width: calc((100% / 3) - 15px);
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#property_detail .ttl .property_ico {
		margin-bottom: 10px;
	}
	#property_detail .photo ul {
		margin-top: 15px;
	}
	#property_detail .photo ul li {
		margin-bottom: 10px;
	}
	#property_detail .box dl {
		width: 100%;
		/* フレックス */
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#property_detail .box dt {
		width: 80px;
	}
	#property_detail .box dt span {
		display: block;
		text-align: center;
	}
	#property_detail .box dd {
		width: calc(100% - 100px);
	}
	#property_detail .box dl+dl {
		margin: 12px 0 0;
		padding: 12px 0 0;
		border: none;
		border-top: 1px solid #F0F0F0;
	}
	#property_detail .btn {
		margin-top: 20px;
	}
	#property_detail .facility li {
		width: calc((100% / 2) - 5px);
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0 !important;
}
.post form.wpcf7-form .linkBtn::after {
	position: absolute !important;
	top: 50% !important;
	right: 20px !important;
	transform: translateY(-50%) !important;
}
.post form.wpcf7-form .linkBtn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.post form.wpcf7-form .linkBtn input[type="submit"] {
	padding: 15px 35px;
}