@charset "utf-8";
/* CSS Document */
#page-wrap {
	overflow-y: auto !important;
}
/*********************************************/
/**** 基本 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;
	color: #FFF;
	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%);
}
.headblog:before {
	content: "";
	width: 80%;
	height: 100%;
	background-image: url("../images/sub_head_img03.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position: absolute;
	top: 0;
	z-index: -1;	
}
.headather:before {
	content: "";
	width: 80%;
	height: 100%;
	background-image: url("../images/sub_head_img03.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position: absolute;
	top: 0;
	z-index: -1;
}
.head404:before {
	content: "";
	width: 80%;
	height: 100%;
	background-image: url("../images/sub_head_img03.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position: absolute;
	top: 0;
	z-index: -1;
}
/******************* 基本各ページ ************************************/
#main_container {
	width: 80%;
	margin: 0 auto;
	max-width: 1280px;
	min-width: 1024px;	
	min-height: 35vh;
	padding: 5vh 1rem 10vh 1rem;
	display: flex;
	box-sizing: border-box;
}
.titlehead {
	text-align: center;
}

#main_container #main_wrapper {
	width: 25%;
	box-sizing: border-box;
}
#sub_container {
	width: 80%;
	margin: 0 auto;
	max-width: 1280px;
	min-width: 1024px;	
	min-height: 35vh;
	padding: 5vh 1rem 10vh 1rem;
}
/******************* Arcive *****************************/
#blog_container_s {
	width: 80%;
	max-width: 1280px;
	min-width: 1024px;
	margin: 0 auto;
	padding: 5vh 0;
	display: flex;
	min-height: 60vh;
	position: relative;
}
.blog_container {
	width: 75%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/***Archive***/
#list_wrapper {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-grow: 2;
}
.archive_title {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	text-align: center;
	color: #003e87;
}
/*記事1件*/
#list_wrapper .blog_post {
	width: 30%;
	display: block;
	margin-bottom: 2rem;
	padding: 0 1% 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;
}
.blog_meta {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.5rem;
}
.blog_meta .category_tag {
	display: flex;
	align-items: flex-start;
}
.blog_meta .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;
}
.blogstitle {
	font-size: 1rem;
	line-height: 1.4rem;
	font-weight: 700;
}
.blogcontant {
	font-size: 0.9rem;
}
/**** Single *****/
#blog_wrapper {	
	padding: 1rem;
	flex-grow: 2;
}
#blog_wraper .blog_post {
	
}
.blog_title {
	font-size: 1.5rem;
	margin: 1rem 0;
	line-height: 1.5em;
	padding-bottom: 0.25em;
	border-bottom: dotted 1px #ccc;
}
.content {
	line-height: 2em;
	padding: 1rem;
}
/******************* 物件Single *****************************/
.post_title {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding-bottom: 0.5em;
	border-bottom: solid 2px;
}
.flex_content {
	display: flex;
	align-self: flex-start;
	margin: 1rem 0 2rem 0;
}
.flex_content .img_area {
	width: 40%;
	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;
	padding: 0 1rem;
}
.estate_data th{
	width: 3rem;
	font-size: 0.7rem;
	background-color: #f5ecec;
	padding: 0.2rem;
	line-height: 1.2em;
	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;
}
.lefttd {
	white-space: nowrap;
}
/**不動産UNDERご連絡**/
.single_bottom {	
	width: 80%;
	max-width: 1280px;
	min-width: 1024px;
	margin: 0 auto;
	padding: 5vh 0;
}
.single_bottom #toiawase {
	margin-bottom: 1rem;
	text-align: center;
}
.single_bottom .link {
	margin-bottom: 1rem;
	display: flex;
	justify-content: space-around;
}
/************不動産*****************/
.information {
	width: 100%;
	box-sizing: border-box;
	padding: 1rem;
	margin-bottom: 60px;
}
.pdf_area {
	width: 100%;
	box-sizing: border-box;
}
.pdf_area .pdf_box {
    height: 28px;
	display: flex;
	margin-bottom: 1rem;
	align-items: center;
	padding: 0.5rem 1rem;
}
.pdf_area .pdf_box .pdfname {
	font-size: 0.8rem;
	color: #4D98BF;
    text-decoration: underline;
	padding-left: 30px;
	display: flex;
	align-items: center;
}
.pdfname::before {
	content: "";
	display: block;
	height: 25px;
	width: 25px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}
.pdfname[href*=".pdf"]::before {
	background-image: url(../images/icon_pdf.png);
}
/* Word */
.pdfname[href*=".docx"]::after {
    background-image: url(../imges/icon_word.png);
}
/* Excel */
.pdfname[href*=".xlsx"]::after {
    background-image: url(../images/icon_excel.png);
}
.pdf_area .pdf_box .pdf_btn {
	margin-left: 1rem;
	display: block;
	box-sizing: border-box;
	padding: 0.1em 1em;
	background-color: #c48080;
	color: #FFF;
	border-radius: 1rem;
	font-size: 0.7rem;
}
/**不動産サイドバー*
#sidebar {
	width: 25%;
}
#sidebar .box .blog_boxs {
	display: flex;
}
#sidebar .box .blog_boxs .img_area{	
	width: 5vw;
	height: 5vw;
	overflow: hidden;
	padding: 5px;
}
#sidebar .box .blog_boxs .img_area img{	
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
#sidebar .box .blog_boxs .txt_area {
	padding: 0.5rem;
}
.es_name {	
	font-size: 0.8rem;
}
.note_box {
	display: flex;
	font-size: 0.6rem;
}
/********************************/
.remove_wrapp {
	text-align: center;
	width: 100%;
}
.remove_wrapp .home_remove {
	font-size: 0.9rem;
}
.prev_next {
	width: 80%;
	display: flex;
	justify-content: space-between;
	margin: 10vh auto 40px auto;
	font-size: 0.9rem;
}

/******************* 404ページ ****************************/
.title404 {
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.2em;
}
.contents_title_info {
	font-size: 2em;
	font-weight: 700;
	line-height: 1.8em;
	color: #747474;
}
.found_wrap {
	width: 80%;
	margin: 40px auto;
	min-width: 1024px;
	max-width: 1480px;
	text-align: center;
}
.found_wrap p{	
	font-size: 1em;
	line-height: 1.8em;
}
.arrowbtn_t {
	display: block;
	margin-top: 2.5em;	
}

/******************************/

/* original　ここから */
/****************** 会社概要 ***********************************/
.head_title_under {
	font-size: 1.1rem;
	line-height: 1.6em;
	margin-bottom:1rem;
	font-weight: 300;
}
.campany_table table{
	border-collapse: separate;
    border-spacing: 6px;
	width: 80%;
	margin: 0 auto;
	border: none;
}
.campany_table td {
	padding: 1em;
	border: none;
}
.campany_table tr>*:first-child{
	background-color: #ccc;
	width: 10rem;
	font-size: 0.9rem;
	text-align: center;
}
.campany_table tr>*:last-child{
	background-color: #eee;
	font-size: 0.9rem;
	text-align: left;
	line-height: 1.4rem;
	padding-left: 2rem;
}
/*******************************/
#access {	
	width: 80%;
	max-width: 1280px;
	min-width: 1024px;
	margin: 100px auto;
}
/***** FOOTERRIGHT google_map_area *********/
.google {
	width: 100%;
	margin-top: 0.5em;
	display: flex;
	justify-content: space-around;
}
.add_box {
	width: 45%;
}
.googlemap {
	
	height: 20vh;
}
.add_title {
	font-size: 1em;
	font-weight:900;
	line-height: 1.8em;
}
.add {
	font-size: 0.9em;
	line-height: 1.8em;
}
