@charset "utf-8";
/* CSS Document */

/***************************
 ** 商品一覧　FV
 */
 
.fv_product_list{
/*	padding-top: 80px;*/
	margin: 0 auto 4rem;
	width: 100%;
	background: #fefaf7;
	text-align: center;
	position: relative;
}


.fv_product_list_txt{
	position: absolute;
	top: 40%;
	z-index: 100;
	left: 20%;
	text-align: left;
	font-size: 2.6rem;
	line-height: 1.5;
	
}

.fv_product_list_txt span{
	font-size: 4.6rem;
	font-weight: 700;
}


@media screen and (max-width: 736px) {
.fv_product_list{
	margin-bottom: 1rem;
}
	
	
.fv_product_list_txt{
	position: absolute;
	top: 10%;
	z-index: 100;
	left: 5%;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.5;
}

.fv_product_list_txt span{
	font-size: 2.4rem;
	font-weight: 700;
}	
}

/***************************
 ** 商品一覧　U-1グランプリ
 */
 .product_list_ug_area {
    padding: 5rem 6rem;
    margin-bottom: 5rem;
}
.product_list_ug_flex {
    /* display: flex; */
    justify-content:center;
    text-align: center;
}
.product_list_ug_txt {
	max-width: 700px;
    margin: 0 auto 2rem;
    text-align: left;
    font-size: 1.6rem;
    line-height: 2;
}
.product_list_ug_img {
    flex-basis: 72%;
}
.product_list_ug_h3 {
    line-height: 1.5;
    font-size: 2.6rem;
    margin-bottom: 2rem;
}

.product_list_ug_txt span {
	font-size: 1.6rem;
}

@media screen and (max-width: 736px) {
    .product_list_ug_area {
        padding: 3rem 1rem;
        margin-bottom: 5rem;
    }
    .product_list_ug_h3 {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }
    .product_list_ug_flex {
        flex-direction: column;
    }
	
	.product_list_ug_txt {
	margin-right: 0;
}
	
    .product_list_ug_img {
        margin: 0 auto 2rem;
    }
}







/***************************
 ** 米粉うどんについて　
 */

 .fv_about{
	margin: 0 auto 4rem;
	width: 100%;
	background: #fefaf7;
	text-align: center;
	position: relative;
	background-image: url("https://sanukigoe.itembox.design/item/img/about/img_about05.jpg");
	background-position: 0 58%;
	background-size:cover;
	line-height: 0;
}
/*
.fv_about_box{
	position: relative;
}
*/
.fv_about_txt{
	position: absolute;
	top: 40%;
	z-index: 100;
	left: 0;
	text-align: center;
	font-size: 2.6rem;
	line-height: 1.5;
	text-shadow: #fff 1px 0 10px;
	right: 0;
	/* left: 0; */
	margin: auto;
	/* bottom: 0; */
	
}

.fv_about_txt span{
	font-size: 4.6rem;
	font-weight: 700;
}




@media screen and (max-width: 736px) {
	.fv_about{
		margin-bottom: 1rem;
		background-image: none;
	}
		
		
	.fv_about_txt{
		position: absolute;
		top: 50%;
		z-index: 100;
		left: 5%;
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	
	.fv_about_txt span{
		font-size: 2.4rem;
		font-weight: 700;
	}	
	
	}


/*米粉うどんについて*/

 .about_area{
	padding: 5rem 6rem;
	margin-bottom: 5rem;
}

.about_flex01,.about_flex02 {
	line-height: 2;
}

 .about_flex01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
	margin-top: 4rem;
}
.about_block01 {
    flex-basis: 48%;
}

.about_flex02 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
	margin-top: 4rem;
}
.about_block02 {
    flex-basis: 48%;
}


.about_h3 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
	font-weight: bold;
}



@media screen and (max-width: 736px) {
	.about_area{
		padding: 3rem 1rem;
		margin-bottom: 5rem;
	}

	.about_flex01 {
		display: flex;
		justify-content: space-between;
		margin-bottom: 4rem;
		margin-top: 4rem;
		flex-direction: column-reverse;
	}	

	.about_flex02 {
		display: flex;
		justify-content: space-between;
		margin-bottom: 4rem;
		margin-top: 4rem;
		flex-direction: column;
	}	

	.about_h3 {
		font-size: 1.8rem;
		margin-bottom: 1rem;
	}
	
}



/*グルテンフリー・アレルギーについて*/

.gluten_allergy_area{
	padding: 5rem 6rem;
	margin-bottom: 5rem;
	background-color: #f7f7f7;
}

 .gluten_allergy_flex {
	
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
	margin-top: 4rem;
}
.gluten_allergy_block {
    flex-basis: 48%;
}


@media screen and (max-width: 736px) {
	.gluten_allergy_area{
		padding: 3rem 1rem;
		margin-bottom: 5rem;
	}

	.gluten_allergy_flex {
		display: flex;
		justify-content: space-between;
		margin-bottom: 4rem;
		margin-top: 4rem;
		flex-direction: column-reverse;
	}	

}






/***************************
 ** よくある質問
 */
 

 .faq_list_area{
	padding: 0 6rem;
	margin-bottom: 5rem;
	
}

 .faq_list_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
	margin-top: 4rem;
	flex-wrap: wrap;
}
.faq_list_block {
    flex-basis: 48%;
	position: relative;
	margin-bottom: 2rem;
	font-weight: bold;
}


.faq_list_block a {
    font-size: 1.6rem;
    background: #fff;
    position: relative;
    align-items: center;
    max-width: 500px;
    padding: 15px 25px;
    color: #000;
    transition: 0.3s ease-in-out;
    border: 1px #ccc solid;
    display: block;
    margin: 0 auto;
}
.faq_list_block a:hover {
    background: #999999;
    color: #000;
    text-decoration: none;
}


.faq_list_block a::before {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: calc(tan(60deg) * 8px) solid #000;
	content: '';
	transform: rotate(180deg) translateY(-50%);
	position: absolute;
	top: 30%;
	right: 20px;
	transition: 0.3s ease-in-out;
}



.faq_area{
	padding: 5rem 6rem;
	margin-bottom: 5rem;
}

.faq_ttl{
	margin-bottom: 2rem;
	font-size: 2rem;
	position:relative;
	padding-left:35px;
	
}

.faq_ttl::before{
content: '';
display: block;
width: 30px; 
height: 30px;
content: '';
background-image: url(https://sanukigoe.itembox.design/item/img/faq/faq_ttl_icon.jpg);
background-size: contain;
background-repeat:no-repeat;
position:absolute;
top:0;
left:0;}

.faq_q {
	line-height: 42px;
	padding: 2rem;
	position: relative;
	transition: 0.3s;
	background-color: #fcf7d7;
	font-size: 1.6rem;
	margin-bottom: 2rem;
	
}

.faq_q h4{
font-weight: normal;
padding-right: 2rem;
}

.faq_q:after {
	font-family: "Font Awesome 5 Free";
	content: "\f13a";
	font-weight: 900;
	position:absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	transition: 0.2s;
	font-size: 2rem;
}


.faq_q.ac:after {
	transform: translateY(-50%) rotateX(180deg);
}

.faq_a{
	padding: 1rem 2rem;
	margin-bottom: 2rem;
	display: none;
}

.faq_a a {
text-decoration: underline;
color: #ab2323;
}

@media screen and (max-width: 736px) {
	.faq_list_area{
		padding: 0 1rem;
		margin-bottom: 2rem;
	}

	.faq_list_block {
		flex-basis: 48%;
		position: relative;
		margin-bottom: 1rem;
		font-weight: bold;
	}


	.faq_list_block a {
		font-size: 1.4rem;		
		padding: 1rem;		
	}


	.faq_area{
		padding: 1rem;
		margin-bottom: 2rem;
	}



	.faq_list_flex {
		flex-direction: column;

	}


	.faq_q {
		line-height: 30px;
		padding: 1rem;
		position: relative;
		transition: 0.3s;
		background-color: #fcf7d7;
		font-size: 1.4rem;
		margin-bottom: 1rem;
	}

	.faq_q:after {
		font-family: "Font Awesome 5 Free";
		content: "\f13a";
		font-weight: 900;
		position:absolute;
		top: 50%;
		right: 5px;
		transform: translateY(-50%);
		transition: 0.2s;
		font-size: 1.4rem;
	}
}


/*お問いあわせへのリンクボタン*/
.inquiry_link_area { 
	margin-bottom: 5rem;
}

.inquiry_link_txt{
	text-align: center;
	margin-bottom: 2rem;
}
.inquiry_link_btn a {
    font-size: 2rem;
    background: #000;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 400px;
    padding: 15px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
}
.inquiry_link_btn a:hover {
    background: #999999;
    color: #FFF;
    text-decoration: none;
}
.inquiry_link_btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 736px) {
	.inquiry_link_txt{
		text-align: center;
		font-size: 1.4rem;
		margin-bottom: 2rem;
	}
    
    .inquiry_link_btn a {
        font-size: 1.6rem;
    }
}




/***************************
 ** 会社概要
 */
 .profile_area{
	margin: 0 auto 5rem;
	max-width: 1000px;
 }

.profile_contents_table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
	
  }
  
  .profile_contents_table tr th,
  .profile_contents_table tr td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1rem 2rem;
	text-align: left;
	font-weight: normal;
  }
  
  .profile_contents_table tr:not(:last-child) th {
	border-bottom: 1px solid #fff;
  }
  
  .profile_contents_table tr th {
	white-space: nowrap;
	background: #e4e4e4;
  }
  
  .address_cell .address:not(:last-child) {
	margin-bottom: 2.5em;
	padding-bottom: 2.5rem;
	border-bottom: 1px dotted #e4e4e4;
  }
  
  .address_ttl {
	font-weight: bold;
	margin-bottom: 1em;
  }
  
  .address_img{
	display: flex;
  }
  .address_img p {
	flex-basis: 47.5%;
  }
  
  .address_img p:first-child {
	margin-right: 5%;
  }
  
  .address p {
	margin-bottom: 1em;
  }
  
  @media screen and (max-width: 736px) {
	.profile_contents {
	  margin-top: 2rem;
	  margin-bottom: 2rem;
	}
  
	.profile_ttl {
	  font-size: 1rem;
	}
	
	.profile_contents_table,
	.profile_contents_table tbody {
	  display: block;
	}
  
	.profile_contents_table tr th,
	.profile_contents_table tr td {
	  display: block;
	  padding: 0.5rem 0.8rem;
	 
	}
  
	.profile_contents_table tr:not(:last-child) th {
	  border-bottom: none;
	}
  
	.address_cell .address:not(:last-child) {
	  margin-bottom: 1.5em;
	  padding-bottom: 1.5rem;
	}
  
	.address_ttl {
	  font-size: 0.875rem;
	  margin-bottom: 0.8rem;
	}
  
	.address_img p {
	  flex-basis: auto;
	}
  
	.address_img p:first-child {
	  margin-right: 0;
	}
  }





/***************************
 ** ニュース
 */
  .news_area{
	padding: 5rem 6rem;
	background-color: #f7f7f7;
	margin-bottom: 5rem;
  }

  .news_date{
	text-align: center;
	margin-bottom: 1rem;
  }

  .news_img{
	text-align: center;
	margin-bottom: 2rem;
  }

  .news_detail{
	background: #fff;
	padding: 4rem;
  }

  .news_txt{
	width: 80%;
	margin: 0 auto;
  }


  @media screen and (max-width: 736px) {
	.news_area{
		padding: 1rem;
	  }

	  .news_detail{
		padding: 2rem;
	  }

	  .news_txt{
		width:auto;
	  }

  }







/***************************
 ** ショッピングガイド
 */
 
 .guide_list_area{
	padding: 0 6rem;
	margin-bottom: 5rem;
	
}

 .guide_list_flex01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
	margin-top: 4rem;
	flex-wrap: wrap;
}
.guide_list_block01 {
    flex-basis: 48%;
	position: relative;
	margin-bottom: 2rem;
	font-weight: bold;
}


.guide_list_block01 a {
    font-size: 1.6rem;
    background: #fff;
    position: relative;
    align-items: center;
    max-width: 500px;
    padding: 15px 25px;
    color: #000;
    transition: 0.3s ease-in-out;
    border: 1px #ccc solid;
    display: block;
    margin: 0 auto;
}
.guide_list_block01 a:hover {
    background: #999999;
    color: #000;
    text-decoration: none;
}


.guide_list_block01 a::before {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: calc(tan(60deg) * 8px) solid #000;
	content: '';
	transform: rotate(90deg) translateY(-50%);
	position: absolute;
	top: 40%;
	right: 20px;
	transition: 0.3s ease-in-out;
}

.guide_list_flex02 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
	margin-top: 4rem;
	flex-wrap: wrap;
}
.guide_list_block02 {
    flex-basis: 48%;
	position: relative;
	margin-bottom: 2rem;
	font-weight: 500;
}


.guide_list_block02 a {
    font-size: 1.6rem;
    background: #fff;
    position: relative;
    align-items: center;
    max-width: 500px;
    padding: 15px 25px;
    color: #000;
    transition: 0.3s ease-in-out;
    border: 1px #ccc solid;
    display: block;
    margin: 0 auto;
}
.guide_list_block02 a:hover {
    background: #999999;
    color: #000;
    text-decoration: none;
}

.guide_list_block02 a::before {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: calc(tan(60deg) * 8px) solid #000;
	content: '';
	transform: rotate(180deg) translateY(-50%);
	position: absolute;
	top: 30%;
	right: 20px;
	transition: 0.3s ease-in-out;
}

.fs-c-documentArticle{
	padding: 80px 0 6rem 0;
	margin-top: -80px !important; 
 }
  .table_postage{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 2rem;
	box-sizing: border-box;
	table-layout: fixed;
	word-break: break-all;
	width: 100%;
  }

  .table_postage tr th{
	font-weight: bold;
	background-color: #f7f7f7;
	width: 20%;
  }

  .table_postage tr th,
  .table_postage tr td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1rem 2rem;
	text-align: center;
  }
  
  .table_postage_short{
	/*width: 10%;*/
  }

  .table_postage_long{
	width: 60%;
	text-align: left !important;
  }

  
@media screen and (max-width: 736px) {
	.fs-c-documentArticle{
		padding: 154px 0 1rem 0;
		margin-top: -154px !important;
	 }

	.guide_list_area{
		padding: 0 1rem;
		margin-bottom: 5rem;
		
	}
	.guide_list_flex01, .guide_list_flex02 {
		flex-direction: column;

	}

	.guide_list_block01 a, .guide_list_block02 a {
		font-size: 1.4rem;
		padding: 1rem;	
	}

	.table_postage tr th{
		width: 30%;
	  }

	.table_postage_long{
		width: 40%;
		text-align: left !important;
	  }
}



/***************************
 ** 商品ページ
 */
/*商品説明（小）表示*/
.fs-p-productDescription--short{
	font-size:1.4rem;
	}
	@media only screen and (max-width: 736px) {
	.fs-p-productDescription--short{
	font-size:1.1rem;
	}
	}
	
	/*カートに入れるボタン*/
	.addtocart_btn {
		background: #ec834c;
	  color: #ffffff;
	  cursor: pointer;
	  display: inline-block;
	  font-size: 2.2rem;
	  line-height: 1.5;
	  FONT-WEIGHT: bold;
	  text-align: center;
	  padding: 0.8em;
	  min-width: 90% !important;
	  border: 2px solid #ec834c;
	  outline: 3px solid #ec834c;
	  outline-offset: 3px;
	  margin: 10px;
	  border-radius: 5rem;
	}

/*【お試し・数量限定】のカートに入れるボタン*/
	.fs-c-button--addToCart--detail{
		background: #ec834c;
			  color: #ffffff;
			  cursor: pointer;
			  display: inline-block;
			  font-size: 2.2rem;
			  line-height: 1.5;
			  FONT-WEIGHT: bold;
			  text-align: center;
			  padding: 0.8em;
			  min-width: 90% !important;
			  border: 2px solid #ec834c;
			  outline: 3px solid #ec834c;
			  outline-offset: 3px;
			  margin: 10px;
			  border-radius: 5rem;
		}
	
	.fs-c-button--primary{
	margin-bottom:3rem;
	}
	
	@media only screen and (max-width: 736px) {
	.addtocart_btn {
	  font-size: 1.6rem;
	}

	.fs-c-button--addToCart--detail{
			font-size: 1.6rem;
		  }
	}
	
	
	/*定期購入ボタン*/
	.subscription_btn{
	 background: #cc2f2f;
	  color: #ffffff;
	  cursor: pointer;
	  display: inline-block;
	  font-size: 2.2rem;
	  line-height: 1.5;
	  FONT-WEIGHT: bold;
	  text-align: center;
	  padding: 0.8em;
	  min-width: 90% !important;
	  border: 2px solid #ec834c;
	  outline: 3px solid #bea419;
	  outline-offset: 3px;
	  margin: 10px;
	  border-radius: 5rem;
	}

	
	
	@media only screen and (max-width: 736px) {
	.subscription_btn{
	  font-size: 1.6rem;
	}
	}
	
	
	/*商品名パーツ*/
	.fs-c-productNameHeading{
	font-size:2.4rem;
	margin-bottom: 2rem !important;
	}
	
	@media only screen and (max-width: 736px) {
	.fs-c-productNameHeading{
	font-size:1.8rem;
	margin-bottom: 2rem !important;
	}
	}
	
	/*商品説明（大）表示のサイズ*/
	.fs-p-productDescription--full{
	font-size:1.4rem;
	margin-bottom: 2rem !important;
	}
	@media only screen and (max-width: 736px) {
	.fs-p-productDescription--full{
	font-size:1.5rem;
	margin-bottom: 2rem !important;
	}
	}
	
	
	
	/*商品マークパーツ*/
	.fs-c-productMarks{
	margin-bottom: 2rem !important;
	}
	
	
	
	/*商品価格パーツ（定期）のテーブルの調整*/
	.fs-c-subscriptionPriceTable__label {
	  background: none;
	  font-weight: normal;
	  text-align: left;
	 width: 20%;
	  border: none;
	  padding: 4px;
	}
	
	.fs-c-subscriptionPriceTable .fs-c-productPrice {
	  justify-content: left;
	}
	
	.fs-c-subscriptionPriceTable__price {
	  border: none;
	  padding: 4px;
	}
	
	.fs-c-subscriptionPriceTable {
	  border-collapse: collapse;
	  width: 100%;
	  margin: 0 !important;
	}
	
	.fs-c-price__value{
	font-size:2.2rem;
	font-weight:500;
	}
	
	.subscription_btn_area{
	background-color:#eaeaea;
	padding:1rem;
	margin-bottom: 5rem !important;
	}
	
	@media only screen and (max-width: 736px) {
	.fs-c-subscriptionPriceTable__label {
	width:25%;
	}
	}
	
	
	/*商品ページのレイアウト調整*/
	.fs-l-product4 .fs-l-productLayout,
	.fs-l-product2 .fs-l-productLayout {
	  display: grid;
	  grid-template-columns: calc(60% - 40px / 2) calc(40% - 40px / 2);
	  grid-gap: 40px;
	  -webkit-box-align: start;
	  -ms-flex-align: start;
	  align-items: start;
	margin-bottom:5rem;
	}
	
	@media screen and (max-width: 736px) {
	.fs-l-product4 .fs-l-productLayout,
	.fs-l-product2 .fs-l-productLayout {
	  display: block;
	}
	}
	

	
	/*商品ページ支払い方法*/
	.product_payment {
		flex-basis: 40%;
	}
	.product_nav_ttl {
		font-weight: bold;
		margin-bottom: 1.5rem;
		font-size: 1.6rem;
	}
	.product_payment_dl {
		flex-basis: 30%;
		box-sizing: border-box;
		padding: 2rem;
		background: #fff;
		color: #000;
		border-radius: 10px;
		margin-bottom: 3rem;
	 border: 1px solid #ccc;
	}
	.product_payment dt {
		font-weight: bold;
	}
	.product_payment dd:not(:last-child) {
		margin-bottom: 1rem;
		padding-bottom: 1rem;
		border-bottom: 1px solid #ccc;
	}
	
	@media screen and (max-width: 736px) {
	.product_payment {
			padding: 0.8rem;
			margin-bottom: 1.5rem;
		}
		.product_payment dt {
			font-size: 0.75rem;
		}
		.product_payment dd:not(:last-child) {
			margin-bottom: 0.5rem;
			padding-bottom: 0.5rem;
		}
	 }

/*お試しの個数を非表示*/
.fs-c-productQuantityAndWishlist__quantity{
	display:none;
	}
	

/*商品ページ送料へのリンク*/
.product_feelink {
	text-align: center;
	background: #666;
	padding: 1rem;
}
.product_feelink a {
	color: #fff !important;
}
	
	
	/***************************
	 ** 商品ページの商品詳細
	 */
	 .product_detail_area{
		margin: 0 auto 5rem;
		max-width: 1000px;
	font-size:1.4rem;
	 }
	
	.product_detail_table {
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		
	  }
	  
	  .product_detail_table tr th,
	  .product_detail_table tr td {
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		padding: 1rem 2rem;
		text-align: left;
		font-weight: normal;
	  }
	  
	  .product_detail_table tr:not(:last-child) th {
		border-bottom: 1px solid #fff;
	  }
	  
	  .product_detail_table tr th {
		white-space: nowrap;
		background: #e4e4e4;
	  }
	  
	@media screen and (max-width: 736px) {
	.product_detail_area{
		margin: 0 auto 2rem !important;
		max-width: 1000px;
	font-size:1.2rem;
	}
	
	 .product_detail_table tr th,
	  .product_detail_table tr td {
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		padding: 0.5rem;
		text-align: left;
		font-weight: normal;
	  }
	
	}
	












  
/***************************
 ** 特定商取引法に基づく表示
 */

 .fs-c-documentArticle__heading{
background: #666666;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 0 16px;
  padding: 10px 8px;
  text-align: center;
  font-size: 1.8rem;
 }

 .form_link {
	text-decoration: underline;
	color: #ab2323 !important;
  }

 @media screen and (max-width: 736px) {
	.fs-c-documentArticle__heading {
		font-size: 1.4rem;
		padding: 5px 8px;
	}
 }


/***************************
 ** 個人情報の取り扱いについて
 */
 address {
	font-style: normal;
 }

 .fs-c-documentColumn__heading{
	font-size: 1.6rem;
 }

 @media screen and (max-width: 736px) {
	.fs-c-documentColumn__heading{
		font-size: 1.4rem;
	 }
	
 }


 /**************************
 ** 会員登録
 */
 #fs_form {
	margin-bottom: 3rem;
 }


 /***************************
 ** 特集ページ
 */
.feature_area {
    margin-bottom: 5rem;
}
.feature_flex {
    display: flex;
    justify-content: space-between;
	flex-wrap:wrap;
    margin-bottom: 2rem;
	
}
.feature_block {
    width: 28%;
    margin-bottom: 2rem;
}
.feature_ttl {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.feature_recipe_icon{
	/*display: block;*/
    background: #ed8752;
    color: #fff;
    width: 10rem;
    margin-right: 1rem;
    float: left;
    /*margin-bottom: 1rem;*/
    font-size: 1rem;
    text-align: center;
    /*top: 0.5rem;*/
    border-radius: 1.8rem;
    padding: 0.5rem;
	
}

@media screen and (max-width: 736px) {
.feature_block {
    width: 48%;
	margin-bottom: 2rem;
}
	
	
.feature_recipe_icon{
    float:none;	
}		
}




 /***************************
 ** レシピ特集一覧
 */
 .recipe_list {
    margin-bottom: 5rem;
}
.recipe_list_flex {
    display: flex;
    justify-content: space-between;
	flex-wrap:wrap;
    margin-bottom: 2rem;
	
}
.recipe_list_block {
    width: 28%;
    margin-bottom: 2rem;
}
.recipe_list_ttl {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.recipe_list_icon{
	/*display: block;*/
    background: #ed8752;
    color: #fff;
    width: 10rem;
    margin-right: 1rem;
    float: left;
    /*margin-bottom: 1rem;*/
    font-size: 1rem;
    text-align: center;
    /*top: 0.5rem;*/
    border-radius: 1.8rem;
    padding: 0.5rem;
	
}

@media screen and (max-width: 736px) {
.recipe_list_block {
    width: 48%;
	margin-bottom: 2rem;
}
	
	
.recipe_list_icon{
    float:none;	
}		
}



/***************************
 ** お問い合わせ　
 */

 .contact_form {
	max-width: 700px;
	margin: 0 auto;
 }

 .contact_required_txt{
	margin-bottom: 2rem;
	color: #ab2323;
	font-weight: bold;
 }

 .contact_form input[type=text]{
	height:4rem;
	margin-bottom: 1rem;
	}


 .contact_intro{
	margin-bottom: 4rem;
	text-align: center;
 }

 .contact_required{
	color: #ab2323;
	font-weight: bold;
 }

 .contact_name, .contact_mail, .contact_inquiry {
	margin-bottom: 3rem;
 }
 .contact_item{
 font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}



/***************************
 ** 成分表記について　
 */
 .nutrition_area{
    margin-bottom: 8rem;
 }

.nutrition_area{
		margin: 0 auto 5rem;
		max-width: 1000px;
	font-size:1.4rem;
	 }
	
.nutrition_table {
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
        margin-bottom: 4rem;
		
	  }
	  
	  .nutrition_table tr th,
	  .nutrition_table tr td {
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		padding: 1rem 2rem;
		text-align: left;
		font-weight: normal;
	  }
	  
	  .nutrition_table tr:not(:last-child) th {
		border-bottom: 1px solid #fff;
	  }
	  
	  .nutrition_table tr th {
		white-space: nowrap;
		background: #e4e4e4;
	  }

      .nutrition_table a {
        text-decoration: underline;
        color: #ab2323;
      }


@media screen and (max-width: 736px) {
    .nutrition_area{
            margin-bottom: 4rem;
         }
    .nutrition_table {
        font-size: 1.4rem;
    }
	
	 .nutrition_table tr th,
	  .nutrition_table tr td {
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		padding: 0.5rem;
		text-align: left;
		font-weight: normal;
	  }
	}



/***************************
 ** 増粘剤の安全性について
 */

.thickener_safety_area {
  padding: 5rem 6rem;
  margin: 0 auto 5rem;
  max-width: 1000px;
}
.thickener_safety_area dl {
  border-bottom: 1px solid #ccc;
  padding: 2rem 0;
}
.thickener_safety_area dl dd span {
  font-weight: bold;
}
.thickener_safety_area .safety_eat {
  text-align: center;
}
.thickener_safety_area .safety_eat dt {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 1rem;
}
.thickener_safety_area .safety_eat dd {
  text-align: left;
  display: inline-block;
}
.safety_list dt {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1rem;
}
.safety_list dd ul {
  margin: 1rem 0;
}

@media screen and (max-width: 736px) {
  .thickener_safety_area {
	padding: 3rem 1rem;
	margin-bottom: 5rem;
  }

}




/***************************
 ** 米粉のプロフェッショナルたち
　　(インタビュー記事)
 */
 

.interview_ttl {
  padding: 0 6rem;
  margin-bottom: 5rem;
}
.interview_ttl p {
  font-family: "Noto Serif JP",serif, '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 2rem;
  padding: 1rem 0;
  border-bottom: 1px solid #c5c5c5;
}
.interview_area {
  padding: 0 6rem 5rem;
  margin-bottom: 5rem;
}
.interview_area p {
  margin-bottom: 2rem;
}
.img_right {
  float: right;
  clear: both;
  margin: 0 0 15px 20px;
}
.interview_area a {
  color: #823a07;
}
.interview_prf {
  padding: 0 6rem 5rem;
  margin-bottom: 5rem;
  clear: both;
}
.profile_inner {
  border: 1px solid #c5c5c5;
  padding: 4rem 5rem;
}
.profile_flex {
  display: flex;
  justify-content:center;
  align-items:center;
  margin-bottom: 2rem;
}
.profile_flex dl {
  margin-right: 2rem;
}
.profile_inner ul li {
  margin-bottom: 1rem;
  background-color: #f7f7f7;
  padding: 1rem 2rem;
}
.profile_inner ul li:last-child {
  margin-bottom: 0;
}
.profile_inner a {
  color: #823a07;
}
.interview_pager {
  padding: 0 6rem;
  margin-bottom: 5rem;
}
.pager_flex {
  display: flex;
  justify-content: space-between;
  margin: 4rem 0;
  flex-wrap: wrap;
}
.interview_pager ul li a {
  display: inline-block;
  padding: 2rem;
  background-color: #fcf7d7;
  font-size: 1.6rem;
  position: relative;
  transition-property: opacity;
  transition-duration: 0.5s;
}
.interview_pager ul .prev {
  margin-left: 40px;
}
.interview_pager ul .back {
  margin-right: 40px;
}
.interview_pager ul .prev a:after {
  content: "";
  position: absolute;
  left: -40px;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 40px solid #fcf7d7;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
}
.interview_pager ul .back a:before {
  content: "";
  position: absolute;
  right: -40px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 40px solid #fcf7d7;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
}
.interview_pager ul li a:hover {
  text-decoration: none;
  opacity: 0.7; 
}

@media screen and (max-width: 736px) {
  .interview_ttl {
	padding: 0 1rem;
	margin-bottom: 2rem;
  }
  .interview_area {
	padding: 0;
	margin-bottom: 4rem;
  }
  .img_right {
	float: none;
	margin: 15px 0;
	text-align: center;
  }
  .interview_prf {
	padding: 0;
	margin-bottom: 4rem;
  }
  .profile_inner {
	padding: 2rem;
  }
  .profile_flex dl {
	margin-bottom: 1rem;
  }
  .interview_pager {
	padding: 0;
	margin-bottom: 4rem;
  }
}

@media screen and (max-width: 736px) {
  .profile_flex {
	display: block;
  }
  .interview_pager ul li a {
	padding: 1rem;
	font-size: 1.2rem;
  }
.interview_pager ul .prev {
  margin-left: 30px;
}
.interview_pager ul .back {
  margin-right: 30px;
}
.interview_pager ul .prev a:after {
  content: "";
  position: absolute;
  left: -30px;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 30px solid #fcf7d7;
  border-top: 29px solid transparent;
  border-bottom: 29px solid transparent;
}
.interview_pager ul .back a:before {
  content: "";
  position: absolute;
  right: -30px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 30px solid #fcf7d7;
  border-top: 29px solid transparent;
  border-bottom: 29px solid transparent;
}

}



