@charset "utf-8";



html,body{
    width: 100%;
}
@font-face {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'),
url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff)
format('woff');
}





body{
color:#333;
	font-family:'Open Sans',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
	font-size:90%;
}


a {
	color:#333;
	outline: none;
	text-decoration: none;
}

a:hover{
	color: #ffa500;
	  text-decoration: none;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;
}

input,
select,
textarea{
	max-width: 100%;
	padding: 3px;

}
input,
textarea{
}
input[type=radio], input[type=checkbox] {
	margin:0 5px 0 0;
}



.width100{
	width:100%;
}

.wrap{

}

.block{
	display: block;
}

.onlysp{
	display: none;
}
.none{
	display:none;
}

/*ヘッダー
------------------------------------------------*/
.header{
	position: relative;
	height: 120px;
}
.home .header{
	height:50px;
}

.logo{
	position: absolute;
	left: 20px;
	z-index: 1000;
	top: 0px;
}
h1{
	font-size:80%;
	font-weight: 400;
	padding: 10px 20px;
	display: inline-block;
	vertical-align: top;
}
.logo p{
	display: inline-block;
	vertical-align: top;
}



.headright{
	position: absolute;
	right: 0;
	top:10px;
	text-align: right;
}




.mainmenu{
	clear:both;
	padding: 35px 0 35px 0;
	z-index: 1000;
	text-align: center;
	background: #fff;
}

.mainmenu li{
	text-align: left;
	display: inline-block;
	font-size: 80%;
	vertical-align: top;
	position: relative;
	background: url(../img/arrow01.png) no-repeat left 4px;
	padding: 0 5px 0 15px;
}


.mainmenu li a{
	display: block;
	padding: 20px 0 0 0;
	min-width: 125px;
}
.mainmenu #gn1{
	background: url(../img/gn1_off.png) no-repeat left top;
}
.mainmenu #gn2{
	background: url(../img/gn2_off.png) no-repeat left top;
}
.mainmenu #gn3{
	background: url(../img/gn3_off.png) no-repeat left top;
}
.mainmenu #gn4{
	background: url(../img/gn4_off.png) no-repeat left top;
}
.mainmenu #gn5{
	background: url(../img/gn5_off.png) no-repeat left top;
}
.mainmenu #gn6{
	background: url(../img/gn6_off.png) no-repeat left top;
}
.mainmenu #gn7{
	background: url(../img/gn7_off.png) no-repeat left top;
}
.mainmenu #gn8{
	background: url(../img/gn8_off.png) no-repeat left top;
}
.mainmenu #gn9{
	background: url(../img/gn9_off.png) no-repeat left top;
}


.mainmenu #gn1:hover{
	background: url(../img/gn1_on.png) no-repeat left top;
}
.mainmenu #gn2:hover{
	background: url(../img/gn2_on.png) no-repeat left top;
}
.mainmenu #gn3:hover{
	background: url(../img/gn3_on.png) no-repeat left top;
}
.mainmenu #gn4:hover{
	background: url(../img/gn4_on.png) no-repeat left top;
}
.mainmenu #gn5:hover{
	background: url(../img/gn5_on.png) no-repeat left top;
}
.mainmenu #gn6:hover{
	background: url(../img/gn6_on.png) no-repeat left top;
}
.mainmenu #gn7:hover{
	background: url(../img/gn7_on.png) no-repeat left top;
}
.mainmenu #gn8:hover{
	background: url(../img/gn8_on.png) no-repeat left top;
}
.mainmenu #gn9:hover{
	background: url(../img/gn9_on.png) no-repeat left top;
}



.mainmenu li ul{
	display:none;
	position: absolute;
	width: 200px;
	font-size: 120%;
}
.mainmenu li li{
	width:auto;
	display: block;
	text-align: left;
	background: none;
	padding: 0 0 0 0px;
}

.mainmenu li:nth-child(1) li a,
.mainmenu li:nth-child(2) li a,
.mainmenu li:nth-child(3) li a,
.mainmenu li:nth-child(4) li a,
.mainmenu li:nth-child(5) li a,
.mainmenu li:nth-child(6) li a,
.mainmenu li:nth-child(7) li a,
.mainmenu li:nth-child(8) li a,

.mainmenu li:nth-child(1) li a:hover,
.mainmenu li:nth-child(2) li a:hover,
.mainmenu li:nth-child(3) li a:hover,
.mainmenu li:nth-child(4) li a:hover,
.mainmenu li:nth-child(5) li a:hover,
.mainmenu li:nth-child(6) li a:hover,
.mainmenu li:nth-child(7) li a:hover,
.mainmenu li:nth-child(8) li a:hover
{
	background: #fff;
}

.mainmenu li li a{
	background: #fff;
	padding: 15px;
	display: block;
	border-bottom: 1px solid #ccc;
}
.mainmenu li a:hover{
	text-decoration: none;
}


#sidr-menu{
	background: #333;
}
.spmenu{
	padding: 20px;
}
.spmenu a{
	color:#fff;
}
.spmenu h2{
	font-size: 70%;
	font-weight: 400;
	padding: 0 0 10px 0;
}
.spaddress{
padding: 10px 0;
	border-top: 1px dotted #fff;
}


.spmenutop{
	display: inline-block;
	vertical-align: middle;
	padding: 5px 10px;
	border: 1px solid #fff;
	-moz-border-radius: 99px;
-webkit-border-radius: 99px;
border-radius: 99px;

}
.spmenu .spmenucontact{
	display: inline-block;
	vertical-align: middle;
	padding: 5px 10px 5px 35px;
	margin: 0 5px;
	background: #fff url(../img/sp_contact.png) no-repeat 10px center;
	background-size: 20px;
	color: #333;
	-moz-border-radius: 99px;
-webkit-border-radius: 99px;
border-radius: 99px;
}
.spmenu h2 img{
	width:35px;
	vertical-align: middle;
	float: right;
}

.spmenu dl{
	padding: 10px 10px 10px 10px;
	border-top: 1px dotted #fff;
	clear: both;
}

.spmenu dt{
	padding: 0 0 10px 0px;
	font-weight: 800;
	font-size: 120%;

}

.spmenu dd{
	font-size: 90%;
	line-height: 200%;
}
.spmenu li{
	padding: 0 0 5px 0;
}
.spmenu li:before{
	content: ">";
	padding: 0 5px 0 0;
}


/*メインビジュアル
------------------------------------------------*/
.mainvisual{
	background: url(../img/mainvisual2.jpg) no-repeat center top;
	height: 700px;
	margin:0 0 0px 0;
}


/*トップページ
------------------------------------------------*/
.title01{
	padding:0 0 40px 20px;
}
.title01 img{
	vertical-align: middle;
	padding: 0 0px 0 0;
}
.title01 strong{
	vertical-align:middle;
	font-size: 70%;
	font-weight: 400;
}
.topbtnbox{
	padding:0px 0px 40px 0px;

}
.topbtnbox li{
	padding:0px 10px 20px 10px;
	display: inline-block;
}

/*上部説明*/
.mainbodywrap00{
  position: relative;
	background: url(../img/top/enjoywall.jpg);
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	margin: 0 0 80px 0;
	padding: 30px 0;
}

.mainbodywrap000{
  line-height: 1.7;
  font-size: 18px;
  letter-spacing: 3px;
  margin: 50px auto;
  background-color: #fff;
  padding: 30px;
  background-color: rgba( 255, 255, 255, 0.75 );
  color: #000;
  width: 60%;
  border-radius: 30px;
}

/**コンセプト*/
.topconcept{
	background: url(../img/top/bg_concept2.jpg) no-repeat center top;
}
.topconcept h2{
	padding:20px 0 0 0;
}
.topconcept dl{
	width: 60%;
	float: right;
	margin: -100px 0 0 0;
}
.topconcept dt{
	padding:0 0 40px 160px;
}
.topconcept h3{
	font-size: 200%;
	padding: 0 0 20px 0;
}
.topconcept li{
	display: inline-block;
	padding: 10px;
}


/*リフォーム*/
.mainbodywrap01{
	background: #efefef;
	margin: 0 0 80px 0;
	padding: 0 0 50px 0;
}

.topiezukuri dl{
	width: 23%;
	margin: 0 1%;
	float: left;
	background: #fff;
}
.topiezukuri h3{
	padding:20px;
	text-align: center;
	background: url(../img/arrow02.png) no-repeat right center;
}
.topiezukuri dd{
	padding:20px;
}

/**商品紹介*/
.topproducts01{
	background: url(../img/top/bg_products.png) no-repeat top center;
}
.topproducts01 h2{
	padding: 40px 0 0 0px;
}
.topproducts01 dl{
	text-align: center;
	padding: 230px 50px 35px 600px;
	padding: 230px 10% 35px 60%;
}
.topproducts01 dt{
	padding:0 0 30px 0;
}
.topproducts01 dd p{
	padding:0 0 20px 0;
}

/**商品紹介2*/
.topproducts02{
	background: url(../img/top/bg_products02.png) no-repeat top center;
}
.productscomment{
	width: 300px;
	width: 26.5%;
	background: #f5f7f7;
	padding:50px 40px;
	text-align: center;
}
.topproducts02 dl{
	padding:750px 650px 0 150px;
	padding:750px 55% 0 10%;
	text-align: center;
}
.topproducts02 dt{
	padding:0 0 30px 0;
}
.topproducts02 dd p{
	padding:0 0 20px 0;
}

/**リフォーム*/
.topreform{
	background: url(../img/top/bg2_reform.jpg) no-repeat top center;
}
.topreform h2{
	padding: 40px 0 0 700px;
}
.topreform dl{
	padding: 80px 0 80px 700px;
}


/**サービス　マウスオーバー*/

body {
  width: 100%;
}

.btn_design {
    font-size: 28px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    text-align: center;
    font-weight: bold;
    padding: 20px 15px;
    background-color: #ffffff;
    color: #000000;
    border: #000000 solid 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* マウスオーバー時 */
.btn_design:hover {
    color: #FFD700;
    background-color: #000000;
    cursor: pointer;
}

/*--------------------------------------
  SLACKスライダー
--------------------------------------*/
.slide {
  width: 100%;    /* 横幅を割合で指定 */
  height: auto;  /* 高さは自動指定 */
  overflow: hidden;
  }
.slick-slide:not(.slick-active) {
  opacity: 0.7;
}

/*リノベ**/
.toprenove {
	background-image:  url(../img/top/bg_renove.jpg)
}
.toprenove .title01 {
	padding: 0 20px 40px 0;
}
.toprenove h2 {
	padding: 40px 70px 0 0;
}
.toprenove dl {
	padding: 100px 700px 120px 20px;
}
.toprenove h3 {
	font-size: 150%;
	margin-bottom: 15px;
}
.toprenove h3+p {
	margin-bottom: 20px;
}
/*.toprenove .morebtn {
	padding: 18px 40px;
}*/

/*SNS*/
.topsns li{
	vertical-align: top;
	padding:0px 5px 20px 5px;
}
.topsns li img{
	padding: 0 0 10px 0;
}
.topsns li:nth-child(2){
	margin-top: -50px;
}
.topsns li:nth-child(3){
	margin-top: -100px;
}
.topsns li:nth-child(4){
	margin-top: -150px;
}

/**ブログ*/
.topnewswrap{
	padding:0 0 50px 0;
}
.topnewswrap h3{
	font-size: 100%;
	font-weight: 400;
	width:20%;
	display: inline-block;
	margin: 0 5% 20px 15%;
	vertical-align: top;
}
.newslist{
	width:47%;
	display: inline-block;
	margin: 0 1% 40px 1%;
	vertical-align: top;
}
.newslist dl{
	border-bottom: 1px solid #ccc;
	padding: 10px;

}
.newslist dt{
	width: 15px;
	float: left;
}
.newslist dd{
	margin: 0 0 0 18%;
}
/*.topblog h3 img{
	margin-bottom: -20px;
}*/

/*マップ*/
.topmapbox{
	position: relative;
	margin: 0 0 50px 0;
	overflow: hidden;
}
.topmapbox iframe {
	pointer-events:none;
	margin-top: -50px;
}
.topcompanyinfo{
	background: #fff;
	padding: 20px;
	float: right;
	display: inline-block;
	position: absolute;
	top: 140px;
	right:10%;
	max-width: 403px;
}
.topcompanyinfo h3{
	padding:0 0 10px 0;
}

.insta {
	margin:0 0 10px 60px;
}

/*施工例*/
.topworkwrap{
	padding: 0 0 40px 0;
  text-align: center;
}
.topworkwrap h2{
	text-align: center;
	padding: 0 0 40px 0;
}

.morebtn{
	background: #f9ae16;
	color: #000;
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
}

/*内装について*/




/*全体レイアウト
------------------------------------------------*/
.pagetitlewrap{
background: url(../img/pagetitle/bg_concept.png) no-repeat top center;
	padding: 90px 0 90px 0;
	text-align: center;
}
.service .pagetitlewrap{
	background: url(../img/pagetitle/bg_service.jpg) no-repeat top center;
}
.innerwall .pagetitlewrap{
	background: url(../img/pagetitle/bg_product.jpg) no-repeat top center;
}
.products .pagetitlewrap,
.modelhouse .pagetitlewrap,
.estate .pagetitlewrap{
	background: url(../img/pagetitle/bg_product.jpg) no-repeat top center;
}
.company .pagetitlewrap{
	background: url(../img/pagetitle/bg_company.png) no-repeat top center;
}
.information .pagetitlewrap,
.post .pagetitlewrap{
	background: url(../img/pagetitle/bg_information.png) no-repeat top center;
}
.voice .pagetitlewrap{
	background: url(../img/pagetitle/bg_voice.png) no-repeat top center;
}
.work .pagetitlewrap,
.works .pagetitlewrap,
.works2 .pagetitlewrap{
	background: url(../img/pagetitle/bg_work.png) no-repeat top center;
}

.home .pagetitlewrap{
	display: none;
}

.pagetitle h2{
	display: inline-block;
	margin: 0px 0 0 0;
	font-size: 120%;
}
.pagetitle h2 span{
	padding: 30px 0 0 20px;
	display: inline-block;
	vertical-align: middle;
}
.pagetitle h2 img{
filter: drop-shadow(10px 10px 10px rgba(255,255,255,0.8));
vertical-align: middle;
}


.topicpath{
	padding: 20px 0 20px 0;
}
.main{
	padding: 0 20px 50px 20px;
}
.sidebanner{
	margin:0 0 20px 0;
}
.sidebanner li{
	padding: 0 0 10px 0;
	text-align: center;
}
.sidemenu dl{
	padding: 0 0 30px 0;
}

.sidemenu dt{
	padding: 0 0 20px 0;
	vertical-align: middle;
}
.sidemenu dt img{
vertical-align: middle;
padding: 0 10px 0 0;
}
.sidemenu dt span{
	vertical-align: middle;
	display: inline-block;
}

.sidemenu li{
	padding: 10px 0;
	border-bottom: 1px dotted #999;
}

.sidemenu li a{
	display: block;
	padding:5px 10px;
	color: #000;
}
.sidemenu li a:before{
	content:"";
	display: inline-block;
	height: 3px;
	width: 10px;
	margin: 0 10px 0 0;
	background: #333;
	vertical-align: middle;
}

.sidemenu li a:after{
	content:">";
	float: right;
}

.sideservice,
.sideconcept,
.sideiezukuri,
.sidecompany,
.sideinformation,
.sideproducts,
.sidework{
	display: none;
}
.cateservice .sideservice,
.cateconcept .sideconcept,
.cateiezukuri .sideiezukuri,
.catecompany .sidecompany,
.cateinformation .sideinformation,
.cateproducts .sideproducts{
	display:block;
}




/*フッター
------------------------------------------------*/
.footer{
	background:#FFD700;
	padding: 50px 0 50px 0;
}

.footer_info{
	background:#f2f2f2;
	padding:50px 100px;
	margin:0px 0px 50px 0px;
	overflow:hidden;
}

.footer_info h2{
	font-size: 24px;
	padding: 0 0 50px 0;
}

.f_container {
  display: flex;
  flex-wrap: wrap;
}
.f_column {
  width: 100%;
  text-align: left;
}
.tel{
font-size: 30px;
}

@media (min-width: 1024px) {
  .f_column {
    width: 50%;
  }
}


.footmenu{
	position: relative;
	color: #404040;
	text-align: center;
}
.footmenu a{
	color:#404040;
}

.footmenu dl{
	display: inline-block;
	text-align: left;
	width: 20%;
	margin: 0 1% ;
	vertical-align: top;
}
.footmenu dt{
	font-size: 100%;
	padding: 0 0 15px 0;
	font-weight: 800;
}
.footmenu dd{
	padding:0 0 15px 0;
	font-size: 80%;
}

.footmenu li{
	padding: 0 0 8px 0;
}
.footmenu li:before{
	content: ">";
	padding: 0 5px 0 0;
}

.gotop{
	position: absolute;
	right: 100px;
	padding: 60px 0 0 0;
}

.footlogo{
	text-align: center;
	padding: 30px 0;
}
.footlogo dt{
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
}
.footlogo dd{
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
address{
	text-align: center;
	padding: 0 0 20px 0;
}



.fixedsidemenu{
	position: fixed;
	top:100px;
	right: 0px;
	padding: 0;
	z-index: 10000;
}

.fixedfootmenu{
	position: fixed;
	bottom: 0;
}
.fixedfootmenu li{
	float: left;
	width: 25%;
}


.linkblank{
	background: url(../img/icon_blank_white.png) no-repeat right;
	padding: 0 18px 0 0;
}
.spmenu .linkblank {
	background: url(../img/icon_blank_white.png) no-repeat right;
}

/*コンテンツ
------------------------------------------------*/
.contents {
	line-height: 180%;
}
.contents h2{
  position: relative;
	font-size: 200%;
	text-align: center;
	border-bottom: 5px solid #f6f6f6;
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.contents h2::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #808080;
}

.contents h3{
  position: relative;
	padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 150%;
}

.contents h3::after {
  content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-image: repeating-linear-gradient(90deg, #a9a9a9 0, #a9a9a9 8px, rgba(0,0,0,0) 8px, rgba(0,0,0,0) 11px);
}


.contents h4{
	border-bottom: 5px solid #bccbd3;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	font-size: 110%;
}



.contents p{
	padding: 0 0 15px 0;
}
.listbox dl{
	padding: 0 0 20px 0;

}

.listbox dt{
	text-align: center;
	padding:7px;
	margin: 0 0 10px 0;
	border: 1px solid #ddd;
	/* box-shadow */
	box-shadow:0px 2px 8px 0px #bdbdbd;
}
.contents .listbox h3{
	margin: 0 0 10px 0;
}


.worklist dl{
	padding: 0 0 20px 0;
}

.worklist dt{
	padding:7px;
	margin: 0 0 10px 0;
	border: 1px solid #ddd;
	/* box-shadow */
	box-shadow:0px 2px 8px 0px #bdbdbd;
}
.worklist img{
	height: 150px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;';
}


.productlist dl{
	padding: 0 0 10px 0;
	text-align: center;
	border: 1px solid #aaa;
	margin: 0 0 40px 0;
}
.productlist dt{
	padding: 10px;
}
.productlist dd{
	padding: 10px;
	font-size: 90%;
}
.productlist dt strong{
	display: block;
	padding: 10px 0 5px 0;
	font-size: 120%;
	border-bottom: 1px solid #000;
}
.productlist dd img{
	display: block;
	padding: 20px 0 0 0;
}


.estatephoto{
	text-align: center;
	margin: 20px 0;
	padding: 7px;
	border: 1px solid #ddd;

box-shadow: 0px 2px 8px 0px #bdbdbd;
}




.relations{
	padding: 20px 0;
}
.relations h4{
	background: #d7d7d7;
	padding: 10px;
	margin: 0 0 20px 0;
	color: #333;
}

.yoyakubtn a {
    border: 1px solid #e96301;
    color: #e96301;
    display: inline-block;
    padding: 10px 20px;
    font-size: 120%;
    -moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    border-radius: 99px;
}



.table01 {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 20px 0;
}
.table01 th, .table01 td {
  font-size: 90%;
  border: 1px solid #ccc;
  padding: 10px;
}
.table01 th {
  background: #f2f2f2;
}
table th.eventname{
	width: 147px;
}
.formbtn input {
	background: #333;
	color: #fff;
	font-size: 120%;
	text-decoration: none;
	padding: 10px 20px;
	cursor: pointer;
	display: inline-block;
	margin: 0 20px 5px 20px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: .2s;
	border: 2px solid #333;
}
.formbtn input:hover {
	background: #fff;
	color: #333;
}
.custmor_name input {
    margin-bottom: 5px;
}
.wpcf7-form td p {
	padding-bottom: 0;
}
.moviebox {
padding: 10px;
    border: 1px solid #ccc;
	 margin: 100px 0 100px 0;
}
.movie {
    display: inline-block;
	width: 100%;
}

.movie p,
.contents .movie p{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	margin: 0 0 20px 0;

}

.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/**商品紹介*/
.productlist dl{
	padding: 0 0 10px 0;
	text-align: center;
	border: 1px solid #aaa;
	margin: 0 0 40px 0;
}
.productlist dt{
	padding: 10px;
}
.productlist dd{
	padding: 10px;
	font-size: 90%;
}
.productlist dt strong{
	display: block;
	padding: 10px 0 5px 0;
	font-size: 120%;
	border-bottom: 1px solid #000;
}
.productlist dd img{
	display: block;
	padding: 20px 0 0 0;
}




/**よくある質問*/
.faqbox dl{
	margin: 0 0 20px 0;
}
.faqbox dt{
	background: #d7d7d7;
	padding: 20px;
	font-weight: 800;
	font-size: 110%;
}
.faqbox dd{
	padding: 20px;
	border: 1px solid #d7d7d7;
}
.faq_a{
	padding:0 0 20px 0;
}




/*フォーム*/
.formbox{
border: 2px solid #fff000;
padding: 20px;
margin: 0 0px 10px 0px;
background: #fff;
}

.formbox table{
	border-collapse:collapse;
	width:100%;
	text-align: left;
}
.formbox td,
.formbox th{
	padding:10px;
}

.formbox th {
text-align: right;
font-weight:400;
}

input,
select,
textarea{
	padding:5px;
}
input,
textarea{
	border:1px solid #ccc;


}
input[type=radio], input[type=checkbox] {
	margin:0 5px 0 0;
}

.formbox .text{
width: 50%;
}

.formbox .add{
width: 70%;
}

.formbox textarea{
width: 80%;
}

.table01 .wpcf7c-conf{
	background: #ddd;
}


.linkbtn01,
.linkbtn02{
	background: #eb6301;
color: #fff;
font-size: 120%;
text-decoration: none;
padding: 10px 20px;
border:0px;
cursor:pointer;
display: inline-block;
margin: 0 20px 5px 20px;
/*width: 20%;*/
-moz-border-radius: 5px;
border-radius: 5px;
}

.linkbtn02{
background: #ddd;
color: #000;
}

.linkbtn03{
	text-align: center;
	padding: 10px 0;
}

.linkbtn03 a{
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid #000;
}

.linkbtn01:hover{
	color: #fff;
}
.linkbtn03 a:hover{
	text-decoration: none;
	background: #eee;
	color: #000;
}


.nodata{
	border:1px solid #ccc;
	text-align: center;
	padding: 30px 0;

}
.nodata p{
	font-size: 190%;
	font-weight: 800;
	padding: 10px;
}


.pager {
	text-align: center;
	padding: 10px 0 0 0;
}
.pager span,
.pager a{
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #ccc;
}

.pager span{
	background: #e5e3dc ;
	color: #333;

}

.pageset{
	border-top: 1px solid #ccc;
	padding: 10px;
	margin: 0 0 30px 0;
}
.pagebefore{
	float:left;
}
.pagenext{
	float:right;
}



#entry_snsbox{
text-align: right;
}
#entry_snsbox iframe{
	vertical-align: bottom;

}




/**about*/
.about h2::after,
.renove h2::after {
	display: none;
}
.about .contents h2:after {
	display: none;
}
.cont01 {
	position: relative;
	background: url("../img/about/img01.png") left top no-repeat;
	margin-top: 75px;
}
.cont01 h2 {
	position: absolute;
	top: -75px;
	left: 20px;
}
.cont01 h2 img {
	height: auto;
	max-height: 112px;
}
.cont01 dl{
	padding-left: 325px;
	padding-top: 20px;
	margin-bottom: 40px;
}
.cont01 dt {
	font-size: 35px;
	font-weight: bold;
	line-height: 1.4;
	background: #f7be3e;
	padding: 30px;
}
.cont01 dd {
	padding: 30px 0 0 20px;
	line-height: 1.5;
}
.cont01bot {
	background: url("../img/about/bg01.png") right top no-repeat;
	padding-right: 280px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 50px;
}

.cont02 {
	position: relative;
	background: #efefef;
	height: 200px;
	margin-bottom: 375px;
}
.cont02 h2 {
	position: absolute;
	top: -65px;
	left: 0;
	right: 0;
	margin: auto;
}
.cont02 h2 img {
	height: auto;
	max-height: 120px;
}
.cont02img {
	position: absolute;
	top: 72px;
	left: 0;
	right: 0;
	text-align: center;
}

.cont03 {
	background: url("../img/haymes/haymes2.jpg") top left no-repeat;
	position: relative;
	padding: 80px 0 55px 270px;
	margin-bottom: 50px;
}
.cont03 h2 {
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	margin: auto;
}
.cont03 h2 img {
	height: auto;
	max-height: 111px;
}
.cont03 dl {
	background: rgba(250,250,250,.8);
	padding: 25px;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
}
.cont03 dt,
.cont03 dd {
	box-sizing: border-box;
	padding: 5px;
}
.cont03 dt {
	width: 12%;
	border-right: 1px solid #000;
}
.cont03 dd {
	padding-left: 10px;
	width: 88%;
}
.cont03 .red,
.cont03 .red+dd {
	color: #c8161d;
	font-weight: bold;
}
.cont04 {
	position: relative;
	padding-top: 150px;
	padding-bottom: 325px;
	margin-bottom: 95px;
	background: url("../img/about/bg03.png") top center no-repeat;
}
.cont04 h2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	padding-top:10px;
	background: #fff;
	display: block;
	width: 610px;
}
.cont04 h3 {
	background: none;
	padding: 0;
	margin: 20px auto;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 35px;
	margin-bottom: 55px;
}
.cont04 h3::after {
	content: "";
	display: block;
	width: 60px;
	height: 6px;
	margin: auto;
	background: #f7be3e;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
}
.cont04 p {
	max-width: 555px;
	margin: 0 auto;
	color: #fff;
}
.cont05 {
	background: url("../img/about/img03.png") left top no-repeat;
	padding-left: 247px;
	margin-bottom: 30px;
}
.cont05 dl {
	padding-top: 40px;
}
.cont05 dt {
	background: #f7be3e;
	height: 115px;
	position: relative;
}
.cont05 h2 {
	position: absolute;
	left: 40px;
	top: -40px;
}
.cont05 h2 img {
	height: auto;
	max-height: 118px;
}
.cont05 dd {
	padding: 40px 0 0 40px;
}

.cont07 {
	position: relative;
	padding-top: 60px;
	padding-bottom: 40px;
	margin:90px 0 95px 0;
	background: url("../img/products/senideco01.jpg") top left no-repeat;
}

.cont07 p {
	max-width: 600px;
	margin: 0 0 0 200px;
	padding: 20px;
	color: #000;
	background: rgba(250,250,250,.8);
}

.cont08 {
	position: relative;
	padding-top: 110px;
	padding-bottom: 40px;
	margin: 50px 0 25px 0;
	background: url("../img/products/tf01.jpg") top left no-repeat;
}

.title08 {
	font-family: 'Shippori Mincho', serif;
	font-size: 28px;
	margin-top: 60px;
	position: absolute;
	left: 346px;
	right: 0;
	top: 20px;
}

.title208 {
	font-family: 'Shippori Mincho', serif;
	font-size: 28px;
	margin: 50px 0 50px 0;
}

.title308 {
	font-family: 'Shippori Mincho', serif;
	font-size: 20px;
	padding-bottom: 50px 0 20px 0;
}

.cont08 p {
	max-width: 600px;
	margin: 0 0 0 350px;
	padding: 20px;
	color: #000;
	background: rgba(146,184,252,0.6);
}


/**renove**/
.mv {
	margin-bottom: 35px;
}
.renovation {
	text-align: left;
}
.renove_txt {
	margin-bottom: 20px;
}
.renove_txt h2 {
	font-size: 35px;
	margin-bottom: 35px;
}
.renove_txt h2::after ,
.renove_anc h2::after,
.renovecont h2::after{
	display: none;
}
.renove_anc {
	margin-top: 50px;
	margin-bottom: 150px;
}
.renove_anc h2 {
	line-height: 1.6;
	margin-bottom: 30px;
}
.renove_anc ul {
	display: flex;
	justify-content: space-between;
}
.renovecont h2 img {
	height: auto;
	max-height: 115px;
}
#cont02 {
	position: relative;
	background: url("../img/renove/cont03bg.png") bottom right no-repeat;
	background-size: cover;
	padding-top: 90px;
	padding-bottom: 50px;
	margin-top: 155px;
	margin-bottom: 110px;
}
#cont02 h2 {
	position: absolute;
	left: 0;
	right: 0;
	top: -40px;
}









/*********************************/
/* PC用のスタイル記述ここから */
/*********************************/
/*@media print, screen and (min-width: 769px) {*/
@media print, screen and (min-width: 621px) {
.mainbody{
	margin: 0 auto;
	width: 1150px;
}


.menubtn{
	display: none;
}


.side {
	width: 300px;
	float: left;
}
.main{
	width: 740px;
	float: right;
}
	.topconcept .dummy {
		width: 316px;
	}

/*コンテンツ
------------------------------------------------*/


.listbox dt{
	width: 20%;
	float: left;
}
.listbox dd{
	width: 75%;
	float: right;
}


.worklist dl{
	width: 30%;
	float: left;
	margin: 0 1.5% 20px 1.5%;
}




.productlist dl{
	width: 47.5%;
	float: left;
	margin: 0 1% 30px 1%;
}



.relations .worklist dl{
	width: 22%;
	float: left;
	margin: 0 1.5% 20px 1.5%;
}


/*スタッフ紹介*/
.staffbox dl{
	padding: 0 0 20px 0;
}
.staffbox dt{
	width:30%;
	float: right;
}
.staffbox dd{
	width:65%;
	float: left;
}





.leftbox{
	display:inline-block;
	float:left;
	padding:0px 30px 0px 0;
}
.rightbox{
	display:inline-block;
	float:right;
	padding:0px 0 0px 30px;
}




}





/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 768px) {}
/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 620px) {

.mainmenu,
.headright,
.headerleft,
.sidemenu{
	display: none;
}
.menubtn{
	display: block;
	position: fixed;
	right: 10px;
	top: 10px;
    background: #333333;
     background-size: auto auto;
    height: 30px;
    width: 30px;
    cursor: pointer;
	padding: 5px;
	z-index: 10000;
	border: 1px solid #fff;
}

.mainbody{
	padding: 0px 10px;
}


.header{
	height: 60px;
}
h1{
	display:none;
}
.headright{
	display:none;
}
.logo {
	left: 0;
}
.logo img{
	height: 90px;
}

/*メインビジュアル
------------------------------------------------*/
.mainvisual{
	background: url(../img/mainvisual.jpg) no-repeat center top;
	height: 220px;
	background-size: 550px;
}

/*トップページ
------------------------------------------------*/
.title01{
	padding:0 0 20px 0px;
}
.title01 img{
	height: 50px;

}
.title01 strong{

}
.topbtnbox{
	padding:0px 0px 20px 0px;
	text-align: center;
}
.topbtnbox li{
	padding:0px 0px 20px 0px;
	display: inline-block;
}
/**コンセプト*/
.topconcept{
	background: url(.../img/top/bg_concept2.jpg) no-repeat center top;
	background: #fff;
}
.topconcept h2{
	padding:20px 0 0 0;
	text-align: center;
}
.topconcept dl{
	width: auto;
	float: none;
	margin: 0px;
	padding: 20px;
	background: #cfa972;
}
.topconcept dt{
	padding:0 0 10px 0px;
}
.topconcept h3{
	font-size: 200%;
	padding: 0 0 20px 0;
}
.topconcept li{
	width: 47%;
	padding: 10px 1%;
}


/*家づくり*/
.mainbodywrap01{
	margin: 80px 0 40px 0;
	padding: 0 0 30px 0;
}

.topiezukuri dl{
	width: auto;
	margin: 0 10% 20px 10%;
	float: none;
}
.topiezukuri dt img{
	width:100%;
}

/**商品紹介*/
.topproducts01{
	background: url(../img/top/bg_products01.png) no-repeat top center;
	background: #fff;
}
.topproducts01 h2{
	padding: 0px 0 0 0px;
	text-align: center;
}
.topproducts01 dl{
	padding: 20px 0% 35px 0%;
}
.topproducts01 dt{
	padding:0 0 30px 0;
}
.topproducts01 dd p{
	padding:0 0 20px 0;
}

/**商品紹介2*/
.topproducts02{
	background: url(../img/top/bg_products02.png) no-repeat top center;
	background: #fff;
}
.productscomment{
	width: auto;
	padding:20px 20px;
}
.topproducts02 dl{
	padding:20px 0% 0 0%;
}

/**リフォーム*/
.topreform{
	background: url(../img/top/bg_reform.jpg) no-repeat top center;
	background: #fff;
}
.topreform h2{
	padding: 40px 0 0 0px;
	text-align: center;
}
.topreform dl{
	padding: 20px 0 40px 0px;
}
	.toprenove {
		text-align: center;
	}
/*SNS*/
.topsns h2{
	text-align: center;
}
.topsns li{
	vertical-align: top;
	padding:0px 1% 10px 1%;
	width: 47%;
	display: inline-block;
}
.topsns li img{
	padding: 0 0 10px 0;
}
.topsns li:nth-child(2){
	margin-top: 0px;
}
.topsns li:nth-child(3){
	margin-top: 0px;
}
.topsns li:nth-child(4){
	margin-top: 0px;
}

/**ブログ*/
.topnewswrap{
	padding:0 0 20px 0;
}
.topnewswrap h3{
	font-size: 100%;
	width:auto;
	display: block;
	margin: 0 0% 0px 0%;
	text-align: center;
}
.topnewswrap h3 img{
	height: 50px;
}
.newslist{
	width:auto;
	display: block;
	margin: 0 1% 40px 1%;
	vertical-align: top;
}

.newslist dt{
	width: auto;
	float: none;
}
.newslist dd{
	margin: 0 0 0 ;
}


/*マップ*/
	.topcompanyinfo {
		position: static;
		margin-bottom: 70px;
}

.instasp {
	margin-bottom: 10px;
}


/*施工例*/
.topworkwrap{
	padding: 0 0 40px 0;
}
.topworkwrap h2{
	text-align: center;
	padding: 0 0 20px 0;
}
.topworkwrap h2 img{
height: 50px;
}
.topworkwrap dl{
	width: 48%;
	float: left;
	margin: 0 1% 30px 1%;
}
.topworkwrap dt{
	padding: 0 0 10px 0;
}

.morebtn{
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	font-size: 120%;
}
	/*form**/
	.table01 th, .table01 td {
		display: block;
		padding: 10px 5%;
	}
	.table01 td input, .table01 td textarea {
		width: 96%;
	}
		.wpcf7-radio > span input,
	.wpcf7-checkbox > span input{
		width: auto;
	}
	.formbtn {
		margin-right: 20px;
	}
	.table01 td label {
	}
	.wpcf7-radio > span,
	.wpcf7-checkbox > span {
		display: block;
		width: 100%;
	}
table th.eventname{
	width: auto;
}

/*フッター
------------------------------------------------*/
.footer{
	padding: 30px 0;
}
.footmenu{
	position: relative;
}

.footmenu dl{
	float:none;
	width: 60%;
	margin: 0 12% 20px 12%;
}

.gotop{
	text-align: center;
	position: inherit;
	padding: 0px;
}

.footlogo{
	padding: 30px 20px;
}
.footlogo dt{
	padding: 0 0 10px 0;
}
.footlogo dd{
	text-align: center;
}

.fixedsidemenu{
	display: none;
}




/*全体レイアウト
------------------------------------------------*/
.pagetitlewrap{
	background: url(../img/pagetitle/bg_concept.png) no-repeat top center;
	background-size: 770px;
	padding: 20px 0 20px 0;
}
.concept .pagetitlewrap,
.iezukuri .pagetitlewrap,
.products .pagetitlewrap,
.modelhouse .pagetitlewrap,
.estate .pagetitlewrap,
.company .pagetitlewrap,
.information .pagetitlewrap,
.post .pagetitlewrap,
.voice .pagetitlewrap,
.works .pagetitlewrap{
	background-size: 770px;
}



.pagetitle h2{
	display: inline-block;
}
.pagetitle h2 img{
	height: 130px;
}

.pagetitle h2 span{
	padding: 10px 0 0 0px;
	display: block;
}

.listbox dl{
	border:1px solid #aaa;
	padding: 20px;
	margin: 0 0 40px 0;
}


/*コンテンツ
------------------------------------------------*/

.contents h2{
	margin: 0 0px 30px 0px;
}
.staffbox dl{
	padding: 20px 0 30px 0;
}
.staffpage .staffbox dd:after{
	border-bottom: 3px solid #aaa;
	display: block;
	content: "";
	width: 60%;
	height: 40px;
	clear: both;
	margin: 0 auto 20px auto;

}
/**about*/
	.about img {
		height: auto;
		width: auto;
	}
	.cont01 dl,.cont03,.cont05 {
		padding-left: 0;
	}
	.cont04 h2 {
		width: auto;
	}
	.about h2 {
		width: 50%;
		margin: auto;
		left: 0;
		right: 0;
	}
	.cont01 {
		background-size: cover;
		margin-top: 10px;
		background: none;
	}
	.about h2 {
		top: -85px;
		width: auto;
	}
	.cont01 h2 img {
		height: 75px;
		width: auto;
	}
	.cont01 dl {
		padding: 20px 0;
	}
	.cont01 dt {
		font-size: 20px;
		padding: 15px 10%;
	}
	.cont01 dd {
		padding: 10px 10%;
		background: rgba(250,250,250,.8);
	}
	.cont01bot {
		padding: 0;
		background: none;
		margin-bottom: 20px;
	}
	.cont02 {
		height: 20vw;
		margin-bottom: 290px;
	}
	.cont02img {
		top: 45px;
		width: 90%;
		margin: auto;
	}
	.cont02 h2 img {
		height: 75px;
		width: auto;
	}
	.cont03 {
		background-size: cover;
		padding-top: 50px;
	}
	.cont03 h2 img {
		height: 75px;
		width: auto;
	}
	.cont03 dl {
		display: block;
		padding: 25px 5%;
	}
	.cont03 dt,.cont03 dd {
		width: 100%;
		padding: 10px;
		border-right: none;
	}
	.cont03 dd {
		padding-top: 0;
		border-bottom: 1px solid #000;
	}
	.about h2 {
		padding-bottom: 20px;
	}
	.cont01 h2,.cont05 h2 {
				position: static;
	}
	.cont04 {
		padding: 30px 5% 160px;
		background-position: right 17% top;
	}
	.spImg {
		text-align: center;
	}
	.cont04 h3 {
		font-size: 20px;
	}
	.cont05 {
		background: none;
	}
	.cont05 h2 {
		position: static;
		padding-bottom: 0;
	}
	.cont05 h2 img {
		height: 75px;
		width: auto;
	}
	.cont05 dt{
	height: auto;
	padding: 15px 0;
		margin-top: 20px;
	}
	.cont05 dd {
		padding: 30px 5%;
		background: rgba(250,250,250,0.2);
	}
	.cont05 dl {
		padding-top: 0;
	}
	.cont07 {
		background-size: cover;
		background: none;
		margin-bottom:100px;
	}
	.cont07 p {
		margin:0;
		background: #fff;
	}
	.cont08 {
		background-size: cover;
		background: none;
		margin-bottom:10px;
		margin-top: 0px;
	}
	.cont08 p {
		margin:0;
		padding:0;
		background: #fff;
	}

	.title08 {
		font-family: 'Shippori Mincho', serif;
		font-size: 28px;
		margin-top: 40px;
		position: absolute;
		left:0;
		right: 0;
		top: 0px;
	}

	/**renove***/
	.renove_txt h2 {
		font-size: 20px;
	}
	.renove_txt p {
		text-align: left;
	}
	.renove_anc h2 {
		font-size: 20px;
	}
	.renove_anc li {
		width: 33%;
	}
	.renove_anc {
		margin-bottom: 50px;
	}
	#cont02 {
		margin: 80px auto;
	}
	#cont02 {
		padding-top: 60px;
	}




.onlypc{
	display:none !important;
}
.onlysp{
	display: block !important;
}



.spblock{
	display: block;
}

}


/*--------------------------------------
  ボックス空ける
--------------------------------------*/
.mb10 { height:10px;}
.mb11 { height:11px;}
.mb25 { height:25px;}
.mb50 { height:50px;}
.mb100 { height:100px;}






/* カードレイアウト部分をラッピングし、
Flexboxを指定"space-between"で各アイテムを均等に配置し、
最初と最後のアイテムを端に寄せます。*/
#cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 2em auto;
    max-width: 960px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}


/* カードレイアウト内の画像を幅いっぱいに表示 */
#cardlayout-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
}

.card-figure {
    margin: 0;
    padding: 0;

}

a.card-link {
    text-decoration: none;
}

/* カードレイアウトのタイトル部分 */
.card-title {
    margin: 0.6em 0 0;
    text-align: center;
    font-size: 16px;
    font-weight:700;
}

/* カードレイアウトの説明文部分 */
.card-text-tax {
    margin: 0;
    padding: 1em;
}

/* カードレイアウトを1カラムで配置 */
.card-list {
    margin: 0.5em auto;
    padding: 0;
    width: 96%;
    background: #f0f0f0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

/* 画面幅768px以上の場合カードレイアウトを2カラムで配置 */
@media all and (min-width: 768px) {
    .card-list {
        margin: 0.5em 0;
        width: calc(96% / 2); /* 96%幅を2で割るという指定 */
    }
}

/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media all and (min-width: 992px) {
    .card-list {
        width: calc(96% / 3); /* 96%幅を3で割るという指定 */
}

/* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
    #cardlayout-wrap::after{
        content: "";
        display: block;
        width: calc(96% / 3);
    }
}

/*ブログ文中枠*/
.box28 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #F5D01F;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #F5D01F;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0;
    padding: 0;
}

/*ブログ文中吹き出し*/

.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #cccccc;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #f0e68c;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #f0e68c;
}

.says p {
  margin: 0;
  padding: 0;
}

/*個別見出し*/
.heading01 {
	position: relative;
	padding-top: 50px;
	padding-left: 30px;
	font-size: 26px;
}

.heading01 span {
	position: relative;
	z-index: 2;
}

.heading01::before {
	content: attr(data-en);
	position: absolute;
	transform: rotate(-5deg);
	top: 30px;
	left: 0;
	color: rgba(0,0,0,0.1);
	font-size: 80px;
	font-weight: 400;
	font-family: Century, Times New Roman;
	font-style: italic;
}
