.o-pink {
  color: #fa5c89;
}

.o-pink2 {
  color: #fac8d6;
}

.o-bold {
  font-weight: bold;
}

.o-small {
  font-size: 0.9em;
}

.o-big {
  font-size: 1.1em;
}

@media screen and (max-width: 850px) {
  .sp-none {
    display: none !important;
  }
  .pc-none {
    display: block !important;
  }
}
@media screen and (min-width: 850px) {
  .sp-none {
    display: block !important;
  }
  .pc-none {
    display: none !important;
  }
}
.o-ttl_lv2 {
  text-align: center;
}
.o-ttl_lv2 .o-ttl_lv2_desc {
  color: #fac8d6;
  font-size: 16px;
}
.o-ttl_lv2 .o-ttl_lv2_line {
  border-top: 3px dotted #fac8d6;
  margin-top: 12px;
}
.o-ttl_lv2 .o-ttl_lv2_intro {
  font-size: 16px;
  margin-top: 12px;
}
.o-ttl_lv2 h2 {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: -1px;
  margin-top: 12px;
}

@media screen and (max-width: 850px) {
  .o-ttl_lv2 {
    width: auto;
  }
  .o-ttl_lv2 .o-ttl_lv2_desc {
    font-size: 15px;
  }
  .o-ttl_lv2 .o-ttl_lv2_line {
    margin-top: 2.6666666667vw;
  }
  .o-ttl_lv2 .o-ttl_lv2_intro {
    font-size: 15px;
    margin-top: 2.6666666667vw;
  }
  .o-ttl_lv2 h2 {
    font-size: 2em;
    font-weight: bold;
    margin-top: 0;
  }
}
.o-ttl_lv3 {
  background-color: #fcf2f5;
  border-left: 10px solid #fa8ead;
  font-size: 19px;
  font-weight: bold;
  padding: 16px 0 16px 30px;
}

@media screen and (max-width: 850px) {
  .o-ttl_lv3 {
    border-left: 2.1333333333vw solid #fa8ead;
    font-size: 1.15em;
    padding: 4.6666666667vw 2.9333333333vw;
  }
}
.o-btn_area {
  max-width: 360px;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.o-btn_area a {
  width: 100%;
  height: 56px;
  background: #fff;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  border: 1px solid #979290;
  box-shadow: 2px 2px 2px 0px #cdcdcd;
  transition: all 0.4s cubic-bezier(0.42, 0, 0, 1);
}
.o-btn_area a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 16px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #979192;
  transition: 0.4s cubic-bezier(0.42, 0, 0, 1);
}

.o-sp_fixed {
  display: none;
}

@media screen and (max-width: 850px) {
  .o-btn_area {
    max-width: 360px;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .o-btn_area a {
    height: 60px;
    border-radius: 60px;
  }
  .o-btn_area a:after {
    right: 20px;
  }
  .o-sp_fixed {
    display: block;
    z-index: 100;
    background-color: #fce3ea;
    padding: 4.2666666667vw 0 2.6666666667vw;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .o-sp_fixed .o-sp_fixed_wrap {
    display: flex;
    justify-content: space-evenly;
  }
  .o-sp_fixed .o-sp_fixed_wrap .o-sp_fixed_tel, .o-sp_fixed .o-sp_fixed_wrap .o-sp_fixed_reserve {
    width: 45%;
  }
  .o-sp_none {
    display: none;
  }
}
/*# sourceMappingURL=object.css.map */