.reserve {
  background-color: #F9F8F4;
}




/*--------------------------------
method
--------------------------------*/


.method {
  padding-top: 18rem;
}

.method-top {
  text-align: center;
  width: 67%;
  margin: 7rem auto 0;
}

.method-top p {
  font-size: 4.2rem;
  background-color: #FFE56D;
  padding: 1.5rem 0;
}

/*--------------------------------
sp css
--------------------------------*/

@media screen and (max-width: 1050px) {

  .method-top p {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 800px) {

  .method {
    padding-top: 10rem;
  }

  .first {
    padding-top: 7rem;
  }

}


@media screen and (max-width: 767px) {

  .method {
    padding-top: 8rem;
  }

  .method-top p {
    font-size: 1.5rem;
    padding: 1.3rem 0;
  }

  .method-top {
    margin: 3rem auto 0;
  }

  .method-top {
    margin: 1rem auto 0;
}

  .first {
    padding-top: 5rem;
  }
}





/*--------------------------------
first
--------------------------------*/

.first {
  padding-top: 14rem;
}

.first-wrap {
  background-color: #FFF;
  border-radius: 30px;
  width: 67%;
  margin: auto;
  padding: 8rem 4rem;
}


.first-img {
  text-align: center;
  margin-top: 3rem;
}

.first-img img {
  width: 344px;
}

.first-txt {
  margin-top: 7rem;
  padding: 0 3vw;
  font-size: 2.2rem;
}


/*--------------------------------
sp css
--------------------------------*/

@media screen and (max-width: 767px) {
  .first {
    margin-top: 1rem;
    padding: 2rem;
  }

  .first-img img {
    width: 140px;
  }

  .first-txt {
    margin-top: 3rem;
    font-size: 1.4rem;
  }

  .first-img {
    margin-top: 1rem;
  }

  .first-wrap {
    width: 100%;
    padding: 2rem;
  }

}


/*--------------------------------
tel
--------------------------------*/

.btn {
  border: 1px solid #64C0AB;
  margin: 5rem auto 0;
  position: relative;
  width: 60%;
  max-width: 830px;
  font-size: 4.3rem;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #64C0AB;
  overflow: hidden;
  border-radius: 999px;
}

.btn-txt {
  color: #fff;
  z-index: 1000;
  transition: 0.6s ease all;
}

.btn:hover .btn-txt {
  color: #64C0AB;
  transition: 0.6s ease all;
}

.btn:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  margin: auto;
  width: 60px;
  height: 60px;
  background: #fff;
  transform: scale(0);
  transition: 0.7s ease all;
}

.btn:hover:before {
  transform: scale(14);
}

.line {
  margin-top: 11rem;
}


.tel-list, .line-list {
  display: flex;
  flex-wrap: wrap;
  width: 77%;
  margin: auto;
  justify-content: space-between;
  margin-top: 8rem;
}

.tel-item, .line-item {
  width: 30%;
}

.tel-img img, .line-img img {
  width: 100%;
}

.tel-txt, .line-txt {
  font-size: 2.2rem;
  margin: 6rem auto 0;
}

.tel {
  margin-top: 11rem;
}


/*--------------------------------
sp css
--------------------------------*/


@media screen and (max-width: 767px) {

  .btn{
    border-radius: 20px;
  }

  .tel {
    margin-top: 0rem;
}

  .line-ttl , .tel-ttl{
    font-size: 1.6rem;
  }
  

  .tel-link, .line-link {
    margin-top: 2rem;
  }

  .tel-link a, .line-link a {
    margin: 1rem auto 0;
    font-size: 1.6rem;
    width: 85%;
    height: 50px;
    line-height: 50px;
  }

  .tel-list, .line-list {
    margin-top: 3rem;
    width: 86%;
  }

  
  .tel-item, .line-item {
    width: 49%;
  }

  .tel-txt, .line-txt {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }

  .tel-item:nth-child(n + 3), .line-item:nth-child(n + 3) {
    margin-top: 2rem !important;
  }

  .line-txt, .tel-txt {
    line-height: 1.4;
  }

  .line {
    margin-top: 5rem;
}
}



/*--------------------------------
line
--------------------------------*/

.line {
  padding-bottom: 18rem;
}

.line-item:nth-child(n + 4) {
  margin-top: 5rem;
}


@media screen and (max-width: 767px) {

  .line {
    padding-bottom: 10rem;
  }

  .line-item:nth-child(4) {
    margin-top: 0;
  }

}