@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: #111;
	--color-primary: #416F9B;
	--color-primary-shade: #F5F7F9;
	--color-primary-tint: #619FDA;
	--color-secondary: #416F9B;
	--color-table-border: #DDD;
	--color-table-th: #416F9B;
	--body-font-family: 'Noto Serif JP', serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #F5F7F9;
	--header-color-font: #444;
	--header-color-primary: #416F9B;
	--header-color-primary-shade: #F5F7F9	;
	--header-color-primary-tint: #619FDA;
	/*------▼フッター設定▼------*/
	--footer-background: #416F9B;
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Serif JP', serif;
	--font-family02: '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;
}

/*--カラムリスト--------------------------------------------*/

/*---------coln02-----------*/
  
.post .col2_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col2_list > li {
    width: 49%;
	margin-bottom: 2%;
}
@media print, screen and (max-width: 414px) {
	.post .col2_list > li {
		width: 100%;
	}
	.post .col2_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------col03-----------*/
  
.post .col3_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col3_list > li {
    width: 32%;
	margin-bottom: 2%;
}
.post .col3_list::before {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    order: 1;
}
.post .col3_list:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}
@media print, screen and (max-width: 768px) {
	.post .col3_list > li {
		width: 49%;
	}
	.post .col3_list::before, .post .col3_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 414px) {
	.post .col3_list > li {
		width: 100%;
	}
	.post .col3_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------col4-----------*/
  
.post .col4_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col4_list > li {
    width: 24%;
	margin-bottom: 1.5%
}
.post .col4_list::before {
    content: "";
    display: block;
    width: 24%;
    height: 0;
    order: 1;
}
.post .col4_list:after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
}
@media print, screen and (max-width: 1240px) {
	.post .col4_list > li, .post .col4_list::before, .post .col4_list:after {
		width: 32%;
		margin-bottom: 2%;
	}
}
@media print, screen and (max-width: 768px) {
	.post .col4_list > li {
		width: 49%;
	}
	.post .col4_list::before, .post .col4_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 414px) {
	.post .col4_list > li {
		width: 100%;
	}
	.post .col4_list > li:last-child {
		margin-bottom: 0;
	}
}



/*-----------------------------
.cardstyle
------------------------------*/
  
/*---------style02-------------*/
  
.card01_list.cardstyle02 > li .txtarea {
    background: #fff;
    padding: 20px 20px 30px 20px;
}
  
/*---------style03-------------*/
  
.card01_list.cardstyle03 > li {
    padding: 16px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}
  
/*---------style04-------------*/
  
.card01_list.cardstyle04 > li {
    padding: 16px;
    background: transparent;
    border: solid 1px;
}

/*---------style05-------------*/

.cardstyle05 > li {
    padding-bottom: 30px;
}
.card01_list.cardstyle05 > li .imgarea {
    position: relative;
}
.card01_list.cardstyle05 > li .txtarea {
    position: relative;
    background: #fff;
    padding: 20px 20px 30px 20px;
    max-width: 90%;
    margin: -30px auto;
}

/*-----------------------------
以下アウトラインデザイン
------------------------------*/
.sec01 {
  background: #aaa;
}
.card01_wrap {
  position: relative;
  margin: var(--px60) 0 0;
}
.card01_inner {
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
}
.cardstyle01 > li {
  position: relative;
  background: transparent;
}
.card01_list .imgarea {
  width: 100%;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  line-height: 0;
}
.card01_list .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card01_list .txtarea {
  padding: 20px 0 0 0;
  line-height: 1.6;
  text-align: left;
  background: transparent;
}
  
/*---------txtstyle02 -----------*/
  
.post .txtstyle02, .txtstyle02 {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  font-weight: 600;
  text-align: center;
  margin: var(--rem36) auto;
  background: transparent;
    color: #111;
    line-height: 1.4;
  padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
  content: none;
}
.post .card01_list .txtstyle02, .card01_list .txtstyle02 {
  font-size: var(--rem20);
  margin: 0 0 1rem;
}

/*  */
.post .lead {
    font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.5178), 3.2rem);
    font-weight: 500;
    font-style: italic;
    line-height: 1.5em;
}

.post .lead_en {
	font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.3236), 1.8rem);
	/* -- 1920 1.8rem 375 1.3rem -- */
	color: var(--color-primary-shade);
	letter-spacing: 0.8rem;
}

/*---------txtstyle10-----------*/
  
.post .txtstyle10 {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  font-weight: 600;
  text-align: center;
    color: var(--color-font);
    line-height: 1.4;
  overflow-wrap: break-word;
  padding: 0 0 var(--rem20);
  margin: var(--rem42) auto var(--rem30);
  border: none;
  background: transparent;
}
.post .txtstyle10 .subtxt {
    display: block;
    font-size: var(--rem12);
    color: var(--color-primary);
    font-weight: 500;
    padding: 0;
    margin: 0 0 var(--rem14);
    border: none;
  background: transparent;
}
.post .txtstyle10::before {
  content: none;
}
.post .txtstyle10::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: var(--px80);
    border-bottom: 1px solid;
    content: "";
}

/*--FAQ-------------------------------------------*/

.qa_list {
	cursor: pointer;
}
.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: normal;
	margin: 1rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 0rem 1rem 0rem 0rem;
	background: #ffffff;
	border: 1px solid #cccccc;
}
.qa_list .qa_list_inner dd .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}
.qa_list .qa_list_inner .a_ico {
	color: #ffffff;
	background: var(--color-primary);
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	border-right: 1px solid #cccccc;
	width: 100%;
	text-align: center;
	max-width: 90px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--body-font-family);
}
.qa_list .qa_list_inner .q_ico {
	background: #f2f2f2;
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	font-weight: bold;
	width: 100%;
	text-align: center;
	max-width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--body-font-family);
	border-right: 1px solid #cccccc;
}
.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
	padding: 1.5rem 1.5rem 1.5rem 2rem;
	line-height: 1.7;
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
}
.qa_list .qa_list_inner dt:after {
  content: '';
  position: absolute;
  top: 46%;
  right: 3rem;
  width: 12px;
  height: 12px;
  border-right: 1px solid #494949;
  border-bottom: 1px solid #494949;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner .active:after {
  top: 43%;
  right: 2rem;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner dd {
	display: none;
	position: relative;
	padding: 0;
	margin: 0 0 1rem 0;
	border: 1px solid #cccccc;
	border-top: 0;
}
@media only screen and (max-width: 959px) {
	.qa_list .qa_list_inner {
		margin-bottom: 8rem;
	}
}
@media only screen and (max-width: 768px) {
	.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
		padding: 0.5rem 1rem 0.5rem 1rem;
	}
	.qa_list .qa_list_inner dt {
		padding: 0rem 1rem 0rem 0rem;
	}
	.qa_list .qa_list_inner .a_ico, .qa_list .qa_list_inner .q_ico {
		max-width: 50px;
		padding: 1.2rem 1.0rem;
	}
	.qa_list .qa_list_inner dt:after {
		right: 1.5rem;
		width: 6px;
		height: 6px;
	}
	.qa_list .qa_list_inner .active:after {
		right: 1.0rem;
	}
}
@media only screen and (max-width: 559px) {
	.qa_list .qa_list_inner dd {
		font-size: 1.4rem;
	}
	.qa_list .qa_list_inner {
		margin-bottom: 6rem;
	}
	.qa_list .qa_list_inner dt {
		font-size: 1.4rem;
	}
}




/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table th {
	background: var(--color-table-th);
	font-weight: 500;
	color: #fff;
}
@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-color: var(--header-background) !important;
		
	}
	nav#mainNav ul li li:last-child a {
		padding-left: 43px;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.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-family02);
}
@media only screen and (min-width: 1024px) {
	#header a.head_btn.mail_btn {
		flex-direction: row;
		font-weight: 500;
	}
	#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 .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%; }
	.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;
	}
}
/**/
#content .linkBtn {
	width: auto;
	max-width: none;
	border-radius: 0;
	padding: 15px 70px;
	line-height: 1.4;
	transition: all 0.3s ease-in-out !important;
}
#content .linkBtn::before {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	width: 20px;
	border-bottom: 1px solid #fff;
	transition: all 0.3s ease-in-out;
	content: "";
}
#content .linkBtn::after {
	right: 16px;
	border-bottom: none;
	transition: all 0.3s ease-in-out;
}
#content .linkBtn:hover::before {
	right: 10px;
}
#content .linkBtn:hover::after {
	right: 11px;
}
@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; }
/**/
.bg_gray::before {
	background: #F5F7F9;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
body:not(.single ) .post h1,
#front-sectionPost h1 {
	font-size: var(--rem30);
	line-height: 1.5;
}
body:not(.single ) .post h1::after,
#front-sectionPost h1::after {
	display: block;
	width: 120px;
	height: 1px;
	margin: 15px auto 0;
	background: #ccc;
	content: "";
}
body:not(.single ) .post h1 b,
#front-sectionPost h1 span span:first-child {
	display: block;
	color: var(--color-primary);
	font-size: 60%;
}
/**/
#top_business dl {
	/* フレックス */
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#top_business dt {
	width: 45%;
}
#top_business dd {
	width: 50%;
	padding: 0;
}
#top_business h2 {
	color: var(--color-primary);
	font-size: 130%;
	text-align: left;
}
#top_business h2::after {
	height: 2px;
	margin: 10px 0 0;
}
#top_business .linkBtn {
	padding: 10px 50px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_business dl {
		width: 48%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#top_business dl {
		width: 100%;
	}
}
@media only screen and (max-width: 820px){ /* スマホ用 */
	#top_business dl+dl {
		margin-top: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_business dl {
		align-items: initial;
	}
	#top_business dt {
		width: 40%;
	}
	#top_business dt img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
	#top_business dd {
		width: 55%;
	}
	#top_business .linkBtn {
		padding: 10px 40px;
	}
}
/**/
#top_properties li a,
#top_service li a {
	display: block;
}
#top_properties li a .photo,
#top_service li a .photo {
	overflow: hidden;
}
#top_properties li a:hover .photo img,
#top_service li a:hover .photo img {
	transform: scale(1.1); /* 拡大 */
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#top_properties li a .linkBtn,
#top_service li a .linkBtn {
	display: block;
	padding-left: 40px;
	padding-right: 40px;
}
#top_properties li a:hover .linkBtn,
#top_service li a:hover .linkBtn {
	background: var(--color-primary-tint);
}
#top_properties li a:hover .linkBtn::before,
#top_service li a:hover .linkBtn::before {
	right: 10px;
}
#top_properties li a:hover .linkBtn::after,
#top_service li a:hover .linkBtn::after {
	right: 11px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_properties ul {
		column-gap: 2%;
		justify-content: center;
	}
	#top_properties li,
	#top_service li {
		width: 23.5%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#top_properties li {
		width: 32%;
	}
	#top_service ul {
		row-gap: 20px;
	}
	#top_service li {
		width: 48.5%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_properties li+li,
	#top_service li+li {
		margin-top: 20px;
	}
	#top_properties li a img,
	#top_service li a img {
		aspect-ratio: 6 / 2;
	}
}
/**/
#top_about dt {
	margin-bottom: 15px;
	font-size: 120%;
}
#top_about dt img {
	display: block;
	margin: 0 auto 20px;
}
#top_about dd {
	padding: 0;
	font-size: 95%;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_about dl {
		width: 32%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_about dl+dl {
		margin-top: 40px;
	}
}
/**/
body:not(.home) #content:has(#contact_box) {
	padding-bottom: 0 !important;
}
#contact_box::before {
	background: url(/wp-content/uploads/top-contact-bg.png.webp) no-repeat center center / cover;
}
#contact_box .box {
	background: var(--color-primary-shade);
}
#contact_box .btn li {
	width: calc(100% / 3);
}
#contact_box .btn a {
	height: 100%;
	padding: 15px;
	background: var(--color-primary);
	border: 1px solid 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: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 {
	font-size: 150%;
}
#contact_box .btn .mail a {
	background: #FFF;
	color: var(--color-primary);
}
#contact_box .btn .line a {
	background: #4cc764;
	border-color: #4cc764;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#contact_box .btn a {
		justify-content: flex-end;
	}
	#contact_box .btn a span {
		display: none;
	}
	#contact_box .btn a i {
		margin-right: 0;
		font-size: 20px;
	}
	#contact_box .btn .tel a::after {
		content: "お電話";
	}
	#contact_box .btn .mail a::after {
		content: "メール";
	}
	#contact_box .btn .line a::after {
		content: "LINE";
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
@media only screen and (max-width: 640px){ /* スマホ用 */
	#thumbImg, header#h1Header {
		height: 150px;
	}
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
}
.post h2 {
	font-size: var(--rem28);
	line-height: 1.5;
}
.post h2.noline::after {
	display: none;
}
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	物件を貸したい方
--------------------------------------------------*/
#owners_price {
	width: 700px;
	color: #FF9600;
	font-weight: bold;
}
#owners_price .price p {
	letter-spacing: -25px;
	font-size: var(--rem120);
	line-height: 1;
}
#owners_price .price b {
	font-size: 180%;
}
#owners_price .price span {
	color: #222;
	font-size: var(--rem60);
}
#owners_price .txt p:first-child {
	margin-bottom: 15px;
	font-size: var(--rem42);
	line-height: 1.3;
}
#owners_price .txt p:first-child b {
	font-size: 150%;
}
#owners_price .txt p:last-child {
	padding: 5px 10px;
	background: #FF9600;
	color: #fff;
	text-align: center;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#owners_price {
		flex-wrap: nowrap;
	}
	#owners_price .price {
		width: 25%;
		white-space: nowrap;
	}
	#owners_price .txt {
		width: 83%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#owners_price .txt p:first-child b {
		font-size: 140%;
	}
}
/*--------------------------------------------------
	物件情報
--------------------------------------------------*/
#search_area {
	background: var(--color-primary-shade);
}
#search_area h2 {
	font-size: var(--rem24w);
}
#search_area > ul,
#search_area .qa_list dl {
	margin: 0;
	font-size: 110%;
}
#search_area .qa_list dt,
#search_area .qa_list dd {
	margin: 0;
	padding: 0;
	border: none;
}
#search_area > ul > li > a,
#search_area .qa_list dt {
	display: block;
	padding: 8px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	transition: all 0.3s ease-in-out;
	font-weight: 500;
	line-height: 1.5;
}
#search_area > ul > li > a:hover,
#search_area .qa_list dt a:hover {
	background: var(--color-primary);
	color: #fff;
}
#search_area ul li li,
#search_area .qa_list dd li {
	padding: 0;
	border: none;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
#search_area ul li li a,
#search_area .qa_list dd li a {
	display: block;
	padding: 10px 0;
	font-size: 90%;
	transition: all 0.3s ease-in-out;
}
#search_area ul li li a:hover,
#search_area .qa_list dd li a:hover {
	color: var(--color-primary);
}
#search_area .qa_list dt {
	padding-right: 20px;
}
#search_area .qa_list dt::after {
	top: 50%;
	right: 10px;
	width: auto;
	height: auto;
	border: none;
	margin: 0;
	padding: 0;
	color: var(--color-primary);
	font-size: 15px;
	font-weight: 400;
	font-family: 'FontAwesome';
	line-height: 1;
	content: '\f055';
	transform: translateY(-50%);
}
#search_area .qa_list dt.active::after {
	content: '\f056';
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#search_area > ul,
	#search_area .qa_list {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 20px;
		row-gap: 15px;
	}
	#search_area > ul > li > a {
		width: 110px;
	}
	#search_area .qa_list dl {
		width: 140px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#search_area > ul > li+li,
	#search_area .qa_list dl+dl {
		margin-top: 15px;
	}
	#search_area ul li ul,
	#search_area .qa_list dd ul {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#search_area ul li ul li,
	#search_area .qa_list dd ul li {
		width: 48%;
	}
	#search_area > ul > li > a,
	#search_area .qa_list dt {
		padding: 10px;
	}
}
/**/
.post ul.pro_cat {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px;
}
.post ul.pro_cat li {
	padding: 3px 10px;
	background: var(--color-primary-shade);
	font-size: 90%;
}
.post ul.pro_cat li.area {
	background: #DAE3EC;
}
.post ul.pro_cat li.features {
	background: #F9C7D3;
}
/**/
#property_list > li {
	margin-bottom: 40px;
}
#property_list > li > a {
	display: block;
	position: relative;
	padding-bottom: 30px;
}
#property_list .btn {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 90%;
	border-bottom: 1px solid var(--color-font);
}
#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 {
	overflow: hidden;
	margin-bottom: 10px;
	aspect-ratio: 6 / 4;
}
#property_list .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#property_list .price {
	margin-top: 5px;
	font-weight: bold;
	text-align: right;
	margin-left: auto;
}
#property_list .box_w2 .price {
	margin-top: 0;
}
#property_list .price+.ttl {
	margin-top: 5px;
}
#property_list .ttl {
	margin-top: 10px;
	font-size: 120%;
	font-weight: bold;
}
#property_list hr {
	margin: 6px auto;
	border: none;
	border-bottom: 1px dashed #ccc;
}
#property_list table {
	width: auto;
	margin: 10px 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: 3.5%;
	}
	#property_list > li {
		width: 31%;
		margin-bottom: 60px;
	}
	#top_property #property_list {
		column-gap: 2%;
	}
	#top_property #property_list > li {
		width: 23.5%;
		font-size: 90%;
	}
}
/**/
#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 h1::after {
	display: none;
}
#property_detail h2 {
	font-size: var(--rem28);
	text-align: left;
}
#property_detail h2 b {
	display: block;
	color: var(--color-primary);
	font-size: 50%;
	letter-spacing: 0;
}
#property_detail h2 b::before {
	display: inline-block;
	width: 20px;
	height: 1px;
	margin-right: 1em;
	background: var(--color-primary);
	vertical-align: middle;
	content: "";
}
#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%;
}
#photo_main {
	overflow: hidden;
	background: #f6f6f6;
	aspect-ratio: 4 / 3;
}
#photo_main img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#property_detail .box_note {
	padding: 20px;
	background: var(--color-primary-shade);
	border: 1px solid #EEE;
}
#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;
}
/*-------------------------------------------
   MV切り替え
--------------------------------------------*/
@media screen and (min-width:751px) {
.sp_mv {
display: none;
}
}
@media screen and (max-width:750px) {
.pc_mv {
display: none;
}
}
