@charset "UTF-8";

/* ======================================= */
/* レシピトップ                              */
/* ======================================= */
.recipe_sec {
  margin: 0 0 50px 0;
}
.recipe_sec .recipe_sec_inner {
  margin: 0 15px;
}
.recipe_sec a {
  display: block;
}

.recipe_slide_wrap {
  position: relative;
}
.slide_control {
  position: static;
  display: flex;
  justify-content: center;
align-items: center;margin: 10px 0;}
.slide_control .swiper-button-prev,
.slide_control .swiper-button-next,
.slide_control .swiper-pagination {
	position: static;
	margin: 10px;
}
.slide_control .swiper-pagination-bullet {
	margin: 0 5px 0 5px;
}
.slide_control .swiper-pagination-bullet-active {
	background: #868686;
}
div[class*="swiper-prev_"], div[class*="swiper-next_"]
{
  /* position: absolute; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  width: 13.5px;
  height: 18px;
  /* z-index: 10; */
  /* cursor: pointer; */
  background-size: 9px 15px;
  background-position: center;
  background-repeat: no-repeat;
margin: 4px 10px 0;}
div[class*="swiper-next_"] {
	background-image: url(/img/main/2020/slider_arrow_right.png);
	background-color: transparent;
	/* right: -24px; */
}
div[class*="swiper-prev_"] {
	background-image: url(/img/main/2020/slider_arrow_left.png);
	background-color: transparent;
	/* left: -24px; */
}
div[class*="swiper-prev_"].swiper-button-disabled,
div[class*="swiper-next_"].swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}


.recipe_sec h2 {
	border-bottom: 1px solid #000000;
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 16px 0px;
  /* position: relative; */
text-align: center;}
.recipe_sec .recipe_bnr {
  margin: 0 0 20px 0;
}

/* t_link */
.recipe_sec .t_link li {
  margin: 20px 0;
  font-size: 1rem;
}
.recipe_sec .t_link li.align_r {
  text-align: right;
}
.recipe_sec .t_link li.align_l {
  text-align: left;
}
.recipe_sec .t_link li.align_r a:after, .recipe_sec .t_link li.align_l a:before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url(/sp/img/common/arr2.png);
  background-size: contain;
  vertical-align: text-bottom;
}
.recipe_sec .t_link li.align_r a:after {
  margin-left: 10px;
}
.recipe_sec .t_link li.align_l a:before {
  margin-right: 10px;
}
.recipe_sec .t_link a.arr_t:after, .recipe_sec .t_link a.arr_t:before {
  transform: rotate(0deg);
}
.recipe_sec .t_link a.arr_r:after, .recipe_sec .t_link a.arr_r:before {
  transform: rotate(90deg);
}
.recipe_sec .t_link a.arr_b:after, .recipe_sec .t_link a.arr_b:before {
  transform: rotate(180deg);
}
.recipe_sec .t_link a.arr_l:after, .recipe_sec .t_link a.arr_l:before {
  transform: rotate(270deg);
}

/* detail_link */
.recipe_sec .detail_link {
  width: 100%;
  margin: 0 auto;
}
.recipe_sec .detail_link a {
  padding: 14px 30px 14px 20px;
  text-align: center;
  display: block;
  color: #000;
  font-size: 15px;
  /* font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; */
  background-color: #fff;
  position: relative;
  border:solid 1px #c4c4c4;
}
.recipe_sec .detail_link a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

/* recipe_half_box */
.recipe_sec .recipe_half_box {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.recipe_sec .recipe_half_box .half_item {
  margin-bottom: 10px;
  width: 49%;
}
.recipe_sec .recipe_half_box .half_item:nth-child(odd) {
  margin-right: 2%;
}
.recipe_sec .recipe_half_box .half_item p {
  padding: 10px 0;
  font-size: 0.9rem;
}
.recipe_sec .recipe_half_box .half_item p:after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 4px 5px;
}

.recipe_slide2 .swiper-slide,
.recipe_slide3 .swiper-slide {
  border: 1px solid #ececec;
  background: #fff;
}
.recipe_slide2 .swiper-slide img,
.recipe_slide3 .swiper-slide img {
  width: 100%;
  height: auto;
}
.recipe_slide2 .swiper-slide p,
.recipe_slide3 .swiper-slide p {
  padding: 10px;
  font-size: 16px;
}


/* ======================================= */
/* 以下、np用CSS                            */
/* ======================================= */

.searchrecipe_item {
  width: 100%;
  border: 1px solid #eaeaea;
  border-top: 5px solid #c9b351;
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.searchrecipe_item a {
  display: block;
  width: 100%;
}  
.searchrecipe_item .sr_l {
  width: 46%;
}
.searchrecipe_item .sr_r {
  width: 54%;
  padding: 6px 0;
}
.searchrecipe_item .sr_img {
  width: 100%;
  height: auto;
}
.searchrecipe_item .sr_btm {
  margin: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.searchrecipe_item .sr_btm_l {
  box-sizing: border-box;
  width: 76%;
  padding: 0 10px 0 0;
  border-right: 1px solid #ddd;
}
.searchrecipe_item .sr_name {
  font-size: 4vw;
  font-weight: bold;
  width: 100%;
  margin: 0 0 4px;
}
.searchrecipe_item .sr_rate {
  margin: 0 0 2px;
  width: 100%;
}
.searchrecipe_item .sr_rate .star5_rating {
	position: relative;
	z-index: 0;
	display: inline-block;
	white-space: nowrap;
	color: #e7e7e4;
  letter-spacing: 0.1em;
}
.searchrecipe_item .sr_rate .star5_rating:before,
.searchrecipe_item .sr_rate .star5_rating:after {
  content: '★★★★★';
}
.searchrecipe_item .sr_rate .star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #f5ad01;
}
.searchrecipe_item .sr_rate .star5_rating[data-rate="5"]:after{ width: 100%; }
.searchrecipe_item .sr_rate .star5_rating[data-rate="4.5"]:after{ width: 90%; }
.searchrecipe_item .sr_rate .star5_rating[data-rate="4"]:after{ width: 80%; }
.searchrecipe_item .sr_rate .star5_rating[data-rate="3.5"]:after{ width: 70%; }
.searchrecipe_item .sr_rate .star5_rating[data-rate="3"]:after{ width: 60%; }
.searchrecipe_item .sr_rate .star5_rating[data-rate="2.5"]:after{ width: 50%; }
.searchrecipe_item .sr_rate .star5_rating[data-rate="2"]:after{ width: 40%; }
.searchrecipe_item .sr_rate .star5_rating[data-rate="1.5"]:after{ width: 30%; }
.searchrecipe_item .sr_rate .star5_rating[data-rate="1"]:after{ width: 20%; }
.searchrecipe_item .sr_rate .star5_rating[data-rate="0.5"]:after{ width: 10%; }
.searchrecipe_item .sr_rate .star5_rating[data-rate="0"]:after{ width: 0%; }
.searchrecipe_item .sr_gray {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.searchrecipe_item .sr_product {
  color: #666;
  font-size: 3.8vw;
  margin-right: 10px;
  font-weight: bold;
}
.searchrecipe_item .sr_time {
  color: #999;
  font-size: 3.8vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.searchrecipe_item .sr_time:before {
  content: '';
  width: 3.8vw;
  height: 3.8vw;
  margin-right: 4px;
}
.searchrecipe_item .sr_time:before {
  background: url(/img/common/time.svg) no-repeat center center;
  background-size: contain;
}
.searchrecipe_item .sr_btm_r {
  width: 24%;
  box-sizing: border-box;
  padding: 0 0 0 10px;
}
.searchrecipe_item .sr_fav {
  font-size: 3vw;
  padding: 10px 0;margin: 0;
  text-align: center;
}
.searchrecipe_item .sr_fav:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 8px;
}
.searchrecipe_item .sr_fav.fav_off:before {
  background: url(/img/common/fav_off.svg) no-repeat;
  background-size: contain;
}
.searchrecipe_item .sr_fav.fav_on:before {
  background: url(/img/common/fav_on.svg) no-repeat;
  background-size: contain;
}

.searchrecipe_notfound_box {
  border: 1px solid #eaeaea;
  background: #fff;
  padding: 20px;
  margin-top: 30px;
}
.searchrecipe_notfound_box p:not(:last-of-type) {
  margin-bottom: 10px;
}
.searchrecipe_notfound_box .sr_nf_ttl {
  font-size: 16px;
  font-weight: bold;
}
.searchrecipe_notfound_box .sr_nf_link a {
  color: #80590e;
  text-decoration: underline;
  margin-right: 10px;
  display: inline-block;
}

.searchrecipe_sort_box {
  padding: 0px 15px;
  margin: 20px 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.searchrecipe_sort_box .sr_sort_item {
  width: 48%;
}
.sr_sort_select_wrap {
  position: relative;
}
.sr_sort_select_wrap:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 8px solid #000;
  position: absolute;
  top: 6px;
  bottom: 0;
  right: 16px;
  margin: auto;
}
.sr_sort_select {
  border: 1px solid #c0c0c0;
  border-radius: 0px;
  background: #fff;
  width: 100%;
  padding: 16px;
  font-size: 3.5vw;
  appearance: none;
  -webkit-appearance: none;
}
.sr_condition_btn {
  line-height: 1;
  padding: 18px 16px;
  font-size: 3.5vw;
  position: relative;
  background-color: #555555;
  color: #fff;
}
.sr_condition_btn:before,
.sr_condition_btn:after {
  content: '';
  width: 10px;
  height: 0px;
  border-top: 2px solid #bba851;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  transition: 0.2s;
}
.sr_condition_btn:not(.active):after {
  transform: rotate(90deg);
}

.searchrecipe_condition_box {
  margin: 0px 15px 20px;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  display: none;
}
.searchrecipe_condition_box.recipetop {
  display: block;
}
.sr_condition_item {
  border-bottom: 1px solid #bdbdbd;
  padding: 20px 15px;
}
.sr_condition_item:last-child {
  border: none;
}
.sr_condition_item dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.sr_condition_item dd {}

.searchrecipe_condition_box select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0px 0px 0px 10px;
}

.searchrecipe_condition_box .check_list,
.searchrecipe_condition_box .radio_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.searchrecipe_condition_box .check_list li,
.searchrecipe_condition_box .radio_list li {
  width: 48%;
  margin-bottom: 10px;
  display: table;
}
.searchrecipe_condition_box .check_list input[type="checkbox"],
.searchrecipe_condition_box .radio_list input[type="radio"] {
	display:none;
}
.searchrecipe_condition_box .check_list label,
.searchrecipe_condition_box .radio_list label {
	border:1px solid #bdbdbd ;
	width:100%;
	height: 50px;
	line-height: 1.2;
	position:relative;
	padding: 0 20px 0 40px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.searchrecipe_condition_box .check_list label:after,
.searchrecipe_condition_box .radio_list label:after {
	content:"";
  position:absolute;
	top: 0;
	bottom: 0;
  left:10px;
	height: 20px;
	width: 20px;
	margin: auto;
}
.searchrecipe_condition_box .check_list label:after {
	background: url(https://www.kubara-jp.pro/sp/img/search/check_ico_off.png) no-repeat;
	background-size: cover;
  position:absolute;
}
.searchrecipe_condition_box .check_list input[type="checkbox"]:checked + label {
  background-color: #c0c0c0;
  color: #fff;
}
.searchrecipe_condition_box .check_list input[type="checkbox"]:checked + label:after {
  background-image: url(https://www.kubara-jp.pro/sp/img/search/check_ico_on.png);
}
.searchrecipe_condition_box .radio_list label:after {
  border: 1px solid #e0e0e0;
  border-radius: 20px;
}
.searchrecipe_condition_box .radio_list input[type="radio"]:checked + label {
  background-color: #c0c0c0;
  color: #fff;
}
.searchrecipe_condition_box .radio_list input[type="radio"]:checked + label:after {
  border: 1px solid #000;
  border-radius: 20px;
}
.searchrecipe_condition_box .radio_list input[type="radio"]:checked + label:before {
  content:"";
  position:absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  height: 14px;
  width: 14px;
  margin: auto;
  background: #000;
  border-radius: 14px;
}

.sr_condition_submitbtn {
  position: relative;
  height: 100%;
  margin: 0 15px 20px;
}
.sr_condition_submitbtn:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -3.5px 0px 0px 0px;
}
.sr_condition_submitbtn input[type="submit"] {
  width: 100%;
  border: none;
  border-radius: 0px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  position: relative;
  height: 55px;
  font-weight: bold;
  font-size: 16px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  box-sizing: border-box;
}
.sr_condition_closebtn {
  height: 58px;
  line-height: 58px;
  padding: 0px;
  border-top: 2px solid #555555;
}
.sr_condition_closebtn span {
  display: block;
  width: 50px;
  margin: 0px auto;
  padding: 0px 10px;
  position: relative;
  line-height: 58px;
}
.sr_condition_closebtn span:after {
  content: "-";
  position: absolute;
  right: 0px;
  margin: -2px 0px 0px 0px;
  color: #bba851;
  font-size: 27px;
}
.sr_search_box .sr_search_keywordform input[type="text"] {
  height: 39px;
  line-height: 39px;
  padding: 10px 10px;
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #000;
  border-right: none;
}
.sr_search_box .sr_search_keywordform input[type="submit"] {
  border: none;
  height: 39px;
  width: 39px;
  background-color: #222222;
  background-image: url(https://www.kubara-jp.pro/sp/img/common/searchbox_ico.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 26px;
  text-indent: -9999px;
}
.sr_search_keywordform {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.sr_search_keywordform li:first-child {
  width: calc(100% - 39px);
}
.sr_search_keywordform li:last-child {
  width: 39px;
}
.sr_search_keyword {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sr_search_keyword a {
  color: #80590e;
  text-decoration: underline;
  margin-right: 10px;
}

.sr_search_modal {
  display: none;
  width: 80vw;
  height: 70vh;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 9999;
  overflow-y: scroll;
}
.sr_search_modal .sr_search_keywordform {
  margin: 0;
}
.sr_search_modal .sr_search_suggest {
  border: 2px solid #000;
  border-top: none;
  height: calc(100% - 39px);
  overflow-y: scroll;
}

.sitemlist_box {
  padding-bottom: 0;
}

/* ======================================= */
/* 以下、npデフォルトに改修を加えたもの         */
/* ======================================= */
/**
 * モバイル用のCSS
 */

/* === === === リセットスタイル === === === */
.bl_npSuggestContainerMobile {
	box-sizing: border-box;
	font-size: 16px;
	color: #545454;
	line-height: 1;
}
.bl_npSuggestContainerMobile * {
	word-break: break-all; /* 文字の改行に関する禁則処理を解除してどこでも開業できるようにする */
	word-wrap: break-word; /* 必要に応じて単語の途中で改行 */
	-ms-overflow-style: none; /* IE でスクロールバーを表示しない */
	margin: 0;
	padding: 0;
	border:0;
	outline:0;
	box-sizing: border-box;
	font-family: sans-serif;
	vertical-align:baseline;
	background:transparent;
}
.bl_npSuggestContainerMobile *::-webkit-scrollbar{
	width: 0;
	height: 0;
 }
.bl_npSuggestContainerMobile a {
	color: #545454;
	text-decoration: none;
}
/* === === === モジュール === === === */
/* --- --- --- コンテナ --- --- --- */
.bl_npSuggestContainerMobile {
	position: absolute;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: calc(100% - 60px);
	margin-top: 1px;
  width: 100%;
}
.bl_npSuggestContainerMobile .bl_npSuggestContainerMobile_searchboxComponent {
	width: 100%;
	margin: 0;
	background-color: #fff;
}
.bl_npSuggestContainerMobile .bl_npSuggestContainerMobile_eventComponent {
	width: 100%;
	background-color: #fff;
}
/* --- --- --- サジェスト --- ---- --- */
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList {
	border: 0;
	margin-bottom: 1px;
	padding: 0.75em 1em;
}
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_header {
	display: none;
}
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_body {
	display: flex;
	justify-content: center;
	flex-direction: column;
	overflow-y: auto;
}
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_body::after {
	content: '';
	padding: .25em;
}
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_body::-webkit-scrollbar{
	width: 0;
	height: .3em;
}
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_body::-webkit-scrollbar-track{
	border-radius: .5em;
	box-shadow: inset 0 0 2px #d4d9dc;
}
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_body::-webkit-scrollbar-thumb{
	background: #666;
	border-radius: .5em;
	box-shadow: none;
}

.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_querys {
	padding-bottom: .5em;
	margin-bottom: 0.8em;
  border-bottom: 1px dotted #C8C8C8;
}
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_item {
	display: flex;
	align-items: stretch;
	cursor: pointer;
	flex-shrink: 0;
	background-color: #fff;
}
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_item:last-child {
	margin-right: 0;
}
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_item:focus,
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_item:hover {
	color: #fff;
	border-color: #f1f1f1;
	background-color: #f1f1f1;
}
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_query_item {
  display: block;
  padding: 0.25em 0;
  border-bottom: none;
	cursor: pointer;
}
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_item .el_npSuggestAnnotationLabel {
	display: none;
}
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_item > * {
	margin-right: .5em;
}
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_item > *:first-child {
	margin-left: 0;
}
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_label {
	display: flex;
	align-items: center;
	flex-grow: 0;
	flex-shrink: 0;
	padding: .5em 0;
}
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_keyword {
	display: flex;
	align-items: center;
	flex-grow: 1;
	white-space: nowrap;
	overflow-x: auto;
	padding: .5em 0;
}
/* --- --- --- サーチコンポーネント --- ---- --- */
.bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList {
	border: 0;
	margin-bottom: 1px;
}
.bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_header {
	display: none;
}
.bl_npSuggestContainerMobile .bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_body {
	display: flex;
	justify-content: flex-start;
	padding: .5em;
	overflow-y: auto;
}
.bl_npSuggestSearchKeywordList_body::after {
	content: '';
	padding: .25em;
}
.bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_body::-webkit-scrollbar{
	width: 0;
	height: .3em;
}
.bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_body::-webkit-scrollbar-track{
	border-radius: .5em;
	box-shadow: inset 0 0 2px #d4d9dc;
}
.bl_npSuggestContainerMobile .bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_body::-webkit-scrollbar-thumb{
	background: #666;
	border-radius: .5em;
	box-shadow: none;
}
.bl_npSuggestSearchKeywordList_item {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	cursor: pointer;
	flex-shrink: 0;
	border-radius: .25em;
	margin-right: .5em;
	border: 1px solid #d4d9dc;
	background-color: #fff;
}
.bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_item:last-child {
	border-bottom: 1px solid #d4d9dc;
	margin-right: 0;
}
.bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_item:focus,
.bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_item:hover {
	color: #fff;
	border-color: #f1f1f1;
	background-color: #f1f1f1;
}
.bl_npSuggestContainerMobile .bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_item .el_npSuggestAnnotationLabel {
	display: none;
}
.bl_npSuggestSearchKeywordList_item > * {
	margin-right: .5em;
}
.bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_item > *:first-child {
	margin-left: .5em;
}
.bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_label {
	display: flex;
	align-items: center;
	flex-grow: 0;
	flex-shrink: 0;
	padding: .75em 0;
}
.bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_keyword {
	display: flex;
	align-items: center;
	flex-grow: 1;
	white-space: nowrap;
	overflow-x: auto;
	padding: .75em 0;
}
/* --- --- --- 検索履歴 --- ---- --- */
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList {
	border: 0;
	margin-bottom: 1px;
}
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_header {
	font-size: 16px;
	padding: .75em 1em;
	background-color: #F1F1F1;
	font-weight: bold;
	font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_header::after {
	content: "検索履歴";
}
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_body {
	display: flex;
	justify-content: center;
	padding: .5em;
	flex-direction: column;
	overflow-y: auto;
}
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_body::after {
	content: '';
}
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_body::-webkit-scrollbar{
	width: 0;
	height: .3em;
}
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_body::-webkit-scrollbar-track{
	border-radius: .5em;
	box-shadow: inset 0 0 2px #d4d9dc;
}
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_body::-webkit-scrollbar-thumb{
	background: #666;
	border-radius: .5em;
	box-shadow: none;
}
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_item {
	display: flex;
	align-items: stretch;
	justify-content: center;
	cursor: pointer;
	flex-shrink: 0;
	border-radius: 0;
	margin-right: 0;
	border-bottom: none;
	background-color: #fff;
}
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_item:last-child {
	margin-right: 0;
}
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_item:focus,
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_item:hover {
	color: #333;
	background-color: #f1f1f1;
}
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_item .el_npSuggestAnnotationLabel {
	display: none;
}
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_item > * {
	margin-right: .5em;
}
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_item > *:first-child {
	margin-left: .5em;
}
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_label {
	display: none;
}
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_keyword {
	display: flex;
	align-items: center;
	flex-grow: 1;
	white-space: nowrap;
	overflow-x: auto;
	padding: .75em;
}
/* --- --- --- ランキング --- --- --- */
.bl_npSuggestContainerMobile .bl_npSuggestRankingList {
	border: 0;
	margin-bottom: 1px;
	counter-reset: bl_npSuggestRankingList 0; /* 変数名と初期値を定義 */
}
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_header {
	font-size: 16px;
	padding: .75em 1em;
	background-color: #F1F1F1;
	font-weight: bold;
	font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_header::after {
	content: "人気のキーワード";
}
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_body {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: .5em;
	overflow-y: auto;
}
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_body::after {
	content: '';
	padding: .25em;
}
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_body::-webkit-scrollbar{
	width: 0;
	height: .3em;
}
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_body::-webkit-scrollbar-track{
	border-radius: .5em;
	box-shadow: inset 0 0 2px #d4d9dc;
}
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_body::-webkit-scrollbar-thumb{
	background: #666;
	border-radius: .5em;
	box-shadow: none;
}
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_item {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	cursor: pointer;
	counter-increment: bl_npSuggestRankingList; /* カウンタをインクリメント */
	flex-shrink: 0;
	border-radius: 0;
	margin-right: .5em;
	border: none;
	background-color: #fff;
}
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_item:last-child {
	margin-right: 0;
	border-bottom: 0;
}
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_item > * {
	margin-right: .75em;
}
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_item > *:first-child {
	margin-left: .75em;
}
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_item:focus,
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_item:hover {
	color: #fff;
	border-color: #f1f1f1;
	background-color: #f1f1f1;
}
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_label {
	display: flex;
	align-items: center;
	flex-grow: 0;
	flex-shrink: 0;
	padding: .75em 0;
}
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_keyword {
	display: flex;
	align-items: center;
	flex-grow: 1;
	white-space: nowrap;
	overflow-x: auto;
	padding: .75em;
}
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_icon {
	font-weight: bold;
	color: #a9a9a9;
}
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_icon::before {
	content: counter(bl_npSuggestRankingList) '.';
}
/* --- --- --- サジェスト商品詳細(カード) --- --- --- */
.bl_npSuggestContainerMobile .bl_npSuggestItemList {
	border: 1px solid #d4d9dc;
}
.bl_npSuggestContainerMobile .bl_npSuggestItemList_header {
	font-size: 0.75em;
	padding: .5em;
	background-color: #d4d9dc;
}
.bl_npSuggestContainerMobile .bl_npSuggestItemList_header > span {
	margin: 0 .3em;
}
.bl_npSuggestContainerMobile .bl_npSuggestItemList_body {
	padding: .5em 0 .5em .5em;
}
.bl_npSuggestContainerMobile .bl_npSuggestItemList_body::after { /* スクロールの端はpaddingが効かないので、padding分の疑似要素を入れる */
	content: '';
	padding: .25em;
}
.bl_npSuggestContainerMobile .bl_npSuggestItemList_body {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
}
.bl_npSuggestContainerMobile .bl_npSuggestItemList_item {
	display: block;
	flex: 0 0 7em;
	margin: 0 .5em 0 0;
	box-shadow: 1px 1px 2px 1px #d4d9dc;
}
.bl_npSuggestContainerMobile .bl_npSuggestItemList_item:last-child {
	margin: 0;
}
.bl_npSuggestContainerMobile .bl_npSuggestItemList_item:focus,
.bl_npSuggestContainerMobile .bl_npSuggestItemList_item:hover {
	box-shadow: 2px 2px 3px 2px #d4d9dc;
}
.bl_npSuggestContainerMobile .bl_npSuggestItemList_body::-webkit-scrollbar{
	width: 0;
	height: .3em;
}
.bl_npSuggestContainerMobile .bl_npSuggestItemList_body::-webkit-scrollbar-track{
	border-radius: .5em;
	box-shadow: inset 0 0 2px #d4d9dc;
}
.bl_npSuggestContainerMobile .bl_npSuggestItemList_body::-webkit-scrollbar-thumb{
	background: #666;
	border-radius: .5em;
	box-shadow: none;
}
/* --- --- --- サジェスト商品詳細(メディア) --- --- --- */
.bl_npSuggestContainerMobile .bl_npSuggestItemList__media .bl_npSuggestItemList_body {
	display: block;
	padding: .5em .5em 0 .5em;
	overflow-y: auto;
	max-height: 400px;
}
.bl_npSuggestContainerMobile .bl_npSuggestItemList__media .bl_npSuggestItemList_item {
	display: flex;
	height: 6em;
	margin: 0 0 .5em 0;
}
.bl_npSuggestContainerMobile .bl_npSuggestItemList_item:last-child {
	margin: 0;
}
.bl_npSuggestContainerMobile .bl_npSuggestItemList__media .bl_npSuggestItemList_body::-webkit-scrollbar{
		width: .3em;
		height: 0;
}
/* --- --- --- メディア --- --- --- */
.bl_npSuggestContainerMobile .bl_npSuggestMedia {
	background-color: #fff;
	display: flex;
	height: 6em;
}
.bl_npSuggestContainerMobile .bl_npSuggestMedia_imgWrapper {
	position: relative;
	flex: 0 1 35%;
	overflow-y: hidden;
}
.bl_npSuggestContainerMobile .bl_npSuggestMedia_imgWrapper > img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.bl_npSuggestContainerMobile .bl_npSuggestMedia_body {
	flex: 1;
	padding: .5em;
}
.bl_npSuggestContainerMobile .bl_npSuggestMedia_ttl {
	max-height: 3em;
	overflow-y: auto;
	margin-bottom: 1em;
}
.bl_npSuggestContainerMobile .bl_npSuggestMedia_price {
	font-size: .8em;
}
/* --- --- --- カード --- --- --- */
.bl_npSuggestContainerMobile .bl_npSuggestCard {
	display: block;
	background-color: #fff;
}
.bl_npSuggestContainerMobile .bl_npSuggestCard_imgWrapper {
	position: relative;
	padding-top: 75%; /* widthに対しての割合 */
	overflow: hidden;
}
.bl_npSuggestContainerMobile .bl_npSuggestCard_imgWrapper > img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.bl_npSuggestContainerMobile .bl_npSuggestCard_body {
	padding: .5em;
}
.bl_npSuggestContainerMobile .bl_npSuggestCard_ttl {
	font-size: .8em;
	max-height: 3em;
	overflow-y: auto;
	margin-bottom: 1em;
}
.bl_npSuggestContainerMobile .bl_npSuggestCard_price {
	font-size: .6em;
}

/**
 * PC・モバイル共用のCSS
 */

/* === === === エレメント === === === */
/* --- --- --- 太字 --- --- --- */
.el_bold {
	display: inline-block;
	font-weight: bold;
}

/* -- --- --- hitnumラベル --- --- --- */
.el_npSuggestHitnumLabel {
	font-size: .75em;
	color: #666;
}

/* --- --- --- カテゴリラベル --- --- --- */
.el_npSuggestColumnLabel {
	display: inline-block;
	padding: .3em .7em;
	background-color: #ECEBDB;
	color: #666;
	font-size: .75em;
}
.el_npSuggestColumnLabel.el_npSuggestColumnLabel__narrow5 {
  background: #F5F5F5;
}

.el_npSuggestColumnLabel__::after { content: 'キーワード'; }
.el_npSuggestColumnLabel__ranking::after { content: 'キーワード'; }
.el_npSuggestColumnLabel__query::after { content: '自動学習'; }
.el_npSuggestColumnLabel__word::after { content: '抽出キーワード'; }
.el_npSuggestColumnLabel__title::after { content: 'レシピ'; }
.el_npSuggestColumnLabel__path::after { content: 'カテゴリ'; }
.el_npSuggestColumnLabel__narrow1::after { content: '条件'; }
.el_npSuggestColumnLabel__narrow2::after { content: 'narrow2'; }
.el_npSuggestColumnLabel__narrow3::after { content: 'narrow3'; }
.el_npSuggestColumnLabel__narrow4::after { content: 'narrow4'; }
.el_npSuggestColumnLabel__narrow5::after { content: '条件'; }
.el_npSuggestColumnLabel__narrow6::after { content: 'narrow6'; }
.el_npSuggestColumnLabel__narrow7::after { content: 'narrow7'; }
.el_npSuggestColumnLabel__narrow8::after { content: 'narrow8'; }
.el_npSuggestColumnLabel__narrow9::after { content: 'narrow9'; }
.el_npSuggestColumnLabel__narrow10::after { content: 'narrow10'; }
.el_npSuggestColumnLabel__keyword1::after { content: 'keyword1'; }
.el_npSuggestColumnLabel__keyword2::after { content: 'keyword2'; }
.el_npSuggestColumnLabel__keyword3::after { content: 'keyword3'; }
.el_npSuggestColumnLabel__keyword4::after { content: 'keyword4'; }
.el_npSuggestColumnLabel__keyword5::after { content: 'keyword5'; }
.el_npSuggestColumnLabel__keyword6::after { content: 'keyword6'; }
.el_npSuggestColumnLabel__keyword7::after { content: 'keyword7'; }
.el_npSuggestColumnLabel__keyword8::after { content: 'keyword8'; }
.el_npSuggestColumnLabel__keyword9::after { content: 'keyword9'; }
.el_npSuggestColumnLabel__keyword10::after { content: 'keyword10'; }

.bl_npSuggestHistoryList_body span[class*="el_npSuggestColumnLabel__"] {
	display: none;
}

/* -- --- --- 注釈ラベル --- --- --- */
.el_npSuggestAnnotationLabel {
	display: inline-block;
	padding: 0 .7em;
	color: #009fcc;
	font-size: .75em;
}

/* --- --- --- 削除ボタン --- --- --- */
.el_npSuggestCrossBtn {
	position: relative;
	display: inline-block;
	padding: .7em;
	border-radius: .7em;
	background-color: #d3d6dd;
	color: #666;
	cursor: pointer;
	transition: .25s;
}
.el_npSuggestCrossBtn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: .8em;
	height: .1em;
	background-color: currentColor;
	transform: translate(-50%, -50%) rotate(45deg);
}
.el_npSuggestCrossBtn::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: .1em;
	height: .8em;
	background-color: currentColor;
	transform: translate(-50%, -50%) rotate(45deg);
}
.el_npSuggestCrossBtn:focus,
.el_npSuggestCrossBtn:hover {
	background-color: #ff4500;
	color: #fff;
}

.el_npSuggestCrownIcon {
	font-weight: bold;
	color: #333;
	background-color: #ECEBDB;
	padding: 6px 10px;
	text-align: center;
}

.el_npSuggestCrownIcon::before {
	content: counter(bl_npSuggestRankingList);
	font-size: 14px;
	font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.el_npSuggestCrownIcon.el_npSuggestCrownIcon__silver {

}

.el_npSuggestCrownIcon.el_npSuggestCrownIcon__bronze {

}

/* --- --- --- 王冠マーク(シルバー) --- --- --- */
.el_npSuggestCrownIcon.el_npSuggestCrownIcon__silver::before {
	border-bottom-color: #ccc;
}
.el_npSuggestCrownIcon.el_npSuggestCrownIcon__silver::after {
	border-color: #ccc;
	border-top-color: transparent;
	border-bottom-color: #aaa;
}

/* --- --- --- 王冠マーク(ブロンズ) --- --- --- */
.el_npSuggestCrownIcon.el_npSuggestCrownIcon__bronze::before {
	border-bottom-color: #d98;
}
.el_npSuggestCrownIcon.el_npSuggestCrownIcon__bronze::after {
	border-color: #d98;
	border-top-color: transparent;
	border-bottom-color: #c76;
}


/* front/style.css */
.scatepager_box > ul > li:nth-of-type(2) > ul > li > ul {
  padding: 2px 0px;
}
#refine_box {
  padding:15px 15px 0;
}
#refine_box .refine_ttl {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px dotted #000;
}


