@charset "utf-8";

/******************************************
				記述順
	body↓
	header↓
	section↓
	main↓
	contents↓
	footer↓
	各pageの共通
*******************************************/

#contents {
    padding-bottom: 55px;
}
.conte_inner {
    overflow: hidden;
}
#main {
    width: 767px;
    float: right;
}
#sidebar {
    width: 200px;
    float: left;
    margin-right: 30px;
}
#breadcrumb{
	margin-bottom: 20px;
}
#breadcrumb .wrap{
	border-bottom:solid 2px #d3cbbc;
    padding-left: 10px;
    box-sizing: border-box;
    padding-bottom: 15px;

}
#breadcrumb li{
	color: #333;
    font-size: 1.3rem;
	display: inline-block;
	vertical-align: top;
}
#breadcrumb li h2{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳＰゴシック", "MS P Gothic", sans-serif;
}
#breadcrumb li a{
	color: #333;
	text-decoration: none;
}
#breadcrumb li p.ttl.en_ttl{
	display: none;
}
#breadcrumb i{
	font-size: 0.7rem;
	padding: 0 10px;
}
#pages #contents{
	padding-bottom: 55px;
}
#mainImgTop{
	padding:30px 0;
	background-position: center;
}
#mainImgTop .wrap {
	height: 220px;
}
/*デザインカテゴリーのみ*/
#mainImgTop_design{
	padding:30px 0;
	background-position: center;
	background-size: 1000px;
}
#mainImgTop_design .wrap {
	height: 440px;
}
/*ここまで*/

/*パース集のみ*/
#mainImgTop_perth{
	padding:30px 0;
	background-position: center;
	background-size: 1200px;
}
#mainImgTop_perth .wrap {
	height: 440px;
  position: relative;
}
/*ここまで*/

#page_title {
    overflow: hidden;
    background: #fff;
	margin-bottom: 25px;
}
#page_title .txt {
    color: #333;
    width: 57%;
    float: left;
    padding: 2.2%;
    box-sizing: border-box;
}
#page_title .img {
    width: 43%;
    float: right;
    text-align: right;
    line-height: 0;
}
#page_title h3 span.en {
    font-size: 2rem;
    margin-bottom: 15px;
    padding-bottom: 7px;
    display: block;
    background: url(../images/common/line-bg.png) repeat-x bottom center;
}
.mainImgTop_txt{
	text-align: center;	
	padding: 0 5px;
	box-sizing: border-box;
	text-shadow: 0 0 12px rgba(0, 0, 0, 1);
	margin: 0 auto;
	position: absolute;
	/*top:50%;*/
	top: 46%;
	left:50%;
	transform: translate(-50%,-50%);
	width:100%;
}
.mainImgTop_txt h2 {
	color: #fff;
	font-size: 20px;
	line-height: 2.3rem;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	width:100%;
}
.mainImgTop_txt h2.small_h2{
    font-size: 0.73rem;
}
.mainImgTop_txt p {
	font-size: 70px;
	color: #fff;
	font-weight: normal;
	line-height: 1;
	margin-bottom:20px;
	width:100%;
}
/*デザインカテゴリーのみ*/
#mainImgTop_design .mainImgTop_txt{
	background: rgba(255,255,255,.8);
	padding: 15px 5px;
	text-shadow: 3px 3px 0 rgba(255, 255, 255, 1);
	width:350px;
}
#mainImgTop_design .mainImgTop_txt h2 {
	color: #d5914c;
}
#mainImgTop_design .mainImgTop_txt p {
	color: #d5914c;
	margin-bottom:10px;
}
/*ここまで*/
/*パース集のみ*/
#mainImgTop_perth .mainImgTop_txt{
	background: rgba(255,255,255,.8);
	padding: 15px 5px;
	text-shadow: 3px 3px 0 rgba(255, 255, 255, 1);
	width:450px;
}
#mainImgTop_perth .mainImgTop_txt h2 {
	color: #d5914c;
}
#mainImgTop_perth .mainImgTop_txt p {
	color: #d5914c;
	margin-bottom:10px;
}
/*ここまで*/

@media only screen and (max-width: 768px) {
	#mainImgTop .wrap {
		height: auto;
	}
	#mainImgTop_design,
	#mainImgTop_perthn{
		background-size: cover;
	}
	#mainImgTop_design .wrap,
	#mainImgTop_perth .wrap {
		height: auto;
	}

	.mainImgTop_txt{
		text-shadow: 0 0 6px rgba(0, 0, 0, 1);
		position: static;
		transform: translate(0,0);
		margin: 0 auto 30px;
	}
	.mainImgTop_txt p {
		font-size: 35px;
		line-height: 1;
		margin-bottom:20px;
	}
	.mainImgTop_txt h2 {
		line-height: 1.5;
		font-size: 16px;
	}
	#mainImgTop_design .mainImgTop_txt,
	#mainImgTop_perth .mainImgTop_txt{
		width:80%;
		max-width: 350px;
	}

}

.category .sec_inner,
.single .sec_inner{
	background: #fff;
}
#box_list_menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-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-menu_inner{
	height: 100%;
	display: block;
	background: #fff;
}
#box_list_menu.box_list_menu_3col li h3{
	overflow:hidden;
	padding: 19px 0 13px 0;
    margin: 0 20px;
    background: url(../images/common/line-bg.png) repeat-x bottom center;
}
#box_list_menu.box_list_menu_2col li{
    width: 49%;
    margin-right: 2%;
}
#box_list_menu.box_list_menu_4col li{
	width: 24.25%;
    margin-right: 1%;
}
#box_list_menu.box_list_menu_2col li:nth-of-type(2n),
#box_list_menu.box_list_menu_4col li:nth-of-type(4n){
    margin-right: 0;
}
#box_list_menu li a .list_tit{
    display: block;
    color: #fff;
    background: #4d354e;
    font-size: 1.3rem;
    padding: 0.312rem 0;
}
#box_list_menu li a:hover .list_tit{
    opacity: 0.6;
}
#box_list_menu li p{
    color: #333;
    font-size: 13px;
    padding: 5px 20px 20px 20px;
}
#box_list_menu li h3 .wf-sawarabimincho{
	float: right;
	padding-top: 10px;
}
#pages #box_list_menu{
	padding: 0;
}
.sec_inner{
	color: #333;
	margin-bottom: 60px;
	padding: 30px;
}
.sec_inner:last-child{
	margin-bottom: 0;
}
.page_title{
	overflow: hidden;
    margin-bottom: 15px;
    background: url(../images/common/line-bg.png) repeat-x bottom center;
}

.page_title .jp {
	/*font-size: 1.4rem;*/
	font-size: 2.24rem;
    float: left;
}
.page_title .en {
    color: #daa770;
    /*font-size: 1.4rem;*/
		font-size: 2.24rem;
    float: right;
		line-height: inherit;
}

table{
	width: 100%;
}
table th,
table td{
	padding: 10px 20px;
	box-sizing: border-box;
	border-top:1px solid #dbba95;
	border-bottom:1px solid #dbba95;
}
table th{
	width: 30%;
	text-align: right;
	background: #efe9dd;
	vertical-align: middle;
}
table td{
	width: 70%;
}


.bdr_top_botted{
    display: grid;
	margin-top: 10px;
	padding-top: 15px;
	border-top:1px dotted #c78a4d;
}
.bdr_bottom_botted{
    display: block;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom:1px dotted #c78a4d;
}
.bdr_bottom_solid{
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom:1px solid #c78a4d;
}
.square:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
	color: #d2924c;
	content: '■';
	padding-right: 5px;
}
a.square{
	position: relative;
	/*font-size: 0.8rem;*/
	font-size: 1.28rem;
	color: #333;
	padding-left: 20px;
	text-decoration: none;
}
a.square:hover{
	text-decoration: underline;
}
.triangle:before{
	content: '▲';
	font-size: 0.8rem;
	color: #c78a4d;
	padding-right: 5px;
}
.lb-dataContainer {
	position: relative;
}
#lightbox .lb-data .lb-details {
    width: 100%;
}
#lightbox .lb-caption {
    display: block;
    font-size: 13px;
    color: #D4BB94;
    line-height: 1.3;
}
#lightbox .lb-caption span.txt{
    display: block;
    margin-top: 2px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.33;
    color: #fff;
}
#lightbox .lb-caption span.data {
    margin-top: 12px;
    text-align: right;
    font-size: 12px;
    color: #fff;
    display: block;
}
#lightbox .lb-number {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding-top: 9px;
    background: url(../images/common/line02.png) 0 top repeat-x;
    color: #999;
    font-size: 13px;
}
#lightbox .lb-close {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 78px;
    height: 33px;
    background: transparent url(../images/common/bg_lightbox01.png) no-repeat scroll right bottom;
}
#sidebar h3 {
    color: #fff;
    /*font-size: 1.5rem;*/
    font-size: 2.4rem;
		line-height: 3rem;
		font-weight: normal;
    margin-bottom: 10px;
    padding: 10px;
    background: #4d354e;
}
#sidebar li a {
    font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
    color: #333;
    display: block;
    text-decoration: none;
    padding: 11px 5px;
    border-bottom: 1px solid #525252;
}
#sidebar li a:before {
    content: '・';
    color: #ac8e70;
}
.page .sec_inner{
	background: #fff;
}

/*----------------------------------------
		実例・ガレージハウス・リゾート
-----------------------------------------*/
.page_newhouse .mainImgTop_txt {
    min-height: 90px;
    padding: 43px 10px;
}
#house-cate #page_title h3.txt_title,
#garage-cate #page_title h3.txt_title,
#resort-cate #page_title h3.txt_title{
	overflow: hidden;
	margin-bottom: 15px;
    padding-bottom: 7px;
	background: url(../images/common/line-bg.png) repeat-x bottom center;
}
#house-cate #page_title .jp,
#garage-cate #page_title .jp,
#resort-cate #page_title .jp{
	float: left;
	line-height: 32px;
}
#house-cate #page_title .en,
#garage-cate #page_title .en,
#resort-cate #page_title .en{
	float: right;
	/*font-size: 1.8rem;*/
	font-size: 2.88rem;
	background: none;
	margin-bottom: 0;
	padding-bottom:0;
	line-height: 1;
}
#house-cate #page_title .txt h4,
#garage-cate #page_title .txt h4,
#resort-cate #page_title .txt h4{
	/*font-size: 1.4rem;*/
	font-size: 2.24rem;
	margin-bottom: 33px;
}
span.noimage {
    height: 100%;
    background: #eee;
    width: 100%;
    display: block;
    text-align: center;
    box-sizing: border-box;
    line-height: 220px;
    color: #777;
}
.category-garage .mainImgTop_txt h2,
.category-resort-store .mainImgTop_txt h2,
.category_26 .mainImgTop_txt h2{
	font-size: 1.4rem;
}
.category-resort-store #resort-cate #page_title h3 span.jp,
.page_design #resort-cate #page_title h3 span.jp,
.page_commitment #resort-cate #page_title h3 span.jp{
    display: block;
    font-size: 2rem;
    line-height: 2.5rem!important;
    height: 100%;
    float: none!important;
}
.resort_list_title {
    overflow: hidden;
    margin-bottom: 15px;
    background: url(../images/common/title_border.png) repeat-x center bottom;
    background-size: 100% 2px;
}
.resort_list_title .jp {
    font-size: 1.2rem;
    color: #daa770;
    float: left;
}
.resort_list_title .en {
    color: #fff;
    font-size: 1.2rem;
    float: right;
}
.resort_list:nth-of-type(1) {
    margin-bottom: 60px;
}
#box_list_menu .resort_list li, #box_list_menu .resort_list li:nth-of-type(3n) {
    width: 24.25%;
    margin-right: 1%;
}
/*#box_list_menu li:nth-of-type(2n) {
    margin-right: 0;
}*/
#box_list_menu.box_list_menu_4col li:nth-of-type(2n) {
    margin-right: 1%;
}
#box_list_menu.box_list_menu_4col li:nth-of-type(4n) {
    margin-right: 0;
}
/*----------------------------------------
		サイトマップ
-----------------------------------------*/
.page_sitemap .sec_inner {
    padding: 55px 115px;
    background: #fff;
}
.sitemap_list {
    margin-bottom: 40px;
    padding: 0 30px;
}
.sec_inner ul.sitemap_list:last-child {
    margin-bottom: 0;
}
/*----------------------------------------
		会社概要
-----------------------------------------*/
.page_company #contents section .wrap {
    background: #fff;
}
.page_title2{
	overflow: hidden;
    margin-bottom: 30px;
	border-bottom:solid 1px #ccc;
}
.page_title2 .jp {
	/*font-size: 1.4rem;*/
	font-size: 2.24rem;
    float: left;
}
.page_title2 .en {
    color: #daa770;
    font-size: 2.24rem;
    float: right;
}

/*Googlemap*/
.overview_map {
  margin-top:15px;
}
.overview_map {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.overview_map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

/*理念*/
.overview_philosophy {
  border:double 4px #333;
  box-sizing: border-box;
	color:#333;
  margin:30px auto 0;
  padding:30px;
  max-width:1000px;
}
@media only screen and (max-width: 768px) {
.overview_philosophy {
  margin:30px 2% 0;
  padding:20px;
}
  .overview_philosophy section {
    margin: 0;
  }
}
/*ご挨拶*/
.overview_greetingWrap {
  background:#fff;
  color:#333;
  padding:30px 0;
}
.overview_greetingInner {
  margin:0 auto;
  padding:30px 0;
  max-width:1000px;
}
.overview_greetingInner .page_title{
  margin-bottom: 30px;
}
.overview_greeting {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.overview_greeting figure {
  width:20%;
}
.overview_greetingMessage {
  margin-left:3%;
  width:77%;
}
@media only screen and (max-width: 768px) {
  .overview_greetingWrap {
    padding:30px 0;
  }
  .overview_greetingInner {
    padding:20px;
  }
  .overview_greeting {
    display:block;
  }
  .overview_greeting figure {
    width:100%;
    text-align: center;
    margin-bottom:30px;
  }
  .overview_greeting figure img {
    width:60%;
    height:auto;
  }
	.overview_greeting figure img{
		width: 200px;
	}
  .overview_greetingMessage {
    margin-left:0;
    width:100%;
  }
}

.overview_greetingMessage p {
  margin-bottom:1em;
}
.overview_greetingMessage .subTtl {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
	.overview_greetingMessage .subTtl {
		font-size: 18px;}
}
.overview_greetingMessage .sign {
  margin-top:2em;
  text-align: right;
}

/*----------------------------------------
		ショールーム
-----------------------------------------*/
.showroom_mapWrap {
  margin-top:30px;
}
/*----------------------------------------
		ニュース一覧・ブログ一覧
-----------------------------------------*/
.category-news .sec_inner,
.category-blog .sec_inner{
    padding-bottom: 35px;
    background: #fff;
}
.article-list {
    padding: 0 30px;
}
.article-list li {
    padding: 10px 30px;
    border-bottom: 1px dotted #c78a4d;
}
.article-list a {
    color: #333;
    text-decoration: none;
}
/*.article-list a:before {
    content: '・';
    color: #c57a39;
}*/
.article-list a span {
    padding-right: 35px;
}
#cate-pager{
    overflow: hidden;
    width: 50%;
    margin: 0 auto;
}
#cate-pager li{
    margin: 50px auto 0 auto;
}
#cate-pager li:last-child{
	float: right;
}
#cate-pager li:first-child{
	float: left;
}
#cate-pager li a{
	color: #31201a;
	text-decoration: none;
}
#cate-pager li a{
	display: inline-block;
	background: #c7b189;
	padding: 7px 20px;
}
/*----------------------------------------
		ニュース記事・ブログ記事
-----------------------------------------*/
.single-post .pager {
    margin-top: 15px;
    background: url(../images/common/line-bg.png) repeat-x top center;
}
.single-post .pager .btn {
    padding-top: 30px;
    text-align: right;
    line-height: 0;
}
.single-post .pager .btn a {
    display: inline-block;
    background: #c7b18a;
    text-decoration: none;
    color: #fff;
    line-height: initial;
    padding: 3px 25px;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
}
.times {
    font-size: 1.28rem;
    text-align: right;
    margin-bottom: 34px;
}
.news_article_contents{
	overflow:hidden;
}
.news_article_contents img.alignleft{
	float: left;
	margin-right: 1.5em;
}
.news_article_contents img.alignright {
    float: right;
    margin-left: 1.5em;
}
.news_article_contents h1, .news_article_contents h2, .news_article_contents h3, .news_article_contents h4, .news_article_contents h5, .news_article_contents h6 {
    font-weight: 700;
}
.news_article_contents h1{
    font-size: 24px;
    font-size: 1.5rem;
}
.news_article_contents h2{
    font-size: 20px;
    font-size: 1.25rem;
}
.news_article_contents h3{
    font-size: 18px;
    font-size: 1.125rem;
}
.news_article_contents h4{
    font-size: 18px;
    font-size: 1.125rem;
}
.news_article_contents h5,
.news_article_contents h6{
    font-size: 16px;
}
.news_article_contents ul,
.news_article_contents ol{
	padding-left: 28px;
}
.news_article_contents ul{
	list-style: disc;
}
.news_article_contents ol{
	list-style: decimal;
}
.news_article_contents .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.news_article_contents p {
    margin-bottom: 20px;
}
.news_article_contents p:last-child {
    margin-bottom: 0;
}
.single-post .news_article_contents .img_right {
    float: right;
}
.paging{
    display: flex;
    margin-top: 1.25rem;
}
.paging a{
    color: #333;
    text-decoration: none;
}
.prev,
.next{
    vertical-align: middle;
}
.next i{
    padding-right: 0.937rem;
}
.prev i{
    padding-left: 0.937rem;
}
.prev{
    margin-left: auto;
}

/*----------------------------------------
		ブログ記事カスタムフィールド表示調整
-----------------------------------------*/
.blog_mainimg {
	
}
.blog_format {
}
.blog_explanatory_text {
	margin-top:30px;
}
.blog_repeat {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.blog_repeat p.repeat_img {
	background:#EDEBDC;
	margin-right: 2%;
	margin-bottom:10px;
	height:auto;
	width:32%;
}
.blog_repeat p.repeat_img img {
	height: auto;
	width:100%;
	vertical-align: bottom;
}
.blog_repeat p:nth-child(3n) {
	margin-right: 0%;
}
@media only screen and (max-width: 768px) {
.blog_repeat {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.blog_repeat p.repeat_img {
	margin-right: 0;
	width:49%;
}
}
/*----------------------------------------
		お問い合わせ-完了
-----------------------------------------*/
.page_contact .sec_inner,
.page_check .sec_inner,
.page_thanks .sec_inner,
.page_error .sec_inner{
    background: #fff;
}
.btn_home{
	margin-top: 40px;
	text-align: center;
}
.btn_home a{
	color: #fff;
	display: inline-block;
    width: 180px;
    margin-top: 30px;
	padding: 7px 10px;
	background: #d28f4d;
	text-decoration: none;
}
.btn_home a:hover{
	opacity: 1;
	background: #4f4138;
}
.thanks_inner{
	width: 80%;
	padding: 30px 0;
	margin: 0 auto;
}
.arrow_r,
.arrow_l{
	position: relative;
	font-weight: normal;
}
#mw_wp_form_mw-wp-form-50 .arrow_l i,
.arrow_l i{
	position: absolute;
    left: 15px;
    right: auto;
    top: 31%;
    bottom: 0;
}
#policy_inner {
    height: 180px;
/*    font-size: 0.9rem;*/
		font-size: 1.4rem;
    padding: 20px;
    margin-bottom: 20px;
    overflow-y: scroll;
    border: 1px solid #e9d2bb;
}
.policy {
    margin-top: 30px;
}
#mw_wp_form_mw-wp-form-50 .required {
    display: inline-block;

    margin: 0 13px;
		height: 20px;

    /*
		padding-top: 1px;
		height: 16px;
		padding-top: .5px;
    padding-right: 6px;
    padding-left: 6px;*/
		padding-top: 3px;
    padding-right: 12px;
    padding-left: 12px;
    background-color: #ac0310;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
}
#mw_wp_form_mw-wp-form-50 td input[type=text],
#mw_wp_form_mw-wp-form-50 td input[type=tel],
#mw_wp_form_mw-wp-form-50 td input[type=email]{
    font-size: 1.5rem;
    height: 32px;
    margin-bottom: 6px;
    padding-left: 10px;
    border: 1px solid #e2e3ea;
    border-top: 1px solid #abadb3;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #fff;
    vertical-align: top;
}
#mw_wp_form_mw-wp-form-50 ul{
    margin-top: 35px;
    color: #fff;
    text-align: center;
}
#mw_wp_form_mw-wp-form-50 li {
    position: relative;
    width: 160px;
    margin: 0 auto;
    background: #d28f4d;
}
#mw_wp_form_mw-wp-form-50 i {
    position: absolute;
    top: 31%;
    right: 10px;
    bottom: 0;
}
#mw_wp_form_mw-wp-form-50 li input[type=submit] {
    display: block;
    width: 100%;
    padding-left: 12px;
    color: #fff;
    /*font-size: 1.2rem;*/
		font-size: 1.6rem;
    text-align: center;
    line-height: 36px;
    letter-spacing: 12px;
    border: none;
    cursor: pointer;
    background: none;
}
div.checker{
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}
#mw_wp_form_mw-wp-form-50 li {
    display: inline-block;
}
td #text2 {
    width: 400px;
}
td #text3 {
    width: 277px;
}
td #text4 {
    width: 400px;
}
td #zip {
    width: 122px;
}
td #zip+ .button {
    display: inline-block;
    width: 145px;
    height: 23px;
    margin-bottom: 10px;
    margin-left: 8px;
    border: 1px solid #707070;
    border-radius: 3px;
    background-color: #eee;
    color: #000;
    padding: 4px 7px 2px 7px;
    text-align: center;
}
td #addr {
    width: 100%;
}
textarea {
	font-size: 1.5rem;
    width: 100%;
    height: 120px;
    padding-left: 10px;
    border: 1px solid #e2e3ea;
    border-top: 1px solid #abadb3;
    border-radius: 3px;
    background-color: #fff;
}
.page_check #text1_check{
	display: none;
}
.page_contact #mw_wp_form_mw-wp-form-50 .confirm.arrow_l{
	display: none;
}
#text1_check {
    margin-top: 10px;
    background: #f1ece2;
    font-size: 14px;
    text-align: center;
    line-height: 42px;
}
#mw_wp_form_mw-wp-form-50 .interesting td{
	overflow:hidden;
}
#mw_wp_form_mw-wp-form-50 .interesting .horizontal-item{
	float: left;
	display: inline-block;
	width: 33%;
	margin-left: 0;
}
p.required_text {
    margin-top: 45px;
	margin-bottom: 10px;
   /* font-size: 0.8rem;*/
	 font-size: 1.6rem;
}
p.required_text .required {
    margin-left: 0;
}
/*----------------------------------------
		お客様の声
-----------------------------------------*/
.category-owners #box_list_menu dl {
    padding: 15px;
}
.category-owners #box_list_menu dt {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    /*padding-right: 3%;*/
    box-sizing: border-box;
		line-height: inherit;
}
.category-owners #box_list_menu dd {
    display: inline-block;
    vertical-align: top;
    background-size: 3px 100%;
    box-sizing: border-box;
		border-top: double 3px #ccc;
		padding-top: 15px;
}
.category-owners #box_list_menu dt span,.category-owners #box_list_menu dt strong {
    font-style: italic;
		font-size: 3.3rem;
    font-weight: 500;
}
.category-owners .case {
    display: block;
}
.category-owners #box_list_menu li h3,.category-owners #box_list_menu li p {
    margin: 0;
    padding: 0;
}
.category-owners #box_list_menu li h3 {
    font-size: 1.76rem;
    margin-bottom: 15px;
    border: none;
	color: #7d7d7d;
    padding: 0;
    background: none;
}
#owners-cate #page_title .img {
    float: left;
    text-align: left;
}
#owners-cate #page_title .txt {
    float: right;
}
#owners-cate #page_title h3 span.en {
    margin-bottom: 5px;
    /*padding-bottom: 0;*/
    background: none;
    float: left;
		font-size: 3.2rem;
}
#owners-cate #page_title h3 span.jp {
    float: right;
    /*font-size: 0.9rem;*/
    font-size: 1.4rem;
		padding-top: 5px;
}
#owners-cate #page_title h3 {
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 15px;
    background: url(../images/common/line-bg.png) repeat-x bottom center;
}
#owners-cate #page_title h4 {
    /*font-size: 1.2rem;*/
		font-size: 1.92rem;
    margin-bottom: 5px;
}
#owners-cate article .article_txt p{
    margin-bottom: 10px;
}
#owners-cate article .article_txt p:last-child{
    margin-bottom: 0;
}
#owners-cate article .article_img{
    text-align: center;
}
.txt_r {
    text-align: right;
}
.bg-txt {
    color: #333;
    font-size: 0.875rem;
    padding: 2px 5px;
    display: inline-block;
    background: #e3d8c4;
    margin-bottom: 10px;
}
#owners-cate #page_title .bg-txt {
    color: #fff;
    margin-bottom: 20px;
    background: #d2924c;
		font-size: 1.4rem;
}
.interview_txt{
    /*font-size: 0.875rem;*/
		font-size: 1.4rem;
}
/*----------------------------------------
		お客様の声シンングルページ-テンプレート
-----------------------------------------*/
#owners_contents{
	background: #fff;
}
#owners_contents .sec_inner{
    padding: 30px 70px;
}
#owners-cate article h1,
#owners-cate article h2,
#owners-cate article h3{
    color: #c57a39;
    /*font-size: 1.4rem;*/
		font-size: 2.24rem;
    padding-bottom: 0;
    margin-bottom: 15px;
}
.bdr_bottom_botted {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #c57a39;
}
#owners-cate article {
    margin-bottom: 20px;
}
#owners_contents .sec_inner img{
    display: block;
    /*margin: 10px auto 0;*/
		margin: 10px auto 5px;
		max-width: 470px;
}
@media screen and (max-width: 768px) {
	#owners_contents .sec_inner img{
		max-width:100%;
	}
}
#owners_contents .sec_inner img.imgL{
	float: none;
}
#owners-cate article .article_img .clearfix{display: flex;}

/*----------------------------------------
        リノベーション
-----------------------------------------*/
.renovation_list h3.txt_title{
    overflow: hidden;
    margin-bottom: 0.625rem;
}
.renovation_list ul:nth-of-type(1){
    margin-bottom: 1.25rem;
}
.renovation_list h3.txt_title .jp{
    float: right;
}
/*---------------------------------
        zeh
---------------------------------*/
.zeh_time{
    margin-top: 8px;
    margin-right: 10px;
    margin-bottom: 30px;
    font-size: 13px;
    text-align: right;
    line-height: 1.5;
}
.page_zeh #contents .sec_inner h4{
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0 0 3px 0;
    overflow: hidden;
    height: auto;
    width: 100%;
}
.zeh_tbl table thead th, .zeh_tbl table thead td, .zeh_tbl table tbody th, .zeh_tbl table tbody td {
    padding: 16px 8px;
    white-space: nowrap;
    border-right: solid 1px #8c7b60;
    border-bottom: solid 1px #8c7b60;
    text-align: center;
}
.zeh_tbl table th, .zeh_tbl table td{
    width: auto;
}
.zeh_tbl table thead th {
    background-color: #615047;
    color: #f5e0c8;
    font-weight: bold;
}
.zeh_tbl table {
    width: 100%;
    margin: auto;
    text-align: center;
    background-color: #F0F0E8;
    border-top: solid 1px #8c7b60;
}
.zeh_tbl table caption {
    color: #615047;
    font-weight: bold;
    text-align: center;
    line-height: normal;
    font-size: 16px;
    padding-bottom: 8px;
}
.zeh_tbl table thead td {
    background-color: #fffafa;
}
.zeh_tbl table tbody td {
    background-color: #f7f4ee;
}
.zeh_tbl table thead tr th:last-child, .zeh_tbl table thead tr td:last-child, .zeh_tbl table tbody tr th:last-child, .zeh_tbl table tbody tr td:last-child {
    border-right: 0;
}
/*----------------------------------------
「伊藤建築デザイン一級建築士事務所」サイトをリニューアルしました。
-----------------------------------------*/
.postid-20 .news_article_contents .img_right {
    padding-left: 30px;
}
/*---------------------------------
        404
---------------------------------*/
.error-page h1{
    font-size: 2rem;
    font-weight: bold;
}
/*---------------------------------
        準備中
---------------------------------*/
.no_page{
    width: 100%;
    padding: 2rem 0;
    text-align: center;
}
.no_page_inner{
    padding: 3rem 1rem;
    background: #0000006b;
    border: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
    .pc-side-nav-fixed {
        top: 2%;
        width: 18%;
        position: fixed;
    }
    #owners-cate article .article_img{
        max-width: 470px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 768px) {
	#main,
	#sidebar{
		width: 100%;
		float: none;
		margin-right: 0;
		/*position: fixed;*/
	}
	#sidebar{
		display: none;
	}
	#breadcrumb{
		display: none;
	}
	#contents{
		padding-top: 0!important;
		padding-bottom: 0!important;
	}
    .page_company .mainImgTop_txt, .category-news .mainImgTop_txt, .category-blog .mainImgTop_txt, .page_sitemap .mainImgTop_txt, .page_thanks .mainImgTop_txt, .page_check .mainImgTop_txt, .page_contact .mainImgTop_txt,.mainImgTop_txt{
	    width: 100%;
        max-width: 100%;
		height: auto;
	    padding: 15px 10px!important;
	    background: none;
	}
    .page-id-2159 .mainImgTop_txt h2 br{
        display: none;
    }
	#box_list_menu li{
		width: 100%;
		margin-right: 0;
	    margin-bottom: 30px;
	}
	#mainImgTop{
		padding: 0;
	}
	.page .mainImgTop_txt h2,
	.archive .mainImgTop_txt h2,
	.category .mainImgTop_txt h2,
	.single .mainImgTop_txt h2{
		padding-bottom: 5px;
	}
	#box_list_menu {
	    padding: 0;
	}
	#page_title img{
		width: 100%;
	}
	#page_title .txt,
	#page_title .img{
		width: 100%;
		float: none;
	}
	#page_title .img img{
		width: 100%;
	}
	#page_title{
		padding: 0;
		margin-bottom: 25px;
		background:none;
	}
	#page_title .txt{
		padding: 15px;
		background:#fff;
	}
	#page_title h3 {
	    margin-bottom: 22px;
	    text-align: center;
	}
	#page_title h3 span.en {
	    margin-bottom: 6px;
	}
	.bg-txt {
	    font-size: 1rem;
	    background: none;
	    margin-top: 13px;
	    text-align: center;
	    display: block;
	    margin-top: 0;
	    margin-bottom: 20px;
	}
	#house-cate #page_title h3.txt_title,
	#garage-cate #page_title h3.txt_title,
	#resort-cate #page_title h3.txt_title{
		overflow: hidden;
		background: none;
		margin-bottom: 0;
		padding-bottom:15px;
	}
	#house-cate #page_title .jp,
	#house-cate #page_title .en,
	#garage-cate #page_title .jp,
	#garage-cate #page_title .en,
	#resort-cate #page_title .jp,
	#resort-cate #page_title .en{
		float: none;
		text-align: center;
	}
	#house-cate #page_title .jp,
	#garage-cate #page_title .jp,
	#resort-cate #page_title .jp{
		display: block;
	    font-size: 2rem;
	    margin-bottom: 6px;
	    padding-bottom: 7px;
		background: url(../images/common/line-bg.png) repeat-x bottom center;
	}
	#box_list_menu.box_list_menu_2col li{
	    width: 100%;
	    margin-right: 0;
	}
	#box_list_menu.box_list_menu_2col li h3 {
	    background: none;
	}
	#box_list_menu.box_list_menu_2col li h3 .en.en_ttl{
		display: block;
	    float: none;
	    text-align: center;
	    font-size: 2rem;
	    margin-bottom: 6px;
	    padding-bottom: 7px;
	    display: block;
	    background: url(../images/common/line-bg.png) repeat-x bottom center;
	}
	#box_list_menu.box_list_menu_2col li .jp{
	    text-align: center;
	    display: block;
	    float: none;
	}
	#house-cate #box_list_menu li:nth-of-type(3n),
	#house-cate #box_list_menu li,
	#garage-cate #box_list_menu li:nth-of-type(3n),
	#garage-cate #box_list_menu li,
	#resort-cate #box_list_menu li:nth-of-type(3n),
	#resort-cate #box_list_menu li,
	.post-type-archive-reform #box_list_menu li:nth-of-type(3n),
	.post-type-archive-reform #box_list_menu li{
	    position: relative;
	    width: 49%;
	    margin-right: 2%;
		margin-left: 0;
	    margin-bottom: 20px;
	    padding: 0;
	    float: left;
	}
	#house-cate #box_list_menu li:nth-of-type(2n),
	#garage-cate #box_list_menu li:nth-of-type(2n),
	#resort-cate #box_list_menu li:nth-of-type(2n),
	.post-type-archive-reform #box_list_menu li:nth-of-type(2n){
	    margin-right: 0;
	}
	.page_sitemap .sec_inner {
	    padding: 10px;
	}
	.page_sitemap .page_title .jp, .page_sitemap .page_title .en {
	    text-align: left;
	}
	.page_title .jp, .page_title .en {
	    float: none;
	    display: block;
	    text-align: center;
	}
	.page_title .jp {
	    /*line-height: 1.8rem;*/
			line-height: inherit;
	    padding-bottom: 5px;
	    background: url(../images/common/line-bg.png) repeat-x bottom center;
	}
	.page_title {
	    background: none;
	}
	.sitemap_list {
	    padding: 0 10px;
	}
	.page_company #contents section .wrap {
	    background: none;
	}
    #owners_contents .sec_inner,
	.sec_inner {
	    padding: 10px;
	    background: #fff;
	}
	table th, table td {
	    width: 100%;
	    display: block;
	}
	table th {
	    border-top: none;
	    border-bottom: none;
	    text-align: center;
	}
	table tr:first-child th {
	    border-top: 1px solid #dbba95;
	}
	.article-list a {
	    position: relative;
	   /* padding-left: 15px;*/
	}
	.article-list a:before {
	    position: absolute;
	    left: 0;
	}
	.category-news .page_title,
	.category-blog .page_title {
	    margin-bottom: 35px;
	}
	.category-news .sec_inner,
	.category-blog .sec_inner{
	    padding-bottom: 40px;
	}
	.article-list{
		padding: 0 0 20px 0;
	}
	.article-list li {
	    box-sizing: border-box;
	    overflow: hidden;
	    padding: 10px;
	}
	.article-list a span {
	    display: inline-block;
	    width: 100%;
	    margin-bottom: 10px;
	    box-sizing: border-box;
	}
	#cate-pager {
	    width: 100%;
		text-align: center;
	}
	#cate-pager li{
	    margin: 30px auto 0;
	}
	#cate-pager li:last-child,
	#cate-pager li:first-child{
	    font-size: 13px;
	}
	.thanks_inner {
	    width: 100%;
	    padding: 20px 0;
	}
	.btn_home a {
	    width: 100%;
	    margin-top: 20px;
	    box-sizing: border-box;
	}
	.page_contact label,
	.page_contact td,
	.page_check label,
	.page_check td,
	.page_error label,
	.page_error td{
	   /* font-size: 0.8rem;*/
		 font-size: 1.5rem;
	}
	td #text2,td #text3,td #text4,td #text11,td #zip,td #zip+ .button {
	    width:100%;
	}
	#mw_wp_form_mw-wp-form-50 li {
	    width: 100%;
	    margin: 0 auto 30px auto;
	}
	#mw_wp_form_mw-wp-form-50 .interesting .horizontal-item {
	    float: none;
	    display: inline-block;
	    width: auto;
	}
	.category-owners #box_list_menu dt,.category-owners #box_list_menu dd{
	    width: 100%;
	    display: block;
	    background: none;
	}
	.category-owners #box_list_menu dt {
	    margin-bottom: 10px;
	}
	.category-owners #box_list_menu dt span, .category-owners #box_list_menu dt strong{
	    display: inline-block;
	}
	.category-owners #box_list_menu li h3, .category-owners #box_list_menu li h3 {
	    font-weight: bold;
			font-size: 1.76rem;
			line-height: 1.1;
	}
	.category-owners #box_list_menu li p,.category-owners #box_list_menu li p {
	    /*font-size: 0.96rem;*/
			font-size: 1.6rem;
	}
	.category-owners #box_list_menu dd{
	    text-align: left;
	    padding-left: 0;
	}
	#owners-cate article h3 {
	   /* font-size: 1.1rem;*/
		 font-size: 1.76rem;
	}
	#owners-cate #page_title h3 span.en{
	    display: block;
	    float: none;
	    text-align: center;
			/*font-size: 2rem;*/
			font-size: 3.2rem;
	    margin-bottom: 6px;
	    padding-bottom: 7px;
	    display: block;
	    background: url(../images/common/line-bg.png) repeat-x bottom center;
			line-height: 1;
	}
	#owners-cate #page_title h3 span.jp{
	    text-align: center;
	    display: block;
	    float: none;
	}
	#owners-cate .bg-txt {
	    margin-top: 10px;
	    text-align: right;
	    display: inline-block;
	}
	#owners-cate #page_title h3{
	    background: none;
	}
	#owners-cate #page_title h4{
	   /* font-size: 0.99rem;
	    line-height: 1rem;*/
			font-size: 1.584rem;
			line-height: 1.2;
			font-weight: bold;
	}
    .category-resort-store #resort-cate #page_title h3 span.jp,
    .page_design #resort-cate #page_title h3 span.jp,
    .page_commitment #resort-cate #page_title h3 span.jp{
        font-size: 1.1rem;
        line-height: 1.6rem!important;
    }
	/*----------------------------------------
			case01
	-----------------------------------------*/
	.article_txt, .article_img {
	    width: 100%;
	    float: none;
	}
	.article_img {
	    padding: 0 20px;
	    box-sizing: border-box;
	    text-align: left;
	}
	.article_txt {
	    margin-bottom: 20px;
	}
	/*----------------------------------------
		ニュース記事・ブログ記事
	-----------------------------------------*/
	.news_article_contents .img_left, .news_article_contents .img_right {
	    float: none;
	    text-align: center;
	}
	.single-post .pager .btn {
	    padding: 30px 0;
	}
	.news_article_contents img.alignleft,
	.news_article_contents img.alignright {
		margin-left: auto;
	    margin-right: auto;
	    margin-bottom: 1.5rem;
	    display: block;
	}
	/*----------------------------------------
	「伊藤建築デザイン一級建築士事務所」サイトをリニューアルしました。
	-----------------------------------------*/
	.postid-20 .news_article_contents .img_right{
	    padding-left: 0;
	    margin-bottom: 40px;
	    float: none;
	}
    .paging {
        margin-bottom: 1.25rem;
    }
    /*----------------------------------------
    ZEH
    -----------------------------------------*/
    .zeh_tbl{
        overflow-x:scroll;
    }
    .zeh_tbl table th, .zeh_tbl table td{
        display: table-cell;
    }
    .zeh_tbl caption{
        display: none;
    }
    .zeh_tbl_h4{
        color: #615047;
        font-weight: bold;
        text-align: center;
        line-height: normal;
        font-size: 16px;
        padding-bottom: 8px;
    }
}
	/*----------------------------------------
		リフォーム実績カスタム投稿　詳細ページ
	-----------------------------------------*/

.no-post {
	color:#333;
	padding:50px 0 80px;
	text-align: center;
}
.pagination {
display:flex;
flex-wrap:wrap;
justify-content:center;
	margin:  50px auto;
	max-width: 1200px;
	padding: 0 50px;
}
.pagination li a {
display: inline-block;
margin: 5px;
padding: 10px 15px;
color:#4d354e;
background: #fff;
border:solid 1px #4d354e;
}

.pagination li a:hover {
background: #4d354e;
color: #fff;
}

.pagination li.current a {
padding: 10px 15px;
background: #4d354e;
color: #fff;
}

.pagination li.first,
.pagination li.prev,
.pagination li.next,
.pagination li.last {
color: #4d354e;
}



.single-reform #lightbox .lb-close{
	bottom:-50px;
}

.reform_single {
	color:#333;
	margin-top:50px;
}
.reform_head {
	margin-bottom:80px;
}
.reform_head .reform_subTtl {
	color:#c1acc5;
	font-size: 20px;
	font-style: italic;
	margin-bottom:10px;
}
.reform_head .reformTtl {
	font-size: 26px;
	margin-bottom:30px;
}

.reform_head .propertyInfo {
	background: #f6efe8;
	display:flex;
	flex-wrap: wrap;
	margin-bottom:30px;
	padding:15px;
}
.reform_head .propertyInfo li{
	margin-right: 3em;
}
.reform_head .propertyInfo li::before{
	content:"■ ";
}
.reform_head .mainImg{
	margin-bottom:20px;
}
.reform_head .mainImg img{
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 1000px) {
	.reform_head {
		box-sizing: border-box;
		padding:0 2%;
	}
}
@media only screen and (max-width: 768px) {
	.reform_head {
		margin-bottom:50px;
	}
	.reform_head .reform_subTtl {
		font-size: 18px;
	}
	.reform_head .reformTtl {
		font-size: 22px;
	}
}

/*Before After*/
.reform_beforeBlc{
	background: #f6efe8;
	padding:50px 0 20px;
}
.reform_afterBlc {
	padding:50px 0 80px;
}

.beforeTtl {
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
	font-size: 40px;
	margin-bottom: 50px;
	text-align: center;
	position: relative;
}
.afterTtl {
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
	font-size: 60px;
	margin-bottom: 50px;
	text-align: center;
	position: relative;
}
.beforeTtl::after,
.afterTtl::after {
	background: #333;
	content:"";
	display:block;
	height:5px;
	width:50px;
	position: absolute;
	bottom:-5px;
	left:50%;
	transform: translateX(-50%);
}
.beforeList,
.afterList {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	max-width: 1000px;
	width:100%;
}
.beforeList .imgWrap{
	margin: 0 1.5% 30px;
	width:30%;
	position: relative;
}
.afterList .imgWrap{
	margin: 0 .5% 10px;
	width:32%;
	position: relative;
}
.afterList .imgWrap a {
	text-decoration: none;
	color:#fff;
}
.afterList .imgWrap a:hover {
	opacity: 1;
}
.afterList .imgWrap a:hover img {
	opacity: .8;
}

.afterList .imgWrap a img {
	transition:opacity .5s;
}

.reform_single .imgWrap .img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.reform_single .afterList .imgWrap .img img{
	height: 220px;
	object-fit: cover;
}
.reform_single .imgWrap .txt {
	background: rgba(51,51,51,.7);
	box-sizing: border-box;
	color:#fff;
	padding:.2em 1em;
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
}
@media only screen and (max-width: 1000px) {
	.reform_beforeBlc{
		padding:50px 2% 20px;
	}
	.reform_afterBlc {
		padding:50px 2% 80px;
	}
}
@media only screen and (max-width: 767px) {
	.beforeTtl {
		font-size: 30px;
	}
	.afterTtl {
		font-size: 40px;
	}
	.beforeList .imgWrap{
		margin: 0 1% 20px;
		width:48%;
	}
	.afterList .imgWrap{
		margin: 0 1% 10px;
		width:48%;
	}
	.reform_single .imgWrap .txt {
		font-size: 14px;
	}
}

/*Concept*/
.reform_conceptBlc {
	margin: 0 auto 80px;
	max-width:920px;
}
.conceptTtl {
	color:#c1acc5;
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
	font-size: 45px;
	margin-bottom:20px;
}
.conceptTxt p+p{
	margin-top:1em;
}

.to_archiveBtn {
	text-align: center;
	margin: 0 auto 80px;
}
.to_archiveBtn a{
	background: #4d354e;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	padding: 10px 2.5em 10px 1em;
	position: relative;
	text-decoration: none;
}
.to_archiveBtn a::after{
	  border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    content: "";
    display: block;
    height: 7px;
    width: 7px;
    transform: rotate(-45deg);
    position: absolute;
    right: 14px;
    bottom: 20px;
}

@media only screen and (max-width: 1000px) {
.reform_conceptBlc {
	margin: 0 2% 80px;
}

}
@media only screen and (max-width: 767px) {
.conceptTtl {
	font-size: 35px;
}
.to_archiveBtn a{
	font-size: 14px;
	padding: 13px 2.5em 13px 1em;
}

}