@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;
}

/* あまくておいしい液状あわせみそ
----------------------------------------------*/
.amakuteoishi-ekijomiso {
  border: none;
}

.amakuteoishi-ekijomiso .bgbrown {
  background: rgba(157, 32, 59, 0.1);
}

.amakuteoishi-ekijomiso .bgbrown .recipearea .recipe_title {
  border-bottom: solid 3px #9d203b;
}

.amakuteoishi-ekijomiso .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-ekijomiso .recipearea h4,
.amakuteoishi-ekijomiso .numberList li::before {
  background: #9d203b;
}

.amakuteoishi-ekijomiso .r_time {
  line-height: 1;
}

.amakuteoishi-ekijomiso .r_time span {
  font-size: 10px;
}

.amakuteoishi-ekijomiso .syosai .newDetailTable:nth-of-type(1) .td_bg {
  background: rgba(157, 32, 59, 0.4);
}

.amakuteoishi-ekijomiso .syosai .newDetailTable:nth-of-type(2) .td_bg {
  background: rgba(157, 32, 59, 0.4);
}

/* だし薫る醤油寄せ鍋つゆ・味噌ちゃんこ鍋つゆ
----------------------------------------------*/
.dashikaoru-nabetsuyu {
  border: none;
}

.dashikaoru-nabetsuyu .bgbrown {
  background: rgba(193, 25, 32, 0.1);
}

.dashikaoru-nabetsuyu .bgbrown .recipearea .recipe_title {
  border-bottom: solid 3px #f08437;
}

.dashikaoru-nabetsuyu .bgbrown .recipearea:nth-of-type(n + 3) .recipe_title {
  border-bottom: solid 3px #9070af;
}

.dashikaoru-nabetsuyu .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;
}

.dashikaoru-nabetsuyu .recipearea h4,
.dashikaoru-nabetsuyu .numberList li::before {
  background: #f08437;
}

.dashikaoru-nabetsuyu .recipearea:nth-of-type(n + 3) h4,
.dashikaoru-nabetsuyu .recipearea:nth-of-type(n + 3) .numberList li::before {
  background: #9070af;
}

.dashikaoru-nabetsuyu .r_time {
  line-height: 1;
}

.dashikaoru-nabetsuyu .r_time span {
  font-size: 10px;
}

.dashikaoru-nabetsuyu .syosai .newDetailTable:nth-of-type(1) .td_bg {
  background: rgba(240, 132, 55, 0.4);
}

.dashikaoru-nabetsuyu .syosai .newDetailTable:nth-of-type(2) .td_bg {
  background: rgba(144, 112, 175, 0.4);
}

/* スポecoドレッシングシリーズ
----------------------------------------------*/
.spoeco-dressing-series {
  border: none;
}

.spoeco-dressing-series .youtube {
  text-align: center;
  padding: 2em 0 3em;
}

.spoeco-dressing-series .bgbrown {
  background: rgba(56, 157, 56, 0.1);
}

.spoeco-dressing-series .bgbrown .recipearea .recipe_title {
  border-bottom: solid 3px #5c3824;
}

.spoeco-dressing-series .bgbrown .recipearea:nth-of-type(n + 3) .recipe_title {
  border-bottom: solid 3px #e63a20;
}

.spoeco-dressing-series .bgbrown .recipearea:nth-of-type(n + 5) .recipe_title {
  border-bottom: solid 3px #ed8300;
}

.spoeco-dressing-series .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;
}

.spoeco-dressing-series .recipearea h4,
.spoeco-dressing-series .numberList li::before {
  background: #5c3824;
}

.spoeco-dressing-series .recipearea:nth-of-type(n + 3) h4,
.spoeco-dressing-series .recipearea:nth-of-type(n + 3) .numberList li::before {
  background: #e63a20;
}

.spoeco-dressing-series .recipearea:nth-of-type(n + 5) h4,
.spoeco-dressing-series .recipearea:nth-of-type(n + 5) .numberList li::before {
  background: #ed8300;
}

.spoeco-dressing-series .r_time {
  line-height: 1;
}

.spoeco-dressing-series .r_time span {
  font-size: 10px;
}

.spoeco-dressing-series .syosai .newDetailTable:nth-of-type(1) .td_bg {
  background: rgba(92, 56, 36, 0.4);
}

.spoeco-dressing-series .syosai .newDetailTable:nth-of-type(2) .td_bg {
  background: rgba(230, 58, 32, 0.4);
}

.spoeco-dressing-series .syosai .newDetailTable:nth-of-type(3) .td_bg {
  background: rgba(237, 131, 0, 0.4);
}

@media (max-width: 766px) {
  .spoeco-dressing-series .youtube {
    padding: 2em 1em;
  }
  .spoeco-dressing-series .youtube h3 {
    margin-bottom: 1em;
  }
}
/*# sourceMappingURL=style.css.map */