@charset "UTF-8";

/* =====================
   共　通
======================== */
#head_title {
  padding-bottom: 60px;
}
#head_title.kome p.lead::before {
  content: "";
  width: 15%;
  height: 50px;
  position: absolute;
  left: -15%;
  bottom: -95px;
  background-image: url(../images/common/ash_hashi.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
#head_title .visual {
  width: 90%;
  margin: 0 auto;
  position: relative;
  top: -40px;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
#head_title .visual .movie {
  width: 60%;
  max-width: 550px;
}
#head_title .visual .movie img {
  width: 100%;
}
#head_title .visual .movie video {
  width: 100%;
}

#head_title .visual .package {
  width: 30%;
  max-width: 190px;
  padding: 0 5%;
}
#head_title .visual .package img {
  width: 100%;
}


@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
  #head_title p.lead {
    width: 90%;
  }
  #head_title.kome p.lead::before {
    left: -5%;
  }
    
}
@media screen and (max-width: 450px) {
  #head_title .visual {
    top: 10px;
    width: 100%;
  }
  #head_title .visual .movie {
    width: 100%;
    max-width: none;
  }
  #head_title .visual .package {
    margin: 12px auto 0;
    width: 40%;
    max-width: none;
  }
}





/* =====================
   product_list
======================== */
#product_list {}

#product_list ul {
  padding: 0;
  margin: 0;
  list-style: none;

  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#product_list ul li {
  width: 32%;
  padding: 0;
  margin: 0;
  margin-right: 2%;
  margin-bottom: 33px;
  text-align: center;
}
#product_list ul li:nth-child(3n) {
  margin-right: 0;
}
#product_list ul li a {
  display: block;
}
#product_list ul li picture {
  padding: 0;
  margin: 0;
  margin-bottom: 22px;
  overflow: hidden;
  position: relative;
  line-height: 0.1em;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
#product_list ul li picture::before {
  content:"";
  display: block;
  padding-top: 65%; /* 幅の55%に */
}
#product_list ul li picture img {
  width: 100%;
  transition:1s all;
  position: absolute;
}
#product_list ul li .product_list_name {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  align-items: flex-start;
}
#product_list ul li p {
  margin: 0 auto;
  line-height: 1.3em;
}
#product_list ul li p small {
  font-size: 0.7em;
  display: block;
  line-height: 1.1em;
  padding-bottom: 7px;
}
#product_list ul li p.s {
  width: calc(100% - 60px);
  text-align: left;
}
#product_list ul li .new {
  border: 1px solid #e60012;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #e60012;
  font-size: 12px;
  line-height: 1em;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
  #product_list ul li {
    width: 48%;
    margin-right: 4%;
  }
  #product_list ul li:nth-child(3n) {
    margin-right: 4%;
  }
  #product_list ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px) {
  #product_list ul li {
    width: 100%;
    margin-right: 0;
  }
  #product_list ul li:nth-child(3n) {
    margin-right: 0;
  }
}





/* =====================
   product_spec
======================== */
#product_spec {
  text-align: left;
}
#product_spec h2 {
  letter-spacing: 10px;
  line-height: 1.8em;
}
#product_spec dl {
  padding: 0;
  margin: 0;
}
#product_spec dl dt {
  padding: 0;
  margin: 0;
  color: #8fc31f;
  font-size: 1.15rem;
  letter-spacing: 10px;
  line-height: 1.1em;

  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#product_spec dl dt i {
  font-style: normal;
  margin-right: 35px;
  letter-spacing: 0;
}
#product_spec dl dt span {
}
#product_spec dl dd {
  padding: 22px 0 50px 55px;
  margin: 0;

  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  align-items: flex-end;
}
#product_spec dl dd p {
  font-size: 0.9rem;
  line-height: 1.8em;
  letter-spacing: 3px;
}
#product_spec dl dd img {
  position: relative;
  bottom: 0;
  width: 120px;
}

#product_spec .contact {
  color: #8fc31f;
}
#product_spec .contact h3 {
  font-size: 1.2rem;
  letter-spacing: 6px;
  line-height: 1.1em;
  padding: 0;
  margin: 0;
  margin-bottom: 26px;
}
#product_spec .contact p {
  font-size: 29px;
  letter-spacing: 15px;
}
#product_spec .contact p small {
  font-size: 1.2rem;
  letter-spacing: 9px;
  padding-right: 20px;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
  #product_spec .contact p small {
    display: block;
    padding-bottom: 3px;
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  #product_spec h2 {
    letter-spacing: 5px;
  }
  #product_spec dl dt {
    letter-spacing: 5px;
  }
  #product_spec dl dd p {
    letter-spacing: 1.5px;
  }
}
@media screen and (max-width: 450px) {
  #product_spec dl dd {
    padding: 22px 0 0 55px;
    margin-bottom: 50px;

    flex-wrap: wrap;
    position: relative;
  }
  #product_spec dl dd.pd {
    padding-bottom: 65px;
  }
  #product_spec dl dd p {
    width: 100%;
  }
  #product_spec dl dd img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #product_spec .contact h3 {
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  #product_spec .contact p {
    letter-spacing: 3px;
  }
  #product_spec .contact p small {
    letter-spacing: 0;
  }
}




/* =====================
   daizu_about
======================== */
#daizu_about {
  width: 100%;
  max-width: none;
  position: relative;
}
#daizu_about .min {
  margin: 0 auto;
}
#daizu_about .wrap {
  width: 90%;
  margin: 0 auto;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#daizu_about .wrap p {
  width: calc(100% - 250px);
  text-align: left;
}
#daizu_about .wrap img {
  width: 220px;
}

#daizu_about ul {
  width: 90%;
  padding: 0;
  margin: 30px auto;
  text-align: left;
  list-style: none;
  position: relative;
  z-index: 10;
}
#daizu_about ul li {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  margin-left: 17px;
  position: relative;
}
#daizu_about ul li::before {
  content: "◎";
  color: #8fc31f;
  position: absolute;
  left: -17px;
}

#daizu_about .bkimg {
  width: 45%;
  position: absolute;
  right: 0;
  bottom: 100px;
  z-index: 0;
  display: block;
}


@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px) {
  #daizu_about .wrap p {
    width: 100%;
    margin-bottom: 15px;
  }
  #daizu_about .wrap img {
    width: 250px;
    margin: 0 auto;
  }
  #daizu_about .bkimg {
    width: 100%;
    position: relative;
    bottom: auto;
  }
}




/* =====================
   daizu_farm
======================== */
#daizu_farm {
  width: 100%;
  max-width: none;
  position: relative;
}
#daizu_farm .min {
  margin: 0 auto 35px;
}
#daizu_farm h2 {
  position: relative;
}
#daizu_farm .bkimg {
  width: 25%;
  position: absolute;
  left: 0;
  top: -50px;
}
#daizu_farm .bkimg img {
  width: 100%;
}
#daizu_farm .wrap {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
#daizu_farm .wrap .photos {
  position: relative;
}
#daizu_farm .wrap .photos::before {
  position: absolute;
  content: "";
  display: block;
  right: 40px;
  top: -30px;
  width: 100px;
  height: 80px;
  background-image: url(../images/products/daizu_img_yama.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#daizu_farm .wrap .daizu_l,
#daizu_farm .wrap .daizu_r {
    position: absolute;
    width: 20%;
    top: 130px;
  }
#daizu_farm .wrap .daizu_l img,
#daizu_farm .wrap .daizu_r img {
  width: 100%;
}
#daizu_farm .wrap .daizu_l {
  left: 10%;
}
#daizu_farm .wrap .daizu_r {
  right: 10%;
}
#daizu_farm .wrap .daizu_l {
  left: 10%;
}
#daizu_farm .products {
  padding: 0;
  margin: 80px auto 0;
  list-style: none;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
#daizu_farm .products li {
  width: 26%;
  padding: 0;
  margin: 0 3%;
}
#daizu_farm .products picture {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}
#daizu_farm .products picture img {
  width: 100%;
}
#daizu_farm .products h3 {
  font-size: 1.3rem;
}
#daizu_farm .products p {
  text-align: left;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
  #daizu_farm .bkimg {
    width: 25%;
    top: -35px;
  }
}
@media screen and (max-width: 600px) {
  #daizu_farm .wrap .daizu_l {
    left: -5%;
    top: auto;
    bottom: 0;
  }
  #daizu_farm .wrap .daizu_r {
    right: -5%;
    top: 50px;
  }
  #daizu_farm .products li {
    width: 33%;
    margin: 0 5%;
  }
}
@media screen and (max-width: 450px) {
  #daizu_farm .products li {
    width: 90%;
    max-width: 320px;
    padding: 0;
    margin: 0 auto 35px;
  }
}




/* =====================
   head_title, bento_concept
======================== */
#head_title.bento {
  padding-bottom: 30px;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px) {
}




/* =====================
   bento_list
======================== */
#bento_list {
  padding-bottom: 50px;
}
#bento_list ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
#bento_list ul li {
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #8fc31f;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#bento_list ul li picture {
  width: 45%;
  padding: 0;
  margin: 0;
  display: block;
}
#bento_list ul li picture img {
  width: 100%;
}
#bento_list .bento_list_txt {
  width: 50%;
}
#bento_list ul li:nth-child(even) picture {
  order: 2;
}
#bento_list ul li:nth-child(even) .bento_list_txt {
  order: 1;
}
#bento_list .bento_list_txt h3 {
  text-align: left;
  color: #8fc31f;
  font-size: 1.2rem;
  margin: 15px 0;
}
#bento_list .bento_list_txt p {
  text-align: left;
  line-height: 2em;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px) {
  #bento_list ul li picture {
    width: 100%;
  }
  #bento_list .bento_list_txt {
    width: 100%;
  }
  #bento_list ul li:nth-child(even) picture {
    order: 1;
  }
  #bento_list ul li:nth-child(even) .bento_list_txt {
    order: 2;
  }
}




/* =====================
   bento_reserv
======================== */
#bento_reserv {
  padding-bottom: 50px;
}
#bento_reserv h2.bki {
  background-image: url(../images/products/health_reserv.jpg);
  color: #fff;
  letter-spacing: 5px;
  font-size: 25px;
}
#bento_reserv p {
  text-align: left;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
  #bento_reserv h2.bki {
    padding: 45px 0;
  }
  #bento_reserv h2.bki::before {
    display: none;
  }
}
@media screen and (max-width: 450px) {
}




/* =====================
   photos
======================== */
.photos {
  padding: 40px 0;
  margin: 0;
  list-style: none;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.photos li {
  padding: 0;
  margin: 0;
  width: 24.5%;
}
.photos li img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
  .photos li {
    width: 49%;
  }
}
@media screen and (max-width: 450px) {
}




/* =====================
   kome_quality
======================== */
#kome_quality {
  max-width: 780px;
}
#kome_quality ul {
  width: 90%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
#kome_quality ul li {
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #8fc31f;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#kome_quality ul li picture {
  width: 47%;
  padding: 0;
  margin: 0;
  display: block;
}
#kome_quality ul li picture img {
  width: 100%;
  height: auto;
}
#kome_quality ul li picture p {
  padding: 0;
  margin: 0;
  text-align: right;
  font-size: 0.85em;
}
#kome_quality ul li .quality_txt {
  width: 47%;
  padding: 0;
  margin: 0;
  text-align: left;
  line-height: 2em;
}
#kome_quality ul li .quality_txt h3 {
  line-height: 1em;
}

#kome_quality ul li {
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #8fc31f;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#kome_quality ul li:nth-child(odd) picture {
  order: 2;
}
#kome_quality ul li:nth-child(odd) .quality_txt {
  order: 1;
}
#kome_quality ul li:first-child picture {
  order: 1;
  width: 100%;
}
#kome_quality ul li:first-child .quality_txt {
  order: 2;
  padding-top: 15px;
  width: 100%;
}


@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px) {
  #kome_quality ul li picture {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
  #kome_quality ul li .quality_txt {
    width: 100%;
  }
  #kome_quality ul li:nth-child(odd) picture {
    order: 1;
  }
  #kome_quality ul li:nth-child(odd) .quality_txt {
    order: 2;
  }
}
