@charset;
.b-a-img{
	text-align:center;
}
.b-a-img2 p{
	width: 46%;
	display: inline-block;
	vertical-align: middle;
}
.b-a-img2 p:first-child{
	padding: 20px;
}
.b-a-img2 p img{
	width: 100%;
}
.w48{
	width: 48%;
}
/* ***************************************************** */
/* *****************パソコン用！！********************** */

/* **********パンくず***************** */
ol#breadcrumbs{
	padding-left: 20px;
	font-size: 12px;
	color:#A87A4F ;
}
ol#breadcrumbs li{
  display: inline;
  list-style-type: none;
}
ol#breadcrumbs li:before {
  content: " > ";
}
ol#breadcrumbs li:first-child:before {
  content:"";
}
.w100per{
	width: 100%;
}
/* ********************こだわり******************* */
@media screen and (min-width: 600px){
.page-section{
	padding: 10px;
}
span.page-title{
	font-family: 'Amatic SC', cursive;
	letter-spacing: 2px;
	font-size: 30px;
	font-weight: bold;
	margin-right: 20px;
}
.page-section h1.h1-1{
	font-weight: 500;
	font-size: 14px;
	padding:4px 40px;
	letter-spacing: 1px;
	margin-bottom: 30px;
	background:-webkit-gradient(linear, left top, right top, from(#ffa500), to(#fff));/*やまぶき*/
    background:-webkit-linear-gradient(left, #ffa500, #fff);
    background:-moz-linear-gradient(left, #ffa500, #fff);
    background:-ms-linear-gradient(left, #ffa500, #fff);
    background:-o-linear-gradient(left, #ffa500, #fff);
    background:linear-gradient(to right, #ffa500, #fff);
    border-top-left-radius: 10px;
      -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
   border-bottom-left-radius: 10px;
      -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
}
.page-section img.page-img-left{
	float: left;
	width: 500px;
		-webkit-box-shadow:2px 2px 3px #dcdcdc;
	 -moz-box-shadow:2px 2px 3px #dcdcdc;
	box-shadow:2px 2px 3px #dcdcdc;
	 border-radius: 6px;        /* CSS3草案 */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
    margin: 10px 20px;
}
.page-section img.page-img-right{
	float: right;
	width: 400px;
		-webkit-box-shadow:2px 2px 3px #dcdcdc;
	 -moz-box-shadow:2px 2px 3px #dcdcdc;
	box-shadow:2px 2px 3px #dcdcdc;
	 border-radius: 6px;        /* CSS3草案 */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
    margin: 10px 20px;
}
.page-h2{
	font-family: 'Amatic SC', cursive;
	letter-spacing: 2px;
	font-size: 30px;
	font-weight: bold;
	margin-right: 20px;
	color: #2E3191;
	border-bottom: 4px dotted #2E3191;
	border-top: 4px dotted #2E3191;
	padding: 10px;
}

.page-p{
	/*border:1px solid #AFB2B2;*/
	font-size: 14px;
	margin: 20px 20px 20px 20px;
	line-height: 1.8em;
	letter-spacing: 1px;
}
p.right{
	text-align: right;
	padding-right: 30px;
	font-size: 14px;
	letter-spacing: 1px;
		color:  #359ed9;/*スカイブルー*/
}
.page-p:before{
	content: "　";
}
.kodawari{
	/*border:1px solid #AFB2B2;*/
	margin-top: 4px;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 2.5em;
	color:  #359ed9;/*スカイブルー*/
	font-weight: 500;
}
h3.kodawari-h3{
	/*background-color: #2B84C8;*/
	color: #fff;
	padding: 2px 20px;
	font-size: 24px;
	font-weight: 500;
	background:-webkit-gradient(linear, left top, right top, from(#2B84C8), to(#fff));/*スカイブルーより薄い青*/
    background:-webkit-linear-gradient(left, #2B84C8, #fff);
    background:-moz-linear-gradient(left, #2B84C8, #fff);
    background:-ms-linear-gradient(left, #2B84C8, #fff);
    background:-o-linear-gradient(left, #2B84C8, #fff);
    background:linear-gradient(to right, #2B84C8, #fff);
    border-top-left-radius: 4px;
      -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
   border-bottom-left-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
}
/* *********しんじさん*********** */
div.staff{
	margin-top: 10px;
}
div.prof{
border:3px solid #fdf3cd;
	padding: 20px;
	margin: 0 20px;
		 border-radius: 6px;        /* CSS3草案 */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
}
div.prof dl dt,div.prof dl dd{
	display: inline-block;
	font-size: 14px;
	margin-top:10px ;
	margin-left: 20px;
}
div.prof dl dt{
	width: 200px;
	color: #614f07;
	border-bottom: 1px solid #fcd436;
}
div.prof dl dt:before{
	content: "■ ";
	color: #fcd436;
}
p#bucho,p#okamoto{
	text-align: center;
}
p#bucho{
	color: #359ed9;
	padding-top: 10px;
	font-size: 14px;
}
p#okamoto{
	font-size: 20px;
}
p#okamoto span.hurigana{
	font-size: 12px;
}
.prof-left{
	float: left;
	margin:0 30px 10px 30px;
}
p.prof-title{
	font-size: 13px;
	display: inline-block;
	background-color: #fdf3cd;
	padding: 4px 10px;
		 border-radius: 12px;        /* CSS3草案 */
    -webkit-border-radius: 12px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 12px;
    border: 3px solid #fcd436;
}
p.prof-comment{
	margin-top: 10px;
	font-size: 14px;
}
/* ********************施工事例**************************** */
img#img-b-a{
	margin-top: 20px;
}
.page-section-w{
	padding: 10px;
}
.page-section-w h1{
	font-weight: 500;
	font-size: 14px;
	padding:4px 40px;
	margin-bottom: 10px;
	background:-webkit-gradient(linear, left top, right top, from(#9acd32), to(#fff));/*黄緑*/
    background:-webkit-linear-gradient(left,#9acd32, #fff);
    background:-moz-linear-gradient(left, #9acd32, #fff);
    background:-ms-linear-gradient(left, #9acd32, #fff);
    background:-o-linear-gradient(left, #9acd32, #fff);
    background:linear-gradient(to right, #9acd32, #fff);
    border-top-left-radius: 10px;
      -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
   border-bottom-left-radius: 10px;
      -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
}
div#before-after{
	border-top: 6px dotted #9acd32;/*きみどり*/
	/*border-radius: 6px;
      -webkit-border-radius: 6px;
    -moz-border-radius: 6px; */
    margin-top:20px;
    padding-top: 30px;
}
div.b-a-content{
	padding: 20px;
	text-align: center;
}
table.b-a-table{
	border-collapse: collapse;
	background-color:  #2B84C8;/*スカイブルー*/
	display:inline-block;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	padding: 4px;
}
table.b-a-table th{
	font-size: 16px;
	width: 200px;
	color: #097caf;
	background-color: #fff;
border: 1px dotted #359ed9;/*スカイブルー*/
}
table.b-a-table tr{
}
table.b-a-table td{
	border: 1px dotted #359ed9;/*スカイブルー*/
	background-color: #fff;
	width: 300px;
	padding: 10px 20px;
	text-align: left;
}
p.before-p{
	color: #097caf;/*スカイブルーより濃いブルー*/
	text-align: center;
	display: inline-block;
	font-size: 30px;
	line-height: 1em;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: 'Amatic SC', cursive;
}
p.before-p img{
	margin: 10px;
}
div.after-div{
	border: 1px dotted #359ed9;/*スカイブルー*/
	display: inline-block;
	font-size: 0;
	background-color: #fff;
}
div.after-div img{
	margin: 0 0 4px 10px;
}
p.after-p{
	color: #359ed9;/*スカイブルー*/
	text-align: center;
	font-size: 50px;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: 'Amatic SC', cursive;
	line-height: 1em;
	display: inline-block;
}
div.after-p2{
	font-size: 14px;
	width: 300px;
	display: inline-block;
	letter-spacing: 1px;
	padding-top: 20px;
	vertical-align: top;
}
div.mizuiro{
	background-color: #f4f3ed;
		border-radius: 10px;
      -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding:30px 20px 20px 20px;
    margin-bottom: 30px;
}
p.tochu a:hover{
		opacity:0.7;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background-color: #359ed9;
	-webkit-transition: all .4s;
	transition: all .4s
}
p.tochu a{
	display: block;
	text-decoration: none;
	text-align: center;
	background-color:#359ed9;/*スカイブルー*/
	color: #fff;
	font-size: 13px;
	padding: 20px 0;
		-webkit-box-shadow:1px 2px 3px #dcdcdc;
	 -moz-box-shadow:1px 2px 3px #dcdcdc;
	box-shadow:1px 2px 3px #dcdcdc;
		border-radius: 50px;
      -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border:1px solid #097caf;
    font-weight: bold;
}
p.tochu{
	/*border:1px solid #AFB2B2;*/
	float: right;
	margin-top: 120px;
	width: 100px;
	height: 100px;
}
/*バナー*/
p.r-c{
	display: inline-block;
	text-align: center;
	float: right;
	margin-right: 20px;
}
p.r-c a{
	font-size: 12px;
	background-color: #359ed9;/*スカイブルー*/
	display: block;
	color: #fff;
	padding: 10px;
	text-decoration: none;
	border-top:2px solid #54bcf6;
	border-left:2px solid #54bcf6;
	border-bottom:2px solid #097caf;/*スカイブルーより濃いブルー*/
	border-right:2px solid #097caf;/*スカイブルーより濃いブルー*/
	border-radius:6px;
}
p.r-c a img{
	box-shadow:0 0 3px #fff;
}
p.r-c a:hover{
	opacity:0.8;
-webkit-transition: all .4s;
	transition: all .4s
}
/* ::::::::::::::::お客様の声::::::::::::::::::::::: */
.voice-wrap{
	border: 4px solid #f2f2f2;
	border-radius:10px ;
	margin: 10px 50px;
	padding: 30px;
}
.voice-wrap em{
	font-weight: bold;
	color: red;
	padding: 0 2px;
}
.voice-wrap img{
	width: 140px;
	margin: 20px;
}
.voice-wrap:nth-child(even) h2{
	color:#f4a690 ;
	font-size: 18px;
	padding: 10px 30px;
	display: inline-block;
	border-bottom: 1px solid #f4a690 ;
	border-top: 1px solid #f4a690 ;
}
.voice-wrap:nth-child(odd) h2{
	color:#fcca86 ;
	font-size: 18px;
	padding: 10px 30px;
	display: inline-block;
	border-bottom: 1px solid #fcca86 ;
	border-top: 1px solid #fcca86 ;
}
.voice-wrap:nth-child(even) h3{
	text-align: center;
	color:#f4a690 ;
	padding-top: 20px;
}
.voice-wrap:nth-child(odd) h3{
	text-align: center;
	color: #fcca86;
	padding-top: 20px;
}
.voice-wrap dl{
	display: inline-block;
	padding-left: 30px;
}
.voice-wrap dl dt,.voice-wrap dl dd{
	display: inline-block;
}
.voice-wrap:nth-child(even) dl dt{
	background-color:#f4a690 ;
	color: #fff;
	font-weight: bold;
	padding: 4px 20px;
	letter-spacing: 1px;
	margin-right: 10px;
}
.voice-wrap:nth-child(even) dl dd a{
	display: block;
	background-color: #f9f9f9;
	border: 2px solid #f4a690 ;
	padding: 2px 20px;
	border-radius:10px;
	color:#f4a690 ;
	font-size: 14px;
	text-decoration: none;
	margin-left: 10px;
	box-shadow:-1px 1px 2px #666
}
.voice-wrap:nth-child(odd) dl dt{
	background-color:#fcca86;
	color: #fff;
	font-weight: bold;
	padding: 4px 20px;
	letter-spacing: 1px;
	margin-right: 10px;
}
.voice-wrap:nth-child(odd) dl dd a{
	display: block;
	background-color: #f9f9f9;
	border: 2px solid #fcca86;
	padding: 2px 20px;
	border-radius:10px;
	color:#fcca86;
	font-size: 14px;
	text-decoration: none;
	margin-left: 10px;
	box-shadow:-1px 1px 2px #666
}
.voice-wrap dl dd a:hover{
		opacity:0.8;
-webkit-transition: all .4s;
	transition: all .4s;
	background-color: #fff;
}
.page-section-v h1{
	font-weight: 500;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 14px;
	padding:4px 40px;
	margin-bottom: 10px;
	background:-webkit-gradient(linear, left top, right top, from(#f4a690 ), to(#fff));/*黄緑*/
    background:-webkit-linear-gradient(left,#f4a690, #fff);
    background:-moz-linear-gradient(left,#f4a690 , #fff);
    background:-ms-linear-gradient(left,#f4a690 , #fff);
    background:-o-linear-gradient(left,#f4a690 , #fff);
    background:linear-gradient(to right,#f4a690 , #fff);
    border-top-left-radius: 10px;
      -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
   border-bottom-left-radius: 10px;
      -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
}

/*　******************リフォームについて**********************　*/
.page-section-r{
	padding: 10px;
}
.page-section-r h1{
	font-weight: 500;
	font-size: 14px;
	padding:4px 40px;
	margin-bottom: 10px;
	background:-webkit-gradient(linear, left top, right top, from(#f4a690), to(#fff));/*オレンジ*/
    background:-webkit-linear-gradient(left, #f4a690, #fff);
    background:-moz-linear-gradient(left, #f4a690, #fff);
    background:-ms-linear-gradient(left, #f4a690, #fff);
    background:-o-linear-gradient(left, #f4a690, #fff);
    background:linear-gradient(to right, #f4a690, #fff);
    border-top-left-radius: 10px;
      -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
   border-bottom-left-radius: 10px;
      -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
}
 ul.reform-ul li{
	/*border:1px solid #AFB2B2;*/
	display: inline-block;
}
 ul.reform-ul li img{
	float: left;
	width: 100px;
	height: 50px;
	border:4px solid #fff;
		-webkit-box-shadow:1px 2px 3px #dcdcdc;
	 -moz-box-shadow:1px 2px 3px #dcdcdc;
	box-shadow:1px 2px 3px #dcdcdc;
}
 ul.reform-ul li span{
	font-size: 12px;
	color:black;
	/*border:1px solid #AFB2B2;*/
}
.page-section-r div.reform-div{
	padding: 10px;
	text-align: center;
}
 ul.reform-ul li{
	list-style-type: none;
}
ul.reform-ul li a{
	display: block;
	width: 280px;
	border:3px solid #2B84C8;
	margin-bottom: 6px;
	padding: 10px;
	text-decoration: none;
	color:#359ed9;/*スカイブルー*/
	 text-shadow: 1px 1px 1px #fff,
    -1px 1px 1px #fff,
    1px -1px 1px #fff,
    -1px -1px 1px #fff;
	font-weight: 500;
    	-webkit-box-shadow:1px 2px 3px #dcdcdc;
	 -moz-box-shadow:1px 2px 3px #dcdcdc;
	box-shadow:1px 2px 3px #dcdcdc;
}
 ul.reform-ul li a:hover{
		opacity:0.7;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background-color: #dcdcdc;
	-webkit-transition: all .4s;
	transition: all .4s
}
ul.reform-ul li.dammy a{
	background-color: #def4f9;
}
/* ********今ここ目印******* */
div.kind{
	padding-bottom: 20px;
}
div.kind ul{
	display: table;
	width: 100%;
}
div.kind ul li{
	background-color: #dcdcdc;
	display: table-cell;
	width: 12%;
	text-align: center;
	border: 2px solid #fff;
	font-size: 13px;
	padding: 2px 0;
	letter-spacing: 2px;
}
div.kind ul li.now-kind:before,div.kind ul li.now-kind:after{
	content: "●";
	color: #f4a690;
}
div.kind ul li.now-kind{
	background-color: #eeeeee;
}
div.dot{
	border: 4px dotted #dcdcdc;
	margin-bottom: 50px;
	padding:8px 20px 20px 20px;
}
.page-section-r img.page-img-left{
	float: left;
		-webkit-box-shadow:2px 2px 3px #dcdcdc;
	 -moz-box-shadow:2px 2px 3px #dcdcdc;
	box-shadow:2px 2px 3px #dcdcdc;
	 border-radius: 6px;        /* CSS3草案 */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
    margin: 10px 20px 0 10px;
}
.page-section-r img.page-img-right{
	float: right;
		-webkit-box-shadow:2px 2px 3px #dcdcdc;
	 -moz-box-shadow:2px 2px 3px #dcdcdc;
	box-shadow:2px 2px 3px #dcdcdc;
	 border-radius: 6px;        /* CSS3草案 */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
    margin: 10px 10px 0 20px;
}
h2.reform-h2{
	display: inline-block;
	letter-spacing: 1px;
	color: #3d3d3d;
	font-weight: 500;
	font-size: 28px;
	border-left: 14px solid #359ed9;/*スカイブルー*/;
	border-bottom: 1px solid #359ed9;/*スカイブルー*/;
	padding: 4px 80px 0 20px;
	margin-top: 20px;
	margin-left: 20px;
}
h3.reform-h3{
	color: #fff;
	margin-left: 10px;
	padding: 4px 20px;
	letter-spacing: 1px;
	font-size: 20px;
	font-weight: 500;
	background:-webkit-gradient(linear, left top, right top, from(#2B84C8), to(#fff));/*スカイブルーより薄い青*/
    background:-webkit-linear-gradient(left, #2B84C8, #fff);
    background:-moz-linear-gradient(left, #2B84C8, #fff);
    background:-ms-linear-gradient(left, #2B84C8, #fff);
    background:-o-linear-gradient(left, #2B84C8, #fff);
    background:linear-gradient(to right, #2B84C8, #fff);
    border-top-left-radius: 4px;
      -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
   border-bottom-left-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
}
dl.reform-dl{
	margin-top: 20px;
}
dl.reform-dl dt{
	display: inline-block;
	/*border:1px solid #AFB2B2;*/
	width: 240px;
	text-align: center;
	margin:0 20px 0 30px;
	padding: 6px;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 2px;
	color:#097caf;/*スカイブルー*/;
	border-right: 2px solid #2B84C8;/*スカイブルーより薄い青*/;
	border-bottom: 2px solid #2B84C8;/*スカイブルーより薄い青*/;
}
dl.reform-dl dd{
	display:block;
	font-size: 14px;
	line-height: 2em;
	padding: 10px 40px;
	letter-spacing: 1px;
}
dl.reform-dl dd.long{
	display: inline-block;
	font-size: 16px;
	padding: 10px;
	color: #097caf;/*スカイブルー*/
	letter-spacing: 1px;
}
div.flow{
	text-align: center;
	padding: 10px;
}
div.flow p.susumekata{
	color: #dd654a;/*朱*/
	font-size: 20px;
	font-weight: bold;
	width: 400px;
	letter-spacing: 1px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
	background: url(../img/pen.png) no-repeat;
	background-size: 300px;
	background-position: 40px;
}
div.flow div.inflow{
	margin-top: 20px;
	padding: 10px;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 150px;

}
div.flow div p span{
	font-weight: bold;
	font-size: 18px;
	line-height: 2em;
}
div.flow3 p span{
	border: 1px dotted #dd654a;/*朱*/;
	padding:0 4px;
	color:#dd654a;/*朱*/;
	background-color: #fff;
}
div.flow1{
	background-color: #fff7e7;/*ベージュ*/
	border-top-right-radius: 45px;
      -webkit-border-top-right-radius: 45px;
    -moz-border-radius-topright: 45px;
   border-bottom-right-radius: 45px;
      -webkit-border-bottom-right-radius: 45px;
    -moz-border-radius-bottomright: 45px;
}
div.flow2{
	background-color: #f7e9d0;
	border-top-right-radius: 45px;
      -webkit-border-top-right-radius: 45px;
    -moz-border-radius-topright: 45px;
   border-bottom-right-radius: 45px;
      -webkit-border-bottom-right-radius: 45px;
    -moz-border-radius-bottomright: 45px;
}
div.flow3{
	background-color: #e2d6c0;
}
div#goodbad{
	text-align: center;
	margin-top: 30px;
}
div.good,div.bad{
	display: inline-block;
	width: 360px;
	vertical-align: top;
	text-align: left;
}
div.good{
	padding: 10px;
	margin: 0 10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffeeee', endColorstr = '#ffffff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffeeee', endColorstr = ' #ffffff')";
	background-image: -moz-linear-gradient(top, #ffeeee,  #ffffff);
	background-image: -ms-linear-gradient(top, #ffeeee,  #ffffff);
	background-image: -o-linear-gradient(top, #ffeeee,  #ffffff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffeeee), to( #ffffff));
	background-image: -webkit-linear-gradient(top, #ffeeee,  #ffffff);
	background-image: linear-gradient(top, #ffeeee, #ffffff);

}
div.good h4.reform-h4{
	color: #dd654a;
	background-color: #fff;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	padding: 4px 20px;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 600;
	border: 2px solid #f4a690;/*オレンジ*/
    border-radius: 4px;
      -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
div.bad{
	padding: 10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#def4f9', endColorstr = '#ffffff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#def4f9', endColorstr = ' #ffffff')";
	background-image: -moz-linear-gradient(top, #def4f9,  #ffffff);
	background-image: -ms-linear-gradient(top, #def4f9,  #ffffff);
	background-image: -o-linear-gradient(top, #def4f9,  #ffffff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#def4f9), to( #ffffff));
	background-image: -webkit-linear-gradient(top, #def4f9,  #ffffff);
	background-image: linear-gradient(top, #def4f9, #ffffff);

}
div.bad h4.reform-h4{
	color: #097caf;
	background-color: #fff;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	padding: 4px 20px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	border: 2px solid #2B84C8;
    border-radius: 4px;
      -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.maru{
	float: right;
	margin-left: 4px;
	width: 240px;
}
.movie{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.movie video{
	width: 100%;
}
/* ******************リフォームの流れ********************** */
div#nagare{
	border: 1px solid #dd654a;
	border-radius: 6px;
      -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 20px;
    margin: 0 20px;
}
.page-section-n{
	padding: 10px;
}
.page-section-n h1{
	font-weight: 500;
	font-size: 14px;
	padding:4px 20px;
	margin-bottom: 10px;
	background:-webkit-gradient(linear, left top, right top, from(#feaa6c), to(#fff));/*みかん*/
    background:-webkit-linear-gradient(left, #feaa6c, #fff);
    background:-moz-linear-gradient(left, #feaa6c, #fff);
    background:-ms-linear-gradient(left, #feaa6c, #fff);
    background:-o-linear-gradient(left, #feaa6c, #fff);
    background:linear-gradient(to right, #feaa6c, #fff);
    border-top-left-radius: 10px;
      -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
   border-bottom-left-radius: 10px;
      -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
}
.nagare-img-left{
	float: left;
	margin: 0 10px;
}
.nagare-img-right{
	float: right;
		margin:0  10px;
}
#kitchen{
	width: 240px;
	margin: 4px 20px;
}
.page-h2-red{
	font-family: 'Amatic SC', cursive;
	letter-spacing: 2px;
	font-size: 30px;
	font-weight: bold;
	margin-right: 20px;
	color: #dd654a;
	border-bottom: 4px dotted #dd654a;
	border-top: 4px dotted #dd654a;
	padding: 10px;
}
h2.nagare-red{
	/*border:1px solid #AFB2B2;*/
	margin-top: 4px;
	letter-spacing: 1px;
	font-size: 22px;
	line-height: 2.5em;
	color:  #dd654a;/*濃いオレンジ*/
	font-weight: 500;
}
.page-h2-orange{
	font-family: 'Amatic SC', cursive;
	letter-spacing: 2px;
	font-size: 30px;
	font-weight: bold;
	margin-right: 20px;
	color: #feaa6c;
	border-bottom: 4px dotted #feaa6c;
	border-top: 4px dotted #feaa6c;
	padding: 10px;
}
h2.nagare-orange{
	/*border:1px solid #AFB2B2;*/
	margin-top: 4px;
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 2.5em;
	color:  #feaa6c;/*みかん*/
	font-weight: 500;
}
.page-h2-green{
	font-family: 'Amatic SC', cursive;
	letter-spacing: 2px;
	font-size: 30px;
	font-weight: bold;
	margin-right: 20px;
	color: #39b54a;
	border-bottom: 4px dotted #39b54a;
	border-top: 4px dotted #39b54a;
	padding: 10px;
}
h2.nagare-green{
	/*border:1px solid #AFB2B2;*/
	margin-top: 4px;
	letter-spacing: 1px;
	font-size: 22px;
	line-height: 2.5em;
	color:  #39b54a;/*グリーン*/
	font-weight: 500;
}
p.secret{
	color:  #dd654a;/*濃いオレンジ*/
	text-align: center;
	font-size: 14px;
}
/* **************お問合せ***************** */
.page-section-c{
	padding: 10px;
}
.page-section-c h1{
	font-weight: 500;
	font-size: 14px;
	padding:4px 40px;
	margin-bottom: 10px;
	background:-webkit-gradient(linear, left top, right top, from(#c5a3c6), to(#fff));/*パープル*/
    background:-webkit-linear-gradient(left, #c5a3c6, #fff);
    background:-moz-linear-gradient(left, #c5a3c6, #fff);
    background:-ms-linear-gradient(left, #c5a3c6, #fff);
    background:-o-linear-gradient(left, #c5a3c6, #fff);
    background:linear-gradient(to right, #c5a3c6, #fff);
    border-top-left-radius: 10px;
      -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
   border-bottom-left-radius: 10px;
      -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
}
div.tel{
	/*border: 1px solid #f4a690;*/
	width: 600px;
	margin: 0 auto;
	background-color: #fff7e7;/*ベージュ*/
	text-align: center;
	padding: 10px 20px;
}
div.tel h2{
	background-color: #e2d6c0;/*茶色*/
	color: #3d3d3d;
	font-weight: 500;
	font-size: 16px;
	padding: 3px 0;
	 border-radius: 10px;
      -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
div.tel img{
	width: 24px;
	margin-right: 10px;
	margin-top: 10px;
}
div.tel a{
	text-decoration: none;
	font-size: 20px;
	vertical-align: 4px;
	color:  #097caf;/*濃い青*/
}
div.tel a:hover{
	border-bottom: 2px solid #097caf;
}
div.tel p{
	font-size: 13px;
}
div.fax,div.mail{
	margin-top: 20px;
	padding: 0 10px;
}
h2.fax-h2{
	/*background-color: #2B84C8;*/
	color: #fff;
	padding: 2px 20px;
	font-size: 18px;
	font-weight: 500;
	background:-webkit-gradient(linear, left top, right top, from(#2B84C8), to(#fff));/*スカイブルーより薄い青*/
    background:-webkit-linear-gradient(left, #2B84C8, #fff);
    background:-moz-linear-gradient(left, #2B84C8, #fff);
    background:-ms-linear-gradient(left, #2B84C8, #fff);
    background:-o-linear-gradient(left, #2B84C8, #fff);
    background:linear-gradient(to right, #2B84C8, #fff);
    border-top-left-radius: 4px;
      -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
   border-bottom-left-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
}
div.fax dl#fax-dl{
	text-align: center;
	margin-top: 10px;
}
div.fax dl#fax-time{
	text-align: center;
}
div.fax dl#fax-dl dt{
	font-size: 20px;
	color:  #3d3d3d;/*濃いグレー*/
	display: inline-block;
}
div.fax dl#fax-dl dd{
		font-size: 20px;
	color:  #097caf;/*濃い青*/
		display: inline-block;
}
div.fax dl#fax-time dt{
	font-size: 13px;
	color:  #3d3d3d;/*濃いグレー*/
	display: inline-block;
}
div.fax dl#fax-time dd{
		font-size: 13px;
	color:  #3d3d3d;/*濃いグレー*/
		display: inline-block;
}
form{
	background: url(../img/page4-2.jpg) no-repeat;
	background-position:right ;
	/*background-size: contain;*/
}
.area,.area2{
	-webkit-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
	 -moz-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
	box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
}
.area{
	height: 28px;
}
.area2{
	height: 10em;
}
.size20{
	width: 20em;
}
.size30{
	width: 30em;
}
.size10{
	width: 10em;
}
.submit{
	text-align: center;
	padding-top: 20px;
}
.submit input{
	color:  #fff;
	height: 30px;
	width: 100px;
	background-color:#359ed9;/*スカイブルー*/;
		-webkit-box-shadow:1px 2px 3px #dcdcdc;
	 -moz-box-shadow:1px 2px 3px #dcdcdc;
	box-shadow:1px 2px 3px #dcdcdc;
		border-radius: 4px;
      -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-top:2px solid #2B84C8;
    border-left:2px solid #2B84C8;
	 border-bottom:2px solid #097caf;
    border-right:2px solid #097caf;
}
.submit input:hover{
		opacity:0.7;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background-color: #359ed9;
	-webkit-transition: all .4s;
	transition: all .4s
}
table.formTable{
	width: 800px;
	margin: 0 auto;
}
table.formTable th{
	/*border: 1px solid #2B84C8;*/
		padding-top: 20px;
		vertical-align: top;
		font-size: 14px;
		font-weight: 500;
		color: #097caf;
}
table.formTable td{
	padding-top: 20px;
	font-size: 14px;
	color: #3d3d3d;
}
div.contact-dl{
	width: 500px;
	margin: 0 auto;
	border:1px solid #359ed9;/*スカイブルー*/;
		border-radius: 40px;
      -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    margin-top: 20px;
    padding: 20px 0 20px 40px;
}
div.contact-dl dl{
	padding-bottom: 10px;
	font-size: 14px;
	letter-spacing: 1px;
}
div.contact-dl dl dt{
	display: inline-block;
	color:#359ed9;/*スカイブルー*/;
	width: 140px;
}
div.contact-dl dl dd{
	display: inline-block;
}

/***************個人情報**************/
div.page-privacy{
	padding: 0 40px 30px 40px;
}
div.page-privacy ol{
	padding: 0 60px;
	font-size: 14px;
	letter-spacing: 1px;
}
div.page-privacy ol li{
	line-height: 3em;
}

/****************会社概要********************/
table#gaiyo{
		/*border: 1px dotted #252525;*/
	margin: 30px 40px;
}
table#gaiyo tr th{
	border-bottom: 4px solid #2B84C8;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 400;
	color: #359ed9;
}
table#gaiyo tr td{
	padding: 10px 20px;
	font-size: 15px;
}
/**********************thanks******************/
div.thanks{
	margin-top: 150px;
	padding: 40px;
}
div.thanks h1{
	text-align: center;
	font-size: 36px;
	font-weight: 400;
	color: #359ed9;;
}
div.thanks p{
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.8em;
	margin: 20px;
}
#bird{
	display: block;
	width: 360px;
	margin: 0 auto;
}
/*******追加2016.8.15 施工事例詳細******/
h2.case-h2{
	font-size: 20px;
	background-color:  #359ed9;/*スカイブルー*/
	margin: 10px;
	color: #fff;
	padding: 8px 30px 4px 30px;
	letter-spacing: 1px;
	font-weight: 400;
}
h2.case-h2 span{
	font-size: 14px;
	padding-left: 10px;
}
ol.case-ol{
	font-size: 16px;
	line-height: 2em;
	padding: 0 40px 20px 40px;
	list-style-position: inside;
}
ol.case-ol li{
	color:  #097caf;/*スカイブルーより濃いブルー*/
	border-bottom: 1px dotted #359ed9;/*スカイブルー*/
	padding-left: 10px;
	padding-top: 10px;
}
div.center{
	text-align: center;
	padding-bottom: 10px;
}
div#case-b-a{
	width: 600px;
	margin: 0 auto;
}
.f-right{
	float: right;
	padding: 4px;
	margin-left: 20px;
	margin-top: 10px;
		-webkit-box-shadow:-1px  2px 4px rgba(0,0,0,0.2);
	 -moz-box-shadow:-1px  2px 4px rgba(0,0,0,0.2);
	box-shadow:-1px  2px 4px rgba(0,0,0,0.2);
}
div.tsugi-back{
	text-align: right;
}
p.tsugi,p.back{
	text-align: center;
	display: inline-block;
	margin-right: 10px;
}
p.tsugi a,p.back a{
	display: block;
	width: 200px;
	margin-bottom: 6px;
	padding: 10px;
	text-decoration: none;
	background-color:#359ed9;/*スカイブルー*/
	color: #fff;
	font-size: 14px;
	font-weight: 500;
    	-webkit-box-shadow:1px 2px 3px #dcdcdc;
	 -moz-box-shadow:1px 2px 3px #dcdcdc;
	box-shadow:1px 2px 3px #dcdcdc;
		 border-radius: 6px;        /* CSS3草案 */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
}
p.tsugi a:after{
	content: " >>";
}
p.back a:before{
	content: "<< ";
}
p.tsugi a:hover,p.back a:hover{
		opacity:0.7;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-webkit-transition: all .4s;
	transition: all .4s
}

.clear-fix::after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
}
/* *********************************************:::::::::::::::::::::::::::::::******** */
/* *****************すまほ用！！******************:::::::::::::::::::::::::::::::::::**** */

/*****************こだわり　スマホ**********************/
@media screen and (max-width: 599px){
	/* **********スマホ　パンくず***************** */
	ol#breadcrumbs{
		padding-left: 8px;
		font-size: 12px;
		color:#A87A4F ;
	}
	ol#breadcrumbs li{
	  display: inline;
	  list-style-type: none;
	}
	ol#breadcrumbs li:before {
	  content: " > ";
	}
	ol#breadcrumbs li:first-child:before {
	  content:"";
	}
.w48{
	width: 100%;
}
.page-section{
	padding:20px 4px;
}
span.page-title{
	font-family: 'Amatic SC', cursive;
	letter-spacing: 2px;
	font-size: 24px;
	font-weight: bold;
	margin-right: 20px;
}
.page-section h1.h1-1{
	font-weight: 500;
	font-size: 14px;
	padding:4px 0 4px 20px;
	margin-top: 10px;
	background:-webkit-gradient(linear, left top, right top, from(#ffa500), to(#fff));/*やまぶき*/
    background:-webkit-linear-gradient(left, #ffa500, #fff);
    background:-moz-linear-gradient(left, #ffa500, #fff);
    background:-ms-linear-gradient(left, #ffa500, #fff);
    background:-o-linear-gradient(left, #ffa500, #fff);
    background:linear-gradient(to right, #ffa500, #fff);
    border-top-left-radius: 10px;
      -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
   border-bottom-left-radius: 10px;
      -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
}
.page-section img.page-img-left{
	max-width: 100%;
		-webkit-box-shadow:2px 2px 3px #dcdcdc;
	 -moz-box-shadow:2px 2px 3px #dcdcdc;
	box-shadow:2px 2px 3px #dcdcdc;
	 border-radius: 6px;        /* CSS3草案 */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.page-section img.page-img-right{
	max-width: 100%;
		-webkit-box-shadow:2px 2px 3px #dcdcdc;
	 -moz-box-shadow:2px 2px 3px #dcdcdc;
	box-shadow:2px 2px 3px #dcdcdc;
	 border-radius: 6px;        /* CSS3草案 */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 20px;

}
.page-h2{
	font-family: 'Amatic SC', cursive;
	letter-spacing: 2px;
	font-size: 30px;
	font-weight: bold;
	margin-right: 10px;
	color: #2E3191;
	border-bottom: 4px dotted #2E3191;
	border-top: 4px dotted #2E3191;
	padding: 6px;
}
.page-p:first-letter{
	font-size: 24px;
	color: #3d3d3d;
}
.page-p{
	/*border:1px solid #AFB2B2;*/
	font-size: 14px;
	margin-top: 20px;
	letter-spacing: 1px;
	line-height: 1.8em;
}
.page-p img{
	max-width: 100%;
}
.kodawari{
	/*border:1px solid #AFB2B2;*/
	margin-top: 4px;
	font-size: 24px;
	line-height: 2em;
	color:  #359ed9;/*スカイブルー*/
	font-weight: 500;
	width: 100%;
}
h3.kodawari-h3{
	/*background-color: #2B84C8;*/
	color: #fff;
	padding: 4px 10px;
	font-size: 18px;
	font-weight: 500;
	margin-top: 30px;
	background:-webkit-gradient(linear, left top, right top, from(#2B84C8), to(#fff));/*スカイブルーより薄い青*/
    background:-webkit-linear-gradient(left, #2B84C8, #fff);
    background:-moz-linear-gradient(left, #2B84C8, #fff);
    background:-ms-linear-gradient(left, #2B84C8, #fff);
    background:-o-linear-gradient(left, #2B84C8, #fff);
    background:linear-gradient(to right, #2B84C8, #fff);
    border-top-left-radius: 4px;
      -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
   border-bottom-left-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
}
/* *********しんじさん すまほ*********** */
div.staff{
	margin-top: 10px;
}
div.prof{
border:3px solid #fdf3cd;
	padding: 20px 10px;
		 border-radius: 6px;        /* CSS3草案 */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
}
div.prof dl dt,div.prof dl dd{
	display: inline-block;
	font-size: 15px;
	margin-top:10px ;
	letter-spacing: 1px;
	margin-left: 20px;
}
div.prof dl dt{
	width: 200px;
	color: #614f07;
	border-bottom: 1px solid #fcd436;
}
div.prof dl dd{
	padding-bottom: 4px;
	font-weight: bold;
}
div.prof dl dt:before{
	content: "■ ";
	color: #fcd436;
}
p#bucho,p#okamoto{
	text-align: center;
}
p#bucho{
	color: #359ed9;
	padding-top: 10px;
	font-size: 14px;
}
p#okamoto{
	font-size: 20px;
}
p#okamoto span.hurigana{
	font-size: 12px;
}
.prof-left{
	width: 100px;
	display: block;
	margin: 0 auto;
	padding-bottom: 10px;
}
p.prof-title{
	margin-left: 20px;
	font-size: 13px;
	display: inline-block;
	background-color: #fdf3cd;
	padding: 4px 10px;
		 border-radius: 12px;        /* CSS3草案 */
    -webkit-border-radius: 12px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 12px;
    border: 3px solid #fcd436;
}
p.prof-comment{
	margin-top: 10px;
	font-size: 14px;
}
/* *****************施工事例　すまほ****************** */
img#img-b-a{
	margin-top: 20px;
}
p.right{
	text-align: right;
	font-size: 13px;
	letter-spacing: 1px;
}
.page-section-w{
	padding: 10px;
}
.page-section-w h1{
	font-weight: 500;
	font-size: 14px;
	padding:4px 40px;
	margin-bottom: 10px;
	background:-webkit-gradient(linear, left top, right top, from(#9acd32), to(#fff));/*黄緑*/
    background:-webkit-linear-gradient(left,#9acd32, #fff);
    background:-moz-linear-gradient(left, #9acd32, #fff);
    background:-ms-linear-gradient(left, #9acd32, #fff);
    background:-o-linear-gradient(left, #9acd32, #fff);
    background:linear-gradient(to right, #9acd32, #fff);
    border-top-left-radius: 10px;
      -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
   border-bottom-left-radius: 10px;
      -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
}
div#before-after{
	border-top: 3px dotted #9acd32;
    padding-top: 10px;
    margin-top: 10px;
}
table.b-a-table{
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
table.b-a-table th{
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	background-color: #359ed9;
	border: 1px solid #fff;

}
table.b-a-table td{
	border: 1px solid #359ed9;/*スカイブルー*/
	background-color: #fff;
	padding: 10px;
}
p.before-p{
	color: #097caf;/*スカイブルーより濃いブルー*/
	text-align: center;
	font-size: 30px;
	line-height: 1em;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: 'Amatic SC', cursive;
	margin:0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.after-div{
	border: 1px dotted #359ed9;/*スカイブルー*/
	font-size: 0;
	text-align: center;
}
div.after-div img{
	width: 100%;
}
p.after-p{
	color: #359ed9;/*スカイブルー*/
	text-align: center;
	font-size: 50px;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: 'Amatic SC', cursive;
	line-height: 1em;
	display: inline-block;
}
div.after-p2{
	text-align: left;
	padding: 0 10px 20px 10px;
	font-size: 14px;
	letter-spacing: 1px;
}
p.tochu a:hover{
	opacity:0.7;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background-color: #359ed9;
	-webkit-transition: all .4s;
	transition: all .4s
}
p.tochu a{
	display: block;
	text-decoration: none;
	text-align: center;
	background-color: #359ed9;/*スカイブルー*/
	color: #fff;
	font-size: 13px;
	padding: 20px 0;
		-webkit-box-shadow:1px 2px 3px #dcdcdc;
	 -moz-box-shadow:1px 2px 3px #dcdcdc;
	box-shadow:1px 2px 3px #dcdcdc;
		border-radius: 50px;
      -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border:1px solid #097caf;
    font-weight: bold;
}
p.tochu{
	/*border:1px solid #AFB2B2;*/
	float: right;
	margin-bottom: 10px;
	width: 100px;
	height: 100px;
}
/*バナー*/
p.r-c{
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
p.r-c a{
	font-size: 11px;
	background-color: #359ed9;/*スカイブルー*/
	display: block;
	color: #fff;
	padding: 10px 4px;
	text-decoration: none;
	border-top:2px solid #54bcf6;
	border-left:2px solid #54bcf6;
	border-bottom:2px solid #097caf;/*スカイブルーより濃いブルー*/
	border-right:2px solid #097caf;/*スカイブルーより濃いブルー*/
	border-radius:6px;
}
p.r-c a img{
	box-shadow:0 0 3px #fff;
}
p.r-c a:hover{
	opacity:0.8;
-webkit-transition: all .4s;
	transition: all .4s
}
/* ::::::::::::::::お客様の声::::::::::::::::::::::: */
.voice-wrap{
	border: 2px solid #f2f2f2;
	border-radius:10px ;
	margin: 4px;
	padding:20px 10px;
}
.voice-wrap img{
	width: 30%;
	margin: 20px;
	float: left;
}
/*奇数*/
.voice-wrap:nth-child(odd) h2{
	color:#fcca86 ;
	font-size: 14px;
	padding: 10px ;
	text-align: center;
	border-bottom: 1px solid #fcca86 ;
	border-top: 1px solid #fcca86 ;
}
.voice-wrap:nth-child(odd) h3{
	text-align: center;
	color:#fcca86  ;
	padding-top: 20px;
	border-bottom: 1px solid #fcca86 ;
	font-size: 14px;
}
.voice-wrap:nth-child(odd) dl dt{
	background-color:#fcca86  ;
	color: #fff;
	font-weight: bold;
	padding: 4px;
	letter-spacing: 1px;
}
.voice-wrap:nth-child(odd) dl dd a{
	display: block;
	background-color: #f9f9f9;
	border: 2px solid #fcca86 ;
	padding: 2px 20px;
	border-radius:10px;
	color:#fcca86  ;
	font-size: 14px;
	text-decoration: none;
	margin-left: 10px;
	box-shadow:-1px 1px 2px #666
}
/*偶数*/
.voice-wrap:nth-child(even) h2{
	color:#f4a690 ;
	font-size: 14px;
	padding: 10px ;
	text-align: center;
	border-bottom: 1px solid #f4a690 ;
	border-top: 1px solid #f4a690 ;
}
.voice-wrap:nth-child(even) h3{
	text-align: center;
	color:#f4a690 ;
	padding-top: 20px;
	border-bottom: 1px solid #f4a690;
	font-size: 14px;
}
.voice-wrap:nth-child(even) dl dt{
	background-color:#f4a690 ;
	color: #fff;
	font-weight: bold;
	padding: 4px;
	letter-spacing: 1px;
}
.voice-wrap:nth-child(even) dl dd a{
	display: block;
	background-color: #f9f9f9;
	border: 2px solid #f4a690 ;
	padding: 2px 20px;
	border-radius:10px;
	color:#f4a690 ;
	font-size: 14px;
	text-decoration: none;
	margin-left: 10px;
	box-shadow:-1px 1px 2px #666
}

.voice-wrap dl dd a:hover{
		opacity:0.8;
-webkit-transition: all .4s;
	transition: all .4s;
	background-color: #fff;
}
.voice-wrap dl{
	display: block;
	margin: 4px;
}
.voice-wrap dl dt,.voice-wrap dl dd{
	font-size: 12px;
	display: inline-block;
}
.page-section-v h1{
	font-weight: 500;
	margin-top: 10px;
	font-size: 14px;
	padding:4px 40px;
	margin-bottom: 10px;
	background:-webkit-gradient(linear, left top, right top, from(#f4a690 ), to(#fff));/*黄緑*/
    background:-webkit-linear-gradient(left,#f4a690, #fff);
    background:-moz-linear-gradient(left,#f4a690 , #fff);
    background:-ms-linear-gradient(left,#f4a690 , #fff);
    background:-o-linear-gradient(left,#f4a690 , #fff);
    background:linear-gradient(to right,#f4a690 , #fff);
    border-top-left-radius: 10px;
      -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
   border-bottom-left-radius: 10px;
      -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
}

/*******************リフォームについて すまほ**********************/
.page-section-r{
	padding: 4px;
}
.page-section-r h1{
	font-weight: 500;
	font-size: 13px;
	padding:4px 0 4px 10px;
	margin-bottom: 4px;
	background:-webkit-gradient(linear, left top, right top, from(#f4a690), to(#fff));/*オレンジ*/
    background:-webkit-linear-gradient(left, #f4a690, #fff);
    background:-moz-linear-gradient(left, #f4a690, #fff);
    background:-ms-linear-gradient(left, #f4a690, #fff);
    background:-o-linear-gradient(left, #f4a690, #fff);
    background:linear-gradient(to right, #f4a690, #fff);
    border-top-left-radius: 10px;
      -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
   border-bottom-left-radius: 10px;
      -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
}
ul.reform-ul li{
	/*border:1px solid #AFB2B2;*/
	display: inline-block;
	list-style-type: none;
}
ul.reform-ul li img{
	float: left;
	width: 100px;
	height: 46px;
	border:4px solid #fff;
		-webkit-box-shadow:1px 2px 3px #dcdcdc;
	 -moz-box-shadow:1px 2px 3px #dcdcdc;
	box-shadow:1px 2px 3px #dcdcdc;
}
ul.reform-ul li span{
	font-size: 12px;
	color:black;
	/*border:1px solid #AFB2B2;*/
}
.page-section-r div.reform-div{
	padding: 6px;
	text-align: center;
}
ul.reform-ul li a{
	display: block;
	width: 260px;
	border:2px solid #2B84C8;
	margin-bottom: 6px;
	padding:2px 10px 14px 10px;
	text-decoration: none;
	color:#359ed9;/*スカイブルー*/
	font-size: 14px;
	 text-shadow: 1px 1px 1px #fff,
    -1px 1px 1px #fff,
    1px -1px 1px #fff,
    -1px -1px 1px #fff;
	font-weight: 500;
    	-webkit-box-shadow:1px 2px 3px #dcdcdc;
	 -moz-box-shadow:1px 2px 3px #dcdcdc;
	box-shadow:1px 2px 3px #dcdcdc;
}
ul.reform-ul li a:hover{
		opacity:0.7;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background-color: #dcdcdc;
	-webkit-transition: all .4s;
	transition: all .4s
}
ul.reform-ul li.dammy a{
	background-color: #def4f9;
}
/*********今ここ目印********/
div.kind{
	padding-bottom: 20px;
}
div.kind ul{
	display: table;
	width: 100%;
}
div.kind ul li{
	background-color: #dcdcdc;
	display: table-cell;
	width: 12%;
	text-align: center;
	border: 2px solid #fff;
	font-size: 11px;
	padding: 2px 0;
}
div.kind ul li.now-kind{
	background-color: #f4a690;
	color: #fff;
}
div.dot{
	/*border: 4px dotted #dcdcdc;*/
	margin-bottom: 20px;
	margin-top: 20px;
}
.page-section-r img.page-img-left,.page-section-r img.page-img-right{
	max-width: 100%;
		-webkit-box-shadow:2px 2px 3px #dcdcdc;
	 -moz-box-shadow:2px 2px 3px #dcdcdc;
	box-shadow:2px 2px 3px #dcdcdc;
	 border-radius: 6px;        /* CSS3草案 */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
}
h2.reform-h2{
	display:block;
	color: #3d3d3d;
	font-weight: 500;
	font-size: 24px;
	text-align: center;
	border-left: 14px solid #359ed9;/*スカイブルー*/;
	border-bottom: 1px solid #359ed9;/*スカイブルー*/;
	padding: 4px 20px 0 10px;
	margin-top: 20px;
	margin-bottom:20px;
	margin-left: 10px;
}
h3.reform-h3{
	color: #fff;
	margin-bottom: 10px;
	margin-top: 30px;
	padding: 4px 10px;
	font-size: 16px;
	font-weight: 500;
	background:-webkit-gradient(linear, left top, right top, from(#2B84C8), to(#fff));/*スカイブルーより薄い青*/
    background:-webkit-linear-gradient(left, #2B84C8, #fff);
    background:-moz-linear-gradient(left, #2B84C8, #fff);
    background:-ms-linear-gradient(left, #2B84C8, #fff);
    background:-o-linear-gradient(left, #2B84C8, #fff);
    background:linear-gradient(to right, #2B84C8, #fff);
    border-top-left-radius: 4px;
      -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
   border-bottom-left-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
}
dl.reform-dl{
	margin-top: 10px;
}
dl.reform-dl dt{
	/*border:1px solid #AFB2B2;*/
	max-width: 100%;
	text-align: center;
	padding: 6px;
	font-size: 24px;
	font-weight: 400;
	margin: 20px;
	color:#097caf;/*スカイブルー*/;
	border-left: 2px solid #2B84C8;/*スカイブルーより薄い青*/;
	border-right: 2px solid #2B84C8;/*スカイブルーより薄い青*/;
	border-bottom: 2px solid #2B84C8;/*スカイブルーより薄い青*/;
}
dl.reform-dl dd{
	display: inline-block;
	font-size: 14px;
	line-height: 1.8em;
	padding: 0 10px 40px 10px;
	letter-spacing: 1px;
}
dl.reform-dl dd.long{
	display:block;
	text-align: center;
	font-size: 13px;
	padding: 10px;
	color: #097caf;/*スカイブルー*/
	letter-spacing: 1px;
}
div.flow{
	padding: 10px 20px;
}
div.flow p.susumekata{
	color: #dd654a;/*朱*/
	font-size: 18px;
	width:100%;
	text-align: center;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	background: url(../img/pen.png) no-repeat;
	background-size:100%;
}
div.flow div.inflow{
	text-align: center;
	margin-bottom: 10px;
	padding: 10px 20px;
	font-size: 14px;
	letter-spacing: 1px;
	vertical-align: top;
	width:100%;
}
div.flow div p span{
	font-weight: bold;
	font-size: 18px;
	line-height: 2em;
}

div.flow1{
		max-width: 100%;
	background-color: #fff7e7;
	border-bottom-left-radius: 45px;
      -webkit-border-bottom-left-radius: 45px;
    -moz-border-radius-bottomleft: 45px;
   border-bottom-right-radius: 45px;
      -webkit-border-bottom-right-radius: 45px;
    -moz-border-radius-bottomright: 45px;
}
div.flow2{
	background-color: #f7e9d0;
	border-bottom-left-radius: 45px;
      -webkit-border-bottom-left-radius: 45px;
    -moz-border-radius-bottomleft: 45px;
   border-bottom-right-radius: 45px;
      -webkit-border-bottom-right-radius: 45px;
    -moz-border-radius-bottomright: 45px;
}
div.flow3{
	background-color: #e2d6c0;
}
div.flow3 p span{
	border: 1px dotted #dd654a;/*朱*/;
	padding:0 10px;
	background-color: #fff;
	color: #dd654a;/*朱*/;
}
div#goodbad{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 100px;
}
div.good,div.bad{
	max-width: 100%;
	margin-top: 10px;
}
div.good{
	padding: 14px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffeeee', endColorstr = '#ffffff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffeeee', endColorstr = ' #ffffff')";
	background-image: -moz-linear-gradient(top, #ffeeee,  #ffffff);
	background-image: -ms-linear-gradient(top, #ffeeee,  #ffffff);
	background-image: -o-linear-gradient(top, #ffeeee,  #ffffff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffeeee), to( #ffffff));
	background-image: -webkit-linear-gradient(top, #ffeeee,  #ffffff);
	background-image: linear-gradient(top, #ffeeee, #ffffff);
}
div.good h4.reform-h4{
	color: #dd654a;
	background-color: #fff;
	margin-left: 10px;
	margin-right: 10px;
	padding: 4px;
	font-size: 16px;
	font-weight: 500;
	border: 2px solid #f4a690;/*オレンジ*/
    border-radius: 4px;
      -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
div.bad{
	padding: 14px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#def4f9', endColorstr = '#ffffff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#def4f9', endColorstr = ' #ffffff')";
	background-image: -moz-linear-gradient(top, #def4f9,  #ffffff);
	background-image: -ms-linear-gradient(top, #def4f9,  #ffffff);
	background-image: -o-linear-gradient(top, #def4f9,  #ffffff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#def4f9), to( #ffffff));
	background-image: -webkit-linear-gradient(top, #def4f9,  #ffffff);
	background-image: linear-gradient(top, #def4f9, #ffffff);
}
div.bad h4.reform-h4{
	color: #097caf;
	background-color: #fff;
	margin-left: 10px;
	margin-right: 10px;
	padding: 4px;
	font-size: 16px;
	font-weight: 500;
	border: 2px solid #2B84C8;
    border-radius: 4px;
      -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.maru{
	float: right;
	width: 140px;
}
.movie{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.movie video{
	width: 100%;
}
/*******************リフォームの流れ すまほ***********************/
div#nagare{
	border: 1px solid #dd654a;
	border-radius: 6px;
      -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 16px;
}
div#nagare div.page-section{
	padding-top: 20px;
}
.page-section-n{
	padding: 10px 4px;
}
.page-section-n h1{
	font-weight: 500;
	font-size: 13px;
	padding:4px 0 4px 10px;
	margin-bottom: 4px;
	background:-webkit-gradient(linear, left top, right top, from(#feaa6c), to(#fff));/*みかん*/
    background:-webkit-linear-gradient(left, #feaa6c, #fff);
    background:-moz-linear-gradient(left, #feaa6c, #fff);
    background:-ms-linear-gradient(left, #feaa6c, #fff);
    background:-o-linear-gradient(left, #feaa6c, #fff);
    background:linear-gradient(to right, #feaa6c, #fff);
    border-top-left-radius: 10px;
      -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
   border-bottom-left-radius: 10px;
      -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
}
.nagare-img-left,.nagare-img-right{
	width: 100%;
}
#kitchen{
	width: 140px;
	margin: 4px 0 10px 10px;
	float: right;
}
.page-h2-red{
	font-family: 'Amatic SC', cursive;
	letter-spacing: 2px;
	font-size: 30px;
	font-weight: bold;
	margin-right: 10px;
	color: #dd654a;
	border-bottom: 4px dotted #dd654a;
	border-top: 4px dotted #dd654a;
	padding: 10px;
}
h2.nagare-red{
	/*border:1px solid #AFB2B2;*/
	margin-top: 4px;
	font-size: 24px;
	line-height: 2em;
	color:  #dd654a;/*濃いオレンジ*/
	font-weight: 500;
}
.page-h2-orange{
	font-family: 'Amatic SC', cursive;
	letter-spacing: 2px;
	font-size: 30px;
	font-weight: bold;
	margin-right: 10px;
	color: #feaa6c;
	border-bottom: 4px dotted #feaa6c;
	border-top: 4px dotted #feaa6c;
	padding: 10px;
}
h2.nagare-orange{
	/*border:1px solid #AFB2B2;*/
	margin-top: 4px;
	font-size: 24px;
	line-height: 2em;
	color:  #feaa6c;/*みかん*/
	font-weight: 500;
}
.page-h2-green{
	font-family: 'Amatic SC', cursive;
	letter-spacing: 2px;
	font-size: 30px;
	font-weight: bold;
	margin-right: 10px;
	color: #39b54a;
	border-bottom: 4px dotted #39b54a;
	border-top: 4px dotted #39b54a;
	padding: 10px;
}
h2.nagare-green{
	/*border:1px solid #AFB2B2;*/
	margin-top: 4px;
	font-size: 24px;
	line-height: 2em;
	color:  #39b54a;/*グリーン*/
	font-weight: 500;
}
p.secret{
	color:  #dd654a;/*濃いオレンジ*/
	text-align: center;
	font-size: 13px;
}
/***************お問合せ スマホ******************/
.page-section-c{
	padding: 4px;
}
.page-section-c h1{
	font-weight: 500;
		font-size: 14px;
	padding:4px 0 4px 20px;
	margin-top: 10px;
	background:-webkit-gradient;
	background:-webkit-gradient(linear, left top, right top, from(#c5a3c6), to(#fff));/*パープル*/
    background:-webkit-linear-gradient(left, #c5a3c6, #fff);
    background:-moz-linear-gradient(left, #c5a3c6, #fff);
    background:-ms-linear-gradient(left, #c5a3c6, #fff);
    background:-o-linear-gradient(left, #c5a3c6, #fff);
    background:linear-gradient(to right, #c5a3c6, #fff);
    border-top-left-radius: 10px;
      -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
   border-bottom-left-radius: 10px;
      -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
}
div.tel{
	width: 100%;
	/*border: 1px solid #f4a690;*/
	margin: 30px 0;
	background-color: #fff7e7;/*ベージュ*/
	text-align: center;
	padding: 10px;
}
div.tel h2{
	background-color: #e2d6c0;/*茶色*/
	color: #3d3d3d;
	font-weight: 600;
	font-size: 16px;
	padding: 6px 0;
	 border-radius: 10px;
      -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
div.tel img{
	width: 24px;
	margin-right: 10px;
	margin-top: 10px;
}
div.tel a{
	text-decoration: none;
	font-size: 20px;
	vertical-align: 4px;
	color:  #097caf;/*濃い青*/
}
div.tel p{
	font-size: 13px;
}
div.fax,div.mail{
	margin-top: 20px;
}
h2.fax-h2{
	/*background-color: #2B84C8;*/
	color: #fff;
	padding: 6px 10px;
	font-size: 15px;
	font-weight: 500;
	background:-webkit-gradient(linear, left top, right top, from(#2B84C8), to(#fff));/*スカイブルーより薄い青*/
    background:-webkit-linear-gradient(left, #2B84C8, #fff);
    background:-moz-linear-gradient(left, #2B84C8, #fff);
    background:-ms-linear-gradient(left, #2B84C8, #fff);
    background:-o-linear-gradient(left, #2B84C8, #fff);
    background:linear-gradient(to right, #2B84C8, #fff);
    border-top-left-radius: 4px;
      -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
   border-bottom-left-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
}
div.fax dl#fax-dl{
	text-align: center;
	margin-top: 4px;
}
div.fax dl#fax-time{
	text-align: center;
}
div.fax dl#fax-dl dt{
	font-size: 18px;
	color:  #3d3d3d;/*濃いグレー*/
	display: inline-block;
}
div.fax dl#fax-dl dd{
		font-size: 20px;
	color:  #097caf;/*濃い青*/
		display: inline-block;
}
div.fax dl#fax-time dt{
	font-size: 13px;
	color:  #3d3d3d;/*濃いグレー*/
	display: inline-block;
}
div.fax dl#fax-time dd{
		font-size: 13px;
	color:  #3d3d3d;/*濃いグレー*/
		display: inline-block;
}
form{
	background: url(../img/page4-2.jpg) no-repeat;
	background-size: contain;
	max-width: 100%;
}
.area,.area2{
	-webkit-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
	 -moz-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
	box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
}
.area{
	height: 30px;
}
.area2{
	height: 6em;
}
.submit{
	text-align: center;
	padding-top: 10px;
}
.submit input{
	color:  #fff;
	height: 30px;
	width: 100px;
	background-color:#359ed9;/*スカイブルー*/;
		-webkit-box-shadow:1px 2px 3px #dcdcdc;
	 -moz-box-shadow:1px 2px 3px #dcdcdc;
	box-shadow:1px 2px 3px #dcdcdc;
		/*border-radius: 4px;
      -webkit-border-radius: 4px;
    -moz-border-radius: 4px;*/
    border-top:2px solid #2B84C8;
    border-left:2px solid #2B84C8;
	 border-bottom:2px solid #097caf;
    border-right:2px solid #097caf;
}

table.formTable th{
	/*border: 1px solid #2B84C8;*/
		padding-top: 8px;
		vertical-align: bottom;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 1px;
		color: #097caf;
		display: block;
		width: 100%;

}
table.formTable td{
	padding-top: 4px;
	font-size: 14px;
	color: #3d3d3d;
	display: block;
	width: 100%;
}
.size20,.size30,.size10{
	width: 100%;
}
div.contact-dl{
	width:100%;
	margin: 0 auto;
	border:1px solid #359ed9;/*スカイブルー*/;
		border-radius: 40px;
      -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    margin-top: 20px;
    padding: 10px 20px;
}
div.contact-dl dl{
	padding-bottom: 10px;
	font-size: 14px;
	letter-spacing: 1px;
}
div.contact-dl dl dt{
	color:#359ed9;/*スカイブルー*/;
	width: 140px;
}
div.contact-dl dl dd{
	padding-left: 10px;
}
/***************個人情報 スマホ**************/
div.page-privacy{
	padding: 0 10px;
}
div.page-privacy ol{
	padding: 10px 20px;
	font-size: 14px;
	letter-spacing: 1px;
}
div.page-privacy ol li{
	padding-bottom: 10px;
	line-height: 1.8em;
}

/****************会社概要　スマホ********************/
table#gaiyo{
		/*border: 1px dotted #252525;*/
	margin: 10px;
}
table#gaiyo tr th{
	border-bottom: 4px solid #2B84C8;
	padding: 4px 0;
	font-size: 14px;
	font-weight: 600;
	color: #359ed9;
}
table#gaiyo tr td{
	padding: 10px;
	font-size: 14px;
	letter-spacing: 1px;
}
/**********************thanks******************/
div.thanks{
	margin-top: 10px;
	padding: 20px;
}
div.thanks h1{
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	color: #359ed9;;
}
div.thanks p{
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.8em;
	margin: 10px;
}
#bird{
	display: block;
	width: 100%;
}
/*******追加2016.8.15 施工事例詳細******/
h2.case-h2{
	font-size: 18px;
	text-align: center;
	background-color:  #359ed9;/*スカイブルー*/
	margin: 6px 0;
	color: #fff;
	padding: 8px 4px 4px 4px;
	letter-spacing: 1px;
	font-weight: 400;
}
h2.case-h2 span{
	font-size: 13px;
	padding-left: 4px;
}
ol.case-ol{
	font-size: 16px;
	line-height: 1.8em;
	padding:0 10px;
	margin-left: 10px;
	font-weight: bold;
}
ol.case-ol li{
	color:  #097caf;/*スカイブルーより濃いブルー*/
	border-bottom: 1px dotted #359ed9;/*スカイブルー*/
	padding-left: 10px;
	padding-top: 10px;
}
div.center{
	text-align: center;
	padding-bottom: 10px;
}
div.center img{
	max-width: 100%;
}
div#case-b-a{
	text-align: center;
}
div#case-b-a p.after-p img{
	width: 100%;
}
.f-right{
	float: right;
	max-width: 100%;
	padding-bottom: 10px;
}
.mini{
	width: 140px;
}
div.tsugi-back{
	text-align: right;
}
p.tsugi,p.back{
	text-align: center;
	display: inline-block;
	margin-right: 10px;
}
p.tsugi a,p.back a{
	display: block;
	width: 200px;
	margin-bottom: 6px;
	padding: 10px;
	text-decoration: none;
	background-color:#359ed9;/*スカイブルー*/
	color: #fff;
	font-size: 14px;
	font-weight: 500;
    	-webkit-box-shadow:1px 2px 3px #dcdcdc;
	 -moz-box-shadow:1px 2px 3px #dcdcdc;
	box-shadow:1px 2px 3px #dcdcdc;
		 border-radius: 6px;        /* CSS3草案 */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
}
p.tsugi a:after{
	content: " >>";
}
p.back a:before{
	content: "<< ";
}
p.tsugi a:hover,p.back a:hover{
		opacity:0.7;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-webkit-transition: all .4s;
	transition: all .4s
}
}
