/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/



body
{
	background: url();
	color: #383838; /*要変更　基本の文字色　デザイン提案書のカラーに合わせる*/
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	font-size: 16px;
	padding: 0px 0;
	margin: 0;
	-webkit-text-size-adjust: 100%;
	/*M+ 1p*/
		font-family: "Mplus 1p";

	/*Rounded M+ 1c*/
		font-family: "Rounded Mplus 1c";

	/*はんなり明朝 ひらがなカタカナのみ*/
		font-family: "Hannari";


	/*こころ明朝 ひらがなカタカナのみ*/
		font-family: "Kokoro";

	/*さわらびゴシック*/
		font-family: "Sawarabi Gothic";

	/*ニコモジ ひらがなカタカナのみ*/
		font-family: "Nico Moji";

	/*ニクキュウ ひらがなカタカナのみ*/
		font-family: "Nikukyu";

	/*さわらび明朝*/
		font-family: "Sawarabi Mincho";

	/*Noto Sans Japanese*/
		font-family: "Noto Sans Japanese";
		font-weight: 200;
}

.wf-hannari { font-family: "Hannari"; }

/*-------------------------------------------------
  追加CSSは以下へ
-------------------------------------------------*/

.formError {
    z-index: 111111111 !important;
}

/*-------------------------------------------------
  人気記事
-------------------------------------------------*/
.pvr{
	display: flex;
	-ms-display:flex;
	-webkit-display:flex;
	flex-wrap: wrap;
}
.popular{
	width: 24%;
	margin: 0.5%;
	padding-bottom: 1%;
	background: #f3f3f3;
	font-size: 15px;
}
.popuimg{
	display: inline-block;
	height: 120px;
}
.popuimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width:960px){ /*スマホサイズ*/
	.popular{
		width: 49%;
		margin: 0.5%;
	}
	.popuimg{
		height: 200px;
	}
}
@media screen and (max-width:560px){ /*スマホサイズ*/
	.popuimg{
		height: 150px;
	}
}
/*-------------------------------------------------
  リンク
-------------------------------------------------*/

a:link, a:visited
{
	color: #1F993E; /* リンク文字の色 */
	text-decoration: none;
}
a:hover, a:active
{
	color: #1F993E; /* リンク文字の色　ホバー時 */
	text-decoration: underline;
}

/*-------------------------------------------------
  ヘッダー header
-------------------------------------------------*/
#header
{
	position: fixed;
	top: 0;
	width: 100%;
	height: ;
	background: #fff url(images/) no-repeat;
	background: rgba(256,256,256,0.95);
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
	z-index: 999999;
	margin-top: 0;
}

	@media screen and (max-width:750px){ /*スマホサイズ*/

	#header
	{
		height: 75px;
		margin: 0;
	}

	}

#header a:link, #header a:visited
{
	color: #383838; /* ヘッダー内のリンク文字の色 */
	text-decoration: none;
}
#header a:hover, #header a:active
{
	color: #1F993E; /* ヘッダー内のリンク文字の色　ホバー時 */
}

.logoandmenu /*ロゴ+メニュー帯*/
{
	max-width: 1180px;
	margin: auto;
}

.logo /*ロゴエリア*/
{
	width: 30%;
	float: left;
	z-index: 9999;
	position: relative;
}

.logo img
{
	max-width: 100%;
}

	@media screen and (max-width:750px){ /*スマホサイズ*/

	.logo /*ロゴエリア*/
	{
		width: 50%;
		float: left;
	}

	.logo img
	{
		max-height: 75px;
	}
	}

@media screen and (min-width:751px){ /*PCサイズ*/
	.menu /*メニューエリア*/
	{
		width: 70%;
		float: right;
	}

	.menu_smp /*メニューエリア　スマートフォン*/
	{
		display: none;
	}

	/*スマホ用メニューボタン*/
	 header {
		display: none;
	 }

}

	@media screen and (max-width:750px){ /*スマホサイズ*/
		.menu /*メニューエリア*/
		{
			display: none;
		}

		.menu_smp /*メニューエリア*/
		{
			display: inline;
			width: 70%;
			float: right;
		}

		/*スマホ用ハンバーガーメニュー*/
		 header {
			height: 75px;
			/*z-index: 1000;*/
			position: relative;
		 }
		 header nav {
			position: absolute;
			top: 75px;
		 }
		 main {
			position: absolute;
			top: 0px;
		 }
		 body {
			margin: 0;
		 }
		 header {
			background-color: ;
			color: white;
			width: 100%;
		 }
		 header .menu_button {
			border-left: solid 0px white;
			float: right;
			width: 25%;
			height: 100%;
			text-align: center;
		 }
		 header .menu_button span {
			line-height: 40px;
		 }
		 header nav {
			/* background-color: #333;*/
			background: rgba(0,0,0,0.9);
			color: white;
			width: 100%;
			z-index: 0;
		 }
		 header nav ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		 }
		 header nav ul li:first-child {
			width: 50%;
			float: left;
			border-top: solid 0px white;
		 }
		 header nav ul li {
			height: 42px;
			line-height: 42px;
			vertical-align: middle;
			border-bottom: solid 1px #333;
			border-left: solid 1px #333;
			text-align: center;
			padding: 0;
			box-sizing: border-box;
			background: url(images/arrow2018.png) right no-repeat;
			background-size: 8%;
			background-position: 4%;
		 }
		 main {
			width: 100%;
		 }

	}

/*-------------------------------------------------
  メニューボタン
-------------------------------------------------*/

@media screen and (min-width:750px) and (max-width: 1180px){
	#menubutton
	{
		display: block;
		width: 14.285%;
		height: ;
		background: url(images/) no-repeat;
		height: ;
		line-height: ;
		vertical-align: middle;
		text-decoration: none;
		text-align: center;
		float: left;
		padding: 0.2% 0 0.2% 0;
		box-sizing: border-box;
		border-width: 0px 0px 0px 1px;
		border-style: solid;
		border-color: #E0E0E0;
		margin: 1.5% 0 0 0;
		font-size: 1.2vw;
		overflow: hidden;
		white-space: nowrap;
	}
}

@media screen and (min-width: 1180px){
	#menubutton
	{
		display: block;
		width: 14.285%;
		height: 5%;
		background: url(images/) no-repeat;
		height: ;
		line-height: ;
		vertical-align: middle;
		text-decoration: none;
		text-align: center;
		float: left;
		padding: 0.2% 0 0.2% 0;
		box-sizing: border-box;
		border-width: 0px 0px 0px 1px;
		border-style: solid;
		border-color: #E0E0E0;
		margin: 1.5% 0 0 0;
		font-size: 14px;
		overflow: hidden;
		white-space: nowrap;
	}
}

	@media screen and (max-width: 750px){ /*スマホサイズ*/
		#menubutton
		{
			display: block;
			width: 50%;
			height: 5%;
			background: url(images/) no-repeat;
			height: ;
			line-height: ;
			vertical-align: middle;
			text-decoration: none;
			text-align: center;
			float: left;
			padding: 2.5% 0 2.5% 0;
			box-sizing: border-box;
			border-width: 0px 1px 1px 0px;
			border-style: solid;
			border-color: #efefef;
			margin: 0 0 0 0;
			font-size: 14px;
			overflow: hidden;
			white-space: nowrap;
			color: #fff;
		}

		.menutextcolor
		{
			color: #fff;
		}
	}

/*-------------------------------------------------
  ヒーローイメージ
-------------------------------------------------*/

.bg_heroimg /*ヒーローイメージの背景*/
{
	width: 100%;
	background: ;
}

.heroimg /*ヒーローイメージの枠*/
{
	max-width: 1180px;
	margin: auto;
	padding: 0 0 0 0;
	overflow: hidden;
}

.heroimg img /*ヒーローイメージ*/
{
	width: 100%;
	padding: 11.3% 0 0 0; /*メニュー帯に隠れないためのpadding*/
	display: none;
}

	@media screen and (max-width: 750px){ /*スマホサイズ*/

	.heroimg img /*ヒーローイメージ*/
	{
		width: 100%;
		padding: 75px 0 0 0; /*メニュー帯に隠れないためのpadding*/
		display: none;
	}

	}

/*-------------------------------------------------
  キャッチコピーエリア
-------------------------------------------------*/

/*サブページキャッチコピーエリア背景ブラー*/
#bg_blur1
{
	width: 100%;
	max-width: 1180px;
	margin: 11.3% auto 0 auto;
	position: relative;
	overflow: hidden;
}

.bg-blur {
	display: block;
	height: auto;
	left: 0%;
	max-height: none;
	min-height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

	@media screen and (min-width:1180px){ /*PCサイズ*/

		#bg_blur1 /*キャッチエリアとヘッダーメニューを被らせない*/
		{
			margin: 137px auto 0 auto;
		}

	}

	@media screen and (max-width:750px){ /*スマホサイズ*/

		#bg_blur1 /*キャッチエリアとヘッダーメニューを被らせない*/
		{
			margin: 75px auto 0 auto;
		}

	}

.catcharea /*ヒーローイメージ下のキャッチなどの配置エリア*/
{
	width:100%;
	max-width: 1180px;
	display: table;
	height: ;
	margin: -2.5% auto 0 auto;
	position: relative;
	z-index: 8888;
}



.catcharea_l /*キャッチエリア分割左*/
{
	width: 25%;
	display: table-cell;
	height: ;
	padding: 5%;
	box-sizing: border-box;
	background: rgba(31,153,62,0.9);
	color: #fff;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #1F993E;
}

.catcharea_r /*キャッチエリア分割右*/
{
	width: 75%;
	display: table-cell;
	height: ;
	padding: 3% 3% 4.5% 3%;
	box-sizing: border-box;
	background: rgba(31,153,62,0.7);
	color: #fff;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #1F993E;
}

.catcharea h1
{
	font-size: 1em;
	padding: 0;
	font-weight: 200;
}

	@media screen and (min-width:1180px){ /*PCサイズ*/

		.catcharea h1
		{
			font-size: 1em;
			padding: 4% 0 0 0;
			font-weight: 200;
		}

	}

	@media screen and (max-width:750px){ /*スマホサイズ*/

		.catcharea h1
		{
			font-size: 1em;
			padding: 3% 0 0 0;
			font-weight: 200;
		}

	}

.catcharea h2
{
	padding: 0;
	/*さわらび明朝*/
	font-family: "Sawarabi Mincho";
	font-weight: normal;
}

	@media screen and (max-width: 750px){ /*スマホサイズ*/
	.catcharea h2
	{
		font-size: 4vw;
	}
	}


/*-------------------------------------------------
  ホームのメイン画像スライダー 画面幅に対して画像サイズがストレッチするタイプ
-------------------------------------------------*/

	.slideshow
	{
		max-width: 1180px;
		margin: auto;
		overflow: hidden; /*.viewerのmargin突き抜け問題対策*/
		/*display: none;*/
	}

	.viewer
	{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 11.3% auto 0 auto; /*メニュー帯に隠れないためのpadding*/
	}


		@media screen and (max-width: 750px){ /*スマホサイズ*/
		.viewer
		{
			margin: 75px auto 0 auto; /*メニュー帯に隠れないためのpadding*/
		}
		}

	.viewer ul
	{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: auto;
	}
	.viewer ul li
	{
		top: 0;
		left: 0;
		width: 100%;
		position: absolute;
	}
	.viewer ul li img
	{
		width: 100%;
	}

	/* sideNavi
	------------------------- */
	.viewer .btnPrev,
	.viewer .btnNext
	{
		margin-top: -25px;
		top: 50%;
		width: 50px;
		height: 50px;
		position: absolute;
		z-index: 101;
	}
	.viewer .btnPrev
	{
		left: 10px;
		background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
	}
	.viewer .btnNext
	{
		right: 10px;
		background: #ccc url(../img/btnNext.jpg) no-repeat center center;
	}


/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.viewer ul {
    display: inline-block;
    overflow: hidden;
}

/*-------------------------------------------------
  横スライドショー 画面幅に対して画像サイズがストレッチするタイプ
-------------------------------------------------*/

	.wideslider {
		width: 100%;
		text-align: left;
		position: relative;
		overflow: hidden;
	}

	.wideslider ul,
	.wideslider ul li {
		float: left;
		display: inline;
		overflow: hidden;
	}

	.wideslider ul li img {
		width: 100%;
		display: none;
	}

	.wideslider_base {
		top: 0;
		position: absolute;
	}
	.wideslider_wrap {
		top: 0;
		position: absolute;
		overflow: hidden;

	}
	.slider_prev,
	.slider_next {
		top: 0;
		overflow: hidden;
		position: absolute;
		z-index: 100;
		cursor: pointer;
	}
	.slider_prev {background: #fff url(homeimg/prev.jpg) no-repeat right center;}
	.slider_next {background: #fff url(homeimg/next.jpg) no-repeat left center;}

	.pagination {
		bottom: 10px;
		left: 0;
		width: 100%;
		height: 15px;
		text-align: center;
		position: absolute;
		z-index: 200;
	}

	.pagination a {
		margin: 0 5px;
		width: 15px;
		height: 15px;
		display: inline-block;
		overflow: hidden;
		background: #333;
	}
	.pagination a.active {
		filter:alpha(opacity=100)!important;
		-moz-opacity: 1!important;
		opacity: 1!important;
	}


	/* =======================================
		ClearFixElements
	======================================= */
	.wideslider ul:after {
		content: ".";
		height: 0;
		clear: both;
		display: block;
		visibility: hidden;
	}

	.wideslider ul {
		display: inline-block;
		overflow: hidden;
	}


/*-------------------------------------------------
  トップページコンテンツ
-------------------------------------------------*/

.home_title
{
	width: 100%;
	display: table;
	margin: 5% 0 0 0;
}

	@media screen and (max-width: 750px){ /*スマホサイズ*/

		.home_title
		{
			margin: 10% 0 0 0;
		}

	}

.title_word
{
	width: 25%;
	display: table-cell;
	text-align: center;
	font-size: 4vw;
	color: #1F993E;
	vertical-align: middle;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #1F993E;
}

	@media screen and (min-width: 1180px){ /*PCサイズ1180以上*/

		.title_word
		{
			font-size: 3em;
		}

	}

	@media screen and (max-width: 750px){ /*スマホサイズ*/

		.title_word
		{
			width: 50%;
			font-size: 7vw;
		}

	}

.desc_word
{
	width: 75%;
	display: table-cell;
	padding: 3.75% 0 2% 0;
	box-sizing: border-box;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #9ADBA5;
}

	@media screen and (max-width: 750px){ /*スマホサイズ*/
		.desc_word
		{
			width: 50%;
			padding: 0% 0 2% 0;
		}
	}


/*施工例＆ブログサムネイル*/

.thumbnail
{
	width: 100%;
	height: ;
	overflow: hidden;
	background: #f4f4f4 url(images/noimg.png) center no-repeat;
	background-size: 50%;
}

.thumbnail img
{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.thumbnail:hover img
{
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.works_blogs
{
	width: 25%;
	float: left;
	padding: 0.5%;
	box-sizing: border-box;
}

.works_blogs_sub /*施工例ページでは3列*/
{
	width: 33%;
}

	@media screen and (max-width: 750px){ /*スマホサイズ*/

		.works_blogs
		{
			width: 50%;
			float: left;
			padding: 0.5%;
			box-sizing: border-box;
		}

	}

.works_blogs img
{
	width: 100%;
	height: auto;
	display: block;
}

.date
{
	width: 25%;
	height: 100px;
	float: left;
	padding: 3%;
	box-sizing: border-box;
	background: #ededed;
	text-align: center;
}

.title
{
	width: 75%;
	height: 100px;
	float: left;
	padding: 5% 8% 10% 8%;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 0.8em;
	background: #f4f4f4;
}

	@media screen and (max-width: 750px){ /*スマホサイズ*/

		.date
		{
			width: 100%;
			height: 100%;
			text-align: left;
		}

		.date br
		{
			display: none;
		}

		.title
		{
			width: 100%;
			height: 100px;
		}

	}

/*　↑施工例＆ブログサムネイル↑　*/

/*すべての施工例・ブログを見るボタン*/

#viewall
{
	width: 24%;
	float: right;
	margin: 0.5% 0.5% 0 0;
}

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

#viewall span:hover
{
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

.viewall_word
{
	width: 100%;
	height: 55px;
	line-height: 55px;
	vertical-align: middle;
	display: block;
	float: left;
	background: #35A351;
	color: #fff;
	text-align: center;
}

.viewall_arrow
{
	width: 20%;
	height: 55px;
	line-height: 55px;
	vertical-align: middle;
	display: block;
	float: right;
	background: #1F993E;
	text-align: center;
}

	@media screen and (max-width: 750px){ /*スマホサイズ*/
		#viewall
		{
			width: 99%;
		}

		.viewall_word
		{
			width: 100%;
		}

		.viewall_arrow
		{
			width: 10%;
		}

	}


/*　↑すべての施工例・ブログを見るボタン↑　*/

/*お知らせ*/
.oshirase
{
	width: 100%;
	height: 100%;
	display: block;
	background: #f7f7f7;
	padding: 2% 7%;
	box-sizing: border-box;
	border-bottom: 2px solid #fff;
	font-size: 1.05em;
	clear: both;
}

.oshirase_title
{
	width: 77%;
	float: left;
}

.oshirase_marker_l
{
	width: 13%;
	float: left;
	background: #FF5252;
	padding: 0.3%;
	box-sizing: border-box;
	font-size: 0.8em;
	color: #fff;
	text-align: center;
}

.oshirase_marker_r
{
	width: 2%;
	float: left;
	background: #FF3939;
	padding: 0.3%;
	box-sizing: border-box;
	margin-right: 7%;
	font-size: 0.8em;
	color: #fff;
	text-align: center;
}

	@media screen and (max-width: 750px){ /*スマホサイズ*/
		.oshirase
		{
			padding: 2% 4%;
		}

		.oshirase_title
		{
			width: 70%;
			float: left;
		}

		.oshirase_marker_l
		{
			width: 20%;
		}

		.oshirase_marker_r
		{
			width: 5%;
			margin-right: 3%;
		}

	}


/*ボックス全体*/
.accbox {
	margin: 0 0;
	padding: 0;
	max-width: 1152px;/*最大幅*/
}

/*ラベル*/
.accbox label {
	display:block;
	width:100%;
	cursor :pointer;
}

/*ラベルホバー時*/
.accbox label:hover {
	background :#;
}

/*チェックは隠す*/
.accbox input {
	display: none;
	transition: 0;
}

/*中身を非表示にしておく*/
.accbox .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
	position: absolute;
	width: 100%;
	top: 40px;
	left: 0;
	height: auto;
	padding: 5%;
	box-sizing: border-box;
	background: #fff;
	opacity: 1;
	transition: 0.2s;
	z-index: 8888;
	text-align: left;
	/* box-shadow */
	box-shadow:0px 0px 5px 1px #dbdbdb;
}







/*About us*/
.aboutus
{
	padding: 7% 14%;
	border-width: 0px 2px 2px 2px;
	border-style: solid;
	border-color: #EEEEEE;
}

	@media screen and (max-width: 750px){ /*スマホサイズ*/

		.aboutus
		{
			padding: 7% 2.5% 14% 2.5%;
		}

	}

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

/*-------------------------------------------------
  ボディー　body部の囲い
-------------------------------------------------*/

#mainwrapper
{
	width: 100%;
	background: #fff url(images/) repeat-y;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
	padding: 0px 0px 0px 0px;
	margin: auto;
}
#wrapper
{
	/* max-width: 1180px; */
	padding: 0px 0px 0px 0px;
	margin: auto;
}
#sub_wrapper{
	max-width: 1180px;
	margin: auto;
}
.box1180{
	max-width: 1180px;
	margin: auto;
}
.back{
	width: 100%;
	background: #fff;
}

/*-------------------------------------------------
  サブページ　ボディー　body内部
-------------------------------------------------*/
#container /*にわ・なび表示用*/
{
	width: 944px;
	height: 1%;
	overflow: visible;
/*にわ・なびの記事幅表示と合わせるために以下はすべて0にすること。paddingは.contentで入力*/
	padding: 0;
	box-sizing: border-box;
}

#container_site /*実サイト表示用*/
{
	width: 80%;
	max-width: 944px;
	height: 1%;
	overflow: visible;
	float: left;
	padding: 0;
	box-sizing: border-box;
}

.content
{
	padding: 4%;
	margin: 0;
}

	@media screen and (max-width: 750px){ /*スマホサイズ*/

		#container_site /*実サイト表示用*/
		{
			width: 100%;
			height: 1%;
			overflow: visible;
			float: left;
			padding: 0;
			box-sizing: border-box;
		}

		.content
		{
			padding: 0;
		}

	}


/*-------------------------------------------------
  サブページ　記事の表示
-------------------------------------------------*/

.contenttitle h2
{
	height: 100%;
	clear: both;
	background: #f4f4f4;
	font-size: 1.3em;
	padding: 1.5%;
	box-sizing: border-box;
	margin: 0;
	font-weight: normal;
}

.contentbody
{
	/*↓にわ・なびでレイアウトを崩さないためにはwidthを指定しておく必要がある*/
	width: 100%;
	/*----------------------*/
	background: #ffffff url(images/);
	text-align: justify;
	padding: 3.5%;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #E0E0E0;
	/*↓Indexテンプレートのコメントが消えないためのcss*/
	line-height: 20px;
	font-size: 15px;
}
.contentbody table tr td
{
	font-size: 15px;
	text-align: justify;
	line-height: 23px;

}

.contentbody img
{
	max-width: 100%;
	margin: 0px;

}

.contentbody2 /*記事の囲い*/
{
	background: #ffffff url(images/);
	text-align: justify;
	padding: 4%;
	border-width: 0;
	border-style: solid;
	border-color: #E0E0E0;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	font-size:15px;
}

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

.contentbody2 table.style
{
	border-collapse: collapse;

}

.contentbody2 a:link, .contentbody2 a:visited
{
	/*color: #12ae05;*/
	text-decoration: none;
}

.contentbody2 a:hover, .contentbody2 a:active
{
	/*color: #a0c148;*/
	text-decoration: underline;
}

/*-------------------------------------------------
  パンくずリスト
-------------------------------------------------*/

.catdesc /*パンくずリストの囲い*/
{
	font-size: 16px;
	width:;
	height:;
	background: url(images/);
	padding: 20px 0px 20px 0px;
}

.pankuzu
{
	padding-left:0;
	margin-left:0;
}

.pankuzu li{
	display:inline;/*横に並ぶように*/
	list-style: none;
}

.pankuzu li:after{/* >を表示*/
	content: '>';
	padding: 0 1.8%;
	color: #aaa;
}

.pankuzu li:last-child:after{
	content: '';
}

.pankuzu li a {
	text-decoration: none;
}

.pankuzu li a:hover {
	text-decoration: underline;
}


/*-------------------------------------------------
  施工例カテゴリ分けボタン表示枠
-------------------------------------------------*/

.works_index
{
	background: #ffffff url(images/);
	padding: 0;
	margin: 0px 0px 30px 0px;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
}

.works_index a
{
	width: 32%;
	float: left;
	background: #efefef;
	padding: 1%;
	box-sizing: border-box;
	margin: 0.5% 0.5%;
	text-align: center;
}

	@media screen and (max-width: 750px){ /*スマホサイズ*/

	.works_index a
	{
		width: 49%;
	}

	}

/*-------------------------------------------------
  施工例目次表示　1施工例分の囲い
-------------------------------------------------*/

.works_trim
{
	width: 200px;
	height: 100%; /*高さはjquery.heightLine.jsで自動で揃います*/
	float: left;
	margin: 20px 6px 20px 7px;
	padding: 0px;
	display: inline;
	background: #efefef url(images/) bottom;
}

.works_trim_img
{
	width: 100%;
	height: auto;
}

.works_trim_title
{
	width: 100%;
	float: left;
	margin: auto;
	padding: 10px 10px 10px 10px;
	font-size: 16px;
	line-height: 130%;
	box-sizing: border-box;
}

.works_trim_desc
{
	width: 100%;
	float: left;
	margin: auto;
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	line-height: 130%;
	box-sizing: border-box;
}

/*-------------------------------------------------
  施工例画像hoverでタイトルが出る
-------------------------------------------------*/

.rect
{
	width: 49%;
	float: left;
	overflow: hidden;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #f6f6ea;
	box-sizing: border-box;
	margin: 1px;
}

.works_content
{
	position:relative;
	margin:0px auto;
	width:100%;
	height:100%;
	overflow:hidden;
}
.inner
{
	padding:0px;
}
.caption1
{
	position:absolute;
	left:0;
	top:0px;
	background-color: rgba(0, 0, 0, 0.6);
	color:#efefef;
	padding:10px;
	width:100%;
	height:100%;
	font-size: 12px;
}
.caption2
{
	position:absolute;
	left:0;
	bottom:0;
	display:none;
	background-color: rgba(0, 0, 0, 0.6);
	color:#efefef;
	padding:10px;
	width:100%;
	height:40%;
	text-align:left;
	box-sizing: border-box;
	font-size: 12px;
}


/*-------------------------------------------------
  次の記事へ　前の記事へ　ボタン
-------------------------------------------------*/

.nextlink
{
	width: 49%;
	height: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
	background: url(images/prevs.png) left no-repeat;
	display: box;
	font-size: 13px;
	text-align: right;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
}

.prevlink
{
	width: 50%;
	height: 100%;
	float: right;
	padding: 0px 0px 0px 0px;
	background: url(images/nexts.png) right no-repeat;
	display: box;
	font-size: 13px;
	text-align: left;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #E0E0E0;
}

/*-------------------------------------------------
  Q&Aの表示
-------------------------------------------------*/

.QA-Abox01
{
	background: #ffffff;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	font-size: 16px; /*Aのフォントサイズ*/
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 60px;
	: #000000;
	text-indent: 1em;
	line-height: 2em;
	border-width: 0px 1px 1px 1px;
	border-style: dotted;
	border-color: #2b6d0e;
}

.QA-textcolor
{
	color: #704d2a;
}

/*-------------------------------------------------
  お問合せフォーム関連
-------------------------------------------------*/

.inq
{
	width: 100%;
	border: 1px solid #aaaaaa;
	border-collapse: collapse;
	border-spacing: 0;
}
.inq td, th
{
	padding: 15px;
	width: 30px;
	height: 25px;
	font-size: 18px;
}

.inq th
{
	width: 22%;
	background: #efefef;
	text-align: center;
	font-size: 18px;
}

.inq td
{
	width: 78%;
	background: #ffffff;
	font-size: 18px;
}

.formtext
{
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	height: 2.3em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 18px;
}

/*-------------------------------------------------
  サイドバー sidebar
-------------------------------------------------*/

#sidebarcontainer
{
	float: right;
	width: 20%;
	padding: 5% 0px 0px 0px;
}

	@media screen and (max-width: 750px){ /*スマホサイズ*/

		#sidebarcontainer
		{
			display: none;
		}
	}

#sidebarcontainer img
{
	max-width: 100%;
}

.sidebar
{

}

/* NP_List 今いるページのメニュー項目文字色*/
.current
{
	color: #1F993E; /*要変更　カレント文字の色*/
	/*background: #ffffff;*/
	/*font-weight: bold;*/
	padding: 0px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #888888;
	text-decoration: none;
}


/*-------------------------------------------------
  ブログカレンダー
-------------------------------------------------*/

table.calendar {width: 100%; background-color:#fff;border-collapse: collapse;font-family:sans-serif;border:1px solid #ddd; font-size: 0.85em;}
table.calendar caption {color:#aaa;letter-spacing:2px;padding:4px;}
table.calendar th,table.calendar td {border:1px solid #ddd;padding:2px 4px; font-weight: normal;}
table.calendar th {text-align:center;}
table.calendar td {text-align:right;color:#999;letter-spacing:1px;}
tr.calendardateheaders {background-color:#ccc;color:#fff;}
td.blank {background-color:#f5f5f5;}
td.saturday {background-color:#f7f9fd;}
td.sunday {background-color:#fff3ee;}
td.holiday {background-color:#fff3ee;}
td.today {background-color:#ffffcc;}

/*以下、defaultスキン用 */
table.calendar a:link,table.calendar a:visited
{
	background:none;padding:0;
}
table.calendar
{
	margin:0 auto;
}

/*-------------------------------------------------
  フッター　Footer
-------------------------------------------------*/
#footer
{
	width: 100%;
	height: 100%;
	background: #fff url(images/) no-repeat;
	padding: 60px 0px 75px 0px;
	border-width: 2px 0px 0px 0px;
	border-style: solid;
	border-color: #DDDDDD;
	margin: 7.5% auto 0 auto;
}

#copyrights
{
	display: grid;
	display: -ms-grid; /*ie*/
	grid-gap: 0;
	grid-template-columns: 1fr 1fr;
	-ms-grid-columns: 1fr 1fr; /*ie*/
	max-width: 1180px;
	margin: auto;
	padding: 0px 0px 0px 0px;
}

	@media screen and (min-width: 750px){ /*スマホサイズ*/

		#copyrights
		{
			display: none;
		}

	}

.copyrights_l
{
	grid-column: 1;
	-ms-grid-column: 1; /*ie*/
	width: 100%;
}

.copyrights_r
{
	grid-column: 2;
	-ms-grid-column: 2; /*ie*/
	width: 100%;
}

.copyrights_r img
{
	max-width: 75%;
	height: auto;
}

	@media screen and (max-width: 750px){ /*スマホサイズ*/
	#copyrights
	{
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr;
		-ms-grid-columns: 1fr; /*ie*/
		-ms-grid-rows: 1fr 1fr; /*ie*/
	}

	.copyrights_r
	{
		grid-column: 1/1;
		grid-row: 2/2;
		-ms-grid-column: 1; /*ie*/
		-ms-grid-row: 2; /*ie*/
		width: 100%;
	}

	.copyrights_l
	{
		grid-column: 1/1;
		grid-row: 1/1;
		-ms-grid-column: 1; /*ie*/
		-ms-grid-row: 1; /*ie*/
		width: 100%;
	}

	}

#copyrights a:link, #copyrights a:visited
{
	color: #383838; /* フッター内のリンク文字の色 */
}
#copyrights a:hover, #copyrights a:active
{
	color: #383838; /* フッター内のリンク文字の色 ホバー時*/
}

.bg_footer_contact
{
	display: grid;
	display: -ms-grid; /*ie*/
	grid-gap: 0px;
	grid-template-columns: 3fr 2fr 1fr;
	-ms-grid-columns: 3fr 2fr 1fr; /*ie*/
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 9000;
	background: #fff;
	/* box-shadow */
	box-shadow:0px 2px 13px -3px #000000;
	padding: 1px 0 0 0;
}

.footer_tel
{
	display: block;
	grid-column: 1/2;
	-ms-grid-column: 1; /*ie*/
	width: 100%;
	background: #efefef;
	text-align: center;
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
	font-size: 1.3em;
}

.footer_mail
{
	display: block;
	grid-column: 2/3;
	-ms-grid-column: 2; /*ie*/
	width: 100%;
	background: #e1e1e1;
	text-align: center;
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
}

.footer_gototop
{
	grid-column: 3/4;
	-ms-grid-column: 3; /*ie*/
	width: 100%;
	background: #e1e1e1;
	text-align: center;
}

/*-------------------------------------------------
 end of @media only screen and (max-width: 1180px)
-------------------------------------------------*/


/*-------------------------------------------------
  このページのトップへボタン
-------------------------------------------------*/

.pagetop {
	width: 100%;
	position: relative;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: none;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
}

.pagetop a {
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
	display: block;
	color: #ffffff;
	padding: ;
	margin: 0;
	background: #777 url(images/); /*「このページのトップへ」ボタンの背景色*/
	text-decoration: none;
	font-weight: normal;
	font-size: 1.3em;
}

.pagetop a:hover {
	background: #888 url(images/bg_gototop.png); /*「このページのトップへ」ボタンの背景色*/
	color: #FFFFFF;
}

/*-------------------------------------------------
  スマートフォンサイト切替えボタン
-------------------------------------------------*/
.viewchange_button
{
	width: 100%;
	height: 100px;
	background: #000000;
	text-align: center;
	font-size: 50px;
	padding-top: 20px;
	/*position: fixed;*/
	z-index: 1000;
	color: #ffffff;
}

/*-------------------------------------------------
  ついてくるお問合せ
-------------------------------------------------*/

#rightbox
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 220px;
	height: 150px;
	padding: 0px 0px 0px 0px;
	z-index: 1000;
}

.contactbox
{
	position: relative;
	right: 0px;
	top: 0px;
	width: 220px;
	height: 80px;
	background: #cfcfcf;
	margin: 0px 0px 0px 0px;
	z-index: 1000;
}

/*-------------------------------------------------
 　基本（編集する必要はほぼなし）
-------------------------------------------------*/

img
{
	border: 0;
	vertical-align: bottom;
}
form
{
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
	background: url(images/arrow.gif) left 5px no-repeat;
	padding: 0px;
	margin: 0px;
}

.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	height: 0px;
	width: 100px;
	clear: both;
	line-height: 0px;
	zoom: 1;
	display: hidden;
	font-size: 0px;
}

/*-------------------------------------------------
  改行
-------------------------------------------------*/

.c_line
{
	clear: both;
	height: 0px;
}
.c_line5
{
	clear: both;
	height: 5px;
}
.c_line10
{
	clear: both;
	height: 10px;
}
.c_line15
{
	clear: both;
	height: 15px;
}
.c_line20
{
	clear: both;
	height: 20px;
}
.c_line25
{
	clear: both;
	height: 25px;
}
.c_line30
{
	clear: both;
	height: 30px;
}
.c_line35
{
	clear: both;
	height: 35px;
}
.c_line40
{
	clear: both;
	height: 40px;
}
.c_line45
{
	clear: both;
	height: 45px;
}
.c_line50
{
	clear: both;
	height: 50px;
}
.c_line55
{
	clear: both;
	height: 55px;
}
.c_line60
{
	clear: both;
	height: 60px;
}
.c_line65
{
	clear: both;
	height: 65px;
}
.c_line70
{
	clear: both;
	height: 70px;
}
.c_line75
{
	clear: both;
	height: 75px;
}
.c_line80
{
	clear: both;
	height: 80px;
}
.c_line85
{
	clear: both;
	height: 85px;
}
.c_line90
{
	clear: both;
	height: 90px;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 0px;
    margin-left: 0px;

    padding: 0px;
    background: #EEEEEE;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}
.searchform .formfield
{
	width: 168px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail
{
    width: 540px;
    margin-right: 0px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 545px;
	margin-left: 0px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.error
{
	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

/* Search highlight color */
.highlight
{
	background: #DEFFA9;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 10px; /*3px;*/
	#: larger;
}
.leftbox {
	float: left;
	width: 50%; /*45%;*/
	border-right: 1px dashed #ddd;
}
.rightbox {
	float: right;
	width: 50%; /*45%;*/
/*	border-left: 1px dashed #ddd;*/
}

/*
div.leftbox10 {
	float: left;
	width: 10%;
}
div.leftbox20 {
	float: left;
	width: 20%;
}
div.leftbox30 {
	float: left;
	width: 160px;
}
div.leftbox40 {
	float: left;
	width: 40%;
}
div.leftbox45 {
	float: left;
	width: 45%;
}
div.leftbox55 {
	float: left;
	width: 55%;
}
div.leftbox60 {
	float: left;
	width: 60%;
}
div.leftbox65 {
	float: left;
	width: 65%;
}
div.leftbox70 {
	float: left;
	width: 70%;
}
div.leftbox75 {
	float: left;
	width: 75%;
}
div.leftbox80 {
	float: left;
	width: 80%;
}

div.leftbox100px {
	float: left;
	width: 105px;
}

div.leftbox150px {
	float: left;
	width: 155px;
}

div.leftbox200px {
	float: left;
	width: 205px;
}

div.leftbox250px {
	float: left;
	width: 255px;
}

div.leftbox300px {
	float: left;
	width: 305px;
}

div.leftbox350px {
	float: left;
	width: 355px;
}
div.leftbox400px {
	float: left;
	width: 405px;
}

div.leftbox450px {
	float: left;
	width: 455px;
}
div.leftbox500px {
	float: left;
	width: 505px;
}

div.leftbox550px {
	float: left;
	width: 555px;
}
div.leftbox600px {
	float: left;
	width: 605px;
}

div.leftbox650px {
	float: left;
	width: 655px;
}
div.leftbox700px {
	float: left;
	width: 705px;
}

div.leftbox750px {
	float: left;
	width: 755px;
}

div.leftbox800px {
	float: left;
	width: 805px;
}
*/

.leftbox10 {
	float: left;
	width: 10%;
}
.leftbox20 {
	float: left;
	width: 20%;
}
.leftbox30 {
	float: left;
	width: 160px;
}
.leftbox40 {
	float: left;
	width: 40%;
}
.leftbox45 {
	float: left;
	width: 45%;
}
.leftbox55 {
	float: left;
	width: 55%;
}
.leftbox60 {
	float: left;
	width: 60%;
}
.leftbox65 {
	float: left;
	width: 65%;
}
.leftbox70 {
	float: left;
	width: 70%;
}
.leftbox75 {
	float: left;
	width: 75%;
}
.leftbox80 {
	float: left;
	width: 80%;
}

.leftbox100px {
	float: left;
	width: 105px;
}

.leftbox150px {
	float: left;
	width: 155px;
}

.leftbox200px {
	float: left;
	width: 205px;
}

.leftbox250px {
	float: left;
	width: 255px;
}

.leftbox300px {
	float: left;
	width: 305px;
}

.leftbox350px {
	float: left;
	width: 355px;
}
.leftbox400px {
	float: left;
	width: 405px;
}

.leftbox450px {
	float: left;
	width: 455px;
}
.leftbox500px {
	float: left;
	width: 505px;
}

.leftbox550px {
	float: left;
	width: 555px;
}
.leftbox600px {
	float: left;
	width: 605px;
}

.leftbox650px {
	float: left;
	width: 655px;
}
.leftbox700px {
	float: left;
	width: 705px;
}

.leftbox750px {
	float: left;
	width: 755px;
}

.leftbox800px {
	float: left;
	width: 805px;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	background: url(images/bgcategory.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitempostedby
{
	background: url(images/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	background: url(images/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{
	background: url(images/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentitem
{
	padding: 3px 0 0 0;
	margin: 0 0 16px 0;
	text-align: right;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(images/dotv.gif) left repeat-y;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	background: url(images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
.itemcomment:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.id1:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.itemcomment h3
{
	font-size: 12px;
}

/*-------------------------------------------------
  table
-------------------------------------------------*/

table#table-01 {
	background: #f5f5f5;
    width: 620px;
    border: 0px #E3E3E3 solid;
    /*border-collapse: collapse;*/
  /*  border-collapse: 5px;*/
    border-spacing: 4px;
}

table#table-01 th {
	width: 110px;
	color: #ffffff;
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 1px 1px 0px;
    background: #72ad06;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap;
}
table#table-01 td {
	/*width: 500px;*/
	background: #ffffff;
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 1px 1px 0px;
    text-align: left;
    white-space: nowrap;

}
table#table-02 {
	background: #f5f5f5;
    /*width: 625px;*/
    border: 0px #E3E3E3 solid;
    /*border-collapse: collapse;*/
  /*  border-collapse: 5px;*/
    border-spacing: 4px;
}

table#table-02 th {
	width: 300px;
	color: #e5f4bb;
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 1px 1px 0px;
    background: #72ad06;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap;
}
table#table-02 td {
	width: 340px;
	background: #ffffff;
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 1px 1px 0px;
    text-align: left;
    white-space: nowrap;

}
