/* CSS Document */
@charset "utf-8";

main{
	padding:0px 0px 50px;
	margin:0px;
	animation-name: textanime;
	animation-duration:2.5s;
	animation-iteration-count:1;
}

@keyframes textanime
{
	0%{
	opacity: 0;
	}

	100%{
	opacity: 1;
	}
}

.pagename{
	padding:10px 30px;
	display: flex;
	background-color: #F8F1E1;
	position:relative;
}

.pagename a {
	text-decoration: none;
	margin-right: 50px;
}

.pagename p::before{
	content: '>';
    display: block;
    position: absolute;
    top: 10px;
    left: 100px;
    bottom: 0;
    margin: auto;
	color: #000;
}

.pagename p{
	font-size: 16px;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 500;	
}

.pagename a p{
	color:#DDA72F;
}

.pagename a:hover{
	border-bottom: solid 1px #DDA72F;
	cursor: pointer;
} 

.product{
	margin:0px auto;
	padding: 80px 30px 30px;
	background: linear-gradient(#F8F1E1, #fff);
}

.product_title{
	text-align: center;
}

.product_title img{
	width: 350px;
}

.product_title h2{
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 600;
	font-size: 28px;
	color:#006837; 
	margin-bottom: 50px;
 	margin-top: 10px;
}

.product_wrap{
	display: block;
	border: dotted 5px #72500D;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	border-radius: 50px;
	text-align: center;
	width: 90%;
	max-width:1366px;
	align-items: center;
	position:relative;
}

.circle{
	width: 3.5vh;
	 height: 3.5vh;
	 border: 1.2vh solid #72500D;
	 border-radius: 50%;
	 display: inline-block;
     position: absolute;
	background-color: #fff; 
}

.r_1, .v_1{	
	left:30px;
	top:30px;
}

.r_2, .v_2 {	
	right:30px;
	top:30px;
}

.r_3{	
	left:30px;
	bottom:30px;
}

.v_4{	
	right:30px;
	bottom:30px;
}	

.product_content{
	margin: 5px;
	background-color:#FAF1E1;
	border-radius: 45px;
	padding: 30px;
}

.product_content h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	font-size: 30px;
	color:#72500D;
	margin-top:30px;
	margin-bottom: 10px;
	display: inline-block;
	background: linear-gradient(transparent 60%, #fff 70%);
}

.rice_main_text{
	margin: 0 auto;
	padding: 30px 50px;
	display: flex;
	justify-content: space-between;
	border-radius: 50px;
	width: 100%;
	max-width: 1266px;
}

.rice_img{
	width: 35vw;
	max-width:500px;
	height: 100%;
	display:flex;align-items: center;
	border: 1.5vh solid #fff; 
	box-shadow:3px 1px 4px rgba(0, 0, 0, 0.2);
	margin: 2em auto;
}

.rice_texts{
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	margin-left: 50px;
}

.rice_texts p{
	display: block;
    letter-spacing: 0.1em; 
	position: relative;
	margin: 10px auto ;
	padding:1em;
	border-left:solid 5px #a52a2a;/*線の種類・太さ・色*/
	background-color:#ffff;
	box-shadow:3px 1px 4px rgba(0, 0, 0, 0.2);
	width: 100%;
}

.rice_texts p:last-child{
	margin-bottom:0px;
}



.rice_main_all{
	position: relative;
}

.rice_main_dec_l{
	left: -10px;
    bottom: -10px;
    width: 5vw;
    display: block;
    position: absolute;
}

.rice_feature{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items:center;
}

.rice_feature p{
	margin: 50px 2vw;
    padding: 130px 40px 0px;
    display: block;
    width: 285px;
    height: 345px;
    background: url(../img/feature_bk.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    text-align: left;
    color: #a52a2a;
    font-weight: 600;
	line-height: 27px;
}

.rice_feature_all{
	position: relative;
}

.rice_feature_dec_r{
	position: absolute;
	transform: scale(-1, 1);
	right:-5vw;
    width: 8vw;
    display: block;
    bottom: -50px;
}

.product_content　h3{
	margin-bottom: 20px;
}

.vg_text{
	font-size: 20px;
	margin-top: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;	
	margin-bottom: 50px;
}

.veg_menu li{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items:center;
}

.veg_menu li dl{
	margin-right:30px;
	margin-bottom:30px;
	padding-bottom:20px;
	border-radius: 50px;
	background: #fff;
}

.veg_menu li dl:last-child{
	margin-right:0;
}

.veg_menu li dl img{
	width:250px;
}

.veg_menu li dl dt{
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;	
}



/*農作業代行エリア*/
.work_title{
	display: block;
	text-align: center;
	padding-top:50px;
	
}

.work_title h3{
	color: #006837;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 32px;
}

.work_title h4{
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 16px;
	margin-bottom: 100px;
}

.problem_wrap{
	background: #fff;
	margin-top:70px;
	background-image:
    radial-gradient(#e5f4c5 20%, transparent 20%),
    radial-gradient(#e5f4c5 20%, transparent 20%);
	background-size: 15px 15px;
	background-position: 0 0, 15px 15px;
	position: relative;
	}

.ttl_balloon4 {
	position: absolute;
	top: -60px;
	font-family: 'Zen Maru Gothic', serif;
    font-weight: 600;
    font-size: 26px;
	color: #fff;
	text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
		-1px 1px 0 #000, 1px -1px 0 #000,
		0px 1px 0 #000,  0-1px 0 #000,
		-1px 0 0 #000, 1px 0 0 #000;
	background-color: #fff;;
	margin:0 auto;
	display: block;
	width: 40vw;
	font-weight: bold;
	border: 4px solid #bbda77;
	padding: 1em 1em 1.1em;
	border-radius: 30px;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
  }

  .ttl_balloon4::before {
	content: '';
	background-color: #fff;
	width: 20px;
	height: 3px;
	position: absolute;
	left: 30px;
	bottom: -3px;
  }
  .ttl_balloon4::after {
	content: '';
	background-color: #bbda77;
	width: 20px;
	height: 3px;
	transform: rotate(50deg);
	position: absolute;
	left: 25px;
	bottom: -10px;
  }


	/*悩みエリア  */

.situation{
	text-align:center;
}

.st_img, .st_img_sp{
	display: block;
	width: 60vw;
	max-width: 1000px; 
	min-width: 700px;
	margin: 0 auto;
}

@media(max-width:800px){
	.st_img{
		display: none;
	}
}

@media(min-width:801px){
	.st_img_sp{
		display: none;
	}
}



	/*解決エリア  */
.work_solve{
		background: #fff;
		padding-top: 3vh;
		background-image: radial-gradient(#e5f4c5 20%, transparent 20%), radial-gradient(#e5f4c5 20%, transparent 20%);
		background-size: 20px 20px;
		background-position: 0 0, 20px 20px;
		position: relative;
}

.ribbon{
	margin:0 auto;
	max-width:1166px;
	width:calc(70vw + 50px);
	border-radius: 30px;
	padding: 10px;
	background-color: #bbda77;
}

.ribbon15-wrapper {  
  display: block;
  position: relative;
  margin: 15px auto;
  padding: 10px 0;
  max-width:1116px;
  width:70vw;
  background: #fff;
  box-sizing: border-box;
  border-radius: 15px;
  }

.ribbon15 {  
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 30px;
  margin: 0;
  padding: 12px 0;
  z-index: 2;
  width: 50px;
  text-align: center;
  color: white;
  font-size: 30px;
  background: linear-gradient(#ff785b 0%, #e95738 100%);
  border-radius: 2px 0 0 0;
  color:yellow;
  }

.ribbon15:before {
  position: absolute;
  content: '';
  top: 0;
  right: -6px;
  border: none;
  border-bottom: solid 6px #cf4a2d;
  border-right: solid 6px transparent;
}
.ribbon15:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  border-left: 25px solid #e95738;
  border-right: 25px solid #e95738;
  border-bottom: 10px solid transparent;
  width: 50px;
}

.work_solve_title{
margin-bottom: 16px;
}

.work_solve_title h4{
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size:min(2vw,30px);
	padding: 10px 30px 0 110px; 
	
}

.work_solve_title span{
	background: linear-gradient(transparent 60%, #ffff00 70%);
}

.ct{
	padding-left: 110px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
}

.top{
	margin-top: 20px;
}	

.st_ill{
	position:absolute;
	bottom:-40px;
	right: -50px;
	width:20vw;
	max-width: 300px;
	min-width:120px;
}


/*ボタンお問い合わせページ*/
.slv_inquiry{
	margin-top:30px;
	margin-left: 0px;
	margin-bottom: 30px;
}

.pt_btn{
	display: inline;
	text-decoration: inherit;
	color: #fff;
	background: #e95738;
	border-radius: 50px;
	padding: 10px 40px;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 600;
	font-size: 28px;
}



.pt_btn:hover{
	color: #e95738;
	background: #fff;
	border: 1px solid #e95738;
}

@media only screen and (max-width: 1000px) {
	
	.product{
		margin: 0px auto;
     	padding: 50px 0px 20px;
}

	.product_title img {
		max-width: 300px;
		margin-top: 00px;
	}

	.product_title h2 {
		font-size: 24px;
		color: #006837;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.rice_main_text{
		flex-direction: column-reverse;
	}
	
	.rice_img {
		width: 100%;
		margin-top: 20px;
	}
	
	.st_img_sp{
		width: 90vw;
		min-width: 360px;
	}
	
	.product_wrap{
		border-radius: 30px;
		width: 95vw;
	}
	
	.product_content{
		padding: 5px;
		border-radius: 16px;
	}
	
	.product_content h3 {
		margin-top: 10px;
    	margin-bottom: 15px;
		font-size: 20px;
	}
	
	.r_1, .v_1{	
		left:15px;
		top:15px;
	}

	.r_2, .v_2 {	
		right:15px;
		top:15px;
	}

	.r_3{	
		left:15px;
		bottom:15px;
	}

	.v_4{	
		right:15px;
		bottom:15px;
	}	

	.circle {
		width: 2.0vh;
		height: 2.0vh;
		border: 0.7vh solid #72500D;
	}
		
	.rice_main_text {
		padding: 0px 5px;
	}

	.rice_texts {
		margin-left: 0px;
		font-size: 14px;
	}
	
	.rice_texts p {
		padding:0.5em;
	}
	
	.rice_main_dec_l {
		width: 10vh;
		min-width: 70px;
		left: -25px;
		
	}
	
	.rice_feature p {
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	.rice_feature_dec_r {
		width:20vw;
	}
	
	.vg_text {
    	font-size: 16px;
		margin-top:0;
		margin-bottom: 15px;
		text-align: left;
		padding-left: 15px;
		padding-right: 15px;
		text-indent: 1rem;
	}
	
	.veg_menu{
		padding-top:10px;
	}
	
	.veg_menu li dl{
		margin-top:5px;    
		margin-right: 10px;
   		margin-left: 10px;
		border-radius: 30px;
	}
	
	.veg_menu li dl img{
		display: block;
		margin: 0 auto;
		padding: 8px 40px 0px;
		width: 250px;
	}
	
	.veg_menu li dl dt {
		font-size: 16px;
	}
	
	.rice_main_dec_l {
		left:-10px;
		bottom: -20px;
	}
	
	.work_title {
		padding-top: 0px;
	}
	
	.ttl_balloon4{
		width: 85vw;
    font-size:min(2.5vh,20px);
		margin-bottom: 0;
	}
	
	.ribbon {
		width: 95%;
	}
	
	.ribbon15{
		width:50px;
		padding-bottom: 0px;
		padding: 6px 0;
	}
	
	.ribbon15-wrapper {
		   width: 95%;
		padding-bottom: 80px;
	}
	
	.work_solve_title{
		margin:0 auto;
	}
	
	.work_solve_title h4{
		font-size: 18px;
		padding: 0 0 10px;
	}

	.work_solve_title span {
		background: linear-gradient(transparent 70%, #ffff00 70%);
	}

	.work_solve_sp{
		position: relative;
		top: 60px;
		margin-right:60px;
		margin:0 auto;
		padding-left: 30px;
		padding-right:30px;
	}
	
	.ct {
	    padding-left: 0px;
		font-size: 16px;
	}

	
	.top{
		margin-top: 10px;
	}	

	.st_ill{
		bottom:-80px;
		right: -20px;
		min-width:100px;
	}
	
	.pt_btn{
		border-radius: 24px;
		padding: 5px 20px;
		font-family: 'Zen Maru Gothic', serif;
		font-weight: 600;
		font-size: 20px;
		display: block;
		margin: 0 auto;
		text-align: center;	
	}
	
	.ttl_balloon4::before {
		content: '';
		background-color: #fff;
		width: 20px;
		height: 5px;
		position: absolute;
		left: 30px;
		bottom: -5px;
		border: 10px solid #fff;
	}

	.pagename {
    	padding: 10px 10px;
	}

	.pagename a {
		margin-right: 35px;
	}

	.pagename p::before{
		left: 70px;
	}

}