/* ======================================================================
 herb
====================================================================== */
.herb_kv {
  border-top: 2px solid #e7e7e7;
}
.herb_kv .container {
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 768px) {
  .herb_kv .container {
    height: 125px;
  }
  .news.news_bar_position{
    position: static;
  }
}
.herb_kv .container .ttl {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 100%;
  color: black;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  font-size: 48px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .herb_kv .container .ttl {
    font-size: 25px;
  }
}

.herb_menu .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 880px;
}
@media screen and (max-width: 768px) {
  .herb_menu .container {
    width: 100%;
  }
}
.herb_menu .container a {
  width: 25%;
  text-align: center;
  background: #f1f0e0;
  color: #898989;
  border-bottom: 6px solid #f1f0e0;
  font-size: 20px;
  padding: 22px 0 12px;
}
@media screen and (max-width: 768px) {
  .herb_menu .container a {
    font-size: 14px;
    border-bottom-width: 4px;
    padding: 4% 0 3%;
    line-height: 1.3;
  }
}
.herb_menu .container a.active {
  color: #038e7c;
  border-bottom: 6px solid #038e7c;
}
@media screen and (max-width: 768px) {
  .herb_menu .container a.active {
    border-bottom-width: 4px;
  }
}

.herb_archive {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .herb_archive {
    padding: 15% 0 7%;
  }
}
.herb_archive .container {
  width: 880px;
}
@media screen and (max-width: 768px) {
  .herb_archive .container {
    width: 90%;
  }
}
.herb_archive .container > .ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .herb_archive .container > .ttl {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.075em;
    margin-bottom: 7%;
  }
}
.herb_archive .container > .txt {
  font-size: 22px;
  line-height: 2.2;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .herb_archive .container > .txt {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15%;
  }
}
.herb_archive .container > .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 70px 0;
}
@media screen and (max-width: 768px) {
  .herb_archive .container > .list {
    margin: 10% 0;
  }
}
.herb_archive .container > .list li {
  width: 170px;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .herb_archive .container > .list li {
    width: 45%;
    margin-bottom: 7%;
  }
}
.herb_archive .container > .list li:not(:nth-child(4n)) {
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .herb_archive .container > .list li:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .herb_archive .container > .list li:not(:nth-child(2n)) {
    margin-right: 10%;
  }
}
.herb_archive .container > .list li a {
  color: #038e7c;
}
.herb_archive .container > .list li a .img {
  display: block;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .herb_archive .container > .list li a .img {
    margin: 0 auto 4%;
    width: 117px;
    height: 117px;
  }
}
.herb_archive .container > .list li a .img img {
  width: 100%;
}
.herb_archive .container > .list li a .ttl {
  color: #038e7c;
  display: block;
  text-decoration: underline;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .herb_archive .container > .list li a .ttl {
    font-size: 16px;
  }
}
.herb_archive .container > .list li a .en {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .herb_archive .container > .list li a .en {
    font-size: 12px;
  }
}

.herb_detail .container {
  width: 880px;
}
@media screen and (max-width: 768px) {
  .herb_detail .container {
    width: 90%;
  }
}
.herb_detail .container > .ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin: 100px 0 40px;
}
@media screen and (max-width: 768px) {
  .herb_detail .container > .ttl {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.075em;
    margin: 15% 0 0;
  }
}
.herb_detail .sec01 {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .herb_detail .sec01 {
    display: block;
    margin-bottom: 10%;
  }
}
.herb_detail .sec01 > .img {
  width: 40%;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .herb_detail .sec01 > .img {
    width: 80%;
    margin: 5% auto;
  }
}
.herb_detail .sec01 > .img img {
  width: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.herb_detail .sec01 > .detail {
  width: 55%;
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .herb_detail .sec01 > .detail {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20%;
  }
}
.herb_detail .sec01 > .detail table {
  width: 100%;
}
.herb_detail .sec01 > .detail table th {
  vertical-align: top;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .herb_detail .sec01 > .detail table th {
    width: 30%;
  }
}
.herb_detail .sec01 > .detail table td {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .herb_detail .sec01 > .detail table td {
    width: 70%;
  }
}
.herb_detail .sec01 > .detail .mark {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .herb_detail .sec01 > .detail .mark {
    margin-top: 7%;
  }
}
.herb_detail .sec01 > .detail .mark .img {
  width: 17%;
  margin-right: 3%;
}
.herb_detail .sec01 > .detail .mark .img img {
  width: 100%;
}
.herb_detail .sec01 > .detail .mark .detail {
  width: 80%;
  font-size: 14px;
}
.herb_detail .sec01 > .detail .mark .detail .ttl {
  font-weight: bold;
  color: #da7b00;
}
.herb_detail .sec02 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .herb_detail .sec02 {
    margin-bottom: 20%;
  }
}
.herb_detail .sec02 > .ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .herb_detail .sec02 > .ttl {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.075em;
    margin-bottom: 7%;
  }
}
.herb_detail .sec02 > .txt {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .herb_detail .sec02 > .txt {
    font-size: 16px;
  }
}
.herb_detail .sec02 > .txt a {
  color: #038e7c;
  text-decoration: underline;
}
.herb_detail .use {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .herb_detail .use {
    margin-top: 20%;
  }
}
.herb_detail .use > .ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.9;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .herb_detail .use > .ttl {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.075em;
    margin-bottom: 7%;
  }
}
.herb_detail .use .products {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px 0 30px;
}
@media screen and (max-width: 768px) {
  .herb_detail .use .products {
    margin: 10% 0;
    display: block;
  }
}
.herb_detail .use .products li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 50%;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .herb_detail .use .products li {
    width: 100%;
    margin-bottom: 5%;
  }
}
.herb_detail .use .products li .img {
  display: block;
  width: 125px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .herb_detail .use .products li .img {
    width: 20%;
    margin-right: 4%;
  }
}
.herb_detail .use .products li .img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .herb_detail .use .products li .box {
    width: 76%;
  }
}
.herb_detail .use .products li .box .cat {
  display: inline-block;
  color: white;
  background: #cccccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 15px 0;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .herb_detail .use .products li .box .cat {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    padding: 1.5% 5%;
    margin: 3% 0 0;
  }
}
.herb_detail .use .products li .box .ttl {
  display: block;
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .herb_detail .use .products li .box .ttl {
    font-size: 18px;
    margin: 4% 0;
  }
}
.herb_detail .use .products li .box .txt01 {
  letter-spacing: inherit;
}
