@charset "UTF-8";
@media screen and (max-width:640px) {
  .display-large {
    display: none;
  }
}

@media screen and (min-width:641px) {
  .diplay-small {
    display: none;
  }
}

#ai-route-judge {
  /*
  * ドラプラアップまえに削除！！
  .is-bold{
    font-weight: bold !important;
  }
  * ドラプラアップまえに削除！！
  */
  /* 本日の渋滞予測　テキスト・　日時 */
  /* タブ */
  /* 吹き出し*/
  /* 予測表示 */
  /*
  * グラフ
  */
}
#ai-route-judge .c-aqualine {
  color: #4ab3f9;
}
#ai-route-judge .c-keiyo {
  color: #8f8300;
}
#ai-route-judge .view-data {
  display: flex;
  gap: 28px;
  flex-direction: column;
  align-items: center;
}
#ai-route-judge .view-data > * {
  align-self: stretch;
}
#ai-route-judge .start-info-bar {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  justify-content: center;
  color: #2d720a;
  background: #f0ffe8;
}
#ai-route-judge .now-time {
  display: flex;
  gap: 16px;
  align-items: baseline;
}
@media screen and (max-width:640px) {
  #ai-route-judge .now-time {
    flex-direction: column;
    gap: 8px;
  }
}
#ai-route-judge .now-time .title {
  font-size: 18px;
}
#ai-route-judge .now-time .datetime {
  color: #828282;
  font-size: 14px;
}
#ai-route-judge .tabs {
  display: flex;
  align-items: center;
  align-self: stretch;
}
@media screen and (max-width:640px) {
  #ai-route-judge .tabs {
    margin-left: -24px;
    margin-right: -24px;
  }
}
#ai-route-judge .tabs .tab {
  cursor: pointer;
  color: #737373;
  display: flex;
  padding: 16px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  line-height: 1.4;
}
@media screen and (max-width:640px) {
  #ai-route-judge .tabs .tab {
    font-size: 14px;
  }
}
#ai-route-judge .tabs .tab.current {
  color: #3eb858;
  border-bottom: 3px solid #3eb858;
  background: #fff;
}
#ai-route-judge .pattern-title {
  text-align: center;
}
#ai-route-judge .compare-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  align-self: stretch;
}
#ai-route-judge .compare-wrap > * {
  align-self: center;
}
#ai-route-judge .current-datetime {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#ai-route-judge .current-datetime .date {
  color: #626262;
}
#ai-route-judge .current-datetime .time {
  font-size: 28px;
  line-height: 1.1;
}
#ai-route-judge input#timeSlider {
  width: 100%;
  accent-color: #2d720a;
}
#ai-route-judge .range-scale {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  margin-top: -12px;
  padding-bottom: 8px;
}
#ai-route-judge .fukidashi {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  background: #fff;
  font-size: 24px;
  line-height: 110%;
  z-index: 1;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.08)) drop-shadow(0 1px 4px rgba(0, 0, 0, 0.28));
  position: relative;
}
@media screen and (max-width:640px) {
  #ai-route-judge .fukidashi {
    padding: 18px 12px;
    font-size: clamp(15px, 4.5vw, 18px);
  }
}
#ai-route-judge .fukidashi:before {
  content: "";
  display: block;
  width: 49px;
  height: 38px;
  position: absolute;
  background: url("/assets/img/trip/area/kanto/traffic/ai-route-judge/fukidashi-triangle.png");
  background-size: cover;
  bottom: -35px;
  left: 32px;
}
@media screen and (max-width:640px) {
  #ai-route-judge .fukidashi:before {
    width: 34px;
    height: 26px;
    bottom: -24px;
  }
}
#ai-route-judge .fukidashi .mark {
  padding: 4px 8px;
  border-radius: 2px;
  background: #3eb858;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width:640px) {
  #ai-route-judge .fukidashi .mark {
    position: absolute;
    top: -12px;
    left: 8px;
  }
}
#ai-route-judge .fukidashi #fasterRoute.aqualine {
  color: #4ab3f9;
}
#ai-route-judge .fukidashi #fasterRoute.keiyo {
  color: #8f8300;
}
#ai-route-judge .compare-details {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
@media screen and (max-width:640px) {
  #ai-route-judge .compare-details {
    flex-direction: column;
  }
}
#ai-route-judge .compare-details .map {
  width: 100%;
  position: relative;
  aspect-ratio: 16/17.6;
  background-size: 100% auto;
}
@media screen and (min-width:641px) {
  #ai-route-judge .compare-details .map {
    aspect-ratio: 16/12.26;
  }
}
#ai-route-judge .compare-details .map[data-pattern="1"] {
  background-image: url("/assets/img/trip/area/kanto/traffic/ai-route-judge/map_pattern1_sp.png");
}
@media screen and (min-width:641px) {
  #ai-route-judge .compare-details .map[data-pattern="1"] {
    background-image: url("/assets/img/trip/area/kanto/traffic/ai-route-judge/map_pattern1_pc.png");
  }
}
#ai-route-judge .compare-details .map[data-pattern="2"] {
  background-image: url("/assets/img/trip/area/kanto/traffic/ai-route-judge/map_pattern2_sp.png");
}
@media screen and (min-width:641px) {
  #ai-route-judge .compare-details .map[data-pattern="2"] {
    background-image: url("/assets/img/trip/area/kanto/traffic/ai-route-judge/map_pattern2_pc.png");
  }
}
#ai-route-judge .compare-details .map[data-pattern="3"] {
  background-image: url("/assets/img/trip/area/kanto/traffic/ai-route-judge/map_pattern3_sp.png");
}
@media screen and (min-width:641px) {
  #ai-route-judge .compare-details .map[data-pattern="3"] {
    background-image: url("/assets/img/trip/area/kanto/traffic/ai-route-judge/map_pattern3_pc.png");
  }
}
#ai-route-judge .compare-details .map[data-pattern="1"][data-fasterroute=aqualine] {
  background-image: url("/assets/img/trip/area/kanto/traffic/ai-route-judge/map_pattern1_aqualine_sp.png");
}
@media screen and (min-width:641px) {
  #ai-route-judge .compare-details .map[data-pattern="1"][data-fasterroute=aqualine] {
    background-image: url("/assets/img/trip/area/kanto/traffic/ai-route-judge/map_pattern1_aqualine_pc.png");
  }
}
#ai-route-judge .compare-details .map[data-pattern="1"][data-fasterroute=keiyo] {
  background-image: url("/assets/img/trip/area/kanto/traffic/ai-route-judge/map_pattern1_keiyo_sp.png");
}
@media screen and (min-width:641px) {
  #ai-route-judge .compare-details .map[data-pattern="1"][data-fasterroute=keiyo] {
    background-image: url("/assets/img/trip/area/kanto/traffic/ai-route-judge/map_pattern1_keiyo_pc.png");
  }
}
#ai-route-judge .compare-details .map[data-pattern="2"][data-fasterroute=aqualine] {
  background-image: url("/assets/img/trip/area/kanto/traffic/ai-route-judge/map_pattern2_aqualine_sp.png");
}
@media screen and (min-width:641px) {
  #ai-route-judge .compare-details .map[data-pattern="2"][data-fasterroute=aqualine] {
    background-image: url("/assets/img/trip/area/kanto/traffic/ai-route-judge/map_pattern2_aqualine_pc.png");
  }
}
#ai-route-judge .compare-details .map[data-pattern="2"][data-fasterroute=keiyo] {
  background-image: url("/assets/img/trip/area/kanto/traffic/ai-route-judge/map_pattern2_keiyo_sp.png");
}
@media screen and (min-width:641px) {
  #ai-route-judge .compare-details .map[data-pattern="2"][data-fasterroute=keiyo] {
    background-image: url("/assets/img/trip/area/kanto/traffic/ai-route-judge/map_pattern2_keiyo_pc.png");
  }
}
#ai-route-judge .compare-details .map[data-pattern="3"][data-fasterroute=aqualine] {
  background-image: url("/assets/img/trip/area/kanto/traffic/ai-route-judge/map_pattern3_aqualine_sp.png");
}
@media screen and (min-width:641px) {
  #ai-route-judge .compare-details .map[data-pattern="3"][data-fasterroute=aqualine] {
    background-image: url("/assets/img/trip/area/kanto/traffic/ai-route-judge/map_pattern3_aqualine_pc.png");
  }
}
#ai-route-judge .compare-details .map[data-pattern="3"][data-fasterroute=keiyo] {
  background-image: url("/assets/img/trip/area/kanto/traffic/ai-route-judge/map_pattern3_keiyo_sp.png");
}
@media screen and (min-width:641px) {
  #ai-route-judge .compare-details .map[data-pattern="3"][data-fasterroute=keiyo] {
    background-image: url("/assets/img/trip/area/kanto/traffic/ai-route-judge/map_pattern3_keiyo_pc.png");
  }
}
@media screen and (min-width:641px) {
  #ai-route-judge .compare-details .map {
    flex: 0 0 62%;
    max-width: 546px;
  }
}
#ai-route-judge .compare-details .map .aqualine-detail,
#ai-route-judge .compare-details .map .keiyo-detail {
  display: inline-flex;
  min-width: 168px;
  padding: 10px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  line-height: 1;
  border-radius: 8px;
  background: #f6f6f6;
  border-width: 1px;
  border-style: solid;
}
#ai-route-judge .compare-details .map .aqualine-detail .route-name,
#ai-route-judge .compare-details .map .keiyo-detail .route-name {
  font-size: 13px;
}
@media screen and (max-width:640px) {
  #ai-route-judge .compare-details .map .aqualine-detail .route-name,
  #ai-route-judge .compare-details .map .keiyo-detail .route-name {
    font-size: 12px;
  }
}
#ai-route-judge .compare-details .map .aqualine-detail .time-required,
#ai-route-judge .compare-details .map .keiyo-detail .time-required {
  margin-top: 4px;
  font-size: 14px;
}
#ai-route-judge .compare-details .map .aqualine-detail .time-required span:first-child,
#ai-route-judge .compare-details .map .keiyo-detail .time-required span:first-child {
  font-size: 28px;
}
@media screen and (max-width:640px) {
  #ai-route-judge .compare-details .map .aqualine-detail .time-required span:first-child,
  #ai-route-judge .compare-details .map .keiyo-detail .time-required span:first-child {
    font-size: 18px;
  }
}
#ai-route-judge .compare-details .map .aqualine-detail .price,
#ai-route-judge .compare-details .map .keiyo-detail .price {
  margin-top: 8px;
  font-size: 15px;
}
@media screen and (max-width:640px) {
  #ai-route-judge .compare-details .map .aqualine-detail .price,
  #ai-route-judge .compare-details .map .keiyo-detail .price {
    font-size: 12px;
  }
}
#ai-route-judge .compare-details .map .aqualine-detail .link,
#ai-route-judge .compare-details .map .keiyo-detail .link {
  margin-top: 6px;
}
#ai-route-judge .compare-details .map .aqualine-detail .link a,
#ai-route-judge .compare-details .map .keiyo-detail .link a {
  font-size: 12px;
  color: #343434;
  text-decoration: underline;
}
#ai-route-judge .compare-details .map .aqualine-detail .diff,
#ai-route-judge .compare-details .map .keiyo-detail .diff {
  background-color: #3eb858;
  padding: 2px 4px;
  border-radius: 2px;
  color: white;
  position: absolute;
  font-size: 12px;
  top: 0;
  transform: translateY(-70%);
}
@media screen and (min-width:641px) {
  #ai-route-judge .compare-details .map .aqualine-detail .diff,
  #ai-route-judge .compare-details .map .keiyo-detail .diff {
    font-size: 14px;
  }
}
#ai-route-judge .compare-details .map .aqualine-detail {
  left: 28px;
  bottom: 20%;
  border-color: #4ab3f9;
}
@media screen and (max-width:640px) {
  #ai-route-judge .compare-details .map .aqualine-detail {
    left: 10px;
    bottom: 19%;
  }
}
#ai-route-judge .compare-details .map .aqualine-detail .diff {
  left: 6px;
}
#ai-route-judge .compare-details .map .keiyo-detail {
  right: 28px;
  top: 20%;
  border-color: #ffdd1a;
}
@media screen and (max-width:640px) {
  #ai-route-judge .compare-details .map .keiyo-detail {
    top: 19%;
    right: 10px;
  }
}
#ai-route-judge .compare-details .map .keiyo-detail .diff {
  right: 6px;
}
#ai-route-judge .compare-details .map[data-fasterroute=aqualine] .aqualine-detail {
  border-width: 3px;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12);
  transform: scale(1.05);
}
#ai-route-judge .compare-details .map[data-fasterroute=aqualine] .keiyo-detail .diff {
  display: none;
}
#ai-route-judge .compare-details .map[data-fasterroute=keiyo] .keiyo-detail {
  border-width: 3px;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12);
  transform: scale(1.05);
}
#ai-route-judge .compare-details .map[data-fasterroute=keiyo] .aqualine-detail .diff {
  display: none;
}
#ai-route-judge .compare-details .map[data-fasterroute=""] .aqualine-detail,
#ai-route-judge .compare-details .map[data-fasterroute=""] .keiyo-detail {
  border-width: 2px;
  background: #fff;
}
#ai-route-judge .compare-details .map[data-fasterroute=""] .aqualine-detail .diff,
#ai-route-judge .compare-details .map[data-fasterroute=""] .keiyo-detail .diff {
  display: none;
}
#ai-route-judge .compare-details .chart {
  display: flex;
  padding: 24px 20px;
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #fff;
}
#ai-route-judge .compare-details .chart span {
  color: #656565;
}
#ai-route-judge .chart-wrap {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 946px) and (min-width: 641px) {
  #ai-route-judge .chart-wrap {
    height: 200px;
  }
}
#ai-route-judge #traffic {
  display: block;
  width: 100%;
  height: 100%;
}
#ai-route-judge .other-links {
  display: flex;
  gap: 12px;
  width: 100%;
}
@media screen and (max-width:640px) {
  #ai-route-judge .other-links {
    flex-direction: column;
  }
}
#ai-route-judge .other-links a {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex: 1;
  padding: 16px;
  text-align: center;
  border-radius: 8px;
  background: #2d720a;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
  color: white;
}
#ai-route-judge .other-links a:hover, #ai-route-judge .other-links a:active {
  opacity: 0.8;
}
#ai-route-judge .attention-list {
  width: 100%;
  color: #626262;
  font-size: 14px;
  font-style: normal;
  line-height: 24px; /* 171.429% */
}/*# sourceMappingURL=style.css.map */