.underMV.price {
  background-image: url(../images/higashiazabu_bg.webp);
}
.underMV .inner {
  align-items: center;
  height: 685px;
}
.underMV .under-title {
  width: 100%;
  text-align: center;
}
.underMV .under-title h1 {
  font-size: 36px;
}
.underMV .under-title .parts-button {
  max-width: 530px;
  margin: 20px auto 0;
}
.underMV .under-title .parts-button .arrow:before {
  transform: translateX(-2.5px) rotate(45deg);
}
.underMV .under-title .parts-button .arrow:after {
  transform: translateX(2.5px) rotate(-45deg);
}

.price-ttl {
  margin-bottom: 10px;
}
.price-ttl h2 {
  padding-left: 10px;
  border-left: solid 9px #037e00;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}
.price-ttl p {
  font-size: 18px;
  font-weight: 500;
}

/* price-basic */
.price-basic {
  padding: 50px 0;
}
.price-basic .table-price {
  width: 100%;
}
.price-basic .table-price tr {
  border-top: solid 1px #4faa74;
  border-left: solid 1px #4faa74;
  border-right: solid 1px #4faa74;
  vertical-align: middle;
}
.price-basic .table-price tr:last-of-type {
  border-bottom: solid 1px #4faa74;
}
.price-basic .table-price tr.tr-top th {
  padding: 5px 0;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
.price-basic .table-price tr.tr-top th:not(:first-of-type) {
  background-color: #4faa74;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  vertical-align: middle;
}
.price-basic .table-price th {
  width: 360px;
  padding: 5px 0 10px 30px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
.price-basic .table-price td {
  width: calc((100% - 360px) / 2);
  padding: 5px 0 10px;
  text-align: center;
  border-left: solid 1px #4faa74;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
}
.price-basic .table-price td .large {
  font-size: 26px;
}
.price-basic small {
  font-size: 12px;
}
.price-basic small a {
  font-weight: 700;
  text-decoration: underline;
}

/* price-accordion */
.price-accordion {
  padding: 0 0 50px;
}
.price-accordion__card {
  position: relative;
  padding: 30px;
  background-color: #f4f4f4;
  border-radius: 10px;
}
.price-accordion__card::before, .price-accordion__card::after {
  position: absolute;
  top: 40px;
  right: 20px;
  content: "";
  width: 25px;
  height: 2px;
  background-color: #037e00;
  transition: 0.2s;
}
.price-accordion__card::after {
  transform: rotate(90deg);
}
.price-accordion__card.open::after {
  transform: rotate(0);
}
.price-accordion__card:not(:last-of-type) {
  margin-bottom: 20px;
}
.price-accordion__card.small-ttl h3 {
  font-size: 20px;
  font-weight: 700;
}
.price-accordion__card.small-ttl small {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.price-accordion__card .price-ttl p {
  font-size: 16px;
}
.price-accordion__card .price-ttl p.color {
  color: #ec0000;
}
.price-accordion__card .accordion-inner {
  display: none;
}
.price-accordion__card .price-table table {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  border: solid 1px #333;
}
.price-accordion__card .price-table table tr:not(:last-of-type) {
  border-bottom: solid 1px #333;
}
.price-accordion__card .price-table table th {
  width: 240px;
  padding: 5px 5px 5px 20px;
  background-color: #e0e0e0;
  border-right: solid 1px #333;
  text-align: left;
  vertical-align: middle;
}
.price-accordion__card .price-table table td {
  padding: 5px 5px 5px 20px;
  background-color: #fff;
  vertical-align: middle;
}
.price-accordion__card .price-table table td .large {
  font-size: 24px;
}
.price-accordion__card .price-table p {
  font-size: 16px;
  font-weight: 500;
}
.price-accordion__card .price-table small {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.price-accordion__card .price-li {
  margin-top: 30px;
}
.price-accordion__card .price-li h3 {
  margin-bottom: 10px;
  color: #037e00;
  font-size: 20px;
  font-weight: 700;
}
.price-accordion__card .price-li ul {
  background-color: #fff;
  border: solid 3px #037e00;
}
.price-accordion__card .price-li ul li {
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
}
.price-accordion__card .price-li ul li .color {
  color: #ec0000;
}
.price-accordion__card .price-li ul li:not(:last-of-type) {
  border-bottom: solid 1px #333;
}
.price-accordion__card .parts-button-w {
  margin: 0 auto 20px;
}
.price-accordion__card .bg-w {
  padding: 15px 10px 15px 30px;
  background-color: #fff;
  border: solid 1px #333;
  font-size: 16px;
  font-weight: 500;
}

/* price-discount */
.price-discount {
  position: relative;
  padding: 50px 0;
  background-color: #4faa74;
}
.price-discount .overflow-icon {
  position: absolute;
  top: -40px;
  left: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 87px;
  height: 87px;
  background-color: #4faa74;
  border: 50%;
  border-radius: 50%;
}
.price-discount .overflow-icon img {
  width: 50%;
}
.price-discount__ttl {
  margin-bottom: 30px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.price-discount__card {
  position: relative;
  padding: 25px 30px;
  background-color: #fff;
  border-radius: 10px;
  color: #333;
}
.price-discount__card:not(:last-of-type) {
  margin-bottom: 30px;
}
.price-discount__card::before, .price-discount__card::after {
  position: absolute;
  top: 40px;
  right: 20px;
  content: "";
  width: 25px;
  height: 2px;
  background-color: #037e00;
  transition: 0.2s;
}
.price-discount__card::after {
  transform: rotate(90deg);
}
.price-discount__card.open::after {
  transform: rotate(0);
}
.price-discount__card .discount__inner {
  display: none;
}
.price-discount__card .price-ttl {
  margin-bottom: unset;
}
.price-discount__card .price-ttl h2 {
  padding-right: 20px;
}
.price-discount__card .price-ttl p {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}
.price-discount__card .price-ttl p .color {
  color: #f20000;
}
.price-discount__card .price-ttl p .large {
  font-size: 30px;
}
.price-discount__card p {
  font-size: 18px;
  font-weight: 500;
}
.price-discount__card p .color {
  color: #f20000;
}
.price-discount__card p .large {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}
.price-discount__card .icon {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 20%;
  padding: 10px;
  aspect-ratio: 1;
}
.price-discount__card .icon .img {
  width: 40%;
}
.price-discount__card .icon .img.small {
  width: 30%;
}
.price-discount__card .icon p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.price-discount__card .icon:nth-of-type(even) {
  background-color: #e7f7ee;
}
.price-discount__card .icon:nth-of-type(odd) {
  background-color: #f4fff8;
}
.price-discount__card .icon-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.price-discount__card small {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
}
.price-discount__card table {
  width: 100%;
  margin-bottom: 10px;
  border-left: solid 1px #4faa74;
  border-right: solid 1px #4faa74;
}
.price-discount__card table tr {
  border-top: solid 1px #4faa74;
}
.price-discount__card table tr:last-of-type {
  border-bottom: solid 1px #4faa74;
}
.price-discount__card table th {
  padding: 15px 10px;
  background-color: #fff;
  border-right: solid 1px #4faa74;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}
.price-discount__card table th.large {
  font-size: 20px;
  font-weight: 700;
}
.price-discount__card table td {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
.price-discount__card table td.bg-color {
  background-color: #4faa74;
  color: #fff;
}
.price-discount__card table td.time {
  width: 300px;
  background-color: #efefef;
}
.price-discount__card table td.time:last-of-type {
  border-left: solid 1px #4faa74;
}
.price-discount__card table td.price {
  width: 300px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.price-discount__card table td.price:last-of-type {
  border-left: solid 1px #4faa74;
}
.price-discount__card table td.price .large {
  font-size: 26px;
}
.price-discount__card table td.price.red {
  color: #e90000;
}
.price-discount__card table td.price .cont {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  line-height: 1.2;
}
.price-discount__card table td.price .cont .del {
  position: relative;
  color: #333;
  font-size: 14px;
  line-height: 1;
}
.price-discount__card table td.price .cont .del .large {
  font-size: 20px;
}
.price-discount__card table td.price .cont .del::before, .price-discount__card table td.price .cont .del::after {
  position: absolute;
  left: 0px;
  content: "";
  width: 95%;
  height: 2px;
  background-color: #f20000;
}
.price-discount__card table td.price .cont .del::before {
  top: 8px;
}
.price-discount__card table td.price .cont .del::after {
  top: 12px;
}
.price-discount__card .hamada {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.price-discount__card .hamada .img {
  width: 273px;
  overflow: hidden;
}
.price-discount__card .hamada .img img {
  border-radius: 10px;
  border: solid 1px #4faa74;
}
.price-discount__card .hamada .cont {
  flex: 1;
}
.price-discount__card .hamada .cont h3 {
  font-size: 20px;
  font-weight: 700;
}
.price-discount__card .hamada .cont li {
  font-size: 18px;
  font-weight: 500;
}
.price-discount__card .hamada .cont .example {
  margin-top: 25px;
  margin-bottom: 30px;
}
.price-discount__card .hamada .cont .example h4 {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 25px;
  font-size: 20px;
  font-weight: 700;
}
.price-discount__card .hamada .cont .example h4::before {
  position: absolute;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #037e00;
}
.price-discount__card .hamada .cont .example .card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(33.3333333333% - 5.3333333333px);
  min-height: 58px;
  background-color: #e3f9ec;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.price-discount__card .hamada .cont .example .card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.price-discount__card .hamada .cont .example .card.sizeS {
  font-size: 14px;
}
.price-discount__card .hamada .cont .example .card.width {
  width: 100%;
}

/* price-rental */
.price-rental {
  padding: 50px 0;
}
.price-rental__ttl {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
}
.price-rental__ttl small {
  display: block;
  font-size: 16px;
}
.price-rental table {
  width: 100%;
}
.price-rental table tr {
  border-top: solid 1px #4faa74;
}
.price-rental table tr:last-of-type {
  border-bottom: solid 1px #4faa74;
}
.price-rental table th {
  padding: 5px;
  background-color: #4faa74;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  vertical-align: middle;
}
.price-rental table td {
  padding: 20px;
  border-left: solid 1px #4faa74;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
}
.price-rental table td:first-of-type {
  width: 380px;
}
.price-rental table td:last-of-type {
  border-right: solid 1px #4faa74;
}
.price-rental table td .large {
  font-size: 24px;
}
.price-rental table td small {
  display: block;
}

/* price-dish */
.price-dish {
  padding: 50px 0;
  background-color: #f4f4f4;
}
.price-dish__ttl {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.price-dish__ttl small {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
}
.price-dish h3 {
  margin-bottom: 5px;
  color: #037e00;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.price-dish .studio-slider {
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.price-dish .studio-slider .slick-dots {
  position: static;
  transform: unset;
  max-width: 70%;
  margin: 0 auto;
}
.price-dish .studio-slider .slick-prev {
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 82px;
  background-color: #4faa74;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 10;
}
.price-dish .studio-slider .slick-prev::before, .price-dish .studio-slider .slick-prev::after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
}
.price-dish .studio-slider .slick-prev::before {
  transform: translateX(5px) translateY(5px) rotate(45deg);
}
.price-dish .studio-slider .slick-prev::after {
  transform: translateX(-9px) translateY(-5px) rotate(-45deg);
}
.price-dish .studio-slider .slick-next {
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 82px;
  background-color: #4faa74;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 10;
}
.price-dish .studio-slider .slick-next::before, .price-dish .studio-slider .slick-next::after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
}
.price-dish .studio-slider .slick-next::before {
  transform: translateX(5px) translateY(5px) rotate(-45deg);
}
.price-dish .studio-slider .slick-next::after {
  transform: translateX(-9px) translateY(-5px) rotate(45deg);
}
.price-dish .studio-slider .slick-img {
  margin: 0 10px;
  padding-bottom: 30px;
  width: 80%;
  height: 34vw;
}
.price-dish .studio-slider .slick-img img {
  height: 100%;
  object-fit: contain;
  background-color: #f2f2f2;
  border-radius: 10px;
}
.price-dish .studio-slider .slick-img p {
  font-size: 16px;
  font-weight: 700;
}
.price-dish .studio-thumbnail .thumbnail-img {
  width: calc(16.6666666667% - 10px) !important;
  height: 84px;
  opacity: 0.3;
  transition: opacity 0.2s linear;
}
.price-dish .studio-thumbnail .thumbnail-img img {
  height: 100%;
  width: auto;
  object-fit: contain;
  background-color: #f2f2f2;
  border-radius: 5px;
}
.price-dish .studio-thumbnail .slick-current {
  opacity: 1;
}
.price-dish .studio-thumbnail .slick-track {
  display: flex;
  gap: 10px;
}
.price-dish .studio-thumbnail .slick-track::before {
  display: none;
}
.price-dish .parts-button {
  max-width: 360px;
  margin: 30px auto 0;
}

/* price-studio */
.price-studio {
  padding: 50px 0;
}
.price-studio__card {
  width: calc(50% - 2.5vw);
}
.price-studio__card .img {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.price-studio__card h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}
.price-studio__card p {
  min-height: 42px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}
.price-studio__card .button {
  display: flex;
  gap: 10px;
}
.price-studio__card .button .calender:before {
  position: absolute;
  left: 10px;
  width: 24px;
  height: 24px;
  content: "";
  background-image: url(../images/icon_calendar.png);
  background-size: cover;
}
.price-studio__card .button .calender:hover::before {
  background-image: url(../images/icon_calendar-c.png);
}
.price-studio__card .button .kitchen:before {
  position: absolute;
  left: 10px;
  width: 23px;
  height: 23px;
  content: "";
  background-image: url(../images/icon_kitchen-c.png);
  background-size: cover;
}
.price-studio__card .button .kitchen:hover::before {
  background-image: url(../images/icon_kitchen-w.png);
}
.price-studio__card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .underMV .inner {
    height: 350px;
  }
  .underMV .under-title h1 {
    font-size: 18px;
  }
  .underMV .under-title .parts-button {
    max-width: 200px;
  }
  .price-ttl h2 {
    border-left: solid 5px #037e00;
    font-size: 18px;
  }
  .price-ttl p {
    font-size: 13px;
  }
  /* price-basic sp */
  .price-basic {
    padding: 50px 0;
  }
  .price-basic .table-price tr.tr-top th {
    font-size: 11px;
  }
  .price-basic .table-price tr.tr-top th:not(:first-of-type) {
    font-size: 14px;
  }
  .price-basic .table-price th {
    width: 110px;
    padding: 5px 0 5px 5px;
    font-size: 11px;
  }
  .price-basic .table-price td {
    flex: 1;
    width: calc((100% - 110px) / 2);
    padding: 5px 0 10px;
    font-size: 12px;
  }
  .price-basic .table-price td .large {
    font-size: 16px;
  }
  .price-basic small {
    font-size: 10px;
  }
  /* price-accordion sp */
  .price-accordion__card {
    padding: 20px 15px;
  }
  .price-accordion__card::before, .price-accordion__card::after {
    top: 30px;
    right: 10px;
    width: 20px;
  }
  .price-accordion__card .price-ttl h2 {
    padding-right: 20px;
  }
  .price-accordion__card .price-ttl p {
    font-size: 13px;
  }
  .price-accordion__card .price-table table {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .price-accordion__card .price-table table th {
    width: 150px;
  }
  .price-accordion__card .price-table table td .large {
    font-size: 20px;
  }
  .price-accordion__card .price-table p {
    font-size: 14px;
  }
  .price-accordion__card .price-table small {
    font-size: 12px;
  }
  .price-accordion__card .price-li {
    margin-top: 30px;
  }
  .price-accordion__card .price-li h3 {
    font-size: 16px;
  }
  .price-accordion__card .price-li ul li {
    font-size: 14px;
  }
  .price-accordion__card .parts-button-w {
    margin: 0 auto 20px;
  }
  .price-accordion__card .bg-w {
    padding: 15px 10px;
    font-size: 13px;
  }
  .price-accordion__card.small-ttl h3 {
    font-size: 16px;
  }
  .price-accordion__card.small-ttl small {
    font-size: 12px;
  }
  /* price-discount sp */
  .price-discount .overflow-icon {
    top: -20px;
    left: 45%;
    width: 50px;
    height: 50px;
  }
  .price-discount__ttl {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .price-discount__card {
    padding: 20px 15px;
  }
  .price-discount__card::before, .price-discount__card::after {
    top: 30px;
    right: 10px;
    width: 20px;
  }
  .price-discount__card .price-ttl p {
    font-size: 14px;
  }
  .price-discount__card .price-ttl p .large {
    font-size: 16px;
  }
  .price-discount__card p {
    font-size: 14px;
  }
  .price-discount__card p .large {
    font-size: 18px;
  }
  .price-discount__card .icon {
    width: 33.3333333333%;
    padding: 5px;
  }
  .price-discount__card .icon p {
    font-size: 9px;
  }
  .price-discount__card small {
    font-size: 10px;
  }
  .price-discount__card:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .price-discount__card table th {
    font-size: 14px;
  }
  .price-discount__card table th.large {
    font-size: 11px;
  }
  .price-discount__card table td {
    padding: 10px 5px;
    font-size: 13px;
  }
  .price-discount__card table td.time {
    width: 100px;
  }
  .price-discount__card table td.price {
    width: 100px;
    font-size: 14px;
  }
  .price-discount__card table td.price .large {
    font-size: 18px;
  }
  .price-discount__card table td.price .cont {
    flex-direction: column-reverse;
    align-items: center;
  }
  .price-discount__card table td.price .cont .del {
    font-size: 12px;
  }
  .price-discount__card table td.price .cont .del .large {
    font-size: 16px;
  }
  .price-discount__card .hamada {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .price-discount__card .hamada .img {
    width: 70%;
  }
  .price-discount__card .hamada .cont h3 {
    font-size: 16px;
  }
  .price-discount__card .hamada .cont li {
    font-size: 14px;
  }
  .price-discount__card .hamada .cont .example h4 {
    padding-left: 20px;
    font-size: 14px;
  }
  .price-discount__card .hamada .cont .example h4::before {
    width: 10px;
    height: 10px;
  }
  .price-discount__card .hamada .cont .example .card {
    width: calc(50% - 4px);
    font-size: 14px;
  }
  .price-discount__card .hamada .cont .example .card.sizeS {
    font-size: 12px;
  }
  /* price-rental sp */
  .price-rental__ttl {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .price-rental__ttl small {
    font-size: 13px;
  }
  .price-rental table th {
    font-size: 14px;
  }
  .price-rental table td {
    padding: 10px;
    font-size: 12px;
  }
  .price-rental table td:first-of-type {
    width: unset;
  }
  .price-rental table td .large {
    font-size: 18px;
  }
  /* price-dish sp */
  .price-dish__ttl {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .price-dish__ttl small {
    margin-top: 10px;
    font-size: 14px;
  }
  .price-dish h3 {
    font-size: 14px;
  }
  .price-dish .studio-slider {
    margin-bottom: unset;
    padding-bottom: 20px;
  }
  .price-dish .studio-slider .slick-prev {
    width: 40px;
    height: 40px;
  }
  .price-dish .studio-slider .slick-prev::before, .price-dish .studio-slider .slick-prev::after {
    width: 10px;
  }
  .price-dish .studio-slider .slick-prev::before {
    transform: translateX(3px) translateY(3px) rotate(45deg);
  }
  .price-dish .studio-slider .slick-prev::after {
    transform: translateX(-7px) translateY(-3px) rotate(-45deg);
  }
  .price-dish .studio-slider .slick-next {
    width: 40px;
    height: 40px;
  }
  .price-dish .studio-slider .slick-next::before, .price-dish .studio-slider .slick-next::after {
    width: 10px;
  }
  .price-dish .studio-slider .slick-next::before {
    transform: translateX(3px) translateY(3px) rotate(-45deg);
  }
  .price-dish .studio-slider .slick-next::after {
    transform: translateX(-7px) translateY(-3px) rotate(45deg);
  }
  .price-dish .studio-slider .slick-img {
    margin: 0 5px;
    height: 62vw;
  }
  .price-dish .studio-slider .slick-img p {
    font-size: 12px;
  }
  .price-dish .studio-slider .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .price-dish .studio-thumbnail .thumbnail-img {
    width: calc(33.3333333333% - 3.3333333333px) !important;
    height: 68px;
  }
  .price-dish .studio-thumbnail .slick-track {
    gap: 5px;
  }
  /* price-studio sp */
  .price-studio__card {
    width: 100%;
  }
  .price-studio__card h3 {
    font-size: 16px;
  }
  .price-studio__card p {
    min-height: unset;
    font-size: 12px;
  }
  .price-studio__card .button {
    gap: 5px;
  }
  .price-studio__card .button .calender:before {
    left: 5px;
    width: 14px;
    height: 14px;
  }
  .price-studio__card .button .kitchen:before {
    left: 5px;
    width: 16px;
    height: 17px;
  }
  .price-studio__card-wrapper {
    gap: 30px;
    margin-top: 20px;
  }
}