/* line 1, ../../scss/menus/route.scss */
.app-route-show {
  min-height: 996px;
  background-color: #f3f3f3;
}
/* line 5, ../../scss/menus/route.scss */
.app-route-show .app-route-map {
  height: 552px;
  text-align: center;
}
/* line 9, ../../scss/menus/route.scss */
.app-route-show .app-route-map img {
  margin-top: 10px;
}
/* line 14, ../../scss/menus/route.scss */
.app-route-show .app-route-list {
  padding: 0 42px 0 55px;
}
/* line 18, ../../scss/menus/route.scss */
.app-route-show .app-route-list ul li {
  margin-bottom: 24px;
}
/* line 21, ../../scss/menus/route.scss */
.app-route-show .app-route-list ul li .app-route-destination {
  display: block;
  font-size: 16px;
  color: #333333;
}
/* line 27, ../../scss/menus/route.scss */
.app-route-show .app-route-list ul li .app-route-radiation {
  display: block;
  font-size: 12px;
  color: #888888;
  padding-left: 30px;
  line-height: 22px;
}

/* line 38, ../../scss/menus/route.scss */
.app-route-info {
  width: 724px;
  position: absolute;
  top: 640px;
  left: 60px;
}
/* line 44, ../../scss/menus/route.scss */
.app-route-info .route-desc {
  position: relative;
}
/* line 47, ../../scss/menus/route.scss */
.app-route-info .route-desc .route-from {
  width: 238px;
  float: left;
  z-index: 100;
}
/* line 52, ../../scss/menus/route.scss */
.app-route-info .route-desc .route-from img {
  width: 100%;
  height: 148px;
  margin-bottom: 20px;
}
/* line 59, ../../scss/menus/route.scss */
.app-route-info .route-desc .route-to {
  width: 238px;
  float: right;
  z-index: 100;
}
/* line 64, ../../scss/menus/route.scss */
.app-route-info .route-desc .route-to img {
  width: 100%;
  height: 148px;
  margin-bottom: 20px;
}
/* line 71, ../../scss/menus/route.scss */
.app-route-info .route-desc > img {
  position: absolute;
  width: 248px;
  top: 16px;
  left: 238px;
  z-index: 10;
}
/* line 79, ../../scss/menus/route.scss */
.app-route-info .route-desc .route-row {
  width: max-content;
}
/* line 82, ../../scss/menus/route.scss */
.app-route-info .route-desc .route-row p {
  display: inline-block;
  width: max-content;
  color: #666666;
  font-size: 16px;
  height: 28px;
  line-height: 28px;
}
