<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
.d_box1{
	border: 1px solid #ccc;
	padding: 6px;
	display: inline-block;
}
.pa12{ padding:12px;}
.d_box1-2{
	border: 1px solid #ccc;
	display: inline-block;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	font-size:14px;
}
.d_box1-a{
	border: 1px solid #ccc;
	padding: 6px;	
}
.d_box2{
	border: 1px none #ccc;
	display: inline-block;
	color: #FFF;
	background-color: #900;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
.d_box2-2{
	border: 1px none #ccc;
	display: inline-block;
	color: #FFF;
	background-color: #900;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	font-size:14px;
}
.d_box3{
	border: 1px none #ccc;
	display: inline-block;
	color: #FFF;
	background-color: #128B4B;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;		
}
.wood{
	background-color: #DFFFEF;
}
.wood2{
	background-color: #FFF4DF;
}
.wood3{
	background-color: #FFDFDF;
}


.sekou_imgz img{ float:left;margin-bottom:10px;}

h3.dbold{
	font-size: 16px;
	margin-bottom: 6px;
}

.table06 td{ width:25%;}

.table06 th{width:25%; background-color:#F9F9F9; text-align:left; padding-left:15px;}

/*横に画像　右にタイトルないよう*/

.d3_box{
	padding-top: 20px;
	padding-bottom: 30px;
	margin-right: 20px;
	margin-left: 20px;
}

.d3_box2{
	padding-top: 20px;
	padding-bottom: 30px;
	margin-right: 0px;
	margin-left: 0px;
}
.d3_box_sam{
	width: 160px;
	float: left;
	background-color: #FFF;
	padding-right: 30px;
	padding-bottom: 20px;
	font-size: 12px;
	text-align: center;
}

.d3_box_sam_right{
	width: 230px;
	float: right;
	background-color: #FFF;
	padding-left: 30px;
	padding-bottom: 20px;
	font-size:12px;
	text-align: center;	
}

.d3_box_disp{
	margin-left: 0px;
	
}

.d3_box_h{
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	width: 100%;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
}




/*概要*/

.d3_box_sam_right2{
/*	width: 230px;*/
	float: right;
	background-color: #FFF;
	padding-left: 30px;
	padding-bottom: 20px;
	font-size:12px;
	text-align: center;	
}


.d_under_border{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


/*タブ*/

.tab_menu{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.tab_menu li{
	float: left;
	list-style-type: none;
	margin-bottom: -1px;
	margin-left: -1px;	

}
.tab_menu li a{
	display: block;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	font-size: 16px;
	border: 1px solid #ccc;
	color: #000;
	font-weight: bold;
}

.tab_menu li a:hover{
	color: #FFF;
	background-color: #00A550;
	text-decoration: none;
}

.tab_menu li a.current{
	background-color: #993333;
	color: #FFF;
	border-bottom-color: #993333;
}

/*概要タブ*/

.tab_menu2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.tab_menu2 li{
	float: left;
	list-style-type: none;
	margin-bottom: -1px;
	margin-left: -1px;	

}
.tab_menu2 li a{
	display: block;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.tab_menu2 li a:hover{
	color: #FFF;
	background-color: #6a3906;
	text-decoration: none;
}


.tab_menu2 li a.current2{
	background-color: #128B4B;
	color: #FFF;
	border-bottom-color: #118A4B;
}






/*拠点*/
.gaiyou_box{ }

.gaiyou_sam{ float:right;
background-color:#FFF;
padding-left:30px;}

.gaiyou_title{}















.test_icon{
	font-size: 17px;
	margin-right: 4px;	
}



.car_deal
{
	text-align: center;
	padding: 15px;
	border: 1px solid #F60;
}

.car_ul{
	padding: 0px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.car_ul li{
	font-size: 18px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F60;
	margin-bottom: 10px;
	list-style-type: disc;
	color: #F60;
	display: inline-table;
}




/*QA*/

.qa_box1{
	font-size: 15px;
	background-color: #EAF5FF;
	margin-bottom: 24px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.qa_box1 p{
	font-size: 15px;
	background-color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-image: url(../img/d_site/A.jpg);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding-left: 63px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}




.qa_all {
	padding-left: 5px;
}

.qa_all li{
	margin-bottom: 5px;
}

.qa_all a {
	color: #060;
	text-decoration: underline;
}


.qa_titel1{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	background-image: url(/img/d_site/Q.jpg);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding-left: 63px;
	padding-top: 14px;
}





/*基本ここまで*/


/*メインメニュー*/


.d_navi_main_in ul {
	list-style-type: none;
	overflow: hidden;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 16px;
}

.d_navi_main_in ul li  {
	list-style-type: none;
	display: block;
	float: left;
	width: 20%;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: bottom;
	}

.d_navi_main_in ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	box-sizing: border-box;
	text-align: center;
	display: block;
	width: 100%;
	font-size: 15px;
	text-indent: -10px;
}
.d_navi_main_in ul li:nth-last-of-type(1)  a{
	border-right-style: none;
}


/*リストホバー時リストの消したパディングを付加する*/
.d_navi_main_in ul li:hover a{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	border-right-style: solid;
	border-right-color: #D00;
}

/*リストホバー時パディングを無くす*/
.d_navi_main_in ul li:hover {
padding-top: 0px;
	padding-bottom: 0px;	
}


/*点線消し含む*/
.d_navi_main_in ul li:hover{
	display: block;
	color: #00AF86;
	text-decoration: none;
	background-color: #00AF86;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	margin-left: -1px;
}




/*-------------------再度メニュー*/


#d_sidenavi_in ul   {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#d_sidenavi_in ul li  {
	
	
}


/*.jirei_side:hover{
	background-color: #009EFF!important;
	border-color:#009EFF!important;
	
	color: #FFF!important;
}*/

#d_sidenavi_in ul.snavi li a{
	display: block;
	background-color: #FFF;
	margin-bottom: 10px;
	list-style-type: none;
	text-align: center;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 2px solid #CCC;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
	text-indent: -10px;
}


#d_sidenavi_in ul.snavi li a:hover {
	background-color: #FF3300;
	text-decoration: none;
	color: #FFF;
	border-top-color: #FF3300;
	border-right-color: #FF3300;
	border-bottom-color: #FF3300;
	border-left-color: #FF3300;
	background-image: url(../img/body_backgr/body_background_white15.png);
	background-repeat: repeat;
}


.side_top{
margin-top:-8px; margin-bottom:5px; margin-left:10px; }
.abs{
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top:4px; margin-bottom:4px; margin-left:4px; 
}

/*コンテンツ*/

.greens{}

/*.title2{
	font-size: 22px;
	line-height: 42px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-left: 15px;
	color: #000;
	
	
}*/

.title1{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-left: 15px;
	color: #000;
	padding-bottom: 5px;
}



.con_box1{
	font-size: 14px;
	padding: 10px;
}


.box_menu1{
	float: left;
	width: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.box_menu2{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
}

.box_menu_title{
	font-size: 18px;
	font-weight: bold;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;*/
	margin-bottom: 15px;
	background-image: url(../img/body_backgr/body_background_dark15.png);
	background-repeat: repeat;
	padding: 5px;
}

.box_menu_title2{
	font-size: 18px;
	font-weight: bold;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;*/
	margin-bottom: 10px;
	background-image: url(../img/body_backgr/body_background_dark15.png);
	background-repeat: repeat;
	padding: 7px;
	background-color: #27AFFF;
	color: #FFF
	}


.box_menu_title2 a {color: #FFF;
}

.side_shop{
	width: 216px;
	padding: 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	border: 1px solid #CCC;
}


.sub_titel1{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;

}



/*事例*/

.jirei_box{
	width: 210px;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
}

.jirei_box_img{
	border: 1px solid #CCC;
	height: 140px;
	width: 210px;
	overflow: hidden;
	position: relative;
	background-image: url(../img/body_backgr/body_background_dark15.png);
	background-repeat: repeat;
}

.jirei_title{
	font-size: 20px;
	margin-top: 60px;
	margin-bottom: 40px;
	/*border: 1px solid #CCC;*/
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	background-image: url(../img/body_backgr/body_background_dark15.png);
	background-repeat: repeat;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #333;
	font-weight: bold;
}


.jirei_title_1{
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 40px;
	/*border: 1px solid #CCC;*/
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	background-image: url(../img/body_backgr/body_background_white.png);
	background-repeat: repeat;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #F9C;
	font-weight: bold;
	background-color: #ffe5ff;
}


.jirei_title_2{
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 40px;
	/*border: 1px solid #CCC;*/
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../img/body_backgr/body_background_white.png);
	background-repeat: repeat;
	border-left-width: 4px;
	border-left-style: none;
	border-left-color: #84CEED;
	background-color: #E8F2FF;
}



.jirei_sub_title{
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height:42px;

}
.jirei_box_all .jirei_box:nth-of-type(3n+1){
	clear: both;
}



/*フォーム後別css化*/

input[type='text'], textarea, .wpcf7-select,input[type='email']{
    border:1px solid #777;
    padding: 5px;
 
    background: #fff;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius:5px;
     
/* Webkit 
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#fff)
        );
     
/* Firefox 
    background: -moz-linear-gradient(
        top,
        #eee,
        #fff
        );
     
/* IE 
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}

*/
}


input[type='submit']{
	border: 1px solid #777;
	padding: 4px 10px;
	color: #fff;
	cursor: pointer;
	background: #428ec9;
	border-radius: 5px;
	/* Webkit */
	background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#99c9e5),
        to(#428ec9)
        );
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	/* Firefox */
	background: -moz-linear-gradient(
        top,
        #99c9e5,
        #428ec9
        );
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
	zoom: 1;
	
	font-size: 16px;
}

input[type='submit'][disabled]{
opacity:0.7;
filter: alpha(opacity=70);        /* ie lt 8 */
-ms-filter: "alpha(opacity=70)";  /* ie 8 */
-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
-khtml-opacity: 0.7; 
cursor: default;     
	}

.label1{
	float: left;
	max-width: 200px;
	margin-right: 20px;
}


/*タクソノミー事例*/

.jsam{
	height: 140px;
	width: 140px;
}

.tax_top_menu_all{
	font-size: 13px;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	
	}
.tax_top_menu{
	list-style-type: none;
	font-size: 13px;
	overflow: hidden;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.tax_top_menu li{
	float: left;
	
}

.tax_top_menu li a{
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 10px;
	background-color: #FFF;
	border: 1px solid #CCC;
} 

.tax_top_menu li a:hover{
	color: #FFFFFF;
	background-color: #00AF86;
	text-decoration: none;
}


.original{
	font-size: 10px;
	background-color: #FFB547;
	background-image: url(../img/body_backgr/body_background_white20.png);
	background-repeat: repeat;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFF;
	float: right;
	line-height: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*position: absolute;
	right: 5px;
	bottom: 5px;*/
}

.d_original{
	position: absolute;
	right: 5px;
	bottom: 5px;
}


.original2{
	background-color: #06F;	
}

.new_icon{
	position: absolute;
	top: 5px;
	right: 5px;
}

/*シングル事例*/


.jirei_img1{
	float: left;
	margin-right: 20px;
	position: relative;
}

.jirei_img2{
	float: left;
	margin-right: 8px;
	margin-top: 8px;
}

.jirei_img2 img{
	height: 130px;
	width: 130px;
}


/*自動改行　長くなると*/
.jirei_disp{
	float: left;
	width: 344px;
	font-size: 12px;
}

.jirei_disp a{
	color: #FF3300;
}


.jirei_disp_title{
	float: left;
	font-weight: bold;
	margin-right: 10px;
}

.jirei_disp_con{
	float: left;

}

.jirei_disp_border{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	clear: both;
	margin-bottom: 10px;
	padding-top: 10px;
}

/*価格*/

.d_price{
	font-size: 16px;
	font-weight: normal;
}

.imgbox1{
	text-align: center;
	height: 140px;
	width: 140px;
}


/*.ryoukin_menu1 h4{
	background-image: url(../img/body_backgr/body_background_dark15.png);
	background-repeat: repeat;
	float: left;

}*/




/*top追加*/

.top_koushin_titel{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	margin-top: 0px;
	background-image: url(../img/body_backgr/body_background_dark15.png);
	background-repeat: repeat;
	padding-left: 5px;
	width: 700px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.set_day_all{
	font-size: 14px;
	width: 690px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 3px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

.set_day{
/*	color: #FF3300;*/
	width: 111px;
	float: left;
}

.set_title{
	color: #727171;
	overflow: auto;
}

.set_title a{
	color: #727171;
}

/*ボックス横２個*/

.d_2box{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding: 20px;
	text-align:center;
	}
.d_2box_cap{
	font-size: 14px;
	margin-top: 10px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
	

/*背景有りタイトル・リスト*/

.bg_titel_1{
	font-size: 16px;
	font-weight: bold;
	background-color: #27AFFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #FFF;
}


.bg_list_1{
	font-size: 16px;
	font-weight: bold;
	/*background-color: #E8F2FF;*/
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	}



/*サンプルリスト まきのカラー番号リスト*/

ul.dul{
/* カウンターをリセット */
      counter-reset: li;
/* デフォルトのスタイルをなくす */
list-style: none;
/*  IE6/7用のスタイル */
*list-style: decimal;
        font: 15px 'trebuchet MS', 'lucida sans';
        padding: 0;
        margin-bottom: 4em;
        text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
ul.dul {
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 2em;
}

.dul li{
	position: relative;
	display: block;
	padding: .4em .4em .4em 2em;
        *padding: .4em;
	margin: .7em 0;
	/*  background: #FAF0E1;*/
	color: #444;
	text-decoration: none;
	border-radius: .3em;
	transition: all .3s ease-out;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	border-bottom-width: 1px;
}

/*.rounded-list a:hover{
        background: #eee;
}*/

/*.rounded-list a:hover:before{
    transform: rotate(360deg);
}*/

.dul li:before{
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -1.3em;
	top: 50%;
	margin-top: -1.5em;
	height: 2em;
	width: 2em;
	line-height: 2em;
	border: .4em solid #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 2em;
	
	color: #FFF;
	background-color: #128B4B;
}

/*サンプルリスト*/

.jirei_link{text-align:right; padding-top:15px; padding-bottom:15px; padding-right:10px;}
.jirei_link a{ color:#FF3300; font-size:13px;}



.img_up{
	position: absolute;
	right: 34px;
	bottom: 9px;
	
}


.d_point{
	text-align: center;
	border: 2px solid #D00;
	padding: 10px;
	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
}</pre></body></html>