@charset "utf-8";
/* CSS Document */

/* kyoutuu
---------------------------------*/
#plantbase {
  background-color: #f9f3e5;
}
#plantbase #wrapper {
  background: none;
  /* font: 1.6rem/1 'Noto Sans JP', sans-serif; */
  font: 16px/1 'Noto Sans JP', sans-serif;
  font-style: normal;
  /* font-size: 1.6rem; */
  color: #000;
  font-weight: 400;
  text-align: left;
}
#plantbase #container {
  width: 100%;
  margin: 0;
}
#plantbase #content_inner {
  background: none;
  padding: 0;
  text-align: left;
}
#plantbase #content_inner .pankuzu_wrap {
  background-color: #fff;
}
#plantbase #content_inner .pankuzu_wrap .breadcrumb {
  background: none;
  height: 21px;
  width: 100%;
  margin: 0 auto;
  line-height: 21px;
  box-sizing: border-box;
  max-width: 1560px;
}
#plantbase #content_inner .pankuzu_wrap .breadcrumb a {
  color: #000;
}
#plantbase #container a {
  text-decoration: none;
  transition: 0.8s;
}
#plantbase #container a:hover {
  opacity: .5;
}
/* index
---------------------------------*/
#plantbase .title {
  width: 60%;
  max-width: 450px;
  margin: 45px auto 60px auto;
  text-align: center;
}
#plantbase .title h1 img {
  width: 100%;
  height: auto;
}
#plantbase .list {
  width: 90%;
  max-width: 965px;
  margin: 0 auto;
  padding-bottom: 250px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 54px 36px;
}
#plantbase .list li {
  width: calc((100% - 36px) / 2);
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#plantbase .list li .list-img {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

#plantbase .list li .list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#plantbase .list li .list-img .num {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 6px 12px;
  font-size: 20px;
  letter-spacing: .04em;
  color: #fff;
  border-radius: 12px;
}

#plantbase .list li:nth-child(odd) .list-img .num {
  background-color: #004628;
}

#plantbase .list li:nth-child(even) .list-img .num {
  background-color: #710527;
}

#plantbase .list li .list-txt {
  text-align: center;
  background-color: #fff;
  padding: 24px 0;
  border-radius: 0 0 10px 10px;
}

#plantbase .list li .list-txt h3 {
  font-size: 30px;
  margin-bottom: 8px;
}

#plantbase .list li .list-txt p {
  text-align: center;
}

#plantbase .list li:nth-child(odd) .list-txt {
  color: #004628;
}

#plantbase .list li:nth-child(even) .list-txt {
  color: #710527;
}

@media screen and (max-width: 750px) {

  #plantbase .title {
    margin: 40px auto;
  }

  #plantbase .list {
    gap: 24px;
    padding-bottom: 30px;
  }
  
  #plantbase .list li {
    width: 100%;
  }

  #plantbase .list li .list-img .num {
    font-size: 16px;
    border-radius: 8px;
  }

  #plantbase .list li .list-img {
    height: 210px;
  }

  #plantbase .list li .list-txt {
    padding: 16px 0;
  }

  #plantbase .list li .list-txt h3 {
    font-size: 6.4vw;
  }
  
  #plantbase .list li .list-txt p {
    font-size: 14px;
  }

  #plantbase #content_inner .pankuzu_wrap .breadcrumb {
    background-color: #f9f3e5;
  }

    #footer {
      margin-top: 0!important;
    }
}

@media print {

  #kodawarigohan .recipe .inner ul li {
    width: 100%;
  }
}