@charset "UTF-8";
.text-content {
  margin-top: 60px;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .text-content {
    font-size: 24px;
  }
}

h3 {
  padding-left: 40px;
  /*
    &::after {
      content: ' ';
      position: absolute;
      left: 8px;
      top: 8px;
      z-index: -1;
      width: 18px;
      height: 18px;
      border-radius: 9px;
      display: inline-block;
      background-color: #d8fbfb;
    }
   */
}
h3::before {
  content: " ";
  width: 22px;
  height: 22px;
  margin-left: -40px;
  margin-right: 20px;
  border-radius: 11px;
  display: inline-block;
  background-color: #00bbd7;
}
@media screen and (min-width: 750px) {
  h3::before {
    vertical-align: bottom;
  }
}

h2 {
  position: relative;
  font-size: 30px;
  padding-left: 30px;
}
h2::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 37px;
  display: inline-block;
  background-color: var(--global--color--purple);
}

.arrow-button-group {
  justify-content: start;
}
.arrow-button-group .arrow-button {
  position: relative;
  width: 320px;
  height: 80px;
  font-size: 18px;
  font-weight: 600;
}
.arrow-button-group .arrow-button.tel::before {
  content: " ";
  position: absolute;
  left: 20px;
  width: 30px;
  height: 30px;
  display: block;
  background: url(../img/phone-icon.svg) no-repeat;
  background-size: contain;
}
.arrow-button-group .arrow-button.sp::before {
  content: " ";
  position: absolute;
  left: 20px;
  width: 30px;
  height: 30px;
  display: block;
  background: url(../img/menu-icon-smartphone.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .arrow-button-group {
    flex-direction: row;
    gap: 28px;
  }
  .arrow-button-group .arrow-button {
    width: 300px;
  }
}

.inner-container {
  border-radius: 20px;
  padding: 0 60px 60px;
  background-color: #feeef6;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
}
.inner-container .headline-text {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .inner-container {
    font-size: 24px;
  }
}

ol li::marker {
  color: var(--global--color--pink);
  font-size: 24px;
  font-weight: 800;
}

ul {
  margin-top: 30px;
  list-style-type: "※";
  padding-left: 28px;
}

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