/* CSS Document */
/**************************************************
 kv
**************************************************/
.kv {
  background-image: url(../images/nanbuhutonegi/bg_header.jpg);
}

.kv::before {
  background-color: rgba(115, 161, 46, 0.6);
}

.kv__title {
  width: 256px;
  margin: 0 auto;
}

/**************************************************
  about
**************************************************/
.about__box {
  width: 95%;
  margin: 30px auto 20px;
}

.about__box img {
  margin: 10px 20px;
  max-width: 360px;
  max-height: 300px;
}

.about__box + .about__box {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #73a12e;
}

.about .f-r {
  float: right;
}

.about .f-l {
  float: left;
}

.more {
  display: none;
  margin: 0 auto 20px;
  border-top: 1px dashed #73a12e;
  border-bottom: 1px dashed #73a12e;
}

.more .about__box {
  margin: 20px auto;
}

.btn-more {
  width: 95%;
  margin: 0 auto;
}

.btn-more a {
  color: #73a12e;
}

/**************************************************
  season
**************************************************/
.season {
  margin: 80px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.season__title {
  width: 100%;
  margin-bottom: 40px;
}

.season__title img {
  width: 660px;
}

.season__img {
  width: 35%;
  max-width: 350px;
}

.season__img img {
  border-radius: 5px;
}

.season__text {
  width: 60%;
}

.season__text p {
  margin: 10px 0 0;
}

.season__subtitle {
  font-size: 22px;
  border-top: 2px dashed #73a12e;
  border-bottom: 2px dashed #73a12e;
  text-align: center;
}

/**************************************************
  cooking
**************************************************/
.cooking {
  margin: 80px auto 0;
}

.cooking__title img {
  width: 385px;
}

.cooking__list {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cooking__list li {
  width: 23%;
  margin: 0 0 20px;
}

.cooking__list figcaption {
  margin: 5px 0 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  /**************************************************
    kv
  **************************************************/
  .kv__title {
    width: 200px;
  }
  /**************************************************
    about
  **************************************************/
  .about__box {
    margin: 20px auto 20px;
  }
  .about__box img {
    margin: 10px auto;
    width: 100%;
    max-width: 500px;
    max-height: none;
  }
  .about .f-r {
    float: none;
  }
  .about .f-l {
    float: none;
  }
  /**************************************************
    season
  **************************************************/
  .season {
    margin: 40px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .season__title {
    margin-bottom: 10px;
  }
  .season__title img {
    width: 402px;
  }
  .season__img {
    width: 100%;
    max-width: 500px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .season__text {
    width: 100%;
    margin: 20px 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .season__subtitle {
    font-size: 20px;
  }
  /**************************************************
    cooking
  **************************************************/
  .cooking {
    margin: 40px auto 0;
  }
  .cooking__title img {
    width: 385px;
  }
  .cooking__list {
    margin: 20px auto 0;
  }
  .cooking__list li {
    width: 48%;
    margin: 0 0 20px;
  }
}
