@charset "UTF-8";

/* ==========================================================================
   common
   ======================================================================= */

.c-hd-lv2__img {
  background-image: url(../img/product-kosher/hd.jpg);
}

/* ==========================================================================
   pc
   ======================================================================= */

@media all and (min-width: 768px){

/* kosher */
.kosher {
  padding-bottom: 100px;
}
.kosher__img {
  position: absolute;
  top: 0;
  right: 50%;
  width: 50vw;
  height: 420px;
  overflow: hidden;
}
.kosher__img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kosher__txtbox {
  width: 42%;
  float: right;
}
.kosher__txt {
  font-size: 15px;
  line-height: 2;
}
.kosher__caution {
  font-size: 15px;
  line-height: 2;
  font-weight: bold;
  margin-top: 15px;
}

.kosher .c-inner:nth-child(2n){
  margin-top: 100px;
}
.kosher .c-inner:nth-child(2n) .kosher__img {
  left: 50%;
}
.kosher .c-inner:nth-child(2n) .kosher__txtbox {
  float: left;
}

/* contact */
.contact {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #2ab5aa;
}
.contact__ttl {
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0.07em;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.contact__txt {
  font-size: 17px;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.contact__btn {
  max-width: 450px;
  margin: 0 auto;
}



}


/* ==========================================================================
   responsive adjustment
   ======================================================================= */
@media all and (min-width: 767px) and (max-width: 1079px){

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


}


/* ==========================================================================
   sp
   ======================================================================= */
@media all and (max-width: 767px){

.kosher {
  padding-bottom: 50px;
}
.kosher__img {
}
.kosher__img img {
  width: 100%;
  height: auto;
}
.kosher__txtbox {
  margin-top: 20px;
}
.kosher__txt {
  font-size: 14px;
  line-height: 2;
}
.kosher__caution {
  font-size: 14px;
  line-height: 2;
  font-weight: bold;
  margin-top: 15px;
}

.kosher .c-inner:nth-child(2n){
  margin-top: 50px;
}

/* contact */
.contact {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #2ab5aa;
}
.contact__ttl {
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.07em;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.contact__txt {
  font-size: 15px;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.8;
}
.contact__btn {
  max-width: 300px;
  margin: 0 auto;
}

}
