html {
  scroll-behavior: smooth;
}

.wrapper {
  font-family: "Noto Sans JP", sans-serif;
  color: #221815;
  background-color: #fffaee;
}

.wrapper a {
  text-decoration: none;
  color: white;
}

.tel a {
  color: #221815;
  text-decoration: none;
}

.wrapper .camping_car {
  background: #fffaee;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wrapper .contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper .contact_email a {
  color: #66bf97;
  text-decoration-line: underline;
}

@media screen and (min-width: 1000px) {
  .sp_only {
    display: none;
  }

  .wrapper {
    width: 100vw;
  }

  .h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    color: #221815;
  }

  .p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #221815;
  }

  .wrapper .camping_car_title {
    letter-spacing: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 88px;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .wrapper .camping_car_subtitle {
    color: #66bf97;
    text-align: center;
    font-family: Aoboshi One;
    font-size: 16px;
    letter-spacing: 3.2px;
    margin-top: 6px;
  }

  .wrapper .qanda_wrapper {
    width: 1000px;
    display: flex;
    justify-content: center;
    column-gap: 64px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 44px;
  }

  .wrapper .qanda_title {
    color: #66bf97;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 6.4px;
    margin-top: 88px;
  }

  .wrapper .title_top {
    margin-top: 0px;
  }

  .wrapper .contact {
    margin-top: 72px;
  }

  .wrapper .contact_text {
    margin-bottom: 16px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .wrapper .contact_email {
    margin-bottom: 88px;
    color: #66bf97;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
  }
}

@media screen and (max-width: 999px) {
  .pc_only {
    display: none;
  }

  .h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #221815;
  }

  .p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #221815;
  }

  .wrapper {
    width: 100vw;
  }

  .wrapper .camping_car_title {
    letter-spacing: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 72px;
    display: flex;
    flex-direction: column;
    text-align: center;
    letter-spacing: 4.8px;
  }

  .wrapper .camping_car_subtitle {
    color: #66bf97;
    text-align: center;
    font-family: Aoboshi One;
    font-size: 14px;
    letter-spacing: 3.2px;
    margin-top: 6px;
  }

  .wrapper .qanda_wrapper {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper .qanda_title {
    color: #66bf97;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4px;
    margin-bottom: 8px;
    margin-top: 72px;
  }

  .wrapper .title_top {
    margin-top: 38px;
  }

  .wrapper .contact {
    margin-top: 56px;
  }

  .wrapper .contact_text {
    margin-bottom: 24px;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .wrapper .contact_email {
    margin-bottom: 72px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}
