@charset "UTF-8";

.col-g{
	color:#82B64A;
	font-weight:bold;
}

/*====================================================================
	PC SP　共通　スライダー設定
====================================================================*/
/* .viewer
------------------------- */
.viewer {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.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;
}

@media print, screen and (min-width: 641px) {
/*====================================================================
	PC 非表示
====================================================================*/
.pc-dn{ display:none;}
/*====================================================================
	PC　ボディ設定
 ====================================================================*/
body {
	color: #343434;
	font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.7;
	text-align:justify;
	font-size: 14px;
	background:#fefefe;
	margin:0;
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fefefe;
  z-index: 100;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #343434;
  z-index: 200;
}

/*====================================================================
	PC　ボタン設定 1
 ====================================================================*/
.cart-btn-bg{
	clear:both;
	width:150px;
	margin:0 auto 30px auto;
}
.cart-btn {
	clear:both;
	display: inline-block;
	width: 100%;
	height: 35px;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	background-color: #82B64A;
	color: #fefefe;
}
.cart-btn:hover {
	letter-spacing: 5px;
	text-decoration:none;
}
.cart-btn::before,
.cart-btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.cart-btn,
.cart-btn::before,
.cart-btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/*====================================================================
	PC　ヘッダー設定
 ====================================================================*/
 .header-bg {
	 position:relative;
	 z-index:500;
	 width:100%;
	 height:auto;
	border-top:4px solid #82B64A;
	-webkit-box-shadow: 1px 1px 2px #cccccc;
    -moz-box-shadow: 1px 1px 2px #cccccc;
	-ms-box-shadow: 1px 1px 2px #cccccc;
	box-shadow: 1px 1px 2px #cccccc;
}
.header{
	width:960px;
	margin:0 auto;
}
header h1{
	display:block;
	float:left;
	font-size:12px;
	line-height:1em;
	line-height:55px;
	padding:0 0 0 10px;
}
.head-tel{
	display:block;
	float:right;
	font-size:24px;
	line-height:24px;
	padding:10px 10px 0 0;
	color:#82B64A;
}
.head-tel-top{
	display:block;
	font-size:12px;
	line-height:12px;
	text-align:right;
	color:#343434;
}
.head-logo{
	width:265px;
	height:35px;
	margin:0 auto 0 auto;
	padding:10px 0 0 0;
}
/*====================================================================
 　PC　グローバルナビ設定
 ====================================================================*/
.gnav-bg{
	width:100%;
	border-top:1px solid #290c00;
	border-bottom:1px solid #290c00;
	background:#421300;
}
.gnav-bg li{
	width:20%;
	border-left:1px solid #290c00;
}
.gnav-bg li:last-child{
	border-right:1px solid #290c00;
}
.gnav {
	width:960px;
	margin:0 auto;
	font-size:16px;
	display:-moz-box;
	display:-ms-flexbox;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	text-align:center;
}
.gnav-txt{
	display:block;
	text-align:center;
	font-size:12px;
	line-height:0.5em;
	color:#ede5da;
}
.gnav a {
	color: #f9f8f4;
	display: block;
	text-decoration: none;
	padding:10px 0;
}
.gnav a:hover{
	-webkit-box-shadow: inset 0px -4px 0px 0px #82B64A;
	box-shadow: inset 0px -4px 0px 0px #82B64A;
	text-decoration:none;
}
/*====================================================================
 　PC　メインビジュアルスライダー
 ====================================================================*/
.viewer-bg{
	width:100%;
	height:auto;
	background:url(../images/pat-mv-bg.jpg) no-repeat center center;
	background-size:cover;
}
 .viewer{
}
/*====================================================================
 　PC　2nd メインビジュアル設定
 ====================================================================*/
.sec-mv-bg{
	 clear:both;
	 max-width:1280px;
	 min-width:960px;
	 height:200px;
	 background:url(../images/sec-mv-bg.jpg) no-repeat 50% 50%;
	 margin:0 auto;
}
.sec-mv-ttl{
	text-align:center;
	font-size:1.5em;
	position: relative;
	-moz-text-shadow:1px 1px 2px #a9a9a9;
    -webkit-text-shadow:1px 1px 2px #a9a9a9;
	text-shadow:1px 1px 2px #a9a9a9;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding:19px 0 15px 0;
	line-height:0.4em;
	background-color:rgba( 254, 254, 254, 0.7 );
}
 .sec-mv-txt{
	 display:block;
	 font-size:0.7em;
	 line-height:0em;
	 padding:18px 0 0 0;
}
 /*====================================================================
	PC　フッター設定
 ====================================================================*/
 footer{
	 width:100%;
	 height:auto;
	 background: url(../images/pat-foot-bg.jpg) no-repeat center center;
	 background-size:cover;
}
  .foot-nav{
	  width:100%;
	  margin-bottom:20px;
}
 .foot-nav ul{
	 width:960px;
	 margin:0 auto;
	 font-size:0px;
	 text-align:center;
}
.foot-nav li{
	display:inline-block;
	font-size:14px;
	width:15.5%;
	border-left:1px solid #343434;
	margin:10px 0;
}
.foot-nav li:last-child{
	border-right:1px solid #343434;
}
.foot-nav li a:link{
	color:#343434;
	text-decoration:none;
}
.foot-nav li a:visited{
	color:#343434;
	text-decoration:none;
}
.foot-nav li a:hover{
	color:#343434;
	text-decoration:underline;
}
.foot-txt{
	text-align:center;
	padding:10px 0;
	background:#82B64A;
	color:#fefefe;
	border-top:1px solid #68923b;
	border-bottom:1px solid #68923b;
}
.foot-add-bg{
	max-width:100%;
	min-width:960px;
	height:auto;
	padding:20px 0 10px 0;
	color:#343434;
}
.foot-logo{
	text-align:center;
	height:35px;
	margin-bottom:10px;
}
.foot-add{
	text-align:center;
}
.copy{
	text-align:center;
	padding:10px;
	background:#421300;
	border-top:1px solid #290c00;
	border-bottom:1px solid #290c00;
	color:#f9f8f4;
}
/*====================================================================
	diarypro index.html
 ====================================================================*/
 .top-topics{
	 clear:both;
	 width:900px;
}
 .top-topics li{
	 padding:20px 30px;
	 background:#fbfbf4;
	 border:1px solid #f4f4e1;
	 border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
	 margin-bottom:20px;  
}
.top-topics-date{
	padding:0 45px 0 0;
}
/*====================================================================
	PC　トピックス一覧　list.html
 ====================================================================*/
 .listArea {
	width: 100%;
	text-align: left;
	margin-bottom:30px;
}
.listArea ul {
	width: 100%;
}
.listArea ul li {
	height: 50px;
	border-bottom: #cfcfcf solid 1px;
	line-height: 50px;
}
.listArea ul li:first-child {
	border-top: #cfcfcf solid 1px;
}
.listArea ul li p {
	display: table-cell;
}
.listArea ul li .date {
	width: 20%;
	text-indent: 20px;
}
.listArea ul li .category {
	width: 140px;
}
.listArea ul li .category span {
	padding: 0.2em 1.5em;
	background-color: #cfcfcf;
	color: #fff;
}
.listArea ul li .title {
	width: 680px;
}
.listArea ul li img {
	vertical-align: middle;
}
.listArea .button {
	margin-top: 1em;
	text-align: center;
}
.listArea .button span {
	width: 280px;
	display: inline-block;
}

.listAreaC1 {
	width: 100%;
	text-align: left;
}
.listAreaC1 ul {
	width: 100%;
	overflow: hidden;
}
.listAreaC1 ul li {
	margin-right: 20px;
	margin-bottom: 20px;
	width: 470px;
	min-height: 150px;
	float: left;
	border-bottom: #cfcfcf solid 1px;
}
.listAreaC1 ul li:nth-child(2n) {
	margin-right: 0;
}
.listAreaC1 .thumbnail {
	width: 135px;
	display: table-cell;
}
.listAreaC1 .thumbnail img {
	width: auto;
	height: 70px;
}
.listAreaC1 ul li .title {
	width: 335px;
	display: table-cell;
	vertical-align: middle;
}
.listAreaC1 ul li .title img {
	vertical-align: middle;
}
.listAreaC1 ul li .body {
	padding-top: 1em;
}
.listAreaC1 .button {
	text-align: center;
}
.listAreaC1 .button span {
	width: 280px;
	display: inline-block;
}
.listAreaC1 .button span img {
	vertical-align: top;
}
/*====================================================================
	PC　トピックス詳細　detail.html
 ====================================================================*/
 .detailArea {
	width: 100%;
	text-align: left;
}
.detailArea .date {
	height: 46px;
	border-top: #cfcfcf solid 1px;
	border-bottom: #cfcfcf solid 1px;
	text-align: center;
	line-height: 46px;
}
.detailArea .category {
	margin-top: 2px;
	height: 46px;
	border-top: #cfcfcf solid 1px;
	border-bottom: #cfcfcf dotted 1px;
	font-size: 1.2em;
	text-align: center;
	line-height: 46px;
}
.detailArea .thumbnail {
	padding-top: 20px;
	text-align: center;
}
.detailArea .title {
	border-bottom: #cfcfcf solid 1px;
	font-size: 1.2em;
	text-align: center;
	line-height: 46px;
}
.detailArea .button {
	margin-top: 1em;
	text-align: right;
}
.detailArea #topics_body {
	padding: 1em;
	border-bottom: #cfcfcf double 4px;
}
.detailArea #topics_body img {
	max-width: 100%;
	height: auto;
}
.detail {
	width: 100%;
	text-align: left;
	margin-bottom:30px;
}
.detail .button {
	margin-top: 1em;
	text-align: right;
}
/*====================================================================
 　PC　2nd タイトル設定
 ====================================================================*/
 article section h3{
	clear:both;
	font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	position: relative;
	overflow: hidden;
	display: inline-block;
	min-width: 640px;
	font-size: 21px;
	color: #343434;
	line-height: 1;
	padding: 24px 0 20px 0;
	margin: 0 0 20px 0;
}
article section h3:before{
	position: absolute;
	display: block;
	content: '';
	width: 320px;
	height: 4px;
	background: #421300;
	top: 0;
	left: 0;
}
article section h3:after{
	position: absolute;
	display: block;
	content: '';
	/*
	width: 100%;
	*/
	width: 640px;
	height: 2px;
	background: #82B64A;
	bottom: 0;
	left: 0;
}
article section h4 ul{
	clear:both;
	display:block;
	font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin-bottom:20px;
}
article section h4 ul li:first-child{
	border-right:2px solid #82B64A;
	font-size:1.3em;
	float:left;
	padding:10px 10px 10px 0;
}
article section h4 ul li:nth-child(2){
	float:left;
	font-size:1em;
	padding:14px 0 0 10px;
}
article section h4 ul li span{
	display:block;
	font-size:0.5em;
	line-height:0;
	padding-top:2px;
}
article section h5{
	 font-size:1.1em;
	 border-left:2px solid #82B64A;
	 padding:5px 0 5px 18px;
	 margin-bottom:20px;
}
/*====================================================================
	PC　トップページ index.html
 ====================================================================*/
.cont-bg{
	 clear:both;
	 position:relative;
	 z-index:0;
	 width:900px;
	 margin:0 auto;
	 padding:30px 30px 0 30px;
	 -webkit-box-shadow: 3px 0 4px -4px rgba(0,0,0,0.7), -3px 0 4px -4px rgba(0,0,0,0.7);
	-moz-box-shadow: 3px 0 4px -4px rgba(0,0,0,0.7), -3px 0 4px -4px rgba(0,0,0,0.7);
	-ms-box-shadow: 3px 0 4px -4px rgba(0,0,0,0.7), -3px 0 4px -4px rgba(0,0,0,0.7);
	-o-box-shadow: 3px 0 4px -4px rgba(0,0,0,0.7), -3px 0 4px -4px rgba(0,0,0,0.7);
	 box-shadow: 3px 0 4px -4px rgba(0,0,0,0.7), -3px 0 4px -4px rgba(0,0,0,0.7);
	 background:url(../images/pattern-contents-bg.jpg) repeat;
}
 .contents{
	 width:900px;
	 margin:0 auto;
}
.top-cont-bg{
	width:100%;
	border-bottom:1px solid #f2f2f2;
	background: url(../images/pat-cont01-bg.jpg) no-repeat 50% 50%;
	background-size:cover;
	padding:30px 0 0 0;
}
.top-cont{
	width:960px;
	margin:0 auto;
}
.txt{
	margin-bottom:30px;
}
.top-txt-bg{
	background-color: rgba( 244, 244, 225, 0.8);
	border:1px solid #f4f4e1;
	margin-bottom:30px;
	padding:30px;
}
.txt-bg{
	background:#f9f8f4;
	border:1px solid #ede5da;
	margin-bottom:30px;
	padding:30px;
}
.top-ttl01{
	display:block;
	margin-bottom:20px;
}
.top-ttl02{
	font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	display:block;
	margin-bottom:20px;
}
.top-ttl02 li:first-child{
	display:inline-block;
	border-right:3px solid #82B64A;
	font-size:2em;
	float:left;
	padding:0 10px 0 0;
}
.top-ttl02 li:nth-child(2){
	display:inline-block;
	float:left;
	font-size:1em;
	padding:0.8em 0 0 1em;
}
.top-column3{
	clear:both;
   width:100%;
}
.top-column3 li{
	float:left;
   width:28.95%;
   margin:0 3.125% 30px 0;
   background:#fbfbf4;
   padding:1%;
   border:1px solid #f4f4e1;
}
.top-column3 li:nth-child(3n){
	margin-right:-3.125%;
}
.top-column3-ttl{
	display:block;
	text-align:center;
	border-bottom:1px solid #82B64A;
	padding:10px 0;
	font-size:1.2em;
}
.top-column3-txt{
	display:block;
	padding:10px;
}
.manufacture-box{
	border-top:2px solid #82B64A;
	padding:30px 0 0 0;
}
/*====================================================================
	PC　ガーデニング[造園] gardening.html
 ====================================================================*/
.img-fll{
	float:left;
	padding:0 30px 30px 0;
}
.img-flr{
	float:right;
	padding:0 0 30px 30px;
}
.img-fll-bg{
	float:left;
	padding:0 30px 0 0;
}
.img-flr-bg{
	float:right;
	padding:0 0 0 30px;
}
/*====================================================================
	PC　業務内容一覧 gardening.html
 ====================================================================*/
.gardening-btn-bg{
	clear:both;
	width:25%;
	margin:0 auto 30px auto;
}
.business-list-txt{
	display:block;
	text-align:center;
	padding:10px 0 0 0;
}
 /*====================================================================
	PC　施工の流れ flow.html
 ====================================================================*/
.tel-num{
	color:#82B64A;
	font-size:3em;
	padding-right:30px;
}
/*====================================================================
	PC　メンテナンス・管理 meintenance.html
 ====================================================================*/
.maintenance-column{
	clear:both;
	width:100%;
}
.maintenance-column li{
	float:left;
	width:17.5%;
	margin:0 3.125% 30px 0;
}
.maintenance-column li:nth-child(5n){
	margin-right:-3.125%;
}
.maintenance-column li:nth-child(3) p{
	color:#82b64a;
}
.maintenance-column li:nth-child(4) p{
	color:#82b64a;
}
/*====================================================================
	PC　会社概要 company.html
 ====================================================================*/
.company-tbl{
	padding:10px;
	vertical-align:middle;
	margin-bottom:30px;
}
.company-tbl th{
	width:30%;
	padding:20px;
	border-bottom:1px solid #ede5da;
	background:#a8cc81;
	color:#fefefe;
	text-align:center;
}
.company-tbl td{
	padding:20px;
	border-bottom:1px solid #ede5da;
}
.gmap{
	width:100%;
	height:400px;
	margin:0 auto 30px auto;
}


}
@media screen and (min-width: 0px) and (max-width: 640px) {
/*====================================================================
	SP　非表示
====================================================================*/
.sp-dn{ display:none;}
/*====================================================================
	SP　ボディ設定
 ====================================================================*/
body {
	color: #343434;
	font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.7;
	text-align:justify;
	font-size:14px;
	background:#fefefe;
}
img {
	width: 100%;
	height: auto;
}	
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fefefe;
  z-index: 100;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #343434;
  z-index: 200;
}
/*====================================================================
	SP　ボタン設定
 ====================================================================*/
.cart-btn-bg{
	clear:both;
	width:150px;
	margin:0 auto 10px auto;
}
.cart-btn {
	clear:both;
	display: inline-block;
	width: 100%;
	height: 36px;
	text-align: center;
	text-decoration: none;
	line-height: 36px;
	background-color: #82B64A;
	color: #fefefe;
}
.cart-btn:hover {
	letter-spacing: 5px;
	text-decoration:none;
}
.cart-btn::before,
.cart-btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.cart-btn,
.cart-btn::before,
.cart-btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/*====================================================================
	SP　ヘッダー設定
 ====================================================================*/
.header-bg {
	border-top:4px solid #82B64A;
	border-bottom:1px solid #f2f2f2;
}
.header{
	width:100%;
}
header h1{
	text-align:center;
	font-size:10px;
	line-height:1em;
	padding:3px 0 5px 0;
}
.head-logo{
	width:150px;
	height:auto;
	position:relative;
	z-index: 300;
	margin:0 auto 5px auto;
}
/*====================================================================
 　SP　フッターグローバルナビ
 ====================================================================*/
#gNav2 a {
	color: #fefefe;
	text-decoration: none;
}
#gNav2 {
	width: 100%;
	height:100%;
	position: fixed;
	bottom: -100%;
	z-index: 500;
	transition: bottom 1s;
	-webkit-transition: bottom 1s;
	-moz-transition: bottom 1s;
	text-align: center;
	background:rgba( 130, 182, 74, 0.9 );
}
#gNav2:target {
	top: 0px;
}
#gNav2 ul {
	margin: 0;
	padding: 0;
}
#gNav2 ul li {
	width: 100%;
}
#gNav2 ul li a,
#gNav2 #nav-close a {
	display:block;
	padding: 10px 0;
	border-bottom: #5b8034 1px solid;
	font-size:1.1em;
	font-weight:bold;
}
#gNav2 ul li:nth-child(1) a,
#gNav2 ul li:nth-child(2) a {
	border-top: none;
}
#gNav2 ul li:nth-child(odd) a {
}
#gNav2 ul li:nth-child(even) a {
}
#gNav2 #nav-close {
	clear: both;
}
/*====================================================================
 　SP　メインビジュアルスライダー
 ====================================================================*/
 .viewer{
	 margin-bottom:10px;
}
/*====================================================================
	SP　メインビジュアル　下層ページ
 ====================================================================*/
.sec-mv-bg{
	 max-width:100%;
	 min-width:320px;
	 height:100px;
	 background:url(../images/sec-mv-bg.jpg) 50% 50%;
	 background-size:cover;
	 margin:0 auto 10px auto;
}
.sec-mv-ttl{
	margin:0 auto;
	text-align:center;
	font-size:1.2em;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding:15px;
	line-height:0.4em;
	-moz-text-shadow:1px 1px 2px #a9a9a9;
    -webkit-text-shadow:1px 1px 2px #a9a9a9;
	text-shadow:1px 1px 2px #a9a9a9;
	background-color:rgba( 254, 254, 254, 0.7 );
}
.sec-mv-txt{
	 display:block;
	 font-size:0.6em;
	 line-height:0em;
	 padding:10px 0 0 0;
}
/*====================================================================
	SP　フッター設定
 ====================================================================*/
.sp-foot{
	position:fixed;
	bottom:0;
	width:100%;
	background-color:#fefefe;
	border-top:1px solid #f2f2f2;
}
.sp-foot-copy img{
	width:60px;
	height:60px;
}
.sp-foot-copy{
	display:block;
	float:left;
	padding:10px 0 10px 10px;
}
.sp-foot-tel{
	display:block;
	float:right;
	font-size:9px;
	text-align:right;
	padding:10px 10px 0 0;
}
.sp-foot-tel-no{
	display:block;
	font-size:24px;
	margin-top:-10px;
}
.sp-foot-tel-no a:visited{color:#343434;}
.sp-foot-tel-no a:link{color:#343434;}
.sp-foot-tel-no a:hover{color:#343434;}
.mr5{
	margin-right:5px;
}
/*====================================================================
	SP diarypro index.html
 ====================================================================*/
 .top-topics li{
	 padding:10px;
	 background:#fbfbf4;
	 border:1px solid #f4f4e1;
	 border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
	 margin:0 0 10px 0;
}
.top-topics-date{
	display:block;
}
/*====================================================================
	SP　トピックス一覧　list.html
 ====================================================================*/
 .listArea {
	width: 100%;
	text-align: left;
}
.listArea ul {
	width: 100%;
}
.listArea ul li {
	height: 50px;
	border-bottom: #cfcfcf solid 1px;
	line-height: 50px;
}
.listArea ul li:first-child {
	border-top: #cfcfcf solid 1px;
}
.listArea ul li p {
	display: table-cell;
}
.listArea ul li .date {
	width: 20%;
}
.listArea ul li .category {
	width: 140px;
}
.listArea ul li .category span {
	padding: 0.2em 1.5em;
	background-color: #cfcfcf;
	color: #fff;
}
.listArea ul li .title {
}
.listArea ul li img {
	vertical-align: middle;
}
.listArea .button {
	margin-top: 1em;
	text-align: center;
}
.listArea .button span {
	display: inline-block;
}

.listAreaC1 {
	width: 100%;
	font-size: 1.2em;
	text-align: left;
}
.listAreaC1 ul {
	width: 100%;
	overflow: hidden;
}
.listAreaC1 ul li {
	margin-right: 20px;
	margin-bottom: 20px;
	min-height: 150px;
	float: left;
	border-bottom: #cfcfcf solid 1px;
}
.listAreaC1 ul li:nth-child(2n) {
	margin-right: 0;
}
.listAreaC1 .thumbnail {
	width: 135px;
	display: table-cell;
}
.listAreaC1 .thumbnail img {
	width: auto;
	height: 70px;
}
.listAreaC1 ul li .title {
	display: table-cell;
	vertical-align: middle;
}
.listAreaC1 ul li .title img {
	vertical-align: middle;
}
.listAreaC1 ul li .body {
	padding-top: 1em;
}
.listAreaC1 .button {
	text-align: center;
}
.listAreaC1 .button span {
	width: 100%;
	display: inline-block;
}
.listAreaC1 .button span img {
	vertical-align: top;
}
/*====================================================================
	SP　トピックス詳細　detail.html
 ====================================================================*/
 .detailArea {
	width: 100%;
	text-align: left;
}
.detailArea .date {
	height: 46px;
	border-top: #cfcfcf solid 1px;
	border-bottom: #cfcfcf solid 1px;
	text-align: center;
	line-height: 46px;
}
.detailArea .category {
	margin-top: 2px;
	height: 46px;
	border-top: #cfcfcf solid 1px;
	border-bottom: #cfcfcf dotted 1px;
	text-align: center;
	line-height: 46px;
}
.detailArea .thumbnail {
	padding-top: 20px;
	text-align: center;
}
.detailArea .title {
	border-bottom: #cfcfcf solid 1px;
	text-align: center;
	line-height: 46px;
}
.detailArea .button {
	margin-top: 1em;
	text-align: right;
}
.detailArea #topics_body {
	padding: 1em;
	border-bottom: #cfcfcf double 4px;
}
.detailArea #topics_body img {
	max-width: 100%;
	height: auto;
}
.detail {
	width: 100%;
	text-align: left;
	margin-bottom:10px;
}
.detail .button {
	margin-top: 1em;
	text-align: right;
}
/*====================================================================
 　PC　2nd タイトル設定
 ====================================================================*/
 article section h3{
	font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	position: relative;
	overflow: hidden;
	display: inline-block;
	min-width: 300px;
	font-size:1.2em;
	line-height: 1;
	padding: 14px 0 10px 0;
	margin: 0 0 10px 0;
}
article section h3:before{
	position: absolute;
	display: block;
	content: '';
	width: 150px;
	height: 2px;
	background: #421300;
	top: 0;
	left: 0;
}
article section h3:after{
	position: absolute;
	display: block;
	content: '';
	/*
	width: 100%;
	*/
	width: 300px;
	height: 1px;
	background: #82B64A;
	bottom: 0;
	left: 0;
}
article section h4 ul{
	font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	display:block;
	margin-bottom:10px;
}
article section h4 ul li:first-child{
	border-right:2px solid #82B64A;
	font-size:1.2em;
	float:left;
	padding:5px 5px 5px 0;
}
article section h4 ul li:nth-child(2){
	float:left;
	font-size:0.8em;
	padding:10px 0 0 5px;
}
article section h4 ul li span{
	display:block;
	font-size:0.4em;
	line-height:0;
	padding-top:2px;
}
article section h5{
	 font-size:1.1em;
	 border-left:2px solid #82B64A;
	 padding:5px 0 5px 8px;
	 margin-bottom:10px;
}
/*====================================================================
	SP　トップページ index.html
 ====================================================================*/
 .contents{
	 clear:both;
	 padding:0 10px 81px 10px;
}
.top-cont{
	padding:0 10px;
}
.txt{
	margin-bottom:10px;
}
.top-txt-bg{
	background:#fbfbf4;
	border:1px solid #f4f4e1;
	margin-bottom:10px;
	padding:10px;
}
.txt-bg{
	background:#fbfbf4;
	border:1px solid #f4f4e1;
	margin-bottom:10px;
	padding:10px;
}
.top-ttl01{
	display:block;
	margin-bottom:5px;
}
.top-ttl02{
	display:block;
	margin-bottom:10px;
}
.top-ttl02 li:first-child{
	display:inline-block;
	border-right:3px solid #82B64A;
	font-size:1.5em;
	float:left;
	padding:0 5px 0 0;
}
.top-ttl02 li:nth-child(2){
	display:inline-block;
	float:left;
	font-size:0.8em;
	padding:0.8em 0 0 1em;
}
.top-column3{
   clear:both;
   width:100%;
}

.top-column3 li{
   width:48.333%;
   float:left;
   margin:0 0 10px 0;
}
.top-column3 li:nth-child(odd){
	margin:0 3.333% 0 0;
}
.column3 li:last-child{
	margin-bottom:10px;
}
.top-column3-ttl{
	display:block;
	text-align:center;
	border-bottom:1px solid #82B64A;
	padding:5px 0;
	font-size:1.2em;
}
.top-column3-txt{
	display:block;
	padding:5px;
}
.manufacture-box{
	border-top:2px solid #82B64A;
	padding:10px 0 0 0;
}
/*====================================================================
	SP　ガーデニング[造園] gardening.html
 ====================================================================*/
.img-fll{
	display:block;
	width:90%;
	margin:0 auto 10px auto;
}
.img-flr{
	display:block;
	width:90%;
	margin:0 auto 10px auto;
}
.img-fll-bg{
	display:block;
	width:90%;
	margin:0 auto 10px auto;
}
.img-flr-bg{
	display:block;
	width:90%;
	margin:0 auto 10px auto;
}
/*====================================================================
	SP　業務内容一覧 gardening.html
 ====================================================================*/
.gardening-btn-bg{
	clear:both;
	width:100%;
	margin:0 auto 10px auto;
}
.business-list-txt{
	display:block;
	text-align:center;
	padding:10px 0 0 0;
}
 /*====================================================================
	SP　施工の流れ flow.html
 ====================================================================*/
.tel-num{
	color:#82B64A;
	font-size:2em;
}
/*====================================================================
	SP　メンテナンス・管理 meintenance.html
 ====================================================================*/
.maintenance-column{
   clear:both;
   width:100%;
}
.maintenance-column li{
	margin:0 0 10px 0;
}
/*====================================================================
	SP　会社概要 company.html
 ====================================================================*/
.company-tbl{
	padding:10px;
	vertical-align:middle;
	margin-bottom:10px;
}
.company-tbl th{
	width:30%;
	padding:10px;
	border-bottom:1px solid #ede5da;
	background:#a8cc81;
	color:#fefefe;
	text-align:center;
}
.company-tbl td{
	padding:10px;
	border-bottom:1px solid #ede5da;
}
.gmap{
	width:100%;
	height:300px;
	margin:0 auto 10px auto;
}


}