@charset "utf-8";

/***************************************************
  top.css
***************************************************/


/* レシピページコンテンツエリア
------------------------------------------------------------ */
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;
}
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");
}
span.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;
}
span.btn-01:hover{
  text-decoration: none;
  background-color: rgba(0,0,0,0.5);
  color: #FFF;
  background-image: url("/shared/img/svg/ar02.svg");
}
a.btn-01.pd-r-8{
  padding-right: 9px;
}
@media only screen and (max-width: 640px) {
  a.btn-01{
    width: 130px;
    height: 45px;
    line-height: 45px;
  }
  span.btn-01{
    width: 130px;
    height: 45px;
    line-height: 45px;
  }
}
.ico-h3{
  padding-top: 50px;
  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") no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
}
.ico-h3 h2{
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
}
.ico-h3 h2.ico-01:after{
  content: "";
  width: 34px;
  height: 35px;
  background: url("/shared/img/svg/top_ico01.svg") no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
}
ul.column.col6 li{
  width: 15%;
  margin-right: 2%;
  float: left;
}
ul.column.col6 li:nth-child(6n){
  margin-right: 0;
}
ul.column.col7 li{
  width: 13%;
  margin-right: 1.5%;
  float: left;
  margin-bottom: 30px;
}
ul.column.col7 li:nth-child(7n){
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  ul.column.sp1 li{
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 15px;
  }
}
@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 .column-product{
  height: 270px;
  width: 100%;
  position: relative;
}
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);
}
ul.column.product span.btn-01{
  width: 80%;
}
ul.column li{
  background-color: #fff;
}
ul.column.col4.product a.box-product {
  display: block;
  padding-bottom: 23px;
  text-decoration: none;
}
ul.column.col4 li span {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (max-width: 640px) {
  ul.column.tokusyu li:nth-child(n+3){
    display: none;
  }
  ul.column .column-product img{
    max-height: 130px;
  }
  ul.column .column-product{
    height: 143px;
  }
}
ul.column li p.column-text-yellow{
  color: #65562d;
  display: block;
  font-size: 13px;
  padding: 0 28px 28px;
}
ul.column li p.column-text-yellow br {
  display: none;
}
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;
  margin-top: 10px;
  font-weight: bold;
}
@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;
  }
}
.link-2column > ul > li{
  box-sizing: border-box;
  box-shadow:;
  padding: 10px;
  box-shadow:0 0 3px 1px rgba(0,0,0,.2);
  height: 260px;
}
.link-2column > ul > li:first-child{
  width: 48%;
  float: left;
}
.link-2column > ul > li:last-child{
  width: 48%;
  float: right;
}
.link-2column > ul > li .inner{
  height: 100%;
  color: #fff;
  text-align: center;
}
.link-2column > ul > li .inner h4{
  font-size: 20px;
  font-weight: bold;
  padding-top: 40px;
}
.link-2column > ul > li .inner h2{
  font-size: 20px;
  font-weight: bold;
  padding-top: 40px;
}
.link-2column > ul > li .inner p{
  padding-top: 10px;
}
.link-2column > ul > li:first-child .inner li{
  display: inline-block;
  height: 58px;
  width: 40%;
  border: 1px solid #fff;
  margin-top: 10px;
  font-size: 12px;
}
.link-2column > ul > li:first-child .inner li:first-child{
  margin-right: 5%;
}
.link-2column > ul > li:first-child .inner li a{
  display: block;
  width: 100%;
  color: #fff;
  line-height: 56px;
  background-image: url(/shared/img/svg/ar02.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
  padding-right: 20px;
}
.link-2column > ul > li:first-child .inner li a:hover{
  background-color: rgba(0,0,0,0.5);
  text-decoration: none;
}
.link-2column > ul > li:first-child .inner li:first-child a:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 23px;
  background: url(/recipe/img/recipe_btn_ico01.svg) no-repeat center top;
  vertical-align: middle;
  margin-right: 10px;
}
.link-2column > ul > li:first-child .inner li:last-child a:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 25px;
  background: url(/recipe/img/recipe_btn_ico02.svg) no-repeat center top;
  vertical-align: middle;
  margin-right: 10px;
}
.link-2column > ul > li:last-child .inner a{
  display: inline-block;
  height: 56px;
  width: 40%;
  border: 1px solid #fff;
  color: #fff;
  line-height: 56px;
  margin-top: 10px;
  font-size: 12px;
  background-image: url(/shared/img/svg/ar02.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
}
.link-2column > ul > li:last-child .inner a:hover{
  background-color: rgba(0,0,0,0.5);
  text-decoration: none;
}
.link-2column > ul > li:last-child .inner a:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 28px;
  background: url(/recipe/img/recipe_btn_ico03.svg) no-repeat center top;
  vertical-align: middle;
  margin-right: 10px;
}

@media only screen and (min-width:641px) and ( max-width:920px) {
  .link-2column > ul > li:first-child .inner li {
    display: block;
    margin: 10px auto 0;
    width: 80%;
    height: 40px;
  }
  .link-2column > ul > li:first-child .inner li:first-child {
    margin-right: auto;
  }
  .link-2column > ul > li:first-child .inner li a {
    line-height: 40px;
  }
  .link-2column > ul > li:last-child .inner a {
    width: 80%;
    height: 40px;
    line-height: 40px;

  }
}
@media only screen and (max-width: 640px) {
  .link-2column > ul > li:first-child{
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .link-2column > ul > li:last-child{
    width: 100%;
    float: none;
  }
  .link-2column > ul > li{
    padding: 5px;
    height: 215;
  }
  .link-2column > ul > li:first-child .inner h4{
    padding-top: 20px;
  }
  .link-2column > ul > li:last-child .inner h4{
    padding-top: 45px;
  }
  .link-2column > ul > li:first-child .inner h2{
    padding-top: 20px;
  }
  .link-2column > ul > li:last-child .inner h2{
    padding-top: 45px;
  }
  .link-2column > ul > li .inner p{
    font-weight: bold;
  }
  .link-2column > ul > li:first-child .inner li:first-child{
    margin: 13px auto 0;
  }
  .link-2column > ul > li:first-child .inner li,.link-2column > ul > li:last-child .inner a{
    width: 80%;
    height: 38px;
    display: block;
    line-height: 38px;
    margin: 13px auto 0;
  }
  .link-2column > ul > li:first-child .inner li a{
    line-height: 38px;
    padding-right: 0;
  }
  .link-2column > ul > li:first-child .inner{
    background: url(/recipe/img/bg_recipe_link_01_sp.jpg)no-repeat center;
    background-size: cover;
  }
  .link-2column > ul > li:last-child .inner{
    background: url(/recipe/img/bg_recipe_link_02_sp.jpg)no-repeat center;
    background-size: cover;
  }
}
/* レシピトップ */
.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;
}
  /*recipe search box*/
.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;*/
  height: 620px;
  position: relative;
}
.visual-search{
  text-align: center;
  padding-top: 230px;
}
.recipe-top-visual .link-this-recipe{
  position: absolute;
  width: 100%;
  max-width: 1200px;
  text-align: right;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
}
.link-this-recipe a{
  color: #fff;
  background: url(/shared/img/svg/ar02.svg) no-repeat center right 5%;
  padding-right: 15px;
  margin-right: 20px;
  padding: 7px 40px 7px 40px;
}
.search-box form input{
  width: 332px;
  border: 1px solid #fff;
  background-color:transparent;
  outline: none;
  color: #fff;
  height: 54px;
  padding: 0 70px;
  border-radius: 0;
}
.search-box form input:hover{
  background-color: rgba(0,0,0,0.5);
}
.search-box form input:focus{
  padding: 0 10px;
  background-color: rgba(0,0,0,0.5);
}
.recipe-top-visual .search-box form input{
  width: 332px;
  border: 1px solid #fff;
  background-color:rgba(0,0,0,0.5);
  outline: none;
  color: #fff;
  height: 54px;
  padding: 0 10px;
  border-radius: 0;
}
.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;
  text-indent: -9999px;
}
.search-box form button:nth-child(2):hover{
  background-color: rgba(0,0,0,0.5);
}
.recipe-top-visual .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: rgba(0,0,0,0.5);
  text-indent: -9999px;
}
.search-box form button:nth-child(4){
  width: 180px;
  margin-left: 45px;
  background: url(/shared/img/svg/ar02.svg) no-repeat center right 15px ;
  height: 54px;
  font-size: 15px;
}
@media only screen and (max-width: 640px) {
  .search-box form button:nth-child(4){
    font-weight: bold;
  }
}
.search-box form button:nth-child(4):hover{
  background-color: rgba(0,0,0,0.5);
}
.recipe-top-visual .search-box form button:nth-child(4){
  width: 180px;
  margin-left: 45px;
  background: url(/shared/img/svg/ar02.svg) no-repeat center right 15px rgba(0,0,0,0.5);
  height: 54px;
  font-size: 15px;
  display: none;
}
@media only screen and (max-width: 640px) {
  .recipe-top-visual .search-box form button:nth-child(4){
    font-weight: bold;
  }
}
.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;
  overflow: hidden;
}
.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 search box*/
  .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;
    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: 105px;
  }
  .search-box form input,.search-box form button{
    height:43px;
  }
  .search-box form input{
    width: 100%;
    padding: 0 10px;
  }
  .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;
  }
  .recipe-top-visual .search-box form{
    width: 94%;
    height: 105px;
  }
  .recipe-top-visual .search-box form{
    width: 94%;
    height: 105px;
  }
  .recipe-top-visual .search-box form input,.search-box form button{
    height:43px;
  }
  .recipe-top-visual .search-box form input{
    width: 100%;
    padding: 0 10px;
  }
  .recipe-top-visual .search-box form input:focus{
    text-align: left;
  }
  .recipe-top-visual .search-box form button:nth-child(2){
    width: 34%;
  }
  .recipe-top-visual .search-box form button:nth-child(4){
    margin-top: 15px;
    margin-left: 0;
    height: 43px;
    font-size: 13px;
  }
}
.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;
  }
  .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%;
  }
}
.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;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 35px;
}
.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: auto;
    background: url("/img/bn_top_club_sp.jpg")no-repeat center;
    background-size: cover;
    padding: 30px 0 10px;
  }
  .box-club-rink{
    padding-top: 0;
  }
  .box-club-rink p{
    width: 83%;
    height: 75px;
    font-size: 13px;
    padding-top: 0px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .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 .club-link-merit{
    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;
  }
}

ul.carousel{
  width: 100%;
  padding: 0 30px;
  max-width: 1102px;
  margin: 0 auto;
}
.slick-prev:before{
  content: "";
  display: block;
  left: 0;
  background: url("/shared/img/svg/cur01.svg")no-repeat;
  width: 18px;
  height: 30px;
}
.slick-next:before{
  content: "";
  display: block;
  right: 0;
  background: url("/shared/img/svg/cur02.svg")no-repeat;
  width: 18px;
  height: 30px;
}
.slick-prev{
  left: 0;
}
.slick-next{
  right: 0;
}
.slick-dots{
  left: 0;
  right: 0;
  margin: auto;
  bottom: -45px;
}
.slick-dots li{
  width: 20px;
  padding: 0;
}
.slick-dots li button{
  width: 0;
  height: 0;
  padding: 0;
}
.slick-dots li button:before{
  content: "";
  width: 13px;
  height: 13px;
  background: url("/shared/img/dot_carousel_off.png");
  background-size: 13px 13px;
  opacity: 1;
  right: 0;
  left: 0;
  margin: auto;
}
.slick-dots li.slick-active button:before{
  background: url("/shared/img/dot_carousel_on.png");
  background-size: 13px 13px;
}
@media only screen and (max-width: 640px) {
  ul.carousel{
    padding: 0;
  }
  .carousel-3col li{
    padding: 0 7px;
  }
}
.recommended-recipe{
  max-width: 1102px;
  margin: 0 auto;
}
.recommended-left{
  width: 43%;
  float: left;
  padding-left: 13px;
}
.recommended-right{
  width: 46.5%;
  float: right;
  padding: 0 0px;
}
.recommended-left p.ttl-today{
  display: block;
  width: 100%;
  height: 50px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  background-color: #928769;
  text-align: center;
  margin-bottom: 41px;
  position: relative;
}
.recommended-left p.ttl-today:after{
  content: "";
  position: absolute;
  top: 49px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 22px solid #928769;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}
.recommended-left a:nth-child(3) p{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
.recommended-left .recommended-scale p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
.img-four{
  width: 100%;
}
.img-four li{
  width: 46%;
  float: left;
  margin-bottom: 33px;
  margin-right: 6.4%;
}
.img-four li:nth-child(2n){
  margin-right: 0;
}
.img-four li p{
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  display: block;
  padding: 15px 10px;
  text-align: center;
}
.recommended-right .slick-dots{
  bottom: -10px;
}
.recommended-scale:hover p {
  color: rgba(0,0,0,0.5);
}
.recommended-right li:hover p {
  color: rgba(0,0,0,0.5);
}
.recommended-recipe .recommended-left 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;
}
.recommended-recipe .recommended-left figure {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.recommended-recipe .recommended-right 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) {
  .recommended-recipe .recommended-left .recommended-scale:hover 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;
    background: #000;
  }
  .recommended-recipe .recommended-right li:hover 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;
    background: #000;
  }
}
@media only screen and (max-width: 640px) {
  .recommended-recipe{
    max-width: 100%;
    width: 100%;
    padding-top: 30px;
  }
  .recommended-left{
    width: 82%;
    float: none;
    margin: 0 auto;
  }
  .recommended-left{
    position: relative;
    padding-left: 0;
  }
  .recommended-left p.ttl-today{
    position: absolute;
    top: 12px;
    right: 0;
    width: 47%;
    height: 35px;
    line-height: 36px;
    font-size: 15px;
  }
  .recommended-left p.ttl-today:after{
    content: none;
  }
  .recommended-left img{
    width: 100%;
  }
  .recommended-right{
    width: 100%;
    padding-top: 30px;
  }
  .recommended-right li{
    margin-right: 0;
    padding: 0 8px;
    margin-bottom: 10px;
  }
  .img-mask {
    overflow: hidden;
    height: 90px;
    width: 100%;
    display: block;
  }
  .img-four .slick-dots ul{
    text-align: center;
  }
  .img-four .slick-dots li{
    display: inline-block;
    width: 20px;
    float: none;
  }
}
#breadcrumb {
  margin-bottom: 0;
  padding-top: 0;
}
.gray-wrap {
  background-color: #eeede9;
}
.box-buttan {
  padding-top: 45px;
  padding-bottom: 74px;
}
.ico-h3 {
  padding-top: 90px;
  padding-bottom: 47px;
}
.ico-h3.ico-h3-03 {
  padding-top: 120px;
  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 h2.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-03:after {
  content: "";
  width: 18px;
  height: 41px;
  background: url(/shared/img/svg/recipe_ico01.svg) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: auto;
}
.ico-h3 h2.ico-03:after {
  content: "";
  width: 18px;
  height: 41px;
  background: url(/shared/img/svg/recipe_ico01.svg) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: auto;
}
.ico-h3 h3.ico-05:after {
  content: "";
  width: 34px;
  height: 35px;
  background: url(/shared/img/svg/search_02.svg) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
}
.ico-h3 h2.ico-05:after {
  content: "";
  width: 34px;
  height: 35px;
  background: url(/shared/img/svg/search_02.svg) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
}
.ico-h3 h3.ico-06:after {
  content: "";
  width: 34px;
  height: 35px;
  background: url(/shared/img/svg/recipe_ico02.svg) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
}

.contents-inner ul{
  display: flex;
  flex-wrap: wrap;
}

.contents-inner .inner ul{
  justify-content: center;
}


.ico-01 span {
  background-color: #e10000;
  color: #fff;
  width: 155px;
  height: 28px;
  text-align: center;
  line-height: 29px;
  position: absolute;
  top: -5px;
  font-size: 16px;
  margin: 0 auto;
  margin-left:  19px;
}
.ico-01 span: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;
}
.box-season {
  border: solid 2px #e6e6e6;
  margin-bottom: 50px;
  padding: 0 20px;
}
.box-season .ico-h3 {
  padding-top: 40px;
  padding-bottom: 20px;
}
.box-season .box-buttan {
  padding-top: 38px;
  padding-bottom: 38px;
}
.box-recently {
  padding-bottom: 50px;
}
.box-beginner {
  padding-top: 50px;
  padding-bottom: 50px;
}
ul.column.col7 li {
    background-color: inherit;
}
.recommended-recipe{
  width: 96%;
  padding-bottom: 50px;
}
.recommended-recipe > p{
  padding-bottom: 20px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
/* 4カラム */
ul.column.col4 li{
  width: 23%;
  margin-right: 2.66666%;
  float: left;
  margin-bottom: 31px;
}
ul.column.col4 li:nth-child(4n){
  margin-right: 0;
}
ul.column.col4 li a:hover {
  background-color: rgba(0,0,0,0.06);
}
ul.column.col4 li a:hover span.btn-01 {
  text-decoration: none;
  background-color: rgba(0,0,0,0.5);
  color: #FFF;
  background-image: url(/shared/img/svg/ar02.svg);
}
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;
  background: inherit;
}
@media only screen and (max-width: 640px) {
  ul.column.col4 li:hover figure img{
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    opacity: 1;
  }
}
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;
}
/* カラム内テキスト */
ul.column li p.column-text-ttl{
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  display: block;
  padding: 28px 28px 13px;
}
ul.column.tokusyu a{
  text-decoration: none;
}
.box-buttan-01{
  padding-top: 15px;
  padding-bottom: 50px;
}
.box-buttan-02{
  padding-bottom: 50px;
}
ul.column.col4 li figure {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
a{
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
ul.column.col6 li a{
  text-decoration: none;
}
ul.column.col6 li figure {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
ul.column.col6 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;
}
img {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
ul.column.col7 li figure {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
ul.column.col7 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.tokusyu 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;
    background: #000;
  }
  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;
  }
  ul.column.col6 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;
    background: #000;
  }
  ul.column.col7 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;
    background: #000;
  }
}
@media only screen and (max-width: 640px) {
  .ico-h3-02 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 640px) {
  .box-buttan {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .ico-h3 {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  .ico-h3-02{
    padding-top: 70px;
  }
  .ico-h3 h3{
    font-size: 18px;
  }
  .ico-h3 h2{
    font-size: 18px;
  }
  .recommended-recipe{
    width: 100%;
  }
  .ico-01 span {
    font-size: 13px;
    width: 112px;
    height: 30px;
    line-height: 30px;
    left: 0;
    right: 0;
    margin: auto;
    top: 33px;
  }
  .ico-01 span:after {
    top: inherit;
    left: 0;
    right: 0;
    bottom: 66px;
    margin: auto;
    border-bottom: 9px solid #e10000;
    border-top: none;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .box-season {
    margin-bottom: 50px;
    box-sizing: border-box;
    padding: 0px 20px;
  }
  .recommended-recipe {
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .recommended-recipe > p{
    padding-left: 20px;
    padding-right: 20px;
  }
  .box-beginner {
    padding: 50px 15px;
  }
  .slick-dots {
    display: none;
  }
  .box-menubuttan {
    width: 100px;
  }
  a.box-menubuttan {
    width: 160px;
  }
  .img-mask {
    overflow: hidden;
    height: 80%;
    width: 100%;
    display: block;
  }
  ul.column .column-product{
    height: 143px;
  }
  ul.column.sp1 li {
      width: 100%;
      margin-right: 0;
      float: none;
      margin-bottom: 15px;
  }
  ul.column li {
      background-color: #fff;
  }
  ul.column li p.column-text-yellow{
    font-size: 14px;
  }
  ul.column li p.column-text-ttl{
    padding: 15px 14px 10px;
  }
  ul.column li p.column-text-ttl{
    padding-bottom: 20px;
    font-weight: normal;
    font-size: 17px;
    font-weight: bold;
  }
  ul.column.product li p.column-text-ttl{
    font-weight: normal;
  }
  a.btn-01{
    width: 70%;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    background-position: center right 15px;
  }
  span.btn-01{
    width: 70%;
    height: 55px;
    line-height: 53px;
    font-size: 12px;
    background-position: center right 3%;
    padding-right: 9px;
  }
  a.btn-01.pd-r-8 {
    width: 80%;
    background-position: center right 7px;
  }
  ul.column.sp2 li,ul.column.sp2.col7 li:nth-child(7n){
    width: 47%;
    margin-bottom: 20px;
    margin-right: 6%;
  }
  ul.column.sp2 li:nth-child(2n){
    margin-right: 0;
  }
  ul.column.sp2 .product li a{
    line-height: 48px;
    font-weight: normal;
    font-size: 16px;
  }
  ul.column.sp2.product li a{
    font-size: 13px;
    background-position: center right 7px;
  }
  .ico-h3-03{
    padding-top: 90px;
  }
  .ico-h3.ico-h3-03 {
    padding-top: 90px;
  }
  .box-buttan.box-buttan-01{
    padding-bottom: 35px;
    padding-bottom: 55px;
  }
  ul.column li p.column-text-ttl-center{
    font-size: 18px;
  }
  .box-buttan.box-buttan-02{
    padding-bottom: 70px;
  }
  .ico-h3.ico-h3-3{
    padding-top: 80px;
  }
  .link-2column > ul > li:first-child .inner li a{
    font-size: 15px;
  }
  .link-2column > ul > li:last-child .inner a{
    font-size: 15px;
  }
  .link-this-recipe a{
    margin-right: 10px;
    padding: 7px 40px 7px 15px;
    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;
  }
  .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 > .contents-inner {
    position: relative;
    padding-bottom: 40px;
    height: auto;
  }
  .recipe-top #breadcrumb .ttle-page-name {
    display: none;
  }
  
  .recipe-top {
    padding-bottom: 0px;
    position: relative;
  }
  .recipe-top .contents-inner > #breadcrumb {
    border-top: 2px solid #e10000;
    padding-top: 5px;
    position: absolute;
    left: 20px;
    bottom: 7px;
    width: calc(100% - 40px);
  }
}

/* add 211031  */
.search_other {
  max-width: 647px;
  margin: 20px auto 0;
  text-align: left;
  padding: 10px;
  background-color: rgba(0,0,0,0.5);
}
.search_other .search_other_ttl {
  color: #fff;
  font-size: 14px;
}
.search_other li {
  display: inline-block;
  margin-right: 10px;
}
.search_other li a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}
.search_other li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  .recipe-top-visual {
    height: 315px;
  }
  .visual-search form {
    bottom: inherit;
    top: 30px;
  }
  .search_other {
    width: 94%;
    margin: auto;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
  }
}

@media only screen and (max-width: 415px){
/* .link-this-recipe a {
    margin-right: -34px;
    font-size: 12px;
    padding-left: 15px;
} */
.img-mask {
  height: 73%;
}
}

@media only screen and (max-width: 361px){
/* .link-this-recipe a {
  padding: 7px 30px 7px 7px;

} */
.recipe-top-visual .link-this-recipe {
  left: 0;
}
}


.mainte_announce {
  background-color: #FFE5E5;
  padding: 15px 0;
}
.mainte_announce .mainte_announce_inner {
  display: flex;
  margin: 0 auto;
  padding: 0 10px;
  justify-content: center;
}
.mainte_announce .ma_cout {
  font-size: 16px;
  color: #E10000;
  font-weight: bold;
}
.mainte_announce .ma_notice {
  font-size: 16px;
  padding-right: 30px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .mainte_announce .mainte_announce_inner {
    display: block;
    text-align: center;
  }
  .mainte_announce .ma_cout {
    width: 100%;
    font-size: 14px;
  }
  .mainte_announce .ma_notice {
    display: inline-block;
    width: 100%;
    padding-right: 20px;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
  }
}

