@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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #333;
	--color-primary: #1F2B61;
	--color-primary-shade: #4F9A1A;
	--color-primary-tint: #2F4194;
	--color-secondary: #ED6A5A;
	--color-table-border: #DDD;
	--color-table-th: #1F2B61;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #333;
	--header-color-primary: #1F2B61;
	--header-color-primary-shade: #1F2B61;
	--header-color-primary-tint: #4F9A1A;
	/*------▼フッター設定▼------*/
	--footer-background: #F4F4F4;
	--footer-color-font: #333;
	--footer-color-primary: #333;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', 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);
	color: #fff;
	font-weight: 500;
	vertical-align: middle;
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
}
@media print, screen and (max-width: 1023px) {
	.spmenu #menu p {
		white-space: nowrap;
	}
	nav#mainNav ul li a {
		background-color: var(--header-background) !important;
	}
	nav#mainNav ul li li a {
		color: var(--header-color-font) !important;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.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 {
		height: 100px;
	}
	#header .logo img {
		max-width: 268px;
	}
	#header ul.header__contact {
		position: relative;
	}
	#header ul.header__contact::before {
		position: absolute;
		top: 12px;
		left: 0;
		display: block;
		height: calc(100% - 24px);
		border-left: 1px solid #ddd;
		content: "";
	}
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
		background: none;
		color: var(--header-color-fonte);
	}
	#header a.head_btn.tel_btn span:not(.note) {
		color: var(--header-color-primary-shade);
		font-size: 24px;
	}
	#header a.head_btn.tel_btn span:not(.note)::before {
		margin-right: 6px;
		color: var(--header-color-primary-shade);
		font-size: 80%;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f3cd';
	}
	#header a.head_btn.tel_btn .note {
		font-size: 11px;
		font-weight: 500;
	}
	/**/
	nav#mainNav ul li a b {
		font-weight: 500;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
		font-weight: 600;
		font-family: var(--font-family02);
	}
	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;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
	#header .logo {
		width: 20%;
	}
	#header .logo img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	nav#mainNav ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 1023px) {
	body.mobile { margin-top: 60px; }
	body.mobile #breadcrumb { margin-top: 0; }
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .footer__logo img {
	max-width: 260px;
}
#footer .box_lft .ttl {
	font-size: var(--rem20);
	font-weight: 500;
}
#footer .inner {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CFCFCF;
}
#footer .footer__sns {
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer .footer__sns .mark {
	padding: 0 .6em;
}
#copyright {
	background: none;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#footer .footer__logo:not(:last-child) {
		text-align: left;
	}
	#footer .box_lft {
		text-align: left;
	}
	#footer .inner {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#footer .box_lft {
		margin-bottom: 20px;
	}
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.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;
	border-radius: 999px;
	padding: 15px 60px;
	line-height: 1.4;
}
@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; }
/**/
.box_gray,
.bg_gray::before {
	background: #F5F5F5;
}
.box_blue {
	background: #EEF9FF;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home #content h1::after {
	display: block;
	width: 80px;
	height: 4px;
	margin: 15px auto 0;
	background: var(--color-primary);
	content: "";
}
.home #content h1.line_green::after {
	background: var(--color-primary-shade);
}
.home #content h1 img {
	display: block;
	margin: 0 auto 15px;
}
.home .post h1 {
	font-size: var(--rem30);
}
@media only screen and (max-width: 768px) {  /* タブレット以下用 */
	.home #content h1 img {
		width: 60px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.home #content h1 img {
		width: 50px;
	}
}
/**/
div#n2-ss-4 .n2-font-7ba5be368e154f3a929cc8bc43519dc1-link a {
	border-radius: 999px;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	div#n2-ss-4 .n-uc-161600d186896-inner .n2-ss-layer-row-inner > .n2-ss-layer {
		max-width: 45% !important;
	}
	div#n2-ss-5 .n2-font-7ba5be368e154f3a929cc8bc43519dc1-link a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
/**/
#top_search .bg_wide::before {
	background: #EBF8E2;
}
#top_search .box {
	background: #fff;
}
#top_search .box h2 {
	color: var(--color-primary-shade);
	font-size: var(--rem30);
	text-align: left;
}
#top_search .box dl {
	display: flex;
	margin-bottom: 10px;
}
#top_search .box dt {
	width: 5.5em;
	color: var(--color-primary-shade);
}
#top_search .box dd {
	width: calc(100% - 5.5em);
	padding: 0;
}
#top_search .box .cat dd {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1em;
	row-gap: 5px;
}
#top_search .box .price dd {
	display: flex;
}
#top_search .box .price dd span {
	display: block;
	padding: 0 10px;
}
#top_search .box .btn {
	position: relative;
	width: 240px;
	margin: 20px auto 0;
}
#top_search .box .btn::before {
	position: absolute;
	top: 50%;
	left: 25px;
	color: #fff;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f002';
	transform: translateY(-50%);
	z-index: 2;
}
#top_search .box .btn input {
	display: block;
	width: 100%;
	padding: 12px 0;
	padding-left: 1.5em;
	background: var(--color-primary-shade);
	border: none;
	border-radius: 999px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
#top_search .box .btn input:hover {
	background: #68CC22;
}
@media print, screen and (min-width:769px){ /* PCのみ */
	#top_search .map {
		width: 100%;
	}
	#top_search .box {
		position: relative;
		width: 40%;
		margin-right: -40%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下用 */
	#top_search .map {
		overflow: hidden;
	}
	#top_search .map img {
		position: relative;
		width: 155%;
		margin-left: -55%;
		max-width: none;
	}
}
/**/
#top_worry::before {
	height: 80%;
	background: url(/wp-content/uploads/top-worry-bg.jpg) no-repeat center center / cover;
}
#top_worry h1 {
	color: #fff;
}
#top_worry ul {
	position: relative;
	background: #F0F0F0;
	border-radius: 20px;
}
#top_worry ul::after {
	position: absolute;
	left: 50%;
	bottom: -49px;
	display: block;
	width: 80px;
	height: 50px;
	background: #F0F0F0;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translateX(-50%);
	content: "";
}
#top_worry ul li {
	position: relative;
	font-size: 110%;
	font-weight: 500;
	padding-left: 1.5em;
}
#top_worry ul li::before {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--color-primary);
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f058';
}
@media print, screen and (min-width:769px){ /* PCのみ */
	#top_worry ul {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#top_worry ul li {
		width: 48.5%;
	}
}
/**/
#top_support::before {
	background: linear-gradient(to bottom, #fff, #EEF9FF);
}
#top_support h1 {
	font-size: var(--rem40w);
	font-weight: bold;
}
#top_support h1 b {
	color: var(--color-primary);
	font-size: var(--rem60);
}
#top_support h1::after {
	display: none !important;
}
#top_support .ico {
	position: relative;
	margin-bottom: 15px;
	background: #FFFDDF;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_support .ico b {
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 90px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #fff;
	font-size: var(--rem48);
	font-family: var(--font-family02);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_support dt {
	margin-bottom: 10px;
	font-size: var(--rem20w);
	text-align: center;
}
#top_support dd {
	padding: 0;
}
@media print, screen and (min-width:769px){ /* PCのみ */
	#top_support .box {
		width: 33%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下用 */
	#top_support .box {
		/* フレックス */
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#top_support .box+.box {
		margin-top: 20px;
	}
	#top_support .ico {
		width: 30%;
	}
	#top_support .ico img {
		width: 70%;
	}
	#top_support .ico b {
		width: 60px;
		height: 60px;
	}
	#top_support dl {
		width: 66%;
	}
	#top_support dt {
		text-align: left;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_support h1 {
		font-size: var(--rem30w);
	}
	#top_support h1 b {
		font-size: var(--rem40w);
	}
	#top_support .ico {
		width: 35%;
	}
	#top_support .ico b {
		width: 40px;
		height: 40px;
		font-size: var(--rem24w);
	}
	#top_support dl {
		width: 60%;
	}
}
/**/
#top_msg::before {
	background: url(/wp-content/uploads/top-msg-bg.jpg) no-repeat center center / cover;
}
#top_msg .box {
	background: rgba(255,255,255,0.85);
	border-radius: 20px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_msg .btn {
		display: flex;
		justify-content: center;
		column-gap: 20px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_msg .btn li+li {
		margin-top: 15px;
	}
}
/**/
#top_property::before {
	background: url(/wp-content/uploads/top-property-bg.jpg) no-repeat center center / cover;
}
#top_property ul.list li a {
	display: block;
}
#top_property ul.list li .photo {
	aspect-ratio: 3 / 2;
}
#top_property ul.list li .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#top_property ul.list li .ttl {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #666;
	font-size: var(--rem20w);
	line-height: 1.4;
}
#top_property ul.list li .price {
	color: #D62C2C;
	font-size: 110%;
	font-weight: bold;
}
#top_property ul.list li .price span {
	font-size: 150%;
}
#top_property ul.list li .ico {
	margin-top: 10px;
	margin-bottom: 8px;
	font-size: 95%;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
#top_property ul.list li .ico span {
	display: block;
	padding: 1px 10px;
	background: var(--color-primary);
	border-radius: 5px;
	color: #fff;
	text-align: center;
}
#top_property ul.list li .ico.rent span {
	background: var(--color-primary-shade);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_property ul.list {
		font-size: 95%;
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		column-gap: 2%;
		row-gap: 30px;
	}
	#top_property ul.list li {
		width: 23.5%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#top_property ul.list {
		column-gap: 4%;
	}
	#top_property ul.list li {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_property ul.list li+li {
		margin-top: 30px;
	}
}
/**/
#top_sns .sb_instagram_header .sbi_header_text h3 {
	padding: 0;
	border: none;
}
/**/
#top_link li a {
	overflow: hidden;
	position: relative;
	display: block;
	border-radius: 10px;
}
#top_link li a dl {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	color: #fff;
	background: rgba(0,0,0,0.5);
	z-index: 3;
	/* 縦方向中央揃え */
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#top_link li a dt {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	font-size: var(--rem28);
	font-weight: 500;
}
#top_link li a dt::before {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 34px;
	height: 34px;
	border: 1px solid #fff;
	border-radius: 50%;
	transform: translateY(-50%);
	content: "";
}
#top_link li a dt::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -3px;
	transition: all .3s;
}
#top_link li a dd {
	padding: 0;
}
#top_link li a:hover .photo img {
	transform: scale(1.1); /* 拡大 */
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_link li {
		width: 32%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#top_link ul {
		justify-content: center;
		column-gap: 4%;
		row-gap: 20px;
	}
	#top_link li {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_link li+li {
		margin-top: 20px;
	}
}
/**/
#contact_box::before {
	background: url(/wp-content/uploads/contact-bg.jpg) no-repeat center center / cover;
}
#contact_box h1 {
	font-size: var(--rem36);
}
#contact_box .btn {
	width: 1100px;
	max-width: 100%;
	margin: auto;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: #fff;
	border-radius: 10px;
	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:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#contact_box .btn a i {
	margin-right: 10px;
}
#contact_box .btn a b {
	font-size: var(--rem24);
}
#contact_box .btn .tel a b {
	font-size: var(--rem36);
}
#contact_box .btn .tel a b i {
	font-size: 80%;
}
#contact_box .btn .mail a {
	background: var(--color-primary);
	color: #fff;
}
#contact_box .btn .line a {
	background: var(--color-primary-shade);
	color: #fff;
}
@media print, screen and (min-width:769px){ /* PCのみ */
	#contact_box .btn li {
		width: 32%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下用 */
	#contact_box .btn li+li {
		margin-top: 15px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	font-weight: 500;
}
header#h1Header h1.title b {
	display: block;
	font-size: var(--rem20);
	font-weight: 500;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.page-service header#h1Header img {
		left: -60%;
		transform: none;
	}
	.page-company header#h1Header img {
		left: -80%;
		transform: none;
	}
	.page-contact header#h1Header img {
		left: -30%;
	}
	.page-sitemap header#h1Header img {
		left: -20%;
	}
	.tax-property_cat header#h1Header img,
	.post-type-archive-property header#h1Header img {
		left: -20%;
	}
}
/**/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	font-weight: 500;
	line-height: 1.4;
}
/**/
.post h2.noline::after {
	display: none;
}
/**/
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	選ばれる理由
--------------------------------------------------*/
#reason_about h2 {
	margin-bottom: var(--px30);
	font-size: var(--rem24w);
	text-align: left;
}
#reason_about h2::after {
	display: none;
}
#reason_about h2 b {
	display: block;
	color: var(--color-primary);
	font-size: 80%;
	font-weight: 500;
	font-family: var(--font-family02);
}
/*--------------------------------------------------
	物件査定・売却相談
--------------------------------------------------*/
#oweners_link li {
	margin-bottom: 15px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#oweners_link {
		width: 600px;
		max-width: 100%;
		margin: auto;
		justify-content: center;
		column-gap: 4%;
	}
	#oweners_link li {
		width: 48%;
	}
	#oweners_link li a.linkBtn {
		display: block;
		padding: 15px 30p
	}
}
/**/
#oweners_flow .box {
	position: relative;
	padding: 12px 0 0 120px;
}
#oweners_flow .box:not(:last-child) {
	padding-bottom: 60px;
}
#oweners_flow .box::before {
	position: absolute;
	top: 0;
	left: 25px;
	display: block;
	width: 10px;
	height: 100%;
	background: #eee;
	content: "";
}
#oweners_flow .box h3 {
	position: initial;
}
#oweners_flow .box h3 b {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #fff;
	font-size: var(--rem30);
	font-weight: 500;
	font-family: var(--font-family02);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#oweners_flow .box h3 b::after {
	position: absolute;
	top: 50%;
	right: -40px;
	display: block;
	width: 40px;
	border-bottom: 1px dashed var(--color-primary);
	content: "";
}
#oweners_flow .btn a {
	height: 100%;
	min-height: 70px;
	padding: 15px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	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;
}
#oweners_flow .btn a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#oweners_flow .btn a i {
	margin-right: 10px;
}
#oweners_flow .btn a b {
	font-size: var(--rem20);
}
#oweners_flow .btn .tel a b {
	font-size: var(--rem30);
}
#oweners_flow .btn .tel a b i {
	font-size: 80%;
}
#oweners_flow .btn .mail a {
	background: var(--color-primary);
	color: #fff;
}
#oweners_flow .btn .line a {
	background: var(--color-primary-shade);
	color: #fff;
}
@media print, screen and (min-width:769px){ /* PCのみ */
	#oweners_flow .btn li {
		width: 32%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下用 */
	#oweners_flow .btn li+li {
		margin-top: 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#oweners_flow .box {
		padding-left: 100px;
	}
	#oweners_flow .box:not(:last-child) {
		padding-bottom: 40px;
	}
	#oweners_flow .box::before {
		left: 20px;
		width: 10px;
	}
	#oweners_flow .box h3 b {
		width: 50px;
		height: 50px;
	}
	#oweners_flow .box h3 b::after {
		right: -30px;
		width: 30px;
	}
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	企業理念
--------------------------------------------------*/
#philosophy_about dl {
	position: relative;
	padding-left: 120px;
}
#philosophy_about dl+dl {
	margin-top: 50px;
}
#philosophy_about dt {
	margin-bottom: 10px;
	font-size: var(--rem24w);
}
#philosophy_about dt b {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 90px;
	height: 100%;
	border-right: 1px solid #ccc;
	color: var(--color-primary);
	font-size: var(--rem48w);
	font-weight: 500;
	font-family: var(--font-family02);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
}
#philosophy_about dd {
	padding: 0;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#philosophy_about dl {
		padding-left: 80px;
	}
	#philosophy_about dl+dl {
		margin-top: 40px;
	}
	#philosophy_about dt b {
		width: 60px;
	}
}
/*--------------------------------------------------
	スタッフ紹介
--------------------------------------------------*/
#staff_msg h2 span {
	display: inline-block;
}
#staff_msg h2 span::before,
#staff_msg h2 span::after {
	display: inline-block;
	width: 80px;
	border-bottom: 1px solid var(--color-font);
	vertical-align: middle;
	content: "";
}
#staff_msg h2 span::before {
	margin-right: 20px;
}
#staff_msg h2 span::after {
	margin-left: 20px;
}
#staff_msg .photo img {
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#staff_msg h2 span::before,
	#staff_msg h2 span::after {
		width: 20px;
	}
	#staff_msg h2 span::before {
		margin-right: 15px;
	}
	#staff_msg h2 span::after {
		margin-left: 15px;
	}
}
/**/
#staff_about .name,
#staff_about .msg {
	position: relative;
	overflow: hidden;
	aspect-ratio: 9 / 7;
}
#staff_about .msg_photo {
	overflow: hidden;
	aspect-ratio: 9 / 7;
}
#staff_about .name > img,
#staff_about .msg > img,
#staff_about .msg_photo > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#staff_about .name p {
	position: absolute;
	left: 20px;
	bottom: 20px;
	color: #fff;
	font-size: var(--rem30w);
	font-weight: bold;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	line-height: 1.4;
	z-index: 2;
}
#staff_about .msg .in {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	color: #fff;
	z-index: 2;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#staff_about .msg .in::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(145deg, #1F6161, #1F2B61);
	opacity: 0.78;
	content: "";
	z-index: -1;
}
#staff_about .box:nth-child(even) .msg .in::before {
	background: -webkit-linear-gradient(55deg, #44B346, #7FAE5D);
	background: -o-linear-gradient(55deg, #44B346, #7FAE5D);
	background: linear-gradient(145deg, #44B346, #7FAE5D);
}
#staff_about .msg dl {
	width: 100%;
	padding: 20px 30px;
	border-left: 1px solid #fff;
}
#staff_about .msg dt {
	margin-bottom: 15px;
	font-size: var(--rem24w);
}
#staff_about .msg dd {
	padding: 0;
}
#staff_about .msg dd img {
	position: absolute;
	right: 30px;
	bottom: 20px;
}
@media print, screen and (min-width: 1025px){ /* PC用 */
	#staff_about .box {
		display: flex;
	}
	#staff_about .box:nth-child(odd) {
		flex-direction: row-reverse;
	}
	#staff_about .name,
	#staff_about .msg {
		width: 50%;
	}
	#staff_about .name p {
		left: 40px;
		bottom: 30px;
	}
	#staff_about .msg .in {
		padding: 50px;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1025px){
	#staff_about .name,
	#staff_about .msg,
	#staff_about .msg_photo {
		aspect-ratio: 6 / 7;
	}
	#staff_about .msg .in {
		padding: 30px;
		padding-bottom: 100px;
	}
	#staff_about .msg dd img {
		width: auto;
		height: 50px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#staff_about .msg {
		aspect-ratio: initial;
	}
	#staff_about .msg_photo {
		aspect-ratio: initial;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
	}
	#staff_about .msg .in {
		position: initial;
		top: auto;
		left: auto;
	}
	#staff_about .msg dl {
		padding: 20px;
		margin-bottom: 40px;
	}
	#staff_about .msg dd img {
		width: auto;
		height: 50px;
	}
}
/*--------------------------------------------------
	物件情報検索
--------------------------------------------------*/
h1.search_ttl {
	font-size: var(--rem30w);
}
#search_box h2 {
	margin: var(--px60) 0 var(--px30);
	font-size: var(--rem24w);
	text-align: left;
}
#search_box h2:first-child {
	margin-top: 0;
}
#search_box h2::after {
	width: 100%;
	height: 2px;
	margin-top: 10px;
}
#search_box .btn {
	margin-top: var(--px60);
}
#search_box .btn input {
	width: 300px;
	padding: 10px;
	background: var(--color-primary);
	border-radius: 999px;
	box-sizing: border-box;
	cursor: pointer;
}
#search_box select {
	width: calc(100% - 4em);
	margin-right: 8px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#search_box label {
		display: inline-block;
		margin-right: 30px;
	}
	#search_box .box_w2 {
		width: 700px;
		max-width: 100%;
		margin: auto;
	}
	#search_box .box_w2 p {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#search_box label {
		display: block;
	}
	#search_box .btn input {
		width: 100%;
	}
}
/*--------------------------------------------------
	物件情報
--------------------------------------------------*/
#property_link li {
	margin-bottom: 15px;
}
#property_link li a.linkBtn {
	display: block;
	padding: 15px 30px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#property_link {
		width: 900px;
		max-width: 100%;
		margin: auto;
	}
	#property_link li {
		width: 32%;
	}
}
/* 一覧 */
#property_list > li {
	margin-bottom: 40px;
}
#property_list h2 {
	margin-bottom: var(--px30);
	text-align: left;
}
#property_list h2::after {
	width: 100%;
	height: 2px;
	margin-top: 10px;
}
#property_list table {
	width: auto;
	margin: 0;
}
#property_list table th {
	width: auto;
	padding-right: 1em;
	white-space: nowrap;
}
#property_list .ico {
	margin-bottom: 15px;
}
#property_list .ico li {
	display: inline-block;
	min-width: 80px;
	margin-right: 5px;
	padding: 2px 10px;
	background: var(--color-primary);
	border-radius: 5px;
	color: #fff;
	text-align: center;
}
#property_list .ico.rent li {
	background: var(--color-primary-shade);
}
#property_list span.linkBtn {
	background: #000;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#property_list > li {
		margin-bottom: 60px;
	}
	#property_list .photo {
		width: 30%;
	}
	#property_list .txt {
		width: calc(70% - 30px);
	}
	#property_list .linkBtn {
		width: 200px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#property_list .photo {
		margin-bottom: 15px;
	}
}
/* ページナビ */
.post .wp-pagenavi {
	text-align: center;
}
.post .wp-pagenavi a,
.post .wp-pagenavi span {
	display: inline-block;
	padding: 3px 8px;
	border-radius: 3px;
	transition: all 0.3s ease-in-out;
}
.post .wp-pagenavi span.pages {
	border: none;
}
.post .wp-pagenavi a:hover, 
.post .wp-pagenavi span.current {
	background: var(--color-primary);
	border-color: var(--color-primary);
	color: #fff;
}
/* 詳細 */
#property_detail h2 {
	margin: var(--px100) 0 var(--px30);
	font-size: var(--rem24w);
	text-align: left;
}
#property_detail h2:first-child {
	margin-top: 0;
}
#property_detail h2::after {
	width: 100%;
	height: 2px;
	margin-top: 10px;
}
#property_detail ul.ico li {
	display: inline-block;
	margin-right: 5px;
	padding: 3px 12px;
	border-radius: 5px;
	background: var(--color-primary);
	color: #fff;
}
#property_detail ul.ico.rent li {
	background: var(--color-primary-shade);
}
#property_detail p.price {
	text-align: right;
	font-size: 115%;
}
#property_detail p.price span {
	color: var(--color-primary);
	font-size: var(--rem30w);
}
#property_detail .comment {
	padding-left: 90px;
	background: url(/wp-content/uploads/icn_point-1.png) no-repeat left 15px top 15px / 60px auto;
	border: 1px solid var(--color-primary);
}
#property_detail .box {
	padding: 20px;
	border: 1px solid #ccc;
}
#property_detail .map iframe {
	width: 100%;
	height: 450px;
	vertical-align: bottom;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#property_detail .box_tbl {
		width: 50%;
	}
	#property_detail .box {
		padding: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#property_detail .comment {
		padding-left: 50px;
		background-position: 10px 10px;
		background-size: 40px auto;
	}
	#property_detail .map iframe {
		height: 250px;
	}
}
/**/
#property_detail .tbl_box dl {
	margin-bottom: -1px;
	border: 1px solid var(--color-table-border);
}
#property_detail .tbl_box dt {
	background: var(--color-table-th);
	color: #fff;
	font-weight: 500;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#property_detail .tbl_box dt,
#property_detail .tbl_box dd {
	padding: 15px;
}
#property_detail .tbl_box dd table {
	width: auto;
	margin: 0;
	color: var(--color-font);
	font-size: 100%;
}
#property_detail .tbl_box dd table th,
#property_detail .tbl_box dd table td {
	color: var(--color-font);
}
#property_detail .tbl_box dd table th {
	width: auto;
	padding-left: 0;
	padding-right: 1em;
	font-weight: normal;
	white-space: nowrap;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#property_detail .tbl_box {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#property_detail .tbl_box dl {
		width: 50%;
		border-left: none;
		/* フレックス */
		display: flex;
		justify-content: space-between;
	}
	#property_detail .box_tbl .tbl_box dl,
	#property_detail .tbl_box dl.w1 {
		width: 100%;
	}
	#property_detail .tbl_box dt {
		width: 220px;
	}
	#property_detail .tbl_box dd {
		width: calc(100% - 220px);
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#property_detail .tbl_box dt,
	#property_detail .tbl_box dd {
		padding: 10px;
	}
}
/**/
#photo_main {
	margin-bottom: 15px;
	text-align: center;
	aspect-ratio: 4 / 3;
}
#photo_main img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#photo_thumb {
	overflow: auto;
}
#photo_thumb ul {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 10px;
}
#photo_thumb li {
	width: calc((100% / 3) - (20px / 3));
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#photo_main {
		width: 58%;
	}
	#photo_thumb {
		width: 40%;
		aspect-ratio: 12 / 13;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#photo_thumb {
		height: 120px;
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
.wpcf7-form table+div .wpcf7-form-control-wrap {
	display: inline;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0 !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;
}
/*--------------------------------------------------
	20250626
--------------------------------------------------*/
.font-SM{
    font-family: 'Shippori Mincho';
    font-weight: bold;
}
/*--------------------------------------------------
	20250627
--------------------------------------------------*/
.co-wh {
    COLOR: WHITE !important;
}
/*--------------------------------------------------
	20250630
--------------------------------------------------*/
.fos-25,
.fos-25 strong {
    font-size: 25px !important;
}
	 /* POST */
	.top_news {
		max-width: 1240px;
		margin-left: auto;
		margin-right: auto;
		.front_contents.sec03 {
			&.bg_wide {
				&::before {
					background: url(/wp-content/uploads/top_news_bg_01.jpg) no-repeat center / cover;
				}
			}
		}
	}
	.postlist {
		.post_text {
			color: #CCC;
			padding: 20px 0;
		}
		li {
			border-bottom: 1px solid #ccc;
		}
	}
	.postlist .ttls, .postlist .date {
		color: var(--color-font);
	}
}