/* ------------------------------------------------------ */
/* kv */
/* ------------------------------------------------------ */
#kvWrap {
    background: url(/ja/campaign/tokyo-haneda-fukuoka/img/kv_title.jpg) center 0 no-repeat;
    height: 700px;
    background-size: cover;
    position: relative;
    text-indent: -5000em;
    max-width: 1600px;
    margin: 0 auto;
}
#kvWrap h1 {
    /*padding-top: 62px;*/
    text-align: center;
}
/* ------------------------------------------------------ */
/* common */
/* ------------------------------------------------------ */
#container {
  color: #000;
}
h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
h2::before {
  content: "";
  display: block;
  width: 73px;
  height: 30px;
  margin: 0 auto 3px;
  background-color: #333;
  -webkit-mask-image: url('/ja/campaign/tokyo-haneda-fukuoka/img/dot.svg');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url('/ja/campaign/tokyo-haneda-fukuoka/img/dot.svg');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.sectionWrap {
  margin-top: 80px;
  text-align: center;
}
h2.color-orange::before {
    background-color: #FF8008;
}
h2.color-blue::before {
    background-color: #08B1FF;
}
h2.color-pink::before {
    background-color: #FF4081;
}
/* ------------------------------------------------------ */
/* readtxt */
/* ------------------------------------------------------ */
#section_point .readtxt p span,
#section_point .head_txt {
  color: #FF8008;
  font-weight: bold;
}
#section_point .head_txt {
  font-size: 1.1em;
}
#section_point .readtxt {
  background-image: url(/ja/campaign/tokyo-haneda-fukuoka/img/img_left.png),url(/ja/campaign/tokyo-haneda-fukuoka/img/img_right.png) ;
  background-position: left,right;
  background-repeat: no-repeat;
  background-size: 100px, 120px;
  height: 110px;

  p {
    padding-top: 20px;
  }
}
.rsvBlock {
  background-color: #E8F5FF;
  margin-bottom: 70px;
}
.rsvBlock h2 {
  text-align: center;
  padding-top: 10px;
  color: #001871;
  margin-bottom: 0;

  span {
    font-size: 2rem;
    padding: 0 0 0 40px;
    vertical-align: text-top;
}
}
/* ------------------------------------------------------ */
/* Pagelink */
/* ------------------------------------------------------ */
.pagelink ul {
  display: flex;
  gap: 30px;
  background: #FFFEEF;
  padding: 20px 26px;
}
.pagelink ul li:first-child {
  border: 3px solid #FF8008;
}
.pagelink ul li:last-child {
  border: 3px solid #FF4081;
}
.pagelink ul li {
  display: flex;
  font-size: 1.1em;
  position: relative;
  border: 3px solid #08B1FF;
  border-radius: 50vh;
  text-align: center;
  width: 260px;
  background-color: #fff;
}
.pagelink ul li:first-child::after {
  content: '';
  position: absolute;
  right: 47%;
  top: 76%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #FF8008;
  border-right: 3px solid #FF8008;
  transform: translate(0, -50%) rotate(135deg);
}
.pagelink ul li:last-child::after {
  content: '';
  position: absolute;
  right: 47%;
  top: 76%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #FF4081;
  border-right: 3px solid #FF4081;
  transform: translate(0, -50%) rotate(135deg);
}
.pagelink ul li::after {
  content: '';
  position: absolute;
  right: 47%;
  top: 76%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #08B1FF;
  border-right: 3px solid #08B1FF;
  transform: translate(0, -50%) rotate(135deg);
}
.pagelink ul li a {
  display: block;
  padding: 12px 0 20px;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
  color: #000;
  font-weight: bold;
}
.pagelink ul li:hover {
  opacity: 0.5;
  transition: all .3s;
}

/* innerWrap */
.innerWrap {
  max-width: 960px;
  margin: 0 auto;
}
.innerWrap-1 {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 70px 0;
}
.innerWrap-2 {
    width: 100%;
    position: relative;
    margin: 0;
}
#section_flight .inner_block {	
    background: none;
}
/* ------------------------------------------------------ */
/* Table */
/* ------------------------------------------------------ */
.custom-table {
    border-collapse: collapse; /* cellspacing="0" と同等 */
    text-align: center; /* align="center" と同等 */
    font-weight: bold;
    font-size: 1.6rem;
    margin-top: 60px;
}
.week {
  background-color: #F0F0F0;
}
.route {
  background-color: #FFF7F0;
}
.custom-table td {
    border: 1px solid #B9B9B9; /* border="1" と同等 */
    padding: 10px; /* cellpadding="10" と同等 */
    vertical-align: middle;
    
    span {
      font-size: 1.2rem;
    }
}
.conditionList {
  height: 92px;

  .ampm {
    padding: 10px 5px 10px 0;

    img {
      margin-right: 3px;
    }
  }

  .typeA {
    background-color: #EFFAFF;
    padding: 10px 0 0 0;
  }
  .typeB {
    background-color: #FFFEEA;
    padding: 10px 0 0 0;
  }
  .typeC {
    background-color: #FFEEEF;
    padding: 10px 0 0 0;
  }

  .typeA span::before {
    content: "";
    display: block;
    width: 17px;
    height: 41px;
    background: url('/ja/campaign/tokyo-haneda-fukuoka/img/typeA.svg') no-repeat center / contain;
    margin: 0 auto;
  }
  .typeB span::before {
    content: "";
    display: block;
    width: 27px;
    height: 41px;
    background: url('/ja/campaign/tokyo-haneda-fukuoka/img/typeB.svg') no-repeat center / contain;
    margin: 0 auto;
  }
  .typeC span::before {
    content: "";
    display: block;
    width: 37px;
    height: 41px;
    background: url('/ja/campaign/tokyo-haneda-fukuoka/img/typeC.svg') no-repeat center / contain;
    margin: 0 auto;
  }
}
.airport_fuk {
  margin-top: 60px;
}
h3 {
  font-weight: bold;
}
.attentionBlockA01 {
  text-align: left;
  margin-top: 30px;
}
/* ------------------------------------------------------ */
/* section_service */
/* ------------------------------------------------------ */
#section_service {
	margin-top: 80px;
	position: relative;
  & .heading span {
    display: block;
    margin-top: 12px;
    color: var(--text-black);
    font-size: 1.8rem;
    font-weight: 700;
  }
}
.service_block {
  border-radius: 8px;
  text-align: left;
  & ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    & li {
      width: calc(50% - 10px);
      background: #EFF5FB;
      border-radius: 16px;
      margin-bottom: 30px;
      padding: 20px 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      & img {
        width: 140px;
        margin-right: 20px;
      }
    }
  }
  .service__sub {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #001871;
  }
  .service__txt span {
    font-weight: 700;
    color: #001871;
  }
  .servise_bnr {
    margin: 30px auto;
    text-align: center;
    & img {
      border: 1px solid #e2e2e2;
    }
  }
}
.speechBubble {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 8px;
  background-color: #001871;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #001871 transparent transparent;
  translate: -50% 100%;
}

/* ------------------------------------------------------ */
/* Banner */
/* ------------------------------------------------------ */
.bnr_list {
  max-width: 632px;
  margin: 120px auto 0;
  li {
    flex: 1;
    text-align: center;
  }
}

.rsvBlock h2:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(/ja/common/images/ico_airplane.png);
    background-size: contain;
    margin-right: 8px;
    top: 16px;
    position: absolute;
    mask-image: none;
    background-color: transparent;
}