/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

#rate-single #detail {
  background: #fff;
}
#rate-single #detail .detail__wrapper {
  padding-top: max(12rem, 80px);
  padding-bottom: max(12rem, 80px);
}
#rate-single #detail .detail__wrapper h1 {
  font-size: max(2.8rem, 22px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.15em;
}
#rate-single #detail .detail__wrapper h2 {
  font-size: max(2.2rem, 16px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.15em;
}
#rate-single #detail .detail__wrapper .detail__meta {
  padding-bottom: max(2rem, 15px);
  margin-bottom: max(4rem, 30px);
  border-bottom: max(0.1rem, 1px) solid rgba(59, 49, 40, 0.4);
}
#rate-single #detail .detail__wrapper .detail__meta time {
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  color: rgba(59, 49, 40, 0.4);
  font-size: max(1.8rem, 16px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#rate-single #detail .detail__wrapper .detail__content a {
  display: inline-block;
  text-decoration: underline;
}
#rate-single #detail .detail__wrapper .detail__content--thumb {
  margin-bottom: max(5rem, 30px);
}
#rate-single #detail .detail__wrapper .detail__content--table {
  width: 100%;
  overflow-x: auto;
}
#rate-single #detail .detail__wrapper .detail__content--table table {
  width: auto;
  min-width: 700px;
  border-collapse: collapse;
  border: max(0.1rem, 1px) solid #c2c0bd;
}
#rate-single #detail .detail__wrapper .detail__content--table table thead tr th {
  text-align: center;
  padding: max(1rem, 10px);
  border-right: 1px solid #c2c0bd;
  background: rgba(59, 49, 40, 0.7);
  color: #fff;
  font-size: max(1.4rem, 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
#rate-single #detail .detail__wrapper .detail__content--table table tbody tr {
  border-bottom: 1px solid #c2c0bd;
}
#rate-single #detail .detail__wrapper .detail__content--table table tbody tr th {
  width: max(15%, 90px);
  min-width: 90px;
  padding: max(1rem, 10px) max(2rem, 15px);
  text-align: left;
  vertical-align: top;
  background: rgba(59, 49, 40, 0.7);
  border-right: 1px solid #c2c0bd;
  color: #fff;
  font-size: max(1.4rem, 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#rate-single #detail .detail__wrapper .detail__content--table table tbody tr td {
  padding: max(1rem, 10px) max(2rem, 15px);
  font-size: max(1.4rem, 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
#rate-single #detail .detail__wrapper .detail__content--table table tbody tr td:not(:last-of-type) {
  border-right: 1px solid #c2c0bd;
}
#rate-single #detail .detail__wrapper .btn {
  text-align: center;
  margin-top: max(8rem, 40px);
}/*# sourceMappingURL=single-rate.css.map */