@charset "utf-8";
body{
	font-size:1rem;
}
/*------------------------------


	ヘッダー


------------------------------*/
header{
	width:100%;
	border-bottom:none;
	margin-bottom:0;
}

#header_inner{
	width:min(100%,1500px);
}

#main-top　#h-logo{
	width:100%;
}

#main-top　#h-logo img{
	width:100%;
	height: auto;
}

#main-top　h1{
	width:100%;
}
#main-top　#h-logo{
	width:100%;	
	display: block;
}
#main-top　#h-logo img{
	width:100%;
	/*max-width:426px;*/
	height: auto;
}

#main-top　#h-tel{
	font-family: "Roboto", sans-serif;
	width:auto;
	font-size:1.2rem;
	font-weight: 900;
	margin-top:100px;
	background-color: aqua;
}

#main-top　#h-tel span{
	margin-right:5px;
}

#main-top　#h-tel a{
	font-size:2.3rem;
	color:#000;
	font-weight: 900;
}


/*------------------------------

	レスポンシブ

------------------------------*/
/*@media screen and (max-width: 980px){
	#h-logo{
		width:30vw;
	}
	#h-tel{
		display: inline-flex;
		align-items: flex-end;
		margin-top:0;
	}
	#h-tel a{
		font-size:1.2rem;
		line-height: 1;
	}
	
	#h-tel span{
		padding:3px 5px;
		background-color: #C43E69;
		border-radius: 5px;
		line-height: 1;
		color:#fff;
		font-size:0.75rem;
	}
}

@media screen and (max-width: 430px){
	#h-logo{
		width:200px;
	}
		#head-right{
		flex-direction: row;
		align-items: center;
		gap:8px;
	}
	#h-tel a{
		width:50px;
		height:50px;
		color:#fff;
		background-color: #269900;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		border-radius: 5px;
		margin-bottom:0;
		text-decoration: none;
	}
}*/
/*------------------------------


	上部


------------------------------*/
#main-top{
	width:min(100%,1500px);
	margin:0 auto;
}

#main-top .inner{
	width:100%;
	display: flex;
	justify-content: center;
}

#main-logo{
	flex:1;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding:0 30px;
}

#main-logo .main{
	width:100%;
	/*margin-top:-40px;*/
}

/*#main-logo .main 
#main-logo .main p{
	padding:0 0;
}*/

#main-logo #h-logo{
	line-height: 0;
}

#main-logo img{
	width:100%;
	/*max-width:426px;*/
	height: auto;
	-webkit-backface-visibility: hidden;
}

#main-logo #h-tel{
	 font-family: "Roboto", sans-serif;
	font-size:1.15rem;
	font-weight: 800;
	margin-top:5px;
}

#main-logo #h-tel a{
	font-size:2.6rem;
	/*color:#000;*/
	font-weight: 900;
}

#main-photo{
	width:66%;
	overflow: hidden;
}

#main-photo li{
	position: relative;
}

#main-photo li .text{
	position: absolute;
	bottom:10px;
	right:10px;
	font-family: 'Noto Serif JP',serif;
	font-size:40px;
	/*color:#fff;*/
	font-weight: 900;
	color:#1B6E00;
	line-height: normal;
	-webkit-text-stroke: 3px rgba(255,255,255,0.8);
  text-stroke: 3px rgba(255,255,255,0.8);
  /* 線の後に文字色を描画させ、文字が潰れるのを防ぐ */
  paint-order: stroke fill; 
}

#main-photo li:nth-child(1) .text{
	letter-spacing: 3px;
	/* text-shadow:1px 1px 0 rgba(255,255,255,0.5), -1px -1px 0 rgba(255,255,255,0.5),
              -1px 1px 0 rgba(255,255,255,0.5), 1px -1px 0 rgba(255,255,255,0.5),
              0px 1px 0 rgba(255,255,255,0.5),  0 -1px 0 rgba(255,255,255,0.5),
              -1px 0 0 rgba(255,255,255,0.5), 1px 0 0 rgba(255,255,255,0.5);*/
}

#main-photo li:nth-child(2) .text{
	letter-spacing: 0;
	text-align: right;
}

#main-photo img{
	width:100%;
	height: auto;
	border-radius: 8px;
	object-fit: cover; /* 縦横比を保ちつつ、はみ出た部分をトリミング */
  object-position: center; /* 画像の真ん中を中央に配置 */
}


#main-photo li.egg{
	position: relative;
}

#main-photo li.egg .text{
	position: absolute;
	bottom:10px;
	right:0;
	font-family: 'Noto Serif JP',serif;
	font-size:40px;
	color:#1B6E00;
	font-weight: 700;
	 text-shadow:none;
}

/*------------------------------

	レスポンシブ

------------------------------*/


@media screen and (max-width: 1500px){
	#menu ul{
		padding:0 2px;
	}
	#main-top{
		padding:0;
	}
	
	#main-photo img{
			 outline: 2px solid rgba(255,255,255,0.5);  /* 内側に引く線（赤の破線） */
  outline-offset: -6px;         /* マイナス値を指定して内側へ入り込ませる */

	}
}

@media screen and (min-width: 0) and (max-width: 980px){
	#main-top{
		margin-top:10px;
	}
	#main-top .inner{
		width:100%;
		justify-content: flex-end;
		/*padding-left:20px;*/
	}
	
	#main-logo{
		display: none;
	}
	
	#main-photo{
		/*width:calc(100% - 20px);*/
		width:100%;
		position: relative;
		z-index: 1;
		padding:0 5px;
	}
	
	#main-photo img{
		height: 500px;
		object-fit: cover;
		border-radius: 5px;
	}
}


@media screen and (min-width: 0) and (max-width: 430px){
	#main-top{
		margin-top:10px;
	}
	
	#main-photo li .text{
		font-size:2.2rem;
	}
}

/*------------------------------


	キャッチ


------------------------------*/

#coment{
	position: relative;
	z-index: 2;
}

#coment-photo{
	flex:1;
	z-index: 99;
	line-height: 0;
	margin-top:-20px;
}

#coment-photo img{
	width:100%;
	height: 100%;
	border-radius: 6px;
	object-fit: cover;
}
#coment-chachi{
	width:60%;
	display: flex;
	align-items: center;
	padding-left:30px;
}

#coment .text{
		width:100%;
		margin-top:20px;
}

#coment .text h2{
	font-family: 'Noto Serif JP',"HG明朝E","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",  "ＭＳ Ｐ明朝", serif;
	font-size:30px;
	color:var(--green);
	font-weight: bold;
	font-weight: 800;
	margin-bottom:10px;
}

#coment .text p{
	margin-left:10px;
}

/*------------------------------

	レスポンシブ

------------------------------*/
@media screen and (min-width: 0) and (max-width: 980px){
	#coment{
		margin-top:0;
	}
	#coment.inner{
		/*display: block;*/
		flex-direction: column;
		padding-left:0;
		margin-top:0;
	}
	
	#coment-photo{
		flex:none;
		width:100%;
		padding:0 5px;
		order:2;
	}
	
	#coment-photo img{
		width:100%;
		height: 200px;
		border-radius: 5px;
		object-fit: cover; /* 縦横比を保ちつつ、はみ出た部分をトリミング */
  object-position: top; /* 画像の真ん中を中央に配置 */
	}
	
	#coment-chachi{	
		/*flex:1;*/
		order:1;
		padding:50px 20px;
		width:100%;
	}
	
	#coment .text{
		margin-top:0;
	}
	
	#coment .text h2{
		font-size:3.5vw;
	}
}

@media screen and (min-width: 0) and (max-width: 430px){
	#coment-chachi{
		padding:50px 20px
	}
	#coment .text h2{
		font-size:1.8rem;
		text-align: center;
		font-weight: 800;
	}
}
/*-------------------------



	事業案内



-------------------------*/

#jigyou{
	width:min(100%,1500px);
	margin:0 auto;
	padding:150px 0;
}

#jigyou h2{
	font-family: 'Noto Serif JP',serif;
	font-size:2.5rem;
	color:var(--green);
	font-weight: 800;
	margin-bottom: 80px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	
}

#jigyou h2::before{
	content:'';
	width:42px;
	height: 45px;
	display: block;
	background-image: url("../img/jibyou_title_ico01.jpg");
	background-position: bottom right;
	background-size: cover;
	background-repeat: no-repeat;
	margin-right:30px;
}


#jigyou h2::after{
	content:'';
	width:57px;
	height: 45px;
	display: block;
	background-image: url("../img/jibyou_title_ico02.jpg");
	background-position: bottom left;
	background-size: cover;
	background-repeat: no-repeat;
	margin-left:30px;
}

#jigyou .main{
	width:100%;
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
	display: grid;
	 grid-template-columns: repeat(4, 1fr);
	gap:30px 50px;
}

#jigyou .main li{
	/*idth:24%;*/
	padding:0;
	/*max-width: 363px;*/
	/*margin-bottom:30px;*/
}

#jigyou .main li a{
	display: block;
	text-decoration:none;
	color: inherit;
}

#jigyou .main li .photo{
	width:100%;
	aspect-ratio: 16 / 8;
	border-radius: 5px;
	overflow: hidden;
}

#jigyou .main li .photo img{
	width:100%;
	height: 100%;
	border-radius: 5px;
	 object-fit: cover;
}

#jigyou dt{
	font-size:20px;
	font-family: 'Noto Serif JP',"HG明朝E","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",  "ＭＳ Ｐ明朝", serif;
	font-weight: 700;
	/*background-image:url("../img/ico.png");
	background-position: center left;
	background-repeat: no-repeat;*/
	line-height: 1.0em;
	color:#111111;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:10px 0;
}

#jigyou dt::after{
	font: var(--fa-font-solid); 
	content: "\f0da\f0da\f0da";
	font-size:0.8rem;
	color:rgba(107,107,107,1.00);
}

#jigyou dd{
	font-size:0.95rem;
}

/*------------------------------

	レスポンシブ

------------------------------*/


@media screen and (min-width: 0) and (min-width: 981px){
	
	#jigyou .main li a:hover .photo img{
		transform: scale(1);
		opacity: 1;
		transition-duration: 0.3s;
	}
	
	#jigyou .main li a:hover .photo img{
		transform: scale(1.05);
		opacity: 0.6;
		
	}
	
	#jigyou .main li a dt,
	#jigyou .main li a dt::after{
		transition-duration: 0.5s;
	}
	
	#jigyou .main li a:hover dt,
	#jigyou .main li a:hover dt::after{
		color:var(--green);
	}
	
}

@media screen and (max-width: 1500px){
	#jigyou .main{
		padding:0 10px;

	}
}

@media screen and (max-width: 1300px){
	#jigyou .main{
		gap:50px 2.3vw;
	}
}

@media screen and (min-width: 0) and (max-width: 980px){
	#jigyou{
		/*padding:0 0 100px 0;*/
	}
	#jigyou .main{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		/*gap:30px 3vw;*/
	}
	#jigyou .main li{
		width:330px;
	}
	#jigyou dt{
		font-size:2.4vw;
	}
}


@media screen and (min-width: 0) and (max-width: 430px){
	#jigyou{
		padding:50px 0;
	}
	#jigyou h2{
		font-size:1.8rem;
		margin-bottom:30px;
		font-weight: 800;
		position: relative;
		/*align-items: flex-end;*/
	}
	
	#jigyou h2::before,
	#jigyou h2::after{
		position: absolute;
		bottom:0;
	}
	
	#jigyou h2::before{
		left:20px;
	}
	
	#jigyou h2::after{
		right:20px;
	}
	
	#jigyou .main{
		flex-direction: column;
		padding:0 20px;
	}
	
	#jigyou dt{
		font-size:1.2rem;
		align-items: center;
	}
	
	#jigyou .main li{
		width:min(100%,340px);
	}
}



