
/***********
header
************/

.recipeHeader {
  margin-top: 60px;
  position: relative;
}
.recipeHeader-slider {
  position: relative;
}
.recipeHeader-slider li {
  position: relative;
}
.recipeHeader-slider li a {
  display: block;
  text-decoration: none;
}

.recipeHeader-slider-block {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
  background-color: rgba(19, 27, 41, 0.7);
  padding: 20px 40px;
  display: flex;
  align-items: center;
}
.recipeHeader-slider-cat {
  display: flex;
}
.recipeHeader-slider-block span {
  display: inline-block;
  margin-right: 5px;
  background-color: #fff;
  color: #939494;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: bold;
  font-feature-settings: "palt";
  text-align: center;
  min-width: 8em;
  padding: 0.2em 1em;
  text-align: center;
}
.recipeHeader-slider-block span.is-guide {
  background-color: #939494;
  color: #fff;
}
.recipeHeader-slider-block span i{
  font-style: normal;
  display: inline-block;
}
.recipeHeader-slider-block span i:not(:last-child)::after{
  content: "・"
}
.recipeHeader-slider-inner {
  padding-left: 2em;
}
.recipeHeader-slider-text {
  font-size: 154%;
  color: #fff;
  font-feature-settings: "pkna";
  letter-spacing: 0.05em;
}


/*
slick
*/


/* ロード後に処理 */
.recipeHeader-slider{
  opacity: 0;
  transition: 0.1s;
}
.recipeHeader-slider.slick-initialized{
  opacity: 1;
}

.recipeHeader .slick-slide li {
  vertical-align: bottom;
}


.recipeHeader .slick-next,
.recipeHeader .slick-prev{
  display: block;
  position: absolute;
  top: 50%;
  z-index: 99;
}
.recipeHeader .slick-next{
  right: -25px;
}
.recipeHeader .slick-prev{
  left: -25px;
}
.recipeHeader .slick-next span,
.recipeHeader .slick-prev span{
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: -40px;
  border-radius: 50%;
  background-color: rgba(19, 27, 41, 0.7);
  position: relative;
  cursor: pointer;
  opacity: 0.7;
}

.recipeHeader .slick-next span::before,
.recipeHeader .slick-prev span::before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
}
.recipeHeader .slick-next span::before{
  transform: rotate(45deg);
  margin-left: -5px;
}
.recipeHeader .slick-prev span::before{
  transform: rotate(-135deg);
  margin-left: -5px;
}


@media screen and (max-width:834px) {

  .recipeHeader {
    margin-top: 40px;
  }

  .recipeHeader-slider-img img {
    width: 100%;
    height: 50vmin;
    object-fit: cover;
  }
  .recipeHeader-slider-block {
    padding: 10px 8px;
    align-items: flex-start;
  }
  .recipeHeader-slider-cat {
  }
  .recipeHeader-slider-block span {
    margin-right: 2px;
    min-width: 4em;
    font-size: 77%;
    padding: 0.1em 0.5em;
  }
  .recipeHeader-slider-inner {
    padding-left: 1em;
  }
  .recipeHeader-slider-text {
    font-size: 93%;
    letter-spacing: 0;
    line-height: 1.3;
  }


  .recipeHeader .slick-next,
  .recipeHeader .slick-prev{
    transform: scale(0.6);
  }


}


/***********
recipeRefile
************/

.recipeRefile{
  background-color: #e0dfdb;
  padding: 50px;
  margin-top: 20px;
}

.recipeRefile-search {
  padding: 0 50px 30px;
  background-color: #e0dfdb;
}

.recipeRefile-data {
  display: flex;
}
.recipeRefile-data dt {
  white-space: nowrap;
  padding-right: 4em;
  padding-top: 0.5em;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 108%;
}

.recipeRefile-data dd {
  display: flex;
}

.recipeRefile-data-list {
  display: flex;
}
.recipeRefile-data-list:not(:last-child) {
  padding-right: 30px;
}
.recipeRefile-data-list li {
  padding: 0 10px 10px 0;
}

.recipeRefile-data-list li {
}
.recipeRefile-data-list li input {
  display: none;
}
.checkbox-label {
  display: block;
  padding: 0.5em 1em;
  background-color: #fff;
  font-size: 124%;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: bold;
  color: #939494;
  background-color: #fff;
  border-radius: 10px;
  min-width: 8em;
  text-align: center;
  cursor: pointer;
}
.recipeRefile-data-list li input:checked + .checkbox-label {
  background-color: #8c624c;
  color: #fff;
}
.recipeRefile-data-list li.is-guide input:checked + .checkbox-label {
  background-color: #b29584;
  color: #fff;
}


.recipeRefile-block {
  background-color: #fff;
  padding: 40px 25px;
  position: relative;
}
.recipeRefile-title {
  color: #8c624c;
  font-weight: bold;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 170%;
  text-align: center;
  padding-bottom: 0.8em;
}
.recipeRefile-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
/* Add 2025-3-25 */
.recipeRefile-icons.appisns {
  justify-content: left;
}
.recipeRefile-block li {
  white-space: nowrap;
  margin: 2px 5px;
  font-size: 116%;
  background-color: #e0dfdb;
  color: #8c624c;
  font-weight: normal;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  padding: 0.4em 1em;
}

.recipeRefile-link{
  position: absolute;
  right: 20px;
  top: 20px;
}

@media screen and (max-width:834px) {

  .recipeRefile{
    padding: 10px;
    margin-top: 10px;
  }

  .recipeRefile-search {
    padding: 20px 20px 10px;
    margin-bottom: -30px;
  }

  .recipeRefile-data {
    display: block;
  }
  .recipeRefile-data dt {
    padding-right: 0;
    padding-top: 0;
    font-size: 100%;
    padding-bottom: 0.5em;
  }

  .recipeRefile-data dd {
    display: block;
  }

  .recipeRefile-data-list {
    display: flex;
  }
  .recipeRefile-data-list:not(:last-child) {
    padding-right: 0px;
  }
  .recipeRefile-data-list li {
    padding: 0 5px 5px 0;
    font-size: 85%;
  }

  .checkbox-label {
    display: block;
    padding: 0.5em 1em;
    font-size: 100%;
    font-feature-settings: "palt";
    min-width: 7em;
  }


  .recipeRefile-block {
    padding: 25px 20px;
  }
  .recipeRefile-title {
    font-size: 108%;
  }
  .recipeRefile-icons {
  }
  .recipeRefile-block li {
    margin: 2px 2px;
    font-size: 93%;
    padding: 0.2em 0.8em;
  }


  .recipeRefile-link{
    position: static;
    text-align: right;
    padding-top: 20px;
  }

}

/* Add 2025-3-25 */
.recipeRefile-title.appisns-title{
  text-align: left;
}


/***********
xxxx
************/

/***********
xxxx
************/

/***********
xxxx
************/

/***********
xxxx
************/

/***********
xxxx
************/

/***********
xxxx
************/

/***********
xxxx
************/
