@charset "UTF-8";

header,
#container,
#contets,
main,
section,
footer{
	width: 100%;
	min-width: 1140px;
}

.inner{
	margin: 0 auto;
	padding: 0 30px;
	width: 1140px;
}

#container{
	height:100%;
	position:relative;
	z-index:2;
	background: #fff;
}

header{
	padding: 10px 0 0;
	/*Other Browser*/
	background: rgba(255, 255, 255, 0.3);
	/*For Old WebKit*/
	background: -webkit-linear-gradient(
		rgba(255, 255, 255, 1) 0%,
		rgba(0, 0, 0, 0) 100%
	);
	/*For Modern Browser*/
	background: linear-gradient(
		rgba(255, 255, 255, 1) 0%,
		rgba(0, 0, 0, 0) 100%
	);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	height: 100px;
}
header .inner{
	margin: 0 auto;
	width: 1140px;
	position: relative;
}

header #logo{
}

header .summary{
	position: absolute;
	top: 1.5em;
	left: 290px;
	font-size: 1.4rem;
}
header address{
	position: absolute;
	top: 0;
	right: 30px;
	overflow: hidden;
	font-weight: bold;
}

header address a{
	color: #F5A900;
	font-family: Times New Roman;
	font-size: 2.5rem;
	font-weight: normal;
}
header address a:before{
	content: ' \f061';
	padding: 0 .5em;
	font-family: FontAwesome;
	font-size: 1.8rem;
	vertical^align: middle;
}
#gnav ul{
	margin: 0 auto;
	border-radius: 6px;
	overflow: hidden;
	width: 100%;
	background: #664531;
}
#gnav li{
	float: left;
	width: 25%;
	text-align: center;
}

#gnav a{
	padding: 10px;
	display: block;
	color: #fff;
	background: transparent url(../img/line_gnav.gif) no-repeat right center;
}

#gnav a:after{
	padding: 0.15em 0 0;
	content: ' \f0da';
	font-family: FontAwesome;
	font-size: 2rem;
	line-height: 1;
	float: right;
	color: #fff;
}
#btn-gnav.
#menu-bg{
	display: none;
}
#information{
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
}
#information div{
	margin: 0 auto;
	padding: 15px;
	border-radius: 5px;
	width: 1080px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
}

#information h2{
	float: left;
}
#information h2:after{
	content: "|";
	padding: 0 1em;
}
#information dl{
	float: left;
	line-height: 1.1;
}
#information dt,
#information dd{
	float: left;
}
#information dt{
	margin-right: 1.5em;
}

#information a{
	color: #fff;
}



/* スライドショー */
#topvisual {
    overflow:hidden;
    position:relative;
    width:100%;
    height: 800px;
}

.bxslider {
    position:relative;
    left:50%;
    width:3420px;
    margin-left:-1710px;
}
.bxslider li {
    width:1140px;
    font-size: 0;
    line-height: 0;
}

#slideFilterL, #slideFilterR {
    position:absolute;
    top:0;
    width:1140px;
    height:800px;
}
#slideFilterL {
    left:0;
}
#slideFilterR {
    right:0;
}

.bx-wrapper {
    margin:0 auto;
    position:relative;
}

.bx-wrapper .bx-pager {
    margin:0 auto;
    width:1140px;
}

/* コントローラー */
.bx-wrapper .bx-prev {
    left:1000px;
    background:url(../img/topvisual_arrow_L.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
    right:1000px;
    background:url(../img/topvisual_arrow_R.png) no-repeat 0 0;
}
.bx-wrapper .bx-next:hover{
	background-position: 0 0;
}


.bx-wrapper .bx-controls-direction a {
    position:absolute;
    top:50%;
    outline:0;
    width:33px;
    height:65px;
    text-indent:-9999px;
    z-index:9999;
}

/* ページャー */
.bx-wrapper .bx-pager {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
    padding-top:20px;
    text-align:center;
    font-size:.85em;
    font-family:Arial;
    font-weight:bold;
    color:#fff;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display:inline-block;
    *zoom:1;
    *display:inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    display:block;
    width:10px;
    height:10px;
    margin:0 5px;
    outline:0;
    text-indent:-9999px;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;;
    background:#fff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background:#F5A900;
}




#contents{
	/* padding: 100px 0 0; */
	padding: 0;
}
section .inner{
	margin: 0 auto;
	padding: 50px 30px;
	width: 1140px;
	position: relative;
}

section .inner .anchor{
	position: absolute;
	top: -100px;
	left: 0;
}
.bg-beige{
	background: #FAF7E4;
}

.sec-head{
	color: #fff;
	background: #6A4632;
	font-size: 2.2rem;
}
.sec-head .txt-l{
	margin: 65px 0 0;
}
.sec-head .inner{
	height: 360px;
}
#search .sec-head .inner{	background: transparent url(../img/bg_search.png) no-repeat right center;}
#fixed .sec-head .inner{	background: transparent url(../img/bg_fixed.png) no-repeat right center;}
#equipment .sec-head .inner{	background: transparent url(../img/bg_equip.png) no-repeat right center;}

section h3{
	margin: 0 0 0.75em;
	padding: 0 0 0.75em;
	border-bottom: solid 1px #E1DAD6;
	color: #333;
	font-size: 2.2rem;
	font-weight: bold;
}
section h3 span{
	font-size: 1.6rem;
}

#concept .inner{
	position: relative;
	height: 877px;
}
#concept .inner figure{
	position: absolute;
	top: 50px;
	left: 0;
}
.concept-body{
	position: absolute;
	left: 495px;
	top: 640px;
	color: #6A4632;
	line-height: 1.4;
	font-size: 1.5rem;
}
#concept h2{
	margin-top: 200px;
	color: #6A4632;
	font-size: 3rem;
	font-weight: bold;
}
#concept h3{
	margin: 0 0 1em;
	padding: 0;
	border: none;
	color: #6A4632;
	font-size: 2rem;
	font-weight: bold;
}


#intro h2{
	margin: 0 0 60px;
	text-align: center;
}
#intro h3{
	margin: 0 0 0.75em;
	padding: 0 0 0.75em;
	border-bottom: none;
	color: #6A4632;
	font-size: 2.4rem;
	font-weight: bold;
}
.intro-img{
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 900px;
}
.intro-img h3{
	position: absolute;
	top: 30px;
	left: 0;
	text-align: left;
}

#content-nav{
	margin: 25px -15px 0;
	width: 1110px;
	overflow: hidden;
}
#content-nav li{
	margin: 5px 0 0;
	float: left;
	width: 33.333%;
	text-align: center;
	line-height: 0;
	font-size: 0;
	vertical-align: bottom;
}

.maker-wrap{
	margin: 30px 0;
	width: 100%;
	overflow: hidden;
}
.maker-wrap li{
	margin: 15px 0;
	padding: 0 20px;
	border-right: solid 1px #ccc;
	float: left;
	text-align: center;
}

.allin{
	text-align: center;
	letter-spacing: -.5em;
	width: 100%;
}
.allin p{
	display: inline-block;
	letter-spacing: normal;
}
.allin .plus{
	padding: 100px 40px 0;
}

.style-select{
	margin: 40px 0;
	padding: 20px;
	border-radius: 10px;
	color: #fff;
	background: #6A4833;
	text-align: center;
}
.style-select h4{
	margin-bottom: .25em;
	color: #D89200;
	font-size: 2.2rem;
	font-weight: 600;
}

#equipment h5{
	margin: 1em 0;
	color: #D89200;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
}

.equip-wrap{
	padding: 30px 20px 20px;
	background: #FAF7E4;
}
.equip-wrap .catch{
	margin-bottom: 1em;
	color: #6A4833;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}

.inquiry-txt{
	margin: 1em 0;
	color: #6A4733;
	font-weight: 600;
	text-align: center;
}

.kitchen-wrap {
	position: relative;
}
.kitchen-wrap h6{
	margin: 1em 0 .25em;
	color: #D89200;
	font-size: 1.8rem;
	font-weight: 600;
}
.kitchen-wrap .parts-logo{
	position: absolute;
	top: 20px;
	right: 20px;
}

.kitchen-color{
	margin-right: -9px;
	width: calc(100% + 9px);
	overflow: hidden;
}
.kitchen-color li{
	margin: 0 9px 9px 0;
	float: left;
	width: 200px;
	line-height: 1.4;
	font-size: 1.1rem;
}
.kitchen-color .other{
	padding: 50px 0 0;
	color: #6A4733;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: normal;
}

.lava-wrap{
	line-height: 1.4;
}
.lava-wrap .fLeft{
	width: 673px;
	position: relative;
}

.lava-wrap .fRight{
	width: 386px;
	position: relative;
}
.lava-wrap .parts-logo{
	position: absolute;
	top: 20px;
	right: 20px;
}

.lava01 dl{
	padding: 80px 0 0;
	float: right;
	width: 265px;
}
.lava01 figure{
	float: left;
}
.lava02 dl{
	float: left;
	width: 390px;
}
.lava02 figure{
	float: right;
}

.toilet-wrap{
	line-height: 1.4;
}
.toilet-wrap .fLeft{
	width: 760px;
	position: relative;
	font-size: 1.4rem;
}

.toilet-wrap .fRight{
	width: 300px;
	position: relative;
}

.toilet01{
	float: left;
	width: 260px;
}
.toilet02{
	float: right;
	width: 420px;
}


.style-wrap{
	margin: 30px 0 0;
	padding: 30px;
	background: #fff;
	line-height: 1.2;
}
.style-head{
	width: 100%;
	overflow: hidden;
}
.style-head h4{
	margin: 0 0 0.5em;
	float: left;
	color: #6A4632;
	font-size: 2rem;
	font-weight: bold;
}
.style-head p{
	float: right;
}
.clm-style{
	float: left;
	width: 360px;
}
.clm-color{
	float: right;
	width: 320px;
}

.style-wrap ul{
	letter-spacing: -.4em;
	text-align: center;
}
.style-wrap li{
	margin: 0 0 0.5em;
	display: inline-block;
	width: 50%;
	letter-spacing: -2px;
	line-height: 1.2;
	font-size: 1.4rem;
}

.style-wrap h5{
	margin: 0 0 0.5em;
	color: #6A4632;
	font-size: 2rem;
	font-weight: bold;
}

.plan-wrap{
	padding: 50px 0;
}
.plan-wrap .clm1-3{
	width: 330px;
	font-size: 1.4rem;
}
.plan-wrap .clm2-3{
	width: 750px;
	font-size: 1.8rem;
	font-weight: 600;
	color: #6A4633;
	line-height: 1.4;
}

.plan-ttl {
	margin: 0 0 50px;
	font-weight: 600;
	text-align: right;
	line-height: 1.4;
}
.plan-ttl .renov{
	font-size: 2.2rem;
	color: #6A4733;
}
.plan-ttl h4{
	font-weight: 600;
	font-size: 1.4rem;
}
.plan-ttl .num{
	margin-left: 10px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #444;
	background: #EBCA81;
	font-size: 2.6rem;
	text-align: center;
	float: right;
}
.plan-wrap .clm1-3 h5{
	margin: 2em 0 .5em;
	padding-left: 10px;
	border-left: solid 5px #D89200;
	font-weight: 600;
}
.plan-wrap .clm2-3 h5{
	margin-bottom: .5em;
	color: #D89200;
	font-weight: 600;
	font-size: 2.2rem;
}
.plan-wrap .before,
.plan-wrap .after{
	padding: 20px 0 0 20px;
	border-top: solid 1px #D89200;
	border-left: solid 1px #D89200;
}
.plan-wrap .before{
	margin-bottom: 30px;
	position: relative;
}
.plan-wrap .before .plan-txt{
	float: left;
	width: 300px;
}
.plan-wrap .before figure{
	float: right;
}
.plan-wrap .before .arw-plan{
	position: absolute;
	left: 20%;
	bottom: 20px;
}

.chokin{
	width: 100%;
	overflow: hidden;
}
.chokin div{
	float: left;
	width: 615px;
}
.chokin figure{
	float: right;
}
.chokin h2{
	margin-bottom: 1em;
	color: #6A4632;
	font-size: 3rem;
	font-weight: bold;
}
.chokin h3{
	font-size: 2rem;
}
.shisan{
	padding: 20px 0 0;
	text-align: center;
}
.shisan figure{
	margin-top: 20px;
}

.shisan .live,
.shisan .sell{
	position: relative;
}
.shisan .live:after,
.shisan .sell:after{
	content: url(../img/parts_or.png);
	position: absolute;
	top: calc( 65% - 33px);

}
.shisan .live:after{	right: -26px;}
.shisan .sell:after{	right: -41px;}


.faq{
	margin: 30px 0 0;
	padding: 0 0 30px;
	border: solid 2px #6A4833;
	border-radius: 8px;
}
.faq h3{
	margin: 0;
	padding: .25em;
	color: #fff;
	background: #6A4833;
	text-align: center;
}
.faq .clm-wrap{
	padding: 30px 30px 0;
}
.faq .clm-wrap .clm1-2:first-child{
	border-right: solid 1px #D89200;
}
.faq dt{
	padding: 0 0 1.25em;
	color: #6A4733;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
}

.faq dd{
	line-height: 1.4;
}
.faq dt:before{
	margin-right: .25em;
	content: 'Q';
	color: #DEA327;
	font-size: 3rem;
	float: left;
}
.faq dd:before{
	margin-right: .25em;
	content: 'A';
	color: #DEA327;
	font-size: 3rem;
	font-weight: bold;
	float: left;
}
.faq .other{
	color: #D89200;
	font-weight: bold;
	font-size: 2rem;
}
#works h2{
	margin: 0 0 0.75em;
	color: #6A4632;
	font-size: 4rem;
	text-align: center;
	line-height: 1.2;
}
#works h3{
	margin: 2em 0 0;
	padding: 0;
	border: none;
	color: #6A4532;
	font-size: 2.2rem;
	text-align: center;
}

.works-index{
	width: 100%;
	overflow: hidden;
}
.works-index li{
	margin: 20px 0 0;
	float: left;
	width: 33.333%;
	text-align: center;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}

#contact h2{
	margin: 0 0 0.75em;
	color: #6A4632;
	font-size: 4rem;
	text-align: center;
	line-height: 1.2;
}

.chkcat {
	letter-spacing: -.5em;
	text-align: left;
}
.chkcat li{
	padding: 0 3em 0 0;
	display: inline-block;
	letter-spacing: normal;
}
#form th{
	width: 25%;
	border: none;
	vertical-align: top;
}
#form th span{
	color: #CC1C1C;
}
#form td{
	width: 75%;
	vertical-align: top;
}



#form th em{
	padding: 0 .5em;
	border: solid 1px #CC1C1C;
	float: right;
	color: #CC1C1C;
}

#form textarea,
#form input{
	margin: 5px;
	padding: 0.75em;
	border: solid 1px #ccc;
	width: 100%;
}


#form .check,
#form .radio{
	width: auto;
	background: none;
}
#form .w10{	width: 10%;}
#form .w20{	width: 20%;}
#form .w30{	width: 30%;}
#form .w40{	width: 40%;}
#form .w60{	width: 60%;}

.error{
display: block;
color: #CC1C1C;
font-weight: bold;
}

.caution{
	margin: 30px 0;
	border: solid 1px #ccc;
	background: #eee;
	padding: 20px;
}

.confirm,
.preview {
	margin: 30px 0 0;
	text-align: center;
	clear: both;
}
.confirm input ,
.preview input {
	margin: 0 auto;
	padding: 1em 2em;
	border: none;
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background: #6A4632;
	background-size: auto 15px;
	width: 30%;
}
.preview input {
	display: inline-block;
	width: 300px;
}
.confirm input {
	display: inline-block;
	width: 300px;
}

label.error{
	display: block;
	color: #CC1C1C;
}

#contact #contents{
	padding-top: 100px;
}

.privacy{
	margin: 30px 150px 0;
	padding: 20px;
	border: solid 1px #ccc;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.8;
}
.privacy dt{
	margin: 0 0 0.5em;
	font-weight: bold;
	color: #6A4632;
	font-size: 1.6rem;
}

.privacy  a:before{
	padding:  0 0.5em 0 0;
	content: ' \f0da';
	font-family: FontAwesome;
	line-height: 1;
}
.pageup{
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:1000;
}

footer{
	padding: 20px 0;
	background: #FAF7E4;
}

footer .inner{
	padding: 0 0 0 150px;
	position: relative;
	height: 100px;
}
footer #flogo{
	position: absolute;
	top: 0;
	left: 30px;
}

#fnav {
	padding: 36px 0 0;
	letter-spacing: -.5em;
}
#fnav li{
	display: inline-block;
	letter-spacing: normal;
}

#fnav ul{
	letter-spacing: -.4em;
}
#fnav li{
	display: inline-block;
	letter-spacing: normal;
	font-size: 1.4rem;
	font-weight: 400;
}
#fnav li:after{
	content: "|";
	padding: 0 1em;
}


footer address{
	padding: 36px 0 0;
	position: absolute;
	top: 0;
	right: 30px;
	overflow: hidden;
	line-height: 1;
	font-weight: bold;
}

footer address a{
	color: #F5A900;
	font-family: Times New Roman;
	font-size: 2.5rem;
	font-weight: normal;
}
footer address a:before{
	content: ' \f061';
	padding: 0 .5em;
	font-family: FontAwesome;
	font-size: 1.8rem;
	vertical^align: middle;
}

footer .copyright{
	position: absolute;
	right: 30px;
	bottom: 0;
}

#copyright{
	padding: 15px 0;
}
#copyright .inner{
	overflow: hidden;
	font-size: 1.3rem;
}

#copyright .group{
	float: left;
}

#copyright .group a{
	display: block;
}

#copyright .group p{
	margin: 0 2em 0 0;
	display: inline-block;
	vertical-align: middle;
}

#copyright .copyright{
	float: right;
	height: 57px;
	line-height: 57px;
}


@media only screen and (max-width: 640px) {

	header,
	#container,
	#contets,
	main,
	section,
	footer{
		width: 100%;
		min-width: 100%;
	}

	.inner{
		margin: 0 auto;
		padding: 0 15px;
		width: 100%;
	}

	#container{
		padding: 54px 0 0;
		height:100%;
		position:relative;
		z-index:2;
		background: #fff;
	}
	
	header{
		padding: 0;
		/*Other Browser*/
		background: rgba(255, 255, 255, .95);
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1000;
		height: 54px;
	}
	header .inner{
		margin: 0 auto;
		padding: 5px 0 0;
		width: 100%;
		position: relative;
	}

	header h1{
		padding: 0 0 0 ;
		width: 100%;
		text-align: center;
	}
	header h1 img{
		width: auto;
		height: 42px;
	}

	header .summary{
		display: none;
	}
	header address{
		position: absolute;
		top: 0;
		right: -11em;
		overflow: hidden;
		font-weight: bold;
	}
	header address span{	display: none;}
	header address span.telnum{
		display: inline-block;
		text-indent: -200%;
	}

	header address a{
		color: #F5A900;
		font-family: Times New Roman;
		font-size: 2.5rem;
		font-weight: normal;
	}
	header address a:before{
		content: ' \f098';
		padding: 0 .5em;
		font-family: FontAwesome;
		font-size: 3.2rem;
		vertical^align: middle;
	}
	#gnav {
		display: none;
	}
	#gnav ul{
		margin: 0 auto;
		border-radius: 0;
		overflow: hidden;
		width: 100%;
		background: #664531;
	}
	#gnav li{
		border-top: solid 1px rgba(255, 255, 255, 0.15);
		float: none;
		width: 100%;
		text-align: center;
	}
	#gnav li:first-child{
		border: none;
	}

	#gnav a{
		padding: 10px 15px 10px 25px;
		display: block;
		color: #fff;
		background: transparent url(../img/line_gnav.gif) no-repeat right center;
	}

	#gnav a:after{
		padding: 0.15em 0 0;
		content: ' \f0da';
		font-family: FontAwesome;
		font-size: 2rem;
		line-height: 1;
		float: right;
		color: #fff;
	}
	
	
	
	#btn-gnav{
		position: absolute;
		top: 0;
		left: 0;
		width: 44px;
		height: 44px;
		background: transparent url(../img/btn_nav.png) no-repeat center center;
		background-size: 18px auto;
		cursor: pointer;
		display: block;
	}
	#btn-gnav.close{
		background: transparent url(../img/btn_close.png) no-repeat center center;
		background-size: 18px auto;
	}
	#menu-bg.no{
		display: none;
	}
	#menu_bg {
	    background: rgba(0, 0, 0, .6);
	    height: 100%;
	    top: 0;
	    left: 0;
	    position: fixed;
	    width: 100%;
	    z-index: 2000;
	}
	#menu_bg a {
	    height: 100%;
	    top: 0;
	    left: 0;
	    width: 100%;
	}
	#information{
		padding: 0;
		position: static;
		bottom: 30px;
		left: 0;
		width: 100%;
	}
	#information div{
		margin: 0 auto;
		border-radius: 0;
		width: 100%;
		color: #fff;
		background: #6A4632;
		overflow: hidden;
	}

	#information h2{
		margin: 0 0 10px;
		padding: 0 0 5px;
		float: none;
		border-bottom: solid 1px rgba(255, 255, 255, .5);
	}
	#information h2:after{
		content: "";
		padding: 0;
	}
	#information dl{
		float: none;
		line-height: 1.3;
	}
	#information dt,
	#information dd{
		float: left;
	}
	#information dt{
		margin-right: 1.5em;
	}

	#information a{
		color: #fff;
	}



	/* スライドショー */
	#topvisual {
	    overflow:hidden;
	    position:relative;
	    width:100%;
	    height: 60%;
	}

	.bxslider {
	    position:relative;
	    left:0;
	    width:100%;
	    margin-left:0;
	}
	.bxslider li {
	    width: 100%;
	}
	.bxslider li img{
		width: 100%;
		height: auto;
	}

	#slideFilterL, #slideFilterR {
	    position:absolute;
	    top:0;
	    width: 100%;
	    height:200px;
	}
	#slideFilterL {
	    left:0;
	}
	#slideFilterR {
	    right:0;
	}

	.bx-wrapper {
	    margin:0 auto;
	    position:relative;
	}

	.bx-wrapper .bx-pager {
	    margin:0 auto;
	    width: 100%;
	}

	/* コントローラー */
	.bx-wrapper .bx-prev {
	    left:1000px;
	    background:url(../img/topvisual_arrow_L.png) no-repeat 0 0;
	}

	.bx-wrapper .bx-next {
	    right:1000px;
	    background:url(../img/topvisual_arrow_R.png) no-repeat 0 0;
	}
	.bx-wrapper .bx-next:hover{
		background-position: 0 0;
	}


	.bx-wrapper .bx-controls-direction a {
	    position:absolute;
	    top:50%;
	    outline:0;
	    width:33px;
	    height:65px;
	    text-indent:-9999px;
	    z-index:9999;
	}

	/* ページャー */
	.bx-wrapper .bx-pager {
		position: absolute;
		left: 0;
		bottom: 5px;
		width: 100%;
	    padding-top:20px;
	    text-align:center;
	    font-size:.85em;
	    font-family:Arial;
	    font-weight:bold;
	    color:#fff;
	}

	.bx-wrapper .bx-pager .bx-pager-item,
	.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	    display:inline-block;
	    *zoom:1;
	    *display:inline;
	}

	.bx-wrapper .bx-pager.bx-default-pager a {
	    display:block;
	    width:10px;
	    height:10px;
	    margin:0 5px;
	    outline:0;
	    text-indent:-9999px;
	    -moz-border-radius:50%;
	    -webkit-border-radius:50%;
	    border-radius:50%;;
	    background:#fff;
	}

	.bx-wrapper .bx-pager.bx-default-pager a:hover,
	.bx-wrapper .bx-pager.bx-default-pager a.active {
	    background:#F5A900;
	}




	#contents{
		/* padding: 100px 0 0; */
		padding: 0;
	}
	section .inner{
		margin: 0 auto;
		padding: 30px 15px;
		width: 100%;
		position: relative;
		line-height: 1.3;
	}

	section .inner .anchor{
		position: absolute;
		top: -54px;
		left: 0;
	}

	.sec-head{
		color: #fff;
		background: #6A4632;
		font-size: 1.4rem;
		text-align: center;
	}
	.sec-head .txt-l{
		margin: 1em 0 0;
		font-weight: bold;
		font-size: 1.8rem;
	}
	.sec-head .inner{
		padding: 25px 10px 65%;
		height: auto;
	}
	#search .sec-head .inner{	background: transparent url(../img/bg_search.png) no-repeat center bottom; background-size: 100% auto;}
	#fixed .sec-head .inner{	background: transparent url(../img/bg_fixed.png) no-repeat center bottom; background-size: 100% auto;}
	#equipment .sec-head .inner{	background: transparent url(../img/bg_equip.png) no-repeat center bottom; background-size: 100% auto;}

	
	.clm1-4 h2{
		margin: 0 auto 30px;
	}
	.clm1-4 h2 img{
		width: 60%;
		height: auto;
	}
	
	section h3{
		margin: 0 0 0.75em;
		padding: 0 0 0.75em;
		border-bottom: solid 1px #E1DAD6;
		color: #333;
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
	}
	section h3 span{
		font-size: 1.4rem;
	}
	
	
	
	#concept .inner{
		height: auto;
	}
	#concept .inner figure{
		margin: 20px 0 0;
		position: static;
	}
	.concept-body{
		position: static;
		line-height: 1.8;
		font-size: 1.5rem;
	}
	#concept h2{
		margin-top: 0;
		margin: 0 0 .5em;
		color: #6A4632;
		font-size: 2.4rem;
		font-weight: bold;
	}
	#concept h3{
		margin: 0 0 1.5em;
		font-size: 1.8rem;
		text-align: left;
	}
	#concept p br{
		display: none;
	}
	
	#intro h2{
		margin: 0 0 1em;
		text-align: center;
		color: #684632;
		font-size: 1.8rem;
		font-weight: bold;
	}
	#intro h3{
		margin: 0 0 0.25em;
		padding: 0 0 0.25em;
		border-bottom: none;
		color: #6A4632;
		font-size: 1.6rem;
		font-weight: bold;
	}
	#intro h3 br{
		display: none;
	}
	.intro-img{
		margin: 0 auto;
		position: relative;
		text-align: center;
		width: 100%;
	}
	.intro-img h3{
		position: static;
		top: auto;
		left: auto;
		text-align: center;
	}

	#content-nav{
		margin: 25px -10px 0;
		width: auto;
		overflow: hidden;
	}
	#content-nav li{
		margin: 5px 0 0;
		float: left;
		width: 50%;
		text-align: center;
		line-height: 0;
		font-size: 0;
		vertical-align: bottom;
	}
	#content-nav li img{
		width: 100%;
		height: auto;
	}


	.teigaku-renov div{
		padding-bottom: 10%;
		position: relative;
	}
	.teigaku-renov div h3{
		margin: 0;
		padding-right: 10px;
		float: left;
		width: 70%;
		text-align: left;
	}
	.teigaku-renov div img{
		position: absolute;
		bottom: 0;
		right: 0;
		margin: 0;
		width: 40% !important;
		height: auto;
	}

	.maker-wrap{
		margin: 15px 0 0;
		width: 100%;
		letter-spacing: normal;
		text-align: center;
	}
	.maker-wrap li{
		margin: 0;
		padding: 10px;
		border: none;
		width: auto;
	}
	.maker-wrap li img{
		width: auto;
		height: 46px;
	}
	.maker-wrap .p-eco img{
		width: 100%;
		height: auto;
	}


	.allin{
		text-align: center;
	}
	.allin p{
		display: block;
	}
	.allin .plus{
		padding: 20px;
	}

	.style-select{
		margin: 30px 0;
		padding: 15px;
		border-radius: 10px;
		color: #fff;
		background: #6A4833;
		text-align: center;
	}
	.style-select h4{
		margin-bottom: .25em;
		color: #D89200;
		font-size: 1.8rem;
		font-weight: 600;
	}

	#equipment h5{
		margin: 1em 0;
		color: #D89200;
		font-size: 2rem;
		font-weight: bold;
		text-align: center;
	}

	.equip-wrap{
		margin: 0 0 20px;
		padding: 15px;
		background: #FAF7E4;
	}
	.equip-wrap .catch{
		margin-bottom: 1em;
		color: #6A4833;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.4;
		text-align: center;
	}
	.equip-wrap .parts-logo{
		text-align: center;
	}
	.equip-wrap .parts-logo img{
		width: auto;
	}
	

	.inquiry-txt{
		margin: 1em 0;
		color: #6A4733;
		font-weight: 600;
		text-align: center;
	}

	.kitchen-wrap {
		position: relative;
	}
	.kitchen-wrap h6{
		margin: 1em 0 .25em;
		color: #D89200;
		font-size: 1.6rem;
		font-weight: 600;
	}
	.kitchen-wrap .parts-logo{
		position: static;
		top: 20px;
		right: 20px;
		text-align: center;
	}

	.kitchen-color{
		margin-right: -9px;
		width: calc(100% + 9px);
		overflow: hidden;
	}
	.kitchen-color li{
		margin: 0;
		padding: 1%;
		float: left;
		width: 50%;
		line-height: 1.4;
		font-size: 1.1rem;
		letter-spacing: -.2em;
	}
	.kitchen-color li img{
		width: 100%;
		height: auto;
	}
	.kitchen-color .other{
		padding: 20px 0;
		color: #6A4733;
		text-align: center;
		font-size: 1.6rem;
		font-weight: bold;
		letter-spacing: normal;
		width: 100%;
		height: auto !important;
	}
	.kitchen-color .other br{
		display: none;
	}

	.lava-wrap{
		line-height: 1.4;
	}
	.lava-wrap .fLeft{
		width: 100%;
	}

	.lava-wrap .fRight{
		width: 100%;
	}
	.lava-wrap .parts-logo{
		position: static;
	}

	.lava01 dl{
		margin: 25px 0 15px;
		padding: 0;
		float: none;
		width: 100%;
	}
	.lava01 figure{
		float: left;
	}
	.lava02 dl{
		float: none;
		width: 100%;
	}
	.lava02 figure{
		float: none;
		text-align: center;
	}

	.toilet-wrap{
		line-height: 1.4;
	}
	.toilet-wrap .fLeft{
		width: 100%;
		position: relative;
		font-size: 1.4rem;
	}

	.toilet-wrap .fRight{
		width: 100%;
		position: relative;
	}

	.toilet01{
		float: none;
		width: 100%;
		text-align: center;
	}
	.toilet02{
		margin: 20px 0 0;
		float: none;
		width: 100%;
	}
	.toilet02 .clm1-2{
		padding: 1%;
		float: left;
		width: 50%;
	}


	.style-wrap{
		margin: 30px 0 0;
		padding: 30px;
		background: #fff;
		line-height: 1.2;
	}
	.style-head{
		width: 100%;
		overflow: hidden;
	}
	.style-head h4{
		margin: 0 0 0.5em;
		float: left;
		color: #6A4632;
		font-size: 2rem;
		font-weight: bold;
	}
	.style-head p{
		float: right;
	}
	.clm-style{
		float: none;
		width: 100%;
	}
	.clm-color{
		float: none;
		width: 100%;
	}

	.plan-wrap{
		padding: 20px 0;
	}
	.plan-wrap .clm1-3{
		margin-bottom: 20px;
		width: 100%;
		font-size: 1.4rem;
	}
	.plan-wrap .clm2-3{
		width: 100%;
		font-size: 1.4rem;
		font-weight: 600;
		color: #6A4633;
		line-height: 1.4;
	}

	.plan-ttl {
		margin: 0 0 30px;
		font-weight: 600;
		text-align: right;
		line-height: 1.4;
	}
	.plan-ttl .renov{
		font-size: 2.2rem;
		color: #6A4733;
	}
	.plan-ttl h4{
		font-weight: 600;
		font-size: 1.4rem;
	}
	.plan-ttl .num{
		margin-left: 10px;
		border-radius: 50%;
		width: 50px;
		height: 50px;
		line-height: 50px;
		color: #444;
		background: #EBCA81;
		font-size: 2.6rem;
		text-align: center;
		float: right;
	}
	.plan-wrap .clm1-3 h5{
		margin: 2em 0 .5em;
		padding-left: 10px;
		border-left: solid 5px #D89200;
		font-weight: 600;
	}
	.plan-wrap .clm2-3 h5{
		margin-bottom: .5em;
		color: #D89200;
		font-weight: 600;
		font-size: 1.8rem;
	}
	.plan-wrap .before,
	.plan-wrap .after{
		padding: 15px 0 0 0;
		border-left: none;
	}
	.plan-wrap .after{
		padding: 0 0 15px 0;
		border-bottom: solid 3px #D89200;
		border-top: none;
	}
	.plan-wrap .before{
		margin-bottom: 30px;
		position: relative;
	}
	.plan-wrap .before figure {
		margin: 15px 0;
		text-align: center;
	}
	.plan-wrap .before figure img{
		width: 80%;
	}
	.plan-wrap .before .plan-txt{
		float: none;
		width: 100%;
	}
	.plan-wrap .before figure{
		float: none;
	}
	.plan-wrap .before .arw-plan{
		position: static;
		text-align: center;
	}
	.plan-wrap .before .arw-plan img{
		width: auto;
	}

	.chokin{
		width: 100%;
		overflow: hidden;
	}
	.chokin div{
		float: none;
		width: 100%;
	}
	.chokin figure{
		float: none;
	}
	.chokin h2{
		margin-bottom: 1em;
		color: #6A4632;
		font-size: 2rem;
		font-weight: bold;
	}
	.chokin h3{
		font-size: 2rem;
	}
	.shisan{
		padding: 20px 0 0;
		text-align: center;
	}
	.shisan .clm1-3{
		margin: 20px 0;
	}
	.shisan .clm1-3 p img{
		width: 45%;
	}
	.shisan figure{
		margin-top: 20px;
	}

	.shisan .live,
	.shisan .sell{
		position: relative;
	}
	.shisan .live:after,
	.shisan .sell:after{
		margin: 20px 0;
		position: static;
		display: block;

	}
	.faq{
		margin: 30px 0 0;
		padding: 0 0 20px;
		border: solid 2px #6A4833;
		border-radius: 8px;
	}
	.faq h3{
		margin: 0;
		padding: .25em;
		color: #fff;
		background: #6A4833;
		text-align: center;
	}
	.faq .clm-wrap{
		padding: 20px 20px 0;
	}
	.faq .clm-wrap .clm1-2:first-child{
		margin: 0 0 20px;
		border-right: none;
	}
	.faq dt{
		padding: 0 0 1.25em;
		font-size: 1.4rem;
	}
	.faq dt br{
		display: none;
	}

	.faq dd{
	}
	.faq dt:before{
		margin-right: .25em;
		font-size: 2rem;
	}
	.faq dd:before{
		margin-right: .25em;
		font-size: 2rem;
	}
	.faq .other{
		padding: 0 15px;
		font-size: 1.6rem;
	}
	.style-wrap{
		margin: 30px 0 0;
		padding: 15px;
		background: #fff;
		line-height: 1.2;
	}
	.style-head{
		width: 100%;
		overflow: hidden;
	}
	.style-head h4{
		margin: 0 0 0.5em;
		float: left;
		color: #6A4632;
		font-size: 2rem;
		font-weight: bold;
	}
	.style-head p{
		float: right;
	}
	.clm-style{
		float: none;
		width: 100%;
	}
	.clm-color{
		float: none;
		width: 100%;
	}

	.style-wrap ul{
		letter-spacing: -.4em;
		text-align: center;
	}
	.style-wrap li{
		margin: 0 0 0.5em;
		padding: 2px;
		display: inline-block;
		width: 50%;
		letter-spacing: -2px;
		line-height: 1.2;
		font-size: 1.2rem;
		vertical-align: top;
	}
	.style-wrap li img{
		width: 100%;
		height: auto;
	}

	.style-wrap h5{
		margin: 0.5em 0 0.25em;
		color: #6A4632;
		font-size: 2rem;
		font-weight: bold;
	}

	#works h2{
		margin: 0 0 0.75em;
		color: #6A4632;
		font-size: 1.6rem;
		text-align: center;
		line-height: 1.2;
	}
	#works h3{
		margin: 1em 0 .5em;
		font-size: 1.4rem;
	}

	.works-index{
		width: 100%;
		overflow: hidden;
	}
	.works-index li{
		margin: 0;
		padding: 2px;
		float: left;
		width: 50%;
		text-align: center;
		font-size: 0;
		line-height: 0;
		vertical-align: bottom;
	}

	.works-index li img{
		width: 100%;
		height: auto;
	}
	#contact h2{
		margin: 0 0 0.75em;
		color: #6A4632;
		font-size: 2rem;
		text-align: center;
		line-height: 1.2;
	}

	.chkcat {
		letter-spacing: -.5em;
		text-align: left;
	}
	.chkcat li{
		padding: 0 3em 0 0;
		display: inline-block;
		letter-spacing: normal;
	}
	
	#form table,
	#form tbody,
	#form tr,
	#form th,
	#form td{
		padding: 0;
		display: block;
		width: auto;
	}
	
	
	#form th,
	#form td{
		padding: 0.25em;
	}
	#form th{
		width: auto;
		border: none;
		vertical-align: top;
		background: #F8F5DE;
		color: #684632;
	}
	#form th span{
		color: #CC1C1C;
	}
	#form td{
	width: auto;
		vertical-align: top;
	}


	#form th em{
		padding: 0 .5em;
		border: solid 1px #CC1C1C;
		float: right;
		color: #CC1C1C;
	}

	#form textarea,
	#form input{
		margin: 5px;
		padding: 0.75em;
		border: solid 1px #ccc;
		width: 100%;
	}


	#form .check,
	#form .radio{
		width: auto;
		background: none;
	}
	#form .w10{	width: 10%;}
	#form .w20{	width: 20%;}
	#form .w30{	width: 30%;}
	#form .w40{	width: 40%;}
	#form .w60{	width: 60%;}

	.error{
	display: block;
	color: #CC1C1C;
	font-weight: bold;
	}

	.caution{
		margin: 30px 0;
		border: solid 1px #ccc;
		background: #eee;
		padding: 20px;
	}

	.confirm,
	.preview {
		margin: 20px 0 0;
		text-align: center;
		clear: both;
	}
	.confirm input ,
	.preview input {
		margin: 0 auto;
		padding: 1em 0;
		border: none;
		display: block;
		font-size: 1.3rem;
		font-weight: bold;
		color: #fff;
		background: #6A4632;
		background-size: auto 15px;
		width: 40%;
	}
	.preview input {
		display: inline-block;
		width: 80%;
	}
	.confirm input {
		display: inline-block;
		width: 40%;
	}

	label.error{
		display: block;
		color: #CC1C1C;
	}

	#contact #contents{
		padding-top: 0;
	}

	.privacy{
		margin: 30px 0 0;
		padding: 15px;
		border: solid 1px #ccc;
		text-align: center;
		font-size: 1.2rem;
		line-height: 1.8;
	}
	.privacy dt{
		margin: 0 0 0.5em;
		font-weight: bold;
		color: #6A4632;
		font-size: 1.4rem;
	}

	.privacy  a:before{
		padding:  0 0.5em 0 0;
		content: ' \f0da';
		font-family: FontAwesome;
		line-height: 1;
	}
	.pageup{
		position:static;
		right: auto;
		bottom: auto;
		z-index:1000;
	}

	footer{
		padding: 20px 0;
		background: #FAF7E4;
		text-align: center;
	}

	footer .inner{
		padding: 0 15px;
		position: relative;
		height: auto;
	}
	footer #flogo{
		position: static;
		top: auto;
		left: auto;
	}

	#fnav {
		padding: 36px 0 0;
		letter-spacing: -.5em;
	}
	#fnav li{
		display: inline-block;
		letter-spacing: normal;
	}

	#fnav ul{
		letter-spacing: -.4em;
	}
	#fnav li{
		display: block;
		letter-spacing: normal;
		font-size: 1.3rem;
		font-weight: 400;
	}
	#fnav li:after{
		content: "";
		padding: 0 1em;
	}


	footer address{
		padding: 36px 0 0;
		position: static;
		top: auto;
		right: auto;
		line-height: 1;
		font-weight: bold;
	}

	footer address a{
		color: #F5A900;
		font-family: Times New Roman;
		font-size: 3.6rem;
		font-weight: normal;
		display: block;
	}
	footer address a:before{
		content: ' \f098';
		padding: 0 .5em;
		font-family: FontAwesome;
		font-size: 2.4rem;
		vertical^align: middle;
	}

	#copyright{
		padding: 15px 0;
		text-align: center;
		line-height: 1.6;
	}
	#copyright .inner{
		overflow: hidden;
		font-size: 1.2rem;
	}

	#copyright .group{
		float: none;
	}

	#copyright .group a{
		display: block;
	}

	#copyright .group p{
		margin: 0;
		display: block;
	}

	#copyright .copyright{
		margin: 1.5em 0;
		float: none;
		height: auto;
		line-height: 1;
	}
}