@charset "utf-8";
/* CSS Document */
/* PC（1024以上） */
@media (max-width: 1023px) {
/*fv----------------*/
	#fv {
		min-height: auto;
	}
/*あいさつ--------------------*/
	  .greet-flex {
    gap: 40px;
  }

  .greet-txtwrap {
    flex: 1;
  }
/*直売所----------------------*/
  .shop-wrap {
    gap: 30px;
  }

/*FootCTA-------------------*/
  .cta-ttl {
    font-size: 30px;
  }	
	
/*商品紹介---------------------------*/
	.productGrid{
		display:grid;
		/*grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));*/	
		grid-template-columns:repeat(2, minmax(240px, 1fr));	
		gap:24px 40px;
	}
	
/*会社概要------------------------*/
	  .message-wrap{
    gap: 40px;
  }

  .message-text p{
    line-height: 1.9;
  }
/*concept・赤鶏-----------------------------*/	
.concept-top{
  padding: 100px 0;
}

.concept-top .inner{
  transform: none;
  padding: 0 20px;
}
.concept_sec .img img{
  transform: none;
}

.concept_sec .txt h3{
  transform: none;
}

.edge .img img{
  height: 320px;
}
.hygiene{
  padding: 80px 0;
}

.hygiene-box{
  padding: 40px;
  gap: 30px;
}	
	
.recipe_sec{
  padding: 80px 0;
}

.recipe_wrap{
  gap: 30px;
}
	
}
/* タブレット */
@media (max-width: 820px) {
	.scene-wrap {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
		justify-content: center;
	}
	.case-wrap figure {
		margin: 0 20px;
	}	

	.case-wrap {
		width: calc(50% - 15px);
	}
/*concept・赤鶏-----------------------------*/	
.edge .img{
  width: 55vw;
}

.edge .txt{
  width: 45%;
}
.hygiene-box{
  padding: 30px;
  gap: 25px;
}	
.recipe_wrap{
  gap: 25px;
}

.recipe_item .txt{
  padding: 15px;
}
	
/*会社概要-----------------------------*/	
  .message-wrap{
    flex-direction: column;
    gap: 30px;
    align-items: stretch;
  }

  .message-img{
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }

  .message-text{
    width: 100%;
  }

  .message-text .sec-ttl{
    text-align: center;
    margin-bottom: 25px;
  }

  .message-text p{
    font-size: 13px;
    line-height: 1.9;
    margin-bottom: 12px;
  }

  .name{
    text-align: right;
    margin-top: 18px;
  }

  .map-sec iframe{
    height: 340px;
  }	
	
/*問い合わせ-------------------------*/
.biz-point{
  width: 65%;
}

.biz-pointimg{
  width: 50%;
  opacity: 0.4;
}
	
}
/* タブレット */
@media (max-width: 767px) {
/*fv----------------*/	
	.fv-bg {
		background:
			linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.1)),
			url("../img/index/fv_sp.jpg") center / cover no-repeat;		  
		-webkit-mask-size: 150% auto;
		mask-size: 150% auto;
	}	
	.catch h2 {
		padding-top: 40px;
		width: 90%;
	}
	.catch h3 {
		font-size: 1.2rem;
		padding: 10px 30px;
	}	

	.catch p {
		font-size: 1rem;
		line-height: 1.6;
	}	
	.fv_ctabtn a {
		width: 90%;
		min-width: auto;
		font-size: 1rem;
		padding:8px 14px;
	}	
/*迷ったら--------------------*/
  .product-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .product-card {
    width: 100%;
  }
/*選ばれてます---------------------------*/
	 .case-wrap {
	 width: 100%;
	}
/*お客様の声*/	
  .voice-inner {
    grid-template-columns: 1fr;
  }
/*美味しさの秘密*/	
  .about-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .about-content {
    max-width: 100%;
  }
/*あいさつ--------------------------*/
	  .greet-flex {
    flex-direction: column;
    gap: 30px;
  }

  .greet-img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .greet-txtwrap {
    text-align: center;
  }
  .greeting-text {
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 30px;
  }	
  .greet-img::after {
    display: none;
  }	
/*直売所----------------------------*/
  .shop-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }
.illust._02 {
	height: clamp(120px,10vh,200px);
    top: 0px;
}	
/*FootCTA-------------------*/
  .cta {
    padding: 60px 20px;
  }

  .cta-ttl {
    font-size: 24px;
    line-height: 1.4;
  }

  .cta-text {
    font-size: 14px;
    line-height: 1.7;
  }
  .cta-btn {
    width: 100%;
    max-width: 100%;
    font-size: 1.1rem;
    padding: 14px;
	  min-height:48px; 
  }	
  .cta {
    -webkit-mask-size:
      120% 40px,
      100% 100%,
      120% 40px;
	   padding: 80px 20px;
  }	
	.cta-sub {
	  letter-spacing: 0.15em;
	}	
/*concept・赤鶏-----------------------------*/		
.concept-top{
  padding: 80px 0;
}

/* イラスト消す */
.concept-top{
  display: none;
}

/* テキスト調整 */
.concept-top h2{
  font-size: 22px;
  line-height: 1.5;
}

.concept-top .lead{
  font-size: 14px;
  line-height: 1.8;
}
.concept_sec .flex{
  flex-direction: column;
  gap: 25px;
}

.concept_sec .img,
.concept_sec .txt{
  width: 100%;
}

.concept_sec .img img{
  width: 100%;
  border-radius: 10px;
}

.concept_sec .ttl-main{
  font-size: 18px;
}

.concept_sec p{
  font-size: 14px;
  line-height: 1.8;
}

/* 右のイラストも消す */
.concept_sec .illust{
  display: none;
}	

.concept_sec .flex,
.concept_sec .flex.reverse{
  flex-direction: column;
  gap: 20px;
}

/* はみ出し完全解除 */
.edge .img{
  width: 100%;
  margin: 0;
}

.edge.reverse .img{
  margin: 0;
}

/* 高さ固定やめる */
.edge .img img{
  height: auto;
}

/* テキスト */
.edge .txt{
  width: 100%;
  padding: 0;
}

.concept_sec .txt p{
  font-size: 14px;
  line-height: 1.9;
}

/* イラスト消す */
.concept_sec .illust{
  display: none;
}
.hygiene{
  padding: 60px 0;
}

.hygiene-box{
  flex-direction: column;
  padding: 25px;
  gap: 20px;
}

/* 画像 */
.hygiene .img{
  width: 100%;
}

.hygiene .img img{
  width: 100%;
  transform: none;
}

/* テキスト */
.hygiene .txt{
  width: 100%;
}

.hygiene .txt h3{
  font-size: 18px;
}

.hygiene .txt p{
  font-size: 14px;
  line-height: 1.9;
}
.recipe_sec{
  padding: 60px 0;
}

.recipe_wrap{
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 40px;
}

.recipe_item{
  border-radius: 10px;
}

.recipe_item .txt{
  padding: 15px;
}

.recipe_item h3{
  font-size: 16px;
}

.recipe_item p{
  font-size: 13px;
  line-height: 1.8;
}
	
/*会社概要-------------------------*/	
  .message-sec{
    padding: 70px 0;
  }

  .message-wrap{
    gap: 25px;
  }

  .message-img img{
    border-radius: 8px;
  }

  .message-text p{
    font-size: 13px;
    line-height: 1.8;
  }

  .map-sec iframe{
    height: 300px;
  }	
/*お問い合わせ-------------------------*/
	.business-sec .t_center	{
		text-align: left;
	}
.biz-pointwrap{
  padding: 20px;
}

.biz-point{
  width: 100%;
  padding-right: 0;
  position: relative;
  z-index: 2;
}

.biz-pointimg{
  position: relative;
  width: 100%;
  height: auto;
  top: auto;
  right: auto;
  transform: none;
  margin-top: 20px;
  opacity: 0.3;
}

.biz-pointimg::before{
  display: none;
}
	
}
/*3枚card用--------------------*/
@media (max-width: 767px) and (min-width: 501px) {

  .product-card {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 10px;
  }

  .product-card .img {
    width: 40%;
    flex-shrink: 0;
  }

  .product-card .img img {
    border-radius: 10px;
  }

  .product-card .info {
    width: 60%;
    padding: 0 15px;
  }

  .product-card h3 {
    font-size: 1.1rem;
  }

  .spec {
    font-size: 0.85rem;
  }

  .product-card .btn {
    width: 100%;
    margin-top: 10px;
  }
	
/*選ばれてます---------------------------*/
 .case-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .case-wrap figure {
    width: 45%;
    flex-shrink: 0;
  }

  .case-wrap .case-text {
    width: 55%;
    text-align: left;
  }

  .case-text p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

}
@media (max-width: 550px) {
/*商品紹介---------------------------*/
	.productGrid{
		display:grid;
		/*grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));*/	
		grid-template-columns:repeat(1, minmax(240px, 1fr));	
		gap:24px 40px;
	}	
/*会社概要--------------------------*/	
.company-table,
.company-table tbody,
.company-table tr,
.company-table th,
.company-table td{
  display: block;
  width: 100%;
}

.company-table tr{
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e0d8;
  padding-bottom: 10px;
}

.company-table th{
  width: 100%;
  border: none;
  padding-bottom: 5px;
  font-size: 13px;
}

.company-table td{
  border: none;
  padding-top: 0;
  font-size: 14px;
}	
}
/* 大きめスマホ */
@media (max-width: 500px) {	
/*fv----------------*/	
	#fv {
		aspect-ratio: 1 / 1;	
	}	
	.fv-bg {  
		-webkit-mask-size: 200% auto;
		mask-size: 200% auto;
	}
/*迷ったら----------------------------*/
	.product-ttl h2{
		width: 80%;
	}
 .product-card .info {
    padding: 15px;
  }

  .product-card h3 {
    font-size: 1.2rem;
  }

  .price {
    font-size: 1.1rem;
  }
	.more-btn {
		width: 90%;
	}
/*選ばれてます----------------------------*/
	.scene-ttl h2 {
		width: 100%;
		margin: 0 auto 5px;
	}
  .case-wrap {
    display: block;
    text-align: center;
  }

  .case-wrap figure,
  .case-wrap .case-text {
    width: 100%;
  }	
	.case-wrap figure{
		margin: 0;
		padding: 15px 30px;
	}
.case-wrap figure .scene_catch {
    height: 35px;
    left: 0px;
}
/*お客様の声------------------------*/
	.voice-ttl h2{
		width: 90%;
		max-width: 700px;
		margin: 0 auto;
	}
	.stars img {
		width: 28px;
		height: 28px;
	}	
.voice-btn {
    width: 75%;
	}
	
/*美味しさの秘密--------------------*/	
.btn-wrap .btn {
	width: 90%;
}	
/*あいさつ------------------------*/
	  .greeting-text {
    font-size: 0.9rem;
  }

  .greet-catch {
    width: 100%;
  }

  .name {
    width: 60%;
    margin: 0 auto;
  }

/*concept・赤鶏-----------------------------*/		
.concept-top{
  padding: 60px 0;
}

.concept-top h2{
  font-size: 20px;
}	
.concept_sec .txt h3{
  font-size: 18px;
  line-height: 1.5;
}
.hygiene-box{
  padding: 20px;
  border-radius: 12px;
}

.recipe_item img{
  aspect-ratio: 4 / 3;
}

.recipe_note{
  font-size: 13px;
}	
/*会社概要-------------------------------*/	
 .message-sec{
    padding: 55px 0;
  }

  .message-wrap{
    gap: 20px;
  }

  .message-text .sec-ttl{
    margin-bottom: 20px;
  }

  .message-text p{
    font-size: 12px;
    line-height: 1.75;
    margin-bottom: 10px;
  }

  .name{
    font-size: 13px;
  }

  .map-sec iframe{
    height: 240px;
  }
}
	

}

/* 小さめスマホ */
@media (max-width: 370px) {
	.voice-card h3{
		font-size: 1rem;
	}
/*直売所---------------------------*/
  .shop-info table,
  .shop-info tbody,
  .shop-info tr,
  .shop-info th,
  .shop-info td {
    display: block;
    width: 100%;
  }

  .shop-info tr {
    margin-bottom: 15px;
  }

  .shop-info th {
    font-weight: bold;
    padding-bottom: 3px;
  }

  .shop-info td {
    padding-top: 0;
  }	
/*会社概要------------------------------------*/
	  .message-text p{
    font-size: 11px;
    line-height: 1.7;
  }

  .name{
    font-size: 12px;
  }

  .map-sec iframe{
    height: 200px;
  }
	
}
