@charset "utf-8";


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 14px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;		/*リンクテキストの色*/
	transition: 0.2s;	/*マウスオン時の移り変わるまでの時間設定。0.2秒。*/
	text-decoration:none;
}
a:hover {
	color: #999;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*containerブロック
---------------------------------------------------------------------------*/
#container {
	max-width: 1280px;	/*サイトの最大幅*/
	margin: 0 auto;
}

/*ロゴ　＋　メインメニューのブロック
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	position: fixed;	/*ウィンドウに対して固定表示*/
	top: 0px;			/*上から0pxの場所に配置*/
	z-index: 20;
	width: 100%;
}

.header_back {
	width: 100%;
	height: 70px;	/*高さ*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(rgba(0,0,0,0.8),#000 60%);/*グラデーション*/
}

/*メニューブロック内にあるanimatemeブロック*/
#menubar .animateme {
    padding-left: 10%;
    padding-right: 10%;
	height: 90px;	/*高さ*/
	background: rgb(0, 0, 0);	/*背景色（古いブラウザ用）*/
	background: linear-gradient(rgba(0, 0, 0, 0.8),#000 60%);/*グラデーション*/
}
/*メニューブロック内にあるロゴ画像*/
#menubar h1 img {
	height: 70px;	/*ロゴ画像の高さ。下の「#menubar ul li」の「line-height」の数字と合わせる。*/
	float: left;	/*左に回り込み*/
	padding: 0 0px;	/*上下、左右への余白*/
}


#menubar ul li a {
	text-decoration: none;
	color: #FFF;	/*文字色*/
	padding-bottom: 5px;	/*マウスオン時の下線との間にとるスペース*/
}


/*ヘッダー
---------------------------------------------------------------------------*/
/*ロゴ画像（トップページのロゴ画像）*/
header #logo img {
	position: absolute;
	left: 41%;	/*左から41%の場所に配置*/
	top: 0px;	/*上から0pxの場所に配置*/
	width: 20%;	/*画像幅*/
	background: #111;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.8);	/*背景用。0,0,0は黒の事で、0.8は透明度80%の事。*/
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	overflow: hidden;
	position: relative;z-index:10;
	background: #fff;	/*背景色*/
	padding: 50px 20px 50px;	/*上、左右、下へのボックス内の余白*/
}
/*トップページのコンテンツへの追加設定*/
#top #contents {
	padding-top: 0;	/*上の余白をゼロにする*/
}

#contents h1 {
	clear: both;
	margin-bottom: 18px;	/*下に空けるボックスの外側への余白*/
	margin-top: 36px;
	font-size: 30px;		/*文字サイズ*/
	text-align: center;		/*文字を中央に*/
	line-height: 1.5;		/*行間を基準より少し狭くする*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる設定*/
}

/*h2見出し*/
#contents h2 {
	clear: both;
	margin-bottom: 40px;	/*下に空けるボックスの外側への余白*/
	font-size: 350%;		/*文字サイズ*/
	text-align: center;		/*文字を中央に*/
	line-height: 1.5;		/*行間を基準より少し狭くする*/
	border-bottom: 1px solid rgb(219, 219, 219);
}
/*h2タグ内のspanタグ（英語の飾り文字）*/
#contents h2 span {
	display: block;
	font-size: 60%;	/*文字サイズ*/
	/*color: #d34661;	文字色*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる設定*/

}
/*h3見出し*/
#contents h3 {
	clear: both;
	margin-bottom: 40px;	/*下に空けるボックスの外側への余白*/
	font-size: 28px;		/*文字サイズ*/
	color: #666;
	text-align: center;		/*文字を中央に*/
	line-height: 1.5;		/*行間を基準より少し狭くする*/
	border-bottom: 1px solid rgb(219, 219, 219);
}

/* 改行 */
.sp { display:none; 
}

/*段落タグ*/
#contents p {
	margin-bottom: 20px;	/*下に空ける余白*/
}
/*段落タグにh3見出しが続いた場合、段落タグにh2見出しが続いた場合の設定*/
#contents p + h3,#contents p + h2 {
	margin-top: 50px;	/*見出しの上に空ける余白*/
}
/*段落タグが続いた場合の設定*/
#contents p + p {
	margin-top: -5px;	/*続いた段落タグを少し上に詰める設定*/
}
section + section {
	padding-top: 50px;
}

/*menu_bg（メニューページの小見出し含めた各メニューブロック）
---------------------------------------------------------------------------*/
#contents .menu_bg {
	overflow: hidden;
	background: #fff;	/*背景色*/
	padding: 3%;		/*ボックス内の余白*/
	margin-bottom: 20px;	/*ボックスの下に空けるスペース*/
	border: 5px solid #eee;	/*枠線の幅、線種、色*/
}

/*box2（メニューページで使用）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#contents .box2 {
	padding: 3%;	/*ボックス内の余白*/
}
/*ボックス内のh3タグ*/
#contents .box2 h3 {
	margin-bottom: 0;
	font-size: 16px;	/*文字サイズ*/
	font-weight: bold;	/*太字にする*/
	background: url(../images/bg_dotline.png) repeat-x center;	/*背景画像の読み込み。X軸(横軸)にリピート、上下中央に配置。*/
	color: #333;	/*文字色*/
}
/*ボックス内のh3タグの１文字目*/
#contents .box2 h3::before {
	content: "◇ ";	/*このテキストを冒頭に表示させる。変更してもらって構いませんが機種依存文字は化けるので使わないように。*/
	background: #fff;	/*背景色*/
}
/*ボックス内のh3タグ内のspanタグ*/
#contents .box2 h3 span {
	background: #fff;		/*背景色*/
	padding-right: 30px;	/*右側に空ける余白*/
}
/*ボックス内のh3タグ内のprice*/
#contents .box2 h3 .price {
	float: right;	/*右に回り込み*/
	padding-right: 0;	/*上で設定したspanタグの右の余白をリセット*/
	padding-left: 30px;	/*左側に空ける余白*/
	font-weight: normal;	/*太字から標準に戻す*/
}
/*ボックス内の段落タグ*/
#contents .box2 p {
	margin: 0;
	margin-left: 24px;	/*左に空けるスペース*/
	font-size: 12px;	/*文字サイズ*/
}
/*ボックス内のfigure画像*/
#contents .box2 figure {
	width: 100%;	/*幅*/
}

/*box1（トップページの「私たちのこだわり食材」以下の４つのブロック）
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.box1 {
	overflow: hidden;
	margin-bottom: 30px;
}
/*説明文*/
.box1 figcaption.w50 {
	width: 47%;
}
/*説明文内のstrongタグ*/
.box1 figcaption strong {
	display: block;
	font-weight: bold;
	font-size: 28px;	/*文字サイズ*/
	color: #666;		/*文字色*/
}
.box1 figcaption {
	display: block;
	font-weight: normal;
	font-size: 18px;	/*文字サイズ*/
	color: #666;		/*文字色*/
}
/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	padding: 0px 0 0;	/*上、左右、下へのボックス内の余白*/
	font-size: 85%;	/*文字サイズ*/
	background: #111;	/*背景色。古いブラウザ用*/
	color: #fff;	/*文字色*/
}
#footer_box {
	padding-left: 15%;
    padding-right: 15%;
    background-color: #111;
}
footer a {
	color: #fff;	/*文字色*/
}
footer .pr {display: block;font-size: 80%;}

/*フッター内のfacebookなどのアイコン設定
---------------------------------------------------------------------------*/
/*ブロック設定*/
#icon {
	text-align: center;	/*センタリング*/
}
/*アイコン画像１個あたりの設定*/
#icon img {
	width: 40px;	/*幅*/
	margin: 0px 0px;	/*上下、左右への余白*/
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 0 3%;	/*上下、左右へのボックス内の余白*/
}
/*１行分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: 14.6%;		/*幅。今回は５列作ったのでここの幅18%と下のpadding(合計の2%)でトータル20%になるよう設定。列に応じて調整して下さい。*/
	padding-right: 1%;
	padding-left: 1%;
}

.copyright { color: #fff;}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*見出しを含まないお知らせブロック*/
#new dl {
	border-top: 1px dashed #ccc;	/*上の幅、線種、色*/
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;		/*幅*/
	color: #9f1b3b;	/*文字色*/
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
	border-bottom: 1px dashed #ccc;	/*下線の幅、線種、色*/
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 100%;
	margin: 0 auto 30px;
	border-bottom: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
}
.ta1 td, .ta1 th {
	border-top: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px 15px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: right;	/*右寄せ*/
	background: #f3f3f3;	/*背景色*/
}
/*左側ボックスに画像を入れた場合の設定*/
.ta1 th img {
	width: 100%;
}

/*inputボタン
---------------------------------------------------------------------------*/
#contents input[type="submit"].btn,
#contents input[type="button"].btn,
#contents input[type="reset"].btn {
	padding: 5px 10px;		/*上下、左右へのボックス内の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	font-size: 20px;		/*文字サイズ*/
	border-radius: 3px;		/*角丸のサイズ*/
	background: #eee;		/*背景色*/
}
/*マウスオン時の設定*/
#contents input[type="submit"].btn:hover,
#contents input[type="button"].btn:hover,
#contents input[type="reset"].btn:hover {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	background: #fff;		/*背景色*/
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #ccc;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb50 {margin-bottom: 50px !important;}
.p0 {padding:0 !important;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #9f1b3b !important;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: left;}
.l {text-align: left;}
.w50 {overflow: hidden;width: 50%;}
.fl {float: left;}
.fr {float: right;}
.big1 {font-size: 50px;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}
.bg1 {overflow: hidden;background: url(../image/hana_bg_01.png) no-repeat -20% -100px/30%,url(../image/hana_bg_02.png) no-repeat 120% 168px/30%, #fff !important;}
/*.bg2 {overflow: hidden;background: url(../images/bg2.png) !important;}*/
.bg2 {overflow: hidden;background-color: #f0f0e4 !important;}











/* 耀盛號について2022------------------------------------------------- */

/* トップイメージタイトル */
#area_top_about_ttl {
	height: 210px;
	background: url(../image/top_image_about.jpg) no-repeat center center;
	background-size: cover;
	margin-top: 0px;
	margin-bottom: 50px;
  }
  #area_top_about_ttl > .container {
	height: 210px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  }
  
  #area_top_about_ttl .ttl {
	color: #fff;
	font: 700 32px/1em 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.4em;
	margin: 0;
}


/* 会社概要2022------------------------------------------------- */


  /* 概要・沿革 */
  .box_profile {
	max-width: 1080px;
	margin: 0px auto;
	font-size: 16px;
	}
  
	box_profile table {
	  width: 100%;
	  }
  
	.table_profile th {
	padding: 20px 20px 20px 10px;
	text-align: left;
	white-space: nowrap;
	}


	/* 材料テーブル */
	  table, td, th {
		border-bottom: 1px solid rgb(204, 204, 204);
		
	}

	table {
	  width: 100%;
	}
	th {
	  padding: 15px 0;
	}







/* 売店のご案内2022------------------------------------------------- */

/* トップイメージタイトル */
#area_top_shop_ttl {
	height: 210px;
	background: url(../image/top_image_shop.jpg) no-repeat center center;
	background-size: cover;
	margin-top: 100px;
	margin-bottom: 50px;
  }
  #area_top_shop_ttl > .container {
	height: 210px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  }
  
  #area_top_shop_ttl .ttl {
	color: #fff;
	font: 700 32px/1em 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.4em;
	margin: 0;
}


/* ネットショップ2022------------------------------------------------- */

/* トップイメージタイトル */
#area_top_net_ttl {
	height: 210px;
	background: url(../image/top_image_net.jpg) no-repeat center center;
	background-size: cover;
	margin-top: 100px;
	margin-bottom: 50px;
  }
  #area_top_net_ttl > .container {
	height: 210px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  }
  
  #area_top_net_ttl .ttl {
	color: #fff;
	font: 700 32px/1em 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.4em;
	margin: 0;
}


 /* 3列横並び */
 .container_kiji {
	/*  background: rgb(218, 218, 218); */
	 flex: auto;
	 min-width: 10px;
	 padding: 0 0 0;
	 margin: 0 auto;
   }
   
   .container_kiji .box {
	 padding-top: 30px;
   }
   .container_kiji .box + .box {
	   border-top: 1px solid #333;
	   margin-bottom: 20px;
   }
   
   /* トップページビデオリスト */
   .list_video_3column {
	display: flex;
	flex-wrap: wrap;
	margin: -40px -20px;
	}
	
	.list_video_3column > li {
	padding: 20px;
	width: 33.33%;
	  }
	  
	/* トップページサムネイル */
	.list_video_3column .layout {
	 display: flex;
	 margin: 0;
	}
	
	/* テキスト */
	.list_video_3column .text {
	  flex: auto;
	  min-width: 10px;
	}
	
	.list_video_3column .text .ttl {
	  font-size: 18px ; 
	  font-weight: 700;
	}
	
	.list_video_3column .text .user {
	  font-size: 14px;
	}

	.thumb img {
	border: solid 1px #aeaeae;/*線*/

	}




/* フッター----------------------------------------------- */
footer {
	background: #000;
	margin-top: 0px;
  }
  footer > .container {
	padding:  20px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
  }
  
  /* フッタロゴ */
  .footer_logo {
	padding-bottom: 20px;
  }
  
  /* snsリスト */
  .list_sns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -10px;
	padding-bottom: 10px;
  }
  .list_sns > li {
	padding: 0 10px;
  }
  .list_sns a {
	display: block;
	width: 40px;
	height: 40px;
	/* background: #000; */
	border-radius:  50%;
	position: relative;
  }
  .list_sns a:before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
  }
  .list_sns .youtube a:before {
	background: url(../image/icon_youtube.svg);
  }
  .list_sns .instagram a:before {
	background: url(../image/icon_instagram_white.png);
  }
  .list_sns .facebook a:before {
	background: url(../image/icon_facebook_white.png);
  }
  .list_sns .tictoc a:before {
	background: url(../image/icon_tictok.svg);
  }
  
  
  
  .footer_list_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -10px;
	padding-bottom: 20px;
	
  }
  .footer_list_box > li + li {
	margin-left: 40px
  }
  
  /* コピーライト */
  .copyright {
	font: 300 12px/1em 'futura PT','note sans japanese',sans-serif;
	margin: 0 0 0;
	color: #fff;
  }
  

/* プライパシーポリシー2022------------------------------------------------- */

.privacy_policy {
	margin-top: 100px;
	}




/*画面幅1080px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1080px){

/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明度(opacity)0%から透明度100%にする指定。*/
@keyframes menu1 {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*ヘッダー
---------------------------------------------------------------------------*/
/*ヘッダー中央*/

    
/*ロゴ画像（トップページのロゴ画像）*/
header #logo img {
	left: 5%;	/*左から5%の場所に配置*/
	width: 30%;	/*画像幅*/
}
/*メインメニュー
---------------------------------------------------------------------------*/

/*PC用メニューを非表示にする*/
#menubar {display: none;}

#logo {display: none;}

.footer_list_box {display: none;}

.footer_logo {display: none;}

.copyright {color: fff;}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	padding: 30px 10px 10px;	/*上、左右、下へのボックス内の余白*/
}
section + section {
	padding-top: 20px;
}

#contents h1 {
	clear: both;
	margin-bottom: 10px;	/*下に空けるボックスの外側への余白*/
	margin-top: 38px;
	font-size: 24px;		/*文字サイズ*/
	text-align: center;		/*文字を中央に*/
	line-height: 1.5;		/*行間を基準より少し狭くする*/
	letter-spacing: 0em;	/*文字間隔を少し広くとる設定*/
}

/*h2見出し*/
#contents h2 {
	clear: both;
	margin-bottom: 40px;	/*下に空けるボックスの外側への余白*/
	font-size:38px;		/*文字サイズ*/
	text-align: center;		/*文字を中央に*/
	line-height: 1.5;		/*行間を基準より少し狭くする*/
	border-bottom: 1px solid rgb(219, 219, 219);
}
/*h2タグ内のspanタグ（英語の飾り文字）*/
#contents h2 span {
	display: block;
	font-size: 24px;	/*文字サイズ*/
	/*color: #d34661;	文字色*/
	letter-spacing: 0em;	/*文字間隔を少し広くとる設定*/
}

/*h3見出し*/
#contents h3 {
	clear: both;
	margin-bottom: 40px;	/*下に空けるボックスの外側への余白*/
	font-size: 24px;		/*文字サイズ*/
	color: #000;
	text-align: center;		/*文字を中央に*/
	line-height: 1.5;		/*行間を基準より少し狭くする*/
	border-bottom: 1px solid rgb(219, 219, 219);
}

/* 改行 */
.sp{ display:block; 
}








/* 耀盛號について2022（1080pc以下）------------------------------------------------- */

body {
	color: #000;	/*全体の文字色*/
}

#contents h3 {
	color: #000;
}

.box1 {
	color: #000;
}



/* トップイメージタイトル */
#area_top_about_ttl {
	height: 120px;
	background: url(../image/top_image_about.jpg) no-repeat center center;
	background-size: cover;
	margin-top: 30px;
	margin-bottom: 20px;
  }
  #area_top_about_ttl > .container {
	height: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  }
  
  #area_top_about_ttl .ttl {
	color: #fff;
	font: 700 22px/1em 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.4em;
	margin: 0;
}


/* 会社概要2022------------------------------------------------- */


  /* 概要・沿革 */
  .box_profile {
	max-width: 1080px;
	margin: 0px auto;
	font-size: 16px;
	}
  
	box_profile table {
	  width: 100%;
	  }
  
	.table_profile th {
	padding: 20px 10px;
	text-align: left;
	}


	/* 材料テーブル */
	  table, td, th {
		border-bottom: 1px solid rgb(204, 204, 204);
		
	}

	table {
	  width: 100%;
	}
	th {
	  padding: 15px 0;
	}






/* 売店のご案内2022（1080px以下）------------------------------------------------- */

/* トップイメージタイトル */
#area_top_shop_ttl {
	height: 120px;
	background: url(../image/top_image_shop.jpg) no-repeat center center;
	background-size: cover;
	margin-top: 30px;
	margin-bottom: 20px;
  }
  #area_top_shop_ttl > .container {
	height: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  }
  
  #area_top_shop_ttl .ttl {
	color: #fff;
	font: 700 22px/1em 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.4em;
	margin: 0;
}

#contents h3 {
	margin-bottom: 0px;
}


/* ネットショップ2022------------------------------------------------- */

/* トップイメージタイトル */
#area_top_net_ttl {
	height: 120px;
	background: url(../image/top_image_net.jpg) no-repeat center center;
	background-size: cover;
	margin-top: 30px;
	margin-bottom: 20px;
  }
  #area_top_net_ttl > .container {
	height: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  }
  
  #area_top_net_ttl .ttl {
	color: #fff;
	font: 700 22px/1em 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.2em;
	margin: 0;
}

/* オンラインストア縦並び2022
---------------------------------------------------------------------------*/
.list_video_3column {
	display: block;
	flex-wrap: wrap;
	margin: -20px;
	}
	
	.list_video_3column > li {
	padding-top: 0px;
	width: 100%;
	  }



/*各セクション本文*/
.w50 {
	padding-top: 20px;
}




/*表で改行なし*/
th  { white-space: nowrap;}


/*スマホ用トップイメージ*/
#slide0, #slide1, #slide2, #slide3, #slide4, #slide5, #slide6, #slide7 {
	margin-top: 70px;
}





/*box1（トップページの「私たちのこだわり食材」以下の４つのブロック）
---------------------------------------------------------------------------*/
/*説明文*/
.box1 figcaption.w50 {
	width: auto;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,body.s-n #footermenu,.m-n {display: none;}
.big1 {font-size: 24px;}
.w50 {overflow: hidden;width: auto;}
.fl {float: none;}
.fr {float: none;}

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents h2 {
	font-size: 38px;
	margin-bottom: 20px;
}
#contents h3 {
	font-size: 20px;
	margin-bottom: 0px;
	font-weight: 900;
}

/*h2見出し内のspanタグ*/
#contents h2 span {
	font-size: 10px;
	margin-top: 0px;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	display: none;
}



/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1, .ta1 td, .ta1 th {
	padding: 5px;	/*ボックス内の余白*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 100px;
}

/*inputボタン
---------------------------------------------------------------------------*/
#contents input[type="submit"].btn,
#contents input[type="button"].btn,
#contents input[type="reset"].btn {
	font-size: 16px;		/*文字サイズ*/
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
.big1 {font-size: 16px;}
.sh {display:block;}
.pc {display:none;}

}

/*追加したcss list2（service.htmlで利用している各ボックス）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list2 {
	position: relative;
	float: left;	/*左に回り込み*/
	width: 30%;		/*ボックス幅*/
	margin: 0 1.5% 40px;	/*上、左右、下へ、ボックスの外側に空けるスペース*/
	text-align: center;		/*内容を中央よせ*/
}
/*ボックス内の画像*/
.list2 figure {
	margin-bottom: 20px;	/*画像の下に空けるスペース*/
}
.list2 figure a:hover{
	opacity: 0.8;	/*マウスオン時。透明度80%にする。*/
}
/*ボックス内のh4（見出し）タグ*/
.list2 h4 {
	position: absolute;
	top: 0px;	/*list2ボックスの上から0pxの場所に配置*/
	width: 100%;	/*幅*/
	background: #000;	/*背景色（古いブラウザ用）*/
	color: #fff;	/*文字色*/
}
/*ボックス内のp（段落）タグ*/
.list2 p {
	padding: 0px !important;
}














/*listブロック（works.html内で使用）
---------------------------------------------------------------------------*/
/*ブロック単位の設定*/
.list {
	position: relative;overflow: hidden;
	float: left;	/*左に回り込み*/
	width: 30%;		/*幅*/
	/*box-shadow: 2px 2px 5px rgba(0,0,0,0.1);	ボックスの影。右へ、下へ、広げる幅。0,0,0は黒の事で0.1は10%色がついた状態の事。*/
	line-height: 0.5;	/*行間を少し狭く。デフォルトの値は冒頭の「body」にあります。*/
	margin-left: 2.5%;	/*左に空けるボックスの外側へのスペース。左右間の余白になります。*/
    margin-top: 50px;	/*上に空けるボックスの外側へのスペース。左右間の余白になります。*/
	margin-bottom: 20px;	/*下に空けるボックスの外側へのスペース。上下間の余白になります。*/
	background: #f0f0e4;	/*背景色*/
	height: 80px;	/*下の「.list a」のheightの数字と合わせる*/
}
.list a {
	position: relative;overflow: hidden;text-decoration: none;display: block;
	height: 80px;	/*上のの「.list」のheightの数字と合わせる*/
}
/*マウスオン時のlistブロック*/
.list a:hover {
	background: #000;	/*背景色*/
	color: #fff;		/*文字色*/
}
/*リンクを設定した際に出るボックス内の「→」マーク*/
.list a::after {
	content: "▶︎";	/*このテキストを表示させます。変更しても構いませんが機種依存文字は化けるので使わないように。*/
	display: inline-block;text-align: center;
	width: 15px;	/*幅*/
	line-height: 15px;	/*高さ*/
	position: absolute;
	right: 10px;	/*listブロックに対して右から10pxの場所に配置*/
	bottom: 10px;	/*listブロックに対して下から10pxの場所に配置*/
	font-size: 10px;	/*文字サイズ*/
	background: #000;	/*背景色*/
	color: #fff;		/*文字色*/
}
/*「→」マークのマウスオン時*/
.list a:hover::after {
	background: #fff;	/*背景色*/
	color: #000;		/*文字色*/
}
/*listブロック内のh4タグとpタグ共通設定*/
.list h4, .list p {
	padding: 0 !important;
	margin: 0 !important;
}
/*listブロック内のh4タグ*/
.list h4 {
	color: #000;	/*文字色*/
	/*padding: 10px !important;	余白*/
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    font-size: 32px;
    text-align: center;
}
/*マウスオン時のh4タグ*/
.list a:hover h4 {
	color: #fff;	/*文字色*/
}














/*商品ページ内h3
---------------------------------------------------------------------------*/
.menu_title  {text-align: center}



/*menu.html内のメニューブロック
---------------------------------------------------------------------------*/
/*clearfix（変更不要）*/
.menu_list:after {content: "";display: block;clear: both;}
.menu_list {
	position: relative;
	height: 470px;	/*ボックスの高さ*/
	width: 28%;	/*ボックスの幅*/
	/*border-radius: 10px;*/	/*角丸のサイズ*/
	/*box-shadow: 0px 2px 5px rgba(0,0,0,0.2);*/	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	/*background: linear-gradient(#FFF, #e6e6e6);			グラデーション*/
    background-color: #fff ;
	padding: 1.5%;	/*ボックス内の余白*/
	float: left;
	margin: 0px 1% 20px;	/*上、左右、下へのボックスの外側のスペース*/
}
/*ボックス内のp(段落)タグ設定*/
.menu_list p {
	padding: 0px;
	color: #000;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
}
/*ボックス内のh4(見出し)タグ設定*/
.menu_list h4 {
	margin-top: 10px;	/*上に空ける余白*/
    font-size: 18px;	/*文字サイズ*/
    font-weight: bold;
    
}
/*ふきだしアイコンの位置*/
.menu_list img.icon {
	position: absolute;
	top: -10px;	/*ボックスに対して上から-10pxの位置に配置*/
	right: 0px;	/*ボックスに対して右から0pxの位置に配置*/
	width: 120px;	/*アイコン画像の幅*/
}

.menu_list p {
font-size: 14px;
line-height: 1.5 !important;		/*行間*/
}



}
  



  





