  @keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomOut {
  from {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
.c-anchor-button--price {
  display: grid;
  align-items: center;
  justify-content: center;
}
.c-anchor-button--price .c-anchor-button__text {
  grid-template-rows: subgrid;
  grid-row: span 2;
  display: grid;
  vertical-align: middle;
  justify-content: center;
  align-items: flex-end;
  row-gap: 2px;
}
.price-anchor-list {
  display: grid;
}
@media print,
screen and (min-width: 768px) {
  .price-anchor-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .price-anchor-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-table--price-massage-chart,
  .c-table--price-acupuncture-chart {
    min-width: 768px;
  }
}
.c-table--price-massage-chart .c-table-item th,
.c-table--price-acupuncture-chart .c-table-item th {
  position: sticky;
  left: 84px;
  vertical-align: middle;
}
.c-table--price-massage-chart .c-table-item th:first-child,
.c-table--price-acupuncture-chart .c-table-item th:first-child {
  left: 0;
}
.c-table--price-massage-chart .c-table-item th::before,
.c-table--price-acupuncture-chart .c-table-item th::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  box-sizing: content-box;
}
.c-table--price-massage-chart .c-table-item:nth-child(6) th,
.c-table--price-massage-chart .c-table-item:nth-child(7) th,
.c-table--price-massage-chart .c-table-item:nth-child(11) th,
.c-table--price-massage-chart .c-table-item:nth-child(12) th,
.c-table--price-acupuncture-chart .c-table-item:nth-child(6) th,
.c-table--price-acupuncture-chart .c-table-item:nth-child(7) th,
.c-table--price-acupuncture-chart .c-table-item:nth-child(11) th,
.c-table--price-acupuncture-chart .c-table-item:nth-child(12) th {
  left: 84px;
}
.c-table--price-massage-chart .c-table-item:nth-child(1) th,
.c-table--price-massage-chart .c-table-item:nth-child(1) td,
.c-table--price-massage-chart .c-table-item:nth-child(2) th,
.c-table--price-massage-chart .c-table-item:nth-child(2) td,
.c-table--price-massage-chart .c-table-item:nth-child(3) th,
.c-table--price-massage-chart .c-table-item:nth-child(3) td,
.c-table--price-massage-chart .c-table-item:nth-child(8) th,
.c-table--price-massage-chart .c-table-item:nth-child(8) td,
.c-table--price-acupuncture-chart .c-table-item:nth-child(1) th,
.c-table--price-acupuncture-chart .c-table-item:nth-child(1) td,
.c-table--price-acupuncture-chart .c-table-item:nth-child(2) th,
.c-table--price-acupuncture-chart .c-table-item:nth-child(2) td,
.c-table--price-acupuncture-chart .c-table-item:nth-child(3) th,
.c-table--price-acupuncture-chart .c-table-item:nth-child(3) td,
.c-table--price-acupuncture-chart .c-table-item:nth-child(8) th,
.c-table--price-acupuncture-chart .c-table-item:nth-child(8) td {
  background-color: #fdf0f4;
}
.c-table-item-heading--title {
  width: 28%;
}
@media print,
screen and (min-width: 768px) {
  .price-massage-chart__col-item:first-child,
  .price-massage-chart__col-item:nth-child(2),
  .price-acupuncture-chart__col-item:first-child,
  .price-acupuncture-chart__col-item:nth-child(2) {
    width: 10%;
  }
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
  .price-massage-chart__col-item:first-child,
  .price-massage-chart__col-item:nth-child(2),
  .price-acupuncture-chart__col-item:first-child,
  .price-acupuncture-chart__col-item:nth-child(2) {
    width: 12%;
  }
}
@media screen and (max-width: 767.98px) {
  .price-massage-chart__col-item:first-child,
  .price-massage-chart__col-item:nth-child(2),
  .price-acupuncture-chart__col-item:first-child,
  .price-acupuncture-chart__col-item:nth-child(2) {
    width: 12%;
  }
  .price-massage-chart-col-item02:first-child,
  .price-massage-chart-col-item02:nth-child(2) {
    width: 7%;
  }
}
@media print,
screen and (min-width: 768px) {
  .price-massage-chart__col-item:nth-child(n+3) {
    width: 10.857%;
  }
}
@media screen and (max-width: 767.98px) {
  .price-massage-chart__col-item:nth-child(n+3) {
    width: 10.857%;
  }
}
.price-acupuncture-chart__col-item:nth-child(n+3) {
  width: 38.8888888889%;
}