@charset "utf-8";

body {
  background: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
}

.p-note {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem;
  ;
  color: #fff;
  font-size: 120%;
  font-weight: 700;
  line-height: 1.25;
  background: #000;
  text-align: center;
  box-sizing: border-box;
}

.p-kv {
  text-align: center;
}

.fm-form_note {
  margin-bottom: 1.5em;
}

.fm-form_note>span {
  display: inline-block;
  margin-right: 7px;
  color: #FFFFFF;
  width: 33px;
  max-width: 92%;
  height: 18px;
  text-align: center;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 18px;
  background: #FF9AAC;
  border-radius: 3px;
}

input[type="number"],
input[type="tel"] {
  width: 60px;
}

.fm-answer+input[type="text"] {
  margin-top: 10px;
}

@media (max-width: 1018px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

.header_timetable {
  color: #fff !important;
}

/* 202506 */

.p-about {
  max-width: 92%;
  margin: 30px auto 50px;

  .p-about__txt {
    width: fit-content;
    margin: 0 auto 50px;
    font-size: 1.6rem;
    line-height: 2;
  }
}

@media (max-width: 600px) {
  .p-about {
    .p-about__txt {
      font-size: 1.4rem;
      text-align: left;
    }
  }
}

.p-details {
  .p-details__list {
    margin: 30px auto 0;
  }

  .p-details__list dl {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 700px;
    max-width: 95%;
    margin: 0 auto;
    padding: 4px 0;
    font-size: 1.6rem;
    line-height: 1.75;
    box-sizing: border-box;
  }

  .p-details__list dt {
    flex: 0 1 5em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5em;
    margin-right: 15px;
    padding: .1em 0.25em;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    box-sizing: border-box;
    background: #dc8708;
    border-radius: 3px;
  }

  .p-details__list dd {
    flex: 1 1 auto;
    padding: 4px 0;
    box-sizing: border-box;
  }

  .p-details__list-address {
    display: block;
    margin-top: 0.8em;
    font-size: 0.8em;
    line-height: 1.5;
    text-decoration: underline;
  }

  .p-details__announce {
    width: fit-content;
    width: 700px;
    max-width: 95%;
    margin: 30px auto 0;
    box-sizing: border-box;
    list-style: none;

    li {
      position: relative;
      margin-bottom: 10px;
      padding-left: 1.25em;
      line-height: 1.5;
    }

    li:before {
      content: "※";
      position: absolute;
      left: 0;
      border-radius: 50%;
    }
  }
}


@media (max-width: 600px) {
  .p-details {
    .p-details__list {
      margin: 30px auto 0;
    }

    .p-details__list dl {
      justify-content: flex-start;
      max-width: 92%;
      padding: 0;
      box-sizing: border-box;
      font-size: 1.4rem;
      line-height: 1.25;
    }

    .p-details__list dt {
      flex: 0 0 6.2em;
      width: 6.2em;
      margin-right: 2%;
    }

    .p-details__list dd {
      flex: 0 1 auto;
      width: auto;
      padding: 15px 0;
      box-sizing: border-box;
    }

    .p-details__list-address {
      margin-top: 0.5em;
    }

    .pcbr {
      display: none;
    }
  }
}

.p-usage__heading {
  margin-bottom: 10px;
  color: #e73d5c;
  font-weight: bold;
}

.p-usage__list {
  margin-bottom: 50px;
  list-style: none;
  font-size: 1.2rem;
  line-height: 1.5;
}

.p-usage__list > li {
  position: relative;
  margin-bottom: 10px;
}


.c-heading {
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 0.5em;
  font-size: 2rem;
  text-align: center;
  border-bottom: 4px solid #dc8708;
}