@charset "UTF-8";
h2 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(18px, 1.25vw, 24px);
  color: #313B9A;
  padding-bottom: 5px;
  border-bottom: solid 1px #313B9A;
  margin-bottom: 1.4vw;
}

h2, h3, h4 {
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

span {
  display: block;
}

.-flex {
  display: flex;
  justify-content: center;
}

section#thanks01 {
  background: url(../img/bg-star.svg) center;
  background-size: cover;
}
section#thanks01 .-inner {
  width: 67.2%;
  margin: 0 auto;
  padding: 5vw 0 8vw;
}
section#thanks01 .-inner h1 {
  text-align: center;
  margin: 20px 0;
  font-size: clamp(24px, 1.5vw, 32px);
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
}
section#thanks01 .-inner p {
  font-size: 16px;
  text-align: center;
  line-height: 1.5em;
  width: 600px;
  margin: 0 auto 15px;
  background: #FFFFFF;
}
section#thanks01 .-inner p span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
section#thanks01 .-inner p.-link {
  width: 320px;
  height: 52px;
  background: #313B9A;
  margin: 3vw auto 0;
  border-radius: 52px;
}
section#thanks01 .-inner p.-link a {
  color: #FFFFFF;
  font-size: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
}
section#thanks01 .-inner p.-link a::after {
  content: "";
  background: url(../img/links_arrow.svg) center no-repeat;
  background-size: 100%;
  width: 16px;
  height: 30px;
  position: absolute;
  right: 15px;
}
section#thanks01 .-inner p.-link:hover {
  background: url(../img/links_bg.svg) center no-repeat;
  background-size: cover;
  transition: 0.7s;
}

section#contact .-inner {
  width: 487px;
  height: 138px;
  margin: 7.5vw auto;
}

section#contact .-inner a {
  width: 100%;
  height: 100%;
  display: flex;
}

@media screen and (max-width: 767px) {
  section#contact .-inner {
    width: 280px;
    height: auto;
    margin: 60px auto;
  }
  section#thanks01 .-inner {
    width: 85%;
    padding: 60px 0;
  }
  section#thanks01 .-inner p {
    width: 100%;
    text-align: start;
  }
  section#thanks01 .-inner p br {
    display: none;
  }
  section#thanks01 .-inner p span {
    display: block;
  }
  section#thanks01 .-inner p.-link {
    margin: 50px auto 30px;
    width: 220px;
    height: 45px;
  }
  section#thanks01 .-inner p.-link a {
    font-size: 16px;
  }
  section#thanks01 .-inner p.-link a::after {
    width: 12px;
    height: 26px;
  }
}
/*# sourceMappingURL=booking-thanks.css.map */