.o-pink {
  color: #e0728d;
}

.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;
  }
}
@media screen and (min-width: 850px) {
  .sp-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_intro {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-top: 12px;
}
.o-ttl_lv2 h2 {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: -1px;
}

@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: block;
  z-index: 100;
  background-color: #fce3ea;
  padding: 1em 0;
  position: fixed;
  bottom: 0;
  width: min(100%, 43rem);
}
.o-sp_fixed .o-sp_fixed_wrap {
  display: flex;
  justify-content: space-evenly;
}
.o-sp_fixed .o-sp_fixed_wrap a {
  display: block;
}
.o-sp_fixed .o-sp_fixed_wrap .o-sp_fixed_tel,
.o-sp_fixed .o-sp_fixed_wrap .o-sp_fixed_reserve {
  width: 45.5%;
}
.o-sp_fixed .o-sp_fixed_wrap .o-sp_fixed_tel {
  display: flex;
  justify-content: center;
  text-align: center;
  background: #fff;
  padding: 0;
  color: #ff739a;
  border: 1.5px solid;
  border-radius: 5px;
  line-height: 1.1;
}
.o-sp_fixed .o-sp_fixed_wrap .o-sp_fixed_tel span {
  display: inline-block;
  vertical-align: middle;
  padding: 0.6em 0;
  line-height: 1.2;
}
.o-sp_fixed .o-sp_fixed_wrap .o-sp_fixed_tel strong {
  font-size: 1.35rem;
  color: #ff739a;
}
.o-sp_fixed .o-sp_fixed_wrap .o-sp_fixed_tel strong:before {
  content: "";
  background: url(../img/tel_icon.png) no-repeat top/contain;
  display: inline-block;
  width: 15px;
  height: 15px;
  padding-right: 5px;
}
.o-sp_fixed .o-sp_fixed_wrap .o-sp_fixed_tel i {
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #ff739a;
}
.o-sp_fixed .o-sp_fixed_wrap .o-sp_fixed_reserve {
  display: flex;
  justify-content: center;
  text-align: center;
  background: #ff739a;
  padding: 0;
  color: #fff;
  border: 1.5px solid #ff739a;
  border-radius: 5px;
  line-height: 1.1;
}
.o-sp_fixed .o-sp_fixed_wrap .o-sp_fixed_reserve span {
  display: inline-block;
  vertical-align: middle;
  padding: 0.6em 0;
  line-height: 1.2;
}
.o-sp_fixed .o-sp_fixed_wrap .o-sp_fixed_reserve strong {
  font-size: 1.35rem;
  color: #fff;
}
.o-sp_fixed .o-sp_fixed_wrap .o-sp_fixed_reserve strong:before {
  content: "";
  background: url(../img/web_icon.png) no-repeat top/contain;
  display: inline-block;
  width: 15px;
  height: 12px;
  padding-right: 5px;
}
.o-sp_fixed .o-sp_fixed_wrap .o-sp_fixed_reserve i {
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  align-items: center;
  display: flex;
  color: #fff;
}

@media screen and (max-width: 850px) {
  .o-btn_area a {
    height: 60px;
    border-radius: 60px;
  }
  .o-btn_area a:after {
    right: 20px;
  }
}
@media screen and (max-width: 400px) {
  .o-sp_fixed .o-sp_fixed_wrap .o-sp_fixed_reserve i,
  .o-sp_fixed .o-sp_fixed_wrap .o-sp_fixed_tel i {
    font-size: 1.8rem;
    text-align: center;
  }
}
/*form*/
.p-reservation_form_input_caution {
  display: none !important;
}

/*# sourceMappingURL=object.css.map */
