@charset "UTF-8";

.ui--sp2 {
  display: none;
}

main {
  overflow: hidden;
}

/*----------------------------------------------------
  menu
----------------------------------------------------*/

.section-heading--menu {
  align-items: center;
}

.section-heading__title {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.6;
}

.menu__lead {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 60px;
}

.menu-tab__list {
  width: 80%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto 40px auto;
}

.menu-tab__item {
  width: calc(100%/3);
  padding: 0 5px;
  box-sizing: border-box;
  position: relative;
}

.menu-tab__item:nth-of-type(n+4) {
  margin-top: 20px;
}

.menu-tab__bubble {
  position: absolute;
  top: -12px;
  left: calc(50% + 20px);
  transform: translate(-50%, 0);
  z-index: 1;
  padding: 0 10px;
  font-size: 1.4rem;
  white-space: nowrap;
  line-height: 1.8;
  background: #92B0B4;
  color: #fff;
  border-radius: 4px;
  pointer-events: none;
}

.menu-tab__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 0 60px 0 0;
  box-sizing: border-box;
  border-radius: 50vh;
  position: relative;
}

.menu-tab__link::before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translate(0px, -50%);
  background: url('../img/common/icon-arrow--down-gradi.svg');
}

.menu-tab__link::after {
  display: block;
  content: '';
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: var(--bg-purple-gradient);
  border-radius: 50vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.menu-tab__icon {
  width: 80px;
  border-radius: 50vh;
}

.menu-tab__text {
  display: block;
  font-size: 1.8rem;
  width: calc(100% - 90px);
  color: #41767d;
  letter-spacing: -.025em;
  text-align: center;
  line-height: 1.4;
}

.menu-box {
  padding: 80px 40px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 80px;
  box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}

.menu-img {
  width: 47.5%;
  overflow: hidden;
  clip-path: inset(0 0 0 round 10px);
}

.menu-img--sp {
  display: none;
}

.menu-img__main {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.menu-inner {
  width: 47.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu-box__title {
  border-bottom: 1px solid #E0D2FA;
  margin-bottom: 20px;
}

.menu-box__title-list {
  display: flex;
  list-style: none;
}

.menu-box__title-item {
  padding: 0 14px;
  color: #fff;
  border-radius: 4px;
  font-size: 1.4rem;
}

.menu-box__title-item:not(:last-of-type) {
  margin-right: 4px;
}

.menu-box__title-item.bg--lblue {
  color: #B3CBEC;
  box-sizing: border-box;
}

.menu-box__title-main {
  font-size: 2.6rem;
  letter-spacing: 0;
}

.menu-box__title-main--s {
  font-size: 1.8rem;
}

.menu-list {
  line-height: 1.8;
  margin-bottom: 14px;
  padding-left: 20px;
  box-sizing: border-box;
}

.menu-item:nth-of-type(n+2) {
  margin-top: 14px;
}

.menu-item__text {
  font-size: 1.6rem;
  font-weight: 500;
}

.menu-lead {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

#acupuncture--woman .menu-lead {
  margin-bottom: 0;
}

.menu-lead::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #B3CBEC;
  margin-right: 3px;
  flex-shrink: 0;
}

.menu-lead__line::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 2px dotted #E0D2FA;
}

.menu-comment {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.menu-comment__icon {
  width: 80px;
  flex-shrink: 0;
  margin-right: 20px;
}

.menu-comment__text {
  width: auto;
  padding: 14px 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #EBF0F6;
  border-radius: 10px;
  position: relative;
}

.menu-comment__text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -19px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 10px solid #EBF0F6;
}

.menu-item__list {
  padding-left: 14px;
  box-sizing: border-box;
}

.menu-item__item {
  font-size: 1.4rem;
}

.menu-inner__desc {
  margin-bottom: 14px;
}

.symptoms-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.symptoms-item {
  width: calc(100%/8);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.symptoms-item__icon {
  width: 85%;
  margin: 0 auto 8px auto;
}

.symptoms-item__name {
  line-height: 1.2;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0;
}

/*---price---*/
.l-col__price {
  justify-content: space-around;
  align-items: center;
  border: 1px solid #E0D2FA;
  border-radius: 4px;
  padding: 14px;
  box-sizing: border-box;
}

.l-col__price:nth-of-type(n+2) {
  margin-top: 8px;
}

.price-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.4;
  font-weight: 500;
}

.price-name__sub {
  font-size: 1.4rem;
  background: #92B0B4;
  padding: 0 10px;
  border-radius: 2px;
  color: #fff;
}

.price-name__main {
  font-size: 1.8rem;
}

.price-time {
  font-size: 1.2rem;
}

.price-main {
  margin-top: 5px;
}

.price-main__number {
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: -.05em;
  line-height: 1;
}

.price-link__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding: 0 20px;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 4px;
  font-weight: 500;
}

.price-link__btn--first {
  background: var(--bg-purple-gradient);
}

.price-link__btn--second {
  background: var(--bg-pink-gradient);
}

.price-link__btn__icon {
  width: 24px;
}

.price-link__btn__text {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}

.price-link__text-sub {
  font-size: 1.2rem;
}

.price-attention {
  width: 95%;
  font-size: 1rem;
  text-align: right;
  margin: 0 auto;
}

/*---menu-notic---*/
.menu-notice {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 80px;
}

.menu-notice__icon {
  width: 140px;
  margin-right: 20px;
}

.menu-notice__list {
  list-style: none;
  padding: 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
  background: rgb(235, 240, 246);
  border-radius: 10px;
  position: relative;
}

.menu-notice__item {
  display: flex;
  line-height: 1.6;
}

.menu-notice__item::before {
  display: block;
  content: '＊';
  color: #E35BA6;
  margin-right: 2px;
}

.menu-notice__item:nth-of-type(n+2) {
  margin-top: 5px;
}

.menu-notice__list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -19px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 10px solid #EBF0F6;
}

/*----------------------------------------------------
  loop
----------------------------------------------------*/

.loop {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.loop__list {
  display: flex;
  align-items: center;
  will-change: transform;
}

.loop__item {
  flex: none;
  padding-right: 60px;
  position: relative;
}

.loop__item::after {
  display: block;
  content: '';
  z-index: -1;
  opacity: .4;
}

.loop__item:nth-of-type(2n+1)::after {
  width: calc(180px * .8);
  height: calc(102px * .8);
  background: url('../img/common/bg__treat--blue.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: -20px;
}

.loop__item:nth-of-type(2n)::after {
  width: calc(170px * .9);
  height: calc(126px * .9);
  background: url('../img/common/bg__treat--green.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -42px;
  bottom: -42px;
}

.loop__item--first>img {
  aspect-ratio: 150/211;
  object-fit: cover;
}

.loop__item--second {
  margin-top: 80px;
}

.loop__item--second>img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.loop__item--third>img {
  aspect-ratio: 60/67;
  object-fit: cover;
}

.loop__item--forth {
  margin-top: 70px;
}

.loop__item--forth>img {
  aspect-ratio: 4/3;
  object-fit: cover;
}

.loop__item img {
  display: block;
  width: auto;
  height: auto;
  border-radius: 4px;
}

.loop-deco {
  font-size: 1.2rem;
  position: absolute;
  top: 15%;
  left: 15%;
}

/*----------------------------------------------------
  flow
----------------------------------------------------*/
.parts__flow {
  opacity: .6;
}

.bg-flower {
  width: 35%;
  position: absolute;
  top: -2.5%;
  left: -10%;
}

.flow {
  background: rgba(235, 243, 245, .6);
  padding-top: 80px !important;
}

.flow .l-inner {
  max-width: 1200px;
}

.flow-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.flow-ttl__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
}

.flow-ttl__main-sub {
  font-size: 1.2rem;
}

.flow-ttl__main-inner {
  display: flex;
  align-items: center;
  font-size: 3.2rem;
  margin-bottom: 5px;
}

.flow-ttl__main-inner-tab {
  padding: 0 10px;
  color: #fff;
  border-radius: 4px;
  margin-right: 8px;
  font-size: 2rem;
}

.flow-ttl__tab {
  padding: 0 30px;
  position: relative;
  background: #fff;
  border-radius: 50vh;
}

.flow-ttl__tab::after {
  display: block;
  content: '';
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--bg-pink-gradient);
  border-radius: 50vh;
  z-index: -1;
}

.flow-lead__wrapper {
  width: 90%;
  max-width: 1024px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px auto;
}

.flow-lead__icon {
  width: 120px;
  margin-right: 20px;
}

.flow-lead {
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.flow-lead::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}

.flow-list {
  list-style: none;
  margin-bottom: 60px;
}

.flow-item {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.flow-item__tab {
  display: flex;
  align-items: center;
}

.flow-item__number {
  background: #D8BFD8;
  color: #fff;
  border-radius: 4px;
  font-size: 1.8rem;
  padding: 0 20px;
  margin-right: 10px;
}

.flow-item__main {
  font-size: 2rem;
  font-weight: 500;
  color: #41767d;
}

.flow-item__inner {
  padding: 20px 20px 40px 60px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.flow-item__inner::before {
  display: block;
  content: '';
  width: 4px;
  height: 100%;
  background: #E8DAE8;
  position: absolute;
  top: 0;
  left: 30px;
}

.flow-item__image {
  width: 320px;
  margin-right: 20px;
  flex-shrink: 0;
  clip-path: inset(0 0 0 round 6px);
  position: relative;
}

.flow-item__image::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 65%;
}

.flow-item__image>img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.flow-item__inner-box {
  padding: 20px 0;
  line-height: 1.8;
}

.flow-item__text-attention {
  font-size: 1.4rem;
}

.flow-item__link {
  width: 280px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  background: var(--bg-purple-gradient);
  color: #fff;
  border-radius: 6px;
  margin-top: 10px;
}

.flow-item__link-icon {
  width: 38px;
  margin-right: 8px;
  flex-shrink: 0;
}

/*----------------------------------------------------
  faq
----------------------------------------------------*/
.faq .l-inner {
  max-width: 1160px;
}

.faq__lead {
  font-size: 1.8rem;
  margin-bottom: 40px;
  text-align: center;
}

.faq-list {
  width: 100%;
  height: auto;
}

.faq-list__ttl {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 30px;
}

.faq-list__ttl>h3 {
  font-size: 3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.faq-list__ttl>p {
  font-family: var(--font-family-Cormorant);
  color: #f2f2f2;
  font-size: 10rem;
  letter-spacing: 0;
  white-space: nowrap;
  line-height: 1;
  position: absolute;
  bottom: 10px;
  left: 49%;
  transform: translate(-50%, 0);
}

.faq-item {
  width: 100%;
  height: auto;
}

.faq-item:nth-of-type(n+2) {
  margin-top: 20px;
}

.faq-question {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px 40px 20px 20px;
  line-height: 1.6;
  box-sizing: border-box;
  background: rgba(249, 245, 249, .7);
  cursor: pointer;
  position: relative;
  border-radius: 50vh;
}

.faq-question::after {
  width: 40px;
  height: 100%;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b0c4de;
  background-image: url('../img/common/arrow--up-w.svg');
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: left 30% center;
  border-radius: 0 50vh 50vh 0;
}

.faq-question.active::after {
  background-image: url('../img/common/arrow--down-w.svg');
}

.faq-question__main {
  display: flex;
  align-items: center;
  width: calc(100% - 36px);
  padding-right: 20px;
  box-sizing: border-box;
  position: relative;
  color: #41767d;
  font-size: 1.8rem;
}

.faq-inner {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  box-sizing: border-box;
}

.faq-answer {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 10px 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  line-height: 1.8;
}

.faq-answer__main {
  color: #E35BA6;
  font-size: 1.8rem;
}

.faq__icon {
  width: 36px;
  margin-right: 10px;
}

.faq-inner__desc {
  width: 100%;
  height: auto;
  padding: 0 20px 30px 20px;
  box-sizing: border-box;
}

/*----------------------------------------------------
  cta
----------------------------------------------------*/
#cta {
  padding-top: 0;
}

.cta__wrapper {
  width: 100%;
}


@media screen and (max-width:1440px) {
  .symptoms-item__name {
    font-size: 1rem;
  }

  .l-col__price {
    padding: 14px 8px;
  }

  .price-name__main {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width:1360px) {
  .price-name__main {
    font-size: 1.6rem;
  }

  .price-main__number {
    font-size: 3.2rem;
  }
}

@media screen and (max-width:1280px) {
  .menu-tab__list {
    width: 90%;
  }

  .menu-inner {
    width: 50%;
  }

  .menu .cta__wrapper .l-inner {
    width: 100%;
  }
}

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

@media screen and (max-width:1024px) {
  .menu__lead .ui--sp {
    display: block;
  }

  .menu-tab__list {
    width: 90%;
  }

  .menu-tab__item {
    width: 49%;
  }

  .menu-tab__item:nth-of-type(n+3) {
    margin-top: 20px;
  }

  .menu-box {
    flex-direction: column;
    padding: 60px 10%;
  }

  .menu-img {
    width: 100%;
  }

  .menu-img--pc {
    display: none;
  }

  .menu-img--sp {
    display: block;
    margin-bottom: 30px;
  }

  .menu-img__main {
    aspect-ratio: 10/6.5;
  }

  .menu-inner {
    width: 100%;
  }

  .menu .cta__wrapper {
    width: 100%;
  }

  .menu .cta__wrapper .l-inner {
    width: 100%;
  }
}

@media screen and (max-width:896px) {
  .flow-item__inner-box {
    padding: 0;
  }
}

@media screen and (max-width:786px) {
  .flow-item__image {
    width: 35%;
  }

  .menu-notice__list {
    font-size: 1.2rem;
  }
}

@media screen and (max-width:680px) {
  .menu .l-inner {
    width: 90%;
  }

  .menu-tab__list {
    width: 100%;
  }

  .menu-tab__text {
    font-size: 1.6rem;
  }

  .menu-box {
    flex-direction: column;
    padding: 60px 5%;
  }

  .menu-notice__icon {
    width: 100px;
  }

  .flow-item__link {
    width: 95%;
  }
}

@media screen and (max-width:600px) {
  .flow-item__inner {
    flex-direction: column;
  }

  .flow-item__image {
    margin-right: 0;
    width: 100%;
    margin-bottom: 14px;
  }
}

@media screen and (max-width:480px) {
  .menu .l-inner {
    width: 95%;
  }

  .menu__lead {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }

  .menu__lead .ui--sp {
    display: none;
  }

  .menu-tab__item {
    width: 100%;
  }

  .menu-tab__item:nth-of-type(n+2) {
    margin-top: 18px;
  }

  .menu-tab__item:nth-of-type(n+4) {
    margin-top: 10px;
  }

  .menu-tab__text {
    font-size: 1.8rem;
  }

  .menu-box {
    margin-bottom: 40px;
    padding: 30px 14px;
    border-radius: 10px;
  }

  .menu-img {
    clip-path: inset(0 0 0 round 6px);
    margin-bottom: 14px;
  }

  .menu-box__title-list {
    justify-content: center;
  }

  .menu-box__title-main {
    line-height: 1.6;
    font-size: 2.4rem;
    text-align: center;
  }

  .menu-box__title-main--s {
    font-size: 1.4rem;
  }

  .menu-item__text {
    font-size: 1.5rem;
    line-height: 1.8;
  }

  .menu-lead {
    line-height: 1.6;
  }

  #acupuncture--woman .menu-lead {
    margin-bottom: 8px;
  }

  .menu-comment__icon {
    width: 76px;
    flex-shrink: 0;
    margin-right: 8px;
  }

  .menu-comment__text {
    font-size: 1.3rem;
    line-height: 1.6;
    padding: 14px;
  }

  .symptoms-item {
    width: 25%;
  }

  .symptoms-item:nth-of-type(n+5) {
    margin-top: 10px;
  }


  .symptoms-item__name {
    font-size: 1.2rem;
  }

  .l-col__price {
    flex-wrap: wrap;
  }

  .price-link {
    width: 90%;
    margin-top: 5px;
  }

  .price-main__number {
    font-size: 2.8rem;
  }

  .menu .cta__wrapper {
    width: 90%;
  }

  .menu-notice {
    align-items: flex-start;
  }

  .menu-notice__icon {
    width: 72px;
    margin-right: 14px;
    margin-top: 10px;
  }

  .menu-notice__list {
    padding: 14px;
  }

  .menu-notice__list::before {
    top: 41px;
  }

  .bg-flower {
    width: 50%;
    position: absolute;
    top: -1.5%;
    left: -16%;
  }

  /*---flow---*/

  .flow-ttl {
    margin-bottom: 20px;
  }

  .flow-ttl__main-inner {
    font-size: 2.2rem;
  }

  .flow-ttl__main-inner-tab {
    font-size: 1.6rem;
  }

  .flow-lead__wrapper {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .flow-lead__icon {
    width: 100px;
    margin-right: 0;
  }

  .flow-lead {
    width: 100%;
  }

  .flow-lead::before {
    display: none;
  }

  .flow-item__inner {
    padding: 20px 0 20px 30px;
  }

  .flow-item__inner::before {
    left: 15px;
  }

  .flow-item__number {
    font-size: 1.4rem;
    padding: 0 10px;
    flex-shrink: 0;
  }

  .flow-item__main {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .flow-item__main .ui--sp {
    display: block;
  }

  .flow-item__link {
    width: 100%;
  }

  /*---faq---*/

  .faq .l-inner {
    width: 90%;
  }

  .faq__lead {
    font-size: 1.6rem;
    text-align: justify;
  }

  .faq__icon {
    width: 30px;
  }

  .faq-question {
    border-radius: 6px;
    padding: 14px 30px 14px 10px;
  }

  .faq-question::after {
    background-position: center;
  }

  .faq-question__main {
    font-size: 1.6rem;
    line-height: 1.6;
    padding-right: 10px;
  }

  .faq-question::after {
    width: 30px;
    border-radius: 0 6px 6px 0;
  }

  .faq-answer {
    padding: 14px 14px 10px 14px;
  }

  .faq-answer__main {
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .faq-inner__desc {
    padding: 0 14px 20px 14px;
  }

  .faq-inner__text {
    line-height: 1.8;
    font-size: 1.4rem;
  }

  .loop {
    min-height: 460px;
  }
}