@charset "UTF-8";
/*  include
---------------------------------------------------------- */
/**************************************

cmn

**************************************/
@media screen and (max-width: 760px) {
  h2,
  h3,
  h4,
  h5 {
    font-weight: 400;
  }
}

.notice {
  font-size: 14px;
}

.arrow {
  z-index: 1000;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 23px;
  height: 4px;
  margin: auto;
}

.arrow span {
  display: block;
  position: relative;
}

.arrow span::before {
  z-index: 1000;
  position: absolute;
  top: 3px;
  left: 0;
  width: 23px;
  height: 1px;
  background: #C7C7C7;
  content: "";
}

.arrow span::after {
  position: absolute;
  top: 1px;
  right: 0;
  width: 8px;
  height: 3px;
  margin: auto;
  transform: rotate(28deg);
  border-top: 1px solid #C7C7C7;
  content: "";
}

.article_h2 {
  background-color: #5C5C5C;
}

.article_h2 h2 span::before {
  background-image: url(../img/cmn/h2_icon01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.main_recipe .article_h2 {
  background-color: #ea9620;
}

.main_products .article_h2 {
  background-color: #05988a;
}

.main_products .article_h2 h2 span::before {
  background-image: url(../img/cmn/h2_icon02.png);
}

.main_facts .article_h2 {
  background-color: #5e97d8;
}

.main_facts .article_h2 h2 span::before {
  background-image: url(../img/cmn/h2_icon04.png);
}

.h4_tit {
  margin-bottom: 30px;
  font-size: 37px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .h4_tit {
    margin-bottom: 6%;
    font-size: 6vw;
    padding: 0 4vw;
  }
}

.tbl_area .tbl {
  display: flex;
  flex-wrap: wrap;
  width: 1080px;
  margin: 0 auto;
  border-top: none;
  border-bottom: 1px solid #8e8e8e;
}

.tbl_area dt {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 48%;
  padding: 10px 24px;
  border-top: 1px solid #8e8e8e;
  background-color: #ECECEC;
  text-align: center;
}

.tbl_area dd {
  box-sizing: border-box;
  width: 52%;
  margin: 0;
  padding: 10px 24px;
  border-top: 1px solid #8e8e8e;
  background: #fff;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .tbl_area .tbl {
    display: block;
    flex-wrap: inherit;
    width: 100%;
    border-bottom: none;
  }
  .tbl_area dt {
    display: block;
    align-items: inherit;
    width: 100%;
    padding: 4px 12px;
    border-top: none;
    text-align: left;
  }
  .tbl_area dt span {
    font-size: 11px;
  }
  .tbl_area dd {
    width: 100%;
    padding: 4px 12px;
    border-top: none;
  }
}



/* ----------------------------------------------------------

detail

---------------------------------------------------------- */
.detail-container {
  padding: 42px;
  border: 1px solid #8e8e8e;
}

.detail-container img {
  width: 100%;
}

.detail-container .basic-detail-box .photo {
  width: 496px;
  float: right;
}

.detail-container .basic-detail-box .photo .print-btn {
  width: 166px;
  margin: 18px auto;
  padding: 10px 0 15px;
  border-radius: 20px;
  background: #5C5C5C;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.detail-container .basic-detail-box .basic-detail {
  margin-left: 64px;
  float: left;
}

.detail-container .basic-detail-box .basic-detail .title {
  font-size: 42px;
}

/* ----------------------------------------------------------

recipe-footer

---------------------------------------------------------- */
.recipe-footer {
  padding: 65px 0 80px;
  background: #f3f3f3;
  text-align: center;
  text-transform: capitalize;
}

.recipe-footer .inner {
  width: 1100px;
  margin: 0 auto;
}

.recipe-footer .inner .ft-title {
  font-size: 39px;
}

.recipe-footer .inner .btn-list-box {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 30px auto 0;
}

.recipe-footer .inner .btn-list-box .links {
  display: block;
  position: relative;
  width: 348px;
  padding: 24px 0;
  border: 1px solid #8e8e8e;
  border-radius: 39px;
  background: #fff;
  text-align: center;
  transition: all .4s ease;
}

.recipe-footer .inner .btn-list-box li:hover .arrow {
  transform: translateX(10px);
  transition: all .4s ease;
}

.recipe-footer .inner .btn-list-box li:hover .links {
  background: #8e8e8e;
  color: #fff;
}

.recipe-footer .inner .btn-list-box li:hover .links .arrow::before {
  background: #fff;
}

.recipe-footer .inner .btn-list-box li:hover .links .arrow::after {
  border-color: #fff;
}

.recipe-footer .inner .btn-list-box li.current .links {
  background: #fff;
  color: inherit;
  opacity: 0.6;
  pointer-events: none;
}

.recipe-footer .inner .btn-list-box li.current .links .arrow::before {
  background: #8e8e8e;
}

.recipe-footer .inner .btn-list-box li.current .links .arrow::after {
  border-color: #8e8e8e;
}

@media screen and (max-width: 760px) {
  .recipe-footer {
    padding: 9% 0 10%;
  }
  .recipe-footer .inner {
    width: auto;
  }
  .recipe-footer .inner .ft-title {
    font-size: 8.5vw;
  }
  .recipe-footer .inner .btn-list-box {
    display: block;
    justify-content: inherit;
    width: auto;
    margin: 6% auto 22%;
  }
  .recipe-footer .inner .btn-list-box li {
    width: 90%;
    margin: 0 auto 16px;
  }
  .recipe-footer .inner .btn-list-box .links {
    width: auto;
    padding: 16px 0;
  }
}

/**************************************

recipe

**************************************/
.main_recipe {
  padding-bottom: 80px;
}

@media screen and (max-width: 760px) {
  .main_recipe {
    padding-bottom: 14%;
  }
}

.main_recipe .detail-container {
  width: 1100px;
  margin: 50px auto 0;
  padding: 0;
  border: none;
}

.main_recipe .detail-container .inner {
  padding: 70px 76px;
  background-color: #f6f3e7;
}

@media screen and (max-width: 760px) {
  .main_recipe .detail-container {
    width: auto;
    margin-top: 10%;
  }
  .main_recipe .detail-container .inner {
    padding: 4% 4% 10%;
  }
}

.main_recipe .section {
  margin-top: 40px;
}

.main_recipe .section h5 {
  position: relative;
  margin-bottom: 16px;
  padding-left: 44px;
  color: #ea9620;
  font-size: 24px;
}

.main_recipe .section h5::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  background-image: url(../recipes/img/icon/icon_time.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
}

.main_recipe .section .box {
  padding: 20px 30px;
  background-color: #fff;
}

@media screen and (max-width: 760px) {
  .main_recipe .section h5 {
    margin-bottom: 18px;
    padding-left: 34px;
    font-size: 5.5vw;
  }
  .main_recipe .section h5::before {
    width: 24px;
    height: 24px;
  }
  .main_recipe .section .box {
    padding: 6% 4%;
  }
}

.main_recipe .section01 {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
}

.main_recipe .section01 h5 {
  margin-bottom: 10px;
}

.main_recipe .section01 .ph {
  width: 618px;
}

.main_recipe .section01 .box {
  padding: 10px 16px;
}
.main_recipe .section01 .box .note {
  font-size: 15px;
  color: #5c5c5c;
  line-height: 1.2;
  margin-top: 3px;
}
.main_recipe .section01 .unit_info {
  width: 273px;
}

.main_recipe .section01 .unit.calories {
  margin-top: 30px;
}

.main_recipe .section01 .unit.calories h5::before {
  background-image: url(../recipes/img/icon/icon_calories.png);
}

.main_recipe .section01 .print {
  width: 274px;
  height: 50px;
  margin: 60px auto 0;
  border-radius: 200px;
  background-color: #5C5C5C;
  line-height: 50px;
  text-align: center;
}

.main_recipe .section01 .print a {
  position: relative;
  padding-left: 34px;
  color: #fff;
}

.main_recipe .section01 .print a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 20px;
  margin: auto;
  background-image: url(../recipes/img/icon/icon_print.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: "";
}

@media screen and (max-width: 760px) {
  .main_recipe .section01 {
    display: block;
    justify-content: inherit;
  }
  .main_recipe .section01 .box .note {
    font-size: 3.6vw;
  }
  .main_recipe .section01 .ph {
    width: auto;
  }
  .main_recipe .section01 .unit_info {
    width: auto;
    margin-top: 8%;
  }
  .main_recipe .section01 .print {
    display: none;
    margin-top: 8%;
  }
}

.main_recipe .section02 h5::before {
  background-image: url(../recipes/img/icon/icon_ingredients.png);
}

.main_recipe .section02 .box {

}
@media screen and (min-width: 761px) {
.main_recipe .section02 .box02 {
  flex-wrap: wrap;
  gap: 15px;
}
.main_recipe .section02 .box .list03 {
  width: 40%;
}
}

.main_recipe .section02 .box .list {
  /* margin-right: 20px; */
}

@media screen and (min-width: 761px) {
  .main_recipe .section02 .box .list02 {
    margin-left: 40px;
  }
}

.main_recipe .section02 .box li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #C7C7C7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.main_recipe .section02 .box li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.main_recipe .section02 .box li .name {
  width: 58%;
}
.main_recipe .section02 .box li .gram {
  width: 40%;
}
.main_recipe .section02 .box .about_txt {
  font-size: 15px;
  color: #5c5c5c;
  line-height: 1.4;
  margin-top: 15px;
}

.main_recipe .section02 .tit {
  margin-bottom: 6px;
  color: #ea9620;
}

@media screen and (max-width: 760px) {
  .main_recipe .section02 .box {
    display: block;
  }
  .main_recipe .section02 .box .list {
    margin-right: 0;
  }
  /* .main_recipe .section02 .list:first-child {
    margin-bottom: 4%;
  } */
  .main_recipe .section02 .box .about_txt {
    font-size: 3.6vw;
  }
}

.main_recipe .section03 h5::before {
  background-image: url(../recipes/img/icon/icon_directions.png);
}
.main_recipe .section03 .preparation.box {
  padding-bottom: 0;
}
.main_recipe .section03 .about_txt.box {
  padding-top: 15px;
  font-size: 15px;
  color: #5c5c5c;
  line-height: 1.4;
}
.main_recipe .section03 .preparation dt {
  font-size: 18px;
  margin-bottom: 6px;
  color: #ea9620;
  font-weight: 500;
}
.main_recipe .section03 .preparation dd {
  display: flex;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px dashed #C7C7C7;
}
.main_recipe .section03 .preparation dd .txt {
  width: calc(100% - 300px);
}
.main_recipe .section03 .preparation dd .ph {
  width: 280px;
}
.main_recipe .section03 .preparation dd.no_image .txt {
  width: 100%;
}

.main_recipe .section03 .box {
  padding: 30px;
  counter-reset: number 0;
}

.main_recipe .section03 .box li {
  position: relative;
  margin-top: 22px;
  padding-top: 22px;
  padding-left: 42px;
  border-top: 1px dashed #C7C7C7;
  display: flex;
  justify-content: space-between;
}
.main_recipe .section03 .box li .txt {
  width: calc(100% - 300px);
}
.main_recipe .section03 .box li .ph {
  width: 280px;
}
.main_recipe .section03 .box li.no_image .txt {
  width: 100%;
}

.main_recipe .section03 .box li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 28px;
  margin-top: 20px;
  border-radius: 50%;
  background-color: #ea9620;
  color: #fff;
  font-weight: bold;
  text-align: center;
  content: counter(number);
  counter-increment: number 1;
}

.main_recipe .section03 .box li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.main_recipe .section03 .box li:first-child::before {
  margin: 0;
}

@media screen and (max-width: 760px) {
  .main_recipe .section03 .box {
    padding: 6%;
  }
  .main_recipe .section03 .preparation dd {
    gap: 3vw;
    flex-wrap: wrap;
  }
  .main_recipe .section03 .preparation dd .txt {
    width: 100%;
  }
  .main_recipe .section03 .preparation dd .ph {
    width: 100%;
  }
  .main_recipe .section03 .box li {
    padding-left: 34px;
  }
  .main_recipe .section03 .box li::before {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .main_recipe .section03 .box li:first-child {
    margin-top: 0;
  }
  .main_recipe .section03 .box li {
    gap: 3vw;
    flex-wrap: wrap;
  }
  .main_recipe .section03 .box li .txt {
    width: 100%;
  }
  .main_recipe .section03 .box li .ph {
    width: 100%;
  }
  .main_recipe .section03 .about_txt.box {
    font-size: 3.6vw;
    padding-top: 2%;
  }
}

.main_recipe .section04 h5::before {
  background-image: url(../recipes/img/icon/icon_tips.png);
}
.main_recipe .section04 .box {
  display: flex;
  justify-content: space-between;
}
.main_recipe .section04 .box .txt_box {
  width: calc(100% - 220px);
  padding-bottom: 70px;
  position: relative;
}
.main_recipe .section04 .box .ph {
  width: 200px;
}
.main_recipe .section04 .box.no_image .txt_box {
  width: 100%;
}
.main_recipe .section04 .box .txt_box .tit {
  font-size: 20px;
  margin-bottom: 6px;
  color: #ea9620;
  font-weight: 500;
}
.main_recipe .section04 .box .txt_box .link {
  margin: 15px 0 0;
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 5px;
}
.main_recipe .section04 .box .txt_box .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e3971c;
  border-radius: 50px;
  color: #e3971c;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  padding: 0 30px;
  position: relative;
  transition: .5s;
  width: 100%;
  min-width: 274px;
  cursor: pointer;
}
.main_recipe .section04 .box .txt_box .link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: #e3971c;
  transform-origin: top;
  transform: rotate(45deg) translateY(-50%) skew(-5deg, -5deg);
  border-radius: 1px;
}
.main_recipe .section04 .box .txt_box .link a:hover {
  background: #e3971c;
  color: #fff;
}
.main_recipe .section04 .box .txt_box .link a:hover::after {
  border-color: #fff;
}

@media screen and (max-width: 760px) {
  .main_recipe .section04 .box {
    flex-wrap: wrap;
    gap: 2vw;
    padding: 6%;
  }
  .main_recipe .section04 .box .txt_box {
    width: 100%;
    padding-bottom: 0;
  }
  .main_recipe .section04 .box .ph {
    width: 60%;
    margin: 0 auto;
  }
  .main_recipe .section04 .box .txt_box .link {
    position: relative;
    margin-top: 7%;
  }
  .main_recipe .section04 .box .txt_box .link a {
    width: 85%;
    min-width: auto;
    height: 45px;
    margin: 0 auto;
  }
}

.main_recipe .section05 {
  margin-top: 30px;
  text-align: right;
  font-size: 15px;
  color: #5c5c5c;
}
@media screen and (max-width: 760px) {
  .main_recipe .section05 {
    margin-top: 4vw;
    font-size: 3.6vw;
  }
}
.main_recipe .unit_btn {
  margin-top: 50px;
  text-align: center;
}

.main_recipe .unit_btn li {
  display: inline-block;
  width: 294px;
  height: 47px;
  margin: 0 10px;
  background-color: #5C5C5C;
  line-height: 47px;
  vertical-align: top;
}

.main_recipe .unit_btn li a {
  display: block;
  position: relative;
  color: #fff;
}

.main_recipe .unit_btn li a .arrow span　::before {
  background: #fff;
}

.main_recipe .unit_btn li a .arrow span　::after {
  border-top: 1px solid #fff;
}

.main_recipe .unit_btn .prev .arrow {
  right: inherit;
  left: 10px;
}

.main_recipe .unit_btn .prev .arrow span::after {
  right: inherit;
  left: 0;
  transform: rotate(-22deg);
}

@media screen and (max-width: 760px) {
  .main_recipe .unit_btn {
    margin-top: 12%;
  }
  .main_recipe .unit_btn li {
    display: block;
    width: 80%;
    margin: 10px auto;
  }
}

/**************************************

products

**************************************/
.main_products .detail-container {
  width: 1100px;
  margin: 90px auto 0;
  padding: 0;
  border: none;
}

@media screen and (max-width: 760px) {
  .main_products .detail-container {
    width: auto;
    margin: 10% auto 0;
    padding: 0 4%;
    font-weight: 400;
  }
}

.main_products .main_tit {
  position: relative;
  height: 303px;
  margin: 0 auto 100px;
  padding: 22px 44px;
  background-color: #F3EFDF;
}

.main_products .main_tit h3 {
  font-size: 48px;
}

.main_products .main_tit .ph {
  z-index: 1000;
  position: absolute;
  top: 0;
  right: 0;
  width: 575px;
}

@media screen and (max-width: 760px) {
  .main_products .main_tit {
    height: 0;
    margin: 0 auto 14%;
    padding: 59% 6% 27%;
  }
  .main_products .main_tit h3 {
    font-size: 8vw;
  }
  .main_products .main_tit .ph {
    width: 100%;
  }
}

.main_products .tit_wrap {
  margin-bottom: 54px;
}

.main_products .tit_wrap h4 {
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #05988a;
  font-size: 44px;
}

@media screen and (max-width: 760px) {
  .main_products .tit_wrap {
    margin-bottom: 10%;
  }
  .main_products .tit_wrap h4 {
    margin-bottom: 14px;
    padding-bottom: 16px;
    font-size: 6vw;
  }
}

.main_products .list-wrapper {
  margin-bottom: 130px;
}

.main_products .list-wrapper .unit_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 26px 60px 36px 90px;
  border: 1px solid #8e8e8e;
}

.main_products .list-wrapper .unit_item .ph {
  width: 20%;
  border-radius: 24px;
}

.main_products .list-wrapper .unit_item .unit_info {
  width: calc(100% - 200px);
}

.main_products .list-wrapper .unit_item .unit_info .tit {
  margin-bottom: 12px;
  font-size: 32px;
}

.main_products .list-wrapper .unit_item .tbl_area .tbl {
  width: 100%;
}

@media screen and (max-width: 760px) {
  .main_products .list-wrapper {
    margin-bottom: 18%;
  }
  .main_products .list-wrapper .unit_item {
    align-items: baseline;
    margin-bottom: 6%;
    padding: 6% 5%;
  }
  .main_products .list-wrapper .unit_item .ph {
    width: 100%;
  }
  .main_products .list-wrapper .unit_item .unit_info {
    width: 100%;
  }
  .main_products .list-wrapper .unit_item .unit_info .tit {
    margin-bottom: 10px;
    font-size: 5.5vw;
  }
  .main_products .list-wrapper .unit_item .tbl_area .tbl {
    width: 100%;
  }
}

/**************************************

products index

**************************************/
.main_products.index .container {
  margin-bottom: 120px;
  padding-top: 140px;
  background: url(../products/img/bg.jpg) no-repeat center top;
  background-size: cover;
}

.main_products.index .container .index_btn {
  width: 1100px;
  height: 303px;
  margin: 0 auto 67px;
  background: #f3efdf;
}

.main_products.index .container .index_btn .ph {
  width: 575px;
  float: right;
}

.main_products.index .container .index_btn .txt_area {
  position: relative;
  width: 525px;
  height: 303px;
  padding: 50px 50px 20px;
  float: left;
}

.main_products.index .container .index_btn .txt_area .tit {
  font-size: 48px;
  line-height: 1.2;
}

.main_products.index .container .index_btn .txt_area .more {
  position: absolute;
  right: 50px;
  bottom: 20px;
  width: 166px;
  height: 41px;
  border: 1px solid #939393;
  border-radius: 20px;
  font-size: 13px;
  line-height: 39px;
  text-align: center;
}

.main_products.index .container .index_btn .txt_area .more span {
  display: inline-block;
  position: relative;
  top: -8%;
  right: -20px;
  width: 23px;
  height: 4px;
  margin: auto;
}

.main_products.index .container .index_btn .txt_area .more span::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 23px;
  height: 1px;
  background: #939393;
  content: "";
}

.main_products.index .container .index_btn .txt_area .more span::after {
  position: absolute;
  top: 1px;
  right: 0;
  width: 8px;
  height: 3px;
  margin: auto;
  transform: rotate(28deg);
  border-top: 1px solid #939393;
  content: "";
}

.main_products.index .container .index_btn:hover .txt_area .more {
  background: transparent;
  color: inherit;
}

.main_products.index .container .index_btn:hover .txt_area .more span {
  right: -30px;
  transition: all 300ms;
}

.main_products.index .container .index_btn.last .ph {
  float: left;
}

.main_products.index .container .index_btn.last .txt_area {
  float: right;
}

@media screen and (max-width: 760px) {
  .main_products.index .article_h2 {
    margin-bottom: 0;
  }
  .main_products.index .container {
    margin-bottom: 15%;
    padding: 10% 5% 0;
    padding-top: 10%;
    background: url(../products/img/bg_sp.jpg) no-repeat center top;
    background-size: contain;
  }
  .main_products.index .container .index_btn {
    width: 100%;
    height: auto;
    margin: 0 auto 7%;
    background: #f3efdf;
  }
  .main_products.index .container .index_btn .ph {
    width: 100%;
    float: none;
  }
  .main_products.index .container .index_btn .txt_area {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5%;
    float: none;
  }
  .main_products.index .container .index_btn .txt_area .tit {
    font-size: 7vw;
    line-height: 1.2;
  }
  .main_products.index .container .index_btn:hover .txt_area .more {
    background: transparent;
    color: inherit;
  }
  .main_products.index .container .index_btn:hover .txt_area .more span {
    right: -30px;
    transition: all 300ms;
  }
  .main_products.index .container .more {
    width: 80%;
    height: 41px;
    margin: 0 auto 15%;
    border: 1px solid #939393;
    border-radius: 20px;
    font-size: 3.8vw;
    line-height: 39px;
    text-align: center;
  }
  .main_products.index .container .more span {
    display: inline-block;
    position: relative;
    top: -8%;
    right: -20px;
    width: 23px;
    height: 4px;
    margin: auto;
  }
  .main_products.index .container .more span::before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 23px;
    height: 1px;
    background: #939393;
    content: "";
  }
  .main_products.index .container .more span::after {
    position: absolute;
    top: 1px;
    right: 0;
    width: 8px;
    height: 3px;
    margin: auto;
    transform: rotate(28deg);
    border-top: 1px solid #939393;
    content: "";
  }
  .main_products.index .container .more:last-child {
    margin: 0 auto 0;
  }
}























/* ----------------------------------------------------------

search

---------------------------------------------------------- */
.wrap_search {
  width: 1100px;
  margin: 50px auto 0;
}
@media screen and (max-width: 760px) {
  .wrap_search {
    width: 90%;
    margin-top: 0;
  }
}

.wrap_search .wrap_inner{
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .wrap_search .wrap_inner{
    flex-wrap: wrap;
    gap: 3vw;
  }
}
.wrap_search .search_box {
  width: 780px;
}
@media screen and (max-width: 760px) {
  .wrap_search .search_box {
    width: 100%;
  }
}
.wrap_search .search_box_inner {
  position: relative;
  width: 100%;
  z-index: 2;
}

.wrap_search #searchbox1 {
  background: #fff;
  border-radius: 50px;
  font-size: 16px;
  height: 50px;
  padding: 10px 70px 10px 20px;
  width: 100%;
  border: 1px solid #c7c7c7;
}
.wrap_search .searchbtn1 {
  color: #fff;
  font-size: 1rem;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 2;
  background: none;
  border: none;
  cursor: pointer;
}
.wrap_search .searchbtn1::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  background: url(../img/cmn/search_icon.svg) no-repeat center;
  background-size: 100% auto;
  content: "";
}




.accordion_box {
  width: 300px;
  position: relative;
}
@media screen and (max-width: 760px) {
  .accordion_box {
    width: 100%;
  }
}

.accotdion_button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e3971c;
  border-radius: 50px;
  color: #e3971c;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  padding: 0 10px;
  position: relative;
  transition-duration: .5s;
  width: 100%;
  z-index: 2;
  cursor: pointer;
}
.accotdion_button.active,
.accotdion_button:hover {
  background: #e3971c;
  color: #fff;
}

.accordion_box dt {
  position: relative;
}

.accordion_box dt::before,.accordion_box dt::after  {
  content: '';
  display: inline-block;
  width: 14px;
  height: 2px;
  background-color: #e3971c;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.5s;
}
.accordion_box dt::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 1s;
}
.accordion_box dt:hover::before,.accordion_box dt:hover::after  {
  background-color: #fff;
}
.accordion_box dt.active::before {
  opacity: 0;
  background-color: #fff;
}
.accordion_box dt.active::after {
  transform: translateY(-50%) rotate(180deg);
  background-color: #fff;
}

.accordion_box dd {
  display: none;
}

.accordion_box_inner {
  background: #F3EFDF;
  border-radius: 10px;
  margin: 20px 0 0;
  padding: 50px;
  position: absolute;
  top: 100%;
  right: 0;
  width: 1100px;
  z-index: 10000;
}
@media screen and (max-width: 760px) {
  .accordion_box_inner {
    width: 100%;
    padding: 8vw;
  }
}

.accordion_box_inner::before{
  border-color: transparent transparent #F3EFDF;
  border-style: solid;
  border-width: 0 10px 16px;
  bottom: 100%;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  right: 140px;
}
@media screen and (max-width: 760px) {
  .accordion_box_inner::before{
    right: calc(50% - 8px);
  }
}

.accordion_list {
  margin-bottom: 40px;
}

.accordion_list h4 {
  border-bottom: 1px dashed #e3971c;
  color: #e3971c;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 15px;
}

.accordion_list .search_list {
  margin-top: 10px;
}
.accordion_list .search_box_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.3%;
}
@media screen and (max-width: 760px) {
  .accordion_list .search_box_list {
    gap: 0 2%;
  }
}
.accordion_list .search_box_list_item {
  width: 24%;
  font-size: 16px;
  line-height: 1.2;
  margin: 10px 0 0;
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 760px) {
  .accordion_list .search_box_list_item {
    width: 49%;
  }
}
.accordion_list .search_box_list_item input {
  position: absolute;
  left: 0;
}
.accordion_box .btn {
  width: 300px;
}
@media screen and (max-width: 760px) {
  .accordion_box .btn {
    width: 100%;
  }
}
.accordion_box .btn button{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  border: none;
  border-radius: 10px;
  background: #05998B;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  transition-duration: .5s;
  cursor: pointer;
}
.accordion_box .btn button:hover {
  opacity: 0.7;
}





/* ----------------------------------------------------------

index

---------------------------------------------------------- */

.section_item {
  width: 1100px;
  margin: 100px auto 0;
}
@media screen and (max-width: 760px) {
  .section_item {
    width: 90%;
    margin-top: 18vw;
  }
}
.section_item .top_tit {
  padding-bottom: 10px;
  border-bottom: 1px solid #e3971c;
  font-size: 42px;
  margin-bottom: 42px;
}
@media screen and (max-width: 760px) {
  .section_item .top_tit {
    font-size: 7vw;
    padding-bottom: 3vw;
    margin-bottom: 6vw;
  }
}
.section_products {
  margin-top: 60px;
}
@media screen and (max-width: 760px) {
  .section_products {
    margin-top: 8vw;
  }
}
.section_products .list-wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .section_products .list-wrapper {
    flex-wrap: wrap;
    gap: 8vw;
  }
}
.section_products .list-wrapper li {
  width: 32%;
}
@media screen and (max-width: 760px) {
  .section_products .list-wrapper li {
    width: 100%;
  }
}
.section_products .list-wrapper a {
  width: 100%;
  height: 100%;
}
.section_products .list-wrapper a .arrow {
  transition: 0.5s;
}
.section_products .list-wrapper a:hover .arrow {
  right: 0;
}
.section_products dl {
  width: 100%;
  height: 100%;
  padding: 18px;
  border: 1px solid #8e8e8e;
  display: flex;
  flex-direction: column;
}
.section_products dt {
  width: 100%;
}
.section_products dd {
  flex-grow: 1;
  position: relative;
  width: 100%;
  padding: 15px 20px 25px 20px;
  background: #f7f7f7;
  font-size: 16px;
}
.section_products dd .item-name {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
}
.section_products dd .arrow-btn-box {
  position: absolute;
  right: 0;
  bottom: 0;
}

.section_products dd .arrow-btn-box .arrow::before, .section_products dd .arrow-btn-box .arrow::after {
  position: absolute;
  right: 18px;
  bottom: 18px;
  margin: auto;
  vertical-align: middle;
  content: "";
  transition: all .4s ease;
}

.section_products dd .arrow-btn-box .arrow::before {
  width: 34px;
  height: 1px;
  background: #EA9620;
}

.section_products dd .arrow-btn-box .arrow::after {
  right: 18px;
  width: 8px;
  height: 3px;
  transform: rotate(28deg);
  border-top: 1px solid #EA9620;
}

.index-container .list-wrapper li:last-child {
  margin-bottom: 0;
}

.index-container .list-wrapper li:hover dl dd .arrow-btn-box {
  right: -10px;
  transition: all .4s ease;
}




.section_cat .cat_list{
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
}
@media screen and (max-width: 760px) {
  .section_cat .cat_list{
    gap: 5vw 4vw;
  }
}
.section_cat .cat_list li {
  width: 23.5%;
}
@media screen and (max-width: 760px) {
  .section_cat .cat_list li {
    width: calc(50% - 2vw);
  }
}
.section_cat .cat_list li a {
  width: 100%;
}
.section_cat .cat_list li .ph {
  margin-bottom: 10px;
  line-height: 0;
  border-radius: 10px;
  overflow: hidden;
}
.section_cat .cat_list li .txt {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}


.section_food .food_list{
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
  margin-bottom: 100px;
}
@media screen and (max-width: 760px) {
  .section_food .food_list{
    gap: 4vw 4%;
    margin-bottom: 20vw;
  }
}
.section_food .food_list li {
  width: 18%;
}
@media screen and (max-width: 760px) {
  .section_food .food_list li {
    width: 48%;
  }
}
.section_food .food_list li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #8e8e8e;
}
.section_food .food_list li .ph {
  width: 70px;
}
@media screen and (max-width: 760px) {
  .section_food .food_list li .ph {
    width: 60px;
  }
}
.section_food .food_list li .ph img {
  vertical-align: bottom;
}
.section_food .food_list li .txt {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
  width: calc(100% - 70px);
}
@media screen and (max-width: 760px) {
  .section_food .food_list li .txt {
    width: calc(100% - 60px);
  }
}






/* ----------------------------------------------------------

list

---------------------------------------------------------- */
.main_recipe .search_zero {
  font-size: 1.2em;
  text-align: center;
}

/* 並べ替え */
.main_recipe ul.horizontal {
  width: 1100px;
  margin: 30px auto 0;
  margin-bottom: 40px;
  padding: 10px 0;
  border-top: none;
  border-bottom: none;
  text-align: center;
  background: #f6f3e7;
  opacity: 1;
}

.main_recipe ul.horizontal li {
  display: inline-block;
  margin: 0 7px;
  border-radius: 20px;
  background: #fff;
  opacity: 1;
}

.main_recipe ul.horizontal li a {
  display: block;
  padding: 5px 25px;
  border: 1px solid #e1dbc9;
  border-radius: 30px;
  font-weight: bold;
  color: #633411;
  text-align: center;
}

.main_recipe ul.horizontal li a:hover,
.main_recipe ul.horizontal li.active a {
  border: 1px solid #eb9720;
  border-radius: 30px;
  color: #fff;
  background: #eb9720;
}
@media screen and (max-width: 760px) {
  .main_recipe ul.horizontal {
    width: 90%;
    margin-bottom: 15%;
    padding: 5% 2% 4%;
    border-top: none;
    border-bottom: none;
    text-align: center;
    background: #f6f3e7;
    opacity: 1;
  }
  .main_recipe ul.horizontal li {
    display: inline-block;
    margin: 0 auto 10px;
    border-radius: 20px;
    width: 90%;
    background: #fff;
    opacity: 1;
  }
  .main_recipe ul.horizontal li a {
    display: block;
    padding: 3% 1%;
    border: 1px solid #e1dbc9;
    border-radius: 20px;
    font-weight: bold;
    color: #633411;
    text-align: center;
  }
  .main_recipe ul.horizontal li a:hover,
  .main_recipe ul.horizontal li.active a {
    border: 1px solid #eb9720;
    border-radius: 20px;
    color: #fff;
    background: #eb9720;
  }
}


/* タイトル・アイコン */
.main_recipe_list .unit_category_group {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  padding: 0 25px 20px 25px;
  border-bottom: 1px solid #dedede;
}

.main_recipe_list .unit_category_group h3.tit {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 28px;
  line-height: 1.1;
}

@media screen and (min-width: 761px) {
  .main_recipe_list .unit_category_group h3.tit {
    padding-right: 10px;
    max-width: 510px;
  }
}

.main_recipe_list .unit_category_group .category_info {
  text-align: right;
}

@media screen and (min-width: 761px) {
  .main_recipe_list .unit_category_group .category_info {
    min-width: 320px;
  }
}

.main_recipe_list .unit_category_group .category_info p {
  display: inline-block;
  margin: 0 10px;
  color: #633411;
  vertical-align: top;
}

.main_recipe_list .unit_category_group .category_info .time {
  position: relative;
  padding-left: 32px;
  font-size: 15px;
  font-weight: bold;
}

.main_recipe_list .unit_category_group .category_info .time::before {
  position: absolute;
  top: 0;
  left: 0;
  /* bottom: 0; */
  margin: auto;
  border-radius: 3px;
  width: 22px;
  height: 22px;
  background: #f2edd3 url(../img/cmn/icon_time.png) no-repeat center;
  background-size: 12px auto;
  content: "";
}

.main_recipe_list .unit_category_group .category_info .calorie {
  position: relative;
  padding-left: 32px;
  font-size: 15px;
  font-weight: bold;
}

.main_recipe_list .unit_category_group .category_info .calorie::before {
  position: absolute;
  top: 0;
  left: 0;
  /* bottom: 0; */
  margin: auto;
  border-radius: 3px;
  width: 22px;
  height: 22px;
  background: #fce3e2 url(../img/cmn/icon_cal.png) no-repeat center;
  background-size: 12px auto;
  content: "";
}

@media screen and (max-width: 760px) {
  .main_recipe_list .unit_category_group {
    width: 90%;
    display: block;
    justify-content: inherit;
    align-items: inherit;
    padding: 0 0 20px;
  }
  .main_recipe_list .unit_category_group h3.tit {
    font-size: 8vw;
    margin: 0 10px;
  }
  .main_recipe_list .unit_category_group .category_info {
    margin-top: 14px;
    text-align: left;
  }
  .main_recipe_list .unit_category_group .category_info p {
    width: 40%;
  }
}



/* 検索結果 */
.main_recipe_list .recipe_list {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 760px) {
  .main_recipe_list .recipe_list {
    width: 90%;
  }
}
.main_recipe_list .recipe_list .recipe_list_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 2%;
}
@media screen and (max-width: 760px) {
  .main_recipe_list .recipe_list .recipe_list_inner {
    gap: 8vw 4%;
  }
}
.main_recipe_list .recipe_list .box {
  width: 23.5%;
}
@media screen and (max-width: 760px) {
  .main_recipe_list .recipe_list .box {
    width: 48%;
  }
}
.main_recipe_list .recipe_list a {
  width: 100%;
}
.main_recipe_list .recipe_list .ph {
  margin-bottom: 15px;
  line-height: 0;
  border-radius: 10px;
  overflow: hidden;
}
.main_recipe_list .recipe_list .tit {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 760px) {
  .main_recipe_list .recipe_list .tit {
    font-size: 4vw;
  }
}
.main_recipe_list .recipe_list .info_box {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
}
@media screen and (max-width: 760px) {
  .main_recipe_list .recipe_list .info_box {
    flex-wrap: wrap;
    gap: 1.5vw;
  }
}

.main_recipe_list .recipe_list .info_box .time {
  width: 49%;
  position: relative;
  padding-left: 32px;
  font-size: 15px;
}
@media screen and (max-width: 760px) {
  .main_recipe_list .recipe_list .info_box .time {
    width: 100%;
    font-size: 3.6vw;
    padding-left: 8vw;
  }
}
.main_recipe_list .recipe_list .info_box .time::before {
  position: absolute;
  top: 0;
  left: 0;
  /* bottom: 0; */
  margin: auto;
  border-radius: 3px;
  width: 22px;
  height: 22px;
  background: #f2edd3 url(../img/cmn/icon_time.png) no-repeat center;
  background-size: 12px auto;
  content: "";
}
@media screen and (max-width: 760px) {
  .main_recipe_list .recipe_list .info_box .time::before {
    width: 5vw;
    height: 5vw;
    background-size: 3vw auto;
  }
}
.main_recipe_list .recipe_list .info_box .calorie {
  width: 49%;
  position: relative;
  padding-left: 32px;
  font-size: 15px;
}
@media screen and (max-width: 760px) {
  .main_recipe_list .recipe_list .info_box .calorie {
    width: 100%;
    font-size: 3.6vw;
  }
}
.main_recipe_list .recipe_list .info_box .calorie::before {
  position: absolute;
  top: 0;
  left: 0;
  /* bottom: 0; */
  margin: auto;
  border-radius: 3px;
  width: 22px;
  height: 22px;
  background: #fce3e2 url(../img/cmn/icon_cal.png) no-repeat center;
  background-size: 12px auto;
  content: "";
}
@media screen and (max-width: 760px) {
  .main_recipe_list .recipe_list .info_box .calorie::before {
    width: 5vw;
    height: 5vw;
    background-size: 3vw auto;
  }
}


/* ページャー */
.pager_new .pagination {
  margin-top: 60px;
  text-align: center;
}

.pager_new .pagination li {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  padding: 0;
  background: #888;
  text-align: center;
}

.pager_new .pagination li.pre {
  display: inline-block;
  width: 70px;
  height: 30px;
  text-align: center;
}

.pager_new .pagination li.next {
  display: inline-block;
  width: 70px;
  height: 30px;
  text-align: center;
}

.pager_new .pagination li > span {
  display: table;
  width: 100%;
  height: 100%;
  background: #EB9720;
}

.pager_new .pagination li > span.active {
  border-color: #fff;
  color: #fff;
  line-height: 30px;
  vertical-align: middle;
}

.pager_new .pagination li a {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  transition: all  0.3s ease;
}

.pager_new .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager_new .pagination li a:hover {
  border-color: #fff;
  background: #EB9720;
  color: #fff;
}

@media only screen and (max-width: 760px) {
  .pager_new .pagination {
    margin-top: 15%;
    margin-bottom: 15%;
    text-align: center;
  }
  .pager_new .pagination li {
    width: 28px;
    height: 28px;
    margin: 0 1px;
  }
  .pager_new .pagination li.pre {
    display: inline-block;
    width: 16%;
    height: 28px;
    font-size: 2.8vw;
    text-align: center;
  }
  .pager_new .pagination li.next {
    display: inline-block;
    width: 16%;
    height: 28px;
    font-size: 2.8vw;
    text-align: center;
  }
  .pager_new .pagination li a {
    width: 100%;
  }
  .pager_new .pagination li a span {
    font-size: 3vw;
  }
  .pager_new .pagination li span.active {
    line-height: 28px;
  }
}



