@charset "utf-8";

/* CSS Document */
#wrapper #section02 .inner table {
  width: 60%;
}

#wrapper #section02 .inner table th {
  display: block;
}

#section02 .inner .potohu_txt {
  width: 500px;
}

#wrapper #section02 .potohu_img {
  margin-bottom: 30px;
}

#wrapper #section02 .ingredients_ttl {
  margin-top: 120px;
}

#wrapper #section02 .inner .potohu_img img:nth-of-type(2) {
  display: none;
}

.img_note p {
  margin-top: -570px;
}

.sp_note p {
  display: none;
}

/* PC */
/*@media only screen and (min-width: 551px) {*/
#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%);
}

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

#pagettl p.sub-ttl-img {
  position: absolute;
  top: -46px;
  left: 50%;
  font-weight: normal;
  transform: translate(-200%);
}

/*���r*/
#pagettl p.ruby {
  font-size: 10px;
  line-height: 1.0;
  position: relative;
  margin-top: -85px;
  padding-left: 12px;
  z-index: 100;
}

.pc-none {
  display: none;
}

#all #wrapper #section01 {
  background-size: cover;
  background-position: center top;
}

#all #wrapper #section01 .inner.widthfix.cf {
  width: 997px;
  margin: 0 auto;
}

#all #wrapper #section01 .inner.widthfix.cf .lead_top {
  margin-top: 10px;
}

#all #wrapper #section02 .inner.widthfix.cf .kakomi_wh h3.left {
  width: 540px;
  float: left;
}

#all #wrapper #section01 .inner.widthfix.cf .lead_top {
  background: none;
}

#all #wrapper #section01 .inner.widthfix.cf .lead_top p {
  width: 65%;
}

#all #wrapper #section01 .inner.widthfix.cf .lead_top img {
  width: 27%;
  margin-top: 55px;
}

#all #wrapper #section01 h2.ttl {
  padding: 30px 0;
}

#all #wrapper #section02 {
  margin: 20px auto;
  text-align: left;
}

#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 .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;
}

#all #wrapper #section01 span.em {
  color: #ee6041;
}

h3.ingredients_ttl {
  width: 50%;
}

dl.one-point dd img {
  position: absolute;
  top: 28px;
  left: 73px;
  width: 18%;
}

img.recipe-img {
  border: 15px solid #fff;
  box-shadow: 5px 4px 4px rgba(89, 89, 89, 0.4);
  width: 40%;
}

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-bottom: 111px;
  padding-top: 19px;
}

dl.one-point dd {
  vertical-align: middle;
  line-height: 140px;
  padding-left: 36px;
}

dl.one-point dd.line2 {
  line-height: 2em;
  padding-top: 50px;
  text-align: left;
}

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

.ingredients tbody {
  text-align: right;
}

.ingredients tbody tr {
  border-bottom: 1px dotted #949494;
  line-height: 34px;
}

.ingredients tbody td {
  width: auto;
}

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

/* SP */
@media only screen and (max-width: 550px) {
  #all #wrapper #section01 .inner.widthfix.cf {
    background-position: 30% top;
  }

  #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%;
  }

  #all #wrapper #section01 .inner.widthfix.cf .lead {}

  dl.one-point {
    margin-bottom: 30px;
  }

  dl.one-point dt {
    padding: 20px;
    padding-top: 53px;
    line-height: 2em;
    width: 100%;
  }

  #section01 h2.ttl span {
    margin-right: auto;
    margin-left: auto;
  }

  #all #wrapper #section01 .inner.widthfix.cf.kakomi_wh_mdl {
    width: 98%;
  }

  dl.one-point dd.line2 {
    padding: 20px;
  }

  dl.one-point dd img {
    top: 80px;
    left: -10px;
    width: 47%;
  }

  #all #wrapper #section02 {
    margin: 20px auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  /*���r*/
  #pagettl p.ruby {
    font-size: 10px;
    line-height: 1.0;
    position: absolute;
    top: 93px;
    padding-left: 15px;
    z-index: 100;
  }

  .sp-none {
    display: none;
  }

  .qanda {
    text-align: left;
  }

  #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%;
  }

  h3.ingredients_ttl {
    width: 100%;
  }

  table.ingredients {
    width: 100%;
  }

  #all #wrapper section .inner.widthfix.cf h2 {
    text-align: center;
    margin-bottom: 10px;
  }

  #all #wrapper #section01 .inner.widthfix.cf .lead_top img {
    float: none;
    margin-top: 20px;
    width: 50%;
  }

  #all #wrapper #section02 .kakomi_wh_mdl .img02 {
    margin: 0 auto 0;
    width: 95%;
  }

  img.recipe-img {
    width: 90%;
    float: none;
  }

  #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 li {
    padding-right: 20px;
  }

  #all #wrapper #section02 .inner.widthfix.cf .kakomi_wh .kakomi_wh_mdl ul {
    padding-bottom: 15px;
  }

  .sec03_txt {
    position: relative;
    top: -20px;
    width: 98%;
  }

  #all #wrapper #section04 h2.ttl img {
    margin-top: 0px;
    padding: 15px 8% 20px;
    width: 80%;
  }

  .ingredients tbody td {
    width: 80%;
  }

  #wrapper #section02 .inner table {
    width: 100%;
  }

  #wrapper #section02 .inner table span {
    text-align: left;
    display: block;
    text-indent: 1.0;
  }

  #wrapper #section02 .inner .potohu_txt {
    margin-top: 30px;
    width: 100%;
  }

  #wrapper #section02 .ingredients_ttl {
    margin-top: 30px;
  }

  #wrapper #section02 .inner .potohu_img img:nth-of-type(1) {
    display: none;
  }

  #all #wrapper section .inner .potohu_img img:nth-of-type(2) {
    text-align: center;
    display: inline-block;
    height: none;
  }

  .img_note p {
    display: none;
  }

  .sp_note p {
    display: block;
    padding-top: 5px;
  }
}
