/* pc.css */
body {
  overflow-y: scroll;
}
.cf:after {
  content: "" !important;
  display: block !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  clear: both !important;
  visibility: hidden !important;
}
#Contents {
  /*margin-top: 54px;
	margin-top: -160px;*/
}
.area-head {
  height: 0 auto;
}
.block-links {
  margin-bottom: 52px;
}
.loven_contents {
  width: 760px;
	margin: 0 auto;
}
.loven_contents * {
  font-family: 'Noto Serif Japanese','Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  border: 0 !important;
  color: #333;
  box-sizing: border-box;
  text-align: left;
}
.loven_contents img {
  vertical-align: bottom
}
.cnt_cmn {
  position: relative;
}

.cnt1 {
  margin-bottom: 80px;
}
.cnt2 h1 {
  width: 616px;
  height: 150px;
  background: url(images/section05_waku.png) no-repeat center;
  background-size: contain;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 5px;
  padding-top: 32px;
  padding-left: 23px;
  text-align: center;
  margin: auto;
}
.cnt2 h2 {
  font-size: 21px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  margin: 20px 0 120px;
}

.box_cmn {
  overflow: hidden;
  position: relative;
  padding-bottom: 74px;
}
.box_cmn .image1 {
  float: left;
}
.box_cmn .image2 {
  float: right;
}

.box_cmn .txt1 {
  float: right;
}
.box_cmn .txt2 {
  float: left;
  padding-left: 76px;
}
.box_cmn .txt h4 {
  color: #333;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.8;
}
.box_cmn .txt h4 span {
    padding: 0 0 5px 0;
    background: url(images/section05_bar.png) repeat-x left bottom;
}
.box_cmn .txt p {
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  padding: 18px 0 0 24px;
}

.deco1 {
  position: absolute;
  right: 0;
  bottom: 73px;
}
.deco2 {
  position: absolute;
  left: 0;
  bottom: 73px;
}
.deco3 {
  position: absolute;
  right: 0;
  top: 73px;
}



.block-links {
  margin-top: 80px;
  margin-bottom: 52px;
}
.block-links .links_box {
  position: relative;
  margin-bottom: 28px;
}
.block-links a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.0;
  padding: 20px 0;
  font-weight: 600;
  color: #412210;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background:
  rgba(255,255,255,0.8);
  text-align: center;
  z-index: 1;
}


/*レシピ*/
.fixed {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
}
.btn_recipe_close {
  width: 90px;
  font-size: 14px;
  font-family: 'Noto Sans Japanese', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  background: #fff;
  color: #000;
  padding: 6px 0 6px 30px;
  margin: 0 auto;
  border: 1px solid #222 !important;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
}
.btn_recipe_close1 {
  top: 3.5%;
}
.btn_recipe_close2 {
  bottom: 3.5%;
}
.btn_recipe_close:before {
  display: block;
  content: "";
  width: 2px;
  height: 14px;
  background: #222;
  transform: rotate(45deg);
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn_recipe_close:after {
  display: block;
  content: "";
  width: 2px;
  height: 14px;
  background: #222;
  transform: rotate(-45deg);
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.recipe_wrap {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background: rgba(0,0,0,0.5);
  cursor: pointer;
  //overflow-y: scroll;
  padding-top: 80px;
}

.recipe_nav {
  background: url(images/recipe_bg.jpg) repeat-y center top;
  padding: 27px 0 38px;
  margin-bottom: 80px;
}
.recipe_nav_ttl {
  text-align: center;
  margin-bottom: 67px;
}
.recipe_list {
  width: 680px;
  margin: auto;
  overflow: hidden;
}
.recipe_list li {
  opacity: 1;
  transition: opacity 0.2s;
  cursor: pointer;
}
.recipe_list li:nth-child(n+3) {
  margin-top: 40px;
}
.recipe_list li:nth-child(odd) {
  float: left;
  clear: both;
}
.recipe_list li:nth-child(even) {
  float: right;
}
.recipe_list li:hover {
  opacity: 0.8;
  transition: opacity 0.2s;
}

.cnt_recipe {
  display: none;
  width: 760px;
  height: 80%;
  position: fixed;
  z-index: 110000;
  cursor: default;
  left: 50%;
  top: 50%;
  transform:translate(-50%,-50%);
}
/*カスタムスクロールバー調整*/
.cnt_recipe .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.cnt_recipe .mCSB_scrollTools .mCSB_draggerContainer {
  margin: 5px 0;
}
.cnt_recipe .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #eee;
}
.cnt_recipe .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.cnt_recipe .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.cnt_recipe .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.cnt_recipe .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #321D12;
}
.recipe_inner {
  background: url(images/bg_main_b.jpg) repeat-y;
  padding-top: 8px;
  margin-top: -1px;
}
.recipe_ttl {
  width: 690px;
  margin: 0 auto 36px;
}
.recipe_main {
  display: block;
  margin: auto;
}
.recipe_name {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  margin-top: -50px;
}

.recipe_comment {
  width: 690px;
  margin: 20px auto 20px;
  position: relative;
}
.recipe_comment:before {
  display: block;
  content: "";
  width: 3px;
 /* height: 230px;*/
	height: 100%;
  background: url(images/deco_dash.png) repeat-y;
  position: absolute;
  top: 0px;
  right: 204px;
}
.recipe_txt {
  width: 466px;
  padding-left: 14px;
  float: left;
}
.recipe_txt h4 {
  color: #222;
  height: 19px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
  padding-left: 38px;
  margin: 25px 0;
  background: url(images/icon_tebukuro.png) no-repeat left top;
  padding-top: 1px;
}

.recipe_txt p {
  color: #222;
  font-size: 14px;
  font-family: 'Noto Sans Japanese', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  line-height: 1.92;
  letter-spacing: 1.5px;
}
.recipe_sub {
  display: block;
  float: right;
  margin: 24px 24px 22px 0;
}
.cnt_recipe2 .recipe_sub {
  display: block;
  float: right;
  margin-top: 13px;
  margin-right: 0;
}

.recipe {
  width: 697px;
  margin: 40px auto 0;
}
.recipe_body {
  background: url(images/bg2_b.png) repeat-y;
  overflow: hidden;
  position: relative;
}
.recipe_body h4 {
  color: #222;
  height: 19px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
  padding-left: 38px;
  background: url(images/icon_tebukuro.png) no-repeat left top;
  padding-top: 1px;
  margin-bottom: 20px;
}
.recipe_body h4 small {
  font-size: 14px;
}
.recipe_body h5 {
  color: #222;
  font-size: 15px;
  font-weight: bold;
  font-family: 'Noto Sans Japanese', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  line-height: 1;
  margin: 1.4em 0 0.8em;
}
.recipe_body h5 small {
  font-size: 14px;
  font-weight: normal;
  font-family: inherit;
}

.zairyo {
  width: 280px;
  float: left;
  padding-left: 28px;
}
.zairyo ul {
  //margin-top: 20px;
}

.tukurikata {
  width: 384px;
  float: right;
  padding-right: 36px;
}
.tukurikata ol {
  margin-top: 18px;
}
.recipe_body li {
  color: #222;
  font-size: 13px;
  font-family: 'Noto Sans Japanese', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  line-height: 1.9;
  letter-spacing: 1.5px;
  margin-left: 3px;
  padding-left: 1em;
  text-indent: -1.4em;
  line-break: strict;
}
.recipe_body li div {
  color: #222;
  font-size: 13px;
  font-family: 'Noto Sans Japanese', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  letter-spacing: 0;
}
.tukurikata ol li + li {
  margin-top: 1em;
}

.recipe_body:after {
  display: block;
  content: "";
  width: 3px;
  height: 100%;
  background: url(images/deco_tate.png) repeat-y;
  position: absolute;
  left: 288px;
  top: 0px;
}
.cnt_recipe1 .recipe_body:after {
  height: 500px;
}
.cnt_recipe2 .recipe_body:after {
  height: 260px;
}

.bnr_link {
  display: block;
  margin: 0 auto 74px;
}


