/* PC */
.bg-operator {
  background-color: #ffeff7;
  padding: 30px 0 40px 0;
}
.bg-operator .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bg-operator .text-box h2 {
  font-size: 28px;
  font-weight: bold;
}
.bg-operator .text-box h2 span {
  color: #ff0033;
}
.bg-operator .text-box img {
  margin: 0 0 0 60px;
}
.bg-operator p {
  font-size: 20px;
  font-weight: bold;
  margin: 25px 0 0 0;
}

#fixed-btn {
  display: none;
}

/* SP */
@media (max-width: 768px) {
  /* MV */
  .l-header-lp {
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
  }
  .reserve-btn p {
    padding: 0 32.5px;
    margin: 15px 0 0 0;
  }
  .overview {
    padding: 30px 20px 40px;
  }
  /* STEP */
  .reserve-procedure {
    padding: 30px 20px 40px;
    background-color: #ffd1da;
    /* STEP-Basic */
    /* STEP-etc */
  }
  .reserve-procedure .step-box {
    position: relative;
    border-radius: 20px;
    padding: 65px 20px 30px;
    margin-top: 60px;
    background-color: #fff;
    text-align: center;
  }
  .reserve-procedure .step-box span {
    width: 22.3880597%;
    position: absolute;
    top: -8vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .reserve-procedure .step-box-1 p:nth-child(2) {
    margin-bottom: 0;
  }
  .reserve-procedure .step-box-1 p:nth-child(2) img {
    width: 88%;
  }
  .reserve-procedure .step-box-1 p:nth-child(3) {
    margin-bottom: 0;
  }
  .reserve-procedure .step-box-1 p:nth-child(3) img {
    width: 93.559322%;
    margin-top: 20px;
  }
  .reserve-procedure .step-box-2 p:nth-child(2), .reserve-procedure .step-box-3 p:nth-child(2), .reserve-procedure .step-box-3-2 p:nth-child(2), .reserve-procedure .step-box-4 p:nth-child(2) {
    margin-bottom: 0;
  }
  .reserve-procedure .step-box-2 p:nth-child(2) img, .reserve-procedure .step-box-3 p:nth-child(2) img, .reserve-procedure .step-box-3-2 p:nth-child(2) img, .reserve-procedure .step-box-4 p:nth-child(2) img {
    width: 74.5762711864%;
  }
  .reserve-procedure .step-box-2 p:nth-child(3), .reserve-procedure .step-box-3 p:nth-child(3), .reserve-procedure .step-box-3-2 p:nth-child(3), .reserve-procedure .step-box-4 p:nth-child(3) {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .reserve-procedure .step-box-2 p:nth-child(3) img, .reserve-procedure .step-box-3 p:nth-child(3) img, .reserve-procedure .step-box-3-2 p:nth-child(3) img, .reserve-procedure .step-box-4 p:nth-child(3) img {
    width: 59.3220339%;
  }
  .reserve-procedure .step-box-3-2 p:nth-child(3) {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .reserve-procedure .step-box-3-2 p:nth-child(3) img {
    width: 75.3220339%;
  }
  .reserve-procedure .step-box-3-2 p:nth-child(3):after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 100%;
    width: 16.1194029851%;
    height: 20%;
    bottom: 9.4666666667vw;
    left: 54.2vw;
  }
  .reserve-procedure .step-box-2 p:nth-child(2):after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 100%;
    width: 16.1194029851%;
    height: 20%;
    bottom: 6.8vw;
    right: 12.2666666667vw;
  }
  .reserve-procedure .step-box-3 p:nth-child(3) {
    margin-top: 45px;
  }
  .reserve-procedure .step-box-3 p:nth-child(3):after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 100%;
    width: 16.1194029851%;
    height: 20%;
    bottom: 7.4666666667vw;
    left: 27.2vw;
  }
  .reserve-procedure .step-box-3 p:nth-child(3) img {
    width: 100%;
  }
  .reserve-procedure .step-box-4 p:nth-child(3) {
    margin-top: 35px;
  }
  .reserve-procedure .step-box-4 p:nth-child(3):after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 100%;
    width: 16.1194029851%;
    height: 20%;
    bottom: 13.6vw;
    right: 18.1333333333vw;
  }
  .reserve-procedure .step-box-4 p:nth-child(3) img {
    width: 96.9491525424%;
  }
  .reserve-procedure .etc-box span {
    width: 23.8805970149%;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
  }
  .reserve-procedure .etc-box p {
    margin-bottom: 0;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    position: relative;
  }
  /* CONVERSION */
  .conversion-txt {
    padding-bottom: 30px;
  }
  .conversion-txt p {
    margin: 0 auto 0 auto;
    padding-top: 15px;
    width: 84.8%;
  }
  .conversion-content {
    padding: 35px 0 40px;
    background-color: #ff7f7f;
    text-align: center;
  }
  .conversion-content p:nth-child(1) img {
    width: 72.2666666667%;
  }
  .conversion-content p:nth-child(3) {
    margin-bottom: 20px;
  }
  .conversion-content p:nth-child(3) img {
    width: 58.6666666667%;
  }
  .conversion-content p:nth-child(4) {
    margin-bottom: 30px;
  }
  .conversion-content p:nth-child(4) img {
    width: 84.2666666667%;
  }
  .conversion-content p:nth-child(5) {
    margin-bottom: 0;
  }
  .conversion-content p:nth-child(5) img {
    width: 80%;
  }
  /* Btn */
  #fixed-btn {
    display: block;
    border-top: 1px solid #e8e8e8;
    z-index: 2;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    padding: 10px 55px;
  }
  /* Footer */
  .l-footer {
    padding-bottom: 0;
  }
  .l-footer .l-footer-bottom {
    margin-bottom: 0;
  }
  .l-footer .l-footer-bottom .footer-bottom-nav {
    display: none;
  }
  #lp .gotop {
    bottom: 85px;
  }
  h1.ttl-page {
    border-left: 0;
    margin-bottom: 15px;
  }
  .reserve-btn p.triangle {
    text-align: center;
    margin: 10px 0 0 0;
    line-height: 1;
  }
  .triangle span {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #ea9999;
  }
  #click_n1_btn {
    width: 245px;
    height: auto;
  }
}
/* PC:2022-04 */
@media (min-width: 769px) {
  .mv {
    background-color: #ff7f7f;
    padding-top: 30px;
  }
  .mv .mv-text {
    text-align: center;
  }
  .mv .mv-text img.ttl {
    margin-top: 60px;
    width: 80%;
  }
  .mv .mv-text img.mv-btn {
    width: 70%;
    margin-top: 20px;
  }
  .overview .row {
    margin: 30px 0;
  }
  .overview .row .col-4 p {
    border-radius: 10px;
    border: 2px solid #e8e8e8;
    margin: 0;
    padding: 15px;
    text-align: center;
  }
  .overview .row .col-4 p img {
    width: 70%;
  }
  .reserve-procedure {
    padding: 50px 20px 40px;
    background-color: #ffd1da;
  }
  .reserve-procedure .first-text {
    text-align: center;
    margin-bottom: 30px;
  }
  .reserve-procedure .row {
    padding: 25px 15px;
    background-color: #fff;
    border-radius: 10px;
  }
  .reserve-procedure .row .col-3 {
    border-right: 1px solid #e8e8e8;
  }
  .reserve-procedure .row .col-3:last-child {
    border-right: 0;
  }
  .reserve-procedure .row .col-3 .step-box span {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .reserve-procedure .row .col-3 .step-box span img {
    width: 30%;
  }
  .reserve-procedure .row .col-3 .step-box-2 p:nth-child(3):after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 100%;
    width: 20%;
    height: 20%;
    bottom: -40px;
    right: 5px;
  }
  .reserve-procedure .row .col-3 .step-box-3 p:nth-child(3):after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 100%;
    width: 20%;
    height: 20%;
    bottom: -62px;
    left: 65px;
  }
  .reserve-procedure .row .col-3 .step-box-3-2:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 100%;
    width: 20%;
    height: 20%;
    bottom: -50px;
    left: 145px;
  }
  .reserve-procedure .row .col-3 .step-box-4 p:nth-child(3):after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 100%;
    width: 20%;
    height: 20%;
    bottom: -20px;
    right: 45px;
  }
  .reserve-procedure .etc-box {
    text-align: center;
    padding-top: 30px;
  }
  .reserve-procedure .etc-box p {
    padding-top: 20px;
  }
  .conversion-txt {
    text-align: center;
    position: relative;
    padding: 40px 0 30px;
  }
  .conversion-txt #scroll_point_2 img {
    width: 430px;
  }
  .conversion-txt:after {
    display: block;
    position: absolute;
    content: "";
    width: 200px;
    height: 150px;
    top: 0;
    left: 0;
  }
  .conversion-txt:before {
    display: block;
    position: absolute;
    content: "";
    width: 200px;
    height: 150px;
    top: 0;
    right: 0;
  }
  .conversion-content {
    padding: 35px 0 40px;
    background-color: #ff7f7f;
    text-align: center;
  }
  .conversion-content p:nth-child(2) {
    background-color: #ffd1da;
  }
}

#faq_cb a{
  display: block;
  color: #fff;
  border-radius: 40px;
  background-color: #FF7F7F;
  padding: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}