@import url("grid.css");

*,
body {
  color: #1d1d1f;
  line-height: 1.6;
}

.product_p {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  margin-top: 5px;
  font-weight: 400;
}

.product_txt {
  font-size: 13px;
  list-style: disc;
  padding-left: 20px;
  margin: 15px 0;
  font-weight: 500;
  text-align: justify;
}

.product_txt li {
  line-height: 1.6;
  padding: 2px 0;
}

.muji-red {
  color: #7f0019;
}

.tea_icon {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  /* margin: 0 auto; */
  margin-bottom: 30px;
}

.introduce_txt {
  padding: 3px 10px;
  background-color: #e9f0ee;
  /* width: fit-content; */
  text-align: center;
  margin: auto;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  margin: 15px 0px;
}

.tea_Body {
  color: #1d1d1f;
}

.titleName {
  font-size: 18px;
  font-weight: 700;
  /* margin-bottom: 15px; */
  margin: 15px 0 0px 0;
  padding: 5px 0;
  text-align: justify;
}

h1.intro_title.sf-heading.-h1 {
  font-weight: 900;
}

.proList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.proList .proItem {
  width: 15%;
  margin-bottom: 15px;
}

.proList .proItem .titleName {
  font-size: 15px;
  color: #3c3c43;
  font-weight: 400;
  height: 70px;
  text-align: left;
}

.mapFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.mapFlex .mapFlexItem {
  width: 50%;
  margin-bottom: 15px;
}

.mapFlex .mapFlexItem a {
  text-decoration: underline;
  transition: all 0.3s;
}

.mapFlex .mapFlexItem a:hover {
  color: #999;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.carousel-indicators {
  display: none;
}

.cursor-d {
  cursor: default;
}

.padding_15 {
  padding: 15px;
}

.productsPrice {
  font-size: 12px;
  text-align: right;
  color: #1d1d1f;
}

.productsPrice span {
  font-size: 24px;
  font-weight: 700;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 0px 3px;
}

.shiro_bg {
  background-image: url(../img/shiroBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
}

.method_bg {
  background-color: #e2e4df;
}

.method_ttl {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
}

.method_txt {
  font-size: 16px;
  line-height: 2;
}

.method_ttl_2 {
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 5px;
}

.method_ttl_2 span {
  font-size: 12px;
  font-weight: 400;
}

.method_txt_2 {
  font-size: 13px;
  line-height: 1.6;
}

.hero_ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.eyecatch__heading {
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 120%;
  white-space: nowrap;
  writing-mode: vertical-lr;
  /* writing-mode: vertical-rl */
}

.eyecatch__heading span {
  font-size: 32px;
  font-weight: 700;
  display: block;
}

@media screen and (max-width: 750px) {
  .method_ttl {
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 10px;
  }

  .method_txt {
    line-height: 1.5;
    text-align: left;
  }

  .method_txt_2 {
    line-height: 1.5;
    text-align: left;
  }

  .sf-main .u-justifyContent_center {
    justify-content: left;
  }

  .hero_ttl {
    font-size: 18px;
    text-align: left;
  }

  .eyecatch__heading {
    font-size: 28px;
    left: 30px;
    line-height: 140%;
    position: absolute;
    top: 0;
    writing-mode: vertical-rl;
  }

  .eyecatch__heading span {
    font-size: 23px;
    font-weight: 700;
  }

  .--reverse .eyecatch__heading {
    left: 0;
    position: absolute;
    right: 30px;
  }
  .tea_Body {
    margin-bottom: 15px;
  }

  .mapFlex .mapFlexItem {
    width: 100%;
    margin-bottom: 15px;
  }

  .proList .proItem {
    width: 45%;
    margin-bottom: 15px;
  }

  .shiro_bg {
    background-position: 70% center;
  }
}
