@charset "UTF-8";
.p-today-schedule .c-button > * {
  pointer-events: none;
}
.p-today-schedule small,
.p-today-schedule .small {
  font-size: 1rem;
}
.p-today-schedule #form-inputs {
  position: relative;
}
.p-today-schedule #form-inputs::before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
}
.p-today-schedule #form-inputs::after {
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: red;
  width: -moz-max-content;
  width: max-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.5em;
  border-radius: 0.5rem;
  display: none;
  content: "下の「再入力する」ボタンを押してください";
}
html:lang(en-US) .p-today-schedule #form-inputs::after {
  content: "Click the “Re-enter” button below.";
}
.p-today-schedule #form-inputs.is-disable::before, .p-today-schedule #form-inputs.is-disable::after {
  display: block;
}
.p-today-schedule.p-sub--article__inner {
  max-width: 100%;
}
.p-today-schedule .band {
  padding: 0.05em 0.5em;
  font-weight: bold;
  white-space: nowrap;
}
.p-today-schedule .band.--blue {
  background-color: #00a7eb;
  color: #fff;
}
.p-today-schedule .band.--gold {
  background-color: #f3cc0b;
  color: #fff;
}
.p-today-schedule .band.--green {
  background-color: #58b531;
  color: #fff;
}
.p-today-schedule .band.--orange {
  background-color: #f08100;
  color: #fff;
}
.p-today-schedule .band.--pink {
  background-color: #e94d96;
  color: #fff;
}
.p-today-schedule .band.--red {
  background-color: #e70014;
  color: #fff;
}
.p-today-schedule .band.--white {
  background-color: #fff;
  color: #3a3a3a;
}
.p-today-schedule .band.--yellow {
  background-color: #fff100;
}
.p-today-schedule .point {
  font-weight: bold;
  padding: 0.05em 0.5em;
}
.p-today-schedule .point.--red {
  color: #fff;
  background-color: red;
}
.p-today-schedule .point.--blue {
  color: #fff;
  background-color: #1a2a51;
}
.p-today-schedule--list {
  padding: unset;
  list-style-type: "";
}
@media screen and (min-width: 768px) {
  .p-today-schedule--list {
    flex-direction: unset;
    display: grid;
    grid-template-columns: 60% 40%;
  }
}
.p-today-schedule--list > li {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding-block: 0.5lh;
  line-height: 1.5lh;
}
@media screen and (min-width: 768px) {
  .p-today-schedule--list > li {
    display: inherit;
    grid-template-columns: subgrid;
    grid-column: span 2;
    -moz-column-gap: 2em;
         column-gap: 2em;
    align-items: flex-start;
  }
}
.p-today-schedule--list > li:not(:last-child) {
  border-bottom: 1px solid var(--bs-border-color);
}
.p-today-schedule--list > li > label > .title {
  display: block grid;
  grid-template-columns: 1em auto;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.p-today-schedule--list > li button {
  color: #3a3a3a;
}
.p-today-schedule--list > li button.selected {
  background-color: var(--color-base) !important;
  color: #fff;
}
.p-today-schedule--list--bibs {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media screen and (min-width: 768px) {
  .p-today-schedule--list--bibs {
    flex-direction: row;
  }
}
.p-today-schedule--list--bibs > a {
  max-width: 60%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-today-schedule--list--bibs > a {
    max-width: 30%;
    margin-inline: unset;
  }
}
.p-today-schedule--title {
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color-graydark);
}
.p-today-schedule--result-check {
  background-color: #fff;
  border: 5px solid #fcf5d2;
}
.p-today-schedule--result-check > h4 {
  margin-inline: -1.875rem;
  margin-bottom: 2em;
  background-color: #fcf5d2;
  padding: 1em;
}
.p-today-schedule--result-check > h5 {
  background-color: #fcf5d2;
  padding: 0.25em;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
.p-today-schedule--result-check ul {
  list-style-type: disc;
}
.p-today-schedule--result-start {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: #fff;
  border: 5px solid #faeadc;
}
.p-today-schedule--result-start > h4 {
  margin-inline: -1.875rem;
  margin-bottom: 2em;
  background-color: #faeadc;
  padding: 1em;
}
.p-today-schedule--result-start__block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-today-schedule--result-start__block {
    flex-direction: row;
  }
  .p-today-schedule--result-start__block > * {
    flex: 1 1 0;
  }
}
.p-today-schedule--result-start__mark > img {
  width: 100%;
  height: auto;
}
.p-today-schedule--result-start__pos {
  text-align: center;
}
.p-today-schedule--result-start__pos > li > p {
  display: flex;
  gap: 0.5em;
  justify-content: center;
  align-items: center;
}
.p-today-schedule--result-start__pos > li:first-child i {
  background-color: #cb171d;
}
.p-today-schedule--result-start__pos > li:nth-child(2) i {
  background-color: #232088;
}
.p-today-schedule--result-start__pos > li h5 {
  font-size: 1rem;
}
.p-today-schedule--result-start__pos > li i {
  font-style: normal;
  aspect-ratio: 1;
  inline-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 3rem;
  color: #fff;
  text-box: trim-both cap alphabetic;
  line-height: 0.6;
  font-weight: bold;
  padding-block-end: 0.1em;
}
.p-today-schedule--result-list {
  padding: unset;
  list-style-type: "";
  border-top: 1px solid var(--bs-border-color);
}
@media screen and (min-width: 768px) {
  .p-today-schedule--result-list {
    display: grid;
    grid-template-columns: 30% 70%;
  }
}
.p-today-schedule--result-list > li {
  display: inherit;
  padding-block: 0.5lh;
  line-height: 1.2lh;
  place-content: start start;
}
@media screen and (min-width: 768px) {
  .p-today-schedule--result-list > li {
    display: inherit;
    grid-template-columns: subgrid;
    grid-column: span 2;
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
}
.p-today-schedule--result-list > li:not(:last-child) {
  border-bottom: 1px solid var(--bs-border-color);
}
.p-today-schedule--result-list > li h5 {
  color: #ff9200;
}
.p-today-schedule--result-list > li .point {
  margin-inline: 0.25em;
}
.p-today-schedule--result-list > li .gmap-my-map {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .p-today-schedule--result-list > li .gmap-my-map {
    aspect-ratio: 16/9;
  }
}
.p-today-schedule--result-list > li .gmap-my-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-today-schedule--result-finish {
  background-color: #fff;
  border: 5px solid #f8dba0;
}
.p-today-schedule--result-finish > h4 {
  margin-inline: -1.875rem;
  margin-bottom: 2em;
  background-color: #f8dba0;
  padding: 1em;
}
.p-today-schedule--result-news {
  background-color: #fff;
}
.p-today-schedule--result-news a {
  color: var(--color-textlink);
}
.p-today-schedule #result-container {
  position: relative;
  background: linear-gradient(92deg, var(--gradation));
  --rounded: 40px;
  --roundedhalf: calc(var(--rounded) * 0.5);
  --bg-pos: calc(var(--roundedhalf) * 0.5);
  z-index: 0;
}
.p-today-schedule #result-container::after {
  content: "";
  position: absolute;
  border-radius: var(--bs-border-radius);
  z-index: -1;
  background-color: rgba(var(--bs-white-rgb), 0.6);
  width: calc(100% - var(--roundedhalf));
  height: calc(100% - var(--roundedhalf));
  top: var(--bg-pos);
  left: var(--bg-pos);
}/*# sourceMappingURL=style.css.map */