.standby_content {
	display: none;
}

h2 {
    --theme-font-weight: 700 !important;
    --theme-font-size: 35px !important;
    --theme-line-height: 1.5 !important;
}

dd, ul {
	padding: 0 !important;
	margin: 0 !important;
}

/* パンくず */
.breadcrumbs {
	width: var(--theme-container-width);
	max-width: var(--theme-normal-container-max-width);
	margin: 1em auto 0 !important;
	list-style-type: none;
	display: flex;
}
.breadcrumbs li {
	display: inline-block;
	margin-left: 10px;
}
.breadcrumbs li:first-child {
	margin-left: 0;
}
.breadcrumbs li:before {
	content: " > ";
}
.breadcrumbs li:first-child:before {
	content: "";
}

/*
.breadcrumb-trail.breadcrumbs {
	background: #fafafa none repeat scroll 0 0;
	margin-bottom: 30px;
}

.breadcrumb-trail.breadcrumbs .trail-title {
	float: left;
	font-weight: 400;
	font-size: 25px;
	padding: 6px 0;
}

.breadcrumb-trail.breadcrumbs .trail-items {
	float: right;
	margin: 0;
	padding: 14px 0;
	list-style: none;
}

.breadcrumb-trail.breadcrumbs .trail-items li {
	float: left;
}

.breadcrumb-trail.breadcrumbs .trail-items li:first-child span:before {
	display: none;
}

.breadcrumb-trail.breadcrumbs:before {
	clear: both;
	content: "";
	display: block;
}

.breadcrumb-trail.breadcrumbs .trail-items li span {
	font-size: 12px;
	color: #a1a1a1;
	position: relative;
	line-height: 18px;
	padding: 0 14px;
}

.breadcrumb-trail.breadcrumbs .trail-items li span a {
	color: #a1a1a1;
}

.breadcrumb-trail.breadcrumbs .trail-items li span:before {
	color: #a1a1a1;
	content: "\?" /*rtl:"\?"*/;
	font-family: fontawesome;
	left: 0;
	position: absolute;
	top: 0;
}
*/









.com_container {
	width: 100%;
	max-width: 800px;
	padding: 0 20px;
	margin: auto;
	box-sizing: border-box;
}

.header_logo {
	
}

.header_logo .site-title-container {
	display: flex;
	flex-direction: column;
}

.header_logo .site-title-container .site-title {
	order: 2;
	line-height: 1.2;
}

.header_logo .site-title-container .site-description {
	order: 1;
}

h1.page-title {
	position: relative;
	padding-bottom: 10px;
}
h1.page-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 3px;
	background-color: var(--primary-color);
}

.section {
	padding: 6em 0 8em;
	background: #fff;
}

.page-id-7 [data-vertical-spacing*=top] {
	padding-top: 0 !important;
}
[data-vertical-spacing*=bottom] {
	padding-bottom: 0 !important;
}
.section:first-child {
/*	padding-top: 2em;*/
}

.section:nth-child(even) {
	background: var(--section-bg-color);
}



/* フッター部CTA */
footer {
	margin-bottom: 140px;
}
body.city footer {
	margin-bottom: 0;
}

#id_footer_cta {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	padding: 1.3em;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	transform: translateY(100%);
	transition: all 0.5s ease;
	z-index: 10;
}

div#id_footer_cta:after {
	content: "";
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 140px;
	background: rgba(0, 0, 0, 0.8);
	z-index: -1;
}

#id_footer_cta > div {
/*	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap: 10px;
*/
	position: relative;
	z-index: 1;
}

#id_footer_cta > div.company_foot {
	height: 84px;
}

#id_footer_cta.active {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

#id_footer_cta strong {
	display: block;
	margin-bottom: 5px;
}
#id_footer_cta a {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	border: 2px solid #fff;
	border-radius: 5px;
	background: var(--primary-color);
	width: 340px;
	padding: 20px 0 22px;
	color: #fff;
	line-height: 1;
	font-size: 20pt;
}

#id_footer_cta > div.company_foot a {
	width: 270px;
}
#id_footer_cta > div.company_foot a:first-child {
	margin-right: 1em;
}

/*
#id_consultation_btn:before {
	display: inline-block;
	background: url(https://souzoku.estate-service.jp/wp-content/uploads/images/mail1.png) no-repeat, var(--primary-color);
	background-size: 20px;
	background-position: center;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
*/
#id_footer_cta a:hover {
	color: var(--primary-color);
	border-color: var(--primary-color);
	background: #fff;
}
/*
#id_consultation_btn:hover:before {
	background: var(--mail-icon2);
	background-size: 20px;
	background-position: center;
}
*/

.grecaptcha-badge {
	z-index: 99;
}

.not_section {
	display: none;
}

/* ページスクロール */
#back-to-top {
	position: fixed;
	bottom: 100px;
	right: 20px;
	background: var(--primary-color);
	color: #fff;
	padding: 0.6em 1em;
	border-radius: 50%;
	text-decoration: none;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s;
	z-index: 9999;
}
#back-to-top.visible {
	opacity: 1;
	pointer-events: auto;
}


#id_sending {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* 半透明黒 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  z-index: 9999;
}
#id_sending.fade {
  opacity: 1;
  visibility: visible;
}

@media(max-width: 690px) {
	.breadcrumbs {
		display: flex;
		overflow-x: scroll;
		word-break: keep-all;
		white-space: nowrap;
	}
}


@media(max-width: 500px) {
	h1 {
		font-size: 18pt !important;
	}
	h2 {
		padding: 20px !important;
		font-size: 18pt !important;
	}
}