@charset "UTF-8";
.p-intro {
  background: url(../img/price/bg_intro.jpg) 0 0/cover no-repeat;
  padding: 7.4rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding: 4rem 2.4rem 6rem;
  }
}
.p-intro__ttl {
  text-align: center;
  line-height: 1.6;
  font-size: 3.6rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-intro__ttl {
    font-size: 2.6rem;
  }
}
.p-intro-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem 0;
  max-width: 92rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-intro-list {
    gap: 0.8rem 0;
  }
}
.p-intro-list__item {
  position: relative;
  width: 45rem;
  height: 34rem;
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(130, 130, 130, 0.1);
  border-radius: 0.3rem;
  padding: 1.5rem 1.5rem 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-intro-list__item {
    width: 100%;
    height: auto;
    padding: 0;
  }
}
.p-intro-list-head {
  position: relative;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-intro-list-head {
    position: relative;
    width: 100%;
    padding: 1.8rem 4rem 1.8rem 6.8rem;
    margin: 0;
    /*
    &::after {
    	content: '';
    	position: absolute;
    	top: 50%;
    	right: 2rem;
    	width: 2.8rem;
    	height: 2.8rem;
    	background: url(../img/price/icn_accordion_plus.png) 0 0 / 100% auto no-repeat;
    	transform: translateY(-50%);
    }
    .is-open & {
    	&::after {
    		background: url(../img/price/icn_accordion_minus.png) 0 0 / 100% auto no-repeat;
    	}
    }
    	*/
  }
  .p-intro-list-head::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 2.6rem;
    height: 2.7rem;
    background: url(../img/home/icn_clinic_minus.png) 0 0/100% auto no-repeat;
    transform: translateY(-50%);
  }
  .p-intro-list-head::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 2.6rem;
    height: 2.7rem;
    background: url(../img/home/icn_clinic_plus.png) 0 0/100% auto no-repeat;
    transform: translateY(-50%) rotate(-90deg);
    transition: 0.3s;
  }
  .is-open .p-intro-list-head::after {
    transform: translateY(-50%) rotate(0);
  }
}
.p-intro-list-head__inner {
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-intro-list-head__inner {
    left: 2rem;
    justify-content: space-between;
    width: 4.2rem;
  }
}
.p-intro-list-head__num {
  font-size: 4.2rem;
  line-height: 1;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-intro-list-head__num {
    font-size: 3rem;
  }
}
.p-intro-list-head__en {
  font-size: 1.2rem;
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  writing-mode: vertical-rl;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-intro-list-head__en {
    font-size: 0.9rem;
  }
}
.p-intro-list-head__en.-c1 {
  color: #74B9AF;
}
.p-intro-list-head__en.-c2 {
  color: #B99174;
}
.p-intro-list-head__en.-c3 {
  color: #86AEC7;
}
.p-intro-list-head__en.-c4 {
  color: #9BB974;
}
.p-intro-list-head__txt {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-intro-list-head__txt {
    font-size: 1.5rem;
    text-align: left;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-intro-list__content {
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  .p-intro-list__inner {
    padding: 2.1rem 3.2rem 3rem;
    border-top: 1px solid #EFEFEF;
  }
}
.p-intro-list__img {
  display: block;
  width: 37rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-intro-list__img {
    width: 31rem;
    margin: 0 auto;
  }
}
.p-intro-list__txt {
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-intro-list__txt {
    font-size: 1.4rem;
    margin: 1.4rem 0 0;
  }
}
.p-intro-list__txt .bold {
  font-weight: 700;
}
.p-intro-list__notes {
  position: absolute;
  bottom: 2.8rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
  color: #979797;
}
@media screen and (max-width: 767px) {
  .p-intro-list__notes {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 1.2rem 0 0;
  }
}

.p-price {
  position: relative;
  padding: 9rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-price {
    padding: 6rem 0;
  }
}
.p-price__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 112rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-price__wrap {
    position: relative;
    display: block;
    z-index: 1;
  }
}
.p-price-head {
  width: 42.2rem;
  padding: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-price-head {
    width: auto;
    padding: 0 2.4rem;
  }
}
.p-price-head__ttl {
  font-size: 3.2rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-price-head__ttl {
    font-size: 2rem;
    text-align: left;
  }
}
.p-price-head__ttl span {
  display: block;
  font-size: 4.4rem;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-price-head__ttl span {
    font-size: 3.2rem;
    text-align: left;
  }
}
.p-price-head__txt {
  color: #fff;
  line-height: 2;
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-price-head__txt {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.9;
    margin: 2rem 0 0;
  }
}
.p-price-head__img {
  margin: 3.2rem 0;
}
@media screen and (max-width: 767px) {
  .p-price-head__img {
    width: 36rem;
    margin: 2.4rem auto 4rem;
  }
}
.p-price-head__btn {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-price-head__btn {
    display: none;
  }
}
.p-price-head-card {
  background: #fff;
  padding: 3rem 2.4rem;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-price-head-card {
    width: calc(100% - 5.6rem);
    margin: 1.6rem auto 0;
    padding: 2.8rem 2.4rem;
  }
}
.p-price-head-card__ttl {
  text-align: center;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-price-head-card__ttl {
    font-size: 1.4rem;
  }
}
.p-price-head-card__ttl span {
  font-size: 1rem;
  vertical-align: text-top;
}
.p-price-head-card__img {
  width: 33.8rem;
  margin: 1.6rem auto;
}
@media screen and (max-width: 767px) {
  .p-price-head-card__img {
    width: 31.8rem;
    margin: 1.6rem auto 0;
  }
}
.p-price-head-card__txt {
  color: #979797;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-price-head-card__txt {
    font-size: 1rem;
    margin: 1.3rem 0 0;
  }
}
.p-price-tab {
  position: relative;
  width: 64.7rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-price-tab {
    width: auto;
    padding: 0 2.8rem;
    margin-top: 4rem;
  }
}
.p-price-tab-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.p-price-tab-head__item {
  position: relative;
  width: calc((100% - 2px) / 3);
  background: #F1E7E7;
  padding: 2.2rem 0 0.5rem;
  cursor: pointer;
}
.p-price-tab-head__item.is-active {
  background: #fff;
}
.p-price-tab-head__en {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  width: 11.1rem;
  height: 2.8rem;
  color: #fff;
  background: #9D8C80;
  text-align: center;
  font-size: 1.8rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
  line-height: 1;
  padding: 0.5rem 0 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-price-tab-head__en {
    top: -1rem;
    width: 8rem;
    height: 2rem;
    font-size: 1.4rem;
    padding: 0.3rem 0 0;
  }
}
.p-price-tab-head__img {
  width: 3.1rem;
  margin: 0 auto;
}
.p-price-tab-head__txt {
  color: #B98374;
  line-height: 1.375;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-price-tab-head__txt {
    font-size: 1.2rem;
  }
}
.p-price-tab-content {
  background: #fff;
}
.p-price-tab-content__item {
  text-align: center;
  padding: 2.8rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content__item {
    padding: 2.8rem 1.8rem 2.6rem;
  }
}
.p-price-tab-content__inner {
  text-align: center;
  margin-top: 2.4rem;
}
.p-price-tab-content__inner:first-child {
  margin-top: 0;
}
.p-price-tab-content__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F3F3F3;
  padding: 1.2rem 1.8rem;
  margin: 0 0 2rem;
}
.p-price-tab-content__ttl {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content__ttl {
    font-size: 1.3rem;
    text-align: left;
  }
}
.p-price-tab-content__late {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  gap: 0 1rem;
  border-left: 1px solid #C9C9C9;
  padding: 0 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content__late {
    font-size: 1rem;
    gap: 0 0.4rem;
    padding: 0 0 0 1.2rem;
  }
}
.p-price-tab-content__late span {
  font-size: 2.4rem;
  color: #9D8C80;
  line-height: 1;
  padding: 0 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content__late span {
    font-size: 1.6rem;
    padding: 0 0 0.2rem;
  }
}
.p-price-tab-content-list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.4rem;
  border-bottom: 1px solid #DCDCDC;
  padding: 0 0 1.6rem;
  margin-top: 1.4rem;
}
.p-price-tab-content-list__item:first-child {
  margin-top: 0;
}
.p-price-tab-content-list__img {
  width: 7rem;
  height: 7rem;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-list__img {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.p-price-tab-content-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-price-tab-content-list__detail {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-list__pre {
    font-size: 1.2rem;
  }
}
.p-price-tab-content-list__ttl {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  color: #B98374;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-list__ttl {
    font-size: 2rem;
  }
}
.p-price-tab-content-price {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.8rem;
  width: max-content;
  padding: 1.2rem 0 0;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-price {
    gap: 0 0.5rem;
  }
}
.p-price-tab-content-price::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: calc(100% + 0.8rem);
  height: 1px;
  background: #B98374;
}
.p-price-tab-content-price__pre {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.1rem;
  height: 3.9rem;
  border-radius: 0.3rem;
  border: 1px solid #B98374;
  color: #B98374;
  line-height: 1;
  font-size: 1.3rem;
  font-weight: 700;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-price__pre {
    width: 1.6rem;
    height: 2.6rem;
    font-size: 1rem;
  }
}
.p-price-tab-content-price__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.p-price-tab-content-price__01 {
  font-size: 3.1rem;
  font-family: din-2014, "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-price__01 {
    font-size: 2.8rem;
  }
}
.p-price-tab-content-price__01 span {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-price__01 span {
    font-size: 1.4rem;
  }
}
.p-price-tab-content-price__02 {
  font-size: 1.8rem;
  font-family: din-2014, "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-price__02 {
    font-size: 1.6rem;
  }
}
.p-price-tab-content-price__02 span {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-price__02 span {
    font-size: 1rem;
  }
}
.p-price-tab-content-notes {
  display: flex;
  flex-direction: column;
  gap: 0 2rem;
  padding: 0 2.6rem 2.6rem;
  gap: 0 2rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-notes {
    display: block;
    padding: 0 1.4rem 1.6rem;
  }
}
.p-price-tab-content-notes__item {
  position: relative;
  color: #666;
  font-size: 1.4rem;
  padding: 0 0 0 1.6rem;
}
.p-price-tab-content-notes__item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-price-tab-content-notes__item {
    font-size: 1rem;
    text-align: left;
  }
}
.p-price-scroll {
  position: absolute;
  bottom: -3.8rem;
  left: 0;
  overflow: hidden;
  width: 100%;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .p-price-scroll {
    bottom: -2.9rem;
  }
}
.p-price-scroll__inner {
  display: flex;
  width: max-content;
  animation: merit-scroll 42s linear infinite;
}
.p-price-scroll__txt {
  font-size: 26.6rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: #E2B9B7;
  white-space: nowrap;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .p-price-scroll__txt {
    font-size: 20.6rem;
  }
}

.p-list {
  background: #FCF8F8;
  padding: 10.3rem 0 23.4rem;
}
@media screen and (max-width: 767px) {
  .p-list {
    padding: 8rem 0 8rem;
  }
}
.p-list__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 111.3rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-list__wrap {
    display: block;
    padding: 0 2.4rem;
  }
}
.p-list-side {
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .p-list-side {
    width: auto;
  }
}
.p-list-side__inner {
  position: sticky;
  top: 15rem;
  left: 0;
}
.p-list-side__inner .c-heading__ttl,
.p-list-side__inner .c-heading__en {
  text-align: left !important;
}
.p-list-side-list {
  margin: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-list-side-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    top: auto;
    left: auto;
    margin-top: 3rem;
  }
}
.p-list-side-list__item {
  margin-top: 0.4rem;
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
@media screen and (max-width: 767px) {
  .p-list-side-list__item {
    width: calc(50% - 1rem);
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.p-list-side-list__item:first-child {
  margin-top: 0;
}
.p-list-side-list__item a {
  position: relative;
  display: block;
  padding: 1.2rem 0;
}
@media screen and (max-width: 767px) {
  .p-list-side-list__item a {
    padding: 0.8rem 0;
  }
}
.p-list-side-list__item a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.1rem);
  right: 0.2rem;
  width: 0.7rem;
  height: 0.7rem;
  border-bottom: 1px solid #B98374;
  border-right: 1px solid #B98374;
  transform: translateY(-50%) rotate(45deg);
}
.p-list-main {
  width: 72rem;
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-list-main {
    width: auto;
  }
}
.p-list-main__pre {
  line-height: 1;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-list-main__pre {
    margin: 0 0 1.2rem;
  }
}
.p-list-main__pre span {
  display: inline-block;
  font-weight: 700;
  background: #B98374;
  color: #fff;
  padding: 0.8rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-list-main__pre span {
    background: transparent;
    border: 1px solid #B98374;
    color: #B98374;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0.6rem 1.2rem;
  }
}
.p-list-main__ttl {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 3.2rem;
  color: #B98374;
  letter-spacing: 0.06em;
  margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-list-main__ttl {
    font-size: 2.2rem;
    border-bottom: 1px solid #E8E8E8;
    padding: 0 0 1.2rem;
    margin: 0;
  }
}
.p-list-main__head {
  position: relative;
}
.p-list-main__link {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-list-main__link {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    text-align: right;
    font-size: 1.4rem;
    line-height: 2;
    z-index: 2;
  }
  .p-list-main__link a {
    position: relative;
    display: inline-block;
    color: #B98374;
    padding: 0 2rem 0.5rem 0;
  }
  .p-list-main__link a::before {
    content: "";
    position: absolute;
    top: calc(50% - 0.25rem);
    right: 0.8rem;
    width: 0.7rem;
    height: 0.7rem;
    border-top: 1px solid #B98374;
    border-right: 1px solid #B98374;
    transform: translateY(-50%) rotate(45deg);
  }
  .p-list-main__link a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% + 0.8rem);
    height: 1px;
    background: #B98374;
  }
}
.p-list-main__block + .p-list-main__block {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-list-main__block + .p-list-main__block {
    margin-top: 8rem;
  }
}
.p-list-price {
  scroll-margin-top: 13rem;
  background: linear-gradient(180deg, rgb(252, 248, 248) 0%, rgb(245, 235, 235) 100%);
  margin: 10rem 0 0;
  padding: 0 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-list-price {
    background: #FCF8F8;
    margin: 8rem 0 0;
    padding: 0 0 6rem;
  }
}
.p-list-price__block {
  max-width: 96rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-list-price__block .c-heading__en,
  .p-list-price__block .c-heading__ttl {
    text-align: center !important;
  }
}
.p-list-price-table {
  width: 72rem;
  margin: 6rem 0 0 auto;
}
.p-list-price-table.-small {
  width: calc(100% - 27rem);
}
@media screen and (max-width: 767px) {
  .p-list-price-table.-small {
    width: auto;
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-list-price-table {
    width: auto;
    padding: 0 0 0 2rem;
    margin-top: 0;
  }
}
.p-list-price-table-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-list-price-table-head {
    display: none;
  }
}
.p-list-price-table-head__item {
  font-size: 1.6rem;
  color: #B98374;
  padding: 0 0 1.2rem;
}
.p-list-price-table-head__item:first-child {
  width: 27rem;
}
.-small .p-list-price-table-head__item:first-child {
  width: 12rem;
}
.p-list-price-table-head__item:nth-child(2) {
  width: 12rem;
}
.-small .p-list-price-table-head__item:nth-child(2) {
  width: calc(100% - 12rem);
}
.p-list-price-table-head__item:last-child {
  width: calc(100% - 39rem);
  text-align: center;
}
.p-list-price-table-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #DCDCDC;
}
@media screen and (max-width: 767px) {
  .p-list-price-table-content {
    display: block;
    border-top: 0;
  }
}
.p-list-price-table-content__notes {
  font-size: 1.2rem;
  margin: 1.6rem 0 0;
}
.p-list-price-table-content + .p-list-price-table-content {
  margin-top: 2rem;
}
.p-list-price-table-content__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.7rem;
  padding-top: 1.8rem;
}
.p-list-price-table-content__ttl a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-list-price-table-content__ttl a:hover {
    text-decoration: none;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-list-price-table-content__ttl {
    margin-bottom: 1.6rem;
    font-size: 1.5rem;
  }
}
.p-list-price-table-content__head {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-list-price-table-content__head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: calc(100% - 2rem);
    border-bottom: 1px solid #E8E8E8;
    margin: 0 0 0 auto;
  }
  .p-list-price-table-content__head .num {
    width: 12rem;
    font-size: 1.4rem;
    color: #B98374;
  }
  .p-list-price-table-content__head .price {
    width: calc(100% - 8rem);
    font-size: 1.4rem;
    color: #B98374;
    text-align: center;
  }
  .p-list-price-table-content__head .price span {
    font-size: 1rem;
  }
}
.p-list-price-table-content__detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(100% - 27rem);
  padding: 1.1rem 0;
  margin: 0 0 0 auto;
}
.-small .p-list-price-table-content__detail {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .-small .p-list-price-table-content__detail {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 767px) {
  .p-list-price-table-content__detail {
    width: calc(100% - 2rem);
    padding: 1.2rem 0 0.9rem 0;
    margin: 0 0 0 auto;
  }
}
.p-list-price-table-content__detail + .p-list-price-table-content__detail {
  border-top: 1px solid #DCDCDC;
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-list-price-table-content__detail + .p-list-price-table-content__detail {
    margin-top: 0;
  }
}
.p-list-price-table-content__detail .num {
  width: 12rem;
  padding: 0.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-list-price-table-content__detail .num {
    width: 12rem;
    font-size: 1.4rem;
  }
}
.p-list-price-table-content__detail .price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 2rem;
  width: calc(100% - 12rem);
}
@media screen and (max-width: 767px) {
  .p-list-price-table-content__detail .price {
    width: calc(100% - 8rem);
    gap: 0 1.5rem;
  }
}
.p-list-price-table-content__detail .price.none {
  padding-right: 14rem;
}
@media screen and (max-width: 767px) {
  .p-list-price-table-content__detail .price.none {
    padding-right: 9rem;
  }
}
.p-list-price-table-content__detail .notes {
  font-size: 1.2rem;
  color: #979797;
  width: 100%;
  text-align: right;
  line-height: 1;
  padding: 0 14rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-list-price-table-content__detail .notes {
    font-size: 1rem;
    padding: 0 9rem 0 0;
  }
}
.p-list-price-table-content__detail .en {
  font-family: din-2014, "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-list-price-table-content__detail .en {
    font-size: 2rem;
  }
}
.p-list-price-table-content__detail .en span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-list-price-table-content__detail .en span {
    font-size: 1rem;
  }
}
.p-list-price-table-content__detail .btn {
  width: 12rem;
  height: 3.7rem;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-list-price-table-content__detail .btn {
    width: 7.5rem;
    font-size: 1.2rem;
  }
}
.p-list-price-table-content__detail .btn a {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #B98374;
  color: #fff;
  border-radius: 0.3rem;
  box-shadow: 0 0.4rem 0.1rem rgba(0, 0, 0, 0.03);
}
.p-list-price-table-content__detail .btn a::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 3px 4px 3px 2px rgba(255, 255, 255, 0.1) inset;
}
.p-list-price__table {
  width: 74.3rem;
  table-layout: fixed;
  margin: 0 0 0 auto;
}
.p-list-price__table thead th {
  font-weight: 400;
  color: #B98374;
  padding: 0 0 1.2rem;
}
.p-list-price__table thead th:first-child {
  width: 26rem;
}
.p-list-price__table thead th:last-child {
  text-align: center;
  width: 38rem;
}
.p-list-price__table tbody th {
  border-top: 1px solid #DCDCDC;
  font-size: 1.7rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  vertical-align: top;
  padding: 1.1rem 0;
}
.p-list-price__table tbody td {
  border-top: 1px solid #DCDCDC;
  vertical-align: middle;
  padding: 1.1rem 0;
}
.p-list-price__table tbody td .column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 2rem;
}
.p-list-price__table tbody td .en {
  font-family: din-2014, "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
}
.p-list-price__table tbody td .en span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
}
.p-list-price__table tbody td .btn {
  width: 12rem;
  height: 3.7rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.p-list-price__table tbody td .btn a {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #B98374;
  color: #fff;
  border-radius: 0.3rem;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.2);
}
.p-list-price__table tbody td .btn a::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 3px 4px 6px 2px rgba(255, 255, 255, 0.2) inset;
}

.p-payment {
  background: #FCF8F8;
  padding: 0 0 10rem;
}
.p-payment .c-heading__ttl {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .p-payment {
    padding: 0 2.4rem 6rem;
  }
  .p-payment .c-heading__en {
    text-align: left !important;
  }
}
.p-payment__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 112rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-payment__wrap {
    flex-flow: column;
  }
}
.p-payment-content {
  width: 64.7rem;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .p-payment-content {
    width: 100%;
    margin: 4rem 0 0;
  }
}
.p-payment-content__item {
  position: relative;
  background: #fff;
  margin-top: 1rem;
  padding: 3rem 2rem 3rem 9rem;
}
@media screen and (max-width: 767px) {
  .p-payment-content__item {
    padding: 2rem 1.2rem 2rem 6.7rem;
  }
}
.p-payment-content__item:first-child {
  margin-top: 0;
}
.p-payment-content__item::before {
  position: absolute;
  top: 2.3rem;
  left: 2rem;
  display: block;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  width: 4.2rem;
  font-size: 2.4rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #B98374;
  letter-spacing: 0.1em;
  border-right: 1px solid #EDEDED;
}
@media screen and (max-width: 767px) {
  .p-payment-content__item::before {
    top: 2rem;
    width: 3.4rem;
    font-size: 1.6rem;
  }
}
.p-payment-content__item img {
  width: 28.5rem;
  margin: 0.8rem 0 0;
}
.p-payment-content__ttl {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-payment-content__ttl {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.p-payment-content__sub {
  font-weight: 500;
  line-height: 1.875;
  margin: 1.1rem 0 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-payment-content__sub {
    font-size: 1.4rem;
    line-height: 2.1;
    margin: 1.2rem 0 0.1rem;
  }
}
.p-payment-content-list__item {
  position: relative;
  font-size: 1.4rem;
  line-height: 2;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  .p-payment-content-list__item {
    font-size: 1.3rem;
    line-height: 2.1;
  }
}
.p-payment-content-list__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-payment-content__txt {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-payment-content__txt {
    font-size: 1.1rem;
    line-height: 2.7;
  }
}
.p-payment-content__notes {
  color: #979797;
  font-size: 1.4rem;
  line-height: 2;
  margin: 0.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-payment-content__notes {
    font-size: 1.1rem;
    line-height: 2.7;
    margin: 0.4rem 0 0;
  }
}

.c-faq {
  background: #FCF8F8;
  padding: 0 0 17.8rem;
}
@media screen and (max-width: 767px) {
  .c-faq {
    padding: 0 0 6rem;
  }
}
.c-faq__wrap {
  max-width: 111.3rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-faq__wrap {
    display: block;
  }
}
.c-faq__btn {
  margin: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-faq__btn {
    margin: 3.2rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .c-faq .c-faq-head__inner {
    padding: 0 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-faq .c-faq-head__ttl,
  .c-faq .c-faq-head__en {
    text-align: left !important;
  }
}/*# sourceMappingURL=price.css.map */