@charset "utf-8";

/***************************************************
  beef.css
***************************************************/

/* レシピページコンテンツエリア
------------------------------------------------------------ */
/* レシピトップ */
.recipe-top{
  background: url(/shared/img/bg_recipe-top_01_pc.jpg);
}
.recipe-top .contents-inner{
  height: 100px;
  box-sizing: border-box;
  padding-top: 15px;
}
.logo-area {
  position: relative;
  padding-top: 7px;
}
.recipe-top span p.recipe-kind{
  background-color: #e10000;
  color: #fff;
  width: 155px;
  height: 28px;
  text-align: center;
  line-height: 29px;
  position: absolute;
  top: 10px;
  left: 275px;
}
.recipe-top span p.recipe-kind:after{
  content: "";
  position: absolute;
  top: 10px;
  left: -9px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 9px solid #e10000;
}
span.txt-recipe {
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
}
.recipe-top-visual{
  height: 500px;
  background: url("/recipe/img/bn_recipe_mainvisual_pc.jpg")no-repeat center;
  background-size: cover;
}
.visual-search{
  text-align: center;
  padding-top: 230px;
}
.search-box form input{
  width: 332px;
  border: 1px solid #fff;
  background-color:transparent;
  outline: none;
  color: #fff;
  height: 54px;
  padding: 0 10px;
  border-radius: 0;
}
.search-box form input:hover{
  background-color: rgba(0,0,0,0.5);
}
.search-box form input:focus{
  background-color: rgba(0,0,0,0.5);
}
.search-box form input::-webkit-input-placeholder{color:#fff;}
.search-box form input::-moz-placeholder{color:#fff;}
.search-box form input:-ms-input-placeholder{color:#fff;}
.search-box form input:-moz-placeholder{color:#fff;}
.search-box form input:placeholder{color:#fff;}
.search-box form input:focus::-webkit-input-placeholder{color:transparent;}
.search-box form input:focus::-moz-placeholder{color:transparent;}
.search-box form input:focus:-ms-input-placeholder{color:transparent;}
.search-box form input:focus:-moz-placeholder{color:transparent;}
.search-box form input:focus:placeholder{color:transparent;}
.search-box form button{
  color: #ffffff;
  height: 54px;
  border: 1px solid #fff;
}
button {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.search-box form button{
  outline: none;
}
.search-box form button:nth-child(2){
  width: 88px;
  vertical-align: middle;
  border-left: none;
  background: url("/shared/img/svg/search_03.svg")no-repeat center;
  background-size: 22px 23px;
  background-color:transparent;
}
.search-box form button:nth-child(2):hover{
  background-color: rgba(0,0,0,0.5);
}
.search-box form button:nth-child(4){
  width: 180px;
  background-color: transparent;
  margin-left: 45px;
  background: url(/shared/img/svg/ar02.svg) no-repeat center right 15px;
  height: 54px;
  font-size: 14px;
}
.search-box form button:nth-child(4):hover{
  background-color: rgba(0,0,0,0.5);
}
.box-suggest-search{
  display: inline-block;
  position: relative;
}
.search-box form .box-suggest-detail{
  text-align: left;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 53px;
  z-index: 2;
  display: none;
}
.search-box form .box-suggest-list{
  width: 420px;
  float: left;
}
.search-box form .box-suggest-img{
  width: 480px;
  float: right;
  padding: 18px 24px;
  background-color: #fff;
  position: absolute;
  left: 420px;
}
.search-box form .box-suggest-list li{
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-bottom: solid 1px #dedbd2;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
}
.search-box form .box-suggest-list li:hover{
  background-color: #f9cccc;
}
.search-box form .box-suggest-img li{
  width: 46%;
  margin-right: 8%;
  float: left;
  font-size: 13px;
  margin-bottom: 10px;
}
.search-box form .box-suggest-img li:nth-child(2n){
  margin-right: 0;
}
.search-box form .box-suggest-img li p{
  font-weight: bold;
}
.search-box form .box-suggest-img a{
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .search-box form .box-suggest-img{
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .logo-area{
    padding-top: 0;
  }
  .recipe-top{
    border-top: none;
  }
  .recipe-top .contents-inner{
    height: 35px;
    padding-top: 0;
    background: #ffffff;
  }
  .recipe-top span.recipe-logo {
    float: left;
    width: 150px;
    padding-top: 0;
  }
  .recipe-top span.recipe-kind-area {
    float: left;
    position: relative;
    display: block;
  }
  .recipe-top span p.recipe-kind{
    font-size: 13px;
    width: 112px;
    height: 30px;
    line-height: 30px;
    left: 20px;
    right: 100px;
    margin-top: -28px;
    top: 33px;
  }
  .recipe-top span p.recipe-kind:after{
    top: inherit;
    left: -120px;
    right: 0;
    bottom: 36px;
    margin: auto;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 9px solid #e10000;
  }
  .recipe-top-visual{
    height: 215px;
    background: url("/recipe/img/bn_recipe_mainvisual_sp.jpg")no-repeat center;
    background-size: cover;
    position: relative;
  }
  .visual-search{
    padding-top: 0;
  }
  .visual-search form{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .search-box form{
    width: 94%;
    height: 101px;
  } 
  .search-box form input,.search-box form button{
    height:43px;
  }
  .search-box form input{
    width: 100%;
    padding: 0 10px;
    font-size: 13px;
  }
  .search-box form input:focus{
    text-align: left;
  }
  .search-box form button:nth-child(2){
    width: 34%;
  }
  .search-box form button:nth-child(4){
    margin-top: 15px;
    margin-left: 0;
    height: 43px;
    font-size: 13px;
    font-weight: bold;
  }
  .box-suggest-search{
      width: 66%;
    font-size: 12px;
    float: left;
  }
  .search-box form .box-suggest-detail{
    width: 151%;
    top: 42px;
  }
  .search-box form .box-suggest-list{
    width: 100%;
  }
}
.search-recipe{
  height: 100px;
  width: 100%;
  background-color: #958c6f;
  text-align: center;
  padding-top: 24px;
}
@media only screen and (max-width: 640px) {
  .search-recipe{
    height: 141px;
    position: relative;
  }
  .search-recipe form{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
.ttl-recipe-rink img{
  width: 252px;
  height: auto;
}
.bg-recipe-rink{
  height: 500px;
  background: url("/img/bn_top_recipe_pc.jpg")no-repeat center;
  background-size: cover;
}
.box-recipe-rink{
  text-align: center;
  padding-top: 214px;
}
.box-recipe-rink p{
  color: #FFF;
  padding-bottom: 9px;
  font-size: 41px;
  font-weight: bold;
}
.box-recipe-rink a.btn-01{
  color: #FFF;
  border: 1px solid #FFF;
  width: 331px;
}
.box-recipe-rink a.btn-01:hover{
  background-color: rgba(0,0,0,0.5);
}
@media only screen and (max-width: 640px) {
  .ttl-recipe-rink img{
    width: 157px;
    height: auto;
  }
  .bg-recipe-rink{
    height: 215px;
    background: url("/img/bn_top_recipe_sp.jpg")no-repeat center;
    background-size: cover;
  }
  .box-recipe-rink{
    padding-top: 0;
  }
  .box-recipe-rink p{
    width: 94%;
    height: 105px;
    font-size: 16px;
    padding-top: 69px;
    margin: 0 auto;
  }
  .box-recipe-rink a.btn-01 {
    width: 239px;
    height: 40px;
    font-size: 12px;
    line-height: 38px;
  }
}
.bg-club-rink{
  height: 500px;
  background: url("/img/bn_top_club_pc.jpg")no-repeat center;
  background-size: cover;
}
.box-club-rink{
  text-align: center;
  padding-top: 80px;
}
.box-club-rink p{
  color: #FFF;
  padding-bottom: 30px;
  font-size: 29px;
  font-weight: bold;
}
.box-club-rink a.btn-01{
  color: #FFF;
  border: 1px solid #FFF;
  width: 199px;
  display: inline-block;
  margin: 10px;
  background-image: url("/shared/img/svg/ar02.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
}
.box-club-rink a.btn-01:hover{
  background-color: rgba(0,0,0,0.5);
}
.box-club-rink .box-club-merit{
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 35px;
  width: 100%;
}
.box-club-rink .club-link-merit ul{
  width: 100%;
}
.box-club-rink .club-link-merit li{
  float: left;
  width: 32%;
  margin-right: 2%;
  text-align: center;
  padding: 16px 38px 16px 38px;
  color: #e10000;
  font-weight: bold;
  background: url(/img/club_number_01.png) 5% 50% no-repeat rgba(255,255,255,0.9);
  background-size: 30px 30px;
  border-radius: 5px;
}
.box-club-rink .club-link-merit li:first-child{
  padding: 27px 38px 27px 38px;
}
.box-club-rink .club-link-merit li:nth-child(2){
  background: url(/img/club_number_02.png) 5% 50% no-repeat rgba(255,255,255,0.9);
  background-size: 30px 30px;
}
.box-club-rink .club-link-merit li:last-child{
  margin-right: 0;
  background: url(/img/club_number_03.png) 5% 50% no-repeat rgba(255,255,255,0.9);
  background-size: 30px 30px;
}
@media only screen and (max-width: 640px) {
  .bg-club-rink{
    height: 360px;
    background: url("/img/bn_top_club_sp.jpg")no-repeat center;
    background-size: cover;
  }
  .box-club-rink{
    padding-top: 0;
  }
  .box-club-rink p{
    width: 83%;
    height: 75px;
    font-size: 13px;
    margin: 0 auto;
  }
  .box-club-rink p:nth-child(2){
    padding-top: 0;
    height: auto;
    width: 80%;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .box-club-rink a.btn-01 {
    width: 260px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    margin: 7px;
  }
  .box-club-rink .box-club-merit{
    width: 100%;
    margin-bottom: 20px;
  }
  .box-club-rink .box-club-merit ul{
    width: 80%;
    margin: 0 auto;
  }
  .box-club-rink .club-link-merit li{
    float: none;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .box-club-rink .club-link-merit li{
    padding: 5px 10px 5px 50px;
    text-align: left;
    background-size: 20px 20px;
  }
  .box-club-rink .club-link-merit li:first-child {
    padding: 5px 0 5px 50px;
    background-size: 20px 20px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .box-club-rink .club-link-merit li:nth-child(2){
    background-size: 20px 20px;
    margin-bottom: 5px;
  }
  .box-club-rink .club-link-merit li:last-child{
    background-size: 20px 20px;
  }
}
#breadcrumb {
  margin-bottom: 0;
  padding-top: 0;
}
.gray-wrap {
  background-color: #eeede9;
}
.box-buttan {
  padding-top: 14px;
  padding-bottom: 50px;
}
.ico-h3 {
  padding-top: 95px;
  padding-bottom: 47px;
}
.ico-h3 h3.ico-02:after {
  content: "";
  width: 34px;
  height: 35px;
  background: url(/shared/img/svg/top_ico02.svg) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
}
.ico-h3 h3.ico-07:after {
  content: "";
  width: 39px;
  height: 31px;
  background: url(/shared/img/svg/ico_recommend.svg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .ico-h3 h3.ico-07:after {
    bottom: 68px;
  }
}
@media only screen and (max-width: 640px) {
  .ico-h3 h3 {
    line-height: 29px;
  }
}
ul.column.col4 li {
  background-color: inherit;
}
.bg-club-rink {
  margin-bottom: 74px;
}
ul.column li p.column-text-ttl-center{
  margin-top: 10px;
}

/* ボタン01 */
a.btn-01{
  display: block;
  width: 200px;
  height: 56px;
  border: 1px solid #707070;
  text-align: center;
  line-height: 56px;
  margin: 0 auto;
  background-image: url("/shared/img/svg/ar08.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
  text-decoration: none;
}
a.btn-01:hover{
  text-decoration: none;
  background-color: rgba(0,0,0,0.5);
  color: #FFF;
  background-image: url("/shared/img/svg/ar02.svg");
}
@media only screen and (max-width: 640px) {
  a.btn-01{
    width: 150px;
    height: 45px;
    line-height: 45px;
    background-position: center right 7px;
  }
}

/* h3上アイコン */
.ico-h3{
  padding-top: 70px;
  text-align: center;
}
.ico-h3 h3{
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
}
.ico-h3 h3.ico-01:after{
  content: "";
  width: 34px;
  height: 35px;
  background: url("/shared/img/svg/top_ico01.svg");
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: auto;
}
.ico-h3 h3.ico-06:after {
    content: "";
    width: 39px;
    height: 32px;
    background: url(/shared/img/svg/recipe_ico02.svg) no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: auto;
}

/* 4カラム */
ul.column.col4 li{
  width: 23%;
  margin-right: 2.6%;
  float: left;
  margin-bottom: 30px;
}
ul.column.col4 li:nth-child(4n){
  margin-right: 0;
}
/* カラム sp2 */
@media only screen and (max-width: 640px) {
  ul.column.sp2 li{
    width: 47%;
    margin-bottom: 15px;
    margin-right: 6%;
  }
  ul.column.sp2 li:nth-child(2n){
    margin-right: 0;
  }
  ul.column.sp1 li {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 15px;
  }
}


/* カラム内レイアウト */
ul.column .column-product{
  height: 270px;
  width: 100%;
  position: relative;
}
ul.column.col4 li {
    background-color: #fff;
}
ul.column.col4 li a{
  text-decoration: none;
}
ul.column .column-product img{
  max-width: 200px;
  max-height: 230px;
  width: auto;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
ul.column.product li{
  -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  padding-bottom: 23px;
}
ul.column.product a.btn-01{
  width: 80%;
}
ul.column li{
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  ul.column.tokusyu li:nth-child(n+3){
    display: none;
  }
  ul.column .column-product img{
    max-width: 50px;
    max-height: 130px;
  }
  ul.column .column-product{
    height: 143px;
  }
  .img-mask {
    overflow: hidden;
    height: 90px;
    width: 100%;
    display: block;
  }
}
/* カラム内テキスト */
ul.column.tokusyu a{
text-decoration: none;
} 
ul.column li p.column-text-ttl{
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  display: block;
  padding: 28px 28px 13px;
  text-decoration: none;
}
ul.column li p.column-text-yellow{
  color: #65562d;
  display: block;
  font-size: 13px;
  padding: 0 28px 28px;
}
ul.column li p.column-text-ttl-center{
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  display: block;
  padding: 0 10px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  ul.column li p.column-text-ttl{
    font-size: 14px;
  }
  ul.column li p.column-text-ttl-center{
    font-size: 14px;
  }
  ul.column li p.column-text-yellow{
    font-size: 15px;
  }
}

/* エバラクラブ仮デザイン */
.bg-club-rink{
  height: 500px;
  background: url("/img/bn_top_club_pc.jpg")no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .bg-club-rink{
    height: auto;
    background: url("/img/bn_top_club_sp.jpg")no-repeat center;
    background-size: cover;
    padding: 30px 0 10px;
  }
}

@media only screen and (max-width: 640px) {
  .box-buttan {
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .ico-h3 {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .ico-h3 h3 {
    font-size: 18px;
  }
}


/* beef
------------------------------------------------------------ */
.recipe-under-search {}
.under-search {
  padding: 24px 0;
  background-color: #918769;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .under-search {
    padding: 17px 0;
  }
  .under-search form {
    margin: 0 auto;
  }
}

.area-details {
  margin-bottom: 50px;
}
.area-details .contents-inner {
  position: relative;
}
.area-details .title-01 {
  margin-bottom: 2px;
  padding-top: 25px;
  border-top: 3px solid #e10000;
}
.area-details .title-01 .name {
  font-size: 34px;
  font-weight: bold;
}
.area-details .title-01 .txt-catch {
  margin-top: 6px;
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  .area-details {
    margin-bottom: 50px;
    padding-top: 20px;
  }
  .area-details .title-01 {
    margin-bottom: 23px;
    padding: 20px 0 0;
    border-top: 2px solid #e10000;
  }
  .area-details .title-01 .name {
    font-size: 20px;
    word-break: break-all;
    line-height: 1.3;
  }
  .area-details .title-01 .txt-catch {
    margin-top: 6px;
    color: #65562d;
    font-size: 14px;
  }
}
.area-details .sec-details .sec-details-inner {
  float: left;
  width: calc(100% - 400px);
}
.area-details .sec-details .image-01 {
  float: left;
  width: calc(100% - 400px);
  padding-top: 32px;
}
.area-details .sec-details .sec-details-inner .image-01 {
  float: none;
  width: 100%; 
}

.area-details .sec-details .image-01 img {
    width: 100%;
}
.area-details .sec-details .image-01 figcaption {
  margin-top: 15px;
  color: #65562d;
  font-size: 13px;
}
.area-details .sec-details .image-01 figcaption a {
  text-decoration: underline;
  color: #e10000;
}
.area-details .sec-details .image-01 figcaption a:hover {
  text-decoration: none;
}
.area-details .sec-details .snsbtn {
  position: absolute;
  top: -40px;
  right: 20px;
  width: 240px;
}


.sec-details{
  height: auto;
  margin-bottom: 80px;
}
.area-details .box-overview {
  width: 360px;
  position: absolute;
  top: 360px;
  right: 0;
}
.area-details .area-farstview{
  width: 360px;
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 641px) {
  .area-details .sec-details .image-01 figcaption a:hover {
    color: #65562d;
  }
}
@media only screen and (max-width: 640px) {
  .sec-details{
    height: auto;
    margin-bottom: 4vw;
  }
  .area-details .area-farstview{
    position: static;
    width: 100%;
  }
  .area-details .sec-details .sec-details-inner {
    width: 100%;
  }
  .area-details .sec-details .image-01 {
    float: none;
    width: 100%;
  }
  .area-details .sec-details .snsbtn {
    position: static;
    width: 240px;
    margin-top: 12px;
  }
}


.area-details .mypage {
  margin-bottom: 9px;
}
/*  */
.area-details .mypage.is-incomp {  display: none;}
/*  */
.area-details .mypage .mypage-list {
  display: block;
  padding: 0;
}
.area-details .mypage .title {
  float: left;
  font-size: 12px;
  width: auto;
  text-indent: 0;
  margin: 0;
  max-width: inherit;
  font-weight: normal;
  color: #e10000;
  margin-bottom: 8px;
  font-weight: bold;
  line-height: inherit;
}
.area-details .mypage .link {
  float: right;
  margin-bottom: 8px;
  padding-right: 15px;
  background: url(/shared/img/svg/ar05.svg) 100% 50% no-repeat;
  font-size: 12px;
  color: #231815;
  display: block;
}
.area-details .mypage.is-comp .outer-status{
  clear: both;
  border-top: solid 1px #b5b5b5;
  padding-top: 8px;
}
.area-details .mypage .status {
  clear: both;
  font-size: 18px;
  color: #fff;
  display: block;
  width: 100%;
  background: url(/shared/img/svg/ico_mypage_comp_off02.svg) center left no-repeat;
  border: solid 2px #918769;
  color: #918769;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
  padding-left: 72px;
  text-align: center;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}
.area-details .mypage.is-comp .status {
  border: none;
  color: #fff;
  background: #e10000 url(/shared/img/svg/ico_mypage_comp02.svg) center left no-repeat;
  border-left: 2px solid #af0100;
}
.area-details .box-overview .unit {}
.area-details .box-overview .unit li {
  float: left;
  width: 49.7%;
  margin: 0 0 .6% .6%;
  padding: 8px 0;
  background-color: #eeede9;
  font-size: 16px;
  text-align: center;
}
.area-details .box-overview .unit li:nth-child(odd) {
  margin-left: 0;
}
.area-details .box-overview .unit li span {
  display: inline-block;
  color: #65562d;
}
.area-details .box-overview .unit li.time,
.area-details .box-overview .unit li.calorie {
  float: none;
  width: 100%;
  margin-left: 0;
  padding-left: 37px;
  text-align: left;
}
.area-details .box-overview .unit li.time {
  background: #eeede9 url(/shared/img/svg/ico_time.svg) 12px 50% no-repeat;
}
.area-details .box-overview .unit li.calorie {
  background: #eeede9 url(/shared/img/svg/ico_calorie.svg) 12px 50% no-repeat;
}
.area-details .box-overview .unit li.time span,
.area-details .box-overview .unit li.calorie span {
  width: 5.5em;
}
.area-details .box-overview .notes {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
.area-details .box-overview .item {
  margin-top: 27px;
}
.area-details .box-overview .item .ttl-01 {
  margin-bottom: 10px;
  font-size: 20px;
}
.area-details .box-overview .item .ttl-01 img {
  margin-right: 10px;
}
.area-details .box-overview .item dl {
  float: left;
  width: 47%;
  margin-right: 6%;
  padding: 14px;
  -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
}
.area-details .box-overview .item dl:nth-child(odd) {
  margin-right: 0;
}
.area-details .box-overview .item dt {
  text-align: center;
}
.area-details .box-overview .item dt img {
  height: 125px;
}
.area-details .box-overview .item dt span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  text-align: left;
  word-break: break-all;
}
.area-details .box-overview .item dd {
  padding-top: 15px;
}
.area-details .box-overview .item dd li {
  margin-top: 8px;
}
.area-details .box-overview .item dd li a {
  display: block;
  padding: 10px 10px 10px 0;
  border: 1px solid #847d7c;
  font-size: 12px;
  text-align: center;
  background-image: url("/shared/img/svg/ar08.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
  text-decoration: none;
}
.area-details .box-overview .item dd li a:hover{
  background-color: rgba(0,0,0,0.5);
  background-image: url("/shared/img/svg/ar02.svg");
  color: #FFF;
}
.area-details .box-overview .link-bottle {
  text-align: center;
  margin-top: 30px;
}
.area-details .box-overview .link-bottle a {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  background:  url(/recipe/detail/img/recipe_btn_ico03.svg) no-repeat center left 15px,url(/shared/img/svg/ar08.svg) no-repeat center right 15px;
  border: 1px solid #847d7c;
  padding: 18px 20px;
}
.area-details .box-overview .link-bottle a:hover{
  text-decoration: none;
  background-color: rgba(0,0,0,0.5);
  background-image: url(/recipe/detail/img/recipe_btn_ico03.svg),url(/shared/img/svg/ar02.svg);
  color: #FFF;
}
@media only screen and (max-width: 640px) {
  .area-details .box-overview {
    width: 100%;
    margin-top: 20px;
    position: static;
  }
  .area-details .mypage {
    margin-bottom: 9px;
  }

  .area-details .mypage > a {
    padding: 8px 10px 3px 60px;
    background: #e20a0a url(/recipe/category/yakiniku/beef/img/ico_mypage_incomp.png) 10px 50% no-repeat;
    background-size: 38px auto;
  }
  .area-details .mypage.is-comp > a {
    background: #918769 url(/recipe/category/yakiniku/beef/img/ico_mypage_comp.png) 10px 50% no-repeat;
    background-size: 38px auto;
  }
  .area-details .mypage .mypage-list .title {
    font-size: 10px;
    width: auto;
    margin: 0 0 3px 0;
    line-height: auto;
  }
  .area-details .mypage .mypage-list .link {
    font-size: 10px;
  }
  .area-details .mypage .mypage-list .status {
    font-size: 15px;
    height: 40px;
    line-height: 35px;
    background-size: 48px 40px;
  }
  .area-details .mypage.is-comp .mypage-list .status {
    line-height: 40px;
  }

  .area-details .box-overview .unit {}
  .area-details .box-overview .unit li {
    font-size: 14px;
  }
  .area-details .box-overview .notes {
    font-size: 12px;
  }

  .area-details .box-overview .item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dadada;
  }
  .area-details .box-overview .item .ttl-01 {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .area-details .box-overview .item .ttl-01 img {
    height: 21px;
    margin-right: 10px;
    vertical-align: bottom;
  }
  .area-details .box-overview .item dd li a {
    background-position: center right 4px;
  }
  .area-details .box-overview .link-bottle {
    margin-top: 20px;
  }
  .area-details .box-overview .link-bottle a {
    padding: 16px 20px;
  }
}


.area-details .box-recipe {
  margin-top: 30px;
  padding-bottom: 16px;
}
.area-details .box-recipe .ttl-01 {
  margin-bottom: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #918c8a;
  font-size: 20px;
  font-weight: bold;
}
.area-details .box-recipe .ttl-01 img {
  margin-right: 10px;
}
.area-details .box-recipe .ttl-01 span {
  margin-left: 20px;
  font-size: 15px;
}
.area-details .box-recipe .box-recipe-material {
  float: left;
  width: 30%;
  margin-top: 6px;
}
.area-details .box-recipe .box-recipe-material dl {
  margin-top: 20px;
}
.area-details .box-recipe .box-recipe-material dt {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: bold;
}
.area-details .box-recipe .box-recipe-material dd table {
  width: 100%;
  color: #65562d;
  font-size: 16px;
}
.area-details .box-recipe .box-recipe-material dd tr{
  border-bottom: 1px dotted #949494; 
}
.area-details .box-recipe .box-recipe-material dd th {
  padding: 3px 0;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
.area-details .box-recipe .box-recipe-material dd th a {
  text-decoration: underline;
  color: #e10000;
}
.area-details .box-recipe .box-recipe-material dd th a:hover {
  text-decoration: none;
}
.area-details .box-recipe .box-recipe-material dd td {
  width: 9em;
  padding: 3px 0;
  text-align: right;
  vertical-align: middle;
}

.area-details .box-recipe .box-recipe-steps {
  float: right;
  width: 66.6666%;
  margin-bottom: 55px;
}
.area-details .box-recipe .box-recipe-steps ol {
  counter-reset: recipe-steps;
  margin: 0;
  list-style: none;
}
.area-details .box-recipe .box-recipe-steps li {
  position: relative;
  margin-top: 15px;
  padding: 0 0 0 35px;
  color: #65562d;
  font-size: 16px;
}
.area-details .box-recipe .box-recipe-steps li:before {
  display: block;
  counter-increment: recipe-steps;
  content: "(" counter(recipe-steps) ")";
  position: absolute;
  top: 0;
  left: 0;
  color: #231815;
  font-weight: bold;
}
.area-details .box-recipe .box-recipe-steps li a {
  color: #e10000;
  text-decoration: underline;
}
.area-details .box-recipe .box-recipe-steps li a:hover {
  text-decoration: none;
}

.area-details .box-recipe .box-recipe-point {
  float: right;
  width: 66.6666%;
}
.area-details .box-recipe .box-recipe-point p {
  color: #65562d;
  font-size: 16px;
}
.area-details .box-recipe .box-recipe-point a {
  color: #e10000;
  text-decoration: underline;
}
.area-details .box-recipe .box-recipe-point a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 641px) { 
  .area-details .box-recipe .box-recipe-material dd th a:hover {
    color: #65562d;
  }
  .area-details .box-recipe .box-recipe-steps li a:hover {
    color: #65562d;
  }
  .area-details .box-recipe .box-recipe-point a:hover {
    color: #65562d;
  }
}
@media only screen and (max-width: 640px) {
  .area-details .box-recipe {
    margin-top: 0;
  }
  .area-details .box-recipe .ttl-01 {
    margin-bottom: 14px;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 15px;
  }
  .area-details .box-recipe-material .ttl-01 img {
    height: 20px;
    width: auto;
    margin-right: 10px;
    vertical-align: bottom;
  }
  .area-details .box-recipe .ttl-01 img {
    height: 24px;
    width: auto;
    margin-right: 10px;
    vertical-align: bottom;
  }
  .area-details .box-recipe .ttl-01 span {
    font-size: 12px;
  }
  .area-details .box-recipe .box-recipe-material {
    float: none;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dadada;
  }
  .area-details .box-recipe .box-recipe-material dl {
    margin-top: 14px;
  }
  .area-details .box-recipe .box-recipe-material dt {
    font-size: 13px;
  }
  .area-details .box-recipe .box-recipe-material dd table {
    font-size: 13px;
  }

  .area-details .box-recipe .box-recipe-steps {
    float: none;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 20px;
    border-top: 1px solid #dadada;
  }
  .area-details .box-recipe .box-recipe-steps ol {
    counter-reset: recipe-steps;
    margin: 0;
    list-style: none;
  }
  .area-details .box-recipe .box-recipe-steps li {
    margin-top: 10px;
    padding: 0 0 0 30px;
    font-size: 14px;
  }

  .area-details .box-recipe .box-recipe-point {
    float: none;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dadada;
  }
  .area-details .box-recipe .box-recipe-point p {
    font-size: 14px;
  }
}


.area-details .box-component {
  position: relative;
  margin-top: 55px;
}
.area-details .box-component .ttl-01 {
  margin-bottom: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #918c8a;
  font-size: 20px;
}
.area-details .box-component .ttl-01 img {
  margin-right: 10px;
}
.area-details .box-component .tetx-additional {
  color: #65562d;
  font-size: 13px;
  margin-bottom: 7px;
}
.area-details .box-component .list-component dl {
  float: left;
  width: 20%;
  font-size: 16px;
  text-align: center;
}
.area-details .box-component .list-component dt {
  padding: 15px 0;
  background-color: #dedbd2;
  border-right: 2px solid #fff;
  font-weight: bold;
}
.area-details .box-component .list-component dd {
  padding: 15px 0;
  border-right: 2px solid #dedbd2;
  border-bottom: 2px solid #dedbd2;
}
.area-details .box-component .list-component dl:last-child dt,
.area-details .box-component .list-component dl:last-child dd {
  border-right: none;
}
@media only screen and (max-width: 640px) {
  .area-details .box-component {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dadada;
  }
  .area-details .box-component .ttl-01 {
    margin-bottom: 14px;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 15px;
  }
  .area-details .box-component .ttl-01 img {
    height: 21px;
    margin-right: 10px;
    vertical-align: bottom;
  }
  .area-details .box-component .tetx-additional {
    font-size: 12px;
  }
  .area-details .box-component .list-component dl {
    width: 33.3333%;
    font-size: 13px;
  }
  .area-details .box-component .list-component dt {
    padding: 10px 0;
    background-color: #dedbd2;
    border-right: 1px solid #fff;
  }
  .area-details .box-component .list-component dd {
    padding: 10px 0;
    border-right: 1px solid #dedbd2;
    border-bottom: 1px solid #dedbd2;
  }
  .area-details .box-component .list-component dl:nth-child(3n) dt,
  .area-details .box-component .list-component dl:nth-child(3n) dd {
    border-right: none;
  }

  .area-details .box-component .list-component dl:last-child dt {
    border-right: 1px solid #fff;
  }
  .area-details .box-component .list-component dl:last-child dd {
    border-right: 1px solid #dedbd2;
  }
}
.area-recipe-cover-box {
  position: relative;
}
@media only screen and (max-width: 640px) {
  .area-recipe-cover-box {
    position: static;
  }
}


.area-recommend {
  padding: 0 0;
  background-color: #eeede9;
  padding-bottom: 45px;
}
.area-recommend .ttl-01 {
  text-align: center;
}
.area-recommend .ttl-01 img {
  display: block;
  margin: 0 auto 15px;
}
.area-recommend .list-recipe li {
  float: left;
  width: 23%;
  margin-right: 2.6%;
}
.area-recommend .list-recipe li:nth-child(4n) {
  margin-right: 0;
}
.area-recommend .list-recipe li > img {
  width: 100%;
}
ul.column.col4.bg-no li{
  background-color: transparent;
}

@media only screen and (max-width: 640px) {
  .area-recommend {
    padding: 0 0;
  }
  .area-recommend .ttl-01 img {
    height: 35px;
  }
  .area-recommend .list-recipe {
    padding: 0 0;
  }
  .area-recommend .list-recipe li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 14px;
  }
  .area-recommend .list-recipe li:nth-child(2n) {
    margin-right: 0;
  }
  .area-recommend .list-recipe li:nth-child(3n) {
    clear: both;
  }
  .area-recommend .list-recipe li p {
    margin-top: 10px;
    font-size: 15px;
  }
  .img-mask {
    overflow: hidden;
    height: 90px;
    width: 100%;
    display: block;
  }
}
a {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
ul.column.col4 li figure {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
ul.column.col4 figure img {
  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform 0.2s linear;
}
@media only screen and (min-width: 641px) {
  ul.column.col4 li:hover figure img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.4;
  }
  ul.column.col4.tokusyu li:hover {
    background: rgba(146, 135, 105, 0.2);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

/*評価機能*/
.hyouka-block{
  margin-bottom: 20px;
  display: none;
  position: relative;
}
.hyouka-block .hyouka-box .inner{
  display: table;
  width: 100%;
}
.hyouka-block .hyouka-box .inner .hyoukabtn{
  text-align: center;
  height: 81px;
  font-size: 18px;
  font-weight: bold;
  width: 228px;
  display: table-cell;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.hyouka-block .hyouka-box .mihyouka,
.hyouka-block .hyouka-box .hyoukabtn{
  display:none;
}
.hyouka-block .hyouka-box .mihyouka .hyoukabtn{
  cursor: pointer;
}
.hyouka-block .hyouka-box .hyoukazumi .hyoukabtn{
  height: 81px;
  padding-top: 3px;
}

.hyouka-block .hyouka-box .hyoukabtn .layout-inner{
  width: 100%;
  position: relative;
  padding-top: 14px;
}
.hyouka-block .hyouka-box .hyoukabtn .layout-inner .image-fav{
  display: block;
  width: 78px;
  height: 78px;
  border-radius: 39px;
  border: solid 4px #a79f88;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.hyouka-block .hyouka-box .mihyouka .hyoukabtn .layout-inner .image-fav{
  border-color: #e10000;
  box-shadow:0px 4px 0px 0px #af0100;
  -moz-box-shadow:0px 4px 0px 0px #af0100;
  -webkit-box-shadow:0px 4px 0px 0px #af0100;
}
.hyouka-block .hyouka-box .hyoukabtn .layout-inner .image-fav img{
  width: 55px;
  height: 48px;
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  margin: auto;
}
.hyouka-block .hyouka-box .mihyouka .hyoukabtn span{
  display: block;
  color: #fff;
  background-color: #e10000;
  width: 175px;
  height: 50px;
  line-height: 50px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  margin-left: 63px;
  font-weight: bold;
  border-bottom: 3px solid #af0100;
}
.hyouka-block .hyouka-box .hyoukazumi .hyoukabtn span{
  display: block;
  color: #fff;
  background-color: #a79f88;
  width: 175px;
  height: 53px;
  line-height: 50px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  margin-left: 63px;
  font-weight: bold;
}
.hyouka-block .hyouka-box .mihyouka {
  position: relative;
}
.hyouka-block .hyouka-box .lets_push{
  position: absolute;
  bottom: 63px;
  left: 46px;
  background-color: #fdd7c1;
  padding: 6px 13px 7px;
  font-weight: bold;
  color: #665d5a;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}
.hyouka-block .hyouka-box .lets_push.view{
  bottom: 83px;
  visibility: visible;
  opacity: 1;
}
.hyouka-block .hyouka-box .lets_push.viewnot{
  bottom: 63px;
  visibility: hidden;
  opacity: 0;
}
.hyouka-block .hyouka-box .lets_push:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7px 0 7px;
  border-color: #fdd7c1 transparent transparent transparent;
  position: absolute;
  top: 34px;
  left: 70px;
}


.hyouka-block .hyouka-box .total{
  color: #e10000;
  font-size: 28px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  color: #8d8767;
}
.hyouka-block .hyouka-box .total.overLimit{
  padding-right: 23px;
  background: url(/shared/img/svg/ico.cur.svg)no-repeat center right;
  background-size: 19px 21px;
}
.comment-block {
  position: relative;
}
.comment-block span.comment-block-red {
  color: #e10000;
}
.comment-block a{
  text-decoration: none;
}
.comment-block .comment{
  width: 100%;
  margin: 0 0 9px;
  height: 50px;
  cursor: pointer;
  background: #fdebeb;
  padding-left: 62px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  color: #918769;
  font-size: 18px;
  border-radius: 4px;
  display: block;
  position: relative
}
.comment-block .comment:after{
  content: "";
  background: #f39999 url("/shared/img/svg/ico_smile.svg")no-repeat center center;
  width: 62px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.hyouka-block .hyouka-box .hyoukazumi{
  display: none;
}
.area-details .box-overview .socialWrap{
  padding-bottom: 8px;
}
.comment-block .modal{
  display: none;
}
.comment-block .modal .modalbg{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.comment-block .modal .modalbox{
  max-width: 1200px;
  margin: 0 auto;
  width: 96%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 111;
  background-color: #fff;
  height: 650px;
  padding: 34px 9% 60px;
}
.comment-block .modal .modalbox .ttl-modal{
  text-align: center;
}
.comment-block .modal .modalbox .ttl-modal p{
  font-size: 36px;
  border-bottom: 4px solid #e10000;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 40px;
}
.comment-block .modal .modalbox .read-outer{
  text-align: center;
}
.comment-block .modal .modalbox p.read-modal{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
  border-bottom: solid 3px #e10000;
}
.comment-block .modal .modalbox .read-outer + p{
  color: #918769;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.comment-block .modal .modalbox .txt-modal + p{
  font-size: 14px;
}
.comment-block .modal .modalbox textarea{
  width: 100%;
  height: 250px;
  resize: none;
  outline: none;
  padding: 15px 17px;
}
.comment-block .modal .modalbox input[type="submit"]{
  display: block;
  width: 355px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  background-color: #e10000;
  border: solid 1px #e10000;
  margin: 45px auto 0;
  font-size: 21px;
  letter-spacing: 2px;
  background: #e10000 url(/shared/img/svg/ar02.svg) no-repeat center right 10px;
  font-family: "Noto Sans Japanese";
  cursor: pointer;
}
.comment-block .modal .modalbox p.comment-submit{
  display: block;
  width: 355px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  background-color: #e10000;
  border: solid 1px #e10000;
  margin: 20px auto 0;
  font-size: 21px;
  letter-spacing: 2px;
  background: #e10000 url(/shared/img/svg/ar02.svg) no-repeat center right 10px;
  font-family: "Noto Sans Japanese";
  cursor: pointer;
}
.comment-block .modal .modalbox .comment-off-block{
  text-align: center;
  font-weight: bold;
  color: #e10000;
  font-size: 26px;
  padding-top: 130px;
  display: none;
}
.comment-block .modal .modalbox span.closebtn{
  display: block;
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 6px;
}
.comment-block .modal .modalbox span.closebtn img{
  display: block;
}
.comment-block .lets_comment{
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fcd7c2;
  padding: 10px 14px;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  color: #665d5a;
  line-height: 15px;
  width: 230px;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}
.comment-block .lets_comment.view{
  top: -65px;
  visibility: visible;
  opacity: 1;
}
.comment-block .lets_comment.viewnot{
  top: -45px;
  visibility: hidden;
  opacity: 0;
}
.comment-block .lets_comment:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7px 0 7px;
  border-color: #fcd7c2 transparent transparent transparent;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
}
.comment-block .lets_comment img{
  vertical-align: bottom;
  margin-left: 2px;
  width: 14px;
  height: 14px;
}
.comment-block .lets_comment span{
  font-size: 10px;
}
@media only screen and (min-width: 641px) {
  .comment-block .modal .modalbox input[type="submit"]:hover{
    background-color: #fff;
    color: #e10000;
    background-image: url(/shared/img/svg/ar01.svg);
    font-weight: bold;
  }
  .comment-block .modal .modalbox p.comment-submit:hover{
    background-color: #fff;
    color: #e10000;
    background-image: url(/shared/img/svg/ar01.svg);
    font-weight: bold;
  }
  .hyouka-block .hyouka-box .mihyouka .hyoukabtn:hover{
    height: 81px;
    padding-top: 3px;
  }
  .hyouka-block .hyouka-box .mihyouka .hyoukabtn:hover .layout-inner .image-fav{
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .hyouka-block .hyouka-box .mihyouka .hyoukabtn:hover .layout-inner span{
    border-bottom: none;
  }
}
@media only screen and (max-width: 1000px) {
  .comment-block .modal .modalbox {
    height: 700px;
    padding-top: 16px;
  }
}




@media only screen and (max-width: 640px) {
  .socialWrap.recipe-social{
    padding-bottom: 0;
  }
  .hyouka-block{
    min-width: 280px;
    width: 80%;
    margin: 20px auto 10px;
  }
  .hyouka-block .hyouka-box .total{
    font-size: 23px;
  }
  .hyouka-block .hyouka-box .total.overLimit{
    padding-right: 18px;
    background-size: 16px 17px;
  }
  .hyouka-block .hyouka-box .inner .hyoukabtn{
    width: 180px;
    height: 64px;
  }
  .hyouka-block .hyouka-box .hyoukabtn .layout-inner{
    padding-top: 10px;
  }
  .hyouka-block .hyouka-box .hyoukabtn .layout-inner .image-fav{
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border-width: 3px;
  }
  .hyouka-block .hyouka-box .hyoukabtn .layout-inner .image-fav img{
    width: 40px;
    height: 36px;
    top: 12px;
  }
  .hyouka-block .hyouka-box .mihyouka .hyoukabtn .layout-inner .image-fav{
    box-shadow: 0px 3px 0px 0px #af0100;
    -moz-box-shadow: 0px 3px 0px 0px #af0100;
    -webkit-box-shadow: 0px 3px 0px 0px #af0100;
  }
  .hyouka-block .hyouka-box .mihyouka .hyoukabtn span{
    height: 43px;
    line-height: 43px;
    font-size: 15px;
    width: 130px;
    margin-left: 50px;
  }
  .hyouka-block .hyouka-box .hyoukazumi .hyoukabtn span{
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    width: 130px;
    margin-left: 50px;
  }
  .hyouka-block .hyouka-box .lets_push{
    width: 270px;
    font-size: 13px;
    bottom: 50px;
    left: 5px;
  }
  .hyouka-block .hyouka-box .lets_push.view{
    bottom: 70px;
  }
  .hyouka-block .hyouka-box .lets_push:after{
    top: 30px;
  }

  .comment-block .comment{
    margin: 10px 0 0;
  }
  .comment-block .comment span{
    font-size: 14px;
  }
  .comment-block .modal .modalbox{
    padding: 20px 12px 23px;
    height: 490px;
  }
  .comment-block .modal .modalbox .ttl-modal p{
    font-size: 18px;
    border-width: 2px;
    margin-bottom: 20px;
  }
  .comment-block .modal .modalbox p.read-modal{
    font-size: 14px;
  }
  .comment-block .modal .modalbox .read-outer + p{
    font-size: 13px;
    line-height: 14px;
  }
  .comment-block .modal .modalbox .comment-block > p:first-child {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
  }
  .comment-block .modal .modalbox textarea{
    padding: 8px 10px;
    height: 160px;
    font-size: 13px;
    box-shadow: none;
    border-radius: 0;
  }
  .comment-block .modal .modalbox input[type="submit"]{
    width: 210px;
    font-size: 15px;
    height: 45px;
    line-height: 41px;
    margin-top: 17px;
  }
  .comment-block .modal .modalbox p.comment-submit{
    width: 210px;
    font-size: 15px;
    height: 45px;
    line-height: 41px;
    margin-top: 10px;
  }
  .comment-block .modal .modalbox .comment-off-block{
    font-size: 16px;
    padding-top: 90px;
  }
  .comment-block .modal .modalbox span.closebtn{
    height: 13px;
    width: 13px;
    top: 6px;
    right: 5px;
  }
  .comment-block .comment{
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    background-size: 50px 40px;
  }
  .comment-block .comment:after{
    height: 40px;
    width: 50px;
    background-size: 30px 27px;
  }
}
@media only screen and (max-width: 320px) {
  .comment-block .modal .modalbox {
    padding: 8px 12px 23px;
    height: 485px;
  }
}

.hyouka-block .hyouka-box .btn-action{
  display: block;
  width: 78px;
  height: 78px;
  position: absolute;
  top: 0;
  left: 0;
}
.hyouka-block{
  display: block;
}
@media only screen and (max-width: 640px) {
  .hyouka-block .hyouka-box .btn-action{
    width: 60px;
    height: 60px;
  }
}

/*recipe comment part*/
.box-comments-h3{
  font-size: 20px;
  font-weight: bold;
  background: url(/recipe/detail/img/recipe_icon001.svg) no-repeat left center;
  background-size: 29px 27px;
  padding: 3px 0 6px 42px;
  margin-bottom: 7px;
}
.wrap_content001{
  font-size: 14px;
  font-weight: bold;
  color: #918769;
  padding: 8px 0 20px 55px;
  margin-bottom: 7px;
  position: relative;
}
.wrap_content001:after{
  background: url(/recipe/detail/img/recipe_dotted001.png) repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: table;
  width: 100%;
  height: 1px;
}
.box-comments-content{
  height: 234px;
  overflow-y: auto;
  background: #fff7f7;
  border: 1px solid #ffe8e8;
  padding: 8px 17px;
}
.box-comments-content.few_content{
  height: auto;
  overflow: hidden;
}
.btn_more{
  display: none;
  font-weight: bold;
  font-size: 17px;
  color: #f38d8c;
  border: 2px solid #f38d8c;
  width: 100%;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 0 8px 0;
  margin-top: 12px;
  margin-bottom: 7px;
  background: #fffdfd url(/recipe/detail/img/recipe_arrow002.png) no-repeat right center;
  background-size: 10px;
  background-position: right 10px center
}
.box-recipe.e_clear{
  clear: both;
}
.area-details .sec-details .image-01.e_mg{
  margin-bottom: 80px;
}
.content001_img{
  width: 43px;
  position: absolute;
  top: 10px;
  left: 0;
}
.box-comments-content::-webkit-scrollbar {
  -webkit-appearance: none;
}
.box-comments-content::-webkit-scrollbar:vertical {
  width: 15px;
}
.box-comments-content::-webkit-scrollbar-thumb {
  background-color: #afafaf;
  border-radius: 0;
  height: 86px;
}
.box-comments-content::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #e1e1e1;
}
@media only screen and (max-width: 640px) {
  .box-comments-h3 {
    font-size: 16px;
    padding: 2px 0 14px 42px;
    margin-bottom: 11px;
    background: url(/recipe/detail/img/recipe_icon001.svg) no-repeat left top;
    border-bottom: 1px solid #918769;
  }
  .box-comments-content {
    margin: 0 -20px;
  }
  .wrap_content001 {
    background-size: 30px;
    padding: 8px 0 15px 39px;
  }
  .wrap_content001.off{
    display: none;
  }
  .wrap_content001.off:nth-child(1), .wrap_content001.off:nth-child(2){
    display: block;
  }
  .wrap_content001:after {
    left: -17px;
    width: 130%;
  }
  .box-comments-content{
    height: auto;
    overflow: hidden;
  }
  .btn_more.active{
    display: block;
  }
  .btn_more.active.up{
    background: url(/recipe/detail/img/recipe_arrow001.png) no-repeat right center;
    background-size: 10px;
    background-position: right 10px center
  }
  .content001_img {
    width: 32px;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .area-details .sec-details .image-01.e_mg {
    margin-bottom: 10px;
  }
}

/*ios11bug*/
@media only screen and (max-width: 640px) {
  .comment-block .modal .modalbox.fix{
    bottom: inherit;
    top: 0;
  }
  body{
    overflow: hidden;
  }
}
/* print */
.print-block .print {
  width: 100%;
  margin: 0 0 15px;
  height: 50px;
  cursor: pointer;
  background: #bdb7a5;
  padding-left: 62px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  color: #ffffff;
  font-size: 18px;
  border-radius: 4px;
  display: block;
  position: relative;
}
.print-block .print:hover {
  text-decoration: none;
}
.print-block .print::after {
  content: "";
  background: #867c5c url(/recipe/detail/img/ico_print.png)no-repeat center center;
  width: 62px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media only screen and (max-width: 640px) {
  .print-block .print {
    margin: 10px 0 0;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    background-size: 50px 40px;
  }
  .print-block .print::after {
    height: 40px;
    width: 50px;
    background-size: 30px 27px;
  }
}
/*181210 add*/
.recipe-start .recipe-start-list {
  text-align: center;
  max-width: 620px;
  margin: 60px auto 0;
}
.recipe-start .recipe-start-list li {
  width: 300px;
}
.recipe-start .recipe-start-list li a {
  display: block;
  border: 1px solid #847d7c;
  padding: 18px 20px;
  font-size: 16px;
}
.recipe-start .recipe-start-list li:first-child {
  float: left;
}
.recipe-start .recipe-start-list li:last-child {
  float: right;
}
.recipe-start .recipe-start-list li:first-child a {
  background: url(/recipe/detail/img/recipe_btn_ico01.svg) no-repeat center left 15px,url(/shared/img/svg/ar08.svg) no-repeat center right 15px;
}
.recipe-start .recipe-start-list li:last-child a {
  background: url(/recipe/detail/img/recipe_btn_ico02.svg) no-repeat center left 15px,url(/shared/img/svg/ar08.svg) no-repeat center right 15px;
}
.recipe-start .recipe-start-list li a:hover {
  text-decoration: none;
  background-color: rgba(0,0,0,0.5);
  color: #FFF;
}
.recipe-start .recipe-start-list li:first-child a:hover {
  background-image: url(/recipe/detail/img/recipe_btn_ico01.svg),url(/shared/img/svg/ar02.svg);
}
.recipe-start .recipe-start-list li:last-child a:hover {
  background-image: url(/recipe/detail/img/recipe_btn_ico02.svg),url(/shared/img/svg/ar02.svg);
}
@media only screen and (max-width: 640px) {
  .recipe-start .recipe-start-list {
    margin-top: 20px;
  }
  .recipe-start .recipe-start-list li {
    margin: 0 auto;
    width: 100%;
  }
  .recipe-start .recipe-start-list li:first-child,
  .recipe-start .recipe-start-list li:last-child {
    float: none;
  }
  .recipe-start .recipe-start-list li:last-child {
    margin-top: 20px;
  }
  .recipe-start .recipe-start-list li a {
    padding: 16px 20px;
  }
}
/*190827 add*/
.txt_estimated {
  text-align: right;
  margin-top: 3px;
  font-size: 13px;
}
.txt_estimated .txt_estimated_inner {
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .txt_estimated {
    font-size: 12px;
  }
}
/*190524 add sp ui imp*/
@media only screen and (max-width: 640px) {
  .recipe-top .contents-inner > #breadcrumb {
    display: block;
  }
  .recipe-top .contents-inner > #breadcrumb ul {
    display: block;
  }
  .recipe-top .contents-inner > #breadcrumb li {
    display: inline-block;
    margin: 3px 0;
  }
  .recipe-top .contents-inner > #breadcrumb li a {
    color: #e10000;
    text-decoration: underline;
  }
  .recipe-top .contents-inner > #breadcrumb li a:hover {
    color: #231815;
    text-decoration: none;
  }
  .recipe-top #breadcrumb {
    opacity: 0;
    visibility: hidden;
  }
  .recipe-top #breadcrumb .ttle-page-name {
    display: none;
  }
  .recipe-top {
    position: relative;
  }
  
  .recipe-top {
    padding-bottom: 0px;
    position: relative;
  }

  .recipe-top.bcsp .contents-inner > #breadcrumb {
    border-top: 2px solid #e10000;
    padding-top: 5px;
    position: absolute;
    left: 20px;
    bottom: 0;
    width: calc(100% - 40px);
    opacity: 1;
    visibility: visible;
  }
  .recipe-top + .area-details .title-01 {
    border-top: none;
    padding-top: 22px;
  }


  /* add ui7 190806 */
  .area-details .sec-details .image-01 {
    padding-top: 0;
  }
  .recipe-under-search {
    display: none;
  }

  /* add ui05 190807*/
  ul.column.sp1.tokusyu {
    padding: 0 12px;
  }
  ul.column.sp1.tokusyu li {
    width: 100%;
    float: left;
    margin: 0 10px;
  }
  ul.column.sp1.tokusyu li a {
    display: block;
  }
  ul.column.tokusyu li p.column-text-ttl {
    padding: 15px 12px 8px;
  }
  ul.column.tokusyu li p.column-text-yellow {
    padding: 0 12px 15px;
    font-size: 14px;
  }
  ul.column.sp1.tokusyu .slick-prev:before,
  ul.column.sp1.tokusyu .slick-next:before {
    content: "";
  }
  ul.column.sp1.tokusyu .slick-arrow {
    background: url('/shared/img/svg/ar05.svg') no-repeat center;
    background-size: 15px 40px;
    width: 15px;
    height: 40px;
  }
  ul.column.sp1.tokusyu .slick-prev {
    transform-origin: 50% 50%;  
    transform: rotate(180deg);
    left: -8px;
  }
  ul.column.sp1.tokusyu .slick-next {
    transform: rotate(0deg);
    right: -8px;
  }
  ul.column.tokusyu li:nth-child(n+3) {
    display: block;
  }
}


/*add 201104*/
.socialWrap .fb-like {
    vertical-align: middle;
    height: 20px;
}
.socialWrap > iframe {
    vertical-align: middle;
}

/*add 210402*/
.area-recipe-cover-box .socialWrap .twitter-share-button {
  display: inline-block;
  margin-right: 8px;
}
.area-recipe-cover-box .line-it-button {
  min-width: 73px;
}

/*add 210630*/
.wrap_video {
  padding-top: 32px;
}
.inner_video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.inner_video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.txt_video {
  margin-top: 15px;
  color: #65562d;
  font-size: 13px;
}
.txt_video a {
  text-decoration: underline;
  color: #e10000;
}
@media only screen and (min-width: 641px) {
  .txt_video a:hover {
    color: #65562d;
  }
}
@media only screen and (max-width: 640px) {
  .wrap_video {
    padding-top: 0;
  }
}
/*add 210728*/
.extend_image {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.extend_image li {
  margin-top: 6px;
  width: 16%;
  margin-left: 0.8%;
  cursor: pointer;
}
.extend_image li:nth-child(6n + 1) {
  margin-left: 0;
}
.extend_image .on_image,
.extend_image img:hover {
  opacity: .6;
}

.steps_add_img li {
  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;
}
.area-details .box-recipe .box-recipe-steps .steps_add_img li {
  padding: 0;
}
.steps_add_img li:nth-child(3n) {
  margin-right: 0;
}
.area-details .box-recipe .box-recipe-steps .steps_add_img li:before {
  content: none;
}
.steps_add_img li figure {
  width: 32%;
  -webkit-box-ordinal-group:2;
  -ms-flex-order:2;
  order:2;
}
.steps_add_img li span {
  width: 66%;
  padding-left: 35px;
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  order:1;
}
.steps_add_img li span:before {
  display: block;
  counter-increment: recipe-steps;
  content: "(" counter(recipe-steps) ")";
  color: #231815;
  font-weight: bold;
  margin: 5px 0;
  position: absolute;
  margin-top: 0;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 640px) {
  .area-details .box-recipe .box-recipe-steps .steps_add_img li {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .steps_add_img li {
    display: block;
  }
  .steps_add_img li figure {
    width: 100%;
  }
  .steps_add_img li span {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 30px;
    margin-top: 10px;
  }
}

/*add 220913*/
.area-details .sec-details .image-01 figcaption a[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url(/shared/img/svg/icon_window.svg) no-repeat center bottom;
  background-size: 100% auto;
  margin-left: 5px;
}