@charset "utf-8";

/*============================================*/
/* 基本設定 */
/*============================================*/
body * {
    box-sizing : border-box;
    color: #000;
}
p {
  font-size: 16px;
  line-height: 1.9em;
  letter-spacing: 0.6px;
}
p span{
    font-size: 22px;
    font-weight: bold;
}
@media screen and (max-width: 640px) {
p {
    font-size: 14.5px;
    left: 0.5px;
}
p span{font-size: 16px;}
}

/*============================================*/
/* 背景色 */
/*============================================*/
.lead-bg01 { background-color: #f3f3f3; padding: 50px 0px;}
.lead-bg_gn { background-color: #fcfff4; padding: 50px 0px;}
.lead-bg02 { background-color: #e3e1d7; padding: 50px 0px;}
.lead-bg03 { background: linear-gradient(#b89876, #fff2f4); padding: 50px 0px;}
.lead-bg04 { background-color: #72603f; padding: 50px 0px;}
.lead-bg05 { background-color: #f8f7f3; padding: 50px 0px;}
.lead-bg06 { background-color: #F8F9FB; padding: 50px 0px;}
.lead-bg08 { background-color: #ffffff;}
.lead-bg09 { background-color: rgba(255,252,232,0.5); padding: 50px 0px;}
.lead-bg11 { background-color: #a9ce9f; padding: 50px 0px;}
.lead-bg12{
  width:100%;
  background: repeating-linear-gradient(90deg, #9c0202 0px, #9c0202 20px, #c90000 15px, #c90000 35px);
}
.lead-bg13{
  width:100%;
  background: repeating-linear-gradient(90deg, #c2dec1 0px, #c2dec1 20px, #9acf97 15px, #9acf97 35px);
}
.lead-bgchildren {
  background: url('img/children_back_1200.jpg') repeat center fixed; 
  background-size: cover;
 }
@media screen and (max-width: 768px) {
.lead-bgchildren {background: url('img/children_back_1200.jpg') repeat right fixed;}
 }
/*============================================*/
/* 文字設定 */
/*============================================*/
.container h1{
    position: relative;
    display: inline-block;
    font-family: "Neuton", serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: -0.5px;
    text-align: center;
    text-shadow: none;
    color: #81ab23;
    margin: 10px 0px;
    padding: 0px 45px;
}
.container h2{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
    margin: 10px 0px;
}
.container h3{
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    text-shadow: none;
}
.container h2 span{font-size: 25px;}
.container h5{
    font-size: 14px;
    margin: 10px 5px 10px 0px;
    text-align: left;
}
@media screen and (max-width: 640px) {
.container h1{font-size: 25px;}
.container h2{font-size: 16px;}
.container h2 span{font-size: 20px;}
.container h2{font-size: 13px;}
.container h5{
    font-size: 11px;
    text-align: left;
}
}

/* ======================================*/
/* 箱全体をリンクに*/
/* ======================================*/
.box-link{
    position: relative;
}
.box-link-a{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-color: #fff;
    opacity: 0;
}
.box-link-a:hover{opacity: 0.5;}

/* ======================================*/
/* リード部 */
/* ======================================*/
.starter-template {
    text-align: center;
    background-color: #fff;
    width: 100%;
    padding: 50px 0px;
    margin: 0px 0px 30px 0px;
}
.starter-template h1{
    font-family: "Shippori Mincho B1", serif;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 10px;
    color: #333;
}
.starter-template h2{
    font-family: "Noto Sans JP", sans-serif;
    display: inline-block;
    font-size: 19px;
    font-weight: normal;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    padding: 5px 10px;
    border-bottom: solid 1px #333;
}
.starter-template p{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    color: #333;
    margin: 0px;
}
@media screen and (max-width: 640px) {
.starter-template h1{
    font-size: 25px;
    line-height: 30px;
    padding: 0px 5px;
    margin: 5px 0px;
}
.starter-template h2{font-size: 18px;}
.starter-template p{
    font-size: 13px;
    text-align: center;
    padding: 2px 8px;
}
}

/*============================================*/
/* フォント */
/*============================================*/
.heading h2{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    /*background-color: #eff9de;
    border-bottom: solid 1px #a4c76b;
    border-left: solid 10px #a4c76b;
    padding: 5px 10px;*/
    text-align: left;
}
.heading span{
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.marker_ora {
  background: linear-gradient(transparent 30%,rgba(255, 219, 61, 0.2) 30%,rgb(255, 219, 61) 65%,rgba(255, 219, 61, 0.2));
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 640px) {
.heading h2{
  font-size: 18px;
}
.heading span{
  font-size: 17px;
}
.marker_ora {
  font-size: 19px;
}
}

/*========================================
新麦コレクション紹介近辺
========================================*/
.shinmugi{
    border: dotted 2px #666;
    border-radius: 8px;
    padding: 15px;
}
.shinmugi h2{
    font-size: 23px;
    font-weight: bold;
    text-align: left;
    margin: 10px 15px;
}
.shinmugi h2::before{
    content: "●";
    color: #a4c76b;
    font-size: 0.8em;
    margin-right: 5px;
}
@media screen and (max-width: 425px) {
.shinmugi h2{
    font-size: 20px;
}
}

/*============================================*/
/* video */
/*============================================*/
.video{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
/*============================================*/
/* 各種ピンポイント */
/*============================================*/
/* 影付きボックス */
.box-shadow{
    padding: 10px 20px;
    box-shadow: 2px 2px 5px 0px #ccc;
}
@media screen and (max-width: 640px) {
.box-shadow{padding: 10px;}
}
/* 中央よせ */
.item-center{text-align: center;}
/* 右よせ */
.item-right{text-align: right;}
/* 左よせ */
.item-left{text-align: left;}
/* 太字 */
.bold{font-weight: bold;}
/* ピンポイント文字サイズ */
.text-big{font-size: 1.2em;}
.text-small{font-size: 0.8em;}
/* 字間調整 */
.text-letter-b{letter-spacing: +1px;}
.text-letter-s{letter-spacing: -1px;}
/* 単品色指定 */
.red{color:#97192A!important;}
.orange{color:#ff6428!important;}
.white{color:#FFF!important;}
.graybk{color:#575555!important;}
/*写真を丸に*/
.img-circle {border-radius: 50%;}
/*写真を角丸に*/
.kadomaru {border-radius: 10px;}
/*画像にグレーボーダー*/
.gry-border{
    outline: 1px solid #ccc;
    outline-offset: -1px;
}
/*グレーボーダー 外側*/
.gry-border_o{border: solid 1px #ccc;}
/*ボーダー・下に点線*/
.border-bottom{border-bottom: dotted 2px #6e4f32;}
/*70％*/
.haba70{
    display: inline-block;
    width: 70%;
}
/*スマホだけpadding：10px*/
@media screen and (max-width: 640px) {
.smp_padding10{padding: 10px;}
}
/* 見出し部分 */
.ttl_grade {
  padding: 10px 10px 10px 20px;
  color: #fff;
  background-image: linear-gradient(to left, transparent, rgba(190, 205, 59, 1) 65%);
  font-weight: bold;
  font-size: 26px;
}
@media screen and (max-width: 640px) {
.ttl_grade {
  background-image: linear-gradient(to left, transparent, rgba(190, 205, 59, 1) 50%);
  font-size: 20px;
}
}

/* レシピ部分 */
.info_txt{
    margin: 0px 0px 15px 0px;
    font-weight: 500;
    text-align: center;
}
.info_txt .txt_enlarge{
  font-size:calc(100% + 0.5rem);
  font-weight:700; 
}
.heading_title {
  text-align: left;
  margin: 50px 20px 30px;
}
.heading_title h2 {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.heading_title h2 span {
  font-size: 11px;
  font-weight: 400;
}
.heading_title h2 span::before {
  content: "/";
  font-size: 18px;
  margin: 0 14px;
}
@media screen and (max-width: 640px) {
.info_txt{
  margin: 5px 0px 10px 0px;
}
.heading_title h2 {
  font-size: 13px;
}
}
/*材料テーブル設定*/
.table_ingredient {
  background: #f8f9fb;
  border-collapse: collapse;
  width: 100%;
  margin: 3px auto 50px;
  padding: 20px;
}
.table_ingredient th,
.table_ingredient td {
  padding: 1em;
  text-align: end;
  font-size: 14px;
  font-weight: bold;
}
.table_ingredient th {
  text-align: left;
  width: 80%;
  padding-right: 3em;
  position: relative;
}
.table_ingredient th:not(.not_after)::after {
  content: "・・・";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.table_ingredient a {
  color: #000000;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .table_ingredient th,
  .table_ingredient td {
    font-weight: 300;
    font-size: 0.8em;
  }
}
/*工程のナンバリング設定*/
ol.cp_clist {
  counter-reset: cp_clist;
  list-style-type: none;
  padding-left: 0px;
}
ol.cp_clist li {
  position: relative;
  padding: 30px;
  /* margin-left: 15px; */
  margin-top: 50px;
}
ol.cp_clist li::before {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  counter-increment: cp_clist;
  content: counter(cp_clist);
  background: #d1c898;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding-left: 2px;
  transform: translateY(-50%);
}
ol.cp_clist li span {
  font-size: 19px;
  font-weight: 700;
  margin-left: 30px;
}
ol.cp_clist li span {
  font-size: 19px;
  font-weight: 700;
  margin-left: 30px;
}
ol.cp_clist p {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 640px) {
  ol.cp_clist li {
    margin-left: 0px;
  }
  ol.cp_clist li::before {
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  ol.cp_clist li span {
    font-size: 16px;
    font-weight: 400;
    margin-left: 15px;
  }
  ol.cp_clist p {
    font-size: 12px;
    font-weight: 300;
  }
}
.recipe_slash::before {
  content: "/";
  font-size: 18px;
  margin: 0 14px;
}
@media (max-width: 640px) {
.recipe_slash::before {
  content: "\A";
  white-space:pre;
　margin-left: 15px;
}
}
/* レシピの工程ポイント枠 */
.point_box {
  margin: 20px auto;
}
.point_box_ttl {
  background-color: #d1c898;
  color: #fff;
  padding: 0.5em 20px;
  width: fit-content;
  border-radius: 10px 10px 0 0;
  margin: 0;
  font-size: 17px;
  font-weight: bold;
}
.point_box_txt {
  padding: 10px 20px;
  border: 2px solid #d1c898;
}
/* レシピの背景 */
.letter {
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  margin: 26px auto 0;
  padding: 24px;
  position: relative;
}
.letter:before, .letter:after {
  content: "";
  height: 98%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.letter:before {
  background: #fafafa;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  left: -5px;
  top: 4px;
  transform: rotate(-2.5deg);
}
.letter:after {
  background: #f6f6f6;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  right: -3px;
  top: 1px;
  transform: rotate(1.4deg);
}
.recipe_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}
.recipe_flex01{
    display: inline-block;
}
@media screen and (max-width: 840px) {
.recipe_flex{
	display:flex;
}
.recipe_flex01{
    flex-grow: none;
    width: 100%;
    margin-bottom: 10px;
}
}

/*調整*/
a {
  display: inline;
}
/*============================================*/
/*下に空白 */
/*============================================*/
/* 100px */
.bottom_blank100 {margin-bottom: 100px;}
/* 80px */
.bottom_blank80 {margin-bottom: 80px;}
/* 50px */
.bottom_blank {margin-bottom: 50px;}
/* 30px */
.row_bottom{margin-bottom:30px;}
/* 20px */
.bottom_blank20{margin-bottom: 20px;}
/* 10px */
.bottom_blank10{margin-bottom: 10px;}
/* PC80px、スマホ30px */
.row_bottom80{margin-bottom:80px;}
/* PCだけ30px */
.bottom_pcblank30{margin-bottom: 30px;}
@media screen and (max-width: 475px) {
/* スマホだけ30px */
.row_bottom30{margin-bottom:30px;}
/* PC80px、スマホ30px */
.row_bottom80{margin-bottom:30px;}
/* PCだけ30px */
.bottom_pcblank30{margin-bottom: 0px;}
}
/*下部の余白マージン（PCは広く、smpでは狭く）*/
/* PC100px、スマホ50px */
.margin_blank_responsiv {margin-bottom:100px;}
@media (max-width: 767px){
.margin_blank_responsiv {margin-bottom:50px;}
}
/* PC150px、スマホ80px */
.margin_blank_responsiv150 {margin-bottom:150px;}
@media (max-width: 767px){
.margin_blank_responsiv150 {margin-bottom:80px;}
}
/*============================================*/
/*上に空白 */
/*============================================*/
/* 10px */
.top_blank10{margin-top: 10px;}
/* 30px */
.top_blank30{margin-top: 30px;}
/* 50px */
.top_blank50{margin-top: 50px;}
/* 80px */
.top_blank80{margin-top: 80px;}

/*============================================*/
/*枠内で左右に空白 */
/*============================================*/
/* PCだけ左に20px */
.left_blank20{padding-left: 20px;}
@media screen and (max-width: 475px) {
.left_blank20{padding-left: 10px;}
}
/*============================================*/
/*グリッドレイアウト*/
/*============================================*/
/*10pxアキのグリッドレイアウトにする*/
.grd_gp10 {
   display: grid;
   grid-column-gap: 10px;
   grid-row-gap: 10px;
}
/*20pxアキのグリッドレイアウトにする*/
.grd_gp20 {
   display: grid;
   grid-column-gap: 20px;
   grid-row-gap: 20px;
}
/*25pxアキのグリッドレイアウトにする*/
.grd_gp25 {
   display: grid;
   grid-column-gap: 25px;
   grid-row-gap: 25px;
}

/*50pxアキのグリッドレイアウトにする*/
.grd_gp50 {
   display: grid;
   grid-column-gap: 50px;
   grid-row-gap: 50px;
}

/*80pxアキのグリッドレイアウトにする*/
.grd_gp80 {
   display: grid;
   grid-column-gap: 80px;
   grid-row-gap: 80px;
}


/*均等2分割*/
.grd_col_2fr{
   grid-template-columns: 1fr 1fr;  
}
.grd_col_2fr_r{
   grid-template-columns: 1fr 1fr; 
   grid-template-areas:
   "areaA areaB";
}
/*均等3分割*/
.grd_col_3fr{
   grid-template-columns: 1fr 1fr 1fr;
}
/*均等4分割*/
.grd_col_4fr{
   grid-template-columns: 1fr 1fr 1fr 1fr; 
}
/*3:2の2分割レイアウト（スマホ表示にしたとき、左の要素を上に表示）※直下のdivは何も指定しなくてよい*/
.grd_col_3_2_l {
   grid-template-columns: 3fr 2fr;
}
/*2:3の2分割レイアウト（スマホ表示にしたとき、左の要素を上に表示）※直下のdivは何も指定しなくてよい*/
.grd_col_2_3_l {
   grid-template-columns: 2fr 3fr;
}
/*3:2の2分割レイアウト（スマホ表示にしたとき、右の要素を上に表示）※直下のdivにgrd_itm1,grd_itm2などでエリア指定を行う*/
.grd_col_3_2_r {
   grid-template-columns: 3fr 2fr;
   grid-template-areas:
   "areaA areaB";
}
/*2:3の2分割レイアウト（スマホ表示にしたとき、右の要素を上に表示）※直下のdivにgrd_itm1,grd_itm2などでエリア指定を行う*/
.grd_col_2_3_r {
   grid-template-columns: 2fr 3fr;
   grid-template-areas:
   "areaA areaB";
}
/*1:4の2分割レイアウト（スマホ表示にしたとき、左の要素を上に表示）※直下のdivは何も指定しなくてよい*/
.grd_col_1_4_l {
   grid-template-columns: 1fr 4fr;
}
/*4:1の2分割レイアウト（スマホ表示にしたとき、左の要素を上に表示）※直下のdivは何も指定しなくてよい*/
.grd_col_4_1_l {
   grid-template-columns: 4fr 1fr;
}
.grd_itm1{
   grid-area:areaA;
}
.grd_itm2{
   grid-area:areaB;
}
@media (max-width: 767px){
/*スマホ表示の際、分割せず縦並び*/
   .grd_sp1fr{
   grid-template-columns: 1fr;
   grid-column-gap: 10px;
   grid-row-gap: 10px;
   }

/*スマホ表示の際、分割せず縦並び*/
   .grd_sp1fr_r{
   grid-template-columns: 1fr;
   grid-column-gap: 10px;
   grid-row-gap: 10px;
   grid-template-areas:
   "areaB"
   "areaA";
   }


/*スマホ表示の際、均等2分割横並び*/
   .grd_sp2fr{
   grid-template-columns: 1fr 1fr;
   grid-column-gap: 20px;
   grid-row-gap: 20px;
   }
/*スマホ表示の際、右の要素を上に表示*/
   .grd_col_3_2_r, .grd_col_2_3_r, .grd_col_2fr_r {
   grid-template-areas:
   "areaB"
   "areaA";
   }
   }/*============================================*/
/* PCスマホ表示 */
/*============================================*/
@media only screen and (max-width : 320px) {
.pc_h{display:none;}
.smp_h{display:inline;}
}
@media only screen and (min-width : 320px) {
.pc_h{display:none;}
.smp_h{display:inline;}
}
@media only screen and (min-width : 992px) {
.pc_h{display:inline;}
.smp_h{display:none;}
}
@media only screen and (min-width : 1200px) {
.pc_h{display:inline;}
.smp_h{display:none;}
}
/*============================================*/
/*SNS */
/*============================================*/
.sns{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.sns-box00{
    display: block;
    width: 20%;
    text-align: left;
    border-right: solid 1px #333;
}
.sns-box01{
    display: inline-block;
    width: 15%;
    padding: 10px;
    text-align: center;
}
.sns img{width: 40%;}
.sns h2{
    font-family: serif;
    font-size: 25px;
    font-weight: bold;
    margin: 20px 0px;
    text-align: center;
}
.sns h2::before{content: none;}
.sns h4{
    font-family: serif;
	font-weight: bold;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0px;
    text-shadow: none;
    margin-bottom: 20px;
}
.sns a{color: #333;}
@media screen and (max-width: 640px) {
.sns img{width: 80%;}
.sns h2{
    font-size: 20px;
    margin: 10px 0px;
}
.sns-box00{width: 25%;}
.sns-box01{width: 18%;}
.sns h4{font-size: 11px;}
}
