@charset "utf-8";

/* reset　*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	padding: 0;
	font-size:16px;
}

body {
	font-size:16px;
	line-height:23px;
	color:#333333;
	background:#fff;
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust:100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;

}
h1 {
	font-size:22px;
}

h2 {
	font-size:21px;
}

h3 {
	font-size:20px;
}

h4 {
	font-size:19px;
}

a, a:link, a:visited {
	color:#fff;
}

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

ol, ul {
	list-style: none outside none;
}

fieldset, img {
	vertical-align: bottom;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

br {
	letter-spacing: 0;
}

li, ol {
	font-size: inherit;
}

hr {
	color: #000;
}

select, input, textarea {
	font-size: 99%;
}

pre, code {
	font: 100% monospace;
}

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

table {
	width:100%;
}

/* ================== */
/*  　　  header  　  */
/* ================== */

header h1 {
	text-align:center;
	font-size:13px;
	font-weight:normal;
	margin:5px 0 5px 0;
}

header p.lead {
	text-align:center;
	line-height:1.1em;
	font-size:13px;
	margin:10px 0 0;
}


header img {
	margin:0 auto;
	display:block;
}

header a ,header a p.lead {
	display:block;
	color:#333333;
}

header{
    border-bottom: 2px solid #736357;
	padding-bottom:10px;
}

header .hc img{
margin-top:5px;

}

/* ================== */
/*  　　パンくず  　  */
/* ================== */

.breadcrumns{
	padding:10px 10px 0 10px;
	font-size:13px;
	color:#736357;
	background:url("http://www.howto-customhome.com/img/contents_bg.jpg");
	background-size:18px;
}

.breadcrumns a,.breadcrumns a:link,.breadcrumns a:visited{
	color:#736357 !important;
	text-decoration:underline;
	font-size:13px;
}


/* ================== */
/*  　　   TOP　  　  */
/* ================== */
.main {
	padding:10px;
}

.main p {
	padding:10px 0;
	line-height:1.6em;
}

/*#top*/
#top .title{
	font-weight:bold;
	font-size:17px;
    color: #736357;
	padding-bottom:0;
}

/*#osusume*/
#osusume{
	background:url("../img/sp-osusume.png");
	background-repeat:no-repeat;
	background-position:center top;
	background-size:1600px;
	padding:40px 0 0;
}

#osusume h2{
	text-align:center;
    color: #736357;

}

#osusume .sub{
    color: #343434;
    font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:1.2em;

}

#osusume .sub span{
	text-align:left;

}

.osusume-area{
    background-color: #eff1f1;
	padding:10px;
}

.osusume-box{
    background-color: #fff;
	padding:10px 10px 10px;
    border-top:5px solid #736357;
	margin:30px 0 0;

	}
.osusume-box:nth-of-type(1){
	margin:5px 0 0;
}


.osusume-box .underline{
	font-size:17px;
	display:inline;
	font-weight:bold;
    color: #3fa6f2;
	background: -moz-linear-gradient(top, hsla(56,100%,66%,0) 52%, hsla(56,100%,66%,1) 53%, hsla(56,100%,66%,1) 71%, hsla(56,100%,66%,0.5) 72%, hsla(56,100%,66%,0) 73%);
	background: -webkit-linear-gradient(top, hsla(56,100%,66%,0) 52%,hsla(56,100%,66%,1) 53%,hsla(56,100%,66%,1) 71%,hsla(56,100%,66%,0.5) 72%,hsla(56,100%,66%,0) 73%);
	background: linear-gradient(to bottom, hsla(56,100%,66%,0) 52%,hsla(56,100%,66%,1) 53%,hsla(56,100%,66%,1) 71%,hsla(56,100%,66%,0.5) 72%,hsla(56,100%,66%,0) 73%);
	text-align:center;
	line-height:1;
}

#company .company-box .fbig{
	font-size:18px;
}

.center{
text-align:center;
}

.osusume-box h3{
	margin:10px 0 0;
	text-align:center;
    color: #736357;
	position:relative;


}

.osusume-box img{
	display:block;
	margin:0 auto;
    border-top: 12px solid #efedd7;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5 5 0 0 ;
	-moz-border-radius:5 5 0 0;
    margin-top: -11px;
}

.main .inyo {
	text-align:center;
	word-break:break-all;
	word-wrap:break-word;
	font-size:11px;
	line-height:1.2em;
    color: #969696;
}

.main p.p5{
padding:5px 0 8px 0;

}
/*#company*/

.company-box{
	border:1px solid #efedd7;
	border-bottom:none;
	padding:10px;

}
	/*↓スライダー関連*/
.beige-box{
	background:#efedd7;
	background:#fff;

	padding:31px 0 0;
	color:#736357;
	position:relative;
	margin:20px 0 0;

}
.beige-box::before{
	position: absolute;
	top: 0;
	left: 0px;
	margin-left:-7px;
	width: 67px;
	content: "施工例";
	color:#f9d621;
	height: 50px;
	background:url("../img/sp-black.png");
	background-repeat:no-repeat;
	background-size: auto 50px;
	padding:15px 0 0 7px;
	font-weight:bold;
	font-size:16px;
	z-index:3;
}
.beige-box .link{
	background:#fff;
}

.beige{
	background:#CC6633;
}
#main-top02 .bg {
	position: relative;
	background-color: #efedd7;
	padding:30px 10px 10px;
	text-align:center;
}
#main-top02 .slider {
  margin: 0 auto;
}
#main-top02 .slick-slide h3 {
	line-height: 1.6;
	text-align:left;
	display:inline-block;

}
#main-top02 .right h3 {
  font-size: 20px;
  line-height: 1;
  color: #736357;
  font-weight: bold;
  text-align: left;
  padding: 12px 0 25px 76px;
}
#main-top02 .left {
  position: relative;
}
#main-top02 .right {
  position: relative;
  width: 436px;
  float: right;
  margin-right: 36px;
  padding-bottom: 20px;
}
#main-top02 .slick-slide h3 {
  font-size: 20px;
  line-height: 1.2;
  color: #736357;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}
#main-top02 .slick-slide .img-table {
	display: table;
	max-width:350px;
	margin:0 auto;
	width:100%;
}
#main-top02 .slick-slide .img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#main-top02 .slick-slide img {
  display: inline-block;
  width: 90%;
  height: auto;
  text-align:center;
}
#main-top02 .slick-slide img.vertical {
  margin: 0 auto;
}
#main-top02 .link {
  font-size: 10px;
  line-height: 1.2em;
  color: #969696;
  text-align: center;
  word-break: break-all;
}
#main-top02 dd {
  float: right;
  width: 438px;
  position: relative;
  padding-top: 15px;
}
	/*↑スライダー関連*/

.feature{
	color:#736357;
	position:relative;
	margin:30px 0 0;
	padding:0 0 5px 60px;
    border-bottom: 1px solid #efedd7;
}
.feature::before{
	position: absolute;
	top: 0px;
	margin-top:-21px;
	left: 0px;
	margin-left:-7px;
	width: 67px;
	content: "特徴";
	color:#f9d621;
	height: 50px;
	background:url("../img/sp-black.png");
	background-repeat:no-repeat;
	background-size: auto 50px;
	padding:15px 0 0 15px;
	font-weight:bold;
	font-size:16px;
}

#company .sub{
	color:#736357;
	font-weight:bold;
	text-align:center;
	padding-bottom:0;
	}
#company h2 a{
	background-color:#736357;
	border-radius: 5px;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    padding: 18px 25px 18px 25px;
	font-size:25px;
    text-align: left;
    text-decoration: none;
	position:relative;
	display:block;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5 5 0 0;
	-moz-border-radius: 5 5 0 0;
	font-size:21px;

}

#company h2 a::before{
	position: absolute;
	top: 50%;
	margin-top:-12px;
	left: 10px;
	width: 5px;
	content: "";
	height: 24px;
	background:url("../img/sp-yellow.png");
	background-repeat:no-repeat;
	background-size: auto 40px;
}


#company h2 a::after{
	position: absolute;
	top: 50%;
	margin-top:-6px;
	right: 10px;
	width: 12px;
	content: "";
	height: 12px;
	background:url("../img/sp-arrow-white.png");
	background-repeat:no-repeat;
	background-size: auto 12px;
}

#company .underline{
	font-size:17px;
	display:inline;
	font-weight:bold;
    color: #3fa6f2;
	background: -moz-linear-gradient(top, hsla(56,100%,66%,0) 52%, hsla(56,100%,66%,1) 53%, hsla(56,100%,66%,1) 71%, hsla(56,100%,66%,0.5) 72%, hsla(56,100%,66%,0) 73%);
	background: -webkit-linear-gradient(top, hsla(56,100%,66%,0) 52%,hsla(56,100%,66%,1) 53%,hsla(56,100%,66%,1) 71%,hsla(56,100%,66%,0.5) 72%,hsla(56,100%,66%,0) 73%);
	background: linear-gradient(to bottom, hsla(56,100%,66%,0) 52%,hsla(56,100%,66%,1) 53%,hsla(56,100%,66%,1) 71%,hsla(56,100%,66%,0.5) 72%,hsla(56,100%,66%,0) 73%);
	text-align:center;
	line-height:1;
}

.info-box{
	background:#f7f7f7;
	padding:10px;
	margin: 0 0 30px 0;
	border:1px solid #efedd7;
	border-top:none;
}

.info-box h3{
	background:#C4AF96;
	padding:10px;
}

.info-box tr:nth-of-type(1){
	border-bottom:1px solid #efedd7;
}
.info-table{
	border-collapse: collapse;
}

.info-table th{
	background:url("../img/sp-white.png");
	background-repeat:no-repeat;
	background-position: center;
	background-size:70px;
	padding:25px 0 20px 0px;
	font-weight:bold;
	color:#736357;
	width:72px;

}
.info-table td{
	padding:5px 5px 0 10px;
	word-break:break-all;
	word-wrap:break-word;
	color:#736357;
}

/*#kodawari*/
#kodawari,#otaku,#senpai,#kutikomi,#shop{
	background:url("http://www.howto-customhome.com/img/contents_bg.jpg");
	background-repeat:repeat;
	background-size:18px;


}
.white-box{

    border: 3px solid #efedd7;
	background:#fff;
	padding:10px;

}

#kodawari .white-box h2{
	border-bottom: 2px solid #736357;
	padding-bottom:10px;
	position:relative;

}

#kodawari .white-box h2 a{
	display:block;

}


#kodawari .white-box h2::after{
	position: absolute;
	top: 50%;
	margin-top:-5px;
	right: -9px;
	width: 13px;
	content: "";
	height: 20px;
	background:url("../img/sp-arrow-black.png");
	background-repeat:no-repeat;
	background-size: auto 12px;


}
#kodawari .white-box .brown{
    background-color: #736357;
	padding:8px 5px;
	border-radius:3px;
	-webkit-border-radius:3 ;
	-moz-border-radius:3;
	display:inline-block;
	width:60px;
	text-align:center;
	line-height:1.1em;
	vertical-align:sub;

}
#kodawari .white-box .brown .sm{
	font-size:12px;
	width:60px;
	display:block;
	text-align:center;
}

#kodawari .white-box .title{
	color:#000;
	font-size:21px;
	padding:0 0 0 5px;
/*    display: table-cell;
    vertical-align: middle;
*/}

#kodawari .white-box .title .sm{
font-size:16px;

}

#kodawari .white-box .sub{
    color: #736357;
    font-size: 20px;
	font-weight:bold;
	padding-bottom:0;
	line-height:1.4em;

}

#kodawari .yellow-box{
	background:#f9d622;
	margin:10px 0 0;
}

#kodawari .yellow-box h3{
	position:relative;
}


#kodawari .yellow-box h3::after{
	position: absolute;
	top: 50%;
	margin-top:-5px;
	right:0;
	width: 13px;
	content: "";
	height: 20px;
	background:url("../img/sp-arrow-white.png");
	background-repeat:no-repeat;
	background-size: auto 10px;

}


#kodawari .yellow-box h3 a{
	color:#736357;
	border-bottom:2px solid #736357;
	border-right:22px solid #736357;
 	padding:10px;
	font-size:20px;
	display:block;
 }

#kodawari .yellow-box p{
	padding:10px;

}

/*#otaku*/

#otaku .white-box a{
	display:block;
}
#otaku .white-box .brown{
	background:url("../img/sp-h2-b.png");
	background-repeat:no-repeat;
	background-position:left center;
	background-size:270px;
	padding:10px 13px;
	line-height:1.2em;
	display:block;
	position:relative;

}

#otaku .white-box .gray{
	color: #333;
	display:block;
	padding:11px;
	position:relative;
	text-align:center;
	z-index:1;
	background:url("../img/sp-brown.png"),#f7f7f7;
	background-repeat:no-repeat;
	background-position:left top;
	background-size:3px;
	font-size:21px;
}
#otaku .white-box .gray::after{
	position: absolute;
	top: 50%;
	margin-top:-5px;
	right: 0px;
	width: 13px;
	content: "";
	height: 20px;
	background:url("../img/sp-arrow-r.png");
	background-repeat:no-repeat;
	background-size: auto 10px;
}
#otaku .white-box .gray span{
	font-size:21px;

}

.icon-box{
	text-align:center;
}

.icon-box li{
	display:inline-block;
	width:32%;
	background:#efeed9;
	margin:8px 0 0;
}


.icon-box li a{
	color: #736357;
	text-align:center;
	display:block;
	font-weight:bold;
	background:url("../img/sp-icon1.png");
	background-repeat:no-repeat;
	background-position:center 20px;
	background-size:42px;
	padding:75px 0 10px 0;
	position:relative;
	-moz-box-shadow:0 2px 0 0 #babaac;
	-webkit-box-shadow: 0 2px 1px 0px #babaac;
	box-shadow:0 2px 0 0 #babaac;
}

.icon-box li.i2 a{
	background:url("../img/sp-icon2.png");
	background-repeat:no-repeat;
	background-position:center 20px;
	background-size:42px;
}
.icon-box li.i3 a{
	background:url("../img/sp-icon3.png");
	background-repeat:no-repeat;
	background-position:center 20px;
	background-size:42px;
}
.icon-box li.i4 a{
	background:url("../img/sp-icon4.png");
	background-repeat:no-repeat;
	background-position:center 20px;
	background-size:42px;
}
.icon-box li.i5 a{
	background:url("../img/sp-icon5.png");
	background-repeat:no-repeat;
	background-position:center 20px;
	background-size:42px;
}
.icon-box li.i6 a{
	background:url("../img/sp-icon6.png");
	background-repeat:no-repeat;
	background-position:center 20px;
	background-size:42px;
}

.icon-box li a::after{
	position: absolute;
	top: 50%;
	margin-top:33px;
	right: 0;
	bottom:0;
	width: 23px;
	content: "";
	height: 22px;
	background:url("../img/sp-arrow-icon.png");
	background-repeat:no-repeat;
	background-size: auto 22px;
}
/*#senpai*/

#senpai .white-box h2 a{
	color:#333;
	font-size:21px;
	position:relative;
	display:block;
    border-bottom: 4px solid #f9d621;
	padding-bottom:5px;
}

#senpai .white-box h2 a::after{
	position: absolute;
	top:62px;
	margin-top:-6px;
	right: 0px;
	width: 12px;
	content: "";
	height: 20px;
	background:url("../img/sp-arrow-r.png");
	background-repeat:no-repeat;
	background-size: auto 12px;
}

#senpai .white-box h2 a span{
	display:block;
}

#senpai .beige{
	background:#F5F2E7;
	padding:10px;
}

#senpai .beige a{
	color:#333;
	background:url("../img/sp-arrow-list.png");
	background-position:left 13px ;
	background-repeat:no-repeat;
	background-size: auto 18px;
	padding:11px 0 11px 25px;
	display:block;
	text-decoration:underline;
}


/*kutikomi*/
#kutikomi h2{
    background-color: #736357;
    display: block;
	text-align:center;
	position:relative;
}
#kutikomi h2::after{
	position: absolute;
	top: 50%;
	margin-top:-5px;
	right: 0px;
	width: 13px;
	content: "";
	height: 20px;
	background:url("../img/sp-arrow-white.png");
	background-repeat:no-repeat;
	background-size: auto 10px;
}
#kutikomi h2 a{
	display:block;
	padding:15px 10px 10px;
}
#kutikomi h2 .up{
    display: block;
    margin: 0 auto;
    width: 220px;
	}

#kutikomi h2 .box{
    background-color: #efedd7;
	border-radius: 3px;
	-webkit-border-radius: 3 ;
	-moz-border-radius: 3;
	padding:5px 5px 4px 7px;
    color: #736357;
	display:table-cell;
	vertical-align:middle;
}
#kutikomi h2 .sub{
	display:table-cell;
	vertical-align:middle;
	padding:0 0 0 10px;
    line-height: 1.2em;
	text-align:left;
}
#kutikomi h2 .title{
	display:block;
	font-size:21px;
	border-bottom: 4px solid #f9d621;
	width:220px;
	margin:5px auto;

}

#kutikomi .white-box{
	background:#fff;
	padding:10px 0 0;
	border:1px solid #efedd7;
	margin:20px 0 0;
}
#kutikomi .white-box:nth-of-type(1){
	margin-top:0;
}
#kutikomi .white-box h3{
	background-color:#736357;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    text-align: left;
    text-decoration: none;
	position:relative;
	display:block;
	font-size:21px;
}

#kutikomi .white-box h3 a{
    padding: 11px 25px 11px 25px;
	display:block;

}
#kutikomi .white-box h3::before{
	position: absolute;
	top: 50%;
	margin-top:-12px;
	left: 10px;
	width: 5px;
	content: "";
	height: 24px;
	background:url("../img/sp-yellow.png");
	background-repeat:no-repeat;
	background-size: auto 40px;
	font-size:20px;
}

#kutikomi .white-box h3::after{
	position: absolute;
	top: 50%;
	margin-top:-6px;
	right: 5px;
	width: 12px;
	content: "";
	height: 20px;
	background:url("../img/sp-arrow-yellow.png");
	background-repeat:no-repeat;
	background-size: auto 12px;

}

#kutikomi .white-box p{
	padding:10px;
}

#kutikomi .info-box .title{
    border-bottom: 2px solid;
    color: #736357;
    font-size: 17px;
	padding:10px 10px 0 0;
	font-weight:bold;
}

#kutikomi .info-box{
	margin-bottom:0;
}

#kutikomi .info-box td{
padding:15px 5px;
}

#kutikomi .info-box .access{
	border-top: 1px solid #efedd7;
}

/*#shop*/

#shop .white-box{
	border: 1px solid #efedd7;
}

#shop .white-box h2 a{
	display:block;
	color: #736357;
	font-size:21px;
    border-bottom:4px solid #f9d621;
	padding-bottom:5px;
	position:relative;
}

#shop .white-box h2 span{
	font-size:16px;
	display:block;
	margin-bottom:5px;
}
#shop .white-box h2 a::after{
	position: absolute;
	top: 50%;
	margin-top:-6px;
	right: 0px;
	width: 12px;
	content: "";
	height: 20px;
	background:url("../img/sp-arrow-r.png");
	background-repeat:no-repeat;
	background-size: auto 12px;


}


/* ================== */
/*  　　  下層　  　  */
/* ================== */
.low-main {
	padding:10px;
	background:url("http://www.howto-customhome.com/img/contents_bg.jpg");
	background-size:18px;
}

.low-main p {
	padding:10px 0;
	line-height:1.6em;
}

.ofi-img {
	margin:10px auto;
	display:block;
}

.low-main p.inyo {
	text-align:center;
	word-break:break-all;
	word-wrap:break-word;
	font-size:11px;
	line-height:1;
	padding-top:0;
	color:#969696;
}

.low-main h1{
	display:block;
	color:#fff;
	background:url("../img/sp-yellow2.png"),#736357;
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:15px;
	margin:10px 0 10px 0;
	padding:10px;
	font-weight:bold;
}

.low-main h2{
    background-color: #f5f0e5;
    border-left: 13px solid #f7e06f;
    color: #736357;
	padding:10px;

}

.low-main h3{
    border-bottom: 2px solid #f9d621;
    color: #736357;
	margin:15px 0 0;
	padding-bottom:5px;
}

.low-main h4{
   /* border-bottom: 2px dashed;*/
    color: #736357;
	margin:20px 0 0;
	padding-bottom:5px;
}

/*voice*/
.inn{
    border: 1px solid #efedd7;
	background:#ffffff;
	padding:10px;

}

.low-main .kutikomi-box{
	background-color:#EAF4FF;
	padding:10px 10px;
}

.failure .kutikomi-box{
	padding:0 10px 10px;

}

.low-main .kutikomi-box .bold{
	margin-bottom:10px;
	display:block;


}

.low-main ul li{
	background:url("../img/sp-list.png");
	background-repeat:no-repeat;
	background-position:left 10px;
	background-size:14px;
	padding:5px 0 5px 22px;
}

.low-main .btn-link a{
	margin:15px auto;

}
.low-main .btn-link a::after {

	right: 0px;

}

.low-top h3{
	margin:30px 0 10px;
}

.voice h2{
	margin-top:20px;
	margin-bottom:10px;
}

.info-table2{
	border-collapse: collapse;
	margin:20px 0 0;

	}
.info-table2 th{
    background-color: #f5f2e7;
    border: 1px solid #333;
	padding:7px 5px;
	width:64px;
}
.info-table2 td{
    background-color: #fff;
    border: 1px solid #333;
	padding:7px 5px;
}

.voice .btn-link a{
	margin:10px auto 25px auto;
}

.voice .catch{
	font-weight:bold;
	text-align:center;
	padding-bottom:0;
	line-height:1.3em;
}

/*point*/

.showroom .inn{
	padding-top:0;
	margin-top:14px;

}

.point-top h2{
	margin:20px 0;
}


.showroom h1{
	margin:15px 0;
	background-image:none;
	color:#333;
	font-size:17px;
	margin:0;
	background:#fff;
    border: 4px solid #efedd7;
	border-bottom:none;
	padding:0;
	line-height:1.5em;
}

.point  h1 .yellow{
	margin:15px 0;
	background:#F8EE42;
	color:#333;
	font-size:17px;
	margin:0;
	padding:10px 4px;
    margin: -4px 0 5px -4px;
	display:inline-block;
}
.point  h1 .under{
    border-bottom: 3px solid #efedd7;
	padding-bottom:3px;
}

.show{
    border: 4px solid #efedd7;
	border-top:none;
	padding:0 10px;
	background:#fff;

}

.show .title{
	color: #736357;
	font-weight:bold;
	padding-bottom:0;
 }

.big1{
	font-size:21px;
}


.big2{
	font-size:21px;
	padding-left:5px;
}

.point .underline{
	font-size:19px;
	display:inline;
	font-weight:bold;
    color: #736357;
	background: -moz-linear-gradient(top, hsla(56,100%,66%,0) 52%, hsla(56,100%,66%,1) 53%, hsla(56,100%,66%,1) 71%, hsla(56,100%,66%,0.5) 72%, hsla(56,100%,66%,0) 73%);
	background: -webkit-linear-gradient(top, hsla(56,100%,66%,0) 52%,hsla(56,100%,66%,1) 53%,hsla(56,100%,66%,1) 71%,hsla(56,100%,66%,0.5) 72%,hsla(56,100%,66%,0) 73%);
	background: linear-gradient(to bottom, hsla(56,100%,66%,0) 52%,hsla(56,100%,66%,1) 53%,hsla(56,100%,66%,1) 71%,hsla(56,100%,66%,0.5) 72%,hsla(56,100%,66%,0) 73%);
	line-height:1;
    padding: 0 10px;
}

.center{
	text-align:center;
}

.point .white-box {
	padding:10px 0 0;
	margin:20px 0 0;
	border: 1px solid #efedd7;
}

.point .white-box .bt{
	margin-top:10px;
	margin:10px;
    border-top: 2px solid #efedd7;
	padding-bottom:0;
}


.point .white-box h2{
	background-color: #736357;
	border:none;
	color:#ffffff;
	padding-left:20px;

}

.point .white-box h3{
	background-color: #efedd7;
	border-radius: 3px;
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	color: #736357;
	padding:10px;
	border-bottom:none;
	margin:15px 10px 10px 10px;
	text-align:center;
}


.point .white-box .point-box{
	background:url("http://www.howto-customhome.com/img/icon_point01.jpg");
	background-repeat:no-repeat;
	background-position:left 10px;
	background-size:70px;
	border:1px solid #efedd7;
	border-top:3px solid #efedd7;
	margin:20px 10px 10px;
	padding:10px 10px 0 10px;

}

.point .white-box .point-box h4{
	color:#736357;
	border-bottom:none;
	margin:35px 0 0px 0;
	padding-bottom:0;
	padding:0 0 0 0px;
}
.point .white-box .point-box .inyo{
	width:100px;
	margin:10px 0 0;
}

.point .white-box .point-box .float-r,.point .white-box .point-box .float-l{
	padding-top:15px;

}

.point .white-box .point2{
	background:url("http://www.howto-customhome.com/img/icon_point02.jpg");
	background-repeat:no-repeat;
	background-position:left 10px;
	background-size:70px;
}

.point .white-box .point3{
	background:url("http://www.howto-customhome.com/img/icon_point03.jpg");
	background-repeat:no-repeat;
	background-position:left 10px;
	background-size:70px;
}

.point .gray-box{
	background-color:#f7f7f7;
	padding:10px;
}

.point .gray-box .title{
	font-size:20px;
	color:#736357;
    border-bottom: 2px solid #736357;
	padding:0 0 5px 0;
	font-weight:bold;
	position:relative;
	}

.point .gray-box .title::after{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	right:0;
	margin-right:-8px;
	top:26px;
	bottom:0;
	background:url("../img/sp-brown2.png");
	background-repeat:no-repeat;
	background-size: auto 13px;
}
.point .info-table tr{
    border-bottom: 1px solid #efedd7;
}

.point .info-table td{
	padding:10px 10px;

}

.point .info-table td span{
	font-size:18px;
	display:block;
	font-weight:bold;
}


/*jirei*/

.jirei .btn-link a{
	margin:10px auto 30px auto;

}
.jirei .btn-link:nth-of-type(6)  a{
	margin-bottom:10px;
}

.jirei h2{
	margin:10px 0 20px 0;
}

.failure .btn-brown a{
	margin:15px  auto 25px auto;
}

.t-17{
	font-size:17px;
	font-weight:bold;
}
.t-18{
	font-size:18px;
	font-weight:bold;
	display:inline-block;
    margin-bottom: 5px;
}

.failure h4{
	background:url("../img/sp-dash.png");
	background-repeat:repeat-x;
	background-position:left bottom;
	background-size:18px;
}

/* ================== */
/*  　　  ボタン  　  */
/* ================== */
.btn-yellow a{
	background-color:#f5be13;
	border-radius: 5px;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
    color: #fff;
    font-weight: bold;
    margin: 8px auto 10px auto;
    padding: 11px 25px 11px 11px;
    text-align: center;
    text-decoration: none;
	position:relative;
	display:block;
	-moz-box-shadow:0px 0px 0px 2px #f5be13,0px 1px 0px 2px #ba9217;
	-webkit-box-shadow:0px 0px 0px 2px #f5be13,0px 1px 0px 2px #ba9217;
	box-shadow:0px 0px 0px 2px #f5be13,0px 1px 0px 2px #ba9217;
	width:75%;
	border:1px solid #ffffff;
}

 .btn-yellow a::after {
	position: absolute;
	top: 50%;
	margin-top:-5px;
	right: 0px;
	width: 13px;
	content: "";
	height: 20px;
	background:url("../img/sp-arrow-white.png");
	background-repeat:no-repeat;
	background-size: auto 10px;
}

.btn-brown a{
	background-color:#c4af96;
	border-radius: 5px;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
    color: #fff;
    font-weight: bold;
    margin: 0 auto 10px auto;
    padding: 11px 25px 11px 11px;
    text-align: center;
    text-decoration: none;
	position:relative;
	display:block;
	-moz-box-shadow:0px 0px 0px 2px #c4af96,0px 1px 0px 2px #998875;
	-webkit-box-shadow:0px 0px 0px 2px #c4af96,0px 1px 0px 2px #998875;
	box-shadow:0px 0px 0px 2px #c4af96,0px 1px 0px 2px #998875;
	width:75%;
	border:1px solid #ffffff;
}

 .btn-brown a::after {
	position: absolute;
	top: 50%;
	margin-top:-5px;
	right: 0px;
	width: 13px;
	content: "";
	height: 20px;
	background:url("../img/sp-arrow-white.png");
	background-repeat:no-repeat;
	background-size: auto 10px;
}

.btn-link a{
	background-color:#3fa6f2;
	border-radius: 5px;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    padding: 11px 25px 11px 11px;
    text-align: center;
    text-decoration: none;
	position:relative;
	display:block;
	-moz-box-shadow:0px 0px 0px 2px #3fa6f2,0px 1px 0px 2px #387cab;
	-webkit-box-shadow:0px 0px 0px 2px #3fa6f2,0px 1px 0px 2px #387cab;
	box-shadow:0px 0px 0px 2px #3fa6f2,0px 1px 0px 2px #387cab;
	width:75%;
	border:1px solid #ffffff;
}

 .btn-link a::after {
	position: absolute;
	top: 50%;
	margin-top:-5px;
	right: 10px;
	width: 13px;
	content: "";
	height: 20px;
	background:url("../img/sp-arrow-white.png");
	background-repeat:no-repeat;
	background-size: auto 10px;
}



.btn-os a{
	background-color:#F9D622;
	border-radius: 5px;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
    color: #000;
    font-weight: bold;
    margin: 0 auto;
    padding: 11px 20px 11px 25px;
    text-align: center;
    text-decoration: none;
	position:relative;
	display:block;
	-moz-box-shadow:0 2px 0 0 #bca421;
	-webkit-box-shadow: 0 2px 1px 0px #bca421;
	box-shadow:0 2px 0 0 #bca421;
	width:75%;

}

 .btn-os a::before {
	position: absolute;
	top: 50%;
	margin-top:-13px;
	left: 8px;
	width:26px;
	content: "";
	height:26px;
	background:url("../img/sp-os.png");
	background-repeat:no-repeat;
	background-size: auto 26px;
}


 .btn-os a::after {
	position: absolute;
	top: 50%;
	margin-top:-20px;
	right: 0px;
	width:41px;
	content: "";
	height:45px;
	background:url("../img/sp-arrow-os.png");
	background-repeat:no-repeat;
	background-size: auto 43px;
}
.btn-tel a{
	background-color:#9bc00e;
	border-radius: 5px;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    padding: 11px 25px 11px 11px;
    text-align: center;
    text-decoration: none;
	position:relative;
	display:block;
	-moz-box-shadow:0px 0px 0px 2px #9bc00e,0px 1px 0px 2px #769312;
	-webkit-box-shadow:0px 0px 0px 2px #9bc00e,0px 1px 0px 2px #769312;
	box-shadow:0px 0px 0px 2px #9bc00e,0px 1px 0px 2px #769312;
	width:75%;
	border:1px solid #ffffff;
	margin:15px auto;
}

.btn-tel a::before {
	position: absolute;
	top: 50%;
	margin-top:-7px;
	left: 15px;
	width: 15px;
	height:19px;
	content: "";
	background:url(../img/sp-tel.png);
	background-repeat:no-repeat;
	background-size:auto 15px;
}

.btn-tel a::after {
	position: absolute;
	top: 50%;
	margin-top:-5px;
	right: 10px;
	width: 13px;
	content: "";
	height: 20px;
	background:url("../img/sp-arrow-white.png");
	background-repeat:no-repeat;
	background-size: auto 10px;
}


/* ================== */
/*  　　　navi 　	  */
/* ================== */

.contents{
	display:block;
	color:#fff;
	background:url("../img/sp-yellow2.png"),#736357;
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:15px;
	margin:10px 0px 10px 0px;
	padding:10px;
	font-weight:bold;
	text-align:center;
}

.nav-h a{
	background-color:#f5f2e7;
    color: #736357;
    display: block;
    font-weight: bold;
    margin: 0 auto;
    padding: 11px 25px 11px 11px;
    text-decoration: none;
	position:relative;
}

 .nav-h a::after {
	position: absolute;
	top:50%;
	margin-top:-7px;
	right:5px;
	width: 15px;
	content: "";
	height: 14px;
	background:url("../img/sp-arrow-list.png");
	background-repeat:no-repeat;
	background-size: auto 14px;
}



.nav a{
	background-color:#fff;
    color: #736357;
    display: block;
    font-weight: normal;
    margin: 0 auto;
    padding: 11px 11px 11px 30px;
    text-decoration: none;
	position:relative;
	border-bottom: 1px dashed #f5f2e7;
}

.nav li:last-child a{
	border-bottom: none;
}



.nav a::before {
	position: absolute;
	top:50%;
	margin-top:-7px;
	left: 11px;
	width: 14px;
	height:35px;
	content: "";
	background:url(../img/sp-arrow-list.png);
	background-repeat:no-repeat;
	background-size:auto 14px;
}

.bbb a{
	border-bottom:1px dashed #fff;
}

.m-menu{
	padding:5px 0 0 0;
	background:#f5f2e7;
}

.m-menu .contents{
	margin:5px 0px 10px 0px;

}

.nav-m a{
	background-color:#fff;
	color: #736357;
    display: block;
    font-weight: bold;
    margin: 0 auto;
    padding: 11px 11px 11px 11px;
    text-decoration: none;
	position:relative;
	border: 1px solid #efedd7;
	margin:0 10px;

}

.nav-m a::after {
	position: absolute;
	top:50%;
	margin-top:-5px;
	right: 0px;
	width: 15px;
	content: "";
	height: 20px;
	background:url("../img/sp-arrow-r.png");
	background-repeat:no-repeat;
	background-size: auto 10px;
}

.nav-m li:last-child a{
/*	border-bottom: none;*/
}

.f-nav li:last-child a{
	border-bottom: 1px dashed #f5f2e7;
}




/* ================== */
/*  　　　footer　	  */
/* ================== */

.banner{
	padding:10px 0 1px 0;
	background:url("http://www.howto-customhome.com/img/contents_bg.jpg");
	background-size:18px;
}
.banner img {
	display:block;
	margin:0px auto 15px auto;
	max-width:500px;
}

.attention {
	padding:10px;
	margin: 0 0;
	text-align: center;
	line-height:1.2em;
	background:#f5f2e7;
}

.attention p {
	display: inline-block;
	text-align: left;
	font-size:12px;
	background:#f5f2e7;
	padding:10px;
	border:1px solid #ede3d4;
}

.attention img {
	display:block;
	margin:0 auto;
}

.copyright {
	padding: 10px 10px;
	text-align:center;
	font-size:12px;
	background-color:#fff;
}

.copyright a{
	color:#333;
	display:block;
	font-size:12px;
	line-height:1.2em;
}

/* ================== */
/*  　　　共通　	  */
/* ================== */

#wrap {
	overflow : hidden;
}

.float-r {
	float:right;
	margin:0 0 3px 3px;
}

.float-l {
	float:left;
	margin:0 8px 3px 0;
}

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display:block;
}

.bold {
	font-weight:bold;
}

.long a{
	padding-top:22px !important;
	padding-bottom:23px !important;
}

.mt0{
	margin-top:0px !important;
}

.mb0{
	margin-bottom:0px !important;
}


/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  /*cursor: hand;*/
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}


/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top:-7px;
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before, .slick-next:before {
}
.slick-prev {
  left: 0px;
  z-index:3;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-prev {
	left: 3px;
	width: 9px;
	height: 15px;
	top:50%;
	background: url(../img/sp-arrow-l.png) ;
	background-size:8px;
	background-repeat:no-repeat;
	z-index: 3;

}
.slick-next {

	right: 3px;
	width: 9px;
	height: 15px;
	top:50%;
	background: url(../img/sp-arrow-r.png) ;
	background-size:8px;
	background-repeat:no-repeat;
	z-index: 3;

}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

#lower-contents a{
    text-decoration: none;
    outline: none;
    font-weight: bold;
    color: #736357;
}
#lower-contents a:after {
  text-decoration: none;
}
.MainBodyImgLeft{
  border: 0;
  float: left;
  margin: 0 20px 0 0;
}
#main-top01 .box h3 .photo_low{
margin-bottom: 20px;
}


#main-top02 .slick-slide h3 {
  margin: 0 0 24px 30px;
  font-size: 20px;
  line-height: 1.2;
  color: #736357;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}

.kuchikomi {
	margin-bottom: 12px;
}
.kuchikomi h3 {
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	background-color: #736357;
	padding: 6px 0 6px 14px;
	text-align: left;
	margin-bottom: 8px;
	margin-left: 8px;
}

.kuchikomi p {
	box-sizing: border-box;
	margin: 0;
	padding: 8px 4px 4px 80px;
	background-image: url(http://www.howto-customhome.com/img/voice-icon.png);
	background-position: 10px 6px;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 14px;
	border-bottom: 1px solid #736357;
}

/*20180328*/
.bld {font-weight: bold;}

/*20180402*/
h3.safe {
background-color: #736357;
color: #fff;
font-weight: bold;
margin: 0 auto;
text-align: left;
text-decoration: none;
position: relative;
display: block;
font-size: 18px;
padding: 11px 25px 11px 25px;
}
h3.safe::before{
	position: absolute;
	top: 50%;
	margin-top:-12px;
	left: 10px;
	width: 5px;
	content: "";
	height: 24px;
	background:url("../img/sp-yellow.png");
	background-repeat:no-repeat;
	background-size: auto 40px;
	font-size:20px;
}
h2.safe_ttl {
    font-size: 21px;
    border-bottom: 4px solid #f9d621;
    padding-bottom: 5px;
}
p.ref {word-break: break-all;}
p.ref a, p.ref a:link, p.ref a:visited {
    color: #333;
}
cite a,cite a:link,cite a:visited{
    color: #333;
}

h4.safe02 {
    font-size: 16px;
    color: #503c2e;
    text-indent: -1em;
    margin-left: 1em;
}
h4.safe02::before {
    content: "■";
    color: #f9d622;
}
.refa {
    background: #f3f2e2;
    border-radius: 10px;
    padding: 15px;
    margin: 10px 10px 30px;
}
.refa p, .refa a:link {
    padding: 0;
    font-size: 12px;
    color: #736357;
    line-height: 1.3em;
    margin: 5px 0;
}
.refa a:link {
    text-decoration: underline;
}

.fs10{
	font-size: 10px;
}

/*20190823吉田記入*/
/*PC用のCSS*/
.selection_head {
    display: none;
}
/*SP用のheader3選CSS*/
.selection_head {
    display: block;
    max-width: 100%;
    border: 1px solid #b8b8ba;
    position: -webkit-sticky;
  position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    text-align: center;
    background: #fff;
    font-size: 0.7em;
    line-height: 1.4em;
    font-weight: bold;
   color:#736357
}
.selection3  {
    display: flex;
    width: 100%;
}
.selection_head .selection3 .selection_box {
    flex: 1;
    position: relative;
    border-top: 1px solid #b8b8ba;
    border-right: 1px solid #b8b8ba;
}
.selection_head p.selection_name {
    background: #736357c4;
    color: #fff;
    letter-spacing: -0.1em;
    padding: 4px 2px;
    line-height: 1.3em;
    font-weight: normal;
    height: 16px;
    font-weight: bold;
  margin: 0px;
}

.selection_head .selection_explan {
    padding: 2px 2px;
    font-weight: normal;
    letter-spacing: -0.1em;
    line-height:1.8em;
    font-size: 14px;
}
.selection_explan span {
    font-size: 14px;
    margin: 2px;
}
span.selection_cost.red {
    color: #ff0000;
    font-size: 14px;
    font-weight: bold;
}
.selection_head .selection_exlink  {

  width:100%;
}
.selection_head .selection_exlink a {
    display: block;
    width: 100%;
    height: auto;
    color: #fff;
    padding: 10px 2px;
    background: #417fad;
    box-sizing: border-box;
    font-size:12px
}
.selection_head .selection_exlink a:last-child {
  background: #417fad;
}


p.selection_ttl {
    padding: 10px;
}