@charset "UTF-8";
/* CSS Document */

/* contents */

/* toppage */
#cookingnote {
    width: 800px;
    background: #FFF;
    float: right;
}
#cookingnote .sp {
    display: none;
}
#cookingnote :focus{    
    outline: none;
}
#cookingnote img {
    vertical-align: top;
}
#cookingnote section {
    margin: 50px 0 80px 0;
}
#cookingnote section article {
    padding: 0 10px;
}

#cookingnote #feature ul {
    padding: 0;
    margin: 0 20px;
    position: relative;
}
#cookingnote #feature ul li img {
    width: 100%;
}
#cookingnote #feature button.slick-prev,
#cookingnote #feature button.slick-next {
    padding: 0;
    margin: -45px 0 0 0;
    border: 0;
    text-indent: -9999px;
    position: absolute;
    width: 49px;
    height: 91px;
    top: 45%;
    display: block;
    cursor: pointer;
}
#cookingnote #feature button.slick-prev {
    background: url("../img/cookingnote/arrow_left.png") no-repeat 0 50%;
    left: -20px;
    z-index: 100;
}
#cookingnote #feature button.slick-next {
    background: url("../img/cookingnote/arrow_right.png") no-repeat 100% 50%;
    right: -20px;
    z-index: 100;
}
#cookingnote #feature button.slick-prev:hover,
#cookingnote #feature button.slick-next:hover {
    opacity: .8;
}
#cookingnote #feature .slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
#cookingnote #feature .slick-dots li {
    width: auto !important;
    height: auto !important;
    border: 0;
    background: none;
    font-size: 0;
    cursor: pointer;
    color: #804c34;
}
#cookingnote #feature .slick-dots li:before {
    content: "●";
    font-size: 10px;
    display: inherit;
}
#cookingnote #feature .slick-dots li button:before {
    content: "" !important;
}
#cookingnote #feature .slick-dots .slick-active {
    color: #f3b100;
}
#cookingnote #feature .btn_all {
    text-align: center;
    margin: 30px 0 0 0;
}
#cookingnote h3,
#cookingnote h4 {
    margin: 0 0 30px 0;
    padding: 0;
}
#cookingnote #category h4 {
    position: relative;
    margin: 0 0 15px 0;
}
#cookingnote #category h4 .all {
    position: absolute;
    width: 100px;
    top: 40%;
    right: 15px;
    margin: 0 0 0 -9px;
    z-index: 100;
}
#cookingnote #category h4 .all a {
    cursor: pointer;
}
#cookingnote #category ul {
    margin: 0 10px 50px 10px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
#cookingnote #category article:last-child ul {
    margin-bottom: 0;
}
#cookingnote #category ul li {
    width: 33.3333%;
    padding: 10px;
    box-sizing: border-box;
}
#cookingnote #category ul li img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
#cookingnote #category ul li p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 18px;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    line-height: 140%;
    font-weight: bold;
}
#cookingnote #category ul li a {
    text-decoration: none;
}
#cookingnote #list {
  background: url("../img/cookingnote/bg.jpg");
    padding: 20px;
    margin-bottom: 0;
}
#cookingnote #list ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
#cookingnote #list ul li {
    width: 33.3333%;
    padding: 5px;
    box-sizing: border-box;
}
#cookingnote #list ul li a {
    background: #FFF url("https://www.tealife.co.jp/img/common/ico/arrow_pink-r_mini.png") no-repeat 95% 50%;
    padding: 10px;
    display: block;
    text-decoration: none;
    border-radius: 5px;
}

/* topic */
#cookingnote #topic,
#cookingnote #cat {
    margin-bottom: 0;
}
#cookingnote #cat article {
  margin-bottom: 80px;
}
#cookingnote #topic ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 20px;
    padding: 0;
}
#cookingnote #cat ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0 10px;
}
#cookingnote #topic ul li,
#cookingnote #cat ul li {
    width: 365px;
    margin: 0 0 30px 0;
    text-align: center;
}
#cookingnote #topic ul li .img,
#cookingnote #cat ul li .img {
  background: url("../img/cookingnote/bg.jpg");
    display: flex;
    align-items: center;
    height: 219px;
    justify-content: center;
}
#cookingnote #topic ul li img,
#cookingnote #cat ul li img {
    max-width: 100%;
    height: auto;
}
#cookingnote #topic ul li img,
#cookingnote #cat ul li img {
    width: auto;
    max-height: 100%;
}
#cookingnote #topic ul li p,
#cookingnote #cat ul li p {
    font-size: 18px;
    font-weight: bold;
    line-height: 140%;
    margin: 10px 0 0 0;
}
#cookingnote #topic ul li a,
#cookingnote #cat ul li a {
    text-decoration: none;
    display: block;
}
#cookingnote #topic ul li a:hover,
#cookingnote #cat ul li a:hover {
    opacity: .8;
}
#cookingnote #cat .btn_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
#cookingnote #cat .btn_box.btm {
    margin-top: 50px;
    margin-bottom: 30px;
}
#cookingnote #cat .btn_box .btn {
    width: 20%;
    text-align: center;
}
#cookingnote #cat ul li .img {
  background: url("../img/cookingnote/bg.jpg");
}


/* レシピ詳細 */
#recipe_page {
  float: right;
  width: 800px;
  background: #FFFFFF;
}

#recipe_page .page_title {
  margin: 0 0 40px;
  line-height: 0;
}
#recipe_page .page_title img {
  width: 100%;
  vertical-align: bottom;
}

#recipe_page .recipe .youtube {
  text-align: center;
}
#recipe_page .recipe .youtube h3 {
  display: block;
  width: 500px;
  background: #824E36;
  border-radius: 5px 5px 0 0;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  margin: 2em auto 0;
  padding: 5px 30px;
}
/*#recipe_page .recipe .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#recipe_page .recipe .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}*/

#recipe_page .recipe {
  padding-bottom: 60px;
}
#recipe_page .recipe h2 {
  font-size: 20px;
  margin: 1em 30px;
}
#recipe_page .recipe p {
  margin: 1em 30px;
}
#recipe_page .recipe img {
  width: 100%;
  vertical-align: bottom;
}

#recipe_page .recipe h3.subtitle {
  background: #E0D5CD;
	font-size: 17px;
	line-height: 140%;
  margin: 2em 15px 1em;
	padding: 10px 15px;
	border-radius: 5px;  
}

#recipe_page .recipe .material {
  margin: 0 30px;
}
#recipe_page .recipe .material dl {
  overflow: hidden;
  width: 400px;
  border-bottom: 1px solid #EEEADE;
  margin: 0;
  padding: 5px 0;
}
#recipe_page .recipe .material dl.group_title {
  font-weight: bold;
  padding-top: 1.5em;
}
#recipe_page .recipe .material dl dt {
  float: left;
}
#recipe_page .recipe .material dl dd {
  float: right;
  margin-left: 5px;
}

#recipe_page .recipe ol {
  counter-reset: list-count;
  list-style: none;
  margin: 0 30px;
  padding: 0;
}
#recipe_page .recipe ol li {
  border-bottom: 1px solid #EEEADE;
  padding: 10px 0;
}
#recipe_page .recipe ol li:before {
  counter-increment: list-count;
  content: counter(list-count)'.';
  padding-right: 15px;
  font-weight: bold;
}
#recipe_page .recipe ol li img {
  display: block;
  width: 400px;
  margin: 1em auto;
}

#recipe_page .recipe .box {
  overflow: hidden;
  zoom: 1;
  border-radius: 5px;
  margin: 2em 30px;
  padding: 20px;
}
#recipe_page .recipe .box .inner {
  float: right;
  margin-left: 20px;
}
#recipe_page .recipe .box .inner img {
  width: 200px;
}
#recipe_page .recipe .box p {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#recipe_page .recipe .box p span {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#recipe_page .recipe .keyword {
  background: #F9F6F2;
}
#recipe_page .recipe .keyword p span {
  font-size: 17px;
}
#recipe_page .recipe .profile {
  border: 1px solid #804C34;
}
#recipe_page .recipe .profile .inner img {
  width: 150px;
  border: 1px solid #E0D5CD;
}

/* 米井先生コメント */
#recipe_page .recipe .yonei {
  border: 1px solid #CEBFB2;
  border-radius: 5px;
  margin: 1em 30px;
}
#recipe_page .recipe .yonei h3 {
  border-bottom: 1px solid #CEBFB2;
  font-size: 17px;
  margin: 1em 30px 1em;
}
#recipe_page .recipe .yonei p {
  margin: 1em 30px;
}
#recipe_page .recipe .yonei .profile {
  border: none;
  font-size: 13px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  margin: 1em 30px;
}
#recipe_page .recipe .yonei .profile span {
  font-size: 15px;
}
#recipe_page .recipe .yonei .profile::after {
  content: "";
  background: url("/user_data/recipe_data/img/lowcarb/ico_yonei.png") 0 0 no-repeat;
  height: 80px;
  width: 80px;
  background-size: 100%;
}

#recipe_page .page_back {
  background: #804C34;
  text-align: center;
  padding: 5px;
}
#recipe_page .page_back a {
  color: #FFFFFF;
  text-decoration: none;
}

/* .breadcrumbs */
.breadcrumbs ol {
    margin: 0;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 160%;
    color: #804C34;
    list-style: none;
}
.breadcrumbs ol li {
    margin: 0 5px 0 0;
    display: inline;
}
.breadcrumbs ol li::after {
    content: ">";
    margin-left: 5px;
}
.breadcrumbs ol li:last-child::after {
    content: "";
}