@charset 'UTF-8';
/****************************
トップと下層共通
****************************/
/*****カタログ　トップと下層フッター*****/
.catalog{
	margin-bottom: 6.1rem;
}
.catalog .lineup_sub{
	margin-bottom: 2.35rem;
}
.catalog_img img{
	max-width: 100%;
	height: auto;
}
.catalog .vm{
	margin-top: 5rem;
}
.catalog_inner .c-title1{
	line-height: 1.2;
}
.lineup_copy-catalog{
	font-size: 1.416rem;
	letter-spacing: 0.06em;
	text-align: center;
	margin-bottom: 1.35rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-style: normal;
}
.lineup_border-catalog{
	position: relative;
	width: 100%;
	height: 2.5rem;
	margin-bottom: 1.9rem;
}
.lineup_border-catalog::after{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	display: block;
	background-color: rgba(0,0,0,0.4);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.lineup_sub-catalog{
	font-size: 1.0416rem;
	letter-spacing: 0.03em;
	text-align: center;
	margin-bottom: 3.033rem;
}
.top_bk2-catalog{
	position: relative;
}
.top_bk2-catalog::before{
	position: absolute;
	content: "";
	width: 100%;
	height: calc(100% - 1.6rem);
	bottom: 0;
	z-index: -1;
	left: 0;
	background-color: #edf7f9;
}
@media screen and (min-width: 768px){
	.catalog_inner .c-title1 {
		margin-bottom: 2.433rem;
	}
	.lineup_copy-catalog{
		font-size: 2rem;
	}
	.lineup_border-catalog{
		height: 3.2rem;
		margin-bottom: 1.733rem;
	}
	.top_bk2-catalog::before{
		height: calc(100% - 2.1rem);
	}
}
@media screen and (min-width: 1200px){
	.catalog{
		margin-bottom: 8.3rem;
	}
	.catalog .lineup_sub{
		margin-bottom: 3.633rem;
	}
	.catalog .vm{
		margin-top: 6.66rem;
	}
	.lineup_copy-catalog{
		margin-bottom: 1.766rem;
	}
	.lineup_sub-catalog{
		margin-bottom: 3.6rem;
	}
	.top_bk2-catalog::before{
		height: calc(100% - 2rem);
	}
	/*footer*/
	.foot-catalog .catalog{
		margin-bottom: 10.333rem;
	}
}
/*****施工事例 WORKS*****/
/*一覧とトップ共通*/
.gallery_item a{
	display: block;
}
.gallery_item a:hover{
	text-decoration: none;
}
/*選べる5つのコンセプトハウスとトップ共通*/
.top_gallery_slider a .gallery_img.zoom{
	padding: 0 6px;
}
.top_gallery_slider .gallery_txtArea{
	padding-left: 2rem;
}
.top_gallery .vm{
	margin-top: 4.6rem;
}
@media screen and (min-width: 992px){
	.top_gallery_slider a .gallery_img.zoom{
		padding: 0 calc(35px / 2);
	}
}
@media screen and (min-width: 1200px){
	.top_gallery .vm{
		margin-top: 6.466rem;
	}
}

/*****イベント　トップと一覧での終了表示*****/
.top-event-end{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #fff;
	background-color: rgba(59,59,59,0.50);
	display: flex;
	justify-content: center;
	align-items: center;
}

/********************************************************/
/* 404
--------------------------- */
.p404_txt{
	margin-bottom: 0;
	margin-top: 1rem;
}

/* 背景色
--------------------------- */

/* 各メディアごとのマージン設定
--------------------------- */
/* 768px以上用の記述 */
@media screen and (min-width: 768px) {
  .col-md-m20-bottom {
    margin-bottom: 20px;
  }
  .col-md-none {
    display: none;
  }
}
/* 991px以下用の記述 */
@media screen and (max-width: 991px) {
  .col-md-m40-bottom {
    margin-bottom: 40px;
  }
}
/* 991px以下用の記述 */
@media screen and (max-width: 991px) {
  .col-md-m40-bottom {
    margin-bottom: 40px;
  }
}
/* 767px以下用の記述 */
@media screen and (max-width: 767px) {
  .col-sm-m20-bottom {
    margin-bottom: 20px;
  }
  .col-sm-none {
    display: none;
  }
}
/* 576px以下用の記述 */
@media screen and (max-width: 576px) {
  .col-xs-m40-bottom {
    margin-bottom: 40px;
  }
  .col-xs-m20-bottom {
    margin-bottom: 20px;
  }
  .col-xs-none {
    display: none;
  }
}
/*******************************
PC/SP切り替え
*******************************/
.pc-none{
    display: block;
}
.sp-none{
    display: none;
}
@media screen and (min-width: 768px){
    .pc-none{
        display: none;
    }
    .sp-none{
        display: block;
    }
}
/*******************************
container
*******************************/
.page_container{
    width: 86%;
    margin: 0 auto;
}
/*******************************
見出し
*******************************/
.c-title1{
	font-size: 1.25rem;
	letter-spacing: 0.06em;
	margin-bottom: 2.4rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-style: normal;
}
.c-title1 .f-eng{
	display: block;
	letter-spacing: 0.02em;
	font-size: 3.33rem;
	line-height: 1;
	margin-bottom: 0.616rem;
}
@media screen and (min-width: 768px){
	.c-title1{
		font-size: 1.2rem;
		margin-bottom: 3.9rem;
	}
	.c-title1 .f-eng{
		font-size: 4.266rem;
		margin-bottom: 1.1rem;
	}
}

/*******************************
TOP BUTTON
*******************************/
.vm{
	width: 100%;
	max-width: 240px;
	height: 54px;
	line-height: 54px;
	display: inline-flex;
	align-items: center;
	background-color: #3b3b3b;
	color: #fff;
	font-size: 1.166rem;
	letter-spacing: 0.02em;
	padding-left: 46px;
}
.vm:hover{
	text-decoration: none;
	color: #fff;
}
.vm_arrow{
	position: relative;
	width: 30px;
	height: 16px;
	margin-right: 38px;
}
.vm_arrow::after{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("../images/vm_arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	top: 0;
	left: 0;
	transition: .3s;
}
.vm:hover .vm_arrow::after{
	left: 10px;
	transition: .3s;
}
/* 背景なし VEIW MORE */
.vm.style1{
	background-color: transparent;
	color: #000;
	width: auto;
	height: auto;
	line-height: 1.8;
	padding-left: 0;
}
.vm.style1 .vm_arrow::after{
	background-image: url("../images/vm_arrow_b.svg");
}

@media screen and (min-width: 768px){
	.vm{
		max-width: 290px;
		height: 68px;
		line-height: 68px;
		padding-left: 74px;
		font-size: 1.416rem;
	}
	.vm_arrow{
		width: 41px;
		height: 19px;
		margin-right: 25px;
	}
}
@media screen and (min-width: 1200px){
	.vm{
		max-width: 340px;
		height: 80px;
		line-height: 80px;
		padding-left: 87px;
	}
	.vm_arrow{
		width: 48px;
		height: 22px;
		margin-right: 29px;
	}
}

/*******************************
/* フォーム/テーブル
*******************************/
.wpcf7-submit {
  font-size: 1.2em;
  background-color: #000;
  color: #fff;
  border-style: none;
  width: 60%;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
}
#form {
  max-width: 100%;
  margin-bottom: 40px;
  background-color: #FFF;
}
#form th span {
  font-size: 0.8em;
  color: #FFF;
  background-color: #C00;
  padding: 3px;
}
#form th {
  padding: 10px;
  width: 30%;
  border-bottom: 1px solid #1a1a1a;
}
#form td {
  padding: 10px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  font-weight: normal;
  text-align: left;
}
#form2 {
  max-width: 100%;
  margin-bottom: 40px;
  background-color: #FFF;
}
#form2 th span {
  font-size: 0.8em;
  color: #FFF;
  background-color: #C00;
  padding: 3px;
}
#form2 th {
  padding: 10px;
  width: 30%;
  border-bottom: 1px solid #1a1a1a;
  text-align: center;
}
#form2 td {
  padding: 10px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
}
#form3 {
  max-width: 100%;
  margin-bottom: 40px;
  background-color: #FFF;
}
#form3 tr {
  border-bottom: 1px dotted #bfbfbf;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  display: flex;
}
#form3 th {
  width: 150px;
  color: #FFF;
  text-align: center;
  padding-top: 10px;
}
#form3 th span {
  background-color: #808080;
  display: inline-block;
  width: 150px;
}
#form3 td {
  padding: 10px;
  vertical-align: middle;
  font-weight: normal;
  padding-left: 4rem;
}
#form3 td .tel_txt1 {
  font-size: 1.2rem;
  margin-bottom: 0;
}
#form3 td .tel_txt2 {
  font-size: 2.4rem;
  font-family: 'Playfair Display', serif;
  line-height: 1;
  display: block;
}
@media only screen and (max-width:479px) {
  /* 479px以下用（スマートフォン用）の記述 */
  #form {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #form th {
    width: 100%;
    display: block;
    border-top: none;
  }
  #form td {
    width: 100%;
    display: block;
    border-top: none;
  }
  #form tr:first-child th {
    border-top: 1px solid #ddd;
  }
  #form2 {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #form2 th {
    width: 50%;
    border-top: none;
    text-align: center;
  }
  #form2 td {
    width: 100%;
    display: block;
    border-top: none;
    text-align: center;
  }
  #form3 {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #form3 tr {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    flex-direction: column;
  }
  #form3 th {
    width: 50%;
    display: block;
    border-top: none;
  }
  #form3 td {
    width: 100%;
    display: block;
    border-top: none;
    margin-bottom: 0;
    padding-left: 10px;
  }
  #form3 tr:first-child th {
    /*	border-top: 1px solid #ddd;*/
  }
  .wpcf7-submit {
    font-size: 1.2em;
    border-style: none;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/*******************************
/* プライバシーフレーム
***************************/
.formPrivacy {
  border: 1px solid #CCCCCC;
  background: #fff none repeat scroll 0%;
  height: 150px;
  overflow: scroll;
  max-width: 600px;
  padding: 10px 19px;
  margin: 0 auto 30px;
  text-align: left;
  font-size: 1.0em;
}
/*--------------------------------------
archiveページャー
--------------------------------------*/
.pagenation {
    text-align: center;
}
.pagenation ul {
	margin: 0;
    display: flex;
    justify-content: center;
}
.pagenation li {
	list-style: none outside none;
}
.pagenation li.pn-first{
	margin-left: 4.733333333333334rem;
}
.pagenation li.pn-last{
	margin-right: 4.733333333333334rem;
}
.pagenation li.active {
    color: #000;
    cursor: not-allowed;
    display: flex;
    align-items: center;
    justify-content: center;
	padding-right: 0.8666666666666667rem;
	padding-left: 0.8666666666666667rem;
}
.pagenation li a {
    position: relative;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #999;
	padding-right: 0.8666666666666667rem;
	padding-left: 0.8666666666666667rem;
}
.pagenation li a:hover {
	text-decoration: none;
	opacity: 0.8;
	transition-duration: 500ms;
	transition-property: all;
	transition-timing-function: ease;
}
.pagenation li.prev,.pagenation li.next{
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.pagenation li.prev{
	background-image: url("../images/post/pagenation-arrow-prev.svg");
	margin-right: 2.466666666666667rem;
}
.pagenation li.next{
	background-image: url("../images/post/pagenation-arrow-next.svg");
	margin-left: 2.466666666666667rem;
}
.pagenation li.prev a,.pagenation li.next a{
	min-width: 2.266666666666667rem;
	height: 100%;
}
.pagenation li.ellipsis{
	color: #999;
	padding-right: 0.8666666666666667rem;
	padding-left: 0.8666666666666667rem;
}
@media screen and (max-width: 767px){
	.pagenation li {
		font-size: 1.166666666666667rem;
	}
}
@media screen and (min-width: 768px){
	.pagenation li {
		font-size: 1.333rem;
	}
}

/*******************************
/* single.php　アイキャッチ
***************************/
.sgl {
  margin-bottom: 30px;
  text-align: center;
}
/*************************
/* single.php 日付
*************************/
#date span {
	color: #878787;
	font-size: 1rem;
	font-family: "Work Sans", sans-serif;
	letter-spacing: 0;
}
/* single.php ページ送り
----------------------------------------------------------------------------------------------------*/

#next {
  background-color: #efefef;
  padding: 10px;
  margin-top: 30px;
}
.nx_left {
  width: 100%;
  text-align: left;
}
.nx_left a {
  background-color: #FFF;
  color: #000;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/left.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}
.nx_left a:hover {
  background-color: #828282;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/left2.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.nx_right {
  width: 100%;
  text-align: right;
}
.nx_right a {
  background-color: #FFF;
  color: #000;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/right.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 35px;
}
.nx_right a:hover {
  background-color: #828282;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/right2.png);
  background-repeat: no-repeat;
  background-position: right center;
}
/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next {
  width: 100%;
  margin: 36px 0 24px;
  padding: 0;
  display: table;
}
#prev_next #prev, #prev_next #next {
  width: 50%;
  padding: 30px 10px 10px;
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
  display: table-cell;
  position: relative;
  text-decoration: none;
}
#prev_next #next{
	text-align: right;
}
#prev_next #prev p, #prev_next #next p {
  font-size: 90%;
  line-height: 1.5;
    margin-top: 0.5rem;
    color: #000;
}
#prev_next #prev:hover, #prev_next #next:hover {
  background-color: #f7f7f5;
}
#prev_next #prev {
  border-right: #000 1px solid;
}
#prev_next #prev_title, #prev_next #next_title {
  font-size: 90%;
  top: -1em;
  position: absolute;
  border: 1px #000 solid;
  background: #fff;
  text-align: center;
  padding: 3px;
  color: #000;
    font-family: 'Playfair Display', serif;
}
#prev_next #next_title {
  right: 10px;
}
#prev_next #prev img, #prev_next #next img {
  margin: 0 auto;
    width: auto;
}
#prev_next #prev_no, #prev_next #next_no {
  width: 50%;
  height: 140px;
  padding: 0 10px;
  display: table-cell;
}
#prev_next #prev_no {
  border-right: #000 1px solid;
}
#prev_next_home {
  margin: 0 auto;
  background-color: #000;
  border: solid 9px #fff;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  box-shadow: 0 0 0 3px #000;
  -webkit-box-shadow: 0 0 0 3px #000;
  -moz-box-shadow: 0 0 0 3px #000;
  text-align: center;
}
#prev_next_home:hover {
opacity: 0.7;
}
#prev_next_home i {
  color: #FFF;
  margin: 10px auto;
  font-size: 60px;
}
@media screen and (min-width: 768px){
    #prev_next #prev, #prev_next #next{
        padding: 40px 10px 20px;
    }
}
/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
  /*-- ここから --*/
  /*--------------------------------------
768px PREV NEXT
--------------------------------------*/
  #prev_next #prev, #prev_next #prev::before, #prev_next #prev::after, #prev_next #next, #prev_next #next::before, #prev_next #next::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #prev_next #prev_title, #prev_next #next_title {
    padding: 3px 10px;
  }
  #prev_next #next_title {
    right: 10px;
  }
  #prev_next #prev img {
    float: left;
    margin-right: 10px
  }
  #prev_next #next img {
    float: right;
    margin-left: 10px;
  }
  /*-- ここまで --*/
}
/*******************************
/* archive tit
*******************************/
.gall_tit {
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.gall_tit a {
  color: #000;
}
/*************
/* 投稿ギャラリー
*************/
.wp-caption-text {
  font-size: 12px;
  color: #999999;
  text-align: center;
}
.gallery {
  margin: auto;
}
.gallery .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 25%;
  padding: 5px;
}
.gallery img {
  margin-bottom: 5px;
}
.gallery .gallery-caption {
  margin-left: 0;
  margin-bottom: 35px;
  padding-right: 20px;
  padding-left: 20px;
}
/*-----------------------------
wordpressのギャラリースマホ調整
------------------------------*/
@media screen and (max-width: 640px) {
  #gallery-1 {
    display: flex;
    flex-wrap: wrap;
  }
  .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
    float: none;
    width: 50% !important;
    margin: 0;
  }
}
/*******************************
/* youtube　gmapレスポンシブ対応
***************************/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.ggmap {
  position: relative;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 567px) {
	.ggmap {
		padding-bottom: 56.25%;
	}
}
@media screen and (min-width: 576px) {
	.ggmap {
		padding-bottom: 37.545%;
	}
}

/*******************************
/* レスポンシブ改行
***************************/
@media screen and (min-width: 576px) {
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 567px) {
  .br-pc {
    display: none;
  }
}

/***************************
/* EVENT top/archive
***************************/
.event_block{
	margin-bottom: 0;
}
.event_block .event_item{
	list-style: none;
	margin-bottom: 1.6rem;
}
.event_block .event_item a{
	display: block;
	color: #000;
}
.event_block .event_item a:hover{
	text-decoration: none;
}
a .event_img.zoom{
	margin-bottom: 1.33rem;
}
.event_cat{
	background-color: #929292;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 0.2rem 2rem;
	font-size: 0.833rem;
	letter-spacing: 0.04em;
	margin-bottom: 0.85rem;
}
.event_tit{
	font-size: 1.166rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-bottom: 0.45rem;	
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-style: normal;
}
.event_detail{
	color: #4f4f4f;
	letter-spacing: 0.02em;
	margin-bottom: 0;
}
@media screen and (min-width: 768px){
	.event_block{
		display: flex;
	}
	.event_block .event_item{
		width: calc((100% - 2rem)/3);
		margin-right: 1rem;
	}
	.event_block .event_item:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (min-width: 992px){
	.event_block .event_item{
		width: calc((100% - 4.6rem)/3);
		margin-right: 2.3rem;
	}
}
@media screen and (min-width: 1200px){
	a .event_img.zoom{
		margin-bottom: 1.66rem;
	}
	.event_cat{
		font-size: 0.866rem;
		padding: 0.2rem 2.1rem;
		margin-bottom: 0.733rem;
	}
	.event_tit{
		font-size: 1.2rem;
		margin-bottom: 0.733rem;
	}
}

/***************************
/* GALLERY
***************************/
/* top/archive共通 */
a .gallery_img.zoom{
	margin-bottom: 1.33rem;
}
.ga_detail{
	display: flex;
	align-items: center;
	margin-bottom: 0.75rem;
}
.ga_place{
	margin-bottom: 0;
	background-color: #929292;
	color: #fff;
	font-size: 0.833rem;
	text-align: center;
	padding: 0.2rem 2.04rem;
	margin-right: 0.833rem;
	letter-spacing: 0.04em;
}
.ga_yashikina{
	color: #999999;
	font-size: 0.833rem;
	letter-spacing: 0.08em;
	margin-bottom: 0;
}
.gallery_tit{
	color: #000;
	font-size: 1.166rem;
	letter-spacing: 0.02em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.35rem;	
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-style: normal;
}
.gallery_copy{
	margin-bottom: 0;
	color: #4f4f4f;
	letter-spacing: 0.02em;
	line-height: 1.8;
}
@media screen and (min-width: 1200px){
	a .gallery_img.zoom{
		margin-bottom: 1.66rem;
	}
	.ga_detail{
		margin-bottom: 0.6rem;
	}
	.ga_place{
		font-size: 0.866rem;
	}
	.ga_yashikina{
		font-size: 0.866rem;
	}
	.gallery_tit{
		font-size: 1.133rem;
		margin-bottom: 0.633rem;
	}
}

/***************************
/* MODEL HOUSE
***************************/
/* top/archive共通 */
.model_img{
	position: relative;
	margin-bottom: 1.25rem;
}
.model_no{
	font-weight: 400;
	font-size: 2.5rem;
	letter-spacing: 0.02em;
	font-family: "Noto Serif JP", serif;
	font-style: normal;
	color: #000;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0.833rem;
	z-index: 1;
}
.model_tit{
	color: #000;
	font-size: 1.166rem;
	letter-spacing: 0.02em;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 0.816rem;
}
.model_copy p{
	color: #4f4f4f;
	font-size: 0.98rem;
	letter-spacing: 0.02em;
	margin-bottom: 0;
	line-height: 1.7;
}
@media screen and (min-width: 768px){
	.model_no{
		font-size: 2.8rem;
	}
	.model_txtArea{
		padding-left: 1.66rem;
	}
	.model_tit{
		font-size: 1.466rem;
	}
	.model_copy p{
		font-size: 1rem;
	}
}
@media screen and (min-width: 1600px){
	.model_no{
		left: 2.33rem;
	}
	.model_txtArea{
		padding-left: 2.33rem;
	}
}

/***************************
/* REAL ESTATE top/archive
***************************/
.estate_block{
	margin-bottom: 0;
}
.estate_block .estate_item{
	list-style: none;
	margin-bottom: 1.6rem;
}
.estate_block .estate_item a{
	display: block;
	color: #000;
}
.estate_block .estate_item a:hover{
	text-decoration: none;
}
a .estate_img.zoom{
	margin-bottom: 1.33rem;
}
.estate_cat{
	background-color: #929292;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 0.2rem 2rem;
	font-size: 0.833rem;
	letter-spacing: 0.04em;
	margin-bottom: 0.85rem;
}
.estate_tit{
	font-size: 1.166rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-bottom: 0.45rem;	
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-style: normal;
}
.estate_detail{
	color: #4f4f4f;
	letter-spacing: 0.02em;
	margin-bottom: 0;
}
@media screen and (min-width: 768px){
	.estate_block{
		display: flex;
	}
	.estate_block .estate_item{
		width: calc((100% - 2rem)/3);
		margin-right: 1rem;
	}
	.estate_block .estate_item:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (min-width: 992px){
	.estate_block .estate_item{
		width: calc((100% - 4.6rem)/3);
		margin-right: 2.3rem;
	}
}
@media screen and (min-width: 1200px){
	a .estate_img.zoom{
		margin-bottom: 1.66rem;
	}
	.estate_cat{
		font-size: 0.866rem;
		padding: 0.2rem 2.1rem;
		margin-bottom: 0.733rem;
	}
	.estate_tit{
		font-size: 1.2rem;
		margin-bottom: 0.733rem;
	}
}

/***************************
/* NEWS top/archive
***************************/
.news_block{
	margin-bottom: 0;
}
.news_block li{
	list-style: none;
	border-bottom: 1px solid rgba(167,167,167,0.25);
}
.news_block li a{
	display: block;
	color: #000;
	padding: 1.33rem 0 2.083rem;
}
.news_block li a:hover{
	text-decoration: none;
}
.news_date{
	color: #6e6e6e;
	font-size: 1rem;
	letter-spacing: 0.02em;
	margin-bottom: 0.666rem;
	line-height: 1;
}
.news_tit{
	font-size: 1.0416rem;
	letter-spacing: 0.03em;
	line-height: 1.6;
	margin-bottom: 0;
}
@media screen and (min-width: 768px){
	.news_block li a{
		display: flex;
		align-items: center;
		padding: 2.466rem 0;
	}
	.news_date{
		margin-right: 1.66rem;
		width: 100px;
		flex-shrink: 0;
		margin-bottom: 0;
	}
	.news_tit{
		width: 100%;		
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}
@media screen and (min-width: 1200px){
	.news_date{
		margin-right: 2.06rem;
	}
}