@charset "utf-8";
/* CSS Document */

/*********************************************/
/**** 基本 Sub Header ***/
/*********************************************/
.sub_header {
	width: 100%;
	height: 20vh;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	background-image: url(../images/02.png);
}
.sub_header_title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 3em;
	letter-spacing: 0.1em;
	line-height: 1em;
	padding: 0 0 1rem 0;
	text-shadow: 3px 3px 3px rgb(0 0 0 / 100%);
}
.sub_header:before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("../images/top_img_sumple3.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position: absolute;
	top: 0;
	z-index: -1;	
} 
/******************* 基本各ページ ************************************/
#page_content {
	width: 96%;
	margin: 0 auto;	
	min-height: 35vh;
	padding: 5vh 1rem 10vh 1rem;
}
#page_content h1 {
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom:1rem;
}
/****** 各コンテンツ ********/
#blog_container_s {
	padding: 1.5rem 0;
}
#main_container {
	width: 100%;
	background-color: #EEE;
	padding: 1rem 0;
}
.blog_container {
	width: 96%;
	margin: 0 auto;
	background-color: #FFF;
	border-radius: 0.5rem;
	padding: 1rem 0.25rem;
	box-sizing: border-box;
}
#main_wrapper {
	width: 96%;
	margin: 0 auto;
	background-color: #FFF;
	border-radius: 0.5rem;
}


/******************* Arcive *****************************/
/***Archive***/
#list_wrapper {
	min-height: 480px;
}
.archive_title {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	text-align: center;
	color: #003e87;
}
.blogstitle {
	font-size: 1rem;
	line-height: 1.4rem;
	font-weight: 700;
}
.blogcontant {
	font-size: 0.9rem;
}
/********* side_bar ************/
.aside_container {
	width: 100%;
	padding: 2rem;
	box-sizing: border-box;
}
.my_sidebar {
	margin-bottom: 2em;
}
.wp-block-group__inner-container h4{	
	font-size: 1em;
	margin-bottom: 0.5em;
	line-height: 1.5em;
	padding-bottom: 0.2em;
	border-bottom: dotted 1px #1a6935;
}
.wp-block-latest-posts li{
	clear: both;
	margin-bottom: 1em;
	height: 80px;
}
.wp-block-archives-list li,
.wp-block-categories li {	
	margin: 1em 0 1.5em 0.5em;
}
.wp-block-archives-list li a:hover,
.wp-block-categories li a:hover,
.wp-block-latest-posts li a:hover{
	color: #1a6935;
}
.wp-block-latest-posts__featured-image {
	float: left;
	margin-right: 0.5em;
}
.wp-block-latest-posts__post-title {
	font-size: 0.9em;
	line-height: 1.2em;
	padding-bottom: 0.5em;
	font-weight: 700;
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date{
	font-size: 0.7em;
	color: #444;
	display: block;
}

/**************************************************************************/
/*　　　　　　　　　　　BLOG                     */
/**************************************************************************/
/**** Single *****/
#blog_wrapper {	
}
#blog_wraper .blog_post {
	
}
/** meta **/
.blog_meta {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0.7rem;
	font-size: 80%;
	font-weight: 900;	
}
.category_tag li a{
	display: inline-block;
	padding: 0.25em 0.5em;
	font-size: 13px;
	color: #FFF;
	line-height: 1em;
	border-radius: 0.25rem;
}
.blog_meta .date {	
	font-size: 13px;
	font-weight: normal;
}
/**記事**/
.blog_title {
	font-size: 1.4rem;
	margin: 1rem 0;
	line-height: 1.5em;
	padding-bottom: 0.25em;
	border-bottom: dotted 1px #ccc;
	margin: 0 0.5rem;
}
.content {
	line-height: 1.6em;
	min-height: 180px;
	padding: 1rem;
}
/************不動産*****************/
.post_title {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding-bottom: 0.5em;
	border-bottom: solid 2px;
	line-height: 1em;
	margin-top: 1em;
}
.flex_content {
	display: flex;
	align-self: flex-start;
	flex-wrap: wrap;
	margin: 1rem 0 2rem 0;
}
.flex_content .img_area {
	overflow: hidden;
}
.flex_content .img_area img{
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: center;
}
/*概要テーブル*/
.estate_data {
	border-collapse: separate;
	border-spacing: 0.5rem;
	font-size: 80%;
}
.estate_data th{
	width: 2.5rem;
	font-size: 0.6rem;
	background-color: #f5ecec;
	padding: 0.4em 0;
	line-height: 1em;
	vertical-align: middle;
	border-radius: 0.5em;
}
.estate_data td{
	font-size: 0.8em;
	line-height: 1.6em;
	vertical-align: middle;
	padding-left: 0.5em;
	border-bottom: dotted 1px #ccc;
}
/********************************/
.remove_wrapp {
	text-align: center;
	width: 100%;
}
.remove_wrapp .home_remove {
	font-size: 0.7rem;
}
.prev_next {
	width: 96%;
	display: flex;
	justify-content: space-between;
	margin: 10vh auto 40px auto;
	font-size: 0.7rem;
}
/**不動産UNDERご連絡**/
.single_bottom {	
	width: 98%;
	margin: 0 auto;
	padding: 5vh 0;
}
.single_bottom #toiawase {
	margin-bottom: 1rem;
	text-align: center;
	font-size: 80%;
}
.single_bottom .link {
	margin-bottom: 1rem;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 96%;
	max-width: 741px;
}
.fudousan_box {
	margin: 1rem;
	font-size: 90%;
}
/**************************************************************************/
/*　　　　　　　　　　　404                     */
/**************************************************************************/
.head404:before {
	content:"";
	position: absolute;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height: 20vh;
	display: block;
	background-image: url(../images/sub_header_bg04.png);
	background-size:cover;
	background-position:center center;
}
.subead404 {
	width: 96%;
	margin: 10px auto;
	text-align: center;
}
.title404 {
	font-size: 0.9em;
	font-weight: 700;
	line-height: 1.2em;
}
.contents_title_info {
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.8em;
	color: #747474;
}
.found_wrap {
	width: 96%;
	margin: 40px auto;
	text-align: center;
}
.found_wrap p{	
	font-size: 0.8em;
	line-height: 1.8em;
}
.found_wrap .arrowbtn_t {
	margin-top: 2.5em;
	
}


/***********************************タブレット*******************************************/
@media screen and (min-width: 780px) {
/****************************************************************************************/
	#list_wrapper {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	#list_wrapper .blog_post {
		width: 30%;
		display: block;
		margin-bottom: 2rem;
		padding: 0 3% 0 0;
	}
	#list_wrapper .blog_post .img_area {
		display: block;
		width: 100%;
		height: 140px;
		overflow: hidden;
		margin-bottom: 0.5rem;
		object-position: center center;
	}
	#list_wrapper .blog_post .img_area img {
		width: 100%;
		height: 100%;
		overflow: hidden;
		object-fit: cover;
	}
}
/***********************************タブレット*******************************************/
@media screen and (max-width: 779px) {
/****************************************************************************************/
	.content {
		font-size: 90%
	}
	#list_wrapper .blog_post {
		display: flex;
	}
	.blog_box {
        margin: 0 0.25rem;
    }
	.blog_meta {
		padding: 0;
		font-size: 80%;
		margin-bottom: 1rem;
	}
	.category_tag li a{
		padding: 0.25em 0.5em;
		font-size: 12px;
		color: #FFF;
		line-height: 1em;
		border-radius: 0.25rem;
		white-space: nowrap;
	}
	.blog_meta .date {	
		font-size: 12px;
		font-weight: normal;
	}
}