@charset "utf-8";

.p_chahannohi{
  padding-top: 43px;
  margin-top: 24px;
}

@media screen and (max-width: 768px){
  .p_chahannohi{
    padding-top: 8%;
    margin-top: 4px;
  }
}
/* section
 ----------------------------- */
.p_chahannohi_section{
  margin-bottom: 75px;
}

.p_chahannohi_section_2{
  margin-bottom: 50px;
}

.p_chahannohi_section_2:last-child{
  margin-bottom: 0;
}

@media screen and (max-width: 768px){
  .p_chahannohi_section{
    margin-bottom: 10%;
  }

  .p_chahannohi_section_2{
    margin-bottom: 8%;
  }

}


/* title
 ----------------------------- */
.p_chahannohi_title{
	display: flex;
	flex-direction: column;
	align-items: center;
  margin-bottom: 20px;
}
.p_chahannohi_title img {
	display: block;
	height: auto;
}
.p_chahannohi_title_product {
	width: 130px;
	margin-bottom: 10px;
}

.p_chahannohi_subtitle{
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px){
  .p_chahannohi_title{
    margin-bottom: 2%;
  }

	.p_chahannohi_title_product {
		width: 80px;
	}

  .p_chahannohi_subtitle{
    margin-bottom: 6%;
  }
}


/* point
 ----------------------------- */
.p_chahannohi_point{
  width:  805px;
  margin:  0 auto 30px;
}
.p_chahannohi_point_title{
  text-align: center;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px){
  .p_chahannohi_point{
    width:  100%;
    margin-bottom: 10%;
  }
  .p_chahannohi_point_title{
    margin-bottom: 4%;
  }
}
/* parts
 ----------------------------- */
.p_chahannohi_mv{
  background: url(/brand/honkakuitame/images/chahannohi/mv_bg_pc.jpg), -webkit-gradient(linear, left top, right top, color-stop(40%, #000), color-stop(60%, #fff));
  background: url(/brand/honkakuitame/images/chahannohi/mv_bg_pc.jpg), -webkit-linear-gradient(left, #000 40%, #fff 60%);
  background: url(/brand/honkakuitame/images/chahannohi/mv_bg_pc.jpg), -o-linear-gradient(left, #000 40%, #fff 60%);
  background: url(/brand/honkakuitame/images/chahannohi/mv_bg_pc.jpg), linear-gradient(to right, #000 40%, #fff 60%);
  background-repeat: no-repeat;
  background-position: center center;
}

.p_chahannohi_read{
  margin-bottom: 25px;
}

.p_chahannohi_read_center{
  margin-bottom: 25px;
  text-align: center;
}

.p_chahannohi_recipe_wrap{
  margin-top: 45px;
}

.p_chahannohi_recipe{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 805px;
  margin: 0 auto;
}

.p_chahannohi_recipe_item{
  width: calc(100% / 3 - 21px);
  margin-bottom: 40px;
}
@media screen and (min-width: 769px){
  .p_chahannohi_recipe_item:nth-last-child(-n+3){
    margin-bottom: 0;
  }
}

.p_chahannohi_recipe_item img{
  width: 100%;
  height: auto;
}

.p_chahannohi_recipe_item img:hover{
  opacity: .7;
}

.p_chahannohi_recipe_item span{
  display: block;
  margin-top: 15px;
  text-align: center;
}

.p_chahannohi_recipe_button{
  margin-top: 50px;
  text-align: center;
}


@media screen and (max-width: 768px){
  .p_chahannohi_mv{
    background-image: url(/brand/honkakuitame/images/chahannohi/mv_bg_sp.jpg);
    -webkit-background-size: cover;
    background-size: cover;
  }

  .p_chahannohi_read{
    margin-bottom: 15px;
  }

  .p_chahannohi_read_center{
    margin-bottom: 10px;
    text-align: left;
  }

  .p_chahannohi_recipe_wrap{
    margin-top: 0;
  }

  .p_chahannohi_recipe_item{
    width: calc(100% / 2 - 8px);
    margin-bottom: 8%;
  }

  .p_chahannohi_recipe_item:nth-last-child(-n+2){
    margin-bottom: 0;
  }

  .p_chahannohi_recipe_button{
    margin-top: 8%;
  }

  .p_chahannohi_mv_main_img{
    height: 100%;
    width: auto;
  }
}


