.mincho {
  font-family: "A1 Mincho", serif;
}

.gothic {
  font-family: "A1 Gothic L", sans-serif;
}

/* common */
.general-section .inner {
  max-width: 1200px;
  padding: 80px 0 0;
}

.general-section .inner-note {
  max-width: 1200px;
  padding: 50px 0;
  margin: 0 auto;
}

.inner-bg {
  background: #F4EFEE;
  position: relative;
  padding: 0 0 170px;
}

.curve-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
}

.beaute-flex {
  display: flex;
  justify-content: center;
}
.beaute-flex-item1 {
  flex-basis: 45%;
}
.beaute-flex-item2 {
  flex-basis: 55%;
  padding-top: 1rem;
}

.beaute-flex .bfi-subttl {
  max-width: 170px;
  margin: 0 auto;
}

.intro-h3 {
  color: #604C3F;
  text-align: center;
  font-family: a-otf-ryumin-pr6n, serif;
  margin-top: 4rem;
  font-size: 2rem;
}    

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

  .beaute-flex {
    flex-direction: column;
  }

  .beaute-flex-item2 img {
    width: 60%;
    display: block;
    margin: 0 auto;
  }

  .general-section .inner-note {

      padding: 50px 20px;
  
  }

}

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

  .general-section .inner {
   
    padding: 0 20px;
    width: 100%;
  }


.inner-bg {
  background: linear-gradient(to bottom, #F4EFEE 71%, white 29%);
  padding: 0 0 80px;
}

  .general-section .inner-note {
    padding: 50px 20px;
  }

  .beaute-flex {
   flex-direction: column;
  }
  .beaute-flex-item2 img {
      position: relative;
      z-index: 4;
      display: block;
      max-width: 80%;
      margin: 0 auto;
  }

  .beaute-flex .bfi-subttl {
    max-width: 150px;
  }

  .intro--head2::before {
    width: 15rem !important;
  }

  .intro--head2::after {
    width: 15rem !important;
  }

  .curve-bottom {
    bottom: 29%;
    transform: translateY(50%);
  }
}

@media screen and (max-width: 500px) {
  .intro-h3 {

    font-size: 3.4vw;
  }

  .beaute-flex-item2 img {
    position: relative;
    z-index: 4;
    display: unset;
    max-width: 100%;
    
  }
}

.intro--head1 {
  font-size: 3rem;
  color: #D1959D;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-bottom: 6rem;
}
.intro--head1::after {
  content: "";
  display: block;
  width: 9rem;
  margin: 6rem auto 0;
  border-bottom: solid 1px #B8B080;
}
@media screen and (max-width: 767px) {
  .intro--head1 {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
  .intro--head1::after {
    margin-top: 4rem;
  }
}
.intro--head2 {
  font-size: 5.6rem;
  text-align: center;
  line-height: 1.6;
  margin-top: 2rem;
  color: #B37C7A;
  font-family: a-otf-ryumin-pr6n, serif;

}
.intro--head2 span {
  display: block;
  font-style: normal;
  font-size: 0.4em;
  color: #B37C7A;

}
.intro--head2::before {
  content: "";
  display: block;
  width: 22rem;
  margin: 0 auto 4rem;
  border-bottom: solid 2px #b37c7b;
}
.intro--head2::after {
  content: "";
  display: block;
  width: 22rem;
  margin: 4rem auto 0;
  border-bottom: solid 2px #b37c7b;
}
@media screen and (max-width: 767px) {
  .intro--head2 {
    font-size: 3rem;

  }
  .intro--head2::after {
    margin-top: 4rem;
  }
}
.intro--img {
  margin: 0 auto 6rem;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .intro--img {
    margin: 0 -20px 4rem;
  }
}
.intro--head3 {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 4rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .intro--head3 {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}
.intro .head3-sub {
  margin: 120px auto 54px;
  padding: 16px 0 14px;
  max-width: 300px;
  color: #fff;
  background: #D1959D;
  text-align: center;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .intro .head3-sub {
    margin: 40px auto 26px;
    padding: 14px 0 12px;
    width: 70%;
    font-size: 20px;
  }
}

.pickup--title {
  font-size: 3rem;
  color: #D1959D;
  text-align: center;
  margin: 14rem auto 6rem;
  max-width: 700px;
  order: -9999;
  padding: 2rem;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
.pickup--title::before {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #D1959D;
  margin-right: 4rem;
}
.pickup--title::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #D1959D;
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  .pickup--title {
    margin: 6rem auto 6rem;
    padding: 1rem;
    font-size: 2rem;
  }
}
.pickup--img {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .pickup--img {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .pickup--beautespace {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3rem;
    counter-reset: num;
  }
  .pickup--beautespace--img {
    margin-top: 90px;
    order: 2;
    width: 50%;
  }
  .pickup--beautespace .ls {
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  .pickup--beautespace--list {
    display: contents;
  }
  .pickup--beautespace--list--item {
    counter-increment: num;
    width: 45%;
  }
}
@media screen and (max-width: 767px) {

  .pickup--beautespace--list {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    flex-direction: column;
  }
  .pickup--beautespace--list--item {
    counter-increment: num;
  }
}
.pickup--capboard {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem;
  counter-reset: num;
}
.pickup--capboard--img {
  width: 45.2380952381%;
}
@media screen and (max-width: 960px) {
  .pickup--capboard--img {
    margin: 0 auto;
    width: 90%;
  }
}
.pickup--capboard--list {
  width: 50%;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .pickup--capboard--list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pickup--capboard--list {
    gap: 2rem;
  }
}
.pickup--capboard--list--item {
  counter-increment: num;
}
@media screen and (min-width: 768px) {
  .pickup .beautespace--245 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    order: 1;
  }
  .pickup .beautespace--245 .beautespace--item {
    width: 29.1666666667%;
  }
  .pickup .beautespace--190 {
    width: 44%;
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    order: 3;
  }
  .pickup .beautespace--190__2 {
    order: 4;
  }
  .pickup .beautespace--190-170 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    order: 5;
  }
  .pickup .beautespace--190-170 .beautespace--item.is-190 {
    width: 22.619047619%;
  }
  .pickup .beautespace--190-170 .beautespace--item.is-170 {
    width: 20.2380952381%;
  }
}
@media screen and (max-width: 767px) {
  .pickup .beautespace--245 {
    display: contents;
  }
  .pickup .beautespace--190 {
    display: contents;
  }
  .pickup .beautespace--190-170 {
    display: contents;
  }
}
.pickup .beautespace--img {
  margin-bottom: 1.5rem;
}
.pickup .beautespace--img img {
  max-width: 100%;
}
.pickup .beautespace--title {
  font-size: 1.8rem;
  color: #D1959D;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .pickup .beautespace--title {
    font-size: 1.6rem;
  }
}
.pickup .beautespace--title::before {
  content: counter(num);
  color: #fff;
  background-color: #D1959D;
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
  font-size: 0.75em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5em;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}
.pickup .beautespace--lead {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.03rem;
}
@media screen and (max-width: 767px) {
  .pickup .beautespace--lead {
    font-size: 1.2rem;
  }
}
.pickup .capboard--item {
  display: flex;
  flex-direction: column;
  width: 47%;
}
@media screen and (max-width: 767px) {
  .pickup .capboard--item {
    flex-wrap: wrap;
    gap: 1.2rem;
  }
}
.pickup .capboard--img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pickup .capboard--img {
    width: 100%;
  }
}
.pickup .capboard--img img {
  max-width: 100%;
}
.pickup .capboard--text {
  margin-top: 18px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pickup .capboard--text {
    margin-top: 0;
    width: 100%;
  }
}
.pickup .capboard--title {
  font-size: 1.8rem;
  color: #D1959D;
  margin-bottom: 1.5rem;
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .pickup .capboard--title {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
  }
}
.pickup .capboard--title::before {
  content: counter(num);
  text-indent: 0;
  color: #fff;
  background-color: #D1959D;
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
  font-size: 0.75em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5em;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}
.pickup .capboard--title--lines02 {
  min-height: 54px;
}
@media screen and (max-width: 767px) {
  .pickup .capboard--title--lines02 {
    min-height: auto;
  }
}
.pickup .capboard--lead {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.03rem;
}
@media screen and (max-width: 767px) {
  .pickup .capboard--lead {
    font-size: 1rem;
  }
}

.plan-link-btns {
  margin: 0 auto 0;
  padding-top: 6rem;
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 32px;
  border-top: solid 1px rgba(0, 0, 0, 0.3);
}

.plan-link-btn {
  width: calc(50% - 16px);
}

.plan-link-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #003932;
  border: 1px solid #003932;
  height: 60px;
  font-size: 2rem;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .plan-link-btns {
    padding-top: 4rem;
    gap: 16px;
  }
  .plan-link-btn {
    width: calc(50% - 8px);
  }
  .plan-link-btn a {
    height: 48px;
    font-size: 1.6rem;
  }
  .hamburger, .sp-tel-btn{
    display: flex;
  }
}/*# sourceMappingURL=plan-equip.css.map */