@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allerta+Stencil&display=swap');

/*-------------------------------------------------------------------------------------*/
/*↓ここから編集-----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
/**********************************共通変更点**********************************/
.fs-18 {
	font-size: 17px;
}
.sp-only {
	display: none;
}
.pc-only {
	display: block;
}
.caption09 {
	position: relative;
}
.caption09:after {
	position: absolute;
	content: "";
	width: 6px;
	height: 30%;
	background-color: #8dc323;
	top: 0;
	left: -6px;
}
.sub-btn {
	text-align: center;
	margin-top: 50px;
}
.sub-btn a {
	font-size: 16px;
	font-weight: 700;
	background-color: #ffffff;
	color: #219337;
	border: solid 2px #219337;
	padding: 15px 70px;
	text-decoration: none;
	position: relative;
	transition: all .3s;
}
.sub-btn a::after{
	content: ">";
	position: absolute;
	top: 22%;
	right: 15%;
	color: #219337;
	transition: all .2s;
}
.sub-btn a:hover {
	background-color: #219337;
	color: #fff;
}
.sub-btn a:hover::after{
	color: #fff;
	transform: translateX(3px);
}
#footer_area {
	background: #ffffff;
	border-top: solid 2px #219337;
}
#footer_copyright {
	color: #333333;
	background-color: #fff;
	padding: 0.5em 0 0.5em;
	font-size: 14px;
	margin-top: 40px;
}
.footer_area .menu li a {
	color: #333333;
}
.footer_area .menu .glyphicon {
	color: #333333;
}
.footer_area .menu li {
	font-size: 14px;
}
.footer_about {
	border: none;
}
.clearfix menu {
	margin-top: 25px !important;
}
#page_title h1 {
	color: #ffffff;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 0px 30px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 30px 0px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}
/**********************************ヘッダー**********************************/
@media not all, (-webkit-transform-3d){
.carousel-inner>.item.next.left, .carousel-inner>.item.prev.right, .carousel-inner>.item.active {
	transform: none;
	}}
@keyframes zoomUp {
	0% {
		transform: scale(1.15);
}
	100% {
		transform: scale(1);
}
}
.carousel-inner>.item{
	animation: zoomUp 10s linear 0s 1 normal both;
}

.carousel::after {
	content: "";
	position: absolute;
	background-image: url("../images/common/bg_ab.png");
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}
.carousel-control.right {
	display: none;
}
.carousel-control.left {
	display: none;
}
/**********************************トップページ**********************************/
#caption-top02,#caption-top03,#caption-top04,#caption-top05 {
	padding-top: 60px;
}
.top-h2 {
	text-align: center;
}
.top-h2 h2 {
	position: relative;
	display: inline-block;
	padding: 0 45px;
	padding-top: 30px;
}
.top-h2 h2:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 1%;
	display: block;
	width: 35px;
	height: 3px;
	background-color: #219337;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.top01-1 {
	text-align: center;
}
.top02-1 img,.top03-1 img {
	object-fit: cover;
	height: 390px;
}
.top02-wrap {
	position: relative;
	display: flex;
	margin-bottom: 5%;
}
.top02-1 {
	text-align: left;
	position: relative;
	padding-left: 20px;
	padding-top: 20px;
	width: 65%;
}
.top02-1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 95%;
	background: linear-gradient(to right, #219337 0%, #80cc8e 100%);
	z-index: -1;
}
.top02-1::after {
	content: "Landscaping";
	position: absolute;
	bottom: -23%;
	left: 0;
	font-family: 'Allerta Stencil', sans-serif;
	font-size: 70px;
	color: rgba(24, 160, 37, 0.6);
	opacity: 0.6;
	letter-spacing: 2px;
}
.top02-2 {
	background-color: #fff;
	padding: 25px 20px 50px 20px;
	max-width: 520px;
	width: 35%;
	box-shadow: 0 0 20px 5px #cacaca;
}
.top02-text {
	letter-spacing: 1.2px;
	text-align: justify;
}
.top03-wrap {
	position: relative;
	display: flex;
	margin-bottom: 5%;
}
.top03-1 {
	text-align: right;
	position: relative;
	padding-right: 20px;
	padding-top: 20px;
	width: 65%;
	order: 2;
}
.top03-1::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 95%;
	background: linear-gradient(to left, #219337 0%, #80cc8e 100%);
	z-index: -1;
}
.top03-1::after {
	content: "Park management";
	position: absolute;
	bottom: -22%;
	right: 0;
	font-family: 'Allerta Stencil', sans-serif;
	font-size: 70px;
	color: rgba(24, 160, 37, 0.6);
	opacity: 0.6;
	letter-spacing: -2px;
}
.top03-2 {
	background-color: #fff;
	padding: 25px 20px 50px 20px;
	max-width: 520px;
	width: 35%;
	box-shadow: 0 0 20px 5px #cacaca;
	order: 1;
}
.top03-text {
	letter-spacing: 1.2px;
	text-align: justify;
}

#caption-top04 .siteorigin-panels-stretch {
	background: rgba(250, 250, 210, 0.3) !important;
}
.top04-1 {
	padding: 40px 0;
}
.result-wrap {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.result-wrap article {
	width: 24%;
}
.top-thumbnail-item {
	background-color: #fff;
	box-shadow: 0 0 25px 3px #c5c5c5;
	text-align: center;
}
.top-thumbnail-item a:hover {
	text-decoration: none;
}
.top-thumbnail-text {
	font-size: 14px;
	text-align: center;
	display: inline-block;
	display: block;
	padding: 5px 0 12px 0;
	color: #000;
	width: 100%;
	transition: all .2s;
	position: relative;
}
.top-thumbnail-text::before {
	content: "";
	position: absolute;
	top: -18px;
	left: 46%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 10px 15px;
	border-color: transparent transparent #ffffff transparent;
}
.top-thumbnail-item:hover .top-thumbnail-text {
	color: #219337;
}
.top-thumbnail-item img {
	width: 100%;
	height:200px;
	object-fit: cover;
}
.top-contact {
	background: rgba(250, 250, 210, 0.3);
	padding: 50px 0 80px 0;
	margin-top: 60px;
}
.inner {
	max-width: 1200px;
	margin: 0 auto;
}
.contact-wrap {
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
}
.top-contact01 {
	width: 50%;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
}
.contact01-1 {
	display: block;
	font-size: 16px;
}
.contact01-2 {
	font-size: 22px;
}
.top-contact02 {
	width: 50%;
}
.top-contact02-1 {
	margin-top: 25px;
}
.top-contact02-1 a{
	width: 50%;
	font-weight: 700;
	font-size: 20px;
	color: #219337;
	padding: 20px 40px;
	background-color: #fff;
	border: solid 2px #219337;
	margin: 0 auto;
	text-decoration: none;
	transition: all .2s;
}
.top-contact02-1 a:hover {
	color: #fff;
	background-color: #219337;
}
.top-contact02-1 a span {
	padding-right: 10px;
}

.news-wrap02 article {
	border-bottom: dotted 1px #ccc;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
/*
.news-wrap02 article a {
	overflow: hidden;
	display: block;
	color: #333;
	text-decoration: none;
}
*/
.news-wrap02 article time {
	font-size: 16px;
}
.news-wrap02 article a .news-text {
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 500;
}
.news-wrap02 article a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.news-cat a {
	background-color: #219337;
	color: #fff;
	padding: 0 40px;
	text-align: center;
	transition: all .2s;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	margin-left: 20px;
}
.top-newswrap {
	display: flex;
}
/**********************************会社概要**********************************/
#caption-company02,#caption-company03,#caption-company04 {
	padding-top: 60px;
}
.company01-1 {
	font-size: 26px;
	font-weight: 700;
	font-family: 'Sawarabi Mincho', sans-serif;
	margin-bottom: 15px;
}
.company01-2 {
	font-size: 20px;
	font-weight: 700;
	font-family: 'Sawarabi Mincho', sans-serif;
	text-align: right;
}
.table_company th {
	background: rgba(250, 250, 210, 0.3);
	color: #333;
}
.company03-1 {
	padding-left: 0;
}
.company03-1 li {
	overflow: hidden;
	margin: 0;
	position: relative;
	display: flex;
}
.timeline-date {
	width: 20%;
	font-weight: 700;
	padding-bottom: 50px;
}
.timeline-content {
	width: 65%;
	border-left: 4px #e5e5d1 solid;
	padding-left: 30px;
	font-size: 18px;
	position: relative;
}
.timeline-content:before {
	content: '';
	width: 12px;
	height: 12px;
	background: rgb(140 194 34);
	position: absolute;
	left: -8px;
	top: 10px;
	border-radius: 100%;
}
.company04 {
	margin-top: 20px;
}
.company04 h3{
	border-bottom: 2px solid #8fc422;
	display: inline-block;
}

/**********************************事業内容**********************************/
#caption-about02,#caption-about03,#caption-about04 {
	padding-top: 60px;
}
.sub-result-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sub-result {
	width: 31.5%;
	box-shadow: 0 0px 20px 6px #eaeaea;
	transition: all 0.3s;

}
.sub-result a {
	text-decoration: none;
	color: #333333;
}
.sub-result-text {
	text-align: center;
	background-color: #ffffff;
	padding: 4px 0;
	transition: all 0.3s;
	position: relative;
}
.sub-result:hover .sub-result-text {
	background-color: #219337;
	color: #fff;
}
/**********************************施工実績**********************************/
.caption01 {
	background: #fff;
	color: #219337;
	border-bottom: none;
}
.btn-default {
	transition: all 0.3s;
	border-radius: 2px;
}
.btn-default:hover {
	color: #fff;
	background-color: #219337;
	border-color: #ffffff;
}
.result_archive_img img {
	height: 150px;
	object-fit: cover;
}
.bottom_cat li a {
	border: solid 1px #219337;
	background-color: #ffffff;
	color: #219337;
	text-decoration: none;
}
.bottom_cat li a:hover {
	opacity: 0.8;
}
@media (min-width: 1200px){
.col-lg-10 {
	width: 80%;
}
.col-lg-2 {
	width: 20%;
}
}
/*-------------------------------------お問い合わせ-----------------------------------*/
.contact01-1 a {
	border: #8ec31f 2px solid;
	padding: 15px;
	color: #8ec31f;
	border-radius: 5px;
	font-size: 28px;
	font-weight: 700;
	width: 70%;
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-top: 35px;
}
.contact01-2 {
	text-align: center;
	color: #333333;
	font-weight: 700;
	font-size: 20px;
	padding: 10px 0;
}
#caption-contact02 {
	margin-top: 60px;
}
/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.inquiry th,.inquiry td {
	display:block!important;
	width:100%!important;
	border-top:none!important;
	-webkit-box-sizing:border-box!important;
	-moz-box-sizing:border-box!important;
	box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
.inquiry{
	margin: 0 auto;
	width: 100%;
	margin-bottom: 15px;
}
td .wpcf7-form-control-wrap input{
	width: 100%;
}
textarea{
	width: 100%;
	height: auto;
}
/*見出し欄*/
.inquiry th{
	text-align:left;
	font-size:16px;
	color:#444;
	padding-right:5px;
	width:20%;
	background:#f7f7f7;
	border:solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td{
	font-size:16px;
	border:solid 1px #d7d7d7;	
	width:50%;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
	border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
	font-size:12px;
	padding:5px;
	background:#cc4747;
	color:#fff;
	border-radius:2px;
	margin-right:5px;
	position:relative;
	bottom:1px;
}
/*任意の調整*/
.any{
	font-size:12px;
	padding:5px;
	background:#f7f7f7;
	color:#f7f7f7;
	border-radius:2px;
	margin-right:5px;
	position:relative;
	bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
	display: block;
	padding: 0.7em 0;
	width: 300px;
	background: #ffffff;
	border: solid 3px #8ec31f;
	color: #92c526;
	font-size: 16px;
	font-weight: bold;
	border-radius: 0px;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#8ec31f;
 color:#fff;
}
/*-------------------------------------個人情報保護方針--------------------------------*/
#panel-71-0-0-0 h2 {
	background: #fff;
	color: #333333;
	font-size: 32px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	position: relative;
	padding: .5em 0;
	padding-left: 50px;
}
#panel-71-0-0-0 h2::before{
	content: "";
	display: block;
	width: 30px;
	height: 10px;
	background: #219337;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


@media (max-width: 1600px){
#header_logo {
	width: 50%;
}
}
@media (max-width:1199px){
	.top02-wrap {
	margin-bottom: 2%;
}
	.top02-1 img {
	height: 400px;
	object-fit: cover;
	}
	.top03-1 img {
	height: 426px;
	object-fit: cover;
	}
	.top02-1::after {
	font-size: 50px;
	bottom: -16%;
	}
	.top03-1::after {
	font-size: 50px;
	bottom: -16%;
	}
}
@media (max-width:991px){
	.news-inner article time {
	padding-top: 1%;
}
	.news-inner article span a {
	border: solid 1px #219337;
	background-color: #219337;
	color: #fff;
	width: 8em;
	margin-top: 2%;
	padding: 2% 0;
}
	.news-inner article a h3 {
	padding-top: 1%;
}
	.top-h2 h2 {
	font-size: 25px;
}
	.top03-wrap {
	margin-bottom: 2%;
}
	.result-wrap article {
	width: 45%;
}
	.top03-btn {
	margin-top: 27px;
	}
	.top03-btn a{
	padding: 15px 50px;
	}
}
@media (min-width: 992px){
	.news-inner article span a {
	border: solid 1px #219337;
	background-color: #219337;
	color: #fff;
	width: 10em;
	display: inline-block;
	text-align: center;
	transition: all .2s;
	text-decoration: none;
	}
	.news-inner article span a:hover {
	opacity: 0.8;
	}
}
@media (max-width:780px){
	.carousel::after {
	background-image: url("../images/common/bg_ab-sub.png");
	}
}
@media (max-width:767px){
	/**********************************共通変更点**********************************/
	.fs-18 {
	font-size: 15px;
}
	.sp-only {
	display: block;
	}
	.pc-only {
		display: none;
	}
	.caption09 {
	font-size: 24px;
}
	#page_title h1 {
		font-size: 25px;
		padding: 40px;
}
	h2 {
	margin-bottom: 20px;
}
	.h2-01 h2{
	padding: 0 10px 0px 20px;
	padding-top: 10px;
}
	.h2-01 h2:before {
	top: 15%;
	left: 0%;
}
	.top-h2 h2 {
	font-size: 24px;
}
	.sub-btn {
	margin-top: 10px;
}
	.sub-btn a {
	padding: 12px 35px;
	display: block;
	width: 300px;
	margin: 0 auto;
}
	.sub-btn a::after {
	top: 20%;
	right: 4%;
}
	#footer_copyright {
	font-size: 12px;
	margin-top: 15px;
}
	.top-contact {
	padding: 20px 0 60px 0;
	margin-top: 40px;
}
	.contact-wrap {
	display: block;
	margin-top: 10px;
	}
	.top-contact01 {
	width: auto;
	font-size: 26px;
}
	.top-contact02 {
	width: auto;
	margin-top: 50px;
	}
	/**********************************トップページ**********************************/
	#caption-top02,#caption-top03,#caption-top04,#caption-top05 {
	padding-top: 30px;
}
	#caption-top05 {
	padding-top: 10px;
}
	.top01-1{
	text-align: justify;
	}
	.top02-1::after {
	display: none;
	}
	.top03-1::after {
	display: none;
	}
	.top02-wrap {
	margin-bottom: 0;
	display: block;
}
	.top02-1 {
	padding-left: 10px;
	padding-top: 10px;
	width: 100%;
}
	.top02-1::before {
	width: 98%;
	height: 100%;
}
	.top02-1::after {
		display: none;
	}
	.top02-1 img {
	height: auto;
	}
	.top03-1 img {
	height: auto;
	}
	.top02-2 {
	position: inherit;
	padding: 0px 20px 30px 20px;
	width: 100%;
	max-width: 100%;
}
	.top03-wrap {
	margin-bottom: 0;
	display: block;
}
	.top03-1 {
	padding-right: 10px;
	padding-top: 10px;
	width: 100%;
}
	.top03-1::before {
	width: 98%;
	height: 100%;
}
	.top03-1::after {
		display: none;
	}
	.top03-2 {
	position: inherit;
	padding: 0px 20px 30px 20px;
	max-width: 100%;
	width: 100%;
}
	.top04-1 {
	padding: 20px 0;
}
	#top04-5{
	margin-top: 10px;
	}
.result-wrap article {
	width: auto;
}
	/**********************************会社概要**********************************/
#caption-company02,#caption-company03,#caption-company04 {
	padding-top: 30px;
}
	.company04 h3 {
	font-size: 18px;
	}
	.timeline {
	list-style: none;
}
	.timeline-content {
	font-size: 14px;
}
.timeline li {
	margin-bottom: 60px;
}
/*-------------------------------------事業内容-----------------------------------*/
	#caption-about02,#caption-about03,#caption-about04 {
	padding-top: 30px;
}
	.sub-result {
	width: auto;
	margin: 0 auto;
	margin-top: 20px;
}
	.sub-result-text {
	background-color: #219337;
	color: #fff;
}
/*-------------------------------------施工実績-----------------------------------*/
	.col-xs-3 {
	width: auto;
}
	.bottom_cat li {
	margin-right: 0;
}
/*-------------------------------------お問い合わせ-----------------------------------*/
	#caption-contact02 {
		margin-top: 30px;
}
	.contact01-1 a {
		font-size: 24px;
		width: 95%;
	}
	.contact01-2 span {
		display: block;
	}
/*-------------------------------------個人情報保護方針--------------------------------*/
	#panel-71-0-0-0 h2 {
		font-size: 20px;
}
	#panel-71-0-0-0 h2::before {
		width: 20px;
		height: 5px;
}
}
@media (max-width: 374px){
	.sub-btn a {
	width: 250px;
}
	.top-contact02-1 a {
	font-size: 16px;
	}
}






