@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');

:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #4D4D4D;
	--color-primary: #5068A9;
	--color-primary-shade: #86A6DF;
	--color-primary-tint: #324E7B;
	--color-secondary: #86A6DF;
	--color-table-border: #EBEBEB;
	--color-table-th: #5068A9;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #F6F6F6;
	--header-color-font: #324E7B;
	--header-color-primary: #4670B4;
	--header-color-primary-shade: #F6F6F6;
	--header-color-primary-tint: #324E7B;
	/*------▼フッター設定▼------*/
	--footer-background: #FFF;
	--footer-color-font: #4D4D4D;
	--footer-color-primary: #4D4D4D;
	/*------▼フォント設定▼------*/
	--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;
}

@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;
	}
}

/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.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: 85%;
		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 {
		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;
	}
}

/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer {
	background: url(/wp-content/uploads/footer-bg.jpg.webp) no-repeat center center / cover;
}

#footer .footer__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 30px;
}

#footer .footer__logo img {
	display: block;
	margin: 0 auto;
	max-width: 150px;
	max-height: var(--px120);
}

#footer .footer__logo a+a img {
	margin-top: 8px;
}

#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%;
}

/**/
/*
#content .linkBtn {
	width: auto;
	max-width: none;
	border-radius: 0;
	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,
.photo_wide {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.photo_wide img {
	width: 100%;
}

.w600,
.w800,
.w900,
.w1000 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}

.w800 {
	width: 800px;
}

.w900 {
	width: 900px;
}

.w1000 {
	width: 1000px;
}

/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.post h1 b,
#front-sectionPost h1 span span:first-child {
	display: block;
	color: var(--color-primary-shade);
	font-size: 150%;
	font-weight: 100;
	font-family: var(--font-family02);
	line-height: 1;
}

.post h1 b+span,
#front-sectionPost h1 span span:last-child {
	display: block;
	font-size: 70%;
	font-weight: 500;
}

/**/
#top_contents .box {
	position: relative;
	top: -200px;
	margin-bottom: -200px;
	background: var(--color-primary);
	color: #fff;
}

#top_contents .box h1 {
	margin-left: 0;
	text-align: left;
}

#top_contents .box h1 b {
	color: #B6E4FC;
	font-size: 140%;
	font-weight: 300;
}

#top_contents .box h1 b+span {
	color: #fff;
	font-size: 60%;
	font-weight: 200;
}

@media print,
screen and (min-width: 641px) {

	/* PC用 */
	#top_contents .w50 {
		margin: 0;
	}

	#top_contents .txt {
		/* 縦方向中央揃え */
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
	}

	#top_contents .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}

@media only screen and (max-width: 768px) {

	/* タブレット以下用 */
	#top_contents .box {
		top: -100px;
		margin-bottom: -100px;
	}
}

@media only screen and (max-width: 640px) {

	/* スマホ用 */
	#top_contents .box {
		top: -50px;
		margin-bottom: -50px;
	}
}

/**/
#top_company {
	background: url(/wp-content/uploads/top-company-bg.jpg.webp) no-repeat center center / cover;
}

#top_company,
#top_company h1,
#top_company h1 b {
	color: #fff;
}

#top_company h1 {
	text-align: left;
}

#top_company .linkBtn {
	border-color: #fff;
	color: #fff;
}

#top_company .linkBtn::before,
#top_company .linkBtn::after {
	border-color: #fff;
}

@media print,
screen and (min-width: 641px) {

	/* PC用 */
	#top_company {
		padding-right: 50%;
	}
}

@media print,
screen and (min-width:769px) {

	/* PCのみ */
	#top_company {
		padding: 70px;
		padding-right: 50%;
	}
}

/**/
body:not(.home) #content:has(#contact_box) {
	padding-bottom: 0 !important;
}

#contact_box::before {
	background: url(/wp-content/uploads/top-news-bg.jpg) no-repeat center center / cover;
}

#contact_box .box {
	background: rgba(255, 255, 255, 0.8);
}

#contact_box .btn {
	width: 800px;
	max-width: 100%;
	margin: auto;
}

#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: var(--color-primary-tint);
	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 {
	font-size: 150%;
}

#contact_box .btn a:hover,
#contact_box .btn .mail a {
	background: #FFF;
	color: var(--color-primary-tint);
}

#contact_box .btn .mail a:hover {
	background: var(--color-primary-tint);
	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 {
	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: #F0F0F0;
	content: "";
	z-index: -1;
}

#front_top_content h1 span span:last-child {
	color: var(--color-primary-tint);
}

#front_top_content .txt_c {
	width: 500px;
	max-width: 100%;
	margin: auto;
	background: url(/wp-content/uploads/top-property-parts01.png.webp) no-repeat left center / contain,
		url(/wp-content/uploads/top-property-parts02.png.webp) no-repeat right center / contain;
}

#front_top_content .linkBtn::before {
	background: var(--color-primary);
	border: none !important;
}

#front_top_content .linkBtn::after {
	border-color: #fff !important;
}

/*--------------------------------------------------
	ボタン
--------------------------------------------------*/
.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;
	border: 1px solid var(--color-font);
	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;
	border-color: var(--color-font);
	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 {
	font-weight: 500;
}

h1.title,
.post h1,
.post h2,
.post h3,
.post h4 {
	color: var(--color-font);
	font-weight: 500;
}

/**/
.post h2::after {
	display: none;
}

.post h2 {
	line-height: 1.4;
}

.post h2 b {
	display: block;
	color: var(--color-primary-shade);
	font-size: 120%;
	font-weight: 200;
	font-family: var(--font-family02);
	line-height: 1;
}

.post h2 b+span {
	display: block;
	font-size: 60%;
}

/**/
.post h3.noline {
	padding: 0;
	border: none;
}

/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}

/*--------------------------------------------------
	採用情報
--------------------------------------------------*/
.staff_box h3 span {
	display: block;
	font-size: 60%;
}

/*--------------------------------------------------
	検索窓
--------------------------------------------------*/
#search_box {
	overflow: hidden;
	background: #f5f5f5;
	border-radius: 20px;
}

#search_box h3 {
	padding: 10px;
	background: var(--color-primary);
	border: none;
	color: #fff;
	font-size: var(--rem24w);
	text-align: center;
}

#search_box .in {
	padding: 20px;
	text-align: center;
}

#search_box .in dl {
	width: 800px;
	max-width: 100%;
	margin: auto;
}

#search_box .in dt {
	font-weight: normal;
}

#search_box .in dd {
	padding: 0;
}

#search_box .btn {
	margin-top: 15px;
}

#search_box .btn input {
	padding: 10px 50px;
	background: var(--color-primary);
	border-radius: 999px;
	cursor: pointer;
}

#search_box .btn input:hover {
	background: var(--color-primary-tint);
}

@media print,
screen and (min-width: 641px) {

	/* PC用 */
	#search_box .in {
		padding: 30px;
	}

	#search_box .in dl {
		/* フレックス */
		display: flex;
		justify-content: space-between;
	}

	#search_box .in dt {
		width: 20%;
		padding-right: 20px;
		white-space: nowrap;
	}

	#search_box .in dd {
		width: 80%;
	}
}

/*--------------------------------------------------
	物件紹介
--------------------------------------------------*/
#property_list .box {
	margin-bottom: 40px;
}

#property_list .txt {
	font-size: 90%;
}

#property_list .ico li {
	display: inline-block;
	margin: 0 6px 6px 0;
	padding: 3px 10px;
	border: 1px solid var(--color-primary);
	border-radius: 3px;
	color: var(--color-primary);
	font-size: 90%;
	line-height: 1.4;
}

#property_list .ttl {
	margin-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
}

#property_list .linkBtn {
	display: inline-block;
	width: auto;
	max-width: none;
	padding: 12px 40px;
	line-height: 1.4;
}

@media print,
screen and (min-width: 641px) {

	/* PC用 */
	#property_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#property_list .box {
		width: 47.5%;
		margin-bottom: 60px;
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#property_list .photo {
		width: 45%;
	}

	#property_list .txt {
		width: 50%;
	}
}

@media only screen and (max-width: 640px) {

	/* スマホ用 */
	#property_list .photo {
		margin-bottom: 15px;
	}
}

/**/
#property_detail .in {
	padding: 20px;
	background: #f5f5f5;
}

#property_detail .photo ul {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	column-gap: 2%;
}

#property_detail .photo ul li {
	width: 32%;
	margin-top: 10px;
}

#property_detail table th {
	white-space: nowrap;
}

#property_detail .map iframe {
	width: 100%;
	height: 250px;
}

@media print,
screen and (min-width: 641px) {

	/* PC用 */
	#property_detail .photo,
	#property_detail .txt {
		width: 48%;
	}

	#property_detail .photo ul li {
		margin-top: 15px;
	}

	#property_detail .map iframe {
		height: 450px;
	}
}

/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#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;
}

.pickup_btn span {
	padding: 3px 5px;
	line-height: 1;
	display: inline-block;
}

.new {
	color: #ff1f1f;
	border: 1px solid #ff1f1f;
}

.sold {
	color: var(--color-primary);
	border: 1px solid var(--color-primary);
}

.recommend {
	color: #f91;
	border: 1px solid #f91;
}

.page-id-25 {
	.pickup_btn {
		margin: 10px auto;
	}
}