@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@media print, screen and (min-width: 768px) {
  ._sp:not(._pc) {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  ._pc:not(._sp) {
    display: none !important;
  }
}
.tachinoki-price .feature {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(6.9230769231vw, 51.9230769231px);
  width: 100%;
  margin-top: 35px;
}
.tachinoki-price .feature li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.26rem;
  font-weight: bold;
  letter-spacing: -0.03em;
  color: #fff;
  text-align: center;
  width: min(26.6666666667vw, 200px);
  height: auto;
  aspect-ratio: 1/1;
  background: #B28F4A;
  padding-top: 0;
  border-radius: 50%;
}
.tachinoki-price .feature li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(0.97);
  border: 1px solid #fff;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .tachinoki-price .feature {
    width: unset;
    gap: 9rem;
    padding-top: 0;
    margin-top: 6.7rem;
  }
  .tachinoki-price .feature li {
    font-size: 3.2rem;
    width: 24rem;
  }
}
.tachinoki-price .t_reason {
  padding: 0;
  margin-top: 7rem;
  background: #fff;
}
.tachinoki-price .t_reason .main {
  margin: 0;
}
.tachinoki-price .t_reason .main .block {
  margin-top: 0;
}
.tachinoki-price .t_reason .main .block:first-child {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .tachinoki-price .t_reason {
    margin-top: 3.6rem;
  }
  .tachinoki-price .t_reason .main .block + .block {
    margin-top: 4rem;
  }
}/*# sourceMappingURL=t_price.css.map */