@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+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #040F16;
	--color-primary: #014BAE;
	--color-primary-shade: #C6191A;
	--color-primary-tint: #C6191A;
	--color-secondary: #C6191A;
	--color-table-border: #DDD;
	--color-table-th: #014BAE;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #014BAE;
	--header-color-font: #fff;
	--header-color-primary: #C6191A;
	--header-color-primary-shade: #014BAE;
	--header-color-primary-tint: #014BAE;
	/*------▼フッター設定▼------*/
	--footer-background: #014BAE;
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: "M PLUS Rounded 1c", sans-serif;
	--font-family02: 'Montserrat Alternates', 'Noto Sans JP', sans-serif;
}

/*--------------------------------------------------
	vision
--------------------------------------------------*/
.fw_contents {
    margin-top: 0;
    margin-bottom: 0;
}
#content:has(.fw_contents), body:not(.home) #content:has(.fw_contents).wide {
    padding: 0;
}


/*---------txtstyle09-----------*/
	
.post .txtstyle09 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
    color: var(--color-font);
    line-height: 1.4;
	overflow-wrap: break-word;
	padding: 0;
	margin: var(--rem42) auto var(--rem30);
	border: none;
	background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.post .txtstyle09 .subtxt {
    display: block;
    font-size: var(--rem12);
    color: #fff;
    font-weight: 500;
    padding: 0.2rem 0.5rem;
    margin: 0 0 var(--rem14);
    border: none;
    background: var(--color-primary);
}
.post .txtstyle09::before, .post .txtstyle09::after {
	content: none;
}


/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table th {
	background: var(--color-table-th);
	color: #fff;
	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: var(--header-background) !important;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.fw_contents .page_contents_inner {
		padding-bottom: var(--px100);
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.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 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: 22px;
	}
	#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.mail_btn {
		flex-direction: row;
	}
	#header a.head_btn.mail_btn::before {
		margin: 0 8px 0 0;
		font-size: 95%;
	}
	/**/
	nav#mainNav {
		height: auto;
	}
	nav#mainNav ul li a b,
	nav#mainNav ul li a span {
		color: var(--header-color-font) !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 a {
		position: relative;
	}
	nav#mainNav ul li a::after {
		position: absolute;
		left: 50%;
		bottom: 5px;
		display: block;
		width: 0;
		height: 2px;
		background: var(--header-color-primary);
		content: "";
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		transition: all 0.3s ease-in-out;
	}
	nav#mainNav ul li.current-menu-item a::after, nav#mainNav ul li a:hover::after, nav#mainNav ul li a:active::after, nav#mainNav ul li.current-menu-parent a::after, nav#mainNav ul li.current-menu-ancestor a::after {
		width: 30px;
	}
	nav#mainNav ul li li a::after {
		display: none !important;
	}
}
@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; }
	.spmenu #menu span,
	.spmenu #menu span:before,
	.spmenu #menu span:after {
		background: #fff;
	}
	.spmenu #menu p {
		color: #fff;
	}
	nav#mainNav ul li.current-menu-item a,
	nav#mainNav ul li a:hover {
		color: rgba(255,255,255,0.6);
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#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%; }
	.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%;
}
/**/
.post table.tbl_line,
.post table.tbl_line th,
.post table.tbl_line td {
	background: none;
	border: none;
}
.post table.tbl_line {
	border-top: 1px solid #ddd;
}
.post table.tbl_line tr {
	border-bottom: 1px solid #ddd;
}
.post table.tbl_line th {
	color: var(--color-font);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.post table.tbl_line th,
	.post table.tbl_line td {
		padding: 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post table.tbl_line.responsive th {
		padding-bottom: 5px;
	}
	.post table.tbl_line.responsive td {
		padding-top: 0;
	}
}
/**/
.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; }
/**/
.bg_gray::before {
	background: #EFEFEE;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.post h1 b,
#front-sectionPost h1 span span:first-child {
	display: block;
	color: var(--color-primary);
	font-size: 55%;
	font-weight: bold;
	font-family: var(--font-family02);
}
#top_service h1,
#top_property h1,
#front-sectionPost h1 {
	color: #4D4D4D;
}
#top_concept h1 b,
#top_property h1 b,
#front-sectionPost h1 span span:first-child {
	color: var(--color-primary-tint);
}
/**/
#top_concept h1 {
	text-align: left;
}
#top_concept .ttl {
	background: url(/wp-content/uploads/top-concept-bg.png.webp) no-repeat right center / contain;
}
#top_concept .photo li {
	width: calc(100% / 3);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_concept .ttl {
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
	}
	#top_concept .ttl h1 {
		margin: 0;
	}
}
/**/
#top_service dt b {
	display: block;
	margin: 16px 0;
	color: var(--color-primary);
	font-size: 125%;
}
#top_service dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_service .box_w2 {
		row-gap: 60px;
	}
	#top_service dl {
		position: relative;
		width: 48.5%;
		padding-bottom: 60px;
	}
	#top_service dl:nth-child(n+3) {
		width: 32%;
	}
	#top_service dd .btn {
		position: absolute;
		right: 0;
		bottom: 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_service dl+dl {
		margin-top: 40px;
	}
	#top_service dt img {
		aspect-ratio: 5 / 2;
	}
}
/**/
body:not(.home) #content:has(#contact_box) {
	padding-bottom: 0 !important;
}
#contact_box::after {
	height: 70%;
	background: url(/wp-content/uploads/top-contact-bg.jpg.webp) no-repeat center center / cover;
}
#contact_box .btn {
	width: 1000px;
	max-width: 100%;
	margin: auto;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 20px;
	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;
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn .tel a b {
	margin: 5px auto;
	font-size: 180%;
}
#contact_box .btn .tel a b i {
	font-size: 80%;
}
#contact_box .btn a:hover,
#contact_box .btn .mail a {
	background: #F6F6F6;
	color: var(--color-primary);
}
#contact_box .btn .mail a b {
	display: block;
	width: 300px;
	max-width: 90%;
	margin: 10px auto;
	padding: 10px;
	background: var(--color-primary);
	border-radius: 999px;
	color: #fff;
	font-weight: 500;
	text-align: center;
}
#contact_box .btn .mail a:hover {
	background: var(--color-primary);
	color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: 50%;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	position: relative;
	background: none;
}
#front_bottom_content::before,
#front_bottom_content::after {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background: #EFEFEE;
	content: "";
	z-index: -1;
}
#front_bottom_content {
	margin-bottom: 350px;
}
#front_bottom_content::after {
	top: auto;
	bottom: -350px;
	height: 350px;
	background: url(/wp-content/uploads/top-news-bg.jpg.webp) no-repeat center center / cover;
}
@media only screen and (max-width: 768px) {  /* タブレット以下用 */
	#front_bottom_content {
		margin-bottom: 250px;
	}
	#front_bottom_content::after {
		bottom: -250px;
		height: 250px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#front_bottom_content {
		padding-top: 0;
		margin-bottom: 150px;
	}
	#front_bottom_content::after {
		bottom: -150px;
		height: 150px;
	}
}
/*--------------------------------------------------
	ボタン
--------------------------------------------------*/
.post .linkBtn.btn_link,
#front-sectionPost .linkBtn {
	display: inline-block;
	width: auto;
	max-width: none;
	padding: 15px 5px;
	padding-right: 80px;
	background: none;
	border-bottom: 1px solid var(--color-font);
	border-radius: 0;
	color: var(--color-font);
	text-align: left;
	line-height: 1.4;
}
.post .linkBtn.btn_link::before,
#front-sectionPost .linkBtn::before {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	width: 30px;
	height: 30px;
	background: var(--color-primary);
	border-radius: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	content: "";
}
.post .linkBtn.btn_link::after,
#front-sectionPost .linkBtn::after {
	right: 19px;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	transition: all 0.3s ease-in-out;
}
.post .linkBtn.btn_link:hover::before,
#front-sectionPost .linkBtn:hover::before {
	right: 0;
}
.post .linkBtn.btn_link:hover::after,
#front-sectionPost .linkBtn:hover::after {
	right: 14px;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
/* サブタイトルの文字を見えなくしたい
header#h1Header h1.title {
	z-index: -1;
}
*/
/* サブタイトルの透過マスクを取りたい
#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 h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
.company_photo img {
	width: 250px;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.company_photo img {
		width: 180px;
		max-width: 60%;
	}
}
/**/
#company_profile {
	padding: 20px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
#company_profile li {
	position: relative;
	padding-left: 22px;
}
#company_profile li::before {
	position: absolute;
	top: 0.8em;
	left: 0;
	display: block;
	width: 8px;
	height: 8px;
	background: var(--color-primary);
	border-radius: 50%;
	content: "";
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#company_profile {
		padding: 30px;
	}
}
/*--------------------------------------------------
	物件情報
--------------------------------------------------*/
/**/
.post ul.pro_cat {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px;
}
.post ul.pro_cat li {
	padding: 4px 12px;
	background: var(--color-primary);
	color: #fff;
	font-size: 90%;
}
/**/
#property_list > li {
	margin-bottom: 30px;
	padding: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
#property_list h2 {
	margin: 10px 0;
	font-size: 120%;
	text-align: left;
}
#property_list h2::after {
	display: none;
}
#property_list .pro_cat li {
	font-size: 85%;
	line-height: 1.4;
}
#property_list .photo a {
	display: block;
	aspect-ratio: 5 / 3;
}
#property_list .photo a img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#property_list .txt {
	position: relative;
	padding: 5px 5px 40px;
}
#property_list .price {
	text-align: right;
}
#property_list .price b {
	font-size: 130%;
}
#property_list table {
	margin: 0;
}
#property_list table th {
	width: auto;
	padding-left: 0;
	padding-right: 1em;
	white-space: nowrap;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#property_list {
		display: flex;
		flex-wrap: wrap;
		column-gap: 2%;
	}
	#property_list > li {
		width: 23.5%;
		margin-bottom: 60px;
	}
}
/**/
#property_detail h1 {
	margin: 15px 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid var(--color-primary);
	font-size: var(--rem28);
	text-align: left;
}
#property_detail h2 {
	font-size: var(--rem28);
	text-align: left;
}
#property_detail h2 b {
	display: block;
	color: var(--color-primary);
	font-size: 55%;
	letter-spacing: 0;
}
#property_detail .txt {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}
#property_detail .price {
	text-align: right;
}
#property_detail .price b {
	font-size: 140%;
}
#property_detail .photo ul {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	column-gap: 2.5%;
	row-gap: 15px;
}
#property_detail .photo ul li {
	width: 18%;
}
#property_detail .box_note {
	padding: 20px;
	background: #EFEFEF;
	border: 1px solid #CCC;
}
#property_detail .box_note dt {
	margin-bottom: 15px;
	padding: 0 0 8px;
	border-bottom: 1px solid var(--color-primary);
	color: var(--color-primary);
	font-size: 120%;
	font-weight: 500;
}
#property_detail .box_note dd {
	padding: 0;
}
#property_detail .btn {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
#property_detail .btn .linkBtn {
	display: block;
	width: auto;
	max-width: none;
	padding: 15px 30px;
	border-radius: 999px;
	line-height: 1.5;
}
#property_detail .tbl_line th {
	width: 20%;
}
#property_detail .map iframe {
	width: 100%;
	height: 450px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#property_detail .btn li {
		width: 48%;
	}
	#property_detail .box_note {
		padding: 30px;
	}
	#photo_main {
		width: 48%;
	}
	#photo_thumb {
		width: 50%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#photo_main {
		margin-bottom: 15px;
	}
	#property_detail .photo ul {
		row-gap: 10px;
	}
	#property_detail .btn li+li {
		margin-top: 15px;
	}
	#property_detail .map iframe {
		height: 250px;
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#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 .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;
}

@media screen and (max-width: 640px) {
    /* スマホ用のスタイル */
    
    /* pc_br クラスを持つ <br> 要素を非表示にする */
    .pc_br {
        display: none; /* スマホ表示時に非表示 */
    }
}