@charset "UTF-8";



/* "Noto Sans JP", "Noto Sans CJK JP", */

/* ==========================================================
 * enamel-common.scss
 * エマーユシリーズ共通コンポーネント（全ページで読み込み）
 * ========================================================== */
.p-enamel .p-price__lists {
  background-color: initial;
}

.p-enamel .p-enamel__bgInit {
  background-color: initial;
}

.p-after-service.p-after-service--emerald {
  padding-top: 80px;
  padding-top: 5rem;
}

.l-breadcrumb.l-breadcrumb--enamel {
  display: block;
}

.p-enamelNav {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 80;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .07);
  box-shadow: 0 0 8px rgba(0, 0, 0, .07);
  background-color: #fff;
}

.p-enamelNav.is-hidden {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}

.p-enamelNav__list {
  gap: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 6px 0 8px;
  padding: .375rem 0 .5rem;
  list-style: none;
}

.p-enamelNav__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.p-enamelNav__item.is-current .p-enamelNav__icon {
  background-color: #e7dac5;
}

.p-enamelNav__item.is-current .p-enamelNav__label {
  font-weight: 600;
}

.p-enamelNav__link {
  gap: 2px;
  gap: .125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #937E5E;
  text-decoration: none;
}

a.p-enamelNav__link:hover {
  opacity: .7;
}

.p-enamelNav__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100vh;
  width: 52px;
  width: 3.25rem;
  height: 36px;
  height: 2.25rem;
}

.p-enamelNav__icon img {
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
}

.p-enamelNav__label {
  color: #937E5E;
  font-family: 'Hiragino Kaku Gothic StdN', 'Hiragino Sans', sans-serif;
  font-size: 10px;
  font-size: .625rem;
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: 1.1;
  white-space: nowrap;
}

.p-enamel-design {
  position: relative;
  z-index: 1;
}

.p-enamel-design.p-enamel-design--bgInit {
  background-color: initial;
}

.p-enamel-design__grid {
  gap: 40px;
  gap: 2.5rem;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-enamel-design__card-image {
  aspect-ratio: 494/298;
  border-radius: 2.5rem;
  overflow: hidden;
}

.p-enamel-design__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-enamel-design__card-body {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-enamel-design__card-name {
  border-bottom: 1px solid #937E5E;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

.p-enamel-design__card-text {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-enamel-set {
  position: relative;
  z-index: 1;
}

.p-enamel-set__desc {
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
}

.p-enamel-set__grid {
  gap: 48px;
  gap: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 32px;
  margin-top: 2rem;
}

.p-enamel-set__card-image {
  aspect-ratio: 324/196;
  border-radius: 2.5rem;
  overflow: hidden;
}

.p-enamel-set__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-enamel-set__card-body {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-enamel-set__card-name {
  border-bottom: 1px solid #937E5E;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
}

.p-enamel-set__card-name span {
  font-size: 16px;
  font-size: 1rem;
}

.p-enamel-set__card-price {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-enamel-set__card-btns {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-enamel-set__card-btns .c-btn {
  width: 100%;
  font-family: 'Optima', sans-serif;
  letter-spacing: .1em;
}

.p-enamel-set__btn--reserve::after,
.p-enamel-set__btn--ec::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-enamel-set__btn--reserve::after {
  background-image: url(../img/emeraldRing/icon-btn-reserve.svg);
  width: 26px;
  width: 1.625rem;
  height: 27px;
  height: 1.6875rem;
}

.p-enamel-set__btn--ec::after {
  background-image: url(../img/emeraldRing/icon-btn-ec.svg);
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

.p-enamel-price {
  position: relative;
  z-index: 1;
}

.p-enamel-price__subtitle {
  position: relative;
  padding-left: 16px;
  padding-left: 1rem;
  color: #937E5E;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
}

.p-enamel-price__subtitle::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: .8;
  margin: auto;
  background-color: #937E5E;
  width: 3px;
  height: 20px;
  height: 1.25rem;
  content: '';
}

.p-enamel-price__table-wrap {
  -webkit-overflow-scrolling: touch;
  margin-top: 40px;
  margin-top: 2.5rem;
  overflow-x: auto;
}

.p-enamel-price__table-wrap + .p-enamel-price__subtitle {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-enamel-price__table {
  border-collapse: collapse;
  background-color: #fff;
  width: 100%;
  color: #333;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 200;
  letter-spacing: .1em;
  line-height: 1.5;
  text-align: center;
}

.p-enamel-price__table:not(:first-child) {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-enamel-price__table th,
.p-enamel-price__table td {
  vertical-align: middle;
  border: 1px solid #937E5E;
  padding: 14px 12px;
  padding: .875rem .75rem;
}

.p-enamel-price__table thead th {
  background-color: rgba(147, 126, 94, .3);
  font-size: 14px;
  font-size: .875rem;
  font-weight: 300;
  letter-spacing: .12em;
}

.p-enamel-price__table thead th:first-child {
  background-color: rgba(147, 126, 94, .5);
}

.p-enamel-price__table tbody th {
  background-color: rgba(147, 126, 94, .5);
  font-size: 14px;
  font-size: .875rem;
  font-weight: 300;
  letter-spacing: .12em;
}

.p-enamel-price__single {
  border: 1px solid #937E5E;
  background-color: #fff;
  color: #333;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 200;
  letter-spacing: .1em;
  line-height: 1.5;
  text-align: center;
}

.p-enamel-price__single-head {
  border-bottom: 1px solid #937E5E;
  background-color: rgba(147, 126, 94, .5);
  padding: 14px 12px;
  padding: .875rem .75rem;
  font-weight: 300;
}

.p-enamel-price__single-body {
  padding: 16px;
  padding: 1rem;
}

.p-enamel-design-sec {
  position: relative;
  z-index: 1;
}

.p-enamel-design-sec__subtitle {
  margin-top: 32px;
  margin-top: 2rem;
  letter-spacing: .1em;
  text-align: center;
}

.p-enamel-design-sec__block {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-enamel-design-sec__heading {
  border-bottom: 1px solid #c5b396;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

.p-enamel-design-sec .p-jewelry-list__title {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-enamel-cta {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 48px;
  margin-top: 3rem;
}

.p-jewelry-list__items--necklace {
  gap: 40px;
  gap: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-top: 2rem;
}

.p-jewelry-list__items--necklace .p-jewelry-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-jewelry-list__items--necklace .p-jewelry-list__item-image {
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
}

.p-jewelry-list__items--necklace .p-jewelry-list__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-jewelry-list__items--necklace .p-jewelry-list__item-text {
  margin-top: 8px;
  margin-top: .5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 300;
  letter-spacing: .1em;
  text-align: center;
}

.p-enamel-faq {
  background-color: var(--bg-pink);
  padding: 60px 0 80px;
  padding: 3.75rem 0 5rem;
}

.p-enamel-faq__items {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-enamel-faq__item {
  border-bottom: 1px solid #c5b396;
}

.p-enamel-faq__item:first-child {
  border-top: 1px solid #c5b396;
}

.p-enamel-faq__item[open] .p-enamel-faq__toggle::after {
  opacity: 0;
}

.p-enamel-faq__question {
  gap: 12px;
  gap: .75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 16px 0;
  padding: 1rem 0;
  list-style: none;
}

.p-enamel-faq__question::-webkit-details-marker {
  display: none;
}

.p-enamel-faq__question::marker {
  display: none;
  content: '';
}

.p-enamel-faq__q {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #937E5E;
  font-family: 'Optima', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1;
}

.p-enamel-faq__question-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  letter-spacing: .1em;
}

.p-enamel-faq__toggle {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: .8;
  border: 1px solid #937E5E;
  border-radius: 50%;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}

.p-enamel-faq__toggle::before, .p-enamel-faq__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #937E5E;
  content: '';
}

.p-enamel-faq__toggle::before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  width: .625rem;
  height: 1px;
}

.p-enamel-faq__toggle::after {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  width: 1px;
  height: 10px;
  height: .625rem;
}

.p-enamel-faq__answer {
  padding: 0 0 20px 32px;
  padding: 0 0 1.25rem 2rem;
}

.p-enamel-faq__answer-text {
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .1em;
  line-height: 1.5;
}

.p-enamel-faq__cta {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 48px;
  margin-top: 3rem;
}

.p-enamel-faq__cta-btn {
  gap: 12px;
  gap: .75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  border: 1px solid #937E5E;
  border-radius: 2.5rem;
  background-color: transparent;
  padding: 0 24px;
  padding: 0 1.5rem;
  width: 311px;
  width: 19.4375rem;
  height: 51px;
  height: 3.1875rem;
  color: #937E5E;
  font-family: 'Optima', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .1em;
  text-decoration: none;
}

.p-enamel-faq__cta-btn:hover {
  opacity: .7;
}

.p-enamel-faq__cta-btn svg {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-flow.p-flow--enamel .p-flow__container {
  margin-top: 0;
  background-color: initial;
}

.p-faq.p-faq--enamel .p-faq__btn {
  gap: 8px;
  gap: .5rem;
  display: grid;
}

.p-faq.p-faq--enamel .p-faq__btn .c-btn {
  width: auto;
  font-family: 'Optima', sans-serif;
  letter-spacing: .1em;
}

.p-order-list__number {
  white-space: nowrap;
}

.p-enamel .p-flow-list__item-image img {
  border-radius: 2.5rem;
}

@media screen and (min-width: 768px) {

  .p-after-service.p-after-service--emerald {
    padding-top: 120px;
    padding-top: 7.5rem;
  }

  .l-breadcrumb.l-breadcrumb--enamel {
    margin-block: 0;
    padding-block: 16px;
    padding-block: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 112px;
    margin-left: 7rem;
    padding-right: 64px;
    padding-right: 4rem;
  }

  .l-breadcrumb.l-breadcrumb--enamel .p-breadcrumb {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .p-enamelNav {
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
  }

  .p-enamelNav__list {
    gap: 16px;
    gap: 1rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
  }

  .p-enamelNav__item {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }

  .p-enamelNav__item.is-current .p-enamelNav__link {
    background-color: #e7dac5;
  }

  .p-enamelNav__link {
    gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 1.5rem;
    padding: 16px;
    padding: 1rem;
  }

  a.p-enamelNav__link:hover {
    opacity: 1;
    background-color: rgba(231, 218, 197, .5);
  }

  .p-enamelNav__icon {
    display: none;
  }

  .p-enamelNav__label {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .03em;
  }

  .p-enamel-design__grid {
    gap: 80px 48px;
    gap: 5rem 3rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 80px;
    margin-top: 5rem;
  }

  .p-enamel-design__card-image {
    border-radius: 3rem;
  }

  .p-enamel-design__card-name {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .p-enamel-set__desc {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-enamel-set__grid {
    gap: 32px;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 80px;
    margin-top: 5rem;
  }

  .p-enamel-set__grid.p-enamel-set__grid--2col {
    gap: 32px;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    margin-right: auto;
    margin-left: auto;
    max-width: 1036px;
    max-width: 64.75rem;
  }

  .p-enamel-set__card-image {
    border-radius: 3rem;
  }

  .p-enamel-set__card-name {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .p-enamel-set__card-name span {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-enamel-price__subtitle {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .p-enamel-price__table-wrap {
    margin-top: 80px;
    margin-top: 5rem;
  }

  .p-enamel-price__table-wrap + .p-enamel-price__subtitle {
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-enamel-price__table:not(:first-child) {
    margin-top: 24px;
    margin-top: 1.5rem;
  }

  .p-enamel-price__table th,
  .p-enamel-price__table td {
    padding: 24px 16px;
    padding: 1.5rem 1rem;
  }

  .p-enamel-price__table thead th {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-enamel-price__table tbody th {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-enamel-price__table-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .p-enamel-price__table-group .p-enamel-price__table {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    min-width: 0;
  }

  .p-enamel-price__table-group .p-enamel-price__table thead tr th:last-child,
  .p-enamel-price__table-group .p-enamel-price__table tbody tr td:last-child {
    border-right: none;
  }

  .p-enamel-price__single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 200px;
    width: 12.5rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-enamel-price__single-head {
    padding: 24px 16px;
    padding: 1.5rem 1rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-enamel-price__single-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px 16px;
    padding: 1.5rem 1rem;
  }

  .p-enamel-design-sec__subtitle {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-enamel-design-sec__block {
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-enamel-cta {
    gap: 24px;
    gap: 1.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 80px;
    margin-top: 5rem;
  }

  .p-enamel-faq {
    padding: 80px 0 100px;
    padding: 5rem 0 6.25rem;
  }

  .p-enamel-faq__items {
    margin-top: 56px;
    margin-top: 3.5rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 764px;
    max-width: 47.75rem;
  }

  .p-enamel-faq__question {
    gap: 80px;
    gap: 5rem;
    padding: 20px 0;
    padding: 1.25rem 0;
  }

  .p-enamel-faq__q {
    font-size: 32px;
    font-size: 2rem;
    letter-spacing: .05em;
  }

  .p-enamel-faq__question-text {
    letter-spacing: .12em;
  }

  .p-enamel-faq__toggle {
    opacity: 1;
    width: 32px;
    width: 2rem;
    height: 32px;
    height: 2rem;
  }

  .p-enamel-faq__toggle::before {
    width: 12px;
    width: .75rem;
  }

  .p-enamel-faq__toggle::after {
    height: 12px;
    height: .75rem;
  }

  .p-enamel-faq__answer {
    padding: 0 0 24px 107px;
    padding: 0 0 1.5rem 6.6875rem;
  }

  .p-enamel-faq__answer-text {
    max-width: 545px;
    max-width: 34.0625rem;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .12em;
  }

  .p-enamel-faq__cta {
    gap: 20px;
    gap: 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-enamel-faq__cta-btn {
    width: 372px;
    width: 23.25rem;
  }

  .p-faq.p-faq--enamel .p-faq__btn {
    gap: 20px;
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .p-enamel .p-flow-list__item-image img {
    border-radius: 1.5rem;
    max-width: revert;
  }
}

@media only screen and (max-width: 797px) {

  .p-flow.p-flow--enamel .p-flow__container {
    border: none;
  }
}

@media only screen and (max-width: 767px) {

  .p-enamel-price__table thead {
    display: none;
  }

  .p-enamel-price__table tbody,
  .p-enamel-price__table tbody tr,
  .p-enamel-price__table tbody th,
  .p-enamel-price__table tbody td {
    display: block;
  }

  .p-enamel-price__table tbody tr {
    border: 1px solid #937E5E;
  }

  .p-enamel-price__table tbody tr + tr {
    border-top: none;
  }

  .p-enamel-price__table tbody th {
    border: none;
    border-bottom: 1px solid #937E5E;
    padding: 24px 16px;
    padding: 1.5rem 1rem;
    text-align: center;
  }

  .p-enamel-price__table tbody td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: none;
    border-bottom: 1px solid #937E5E;
    padding: 0;
  }

  .p-enamel-price__table tbody td:last-child {
    border-bottom: none;
  }

  .p-enamel-price__table tbody td::before {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 52.5%;
    -ms-flex: 0 0 52.5%;
    flex: 0 0 52.5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #937E5E;
    background-color: rgba(147, 126, 94, .3);
    padding: 16px 16px;
    padding: 1rem 1rem;
    font-weight: 300;
    text-align: left;
    content: attr(data-label);
  }

  .p-enamel-price__table tbody td span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px;
    padding: 1rem;
  }

  .p-enamel-price__table.p-enamel-price__table--simple tbody tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: none;
    border-bottom: 1px solid #937E5E;
  }

  .p-enamel-price__table.p-enamel-price__table--simple tbody tr:first-child {
    border-top: 1px solid #937E5E;
  }

  .p-enamel-price__table.p-enamel-price__table--simple tbody th {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    border-right: 1px solid #937E5E;
    padding: 16px;
    padding: 1rem;
    text-align: left;
  }

  .p-enamel-price__table.p-enamel-price__table--simple tbody td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    padding: 16px;
    padding: 1rem;
  }

  .p-enamel-price__table.p-enamel-price__table--simple tbody td::before {
    display: none;
  }
}
/*# sourceMappingURL=map/enamel-common.css.map */