@charset "utf-8";
/* CSS Document */

/* ALL
---------------------------------------- */
/* テキスト */
.bold {
  font-weight: bold;
}
/* タイトル */
h3 {
  margin: 30px 0 10px;
  border-bottom: 4px double #c5a852;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
h3 span {
  font-size: 22px;
  font-weight: bold;
  color: #c5a852;
  text-align: left;
}
h3.ingredients_ttl {
  width: 50%;
}
/* 料理画像 */
img.recipe-img {
  border: 15px solid #fff;
  box-shadow: 5px 4px 4px rgba(89, 89, 89, 0.4);
  width: 40%;
  margin-top: 30px;
}
/* テーブル */
table span {
  font-weight: bold;
  font-size: 17px;
}
.ingredients tbody {
  text-align: right;
}
.ingredients tbody tr:nth-child(1) {
  border: 0;
}
.ingredients tbody tr:nth-child(9) {
  border: 0;
}
.ingredients tbody tr:nth-child(17) {
  border: 0;
}
.table_ttl {
  display: block;
  padding-top: 15px;
}
.ingredients tbody tr {
  border-bottom: 1px dotted #949494;
  line-height: 34px;
}
.ingredients tbody td {
  width: auto;
}
.ingredients tbody td {
  width: 335px;
}
/* 作り方 */
ul.how_to_cook li span {
  font-size: 1.5em;
}
ul.how_to_cook li {
  line-height: 2.5em;
  text-indent: -2.5em;
  margin-left: 2.5em;
}
/* 詳しく見る */
.hidden_box {
  margin: 2em 0;
  padding-left: 10px;
  display: inline;
}
.hidden_box label:hover {
  background: #ffebc5;
  box-shadow: 2px 2px 4px rgba(89, 89, 89, 0.4);
}
.hidden_box label {
  cursor: pointer;
  color: #34801f;
  background: #fffbc8;
  padding: 6px 41px;
  padding: 6px 35px 6px 41px;
  box-shadow: 5px 4px 4px rgba(89, 89, 89, 0.4);
}
.hidden_box input {
  display: none;
}
.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
.hidden_box input:checked ~ .hidden_show {
  padding: 10px 0;
  height: auto;
  opacity: 1;
}

/* ページタイトル */
#pagettl {
  height: 160px;
  background-attachment: scroll;
  background-image: url(./../img/pagettl-bg-yellow.gif);
  background-repeat: repeat;
  background-position: left top;
  position: relative;
}
#pagettl p {
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: 2.6em;
}
#pagettl p.sub-ttl {
  font-size: 19px;
  line-height: 2em;
  position: absolute;
  top: -23px;
  right: 50%;
  font-weight: normal;
  transform: translate(224%);
}
#pagettl p.sub-ttl-img {
  position: absolute;
  top: -46px;
  left: 50%;
  font-weight: normal;
  transform: translate(-200%);
}
#pagettl p.ruby {
  font-size: 10px;
  line-height: 1;
  position: relative;
  margin-top: -85px;
  padding-left: 12px;
  z-index: 100;
}

/* section01 */
#section01 h2.ttl span {
  width: 158px;
  background: #fffbc8;
  padding: 10px 30px;
  box-shadow: 5px 4px 4px rgba(89, 89, 89, 0.4);
}
#section01 h2.ttl img {
  background: none;
}
#all #wrapper #section01 .inner.widthfix.cf {
  width: 997px;
  margin: 0 auto;
}
#all #wrapper #section01 h2.ttl {
  padding: 30px 0 10px; /*30px 0*/
  height: auto;
}
#all #wrapper #section01 span.em {
  color: #ee6041;
}
#all #wrapper #section01 .inner.widthfix.cf {
  background-size: auto;
}
#all #wrapper #section01 .inner.widthfix.cf .lead_top {
  margin-top: 10px;
}
#all #wrapper #section01 .inner.widthfix.cf .lead_top {
  background: none;
}
#all #wrapper #section01 .inner.widthfix.cf .lead_top p {
  width: 100%;
}
#all #wrapper #section01 .inner.widthfix.cf .lead_top img {
  width: 27%;
  margin-top: 55px;
}

/* section02 */
#all #wrapper #section02 {
  margin: 20px auto;
  text-align: left;
}
#all #wrapper #section02_p {
  padding-top: 20px;
}
#all #wrapper #section02 .inner.widthfix.cf .kakomi_wh h3.left {
  width: 540px;
  float: left;
}
#all #wrapper #section02 h4 {
  display: inline-block;
}
#all #wrapper #section02 .recipe-box {
  height: 236px;
  width: 30%;
  float: left;
  box-shadow: 0px 0px 5px #b5b5b5;
  border-radius: 7px;
  margin-right: 5%;
  background: #fff;
  transition: all linear 0.1s;
}
#all #wrapper #section02 .recipe-box:hover {
  background: transparent;
  box-shadow: 0px 0px 3px #a0a0a0;
}
#all #wrapper #section02 .recipe-box-3n {
  margin-right: 0;
}
#all #wrapper #section02 h2.ttl span {
  display: inline;
  background: none;
}
#all #wrapper #section02 h2.ttl a:link {
  background: #fffbc8;
  padding: 6px 41px;
  box-shadow: 5px 4px 4px rgba(89, 89, 89, 0.4);
  text-decoration: none;
  transition: all linear 0.1s;
}
#all #wrapper #section02 h2.ttl a:hover {
  background: #ffebc5;
  box-shadow: 2px 2px 4px rgba(89, 89, 89, 0.4);
}
#all #wrapper #section02 p {

}
#all #wrapper #section02 #onepoint_p {
  padding-top: 0;
  padding-bottom: 20px;
}
#all #wrapper #section02 .recipe-name {
  padding: 16px 0 10px;
  line-height: 1em;
  font-weight: bold;
}
#all #wrapper #section02 .recipe-pic {
  height: 174px;
  width: 252px;
  margin-left: auto;
  margin-right: auto;
  background: #ecca6d;
}
#section02 .inner.widthfix.cf .onepoint_box h5 {
  text-align: left;
  font-weight: bold;
  padding-top: 20px;
}
#section02 .inner.widthfix.cf .onepoint_box p {
  padding: 0 10px;
  margin: 0;
  text-align: left;
  font-size: 16px;
  line-height: 38px;
  background-image: url(./../../commons/img/line_lead.png);
  background-position: left -4px;
}
#section02_img02{
  display: none;
}

/* 未使用
.qanda {
  text-align: center;
  width: 1002px;
}
.qanda .question {
  clear: both;
  float: left;
}
.qanda .answer {
  float: right;
}
#all #wrapper #section03 {
  margin: 100px auto;
  text-align: left;
}
#all #wrapper #section03 .inner.widthfix.cf {
  padding: 0 5px;
}
dl.one-point {
  display: flex;
  background: #d0c86b6b;
  border-radius: 19px;
  margin: 10px;
  text-align: center;
  position: relative;
}
dl.one-point dt {
  padding: 19px;
  border-right: dotted 7px #fcfbf9;
  width: 30%;
  font-weight: bold;
  text-align: center;
  padding-top: 19px;
}
dl.one-point dd {
  vertical-align: middle;
  line-height: 140px;
}
dl.one-point dd.line2 {
  line-height: 2em;
  padding: 30px;
  text-align: left;
}
dl.one-point dd img {
  position: absolute;
  top: 28px;
  left: 73px;
  width: 18%;
}
.one-point02 {
  padding: 0 10px;
  margin: 0;
  text-align: left;
  font-size: 16px;
  line-height: 38px;
  background-image: url(../img/line_lead.png);
  background-position: left -4px;
}
*/

/* PC
---------------------------------------- */
@media only screen and (min-width: 551px) {
  /* PCでは非表示 */
  .pc-none {
    display: none;
  }
}

/* SP
---------------------------------------- */
@media only screen and (max-width: 550px) {
  /* SPは非表示 */
  .sp-none {
    display: none;
  }

  /* タイトル*/
  #all #wrapper section .inner.widthfix.cf h2 {
    text-align: center;
    margin-bottom: 10px;
  }
  /*
  #all #wrapper section .inner.widthfix.cf h2 img {
    height: 50px;
  }*/
  h3.ingredients_ttl {
    width: 100%;
  }

  /* 料理画像 */
  img.recipe-img {
    width: 90%;
    float: none;
  }

  /* テーブル */
  table.ingredients {
    width: 100%;
  }
  .ingredients tbody td {
    width: 50%;
  }

  /* ページタイトル */
  #all #pagettl p {
    padding: 32px 0 32px 10px;
    font-size: 20px;
    text-align: left;
    line-height: 12px;
  }
  #all #pagettl p.sub-ttl {
    transform: translate(0%);
    right: 0;
    line-height: 2em;
    font-size: 14px;
    top: 22px;
    padding: 32px 10px 32px 10px;
  }
  #all #pagettl p {
    padding: 32px 0 32px 10px;
    font-size: 20px;
    text-align: left;
    line-height: 12px;
  }
  #all #pagettl p.sub-ttl-img {
    transform: translate(0%);
    top: 40px;
    left: 2%;
    font-weight: normal;
    padding: 0px;
    width: 45%;
  }
  #pagettl p.ruby {
    font-size: 10px;
    line-height: 1;
    position: absolute;
    top: 93px;
    padding-left: 15px;
    z-index: 100;
  }

  /* section01 */
  #all #wrapper #section01 .inner.widthfix.cf {
    background-position: 30% top;
  }
  #all #wrapper #section01 .inner.widthfix.cf .lead {
  }
  #section01 h2.ttl span {
    margin-right: auto;
    margin-left: auto;
  }
  #all #wrapper #section01 .inner.widthfix.cf.kakomi_wh_mdl {
    width: 98%;
  }
  #all #wrapper #section01 h2.ttl {
    margin: 40px 3% 0;
  }
  #all #wrapper #section01 h2.ttl img {
    width: 100%;
  }
  #all #wrapper #section01 .inner.widthfix.cf .lead_top {
    position: relative;
    margin: 0 10px;
  }
  #all #wrapper #section01 .inner.widthfix.cf .lead_top p {
    float: none;
    width: 100%;
  }
  #all #wrapper #section01 .inner.widthfix.cf .lead_top img {
    float: none;
    margin-top: 20px;
    width: 50%;
  }

  /* section02 */
  #all #wrapper #section02 {
    margin: 20px auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  #all #wrapper #section02 h4 {
    display: block;
    padding-bottom: 20px;
  }

  /* 未使用
  dl.one-point {
    margin-bottom: 30px;
  }
  dl.one-point dt {
    padding: 20px;
    padding-top: 53px;
    line-height: 2em;
    width: 100%;
  }
  dl.one-point dd.line2 {
    padding: 20px;
  }
  dl.one-point dd img {
    top: 80px;
    left: -10px;
    width: 47%;
  }
  .qanda {
    text-align: left;
  }
  .qanda img.question {
    width: 150px;
    margin-left: 5px;
  }
  .qanda img.answer {
    margin-top: -30px;
    padding-bottom: 30px;
  }
  #all #wrapper section#section04 {
    padding-left: 5px;
    padding-right: 5px;
  }
  #all #wrapper #section02 .inner.widthfix.cf .kakomi_wh .kakomi_wh_mdl {
    text-align: center;
  }
  #all #wrapper #section02 .inner.widthfix.cf .kakomi_wh .kakomi_wh_mdl h3 {
    text-align: center;
    margin: 0 5% 10px;
  }
  #all #wrapper #section02 .inner.widthfix.cf .kakomi_wh .kakomi_wh_mdl ul {
    padding-bottom: 15px;
  }
  #all #wrapper #section02 .inner.widthfix.cf .kakomi_wh .kakomi_wh_mdl ul li {
    padding-right: 20px;
  }
  #all #wrapper #section02 .kakomi_wh_mdl .img02 {
    margin: 0 auto 0;
    width: 95%;
  }
  #all #wrapper #section03 .inner.widthfix.cf .text {
    position: relative;
    top: -10px;
    width: 95%;
  }
  .sec03_txt {
    position: relative;
    top: -20px;
    width: 98%;
  }
  #all #wrapper #section03 {
    margin: 20px auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  #all #wrapper #section04 h2.ttl img {
    margin-top: 0px;
    padding: 15px 8% 20px;
    width: 80%;
  }
  #section05 {
    width: 98%;
    margin: 50px auto 20px;
    border: 1px solid #9e7e54;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fbfae4;
    text-align: left;
    font-weight: bold;
    padding: 20px;
    font-size: 16px;
    box-sizing: border-box;
  }
  #section05 p#news img {
    display: block;
    margin: -80px auto 0px;
    width: 30%;
  }
  #section05 h3 {
    margin-bottom: 20px;
  }
  #section05 p {
    text-align: left;
  }
  #section05 .widthfix #m_link {
    display: block;
    float: right;
    margin-top: 12px;
  }
  .qanda ul .question {
    margin: 0;
    padding: 0;
  }
  .qanda ul .question {
    background: url(./img/fukidashi_q.png) no-repeat 10% top;
    text-align: left;
    margin-bottom: 10px;
    width: 95%;
    text-align: left;
    margin: 20px auto;
    padding-top: 70px;
  }
  .qanda ul .question p {
    border: 1px solid #9e7e54;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    text-align: left;
    font-weight: bold;
    padding: 20px;
    font-size: 16px;
  }
  .qanda ul .answer {
    padding-top: 70px;
    margin: 0 auto 30px;
    width: 95%;
    background: url(./img/fukidashi_a.png) no-repeat 90% top;
    text-align: left;
  }
  .qanda ul .answer p {
    border: 1px solid #9e7e54;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    text-align: left;
    padding: 20px;
    font-size: 16px;
  }
  .qanda ul .answer .kitty {
    position: absolute;
    margin-top: -59px;
  }

  #approval .approval_no_01 {
    background-size: contain;
  }
  */
}
