.topArea01 {
  padding-bottom: 130px;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (max-width: 767px) {
  .topArea01 {
    padding-bottom: 40px;
  }
}
.topArea01 h2 {
  font-size: 80px;
  font-weight: 300;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .topArea01 h2 {
    font-size: 42px;
    margin-bottom: 30px;
  }
}
.topArea01 h2 span {
  font-size: 22px;
  margin-bottom: 7px;
  display: block;
}
@media screen and (max-width: 767px) {
  .topArea01 h2 span {
    font-size: 10px;
    margin-bottom: 5px;
  }
}
.topArea01 .topTxt01 {
  font-size: 16px;
  line-height: 2;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 50px;
  display: block;
}
@media screen and (max-width: 767px) {
  .topArea01 .topTxt01 {
    font-size: 11px;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 25px;
  }
}

.p-option {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-option {
    font-size: 1.4rem;
    padding: 24px 16px 60px;
  }
}
.p-option__category {
  margin-bottom: 56px;
}
.p-option__category:last-child {
  margin-bottom: 0;
}
.p-option__heading {
  font-size: 2.2rem;
  color: #817251;
  border-bottom: 2px solid #817251;
  padding-bottom: 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-option__heading {
    font-size: 1.8rem;
  }
}
.p-option__list {
  display: block;
}
.p-option__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
  padding: 14px 8px;
  border-bottom: 1px solid #ddd;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-option__item-title {
  font-weight: normal;
}
.p-option__item-price {
  white-space: nowrap;
  font-weight: bold;
  color: #817251;
}
.p-option__item-note {
  width: 100%;
  font-size: 1.2rem;
  color: #999;
  margin-top: 4px;
}

.p-option-links {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-option-links {
    padding: 24px 16px 60px;
  }
}
.p-option-links__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}
.p-option-links__list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-option-links__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-option-links__item a {
  display: block;
  text-align: center;
  padding: 22px 16px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 3px solid #6ECECA;
  color: #333;
  font-size: 1.6rem;
  text-decoration: none;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
.p-option-links__item a:hover {
  background-color: #6ECECA;
  border-color: #6ECECA;
  color: #fff;
}
.p-option-links__item.is-current a {
  background-color: #6ECECA;
  border-color: #6ECECA;
  color: #fff;
}/*# sourceMappingURL=option.css.map */