@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=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
	/*------▼基本設定▼------*/
	--color-background: #fff;
	--color-font: #242422;
	--color-primary: #ff6600;
	--color-primary-shade: #ddd;
	--color-primary-tint: #333333;
	--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: #ff6600;
	--header-color-font: #FFF;
	--header-color-primary: #000;
	--header-color-primary-shade: #ddd;
	--header-color-primary-tint: #FFF;
	/*------▼フッター設定▼------*/
	--footer-background: #ff6600;
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Serif JP', sans-serif;
	--font-family02: 'Cormorant Garamond', 'Noto Sans JP', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post table th {
	background: var(--color-table-th);
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.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; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
#header {
	font-family: var(--font-family01);
}
@media only screen and (min-width: 1024px) {
	#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) {
		position: relative;
		font-size: 20px;
	}
	#header a.head_btn.tel_btn span:not(.note)::after {
		position: absolute;
		top: -1em;
		right: -1em;
		font-size: 9px;
		line-height: 1.4;
		content: "ハナへゴーゴー";
	}
	#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: 11px;
	}
	#header a.head_btn {
		text-align: center;
	}
	#header a.head_btn::before {
		display: none;
	}
	#header a.head_btn.mail_btn:hover {
		color: var(--header-color-primary);
	}
	#header a.head_btn.mail_btn b {
		display: block;
		font-size: 14px;
	}
	#header a.head_btn.mail_btn b+span {
		font-size: 10px;
		font-weight: normal;
	}
	/**/
	nav#mainNav {
		height: auto;
	}
	nav#mainNav ul li a b {
		font-weight: 500;
	}
	nav#mainNav ul li a span {
		font-weight: normal;
		color: var(--header-color-primary) !important;
	}
	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; }
	body.mobile #header { z-index: 200; }
	nav#mainNav ul li a {
		background-color: var(--header-background) !important;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer {
	
}
/* ロゴの大きさ調整
#footer .footer__logo img {
	max-height: var(--px100);
}
*/
#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_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%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
.post p {
	line-height: 1.8;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }

/**/
#front-sectionPost .txt_c .linkBtn,
.post .linkBtn {
	width: auto;
	padding: 10px 50px;
	padding-right: 70px;
	border-radius: 0;
	max-width: 95%;
	font-family: var(--font-family02);
}
.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
	background: var(--color-primary-tint);
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home #content h1 {
	line-height: 1.0;
}
.home #content h1 b {
	display: block;
	font-weight: 500;
}
.home #content h1 b+span {
	font-size: var(--rem18);
}
#front-sectionPost .listTitle h1.title::after,
.post h1.sub::after {
	content:"";
	display:block;
	width:60px;
	height:1px;
	background-color:#242422;
	margin: auto;
	margin-top: 15px;
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/**/
#top_about .in {
	position: relative;
	top: -30px;
}
#top_about h1 b {
	font-weight: normal;
	font-size: var(--rem80);
	letter-spacing: .2em;
}
#top_about h1 span {
	padding-top: 30px;
    display: block;
	font-size: var(--rem28);
}
#top_about .in p {
	line-height: 2.5;
}
/**/
#top_service h1 {
	text-align: left;
	width: 100%;
}
#top_service::before {
	background: #F5F5F5;
}
#top_service .bg01::before {
	background: url(/wp-content/uploads/top-service-bg.jpg) no-repeat center center/ cover;
	width: 80%;
	left: auto;
	right: 0;
}
#top_service .bg02::before {
	background: url(/wp-content/uploads/top-company-bg.jpg) no-repeat center center/ cover;
	width: 80%;
}
#top_service .txt {
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media only screen and (max-width: 768px) { /* タブレット用 */
	.w50 {
		margin-bottom: 0;
	}
	.w50.photo {
		height: 300px;
		overflow: hidden;
	}
	.w50.photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		object-position: center;
	}
}
/**/
#top_contents {
	column-gap: 3.5%;
	row-gap:1.5rem;
}
#top_contents h2 {
	text-align: left;
	line-height: 1.0;
}
#top_contents h2 b {
	display: block;
	font-weight: 500;
}
#top_contents h2 span {
	font-size: var(--rem20);
	font-weight: 500;
}
#top_contents h2::after {
	display: none;
}
#top_contents dl {
	margin-top: 1.5rem; 
}
#top_contents .photo {
	overflow: hidden;
}
#top_contents 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_contents a {
		width: 31%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_contents .photo {
		height: 180px;
	}
	#top_contents .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		object-position: center;
	}
}
/**/
#contact_box::before {
	background: #F5F5F5;
}
#contact_box .btn {
	width: 800px;
	max-width: 95%;
	margin: auto;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: var(--color-primary);
	color: #fff;
	line-height: 1.5;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-family: var(--font-family01);
}
#contact_box .btn .tel a {
	color: var(--color-font);
	background: #fff;
}
#contact_box .btn .tel a b {
	position: relative;
	font-size: 130%;
}
#contact_box .btn .tel a b::after {
	position: absolute;
	top: -1em;
	right: -1em;
	font-size: 9px;
	line-height: 1.3;
	content: "ハナへゴーゴー";
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn a i::before {
	font-size: 90%;
}
#contact_box .btn a b {
	font-size: 120%;
}
#contact_box .btn a:hover {
	background: #fff;
	color: var(--color-primary);
}
#contact_box .btn .tel a:hover {
	background: var(--color-primary);
	color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: 50%;
	}
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	color: #000;
}
#thumbImg::before, header#h1Header::before {
	display: none;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
}
.post h2.noline::after {
	display: none;
}
.post h2.pick {
	color: var(--color-primary);
}
.post h2.sub {
	padding-left: 20px;
	border-left: solid 5px var(--color-primary);
	line-height: 1.0;
	text-align: left;
}
.post h2.sub b {
	display: block;
	font-weight: normal;
}
.post h2.sub b+span {
	font-size: var(--rem20);
}
/**/
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	下層共通
--------------------------------------------------*/
.post table,
.post table th,
.post table td {
	border: 0;
	background-color: transparent;
	font-family: var(--font-family01);
	font-weight: normal;
}
.post table tr {
	border-bottom: solid 1px #DAD7D7;
}
.post table tr:first-child {
	border-top: solid 1px #DAD7D7;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
.name {
	font-weight: 500;
	font-family: var(--font-family01);
}
/*--------------------------------------------------
	事業内容
--------------------------------------------------*/
#service .ttl_num {
	text-align: left;
	font-family: "Inter", sans-serif;
}
#service .ttl_num span {
	border-bottom: solid 2px var(--color-primary);
	margin-right: 5px;
	padding-bottom: 3px;
}
#service .ttl_num b {
	font-weight: 500;
	color: var(--color-primary);
	font-size: var(--rem28);
}
#service h2 {
	font-family: "Inter", sans-serif;
	color: var(--color-primary);
	text-align: left;
	margin: 0 0 auto;
	font-size: var(--rem28);
	font-weight: 500;
}
#service .photo img {
	width: 100%;
}
/*--------------------------------------------------
	物件情報
--------------------------------------------------*/
.post ul.property_ico {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px;
}
.post ul.property_ico li {
	padding: 8px 12px;
	background: #FEE2D0;
	border: 1px solid var(--color-primary);
	font-size: 80%;
	line-height: 1.3;
	text-align: center;
}
.post ul.property_ico li.ico01 {
	background: #fff;
	border-color: #3B3B3B;
}
.post ul.property_ico li.ico02 {
	background: #635A4D;
	border-color: #635A4D;
	color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.post ul.property_ico li {
		min-width: 80px;
	}
}
@media only screen and (max-width: 820px) {  /* タブレット以下用 */
	.post ul.property_ico {
		column-gap: 8px;
		row-gap: 8px;
	}
	.post ul.property_ico li {
		padding: 6px 8px;
	}
}
/**/
#property_list h3 {
	margin: 0;
	padding: 8px 20px;
	background: var(--color-primary);
	border: none;
	color: #fff;
	font-size: var(--rem24w);
}
#property_list .box {
	padding: 20px;
	border: 1px solid var(--color-primary);
}
#property_list .photo {
	position: relative;
}
#property_list .photo .list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 12px;
	row-gap: 12px;
}
#property_list .photo .list li {
	overflow: hidden;
	width: 100%;
	aspect-ratio: 5 / 3;
}
#property_list .photo .list li img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#property_list .photo .list li+li {
	width: calc(25% - 9px);
}
#property_list .price {
	text-align: right;
}
#property_list .price dl {
	display: inline-block;
	text-align: left;
}
#property_list .price dt {
	font-weight: normal;
}
#property_list .price dd {
	padding: 0;
	color: var(--color-primary);
	font-size: 150%;
	font-weight: 500;
}
#property_list table.clear {
	width: auto;
	margin: 0;
}
#property_list table.clear,
#property_list table.clear th,
#property_list table.clear td {
	font-size: 100%;
	font-family: var(--body-font-family);
}
#property_list table.clear tr {
	border: none;
}
#property_list table.clear th {
	width: auto;
	padding-left: 0;
	padding-right: 1.5em;
	white-space: nowrap;
}
#property_list table.clear td {
	padding-bottom: 10px;
}
#property_list .tbl_box {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #FEE2D0;
	border-left: 1px solid #FEE2D0;
	text-align: center;
}
#property_list .tbl_box dl {
	width: calc(100% / 3);
	border-right: 1px dashed #E5D2C5;
	border-bottom: 1px solid #FEE2D0;
}
#property_list .tbl_box dt {
	padding: 10px;
	background: #FEE2D0;
	font-weight: 500;
}
#property_list .tbl_box dd {
	padding: 10px;
}
#property_list .linkBtn {
	background: #fff;
	border: 1px solid var(--color-primary);
	border-radius: 10px;
	color: var(--color-font);
}
#property_list .linkBtn:hover {
	background: var(--color-primary);
	color: #fff;
}
#property_list .linkBtn:not(:hover)::after {
	border-color: var(--color-font);
}
@media print, screen and (min-width:769px){ /* PCのみ */
	#property_list .tbl_box dl:nth-child(3n),
	#property_list .tbl_box dl:last-child {
		border-right: 1px solid #FEE2D0;
	}
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#property_list .box {
		padding: 30px;
	}
	#property_list .photo {
		width: 44%;
	}
	#property_list .txt {
		width: 52%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下用 */
	#property_list table.clear,
	#property_list .tbl_box {
		font-size: 90%;
	}
	#property_list .tbl_box dl {
		width: calc(100% / 2);
	}
	#property_list .tbl_box dl:nth-child(2n),
	#property_list .tbl_box dl:last-child {
		border-right: 1px solid #FEE2D0;
	}
	#property_list .tbl_box dt,
	#property_list .tbl_box dd {
		padding: 6px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#property_list .photo .list li+li {
		width: calc(50% - 6px);
	}
}
/**/
#property_detail h2 {
	padding: 8px 20px;
	background: var(--color-primary);
	border: none;
	color: #fff;
	font-size: var(--rem24w);
	text-align: left;
}
#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 .ico {
	text-align: right;
}
#property_detail .ico span {
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid var(--color-font);
	text-align: center;
	line-height: 1.4;
}
#property_detail .box {
	display: flex;
	flex-wrap: wrap;
}
#property_detail .box dl {
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #DDD;
	font-family: var(--font-family01);
	line-height: 1.4;
}
#property_detail .box dl:first-child {
	margin-right: 10px;
	border-right: none;
}
#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: 150%;
}
#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 {
	border-top: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
}
#property_detail .tbl_box dt,
#property_detail .tbl_box dd {
	padding: 10px;
	border-right: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
}
#property_detail .tbl_box dt {
	background: #FEE2D0;
	font-weight: 500;
	text-align: center;
}
#property_detail .facility {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	column-gap: 14px;
	row-gap: 14px;
}
#property_detail .facility li {
	width: calc((100% / 7) - 12px);
	padding: 6px;
	border: 1px solid #E6DBC8;
	border-radius: 5px;
	color: #E6DBC8;
	text-align: center;
}
#property_detail .facility li.on {
	border-color: var(--color-primary);
	color: var(--color-primary);
}
@media print, screen and (min-width:769px){ /* PCのみ */
	#property_detail .tbl_box:not(.w1) {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#property_detail .tbl_box:not(.w1) dl {
		width: 50%;
	}
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#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%;
		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 dt {
		width: 20%;
	}
	#property_detail .tbl_box.w1 dd {
		width: 80%;
	}
}
@media only screen and (max-width: 1340px) {  /* タブレット以下用 */
	#property_detail .facility {
		column-gap: 15px;
		row-gap: 15px;
	}
	#property_detail .facility li {
		width: calc((100% / 5) - 12px);
	}
}
@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 .photo ul {
		margin-top: 15px;
	}
	#property_detail .photo ul li {
		margin-bottom: 10px;
	}
	#property_detail .box dl:first-child {
		width: 100%;
		margin-bottom: 15px;
	}
	#property_detail .facility li {
		width: calc((100% / 2) - 5px);
	}
}
/**/
.txt_link {
	color: var(--color-primary);
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#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;
}
.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;
}