@charset "utf-8";
/* CSS Document */
/* ［ドラ割］2025ツーリングプラン https://www.driveplaza.com/etc/drawari/2025_touring/ */

/* ご利用例 */
.l-container .ExCourse {
  position: relative;
  background-image: url("../../../../img/etc/drawari/2025_touring/bg_highway.gif");
  background-color: aliceblue;
  background-attachment: inherit;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 32px 0;
  margin: 24px auto;
  padding: 24px 16px;
}
.l-container .ExCourse .RoadSect {
  position: relative;
  background: linear-gradient(90deg, transparent 4%, #b5b5b5 4%, #b5b5b5 8%, transparent 8%);
}
.l-container .ExCourse .Highway.RoadSect { background: linear-gradient(90deg, transparent 4%, #18b500 4%, #18b500 8%, transparent 8%); }
.l-container .ExCourse .Freeway.RoadSect { background: linear-gradient(90deg, transparent 4%, #df4f77 4%, #df4f77 8%, transparent 8%); }
.l-container .ExCourse .RoadSect::last-child { background: none; }
.l-container .ExCourse .RoadSect p + p {
  margin-top: 0;
}
.l-container .ExCourse .RoadSect .Text {
  padding: 8px 8px 8px 40px;
}
.l-container .ExCourse .RoadSect .KmMin {
  font-family: Ubuntu, 游ゴシック体, YuGothic, "Yu Gothic Medium", "Yu Gothic UI", sans-serif;
  font-feature-settings: "palt";
  font-style: italic;
  font-size: 1.4rem;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
}
.l-container .ExCourse .RoadSectColumns {
  display: block;
}
.l-container .ExCourse .RoadSectColumns > .Col {
  width: 100%;
}
.l-container .ExCourse .RoadSectColumns > .Col + .Col {
  margin-left: 0;
  padding-bottom: 12px;
}
.l-container .ExCourse [class^="Sign"] {
  display: block;
  color: #007f4b ;
  background-color: #ffffff;
  border: 1px solid #007f4b ;
  border-radius: 2px;
  font-family: "A+EqpB-游ゴシック体 Pr6N B", "游ゴシック体", YuGothic, "Yu Gothic Medium", "Yu Gothic UI", sans-serif;
  font-weight: normal !important;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
  padding: 0.2rem;
}
.l-container .ExCourse .SignIC { color: #ffffff; background-color: #007f4b; }
.l-container .ExCourse .SignFree  { color: #df4f77; background-color: #ffffff; border: 1px solid #df4f77; }
.l-container .ExCourse .SignLine  { color: #ffffff; background-color: #1154bf; border: 1px solid #1154bf; outline: 1px solid #ffffff; outline-offset: -2px; }
.l-container .ExCourse .SignSpot  { color: #333333; background-color: #ffffff; border: 1px solid #333333; }
.l-container .ExCourse .PopupImg, 
.l-container .ExCourse [class^="PopupImg"] {
  display: block;
  position: relative;
  margin: 0 0 0 40px;
  padding: 8px;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.11);
}
.l-container .ExCourse .PopupImg::before, 
.l-container .ExCourse [class^="PopupImg"]::before {
  /* SPでは非表示 */
}
.l-container .ExCourse .PopupImg .Caption, 
.l-container .ExCourse [class^="PopupImg"] .Caption {
  font-size: 12px;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.375;
  margin-top: 8px;
  padding: 4px 0;
}

/* ▼タブレット用デザインとして付け足すデザイン */
@media all and (min-width: 768px) {
  .l-container .ExCourse {
    position: relative;
    background-image: url("../../../../img/etc/drawari/2025_touring/bg_highway.gif");
    background-attachment: inherit;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: aliceblue;
    border-radius: 0 0 64px 0;
    margin: 0 auto 64px;
    padding: 48px;
  }
  .l-container .ExCourse .RoadSect {
    position: relative;
    background: linear-gradient(90deg, transparent 4%, #b5b5b5 4%, #b5b5b5 6%, transparent 6%);
  }
  .l-container .ExCourse .Highway.RoadSect { background: linear-gradient(90deg, transparent 4%, #18b500 4%, #18b500 6%, transparent 6%); }
  .l-container .ExCourse .Freeway.RoadSect { background: linear-gradient(90deg, transparent 4%, #df4f77 4%, #df4f77 6%, transparent 6%); }
  .l-container .ExCourse .RoadSect::last-child { background: none; }
  .l-container .ExCourse .RoadSect p + p {
    margin-top: 0;
    padding-bottom: 24px;
  }
  .l-container .ExCourse .RoadSect .Text {
    padding: 8px 8px 8px 48px;
  }
  .l-container .ExCourse .RoadSectColumns {
    display: -ms-flexbox;
    display: flex;
  }
  .l-container .ExCourse .RoadSectColumns > .Col {
    /*-ms-flex: 1;
        flex: 1;*/
    width: 46%;
  }
  .l-container .ExCourse .RoadSectColumns > .Col + .Col {
    margin-left: 8%;
    padding-bottom: 16px;
  }
  .l-container .ExCourse [class^="Sign"] {
    display: block;
    color: #007f4b ;
    background-color: #ffffff;
    border: 2px solid #007f4b ;
    border-radius: 4px;
    font-family: "A+EqpB-游ゴシック体 Pr6N B", "游ゴシック体", YuGothic, "Yu Gothic Medium", "Yu Gothic UI", sans-serif;
    font-weight: normal !important;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    margin: 0;
    padding: 0.2rem;
  }
  .l-container .ExCourse .SignIC { color: #ffffff; background-color: #007f4b; }
  .l-container .ExCourse .SignFree  { color: #df4f77; background-color: #ffffff; border: 2px solid #df4f77; }
  .l-container .ExCourse .SignLine  { color: #ffffff; background-color: #1154bf; border: 2px solid #1154bf; outline: 1px solid #ffffff; outline-offset: -3px; }
  .l-container .ExCourse .SignSpot  { color: #333333; background-color: #ffffff; border: 2px solid #333333; }
  .l-container .ExCourse .PopupImg, 
  .l-container .ExCourse [class^="PopupImg"] { 
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 8px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.11);
  }
  .l-container .ExCourse .PopupImg .Caption, 
  .l-container .ExCourse [class^="PopupImg"] .Caption {
    font-size: 12px;
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.375;
    padding: 4px 0;
  }
  .l-container .ExCourse .PopupImg::before, 
  .l-container .ExCourse [class^="PopupImg"]::before {
    position: absolute;
    content: "";
    background-color: #ffffff;
    width: 16px;
    height: 16px;
    top: 16px;
    left: -8px;
    clip-path: polygon(50% 0%, 50% 100%, 0% 50%);
  }
  .l-container .ExCourse .PopupImgMid::before { top: calc(50% - 8px); }
  .l-container .ExCourse .PopupImgBtm::before { top: calc(100% - 36px); }
}

/* ▼PC用として付け足すデザイン */
@media all and (min-width: 960px) {
  .l-container .ExCourse {
    position: relative;
    background-image: url("../../../../img/etc/drawari/2025_touring/bg_highway.gif");
    background-attachment: inherit;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: aliceblue;
    border-radius: 0 0 64px 0;
    margin: 0 auto 32px;
    padding: 64px;
  }
  .l-container .ExCourse .RoadSect {
    position: relative;
    background: linear-gradient(90deg, transparent 4%, #b5b5b5 4%, #b5b5b5 6%, transparent 6%);
  }
  .l-container .ExCourse .Highway.RoadSect { background: linear-gradient(90deg, transparent 4%, #18b500 4%, #18b500 6%, transparent 6%); }
  .l-container .ExCourse .Freeway.RoadSect { background: linear-gradient(90deg, transparent 4%, #df4f77 4%, #df4f77 6%, transparent 6%); }
  .l-container .ExCourse .RoadSect::last-child { background: none; }
  .l-container .ExCourse .RoadSect p + p {
    margin-top: 0;
  }
  .l-container .ExCourse .RoadSect .Text {
    padding: 16px 16px 16px 64px;
  }
  .l-container .ExCourse .RoadSect .KmMin {
    font-family: Ubuntu, 游ゴシック体, YuGothic, "Yu Gothic Medium", "Yu Gothic UI", sans-serif;
    font-feature-settings: "palt";
    font-style: italic;
    font-size: 1.6rem;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
  }
  .l-container .ExCourse .RoadSectColumns {
    display: -ms-flexbox;
    display: flex;
  }
  .l-container .ExCourse .RoadSectColumns > .Col {
    /*-ms-flex: 1;
        flex: 1;*/
    width: 46%;
  }
  .l-container .ExCourse .RoadSectColumns > .Col + .Col { 
    margin-left: 16%;
    padding-bottom: 24px;
    width: 38%;
  }
  .l-container .ExCourse [class^="Sign"] {
    display: block;
    color: #007f4b ;
    background-color: #ffffff;
    border: 2px solid #007f4b ;
    border-radius: 4px;
    font-family: "A+EqpB-游ゴシック体 Pr6N B", "游ゴシック体", YuGothic, "Yu Gothic Medium", "Yu Gothic UI", sans-serif;
    font-weight: normal !important;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    margin: 0;
    padding: 0.4rem;
  }
  .l-container .ExCourse .SignIC { color: #ffffff; background-color: #007f4b; }
  .l-container .ExCourse .SignFree  { color: #df4f77; background-color: #ffffff; border: 2px solid #df4f77; }
  .l-container .ExCourse .SignLine  { color: #ffffff; background-color: #1154bf; border: 2px solid #1154bf; outline: 1px solid #ffffff; outline-offset: -3px; }
  .l-container .ExCourse .SignSpot  { color: #333333; background-color: #ffffff; border: 2px solid #333333; }
  .l-container .ExCourse .PopupImg, 
  .l-container .ExCourse [class^="PopupImg"] { 
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 10px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.11);
  }
  .l-container .ExCourse .PopupImg::before, 
  .l-container .ExCourse [class^="PopupImg"]::before {
    position: absolute;
    content: "";
    background-color: #ffffff;
    width: 24px;
    height: 24px;
    top: 24px;
    left: -12px;
    clip-path: polygon(50% 0%, 50% 100%, 0% 50%);
    /*clip-path: polygon(100% 0%, 100% 100%, 0% 100%);*/
  }
  .l-container .ExCourse .PopupImgMid::before { top: calc(50% - 12px); }
  .l-container .ExCourse .PopupImgBtm::before { top: calc(100% - 48px); }
  .l-container .ExCourse .PopupImg .Caption, 
  .l-container .ExCourse [class^="PopupImg"] .Caption {
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    line-height: 1.6;
    padding: 4px 0;
  }

  /* PC版 表示位置調整用ネガティブマージン */
  .l-container .pcmt--60 { margin-top: -60px; } .l-container .pcmt--64 { margin-top: -64px; } .l-container .pcmt--68 { margin-top: -68px; }
  .l-container .pcmt--80 { margin-top: -80px; } .l-container .pcmt--100 { margin-top: -100px; } .l-container .pcmt--120 { margin-top: -120px; }
  .l-container .pcmt--128 { margin-top: -128px; } .l-container .pcmt--140 { margin-top: -140px; } .l-container .pcmt--148 { margin-top: -148px; }
  .l-container .pcmt--156 { margin-top: -156px; } .l-container .pcmt--160 { margin-top: -160px; } .l-container .pcmt--180 { margin-top: -180px; }
  .l-container .pcmt--200 { margin-top: -200px; } .l-container .pcmt--240 { margin-top: -240px; } .l-container .pcmt--280 { margin-top: -280px; }

}
