@charset "UTF-8";
/************************************
フォント
************************************/
/************************************
色
************************************/
/************************************
アニメーション
************************************/
.post-type-archive-price {
  background: #fff;
}

.page-price .container {
  max-width: 956px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page-price .container {
    padding: 0 16px;
  }
}
.page-price .menu-tabs {
  display: flex;
  gap: 24px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page-price .menu-tabs {
    gap: 16px;
  }
}
.page-price .menu-tabs .menu-tab {
  background: #efefef;
  color: #424747;
  font-size: 20px;
  font-weight: 400;
  line-height: 180%;
  border-radius: 5px 5px 0 0;
  flex: 1;
  height: 58px;
  padding: 22px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  letter-spacing: 0.1em;
  border: none;
}
@media (max-width: 768px) {
  .page-price .menu-tabs .menu-tab {
    font-size: 18px;
  }
}
.page-price .menu-tabs .menu-tab:hover {
  opacity: 0.8;
}
.page-price .menu-tabs .menu-tab.active {
  background: #daf1ee;
  pointer-events: none;
}
.page-price .price-content {
  background: #fafafa;
  border-radius: 0 0 5px 5px;
  padding: 56px 74px;
}
@media (max-width: 768px) {
  .page-price .price-content {
    padding: 56px 16px;
  }
}
.page-price .price-content .price-intro {
  margin-bottom: 72px;
}
@media (max-width: 768px) {
  .page-price .price-content .price-intro {
    margin-bottom: 48px;
  }
}
.page-price .price-content .price-intro p {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 0.56px;
}
.page-price .price-content .tab-content {
  display: none;
}
.page-price .price-content .tab-content.active {
  display: block;
}
.page-price .price-content .price-items {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
.page-price .price-content .price-category .category-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
.page-price .price-content .price-category .category-header .category-icon {
  color: #29bcbe;
  font-size: 14px;
}
.page-price .price-content .price-category .category-header .category-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 180%;
}
.page-price .price-content .price-category .category-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-price .price-content .price-category .category-items .price-item {
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.page-price .price-content .price-category .category-items .price-item.is-open .price-item-header {
  background-color: #daf1ee;
}
.page-price .price-content .price-category .category-items .price-item.is-open .price-item-header .item-toggle {
  transform: rotate(180deg);
}
.page-price .price-content .price-category .category-items .price-item .price-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 48px;
  height: 56px;
  background: #daf1ee;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .page-price .price-content .price-category .category-items .price-item .price-item-header {
    padding: 0px 16px;
  }
}
.page-price .price-content .price-category .category-items .price-item .price-item-header .item-name {
  font-size: 16px;
  font-weight: 500;
  color: #424747;
}
.page-price .price-content .price-category .category-items .price-item .price-item-header .item-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}
.page-price .price-content .price-category .category-items .price-item .price-item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #fff;
}
.page-price .price-content .price-category .category-items .price-item .price-item-content .price-table {
  width: 100%;
}
.page-price .price-content .price-category .category-items .price-item .price-item-content .price-table tbody tr {
  border-bottom: 1px solid #efefef;
  height: 56px;
  padding: 0px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .page-price .price-content .price-category .category-items .price-item .price-item-content .price-table tbody tr {
    padding: 0px 16px;
  }
}
.page-price .price-content .price-category .category-items .price-item .price-item-content .price-table tbody tr:last-child {
  border-bottom: none;
}
.page-price .price-content .price-category .category-items .price-item .price-item-content .price-table tbody tr td.price-label {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 0.56px;
}
.page-price .price-content .price-category .category-items .price-item .price-item-content .price-table tbody tr td.price-amount {
  text-align: right;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 0.64px;
}

/*# sourceMappingURL=price.css.map */
