@charset "UTF-8";

.p-cs__article {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.p-cs img {
  display: block;
  width: 100%;
}

@media (max-width: 768px) {
  .p-cs__article {
    margin-top: 60px;
  }
}

.p-cs__visual {
  position: relative;
}
.p-cs__visual__title {
  width: 82.8%;
  position: absolute;
  left: 50%;
  top: 45.5%;
  translate: -50% 0;
}
.p-cs__order {
  background: #f6f5f2;
}

.p-cs__order__inner {
  padding: 0 20px 40px;
}
.p-cs__order__inner img:not(:last-of-type) {
  margin-bottom: 20px;
}
.p-cs__point {
  background: #d8e3ea;
}

.p-cs__form {
  margin: 40px auto;
}

.p-cs__form > h2 {
  text-align: center;
  padding: 20px;
  line-height: 1.1;
  font-size: 18px;
  background: #b9a767;
  color: #fff;
  margin-bottom: 30px;
}

.p-cs__form > p {
  width: 100%;
  margin: 20px 40px;
}
@media (max-width: 768px) {
  .p-cs__form > p {
    margin: 20px auto;
    width: 93.75vw;
  }
}
@media (max-width: 768px) {
  .reserve-form {
    width: 93.75vw;
  }
}