@charset "utf-8";

html { max-width: 1536px;　min-width: 200px ; margin: 0 auto ; scroll-behavior: smooth;}
body {margin: 0; background-image: url("/images/back_ichimatsu.jpg");font-feature-settings: "initial";}

/*font-feature-settings: "palt"1;*/

.p_2 {text-shadow: 1px 1px 1px #fff ,1px -1px 1px #fff ,-1px -1px 1px #fff ,-1px 1px 1px #fff ; margin: 0; padding: 0;}
.u_shokai_1 { margin: 0; padding: 0;font-size:28px;line-height: 17px; color: brown;}
.u_shokai_2 { margin: 0; padding: 0;font-size:12px;line-height: 19px; color:#000000;}
.moji_kuro { margin: 0; padding: 0;font-size:13px;line-height: 19px; color:#000;}

a:link, a:visited, a:hover, a:active {
  color: #fff;text-decoration: none;
}

/*ブラウザによってサイズ変更*/
.text1{
  font-size: 3vw;
line-height: 1.3em;	//vw指定
}
.text2{
  font-size: 4vh; //vh指定
}
.text3{
  font-size: 5vmin; //vmin指定
}
.text4{
  font-size: 6vmax; //vmax指定
}



.col-1 {
    display: inline-block;
    width: 9%;
    /* border: solid 1px; */
}
.col-2 {
    display: inline-block;
    width: 89%;
    /* border: solid 1px; */
}



.button1 {margin: 10px;
  border-radius : 10px;          /* 角丸       */
  font-size     : 11pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 12px 12px;   /* 余白       */
  background    : #000066;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 3px 3px 1.5px #999;  /* 影の設定 */
  border        : 2px solid #000066;    /* 枠の指定 */
}


div.aio a {
 display: inline-block;
  transition: .3s;
}
div.aio a:hover {
  transform: rotate(5deg);
}
	
	
div.aio2 a {
  display: inline-block;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
div.aio2 a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}	
	

	



/*--------メニュー（共通）--------------------------------*/
/*メニューセンターへ*/
.container {position: relative;overflow: hidden;}
.container ul {position: relative;left: 50%;float: left;}
.container li {position: relative;left: -50%;float: left;}
/*メニュー*/
ul {list-style-type: none;	margin: 0;	margin-top: 75px; /*メニュー天位置*/	padding: 0;}
li {font-weight: lighter;	float: left;	border-right: 0px solid #000000}
.sen{	margin:0px 5px 0px 1px ; border-right: 0px solid #000000}

li:last-child {	border-right: none;}

.top_m {border-radius: 5px; 	display: block;	color: white;	text-align: center;	padding: 0.2em 0.1em;	text-decoration: none;  background-color:rgba(0,0,0,0.70); /*元カラー*/}
.top_m:hover:not(.active) {  background-color:rgba(69,0,137,0.90); /*元カラー*/}


.lang {border-radius: 5px; margin-left: 1em;display: block;	color: white;	text-align: center;	padding: 0.2em 0.1em;	text-decoration: none;  background-color:rgba(0,0,247,0.70); /*元カラー*/}
.lang:hover:not(.active) {  background-color:rgba(127,0,9,0.90); /*元カラー*/}




	






/*--------メインイメージ（共通）--------------------------------*/

.zyouge {overflow: hidden ; position: relative ; z-index: 10;height: 90%; padding: 5% 0% 5% 0% ; margin: 0;}
.reshipi_mozi{	color: aliceblue;font-size: 13px;line-height: 13px;}

@keyframes anime {
    0% {opacity: 0;}
    8% {opacity: 1;}
    17% {opacity: 1;}
    25% {opacity: 0;transform: scale(1.2);z-index:9;}
    100% { opacity: 0 }}

@-webkit-keyframes anime {    
	0% {opacity: 0;    }
    8% {opacity: 1;    }
    17% {opacity: 1;}
    25% {opacity: 0; -webkit-transform: scale(1.2);z-index:9;}
    100% { opacity: 0 }
}

.main_imgBox {	z-index: 0;    height: 600px;    overflow: hidden;    position: relative; 	}
.main_img {
    z-index:0;
    opacity: 0;
    width: 100%;
    height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 72s 0s infinite;    animation: anime 72s 0s infinite; }
    .main_img:nth-of-type(2) {      -webkit-animation-delay: 8s;      animation-delay: 8s; }
    .main_img:nth-of-type(3) {      -webkit-animation-delay: 16s;      animation-delay: 16s; }
    .main_img:nth-of-type(4) {      -webkit-animation-delay: 24s;      animation-delay: 24s; }
    .main_img:nth-of-type(5) {      -webkit-animation-delay: 32s;      animation-delay: 32s; }
    .main_img:nth-of-type(6) {      -webkit-animation-delay: 40s;      animation-delay: 40s; }
	.main_img:nth-of-type(7) {      -webkit-animation-delay: 48s;      animation-delay: 48s; }
    .main_img:nth-of-type(8) {      -webkit-animation-delay: 56s;      animation-delay: 56s; }
    .main_img:nth-of-type(9) {      -webkit-animation-delay: 64s;      animation-delay: 64s; }
	
img.size {height: 90%;}/*ロゴサイズ*/
	
.zure {
   margin-top:-110px;
  padding-top:110px;
}	
	
/*------------------------------------------------------------------------------スマホサイト--------------------------------------------------------------------------*/
 
@media screen and (min-width:300px) {

.douga_a{padding-top: 10px;font-size: 10px;height: auto;color:#000;text-align: left;}	
a.link_c{font-size: 10px;height: auto;color:#181DEC;text-align: left;}		
	
.menu1{margin: 1.5px ; padding: 1px ; line-height: 0px ; font-size: 0px}/*メニュー画像用*/
.menu{margin: 2px ; padding: 2px ; line-height: 8px ; font-size: 10px;  font-feature-settings: "palt"1;}/*メニュー文字用*/
	
.font_info {text-shadow: 0px 1px 2px #000 ,-1px -1px 2px #000,0px -0px 0px blue ,-0px 0px 0px red  ; margin: 0; padding:0 0 3% 0;font-size:18px;line-height: 18px ;color: #FFFFFF;}
.font_info_1 {text-shadow: 0px 1px 2px #000 ,-1px -1px 2px #000,0px -0px 0px blue ,-0px 0px 0px red  ; margin: 0; padding: 0;font-size:14px;line-height: 18px; color: #FFFFFF;}
.font_info_2 {text-shadow: 0px 1px 2px #000 ,-1px -1px 2px #000,0px -0px 0px blue ,-0px 0px 0px red  ; margin: 0; padding: 0;font-size:11px;line-height: 16px; color: #FFFFFF;}

.fontX {margin:0px; font-size: 12px;line-height: 18px ; color: #000}
.fontC {margin:0px; font-size: 21px;line-height: 22px ; color: #F9EAEA}
.mozi_m{font-size: 28px;line-height: 22px;color:#fff; margin:0;padding: 0; text-align: right;font-family: 解ミン 月 M;}	
	
	
    .css-fukidashi {background-color: aqua;
      padding: 0;
      margin: 0;
	  position: relative;
    }
	
	.fukidashi_text{margin: 2px ; padding: 2px ; line-height: 8px ; font-size: 10px;}/*メニュー文字用*/

    .fukidashi {font-size: 10px;
      display: none;
      width: 200px;
      position: absolute;
      top: -50px;
      left: 20px;
      padding: 4px;
      border-radius: 4px;
      background:#0226C5;
      color: #fff;
      font-weight: bold;
    }
    .fukidashi:after {
      position: absolute;
      width: 0;
      height: 0;
      left: 0;
      top: 25px;
      margin-left: 10px;
      border: solid transparent;
      border-color: rgba(51, 204, 153, 0);
	  border-top: 10px solid #0226C5;
	  border-right: 5px solid transparent;
	  border-left: 5px solid transparent;		
      pointer-events: none;
      content: " ";
    }
    .fukidashi_text:hover + .fukidashi {
      display: block;
    }
	
    .fukidashi_1 {font-size: 14px;
      display: none;
      width: 200px;
      position: absolute;
      top: -15px;
      left: 20px;
      padding: 4px;
      border-radius: 4px;
      background:#0226C5;
      color: #fff;
      font-weight: bold;
    }
    .fukidashi_1:after {
      position: absolute;
      width: 0;
      height: 0;
      left: 0;
      top: 25px;
      margin-left: 50px;
      border: solid transparent;
      border-color: rgba(51, 204, 153, 0);
	  border-top: 10px solid #0226C5;
	  border-right: 5px solid transparent;
	  border-left: 5px solid transparent;		
      pointer-events: none;
      content: " ";
    }
    .fukidashi_text:hover + .fukidashi_1 {
      display: block;
    }
	
	


	
	
	
	
/*------ヘッダー(スマホ)-----------------------------------------------*/  
	
#header {
  position: fixed;    /* スクロール固定 */
  width: 100%;
  height: 110px;	/* ヘッダー天地 */
  margin: 0;
  font-size: 0.8em;
  z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.had-img{
    background-image:url(/images/img_top_header2.png);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 0.9;
	}
	
.had-img2{
    background-image:url(/images/fulishimg_top_header2_e.png);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 0.9;
	}
	

/*------メイン(スマホ)-----------------------------------------------*/  
	
#main_panel {
    height: 100%;
    margin: 0px auto;
    padding: 110px 0 0 0;
}
#main_panel_form {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 110px 0 0 0;}

/*------topリード(スマホ)-----------------------------------------------*/  

  #lead_01{ 
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0;
    float: left;
    height: 100%;
	text-align: center;
	color: aliceblue;
    background: linear-gradient(#9d6100, #a97600);  
	font-size:12px;line-height: 17px; color: #fff;	}
	
	.lead_01{font-size: 12px;line-height: 22px ;color:#ECE503;padding: 0;margin: 0; }
	.lead_02{font-size: 11px;line-height: 18px ;color:#fff;padding: 0;margin: 0; }

/*------各項目(スマホ)-----------------------------------------------*/  
	
  #koumoku{
	width: 100%;
    float: left;
    height: 100%;
    margin: 0px;
	text-align: center;
	line-height:100%;
	color: aliceblue;
	padding: 0px;
  }

  .koumoku_1{float: left;
	width: 100%;
    line-height: 50%;
    margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	color: aliceblue;
    text-align: center;
  }	
	
	
/*------ユーザー紹介ボタン（スマホ）-----------------------------------------------*/  

  #u_shoukai{
    margin: 0;
 	width: 100％;height: 217px;
    float: left;
	margin: 0px 0px 0px 0px;
	text-align: center;
	line-height:0px;
	color: aliceblue;
  }
	
.u_shoukai_r {
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 1.0;
}

.u_shoukai_r a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.u_shoukai_r:hover {
    filter:alpha(opacity=85);/* IE 6,7*/
    -ms-filter: "alpha(opacity=85)";/* IE 8,9 */
    -moz-opacity:0.85;/* FF , Netscape */
    -khtml-opacity: 0.85;/* Safari 1.x */
    opacity:0.85;
    zoom:1;/*IE*/
}	
	
	
/*------レシピ紹介ボタン（スマホ）-----------------------------------------------*/  
	
 #reshipi_botan{height: 30px;
    margin: 0;
 	width: 100％;
    float: left;
	margin: 0px 0px 0px 0px;
	text-align: center;
	line-height:0px;
	color: aliceblue;
  }
	
.reshipi_botan_r {
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 1.0;
}

.reshipi_botan_r a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.reshipi_botan_r:hover {
    filter:alpha(opacity=85);/* IE 6,7*/
    -ms-filter: "alpha(opacity=85)";/* IE 8,9 */
    -moz-opacity:0.85;/* FF , Netscape */
    -khtml-opacity: 0.85;/* Safari 1.x */
    opacity:0.85;
    zoom:1;/*IE*/
}	

		
/*------サイトマップ(スマホ)-----------------------------------------------*/  

.saitomap1{
	background-color:#0871D6;
	width: 100%;
    float: left;
    height: 100%;
    margin: 0px 0px 0px 0px;
	text-align: left;
	padding: 0% 0px 0% 0%;
	line-height: 0px;}
	
.saitomap2{
	background-color:#0871D6;
	width: 100%;
    float: left;
    height: 130px;
    margin: 0px 0px 0px 0px;
	text-align: left;
	padding: 0% 0px 0% 0%;
	line-height: 0px;}
	
	.saitomap_f1{font-size: 17px;line-height: 17px;text-align: center;color: #fff;padding:10px 2px 2px 2px ;margin:2px 2px 2px 2px;}	
	.saitomap_f2{font-size: 11px;line-height: 11px;text-align: center;color: #fff;padding:2px 2px 2px 2px ;margin:2px 2px 2px 2px;}	
	.saitomap_f3{font-size: 10px;line-height: 10px;text-align: center;color: #fff;padding:3px 2px 3px 2px ;margin:2px 2px 2px 2px; background-color:#0055BB;border-radius: 10px 10px 10px 10px;}	
	.saitomap_f4{font-size: 10px;line-height: 11px;text-align: center;color: #fff;padding:5px 2px 2px 2px ;margin: 0;text-align: left;vertical-align: middle;}	
	.saitomap_f5{font-size: 10px;line-height: 11px;text-align: center;color: #fff;padding:5px 2px 2px 2px ;margin: 0;text-align: left;vertical-align: middle;}	
	
.saitomap_parent {
    padding: 0 0 0 0 ;margin: 0;  
    height: 100%;        
    text-align:  center;   
	line-height: 0%;}
 
.saitomap_item {
    width: auto;         
    height: 100%;           
    display: inline-block; 
	padding: 25px 2% 0 2% ;margin: 0 0 0 0 ;
	line-height: 0px; vertical-align: top;}
	
.nyuuryoku{ padding: 0;margin: 0; position:relative;  top:2px; }
	
	
/*------フッダー(スマホ)-----------------------------------------------*/  
	
#footer{   
	position: fixed;	/* フッターを固定する */
	bottom: 0px;	/* 上部から配置の基準位置を決める */ 
	width: 100%;	/* フッターの横幅を指定する */
	height: 106px;	/* フッターの高さを指定する */
	padding:0px 0 0px 0;	/* フッター内側の余白を指定する(上下左右) */
	margin: 0 0 0 0 ;
	color: #000000;	/* フッターのフォントの色を指定する */
	z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
	}
		
.foot-img{
    background-image:url(/images/img_footer_nami2.png);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 1.0;
	}
.foot_font{font-size: 12px;color:#000;}	
	
#puraibashi {
    width: 94%;
	background-color: #fff;
    height: auto;
    margin: 0px auto;
    padding: 3% 3% 3% 3%;}

.pura_1{font-size: 10px;line-height: 13px;text-align: justify;font-weight: 800;padding:3px 0 0 2% ;margin: 0;}
.pura_2{font-size: 10px;line-height: 13px;text-align: justify;padding:1px 0 0 2% ;margin: 0;}
	
	
	
	
/*---------------------------------ユーザー紹介(スマホ)-----------------------------------------------*/  
	
table.ex_table {  border-collapse: collapse;  border: 0;width: 100%;}
table.ex_table td {  border: 0px solid #222;  padding: 0px;}
table.ex_table td.ex_border_a {color:#000; margin:0;padding: 0; text-align: left;  border-bottom: 1px solid red;}	

	
.akinashi{margin: 0;padding: 0;line-height: 0;}	
.user_read{font-size: 15px;line-height:1.5em;color:#000000; margin:0;padding: 0; text-align: left;font-family: 解ミン 月 R; margin: 10px; width: 50%}	
.user_mozi_m{font-size: 28px;line-height: 22px;color:#fff; margin:0;padding: 0; text-align: right;font-family: 解ミン 月 M;}	
.user_cap{font-size: 10px;line-height:14px;color:#000000; margin:0;padding: 0 5px 0 5px ; text-align: left;font-family: 解ミン 月 R;}	

.user_font{font-size: 11px;line-height:16px;color:#000000; margin:0 2% 0 2%;padding: 0%; text-align: left;font-family: 解ミン 月 R;text-align: justify;
	columns: 1;	column-rule: 1px solid #cdcdcd;	column-gap: 2em;}	
.user_font_2{font-size: 11px;line-height:16px;color:#000000; margin:0;padding: 0%; text-align: left;font-family: 解ミン 月 R;text-align: justify;}	
.user_font_1{font-size: 11px;line-height:1.6em;color:#000000; margin:0;padding: 0%; text-align: left;font-family: 解ミン 月 R; margin: 0px;text-align: justify;}	
.t_size{width: 30%;}

p.indentback{padding: 0;margin: 0;
  text-indent: -1em;
  padding-left: 1em;
}

.user_top_img{
    background-image:url(/images/img_user_topimg.png);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 0.9;
	}	
	
#user_hp{
	width: 100%;
    float: left;
    height: auto;
    margin: 0px 0px 0px 0px;
	text-align: center;
	color: aliceblue;
	padding: 0% 0% 0% 0%;
  }
	
#user_ab{position:relative;z-index: 5;
	width: 100%;
    float: left;
    height: auto;
    margin: 0px 0px 0px 0px;
	text-align: center;
	color: 000;
	padding: 0% 0% 0% 0%;
  }
	
	
.user_a{ position:relative;z-index: 10;color: #000;
	float: left;
	width: 90%;
    height: 100%;
    margin: 0px 0px 0px 0%;
	padding: 3% 5% 0% 5%;
	font-size: 13px;text-align: left;line-height: 1.8em;
  }
.user_b{
	float: left;
	width: 80%;
    height: 100%;
    margin: 0% 0px 0px 0%;
	padding: 0% 10% 0% 10%;
  }

	
	
	
	
	
.user_bg_img{
    background-image:url(/images_b/user_bg.jpg);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 0.9;
	}
	
.user_01{align-content: center; background-color:#fff;
	float: left;
	width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
	padding: 2% 0% 0% 0% ;
	color: aliceblue;
    text-align: center;
	font-size: 11px;
	line-height:14px;
	font-size: 11px; color: #000; line-height: 15px; text-align: left;
  }

	.user_mark{float:left;padding:0px 0px 0 0px;margin: 0;line-height: 20px;color: #000;}
	.user_syamei{float:left;padding:1.5% 7px 0px 7px;margin: 0;font-size: 20px;line-height: 22px;color: #000;font-feature-settings: "palt"1;}
	.user_zyuusyo{float:left;padding: 1.5% 0 0px 0;margin: 0;font-size: 10px;line-height: 10px;color: #000;font-feature-settings: "palt"1;}
	
	
/*------会社概要(375)-----------------------------------------------*/  

.gaiyou_mozi01{font-size: 11px;line-height: 16px;color:#000; margin:0;padding: 0 2% 0 2%; text-align:justify;}	
.gaiyou_mozi02{font-size: 11px;line-height: 18px;color:#000; margin:0;padding: 0; text-align: left; }	
.gaiyou_mozi03{font-size: 12px;line-height: 20px;color:#000; margin:0;padding:0px;text-align: left; }	
.gaiyou_mozi04{font-size: 20px;line-height: 20px;color:#000; margin:0;padding:2% 0% 0% 2%;text-align: left; }	
.gaiyou_mozi05{font-size: 11px;line-height: 18px;color:#000; margin:0;padding: 0; text-align: right; }	
.gaiyou_mozi_m{font-size: 28px;line-height: 45px;color:#fff; margin:0;padding: 0;  }	

.gaiyou_top_img{
    background-image:url(/images/img_gaiyou_topimg.png?20180314/);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 0.9;
	}

#gaiyou_hp{
	width: 100%;
    float: left;
    height: 100%;
    margin: 0px 0px 0px 0px;
	text-align: center;
	color: aliceblue;
	padding: 0px 0px 0% 0%;
  }
	
.gaiyou_bg_img{
    background-image:url(/images/img_gaiyou_bg.png);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 0.9;
	}
	
.gaiyou_1{
	width: 100%;
    float: left;
    height: 100%;
    margin: 0 0 0 0;
	text-align: center;
	color: aliceblue;
	padding: 0 0　0　0;
  }
.gaiyou_1_1{
	float: left;
	width: 100%;
    height: 100%;
    margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: aliceblue;
    text-align: center;
	font-size: 11px;
	line-height:14px;
  }
.gaiyou_1_2{
	float: left;
	width: 100%;
    height: 100%;
    margin: 0 0 0 0 ;
	padding: 2% 0 2% 0;
	color: aliceblue;
    text-align: left;
	font-size: 11px;
	line-height:14px;
  }
	
.gaiyou_1_3{
	float: left;
	width: 50%;
    height: 100%;
    margin: 0 0 0 0;
	padding: 0 25% 0 25%;
	color: aliceblue;
    text-align: left;
	font-size: 11px;
	line-height:14px;
  }
.gaiyou_1_4{
	float: left;
	width: 90%;
    height: 100%;
    margin: 0 0 0 0;
	padding: 1% 5% 1% 5% ;
	color: #000;
    text-align: left;
	font-size: 11px;
	line-height:14px;
  }	
	
	
/*------製法(スマホ)-----------------------------------------------*/  
.seihou_mozi01{font-size: 16px;line-height: 30px;color:#fff; margin:0;padding: 0; text-align: center;font-feature-settings: "palt"1;}	
.seihou_mozi02{font-size: 22px;line-height: 33px;color:#fff; margin:0;padding:0 0 10px 0; text-align: center;font-feature-settings: "palt"1;}	
.seihou_mozi03{font-size: 15px;line-height: 30px;color:#fff; margin:0;padding:0px;text-align: justify;font-feature-settings: "palt"1; color: #F5DD04;}	
.seihou_mozi04{font-size: 13px;line-height: 18px;color:#ffffff; margin:0;padding:0 0 0 0;text-align: justify;font-feature-settings: "palt"1; }	
.seihou_mozi05{font-size: 16px;line-height: 0px;color:#fff; margin:0 0 0 0 ;padding:15px 0 0px 0 ; text-align: center;}	
.seihou_mozi06{font-size: 11px;line-height: 15px;color:#fff; margin:0 0 0 0 ;padding:0px 5% 0 5% ; text-align: justify;font-feature-settings: "palt"1; }	
.seihou_mozi_m{font-size: 42px;line-height: 22px;color:#fff; margin:0;padding:0 0 10px 0; text-align: left;}	

	
.seihou_top_img{
    background-image:url(/images/img_seihou_topimg.png);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 0.9;
	}

#seihou_hp{
	width: 94%;
    float: left;
    height: 100%;
    margin: 0px 0px 0px 0px;
	text-align: center;
	color: aliceblue;
	padding: 2% 3% 1% 3%;
  }
	
.seihou_bg_img{
    background-image:url(/images/img_seihou_bg.jpg);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 0.9;
	}
	
.seihou{
	width: 100%;
    float:left;
    height: 90%;
    margin: 0px 0px 0px 0px;
	padding: 5% 0% 5%% 0%;
	text-align: center;
	color: aliceblue;
	line-height: 0;
  }
	
.seihou_01{ 
	float: left;
	width: 94%;
    height: 100%;
    margin: 0px 0px 0px 3%;
	padding: 0% 0% 0% 0% ;
  }
.seihou_02{
	float: left;
	width: 96%;
    height: 100%;
    margin: 0px 0px 0px 2%;
	padding: 0% 0px 0% 0px;
  }
	
	
.seihou_03{  ext-align: center;
	float: left; 
	width: auto;
    height: 100%;
    margin: 0% 0% 0% 0%;
	padding:0% 0% 0% 0% 
		display: inline-block; 
  }
.seihou_04{
	float: left;
	width: 48%;
    height: 280px;
    margin: 0px 0px 0px 0px;
	padding: 2% 1% 0% 1%;
	line-height: 100%;
  }
	
	
.centering_parent {
    padding: 10px 0 0 0 ;margin: 0;              /* 余白指定 */
    height: 100%;              /* 高さ指定 */
    text-align:inherit;   
	line-height: 0%;
	/* 中央寄せ */
}
 
.centering_item {
    width: auto;               /* 幅指定 */
    height: 100%;               /* 高さ指定 */
    display: inline-block; 
	padding: 5px 2% 20px 2% ;margin: 0 0 0 0 ;/* インラインブロックにする */
	line-height: 0px; vertical-align: top;
}
	

.image_circle {
    background-image: url("summerriver.jpg");
    width:  150px;
    height: 150px;
    border-radius: 5%;
    background-position: left top;
    border: 0px solid #F9F9F9; /* 枠線を付加 */
}	
	
	
		
/*------商品紹介(375)-----------------------------------------------*/  
table.kakakukaitei{width:90%}

.shouhin_mozi01{font-size: 14px;line-height: 22px;color:#FFFFFF; margin:0;padding: 0 0 5px 0 ; text-align: left;}	
.shouhin_mozi02{font-size: 13px;line-height: 18px;color:#FFFFFF; margin:0;padding: 0; text-align: left;}	
.shouhin_mozi_gentei1{padding: 0 5% 0 7%; font-size: 11px;line-height: 14px;color:#FFFFFF; margin:0; text-align: left;}	
.shouhin_mozi_gentei2{padding-left: 1em;}	
.shouhin_mozi03{font-size: 12px;line-height: 16px;color:#FFFFFF; margin:0;padding:0 5px 10px 5px ;text-align: left; }	
.shouhin_mozi04{font-size: 10px;line-height: 14px;color:#fff; margin:0;padding:0px;text-align: justify; }	
.shouhin_mozi_m{font-size: 40px;line-height: 45px;color:#fff; margin:0;padding: 0;  }	
.botan_a{font-size: 10px;line-height: 10px;text-align: center;color: #fff;padding:3px 3px 3px 3px ;margin:2px 2px 2px 2px; background-color:#AF6C02;border-radius: 5px 5px 5px 5px;}	
.botan_b{font-size: 10px;line-height: 10px;text-align: center;color: #fff;padding:3px 3px 3px 3px ;margin:2px 2px 2px 2px; background-color:#D144F8;border-radius: 5px 5px 5px 5px;}	
.botan_c{font-size: 10px;line-height: 10px;text-align: center;color: #fff;padding:3px 3px 3px 3px ;margin:2px 2px 2px 2px; background-color:#23C3F5;border-radius: 5px 5px 5px 5px;}	

.shouhin_top_img{
    background-image:url(/images/img_product_topimg.png);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 0.9;
	}

#shouhin_hp{
	width: 96%;
    float: left;
    height: 96%;
    margin: 0px 0px 0px 0px;
	text-align: center;
	color: aliceblue;
	padding: 2% 2% 2% 2%;
  }
	
	.shouhin_bg_img{
    background-image:url(/images/img_product_bg.png);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 0.9;
	}
	
.shouhin_01{
	float: left;
	width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
	padding: 3% 0 3% 0;}
		
.shouhin_02{
	float: left;
	width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
	padding: 3% 0 3% 0;}
	
.shouhin_03{
	float: left;
	width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
	padding: 3% 0 3% 0;}

.shouhin_04{
	float: left;
	width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
	padding: 3% 0 3% 0;}

.shouhin_05{
	float: left;
	width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
	padding: 3% 0 3% 0;}

.shouhin_06{
	float: left;
	width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
	padding: 3% 0 3% 0;}

	
	
	
	
	
	
.shouhin_size{
	width: 90%;
    margin: 0px 0px 0px 0px;
	padding: 0 5% 0 5%;
    align-items: center;}

.nigari{
	float: left;
	width: 90%;
    margin: 0 0 0 0 ;
	padding: 5% 5% 5% 5%;}
	
	
	
/*----------------------------塩を打つ(スマホ)-----------------------------------------------*/  
	
.shioutsu_top_img{
    background-image:url(/images/img_shioutsu_topimg.png);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 0.9;
	}
	    

#shioutsu_hp{
	width: 100%;
    float: left;
    height: auto;
    margin: 0px 0px 0px 0px;
	text-align: center;
	color: aliceblue;
	padding: 0% 0% 0% 0%;
  }

.shioutsu_bg_img{align-content: center; background-image:url(/images/img_musubi_bg_1.jpg?202104/);  /* 画像のURLを指定       */
	background-size: cover;
	float: left;
	width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
	padding: 0% 0% 0% 0% ;
    text-align: center;
	font-size: 11px;
	line-height:14px;
  }
	
	
.shioutsu_coma_1{
	float: left;
	width: 100%; height: auto;
    margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	color: aliceblue;
    text-align: justify;
  }
.shioutsu_coma_2{
	float: left;
	width: 100%; height: auto;
    margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	color: aliceblue;
    text-align: center;
  }
.shioutsu_coma_3{
	float: left;
	width: 94%; height: auto;
    margin: 0% 0% 0% 0%;
	padding: 3% 3% 0% 3%;
	color: aliceblue;
    text-align: justify;
	font-size: 12px ; line-height: 1.8em;
  }
.shioutsu_coma_4{
	float: left;
	width: 100%; height: auto;
    margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	color: aliceblue;
    text-align: center;
  }
.shioutsu_coma_5{
	float: left;
	width: 100%; height: auto;
    margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0.5%;
	color: aliceblue;
    text-align: center;
  }
	
.shioutsu_m01  {font-size: 24px;line-height: 2em;color:#fff; margin:0;padding:0 0 0 0;text-align: center; }		
.shioutsu_m02  {font-size: 12px;line-height: 1.5em;color:#fff; margin:0;padding:0 2% 2% 0%;text-align: center; }	
	
	
.musubi{width: 100%}	
	

	
	
/*------レシピ(375)-----------------------------------------------*/  
	
	
 #reshipi_top{ 
	width: 100%;
	margin: 0px 0px 0px 0px;
    float: left;
    height: 90px;
  }

 #ikoma_reshipi_top{ 
	width: 100%;
	margin: 0px 0px 0px 0px;
    float: left;
    height: 90px;
  }
	
	
	
	
.reshipi_mozi01{font-size: 20px;line-height: 25px;color:#7C0204; margin:0;padding: 0; text-align: right;}	
.reshipi_mozi02{font-size: 25px;line-height: 30px;color:#7C0204; margin:0;padding: 0; text-align: right}	
.reshipi_mozi03{font-size: 10px;line-height: 17px;color:#000; margin:0;padding:0px;text-align: center;font-feature-settings: "palt"1;}	
.reshipi_mozi_r{font-size: 12px;line-height: 17px;color:#000; margin:0;padding:15px;text-align: left; }	
.reshipi_mozi_m1{font-size: 15px;line-height: 17px;color:#000; margin:0;padding:1px;text-align: left; }	
.reshipi_mozi_m2{font-size: 12px;line-height: 17px;color:#000; margin:0;padding:1px;text-align: left; }	
.reshipi_mozi_m3{font-size: 15px;line-height: 20px;color:#fff; margin:0;padding:2px;text-align: left; }	
	
.reshipi_keisen{font-size: 1px;line-height: 1px;color:#fff; margin:0 0 1px 0 ;padding:0 0 0px 0;text-align: left; }	

	
	
.reshipi_top_img{
    background-image:url(/images/img_recipe_mtitle.jpg);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 0.9;
	}
	
	
#reshipi_hp{background-color:#fff;
	width: 100%;
    float: left;
    height: 100%;
    margin: 0px 0px 0px 0px;
	text-align: center;
	color: aliceblue;
	padding: 0px 0px 0% 0%;
  }

.reshipi_hp_img{
    background-image:url(/images/img_food_bg.png);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 0.9;
	}

	
	
	
	
	
.resipi_coma{
	float: left;
	width: 28%;
    height: 100%;
    margin: 0% 0% 0% 0%;
	padding: 0% 0% 2% 4%;
	color: aliceblue;
    text-align: center;
	font-size: 11px;
	line-height:14px;
  }
	
	.r_k_l{border-bottom: solid #999 thin;text-align: left ; font-size: 10px; line-height: 14px; margin: 0 0 0 0; color: #000000;font-feature-settings: "palt"1;}
	.r_k_l_p{border-bottom: solid 1px #E605C9 ; text-align: left ; font-size: 14px; line-height: 20px; margin: 0 0 10px 0; color: #000000;font-feature-settings: "palt"1;}
	.r_k_l_m{text-align: left ; font-size: 10px; line-height: 14px; margin: 0 0 0 0; color: #000000;font-feature-settings: "palt"1;}
	.r_k_r{border-bottom: solid #999 thin;text-align: right; font-size: 10px; line-height: 14px; margin: 0 0 0 0; color: #000000;font-feature-settings: "palt"1;}
	.ikomasama{text-align:justify; font-size: 10px; line-height: 13px; padding: 5px 5px 5px 5px; color: #000000;}
	
	
	
.resipi_kaku{background-color:#fff;
	width: 100%;
    float: left;
    height: 100%;
    margin: 0px 0px 0px 0px;
	text-align: center;
	color: aliceblue;
	padding:0px 0px 0% 0%;
  }
	
	
.resipi_kaku_01{
background-color:#DF3175;
	width: 100%;
    float: left;
    height: 100%;
    margin: 0px 0px 0px 0px;
	text-align: left;
	padding: 0px 0px 1% 0%;
  }
	

.resipi_kaku_02{background-color:#fff;
	float: left;
	width: 25%;
    height: 100%;
    margin: 0px 0px 0px 0px;
	padding: 1% 1% 1% 1%;
	color: aliceblue;
    text-align: center;
	font-size: 11px;
	line-height:14px;
  }
.resipi_kaku_03{background-color:#fff;
	float: left;
	width: 71%;
    height: 100%;
    margin: 0px 0px 0px 0px;
	padding: 1% 1% 1% 1%;
	color: aliceblue;
    text-align: left;
	font-size: 11px;
	line-height:14px;
  }
	
	
	
.resipi_midashi_1{
	float: left;
	width: auto;
    height: 100%;
    margin: 0px 0px 0px 0px;
	padding: 6px 10px 0px 10px;
    text-align: left;
	font-size: 18px;
	line-height:18px;
  }

.resipi_midashi_2{
	float: left;
	width: auto;
    height: 100%;
    margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
    text-align: left;
	font-size: 12px;
	line-height:12px;
	color:#FFF100;font-family: 解ミン 月 M;

  }
	
/*水塩*/
	
#siomizu_hp{
	float: left;
	width: 100%;
    margin: 0% 0% 0% 0%;
	padding: 0 0 0 0;
    align-items: center;}

.siomizu100{
	float: left;
	width: 100%;
    margin: 0% 0% 0% 0%;
	padding: 0 0 0 0;
    align-items: center;}

.siomizu33{
	float: left;
	width: 90%;
    margin: 0% 5% 0% 5%;
	padding: 0 0 0 0;
    align-items: center;}
	
.siomizu50{
	float: left;
	width: 90%;
    margin: 0% 5% 0% 5%;
	padding: 0 0 0 0;
    align-items: center;}
	
	
.mizusioBK_img{
    background-image:url(/images/img_suien_bg.jpg);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 0.9;
	}

.mizusio_mozi01	{font-size: 26px;color: #FFFFFF;line-height: 1em ;text-align: center; padding: 5% 0% 0 0%; margin: 0 0 0 0;}
.mizusio_mozi02	{font-family: 解ミン 月 B;font-size: 18px;color: #000;line-height: 1em ;text-align: justify; padding: 10% 0% 0 0%; margin: 0 0 0 0;;}
.mizusio_mozi03	{font-size: 13px;color: #000;line-height: 1.8em;text-align: justify; padding: 0% 7% 2% 7%; margin: 0 0 0 0;text-indent: -1em;padding-left: 3em;}
	

	
	
.s_sen{width: 90%;padding: 0 0 0 0 ;margin: 0 0 0 0 ; line-height: 0px;}	
}

.gazou{width:65%}


/*---にがり-----*/
.nigari1{font-size: 28px; line-height: 1.8em; text-align: center;padding: 0;margin: 0;}
.nigari2{font-size: 13px; line-height: 1.3em; text-align: justify ; padding: 0;margin: 0;}
.nigari3{font-size: 18px; line-height: 2.0em; text-align: center ; padding: 0;margin: 0;}




/*----------------------------eng(スマホ)-----------------------------------------------*/  
	
	
.eigo_seihou_top_img{
    background-image:url(/images/e_img_seihou_topimg.png);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 1.0;
	}
	
.eigo_user_top_img{
    background-image:url(/images/e_img_user_topimg.png);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 1.0;
	}

.eigo_shouhin_top_img{
    background-image:url(/images/e_img_product_topimg.png);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 1.0;
	}

.eigo_shouhin_bg_img{
    background-image:url(/images/img_product_bg.png);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 1.0;
	}

	
.eigo_shouhin_01{
	float: left;
	width: 100%;
    height: 100%;
    margin: 0px 0% 0px 0%;
	padding: 3% 0 3% 0;}
		
.eigo_shouhin_02{
	float: left;
	width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
	padding: 3% 0 3% 0;}
	
	
	
 #eigo_top{ 
	width: 100%;
	margin: 0px 0px 0px 0px;
    float: left;
    height: 110px;
  }

	
	
.eigo_top_img{
    background-image:url(/images/img_recipe_title-80.jpg);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 0.9;
	}
	
	
#eigo_hp{background-color:#fff;
	width: 100%;
    float: left;
    height: 50%;
    margin: 0px 0px 0px 0px;
	text-align: center;
	color: aliceblue;
	padding: 0px 0px 0% 0%;
  }

.eigo_hp_img{
    background-image:url(/images/img_food_bg.png);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 0.9;
	}
		

	
	
	
	
.eigo_coma_0{align-content: center; /* 画像のURLを指定       */
	float: left;
	width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
	padding: 0% 0% 0% 0% ;
    text-align: center;
	font-size: 11px;
	line-height:14px;
  }
	
	
.eigo_coma_1{
	float: left;
	width: 96%; height: auto;
    margin: 2% 0% 2% 2%;
	padding: 0% 0% 0% 0%;
    text-align: justify;
  }
.eigo_coma_2{
	float: left;
	width: 96%; height: auto;
    margin: 2% 0% 0% 2%;
	padding: 0% 0% 0% 0%;
	color:#000000;
    text-align: center;
  }

	















/*--------------------------------------------------------------------(PC1536)---------------------------------------------------------------------------------------*/  

@media screen and (min-width:760px) {

.douga_a{padding-top: 10px;font-size: 13px;height: auto;color:#000;text-align: right;}	
a.link_c{font-size: 13px;height: auto;color:#181DEC;text-align: right;}	
	
.menu1{margin: 1.5px ; padding: 2px ; line-height: 0px ; font-size: 0px}/*メニュー画像用*/
.menu{margin: 2px ; padding: 3px ; line-height: 8px ; font-size: 16px}/*メニュー文字用*/
	
	
.font_info {text-shadow: 0px 1px 2px #000 ,-1px -1px 2px #000,0px -0px 0px blue ,-0px 0px 0px red  ; margin: 0; padding:0 0 3% 0;font-size:20px;line-height: 18px ;color: #FFFFFF;}
.font_info_1 {text-shadow: 0px 1px 2px #000 ,-1px -1px 2px #000,0px -0px 0px blue ,-0px 0px 0px red  ; margin: 0; padding: 0;font-size:17px;line-height: 18px; color: #FFFFFF;}
.font_midashi {margin:0px; font-size: 19px;line-height: 32px ; color: #F9EAEA}
.fontX {margin:0px; font-size: 15px;line-height: 22px ; color: #000}
.fontC {margin:0px; font-size: 20px;line-height: 22px ; color: #F9EAEA}
.mozi_m{font-size: 40px;line-height: 22px;color:#fff; margin:0;padding: 0; text-align: right;font-family: 解ミン 月 M;}	



    .css-fukidashi {background-color: aqua;
      padding: 0;
      margin: 0;
	  position: relative;
    }
	
	.fukidashi_text{margin: 2px ; padding: 2px ; line-height: 8px ; font-size: 16px;}/*メニュー文字用*/

    .fukidashi {font-size: 14px;
      display: none;
      width: 240px;
      position: absolute;
      top: -50px;
      left: 20px;
      padding: 4px;
      border-radius: 4px;
      background:#0226C5;
      color: #fff;
      font-weight: bold;
    }
    .fukidashi:after {
      position: absolute;
      width: 0;
      height: 0;
      left: 0;
      top: 25px;
      margin-left: 10px;
      border: solid transparent;
      border-color: rgba(51, 204, 153, 0);
	  border-top: 10px solid #0226C5;
	  border-right: 5px solid transparent;
	  border-left: 5px solid transparent;		
      pointer-events: none;
      content: " ";
    }
    .fukidashi_text:hover + .fukidashi {
      display: block;
    }
	
    .fukidashi_1 {font-size: 14px;
      display: none;
      width: 240px;
      position: absolute;
      top: -15px;
      left: 20px;
      padding: 4px;
      border-radius: 4px;
      background:#0226C5;
      color: #fff;
      font-weight: bold;
    }
    .fukidashi_1:after {
      position: absolute;
      width: 0;
      height: 0;
      left: 0;
      top: 25px;
      margin-left: 50px;
      border: solid transparent;
      border-color: rgba(51, 204, 153, 0);
	  border-top: 10px solid #0226C5;
	  border-right: 5px solid transparent;
	  border-left: 5px solid transparent;		
      pointer-events: none;
      content: " ";
    }
    .fukidashi_text:hover + .fukidashi_1 {
      display: block;
    }
	
	

	
	
	
/*------ヘッダー(PC1536)---------*/  
	
	
.language{
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 100px;	/* 横幅&高さの1/2 */
	
	position: fixed;bottom: 50px;right: 0px; 
	background-color: rgba( 94, 124, 0, 0.7 );
	color: #fff;
	width: 70px ; height: 70px; 
	padding: 10px 10px;z-index: 10;
	text-align: center;
	font-size: 30px;line-height: 1.2em;line-height: 2.2em;
}
	
	
#header {
  position: fixed;    /* スクロール固定 */
  width: 1536px;
  height: 110px;	/* ヘッダー天地 */
  margin: 0;
  font-size: 1.2em;
  z-index: 100; /* 必要であればリンク要素の重なりのベース順序指定 */
  right: calc((100% - 1536px) / 2);/*(全体幅-要素幅)/2が余白*/	
}

.had-img{
    background-image:url(/images_b/index_header.jpg);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 0.9;
	}
	
	
.had-img2{
    background-image:url(/images/fulishimg_top_header_e.png);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 0.9;
	}
	
	
/*------メイン(PC1536)-----------------------------------------------*/  
	
#main_panel {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 110px 0 0 0; /*メイン開始位置*/

  }
	
/*------topリード(PC)-----------------------------------------------*/  

  #lead_01{ 
	width: 100%;
	margin: 0px 0px 0px 0px;padding: 0;
    float: left;
    height: 100%;
	text-align: center;
	color: aliceblue;
    background: linear-gradient(#9d6100, #a97600);  
	font-size:12px;line-height: 12px; color: #fff;	}
	
	.lead_01{font-size: 24px;line-height: 34px ;color:#ECE503;padding: 0;margin: 0; }
	.lead_02{font-size: 18px;line-height: 28px ;color:#fff;padding: 0;margin: 0; }
	
/*------各項目(PC1536)-----------------------------------------------*/  
	
  #koumoku{
	width: 100%;
    float: left;
    height: 100%;
    margin: 0px;
	text-align: center;
	line-height:0%;
	color: aliceblue;
	padding: 0px;
  }

  .koumoku_1{float: left;
	width: 33.33%;
    height: 100%;
    line-height: 0%;
    margin: 0px 0px 0px 0px;
	padding: 0% 0% 0% 0%;
	color: aliceblue;
    text-align: center;
  }	
	
	
/*------ユーザー紹介ボタン(PC1536)-----------------------------------------------*/  

 #u_shoukai{
    margin: 0;
 	width: 100％;
    float: left;
	margin: 0px 0px 0px 0px;
	text-align: center;
	line-height:0px;
	color: aliceblue;
  }
	
.u_shoukai_r {
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center top;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 1.0;
}

.u_shoukai_r a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.u_shoukai_r:hover {
    filter:alpha(opacity=85);/* IE 6,7*/
    -ms-filter: "alpha(opacity=85)";/* IE 8,9 */
    -moz-opacity:0.85;/* FF , Netscape */
    -khtml-opacity: 0.85;/* Safari 1.x */
    opacity:0.85;
    zoom:1;/*IE*/
}	
	
/*------レシピ紹介ボタン(PC1536)-----------------------------------------------*/  

#reshipi_botan{height: 30px;
    margin: 0;
 	width: 100％;
    float: left;
	margin: 0px 0px 0px 0px;
	text-align: center;
	line-height:0px;
	color: aliceblue;
  }
	
.reshipi_botan_r {
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 1.0;
}

.reshipi_botan_r a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.reshipi_botan_r:hover {
    filter:alpha(opacity=85);/* IE 6,7*/
    -ms-filter: "alpha(opacity=85)";/* IE 8,9 */
    -moz-opacity:0.85;/* FF , Netscape */
    -khtml-opacity: 0.85;/* Safari 1.x */
    opacity:0.85;
    zoom:1;/*IE*/
}	

	
/*------サイトマップ(PC1536)-----------------------------------------------*/  
	
.saitomap1{
	background-color:#0871D6;
	width: 100%;
    float: left;
    height: 100%;
    margin: 0px 0px 0px 0px;
	text-align: left;
	padding: 0% 0px 0% 0%;
	line-height: 0px; }
	
.saitomap2{
	background-color:#0871D6;
	width: 100%;
    float: left;
    height: 160px;
    margin: 0px 0px 0px 0px;
	text-align: left;
	padding: 0% 0px 2% 0%;
	line-height: 0px; }
	
.saitomap_f1{font-size: 28px;line-height: 28px;text-align: center;color: #fff;padding:10px 2px 2px 2px ;margin:2px 2px 2px 2px;}	
.saitomap_f2{font-size: 16px;line-height: 28px;text-align: center;color: #fff;padding:2px 2px 2px 2px ;margin:2px 2px 2px 2px;}	
.saitomap_f3{font-size: 16px;line-height: 14px;text-align: center;color: #fff;padding:5px 10px 5px 10px ;margin:2px 2px 2px 2px; background-color:#0055BB;border-radius: 10px 10px 10px 10px;}	
.saitomap_f4{font-size: 16px;line-height: 28px;text-align: center;color: #fff;padding:0px 0px 0px 0px ;margin: 0;text-align: left}	
.saitomap_f5{font-size: 12px;line-height: 15px;text-align: center;color: #fff;padding:0px 0px 0px 0px ;margin: 0}	
	
.saitomap_parent {
    padding: 0 0 0 0 ;margin: 0;    height: 100%;              
    text-align:  center; 	line-height: 0%;}
 
.saitomap_item {
    width: auto;      height: 100%;
    display: inline-block; 
	padding: 25px 2% 0 2% ;margin: 0 0 0 0 ; line-height: 0px; vertical-align: top;}
	
.nyuuryoku{ padding: 0;margin: 0; position:relative;top:2px; }
	
	
/*------フッダー(PC1536)-----------------------------------------------*/  
	
#footer{   
	position: fixed;	/* フッターを固定する */
	bottom: 0px;	/* 上部から配置の基準位置を決める */ 
	width: 1536px;	/* フッターの横幅を指定する */
	height: 106px;	/* フッターの高さを指定する */
	padding:0px 0 0px 0;	/* フッター内側の余白を指定する(上下左右) */
	margin: 0 0 0 0 ;
	color: #000000;	/* フッターのフォントの色を指定する */
	z-index: 100; /* 必要であればリンク要素の重なりのベース順序指定 */
    right: calc((100% - 1536px) / 2);/*(全体幅-要素幅)/2が余白*/	
	}
		
.foot-img{
    background-image:url(/images_b/index_footer.png);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 1.0;
	}
	
.foot_font{font-size: 18px;color:#000;padding:2px 0 0 0;margin: 0}	
	
	

/*------商品紹介(PC1536)-----------------------------------------------*/  
table.kakakukaitei{width:50%}
	
.shouhin_mozi01{font-size: 19px;line-height: 24px;color:#FFFFFF; margin:0;padding: 0 0 5px 0 ; text-align: center;}	
.shouhin_mozi02{font-size: 15px;line-height: 18px;color:#FFFFFF; margin:0;padding: 0; text-align: left;}	
.shouhin_mozi_gentei1{padding: 0 3% 0 3%; font-size: 14px;line-height: 17px;color:#FFFFFF; margin:0; text-align: left;}	
.shouhin_mozi_gentei2{padding-left: 1em;}	
.shouhin_mozi03{font-size: 12px;line-height: 16px;color:#FFFFFF; margin:0;padding:0 5px 10px 5px ;text-align: left; }	
.shouhin_mozi04{font-size: 10px;line-height: 14px;color:#fff; margin:0;padding:0px;text-align: justify; }	
.shouhin_mozi_m{font-size: 40px;line-height: 45px;color:#fff; margin:0;padding: 0;  }	
.botan_a{font-size: 10px;line-height: 10px;text-align: center;color: #fff;padding:3px 3px 3px 3px ;margin:2px 2px 2px 2px; background-color:#AF6C02;border-radius: 5px 5px 5px 5px;}	
.botan_b{font-size: 10px;line-height: 10px;text-align: center;color: #fff;padding:3px 3px 3px 3px ;margin:2px 2px 2px 2px; background-color:#D144F8;border-radius: 5px 5px 5px 5px;}	
.botan_c{font-size: 10px;line-height: 10px;text-align: center;color: #fff;padding:3px 3px 3px 3px ;margin:2px 2px 2px 2px; background-color:#23C3F5;border-radius: 5px 5px 5px 5px;}	
	
.shouhin_top_img{
    background-image:url(/images_b/shoukai_banner0.jpg);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center 20%;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 0.9;
	}

#shouhin_hp{position:relative;
	z-index: 10;
	width: 100%;
    height: 110%;
    margin: 0px 0px 0px 0px;
	text-align: center;

	padding: 0% 0% 2% 0%;
  }
	
.shouhin_bg_img{
    background-image:url(/images/img_product_bg.png);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 1;
	}
	
.shouhin_01{
	float: left;
	width: 35.2%;
    height: 500px;
    margin: 0px 0px 0px 0px;
	padding: 3% 0 3% 3%;}
		
.shouhin_02{
	float: left;
	width: 17.5%;
    height: 500px;
    margin: 0px 0px 0px 0px;
	padding: 3% 0 3% 3%;}
	
.shouhin_03{
	float: left;
	width: 31.8%;
    height: 600px;
    margin: 0px 0px 0px 0px;
	padding: 3% 0 3% 6%;}
		
.shouhin_04{
	float: left;
	width: 17.5%;
    height: 600px;
    margin: 0px 0px 0px 0px;
	padding: 3% 0 3% 3%;}

.shouhin_05{
	float: left;
	width: 31.8%;
    height: 600px;
    margin: 0px 0px 0px 0px;
	padding: 3% 0 3% 0%;}
	
.shouhin_06{
	float: left;
	width: 34%;
    height: 600px;
    margin: 0px 0px 0px 0px;
	padding: 3% 0 3% 0%;}

.shouhin_size{
	width: 100%;
    margin: 0px 0% 0px 0%;
	padding: 0 0 0 0;
    align-items: center;}
	
.nigari{
	float: left;
	width: 100%;
    margin: 0 0 0 0 ;
	padding: 8% 0% 8% 0%;}
	

	
	
	
	
	
	
	
	
/*----------------------------塩を打つ(PC1536)-----------------------------------------------*/  
	
.shioutsu_top_img{	z-index: 5;
    background-image:url(/images_b/musubi_banner0.jpg);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center 20%;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 1;
	}
	
#shioutsu_hp{position:relative;
	color: #fff;
	z-index: 10;
	width: 100%;
    height: 110%;
    margin: 0px 0px 0px 0px;
	text-align: center;
	padding: 0% 0% 2% 0%;
  }
	

.shioutsu_bg_img{
    background-image:url(/images/img_musubi_bg_10.jpg);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center 20%;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 1;
	}
	
	
	
.shioutsu_01{
	align-content: center;  
	float: left;
	width: 100%;
    height: 100%;
    margin: 0 0px 0px 0px;
	padding: 0px 0% 0% 0% ;
    text-align: center;
	font-size: 11px;
	line-height:14px;
  }
	
	
.shioutsu_coma_1{
	float: left;
	width: 70%; height: auto;
    margin: 2% 15% 2% 15%;
	padding: 0% 0% 0% 0%;
	color: aliceblue;
    text-align: justify;
  }
.shioutsu_coma_2{
	float: left;
	width: 50%; height: auto;
    margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	color: aliceblue;
    text-align: center;
  }
.shioutsu_coma_3{
	float: left;
	width: 45%; height: 100%;
    margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 5%;
	color: aliceblue;
    text-align: left;
	font-size: 17px;
	line-height: 1.9em;
  }
.shioutsu_coma_4{
	float: left;
	width: 33%; height: auto;
    margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	color: aliceblue;
    text-align: center;
  }
.shioutsu_coma_5{
	float: left;
	width: 33%; height: auto;
    margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0.5%;
	color: aliceblue;
    text-align: center;
  }
	
.shioutsu_m01  {font-size: 32px;line-height: 3em;color:#fff; margin:0;padding:0px;text-align: center; }		
.shioutsu_m02  {font-size: 16px;line-height: 2em;color:#fff; margin:0;padding:0 0 5px 0;text-align: center; }	
	
.musubi{width: 24%}	


	
	
/*----------------------------eng(PC1536)-----------------------------------------------*/  
	
	
.eigo_seihou_top_img{
    background-image:url(/images/e_img_seihou_topimg.png);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 1.0;
	}
	
.eigo_user_top_img{
    background-image:url(/images/e_img_user_topimg.png);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center 20%;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 1.0;
	}

.eigo_shouhin_top_img{
    background-image:url(/images/e_img_product_topimg.png);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 1.0;
	}

.eigo_shouhin_bg_img{
    background-image:url(/images/img_product_bg.png);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 1.0;
	}

	
.eigo_shouhin_01{
	float: left;
	width: 50%;
    height: 100%;
    margin: 0px 0% 0px 0%;
	padding: 3% 0 3% 0;}
		
.eigo_shouhin_02{
	float: left;
	width: 50%;
    height: 100%;
    margin: 0px 0px 0px 0px;
	padding: 3% 0 3% 0;}
	
	
	
 #eigo_top{ 
	width: 100%;
	margin: 0px 0px 0px 0px;
    float: left;
    height: 225px;
  }

	
	
.eigo_top_img{
    background-image:url(/images/img_recipe_title-80.jpg);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 0.9;
	}
	
	
#eigo_hp{background-color:#fff;
	width: 100%;
    float: left;
    height: 100%;
    margin: 0px 0px 0px 0px;
	text-align: center;
	color: aliceblue;
	padding: 0px 0px 0% 0%;
  }

.eigo_hp_img{
    background-image:url(/images/img_food_bg.png);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 0.9;
	}
		

	
	
	
	
.eigo_coma_0{align-content: center; /* 画像のURLを指定       */
	float: left;
	width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
	padding: 0% 0% 0% 0% ;
    text-align: center;
	font-size: 11px;
	line-height:14px;
  }
	
	
.eigo_coma_1{
	float: left;
	width: 30%; height: auto;
    margin: 2% 0% 2% 2%;
	padding: 0% 0% 0% 0%;
    text-align: justify;
  }
.eigo_coma_2{
	float: left;
	width: 60%; height: auto;
    margin: 2% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	color:#000000;
    text-align: center;
  }

	
	
/*----------------------------ユーザー紹介(PC1536)-----------------------------------------------*/  
	
table.ex_table {  border-collapse: collapse;  border: 0;}
table.ex_table td {  border: 0px solid #222;  padding: 0px;}
table.ex_table td.ex_border_a {font-size: 32px;line-height: 36px;color:#000; margin:0 0 10px 0;padding: 0; text-align: left;  border-bottom: 1px solid red;}	

	
.akinashi{margin: 0;padding: 0;line-height: 0;}	
.user_read{width: 100%; font-size: 30px;line-height:1.5em;color:#000; margin:0;padding: 0; text-align: left;font-family: 解ミン 月 R;}	
.user_cap{font-size: 12px;line-height:18px;color:#000000; margin:0;padding: 0 10px 0 10px; text-align: left;font-family: 解ミン 月 R;}	
.user_font{font-size: 15px;line-height:22px;color:#000000; margin:0;padding: 1%; text-align: left;font-family: 解ミン 月 R; margin: 10px;text-align: justify;
	columns: 3;	column-rule: 1px solid #cdcdcd;	column-gap: 2em;}	
.user_font_2{font-size: 15px;line-height:1.6em;color:#000000; margin:0;padding: 1%; text-align: left;font-family: 解ミン 月 R; margin: 10px;text-align: justify;
	columns: 2;	column-rule: 1px solid #cdcdcd;	column-gap: 2em;}	
.user_font_1{font-size: 15px;line-height:1.6em;color:#000000; margin:0;padding: 1%; text-align: left;font-family: 解ミン 月 R; margin: 10px;text-align: justify;}	
.t_size{width: 36%;}
	
p.indentback{padding: 0;margin: 0;
  text-indent: -1em;
  padding-left: 1em;
}
	
	
.user_top_img{
    background-image:url(/images_b/user_banner0.jpg);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center 20%;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 1;
	}
	
#user_hp{position:relative;z-index: 5;
	width: 100%;
    float: left;
    height: auto;
    margin: 0px 0px 0px 0px;
	text-align: center;
	color: aliceblue;
	padding: 0% 0% 0% 0%;
  }
	
#user_ab{position:relative;z-index: 5;
	width: 100%;
    float: left;
    height: auto;
    margin: 0px 0px 0px 0px;
	text-align: center;
	color: 000;
	padding: 0% 0% 0% 0%;
  }
	
	
.user_a{ position:relative;z-index: 10;color: #000;
	float: left;
	width: 40%;
    height: 100%;
    margin: 0px 0px 0px 0%;
	padding: 3% 5% 0% 10%;
	font-size: 17px;text-align: left;line-height: 1.8em;
  }
.user_b{
	float: left;
	width: 40%;
    height: 100%;
    margin: 0% 0px 0px 0%;
	padding: 0% 5% 0% 0%;
  }

	
	
.user_bg_img{
    background-image:url(/images_b/user_bg.jpg);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 1;
	}
	
.user_01{position:relative;
	z-index: 10;
	align-content: center; background-color:#fff;
	float: left;
	width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
	padding: 2% 0% 0% 0% ;
	color: aliceblue;
    text-align: center;
	font-size: 11px;
	line-height:14px;
	font-size: 11px; color: #000; line-height: 15px; text-align: left;
  }

	.mark_size{width: 142%;}
	.user_mark{float:left;padding:0 0 0 0;margin: 0;line-height: 32px; color: #000;font-feature-settings: "palt"1;}
	.user_syamei{float:left;padding:0% 10px 0px 10px;margin: 0;font-size: 40px;line-height: 40px;color: #000;}
	.user_zyuusyo{float:left;padding: 0;margin: 0;font-size: 19px;line-height: 20px;color: #000;}
	
/*------製法について(PC1536)-----------------------------------------------*/  
	

.seihou_mozi01{font-size: 18px;line-height: 35px;color:#fff; margin:0;padding: 0; text-align: center;font-feature-settings: "palt"0;}	
.seihou_mozi02{font-size: 35px;line-height: 50px;color:#fff; margin:0;padding: 0; text-align: center;font-feature-settings: "palt"0;}	
.seihou_mozi03{font-size: 25px;line-height: 30px;color:#fff; margin:0;padding:0px;text-align: justify; color: #F5DD04;font-feature-settings: "palt"0;}	
.seihou_mozi04{font-size: 18px;line-height: 24px;color:#ffffff; margin:0;padding:0px;text-align: justify;}	
.seihou_mozi05{font-size: 20px;line-height: 0px;color:#fff; margin:0 0 0 0 ;padding:20px 0 0 0 ; text-align: center;}	
.seihou_mozi06{font-size: 16px;line-height: 20px;color:#fff; margin:0 0 0 0 ;padding:0 3% 0 3% ; text-align: left;}	
.seihou_mozi07{font-size: 11px;line-height: 11px;color:#fff; margin:0;padding:5px 0 0 0 ;text-align: right;}	
.seihou_mozi_m{font-size: 42px;line-height: 22px;color:#fff; margin:0;padding: 0; text-align: left;}	

.seihou_top_img{
    background-image:url(/images_b/seihou_banner0.jpg);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center 20%;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 0.9;
	}

#seihou_hp{position:relative;z-index: 10;
	width: 94%;
    float: left;
    height: 100%;
    margin: 0px 0px 0px 0px;
	text-align: center;
	color: aliceblue;
	padding: 2% 3% 1% 3%;
	line-height: 0;
  }
	
.seihou_bg_img{
    background-image:url(/images/img_seihou_bg.jpg);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 0.9;
	}

.seihou{
	width: 100%;
    float:left;
    height: 90%;
    margin: 0px 0px 0px 0px;
	padding: 5% 0% 5% 0%;
	text-align: center;
	color: aliceblue;
	line-height: 0;
  }

.seihou_01{ position:relative;z-index: 10;
	float: left;
	width: 22%;
    height: 100%;
    margin: 0px 0px 0px 3%;
	padding: 0% 0% 0% 0% ;
  }
.seihou_02{
	float: left;
	width: 73%;
    height: 100%;
    margin: 0px 0px 0px 2%;
	padding: 0% 0px 0% 0px;
  }
	
	
.seihou_03{ text-align: center;
	float: left; 
	width: auto;
    height: 100%;
    margin: 0% 0% 0% 0%;
	padding:0% 0% 0% 0% 
		display: inline-block; 
  }
.seihou_04{ 
	float: left;
	width: 23%;
    height: 350px;
    margin: 0px 0px 0px 0px;
	padding: 2% 1% 0% 1%;
  }
	
	
.centering_parent {
    padding: 50px 0 0 0 ;margin: 0;              /* 余白指定 */
    height: 100%;              /* 高さ指定 */
    text-align:justify;   display: flex;
  justify-content: space-between;
	line-height: 0%;
	/* 中央寄せをやめてサイドに */
}
 
.centering_item {
    width: 50%;               /* 幅指定 */
    height: 100%;               /* 高さ指定 */
    display: inline-block; 
	padding: 0px 2% 0 2% ;margin: 0 0 0 0 ;/* インラインブロックにする */
	line-height: 0px; vertical-align: top;
}
	
.image_circle {
    background-image: url("summerriver.jpg");
    width:  230px;
    height: 230px;
    border-radius: 5%;
    background-position: left top;
    border: 0px solid #F9F9F9; /* 枠線を付加 */
}	
	

	
/*------会社概要(PC1536)-----------------------------------------------*/  

.gaiyou_mozi01{font-size: 15px;line-height: 20px;color:#000; margin:0;padding: 0; text-align: left; }	
.gaiyou_mozi02{font-size: 15px;line-height: 24px;color:#000; margin:0;padding: 0; text-align: left; }	
.gaiyou_mozi03{font-size: 15px;line-height: 24px;color:#000; margin:0;padding:0px;text-align: left; }	
.gaiyou_mozi04{font-size: 32px;line-height: 36px;color:#000; margin:0;padding:0px;text-align: left; }	
.gaiyou_mozi05{font-size: 15px;line-height: 24px;color:#000; margin:0;padding: 0; text-align: right; }	
.gaiyou_mozi_m{font-size: 45px;line-height: 50px;color:#fff; margin:0;padding: 0;  }	

.gaiyou_top_img{
    background-image:url(/images_b/gaiyou_banner0.jpg);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center 20%;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 1.0;
	}

#gaiyou_hp{position:relative;z-index: 10;
	width: 100%;
    float: left;
    height: 100%;
    margin: 0px 0px 0px 0px;
	text-align: center;
	color: aliceblue;
	padding: 0px 0px 0% 0%;
  }
	
.gaiyou_bg_img{
    background-image:url(/images/img_gaiyou_bg.png);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 1.0;
	}
	
.gaiyou_1{position:relative;z-index: 10;
	width: 100%;
    float: left;
    height: 100%;
    margin: 0px 0px 0px 0px;
	text-align: center;
	color: aliceblue;
	padding: 1% 0px 1% 0%;
  }
.gaiyou_1_1{
	float: left;
	width: 56%;
    height: 100%;
    margin: 0px 0px 0px 0px;
	padding: 0 3% 0 3%;
	color: aliceblue;
    text-align: center;
	font-size: 11px;
	line-height:14px;
  }
.gaiyou_1_2{
	float: left;
	width: 38%;
    height: 100%;
    margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
	color: aliceblue;
    text-align: left;
	font-size: 11px;
	line-height:14px;
  }
	
.gaiyou_1_3{
	float: left;
	width: 30%;
    height: 100%;
    margin: 0px 0px 0px 0px;
	padding: 0 3% 0 3%;
	color: aliceblue;
    text-align: left;
	font-size: 11px;
	line-height:14px;
  }
.gaiyou_1_4{
	float: left;
	width: 50%;
    height: 100%;
    margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
	color: #000;
    text-align: left;
	font-size: 11px;
	line-height:14px;
  }
		
/*------レシピ(PC1536)-----------------------------------------------*/  
	
 #reshipi_top{
  max-width: 1536px;
  width: 100%;
  height: 340px;	/* ヘッダー天地 */
  margin: 0;
}

 #ikoma_reshipi_top{ 
	width: 100%;
	margin: 0px 0px 0px 0px;
    float: left;
    height: 300px;
  }


.reshipi_mozi01{font-size: 25px;line-height: 30px;color:#7C0204; margin:0;padding: 0; text-align: right;}	
.reshipi_mozi02{font-size: 33px;line-height: 45px;color:#7C0204; margin:0;padding: 0; text-align: right}	
.reshipi_mozi03  {font-size: 12px;line-height: 17px;color:#000; margin:0;padding:0px;text-align: center; }	
.reshipi_mozi03_s{font-size: 12px;line-height: 17px;color:#000; margin:0;padding:0px;text-align: center; transform: scale(0.5, 1);}	
.reshipi_mozi_r{font-size: 12px;line-height: 17px;color:#000; margin:0;padding:15px;text-align: left; }	
.reshipi_mozi_m1{font-size: 15px;line-height: 17px;color:#000; margin:0;padding:1px;text-align: left; }	
.reshipi_mozi_m2{font-size: 12px;line-height: 17px;color:#000; margin:0;padding:1px;text-align: left; }	
.reshipi_mozi_m3{font-size: 25px;line-height: 25px;color:#fff; margin:0;padding:10px;text-align: left; }	
	
.reshipi_keisen{font-size: 1px;line-height: 1px;color:#fff; margin:0 0 1px 0 ;padding:0 0 0px 0;text-align: left; }	

	
	

.reshipi_top_img{
    background-image:url(/images/img_recipe_title-80.jpg);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center 20%;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 0.9;
	}
	
	
	
	
	
	
#reshipi_hp{background-color:#fff; 
	width: 100%;
    float: left;
    height: 100%;
    margin: 0 0px 0px 0px;
	text-align: center;
	color: aliceblue;
	padding: 0px 0px 0% 0%;
	
  z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */

	
	
  }

.reshipi_hp_img{
    background-image:url(/images/img_food_bg.png);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 1.0;
	z-index: 999999; /* 必要であればリンク要素の重なりのベース順序指定 */

	}
		
.resipi_coma{
	float: left;
	width: 20%;
    height: 100%;
    margin: 0% 0% 0% 0%;
	padding: 0% 0% 2% 4%;
	color: aliceblue;
    text-align: center;
	font-size: 11px;
	line-height:14px;
  }
	
	.r_k_l{border-bottom: solid #999 thin;text-align: left ; font-size: 16px; line-height: 24px; margin: 0 0 0 0; color: #000000;}
	.r_k_r{border-bottom: solid #999 thin;text-align: right; font-size: 16px; line-height: 24px; margin: 0 0 0 0; color: #000000;}
	.r_k_l_m{text-align: left; font-size: 17px; line-height: 27px; padding: 4px 0 0 0; color: #000000;}
	.ikomasama{text-align: justify; font-size: 16px; line-height: 27px; padding: 5px 5px 5px 5px; color: #000000;}
	.r_k_l_p{border-bottom: solid 1px #E605C9 ; text-align: left ; font-size: 20px; line-height: 27px; margin: 0 0 10px 0; color: #000000;font-feature-settings: "palt"1;}

	
.resipi_kaku{background-color:#fff;position:relative;z-index: 10;
	width: 100%;
    float: left;
    height: 100%;
    margin: 0%;
	text-align: center;
	color: aliceblue;
	padding: 0%;
  }
	
.resipi_kaku_01{
background-color:#DF3175;
	width: 99.1%;
    float: left;
    height: auto;
    margin: 0;
	text-align: left;
	padding: 0.5%;
  }
.resipi_kaku_02{background-color:#fff;
	float: left;
	width: 32%;
    height: 100%;
    margin: 0px 0px 0px 0px;
	padding: 15px 15px 15px 15px;
	color: aliceblue;
    text-align: center;
	font-size: 11px;
	line-height:14px;
  }
.resipi_kaku_03{background-color:#fff;
	float: left;
	width: 60%;
    height: 100%;
    margin: 0px 0px 0px 0px;
	padding: 15px 10px 0px 10px;
	color: aliceblue;
    text-align: left;
	font-size: 11px;
	line-height:14px;
  }
	
.resipi_midashi_1{
	float: left;
	width: auto;
    height: auto;
    margin: 0p;
	padding: 0px;
    text-align: left;
	font-size: 23px;
	line-height:1em;
  }

.resipi_midashi_2{
	float: left;
	width: auto;
    height: auto;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
    text-align: left;
	font-size: 17px;
	line-height:1.4em;
	color:#FFF100;font-family: 解ミン 月 M;
  }
	
	
.relative {
    position: relative;
    width: 100%;
}
.absolute {
    position: absolute;
    right: 30px;
    top: 10%;
}	
	
	
/*水塩*/
	
#siomizu_hp{
	float: left;
	width: 100%;
    margin: 0% 0% 0% 0%;
	padding: 0 0 0 0;
    align-items: center;}

.siomizu100{
	float: left;
	width: 100%;
    margin: 0% 0% 0% 0%;
	padding: 0px 0 0 20px;
    align-items: center;}

.siomizu33{
	float: left;
	width: 23.3%;
    margin: 0% 5% 0% 5%;
	padding: 0 0 0 0;
    align-items: center;}
	
.siomizu50{
	float: left;
	width: 40%;
    margin: 0% 5% 0% 5%;
	padding: 0 0 0 0;
    align-items: center;}
	
	
.mizusioBK_img{
    background-image:url(/images/img_suien_bg.jpg);  /* 画像のURLを指定       */
    background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:center center;                     /* 画像の表示位置を指定  */
    background-size:cover;                               /* 画像のサイズを指定    */
    width:100%;                                            /* 横幅のサイズを指定    */
    opacity: 0.9;
	}

.mizusio_mozi01	{font-size: 38px;color: #FFFFFF;line-height: 1em ;text-align: center; padding: 5% 0% 0 0%; margin: 0 0 0 0;}
.mizusio_mozi02	{font-size: 24px;color: #000;line-height: 1em ;text-align: justify; padding: 6% 0% 0 0%; margin: 0 0 0 0;;}
.mizusio_mozi03	{font-size: 16px;color: #000;line-height: 1.6em;text-align: justify; padding: 0% 7% 2% 10%; margin: 0 0 0 0;text-indent: -1em;padding-left: 4em;}
	
.s_sen{width: 90%;padding: 0 0 0 0 ;margin: 0 0 0 0 ; line-height: 0px;}
	
.gazou{width:90%}
	
	
/*---にがり-----*/
.nigari1{font-size: 28px; line-height: 1.8em; text-align: center;padding: 0;margin: 0;}
.nigari2{font-size: 13px; line-height: 1.3em; text-align: justify ; padding:0 10% 0 10%;margin: 0;}
.nigari3{font-size: 18px; line-height: 2.0em; text-align: center ; padding: 0;margin: 0;}


	

	
	
	
	
}











