@charset "UTF-8";
/* CSS Document */

/*about page topにあるimage画像の部分*/
h2 {
  color: #666;
  margin-bottom: 10px;
}
.page-image {
  background-image: url("../images/reserve/sp-reserve-top.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  margin: 75px auto 0;
  padding: 50px 0;
}
/*LINEによるご予約方法*/
.reserve-wrapper {
  padding: 50px 20px 0;
}
.reserve-title {
  margin-bottom: 25px;
  font-size: 2.4rem;
}
.reserve-text {
  line-height: 1.8;
  margin-bottom: 25px;
}
.reserve-tel__text {
  margin-bottom: 10px;
}
.reserve-tel {
  font-size: 2.4rem;
}
.tel {
  margin-bottom: 20px;
}
/*友達追加方法*/
.line-card {
  width: 60%;
  background-color: #f7fcfe;
  border-radius: 10px;
  margin: 0 auto 25px;
  padding: 25px 0;
}
.line-card:last-of-type {
  margin-bottom: 0;
}
.line-from {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.solid {
  background-color: #7490af;
  width: 80%;
  height: 1px;
  margin: 0 auto 10px;
}
.solid:last-of-type {
  margin-bottom: 20px;
}
.reserve-line {
  width: 80%;
  margin-bottom: 10px;
}
.green {
  margin-bottom: 15px;
  color: #00b800;
  letter-spacing: 0.05em;
}
/*LINEメッセージ送信についての注意事項*/
.notes {
  background-color: #f7fcfe;
  padding: 25px 20px;
}
.notes-text {
  margin-bottom: 10px;
  line-height: 1.8;
}
.notes-text:last-of-type {
  margin-bottom: 0;
}
/* --------------------------------------------------
  pc版
-------------------------------------------------- */
@media screen and (min-width: 1000px) {
  .page-image {
    background-image: url("../images/reserve/reserve-top.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 100px 0;
    margin-top: 95px;
  }
  .reserve-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 100px 100px 0;
  }
  .reserve-wrapper:last-of-type {
    margin-bottom: 190px;
  }
  .reserve-wrapper .categry__title {
    margin-bottom: 20px;
  }
  .reserve-title {
    font-size: 3.2rem;
    margin-bottom: 50px;
  }
  .reserve-text {
    margin-bottom: 50px;
  }
  .reserve-tel__text {
    margin-bottom: 30px;
  }
  .card-flex {
    display: flex;
    margin: 0 auto;
  }
  .line-card {
    width: 30%;
    padding: 50px 0;
    margin: 0 65px 0 0;
  }
  .line-card:last-of-type {
    margin-right: 0;
  }
  .line-from {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .solid {
    width: 60%;
    margin: 0 auto 20px;
  }
  .solid:last-of-type {
    margin-bottom: 40px;
  }
  .reserve-line {
    width: 60%;
    margin-bottom: 30px;
  }
  .green {
    margin-bottom: 30px;
  }
  .tel {
    margin-bottom: 50px;
  }
  .notes {
    padding: 50px 0;
  }
  .notes-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 100px;
  }
  .notes-text {
    margin-bottom: 30px;
    line-height: 2.5;
  }
  .notes-text:last-of-type {
    margin-bottom: 0;
  }
}
