@charset "UTF-8";
/*---------- Reset ----------*/
body {
  color: #333;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif; }

html.showSearch {
  overflow: hidden; }
  html.showSearch body {
    overflow: hidden; }

p,
dl,
dt,
dd,
li {
  margin: 0;
  word-break: break-word; }

a {
  color: #333;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

/*---------- font-size ----------*/
.fs10 {
  font-size: 0.625rem; }

.fs11 {
  font-size: 0.6875rem; }

.fs12 {
  font-size: 0.75rem; }

.fs13 {
  font-size: 0.8125rem; }

.fs14 {
  font-size: 0.875rem; }

.fs15 {
  font-size: 0.9375rem; }

.fs16 {
  font-size: 1rem; }

.fs17 {
  font-size: 1.0625rem; }

.fs18 {
  font-size: 1.125rem; }

.fs19 {
  font-size: 1.1875rem; }

.fs20 {
  font-size: 1.25rem; }

.fs22 {
  font-size: 1.375rem; }

.fs24 {
  font-size: 1.5rem; }

.fs26 {
  font-size: 1.625rem; }

.fs28 {
  font-size: 1.75rem; }

.fs30 {
  font-size: 1.875rem; }

/*---------- margin ----------*/
.mt0 {
  margin-top: 0 !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

/*---------- Btn ----------*/
.Btn {
  display: inline-block;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 46px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  position: relative;
  z-index: 1;
  cursor: pointer; }
  .Btn_basic {
    background-color: #fff;
    border: solid 1px #000;
    min-width: 240px;
    padding: 0 20px;
    width: auto; }
  .Btn_type01 {
    background-color: #fff;
    border: solid 1px #000;
    max-width: 240px; }
  .Btn_type02 {
    background-color: rgba(255, 255, 255, 0.5);
    border: solid 1px #fff; }
  .Btn_type03 {
    background-color: #fff;
    border: solid 1px #f8971d;
    color: #f8971d;
    max-width: 240px; }
  .Btn_type04 {
    color: #fff;
    background-color: #a22b00;
    font-weight: bold; }
  .Btn_type05 {
    background-color: #65301d;
    border-radius: 10px;
    color: #fff;
    max-width: 210px; }
  .Btn_type06 {
    color: #fff;
    background: url(../images/common/btn_orange.png) no-repeat 0 0;
    width: 255px;
    height: 47px;
    line-height: 47px; }
    .Btn_type06::after {
      content: '';
      display: inline-block;
      width: 6px;
      height: 10px;
      background: url(../images/common/arrow_r_wht.png) no-repeat 0 0;
      margin-left: 10px;
      vertical-align: middle;
      position: relative;
      top: -2px; }
  .Btn_type07 {
    color: #a52a00;
    border: solid 1px #a52a00;
    padding: 0 15px;
    display: inline-block;
    width: auto;
    text-align: left;
    line-height: 1.6em; }
    .Btn_type07::before {
      content: '>';
      display: inline-block;
      margin-right: 10px; }
    .Btn_type07:hover {
      color: #fff;
      background-color: #a52a00; }
  .Btn_print {
    background-color: #fff;
    border: solid 1px #000;
    max-width: 240px; }
    .Btn_print::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 22px;
      background: url(../images/common/icon_printer.png) no-repeat 0 0;
      margin-right: 10px;
      position: relative;
      top: -2px; }
  .Btn-medical:hover {
    background-color: #00b4cc;
    border-color: #00b4cc;
    color: #fff; }
  .Btn-trade:hover {
    background-color: #fa9800;
    border-color: #fa9800;
    color: #fff; }
  .Btn-industry:hover {
    background-color: #40a853;
    border-color: #40a853;
    color: #fff; }

.BtnBlock {
  max-width: 905px;
  margin: 0 auto;
  position: relative;
  text-align: right; }
  .BtnBlock::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0; }

.BtnCenterBlock {
  text-align: center;
  margin: 30px 0; }

/*---------- Link ----------*/
.Link {
  color: #a22b00; }
  .Link:hover {
    text-decoration: underline; }
  .Link-arrow::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: solid 1px #a22b00;
    border-right: solid 1px #a22b00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    margin-right: 8px;
    position: relative;
    top: -1px; }

/*---------- Title ----------*/
.Title_type01 {
  text-align: center;
  margin-bottom: 40px; }

.Title_type02 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.875rem;
  font-weight: normal; }
  .Title_type02::before {
    content: '';
    display: inline-block;
    width: 57px;
    height: 7px;
    vertical-align: middle;
    background: url(../images/common/motif_tl_l.png) no-repeat 0 0;
    margin-right: 10px; }
  .Title_type02::after {
    content: '';
    display: inline-block;
    width: 57px;
    height: 7px;
    vertical-align: middle;
    background: url(../images/common/motif_tl_r.png) no-repeat 0 0;
    margin-left: 10px; }

.Title_type03 {
  margin: 40px 0 20px;
  padding: 0 10px 10px;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  border-bottom: solid 1px #000;
  line-height: 1.4em; }
  .Title_type03::before, .Title_type03::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    bottom: -3px; }
  .Title_type03::before {
    left: 0; }
  .Title_type03::after {
    right: 0; }

.Title_lead {
  border-left: solid 6px #65301d;
  color: #65301d;
  padding-left: 15px;
  font-weight: normal;
  margin: 40px 0 20px; }
  .Title_lead-em {
    font-size: 1.5rem; }

.Title_sub {
  font-size: 1.125rem; }

/*---------- Text ----------*/
.Text-center {
  text-align: center !important; }

.Text-right {
  text-align: right !important; }

.Text-left {
  text-align: left !important; }

.Text-strong {
  font-weight: bold !important; }

.Text-brown {
  color: #a22b00; }

.Text-gold {
  color: #a7812e; }

/*---------- Header ----------*/
.Header {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 30px 0; }
  .Header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 35px;
    position: relative; }
  .Header_logo {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 102; }
  .Header_logoImg {
    width: 280px;
    height: auto; }
  .Header_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .Header_subLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .Header_subLinkItem {
    padding: 0 15px;
    border-right: solid 1px #000;
    line-height: 1.2em; }
    .Header_subLinkItem:last-child {
      border-right: none; }
    .Header_subLinkItem:nth-child(1) a:hover,
    .Header_subLinkItem:nth-child(1) a.active {
      color: #00b5cb; }
    .Header_subLinkItem:nth-child(2) a:hover,
    .Header_subLinkItem:nth-child(2) a.active {
      color: #f8971d; }
    .Header_subLinkItem:nth-child(3) a:hover,
    .Header_subLinkItem:nth-child(3) a.active {
      color: #4cb860; }
    .Header_subLinkItem:nth-child(4) a:hover,
    .Header_subLinkItem:nth-child(4) a.active {
      color: #f8971d; }
  .Header_subLink {
    font-size: 0.875rem;
    text-decoration: none; }
  .Header_snsLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 10px; }
  .Header_snsLinkItem {
    margin-right: 15px; }
  .Header_snsLinkBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #a4a4a4; }
    .Header_snsLinkBtn:hover {
      background-color: #efb800; }
  .Header_menuInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .Header_menuItem {
    margin-left: 2.5%;
    position: relative; }
    .Header_menuItem:first-child {
      margin-left: 0; }
    .Header_menuItem:last-child {
      margin-left: 1.5%;
      margin-right: 1%;
      top: -6px; }
  .Header_menuLink {
    font-size: 1.0625rem;
    display: block;
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: solid 4px transparent; }
    .Header_menuLink.active, .Header_menuLink:hover {
      color: #a22b00;
      border-bottom: solid 4px #a22b00; }
  .Header_subMenu {
    position: absolute;
    min-width: 200px;
    background-color: rgba(255, 255, 255, 0.94);
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    top: 28px;
    left: 0;
    padding: 10px 0;
    display: none;
    z-index: 30; }
    .Header_subMenu-right {
      right: 0;
      left: auto; }
  .Header_subMenuLink {
    display: block;
    white-space: nowrap;
    padding: 10px 20px; }
    .Header_subMenuLink:hover {
      color: #a22b00; }
  .Header_menuSearch {
    width: 24px;
    height: 24px;
    background: url(../images/common/btn_search_off.png) no-repeat 0 0;
    background-size: 24px auto;
    text-indent: 120%;
    overflow: hidden;
    display: block;
    white-space: nowrap; }
    .Header_menuSearch:hover {
      background-image: url(../images/common/btn_search_on.png); }
    .Header_menuSearch.active, .Header_menuSearch.active:hover {
      background-image: url(../images/common/icon_search_close.png);
      background-position: center center; }

.Header_fixed {
  position: fixed;
  top: -80px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  z-index: 103;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: top 0.5s cubic-bezier(0.045, 0.495, 0.685, 0.97);
  transition: top 0.5s cubic-bezier(0.045, 0.495, 0.685, 0.97); }
  .Header_fixed.is-show {
    top: 0; }

.Header_fixedInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative; }

.Header_fixedLogo {
  position: relative;
  height: 45px; }

.Header_fixedLogoImg {
  width: 150px;
  height: auto;
  vertical-align: bottom;
  position: absolute; }

.Header_fixedMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.Header_fixedMenuItem {
  margin-left: 20px;
  position: relative; }

.Header_fixedMenuLink {
  font-size: 0.9375rem;
  display: block;
  text-decoration: none; }
  .Header_fixedMenuLink:hover, .Header_fixedMenuLink.active {
    color: #a22b00; }

/*---------- Contents ----------*/
.Contents {
  min-height: 300px; }

/*---------- SectionBlock ----------*/
.SectionBlock {
  margin-bottom: 80px; }

/*---------- Breadcrumb ----------*/
.Breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin: 70px auto 60px;
  position: relative; }
  .Breadcrumb-page {
    margin-bottom: 30px; }
  .Breadcrumb::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 11px 0;
    border-color: transparent #4f2310 transparent transparent; }
  .Breadcrumb_item {
    margin-left: 9px; }
    .Breadcrumb_item:first-child {
      margin: 0; }
    .Breadcrumb_item:nth-child(n+3) {
      margin-left: 6px; }
    .Breadcrumb_item:first-child .Breadcrumb_link {
      border: solid 1px #4f2310; }
      .Breadcrumb_item:first-child .Breadcrumb_link::before {
        content: '';
        display: block;
        position: absolute;
        right: -12px;
        left: auto;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 22px 0 0 11px;
        border-color: transparent transparent transparent #4f2310;
        -webkit-transform: skew(0);
        transform: skew(0); }
      .Breadcrumb_item:first-child .Breadcrumb_link::after {
        content: '';
        display: block;
        position: absolute;
        right: -11px;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 21px 0 0 11px;
        border-color: transparent transparent transparent #fff; }
  .Breadcrumb_link {
    display: inline-block;
    padding: 0 15px;
    font-size: 0.6875rem;
    line-height: 21px;
    position: relative; }
    .Breadcrumb_link::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      border: solid 1px #4f2310;
      -webkit-transform: skew(26deg);
      transform: skew(26deg);
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1; }
  .Breadcrumb_current {
    display: inline-block;
    color: #fff;
    padding: 0 15px;
    font-size: 0.6875rem;
    line-height: 21px;
    position: relative; }
    .Breadcrumb_current::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      border: solid 1px #4f2310;
      background-color: #4f2310;
      -webkit-transform: skew(26deg);
      transform: skew(26deg);
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1; }
    .Breadcrumb_current br {
      display: none; }

/*---------- SimpleBreadcrumb ----------*/
.SimpleBreadcrumb {
  background-color: #fff5e0;
  padding: 0 20px; }
  .SimpleBreadcrumb-orange {
    background-color: #f8971d; }
    .SimpleBreadcrumb-orange .SimpleBreadcrumb_item {
      color: #fff; }
    .SimpleBreadcrumb-orange .SimpleBreadcrumb_link {
      color: #fff; }
  .SimpleBreadcrumb-blue {
    background-color: #00b5cb; }
    .SimpleBreadcrumb-blue .SimpleBreadcrumb_item {
      color: #fff; }
    .SimpleBreadcrumb-blue .SimpleBreadcrumb_link {
      color: #fff; }
  .SimpleBreadcrumb-green {
    background-color: #4cb860; }
    .SimpleBreadcrumb-green .SimpleBreadcrumb_item {
      color: #fff; }
    .SimpleBreadcrumb-green .SimpleBreadcrumb_link {
      color: #fff; }
  .SimpleBreadcrumb_inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 0 10px 130px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    z-index: 10; }
  .SimpleBreadcrumb_item {
    display: inline-block;
    font-size: 0.75rem;
    margin-right: 5px; }
    .SimpleBreadcrumb_item::after {
      content: '>'; }
    .SimpleBreadcrumb_item:last-child::after {
      content: none; }
  .SimpleBreadcrumb_link {
    color: #a22b00;
    padding-right: 15px; }

/*---------- PostImgList ----------*/
.PostImgList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto 60px; }
  .PostImgList-mansony {
    display: block; }
    .PostImgList-mansony .PostImgList_item {
      width: 285px;
      margin: 0 0 30px; }
  .PostImgList-4column .PostImgList_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23.5%;
    flex: 0 0 23.5%;
    width: 23.5%;
    margin-right: 2%; }
    .PostImgList-4column .PostImgList_item:nth-child(3n) {
      margin-right: 2%; }
    .PostImgList-4column .PostImgList_item:nth-child(4n) {
      margin-right: 0; }
  .PostImgList_inner {
    width: 100%;
    margin: 0 auto;
    position: relative; }
  .PostImgList_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.5%;
    flex: 0 0 28.5%;
    width: 28.5%;
    margin-right: 7.25%; }
    .PostImgList_item:nth-child(3n) {
      margin-right: 0; }
    .PostImgList_item-paper {
      border: solid 1px #ccc;
      border-radius: 10px;
      padding: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  .PostImgList_link {
    display: block; }
  .PostImgList_imgArea {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden; }
    .PostImgList_imgArea:hover .PostImgList_dataPanel {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
  .PostImgList_dataPanel {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(49, 19, 6, 0.5);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
    transition: -webkit-transform 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
    transition: transform 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
    transition: transform 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97), -webkit-transform 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97); }
  .PostImgList_dataPanelInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .PostImgList_dataTitle {
    color: #fff;
    font-size: 1.4375rem;
    margin-bottom: 10px;
    line-height: 1.6em; }
  .PostImgList_dataLead {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.6em; }
  .PostImgList_title {
    font-size: 1.125rem;
    margin-bottom: 10px;
    line-height: 1.6em; }
  .PostImgList_txt {
    font-size: 0.875rem;
    line-height: 1.6em; }

/*---------- RecipeNavi ----------*/
.RecipeNavi {
  position: relative;
  margin: 20px 0 55px; }
  .RecipeNavi_inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative; }
  .RecipeNavi_categoryList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 10px;
    cursor: pointer; }
    .RecipeNavi_categoryList.pc {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .RecipeNavi_categoryList-column .RecipeNavi_categoryItem {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      width: 25%; }
    .RecipeNavi_categoryList-paper {
      max-width: 650px;
      margin: auto;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .RecipeNavi_categoryList-paper .RecipeNavi_categoryItem {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%; }
    .RecipeNavi_categoryList-news {
      max-width: 300px;
      margin: auto;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .RecipeNavi_categoryList-news .RecipeNavi_categoryItem {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%; }
  .RecipeNavi_categoryItem {
    color: #502411;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28%;
    flex: 0 0 14.28%;
    width: 14.28%;
    line-height: 22px;
    font-size: 0.9375rem; }
    .RecipeNavi_categoryItem:nth-child(3) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 19%;
      flex: 0 0 19%;
      width: 19%; }
    .RecipeNavi_categoryItem:nth-child(4) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 12.06%;
      flex: 0 0 12.06%;
      width: 12.06%; }
    .RecipeNavi_categoryItem:nth-child(5) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 11.78%;
      flex: 0 0 11.78%;
      width: 11.78%; }
    .RecipeNavi_categoryItem::after {
      content: '';
      display: inline-block;
      background: url(../images/common/arrow_brown_btm.png) no-repeat 98% center #fff;
      width: 11px;
      height: 17px;
      vertical-align: middle;
      margin-left: 10px; }
    .RecipeNavi_categoryItem::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      position: relative;
      top: -2px; }
    .RecipeNavi_categoryItem-genre::before {
      background: url(../images/common/icon_genre.png) no-repeat 0 0;
      width: 17px;
      height: 19px; }
    .RecipeNavi_categoryItem-scene::before {
      background: url(../images/common/icon_scene.png) no-repeat 0 0;
      width: 23px;
      height: 20px; }
    .RecipeNavi_categoryItem-diet::before {
      background: url(../images/common/icon_diet.png) no-repeat 0 0;
      width: 17px;
      height: 17px; }
    .RecipeNavi_categoryItem-health::before {
      background: url(../images/common/icon_health.png) no-repeat 0 0;
      width: 19px;
      height: 17px; }
    .RecipeNavi_categoryItem-season::before {
      background: url(../images/common/icon_season.png) no-repeat 0 0;
      width: 22px;
      height: 17px; }
    .RecipeNavi_categoryItem-pro::before {
      background: url(../images/common/icon_pro.png) no-repeat 0 0;
      width: 19px;
      height: 19px; }
  .RecipeNavi_detail {
    display: none;
    position: absolute;
    width: 100%;
    max-width: 1000px;
    padding: 10px 20px 30px;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    top: 98px;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 5; }
  .RecipeNavi_detailList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .RecipeNavi_detailList-column .RecipeNavi_detailBlock {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      width: 25%; }
    .RecipeNavi_detailList-paper {
      max-width: 650px;
      right: 0;
      margin: auto;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .RecipeNavi_detailList-paper .RecipeNavi_detailBlock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%; }
    .RecipeNavi_detailList-news {
      max-width: 300px;
      right: 0;
      margin: auto;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .RecipeNavi_detailList-news .RecipeNavi_detailBlock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%; }
  .RecipeNavi_detailBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28%;
    flex: 0 0 14.28%;
    width: 14.28%; }
    .RecipeNavi_detailBlock:nth-child(6) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 19%;
      flex: 0 0 19%;
      width: 19%; }
    .RecipeNavi_detailBlock:nth-child(8) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 12.06%;
      flex: 0 0 12.06%;
      width: 12.06%; }
    .RecipeNavi_detailBlock:nth-child(10) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 11.78%;
      flex: 0 0 11.78%;
      width: 11.78%; }
  .RecipeNavi_detailItem {
    position: relative;
    padding: 0 1px 1px 0; }
  .RecipeNavi_checkbox {
    position: absolute;
    opacity: 0; }
    .RecipeNavi_checkbox:checked + .RecipeNavi_detailLabel {
      background-color: #fac117; }
  .RecipeNavi_detailLabel {
    padding: 5px;
    display: block; }
  .RecipeNavi_categoryTitle {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 3px; }
  .RecipeNavi_categoryCount {
    display: block;
    font-size: 0.75rem;
    color: #6d2d16; }
  .RecipeNavi_btnArea {
    text-align: center;
    margin: 10px auto 0;
    max-width: 240px; }
  .RecipeNavi_txtSearch {
    max-width: 620px;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0 auto 20px; }
  .RecipeNavi_inputSearch {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 20px;
    text-align: center;
    height: 40px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-size: 1.125rem; }
  .RecipeNavi_btnSearch {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .RecipeNavi_detailLinkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 35px; }
  .RecipeNavi_detailLinkItem {
    margin-right: 80px; }
    .RecipeNavi_detailLinkItem:last-child {
      margin-right: 0; }
  .RecipeNavi_detailLink {
    display: block; }
  .RecipeNavi_detailLinkCount {
    font-size: 0.875rem;
    padding-left: 10px;
    color: #a22b00; }

/*---------- ColumnList ----------*/
.ColumnList {
  position: relative;
  padding-bottom: 30px;
  margin-top: 50px; }
  .ColumnList_inner {
    max-width: 1000px;
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .ColumnList_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23.5%;
    flex: 0 0 23.5%;
    width: 23.5%;
    margin-right: 2%; }
    .ColumnList_item:last-child {
      margin-right: 0; }
  .ColumnList_link {
    display: block; }
  .ColumnList_imgArea {
    margin-bottom: 12px;
    max-height: 150px;
    overflow: hidden; }
  .ColumnList_img {
    width: 100%;
    height: auto; }
  .ColumnList_title {
    font-size: 1.125rem;
    margin-bottom: 8px;
    line-height: 1.4em; }
  .ColumnList_txt {
    line-height: 1.4em; }
  .ColumnList_date {
    font-size: 0.8125rem;
    margin-bottom: 10px;
    color: #666; }

/*---------- TagList ----------*/
.TagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .TagList_item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #e5e5e5;
    border-radius: 10px;
    padding: 4px 10px;
    line-height: 1em;
    font-size: 0.8125rem; }

/*---------- PostDetailList ----------*/
.PostDetailList {
  max-width: 1010px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .PostDetailList_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px; }
    .PostDetailList_item:nth-child(3n) {
      margin-right: 0; }
    .PostDetailList_item-search {
      width: 100%;
      margin-right: 0;
      margin-bottom: 0; }
    .PostDetailList_item-slim {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      width: 30%;
      margin-right: 5%; }
  .PostDetailList_imgArea,
  .PostDetailList .PostDetailList_imgArea {
    margin-bottom: 15px;
    max-height: 215px;
    overflow: hidden; }
  .PostDetailList_imgLink {
    display: block; }
  .PostDetailList_img {
    width: 100%;
    height: auto; }
  .PostDetailList_txtLink {
    display: block;
    margin: 0 0 10px; }
  .PostDetailList_title {
    font-size: 1.25rem;
    font-weight: normal;
    margin: 0 0 10px;
    line-height: 1.4em; }
  .PostDetailList_txt {
    font-size: 0.875rem;
    line-height: 1.8em; }
  .PostDetailList_btmLink {
    margin-top: 30px; }

/*---------- ContentsLink ----------*/
.ContentsLink {
  background-color: #f5f5f5;
  padding: 40px 0 10px; }
  .ContentsLink_inner {
    max-width: 1010px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .ContentsLink_item {
    width: 48%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    border: solid 1px #000;
    margin-bottom: 30px; }
  .ContentsLink_link {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff; }
  .ContentsLink_img {
    vertical-align: bottom;
    width: 210px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px; }
  .ContentsLink_txt {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    font-size: 1.25rem; }

/*---------- SocialContents ----------*/
.SocialContents {
  max-width: 1000px;
  margin: 90px auto 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .SocialContents_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.5%;
    flex: 0 0 28.5%;
    width: 28.5%; }
  .SocialContents_title {
    margin-bottom: 15px; }
  .SocialContents_inner {
    height: 285px;
    overflow: auto;
    margin-bottom: 25px; }
  .SocialContents_instaList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .SocialContents_instaListItem {
    width: 32%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    .SocialContents_instaListItem::before {
      content: '';
      display: block;
      width: 100%;
      padding-top: 100%; }
    .SocialContents_instaListItem:nth-child(3n) {
      margin-right: 0; }
    .SocialContents_instaListItem a {
      display: block;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0; }
  .SocialContents_instaListImg {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  .SocialContents_btnArea {
    text-align: center; }

/*---------- RecipeList ----------*/
.RecipeList {
  max-width: 1000px;
  margin: 0 auto; }
  .RecipeList_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px; }
  .RecipeList_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 5px);
    flex: 0 0 calc(25% - 5px);
    margin-right: 5px;
    margin-bottom: 5px; }
    .RecipeList_item:nth-child(4n) {
      margin-right: 0; }
  .RecipeList_link {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden; }
    .RecipeList_link:hover .RecipeList_txtArea {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
  .RecipeList_imgArea {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%; }
  .RecipeList_txtArea {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(49, 19, 6, 0.5);
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
    transition: -webkit-transform 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
    transition: transform 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
    transition: transform 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97), -webkit-transform 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97); }
  .RecipeList_title {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 10px; }
  .RecipeList_txt {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.8em; }

/*---------- imgColumn ----------*/
.imgColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px; }
  .imgColumn img {
    display: block;
    max-width: 100%;
    vertical-align: bottom;
    margin: 0 auto 5px; }
  .imgColumn p {
    font-size: 0.8125rem;
    color: #808080; }
  .imgColumn-2column {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .imgColumn-2column li {
      width: 48.7%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48.7%;
      flex: 0 0 48.7%; }
      .imgColumn-2column li img {
        width: 100%;
        height: auto; }
  .imgColumn-3column {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .imgColumn-3column li {
      width: 32.5%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 32.5%;
      flex: 0 0 32.5%; }
      .imgColumn-3column li img {
        width: 100%;
        height: auto; }
  .imgColumn-4column {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .imgColumn-4column li {
      width: 24.5%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 24.5%;
      flex: 0 0 24.5%; }
      .imgColumn-4column li img {
        width: 100%;
        height: auto; }

/*---------- SearchedItems ----------*/
.SearchedItems {
  max-width: 1000px;
  margin: 0 auto 60px;
  border: solid 1px #ddd;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6em; }
  .SearchedItems_lead {
    color: #502411; }
    .SearchedItems_lead::after {
      content: ' : '; }

/*---------- Footer ----------*/
.Footer {
  background-color: #aaa; }
  .Footer_inner {
    max-width: 1140px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .Footer_logoArea {
    width: 23.7%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23.7%;
    flex: 0 0 23.7%;
    margin-right: 1.7%; }
  .Footer_logo {
    text-align: center;
    margin-bottom: 20px; }
  .Footer_snsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .Footer_snsItem {
    margin: 0 10px; }
  .Footer_snsLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #fff; }
    .Footer_snsLink:hover {
      background-color: #efb800; }
      .Footer_snsLink:hover .Footer_snsImg:nth-child(1) {
        display: none; }
      .Footer_snsLink:hover .Footer_snsImg:nth-child(2) {
        display: inline; }
  .Footer_snsImg:nth-child(2) {
    display: none; }
  .Footer_flagList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    padding: 30px 20px 0;
    border-top: solid 1px #fff; }
  .Footer_flagItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    margin-bottom: 20px; }
    .Footer_flagItem:nth-child(even) {
      padding-left: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  .Footer_flagLink {
    color: #fff;
    text-decoration: none;
    font-size: 0.8125rem; }
  .Footer_flagImg {
    vertical-align: middle;
    margin-right: 5px; }
  .Footer_linkArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .Footer_linkColumn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.7%;
    flex: 0 0 31.7%;
    width: 31.7%; }
  .Footer_linkBlock {
    margin: 0 0 45px; }
    .Footer_linkBlock:last-child {
      margin-bottom: 0; }
  .Footer_linkLead {
    color: #fff;
    text-decoration: none;
    font-size: 1.25rem;
    border-bottom: solid 1px #fff;
    padding-bottom: 10px;
    margin-bottom: 15px; }
  .Footer_linkItem {
    font-size: 0.8125rem;
    margin: 0 0 15px; }
    .Footer_linkItem:last-child {
      margin-bottom: 0; }
  .Footer_link {
    color: #fff;
    text-decoration: none; }
  .Footer_copyright {
    display: block;
    text-align: center;
    font-size: 0.625rem;
    background-color: #d1d1d1;
    border-top: solid 1px #fff;
    padding: 12px 0; }
  .Footer_pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none; }

/*---------- SiteSearch ----------*/
.SiteSearch {
  position: fixed;
  width: 100%;
  z-index: 101;
  display: none; }
  .SiteSearch.is-scroll {
    position: fixed;
    top: 60px;
    height: calc(100vh - 60px); }
  .SiteSearch_head {
    background-color: #fff7e0; }
  .SiteSearch_headInner {
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .SiteSearch_postType {
    width: 220px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    position: relative; }
  .SiteSearch_postTypeSelect {
    position: relative;
    background: url(../images/common/arrow_brown_btm.png) no-repeat 90% center #ffefc1;
    height: 64px;
    cursor: pointer; }
  .SiteSearch_postTypeSelectTxt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 64px;
    height: 64px;
    color: #502411;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 11; }
  .SiteSearch_postTypeList {
    position: absolute;
    top: 64px;
    width: 100%;
    background-color: #fdfaf3;
    padding: 10px 0;
    display: none;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.14);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.14);
    z-index: 1; }
  .SiteSearch_postTypeItem {
    padding: 12px 0 12px 40px;
    cursor: pointer; }
    .SiteSearch_postTypeItem:hover, .SiteSearch_postTypeItem.active {
      color: #a22b00; }
  .SiteSearch_inputArea {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .SiteSearch_inputBlock {
    max-width: 660px;
    margin: 0 auto;
    position: relative; }
  .SiteSearch_input {
    width: 100%;
    height: 44px;
    text-align: center;
    outline: none;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .SiteSearch_btn {
    display: block;
    width: 28px;
    height: 28px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/common/btn_search_brw.png) no-repeat 0 0;
    position: absolute;
    right: 18px;
    top: 8px;
    cursor: pointer; }
  .SiteSearch_resultArea {
    background-color: #fff;
    position: absolute;
    top: 64px;
    width: 100%;
    height: calc(100vh - 174px);
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .is-scroll .SiteSearch_resultArea {
      height: calc(100vh - 124px); }
  .SiteSearch_resultInner {
    max-width: 1000px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 240px; }
  .SiteSearch_resultCount {
    text-align: center;
    font-size: 1.125rem;
    padding: 25px 0;
    display: none; }
    .SiteSearch_resultCount::before {
      content: '';
      display: inline-block;
      width: 57px;
      height: 7px;
      background: url(../images/common/motif_tl_l.png) no-repeat 0 0;
      vertical-align: middle;
      margin-right: 10px;
      position: relative;
      top: -2px; }
    .SiteSearch_resultCount::after {
      content: '';
      display: inline-block;
      width: 57px;
      height: 7px;
      background: url(../images/common/motif_tl_r.png) no-repeat 0 0;
      vertical-align: middle;
      margin-left: 10px;
      position: relative;
      top: -2px; }
  .SiteSearch_resultList {
    border-top: solid 1px #ccc;
    display: none; }
  .SiteSearch_resultItem {
    border-bottom: solid 1px #ccc; }
  .SiteSearch_resultLink {
    display: block;
    padding: 15px 0; }
    .SiteSearch_resultLink:hover {
      opacity: .7; }
  .SiteSearch_resultTitle {
    color: #4f2310;
    font-size: 1.125rem;
    margin-bottom: 10px;
    line-height: 1.6em; }
  .SiteSearch_resultTxt {
    font-size: 0.875rem;
    line-height: 1.6em; }
  .SiteSearch_loader {
    padding: 20px 0;
    text-align: center;
    display: none; }
  .SiteSearch_loadIcon {
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.post-password-form {
  text-align: center;
  max-width: 645px;
  margin: 0 auto; }
  .post-password-form > p {
    font-size: 1.375rem;
    color: #6e2d11;
    line-height: 1.4em;
    padding: 60px 20px 25px; }
    .post-password-form > p:last-child {
      padding: 0 20px 30px; }
  .post-password-form label {
    font-size: 1.125rem;
    color: #333; }
  .post-password-form input {
    font-size: 1.125rem;
    color: #333; }
    .post-password-form input[type="submit"] {
      color: #fff;
      background-color: #a22b00;
      font-weight: bold;
      border: none;
      height: 26px;
      font-size: 1rem;
      padding: 0 10px; }

/*---------- Wordpress Style ----------*/
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.alignleft {
  float: left;
  padding: 0 15px 15px 0; }

.alignright {
  float: right;
  padding: 0 0 15px 15px; }

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important; }

/*---------- Responsive Style ----------*/
.sp {
  display: none; }

.tb {
  display: none; }

.pc {
  display: block; }

br.pc, img.pc {
  display: inline; }

.pc_none {
  display: none; }

.tb_none {
  display: block; }

.sp_none {
  display: block; }

br.tb_none, img.tb_none, br.sp_none, img.sp_none {
  display: inline; }

/*---------- adjust ----------*/
.inline {
  display: inline !important; }

/*========================================================================================================== Breakpoint 1130px */
@media only screen and (max-width: 1130px) {
  /*---------- Header ----------*/
  .Header {
    padding: 15px 15px 0; }
    .Header_logoImg {
      width: 180px;
      height: auto; }
    .Header_menuLink {
      font-size: 0.9375rem; } }

/*========================================================================================================== Breakpoint 1024px */
@media only screen and (max-width: 1024px) {
  /*---------- Responsive Style ----------*/
  .pc {
    display: none; }
  .sp {
    display: none; }
  .tb {
    display: block; }
  br.pc, img.pc,
  br.sp, img.sp {
    display: none; }
  br.tb, img.tb {
    display: inline; }
  .pc_none {
    display: block; }
  .sp_none {
    display: block; }
  .tb_none {
    display: none; }
  br.pc_none, img.pc_none, br.sp_none, img.sp_none {
    display: inline; }
  br.tb_none, img.tb_none {
    display: none; } }

/*========================================================================================================== Breakpoint 736px */
@media only screen and (max-width: 736px) {
  /*---------- Btn ----------*/
  .Btn {
    font-size: 0.6875rem;
    line-height: 35px; }
    .Btn_type01 {
      max-width: 165px; }
    .Btn_type03 {
      max-width: 165px; }
    .Btn_type04 {
      font-size: 0.875rem; }
    .Btn_type06 {
      width: 100%;
      max-width: 335px;
      height: 47px;
      line-height: 47px;
      font-size: 0.875rem;
      background-size: 100% auto;
      background-position: center bottom; }
  .BtnBlock {
    margin: 0 10px; }
    .BtnBlock .Btn {
      max-width: 135px; }
  /*---------- Header ----------*/
  .Header {
    padding: 10px 20px 10px 10px; }
    .Header_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0;
      height: 30px; }
    .Header_logo {
      top: -5px;
      left: 3px;
      z-index: 101; }
    .Header_logoImg {
      width: 138px;
      height: auto; }
    .Header_subLinks {
      padding: 0 15px; }
    .Header_subLinkItem {
      padding: 0;
      border: none;
      border-bottom: solid 1px #666; }
    .Header_subLink {
      display: block;
      font-size: 1rem;
      font-weight: normal;
      padding: 12px 0 12px 15px; }
    .Header_snsLinks {
      text-align: center;
      padding: 30px; }
    .Header_snsLinkItem {
      margin-right: 10px;
      display: inline-block;
      vertical-align: middle; }
      .Header_snsLinkItem:last-child {
        margin-right: 0; }
    .Header_searchIcon {
      width: 21px;
      height: 21px;
      background: url(../images/common/btn_hd_search.png) no-repeat 0 0;
      background-size: 21px auto;
      text-indent: -9999px;
      overflow: hidden;
      display: block;
      position: relative;
      top: -2px; }
      .Header_searchIcon.active {
        background-image: url(../images/common/icon_search_close_sp.png);
        background-position: center center;
        background-size: 20px auto; }
    .Header_menu {
      display: none;
      position: absolute;
      width: 100%;
      height: calc(100% - 50px);
      top: 50px;
      left: 0;
      background-color: rgba(255, 255, 255, 0.95);
      padding-bottom: 0;
      overflow: auto;
      z-index: 100; }
      .Header_menu.is-scroll {
        position: fixed; }
    .Header_menuInner {
      display: block;
      padding: 20px 15px 0; }
    .Header_menuItem {
      margin-left: 0;
      border-bottom: solid 1px #666; }
      .Header_menuItem:first-child {
        border-top: solid 1px #666; }
    .Header_menuLink {
      font-size: 1rem;
      padding: 12px 0 12px 15px; }
      .Header_menuLink-hasSub {
        background: url(../images/common/icon_open_blk.png) no-repeat 97% center;
        background-size: 20px auto; }
        .Header_menuLink-hasSub.close {
          background-image: url(../images/common/icon_close_blk.png); }
      .Header_menuLink.active, .Header_menuLink:hover {
        border-bottom: none;
        color: #333; }
    .Header_menuBtn {
      display: block;
      width: 30px;
      height: 30px;
      position: relative;
      margin-left: 20px; }
      .Header_menuBtn.close .Header_menuBtnLine:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 13px; }
      .Header_menuBtn.close .Header_menuBtnLine:nth-child(2) {
        opacity: 0; }
      .Header_menuBtn.close .Header_menuBtnLine:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 13px; }
    .Header_menuBtnLine {
      display: block;
      position: absolute;
      height: 1px;
      width: 100%;
      background-color: #683321;
      left: 0;
      -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .Header_menuBtnLine:nth-child(1) {
        top: 6px; }
      .Header_menuBtnLine:nth-child(2) {
        top: 13px; }
      .Header_menuBtnLine:nth-child(3) {
        top: 20px; }
    .Header_subMenu {
      display: none;
      position: relative;
      top: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      background: none;
      padding: 0 0 0 30px;
      margin: 10px 0; }
    .Header_subMenuItem {
      border-bottom: solid 1px #666; }
      .Header_subMenuItem:first-child .Header_subMenuLink {
        padding-top: 0; }
      .Header_subMenuItem:last-child {
        border-bottom: none; }
    .Header_subMenuLink {
      padding: 12px 0;
      font-size: 0.875rem; }
  .Header_fixed {
    height: 50px; }
  .Header_fixedInner {
    padding: 10px 20px 10px 10px; }
  .Header_fixedLogoImg {
    width: 138px; }
  .Header_fixedMenu {
    display: none; }
  /*---------- Title ----------*/
  .Title_type02 {
    margin-bottom: 30px;
    font-size: 1.375rem;
    padding-right: 45px;
    padding-left: 45px;
    position: relative; }
    .Title_type02::before {
      width: 30px;
      position: absolute;
      left: 10px;
      top: 0;
      bottom: 0;
      margin: auto; }
    .Title_type02::after {
      width: 30px;
      position: absolute;
      right: 10px;
      top: 0;
      bottom: 0;
      margin: auto;
      background-position: right 0; }
  .Title_lead-em {
    font-size: 1.25rem; }
  .Title_sub {
    font-size: 0.875rem; }
  .Title_img {
    height: 38px;
    width: auto; }
  /*---------- SectionBlock ----------*/
  .SectionBlock {
    margin-bottom: 60px; }
  /*---------- Breadcrumb ----------*/
  .Breadcrumb {
    display: none; }
  /*---------- SimpleBreadcrumb ----------*/
  .SimpleBreadcrumb {
    display: none; }
  /*---------- PostImgList ----------*/
  .PostImgList {
    display: block;
    padding: 0 15px;
    margin-bottom: 30px; }
    .PostImgList-mansony .PostImgList_item {
      width: 100%;
      margin-bottom: 0; }
    .PostImgList-4column .PostImgList_item {
      width: 100%;
      margin-right: 0; }
    .PostImgList_item {
      width: 100%; }
      .PostImgList_item:nth-child(even) .PostImgList_link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .PostImgList_link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .PostImgList_imgArea {
      width: 50%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      padding-bottom: 50%;
      margin-bottom: 0; }
    .PostImgList_dataPanel {
      display: none; }
    .PostImgList_dataPanelInner {
      padding: 0 20px; }
    .PostImgList_title {
      margin-bottom: 0;
      padding: 0 10px; }
    .PostImgList_txt {
      padding: 0 10px;
      margin-top: 10px; }
  /*---------- PostDetailList ----------*/
  .PostDetailList {
    display: block;
    padding: 0 15px; }
    .PostDetailList_item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 30px; }
      .PostDetailList_item:last-child {
        margin-bottom: 15px; }
    .PostDetailList_imgArea {
      margin-bottom: 10px; }
    .PostDetailList_txtLink {
      display: block;
      margin: 0 0 10px; }
    .PostDetailList_title {
      font-size: 1.125rem;
      margin-bottom: 5px; }
  /*---------- TagList ----------*/
  .TagList_item {
    font-size: 0.6875rem;
    padding: 4px 6px;
    border-radius: 5px; }
  /*---------- ContentsLink ----------*/
  .ContentsLink {
    padding: 20px; }
    .ContentsLink_inner {
      display: block; }
    .ContentsLink_item {
      width: 100%;
      margin-bottom: 20px; }
      .ContentsLink_item:nth-child(n+3) {
        margin-bottom: 20px; }
      .ContentsLink_item:last-child {
        margin-bottom: 0; }
    .ContentsLink_link {
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #fff; }
    .ContentsLink_img {
      width: 140px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
      flex: 0 0 140px; }
    .ContentsLink_txt {
      font-size: 1rem; }
  /*---------- SocialContents ----------*/
  .SocialContents {
    margin: 60px auto 90px;
    display: block;
    padding: 0 15px; }
    .SocialContents_item {
      width: 100%;
      margin-bottom: 40px; }
    .SocialContents_inner {
      -webkit-overflow-scrolling: touch; }
      .SocialContents_inner iframe {
        width: 740px !important; }
  /*---------- RecipeNavi ----------*/
  .RecipeNavi {
    padding: 20px 15px 10px; }
    .RecipeNavi::before {
      content: none; }
    .RecipeNavi-inPage {
      margin-bottom: 30px; }
    .RecipeNavi_inner {
      display: block; }
    .RecipeNavi_categoryList {
      width: 100%;
      padding: 15px 10px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      background-position: 95% center;
      margin-bottom: 0;
      border-top: solid 1px #000;
      border-bottom: solid 1px #000;
      color: #4f2310;
      text-align: center;
      position: relative; }
      .RecipeNavi_categoryList.pc {
        display: none; }
      .RecipeNavi_categoryList.close::after {
        content: '';
        display: block;
        width: 35px;
        height: 35px;
        background: url(../images/common/btn_close.png) no-repeat center center #fff;
        background-size: 35px auto;
        position: absolute;
        right: 1%;
        top: 0;
        bottom: 0;
        margin: auto; }
    .RecipeNavi_categoryItem {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      width: 50%;
      margin-bottom: 10px; }
      .RecipeNavi_categoryItem:nth-child(2), .RecipeNavi_categoryItem:nth-child(3), .RecipeNavi_categoryItem:nth-child(4) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%; }
      .RecipeNavi_categoryItem:nth-child(6) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%; }
    .RecipeNavi_detail {
      display: none;
      width: 100%;
      padding: 0;
      top: 110px; }
    .RecipeNavi_detailList {
      display: block; }
    .RecipeNavi_detailLead {
      padding: 10px;
      border-bottom: solid 1px #8a836d;
      background-color: #f8f4f2;
      color: #502411;
      text-align: center;
      position: relative; }
      .RecipeNavi_detailLead::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        position: relative;
        top: -2px; }
      .RecipeNavi_detailLead::after {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        border-top: solid 2px #502411;
        border-right: solid 2px #502411;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        position: absolute;
        right: 17px;
        top: 0;
        bottom: 0;
        margin: auto; }
      .RecipeNavi_detailLead-genre::before {
        background: url(../images/common/icon_genre.png) no-repeat 0 0;
        width: 17px;
        height: 19px; }
      .RecipeNavi_detailLead-scene::before {
        background: url(../images/common/icon_scene.png) no-repeat 0 0;
        width: 23px;
        height: 20px; }
      .RecipeNavi_detailLead-diet::before {
        background: url(../images/common/icon_diet.png) no-repeat 0 0;
        width: 17px;
        height: 17px; }
      .RecipeNavi_detailLead-health::before {
        background: url(../images/common/icon_health.png) no-repeat 0 0;
        width: 19px;
        height: 17px; }
      .RecipeNavi_detailLead-season::before {
        background: url(../images/common/icon_season.png) no-repeat 0 0;
        width: 22px;
        height: 17px; }
      .RecipeNavi_detailLead-pro::before {
        background: url(../images/common/icon_pro.png) no-repeat 0 0;
        width: 19px;
        height: 19px; }
    .RecipeNavi_detailBlock {
      width: 100%;
      display: none; }
      .RecipeNavi_detailBlock:nth-child(2) {
        width: 100%; }
      .RecipeNavi_detailBlock:nth-child(6), .RecipeNavi_detailBlock:nth-child(8) {
        width: 100%; }
    .RecipeNavi_detailBlockInner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .RecipeNavi_detailBlockInner:nth-child(2) {
        width: 100%; }
      .RecipeNavi_detailBlockInner:nth-child(6) {
        width: 100%; }
    .RecipeNavi_detailItem {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      width: 50%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .RecipeNavi_detailLabel {
      padding: 8px 5px; }
    .RecipeNavi_btnArea {
      padding: 25px 0;
      margin: 0 auto; }
    .RecipeNavi_txtSearch {
      width: 100%;
      margin-bottom: 25px; }
    .RecipeNavi_inputSearch {
      padding: 0 50px 0 10px;
      font-size: 0.875rem; }
    .RecipeNavi_btnSearch {
      right: 5px; }
    .RecipeNavi_detailLinkItem {
      margin-right: 20px; }
      .RecipeNavi_detailLinkItem:last-child {
        margin-right: 0; }
  /*---------- ColumnList ----------*/
  .ColumnList {
    margin-top: 20px; }
    .ColumnList_inner {
      margin: 0 15px 20px;
      display: block; }
    .ColumnList_item {
      width: 100%;
      margin-bottom: 15px;
      margin-right: 0; }
    .ColumnList_link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .ColumnList_imgArea {
      margin-bottom: 0;
      margin-right: 15px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      width: 40%; }
    .ColumnList_title {
      font-size: 1rem;
      margin-right: 10px; }
    .ColumnList_txt {
      margin-right: 10px; }
  /*---------- RecipeList ----------*/
  .RecipeList_inner {
    display: block;
    padding: 0 15px;
    margin-bottom: 20px; }
  .RecipeList_item {
    margin-right: 0;
    margin-bottom: 10px; }
  .RecipeList_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0; }
  .RecipeList_imgArea {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    width: 40%;
    padding-bottom: 40%; }
  .RecipeList_txtArea {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56%;
    flex: 0 0 56%;
    width: 56%;
    background: none;
    display: block;
    padding: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .RecipeList_title {
    font-size: 1.125rem;
    color: #333; }
  .RecipeList_txt {
    color: #333; }
  /*---------- SearchedItems ----------*/
  .SearchedItems {
    font-size: 0.875rem;
    padding: 15px;
    margin: 0 10px 30px; }
    .SearchedItems_lead {
      display: block;
      text-align: center;
      margin-bottom: 10px; }
      .SearchedItems_lead::after {
        content: ''; }
  /*---------- imgColumn ----------*/
  .imgColumn {
    margin-bottom: 10px; }
    .imgColumn-2column li p, .imgColumn-3column li p, .imgColumn-4column li p {
      font-size: 0.875rem; }
  /*---------- Footer ----------*/
  .Footer_inner {
    padding: 30px 15px 15px;
    display: block; }
  .Footer_logoArea {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  .Footer_logo {
    margin-bottom: 15px; }
  .Footer_logoImg {
    width: 85px;
    height: auto; }
  .Footer_snsItem {
    margin: 0 10px; }
  .Footer_flagList {
    margin-top: 20px;
    padding: 20px 20px 0; }
  .Footer_flagItem {
    margin-bottom: 15px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .Footer_linkArea {
    display: block; }
  .Footer_linkColumn {
    width: 100%; }
  .Footer_linkBlock {
    margin: 0;
    border-top: solid 1px #fff; }
  .Footer_linkLead {
    font-size: 1rem;
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0; }
  .Footer_linkSet {
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 15px;
    display: none; }
  .Footer_linkItem {
    font-size: 0.8125rem;
    margin: 0 0 15px; }
    .Footer_linkItem:last-child {
      margin-bottom: 0; }
  .Footer_link {
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative; }
    .Footer_link-hasSub {
      background: url(../images/common/icon_open.png) no-repeat 97% center;
      background-size: 20px auto;
      line-height: 20px; }
      .Footer_link-hasSub.close {
        background-image: url(../images/common/icon_close.png); }
  .Footer_copyright {
    display: block;
    text-align: center;
    font-size: 0.625rem;
    background-color: #d1d1d1;
    border-top: solid 1px #fff;
    padding: 12px 0; }
  .Footer_pagetop {
    bottom: 10px;
    right: 10px; }
  .Footer_pagetopImg {
    width: 36px;
    height: auto; }
  /*---------- SiteSearch ----------*/
  .SiteSearch_headInner {
    display: block; }
  .SiteSearch_postType {
    width: 100%; }
  .SiteSearch_postTypeSelect {
    height: 44px;
    background-position: 93% center; }
  .SiteSearch_postTypeSelectTxt {
    height: 44px;
    line-height: 44px; }
  .SiteSearch_postTypeList {
    top: 44px; }
  .SiteSearch_txt {
    font-size: 0.875rem;
    text-align: center;
    padding: 10px 0; }
  .SiteSearch_postTypeItem {
    padding: 12px 0 12px 40px; }
  .SiteSearch_inputArea {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .SiteSearch_input {
    background-color: #f0f0f0;
    border: none;
    text-align: left;
    padding-left: 40px;
    line-height: 44px; }
  .SiteSearch_btn {
    right: auto;
    left: 89.5%;
    top: 12px;
    background-size: 20px auto; }
  .SiteSearch_resultArea {
    top: 124px;
    height: calc(100vh - 174px); }
  .SiteSearch_resultInner {
    padding-left: 0; }
  .SiteSearch_resultCount {
    font-size: 1rem;
    padding: 15px 0; }
  .SiteSearch_resultLink {
    padding: 10px 15px; }
  .SiteSearch_resultTitle {
    font-size: 1rem; }
  .SiteSearch_resultTxt {
    font-size: 0.8125rem; }
  .SiteSearch_loader {
    padding-bottom: 20px; }
  .post-password-form {
    text-align: center; }
    .post-password-form > p {
      font-size: 1.125rem;
      padding: 40px 15px 20px; }
      .post-password-form > p:last-child {
        padding: 0 15px 30px; }
    .post-password-form label {
      font-size: 0.875rem;
      color: #333; }
    .post-password-form input {
      font-size: 0.875rem;
      color: #333; }
      .post-password-form input[type="password"] {
        border: solid 1px #ccc;
        width: 150px;
        height: 26px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
  /*---------- Responsive Style ----------*/
  .sp {
    display: block; }
  .tb {
    display: none; }
  .pc {
    display: none; }
  br.pc, img.pc,
  br.tb, img.tb {
    display: none; }
  br.sp, img.sp {
    display: inline; }
  .pc_none {
    display: block; }
  .tb_none {
    display: block; }
  .sp_none {
    display: none; }
  br.pc_none, img.pc_none, br.tb_none, img.tb_none {
    display: inline; }
  br.sp_none, img.sp_none {
    display: none; } }
