@charset "UTF-8";
/*--------------------------------------

variables

--------------------------------------*/
.attentionWrap {
  background: #ffe0e0;
  padding: 25px;
  margin-bottom: 50px;
  border: 1px solid #D90000;
}

.attentionNote {
  font-size: 1.4rem;
}

.takeListWrap {
  background: #F8F8F8;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 50px;
}

.takeListPhoto {
  display: none;
}

.takeListItem {
  display: flex;
  align-items: center;
}
.takeListItem:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.takeListItem:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  background: url(../images/icon_take.svg) no-repeat;
  flex-shrink: 0;
}
.takeListItem span {
  font-size: 1.3rem;
  display: block;
  color: #B20000;
}

.beforeInfo {
  font-size: 1.7rem;
  font-weight: 900;
  color: rgb(65, 149, 233);
}

.flowWrap {
  margin-bottom: 50px;
}

.flowBox {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
  padding: 15px;
  background: #f0f7ff;
}
.flowBox:last-child {
  margin-bottom: 0;
}
.flowBox:last-child:after {
  display: none;
}
.flowBox:after {
  content: " ";
  width: 30px;
  border-top: 30px solid #FFD24D;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -70px;
  margin-left: -50px;
}

.flowTitleWrap {
  font-weight: 900;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.flowTitleNum {
  color: #fff;
  font-size: 1.8rem;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 5px;
  background: rgb(65, 149, 233);
}

.flowTitle {
  font-size: 1.8rem;
  padding-left: 10px;
}

.flowList {
  padding-left: 5px;
}
.flowList li {
  font-size: 1.6rem;
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 7px;
}
.flowList li span {
  color: rgb(65, 149, 233);
  display: block;
  font-size: 1.4rem;
}

.flowNote {
  font-size: 1.4rem;
}

.timeTableConditions {
  font-weight: bold;
  font-size: 1.8rem;
  color: #e46c0a;
}
.timeTableConditions::before {
  content: "★";
  margin-right: 5px;
}

.timeTableWrap {
  max-width: 300px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  margin: 0 auto;
  gap: 20px;
}

.timeTable {
  width: 100%;
  max-width: 350px;
  border: 1px solid #afafaf;
}

.timeTable th, td {
  padding: 3px;
  text-align: center;
  border: 1px solid #afafaf;
}

.timeTable td {
  background: #fff;
}

.timeTable tr:nth-child(odd) td {
  background: #EEEEEE;
}

.timeTableHeadSub {
  background: #fff;
}

.timeTableNum {
  font-weight: bold;
}

.route110 {
  color: #fff;
  background: #3A71C2;
}

.route105 {
  color: #fff;
  background: #D90000;
}

.route60 {
  color: #fff;
  background: #7EB34A;
}

.goalLimit {
  width: 100%;
  max-width: 350px;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  margin: 20px auto 0;
  background: #F4B084;
}

.takeNoteWrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 0 20px;
  margin-bottom: 30px;
}

.takeNoteBox {
  display: flex;
  background: #F8F8F8;
  padding: 20px;
  border: 1px solid #ddd;
}

.takeNoteTitle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 1.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 15px;
}

.required {
  background: #e60c54;
}

.recommended {
  background: #11a3bd;
}

.takeNoteListitem {
  font-size: 1.6rem;
  font-weight: bold;
  list-style-type: disc;
  list-style-position: inside;
}

.mainteAttention {
  border: 1px solid #006DD9;
  background: #DFEFFF;
  padding: 20px;
  color: #006DD9;
  font-weight: 900;
  font-size: 1.5rem;
  margin-bottom: 50px;
}

.maiteImg {
  margin-bottom: 50px;
}

.joinList {
  margin-bottom: 50px;
}
.joinList li {
  font-size: 1.6rem;
  line-height: 1.7;
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 5px;
}

.accessWrap {
  margin-bottom: 50px;
}
.accessWrap .accessBox {
  margin-bottom: 25px;
  background: #F8F8F8;
  padding: 15px;
}

.accessTitle {
  font-size: 1.7rem;
  font-weight: 900;
  color: rgb(65, 149, 233);
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgb(65, 149, 233);
}
.accessTitle:before {
  content: "■";
  margin-right: 7px;
}

.accessDlList {
  font-size: 1.6rem;
}
.accessDlList dt {
  font-weight: 900;
  margin-bottom: 5px;
  color: #0059B2;
}
.accessDlList dt:before {
  content: "■";
  margin-right: 7px;
}
.accessDlList dd {
  line-height: 1.7;
}

.venueWrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 30px;
  border: 1px solid #0059B2;
  padding: 15px;
  margin-bottom: 30px;
}

.venueTitle {
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 2rem;
  padding: 10px;
  background: #0159B3;
}

.venueSubTitle {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.venueMap {
  aspect-ratio: 4/3;
  max-width: 500px;
  width: 100%;
  height: auto;
}
.venueMap iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.icon-car {
  width: 40px;
  height: 19px;
  color: rgb(65, 149, 233);
  margin-right: 10px;
}

.icon-train {
  width: 27px;
  height: 23px;
  color: rgb(65, 149, 233);
  margin-right: 10px;
}

.parkingMap {
  margin-bottom: 20px;
}

.accessParking {
  font-size: 2.5rem;
  color: #0059B2;
  text-align: center;
  font-weight: 900;
  padding: 15px;
  border: 3px double #0059B2;
  margin-bottom: 15px;
}

.parkingInfo {
  margin-top: 15px;
  margin-bottom: 30px;
}

.parkingBox {
  margin-bottom: 7px;
  display: flex;
}

.parkingNum {
  background: #444;
  color: #fff;
  font-weight: 900;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 60px;
  margin-right: 10px;
}

.parkingData {
  flex-basis: calc(100% - 60px);
}
.parkingData span {
  display: block;
  color: #D90000;
}

.accessAttention li {
  line-height: 1.7;
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 5px;
}

.parkingAttention {
  font-size: 1.7rem;
  font-weight: 900;
}
.parkingAttention span {
  background: linear-gradient(transparent 65%, #ff9 0);
}
@media print, screen and (min-width: 768px){
  .takeListWrap {
    margin-bottom: 80px;
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-template-rows: auto auto;
    gap: 0 30px;
  }
  .takeListBox {
    display: flex;
    align-items: center;
  }
  .takeListPhoto {
    display: block;
    flex-basis: 200px;
  }
  .takeListItem span {
    display: inline;
  }
  .flowWrap {
    margin-bottom: 80px;
  }
  .flowBox {
    padding: 20px;
  }
  .flowTitleNum {
    font-size: 2rem;
  }
  .flowTitle {
    font-size: 2rem;
  }
  .timeTableWrap {
    max-width: 700px;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }
  .takeNoteWrap {
    width: 700px;
    grid-template-columns: 1fr 1fr;
  }
  .takeNoteTitle {
    margin-right: 25px;
  }
  .maiteImg {
    width: 729px;
    margin: 0 auto 80px;
  }
  .joinList {
    margin-bottom: 80px;
  }
  .accessWrap .accessBox {
    padding: 30px;
  }
  .accessTitle {
    font-size: 2rem;
  }
  .venueWrap {
    padding: 20px;
    gap: 0 30px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .parkingNum {
    font-weight: normal;
  }
}
@media print, screen and (min-width: 960px){
  .mainteAttention {
    font-size: 1.6rem;
  }
  .parkingMap {
    margin: 0 auto 20px;
  }
  .parkingData span {
    display: inline;
  }
}

/*# sourceMappingURL=race.css.map*/