@charset "utf-8";

/***************************************************
  results.css
***************************************************/

/* コンポーネント
------------------------------------------------------------ */
#breadcrumb {
  margin-bottom: 0;
  padding-top: 0;
}
.contents-wide.bg-glay{
  background-color: #eeede9;
}
.ico-h3{
  text-align: center;
  padding-top: 70px;
  padding-bottom: 47px;
}
.ico-h3 h3{
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
}
.ico-h3 h3:after{
  content: "";
  width: 32px;
  height: 33px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
}
.ico-h3 h3.ico-01:after{
  background: url("/shared/img/svg/top_ico02.svg")no-repeat;
}
.ico-h3 h3.ico-02:after{
  background: url(/shared/img/svg/recipe_ico02.svg)no-repeat;
}
.gray-wrap {
  background-color: #eeede9;
}
ul.column li p.column-text-ttl{
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  display: block;
  padding: 28px 28px 13px;
}
ul.column li p.column-text-yellow{
  color: #65562d;
  display: block;
  font-size: 13px;
  padding: 0 28px 28px;
}
ul.column.col4 li{
  width: 23%;
  margin-right: 2.66666%;
  float: left;
  margin-bottom: 30px;
}
ul.column.col4 li:nth-child(4n){
  margin-right: 0;
}
ul.column.tokusyu.btm{
  padding-bottom: 15px;
}
ul.column.btm{
  padding-bottom: 69px;
}
ul.column li{
  background-color: #fff;
}
ul.column.col4.tokusyu a{
  text-decoration: none;
}
ul.column li p.column-text-ttl-center{
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  display: block;
  padding: 0 10px;
  text-align: center;
  margin-top: 10px;
}
.box-buttan{
  padding-bottom: 50px;
}
a.btn-01{
  display: block;
  width: 200px;
  height: 56px;
  border: 1px solid #707070;
  text-align: center;
  line-height: 56px;
  margin: 0 auto;
  background-image: url("/shared/img/svg/ar08.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
}
a.btn-01:hover{
  text-decoration: none;
  background-color: rgba(0,0,0,0.5);
  color: #FFF;
  background-image: url("/shared/img/svg/ar02.svg");
}
a {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
  /*recipe search box*/
.logo-area {
  position: relative;
  padding-top: 7px;
}
.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;
}
span.txt-recipe {
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
}
.recipe-top-visual{
  height: 500px;
  background: url("/recipe/img/bn_recipe_mainvisual_pc.jpg")no-repeat center;
  background-size: cover;
}
.visual-search{
  text-align: center;
  padding-top: 230px;
}
.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;
}
.search-box form button{
  outline: none;
}
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: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;
}
.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;
  font-size: 15px;
}
@media only screen and (max-width: 640px) {
  .search-box form button:nth-child(4){
    font-weight: bold;
  }
}
.search-box form button:nth-child(4):hover{
  background-color: rgba(0,0,0,0.5);
}
.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) {
  .recipe-top{
    border-top: none;
  }
  .recipe-top .contents-inner{
    height: 85px;
    padding-top: 12px;
    background: #ffffff;
  }
  .recipe-top h2 span:after{
    top: inherit;
    left: 0;
    right: 0;
    bottom: 66px;
    margin: auto;
    border-bottom: 9px solid #e10000;
    border-top: none;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .recipe-top-visual{
    height: 215px;
    background: url("/recipe/img/bn_recipe_mainvisual_sp.jpg")no-repeat center;
    background-size: cover;
    position: relative;
  }
  .visual-search{
    padding-top: 0;
  }
  .visual-search form{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .search-box form{
    width: 94%;
    height: 42px;
  } 
  .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;
    font-size: 13px;
    font-weight: bold;
    display: none;
  }
}
.search-recipe{
  height: 100px;
  width: 100%;
  background-color: #958c6f;
  text-align: center;
  padding-top: 24px;
}
@media only screen and (max-width: 640px) {
  .search-recipe{
    height: 141px;
    position: relative;
  }
  .search-recipe form{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .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%;
  }
}
.bg-club-rink{
  height: 500px;
  background: url("/img/bn_top_club_pc.jpg")no-repeat center;
  background-size: cover;
}
.box-club-rink{
  text-align: center;
  padding-top: 80px;
}
.box-club-rink p{
  color: #FFF;
  padding-bottom: 30px;
  font-size: 29px;
  font-weight: bold;
}
.box-club-rink a.btn-01{
  color: #FFF;
  border: 1px solid #FFF;
  width: 199px;
  display: inline-block;
  margin: 10px;
  background-image: url("/shared/img/svg/ar02.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
}
.box-club-rink a.btn-01:hover{
  background-color: rgba(0,0,0,0.5);
}
.box-club-rink .box-club-merit{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 35px;
}
.box-club-rink .club-link-merit ul{
  width: 100%;
}
.box-club-rink .club-link-merit li{
  float: left;
  width: 32%;
  margin-right: 2%;
  text-align: center;
  padding: 16px 38px 16px 38px;
  color: #e10000;
  font-weight: bold;
  background: url(/img/club_number_01.png) 5% 50% no-repeat rgba(255,255,255,0.9);
  background-size: 30px 30px;
  border-radius: 5px;
}
.box-club-rink .club-link-merit li:first-child{
  padding: 27px 38px 27px 38px;
}
.box-club-rink .club-link-merit li:nth-child(2){
  background: url(/img/club_number_02.png) 5% 50% no-repeat rgba(255,255,255,0.9);
  background-size: 30px 30px;
}
.box-club-rink .club-link-merit li:last-child{
  margin-right: 0;
  background: url(/img/club_number_03.png) 5% 50% no-repeat rgba(255,255,255,0.9);
  background-size: 30px 30px;
}
@media only screen and (max-width: 640px) {
  .bg-club-rink{
    background: url("/img/bn_top_club_sp.jpg")no-repeat center;
    background-size: cover;
    height: auto;
    padding: 30px 0 10px;
  }
  .box-club-rink{
    padding-top: 0;
  }
  .box-club-rink p{
    width: 83%;
    height: 75px;
    font-size: 13px;
    padding-top: 0px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .box-club-rink p:nth-child(2){
    padding-top: 0;
    height: auto;
    width: 80%;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .box-club-rink a.btn-01 {
    width: 260px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    margin: 7px;
  }
  .box-club-rink .box-club-merit{
    width: 100%;
    margin-bottom: 20px;
  }
  .box-club-rink .club-link-merit{
    width: 80%;
    margin: 0 auto;
  }
  .box-club-rink .club-link-merit li{
    float: none;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .box-club-rink .club-link-merit li{
    padding: 5px 10px 5px 50px;
    text-align: left;
    background-size: 20px 20px;
  }
  .box-club-rink .club-link-merit li:first-child {
    padding: 5px 0 5px 50px;
    background-size: 20px 20px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .box-club-rink .club-link-merit li:nth-child(2){
    background-size: 20px 20px;
    margin-bottom: 5px;
  }
  .box-club-rink .club-link-merit li:last-child{
    background-size: 20px 20px;
  }
}
/* recipe page parts */
.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;
}
/* results area */
.results-area {
  width:100%;
} 
.area-top {
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  z-index: 10;
}
/* modal area */
.remodal-is-locked .fix-box  {
  display: block;
}

.sample-box {
  display: none;
}
.area-top .only-pc,
.modal-btn .only-pc{  display: inline-block;}

/* modal */
.modal-content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 20px;
  padding-bottom: 10px;
  background: #fff;
  padding: 50px 70px;
}

/* remodal */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.6);
}
.remodal-wrapper {
  padding: 0;
  overflow-x: hidden;
}
.remodal {
  width: 100%;
  max-width: none;
  padding: 25px 0 0;
  background-color: transparent;
  text-align: left;
}
.remodal-close {
  position: absolute;
  top: 0;
  right: 0px;
  left: auto;
  z-index: 100;
  cursor: pointer;
}
.remodal-close::before {
  font-size: 50px;
  color: #231815;
}

/* btn-search */
.area-top.static {
  position:relative;
}
.fix-box {
  background: rgba(241, 0, 0, 0.88);
  color: #fff;
  padding: 5px 0 13px 0;
}
.select-txt {
  padding: 3px 0 9px 0;
}
.select-txt p {
  display: inline-block;
  margin-right: 20px;
}
p.hit-txt {
  font-size: 23px;
  font-weight: bold;
  color: #231815;
  text-align: right;
  line-height: 36px;
}
.select-txt p span.txt-bold {
  font-weight: bold;
  font-size: 17px;
}
span.txt-hit-count {
  font-weight: bold;
  font-size: 35px;
  color: red;
  padding: 0 4px;
}
.hit-area {
  background: #fff;
  overflow: hidden;
  padding: 12px 20px;
}
.select-left {
  float: left;
  width: 30%;
}
.select-light {
  float: left;
  width: 70%;
  padding-left: 40px;
}
.btn-search-condition li {
  display: inline-block;
  width: 300px;
  margin: 0 10px;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 0 2px 1px rgb(179, 179, 179);
  cursor: pointer;
  color: #f00;
  text-align: center;
  background: url(/shared/img/svg/ar01.svg)no-repeat center right 5%;
  font-weight: bold;
}
.btn-search-condition li.condition-results{
  border: solid 1px #000;
  color: #000;
  background-image: none;
  display: none;
}
.btn-search-condition li:hover {
  text-decoration: none;
}

/* modal search box */
.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{
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.box-category-search.under-line{
  border-bottom: 1px solid #7f7f7f;
}
.ttl-category{
  width: 8%;
  margin-right: 2%;
  float: left;
}
.column5{
  width: 100%;
  float: right;
}
.column5 ul{
  width: 100%;
}
.column5  ul.tab-btn li{
  width: 18.666%;
  margin-right: 1.666%;
  float: left;
  display: table;
}
.column5 ul.tab-btn li:nth-child(5n){
  margin-right: 0;
}
.column5 ul li{
  width: 18.666%;
  margin-right: 1.666%;
  float: left;
  display: table;
  text-align: center;
}
.column5 ul.area-tab li p{
  text-align: left;
}
.column6{
  width: 100%;
  float: right;
}
.column6 ul{
  width: 100%;
}
.column6  ul.tab-btn li{
  width: 18.666%;
  margin-right: 1.666%;
  float: left;
  display: table;
}
.column6 ul.tab-btn li:nth-child(6n){
  margin-right: 0;
}
.column6 ul li{
  width: 15%;
  margin-right: 1.98%;
  float: left;
  display: block;
  text-align: center;
}
.column6 ul li figure img{
  padding: 17px 5px;
}
.column6 ul.area-tab li p{
  text-align: 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:nth-child(7n){
  margin-right: 0;
}
/* タブ部分 */
.area-tab li{
  box-shadow:0 0 3px 1px rgba(0,0,0,.2);
  margin-bottom: 17px;
}
.column5 ul.tab-btn li:nth-child(5n){
  margin-right: 0;
}
.column5 ul li:nth-child(5n){
  margin-right: 0;
}
.column6 ul li:nth-child(6n){
  margin-right: 0;
}
.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: 15px;
  font-weight: bold;
}
.ttl-category p br{
  display: none;
}
ul.tab-btn li{
  height: 66px;
  background-color: #eeede9;
  text-align: center;
  margin-bottom: 28px;
  cursor: pointer;
}
ul.tab-btn li p{
  display: table-cell;
  vertical-align: middle;
}
ul.tab-btn li.tab-on{
  background-color: #928769;
  color: #fff;
}
.column5 input{
  display: none;
}
.column6 input{
  display: none;
}
.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;
  height: auto;
}
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: 12px;
  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.5%;
}
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: 16px;
  background: url("/shared/img/svg/check_off_01.svg")no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 16px 15px;
}
ul.theme-area li input[type="checkbox"]:checked + label:after {
  background: url("/shared/img/svg/check_on_01.svg")no-repeat;
  width: 18px;
  height: 18px;
  background-size: 17px 16px;
}
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-shadow:0 0 3px 1px rgba(0,0,0,.2);
}
.box-in-detail > p{
  text-align: center;
  display: block;
  height: auto;
  color: #e20002;
  font-weight: bold;
  margin: 0 auto;
  line-height: 55px;
  cursor: pointer;
}
.box-in-detail > p span{
  padding-right: 25px;
  background: url("/shared/img/svg/bt_down02.svg")no-repeat center right;
}
.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-in {
    background: #fff;
    border: 1px solid #eeede9;
}
ul.toggle-theme{
  position: relative;
}
ul.toggle-theme span{
  display: block;
  width: 83%;
  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%;
}
ul.toggle-in{
  display: none;
}
@media only screen and (max-width: 640px) {
  p.hit-txt {
    font-size: 17px;
    text-align: center;
    line-height: inherit;
    padding-right: 8px;
  }
  .select-left{
    width: 28%;
  }
  span.txt-hit-count {
    font-size: 26px;
    padding: 0 4px 0 0;
  }
  .select-light {
    padding: 5px 0 0 0;
    width: 72%;
  }
  ul.column.sp1 li{
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 15px;
  }
  ul.column.sp2 li{
    width: 47%;
    margin-bottom: 15px;
    margin-right: 6%;
  }
  ul.column.sp2 li:nth-child(2n){
    margin-right: 0;
  }
  ul.column.tokusyu li:nth-child(n+3){
    display: none;
  }
  ul.column li p.column-text-ttl{
    font-size: 14px;
  }
  ul.column li p.column-text-ttl-center{
    font-size: 14px;
  }
  a.btn-01{
    width: 130px;
    height: 45px;
    line-height: 45px;
  }
  .ico-h3 {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .ico-h3 h3 {
    font-size: 18px;
  }
  .box-buttan{
    padding-bottom: 70px
  }
  .ul.column.btm{
    padding-bottom: 65px;
  }
  ul.column li p.column-text-yellow{
    font-size: 15px;
  }

  a.btn-01 {
    width: 80%;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    background-position: center right 15px;
  }
  .column5 ul {
    width: 100%;
    padding: 27px 10px 27px;
  }
  .column5  ul.tab-btn li{
    width: 48%;
    margin-right: 1.666%;
    float: left;
    display: block;
    height: 45px;
    line-height: 45px;
  }
  ul.tab-btn li p {
    display: inherit;
    vertical-align: inherit;
  }
  .column5  ul.tab-btn li:nth-child(2n){
    margin-right: 0%;
  }
  .column5 ul li:nth-child(5n){
    margin-right: 4%;
  }
  .column5  ul.tab-btn li:nth-child(6){
    line-height: 22px;
  }
  .column5 ul.tab-btn li:nth-child(5n) {
    margin-right: 1.666%;
  }
}


/* results
------------------------------------------------------------ */
.recipe-under-search {}
.under-search {
  padding: 24px 0;
  background-color: #918769;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .under-search {
    padding: 17px 0;
  }
  .under-search form {
    margin: 0 auto;
  }
}

.area-results {
  margin-bottom: 50px;
  padding-top: 40px;
}
.area-results .ttl-01 {
  margin-bottom: 35px;
  padding-top: 25px;
  border-top: 3px solid #e10000;
  font-size: 30px;
}
.area-results .ttl-01 span {
  margin-left: 10px;
  font-size: 20px;
}
@media only screen and (max-width: 640px) {
  .area-results {
    margin-bottom: 50px;
    padding-top: 20px
  }
  .area-results .ttl-01 {
    margin-bottom: 23px;
    padding: 20px 20px 0;
    border-top: 2px solid #e10000;
    font-size: 17px;
    margin: 0 -20px;
  }
  .area-results .ttl-01 span {
    display: block;
    margin: 10px 0 0 0;
    font-size: 13px;
  }
}

/* box-results-header */
.area-results .box-results-header {
  margin-bottom: 35px;
}
.area-results .box-results-header .word dt {
  display: inline-block;
}
.area-results .box-results-header .word dd {
  display: inline-block;
}
.area-results .box-results-header .word dd li {
  display: inline;
}
.area-results .box-results-header .word dd li a {
  margin-left: 10px;
  color: #231815;
  text-decoration: none;
}
.area-results .box-results-header .word dd li a:hover{
  text-decoration: underline;
}
.area-results .box-results-header .sort {
  float: left;
  margin: 3px 0 15px;
  display: table;
}
.area-results .box-results-header .sort dt {
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
}
.area-results .box-results-header .sort dd {
  /* display: inline-block; */
}
.area-results .box-results-header .sort dd li {
  display: inline-block;
  margin-right: 3px;
}
.area-results .box-results-header .sort dd li a {
  display: block;
  width: 178px;
  padding: 15px 0;
  border: 1px solid #837d7b;
  text-align: center;
}
.area-results .box-results-header .sort dd li a:hover {
  text-decoration: none;
}
.area-results .box-results-header .sort dd li.is-current a {
  background-color: #eeede9;
}
.area-results .box-results-header .display {
  float: right;
  margin: 3px 0 15px;
}
.area-results .box-results-header .display dt {
  display: inline-block;
}
.area-results .box-results-header .display dd {
  display: inline-block;
}
.area-results .box-results-header .display dd li {
  display: inline-block;
}
.area-results .box-results-header .display dd li a {
  display: block;
  width: 60px;
  padding: 15px 0;
  border: 1px solid #837d7b;
  text-align: center;
}
.area-results .box-results-header .display dd li a:hover {
  text-decoration: none;
}
.area-results .box-results-header .display dd li.is-current a {
  background-color: #eeede9;
}
@media only screen and (max-width: 640px) {
  .area-results .box-results-header {
    margin-bottom: 13px;
  }
  .area-results .box-results-header .word {
    font-size: 12px;
  }
  .area-results .box-results-header .sort {
    float: none;
    margin: 6px 0 18px;
  }
  .area-results .box-results-header .sort dt {
    display: none;
  }
  .area-results .box-results-header .sort dd {
    display: block;
  }
  .area-results .box-results-header .sort dd ul {
    border-top: 1px solid #837d7b;
    border-left: 1px solid #837d7b;
  }
  .area-results .box-results-header .sort dd li {
    display: block;
    float: left;
    width: 50%;
    margin-right: 0;
  }
  .area-results .box-results-header .sort dd li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-top: none;
    border-left: none;
    font-size: 12px;
  }
  .area-results .box-results-header .display {
    /* float: right; */
    /* margin: 0; */
    /* font-size: 12px; */
    display: none;
  }
  .area-results .box-results-header .display dd li a {
    display: block;
    width: 35px;
    padding: 10px 0;
    border: 1px solid #837d7b;
    text-align: center;
  }
}

/* box-results */
.area-results .box-results .list-results > li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
}
.area-results .box-results .list-results > li > a{
  text-decoration: none;
}
.area-results .box-results .list-results > li > a > figure{
  overflow: hidden;
}
img {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (min-width: 641px) {
  .area-results .box-results .list-results > li:hover{
    background: rgba(146, 135, 105, 0.2);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .area-results .box-results .list-results > li:hover > a > figure > img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.4;
  }
  .area-results .box-results .list-results > li:hover img{
    opacity: 0.8;
  }
}
.area-results .box-results .list-results > li:nth-child(4n) {
  margin-right: 0;
}
.area-results .box-results .list-results > li > img {
  width: 100%;
}
.area-results .box-results .list-results li dl {
  padding: 15px;
}
.area-results .box-results .list-results li dt {
  /* height: 2.5em; */
  line-height: 1.3;
  font-weight: bold;
}
.area-results .box-results .list-results li dt .detail-txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 2.5em;
  font-size: 13px;
  margin-top: 10px;
}
.area-results .box-results .list-results li dd {
  margin-top: 1em;
  padding-top: 12px;
  border-top: 1px solid #d5d5d5;
  color: #65562d;
  font-size: 13px;
}
.area-results .box-results .list-results li dd li p.item-ttl{
  position: relative;
  width: 94%;
  margin-bottom: 21px;
  padding: 4px 0px 5px;
  background-color: #807658;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  text-align: center;
}
.area-results .box-results .list-results li dd li p.item-ttl::before {
  content: "";
  display: block;
  position: absolute;
  right: -7px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  margin-left: -7px;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #918769;
  z-index: 1;
}
.area-results .box-results .list-results li dd .item .item-list .item-name{
  margin-bottom: 21px;
  word-break: break-all;
}
.area-results .box-results .list-results li dd .detail {
  float: left;
  width: 50%;
  padding-top: 22px;
}
.area-results .box-results .list-results li dd .detail.detail02 {
  padding-top: 0;
}
.area-results .box-results .list-results li dd .detail li {
  margin-bottom: 3px;
}
.area-results .box-results .list-results li dd .detail img {
  margin-right: 3px;
}
.area-results .box-results .list-results li dd .item {
  float: right;
  width: 47%;
}
.area-results .box-results .list-results li dd .item .item-list {
  text-align: center;
}
.area-results .box-results .list-results li dd .item .item-list li p {
  margin-top: 5px;
  font-size: 12px;
}

@media only screen and (max-width: 640px) {
  .area-results .box-results .list-results {
    padding: 0 0;
  }
  .area-results .box-results .list-results li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .area-results .box-results .list-results li dl {
    padding: 20px 15px 0 10px;
  }
  .area-results .box-results .list-results li dt {
    height: auto;
    font-size: 18px;
  }
  .area-results .box-results .list-results li dd {
    padding-top: 10px;
  }
  .area-results .box-results .list-results li dd .item .item-ttl {
    padding: 5px 0 4px;
    font-size: 14px;
  }
  .area-results .box-results .list-results figure img {
    width: 100%;
    object-fit: cover;
  }
  .area-results .box-results .list-results .item figure img {
    width: inherit;
    object-fit: inherit;
    height: inherit;
  }
}


/* box-results-footer */
.area-results .box-results-footer .pager {
  text-align: center;
}
.area-results .box-results-footer .pager a,
.area-results .box-results-footer .pager span {
  display: inline-block;
  width: 55px;
  margin: 0 3px 8px;
  padding: 15px 0;
  border: 1px solid #837d7b;
  font-size: 16px;
  text-align: center;
}
.area-results .box-results-footer .pager span {
  background-color: #eeede9;
}
@media only screen and (max-width: 640px) {
  .area-results .box-results-footer .pager a,
  .area-results .box-results-footer .pager span {
    width: 35px;
    padding: 10px 0;
    font-size: 12px;
  }
}

@media only screen and (max-width: 640px) {
  .area-top{
    background-color: #f9dcde;
  }
  .area-top .only-pc,
  .modal-btn .only-pc { display: none; }
  .area-top .only-sp,
  .modal-btn .only-sp { display: inline-block; }
}
@media only screen and (max-width: 640px) {
  .fix-box {
    padding: 0 0 2px 0;
  }
  .btn-search-condition li {
    display: inline-block;
    margin: 0;
    padding: 7px 0;
    font-size: 13px;
    background-position: center right 4px;
  }
  .btn-search-condition li span{
    padding-right: 7px;
  }
  .select-txt{
    padding: 5px 0;
  }
  .select-txt p{
    font-size: 13px;
    margin: 0;
  }
  .select-txt p:last-child{
    margin-left: 6px;
  }
  .select-txt p span{
    font-size: 13px;
  }
  .hit-area{
    padding: 6px 10px 9px 10px;
  }
  .contents-inner .select-txt p span.txt-bold{
    font-size: 13px;
  }
  .btn-search-condition li.condition-results{
    position: absolute;
    bottom: 10px;
    left: 30%;
    width: 33%;
    height: 34px;
    padding: 0;
    line-height: 32px;
    display: none;
  }
  .select-txt p span.txt-bold{
    font-size: 14px;
  }
  .hit-area.modal-open {
    padding-top: 6px;
    position: relative;
  }
  .hit-area.modal-open .box-foodstuff ul:first-child{
    display: block;
    position: absolute;
    top: 12px;
    left: 20px;
  }
  .hit-area.modal-open p.hit-txt {
    display: block;
    text-align: left;
  }
  .btn-search-condition li.select-product,.btn-search-condition li.select-condition{
    width: 48%;
    float: left;
  }
  .btn-search-condition li.select-product{
    margin-right: 4%;
  }
  .hit-area.modal-open .btn-search-condition li.select-product,.hit-area.modal-open .btn-search-condition li.select-condition{
    float: right;
    box-shadow: 0 0 0;
  }
  .hit-area.modal-open .select-light{
    padding: 3px 0 0 0;
  }
  .hit-area.modal-open .btn-search-condition li.select-product{
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .remodal {
    padding-top: 60px;
  }
  .remodal-close {
    position: absolute;
    top: -40px;
    right: 0;
  }
  .remodal-close::before {
    font-size: 50px;
    color: #fff;
  }
}

@media only screen and (max-width: 1320px) {
  .modal-content {
    max-width: 85%;
  }
}
@media only screen and (max-width: 640px) {
  .modal-content {
    max-width: 100%;
  }
  .modal-content {
    padding: 0 0;
    margin: 0 20px;
  }
}

@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;
  }
}

/* modal search box */
@media only screen and (max-width: 640px) {
  ul.tab-btn li{
    margin-bottom: 14px;
  }
  .box-category-search{
    max-width: 100%;
    width: 100%;
  }
  .ttl-category,.column7{
    float: none;
  }
  .ttl-category{
    width: 100%;
    height: 25px;
    font-size: 12px;
    margin-right: 0;
    padding: 0 20px;
    background-color: #d3cfc3;
    color: #63542d;
    border-top: 1px solid #bab7b0;
    border-bottom: 1px solid #bab7b0;
    line-height: 25px;
    margin-top: -1px;
  }
  .column7{
    width: 100%;
  }
  .column7 ul.tab-btn{
    width: 100%;
    padding: 37px 20px 27px;
  }
  .column7 ul.tab-btn li{
    width: 48%;
    margin-right: 4%;
    height: 45px;
    font-size: 13px;
  }
  .column7 ul.tab-btn li:nth-child(7n){
    margin-right: 4%;
  }
  .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.area-tab li input[type="checkbox"]:checked + label:after{
    background-size: 14px 14px;
  }
  ul.theme-area li input[type="radio"]:checked + label:after{
    background-size: 15px 15px;
    top: 14px;
  }
  ul.theme-area li input[type="checkbox"]:checked + label:after {
    background-size: 14px 14px;
    width: 14px;
    height: 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;
  }
  .box-in-detail > p span{
    display: block;
    box-shadow:0 0 3px 1px rgba(0,0,0,.2);
    background: url("/shared/img/svg/bt_down02.svg")no-repeat 70% center;
    background-size: 45px 30px;
  }
  .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;
    min-height: 60px;
    border-right: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    word-break: break-all;
  }
  ul.theme-area.list04 li,ul.theme-area .list15-1-2 li,ul.theme-area.list15-11 li{
    min-height: 60px;
    height: auto;
  } 
  ul.theme-area li:nth-child(3n){
    border-right: none;
  }
  ul.theme-area li label{
    padding: 0 5px 0 26px;
    height: 100% ;
  }
  ul.theme-area li label:after {
    content: "";
    width: 13px;
    height: 13px;
    background-size: 13px 13px;
    position: absolute;
    left: 8px;
    top: 1px;
    bottom: 0;
    margin: auto;
  }
  ul.theme-area li input[type="radio"] + label:after {
    top: 0;
  }
  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: 100px;
    height: 60px;
    right: 0;
  }
  ul.toggle-theme span:after{
    top: 13px;
    right: 13px;
  }
  .box-foodstuff ul.toggle-theme{
    margin-top: -1px;
  }
  .box-foodstuff ul.toggle-theme li{
    border-top: 1px solid #b7b7b7;
    margin-top: -1px;
  }
  .toggle-search ul.toggle-in{
    background-color: #eeede9;
    border: none;
  }
   .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;
  }
  ul.list15-1-2 li:nth-child(3),ul.list15-1-3 li:nth-child(3){
    border-top: 1px solid #b7b7b7;
  }
}
.modal-content-bg{
  width: 100%;
  height: 100%;
  position: absolute;
  margin-top: -25px;
}
@media only screen and (max-width: 640px) {
  .modal-content-bg{
    margin-top: -60px;
  }
}

.area-top .btn-toggle{
  overflow: hidden;
  text-indent: -9999px;
  height: 41px;
  width: 41px;
  background-color: #000;
  border-radius: 25px;
  position: absolute;
  left: 25px;
  bottom: 40px;
  cursor: pointer;
  display: none;
  -moz-transition: bottom 0.3s linear;
  -webkit-transition: bottom 0.3s linear;
  -o-transition: bottom 0.3s linear;
  -ms-transition: bottom 0.3s linear;
  transition: bottom 0.3s linear;
}
.area-top .btn-toggle.open-toggle{
  bottom: 161px;
}
.area-top .btn-toggle:after{
  content: "";
  width: 30px;
  height: 5px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.area-top .btn-toggle:before{
  content: "";
  width: 30px;
  height: 5px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -moz-transition: -moz-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.area-top .btn-toggle.open-toggle:before{
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media only screen and (max-width: 640px) {
  .area-top .btn-toggle.open-toggle{
    bottom: 108px;
  }
  .area-top .btn-toggle{
    bottom: 20px;
    left: 20px;
  }
}
ul.column.col4 li figure {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
ul.column.col4 li a{
  text-decoration: none;
}
ul.column.col4 figure img {
  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform 0.2s linear;
}
@media only screen and (min-width: 641px) {
  ul.column.col4.tokusyu li:hover {
    background: rgba(146, 135, 105, 0.2);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  ul.column.col4 li:hover figure img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.4;
  }
}
.box_banner {
  margin-bottom: 45px;
  overflow: hidden;
}
.btn_banner {
  display: table;
  width: 75%;
  border: 1px solid #867c5e;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.btn_banner:hover {
  text-decoration: none;
}
.btn_banner::after {
  content: "";
  background: url(/shared/img/svg/ar01.svg) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  width: 8px;
  height: 18px;
  right: 20px;
}
.btn_banner:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.6;
}
.box_img {
  width: 50%;
  display: table-cell;
  background: url(/recipe/img/banner_pc.png) no-repeat;
  vertical-align: middle;
  background-position-x: 100%;
  background-size: cover;
}
.box_txt {
  color: #282828;
  font-size: 15px;
  line-height: 21px;
  width: 50%;
  padding-left: 10px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: table-cell;
  vertical-align: middle;
}
.box_txt h5 {
  color: #dd0003;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .box_banner {
    margin-top: 15px;
    margin-bottom: 15px;
    background: url(/recipe/img/banner_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom -47px;
  }
  .box_banner a {
    margin-top: 0;
    padding-top: 5px;
  }
  .box_banner a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: .55;
    z-index: 1;
  }
  .box_banner a:after {
    z-index: 2;
  }
  .area-results .box-results-header .sort {
    display: block;
  }
  .btn_banner {
    width: 100%;
    margin-top: 25px;
    display: table;
    background: none;
  }
  .box_img {
    text-align: center;
    float: none;
    vertical-align: inherit;
    background-image: none;
    width: 100%;
    display: block;
    height: auto;
    padding-top: 0;
    z-index: 2;
    position: relative;
    display: none;
  }
  .box_img img {
  }
  .box_img img.only-pc {
    display: none;
  }
  .box_img img.only-sp {
    margin: 0 auto;
  }
  .box_txt {
    vertical-align: middle;
    float: none;
    width: 100%;
    display: block;
    padding: 5px 14px 5px 5px;
    z-index: 2;
    position: relative;
  }
  .box_txt br.only-pc {
    display: none;
  }
  .box_txt h5 {
    font-size: 15px;
    margin-bottom: 6px;
  }
}
@media (min-width: 641px) {
  .box_img img {
    width: 190px;
  }
}
@media (max-width:480px) {
  .box_txt {
    font-size: 11px;
    padding: 5px;
    padding-right: 14px;
    line-height: 1.4;
  }
  .btn_banner::after {
    right: 5px;
  }
}
/*190524 add sp ui imp*/
@media only screen and (max-width: 640px) {
  .recipe-top .contents-inner > #breadcrumb {
    display: block;
  }
  .recipe-top .contents-inner > #breadcrumb ul {
    display: block;
  }
  .recipe-top .contents-inner > #breadcrumb li {
    display: inline-block;
    margin: 3px 0;
  }
  .recipe-top .contents-inner > #breadcrumb li a {
    color: #e10000;
    text-decoration: underline;
  }
  .recipe-top .contents-inner > #breadcrumb li a:hover {
    color: #231815;
    text-decoration: none;
  }
  .recipe-top #breadcrumb {
    opacity: 0;
    visibility: hidden;
  }
  .recipe-top #breadcrumb .ttle-page-name {
    display: none;
  }
  .recipe-top {
    position: relative;
  }
  
  .recipe-top {
    padding-bottom: 0px;
    position: relative;
  }

  .recipe-top.bcsp .contents-inner > #breadcrumb {
    border-top: 2px solid #e10000;
    padding-top: 5px;
    position: absolute;
    left: 20px;
    bottom: 0;
    width: calc(100% - 40px);
    opacity: 1;
    visibility: visible;
  }
  .recipe-top + .area-results .ttl-01 {
    border-top: none;
    padding-top: 15px;
    width: calc(100% - 100px);
  }
}
/* 190729 add sp ui 03*/
.area-results > .contents-inner {
  position: relative;
}
.to-search {
  display: none;
}
.to-search {
  display: block;
  padding: 12px 18px 12px 25px;
  border: 1px solid #837d7b;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  background: url(/shared/img/svg/ar08.svg) no-repeat center left 9px;
  position: absolute;
  top: 30px;
  right: 0;
  display: none;
}
.to-search:hover {
  text-decoration: none;
}
/*#disp_result {
  padding-right: 125px;
}*/
@media only screen and (max-width: 640px) {
/*  #disp_result {
    padding-right: 20px;
  }*/
  .to-search {
    /* float: left; */
    padding: 10px 35px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    display: block;
    top: 10px;
    right: 20px;
  }
}

/* 190729 add sp ui 04*/
.list-results .oishiso {
  float: left;
  width: 120px;
  position: relative;
  height: 32px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 18px;
  padding-top: 5px;
  padding-left: 104px;
}
.list-results .oishiso .oishiso_heart {
  width: 32px;
  height: 32px;
  border: solid 2px #e10000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 1;
}
.list-results .oishiso .oishiso_heart img {
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 3px;
  margin-left: 2px;
}
.list-results .oishiso .oishiso_txt {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  background-color: #e10000;
  display: inline-block;
  padding: 4px 4px 5px 8px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; 
  position: absolute;
  left: 27px;
  top: 5px;
  text-align: left;
}

