@charset "UTF-8";

.cta__link {
  width: 480px;
  height: 120px;
  margin: 0 auto;
}

.cta__link>a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  box-sizing: border-box;
  position: relative;
  background: linear-gradient(115deg, #F4B860, #FBE07B);
  border-radius: 50vh;
  backdrop-filter: blur(10px);
  color: #fff;
}

.cta__link>a>img {
  width: 48px;
  margin-right: 10px;
}

.bg-circle--right {
  width: 60%;
  height: auto;
  position: absolute;
  top: -10%;
  right: -5%;
  opacity: .5;
  pointer-events: none;
  transform-origin: center;
  will-change: transform;
}

.bg-circle--left {
  width: 60%;
  height: auto;
  position: absolute;
  top: 80%;
  left: -5%;
  opacity: .3;
  pointer-events: none;
  transform-origin: center;
  will-change: transform;
}

/*----------------------------------------------------
  intro
----------------------------------------------------*/
.intro {
  position: relative;
}

.intro .container {
  max-width: 1280px;
  position: relative;
  z-index: 1;
}

.intro-col {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.intro-col__imgWrap {
  width: 40%;
  position: relative;
}

.intro-col__img-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(0) rotate(0deg);
  opacity: 0;
  transform-origin: bottom center;
  background: #fbdfaa;
  border-radius: 14px;
}

.intro-col__img {
  width: 100%;
  height: auto;
  clip-path: inset(0 0 round 14px);
  position: relative;
}

.intro-col__img::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 100%;
}

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

.intro-col__inner {
  width: 45%;
}

.intro-col__ttl {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.intr-col__ttl-img {
  width: 80px;
}

.intr-col__ttl-inner {
  width: calc(100% - 100px);
  line-height: 1.6;
}

.intr-col__ttl-inner>h3 {
  font-size: 2.6rem;
}

.intr-col__ttl-inner>p {
  display: flex;
  align-items: center;
  width: 100%;
  color: #E6A857;
  letter-spacing: .1em;
}

.intr-col__ttl-inner>p::before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background: url('../../img/common/icon-flower--ora.svg');
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}

.intr-col__ttl-inner>p::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #ccc;
  margin-left: 8px;
}

.intro-col__inner-txt {
  margin-bottom: 20px;
}

.intro-col__inner-txt>p {
  font-size: 1.8rem;
}

.intro-col__inner-txt>p:not(:last-of-type) {
  margin-bottom: 30px;
}

.intro-col__inner-box>dl {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
}

.intro-col__inner-box>dl>dt {
  width: 80px;
  background: #E8E8E8;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 7.5px 0;
  text-align: center;
}

.intro-col__inner-box>dl>dd {
  width: calc(100% - 94px);
  padding: 7.5px 0;
}

.intro-col__inner-box>dl>dd>span {
  margin: 0 10px;
}

/*----------------------------------------------------
  detail
----------------------------------------------------*/
.detail {
  background: rgba(251, 249, 246, .8);
  backdrop-filter: blur(5px);
  width: calc(100% - 40px);
  margin: 0 auto;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.detail .container {
  width: 95%;
  max-width: 1440px;
  position: relative;
  z-index: 1;
}

.detail-flower {
  width: 15%;
  position: absolute;
  top: -5%;
  right: -3.5%;
  z-index: 2;
}

.detail-col {
  width: 100%;
}

.detail-boxWrap {
  width: 100%;
  padding: 80px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: rgba(105, 71, 8, 0.12) 0px 0px 12px;
  border-radius: 20px;
}

.detail-boxWrap:nth-of-type(n+2) {
  margin-top: 80px;
}

.detail-box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.detail-box__img {
  width: 45%;
}

.detail-box__img>img {
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.detail-sp {
  display: none;
}

.detail-box__inner {
  width: 50%;
}

.detail-box__ttl {
  margin-bottom: 20px;
}

.detail-box__ttl>h3 {
  color: #E6A857;
  font-size: 2.6rem;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}

.detail-box__ttl>h3>span {
  font-size: 1.4rem;
  font-size: 500;
  color: #F4D9B7;
}

.detail-box__inner-txt {
  margin-bottom: 20px;
}

.detail-target {
  width: 100%;
  margin-bottom: 20px;
}

.detail-target>dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.detail-target>dl>dt {
  width: 100px;
  background: #fbdfaa;
  box-sizing: border-box;
  padding: 10px;
  line-height: 1.6;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}

.detail-target>dl>dd {
  width: calc(100% - 100px);
  box-sizing: border-box;
  padding: 10px 20px;
  line-height: 1.6;
  background: #FEFAF4;
}

.detail-target>dl>dd>ul {
  font-size: 1.5rem;
  padding-left: 14px;
  box-sizing: border-box;
}

.detail-online-salon {
  margin: 0 auto;
  width: 85%;
}

.detail-price {
  width: 100%;
  padding: 20px 30px;
  box-sizing: border-box;
  background: #fdfded;
  position: relative;
}

.detail-price-flower {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25%;
  opacity: .3;
}

.detail-price__ttl {
  width: 80%;
  padding-bottom: 5px;
  margin: 0 auto 14px auto;
  border-bottom: 1px solid #EBEBE5;
}

.detail-price__ttl>p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.detail-price__def {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.6;
  text-align: center;
}

.seminar-price>dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
}

.seminar-price>dl>dt {
  width: 20%;
  padding: 10px;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1.6;
  border-radius: 50vh;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 5px;
}

.seminar-price>dl>dd {
  width: 30%;
  padding: 10px;
  box-sizing: border-box;
  line-height: 1.6;
  margin-bottom: 5px;
}

.detail-price__main-num {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-right: 3px;
}

.detail-tax {
  font-size: 1.1rem;
}

.salon-detail-price {
  margin-bottom: 30px;
}

.salon-detail-price .detail-price-flower {
  width: 15%;
}

.salon-seminar-price {
  padding-top: 30px;
  padding-bottom: 30px;
}

.salon-seminar-price>dl>dt {
  width: 14%;
}

.salon-seminar-price>dl>dd {
  width: 18%;
}

/*---オンラインサロン---*/
.d-salon__list {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.d-salon__box {
  width: 32%;
  display: flex;
  flex-direction: column;
  padding: 14px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .8);
}

.d-salon__box-name {
  font-size: 2rem;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  line-height: 1.4;
  padding: 14px 0;
}

.d-salon__box-name>p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.d-salon__box-name>p>span {
  font-size: 1.4rem;
  margin-left: 5px;
  background: rgba(0, 0, 0, .2);
  color: #fff;
  padding: 0 14px;
}

.d-salon__box-name-sub {
  font-size: 1.2rem;
  text-align: center;
}

.d-salon--bg-blue {
  background: #137abf;
}

.d-salon--bg-grn {
  background: #46bbc8;
}

.d-salon--bg-lgrn {
  background: #88c46d;
}

.d-salon__inner-price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 14px 0;
  margin-bottom: 14px;
  border-bottom: 1px solid #EBEBE5;
}

.d-salon__inner-list {
  width: 100%;
}

.d-salon__inner-list>ul {
  font-size: 1.5rem;
  padding: 0 10px 0 24px;
  box-sizing: border-box;
}

.d-salon__inner-list-ttl {
  display: inline-block;
  background: #E6A857;
  color: #fff;
  font-size: 1.5rem;
  padding: 0 14px;
  border-radius: 50vh;
  font-weight: 500;
  margin-left: 10px;
}

.d-salon__inner-list-ttl>i {
  margin-right: 5px;
}

.detail-price__sub {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 8px;
}

#d-in-person .detail-price__sub {
  text-align: center;
}

/*---オンラインサロン ここまで---*/
#d-online .seminar-price>dl {
  justify-content: center;
}

#d-online .seminar-price>dl>dt {
  width: 40%;
}

#d-online .seminar-price>dl>dd {
  width: 40%;
}

#d-seminar .detail-price__sub {
  text-align: center;
}

.detail-attention {
  font-size: 1.4rem;
}

.detail-linkWrap {
  width: 100%;
  text-align: center;
}

.detail-linkWrap-top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-linkWrap-top::before {
  display: block;
  content: '';
  width: 1.5px;
  height: 44px;
  background: #ccc;
  transform: rotate(-30deg);
  margin-right: 20px;
}

.detail-linkWrap-top::after {
  display: block;
  content: '';
  width: 1.5px;
  height: 44px;
  background: #ccc;
  transform: rotate(30deg);
  margin-left: 20px;
}

.detail-linkWrap__lead {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.6;
  margin-bottom: 14px;
}


.detail-linkWrap__lead>p {
  font-size: 1.6rem;
  color: #E6A857;
  font-weight: 700;
}

.detail-linkWrap__lead>span {
  font-size: 1.2rem;
}

.detail-linkWrap__attention {
  font-size: 1.2rem;
  width: auto;
  margin: 14px auto 0 auto;
  line-height: 1.6;
}

/*----------------------------------------------------
  other
----------------------------------------------------*/
.other {
  padding-bottom: 0 !important;
}

.other-col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.other-inner {
  padding: 40px;
  box-sizing: border-box;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}

#other-inner1 {
  width: 35%;
  background: #fbdad1;
}

#other-inner2 {
  width: 62.5%;
  background: #fbdfaa;
}

.other-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.other-ttl>h2 {
  display: flex;
  flex-direction: column;
  flex: 1;
  line-height: 1.6;
}

.other-ttl>h2>span {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}

.other-ttl>h2>span::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 4px dotted #A09C95;
  margin-left: 8px;
}

.other-ttl>img {
  width: 70px;
  margin-right: 10px;
  flex-shrink: 0;
}

.other-ttl>h2 {
  font-size: 2.2rem;
}

.other-boxWrap {
  width: 100%;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  background: #fff;
  border-radius: 10px;
}

.other-box {
  width: 85%;
  margin: 0 auto;
  font-size: 1.6rem;
}

#other-inner2 .other-box {
  display: flex;
  justify-content: space-between;
}

.other-box__inner {
  width: auto;
}

.other-box__lead {
  font-weight: 500;
}

.other-box ul {
  padding-left: 14px;
  box-sizing: border-box;
}

.other-box ul>li>p {
  display: flex;
  flex-direction: column;
}

/*----------------------------------------------------
  flow
----------------------------------------------------*/
.flow {
  z-index: 1;
}

.flow-flower {
  width: 15%;
  position: absolute;
  top: -10%;
  right: -0%;
}

.flow .container {
  width: 85%;
  box-shadow: rgba(105, 71, 8, 0.12) 0px 0 16px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.flow-colWrap {
  width: 100%;
  height: auto;
  position: relative;
}

.txt-sunpopo {
  width: 50%;
  position: absolute;
  top: 90%;
  right: -2.5%;
  opacity: .8;
}

.flow-col {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
}

.flow-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.flow-box__eyecatch {
  width: 45%;
  height: auto;
  position: relative;
}

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

.flow-box__eyecatch>img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 20px 0 0 20px;
}

.flow-box__eyecatch-tab {
  display: block;
  width: auto;
  padding: 0 14px;
  background: #ffee7d;
  border-radius: 0 50vh 50vh 0;
  font-size: 1.6rem;
  font-weight: 700;
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 1;
}

.flow-box__inner {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 2.5%;
  box-sizing: border-box;
  position: relative;
}

.deco-flower {
  width: 35%;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: .2;
}

.flow-box__inner-icon {
  width: 80px;
  margin: 0 auto 14px auto;
}

.flow-box__inner-lead {
  font-weight: 700;
  font-size: 2.6rem;
  margin-bottom: 14px;
  text-align: center;
}

.flow-box__inner-txt {
  margin: 0 auto 20px auto;
  text-align: center;
}

.flow .cta__link {
  width: 65%;
  height: 100px;
  margin: 0 auto;
}

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

/*----------------------------------------------------
  cta
----------------------------------------------------*/
.price-cta {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price-cta__lead {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1;
}

.price-cta__lead::before {
  display: block;
  content: '';
  width: 1.5px;
  height: 24px;
  background: #ccc;
  transform: rotate(-30deg);
  margin-right: 20px;
}

.price-cta__lead::after {
  display: block;
  content: '';
  width: 1.5px;
  height: 24px;
  background: #ccc;
  transform: rotate(30deg);
  margin-left: 20px;
}

.price-cta__link {
  width: 480px;
  height: 120px;
  margin: 0 auto;
}

.price-cta__link>a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  box-sizing: border-box;
  position: relative;
  background: linear-gradient(115deg, #F4B860, #FBE07B);
  border-radius: 50vh;
  backdrop-filter: blur(10px);
  color: #fff;
}

.gradient-green {
  background: linear-gradient(90deg, #0eb291, #3fb4d5) !important;
}

.font-green {
  color: #0eb291 !important;
}

.price-cta__link>a>img {
  width: 48px;
  margin-right: 10px;
}

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

  .seminar-price>dl>dt,
  .seminar-price>dl>dd {
    font-size: 1.4rem;
    padding: 0;
  }

  .detail-price__main-num {
    font-size: 2.2rem;
  }
}

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

  .other-col {
    width: 100%;
  }

  .other-box__inner {
    width: 48%;
  }
}

@media screen and (max-width:1360px) {
  #d-online .seminar-price>dl {
    justify-content: center;
  }

  #d-online .seminar-price>dl>dt {
    width: 40%;
  }

  #d-online .seminar-price>dl>dd {
    width: 40%;
  }
}

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

  .other-col {
    width: 90%;
  }

  #other-inner1 {
    width: 49%;
  }

  #other-inner2 {
    width: 49%;
  }

  #other-inner2 .other-box {
    flex-direction: column;
  }

  .other-box__inner:nth-of-type(2) {
    margin-top: 14px;
  }

  .other-box__lead {
    font-size: 1.8rem;
    font-weight: 700;
  }

  .other-box__inner {
    width: 100%;
  }
}

@media screen and (max-width:1200px) {
  .detail-box {
    width: 80%;
    flex-direction: column;
    margin: 0 auto 40px auto;
  }

  .detail-box__img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  .detail-pc {
    display: none;
  }

  .detail-sp {
    display: block;
    position: relative;
  }

  .detail-sp::after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 80%;
  }

  .detail-sp>img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
  }

  .detail-box__inner {
    width: 100%;
  }

  .other-col {
    width: 100%;
  }
}

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

  /*---detail---*/
  .detail-flower {
    width: 17%;
    top: -4%;
    right: -3.5%;
    transform: rotate(5deg) !important;
  }

  /*---オンラインサロン---*/
  .d-salon__list {
    flex-wrap: wrap;
  }

  .d-salon__box {
    width: 48%;
    display: flex;
    flex-direction: column;
    padding: 14px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .8);
  }

  .d-salon__box:nth-of-type(3) {
    width: 60%;
    margin: 20px auto 0 auto;
  }

  /*---flow---*/
  .flow-box__eyecatch::after {
    display: none;
  }

  .flow-box__inner {
    padding: 50px 2.5%;
  }

  .flow .cta__link {
    width: 90%;
    height: 100px;
  }
}

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

  /*---intro---*/
  .intro .container {
    width: 70%;
  }

  .intro-flower {
    display: none;
  }

  .intro-col {
    flex-direction: column;
  }

  .intro-col__imgWrap {
    width: 80%;
    margin-bottom: 40px;
  }

  .intro-col__inner {
    width: 100%;
  }

  /*---detail---*/
  .detail-flower {
    top: -3%;
  }

  .detail-box {
    width: 100%;
  }

  .salon-seminar-price>dl>dt {
    width: 24%;
  }

  .salon-seminar-price>dl>dd {
    width: 25%;
  }

  .other-col {
    width: 95%;
    flex-wrap: wrap;
  }

  #other-inner1 {
    width: 100%;
    margin-bottom: 20px;
  }

  #other-inner2 {
    width: 100%;
  }

  /*---オンラインサロン---*/
  .detail-boxWrap {
    padding: 80px 60px;
  }

  .d-salon__list {
    width: 75%;
    margin: 0 auto 40px auto;
  }

  .d-salon__box {
    width: 100%;
  }

  .d-salon__box:nth-of-type(2) {
    margin-top: 20px;
  }

  .d-salon__box:nth-of-type(3) {
    width: 100%;
    margin: 20px auto 0 auto;
  }

  /*---flow---*/
  .price .bg-circle--left {
    top: 90%;
    left: -20%;
  }

  .flow-box__inner {
    padding: 50px 2.5%;
  }

  .flow .cta__link {
    width: 100%;
  }
}

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

  /*---intro---*/
  .intro .container {
    width: 80%;
  }

  /*---detail---*/
  .detail-boxWrap {
    width: 100%;
    padding: 80px 60px;
  }

  /*---オンラインサロン---*/
  .d-salon__list {
    width: 85%;
    margin: 0 auto 40px auto;
  }
}

@media screen and (max-width:680px) {
  .price-cta__link {
    width: 100%;
  }

  /*---intro---*/
  .intro .container {
    width: 85%;
  }

  /*---detail---*/
  .seminar-price>dl {
    justify-content: space-around;
  }

  .seminar-price>dl>dt {
    width: 40%;
  }

  .seminar-price>dl>dd {
    width: 40%;
  }

  .salon-seminar-price {
    padding-top: 0;
    padding-bottom: 0;
  }

  .salon-detail-price .detail-price-flower {
    width: 25%;
  }

  /*---オンラインサロン---*/
  .d-salon__list {
    width: 100%;
    margin: 0 auto 40px auto;
  }


  /*---flow---*/
  .flow .container {
    width: 85%;
  }

  .deco-flower {
    right: -20px;
  }

  .flow-box {
    flex-direction: column;
    padding: 80px 60px;
    box-sizing: border-box;
  }

  .flow-box__eyecatch {
    width: 100%;
    margin: 0 auto;

  }

  .flow-box__eyecatch::after {
    display: block;
    padding-top: 80%;
  }

  .flow-box__eyecatch>img {
    border-radius: 20px;
  }

  .flow-box__inner {
    width: 100%;
    padding-bottom: 0;
  }

}

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

  /*---intro---*/
  .bg-circle--right {
    top: -5%;
  }

  .intro-col__imgWrap {
    width: 90%;
  }

  .intro-col__ttl {
    margin-bottom: 14px;
  }

  .intr-col__ttl-img {
    width: 56px;
  }

  .intr-col__ttl-inner {
    width: calc(100% - 70px);
  }

  .intr-col__ttl-inner>h3 {
    font-size: 1.7rem;
  }

  .intro-col__inner-txt>p {
    font-size: 1.4rem;
  }

  .intro-col__inner-txt>p:not(:last-of-type) {
    margin-bottom: 14px;
  }

  .intro-col__inner-txt {
    margin-bottom: 14px;
  }

  .intro-col__inner-box>dl>dt {
    width: 68px;
    border-radius: 4px;
    padding: 0;
    text-align: center;
  }

  .intro-col__inner-box>dl>dd {
    width: calc(100% - 84px);
    padding: 0;
  }

  /*--detail---*/
  .detail {
    width: calc(100% - 10px);
  }

  .detail-flower {
    width: 23%;
    top: -2%;
    right: -5%;
  }

  .detail-boxWrap {
    padding: 40px 20px;
  }

  .detail-boxWrap:nth-of-type(n+2) {
    margin-top: 40px;
  }

  .detail-box__ttl>h3 {
    font-size: 2rem;
  }

  .detail-target>dl>dt {
    width: 100%;
    font-size: 1.4rem;
  }

  .detail-target>dl>dd {
    width: 100%;
  }

  .detail-target>dl>dd>ul {
    font-size: 1.3rem;
  }

  .price-cta__link {
    width: 95%;
    height: 70px;
  }

  .detail-linkWrap__lead>p {
    font-size: 1.3rem;
  }

  .detail-linkWrap-top::before {
    margin-right: 10px;
  }

  .detail-linkWrap-top::after {
    margin-left: 10px;
  }

  .detail-linkWrap__attention {
    text-align: justify;
  }

  .detail-linkWrap__attention>br {
    display: none;
  }

  .price-cta__link>a>img {
    width: 30px;
  }

  .detail-price {
    padding: 20px;
  }

  .seminar-price>dl>dt {
    padding: 0 10px;
  }

  .seminar-price>dl>dd {
    width: 55%;
  }

  #d-online .detail-price {
    padding: 20px 10px;
  }

  #d-online .seminar-price>dl {
    justify-content: center;
  }

  #d-online .seminar-price>dl>dt {
    width: 42.5%;
  }

  #d-online .seminar-price>dl>dd {
    width: 55%;
  }

  .other-col {
    width: 100%;
  }

  .other-inner {
    padding: 30px 20px;
  }

  .other-ttl>h2 {
    font-size: 2rem;
  }

  .other-box {
    font-size: 1.4rem;
  }

  .other-box__lead {
    font-size: 1.6rem;
  }

  /*---オンラインサロン---*/
  .d-salon__box-name {
    font-size: 1.5rem;
  }

  .d-salon__box-name>p>span {
    font-size: 1.2rem;
  }

  .d-salon__inner-list-ttl {
    font-size: 1.3rem;
  }

  .d-salon__inner-list>ul {
    font-size: 1.25rem;
  }

  /*---flow---*/
  .flow-flower {
    width: 22.5%;
    position: absolute;
    top: -3%;
    right: -3%;
  }

  .deco-flower {
    top: 10px;
    right: -10px;
  }

  .flow-col {
    flex-direction: column;
  }

  .flow-box {
    width: 100%;
    background: rgba(255, 255, 255, .8);
    padding: 30px 20px 40px 20px;
  }

  .flow-box__eyecatch>img {
    border-radius: 10px;
  }

  .flow-box__eyecatch-tab {
    top: 75%;
  }

  .flow-box__inner {
    padding: 20px 0 0 0;
  }

  .flow-box__inner-icon {
    width: 60px;
    margin-bottom: 10px;
  }

  .flow .cta__link {
    height: 80px;
  }

  .txt-sunpopo {
    width: 90%;
    right: -9%;
    top: 96.5%;
  }

}