@charset "utf-8";





.sec_reserve .flex>div{
  width: calc(100% / 2 - 1em);
  background: #fff;
  padding: 1.5em;
}


.sec_reserve .tel_area a{
  font-size: clamp(1.625rem, 1.443rem + 0.91vw, 2.125rem);
  position: relative;
  color: var(--c_pink);
  padding-left: 1em;
}
.sec_reserve .tel_area a::after {
  content: '';
  mask-image: url(../images/common/icon_tel.svg);
  mask-size: cover;
  background-color: var(--c_pink);
  width: 5vw;
  height: 6.65vw;
  max-width: 20px;
  max-height: 27px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.sec_reserve .hp_btn{
  width: 70%;
  max-width: 240px;
  margin: auto;
}

@media (max-width: 799px){


.sec_contact h2 + p{
  text-align: left;
}
.sec_reserve .flex>div{
  width: 100%;
  padding: 1em;
}
.sec_reserve .flex .tel_area{
  margin-bottom: 1em;
}

}