@charset "UTF-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: 0;
}

html, body {
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1rem;
}
body.selectProtect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
body.selectProtect img {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
}

main {
  display: block;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

li {
  list-style: none;
}

a:hover {
  color: inherit;
}

.sp_hidden, .pcOnly {
  display: none !important;
}

.list_child {
  margin: 0 !important;
  padding: 0 !important;
}

.txC {
  text-align: center !important;
}

.clearfix::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

/***********　共通　************/
.wrap {
  margin: 0 auto;
  width: 100%;
}

/* checkbox_renew */
.new_check_box label {
  padding: 4% 5% 4% 12%;
  border-bottom: 1px solid #d9d9d9;
  display: block;
  background: url(/sp/recipe/images/ic_no_checked.png) no-repeat 5.5% center #ebf8fe;
  background-size: 12px;
  font-size: 1.15rem;
}
.new_check_box label.check {
  padding: 4% 5% 4% 12%;
  border-bottom: 1px solid #d9d9d9;
  display: block;
  color: #207aa8;
  background: url(/sp/recipe/images/ic_checked.png) no-repeat 5.5% center #a2d1e7;
  background-size: 12px;
  font-size: 1.15rem;
}
.new_check_box label input {
  border: none;
  border-radius: none;
  display: none;
  background-color: none;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.new_check_box label input[type=checked] {
  border: none;
  display: none;
  background-color: none;
}

div:after, dl:after, ul:after {
  visibility: visible;
  content: none;
}

div#wrap {
  padding: 0;
  background: none;
}

#header_anchor {
  position: absolute;
  top: 75px;
}

#js-header {
  z-index: 10000;
  font-size: 12px;
  -webkit-font-smoothing: auto;
}
#js-header ~ #header-bulgaria {
  position: absolute;
  top: auto;
  background: #fff;
}
#js-header ~ #header-bulgaria.fix {
  position: fixed;
  top: 0;
  height: auto;
}
#js-header ~ #header-bulgaria.open {
  position: fixed;
  top: 0;
  z-index: 10001;
  height: 100%;
}

@keyframes slideDown {
  0% {
    top: 0;
  }
  100% {
    top: 75px;
  }
}
header[style*="top: 0px"] ~ #header-bulgaria,
header[style*="top:0px"] ~ #header-bulgaria {
  animation: slideDown 0.3s 0.2s both;
}
header[style*="top: 0px"] ~ #header-bulgaria.open,
header[style*="top:0px"] ~ #header-bulgaria.open {
  top: 0;
  animation: none;
}

/*ヘッダー*/
#header-bulgaria {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
#header-bulgaria .logo_area {
  padding: 3.4375% 3.125% 3.4375%;
  border-top: 1vw solid #005bac;
  display: flex;
  align-items: center;
  position: relative;
  background: #FFF;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}
#header-bulgaria .logo_area:after {
  display: none;
}
#header-bulgaria .logo {
  width: 66.6666666667%;
  line-height: 0;
}
#header-bulgaria .logo a {
  display: block;
  width: 100%;
}
#header-bulgaria .logo img {
  display: block;
  width: 100%;
}
#header-bulgaria .icon_area {
  margin-left: auto;
  display: flex;
  position: relative;
}
#header-bulgaria .icon_area .icon_recipe, #header-bulgaria .icon_area .icon_nav {
  position: relative;
  width: 10.9vw;
  line-height: 0;
  cursor: pointer;
}
#header-bulgaria .icon_area .icon_recipe:before, #header-bulgaria .icon_area .icon_nav:before {
  padding-top: 100%;
  display: block;
  content: "";
}
#header-bulgaria .icon_area .icon_recipe img, #header-bulgaria .icon_area .icon_nav img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#header-bulgaria .icon_area .icon_recipe {
  margin-right: 1.25vw;
}
#header-bulgaria .icon_area .icon_recipe .nav_icon_recipe {
  transition: 0.3s;
}
#header-bulgaria .icon_area .icon_nav {
  position: relative;
}
#header-bulgaria .icon_area .icon_nav .nav_icon_open {
  transition: 0.3s;
}
#header-bulgaria .icon_area .icon_nav .nav_icon_close {
  transition: 0.3s;
  opacity: 0;
}
#header-bulgaria .icon_area .icon_nav.alert:after {
  display: block;
  position: absolute;
  top: -2vw;
  right: -1.5vw;
  width: 5vw;
  height: 5vw;
  background: url(/sp/common/images/icon_alert.png) no-repeat center top;
  background-size: 100%;
  content: "";
}
#header-bulgaria .icon_area:after {
  display: none;
}
#header-bulgaria .nav_area {
  padding-top: 18.75%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9997;
  width: 100%;
  height: 100%;
  color: #FFF;
  background: #0d3256;
}
#header-bulgaria .nav_area .nav_tab {
  display: flex;
  color: #b2cde6;
  background: #FFF;
  font-size: 12px;
  font-size: 3.75vw;
  text-align: center;
}
#header-bulgaria .nav_area .nav_tab li {
  padding: 0.44em 0;
  position: relative;
  width: 100%;
  line-height: 1.5;
  cursor: pointer;
  transition: 0.3s;
}
#header-bulgaria .nav_area .nav_tab li.current {
  color: #fff;
  background: #0d3256;
}
#header-bulgaria .nav_area #js_header_menu {
  padding: 7.1875% 0 6.25%;
}
#header-bulgaria .nav_area #js_header_recipe {
  padding: 9.375% 3.125% 6.25%;
  display: none;
}
#header-bulgaria .nav_area .nav_main {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
#header-bulgaria .nav_area .language_list {
  margin-bottom: 7.5%;
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-size: 3.75vw;
  line-height: 1;
}
#header-bulgaria .nav_area .language_list > li {
  border-radius: 3.9vw;
  width: 25%;
  overflow: hidden;
  text-align: center;
}
#header-bulgaria .nav_area .language_list > li a {
  padding: 0.55em 0;
  display: block;
  color: #fff;
  background: #072746;
}
#header-bulgaria .nav_area .language_list > li:not(:last-child) {
  margin-right: 3.125%;
}
#header-bulgaria .nav_area .language_list > li.current a {
  color: #0d3256;
  background: #fff;
}
#header-bulgaria .nav_area .menu_list {
  border-top: 1px solid #3a5875;
  font-size: 14px;
  font-size: 4.375vw;
  text-align: center;
}
#header-bulgaria .nav_area .menu_list li {
  border-bottom: 1px solid #3a5875;
  line-height: 1.5;
}
#header-bulgaria .nav_area .menu_list li a {
  padding: 0.5em 0;
  display: block;
  color: #f0f0f0;
  text-decoration: none;
}
#header-bulgaria .nav_area .menu_list li.new a span:after {
  margin-left: 0.4em;
  display: inline-block;
  position: relative;
  top: -0.7em;
  width: 4.5vw;
  height: 2.5vw;
  background: url(/sp/common/images/label_new.png) no-repeat center top;
  background-size: 100%;
  content: "";
}
#header-bulgaria .nav_area .other_link {
  padding: 8.59375% 0;
  line-height: 1.3;
  font-size: 12px;
  font-size: 3.75vw;
  text-align: center;
}
#header-bulgaria .nav_area .other_link li a {
  color: #c3cad1;
  text-decoration: none;
}
#header-bulgaria .nav_area .other_link li:not(:last-child) {
  margin-bottom: 3.90625%;
}
#header-bulgaria .nav_area .social_list {
  padding: 6.25% 0 9.375%;
  border-top: 1px solid #3a5875;
  display: flex;
  justify-content: center;
}
#header-bulgaria .nav_area .social_list li {
  width: 11.25%;
}
#header-bulgaria .nav_area .social_list li a {
  display: block;
  line-height: 0;
}
#header-bulgaria .nav_area .social_list li img {
  width: 100%;
}
#header-bulgaria .nav_area .social_list li:not(:last-child) {
  margin-right: 2.96875%;
}
#header-bulgaria .nav_area .nav_headline {
  margin-bottom: 6%;
  font-size: 14px;
  font-size: 4.375vw;
  line-height: 1;
}
#header-bulgaria .nav_area .nav_headline span {
  padding-bottom: 0.4em;
  border-bottom: 0.1vw solid #FFF;
  display: inline-block;
}
#header-bulgaria .nav_area .new_recipe {
  margin-bottom: 9.1666666667%;
  display: flex;
}
#header-bulgaria .nav_area .new_recipe li {
  width: 47%;
}
#header-bulgaria .nav_area .new_recipe li:last-child {
  margin-left: auto;
}
#header-bulgaria .nav_area .new_recipe li a {
  color: #FFF;
  text-decoration: none;
}
#header-bulgaria .nav_area .new_recipe li .thumb_area {
  margin-bottom: 7.0921985816%;
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
}
#header-bulgaria .nav_area .new_recipe li .thumb_area img {
  width: 100%;
}
#header-bulgaria .nav_area .new_recipe li .date {
  margin-bottom: 1.7730496454%;
  line-height: 1;
  font-size: 12px;
  font-size: 3.75vw;
  text-align: center;
}
#header-bulgaria .nav_area .new_recipe li .recipe_name {
  line-height: 1.2;
  font-size: 14px;
  font-size: 4.375vw;
  text-align: center;
  letter-spacing: -0.1em;
}
#header-bulgaria .nav_area .searchs_box_inner .search_submits {
  margin-bottom: 3.3333333333%;
  position: relative;
}
#header-bulgaria .nav_area .searchs_box_inner .search_submits input {
  padding: 3.5% 5%;
  padding: 3.3333333333% 11.6666666667% 3.3333333333% 4.6666666667%;
  border: none;
  border-radius: 0;
  width: 100%;
  color: #000000;
  font-size: 14px;
  font-size: 4.375vw;
}
#header-bulgaria .nav_area .searchs_box_inner .search_submits input[type=image] {
  margin: 0;
  padding: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  width: 7%;
}
#header-bulgaria .nav_area .searchs_box_inner ul.select_type {
  margin-bottom: 3.3333333333%;
  border-right: none;
  border-left: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 13px;
  font-size: 4.0625vw;
}
#header-bulgaria .nav_area .searchs_box_inner ul.select_type li {
  width: 33%;
  background: #006699;
  line-height: 1.5;
}
#header-bulgaria .nav_area .searchs_box_inner ul.select_type li a {
  padding: 10.101010101% 11.1111111111%;
  display: block;
  color: #fff;
  background: url(/sp/recipe/images/ic_white_r_arr.png) no-repeat 92% center;
  background-size: 7%;
  text-decoration: none;
}
#header-bulgaria .nav_area .searchs_box_inner ul.select_type li:not(:nth-child(3n)) {
  margin-right: 0.5%;
}
#header-bulgaria .nav_area .searchs_box_inner ul.select_type li:nth-child(n+4) {
  margin-top: 0.5%;
}
#header-bulgaria .nav_area .searchs_box_inner .narrowing_box .tbl_box {
  display: flex;
  align-items: center;
  width: 100%;
}
#header-bulgaria .nav_area .searchs_box_inner .narrowing_box .tbl_box p {
  font-size: 13px;
  font-size: 4.0625vw;
  width: 90%;
  color: #fff;
  text-align: center;
}
#header-bulgaria .nav_area .searchs_box_inner .narrowing_box .tbl_box span {
  width: 10%;
}
#header-bulgaria .nav_area .searchs_box_inner .narrowing_box .toggle_select_box {
  margin-top: 3.3333333333%;
  display: none;
  width: 100%;
  color: #000;
  background: #fff;
}
#header-bulgaria .nav_area .searchs_box_inner .narrowing_box .toggle_select_box dt {
  font-size: 13px;
  font-size: 4.0625vw;
  padding: 3.4375% 4.6875%;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: url(/sp/recipe/images/ic_black_btm_arr.png) no-repeat 95% center;
  background-size: 5%;
  line-height: 1.5;
}
#header-bulgaria .nav_area .searchs_box_inner .narrowing_box .toggle_select_box dt:first-child {
  border-top: none;
}
#header-bulgaria .nav_area .searchs_box_inner .narrowing_box .toggle_select_box dl dd {
  display: none;
}
#header-bulgaria .nav_area .searchs_box_inner .narrowing_box .toggle_select_box .search_btn_box {
  padding: 8.3333333333% 5%;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
}
#header-bulgaria .nav_area .searchs_box_inner .narrowing_box .toggle_select_box .search_btn_box a, #header-bulgaria .nav_area .searchs_box_inner .narrowing_box .toggle_select_box .search_btn_box button {
  padding: 4% 10%;
  border: 2px solid #000;
  display: block;
  width: 100%;
  color: #000;
  background: url(/sp/recipe/images/ic_black_r_arr.png) no-repeat 95% center;
  background-size: 4%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-size: 4.375vw;
}
#header-bulgaria .nav_area .searchs_box_inner .narrowing_box .toggle_select_box .popularity_topic_box {
  padding: 6.6666666667% 5%;
  width: 100%;
}
#header-bulgaria .nav_area .searchs_box_inner .narrowing_box .toggle_select_box .popularity_topic_box h4 {
  margin-bottom: 1.6666666667%;
  padding-left: 5%;
  width: 100%;
  background: url(/sp/recipe/images/ic_blue_sc.png) no-repeat left center;
  background-size: 4%;
  font-size: 13px;
  font-size: 4.0625vw;
}
#header-bulgaria .nav_area .searchs_box_inner .narrowing_box .toggle_select_box .popularity_topic_box ul {
  width: 100%;
  font-size: 0;
}
#header-bulgaria .nav_area .searchs_box_inner .narrowing_box .toggle_select_box .popularity_topic_box ul li {
  margin-right: 1.6vw;
  margin-bottom: 1.6vw;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  font-size: 11px;
  font-size: 3.4375vw;
}
#header-bulgaria .nav_area .searchs_box_inner .narrowing_box .toggle_select_box .popularity_topic_box ul li a {
  padding: 3.8vw 3.5vw;
  border-radius: 1vw;
  display: block;
  width: 100%;
  color: #fff;
  background: #85a3c2;
  text-align: center;
  text-decoration: none;
}
#header-bulgaria .nav_area .searchs_box_inner .recipe_white_btn {
  margin-top: 3.3333333333%;
  padding: 10% 0 13.3333333333%;
  border-top: 1px solid #3d5b78;
  width: 100%;
  text-align: center;
}
#header-bulgaria .nav_area .searchs_box_inner .recipe_white_btn a {
  padding: 3% 5%;
  border: 2px solid #fff;
  display: block;
  position: relative;
  width: 100%;
  color: #fff;
  background-size: 3%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-size: 4.375vw;
}
#header-bulgaria .nav_area .searchs_box_inner .recipe_white_btn a:after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  display: block;
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2.5vw;
  height: 2.5vw;
  content: "";
}
#header-bulgaria .nav_area .new_check_box label {
  font-size: 12px;
  font-size: 3.75vw;
  padding: 2.5% 5% 2.5% 12%;
  background-size: 3.5vw;
  line-height: 1.5;
}
#header-bulgaria .nav_area .new_check_box label.check {
  background-size: 3.5vw;
}
#header-bulgaria.open {
  z-index: 9996;
  height: 100%;
}
#header-bulgaria.open .logo_area {
  z-index: 9998;
  box-shadow: none;
}
#header-bulgaria.open .icon_area.on .icon_recipe {
  cursor: default;
}
#header-bulgaria.open .icon_area.on .icon_recipe .nav_icon_recipe {
  opacity: 0;
}
#header-bulgaria.open .icon_area.on .icon_nav .nav_icon_open {
  opacity: 0;
}
#header-bulgaria.open .icon_area.on .icon_nav .nav_icon_close {
  opacity: 1;
}

#head {
  display: flex;
  align-items: center;
  width: 100%;
}
#head h1 {
  width: 66.666%;
}
#head h1 a {
  display: block;
  line-height: 0;
}
#head h1 a img {
  display: block;
  width: 100%;
  height: auto;
}
#head ul {
  margin-left: auto;
  display: flex;
  width: 27%;
}
#head ul li {
  width: 47%;
}
#head ul li:last-child {
  margin-left: 6%;
}
#head ul li img {
  width: 100%;
}

/*背景色分け*/
.Recipebox01 {
  background-color: #ebebe2;
}

.Recipebox02 {
  background-color: #f5f5f0;
}

.Recipebox03 {
  background-color: #ebebe2;
}

h2 {
  font-size: 1.8rem;
  text-align: center;
}

/***共通レシピ***/
#recipeList {
  padding: 0 10px;
  padding-bottom: 1em;
  width: 100%;
  box-sizing: border-box;
}
#recipeList h2 {
  padding: 50px 0;
  font-size: 1.8rem;
  font-size: 16px;
  font-size: 5vw;
  text-align: center;
}
#recipeList ul {
  margin: 0 auto;
}
#recipeList ul li {
  margin-bottom: 10px;
  border-bottom: 10px;
  display: table;
  width: 100%;
  height: 150px !important;
  background-color: #fff;
}
#recipeList ul li a {
  display: table;
  width: 100%;
  color: #000000;
  text-decoration: none;
}
#recipeList ul li .recipe_img {
  display: table-cell;
  width: 150px;
  height: 150px;
  text-align: center;
  vertical-align: top;
}
#recipeList ul li .recipe_img img {
  width: 100%;
}
#recipeList ul li .recipe_txt {
  padding: 0 12px;
  display: table-cell;
  position: relative;
  vertical-align: top;
}
#recipeList ul li .recipe_txt p.rankimg {
  margin: 9px 0 15px 35px;
  width: 37px;
}
#recipeList ul li .recipe_txt h3 {
  position: absolute;
  top: 10%;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
#recipeList ul li .recipe_txt .timeCalorie {
  padding-bottom: 10px;
  position: absolute;
  bottom: 0;
  color: #666;
  font-size: 1.2rem;
}

/***人気レシピ***/
#popRecipeWrap {
  padding: 0 10px 10px;
  width: 100%;
  box-sizing: border-box;
}
#popRecipeWrap ul {
  margin: 0 auto;
}
#popRecipeWrap ul li {
  margin-bottom: 10px;
  border-bottom: 10px;
  display: table;
  width: 100%;
  height: 150px !important;
  background-color: #fff;
}
#popRecipeWrap ul li:last-child {
  margin-bottom: 0;
}
#popRecipeWrap ul li a {
  display: table;
  width: 100%;
  color: #000000;
  text-decoration: none;
}
#popRecipeWrap ul li .recipe_img {
  display: table-cell;
  width: 150px;
  height: 150px;
  text-align: center;
  vertical-align: top;
}

#recipeList ul li .recipe_img img {
  width: 100%;
}

#popRecipeWrap ul li .recipe_txt {
  padding: 0 12px;
  display: table-cell;
  position: relative;
  vertical-align: top;
}
#popRecipeWrap ul li .recipe_txt p.rankimg {
  margin: 10px auto;
  width: 37px;
  text-align: center;
}
#popRecipeWrap ul li .recipe_txt h3 {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
#popRecipeWrap ul li .recipe_txt .timeCalorie {
  padding-bottom: 10px;
  position: absolute;
  bottom: 0;
  color: #666;
  font-size: 1.2rem;
}

.recipe li {
  position: relative;
}

.icondry {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 54px;
  background: url(/pc/recipe/images/icon-dry.svg) no-repeat;
  background-size: 54px;
  text-indent: -9999px;
}

.icon_bannou-waza {
  display: block;
  position: absolute;
  top: 0;
  right: -2%;
  width: 35%;
}

.second_logo_close_box {
  padding: 2% 3.125% 1.5625%;
  display: table;
  width: 100%;
  background: #fff;
}
.second_logo_close_box p {
  display: table-cell;
  width: 66.6666%;
  vertical-align: middle;
}
.second_logo_close_box p:last-child {
  text-align: right;
}
.second_logo_close_box p span {
  margin-top: 0px;
  margin-left: 0px;
  display: inline-block;
  width: 38.25%;
}
.second_logo_close_box .second_logo a {
  display: block;
}
.second_logo_close_box .second_logo a img {
  width: 100%;
  height: auto;
}

/***水切り注釈***/
.dry_attention {
  margin: 0;
  padding: 10px;
}
.dry_attention p {
  color: #666666;
  font-size: 1.2rem;
  text-align: center;
}
.dry_attention p span {
  padding: 6px 0 10px 20px;
  background: url(/sp/recipe/images/icon-dry02.png) no-repeat left top;
  background-size: 13px;
}

/***ボタン***/
.btn_area .btn_box {
  margin: 50px 0;
}
.btn_area .btn_box.search_btn {
  margin: 0;
  padding: 0;
}

.btn_box {
  padding: 0 10px;
  width: 100%;
}
.btn_box a {
  margin: 0 auto;
  padding: 3% 10%;
  border: 2px solid #000;
  display: block;
  width: 300px;
  color: #000000;
  background: url(/sp/common/images/ic_black_r_arr.png) no-repeat 95% center;
  background-size: 3%;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.btn_box a.white {
  margin: 0 auto;
  padding: 3% 10%;
  border: 2px solid #fff;
  display: block;
  width: 300px;
  color: #fff;
  background: url(/sp/common/images/ic_white_r_arr.png) no-repeat 95% center;
  background-size: 4%;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.btn_box button {
  margin: 0 auto;
  padding: 3% 10%;
  border: 2px solid #000;
  display: block;
  width: 300px;
  color: #000000;
  background: url(/sp/common/images/ic_black_r_arr.png) no-repeat 95% center;
  background-size: 4%;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.btn_box button.white {
  margin: 0 auto;
  padding: 3% 10%;
  border: 2px solid #fff;
  display: block;
  width: 300px;
  color: #fff;
  background: url(/sp/common/images/ic_white_r_arr.png) no-repeat 95% center;
  background-size: 4%;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

/* footer */
.search_inner {
  padding: 20px 10px;
  width: 100%;
  background: #70a2c1;
}
.search_inner p input {
  margin-bottom: 10px;
  padding: 3.5% 5%;
  border: none;
  border-radius: 0;
  width: 100%;
  color: #000000;
  font-size: 1.4rem;
}
.search_inner p input[type=image] {
  margin-bottom: 0;
  padding: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  width: auto;
  height: 50%;
}
.search_inner p.search_submits {
  position: relative;
}
.search_inner p.search_submits a {
  display: block;
  position: absolute;
  top: 20%;
  right: 0%;
  width: 10%;
}
.search_inner p.search_submits a img {
  width: 63%;
}
.search_inner ul.select_type {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.search_inner ul.select_type li {
  margin: 0 1% 1% 0;
  width: 32.6666%;
  background: #006699;
}
.search_inner ul.select_type li:nth-child(3n) {
  margin: 0 0 1% 0;
}
.search_inner ul.select_type li a {
  padding: 9% 10%;
  display: block;
  color: #fff;
  background: url(/sp/recipe/images/ic_white_r_arr.png) no-repeat 92% center;
  background-size: 7%;
  font-size: 1.3rem;
  text-decoration: none;
}
.search_inner .narrowing_box {
  width: 100%;
}
.search_inner .narrowing_box .tbl_box {
  margin: 3.5% 0 0;
  display: table;
  width: 100%;
}
.search_inner .narrowing_box .tbl_box p, .search_inner .narrowing_box .tbl_box span {
  display: table-cell;
  vertical-align: middle;
}
.search_inner .narrowing_box .tbl_box p {
  padding-left: 13%;
  width: 70%;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
.search_inner .narrowing_box .tbl_box span {
  width: 10.89%;
}
.search_inner .narrowing_box .toggle_select_box {
  margin-top: 3.5%;
  display: none;
  width: 100%;
  color: #000;
  background: #fff;
}
.search_inner .narrowing_box .toggle_select_box dt {
  padding: 4% 5%;
  border-top: 2px solid #d9d9d9;
  border-bottom: 2px solid #d9d9d9;
  background: url(/sp/recipe/images/ic_black_btm_arr.png) no-repeat 95% center;
  background-size: 5%;
  font-size: 1.3rem;
}
.search_inner .narrowing_box .toggle_select_box dt:first-child {
  border-top: none;
}
.search_inner .narrowing_box .toggle_select_box dl dd {
  display: none;
}
.search_inner .narrowing_box .toggle_select_box .search_btn_box {
  padding: 25px 15px;
  width: 100%;
}
.search_inner .narrowing_box .toggle_select_box .search_btn_box a, .search_inner .narrowing_box .toggle_select_box .search_btn_box button {
  padding: 4% 10%;
  border: 2px solid #000;
  display: block;
  width: 100%;
  color: #000000;
  background: url(/sp/recipe/images/ic_black_r_arr.png) no-repeat 95% center;
  background-size: 4%;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.search_inner .narrowing_box .toggle_select_box .search_btn_box .btn_box {
  margin: 0;
}
.search_inner .narrowing_box .toggle_select_box .popularity_topic_box {
  padding: 20px 15px;
  width: 100%;
  font-size: 1.2rem;
}
.search_inner .narrowing_box .toggle_select_box .popularity_topic_box h4 {
  padding-left: 5%;
  width: 100%;
  background: url(/sp/recipe/images/ic_blue_sc.png) no-repeat left center;
  background-size: 4%;
  font-size: 1.3rem;
}
.search_inner .narrowing_box .toggle_select_box .popularity_topic_box ul {
  margin-top: 2%;
  clear: both;
  width: 100%;
  overflow: hidden;
}
.search_inner .narrowing_box .toggle_select_box .popularity_topic_box ul li {
  margin-right: 4px;
  margin-bottom: 4px;
  border-radius: 3px;
  display: inline-block;
}
.search_inner .narrowing_box .toggle_select_box .popularity_topic_box ul li a {
  padding: 7px 6px;
  border-radius: 3px;
  display: block;
  width: 100%;
  color: #fff;
  background: #85a3c2;
  font-size: 1.1rem;
  text-align: center;
  text-decoration: none;
}
.search_inner .recipe_white_btn {
  margin: 3% 0;
  width: 100%;
  text-align: center;
}
.search_inner .recipe_white_btn a {
  padding: 3% 5%;
  border: 2px solid #ffffff;
  display: block;
  width: 100%;
  color: #ffffff;
  background: url(/sp/recipe/images/ic_white_r02_arr.png) no-repeat 92% center;
  background-size: 3%;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

/* footer02 */
footer#footer02 {
  padding: 0;
  background: #ffffff;
}
footer .pagetop {
  text-align: center;
}
footer .pagetop a {
  padding: 15px 0;
  display: block;
  text-align: center;
}
footer .pagetop a img {
  margin: 0 auto;
}
footer .foot_inner {
  padding: 3.125% 0 7.03125%;
  border-top: solid 2px #104562;
  background-color: #ebf1f1;
}
footer .foot_inner ul.main_list li {
  border-bottom: solid 1px #bcc1c1;
  list-style: none;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
}
footer .foot_inner ul.main_list li a {
  padding: 10px 15px;
  display: block;
  color: #000000;
  text-decoration: none;
}
footer .foot_inner ul.sub_list {
  margin-bottom: 20px;
  border-bottom: solid 1px #bcc1c1;
}
footer .foot_inner ul.sub_list li {
  padding: 15px 15px 0;
  list-style: none;
  color: #000000;
  font-size: 1.2rem;
  text-align: left;
}
footer .foot_inner ul.sub_list li:last-child {
  padding: 15px 15px;
  list-style: none;
}
footer .foot_inner ul.sub_list li a {
  color: #000000;
  text-decoration: none;
}
footer .foot_inner ul.sns_btn {
  text-align: center;
}
footer .foot_inner ul.sns_btn li {
  padding: 0 3px;
  display: inline-block;
  width: 15%;
  text-align: center;
}
footer .foot_inner ul.sns_btn img {
  width: 67%;
}
footer .footer_btm {
  border-top: solid 1.5px #0080c7;
  width: 100%;
}
footer .footer_btm .btm_btn a:first-child {
  padding: 10px;
  border-right: solid 1px #0080c7;
  float: left;
  width: 49%;
  color: #0080c7;
  background: url(/sp/common/inc/images/footer_arrow_left.png) no-repeat left 5% center;
  background-size: 7px auto;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
footer .footer_btm .btm_btn a:last-child {
  padding: 10px;
  float: left;
  width: 50%;
  color: #0080c7;
  background: url(/sp/common/inc/images/footer_arrow_right.png) no-repeat right 5% center;
  background-size: 7px auto;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
footer .footer_btm .btm_btn a:last-child img {
  margin-left: 5px;
  display: inline;
  width: 14px;
  vertical-align: middle;
}
footer .footer_btm p {
  padding: 5px 0 40px;
  color: #ffffff;
  background-color: #0080c7;
  font-size: 1.2rem;
  text-align: center;
}

#js-footer {
  font-size: 16px;
}

.en header .logo, .cn header .logo {
  width: 55%;
}
.en footer .foot_inner, .cn footer .foot_inner {
  padding-top: 5.9375%;
}
.en footer .foot_inner .copyright, .cn footer .foot_inner .copyright {
  margin-bottom: 4.0625%;
  font-size: 10px;
  font-size: 3.125vw;
  text-align: center;
}

.cn header .logo {
  line-height: 1;
}
.cn header .logo img {
  font-size: 10px;
  font-size: 3.125vw;
  margin: -0.45em 0 0 -0.2em;
  width: 16.65em;
  height: auto;
}

.search_detail {
  position: relative;
}
.search_detail .search_txt {
  color: #fff;
  font-size: 1.4rem;
}
.search_detail input[type=image] {
  display: block;
  position: absolute;
  top: 16%;
  right: 3%;
  width: 7%;
}
.search_detail a img {
  margin: 0 auto;
  width: 50%;
}

.sp_mega_menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #70a2c1;
}
.sp_mega_menu .mega_tab_box {
  position: relative;
  z-index: 500;
  background: #fff;
}
.sp_mega_menu .mega_tab_box ul {
  display: table;
  width: 100%;
}
.sp_mega_menu .mega_tab_box ul li {
  padding: 3.125% 0;
  display: table-cell;
  position: relative;
  z-index: 500;
  width: 50%;
  text-align: center;
}
.sp_mega_menu .mega_tab_box ul li:last-child {
  border-right: none;
}
.sp_mega_menu .mega_tab_box ul li a {
  display: block;
  position: relative;
  z-index: 500;
  color: #b2cde6;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.sp_mega_menu .mega_tab_box ul li.on a {
  color: #005bac;
}
.sp_mega_menu .mega_tab_box ul li.on:before {
  margin: 0 auto -2.25rem;
  border: 1.5rem solid transparent;
  border-top-color: #fff;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  width: 0;
  height: 0;
  content: "";
}
.sp_mega_menu .mega_tab_box ul li:first-child a {
  border-right: solid 1px #7fadd5;
}
.sp_mega_menu .close img {
  vertical-align: bottom;
}
.sp_mega_menu .recipe {
  position: relative;
}
.sp_mega_menu .searchs_box .searchs_box_inner ul.select_type li a {
  text-align: left;
}
.sp_mega_menu section h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
}
.sp_mega_menu section.recipe h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  position: static;
  color: #fff;
  font-size: 1.2rem;
}

.date_detail {
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
.date_detail span {
  color: #fff;
  font-size: 1.2rem;
}

.sp_mega_menu {
  display: none;
  height: 100%;
}

.recipe_detail_text {
  padding-top: 0.5em;
  color: #fff;
  font-size: 1.4rem;
  line-height: 16px;
  text-align: center;
}

.recipe_tow_box {
  margin-bottom: 5px;
  padding: 0 10px;
  display: table;
  width: 100%;
}
.recipe_tow_box li {
  padding-right: 2%;
  display: table-cell;
  width: 50%;
}
.recipe_tow_box li:last-child {
  padding-right: 0;
  padding-left: 2%;
}
.recipe_tow_box li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.recipe_tow_box li img {
  border-radius: 50%;
  width: 100%;
}

section.menubar {
  padding-bottom: 27%;
  position: relative;
  z-index: 200;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
section.recipe {
  z-index: 200;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.menubar .menubar_box li {
  border-bottom: 1px solid #b0c9d9;
  width: 100%;
  text-align: center;
}
.menubar .menubar_box li a {
  padding: 5% 0;
  display: block;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}
.menubar .menubar_box li.sub {
  padding: 30px 0;
}
.menubar .menubar_box li.sub a {
  color: #bbd0dd;
  font-size: 1.2rem;
}

.sns_box {
  width: 100%;
}
.sns_box ul {
  padding: 5% 0;
  width: 100%;
  text-align: center;
}
.sns_box ul li {
  margin-right: 2%;
  display: inline-block;
  width: 15%;
}
.sns_box ul li:last-child {
  margin-right: 0;
}
.sns_box ul li img {
  width: 100%;
}

.link_bl_arr {
  padding-left: 6%;
  background: url(/sp/common/images/ic_link_black_arr.png) no-repeat left center;
  background-size: 5%;
  font-size: 1.4rem;
  font-weight: bold;
}

.notes {
  margin-bottom: 10px;
  padding-top: 5px;
  color: #353535;
  font-size: 1rem;
  /*text-indent: -1.0rem;
   padding-left: 1.0rem;*/
}
.notes.left_pad {
  margin: 10px;
}

.img_protect {
  position: relative;
}
.img_protect:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: transparent;
  content: "";
}
@media print {
  .img_protect img {
    visibility: hidden !important;
  }
}

@media screen and (orientation: landscape) {
  #header-bulgaria .logo_area {
    padding: 0.625% 3.125%;
    border-top-width: 0.5vw;
  }
  #header-bulgaria .nav_area {
    padding-top: 8.75%;
  }
  #header-bulgaria .logo {
    width: 58.3333333333%;
  }
  #header-bulgaria .icon_area {
    width: 15.6666666667%;
  }
  #header-bulgaria .icon_area .icon_recipe, #header-bulgaria .icon_area .icon_nav {
    width: 47.8723404255%;
  }
  #header-bulgaria .icon_area .icon_nav.alert:after {
    top: -0.5vw;
    right: -0.5vw;
    width: 3vw;
    height: 3vw;
  }
  #head h1 {
    width: 60%;
  }
  #head ul {
    width: 15%;
  }
  #head ul li {
    width: 48%;
  }
  #head ul li:last-child {
    margin-left: 4%;
  }
  .second_logo_close_box {
    padding: 1% 3.125% 0;
    text-align: left;
  }
  .second_logo_close_box .second_logo a img {
    width: 90%;
  }
  .second_logo_close_box p span {
    width: 20%;
  }
  .searchs_box .searchs_box_inner p input {
    font-size: 16px;
  }
  .sp_mega_menu .mega_tab_box ul li a,
  .menubar .menubar_box li a,
  .menubar .menubar_box li.sub a,
  .sp_mega_menu section.recipe h2,
  .searchs_box .searchs_box_inner .narrowing_box .tbl_box p {
    font-size: 3vw;
  }
}