@charset "utf-8";

/***************************************************
  search.css
***************************************************/
#breadcrumb {
  margin-bottom: 0;
  padding-top: 0;
}
.recipe-top{
  background: url(/shared/img/bg_recipe-top_01_pc.jpg);
}
.recipe-top .contents-inner{
  height: 100px;
  box-sizing: border-box;
  padding-top: 15px;
}
.logo-area {
  position: relative;
  padding-top: 7px;
}
span.txt-recipe {
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
}
.recipe-top span p.recipe-kind{
  background-color: #e10000;
  color: #fff;
  width: 155px;
  height: 28px;
  text-align: center;
  line-height: 29px;
  position: absolute;
  top: 10px;
  left: 275px;
}
.recipe-top span p.recipe-kind:after{
  content: "";
  position: absolute;
  top: 10px;
  left: -9px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 9px solid #e10000;
}
.search-box form input{
  width: 332px;
  border: 1px solid #fff;
  background-color:transparent;
  outline: none;
  color: #fff;
  height: 54px;
  padding: 0 10px;
  border-radius: 0;
}
.search-box form input:hover{
  background-color: rgba(0,0,0,0.5);
}
.search-box form input:focus{
  background-color: rgba(0,0,0,0.5);
}
.search-box form input::-webkit-input-placeholder{color:#fff;}
.search-box form input::-moz-placeholder{color:#fff;}
.search-box form input:-ms-input-placeholder{color:#fff;}
.search-box form input:-moz-placeholder{color:#fff;}
.search-box form input:placeholder{color:#fff;}
.search-box form input:focus::-webkit-input-placeholder{color:transparent;}
.search-box form input:focus::-moz-placeholder{color:transparent;}
.search-box form input:focus:-ms-input-placeholder{color:transparent;}
.search-box form input:focus:-moz-placeholder{color:transparent;}
.search-box form input:focus:placeholder{color:transparent;}
.search-box form button{
  color: #ffffff;
  height: 54px;
  border: 1px solid #fff;
}
button {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.search-box form button{
  outline: none;
}
.search-box form button:nth-child(2){
  width: 88px;
  vertical-align: middle;
  border-left: none;
  background: url("/shared/img/svg/search_03.svg")no-repeat center;
  background-size: 22px 23px;
  background-color:transparent;
  text-indent: -9999px;
}
.search-box form button:nth-child(2):hover{
  background-color: rgba(0,0,0,0.5);
}
.search-box form button:nth-child(4){
  width: 180px;
  background-color:transparent;
  margin-left: 45px;
  background: url(/shared/img/svg/ar02.svg) no-repeat center right 15px;
  height: 54px;
  display: none;
}
.search-box form button:nth-child(4):hover{
  background-color: rgba(0,0,0,0.5);
}
.ico-h3{
  padding-top: 50px;
  padding-bottom: 47px;
  text-align: center;
  margin-top: 50px;
}
.ico-h3 h3{
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
}
.ico-h3 h3.ico-01:after{
  content: "";
  width: 31px;
  height: 30px;
  background: url("/shared/img/svg/search_02.svg")no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: auto;
}
.search-recipe{
  height: 101px;
  width: 100%;
  background-color: #958c6f;
  text-align: center;
  padding-top: 24px;
}
.box-suggest-search{
  display: inline-block;
  position: relative;
}
.search-box form .box-suggest-detail{
  text-align: left;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 53px;
  z-index: 2;
  display: none;
}
.search-box form .box-suggest-list{
  width: 420px;
  float: left;
}
.search-box form .box-suggest-img{
  width: 480px;
  float: right;
  padding: 18px 24px;
  background-color: #fff;
  position: absolute;
  left: 420px;
}
.search-box form .box-suggest-list li{
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-bottom: solid 1px #dedbd2;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
}
.search-box form .box-suggest-list li:hover{
  background-color: #f9cccc;
}
.search-box form .box-suggest-img li{
  width: 46%;
  margin-right: 8%;
  float: left;
  font-size: 13px;
  margin-bottom: 10px;
}
.search-box form .box-suggest-img li:nth-child(2n){
  margin-right: 0;
}
.search-box form .box-suggest-img li p{
  font-weight: bold;
}
.search-box form .box-suggest-img a{
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .search-box form .box-suggest-img{
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .logo-area{
    padding-top: 0;
  }
  .recipe-top{
    border-top: none;
  }
  .recipe-top .contents-inner{
    height: 35px;
    padding-top: 0;
    background: #ffffff;
  }
  .recipe-top span.recipe-logo {
    float: left;
    width: 150px;
    padding-top: 0;
  }
  .recipe-top span.recipe-kind-area {
    float: left;
    position: relative;
    display: block;
  }
  .recipe-top span p.recipe-kind{
    font-size: 13px;
    width: 112px;
    height: 30px;
    line-height: 30px;
    left: 20px;
    right: 100px;
    margin-top: -28px;
    top: 33px;
  }
  .recipe-top span p.recipe-kind:after{
    top: inherit;
    left: -120px;
    right: 0;
    bottom: 36px;
    margin: auto;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 9px solid #e10000;
  }
  .search-box form{
    width: 94%;
    height: 43px;
  } 
  .search-box form input,.search-box form button{
    height:43px;
  }
  .search-box form input{
    width: 100%;
    padding: 0 10px;
    font-size: 13px;
  }
  .search-box form input:focus{
    text-align: left;
  }
  .search-box form button:nth-child(2){
    width: 34%;
  }
  .search-box form button:nth-child(4){
    margin-top: 15px;
    margin-left: 0;
    height: 43px;
    display: none;
  }
  .search-recipe{
    height: 75px;
    position: relative;
  }
  .search-recipe form{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .ico-h3{
    margin-top: 0;
    padding-top: 90px;
    padding-bottom: 40px;
  }
  .box-suggest-search{
      width: 66%;
    font-size: 12px;
    float: left;
  }
  .search-box form .box-suggest-detail{
    width: 151%;
    top: 42px;
  }
  .search-box form .box-suggest-list{
    width: 100%;
  }
}
.box-category-search{
  max-width: 1200px;
  padding:0 20px;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #7f7f7f;
  padding: 27px 0;
}
.box-category-search-tabs{
  padding-bottom: 10px;
}
.box-category-search.under-line{
  border-bottom: 1px solid #7f7f7f;
}
.ttl-category{
  width: 8%;
  margin-right: 2%;
  float: left;
}
.column7{
  width: 90%;
  float: right;
}
.column7 ul{
  width: 100%;
}
.column7 ul li{
  width: 13%;
  margin-right: 1.5%;
  float: left;
  display: table;
}
.column7 ul li figure{
  text-align: center;
}
.column7 ul li figure img{
  padding: 17px 5px;
  width: auto;
  /*height: 195px;*/
  max-height: 195px;
}
/* タブ部分 */
.area-tab li{
  box-shadow:0 0 3px 1px rgba(0,0,0,.2);
  margin-bottom: 17px;
}
.column7 ul li:nth-child(7n){
  margin-right: 0;
}
.tab-02,.tab-03,.tab-04,.tab-05,.tab-06,.tab-07{
  display: none;
}
.ttl-category p{
  font-size: 17px;
  font-weight: bold;
}
ul.tab-btn li{
  background-color: #eeede9;
  text-align: center;
  margin-bottom: 28px;
  cursor: pointer;
  padding: 5px 0;
}
ul.tab-btn li p{
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}
ul.tab-btn li.tab-on{
  background-color: #817658;
  color: #fff;
}
.column7 input{
  display: none;
}
ul.area-tab{
  background-color: #fff;
}
ul.area-tab li label{
  position: relative;
  display: block;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
ul.area-tab li label:after{
  content: "";
  width: 17px;
  height: 17px;
  background: url("/shared/img/svg/check_off_01.svg")no-repeat;
  position: absolute;
  top: 9px;
  left: 9px;
  background-size: 17px 17px;
}
ul.area-tab li input[type="checkbox"]:checked + label{
  background-color: #ffbdbd;
}
ul.area-tab li input[type="checkbox"]:checked + label:after{
  width: 18px;
  height: 20px;
  top: 7px;
  background: url(/shared/img/svg/check_on_01.svg)no-repeat;
  background-size: 18px 20px;
}

ul.area-tab li p{
  font-size: 13px;
  padding: 10px;
}
/* カテゴリー部分 */
ul.theme-area{
  background-color: #eeede9;
  padding: 13px 25px 3px;
}
ul.theme-area li{
  margin-bottom: 10px;
}
ul.theme-area.toggle-theme > li{
  width: 14%;
}
ul.theme-area li label{
  display: table-cell;
  padding-left: 25px;
  font-size: 14px;
  position: relative;
  vertical-align: middle;
}
ul.theme-area li label:after{
  content: "";
  width: 16px;
  height: 17px;
  background: url("/shared/img/svg/check_off_01.svg")no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
  background-size: 15px 15px;
}
ul.theme-area li input[type="checkbox"]:checked + label:after {
  background: url("/shared/img/svg/check_on_01.svg")no-repeat;
  background-size: 16px 18px;
  background-position: 0 -1px;
  top: 0;
}
ul.theme-area.list03 li label:after{
  content: "";
  width: 14px;
  height: 14px;
  background: url("/shared/img/svg/radio_off_01.svg")no-repeat;
  position: absolute;
  top: 9px;
  left: 9px;
  background-size: 14px 14px;
}
ul.theme-area.list03 li input[type="radio"]:checked + label:after {
  background: url("/shared/img/svg/radio_on_01.svg")no-repeat;
  background-size: 14px 14px;
}
.box-in-detail{
  max-width: 1200px;
  width: 100%;
  margin: 55px auto;
}
.box-in-detail > p{
  text-align: center;
  display: block;
  height: auto;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  line-height: 55px;
  cursor: pointer;
  background-color: #e20002;
  width: 218px;
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  background-image: url("/shared/img/svg/ar_down_white.svg");
  background-repeat: no-repeat;
  background-position: center right 5%;
  transition: all  0.3s ease;
}
.box-in-detail > p:hover {
  color: #e20002;
  background-color: #fff;
  background-image: url("/shared/img/svg/ar_down_red.svg");
}
.box-in-detail > p span{
  background-repeat: no-repeat;
  background-position: center right 0px;
  width: 100%;
}
.box-in-detail > p.after{
  background-image: url("/shared/img/svg/ar_up_white.svg");
  background-repeat: no-repeat;
  background-position: center right 5%;
}
.box-in-detail > p.after:hover{
  background-image: url("/shared/img/svg/ar_up_red.svg");
}
.toggle-search{
  text-align: left;
  padding: 15px 30px 30px;
}
.toggle-search ul.theme-area{
  padding: 13px 40px 3px;
}
.toggle-search ul.toggle-in{
  background-color: #fff;
  border: 2px solid #eeede9;
  padding: 13px 38px 3px;
}
ul.toggle-theme{
  position: relative;
}
ul.toggle-theme span{
  display: block;
  width: 82%;
  height: 33px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 13px;
  outline: none;
}
ul.toggle-theme span:after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 33px;
  width: 33px;
  background: url(/shared/img/svg/ar_down_red.svg)no-repeat center;
  background-size: 20px 11px;
  -moz-transition: -moz-transform 0.4s linear;
  -webkit-transition: -webkit-transform 0.4s linear;
  -o-transition: -o-transform 0.4s linear;
  -ms-transition: -ms-transform 0.4s linear;
  transition: transform 0.4s linear;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
ul.toggle-theme span.slideopen:after{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.toggle-search .box-category-search:last-child{
  border-bottom: 1px solid #7f7f7f;;
}
.box-foodstuff ul.toggle-theme,.box-foodstuff ul:last-child{
  margin-top: 27px;
}
.box-foodstuff ul:first-child{
  margin-top: 0;
}
.toggle-search{
  display: none;
}
.toggle-search ul.toggle-in{
  display: none;
}
.column7 ul.list15-1 > li{
  width: 100%;
}
.column7 ul.list15-2 > li{
  width: 100%;
}
@media only screen and (max-width: 640px) {
  ul.tab-btn li{
    margin-bottom: 14px;
  }
  ul.tab-btn li p {
    padding: 0 10px;
  }
  .box-category-search{
    max-width: 100%;
    width: 100%;
  }
  .ttl-category,.column7{
    float: none;
  }
  .ttl-category{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    margin-right: 0;
    padding: 0 20px;
    background-color: #d3cfc3;
    color: #63542d;
    border-top: 1px solid #bab7b0;
    border-bottom: 1px solid #bab7b0;
    margin-top: 0px;
    margin-bottom: -1px;
  }
  .ttl-category p br{
    display: none;
  }
  .column7{
    width: 100%;
  }
  .column7 ul.tab-btn{
    width: 100%;
    padding: 37px 20px 27px;
  }
  .column7 ul.tab-btn li,.column7 ul.tab-btn li:nth-child(5n){
    width: 48%;
    margin-right: 0;
    font-size: 13px;
    text-align: center;
    padding: 9px 0;
  }
  .column7 ul.tab-btn li:nth-child(2n){
    float: right;
  }
  /*.column7 ul.tab-btn li:nth-child(2n){
    margin-right: 0;
  }*/
  ul.area-tab{
    padding: 0 20px;
  }
  ul.area-tab li{
    width: 48%;
    margin-right: 4%;
    display: block;
  }
  ul.area-tab li img{
    width: 50%;
  }
  ul.area-tab li p{
    font-size: 16px;
    font-weight: bold;
  }
  ul.area-tab li:nth-child(7n){
    margin-right: 4%;
  }
  ul.area-tab li:nth-child(2n){
    margin-right: 0;
  }
  ul.area-tab li label:after{
    content: "";
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    position: absolute;
    top: 15px;
    left:15px;
  }
  ul.theme-area li input[type="checkbox"]:checked + label:after {
    background-size: 16px 18px;
  }
  ul.area-tab li input[type="checkbox"]:checked + label:after{
    background-size: 15px 15px;
    top: 14px;
  }
  ul.theme-area li input[type="radio"]:checked + label:after{
    background-size: 14px 14px;
    top: 0;
  }
  .box-category-search{
    padding: 0;
    border: none;
  }
  .box-category-search.under-line{
    border-bottom: none;
  }
  .box-in-detail{
    width: 100%;
    padding: 0;
    box-shadow:  0 0 0;
  }
  .box-in-detail > p{
    box-shadow: 0 0 0;
    padding: 0 20px;
    background-color: #fff;
    width: inherit;
  }
  .box-in-detail > p span{
    display: block;
    box-shadow:0 0 3px 1px rgba(0,0,0,.2);
    background: url("/shared/img/svg/ar_down_white.svg")no-repeat 95% center;
    background-color: #e20002;
    transition: inherit;
  }
  .box-in-detail > p:hover {
    background-image: inherit;
  }
  .box-in-detail > p:hover span {
    color: #fff;
    background: url("/shared/img/svg/ar_down_white.svg")no-repeat 95% center;
    background-color: #e20002;
  }
  .box-in-detail > p.after:hover{
    background-image: inherit;
  }
  .box-in-detail > p.after:hover span {
    color: #fff;
    background: url(/shared/img/svg/ar_up_white.svg)no-repeat 95% center;
    background-color: #e20002;
  }
  .toggle-search{
    padding: 0;
    margin-top: 55px;
  }
  ul.theme-area{
    width: 100%;
    padding: 0px;
    background-color: #fff;
  }
  ul.theme-area li{
    width: 33.33333333%;
    margin: 0;
    height: 60px;
    border-right: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    border-top: 1px solid #b7b7b7;
    word-break: break-all;
    margin-bottom: -1px;
  }
  ul.theme-area li:nth-child(3n){
    border-right: none;
  }
  ul.theme-area.list04 li{
    height: auto;
  }
  ul.theme-area li label{
    padding: 0 5px 0 26px;
    height: 100% ;
  }
  ul.theme-area li label:after {
    content: "";
    width: 17px;
    height: 16px;
    background: url(/shared/img/svg/check_off_01.svg)no-repeat;
    position: absolute;
    left: 5px;
    top: 2px;
    bottom: 0;
    margin: auto;
    background-size: 15px 15px;
  }
  ul.theme-area li input[type="radio"] + label:after {
    top: 0px;
  }
  ul.theme-area li p{
    font-size: 13px;
  }
  .toggle-search ul.theme-area{
    padding: 0;
  }
  ul.theme-area.toggle-theme li{
    width: 100%;
  }
  .toggle-search ul.theme-area li{
    height: 58px;
  }
  ul.toggle-theme span{
    width: 130px;
    height: 60px;
    right: 0;
  }
  ul.toggle-theme span:after{
    top: 13px;
    right: 13px;
  }
  .box-foodstuff ul.toggle-theme{
    margin-top: 0;
  }
  .box-foodstuff ul.toggle-theme li{
    border-top: 1px solid #b7b7b7;
    margin-top: -1px;
  }
  .toggle-search ul.toggle-in{
    background-color: #eeede9;
    border: none;
  }
  .toggle-search ul.toggle-in > li > ul:before, .toggle-search ul.toggle-in > li > ul:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
  .toggle-search ul.toggle-in > li > ul:after { clear: both; }
  .toggle-search ul.toggle-in > li > ul{ zoom: 1; }
  .toggle-search ul.toggle-in > li > ul{
    margin-bottom: 2px;
  }
  .box-foodstuff ul:last-child{
    margin-top: -1px;
  }
  .theme-area.list15-7{
    border-top: 1px solid #b7b7b7;
  }
  .theme-area.list15-7 li:nth-child(n+3){
    border-top: none;
  }
  .toggle-search .box-category-search:last-child{
    border: none;
  }
  ul.toggle-in{
    display: none;
  }
  .column7 ul.list15-1 > li{
    border: none;
  }
  .column7 ul.list15-2 > li{
    border: none;
  }
}

@media only screen and (max-width: 640px) {
  ul.list15-1-3 li:nth-child(3),ul.list15-1-2 li:nth-child(3){
    border-top: 1px solid #b7b7b7;
  }
}
.area-top {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  display: none;
}
.area-top.static {
  position: relative;
}
.fix-box {
  background: rgba(241, 0, 0, 0.88);
  color: #fff;
  padding: 13px 0;
}
.hit-area {
  background: #fff;
  overflow: hidden;
  padding: 12px 20px;
}
.select-left {
  float: left;
  width: 33.5%;
  padding-right: 30px;
}
.select-light {
  float: left;
  width: 66.5%;
}
p.hit-txt {
  font-size: 23px;
  font-weight: bold;
  color: #231815;
  text-align: right;
  line-height: 36px;
}
span.txt-hit-count {
  font-weight: bold;
  font-size: 35px;
  color: red;
  padding: 0 4px;
}
.btn-search-condition li {
  display: inline-block;
  width: 50%;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 0 2px 1px rgb(179, 179, 179);
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  border: solid 1px #000;
  color: #000;
  background-image: none;
}
@media only screen and (max-width: 640px) {
  .hit-area {
    padding: 11px 20px 9px 20px;
  }
  .fix-box {
    padding: 2px 0;
  }
  .select-left {
    width: 27%;
    padding-right: 0;
  }
  p.hit-txt {
    font-size: 17px;
    text-align: left;
    line-height: inherit;
  }
  span.txt-hit-count {
    font-size: 26px;
  }
  .select-light {
    width: 70%;
    margin-left: 3%;
  }
  .btn-search-condition li {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 7px 0;
  }
}
/* 190807 ui05 add */
@media only screen and (max-width: 640px) {
  #recipe_search_form {
    display: block;
    position: relative;
    padding-top: 40px;
  }
  #recipe_search_form > .box-category-search .ttl-category {
    width: 33.33%;
    position: absolute;
    top: 0;
    padding: 0 5px;
    text-align: center;
    background-color: #948b54;
    border: none;
    border-left: 1px solid #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  #recipe_search_form > .box-category-search .ttl-category.is_active {
    background-color: #817658;
  }
  #recipe_search_form > .box-category-search:nth-child(3) .ttl-category {
    border-right: 1px solid #fff;
  }

  #recipe_search_form > .box-category-search:nth-child(1) .ttl-category {left: 0;}
  #recipe_search_form > .box-category-search:nth-child(2) .ttl-category {left: 33.33%;}
  #recipe_search_form > .box-category-search:nth-child(3) .ttl-category {right: 0;}

  #recipe_search_form > .box-category-search .ttl-category:after {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
  }
  #recipe_search_form > .box-category-search:nth-child(1) .ttl-category:after {
    content: '商品で選ぶ';
  }
  #recipe_search_form > .box-category-search:nth-child(2) .ttl-category:after {
    content: '食材で選ぶ';
  }
  #recipe_search_form > .box-category-search:nth-child(3) .ttl-category:after {
    content: 'メニューで選ぶ';
  }
  #recipe_search_form > .box-category-search .ttl-category p {
    display: none;
  }
  #recipe_search_form > .box-category-search .column7 {
    display: none;
  }
  #recipe_search_form > .box-category-search .column7.is_active {
    display: block;
  }
}