@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
.fvTitleSet em {
  color: #FF854F;
}

.refinedSearch {
  margin-bottom: 80px;
}
.refinedSearch ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .refinedSearch ul {
    margin: 20px 0;
  }
}
.refinedSearch ul li {
  width: 15%;
}
@media screen and (max-width: 767px) {
  .refinedSearch ul li {
    width: 48%;
    margin: 1%;
  }
}
.refinedSearch ul li label, .refinedSearch ul li a {
  border: 1px solid #ccc;
  padding: 8px 10px;
  display: block;
  font-size: 110%;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .refinedSearch ul li a:hover {
    border: 1px solid #FF854F;
    background: #FF854F;
    color: #FFF;
  }
}
.refinedSearch ul li a.selected {
  border: 1px solid #FF854F;
  background: #FF854F;
  color: #FFF;
}
.refinedSearch ul li input {
  display: none;
}
.refinedSearch ul li input:checked ~ label {
  border: 1px solid #FF854F;
  background: #FF854F;
  color: #FFF;
}
.refinedSearch .keyword {
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 10px 20px 7px;
  color: #FF854F;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.refinedSearch .keyword input {
  border: none;
  outline: none;
  margin-left: 10px;
  width: 21px;
  height: 21px;
}
.refinedSearch .keyword input.word {
  font-size: 120%;
  width: calc(100% - 140px);
}

.resultinfo {
  background: rgb(241, 241, 241);
  padding: 1em;
  margin-bottom: 1em;
}

.wrap {
  margin: 0 0 100px;
}
.wrap h3 {
  font-size: 180%;
  font-weight: 600;
  line-height: 1.4em;
  color: #333;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
  letter-spacing: 3px;
}
.wrap h3::before, .wrap h3::after {
  content: "";
  background: #ccc;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  height: 10px;
}
.wrap h3::before {
  margin-right: 20px;
}
.wrap h3::after {
  margin-left: 20px;
}
.wrap ul.block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrap ul.block li {
  position: relative;
  width: 20%;
  padding: 5px 5px 63px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .wrap ul.block li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .wrap ul.block li {
    width: 100%;
    padding: 15px;
  }
}
.wrap ul.block li .img img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .wrap ul.block li .img img:hover {
    opacity: 0.8;
  }
}
.wrap ul.block li h5 {
  font-weight: 600;
  color: #FF854F;
  margin-bottom: 5px;
}
.wrap ul.block li h4 {
  font-size: 120%;
  font-weight: 600;
  line-height: 1.4em;
  text-align: center;
  margin: 10px 0;
}
.wrap ul.block li .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wrap ul.block li .btn {
    position: relative;
  }
}
.wrap ul.block li .btn a {
  display: block;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 110%;
  font-weight: 600;
  text-align: center;
  color: #666;
  padding: 5px;
  margin: 15px 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .wrap ul.block li .btn a:hover {
    border: 1px solid #FF854F;
    background: #FF854F;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
.wrap .more a {
  display: block;
  border: 1px solid #eee;
  background: #eee;
  font-size: 110%;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  color: #666;
  padding: 8px;
  margin: 15px auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .wrap .more a:hover {
    border: 1px solid #ccc;
    background: #ccc;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
.wrap.new ul.block li {
  width: 25%;
  padding: 5px 5px 63px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .wrap.new ul.block li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .wrap.new ul.block li {
    width: 100%;
    padding: 15px;
  }
}
.detail .viewRecipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .detail .viewRecipe {
    display: block;
    margin: 20px 0;
  }
}
.detail .viewRecipe dt {
  color: #FF854F;
  font-weight: 600;
  margin-right: 10px;
  padding: 2px;
  width: 100px;
}
.detail .viewRecipe dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .detail .viewRecipe dd ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.detail .viewRecipe dd ul li {
  margin: 2px 3px;
}
@media screen and (max-width: 767px) {
  .detail .viewRecipe dd ul li {
    width: 48%;
    margin: 1%;
  }
}
.detail .viewRecipe dd ul li a {
  display: block;
  width: 120px;
  background: #FF854F;
  border: 1px solid #FF854F;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .detail .viewRecipe dd ul li a {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .detail .viewRecipe dd ul li a:hover {
    background: none;
    border: 1px solid #FF854F;
    color: #FF854F;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
.detail .recipeWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .detail .recipeWrap {
    display: block;
  }
}
.detail .recipeWrap .photo {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .detail .recipeWrap .photo {
    width: auto;
  }
}
.detail .recipeWrap .photo .img {
  width: 300px;
  height: 300px;
  border: 1px solid #666;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .detail .recipeWrap .photo .img {
    width: auto;
  }
}
.detail .recipeWrap .photo .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .detail .recipeWrap .photo .img img:hover {
    opacity: 0.8;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
.detail .recipeWrap .photo .shopbox_imgbox_s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  column-gap: 10px;
}
.detail .recipeWrap .photo .shopbox_imgbox_s a {
  display: block;
  margin: 2px;
  width: 25%;
}
.detail .recipeWrap .photo .shopbox_imgbox_s a img {
  width: 100%;
}
.detail .recipeWrap .viewFood {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .detail .recipeWrap .viewFood {
    margin: 20px 0 50px;
  }
}
.detail .recipeWrap .viewFood dt {
  color: #FF854F;
  font-weight: 600;
  margin-right: 10px;
  padding: 2px;
}
@media screen and (max-width: 767px) {
  .detail .recipeWrap .viewFood dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .detail .recipeWrap .viewFood dd ul li {
    width: 48%;
    margin: 1%;
  }
}
.detail .recipeWrap .viewFood dd ul li a {
  display: block;
  width: 200px;
  padding: 5px 10px;
  margin: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #999;
  border-radius: 20px;
  text-align: center;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .detail .recipeWrap .viewFood dd ul li a {
    width: auto;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .detail .recipeWrap .viewFood dd ul li a:hover {
    background: #FF854F;
    border: 1px solid #FF854F;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
.detail .recipeWrap .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 54px;
}
@media screen and (max-width: 767px) {
  .detail .recipeWrap .info {
    width: auto;
    padding-left: 0;
  }
}
.detail .recipeWrap .info h2 {
  color: #FF854F;
  font-size: 200%;
  font-weight: 600;
  line-height: 1.5em;
}
.detail .recipeWrap .info h2 em {
  background: #FF854F;
  color: #fff;
  font-size: 60%;
  font-style: normal;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  display: inline-block;
  text-align: center;
  font-family: "Antonio", sans-serif;
  line-height: 1.2em;
  padding: 8px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: -5px;
  margin-left: 10px;
}
.detail .recipeWrap .material {
  margin: 25px 0;
  font-size: 110%;
}
@media screen and (max-width: 767px) {
  .detail .recipeWrap .material {
    margin: 10px 0;
    padding: 0 20px;
    border: 1px solid #ccc;
  }
}
.detail .recipeWrap .material h3 {
  text-decoration: underline;
  font-weight: 600;
  margin: 25px 0;
}
.detail .recipeWrap .material ul {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  margin: 0 20px 25px 0;
}
@media screen and (max-width: 767px) {
  .detail .recipeWrap .material ul {
    width: auto;
    margin: 0 0 20px 0;
  }
}
.detail .recipeWrap .material ul li {
  margin: 0 0 3px;
  min-height: 1em;
  /*height: 1.4em;*/
}
.detail .recipeWrap .making {
  margin: 25px 0;
  font-size: 110%;
}
@media screen and (max-width: 767px) {
  .detail .recipeWrap .making {
    margin: 10px 0;
    padding: 0 20px;
    border: 1px solid #ccc;
  }
}
.detail .recipeWrap .making h3 {
  text-decoration: underline;
  font-weight: 600;
  margin: 25px 0;
}
.detail .recipeWrap .making ol {
  counter-reset: count;
  margin-left: 35px;
}
.detail .recipeWrap .making ol li {
  position: relative;
  margin: 25px 0;
}
.detail .recipeWrap .making ol li::before {
  list-style: decimal;
  counter-increment: count;
  content: counter(count);
  background: #FF854F;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: -35px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 1px 0 0 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.detail .recipeWrap .making .makingbox {
  position: relative;
  margin: 25px 0;
  margin-left: 35px;
  counter-reset: count;
  line-height: 1.7;
  word-break: break-all;
}
.detail .recipeWrap .making .makingbox .counter::before {
  list-style: decimal;
  counter-increment: count;
  content: counter(count);
  background: #FF854F;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: -35px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 1px 0 0 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.3;
}

/* ADD CSS 2024.10.21 */
/* ---------------------
   .page-recipe
-----------------------*/
.page-recipe .fvTitleSet em {
  font-family: 'Antonio', sans-serif;
  font-size: 2.4rem;
  font-weight: 200;
  font-style: normal;
  line-height: 1em;
  color: #FF854F;
  background: url(../../../module/img/icon_melon.gif) no-repeat left 15px;
  padding-left: 30px;
}
.page-recipe .fvTitleSet .lead {
  padding: 20px 0;
  font-size: 110%;
  line-height: 1.6em;
  color: #333;
  background: none;
}
