@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------@import------*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&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: #252524;
	--color-primary: #4AB114;
	--color-primary-shade: #745E35;
	--color-primary-tint: #88B445;
	--color-secondary: #4AB114;
	--color-secondary-tint: #88B445;
	--color-table-border: #DBDBDB;
	--body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
	/* 1.6-1.4rem (1920-375) */
	--body-font-family: "Zen Maru Gothic", sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #444;
	--header-color-primary: #4AB114;
	--header-color-primary-shade: #745E35;
	--header-color-primary-tint: #88B445;
	/*------▼フッター設定▼------*/
	--footer-background: #F2F5E9;
	--footer-color-font: #252524;
	--footer-color-primary: #252524;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
    --font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
    --font-family03: "Zen Maru Gothic", serif;
    --font-family04: "Inter", serif;
}

/*--------------------------------------------------
	共通
--------------------------------------------------*/
.post {
    .ttl {
        &.ttl--primary {
            display: flex;
            flex-direction: column;
			position: relative;
            &::after {
				display: none;
            }
            .ttl--primary__en {
				color: var(--color-primary-tint);
				font-family: var(--font-family03);
                font-size: min(calc(7rem + (1vw - 1.92rem) * 2.2654), 7rem);
                font-weight: 700;
                line-height: 1.2;
				letter-spacing: 0;
				margin-bottom: 0;
                &.color-common {
					color: var(--color-font);
				}
				&.color-white {
					color: #fff;
				}
            }
            .ttl--primary__ja {
				font-family: var(--font-family03);
                font-size: var(--rem20);
                font-weight: 500;
                line-height: 1;
				letter-spacing: .1em;
                &.color-common {
					color: var(--color-font);
				}
				&.color-white {
					color: #fff;
				}
            }
        }
    }
	.heading_mod-01 {
		display: flex;
		align-items: flex-start;
		font-size: var(--rem20);
		font-weight: 700;
		letter-spacing: 0;
		margin-top: var(--rem120);
		margin-left: 0;
		margin-right: 0;
		margin-bottom: var(--rem24);
		padding: 0;
		border: none;
		&::before {
			display: block;
			content: "";
			width: 1em;
			height: 1em;
			background: var(--color-primary-tint);
			border-radius: 50%;
			margin-right: .45em;
			margin-top: .3em;
		}
	}
	.text_mod-01 {
		font-size: var(--rem18);
		font-weight: 700;
		line-height: 2.2;
		letter-spacing: .1em;
	}
	.text_mod-02 {
		font-family: var(--font-family01);
		font-size: var(--rem24);
		font-weight: 400;
		line-height: 2;
		letter-spacing: .14em;
	}
	.textLink_mnod-01 {
		display: inline-block;
		color: var(--color-primary-tint);
		font-size: var(--rem20);
		font-weight: 700;
		letter-spacing: 0;
		position: relative;
		&::after {
			display: block;
			content: "";
			width: 0;
			height: 1px;
			background: var(--color-primary-tint);
			transition: all .2s;
		}
		&:hover {
			&::after {
				width: 100%;
			}
		}
	}
    p {
		font-weight: 500;
        line-height:2.2;
		letter-spacing: .14em;
    }
	.ws_nowrap {
		white-space: nowrap;
	}
	.fsz_mod-01 {
		font-size: var(--rem20);
	}
	.fsz_mod-02 {
		font-size: var(--rem14);
	}
	.lh-mod-01 {
		line-height: 1.2 !important;
	}
	.ffs-none {
		font-feature-settings: 'palt' off;
	}
	.fw-400 {
		font-weight: 400 !important;
	}
	.fw-500 {
		font-weight: 500 !important;
	}
	.fw-700 {
		font-weight: 700 !important;
	}
    .color-white {
        color: #fff;
    }
    .color-brown {
        color: var(--color-primary-shade);
    }
	.color-gradation {
		background: linear-gradient(263deg, #27B7EC 9%, #073190 97%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
    .m-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
	.br_mod-01 {
		display: block;
		@media screen and (max-width: 768px) {
			display: none;
		}
		@media screen and (max-width: 560px) {
			display: block;
		}
	}
	.br_mod-02 {
		display: block;
		@media screen and (max-width: 560px) {
			display: none;
		}
	}
}

body:not(.home), body:is(.home) {
	#propertyList {
		display: flex;
		flex-wrap: wrap;
		gap: var(--rem60) var(--px40);
		@media screen and (max-width: 1630px) {
			flex-wrap: wrap;
		}
		.propertyList__item {
			width: calc((100% - calc(var(--px40) * 2)) / 3);
			@media screen and (max-width: 1630px) {
				width: calc((100% - var(--px40)) / 2);
			}
			@media screen and (max-width: 1023px) {
				width: 100%;
			}
		}
		.propertyList__link {
			display: block;
			transition: .3s;
			&:hover {
				background: #F9FFF0;
				.propertyList__figure {
					border-color: var(--color-primary-shade);
				}
				img {
					opacity: 1;
				}
			}
		}
		.propertyList__figure {
			display: flex;
			align-items: center;
			justify-content: center;
			aspect-ratio: 400 / 300;
			background: #fff;
			border: 2px solid #ACACAC;
			position: relative;
			overflow: hidden;
			.Labels {
				display: flex;
				align-items: flex-start;
				gap: 5px;
				position: absolute;
				top: var(--rem12);
				left: var(--px18);
				z-index: 1;
				.Label {
					flex-shrink: 0;
					color: var(--color-primary-shade);
					font-family: var(--font-family01);
					font-size: 11px;
					font-weight: 600;
					letter-spacing: .16em;
					text-align: center;
					width: 100%;
					max-width: 90px;
					background: #fff;
					border: 2px solid var(--color-primary-shade);
					padding: 0 10px;
					&:is(.Label-cat-01) {
						color: #fff;
						background: var(--color-primary-shade);
					}
				}
			}
			img {
				width: 100%;
				height: 100%;
				min-height: 105%;
				object-fit: contain;
			}
		}
		.propertyList__summary {
			padding: 0 4px 11px;
			.propertyList__ttl {
				font-family: var(--font-family01);
				font-size: var(--rem24);
				font-weight: 600;
				letter-spacing: .16em;
				margin: var(--rem12) 0 var(--rem14);
				padding: 0;
				border: none;
				&::before, &::after {
					display: none;
				}
			}
			.propertyList__table-top {
				border: none;
				margin-top: 0;
				margin-bottom: 5px;
				thead {
					th {
						font-family: var(--font-family01);
						font-size: 11px;
						font-weight: 600;
						letter-spacing: .16em;
						background: #F0F0F0;
						border-radius: 4px;
						border: none;
						padding: 0 10px;
						&:has(+ th) {
							width: 33%;
							border-radius: 5px 0 0 5px;
							& + th {
								width: 67%;
								border-radius: 0 5px 5px 0;
							}
						}
					}
				}
				tbody {
					td {
						font-family: var(--font-family01);
						font-weight: 600;
						font-feature-settings: "palt";
						letter-spacing: .16em;
						vertical-align: baseline;
						border: none;
						padding: 0 10px;
					}
				}
			}
			.propertyList__table-bottom {
				border: none;
				margin-top: 0;
				thead {
					th {
						width: 20%;
						font-family: var(--font-family01);
						font-size: 1.1rem;
						font-weight: 600;
						letter-spacing: .16em;
						white-space: nowrap;
						background: #F0F0F0;
						border-radius: 4px;
						border: none;
						padding: 0 10px;
						@media screen and (max-width: 1630px) {
							letter-spacing: 0;
							padding: 4px var(--rem12);
						}
						@media screen and (max-width: 768px) {
							font-size: 1rem;
						}
						&:has(+ th) {
							border-radius: 5px 0 0 5px;
							& + th {
								border-radius: 0;
								border-left: 1px dashed #E2E2E2;
								&:last-child {
									border-radius: 0 5px 5px 0;
								}
							}
						}
					}
				}
				tbody {
					td {
						font-family: var(--font-family01);
						font-size: 1.1rem;
						font-weight: 600;
						letter-spacing: .16em;
						white-space: nowrap;
						border: none;
						padding: 4px 10px;
						@media screen and (max-width: 1630px) {
							letter-spacing: 0;
							padding: 4px var(--rem12);
						}
						@media screen and (max-width: 768px) {
							font-size: 1rem;
						}
						& + td {
							border-left: 1px dashed #E2E2E2;
						}
					}
				}
			}
		}
	}
}

/**/
.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%;
}
/**/
.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; }
.max-w {
	margin-left: auto;
	margin-right: auto;
	&.max-w--960 {
		max-width: 960px;
		
	}
	&.max-w--1000 {
		max-width: 1000px;
	}
}

/**/

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

/* アンカーリンク 遷移後の表示位置調整 */
.anchorLink-view {
    padding-top: 100px;
    margin-top: -100px;
}

/*-----------------------------
fullwide01
------------------------------*/
.fullwide01 {
	position: relative;
	padding: 0;
}
.fullwide01_wrap {
    max-width: 1400px;
	width: 94%;
    margin: 0 auto;
    padding: var(--rem120) 0;
	display: flex;
    justify-content: center;
    align-items: center;
}
.fullwide01_inner {
    max-width: 960px;
}

/*-----------------------------
column_01
------------------------------*/
.toptxtarea {
	max-width: 960px;
	width: 94%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.column01 {
	position: relative;
	margin: var(--px60) 0 0;
}
.column01_wrap {
	position: relative;
	max-width: 1600px;
	width: 94%;
    margin: 0 auto;
	z-index: 1;
}
.column01 .txtarea {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--px80) var(--px40);
    margin: 0;
}
.column01 .txtarea .txtinner {
    max-width: 540px;
}
.column01 .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.column01 .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
	
/*---------txtstyle-----------*/
	
.post .txtstyle04, .txtstyle04 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
	border: none;
    color: #111;
    line-height: 1.4;
	padding: 0;
}
.post .txtstyle04:before, .txtstyle04:before {
	content: none;
}
.post .column01 .txtstyle04, .column01 .txtstyle04 {
	font-size: var(--rem36);
}
.post .column01 .txtstyle04:after, .column01 .txtstyle04:after {
    content: '';
    position: relative;
    visibility: visible;
    display: block;
    width: var(--px80);
    height: 3px;
    background: #111;
    margin: var(--rem30) 0 0 0.5rem;
}

/*-----------------------------
card
------------------------------*/
  .toptxtarea {
	max-width: 960px;
	width: 94%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
  }
  .card01_wrap {
	position: relative;
	margin: var(--px60) 0 0;
  }
  .card01_inner {
	max-width: 1600px;
	width: 94%;
	margin: 0 auto;
	@media screen and (max-width: 768px) {
		width: 100%;
	}
  }
  .card01_list > 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: var(--rem30) 0 0 0;
	line-height: 1.6;
	text-align: left;
	background: transparent;
  }
	
  /*---------txtstyle02 -----------*/
	
  .post .txtstyle02, .txtstyle02 {
	font-family: var(--font-family03);
	font-size: var(--rem36);
	font-weight: 700;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
	line-height: 1.4;
	letter-spacing: .14em;
	padding: 0;
	&:is(.txt_c) {
		text-align: center;
	}
  }
  .post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
	content: none;
  }
  .post .card01_list .txtstyle02, .card01_list .txtstyle02 {
	font-size: var(--rem18);
	margin: 0 0 var(--rem24);
	padding: 0;
	border: none;
	&::before, &::after {
		display: none;
	}
  }

  /*--カラムリスト--------------------------------------------*/

/*---------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: 1079px) {
	.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%;
		margin-bottom: 10%;
	}
	.post .col3_list > li:last-child {
		margin-bottom: 0;
	}
}

/*-----------------------------
.cardstyle
------------------------------*/  
/*---------style03-------------*/
  
.card01_list.cardstyle03 > li {
    padding: 10px 10px min(calc(5rem + (1vw - 1.92rem) * 1.6181), 5rem);
    background: #fff;
    /* box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2); */
	.txtarea {
		padding-left: var(--px20);
		padding-right: var(--px20);
	}
}

/*--------------------------------------------------
	リンクボタン
--------------------------------------------------*/
div:has(.linkBtn) {
	&:is(.txt_l) {
		.linkBtn {
			margin-left: 0;
		}
	}
	&:is(.txt_r) {
		.linkBtn {
			margin-right: 0;
		}
	}
}
.linkBtn, .post .linkBtn {
	&:is(.linkBtn--mod-01) {
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
		width: 100%;
		max-width: 220px;
		font-size: var(--rem20);
		color: var(--color-font);
		line-height: 1.8;
		letter-spacing: .1em;
		text-align: right;
		background: transparent;
		font-weight: 700;
		padding: var(--rem20) 6px var(--rem12) 0;
		margin: var(--px40) auto 0;
		border-bottom: solid 2px;
		border-radius: 0;
		transition: all .3s;
		&::after {
			display: none;
		}
		&:hover {
			color: var(--color-primary-tint);
			i {
				color: var(--color-primary-tint);
			}
		}
		i {
			font-size: var(--rem30);
			transition: all .3s;
		}
	}
}

/*--------------------------------------------------
	ヘッダー
--------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
    #header {
        height: 100px;
    }
	#header-layout {
		padding: 0 var(--px60) 0 var(--px20);
	}
	#header .logo img {
		width: 100%;
		max-width: 302px;
		max-height: 77px;
	}
    #header ul.header__contact {
        & > li {
            position: relative;
            &::before {
                display: block;
                content: "";
                width: 1px;
                height: calc(100% - 60px);
                background: #444;
                position: absolute;
                top: 30px;
                left: 0;
            }
			&:last-child {
				padding: var(--rem14) 0;
				&::before {
					display: none;
				}
			}
        }
    }
    #header a.head_btn {
        color: var(--header-color-font);
        background: transparent;
        padding-left: var(--rem28);
        padding-right: var(--rem28);
        position: relative;
        &:hover {
            color: var(--color-primary);
            background: transparent;
        }
    }
    #header a.head_btn.tel_btn {
        background: transparent;
        &:hover {
            color: var(--color-primary);
        }
        &::before {
            display: none;
        }
    }
    #header a.head_btn .tel_btn__num::before {
		color: var(--color-primary);
        content: '\f095';
        position: relative;
        top: 2px;
        display: block;
        font-family: 'FontAwesome';
        font-size: var(--rem16);
        font-weight: 400;
        line-height: 1;
        margin-bottom: .1em;
    }
    #header a.head_btn .tel_btn__num {
        display: flex;
        align-items: center;
        column-gap: min(calc(0.8rem + (1vw - 1.92rem) * 0.1294), .8rem);
        font-size: var(--rem20);
        font-weight: 700;
        margin-bottom: 0;
    }
    #header a.head_btn.mail_btn {
		color: #fff;
        font-size: var(--rem16);
		font-weight: 700;
        flex-direction: row;
        align-items: center;
		background: var(--color-primary);
		border-radius: 50vh;
        padding-left: var(--rem36);
        padding-right: var(--rem36);
		&:hover {
			background: var(--color-primary-tint);
		}
    }
    #header a.head_btn.mail_btn::before {
        font-size: var(--rem20);
        position: relative;
        top: 1px;
		margin-right: 10px;
        margin-bottom: 0;
    }
    nav#mainNav ul li a b, nav#mainNav ul li a span {
        font-weight: 700;
    }
    nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li.current-menu-parent a b {
        color: var(--header-color-font);
    }
    nav#mainNav ul li a:hover {
	background: transparent;
        b {
            color: var(--color-primary);
        }
    }
    nav#mainNav ul li.current-menu-item a:hover b, nav#mainNav ul li.current-menu-parent a:hover b {
         color: var(--color-primary);
    }
    nav#mainNav ul li.current-menu-item a {
        background: transparent;
    }
    body:not(.home) {
        nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li.current-menu-parent a b {
            color: var(--header-color-primary);
        }
    }
	nav#mainNav ul li:hover {
		& > a, & > b {
			color: var(--color-primary);
		}
	}
	nav#mainNav ul li:hover ul.sub-menu {
	background: #fff;
    }
}
@media print, screen and (min-width: 1024px) {
	nav#mainNav ul li:hover {
		& > a, & > b {
			color: var(--color-primary);
		}
	}
	nav#mainNav ul li:hover ul.sub-menu {
		background: #fff;
	}
}
.sp-nav-block {
	display: none;
	@media screen and (max-width: 1023px) {
	   display: block;
	}   
}

.spmenu #menu p {
	width: 100%;
}

/*------ヘッダー　レスポンシブ
--------------------------------------------*/
@media screen and (max-width: 1710px) {
	nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-size: 1.6rem;
	}

	#header .head_btn.mail_btn {
		font-size: 1.6rem;
	}

	#header a.head_btn {
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) 15px;
	}

	nav#mainNav ul li a {
		padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) 15px;
	}
}

@media screen and (max-width: 1400px) {
	nav#mainNav ul, #header .header__nav-contact {
		flex-shrink: 0;
	}

	nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-size: 1.4rem;
	}

	#header .head_btn.mail_btn {
		font-size: 1.4rem;
	}

	#header a.head_btn {
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) 10px;
	}

	#header a.head_btn.mail_btn {
		padding: 10px var(--px20);
	}

	#header a.head_btn.sns_btn {
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) 10px;
	}

	nav#mainNav ul li a {
		padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) 10px;
	}
	#header ul.header__contact {
        & > li {
            &:last-child {
				padding: var(--rem24) 0;
			}
		}
	}
}

@media print, screen and (max-width: 1240px) {
	#header a.headBtn span {
		display: none;
	}

	#header a.headBtn::before {
		margin-right: 0;
	}
}

@media print, screen and (max-width: 1023px) {
	#header-upper .header__socialicon, #header .sticky-logo, #header ul.header__contact {
		display: none;
	}

	#header h1, #header .description, #header-upper h1, #header-upper .description {
		display: block;
		float: none;
		text-align: center;
		padding: 20px 0 10px;
	}
}

@media screen and (max-width: 1023px) {
	nav#mainNav ul li ul.sub-menu li a, nav#mainNav ul li ul.sub-menu li a:hover, nav#mainNav ul li ul.sub-menu li.current-menu-item a, nav#mainNav ul li.current-menu-item ul.sub-menu li a {
		color: #4d4d4d;
		font-size: 1.4rem;
	}
    nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-size: var(--rem16);
	}
	/* nav#mainNav ul li a {
		padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) 10px;
	} */
	nav#mainNav ul li a, nav#mainNav ul li.current-menu-item li a {
		padding: 15px 10px;
	}
	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a {
		padding-left: 43px;
	}
}

@media screen and (max-width: 1023px) {
	#thumbImg, header#h1Header {
		width: 100%;
		aspect-ratio: 1920 / 500;
	}
}

/*--------------------------------------------------
	フッター
--------------------------------------------------*/
#footer {
	padding: var(--px60) 0 var(--px40);
    .footer__logo img {
        width: 100%;
		max-width: 286px;
		max-height: 70px;
    }
}
/*--------------------------------------------
FOOTER01
--------------------------------------------*/

/* ----全体LAYOUT調整----*/

.footer__inner {
	width: 94%;
	margin: 0 auto;
	padding-bottom: var(--px40);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 5%;
    border-bottom: solid 1px #CFCFCF;
}
@media print, screen and (max-width: 768px) {
	.footer__inner {
		flex-direction: column;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/* ----------------------------
right
----------------------------*/

#footer .footnav ul {
    justify-content: flex-end;
}
@media print, screen and (max-width: 768px) {
	#footer .footnav ul {
		justify-content: center;
		margin-top: var(--px40);
	}
}

/*footer navi ico*/

#footer .footnav ul > li {
	position: relative;
	line-height: 1.4;
	padding: 0 min(calc(16px + (1vw - 19.2px) * 0.4531), 16px) 0 25px; /* 16-9px、15-8px (1920-375) */
	margin-bottom: 10px;
}
#footer .footnav ul > li::before {
    left: 0;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    margin-top: 0;
    background: transparent;
}

#footer .footnav ul > li::after {
	content: none;
}

/* ----------------------------
left
----------------------------*/

#footer .footer__logo:not(:last-child) {
    margin: 0;
    text-align: left;
}
.leftarea .logoare {
    display: flex;
    flex-direction: column;
    gap: var(--px14);
    line-height: 1;
}
.footer__catchphrase {
    line-height: 1.2;
	text-align: left;
}
@media print, screen and (max-width: 768px) {
	#footer .footer__logo:not(:last-child) {
		text-align: center;
	}
	.footer__catchphrase {
		text-align: center;
	}
}

/* ----------------------------
SNSアイコン
----------------------------*/

/*LAYOUT調整*/

#footer .socialicon ul, .socialicon ul {
    -webkit-box-pack: start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    gap: 10px;
}
#footer .socialicon ul li, .socialicon ul li {
    padding: 0;
}
@media print, screen and (max-width: 768px) {
	#footer .socialicon ul, .socialicon ul {
		justify-content: center;
	}
}

/*アイコンサイズ調整*/

#footer .socialicon .fa-facebook:before, #footer .socialicon .fa-twitter:before, #footer .socialicon .fa-youtube:before, #footer .socialicon .fa-instagram:before, #footer .socialicon .fa-x-twitter:before, #footer .socialicon .fa-line:before, #footer .socialicon .fa-tiktok:before {
    font-size: var(--rem24);
}
#copyright {
	text-align: center;
    background: transparent;
	margin-top: var(--rem60);
}

/*--------------------------------------------------
	CTA
--------------------------------------------------*/
.home {
	.page-cta {
		display: none !important;
	}
}

/*-----------------------------
cta01_col3
------------------------------*/
.cta01 {
	background: url(/wp-content/uploads/cta_bg_01.jpg.webp) no-repeat center / cover;
	padding: min(calc(20rem + (1vw - 1.92rem) * 6.4725), 20rem) 0 min(calc(24rem + (1vw - 1.92rem) * 10.3560), 24rem);
	position: relative;
	z-index: 0;
	.ttl {
        &.ttl--primary {
            display: flex;
            flex-direction: column;
			position: relative;
            &::after {
				display: none;
            }
            .ttl--primary__en {
				color: var(--color-primary-tint);
				font-family: var(--font-family03);
                font-size: min(calc(7rem + (1vw - 1.92rem) * 2.2654), 7rem);
                font-weight: 700;
                line-height: 1.2;
				letter-spacing: 0;
				margin-bottom: 0;
                &.color-common {
					color: var(--color-font);
				}
				&.color-white {
					color: #fff;
				}
            }
            .ttl--primary__ja {
				font-family: var(--font-family03);
                font-size: var(--rem20);
                font-weight: 500;
                line-height: 1;
				letter-spacing: .1em;
                &.color-common {
					color: var(--color-font);
				}
				&.color-white {
					color: #fff;
				}
            }
        }
    }
}
.cta01 .cta01_wrap {
	max-width: 1600px;
    width: 90%;
    margin: 0 auto;
    padding: 0 var(--px40);
}
.cta01 .ctabtnlist {
	display: flex;
    justify-content: space-between;
	gap: var(--rem16);
    max-width: 1300px;
    margin: 0 auto;
	@media screen and (max-width: 960px) {
		flex-direction: column;
	}
}
.cta01 .ctabtnlist li {
    width: 50%;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: flex;
}
.cta01 a.item {
	position: relative;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: var(--px30) 0;
    text-align: center;
    box-sizing: border-box;
    color: #111;
	font-family: var(--font-family01);
    border-radius: 50vh;
	box-shadow: 0px 3.19018px 0px rgba(0, 0, 0, 0.25);
    transition: all ease .15s;
}
.cta01 a.item:hover{
	opacity: 0.8;
}
@media print, screen and (max-width: 960px) {
	.cta01 .ctabtnlist li, .cta01 .ctabtnlist a.item {
		width: 100%;
	}
	.cta01 .ctabtnlist li + li {
		margin-top: 1rem;
	}
}
	
/*ボタン共通パーツ*/
	
.cta01 .btnttl {
	display: block;
	font-weight: bold;
	margin-bottom: 1rem;
}
.cta01 .infotxt {
	font-size: var(--rem16);	
	font-weight: 700;
	letter-spacing: .1em;
	@media screen and (max-width: 1200px) {
		font-size: var(--rem12);
	}
	.note {
		font-size: var(--rem16);
		@media screen and (max-width: 1200px) {
			font-size: var(--rem12);
		}
		@media screen and (max-width: 1023px) {
			letter-spacing: 0;
		}
	}
}
	
/*電話ボタン*/
	
.cta01 .telnum {
	color: var(--color-primary-tint);
	font-size: var(--rem36);
	font-weight: 700;
	margin-bottom: 1rem;
	@media screen and (max-width: 1023px) {
		font-size: var(--rem28);
	}
}
.cta01 .telbtn .btnttl {
	font-size: var(--rem16);
	letter-spacing: .1em;
	@media screen and (max-width: 1023px) {
		font-size: var(--rem14);
	}
}
.cta01 a.telbtn {
    background: #fff;
	color: var(--color-font);
}
	
/*メールボタン*/
	
.cta01 .mailbtn .btnttl {
	font-size: var(--rem24);
	@media screen and (max-width: 1023px) {
		font-size: var(--rem20);
	}
}
.cta01 a.mailbtn {
    background: var(--color-primary-shade);
	color: #fff;
}
	
/*LINEボタン*/
	
.cta01 a.linebtn {
    background: #06C755;
    color: #fff;
}
.cta01 .linebtn .btnttl {
    font-size: var(--rem24);
	@media screen and (max-width: 1023px) {
		font-size: var(--rem20);
	}
}

/*ボタンアイコン*/
	
.cta01 .telnum::before, .cta01 .mailbtn .btnttl::before, .cta01 .linebtn .btnttl::before {
	content: '';
	display: inline-block;
	font-family: 'Font Awesome 5 Free', 'FontAwesome';
	font-size: var(--rem30);
	font-weight: 900;
	margin-right: 1rem;
}
.cta01 .telnum::before {
	content: '\f3cd';
}
.cta01 .mailbtn .btnttl::before {
	content: '\f0e0';
}
.cta01 .linebtn .btnttl::before {
    content: '\f3c0';
	font-weight: 400;
}

/*--------------------------------------------------
	TOPページ
--------------------------------------------------*/
.home, #editor-style {
	#wrapper {
		max-width: 1600px;
        width: 90%;
	}
	/* CONTENT01 */
	#top_about {
		&.bg_wide {
			&::before {
				background: url(/wp-content/uploads/top_about_01.jpg.webp) no-repeat bottom center / cover;
			}
		}
		p {
			letter-spacing: .1em;
		}
	}
	#top_about2 {
		.front_contents.sec01 {
			padding: var(--rem60) 0 var(--rem72);
		}
		&.bg_wide {
			&::before {
				background: linear-gradient(to bottom, #fff 24%, #F2F5E9 24%);
			}
		}
		.card01_wrap {
			margin-top: 0;
			.card01_inner {
				max-width: 1360px;
			}
		}
		.card01_list.col3_list.cardstyle03 {
			& > li {
				border-radius: var(--rem16);
				border: 1px solid var(--color-primary-tint);
			}
		}
	}
	/* CONTENT02 */
	#top_property {
		max-width: 1360px;
		width: 94%;
		margin-left: auto;
		margin-right: auto;
		padding: var(--rem80) 0;
		@media screen and (max-width: 768px) {
			width: 100%;
		}
	}
	/* CONTENT03 */
	#top_company-service {
		&.bg_wide {
			&::before {
				background: #F2F5E9;
			}
		}
		.column01 {
			.column01_wrap {
				max-width: 1800px;
				margin-right: 0;
				margin-left: auto;
				filter: drop-shadow(0px 15px 4px #BDD496);
				.imgarea {
					@media screen and (max-width: 768px) {
						border-radius: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0 0 0;
					}
				}
				.txtarea {
					border-radius: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0 0 0;
					@media screen and (max-width: 768px) {
						border-radius: 0;
					}
				}
				&:nth-child(even) {
					margin-right: auto;
					margin-left: 0;
					.imgarea {
						@media screen and (max-width: 768px) {
							border-radius: 0 min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0 0;
						}
					}
					.txtarea {
						border-radius: 0 min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0 0;
						@media screen and (max-width: 768px) {
							border-radius: 0;
						}
					}
				}
				& + & {
					margin-top: var(--rem120);
				}
			}
		}
	}
	/* CONTENT04 */
	#top_instagram {
		padding: var(--rem120) 0;
		.ttl.ttl--primary {
			position: relative;
			padding-left: 3.3em;
			&::before {
				display: inline-block;
				content: "";
				aspect-ratio: 1 / 1;
				width: 2.38em;
				height: auto;
				background: url(/wp-content/uploads/icon_instagram_01.png.webp) no-repeat center / contain;
				position: absolute;
				top: .1em;
				left: 0;
			}
		}
	}
	/* POST */
	.top_news {
		max-width: 1240px;
		margin-left: auto;
		margin-right: auto;
	}
	.postlist {
		.post_text {
			color: #CCC;
			padding: 26px 0;
		}
		li {
			border-bottom: 1px solid #ccc;
		}
	}
	.postlist .ttls, .postlist .date {
		color: var(--color-font);
		font-size: 100%;
	}
	.post .time, .postlist .time, .post2b .time, .post4b .time {
		background: var(--header-color-primary-tint);

	}
	.post .time, .postlist .time, .post2b .time, .post4b .time {
		line-height: 1.2 !important;
	}
}

/*--------------------------------------------------
	下層ページ
--------------------------------------------------*/
body:not(.home) {
	font-family: var(--font-family01);
	&.post-type-archive-property, &.tax-property_type, &.single-property {
		#thumbImg, header#h1Header {
			position: relative;
			overflow: hidden;
			height: 190px;
			background: #F2F5E9;
			z-index: -1;
			@media screen and (max-width: 768px) {
				height: 100px;
			}
			&::before {
				display: none;
			}
		}
		h1.title, .post h1, header#h1Header h1.title {
			color: transparent;
			font-size: 0;
		}
		nav#mainNav ul li#menu-item-162 a b, nav#mainNav ul li#menu-item-162 a span {
			color: var(--color-primary);
		}
	}
    /* #thumbImg::before, header#h1Header::before {
        display: none;
    }
    h1.title, .post h1, header#h1Header h1.title {
        color: var(--color-font);
        font-size: var(--rem48);
        font-family: var(--font-family01);
        font-weight: 700;
    } */
    &.post, .post {
		/* table {
            border-collapse: separate;
            border-spacing: 0 2px;
            border: none;
        } */
        table th, table td {
            font-size: var(--rem16);
            padding: min(calc(3.2rem + (1vw - 1.92rem) * 0.7120), 3.2rem) var(--rem24);
            line-height: 1.7;
        }
        table th {
            font-weight: 700;
			background: #F2F5E9;
        }
		.w-fit {
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
        }
		.googlemap {
            padding-bottom: 28%;
            @media screen and (max-width: 768px) {
                padding-bottom: 45%;
            }
        }
    }
}
/*================================================
					事業内容
================================================*/
/*-------------------------------------------
 teleco_v1
------------------------------------------- */
.teleco_v1 h2 {
	width: 100%;
}
.teleco_v1 .w50.image_box{
	position: relative;
	overflow: hidden;
}
.teleco_v1 .w50.image_box::before {
	content: '';
	display: block;
}
.teleco_v1 .w50.image_box img {
	position: absolute;
	width: 102%;
	height: auto;
	max-width: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.teleco_v1 .w50.text_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #ffffff;
	padding: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px); /* 120-65px (1920-375) */
}
@media print, screen and (min-width: 769px) {
	.teleco_v1 .w50.image_box::before {
		padding-top: calc(550px + (1vw - 19.2px) * 17.3762);
	}
	.teleco_v1 .w50.image_box img {
		width: auto;
		height: 116%;
	}
}
.flexinnerBtn {
	align-self: normal;
}
@media print, screen and (max-width: 768px) {
	.teleco_v1 .w50.image_box{
		margin-bottom:0;
	}
	.teleco_v1 .w50.image_box::before {
		padding-top: calc(350px + (1vw - 7.68px) * 27.9898);
	}
	.teleco_v1 .w50.text_box {
		padding: 20px;
		margin-bottom:0;
	}
}

/*================================================
					お問い合わせ
================================================*/
body:not(.home) {
	.wpcf7 {
		.wpcf7-form {
			.subimitarea {
				.linkBtn {
					margin-left: auto;
					margin-right: auto;
					padding: 0;
				}
			}
		}
	}
}

/*================================================
					物件情報詳細
================================================*/
body:not(.home) {
	&.post, .post {
		.propertyTitle {
			font-family: var(--font-family01);
			font-size: var(--rem24);
			font-weight: 700;
			letter-spacing: .28em;
			text-align: center;
			padding: 0 0 var(--rem20) 0;
			margin-bottom: var(--rem30);
			border-bottom: 1px solid #000;
			&::before, &::after {
				display: none;
			}
		}
		.propertySummary {
			display: flex;
			align-items: flex-start;
			justify-content: space-between;
			gap: var(--rem20);
			margin-bottom: var(--rem36);
			@media screen and (max-width: 819px) {
				flex-direction: column;
			}
			.propertySummary__data {
				display: flex;
				@media screen and (max-width: 500px) {
					flex-direction: column;
					gap: 10px;
				}
				& > div {
					display: flex;
					flex-direction: column;
					gap: var(--rem12);
					@media screen and (max-width: 768px) {
						gap: 6px;
					}
				}
				dt {
					font-family: var(--font-family01);
					font-size: var(--rem16);
					font-weight: 600;
					letter-spacing: .16em;
					text-align: center;
					width: fit-content;
					padding: 4px var(--rem12);
					background: #F0F0F0;
					border-radius: 7px;
				}
				dd {
					font-family: var(--font-family01);
					font-size: var(--rem24);
					font-weight: 600;
					font-feature-settings: "palt";
					letter-spacing: .16em;
				}
				.emphasis {
					margin-right: var(--px40);
					dd {
						font-size: var(--rem36);
						font-weight: 600;
						font-feature-settings: "palt";
						letter-spacing: .16em;
						vertical-align: baseline;
					}
				}
				div:not(.emphasis) {
					& + & {
						border-left: 1px solid #BCBCBC;
						padding-left: var(--px20);
						margin-left: var(--px20);
						@media screen and (max-width: 768px) {
							padding-left: 10px;
							margin-left: 10px;
						}
						@media screen and (max-width: 500px) {
							border: none;
							padding-left: 0;
							margin-left: 0;
						}
					}
				}
			}
		}
		.propertySummary__label {
			display: flex;
			gap: var(--rem16);
			& > div {
				color: #3B3B3B;
				font-family: var(--font-family01);
				font-size: var(--rem14);
				font-weight: 600;
				letter-spacing: .16em;
				text-align: center;
				border: 1px solid #3B3B3B;
				min-width: 106px;
				padding: 4px 10px;
				@media screen and (max-width: 768px) {
					font-size: var(--rem12);
					min-width: 96px;
				}
			}
		}
		#photo_main {
			display: flex;
			align-items: flex-start;
			gap: var(--px50);
			margin-bottom: var(--rem120);
			@media screen and (max-width: 768px) {
				flex-direction: column;
			}
			& > img {
				display: block;
				width: 60%;
				@media screen and (max-width: 768px) {
					width: 100%;
				}
			}
			& > .propertyGallery {
				width: 40%;
				display: flex;
				flex-wrap: wrap;
				gap: var(--rem12);
				@media screen and (max-width: 768px) {
					width: 100%;
				}
				.photo_thumb {
					width: calc((100% - (var(--rem12) * 3)) / 4);
					aspect-ratio: 129 / 97;
					& > a {
						display: block;
						width: 100%;
						height: 100%;
						& > img {
							width: 100%;
							height: 100%;
							object-fit: cover;
						}
					}
				}
			}
		}
		.propertyHeading_row {
			display: flex;
			align-items: center;
			justify-content: space-between;
			gap: var(--px20);
		}
		.propertyTable {
			margin-top: 0;
			margin-bottom: 0;
			border: none;
			@media screen and (max-width: 768px) {
				display: block;
				tbody {
					display: block;
					tr {
						display: block;
						&:first-child {
							th:first-child {
								border-top: 1px solid var(--color-table-border);
							}
						}
					}
				}
			}
			th, td {
				font-size: var(--rem14);
				line-height: 1.25;
				vertical-align: middle;
				padding: var(--rem20);
				@media screen and (max-width: 768px) {
					display: block;
					text-align: left;
				}
			}
			th {
				width: 20%;
				text-align: center;
				@media screen and (max-width: 768px) {
					text-align: left;
					width: 100%;
					border-top: none;
					border-bottom: 1px solid var(--color-table-border);
				}
			}
			td {
				width: 30%;
				@media screen and (max-width: 768px) {
					width: 100%;
					border-top: none;
					border-bottom: 1px solid var(--color-table-border);
				}
			}
			.none-style {
				color: transparent !important;
				background: transparent !important;
				border: none !important;
			}
			&:is(.propertyTable--mod-01) {
				th {
					width: 20%;
					background: #F3F5F9;
					@media screen and (max-width: 768px) {
						width: 100%;
					}
				}
				td {
					width: 80%;
					@media screen and (max-width: 768px) {
						width: 100%;
					}
				}
			}
			&:is(.propertyTable--mod-02) {
				th {
					width: 20%;
					@media screen and (max-width: 768px) {
						width: 100%;
					}
					background: #F3F5F9;
				}
				td {
					width: 30%;
					@media screen and (max-width: 768px) {
						width: 100%;
					}
				}
			}
		}
		.property__map {
			iframe {
				width: 100%;
			}
		}
		.featureList {
			display: flex;
			flex-wrap: wrap;
			gap: var(--rem16) var(--px20);
			margin-bottom: var(--rem36);
			.featureList__item {
				color: #E6DBC8;
				font-family: var(--font-family01);
				font-size: var(--rem14);
				font-weight: 700;
				letter-spacing: 0;
				text-align: center;
				width: 160px;
				border-radius: 5px;
				border: 1px solid #E6DBC8;
				padding: 4px 10px;
				&:is(.active) {
					color: var(--color-primary-tint);
					border-color: var(--color-primary-tint);
				}
			}
		}
		.propertyMovie {
			iframe {
				width: 100%;
				max-width: 888px;
				height: auto;
				aspect-ratio: 710 / 399;
			}
		}
	}
}

/*================================================
		物件紹介エディター スタイル調整
================================================*/
/* 紹介動画　プレビュー非表示 */
#poststuff .acf-oembed .canvas {
    display: none !important;
}