@charset "utf-8";

/* 全体
------------------------------------------------------------*/
html {
	overflow: auto;
	min-height: 100%;
  	position: relative;
}
html, body {
	height:100%; /*ブラウザいっぱいに高さを取得*/
	margin:0;
}
#wrapper {
	width: 100%;
	position: relative;
	min-height:100%;
	height:auto !important;
	height: 100%;
}
#main{
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}
.container,
.container_full{
	overflow: hidden;
	padding-bottom: 160px;
}
#footer {
	bottom: 0;
	width: calc(100% - 190px);
	position: absolute;
}
.container img {
	/*width:100%;*/
	max-width: 100%;
	height: auto;
	transition: .3s;
}
.container a:hover img {
    opacity: .7;
}
.sp_br {
	display: none;
}
.text_aka {
	color: #ff0000;
}

/* googlemap */
.acf-map {
	width: 100%;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

/*************
メイン コンテンツ
*************/
.alignleft {
	float: left;
	clear: left;
	margin: 3px 10px 10px 0;
}
.alignright {
	float: right;
	clear: right;
	margin: 3px 0 10px 10px;
}
/*************
テーブル
*************/
table.table {
	border-collapse: collapse;
	margin: 5px auto 15px auto;
}
table.table td {
	border-collapse: collapse;
	background-color: #F9F9F9;
	text-align: left;
	padding: 8px;
	border: 1px solid #D6D6D6;
	line-height: 20px;
}
table.table th {
	background-color: #F5F5F5;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #151515;
	border-top: 1px solid #D4D4D4;
	border-right: 4px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	background-repeat: repeat-x;
	background-position: top;
}
/*************
ページネーション
*************/
.section_nav {
    overflow: hidden;
}
ul.pager {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
}
ul.pager li {
    margin: 0 2px;
    position: relative;
    left: -50%;
    float: left;
}
ul.pager li span,
ul.pager li a {
    display: block;
    font-size: 1.6rem;
    padding: 0.6em 1em;
    border-radius: 3px;
	
}
ul.pager li span{
	border: 1px #5C80FF solid;
	color: #5C80FF;
}
ul.pager li a {
    background: #5C80FF;
    color: #fff;
    text-decoration: none;
}
ul.pager li a:hover {
    background: #93CBF0;
    color: #fff;
}

/* slider-pro */
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow, .sp-top-thumbnails .sp-previous-thumbnail-arrow{
	left: 10px !important;
}
.sp-bottom-thumbnails .sp-next-thumbnail-arrow, .sp-top-thumbnails .sp-next-thumbnail-arrow{
	right: 10px !important;
}
.sp-bottom-thumbnails .sp-thumbnail-container, .sp-top-thumbnails .sp-thumbnail-container{
	margin: 0 !important;
}


/* コンテンツページ
------------------------------------- */

.pageTitle {
	font-size: 2.8rem;
    font-weight: normal;
    margin: 40px 0;
    line-height: 1.7;
	text-align: center;
}
.container_full .pageTitle{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.making .pageTitle,
.management .pageTitle{
	color: #5C80FF;
}

.page_subTitle {
	font-size: 1.8rem;
	margin: 30px 0;
	padding-top: 30px;
	position: relative;
}
/*.page_subTitle::before{
    content: "";
    position: absolute;
	width: 50px;
    left: 0;
    right: 0;
    top: 0;
    border-top: 1px #ddd solid;
}*/
.inner_Title{
	font-size: 1.6rem;
}
#innerBox h3{
	width: 980px;
	font-size: 2.0rem;
	margin-bottom: 25px;
	color: #5C80FF;
	padding-bottom: 5px;
	border-bottom: #5C80FF 1px solid;
	margin-left: -20px;
}
/* ボックス基本 */
.baseBox {
	clear: both;
	margin-bottom: 25px; 
	overflow: hidden;
}
span.kome {
	font-size: 13px;
}
.indication {
	font-size: 18px;
	line-height: 1.25;
}

/* 共通
------------------------------------- */
.col_l{
	float: left;
	width: 48%;
}
.col_r{
	float: right;
	width: 48%;
}
.container_full .contentBox{
    background: #f7f3f3;
}
.making .contentBox,
.management .contentBox{
	background: #98CBFF;
	overflow: hidden;
}
.container_full .contentBox .boxInner{
	width: 980px;
    margin: 0 auto;
    padding: 0 20px;
}

/* コンセプト
------------------------------------- */
.concept .topText{
	overflow: hidden;
}
.concept .topText h3 {
	font-size: 2.4rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 40px 0;
	text-align: center;
	line-height: 2;
}

.concept .topText .col_l{
	width: 68%;
}
.concept .topText .col_r{
	width: 30%;
}
.concept .topText .col_l,
.concept .topText .col_r{
	height: 435px;
	overflow: hidden;
	margin-top: 1.5%;
	display: block;
}
.concept .topText img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.concept .topText .col_l img{
	width: 100%;
	height: auto;	
}

.concept .main_area{
	font-size: 1.5rem;
	margin-top: 30px;
	overflow: hidden;
}
.concept .main_area dl{
	margin-bottom: 30px;
	font-weight: 600;
	line-height: 1.7;
}
.concept .main_area dl dt.boxTitle{
	font-size: 3.2rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
}
.concept .main_area dl dt.boxTitle span{
	font-size: 3.6rem;
	margin-left: 15px;
}
.concept .main_area dl dd.box_subTitle{
	font-size: 2.0rem;
	color: #0066CB;
	margin-bottom: 15px;
}
.concept .main_area dl dd{
	line-height: 1.8em;
}
.concept .sample_plan{
	margin-top: 20px;
	text-align: center;
	padding-bottom: 15px;
}
.concept .sample_plan h3{
	font-size: 2.0rem;
	color: #0066CB;
	margin-bottom: 15px;
	font-weight: bold;
	text-align: left;
}
.concept .sample_plan h3 span{
	font-size: 1.4rem;
	margin-left: 1em;
	color: #333;
}
.concept .sample_plan img{
	max-width: 100%;
	height: auto;
}
.concept .sample_plan .caption{
	margin: 10px 0 30px;
	font-size: 1.4rem;
}
.concept .sample_plan ul{
	display: inline-block;
	text-align: left;
}

.concept .sample_plan ul li{
	font-size: 1.6rem;
	margin-bottom: 20px;
	margin-left: 3em;
	text-indent: -3em;
	line-height: 1.7em;
}
.concept .sample_plan ul li span{
	color: #0066CB;
}

/* 標準設備
------------------------------------- */
.container_full .pageTitle .titsub_r{
	color: #f00;
	margin-left: 1em;
}
.container_full .facility .boxInner{
	overflow: hidden;
}
.facility .topText{
	margin-top: 40px;
}
.facility .topText h3{
	font-size: 2.2rem;
	color: #5c80ff;
	margin-bottom: 15px;
	font-weight: bold;
	text-align: left;
}
.facility .topText h3 span{
	font-size: 1.4rem;
	margin-left: 1em;
	color: #333;
}
.facility .topText p{
	font-size: 1.8rem;
	line-height: 1.8;
}
.facility .topText p .em{
	font-weight: bold;
}
.facility .main_area{
	margin: 30px 0;
	overflow: hidden;
}
.facility .main_area ul li{
	float: left;
	width: 326px;
	position: relative;
}
.facility .main_area ul li img{
	width: 100%;
	vertical-align: middle;
	
}
.facility .main_area ul li p{
	font-size: 1.6rem;
	background: rgba(152,203,255,1);
	text-align: center;
	/*position: absolute;*/
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	padding: 5px 0;
	word-wrap: break-word;
	display: table;
}
.facility .main_area ul li p span{
	display: table-cell;
	width: 100%;
	height: 48px;
	text-align: center;
	vertical-align: middle;
}
.facility .detail_area{
	margin-top: 20px;
	clear: both;
	font-size: 1.6rem;
}
.facility .detail_area img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.facility .detail_area .head_txt dl{
	margin-bottom: 30px;
}
.facility .detail_area .head_txt dl dt h3{
	font-size: 2.2rem;
	color: #5c80ff;
	margin-bottom: 15px;
	font-weight: bold;
	text-align: left;
}
.facility .detail_area .head_txt dl dd{
	font-size: 1.8rem;
	line-height: 1.8;
}
.facility .detail_area .head_txt dl dd.em{
	font-weight: bold;
}
.facility .detail_area .head_txt dl dd.btm_txt{
	margin: 40px 0;
	line-height: 2.0;
}
.facility .detail_area{
	margin-top: 20px;
	clear: both;
	font-size: 1.6rem;
}
.facility .detail_area .facility_box {
	display: flex;
	-js-display: flex;
	justify-content: space-between;
}
.facility .detail_area .facility_box:nth-child(even) {
	flex-direction: row-reverse;
}
.facility .detail_area .facility_box:nth-child(even) .facility_boxTxt span{
	text-align: right;
	display: inherit;
}
.facility .detail_area .facility_boxTxt {
	width: 45%; /*flex: 2;*/
	padding: 30px 0;
	line-height: 2.0;
	margin: 0 auto;
}
.facility .detail_area .facility_boxImg {
	width: 50%; /*flex: 1;*/
}
.facility .detail_area .facility_boxTxt h2 {
	margin-bottom: 2rem;
	font-size: 2.2rem;
	color: #5c80ff;
	line-height: normal;
}
.facility .detail_area .facility_boxImg img {
	display: block;
	width: 100%;
	height: auto;
}
.facility .detail_area .facility_boxTxt span{
	font-size: 1.4rem;
}
/* 家ができるまで
------------------------------------- */
.flow .main_area{
	margin-top: 40px;
}
.flow .main_area article{
	clear: both;
	overflow: hidden;
	margin-bottom: 60px;
}
.flow .main_area .col_l{
	width: 20%;
}
.flow .main_area .col_r{
	width: 75%;
	font-size: 1.4rem;
}
.flow .main_area .col_r h3{
	font-size: 2.0rem;
	color: #0066CB;
	margin-bottom: 15px;
	font-weight: bold;
}
.flow .main_area .col_r img{
	width: 100%;
	vertical-align: middle;
}
.flow .main_area .col_r .flow_txt{
	line-height: 2;
	margin-top: 15px;
}
.flow .main_area .col_r .flow_txt .flow_detail{
	display: block;
	margin-top: 10px;
	padding-left: 20px;
}
.flow .main_area .col_r .flow_txt .flow_detail ul li{
	display: inline-block;
	margin-right: 10px;
}

/* マンション・アパート経営
------------------------------------- */
.management .titsub{
	margin-right: 1em;
}
.mansion .topText{
	font-size: 1.6rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	line-height: 2.2em;
}
.mansion .topText div{
	margin-bottom: 40px;
}
.mansion .topText h3{
	font-size: 2.4rem;
	color: #fff;
	line-height: 2;
	padding: 40px 0 20px;
}
.mansion .topText img{
	width: 100%;
}
.mansion .main_area{
	font-size: 1.5rem;
	margin-top: 30px;
	overflow: hidden;
}
.mansion .main_area dl{
	margin-bottom: 30px;
	font-weight: 600;
	line-height: 1.7;
}
.mansion .main_area dl dt.boxTitle{
	font-size: 3.2rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
}
.mansion .main_area dl dd.box_subTitle{
	font-size: 2.0rem;
	color: #0066CB;
	margin: 30px 0 15px;
}
.mansion .main_area dl dd{
	line-height: 1.8em;
}
.mansion .main_area dl dd ul li::before{
	content: '●';
}
.mansion .main_area dl dd .notes{
	font-size: 1.3rem;
	font-weight: normal;
}
.mansion ul.mansion_flow{
	margin-right: -15px;
	overflow: hidden;
}
.mansion ul.mansion_flow li{
	background: #0098FF;
	border-radius: 5px;
	float: left;
	width: 17.5%;
	padding: 60px 0;
	margin-right: 15px;
	margin-bottom: 10px;
	text-align: center;
	color: #fff;
	font-size: 2.0rem;
	position: relative;
}
.mansion ul.mansion_flow li::before{
	content:'';
	display: none;
}
.mansion ul.mansion_flow li img{
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 20%;
}
.mansion .secBottom{
	background: #dfefee;
	padding: 35px 0;
	color: #a03587;
	font-size: 2.2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	letter-spacing : 4.4px;
}
/* ごあいさつ
------------------------------------- */
.contentBox .greeting_top_img{
	position: relative;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.contentBox .greeting_top_img img{
	width: 100%;
	height: auto;
}
.contentBox  .greeting_top_text01{
	position: absolute;
    font-size: 2.6rem;
    font-weight: bold;
    top: 70px;
    left: 41%;
    letter-spacing: 5px;
    text-align: center;
    line-height: 1.8;
}
.contentBox .greeting_text_area{
	font-size: 1.8rem;
	line-height: 2;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 40px 5%;
}
.contentBox .greeting_text_area .signature{
	letter-spacing: 5px;
	margin-top: 35px;
}


/* 会社概要・沿革
------------------------------------- */
.company .page_subTitle{
	font-size: 2.4rem;
	letter-spacing : 4px;
	color: #fff;
	padding-top: 40px;
	margin: 0;
}
.company .page_subTitle h3{
	padding: 8px 30px;
	background : -moz-linear-gradient(0% 50% 0deg,rgba(102, 153, 255, 1) 0%,rgba(86, 148, 241, 0.74) 26.21%,rgba(45, 134, 204, 0.23) 77.14%,rgba(24, 127, 186, 0) 100%);
	background : -webkit-linear-gradient(0deg, rgba(102, 153, 255, 1) 0%, rgba(86, 148, 241, 0.74) 26.21%, rgba(45, 134, 204, 0.23) 77.14%, rgba(24, 127, 186, 0) 100%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(102, 153, 255, 1) ),color-stop(0.2621,rgba(86, 148, 241, 0.74) ),color-stop(0.7714,rgba(45, 134, 204, 0.23) ),color-stop(1,rgba(24, 127, 186, 0) ));
	background : -o-linear-gradient(0deg, rgba(102, 153, 255, 1) 0%, rgba(86, 148, 241, 0.74) 26.21%, rgba(45, 134, 204, 0.23) 77.14%, rgba(24, 127, 186, 0) 100%);
	background : -ms-linear-gradient(0deg, rgba(102, 153, 255, 1) 0%, rgba(86, 148, 241, 0.74) 26.21%, rgba(45, 134, 204, 0.23) 77.14%, rgba(24, 127, 186, 0) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6699FF', endColorstr='#187FBA' ,GradientType=0)";
	background : linear-gradient(90deg, rgba(102, 153, 255, 1) 0%, rgba(86, 148, 241, 0.74) 26.21%, rgba(45, 134, 204, 0.23) 77.14%, rgba(24, 127, 186, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6699FF',endColorstr='#187FBA' , GradientType=1);
}
.company .company_outline_area{
	background: #fff;
	padding: 15px;
	font-size: 1.4rem;
	margin: 30px 0;
}
.company .company_outline_area table{
	width: 100%;
}
.company .company_outline_area table tr th,
.company .company_outline_area table tr td{
	border-bottom: 1px #ccc dashed;
	padding: 10px 20px;
}
.company .company_outline_area table tr th{
	width: 20%;
}
.company .company_outline_area table tr td{
	width: 80%;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.company .history{
	background: none;
	padding: 0 15px 40px 15px;
}
.company .history table{
	border-top: 1px #ccc dashed;
}
.company .history table tr th,
.company .history table tr td{
	padding: 7px 20px;
}

/* メディア
------------------------------------- */
.media{
	font-size: 1.6rem;
    line-height: 2.0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    overflow: hidden;
}

/* 土地/モデルハウス
------------------------------------- */
.acf-map{
	height: 400px;
}
.list_wrap ul {
	overflow: hidden;
	_zoom: 1;
	margin-right: -5%;
	-js-display: flex;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.list_wrap ul li{
	width: 45%;
    margin-right: 5%;
	margin-bottom: 50px;
	float: left;
	overflow: hidden;
}
.common_list .top_cat{
	text-align: center;
	margin-bottom: 15px;
}
.common_list .top_cat span{
	border : 1px #FF9999 solid;
	border-radius : 5px;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
	padding: 5px 10px;
	display: inline-block;
	color: #FF9999;
	margin-right: 15px;
	font-size: 1.6rem;
	/*width: 30%;*/
}
.list_wrap ul li:nth-child(2n){
	margin-right: 0;
}
.list_wrap ul li img{
	vertical-align: bottom;
}
.list_wrap ul li .postItem_top,
.list_wrap ul li .postItem_bottom{
	width: 90%;
    margin: 0 auto;
    text-align: center;
}
.list_wrap ul li .postItem_bottom{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: #98CBFF;
}
.list_wrap ul li .postItem_top a,
.list_wrap ul li .postItem_bottom a{
	display: block;
	color: #000;
	background: #98CBFF;
}
.list_wrap ul li .postItem_top a{
	padding: 20px 5px;
	font-size: 1.6rem;
}
.list_wrap ul li .postItem_bottom a{
	padding: 20px;
	font-size: 1.4rem;
	text-align: left;
}
.list_wrap ul li .postthmub{
	height: 270px;
	width: auto;
	overflow: hidden;
	/*border: 1px #eee solid;*/
}
.postthmub a:hover{
	opacity: .3;
    background: #fff;
}
.list_wrap .post_empty{
	font-size: 1.8rem;
	display: inline-block;
	margin-top: 30px;
}

/* 土地/モデル・分譲　個別ページ */
.common_detail{
	font-size: 1.4rem;
}
.common_detail .top_cat{
	margin: 30px 0;
}
.common_detail .top_cat ul li{
	border : 1px #FF9999 solid;
	border-radius : 5px;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
	padding: 7px 10px;
	display: inline-block;
	color: #FF9999;
	margin-right: 15px;
}
.common_detail .top_cat ul li:last-child{
	margin-right: 0;
}
.common_detail .page_subTitle{
	padding-top: 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.6rem;
	margin: 30px 0;
}

.common_detail .top_maintext{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.common_detail .top_mainimg{
	margin: 30px 0;
}
.common_detail #innerBox{
	clear: both;
	margin-top: 40px;
}
/* 親要素にoverflow:hiddenが使えないためclearfix */
.common_detail #innerBox::after { 
	content: "";
	display: block;
	clear: both;
}
.common_detail .kukaku_area .kukaku_area_wrap {
	display: flex;
	-js-display: flex;
}
.common_detail .kukaku_area .col_l{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	/*background : #FFCCCC;
	padding: 3.5%;*/
	width: 40%;
	box-sizing: border-box;
	line-height: 2;
}
.common_detail .kukaku_area .col_r{
	width: 60%;
}
.common_detail .kukaku_area .postthmub{
	height: 300px;
	width: auto;
	overflow: hidden;
}
.common_detail .priceList{
}
.common_detail .area_info{
}
.common_detail .postthmub{
	height: 400px;
	width: auto;
	overflow: hidden;
}
.common_detail .acf-map{
	height: 400px;
}
.common_detail .priceList table{
	width: 100%;
	font-size: 1.4rem;
	border-spacing: 4px;
}
.common_detail .priceList table tr th,
.common_detail .priceList table tr td{
	padding: 8px 5px;
	text-align: center;
}
.common_detail .priceList table tr th{
	background: #D7D8D8;
}
.common_detail .priceList table tr td{
	background: #F2F3F3;
}
.common_detail .priceList table tr th.kukaku_num{
	width: 80px;
}
.common_detail .priceList table tr th.land_size{
	width: 120px;
}
.common_detail .priceList table tr th.land_size{
	width: 120px;
}
.common_detail .priceList table tr th.bikou{
	width: 50%;
}

.locaBox ul {
	overflow: hidden;
	_zoom: 1;
	margin-right: -3%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.locaBox ul li {
	float: left;
	width: 32%;
	margin-right: 1%;
	margin-bottom: 10px;
}
.common_detail .locaBox .postthmub{
	height: 200px;
}
.locaBox ul li img {
	width: 100%;
	max-width: 100%;
}
.locaBox ul li p {
	clear: both;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-top: 7px;
}
/* 物件概要 */
.outline table{
	table-layout: fixed;
    width: 100%;
	border-collapse: collapse;
	font-size: 1.4rem;
	border-top: 1px solid #ddd; 
}
.outline table th {
	width: 23%;
	padding: 10px 20px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
	text-align: left;
	background: #98CBFF;
}
.outline table td {
	width: 77%;
    padding-right: 10px;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

/* モデル・分譲スライダー */
.sp-bottom-thumbnails{
	margin-right:0 !important;
	margin-left:0 !important;
}


/* 施工例
------------------------------------- */
.works_item {
	position: relative;
}
.works_item .caption {
	font-size: 1.8rem;
	text-align: center;
	color: #fff;
	z-index: 100;
}
.works_item .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;	/* マスクを表示しない */
	background-color: rgba(61, 90, 119, 0.5);
	-webkit-transition:	all 0.6s ease;
	transition:	all 0.6s ease;
}
.works_item:hover .mask {
	opacity: 1;	/* マスクを表示する */
	padding-top: 125px;	/* ホバーで下にずらす */
}
.works_item a:hover{
	background: none !important;
	opacity: 1 !important;
}
.list_wrap ul li .sp_caption{
	display: none;
}

/* プライバシーポリシー
------------------------------------- */
.privacy {
	line-height: 1.7;
}
.privacy .section_inner_top {
	font-size: 15px;
	margin-bottom: 40px;
}
.privacy .section_inner_top dl dt {
	font-size: 18px;
	padding-bottom: 10px;
}
.privacy .section_inner_top dl dd {
	color: #555;
}

ol.privacy_set {
	/* margin: 1em 0; */
	padding-left: 40px;
	list-style-type: decimal;
}
ol.privacy_set + li {
	margin-bottom: 1em;
}
ol.privacy_set li .last_text {
	display: block;
	text-align: right;
	margin-top: 1em;
}
.privacy .section_inner dl dd p{
	margin-bottom: 5px;
}
/*括弧付き数字*/
ol.privacy_set{
	padding:0 0 0 2em;
	margin:0;
}
ol.privacy_set li{
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
	padding-left:1em;
	text-indent:-1em;
}
ol.privacy_set > li:before{
	display: marker;
	content: "(" counter(cnt) ") ";
}
ol.privacy_set li ul{
	margin-bottom: 5px;
}

.privacy .section_inner {
	font-size: 15px;
    margin-bottom: 40px;
}
.privacy .section_inner:last-child {
	margin-bottom: 0;
}
.privacy .section_inner dl dt {
	font-size: 1.8rem;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #cbcbcb solid;
}
.privacy .section_inner dl dd {
	color: #555;
}

/* お知らせ
------------------------------------- */
.newslist {}
.newslist ul {}
.newslist ul li {
	border-bottom: 1px dotted #ddd;
	padding: 15px 0;
	font-size: 1.4rem;
}
.newslist ul li .news_data span{
	margin: 0 1em;
	width: 120px;
    text-align: center;
	display: inline-block;
	background: #f2f2f2;
	padding: 2px 3px;
}
.newslist .new{
	color: #ff6161;
	margin-left: 5px;
	display: inline-block;
}
.newslist ul li a {
	display: inline-block;
	font-size: 1.6rem;
}
.newslist ul li a span {
	text-decoration: underline;
}
.newslist ul li a span:hover{
	text-decoration: none;
}
.news_single {}
.news_single .page_subTitle{
	font-weight: bold;
	margin-bottom: 10px;
}
.news_single .news_data{
	display: block;
	font-size: 1.3rem;
	margin-bottom: 50px;
}
.news_single .news_data span{
	margin-left: 1em;
}
.news_single .entry_content {
	font-size: 16px;
	line-height: 2.0;
}

/* 共通ブログ
------------------------------------- */
/* ブログ　一覧 */
.commonList .list_wrap ul{
	margin: 0;
}
.commonList .list_wrap ul li{
	width: 100%;
	margin: 0;
	border-top: 1px #333 dashed;
	padding: 30px 0;
}
.commonList .list_wrap ul li h3{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.0rem;
	margin-bottom: 30px;
}
.commonList .list_wrap ul li h3 a{
	color: #333;
	display: block;
}

.commonList .list_wrap ul li .col_l{
	width: 40%;
	min-width: 300px;
}
.commonList .list_wrap ul li .col_r{
	width: 60%;
	padding-left: 4%;
	box-sizing: border-box;
}
.commonList .list_wrap ul li .col_r p{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.6rem;
	color: #333;
	line-height: 2.0;
}
.commonList .list_wrap ul li .btm_text{
	margin-top: 30px;
	position: relative;
}
.commonList .list_wrap ul li .btm_text .more{
	color: #FF6666;
	background: #fff;
	border: 1px #FF6666 solid;
	border-radius: 5px;
	font-size: 1.4rem;
	display: inline-block;
	padding: 5px 15px;
}
.commonList .list_wrap ul li .btm_text a:hover{
	background: #FF6666;
	color: #fff;
}

.commonList .list_wrap ul li .btm_text .time{
	color: #333;
	float: right;
	font-size: 1.4rem;
	padding: 5px 0;
}

/* ブログ　詳細 */
.baseBox .page_subTitle{
	font-size: 2.6rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.baseBox .news_data{
	font-size: 1.4rem;
	margin-bottom: 30px;
	display: inline-block;
}
.baseBox .entry_content {
	font-size: 1.6rem;
	line-height: 2.0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	overflow: hidden;
}
.baseBox .backlist {
	text-align: center;
	margin: 50px 0 30px;
	clear: both;
}
.baseBox .backlist a {
	display: inline-block;
	font-size: 1.8rem;
	color: #ff6666;
	padding: 8px 40px;
	border: 1px #ff6666 solid;
	border-radius: 5px;
}
.baseBox .backlist a:hover{
	background: #FF6666;
	color: #fff;
}
.common_single .page_subTitle{
	border-bottom: 1px #0000FF solid;
}

/* お客様の声
------------------------------------- */
/* お客様の声　一覧 */
.voiceList .list_wrap ul{
	margin: 0;
}
.voiceList .list_wrap ul li{
	width: 100%;
	display: table;
	margin: 0 0 50px 0;
}
.voiceList .list_wrap ul li .col_l,
.voiceList .list_wrap ul li .col_r{
	float: none;
	display: table-cell;
	vertical-align: top;
}
.voiceList .list_wrap ul li .col_l{
	width: 40%;
}
.voiceList .list_wrap ul li .col_r{
	background: #98CBFF;
	width: 55%;
	padding: 3% 4%;
	box-sizing: border-box;
}
.voiceList .list_wrap ul li .col_r dl{
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	margin-bottom: 10px;
}
.voiceList .list_wrap ul li .col_r dl dt{
	font-size: 1.8rem;
	color: #333;
	margin-bottom: 25px;
}
.voiceList .list_wrap ul li .col_r dl dd{
	font-size: 1.4rem;
	color: #333;
	line-height: 1.8;
}
.voiceList .list_wrap ul li .btm_text{
	margin-top: 25px;
	position: relative;
}
.voiceList .list_wrap ul li .btm_text .more{
	color: #FF6666;
	background: #fff;
	border: 1px #FF6666 solid;
	border-radius: 5px;
	font-size: 1.4rem;
	display: inline-block;
	padding: 5px 15px;
}
.voiceList .list_wrap ul li .btm_text a:hover{
	background: #FF6666;
	color: #fff;
}

.voiceList .list_wrap ul li .btm_text .time{
	color: #333;
	float: right;
	font-size: 1.4rem;
	padding: 5px 0;
}

/* お客様の声　詳細 */
.voice_single .page_subTitle{
	border-bottom: 1px #FF9898 solid;
}
.voice_single .entry_content{
	width: 690px;
}



/*記事（投稿本文内）
-------------------------------------------*/
._____ENTRY_____ {}

/*エントリーのタイトル（いろんな所で共通）*/

.entry_content h2.entry-title {
	color: #333;
	font-size: 170%;
	margin-bottom: 10px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #E1E1E1;
	padding-bottom: 4px;
	line-height: 140%;
	text-shadow: 0px 0px 1px #ddd;
}
.entry_content h3.entry-title {
	font-size: 120%;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	padding-bottom: 2px;
	text-shadow: 0px 0px 1px #ddd;
}
.entry-title a:link,
.entry-title a:visited {
	color: #00A6D9;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #00A6D9;
	text-decoration: underline;
}
.entry-title span.newicon {
	color: #FF0000;
	margin-right: 5px;
}
.entry-title span.titleop {
	color: #FF6600;
	margin-right: 1px;
}

/*エントリーメタ情報*/
.entry-meta {
	color: #888;
	font-size: 90%;
	margin-bottom: 10px;
	text-align: right;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 90%;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #00A6D9;
}
.entry-meta a:hover,
.entry-utility a:hover {
}
.meta-prep-author {
	margin-right: 10px;
}


.entry-content {
	font-size: 100%;
}
.entry-content * {
	line-height: normal;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: normal;
}
div.entry-content iframe {
	margin-right: auto;
	margin-left: auto;
}

/*表示画面で画像の回り込みが崩れるのを防ぐ*/

.entry-content img {
	padding: 0;
	max-width: 100%;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
img.alignright {
	display: inline;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 7px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
}
img.alignleft {
	display: inline;
	margin-top: 6px;
	margin-right: 7px;
	margin-bottom: 6px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}



/* ここから1200px 以下
------------------------------------------------------------*/
@media print, screen and (max-width: 1200px) {
	.list_wrap ul li .postthmub{
		/*height: 200px;*/
	}
	
	.container_full .contentBox .boxInner{
		width: 90%;
	}
	
/* 共通ブログ
------------------------------------- */
	.commonList .list_wrap ul li .col_l{
		min-width: inherit;
	}
	.baseBox .backlist a{
		font-size: 1.4rem;
	}
/* 標準設備
------------------------------------- */
	.facility .main_area ul li{
		width: 33.3333%;
	}
	.facility .main_area ul li p{
		font-size: 1.4rem;
	}
	.facility .main_area ul li p span{
		height: 42px;
	}
/* お客様の声
------------------------------------- */
	.voiceList .list_wrap ul li{
		display: inherit;
		height: 270px;
	}
	.voiceList .list_wrap ul li .col_r dl dt{
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
	.voiceList .list_wrap ul li .col_r dl dd{
		line-height: 1.3;
	}
	.voiceList .list_wrap ul li .btm_text{
		margin-top: 15px;
	}
/* 施工例
------------------------------------- */
	.list_wrap ul li .works_item {
		height: 200px;
	}
	.works_item:hover .mask {
		padding-top: 90px;	/* ホバーで下にずらす */
	}
}

/* ここからスマホ
------------------------------------------------------------------*/
@media only screen and (max-width:960px) {
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	min-width: 100%;
}
.container,
.container_full .contentBox .boxInner{
	width: 96%;
	margin: 0 2%;
	padding: 40px 0 0px 0;
}
.container_full .contentBox .boxInner,
.container_full{
	padding: 0;
}
#footer {
	width: 100%;
	margin-top: 40px;
	position: static;
}

.sp_br {
	display: block;
}
.pageTitle {
	font-size: 2.2rem;
	margin: 20px 0;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
	display: block;
}

	#innerBox h3{
		width: 100%;
		margin-left: 0;
	}
	#boxer.mobile .boxer-close, #boxer.mobile .boxer-close:hover{
		top: 70px !important;
		z-index: 10000;
	}	
	
	
/* コンセプト
------------------------------------- */
	.concept .topText h3{
		font-size: 1.6rem;
		line-height: normal;
	}
	.concept .topText .col_l,
	.concept .topText .col_r{
		width: 100% !important;
		height: 400px;
		margin: 0 !important;
	}
	.concept .main_area dl dt.boxTitle{
		font-size: 2.2rem;
		margin-bottom: 0;
	}
	.concept .main_area dl dt.boxTitle span{
		font-size: 2.6rem;
	}
	.concept .main_area dl dd.box_subTitle{
		font-size: 1.6rem;
		margin-bottom: 0;
	}
/* 標準設備
------------------------------------- */
	.container_full .pageTitle .titsub_r{
		display: block;
		margin-left: 0;
	}
	.facility .main_area ul li{
		width: 50%;
	}
	.facility .detail_area img{
		max-width: 100%;
	}
	.facility .detail_area .facility_box,
	.facility .detail_area .facility_box:nth-child(even)  {
		flex-direction: column;
		margin-bottom: 30px;
	}
	.facility .detail_area .facility_box:nth-child(even) .facility_boxTxt span{
		text-align: left;
	}
	.facility .detail_area .facility_boxTxt,
	.facility .detail_area .facility_boxImg {
		width: 100%; /*flex: 1;*/
	}

	.facility .detail_area .facility_boxTxt {
		padding: 10px;
		line-height: 1.5;
		font-size: 1.4rem;
	}

	.facility .detail_area .facility_boxTxt h2 {
		text-align: center;
		font-size: 2.0rem;
		margin-bottom: 0;
	}
/* マンション・アパート経営
------------------------------------- */
	.mansion ul.mansion_flow{
		margin-right: -1%;
	}
	.mansion ul.mansion_flow li{
		width: 32%;
		margin-right: 1%;
	}
	
/* ごあいさつ
------------------------------------- */	
	.container_full .contentBox .greeting_text_area{
		font-size: 1.4rem;
	}
	
/* 会社概要・沿革
------------------------------------- */
	.company .company_outline_area table tr th{
		width: 30%;
	}
	.company .company_outline_area table tr td{
		width: 70%;
	}
/* メディア
------------------------------------- */
	.media{
    	font-size: 120% !important;
}
/* 土地/モデルハウス
------------------------------------- */
	.common_list .top_cat span{
		font-size: 1.2rem;
		width: auto;
	}
	.commonList .list_wrap ul li h3{
		font-size: 1.8rem;
		margin-bottom: 15px;
	}
	.list_wrap ul li .postItem_top a{
		font-size: 1.4rem;
	}
	.list_wrap ul li .postItem_bottom a{
		font-size: 1.2rem;
	}
	
	/* 土地/モデル・分譲　個別ページ */
	.common_detail .page_subTitle{
		font-size: 2.2rem;
	}
	.outline table th{
		width: 40%;
	}
	.outline table td{
		width: 60%;
	}
	
/* 周辺環境 */
.location {}
.locaBox {
	clear: both;
	margin-bottom: 25px;
	width: 100%;
	overflow: hidden;
}
	.common_detail .locaBox .postthmub{
		height: 160px;
	}
.locaBox ul li img {
	width: 100%;
	max-width: 100%;
}

/* お知らせ
------------------------------------- */
	.newslist ul li a span{
		display: block;
		margin: 15px 0 10px;
	}
	
	
/* ブログ　詳細 */
.baseBox .page_subTitle{
	margin-top: 0;
	padding-top: 0;
	font-size: 2.0rem;
	padding-bottom: 5px;
}
/* お客様の声
------------------------------------- */
	.voice_single .page_subTitle{
		font-size: 2.0rem;
		margin-top: 0;
	}
	.voice_single .entry_content{
		width: 100%;
	}

/*記事（投稿本文内）
-------------------------------------------*/
._____ENTRY_____ {}

/*エントリーのタイトル（いろんな所で共通）*/
.entry_content h2.entry-title {
	font-size: 150%;
}
.entry_content {
	font-size: 120% !important;
}

/*表示画面で画像の回り込み解除*/
.entry-content img {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
img.aligncenter,
img.alignright,
img.alignleft,
img.alignnone {
	display: block;
	text-align: center;
	margin: 10px 0;
}
.alignright,
.alignleft,
.alignnone {
	float: none;
	clear: both;
}

}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:730px) {

}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px) {
.alignleft, .alignright {
	float: none;
	display: block;
	margin: 0 auto 10px;
}

}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px) {
/* 共通
------------------------------------- */
	.common_detail .postthmub{
		width: 100%;
		height: 215px;
		margin: 0 auto;
	}
	.col_l,
	.col_r{
		float: none;
		width: 92% !important;
		margin: 0 4% !important;
		padding: 0 !important;
		display: block !important;
	}

	.list_wrap ul {
		margin: 0;
	}
	.list_wrap ul li{
		width: 100% !important;
		height: 100% !important;
		display: block !important;
		margin-right: 0;
		margin-bottom: 10%;
	}
	.list_wrap ul li::after { 
		content: "";
		display: block;
		clear: both;
	}
	.list_wrap ul li .postthmub{
		width: 100%;
		height: 215px;
		margin: 0 auto;
	}
/* 家ができるまで
------------------------------------- */
	.flow .main_area .col_l {
   		width: 40% !important;
	}
	.flow .main_area article{
		margin-bottom: 30px;
	}
	.flow .main_area .col_r h3{
		margin-top: 15px;
	}
	.flow .main_area .col_r .flow_txt{
		line-height: 1.5;
	}
	.flow .main_area .col_r .flow_txt .flow_detail ul:first-child{
		margin-bottom: 15px;
	}
	.flow .main_area .col_r .flow_txt .flow_detail ul li{
		display: block;
		margin-bottom: 15px;
	}
	.flow .main_area .col_r .flow_txt .flow_detail ul li:last-child{
		margin-bottom: 0;
	}
	.flow .main_area .col_r .flow_txt .flow_detail ul li img{
		transform: rotate(90deg)
	}
	
/* コンセプト
------------------------------------- */
	.concept .topText .col_l,
	.concept .topText .col_r{
		height: 200px;
	}
/* 標準設備
------------------------------------- */
	.facility .detail_area .facility_box{
		display: block;
	}
	.facility .main_area ul li{
		width: 100%;
		margin-bottom: 10px;
	}
/* マンション・アパート経営
------------------------------------- */
	.mansion .main_area dl dt.boxTitle{
		font-size: 2.2rem;
	}
	.mansion ul.mansion_flow{
		margin-right: 0;
	}
	.mansion ul.mansion_flow li{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.mansion ul.mansion_flow li img{
		transform: rotate(90deg);
		width: 10%;
		right: 20px;
		bottom: 20px;
	}
	.mansion .secBottom{
		font-size: 1.8rem;
		letter-spacing: normal;
	}
/* 会社概要・沿革
------------------------------------- */	
	.company .company_outline_area table tr th,
	.company .company_outline_area table tr td{
		width: 100%;
		display: block;
	}
	.company .company_outline_area table tr th{
		border-bottom: 0;
		padding-bottom: 0;
		padding-right: 0;
		padding-left: 0;
		font-weight: bold;
	}
	.company .company_outline_area table tr td{
		padding-top: 0;
		padding-right: 0;
		padding-left: 0;
	}

/* 土地/モデルハウス
------------------------------------- */
	.common_detail .kukaku_area .kukaku_area_wrap{
		display: block;
	}
	.common_detail .kukaku_area .col_l{
		padding: 10px !important;
		margin-bottom: 10px !important;
	}
	.common_detail .locaBox .postthmub{
		height: 260px;
	}
	
	.common_detail .priceList table {
		display: block;
		position: relative;
  }
	.common_detail .priceList table tbody {
		display: block;
		width: auto;
		position: relative;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
  }
	.common_detail .priceList table tr th{
		width: 100% !important;
	}
	
	/*周辺環境*/
	.locaBox ul {
		overflow: inherit;
		_zoom: 1;
		margin-right: 0;
	}
	.locaBox ul li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	/*物件概要*/
	.outline table{
		border: 1px solid #ddd;
	}
	.outline table th{
		width: 100%;
		display: block;
		text-align: center;
	}
	.outline table td{
		width: 100%;
		display: block;
		border-bottom: 0;
	}
/* お客様の声
------------------------------------- */
	.voiceList .list_wrap ul li .col_r{
		padding: 10px !important;
	}
	
/* 施工例
------------------------------------- */
	.works_item {
		position: relative;
	}
	.works_item .caption {
		display: none
	}
	.works_item:hover .mask {
		padding-top: 0;
		background: none;
		opacity: 0;
	}
	.list_wrap ul li .sp_caption{
		display: block;
		font-size: 1.4rem;
		margin-top: 5px;
	}

}
