@charset "UTF-8";
.section--reseve {
  margin-top: 120px;
  padding: 25px 5.1% 80px;
}

.logo {
  background-image: url(../image/logo_back.jpg);
  background-position: center;
  width: 100%;
  height: 140px;
  position: relative;
}

.logo__txt {
  position: absolute;
  display: flex;
  left: 5%;
  top: 33%;
  flex-direction: column;
}

.heading {
  color: var(--primary-beige);
  font-family: Raleway;
  font-size: 4.3rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.logo_sub {
  color: var(--primary-beige);
  font-size: 1.5rem;
  letter-spacing: 1px;
  margin-top: 10px;
}

.part_line,
.part_phone,
.part_beauty {
  border-radius: 10px;
  background: var(--primary-beige);
  color: var(--primary-white);
  text-align: center;
  font-family: Raleway;
  position: relative;
  transition: 0.4s;
  width: 300px;
  height: 63px;

  display: flex;
  justify-content: center;
  align-items: center; 
}

.part_line {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 5px;
  padding: 20.5px 30.7%;
}

.part_phone {
  margin-top: 40px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 20.5px 20px 20.5px 58px;
}

.part_phone::after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../image/phone.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  }

.part_phone:hover {
  opacity: 0.5;
}

.part_beauty {
  margin-top: 40px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 5px;
  padding: 20.5px 0;
}

.reseve__group {
  display: grid;
  place-content: center;
  place-items: center;
}