@charset "UTF-8";

/* テンプレート修正 */
#d_container .wrap {
  width: 100%;
}
#d_topic_path {
  width: 990px;
  margin: 0 auto 20px;
}

/* ------------------------------------------------
jalnet_20220318
------------------------------------------------ */
#jalnet_20220318 {
  text-align: center;
  color: #333;
}
#jalnet_20220318 *,
#jalnet_20220318 *:after,
#jalnet_20220318 *:before {
  box-sizing: border-box;
}
#jalnet_20220318 a {
  text-decoration: none;
  transition: opacity 0.4s;
}
#jalnet_20220318 a:hover {
  opacity: 0.7;
  cursor: pointer;
}
#jalnet_20220318 .contents_inner {
  margin: 0 auto;
}
#jalnet_20220318 .alignL {
  text-align: left !important;
}

/* mv */
#jalnet_20220318 .mv_visual {
  position: relative;
  margin: 0 auto;
}
#jalnet_20220318 .mv_visual:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  background: #ed1c24;
  width: 100%;
  height: 137px;
}

/* schedule */
#jalnet_20220318 .schedule {
  background: #cea058;
}
#jalnet_20220318 .schedule .contents_inner {
  position: relative;
  width: 652px;
  padding: 50px 0 40px;
  color: #fff;
}
#jalnet_20220318 .schedule .schedule_hl {
  position: absolute;
  top: -35px;
  left: -110px;
}
#jalnet_20220318 .schedule ul {
  border-top: dashed 1px #f5ecde;
  margin-bottom: 20px;
}
#jalnet_20220318 .schedule li {
  border-bottom: dashed 1px #f5ecde;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
#jalnet_20220318 .schedule .schedule_ttl {
  width: 180px;
  margin-right: 45px;
  border-right: solid 1px #e7d0ac;
  text-align: center;
  font-size: 18px;
}
#jalnet_20220318 .schedule .schedule_data {
  text-align: left;
  font-size: 22px;
}
#jalnet_20220318 .schedule .schedule_data strong {
  font-size: 26px;
  font-weight: normal;
}
#jalnet_20220318 .schedule .memo {
  font-size: 14px;
}

/* section */
#jalnet_20220318 .section {
  margin: 60px 0;
}
#jalnet_20220318 .section .contents_inner {
  width: 990px;
}
#jalnet_20220318 .section_hl {
  position: relative;
  margin-bottom: 20px;
}
#jalnet_20220318 .section_hl:after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ed1c24;
  z-index: -1;
}
#jalnet_20220318 .section_hl span {
  display: inline-block;
  background: #fff;
}
#jalnet_20220318 .section_txt {
  font-size: 17px;
  font-weight: bold;
}
#jalnet_20220318 .section .section_movie {
  margin: 40px auto 0;
  width: 100%;
  max-width: 650px;
}
#jalnet_20220318 .section .section_movieInner {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
#jalnet_20220318 .section iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#jalnet_20220318 .section .area_map {
  margin-top: 18px;
  position: relative;
}
#jalnet_20220318 .section .map_region {
  position: absolute;
  text-align: left;
}
#jalnet_20220318 .section .map_region.hokkaido {
  top: 15px;
  right: 80px;
}
#jalnet_20220318 .section .map_region.chugoku {
  top: 170px;
  left: 300px;
}
#jalnet_20220318 .section .map_region.kyusyu {
  bottom: 130px;
  left: 80px;
}
#jalnet_20220318 .section .map_region.kanto {
  bottom: 260px;
  right: 170px;
}
#jalnet_20220318 .section .map_region.shikoku {
  bottom: 20px;
  left: 380px;
}
#jalnet_20220318 .section .map_region.tohoku {
  top: 170px;
  right: 155px;
}
#jalnet_20220318 .section .map_region dt {
  font-size: 18px;
  font-weight: bold;
}
#jalnet_20220318 .section .map_region ul {
  border-left: solid 1px #e50011;
  margin: 10px 0 0 10px;
  padding-left: 10px;
}
#jalnet_20220318 .section .map_region li:not(:last-child) {
  padding-bottom: 5px;
}
#jalnet_20220318 .section .map_region li:before {
  content: "・";
  color: #e50011;
}
#jalnet_20220318 .section .map_region li a {
  font-size: 16px;
  color: #e50011;
}
#jalnet_20220318 .section .map_region li a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* area_list */
#jalnet_20220318 .area_list {
  background: #f4f4f4;
  margin-top: 40px;
  padding-bottom: 40px;
}
#jalnet_20220318 .area_list dt {
  position: relative;
  padding: 25px 0 10px;
  font-size: 22px;
  font-weight: bold;
  color: #e50011;
}
#jalnet_20220318 .area_list dt:before {
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 21px;
  height: 22px;
  background: url(/ec/shop/images/campaign/20220318_jalnet/icon_plane.svg)
    no-repeat;
}
#jalnet_20220318 .area_list dt:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #e50011;
}
#jalnet_20220318 .area_list dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#jalnet_20220318 .area_list dd li {
  flex: 0 1 290px;
  margin: 20px 10px 0;
  background: #fff;
}
#jalnet_20220318 .area_list dd li a {
  display: block;
}
#jalnet_20220318 .area_list dd .area_figure {
  padding: 10px;
}
#jalnet_20220318 .area_list dd .area_name,
#jalnet_20220318 .date_name {
  position: relative;
  background: #e50011;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
}
#jalnet_20220318 .area_list dd .area_name:after {
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 11px;
  height: 15px;
  background: url(/ec/shop/images/campaign/20220318_jalnet/arw_next.svg)
    no-repeat;
}

/* allgoods */
#jalnet_20220318 .allgoods {
  margin: 30px auto 90px;
}

/* update */
#jalnet_20220318.up0509 .area_list dd .area_figure img {
  width: 270px;
}
#jalnet_20220318 .date-box {
  display: flex;
  width: 900px;
  margin: 40px auto 0;
}
#jalnet_20220318 .date-box .date_name {
  width: 430px;
  padding: 24px 20px 20px;
  line-height: 1.33;
  position: relative;
}
#jalnet_20220318 .date-box .date_name:after {
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 11px;
  height: 15px;
  background: url(/ec/shop/images/campaign/20220318_jalnet/arw_next.svg)
    no-repeat;
}
#jalnet_20220318 .date-box .date_name:first-child {
  margin-right: 40px;
}
#jalnet_20220318 .event h2 {
  font-size: 30px;
  color: #ed1c24;
}
#jalnet_20220318 .event .section_txt {
  margin: 10px 0 20px;
}
#jalnet_20220318 .event .contents_inner {
  position: relative;
  width: 794px;
  margin-top: 50px;
  padding: 50px 50px 30px;
  color: #333;
  border: double 2px #cea058;
}
#jalnet_20220318 .event ul {
  border-top: dashed 1px #999;
  margin-bottom: 20px;
  width: 570px;
  margin: 0 auto;
}
#jalnet_20220318 .event li {
  border-bottom: dashed 1px #999;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
#jalnet_20220318 .event .schedule_ttl {
  width: 180px;
  margin-right: 45px;
  border-right: solid 1px #999;
  text-align: center;
  font-size: 18px;
}
#jalnet_20220318 .event .schedule_data {
  text-align: left;
  font-size: 22px;
}
#jalnet_20220318 .event .schedule_data strong {
  font-size: 26px;
  font-weight: normal;
}

/* レスポンシブ */
#jalnet_20220318 .pc {
  display: inline-block;
}

#jalnet_20220318 .sp {
  display: none !important;
}
