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

variables

--------------------------------------*/
.routeWrap {
  margin-bottom: 50px;
}

.safetyWrap {
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px;
  background: #f0f7ff;
  margin-bottom: 30px;
}

.safetyTitle {
  font-size: 2rem;
  border-bottom: 1px solid #9aa0a8;
  padding-bottom: 10px;
  margin-bottom: 15px;
  text-align: center;
}

.safetyList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 15px;
  margin-bottom: 15px;
}

.safetyListItem {
  height: 45px;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3A71C2;
}

.routeCouse {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 5px 15px;
  position: relative;
}

.routeTitle {
  font-size: 2rem;
}

.routeTitleSub {
  display: block;
  font-size: 1.3rem;
}

.routeSubHeight {
  display: block;
}

.routeIcon {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.route125 {
  background: #D90000;
}
.route125:before {
  color: #D90000;
}

.route85 {
  background: #3A71C2;
}
.route85:before {
  color: #3A71C2;
}

.route50 {
  background: #7EB34A;
}
.route50:before {
  color: #7EB34A;
}

.routeBoxWrap {
  background: #F8F8F8;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding: 20px;
}

.couseAttention {
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 25px;
  color: #D90000;
}
.couseAttention:before {
  font-size: 1.4rem;
  content: "!";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D90000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.routeNaviWrap {
  margin-bottom: 25px;
}

.routeNavi .routeNaviStart,
.routeNavi .routeNaviGoal {
  color: #D90000;
  font-weight: 900;
}
.routeNavi .routeNaviStart:before,
.routeNavi .routeNaviGoal:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background: url(../images/icon_flag.svg) no-repeat;
}

.routeNaviList {
  font-size: 1.6rem;
  margin-bottom: 7px;
  text-indent: -1.7rem;
  padding-left: 1.7rem;
}
.routeNaviList:before {
  content: "";
  width: 15px;
  background: #FFC926;
  height: 8.6602540378px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: inline-block;
  margin-right: 10px;
}

.routeMapTitle {
  font-weight: 700;
}
.routeMapTitle::before {
  content: "●";
  display: inline-block;
  margin-right: 5px;
  color: #7eb34a;
}

.routeMap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.routeMap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.scroll {
  overflow: auto;
  white-space: nowrap;
}

.scroll::-webkit-scrollbar {
  height: 5px;
}

.scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

.aidListTable {
  width: 100%;
  border: 1px solid #ddd;
}
.aidListTable th, .aidListTable td {
  padding: 10px;
  border: 1px solid #ddd;
}
.aidListTable th {
  text-align: center;
}
.aidListTable th {
  background: #eee;
}
@media print, screen and (min-width: 768px){
  .routeWrap {
    margin-bottom: 80px;
  }
  .safetyWrap {
    margin-bottom: 80px;
  }
  .routeSubHeight {
    display: inline-block;
    margin-left: 20px;
  }
  .routeBoxWrap {
    padding: 25px;
  }
  .routeBox {
    display: flex;
    justify-content: space-between;
  }
  .routeNaviWrap {
    flex-basis: 35%;
  }
  .routeMapWrap {
    flex-basis: 60%;
  }
  .aidListTable {
    width: 600px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 960px){
  .safetyList {
    grid-template-columns: repeat(4, 1fr);
  }
  .routeCouse {
    padding: 10px 15px;
  }
  .routeTitle {
    display: flex;
    align-items: center;
    font-size: 2.6rem;
  }
  .routeTitleSub {
    display: inline-block;
    font-size: 1.7rem;
  }
  .routeNaviWrap {
    flex-basis: 40%;
  }
  .routeMapWrap {
    flex-basis: 50%;
  }
}

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