@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;300;400;500;600;700;900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #292929;
	--color-primary: #41B3D0;
	--color-primary-shade: #30b1ae;
	--color-primary-tint: #9BD1DE;
	--color-secondary: #41B3D0;
	--color-table-border: #ccc;
	--color-table-th: #F5FDFF;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #292929;
	--header-color-primary: #41B3D0;
	--header-color-primary-shade: #30b1ae;
	--header-color-primary-tint: #9BD1DE;
	/*------▼フッター設定▼------*/
	--footer-background: #EEEEEE;
	--footer-color-font: #292929;
	--footer-color-primary: #292929;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Serif JP', serif;
	--font-family02: 'Oswald', 'Noto Sans JP', 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: 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; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
#header {
	font-family: var(--font-family01);
}
@media only screen and (min-width: 1024px) {
	#header a.head_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: var(--rem20);
	}
	#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 .note {
		font-size: 11px;
	}
	#header a.head_btn .note b {
		margin-right: 5px;
		font-weight: normal;
	}
	#header a.head_btn.mail_btn {
		padding-left: 30px;
		padding-right: 30px;
	}
	/**/
	#header .socialicon ul {
		height: 100%;
	}
	#header .socialicon ul li {
		padding: 0;
	}
	#header .socialicon ul li a {
		width: 90px;
		height: 100%;
		transition: all 0.3s ease-in-out;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	#header .socialicon ul li a:hover {
		filter:alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}
	#header .socialicon ul li a::after {
		display: block;
		margin-top: 6px;
		font-size: var(--rem14);
	}
	#header .socialicon ul li a:has(.fa-instagram) {
		background: #F0F0F0;
	}
	#header .socialicon ul li a:has(.fa-instagram)::after {
		content: "Instagram";
	}
	#header .socialicon ul li a:has(.fa-line)::after {
		content: "LINE";
	}
	#header .socialicon ul li a .fa-instagram::before,
	#header .socialicon ul li a .fa-line::before {
		display: block;
		width: 30px;
		height: 30px;
		background: url(/wp-content/uploads/ico-instagram.png.webp) no-repeat center center / contain;
		content: "";
	}
	#header .socialicon ul li a .fa-line::before {
		background-image: url(/wp-content/uploads/ico-line.png.webp);
	}
	/**/
	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%;
	}
	#header a.head_btn.mail_btn {
		padding-left: 15px;
		padding-right: 15px;
	}
	#header .socialicon ul li a {
		width: 70px;
	}
	#header .socialicon ul li a::after {
		font-size: 12px;
	}
	#header .socialicon ul li a .fa-instagram::before,
	#header .socialicon ul li a .fa-line::before {
		width: 24px;
		height: 24px;
	}
	nav#mainNav ul li a {
		padding-left: 10px;
		padding-right: 10px;
	}
	nav#mainNav ul li a b {
		font-size: 13px;
	}
	nav#mainNav ul li a span {
		font-size: 11px;
	}
}
@media only screen and (max-width: 1023px) {
	body.mobile { margin-top: 60px; }
	body.mobile #breadcrumb { margin-top: 0; }
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#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;
	border-radius: 0;
	padding: 15px 60px;
	line-height: 1.4;
	transition: all 0.3s ease-in-out;
}
#content .linkBtn.btn_white,
#front-sectionPost .linkBtn {
	background: #fff;
	border: 1px solid var(--color-primary);
	color: var(--color-primary);
}
#content .linkBtn.btn_white:hover,
#front-sectionPost .linkBtn:hover {
	background: var(--color-primary);
	color: #fff;
}
#content .linkBtn.btn_white:not(:hover)::after,
#front-sectionPost .linkBtn:not(: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;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
@media only screen and (max-width: 640px){ /* スマホ用 */
	.home #content .linkBtn {
		display: block;
		width: 230px;
		margin: 0 auto;
	}
}
/**/
#top_contents .txt {
	padding: 0 5%;
}
#top_contents .photo {
	position: relative;
}
#top_contents .photo::before {
	position: absolute;
	top: 6%;
	left: -6%;
	display: block;
	width: 106%;
	height: 100%;
	background: var(--color-primary-tint);
	content: "";
	z-index: -1;
}
#top_contents .rev .photo::before {
	left: 0;
	background: #F1EBE4;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_contents .photo {
		width: 50%;
	}
	#top_contents .txt {
		width: 50%;
		padding: 0 8%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_contents .box {
		position: relative;
		padding-bottom: 90px;
	}
	#top_contents .btn {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 10;
	}
	#top_contents .txt {
		margin-bottom: 30px;
		padding-top: 20px;
	}
	#top_contents .photo {
		margin-left: 5%;
	}
	#top_contents .rev .photo {
		margin-left: 0;
		margin-right: 5%;
	}
}
/**/
#top_about .txt {
	padding: 0 5%;
	background: #fff;
}
@media print, screen and (min-width: 1400px){ /* PCのみ */
	#top_about .box_w2 {
		align-items: flex-end;
	}
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_about .photo {
		width: 65%;
	}
	#top_about .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
	#top_about .txt {
		position: relative;
		width: 50%;
		margin-top: 100px;
		margin-right: -15%;
	}
	#top_about .rev .txt {
		margin-left: -15%;
		margin-right: 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_about .box {
		position: relative;
		padding-bottom: 70px;
	}
	#top_about .btn {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 10;
	}
	#top_about .txt {
		padding-bottom: 0 !important;
	}
}
/**/
#top_partner::before {
	top: 100px;
	height: calc(100% - 100px);
	background: var(--color-primary-tint);
}
#top_partner .box {
	background: #F5FDFF;
}
#top_partner .msg {
	font-size: var(--rem30w);
	font-family: var(--font-family01);
}
#top_partner dl {
	width: 22%;
}
#top_partner dt {
	margin-bottom: 10px;
	padding: 40px;
	background: #fff;
	border: 1px solid #D9D9D9;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_partner dd {
	padding: 0;
	font-size: 120%;
	font-weight: bold;
	font-family: var(--font-family01);
	text-align: center;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_partner .box_w2_sp {
		row-gap: 50px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_partner .msg {
		font-size: var(--rem24w);
	}
	#top_partner .box_w2_sp {
		row-gap: 20px;
	}
	#top_partner dt {
		padding: 14px;
	}
	#top_partner dd {
		font-size: 85%;
	}
}
/**/
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_property #property_list li:nth-child(4) {
		display: none;
	}
}
/**/
#contact_box::before {
	background: url(/wp-content/uploads/contact-bg.jpg.webp) no-repeat center center / cover;
}
#contact_box {
	width: var(--content-max-width);
	max-width: 90%;
	margin: auto;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 20px;
	background: var(--color-primary);
	color: #fff;
	font-weight: bold;
	text-align: center;
	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: 8px;
}
#contact_box .btn .tel a b {
	margin: 3px auto;
	font-size: 180%;
	font-weight: bold;
}
#contact_box .btn .tel a b i {
	font-size: 80%;
}
#contact_box .btn .line a {
	background: #06C755;
	color: #fff;
}
#contact_box .btn .mail a {
	background: #fff;
	color: var(--color-primary);
}
#contact_box .btn .line a b,
#contact_box .btn .mail a b {
	display: block;
	width: 260px;
	max-width: 100%;
	margin: 6px auto;
	padding: 10px;
	background: #fff;
	border-radius: 999px;
	color: #06C755;
	font-weight: bold;
}
#contact_box .btn .mail a b {
	background: var(--color-primary);
	color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: calc(100% / 3);
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
#front-sectionPost .postlist .time {
	background: var(--color-font);
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	color: var(--color-font);
	text-shadow: 0 0 5px #fff, 0 0 10px #fff;
}
#thumbImg::before, header#h1Header::before {
	background: #fff;
	opacity: 0.4;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	font-weight: 500;
	line-height: 1.4;
}
/**/
.post h1:has(.en),
#front-sectionPost h1 {
	font-size: var(--rem20w);
}
.post h1 .en,
#front-sectionPost h1 .en {
	display: block;
	font-size: var(--rem80);
	font-weight: normal;
}
.post h1.lft {
	margin-left: 0;
	text-align: left;
}
/**/
.post h2 {
	font-size: var(--rem30w);
}
.post h2:has(.en) {
	font-size: var(--rem20w);
}
.post h2 .en {
	display: block;
	margin-bottom: 10px;
	font-size: var(--rem72);
	font-weight: normal;
	line-height: 1.1;
}
.post h2.lft {
	margin-left: 0;
	text-align: left;
}
.post h2:has(.en)::after,
.post h2.noline::after {
	display: none;
}
.post h2.sub {
	position: relative;
	padding: 0 0 0 20px;
	font-size: var(--rem24w);
	text-align: left;
}
.post h2.sub::after {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 8px;
	height: 100%;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post h2 .en {
		font-size: var(--rem60);
	}
}
/**/
.post h3 {
	border-bottom-width: 1px;
}
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	事業内容
--------------------------------------------------*/
#service_about h2 {
	text-align: left;
}
#service_about h2::after {
	width: 100%;
	height: 1px;
}
#service_about h2 span {
	display: block;
	color: var(--color-primary);
	font-size: var(--rem16);
}
/*--------------------------------------------------
	物件情報
--------------------------------------------------*/
#property_list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2%;
}
#property_list li {
	width: 32%;
	margin-bottom: 60px;
}
#property_list li a {
	display: block;
	height: 100%;
	padding: 20px;
	border: 1px solid #ddd;
	transition: all 0.3s ease-in-out;
}
#property_list li a:hover {
	background: #F5FDFF;
}
#property_list li a .ttl {
	margin: 10px 0;
	font-size: var(--rem20w);
	font-family: var(--font-family01);
	text-align: center;
}
#property_list li a .photo {
	overflow: hidden;
	aspect-ratio: 3 / 2;
}
#property_list li a .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#property_list {
		column-gap: 4%;
	}
	#property_list li {
		width: 48%;
		margin-bottom: 30px;
	}
	#property_list li a {
		padding: 10px;
	}
	#property_list li a .ttl+p {
		font-size: 90%;
	}
}
/**/
#property_detail h1 {
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--color-primary);
	font-size: var(--rem30w);
	text-align: left;
}
#property_detail .point {
	padding: 20px;
	background: #FBFBFB;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
#property_detail .point dt {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--color-primary);
	font-size: var(--rem20w);
	font-weight: 500;
}
#property_detail .point dd {
	padding: 0;
}
#property_detail table th {
	vertical-align: middle;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#property_detail .point {
		padding: 30px;
	}
}
/**/
#photo_main {
	aspect-ratio: 3 / 2;
	border: 1px solid #ddd;
}
#photo_main img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#photo_thumb {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2%;
	row-gap: 15px;
}
#photo_thumb li {
	width: 32%;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#photo_thumb {
		row-gap: 10px;
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
.txt_c .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;
}