@charset "UTF-8";
/*
* 2019/12 共通UI別ファイル化
*　アクアライン専用
*/
/*
* 基本ブレークポイント
*/
/*
*マージン
*/
.l-main .cont_nagative-margin {
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (max-width: 640px) {
  .l-main .cont_sp-negative-margin {
    margin-left: -10px;
    margin-right: -10px;
  }
}

/*
* boxshadow
*/
/*
*　共通
*/
/*
*　関連コンテンツ
*/
.l-main .cont_maxw400 {
  width: 100%;
  max-width: 400px;
}

.l-main .cont_heatmap__img-base, .l-main .cont_heatmap__img-popmap {
  width: 180px;
	max-width: 155px;
  margin-left: -25px;
  margin-top: -30px;
}

.l-main .cont_heatmap {
  background: #fffeec;
  border: 1px solid #cccccc;
  display: flex;
  margin-top: 15px;
  padding: 10px;
}

.l-main .cont_heatmap__figure {
  height: 120px;
  margin: 0;
  padding: 0;
  width: 120px;
}

.l-main .cont_heatmap__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.l-main .cont_heatmap__img-popmap {
  position: absolute;
  top: 0;
  left: 0;
}

/****************************
* ベージ
*****************************/
.l-main .cont_about {
  background: #f2f2f2;
  padding: 15px;
}

@media screen and (max-width: 640px) {
  .l-main .cont_about {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.l-main .cont_about img.cont_docomo_logo {
  max-width: 100px;
  margin-top: 10px;
}

.l-main .cont_sub {
  background: #fffeec;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 15px;
}

.l-main .cont_sub__img {
  border-radius: 5px;
  float: left;
  margin: 0 10px 10px 0;
  max-width: 180px;
  width: 40%;
}

/****************************
* モーダル
*****************************/
.l-main .cont_modalwin {
  box-sizing: border-box;
  display: none;
  position: fixed;
  z-index: 900;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

@media screen and (min-width: 641px) {
  .l-main .cont_modalwin {
    padding: 50px;
  }
}

.l-main .cont_modalwin__bg {
  background-color: black;
  bottom: 0;
  display: fixed;
  left: 0;
  opacity: 0.7;
  position: fixed;
  right: 0;
  top: 0;
}

.l-main .cont_modalwin__wrap {
  background: #FFF;
  box-sizing: border-box;
  max-width: 810px;
  padding: 15px;
  position: relative;
  height: 100%;
}

@media screen and (min-width: 641px) {
  .l-main .cont_modalwin__wrap {
    border-radius: 5px;
  }
}

.l-main .cont_modalwin.is-view {
  display: flex;
  justify-content: center;
  animation: fadein 0.2s linear forwards;
}

.l-main .cont_modalwin__contents {
  height: 100%;
  overflow-y: auto;
  width: 100%;
}

.l-main .cont_modalwin__button-close {
  position: absolute;
  cursor: pointer;
}

@media screen and (min-width: 641px) {
  .l-main .cont_modalwin__button-close {
    width: 50px;
    height: 50px;
    right: -35px;
    top: -25px;
  }
}

@media screen and (max-width: 640px) {
  .l-main .cont_modalwin__button-close {
    width: 30px;
    height: 30px;
    right: 5px;
    top: 5px;
  }
}

.l-main .cont_modalwin__button-close img {
  max-width: 100%;
  height: auto;
}

/*
* モーダルに表示するヒートマップ
*/
.l-main .ai-heatmap-open__wrap {
  overflow: hidden;
}

.l-main .ai-heatmap-open__map {
  position: relative;
  /*margin: -17% -10% -18% -10%;*/
	margin: -17% auto -18% auto;
}

.l-main .ai-heatmap-open__map img {
  max-width: 100%;
  height: auto;
}

.l-main .ai-heatmap-open__map img.ai-heatmap {
  position: absolute;
  top: 0;
  left: 0;
}

/****************************
* 上書き
*****************************/
.l-main .ai-trafficgraph__value {
  height: 145px;
  margin-top: 55px;
}

.l-main .ai-trafficgraph__bar {
  background-size: auto 148px !important;
}

@media screen and (max-width: 640px) {
  .l-main .ai-trafficgraph__bar {
    background-image: url("/assets/img/trip/area/kanto/traffic/ai-traffic-prediction/bg_traffic-graph-bar-sp.svg");
  }
}
/*# sourceMappingURL=../../../../maps/area/kanto/traffic/aqualine/style.v20191118rs.css.map */
