@charset "UTF-8";
/* CSS Document */
/* 季節ごとのレシピ */
.season_recipe {
  margin-bottom: 76px;
}

.kisetu_rec {
  margin-bottom: 38px;
}
.kisetu_rec .pictL {
  float: left;
  margin-right: 33px;
}
.kisetu_rec h2 {
  font-size: 1.692em;
  color: #727171;
  line-height: 1.4;
  margin: 13px 0;
}
.kisetu_rec p {
  font-size: 1.231em;
  padding-right: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* レシピ　*/
/*

*/
/* 角丸 */
.Radius5 {
  border-radius: 15px;
}

/* ボタン共通 */
.Button {
  overflow: hidden;
  width: 526px;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  border: solid 1px #8a8381;
}
.Button a {
  display: block;
  position: relative;
  z-index: 100;
  text-align: center;
  background: #e6e6e6;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 1%, #ffffff 36%, #e6e6e6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
  /* IE6-9 */
  color: #000000;
  font-size: 1.769em;
  line-height: 50px;
  text-decoration: none;
}
.Button a:hover {
  background: #ffffff;
  /* マウスオーバーカラー */
}

#IconList2 a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 480px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  /*top right bottom を透明化 */
  border-left: 5px solid #22ac38;
}
#IconList2 a:hover:before {
  left: 480px;
  /*マウスオーバーで三角をずらす */
}

@media (min-width: 765px) {
  .sns_block {
    margin-left: auto;
    width: 35%;
  }
}
/* 商品詳細 */
.syosai {
  /* padding:0 8px; */
  margin-top: 42px;
}
.syosai table {
  width: 100%;
}
.syosai table td table {
  border: none;
  border-collapse: collapse;
  height: 100%;
}
.syosai table td table td {
  width: auto !important;
  border-top: none;
  border-right: none;
  border-left: 1px solid #bbb;
  table-layout: fixed;
  text-align: left;
  padding: 10px 3px;
  font-size: 11px;
}

.newDetailTable {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  margin-top: 30px;
  min-height: 260px;
  background: #fff;
  border: 1px solid #bbb;
  font-size: 11px;
  line-height: 1.4;
}
.newDetailTable th {
  width: 96px;
  padding: 3px;
  background: #e5e5e6;
  font-weight: normal;
  border: 1px solid #bbb;
}
.newDetailTable td {
  width: 65%;
  padding: 3px;
  border: 1px solid #bbb;
  text-align: center;
  vertical-align: middle;
}
.newDetailTable .detail_stile1 {
  border-top: 1px solid #bbb;
}
.newDetailTable .detail_stile1 .td_bg {
  border-left: none;
}

.newDetailTableRight {
  width: 55%;
  margin-left: -1px;
}
.newDetailTableRight td {
  width: 16%;
}

.txtAlignLeft {
  text-align: left !important;
}

.txtAlignRight {
  text-align: right !important;
}

.bkColorDe752f {
  background: #de752f;
}

.bdRight0 {
  border-right: 0 !important;
}

.bdLeft0 {
  border-left: 0 !important;
}

.bdbottom0 {
  border-bottom: 0 !important;
}

.shoplink img {
  margin-top: 15px;
}

/* 共通 
  ----------------------------------------------*/
#Mimg img {
  vertical-align: bottom;
}

/* レシピ */
.bgbrown {
  padding: 14px 0;
}

.recipearea {
  background: #ffffff;
  width: 631px;
  margin: 0 auto 28px auto;
  padding: 25px 18px 0 12px;
  border: solid 1px #dbd9d1;
  box-sizing: border-box;
}
.recipearea h2 {
  font-size: 2.077em;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: normal;
  border-bottom: solid 3px #c89e4e;
  padding: 0 0 0 15px;
  margin-bottom: 13px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.recipearea h3 {
  font-size: 1.231em;
  font-weight: normal;
  margin-left: 23px;
}
.recipearea h4 {
  width: 112px;
  padding: 2px 0;
  margin: 0 0 10px 0;
  color: #fff;
  font-size: 12px !important;
  font-weight: normal !important;
  line-height: 1.4;
  text-align: center;
}

.recipeareain {
  padding: 0.75em 0 0 0;
}

.r_materials {
  width: 216px;
  float: left;
}

.r_time {
  text-align: right;
  margin-bottom: 6px;
  line-height: 1;
}
.r_time span {
  display: block;
  font-size: 10px;
}
.r_time span br {
  display: none;
}

.recipearea .r_time img {
  display: inline-block;
  margin-bottom: 0;
}

.r_materials table {
  width: 100%;
  margin-left: 0.5em;
}
.r_materials th,
.r_materials td {
  vertical-align: top;
  font-size: 12px;
  line-height: 1.2;
  padding-bottom: 6px;
}
.r_materials th {
  width: 65%;
  text-align: left;
  font-weight: normal;
  padding-right: 18px;
}
.r_materials td {
  width: 35%;
}

.r_photo {
  width: 370px;
  /* height: 210px;
    overflow: hidden; */
  float: right;
  position: relative;
}

/* .r_photo img{
    position: absolute;
    top:-50px;
  } */
.r_cooking {
  clear: both;
  padding-top: 18px;
  padding-bottom: 10px;
}
.r_cooking li {
  list-style: none;
  margin-bottom: 0.5em;
  padding-left: 20px;
  font-size: 93%;
}

.numberList li {
  counter-increment: story;
  margin-left: 4px;
  line-height: 1.5;
}
.numberList li::before {
  content: counter(story);
  padding: 2px 3px;
  padding: 0.25em 0.4em;
  background: #057838;
  margin-right: 8px;
  margin-left: -22px;
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
}

/* add */
.recipe_linkbtn {
  text-align: center;
}

table {
  border-collapse: collapse;
}

/* レシピ追加 add
  ----------------------------------------------*/
.bgbrown .recipearea:first-child {
  margin-top: 2em;
}

.recipearea {
  margin: 0 auto 40px;
  padding: 10px 18px 0 12px;
}
.recipearea img {
  display: block;
  margin: 0em auto 1em;
}

.nowrap {
  white-space: nowrap;
}

#recipe .recommend {
  text-align: center;
}
#recipe .recommend img {
  display: block;
  max-width: 100%;
  padding: 30px 0 20px;
  margin: 0 auto;
}
#recipe .r_time {
  line-height: 1;
}
#recipe .r_time span {
  display: inline-block;
  text-align: left;
  font-size: 10px;
  line-height: 1.2;
}

/* 商品一覧バナー 
----------------------------------------------*/
.old_product {
  margin-top: 88px;
}
.old_product h2 {
  width: calc(100% - 22px);
  height: 46px;
  padding: 10px 0 10px 22px;
  background: url(/products/img/ttl_back_product.gif) top left no-repeat;
  font-size: 17px;
}
.old_product ul {
  display: flex;
  flex-wrap: wrap;
}
.old_product li {
  list-style: none;
  margin-right: 10px;
  overflow: hidden;
}
.old_product li:nth-child(4n) {
  margin-right: 0px;
}
.old_product .list_last {
  margin-right: 0;
}

.recipe_catch {
  padding: 0.5em;
  padding-top: 0;
  text-align: center;
}

/* 国産ゆず＆オニオンドレッシング
----------------------------------------------*/
.yuzu-onion-dressing {
  border: none;
}
.yuzu-onion-dressing .bgbrown {
  background: rgba(255, 216, 10, 0.1);
}
.yuzu-onion-dressing .bgbrown .recipearea .recipe_title {
  border-bottom: solid 3px #006940;
}
.yuzu-onion-dressing .recipe_catch {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 2.077em;
}
.yuzu-onion-dressing .recipearea h4,
.yuzu-onion-dressing .numberList li::before {
  background: #006940;
}
.yuzu-onion-dressing .r_time {
  line-height: 1;
}
.yuzu-onion-dressing .r_time span {
  font-size: 10px;
}
.yuzu-onion-dressing .syosai .newDetailTable:nth-of-type(1) .td_bg {
  background: rgba(255, 216, 10, 0.4);
}
.yuzu-onion-dressing .syosai .newDetailTable:nth-of-type(2) .td_bg {
  background: rgba(255, 216, 10, 0.4);
}

/* すてきサラダドレッシング
----------------------------------------------*/
.sutekisalad-dressing {
  border: none;
}
.sutekisalad-dressing .bgbrown {
  background: rgba(255, 240, 0, 0.1);
}
.sutekisalad-dressing .bgbrown .recipearea .recipe_title {
  border-bottom: solid 3px #ef8203;
}
.sutekisalad-dressing .bgbrown .recipearea:nth-of-type(n + 3) .recipe_title {
  border-bottom: solid 3px #e84720;
}
.sutekisalad-dressing .recipe_catch {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 2.077em;
}
.sutekisalad-dressing .recipearea h4,
.sutekisalad-dressing .numberList li::before {
  background: #ef8203;
}
.sutekisalad-dressing .recipearea:nth-of-type(n + 3) h4,
.sutekisalad-dressing .recipearea:nth-of-type(n + 3) .numberList li::before {
  background: #e84720;
}
.sutekisalad-dressing .r_time {
  line-height: 1;
}
.sutekisalad-dressing .r_time span {
  font-size: 10px;
}
.sutekisalad-dressing .syosai .newDetailTable:nth-of-type(1) .td_bg {
  background: rgba(239, 130, 3, 0.4);
}
.sutekisalad-dressing .syosai .newDetailTable:nth-of-type(2) .td_bg {
  background: rgba(232, 71, 32, 0.4);
}

/* 大豆ドレッシング
----------------------------------------------*/
.daizu-dressing {
  border: none;
}
.daizu-dressing .bgbrown {
  background: rgba(207, 133, 63, 0.1);
}
.daizu-dressing .bgbrown .recipearea .recipe_title {
  border-bottom: solid 3px #cf853f;
}
.daizu-dressing .recipe_catch {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 2.077em;
}
.daizu-dressing .recipearea h4,
.daizu-dressing .numberList li::before {
  background: #cf853f;
}
.daizu-dressing .r_time {
  line-height: 1;
}
.daizu-dressing .r_time span {
  font-size: 10px;
}
.daizu-dressing .syosai .newDetailTable:nth-of-type(1) .td_bg {
  background: rgba(207, 133, 63, 0.4);
}
.daizu-dressing .syosai .newDetailTable:nth-of-type(2) .td_bg {
  background: rgba(207, 133, 63, 0.4);
}

/* あまくておいしい醤油450ml
----------------------------------------------*/
.amakuteoishi-450ml {
  border: none;
}
.amakuteoishi-450ml .bgbrown {
  background: rgba(229, 0, 18, 0.1);
}
.amakuteoishi-450ml .bgbrown .recipearea .recipe_title {
  border-bottom: solid 3px #e50012;
}
.amakuteoishi-450ml .recipe_catch {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 2.077em;
}
.amakuteoishi-450ml .recipearea h4,
.amakuteoishi-450ml .numberList li::before {
  background: #e50012;
}
.amakuteoishi-450ml .r_time {
  line-height: 1;
}
.amakuteoishi-450ml .r_time span {
  font-size: 10px;
}
.amakuteoishi-450ml .syosai .newDetailTable:nth-of-type(1) .td_bg {
  background: rgba(229, 0, 18, 0.4);
}
.amakuteoishi-450ml .syosai .newDetailTable:nth-of-type(2) .td_bg {
  background: rgba(229, 0, 18, 0.4);
}/*# sourceMappingURL=style.css.map */