@charset "utf-8";

/*  Story 共通
--------------------------------------------------------------------*/

#story1,#story2,#story3,#story4,#story5,#story6,#story7,#story8,#area,#voice,#story9 {
	padding-bottom:50px;
}

#main_area {
	background-color:#fff;
	width:920px;
	margin:0 auto;
	background-image:url("../img/tussock.webp");
	background-position:bottom;
	background-repeat:no-repeat;
}

#main_area_wide {
	background-color:#fff;
	width:920px;
	margin:0 auto;
}
#main_area .title_bk,#main_area_wide .title_bk {
	background-image:url("../img/title_bk.webp");
	background-repeat:no-repeat;
	height:135px;
}
#main_area .title_bk .title,#main_area_wide .title_bk .title {
		display: none;
	}
#main_area .mount {
	padding:25px 40px 120px 40px;
}

#main_area_wide .mount {
	padding:25px 40px;
}

#main_area .full_mount , #main_area_wide .full_mount {
	padding:25px 40px;
}
.slide_move {
	margin-left:1000px;
}

.sub_title {
	margin-bottom:15px;
}

.contact {
	text-align:center;
}
@media only screen and ( max-width: 768px){
	#main_area {
		width: 100%;
	}
	#main_area_wide {
		width: 100%;
	}
	#main_area .title_bk,#main_area_wide .title_bk {
		height: auto;
		color: #FFF;
		text-align: center;
		padding: 20px 10px;
	}
	#main_area .title_bk .title,#main_area_wide .title_bk .title {
		display: block;
		font-size: 20px;
		font-weight: bold;
	}
	#main_area .mount {
		padding:25px 10px 120px 10px;
	}

	#main_area_wide .mount {
		padding:25px 10px;
	}

	#main_area .full_mount , #main_area_wide .full_mount {
		padding:25px 10px;
	}
	.slide_move {
		margin: 0;
	}
}


/*  Story1
--------------------------------------------------------------------*/

#story1 .garden {
	padding-bottom:20px;
}


/*  Story2
--------------------------------------------------------------------*/

#story2 .select {
	padding-bottom:20px;
}

#story2 .seat {
	width:840px;
}

#story2 .seat .graph {
	width:400px;
	float:left;
}

#story2 .seat .detail {
	width:410px;
	float:right;
}
@media only screen and ( max-width: 768px){

	#story2 .seat {
		width:100%;
	}

	#story2 .seat .graph {
		width:100%;
		float:none;
	}

	#story2 .seat .detail {
		width:100%;
		float:none;
	}
}


/*  Story3
--------------------------------------------------------------------*/

#story3 .pat {
	width:840px;
	padding-bottom:20px;
}

#story3 .pat_a {
	width:410px;
	float:left;
}

#story3 .pat_b {
	width:410px;
	float:right;
}

#story3 #flow {
	padding-bottom:50px;
}

#story3 .pat_bk {
	background-color:#faf0c8;
	padding:20px 30px 30px 30px;
	height:1350px;
}

#story3 .pat_copy {
	color:#326432;
	font-weight:bold;
	text-align:center;
}

#story3 .line_copy {
	background-color:#96be3c;
	padding:5px 0;
	margin-bottom:10px;
	color:#fff;
}

#story3 .copyb {
	border-top:#E6C896 1px solid;
	padding:15px 0;
}

#story3 .jumoc {
	border:#96BE3C 3px solid;
	padding:25px 30px;
}

#story3 .column {
	width:774px;
}

#story3 .column .left {
	width:130px;
	float:left;
}

#story3 .column .right {
	width:630px;
	float:right;
}

#story3 .column .right .flow2_left {
	width:465px;
	float:left;
}

#story3 .column .right .flow2_right {
	width:150px;
	float:right;
}

#story3 .column .right .flow4_left {
	width:160px;
	float:left;
}

#story3 .column .right .flow4_right {
	width:450px;
	float:right;
}

@media only screen and ( max-width: 768px){
	
	#story3 .pat {
		width:100%;
	}

	#story3 .pat_a {
		width:100%;
		float:none;
	}

	#story3 .pat_b {
		width:100%;
		float:none;
	}

	#story3 .pat_bk {
		background-color:#faf0c8;
		padding:20px 10px 30px 10px;
		height:auto;
	}
	#story3 .jumoc {
		padding:25px 10px;
	}

	#story3 .column {
		width:100%;
	}

	#story3 .column .left {
		width:100%;
		float:none;
	}

	#story3 .column .right {
		width:100%;
		float:none;
	}

	#story3 .column .right .flow2_left {
		width:100%;
		float:none;
	}

	#story3 .column .right .flow2_right {
		width:100%;
		float:none;
	}

	#story3 .column .right .flow4_left {
		width:100%;
		float:none;
	}

	#story3 .column .right .flow4_right {
		width:100%;
		float:none;
	}
}


/*  Story4
--------------------------------------------------------------------*/

#story4 {
	
}

#story4 .intro {
	padding-bottom:30px;
	text-align:center;
}

#story4 .process_title {
	color:#786e46;
	font-weight:bold;
}

#story4 li {
	padding-bottom:20px;
}

#story4 .calculation {
	border:#00aadc 5px solid;
	margin:15px 0 30px 0;
}

#story4 .calculation .form {
	margin:0 10px;
}

#story4 .calculation .form .area {
	background-color:#faebb4;
	padding:20px 20px 10px 20px;
	text-align:center;
}

#story4 .calculation .form_text {
	font-size:120%;
	font-weight:bold;
	padding-right:5px;
}

#story4 .calculation .form_unit {
	font-size:120%;
	font-weight:bold;
	padding-right:20px;
}

#story4 .calculation .form_box {
	width:50px;
	height:30px;	
	text-align:center;
}

#story4 .calculation .btn {
	text-align:center;
	padding:15px 0 10px 0;
}

#story4 .calculation .attention {
	padding:10px;
}

#story4 .calculation .form .beside {
	display: inline-block;
}


/*  Story5
--------------------------------------------------------------------*/

#story5 {
	
}

#story5 .alliance {
	width:840px;
	padding-bottom:30px;
}

#story5 .alliance .experiment {
	width:250px;
	float:left;
}

#story5 .alliance .experiment .cap {
	font-size:80%;
	padding-top:5px;
}
#story5 .alliance .ex {
	width:560px;
	float:right;
}

#story5 .reasons {
	padding-bottom:50px;
}

#story5 .reason {
	width:840px;
}

#story5 .reason .jumok {
	width:115px;
	float:left;
	text-align:right;
}

#story5 .reason .ex {
	width:700px;
	float:right;
}

@media only screen and ( max-width: 768px){
	#story5 .center{
		text-align: center;
	}
	#story5 .center img{
		width: 100%;
		height: auto;
	}
	#story5 .alliance .experiment .cap {
		font-size: 100%;
		text-align: center;
	}
	#story5 .alliance {
		width:100%;
	}

	#story5 .alliance .experiment {
		width:100%;
		float:none;
	}

	#story5 .alliance .ex {
		width:100%;
		float:none;
	}
	
	#story5 .reason {
		width:100%;
	}

	#story5 .reason .ex {
		width:100%;
		float:none;
	}
	#story5 .reason .jumok {
		width: 80px;
	}
}


/*  Story6
--------------------------------------------------------------------*/

#story6 {
	
}

#story6 .kind {
	width:840px;
}

#story6 .kind .typea {
	width:410px;
	float:left;
}

#story6 .kind .typeb {
	width:410px;
	float:right;
}

#story6 .kind .type_seat {
	background:#faf0c8;
	padding:20px 30px;
	height:650px;
}

#story6 .line_copy {
	background-color:#ff961e;
	padding:5px 0;
	margin-bottom:10px;
	color:#fff;
}

#story6 .feature {
	width:350px;
	padding-bottom:10px;
}

#story6 .feature .photo1 {
	width:170px;
	float:left;
}

#story6 .feature .photo2 {
	width:170px;
	float:right;
}

#story6 .about {
	font-size:85%;
	background:#fafafa;
	border:#c8c8c8 1px solid;
	padding:25px 30px;
	margin-bottom:30px;
}

#story6 .mark_y {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
	background:linear-gradient(transparent 60%, #ffff66 60%);
}

#story6 .mark_b {
	background:-webkit-gradient(linear,left top, left bottom,color-stop(60%, transparent),color-stop(60%, #78c8fa));
	background:linear-gradient(transparent 60%,#78c8fa 60%);
}

#story6 .discount {
	
}

#story6 .volume {
	width:443px;
	float:left;
}

#story6 .map {
	width:365px;
	float:right;
}


@media only screen and ( max-width: 768px){
	
	#story6 .kind {
		width:100%;
	}

	#story6 .kind .typea {
		width:100%;
		float:none;
	}

	#story6 .kind .typeb {
		width:100%;
		float:none;
	}

	#story6 .kind .type_seat {
		padding:20px 10px;
		height:auto;
	}

	#story6 .feature {
		width:100%;
		padding-bottom:10px;
	}

	#story6 .feature .photo1 {
		width:49%;
	}

	#story6 .feature .photo2 {
		width:49%;
	}

	#story6 .about {
		padding:25px 10px;
	}

	#story6 .volume {
		width:100%;
		float:none;
	}

	#story6 .map {
		width:100%;
		float:none;
	}
}


/*  Story7
--------------------------------------------------------------------*/


/*  Story8
--------------------------------------------------------------------*/

#story8 {
	
}

#story8 .voice_a {
	background:url(../img/8_voice1_a.webp) no-repeat;
	margin-bottom:50px;
}

#story8 .voice_b {
	background:url(../img/8_voice2_a.webp) no-repeat;
	margin-bottom:50px;
}

#story8 .voice_c {
	background:url(../img/8_voice3_a.webp) no-repeat;
	margin-bottom:50px;
}

#story8 .photo1 {
	width:200px;
	float:left;
	margin:260px 0 0 30px;
}

#story8 .photo2 {
	width:200px;
	float:left;
	margin:310px 0 0 30px;
}


#story8 .ex {
	width:570px;
	float:right;
	margin:140px 0 0 0;
}

@media only screen and ( max-width: 768px){
	
	#story8 .voice_a,
	#story8 .voice_b,
	#story8 .voice_c{
		background-image: none;
	}
	
	#story8 .spimg{
		float: left;
		width: 40%;
		padding: 0 10px 10px;
	}

	#story8 .photo1 {
		width:100%;
		float:none;
		margin:0px 0 0 0px;
	}

	#story8 .photo2 {
		width:100%;
		float:none;
		margin:0px 0 0 0px;
	}


	#story8 .ex {
		width:100%;
		float:none;
		margin:0px 0 0 0px;
	}
}



/*  area
--------------------------------------------------------------------*/

#area {

}

#area .map {
	position:relative;
}

#area .link {
	position:absolute;
	top:500px;
	left:180px;
}
@media only screen and ( max-width: 768px){
	#area .link {
		position:relative;
		top:auto;
		left:auto;
	}
}

/*  voice
--------------------------------------------------------------------*/

#voice {

}

#voice .faq {
	border-bottom:#C8C8C8 1px dotted;
	padding-bottom:10px;
	margin-bottom:15px;
}

#voice .question {
	font-weight:bold;
	color:#468C32;
}

#voice .answer {
	font-size:85%;

}



/*  story9
--------------------------------------------------------------------*/

#story9 {

}

#story9 .staff {
	text-align:center;
	padding:30px 0 20px 0;
}

#story9 .flow {
	text-align:center;
	padding-bottom:30px;
}



/*  form
--------------------------------------------------------------------*/

#form {
	width:840px;
	font-size:85%;
}

#form th,#form td  {
	border-collapse:collapse;
	border:#d2d2d2 1px solid;
	padding:15px 15px;
}

#form th {
	background-color:#faf0c8;
	font-weight:bold;
}
th.bule {
	text-align:center !important;
	background-color: #D08800 !important;
	color:#FFFFFF;
}

#form .box {
	font-size:120%;
}

#form .example {
	color:#b4b4b4;
}

#form .privacy {
	margin:20px 0 30px 0;
	background-color:#f0f0f0;
	padding:20px 30px;
	border:#e1e1e1 1px solid;
}

#form .agreement {
	background:#ffffff;
	padding:25px 30px;
	margin-bottom:20px;
	width:100% !important;
	-webkit-overflow-scrolling:touch !important;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#form .agreement .text- {
	overflow:auto;
	height:120px;
}

#form .agreement .text {
	width:720px;
	height:120px;
}

#contact {
	padding:25px 0 50px 0;
}

#contact .title {
	padding-bottom:25px;
}
@media only screen and ( max-width: 768px){
	#form {
		width:100%;
	}

	#form th,#form td  {
		display: block;
		width: 100%;
	}

	#form .box {
		width: 100%;
	}

	#form .agreement {
		padding:25px 10px;
		height: 150px;
		overflow-y:scroll;
		
		width:100% !important;
		overflow:auto !important;
		-webkit-overflow-scrolling:touch !important;
	}

	#form .agreement .text- {
		overflow:auto;
	}

	#form .agreement .text {
		width:100%;
		height: 100%;
	}
	textarea{
		width: 100%;
	}
}

.footerContent{
	background-color: #ffffff;
	position:fixed;
	padding: 10px 0;
	bottom:0;
	left:0;
	width:100%;
	z-index:998;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
	-webkit-box-shadow:-3px -1px 20px #B4B4B4;
			box-shadow:-3px -1px 20px #B4B4B4;
	line-height: 100%;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-column-gap: 30px;
	   -moz-column-gap: 30px;
	        column-gap: 30px;
	
	.wraper_cta {
		-ms-flex-preferred-size: 15em;
		    flex-basis: 15em;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		.lead {
			-webkit-box-flex: 0;
			    -ms-flex: 0 1;
			        flex: 0 1;
			text-align: center;
			margin-bottom: 5px;
			.text {
				font-weight: bold;
				font-size: 0.9em;
			}
		}
		.button {
			-webkit-box-flex: 1;
			    -ms-flex: 1 0;
			        flex: 1 0;
			padding: 10px 13px;
			color: #fff;
			display: grid;
			row-gap: 10px;
			border-radius: 12px;
			text-decoration: none;
			-webkit-transition: background-color 0.2s linear;
			transition: background-color 0.2s linear;
			.icon {
				-ms-flex-item-align: center;
				    align-self: center;
				vertical-align: bottom;
			}
			.text {
				display: block;
				font-weight: bold;
			}
		}
	}
	/* 防草シート */
	.cta_sheet {
		.lead {
			.text {
				& strong {
					color: #e6321e;
				}
			}
		}
		.button {
			background-color: #e6321e;
			grid-template-columns: auto auto;
			grid-template-rows: auto auto;

			.icon {
				grid-column: 1 / 2;
				grid-row: 2 / 3;
				width: 44px;
			}
			.text{
				grid-column: 2 / 3;
				grid-row: 2 / 3;
			}
			.point {
				grid-column: 1 / 3;
				grid-row: 1 / 2;
				text-align: center;
				& span {
					background-color: #802f2f;
					padding: 2px 5px;
					font-size: 0.75em;
					border-radius: 3px;
				}
			}
		}
		.button:hover {
			background-color: #ce2c1a;
		}
	}
	/* 草刈り */
	.cta_mowing {
		.lead {
			.text {
				& strong {
					color: #01983c;
				}
			}
		}
		.button {
			background-color: #01983c;
			grid-template-columns: auto auto;
			grid-template-rows: auto;
			.icon {
				grid-column: 2 / 3;
				grid-row: 1 / 2;
				width: 33px;
				align-self: flex-start;
				vertical-align: bottom
			}
			.text{
				grid-column: 1 / 2;
				grid-row: 1 / 2;
				line-height: 1.5;
				align-self: center;
				padding-left: 1em;
			}
			.icon {
				justify-self: end;
			}
		}
		.button:hover {
			background-color: #005c23;
		}
	}
}
@media screen and ( max-width: 768px){
	.footerContent{
		padding: 10px 3vw;
		-webkit-column-gap: 3vw;
		   -moz-column-gap: 3vw;
		        column-gap: 3vw;
		.wraper_cta {
			.lead {
				.text {
					font-size: 0.75em;
				}
			}
			.button {
				font-size: 0.85em;
				padding: 7px 5px;
				row-gap: 5px;
				.text {
				}
				.icon {
					width: 22px;
				}
			}
		}
		/* 草刈り */
		.cta_mowing {
			.button {
				.text {
					padding-left: 0.5em;
				}
			}
		}
	}
}



/*  footer
--------------------------------------------------------------------*/

#footer {
}

#footer .copyright {
	color:#646464;
	text-align:center;
}



/*  開発用
--------------------------------------------------------------------*/

#scrollvalue {
	font-size:80%;
	top:10px;
	right:10px;
	position:fixed;
}