@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=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Square+Peg&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #4D4D4D;
	--color-primary: #0BA29B;
	--color-primary-shade: #1DADD5;
	--color-primary-tint: #E0F1F0;
	--color-secondary: #1DADD5;
	--color-table-border: #ccc;
	--color-table-th: #E0F1F0;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #4D4D4D;
	--header-color-primary: #0BA29B;
	--header-color-primary-shade: #1DADD5;
	--header-color-primary-tint: #E0F1F0;
	/*------▼フッター設定▼------*/
	--footer-background: #E0F1F0;
	--footer-color-font: #4D4D4D;
	--footer-color-primary: #4D4D4D;
	/*------▼フォント設定▼------*/
	--font-family01: 'Zen Maru Gothic', sans-serif;
	--font-family02: 'Square Peg', 'Zen Maru Gothic', 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: 769px){ /* PCのみ */
	.post table th,
	.post table td {
		padding: var(--px20);
	}
}
/**/
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
	#wrapper {
		width: 90%;
		padding: 0;
	}
	.anchor_link::before {
		padding-top: 100px;
		margin-top: -100px;
	}
}
@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;
	}
	#scrollUp {
		right: 10px !important;
		bottom: 65px !important;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
/**/
.pad_anchor { margin-top: -110px; padding-top: 110px; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_sp { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
nav#mainNav {
	font-family: var(--font-family01);
}
@media only screen and (min-width: 1024px) {
	#header {
		height: 100px;
	}
	#header .logo img {
		max-height: 80px;
	}
	#header ul.header__contact {
		margin-left: 10px;
	}
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
		background: none;
		color: var(--header-color-font);
		text-align: center;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 24px;
	}
	#header a.head_btn.tel_btn span:not(.note)::before {
		margin-right: 8px;
		font-size: 80%;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f095';
	}
	#header a.head_btn.tel_btn .note {
		font-size: 13px;
		font-weight: normal;
	}
	#header a.head_btn.tel_btn .note b {
		margin-right: 0.5em;
		font-weight: 500;
	}
	#header ul.header__contact li:last-child {
		padding: 10px;
	}
	#header a.head_btn.mail_btn {
		width: 200px;
		border-radius: 999px;
		flex-direction: row;
		text-align: center;
	}
	#header a.head_btn.mail_btn:hover {
		color: var(--header-color-primary);
	}
	#header a.head_btn.mail_btn::before {
		margin: 0 8px 0 0;
		font-size: 95%;
	}
	/**/
	nav#mainNav ul li a {
		padding-left: 20px;
		padding-right: 20px;
	}
	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;
	}
}
@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; }
	#content, #content.wide {
		width: 90%;
	}
	#mainImg {
		margin-top: 0 !important;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#copyright {
	background: none;
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.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: 18px var(--px80);
	border-radius: 999px;
	font-family: var(--font-family01);
	line-height: 1.4;
	transition: all 0.3s ease-in-out !important;
}
#content .linkBtn:hover {
	color: var(--color-primary);
}
#content .linkBtn:hover::after {
	border-color: var(--color-primary);
}
@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;
}
/**/
.photo_maru img {
	border-radius: var(--px20);
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .post h1,
#contact_box h1,
#front-sectionPost h1 {
	color: var(--color-primary);
}
.home .post h1 span,
#contact_box h1 span,
#front-sectionPost h1 span span:first-child {
	display: block;
	font-size: var(--rem20);
}
.home .post h1 b,
#contact_box h1 b,
#front-sectionPost h1 span span:last-child {
	display: block;
	font-size: var(--rem80w);
	font-weight: normal;
	font-family: var(--font-family02);
	line-height: 1.2;
}
/**/
.home .home_none {
	display: none;
}
.home .post .msg {
	font-size: var(--rem24w);
	font-weight: 500;
	font-family: var(--font-family01);
}
.home .post .msg.txt_c {
	font-size: var(--rem20w);
}
@media only screen and (max-width: 640px){ /* スマホ */
	.home .post .msg {
		font-size: var(--rem20w);
	}
}
/**/
#top_concept::before {
	background: url(/wp-content/uploads/top-concept-bg.jpg.webp) no-repeat center center / cover;
}
#top_concept h1 {
	text-align: left;
}
#top_concept .msg {
	font-size: var(--rem28);
}
#top_concept .txt {
	padding: 0 5%;
}
#top_concept .photo img {
	border-radius: 0 var(--px60) var(--px60) 0;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_concept .photo,
	#top_concept .txt {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_concept .photo {
		margin: var(--px50) 5% 0 0;
	}
}
/**/
#top_strength dt {
	margin-bottom: 0.8em;
	color: var(--color-primary);
	font-size: var(--rem24w);
	font-family: var(--font-family01);
	text-align: center;
}
#top_strength dt img {
	border-radius: var(--px20);
}
#top_strength dt b {
	position: relative;
	top: -34px;
	width: 68px;
	height: 68px;
	margin: 0 auto -20px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	font-size: var(--rem36);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_strength dd {
	padding: 0;
}
#top_strength dd .msg {
	font-size: var(--rem18);
	text-align: center;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_strength dl {
		width: 30%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_strength dl+dl {
		margin-top: 30px;
	}
	#top_strength dt b {
		top: -25px;
		width: 50px;
		height: 50px;
		margin-bottom: -10px;
	}
}
/**/
#top_service::before {
	background: url(/wp-content/uploads/top-service-bg.jpg.webp) no-repeat center center / cover;
}
#top_service h2 {
	color: var(--color-primary);
	font-size: var(--rem28);
	text-align: left;
}
#top_service h2::after {
	display: none;
}
#top_service h2 span {
	font-size: var(--rem20);
}
#top_service .photo img {
	border-radius: var(--px30);
}
#top_service .buyers h2 {
	color: var(--color-primary-shade);
}
#top_service .buyers .linkBtn:not(:hover) {
	background: var(--color-primary-shade);
}
#top_service .buyers .linkBtn:hover {
	color: var(--color-primary-shade);
}
#top_service .buyers .linkBtn:hover::after {
	border-color: var(--color-primary-shade);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_service .photo {
		width: 45%;
	}
	#top_service .txt {
		width: 50%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_service::before {
		background-position: left center;
	}
	#top_service .photo {
		margin-bottom: 20px;
	}
}
/**/
#top_staff::before {
	background: url(/wp-content/uploads/top-staff-bg.jpg.webp) no-repeat center center / cover;
}
#top_staff .msg {
	text-align: center;
}
/**/
#top_property .txt {
	font-size: var(--rem20);
	font-weight: 500;
	font-family: var(--font-family01);
	text-decoration: underline;
  text-decoration-color: var(--color-primary);
  text-decoration-style: dashed;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
	line-height: 2.4;
}
/**/
#contact_box::before {
	background: url(/wp-content/uploads/contact-bg.jpg.webp) no-repeat center center / cover;
}
#contact_box .btn {
	width: 740px;
	max-width: 90%;
	margin: auto;
}
.home #contact_box .btn {
	max-width: 100%;
}
#contact_box .btn a {
	height: 100%;
	min-height: 90px;
	padding: 15px;
	background: var(--color-primary-shade);
	border-radius: 999px;
	color: #fff;
	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 a b {
	font-size: var(--rem20);
	font-weight: 500;
}
#contact_box .btn .tel a b {
	font-size: var(--rem28);
}
#contact_box .btn .tel a b i {
	font-size: 85%;
}
#contact_box .btn a:hover {
	background: var(--color-primary-tint) !important;
	color: var(--color-primary-shade);
}
#contact_box .btn .mail a {
	background: var(--color-primary);
}
#contact_box .btn .mail a:hover {
	color: var(--color-primary);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#contact_box .btn a {
		min-height: 140px;
	}
	#contact_box .btn li {
		width: 48.5%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#contact_box .btn li+li {
		margin-top: 15px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	color: var(--color-primary);
	font-weight: 500;
}
#thumbImg::before, header#h1Header::before {
	display: none;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#thumbImg, header#h1Header {
		height: 120px;
	}
}
/**/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-primary);
	font-weight: 500;
	line-height: 1.4;
}
/**/
.post h2::after {
	height: 2px;
}
.post h2.noline::after {
	display: none;
}
/**/
.post h3 {
	padding: 0 0 0.5em;
	border-bottom-width: 1px;
}
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_staff .box {
	background: var(--color-primary-tint);
	border: 1px solid var(--color-primary);
	border-radius: var(--px30);
}
#company_staff .box+.box {
	margin-top: var(--px40);
}
#company_staff h3 b {
	display: block;
	font-size: var(--rem20w);
	font-weight: 500;
}
#company_staff h3 span {
	font-size: var(--rem18);
}
#company_staff .photo img {
	border-radius: 50%;
}
#company_staff dl {
	margin-top: var(--px20);
}
#company_staff dt.label {
	width: 140px;
	padding: 4px 0;
	background: var(--color-primary);
	border-radius: 10px;
	color: #fff;
	text-align: center;
}
#company_staff dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#company_staff .photo {
		width: 20%;
	}
	#company_staff .txt {
		width: 76%;
	}
	#company_staff dl {
		/* フレックス */
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	#company_staff dd {
		width: calc(100% - 160px);
		padding: 4px 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#company_staff .photo {
		width: 60%;
		margin: 0 auto 15px;
	}
	#company_staff dt {
		margin-bottom: 10px;
	}
}
/**/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	サービス
--------------------------------------------------*/
#service_about dt {
	margin-bottom: var(--px20);
	color: var(--color-primary);
	font-size: var(--rem20w);
	font-weight: 500;
	font-family: var(--font-family01);
	text-align: center;
}
#service_about dt figure {
	display: block;
	margin-bottom: var(--px20);
}
#service_about dt span {
	min-height: 3em;
	line-height: 1.5em;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#service_about dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#service_about dl {
		width: 31%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#service_about dl+dl {
		margin-top: 30px;
	}
}
/**/
.plan_txt {
	color: var(--color-primary);
	font-size: var(--rem24w);
	font-family: var(--font-family01);
	font-weight: 500;
}
/**/
#flow_list {
	position: relative;
}
#flow_list::before {
	position: absolute;
	top: 0;
	left: 25px;
	display: block;
	width: 10px;
	height: 100%;
	background: var(--color-primary-tint);
	content: "";
}
#flow_list dl {
	position: relative;
	padding: 15px 0 0 120px;
}
#flow_list dl+dl {
	margin-top: var(--px40);
}
#flow_list dt {
	margin-bottom: 15px;
	padding-bottom: 0.5em;
	border-bottom: 1px solid var(--color-primary);
	color: var(--color-primary);
	font-size: var(--rem20w);
}
#flow_list dt b {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #fff;
	font-size: var(--rem24w);
	font-weight: 500;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#flow_list dt b::before {
	position: absolute;
	top: 50%;
	right: -50px;
	display: block;
	width: 50px;
	border-bottom: 1px dashed var(--color-primary);
	content: "";
}
#flow_list dd {
	padding: 0;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#flow_list::before {
		left: 20px;
	}
	#flow_list dl {
		position: relative;
		padding: 10px 0 0 90px;
	}
	#flow_list dt b {
		width: 50px;
		height: 50px;
	}
	#flow_list dt b::before {
		right: -30px;
		width: 30px;
	}
}
/*--------------------------------------------------
	物件情報
--------------------------------------------------*/
#property_list > li {
	margin-bottom: var(--px60);
}
#property_list > li a {
	display: block;
	color: var(--color-font);
	transition: all 0.3s ease-in-out;
}
#property_list > li a:hover .photo img {
	transform: scale(1.1); /* 拡大 */
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#property_list .photo {
	overflow: hidden;
	position: relative;
	border: 1px solid #B5B5B5;
	aspect-ratio: 3 / 2;
}
#property_list .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#property_list .ico {
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: var(--rem12);
	line-height: 1.3;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
#property_list .ico span {
	display: block;
	padding: 4px 8px;
	background: var(--color-primary-tint);
	border: 1px solid var(--color-primary);
	color: var(--color-primary);
}
#property_list .ico span.condition {
	background: #f5f5f5;
	border-color: #8B8B8B;
	color: #8B8B8B;
}
#property_list .ico span.chuko {
	background: #8B8B8B;
	color: #fff;
}
#property_list .ico span.shinchiku {
	background: #fff;
	color: #8B8B8B;
}
#property_list .ttl {
	margin: 10px 0 5px;
	font-size: var(--rem20w);
	font-family: var(--font-family01);
	font-weight: bold;
}
#property_list .tbl {
	font-size: 90%;
	line-height: 1.5;
	text-align: center;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
#property_list .tbl dl {
	width: 100%;
}
#property_list .tbl dl:not(.price) {
	width: calc((100% / 3) - (8px * 2 / 3));
}
#property_list .tbl dt {
	margin-bottom: 5px;
	padding: 2px 0;
	background: var(--color-primary-tint);
	font-weight: normal;
}
#property_list .tbl dd {
	padding: 0;
}
#property_list .tbl dl.price dd {
	font-size: var(--rem30);
	font-weight: bold;
	line-height: 1.3;
}
#property_list .tbl dl.price dd span {
	font-size: var(--rem18);
}
@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 h1 {
	padding: 0 0 0.5em;
	border-bottom: 1px solid var(--color-primary);
	font-size: var(--rem24w);
}
#property_detail h2 {
	position: relative;
	margin-top: var(--px80);
	margin-bottom: var(--px20);
	padding-left: 25px;
	font-size: var(--rem20w);
	text-align: left;
}
#property_detail h2::after {
	position: absolute;
	top: 0.35em;
	left: 0;
	width: 14px;
	height: 14px;
	margin: 0;
	border-radius: 50%;
}
#property_detail .price dl {
	color: var(--color-primary);
}
#property_detail .price dt {
	width: 100px;
	margin-bottom: 1em;
	padding: 2px;
	background: var(--color-primary-tint);
	border-radius: 5px;
	text-align: center;
}
#property_detail .price dd {
	padding: 0;
	color: var(--color-primary);
	font-size: var(--rem40w);
	font-weight: bold;
}
#property_detail .price dd span {
	font-size: var(--rem20);
}
#property_detail .ico {
	line-height: 1.4;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
#property_detail .ico span {
	padding: 4px 15px;
	border: 1px solid var(--color-primary);
	color: var(--color-primary);
}
#property_detail .movie {
	margin: 0;
}
/**/
#photo_thumb {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#photo_thumb li {
	width: calc((100% / 11) - (10px * 10 / 11));
}
#photo_main {
	margin-top: var(--px20);
	text-align: center;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#photo_thumb li {
		width: calc((100% / 8) - (10px * 7 / 8));
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#photo_thumb li {
		width: calc((100% / 4) - (10px * 3 / 4));
	}
}
/**/
#property_detail .box_tbl {
	border-left: 1px solid var(--color-table-border);
}
#property_detail .box_tbl dl:nth-child(1) {
	border-top: 1px solid var(--color-table-border);
}
#property_detail .box_tbl dt,
#property_detail .box_tbl dd {
	padding: 15px;
	border-right: 1px solid var(--color-table-border);
	border-bottom: 1px solid var(--color-table-border);
}
#property_detail .box_tbl dt {
	background: var(--color-table-th);
	font-weight: 500;
}
#property_detail .box_tbl dd.red {
	color: #CC0033;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#property_detail .box_tbl:not(.w1) {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#property_detail .box_tbl:not(.w1) dl {
		width: 50%;
	}
	#property_detail .box_tbl:not(.w1) dl:nth-child(2) {
		border-top: 1px solid var(--color-table-border);
	}
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#property_detail .box_tbl dl {
		display: flex;
	}
	#property_detail .box_tbl dt {
		width: 200px;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
	}
	#property_detail .box_tbl dd {
		width: calc(100% - 200px);
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#property_detail .box_tbl dt,
	#property_detail .box_tbl dd {
		padding: 10px;
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#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"] {
	width: 100%;
	padding: 15px 35px;
}
.post form.wpcf7-form .linkBtn:hover input[type="submit"] {
	color: var(--color-primary);
}

#company_staff > iframe {
	width: 100%;
}

.googlemap {
    margin: var(--px20) auto;	
}