.btn-calendar:before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 12px;
  position: absolute;
  background-image: url(/wp-content/themes/flatsome-child/assets/images/calendar.svg);
  top: 50%;
  transform: translateY(-50%);
}

.btn-right > span {
  position: relative;
}

.btn-right > span:before {
  content: "";
  width: 24px;
  height: 24px;
  margin-left: 12px;
  position: absolute;
  background-image: url(/wp-content/themes/flatsome-child/assets/images/right.svg);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.btn-right.img-white > span::before,
.btn-right.is-outline:hover > span::before {
  filter: brightness(0) invert(1);
}

.btn-calendar > span {
  padding-left: 36px;
}

.btn-right > span {
  padding-right: 36px;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 1em !important;
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

.text span {
  color: rgba(33, 43, 54, 1);
}

.flex-col {
  flex-flow: column !important;
}

.align-right {
  align-items: flex-end;
}

.grid {
  display: grid !important;
}

.row::after {
  content: unset !important;
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-2-auto {
  grid-template-columns: auto auto;
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gap- .gap-10 {
  gap: 40px;
}

.gap-15 {
  gap: 60px;
}

.p-0 {
  padding: 0 !important;
}

.blue_pattern:after {
  content: "";
  position: absolute;
  top: 58%;
  right: 0;
  transform: translateY(-50%);
  width: 70%;
  height: 150%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/flatsome-child/assets/images/blue_pattern.svg);
  background-size: 100% 100%;
  z-index: 9999;
  pointer-events: none;
}
@media screen and (max-width: 849px) {
  .button,
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    font-size: 0.875em !important;
  }

  .is-pc {
    display: none;
  }

  .is-sp {
    display: block;
  }

  .grid-1-sp {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .gap-10-sp {
    gap: 40px;
  }

  .gap-0-sp {
    gap: 0;
  }
}
