.inner {
  margin: 0 auto;
}

.w860 {
  max-width: 860px;

  @media screen and (max-width: 767px) {
    max-width: calc(100% - 30px);
  }
}

.pc-off {
  display: none;

  @media screen and (max-width: 767px) {
    display: block;
  }
}

.sp-off {
  display: flex;
  @media screen and (max-width: 767px) {
    display: none;
  }
}

.page {
  padding-top: 92px;

  @media screen and (max-width: 767px) {
    padding-top: 40px;
  }
}

.header {
  padding-bottom: 43px;

  @media screen and (max-width: 767px) {
    padding-bottom: 20px;
  }
}

.logo {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;

  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

.title {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  text-align: center;
  color: #000000;
  padding-bottom: 48px;

  @media screen and (max-width: 767px) {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 20px;
  }
}

.intro {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  padding-bottom: 36px;

  @media screen and (max-width: 767px) {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 24px;
  }
}

.schedule {
  box-sizing: border-box;
  padding: 29px 0;
  text-align: center;
  border: 2px solid #dc143c;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;

  @media screen and (max-width: 767px) {
    padding: 20px 0;
    font-size: 14px;
    line-height: 20px;
  }
}

.schedule-title {
}

.schedule-datetime {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  color: #dc143c;

  @media screen and (max-width: 767px) {
    font-size: 18px;
    line-height: 24px;
  }
}

.schedule-note {
  @media screen and (max-width: 767px) {
    font-size: 14px;
    line-height: 20px;
  }
}

.contact {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 28px;

  @media screen and (max-width: 767px) {
    padding-top: 20px;
  }
}

.contact-title {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  padding-bottom: 28px;

  @media screen and (max-width: 767px) {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
  }
}

.contact-tel {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
  padding-bottom: 5px;

  @media screen and (max-width: 767px) {
    font-size: 18px;
    line-height: 24px;
  }
}

.contact-hours {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #000000;

  @media screen and (max-width: 767px) {
    font-size: 12px;
    line-height: 15px;
  }
}

.closing {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  display: flex;
  justify-content: center;

  @media screen and (max-width: 767px) {
    font-size: 14px;
    line-height: 20px;
  }
}
