#banner_section{
  padding-top: 60px;
}
.banner_swiper{
  max-width: 1280px;
  width: 100%;
}

.banner_img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
}
.swiper-pagination-bullet{
  width: 10px!important;
  height: 10px!important;
  background: transparent!important;
  border: 1px solid #fff;
  /*box-sizing: border-box;*/
  opacity: 1!important;
}
.swiper-pagination-bullet-active{
  background: #fff!important;
}
#cookbook_section{
  margin-top: 40px;
}

.cookbook_top_title{
  font-size: 35px;
font-weight:lighter;
text-align: center;
line-height: 50px;
color: #000000;
}
.cookbook_top_title_jp{
  color: rgb(241, 234, 223);
  font-size: 18px;
  text-align: center;
  line-height: 36px;
  color: #b3b3b3;
}
.cookbook_wrapper{
text-align: center;
/*margin-top: -90px;*/
max-width: 995px;
width: 100%;
margin-left: auto;
margin-right: auto;
position: relative;
padding-left: 10px;
padding-right: 10px;
box-sizing: border-box;
}
.cookbook_block{
  width: 325px;
  display: block;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  margin-bottom: 40px;
  text-decoration: none;
  /*opacity: 0;*/
}
.cookbook_thumb{
width: 100%;
overflow: hidden;
}
.cookbook_thumb_img{
  display: block;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  width: 100%;
  -webkit-transition: all .4s ease-out;
   -moz-transition:  all .4s ease-out;
   -ms-transition:  all .4s ease-out;
   -o-transition:   all .4s ease-out;
   transition:  all .4s ease-out;
}
.cookbook_block:hover .cookbook_thumb_img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.cookbook_title{
  font-size: 18px;
color: #000000;
line-height: 30px;
/*height: 60px;
overflow: hidden;*/
text-align: left;
margin-top: 20px;
opacity: 1;
-webkit-transition: all .4s ease-out;
-ms-transition:  all .4s ease-out;
 -moz-transition:  all .4s ease-out;
 -o-transition:   all .4s ease-out;
 transition:  all .4s ease-out;
}
.cookbook_block:hover .cookbook_title{
  opacity: 0.7;
}
.cookbook_date{
  font-size: 14px;
color: #b3b3b3;
text-align: left;
margin-top: 10px;
margin-bottom:10px;
}
.cookbook_line{
  width: 100%;
  height: 1px;
  background:#673b1c;
  margin-bottom: 10px;
}
.cookbook_content{
  font-size: 16px;
  color: rgb(77, 77, 77);
  line-height: 24px;
  text-align: left;
  height:24px;
  letter-spacing: 0.1em;
  overflow: hidden;
}
.go_top_btn_wrapper{
  position: fixed;
  right: 20px;
  bottom: 20px;

  border-radius: 50%;
    background: #fff;

}
.go_top_btn{
  display: block;
  width: 100%;
}
@media screen and (max-width:1000px) {
  .cookbook_wrapper{
    max-width: 670px;
  }
}
@media screen and (max-width:670px) {
  .cookbook_block{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
