@charset "utf-8";
/* ===================================================================
 リセット
=================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, p, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
li {
	list-style-type: none;
}
body {
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 2;
	color: #111;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
article, aside, canvas, details, figcaption, figure, header, footer, hgroup, menu, nav, section, summary {
	display: block
}
/* ===================================================================
 ここからcss表記
=================================================================== */
body {
	margin: 20px auto 0 auto;
	text-align: left;
}
#wrapper, .g_inner {
	font-size:13px;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding-top: 2px;
}
/*リンク画像のロールオーバー半透明*/
a:hover img {
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
/* ===================================================================
 header
=================================================================== */
/* ロゴ */
#header h1 {
	float: left;
}
/* 問い合わせ */
#header p {
	border: solid 1px #000;
	float: right;
	font-size: 14px;
}
#header p a {
	display: block;
	padding: 16px 30px;
	text-decoration: none;
	color: #000;
}
#header p a span {
	background: url(../../img/icons/contact.png) no-repeat 0 50%;
	padding: 7px 0 7px 35px;
}
#header p a:hover span {
	color:#990000;
}
#r_grp{
	width:390px;
	float:right;
}
#r_grp ul{
	float:left;
	width:90px;
}
#r_grp ul li a{
	font-size:11px;
	float:left;
	display:block;
	width:100%;
	padding:3px 0 4px 25px;
	background:url(../../img/icons/gray_arrow.jpg) left no-repeat;
		border-bottom:1px solid #000;
		text-decoration:none;
		color:#000;

}
#r_grp ul li a:hover{
	background:url(../../img/icons/blue_arrow.jpg) left no-repeat;
}
#r_grp ul li:first-child a{
	border-top:1px solid #000;
	border-bottom:1px dashed #000;
}
/* ===================================================================
 contents
=================================================================== */
#wrapper {
	clear: both;
	margin-top: 15px;
}
#main_content {
	float: right;
	width: 785px;
}
.catch{
	font-size:1.4em;
	margin:5px 0 10px 0;
	font-weight:bold;
}
/* パンクズ */
#pankuzu {
	background: url(../../img/common_img/pankuzu_home.png) no-repeat 0 20%;
	padding: 0 0 5px 15px;
	margin: 2px 0 11px 0;
	border-bottom: solid 1px #000;
	font-size: 0.85em;
	color: #333;
}
#pankuzu a {
	text-decoration: none;
	color: #333;
}
#pankuzu a:hover {
	text-decoration: underline;
	color: #666;
}
/* ページタイトル */
#title_part {
	height: 450px;
}
#title_part #title_part_bg {
	padding: 50px 0;
	height: 20px;
	margin: 272px auto 0 auto;
	position: relative;
	z-index: 100;
	background: rgba(0,0,0, 0.8);
}
#title_part #title_part_bg div {
	color: #fff;
	width: 1000px;
	margin: 0 auto;
}
#title_part #title_part_bg div h1 {
	font-size: 2.5em;
	font-weight: normal;
	float: left;
	margin-top: -18px;
	position: relative;
	max-width: 500px;
line-height: 35px;
margin:auto 0;
}
#title_part #title_part_bg div p {
	border-left: solid 5px #fff;
	padding-left: 18px;
	float: right;
	margin: -15px 15px 0 0;
}
/* ===================================================================
 nav
=================================================================== */
#nav {
	float: left;
	width: 197px;
	margin-bottom: 50px;
}
/* CATEGORY */
#nav h1 {
	background-color: #000;
	color: #fff;
	padding: 15px 18px;
	text-align: center;
	font-size: 1.4em;
	letter-spacing: 3px;
	font-weight: normal;
}
#nav h1 a {
	color: #FFF;
	text-decoration: none;
}
#nav ol {
	margin: 5px 0 12px 0;
}
#nav ol li {
	line-height: 1.7;
	padding:10px 0;
	border-bottom: solid 1px #ccc;
	font-size: 11px;
}
#nav ol li a {
	text-decoration: none;
	color: #333;
	display: block;
	background: url(../../img/icons/gray_arrow.jpg) left no-repeat;
	padding-left: 28px;
}
#nav ol li a:hover {
	background: url(../../img/icons/red_arrow.jpg) left no-repeat;
}

/*PC閲覧時は消す*/
#side_sp{
	display:none;
}

/* 問い合わせ */
#nav #contact {
	border: solid 1px #000;
	font-size: 12px;
	margin-bottom: 7px;
}
#nav #contact a {
	display: block;
	padding: 15px 0 15px 10px;
	text-decoration: none;
	color: #000;
}
#nav #contact a span {
	background: url(../../img/icons/contact.png) no-repeat 0 50%;
	padding: 7px 0 7px 35px;
}
#nav #contact a:hover span {
	color:#990000;
}
/* ===================================================================
 footer
=================================================================== */

/*PCとスマホのfooterを切り替える*/
#sp_footer{
	display:none;
}

.footer {
	clear: both;
	margin-top: 50px;
}
.footer #gf_contact {
	margin: 15px 0 50px 0;
	border: solid 1px #000;
	padding: 30px 40px;
}
.footer #gf_contact h3 {
	margin-bottom: 20px;
}
.footer #gf_contact .imgr {
	margin-top: -20px;
}
/*SNS*/
#sns_area li{
	display:inline-block;
	padding:0 10px;
}
#sns_area ul{
		width:200px;
	margin:0 auto;
}
#sns_area {
	padding:17px 0 15px;
	text-align:center;
	border-bottom:1px solid #ccc;
	background:url(../../img/common_img/footer/footer_bg2.jpg);
}
#sns_area p{
	font-size:1em;
	padding-bottom:7px;
}
/* pagetop */
#pagetop {
	display: none;
	right: 50px;
	position: fixed;
	bottom: 40px;
	z-index: 1000;
}
#pagetop a {
	margin: 0px;
	display: block;
	padding: 0px;
	height: 76px;
	width: 44px;
}
#pagetop a:hover {
	opacity: 0.7;
}
/* サイトマップ */
.footer #gf_menu2 {
	background: url(../../img/common_img/footer/footer_bg.jpg);
	border-bottom: solid 1px #ccc;
	box-shadow: 0px 3px 3px -3px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 3px 3px -3px rgba(255,255,255,1);
	-moz-box-shadow: 0px 3px 3px -3px rgba(255,255,255,1);
}
.footer #gf_menu2 div {
	padding: 40px 0;
}
.footer #gf_menu2 div dl {
	width: 307px;
	float: left;
	margin-right: 39px;
}
.footer #gf_menu2 div dl:last-child {
	margin-right: 0;
}
.footer #gf_menu2 div dl dt {
	text-align: center;
	margin-bottom: 10px;
}

/* 関連ページ */
.inpage {
	margin-bottom:10px;
width: 100%;
text-align: center;
padding: 3px;
box-sizing: border-box;
background: #ccc;
}

.footer #gf_menu2 div dl dd ol li {
	line-height: 1.8;
}
.footer #gf_menu2 div dl dd ol li  a{
	color:#333;
	text-decoration:none;
	background:url(../../img/icons/gray_arrow.jpg) left no-repeat;
	padding-left: 25px;
	display:block;
	margin:7px 0;
	padding-bottom:7px;
	border-bottom:1px solid #ccc;
}
.footer #gf_menu2 div dl dd ol li  a:hover{
	background:url(../../img/icons/red_arrow.jpg) left no-repeat;
}


/* 住所 */
.footer #address {
	background: url(../../img/common_img/footer/footer_bg.jpg);
	border-bottom: solid 1px #ccc;
	margin-bottom: 1px;
	padding: 7px 0 20px 0;
}
.footer #address dl {
	margin: 15px auto 20px;
}
.footer #address dt {
	float: left;
	margin-top:25px;
}
.footer #address dd {
	clear: right;
	float: right;
	border-bottom: solid 1px #ccc;
	width: 20.5em;
}
.footer #address dd:last-child {
	border: none;
}
/* コピーライト */
.footer #copy {
z-index: 1000;
background: rgba(0,0,0, 1);
padding: 10px 0;
color: #fff;
text-align: center;
}
/* ===================================================================
 共通
=================================================================== */
/* グローバルメニュー */
.g_nav {
	z-index: 1000;
	height: 58px;
	background: rgba(0,0,0, 1);
	margin-top: 22px;
}
.footer .g_nav ul li a:hover {
	background:#333;
}
.shomei{
	background:#f6f6f6;
	padding:10px;
	border-radius:5px;
	border:1px solid #ccc;
	margin:15px 0;
}
#contact_go a{
	text-align:center;
	margin-top:20px;
	padding:10px;
	display:block;
	text-decoration:none;
	border-radius:10px;
	color:#000;
	border:1px solid #000;
	font-size:1.5em;
}
#contact_go a:hover{
		background:#FBEA99;
}

.g_nav ul {
	width: 1000px;
}
.g_nav ul li {
	float: left;
	width: 12.4%;
	font-size: 12px;
	text-align: center;
	border-right: solid 1px #444;
}
.g_nav ul{
}
.g_nav ul li:first-child {
	border-left: solid 1px #444;
	width: 12.2%;
}
.g_nav ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 15px 0;
}
.g_nav ul li a:hover {
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.2+0,0.8+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */

}
.imgr {
	float: right;
}
.imgl {
	float: left;
}
.textc {
	text-align: center;
}
.textr {
	text-align: right;
}
/* 色 */
.col_green {
	color: #060;
}
.col_navy {
	color: navy;
}
.bg_brown {
	background-color: #ebe2bb;
}
/*微調整*/
.mb20 {
	margin-bottom: 20px;
}
/*　共通　基本のh1 */
#main_content h1 {
	background-color: #efefef;
	border-left: solid 4px #000;
	padding: 8px 0 8px 12px;
	margin-bottom: 13px;
	font-size: 1.2em;
	font-weight: 600;
	clear: both;
}
#main_content h1 a{
	color:#000;
}
/*　共通　施工例・ログハウスプラン*/
#main_content #kitname {
	background-color: #fff;
	padding: 15px 0 10px 0;
	margin-bottom: 20px;
	font-size: 2.5rem;
	font-weight: 400;
	border-bottom: solid 2px #000;
	line-height: 1em;
	border-left: none;
}
#main_content #kitname a {
	color: #000;
	text-decoration: none;
}
/* 施工例  */
#p_gaiyou {
	margin-bottom: 30px;
}
/*SNS*/
.fb-like{
	margin:10px 0 10px!important;
}

/*特定の箇所を印刷しない*/
@media print{
#header,#footer,#pagetop,#nav,#title_part,#pankuzu,#dataul2 {
display:none;
}
#main_content{
	float:left;
}
}