@charset "UTF-8";
@media only screen and (min-width: 741px) {
  .textMv {
    height: 430px;
  }
}
.textMv::before {
  background: none;
}

.textMv__img {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.textMv__textWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 110px 480px 0 0;
}

.haneda {
  overflow: hidden;
}

.haneda-header {
  padding: 60px 0 30px;
  text-align: center;
}
.haneda-header .haneda-header__container {
  margin: 0 auto;
}
.haneda-header .haneda-header__container .haneda-header__english {
  font-size: 100px;
  color: #fff;
  text-shadow: 1px 1px 0 #0f44c9, -1px -1px 0 #0f44c9, -1px 1px 0 #0f44c9, 1px -1px 0 #0f44c9, 0px 1px 0 #0f44c9, 0 -1px 0 #0f44c9, -1px 0 0 #0f44c9, 1px 0 0 #0f44c9;
  line-height: 1;
}
.haneda-header .haneda-header__container .haneda-header__main {
  margin-bottom: 20px;
  font-size: 32px;
  color: #0f44c9;
}
.haneda-header .haneda-header__container .haneda-header__sub {
  padding: 0 20px;
  font-size: 1rem;
}
.haneda-header .haneda-header__container .haneda-header__sub span {
  font-weight: bold;
}
.haneda-header .haneda-header__container .haneda-header__sub--convenient {
  margin-bottom: 30px;
}
.haneda-header .haneda-header__container .haneda-header__annotation {
  color: #a3a3a3;
}

.title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.title--service {
  flex-direction: column;
}
.title img {
  margin-right: 20px;
}
.title .title__text {
  font-size: 1.7rem;
  font-weight: bold;
}
.title .title__text span {
  margin-left: -10px;
  font-size: 1.3rem;
  font-weight: normal;
}
.title .title__text--after {
  color: #0f44c9;
}
.title .title__text--after span {
  color: #0f44c9;
}

.haneda-button__wrapper {
  text-align: center;
}
.haneda-button__wrapper .haneda-button {
  max-width: 260px;
  background-image: url(../images/arrow_blue_r.svg);
  background-size: 13px 13px;
  background-position: center right 10px;
}

.innovative {
  margin-bottom: 60px;
  background-image: url(../images/bg_innovative.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top 40px center;
}
.innovative .innovative__place {
  max-width: 992px;
  margin: 0 auto;
}
.innovative .innovative__place__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  justify-content: center;
  margin-bottom: 60px;
  text-align: center;
}
.innovative .innovative__place__item {
  width: calc((100% - 60px) / 4);
}
.innovative .innovative__place__item__img {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 50%;
  transition: all 0.25s ease-out;
}
.innovative .innovative__place__item__img:hover .innovative__pseudo {
  visibility: visible;
  background: rgba(0, 81, 158, 0.8);
}
.innovative .innovative__place__item__img:hover .innovative__pseudo__links {
  visibility: visible;
}
.innovative .innovative__place__item__img img {
  width: 100%;
}
.innovative .innovative__pseudo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  border-radius: 50%;
  transition: all 0.25s ease-out;
}
.innovative .innovative__pseudo__links {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  top: 5px;
  visibility: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto 10px;
  padding-left: 30px;
}
.innovative .innovative__pseudo__link {
  margin-bottom: 10px;
}
.innovative .innovative__pseudo__link img {
  width: 20px;
  height: 20px;
  padding-right: 5px;
}
.innovative .innovative__pseudo__link a {
  border-bottom: 1px solid #fff;
  text-decoration: none;
  color: #fff;
}
.innovative .innovative__place__place-name {
  font-size: 16px;
  font-weight: bold;
}
.innovative .innovative__schedule__list {
  display: flex;
  justify-content: center;
}
.innovative .innovative__schedule__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 320px;
  margin: 0 7px 14px;
  border: 1px solid #0f44c9;
  border-radius: 5px;
}
.innovative .innovative__schedule__airline {
  display: flex;
  align-items: end;
  padding: 10px;
  background: #f1f7ff;
  border-radius: 5px;
  color: #0f44c9;
  font-size: 1.5rem;
  font-weight: bold;
}
.innovative .innovative__schedule__airline img {
  margin-right: 10px;
}
.innovative .innovative__schedule__contents {
  padding: 15px;
}
.innovative .innovative__schedule__additional {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.innovative .innovative__schedule__additional--flight {
  align-items: center;
}
.innovative .innovative__schedule__additional--place {
  align-items: flex-start;
}
.innovative .innovative__schedule__additional__tag {
  width: 88px;
  background: #f1f7ff;
  margin-right: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.innovative .innovative__schedule__additional__tag--place {
  margin-top: 3px;
}
.innovative .innovative__schedule__additional__number {
  display: flex;
  align-items: center;
  width: 64%;
}
.innovative .innovative__schedule__additional__before {
  padding-right: 10px;
  font-size: 20px;
  font-weight: bold;
}
.innovative .innovative__schedule__additional__before img {
  width: 28px;
  height: 28px;
  margin: 0 10px 3px 0;
}
.innovative .innovative__schedule__additional__after {
  font-size: 28px;
  font-weight: bold;
}
.innovative .innovative__schedule__additional__name {
  width: 64%;
}
.innovative .innovative__schedule__additional__name span {
  font-size: 1.1rem;
  font-weight: bold;
}
.innovative .innovative__schedule__additional__button__wrapper {
  margin-bottom: 20px;
  text-align: center;
}
.innovative .innovative__schedule__additional__button__wrapper .innovative__schedule__additional__button {
  padding: 3px;
  font-size: 12px;
}
.innovative .dst__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.innovative .dst__list--item--name {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-bottom: 4px solid #5184e3;
  margin-bottom: 3px;
}
.innovative .country__list {
  display: grid;
  gap: 2px;
}
.innovative .country__list--item {
  display: grid;
  grid-template-columns: 245px 1fr;
  background: #f2f2f2;
  font-size: 14px;
  padding: 10px 0;
}
.innovative .country__list--item--name {
  font-weight: bold;
  padding-left: 25px;
}
.innovative .dst__list--item--name--text {
  width: 225px;
  display: flex;
  background: #5184e3;
  padding: 8px 25px 0;
  -webkit-clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
}
.innovative .city__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}
.innovative .search__button {
  width: 540px;
  background: #ec9415;
  border-bottom: 5px solid #bc6f00;
  margin: 50px auto 0;
}
.innovative .search__button--link {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background: url(/cmn/icon/icon_arrow_down_white.svg) no-repeat right 55px center/45px 45px;
  padding: 20px 55px 15px;
}

.cboxPrevious, .cboxNext {
  display: none;
}

.convenient {
  position: relative;
}
.convenient::after {
  position: absolute;
  top: 0;
  left: 480px;
  width: 100%;
  height: 250px;
  margin-bottom: 60px;
  background-image: url(../images/bg_convenient.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  content: "";
}
.convenient .convenient__schedule {
  display: flex;
  justify-content: space-between;
  max-width: 992px;
  margin: 0 auto 50px;
}
.convenient .convenient__table__wrapper {
  width: 48%;
}
.convenient .convenient__table__title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
.convenient .convenient__table__title--before {
  color: #cacaca;
}
.convenient .convenient__table__title--after {
  color: #406bd5;
}
.convenient .convenient__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
}
.convenient .convenient__table .row--border-bottom {
  border-bottom: 2px solid #fff;
}
.convenient .convenient__table .cel__header {
  color: #fff;
  padding: 3px;
}
.convenient .convenient__table .cel__header__dest--before {
  background: #cacaca;
}
.convenient .convenient__table .cel__header__dest--after {
  background: #6f8fdf;
}
.convenient .convenient__table .cel__header__time--before {
  background: #a1a1a1;
}
.convenient .convenient__table .cel__header__time--after {
  background: #3f69d4;
}
.convenient .convenient__table .cel {
  padding: 5px;
}
.convenient .convenient__table .cel__dest--before {
  background: #f2f2f2;
}
.convenient .convenient__table .cel__dest--after {
  background: #f1f7ff;
}
.convenient .convenient__table .cel__dest span {
  padding-right: 8px;
  font-weight: bold;
}
.convenient .convenient__table .cel__time--before {
  background: #dedede;
}
.convenient .convenient__table .cel__time--after {
  background: #cfdaf4;
}

.renewal {
  margin-bottom: 100px;
  position: relative;
}
.renewal::after {
  position: absolute;
  top: 0;
  left: -480px;
  width: 100%;
  height: 250px;
  margin-bottom: 60px;
  background-image: url(../images/bg_renewal.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  content: "";
}
.renewal .renewal__container {
  max-width: 992px;
  margin: 0 auto 50px;
}
.renewal .renewal__map {
  margin-bottom: 50px;
  text-align: center;
}
.renewal .renewal__details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding: 65px 50px 40px;
  background: #f0f7ff;
  background-repeat: no-repeat;
  background-position: top left;
  border-radius: 20px;
}
.renewal .renewal__details--1 {
  background-image: url(../images/bg_renewal_1.png);
}
.renewal .renewal__details--3 {
  background-image: url(../images/bg_renewal_3.png);
}
.renewal .renewal__details .renewal__details__img {
  width: 46%;
}
.renewal .renewal__details .renewal__details__img img {
  width: 100%;
}
.renewal .renewal__details .renewal__details__content {
  width: 50%;
}
.renewal .renewal__details .renewal__details__content__container {
  margin-bottom: 20px;
}
.renewal .renewal__details .renewal__details__title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.renewal .renewal__details .renewal__details__title span {
  color: #ed1111;
}
.renewal .renewal__details--2 {
  margin-bottom: 50px;
  padding: 65px 50px 40px;
  background: #f1f7ff;
  background-image: url(../images/bg_renewal_2.png);
  background-repeat: no-repeat;
  background-position: top left;
  border-radius: 20px;
}
.renewal .renewal__details--2 .renewal__details__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.renewal .renewal__details--2 .renewal__details__header__title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.renewal .renewal__details--2 .renewal__details__content {
  display: flex;
  justify-content: space-between;
}
.renewal .renewal__details--2 .renewal__details__content__container {
  width: 48%;
}
.renewal .renewal__details--2 .renewal__details__content__title {
  margin-bottom: 5px;
  font-size: 16px;
  color: #6f8fdf;
  font-weight: bold;
}
.renewal .renewal__details--2 .renewal__details__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
}
.renewal .renewal__details--2 .renewal__details__table .row--border-bottom {
  border-bottom: 2px solid #fff;
}
.renewal .renewal__details--2 .renewal__details__table .cel__header {
  background: #3f69d4;
  color: #fff;
}
.renewal .renewal__details--2 .renewal__details__table .cel__header--before {
  background: #6f8fdf;
}
.renewal .renewal__details--2 .renewal__details__table .cel__header--after {
  background: #3f69d4;
}
.renewal .renewal__details--2 .renewal__details__table .cel__station {
  padding: 5px;
  background: #dae5f9;
}
.renewal .renewal__details--2 .renewal__details__table .cel__station--before {
  padding: 5px;
  background: #dae5f9;
}
.renewal .renewal__details--2 .renewal__details__table .cel__station--after {
  background: #cfdaf4;
}

.service {
  padding-bottom: 50px;
  background: #f2f2f2;
  background-position: top 100px left;
}
.service .haneda-header {
  position: relative;
  top: -110px;
  left: 0;
  margin-bottom: -110px;
}
.service .service__container {
  max-width: 992px;
  margin: 0 auto;
}
.service .service__banners {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.service .service__banner {
  width: 25%;
  padding: 10px;
  transition: all 0.25s ease-out;
}
.service .service__banner:hover {
  opacity: 0.7;
}
.service .service__banner img {
  width: 100%;
  border-radius: 5px;
}
.service .service__points__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5%;
}
.service .service__points__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 33%;
  padding: 10px 0 30px;
}
.service .service__points__item img {
  margin-right: 10px;
}
.service .service__points__item__content {
  width: 65%;
}
.service .service__points__item__content .service__points__item__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.service .service__button__wrapper {
  text-align: center;
}
.service .service__button__wrapper .service__button {
  max-width: 350px;
  background-image: url(https://www.his-j.com/cmn/icon/icon_arrow_right_blue.svg);
}

.tour {
  margin-bottom: 50px;
}
.tour .tour__container {
  max-width: 992px;
  margin: 0 auto;
}
.tour .gridTab__item {
  color: #000;
  text-decoration: none;
}
.tour .gridTab__item:hover {
  color: #fff;
}
.tour .toggleControl--active .gridTab__item {
  background: #0f44c9;
  color: #fff;
}
.tour .toggleControl--active .gridTab__item::after {
  border-top-color: #0f44c9;
  top: inherit;
  bottom: -14px;
}

.ticket {
  margin-bottom: 50px;
}
.ticket .ticket__container {
  max-width: 992px;
  margin: 0 auto;
}
.ticket .grid-col__link {
  opacity: inherit;
}
.ticket .ticket__card__link {
  margin-bottom: 10px;
}
.ticket .ticket__card__link img {
  width: 20px;
  height: 20px;
  padding-right: 5px;
}
.ticket .ticket__card__link a {
  border-bottom: 1px solid #afafaf;
  text-decoration: none;
  color: inherit;
}

.hotel {
  margin-bottom: 50px;
}
.hotel .hotel__container {
  max-width: 992px;
  margin: 0 auto;
}
.hotel .hotel__container .grid-col__link:hover {
  opacity: 1;
}

.faq .faq__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  width: 900px;
  font-size: 18px;
  margin: 0 auto;
}
.faq .faq__question {
  display: grid;
  grid-template-columns: 1em 1fr;
  gap: 1.5em;
  align-items: center;
  background: #5184e3;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  padding: 15px;
}
.faq .faq__question::before {
  content: "Q";
  font-size: 24px;
  color: #dfe7f8;
}
.faq .faq__answer {
  display: grid;
  grid-template-columns: 1em 1fr;
  gap: 1.5em;
  background: #dfe7f8;
  padding: 10px 15px;
}
.faq .faq__answer::before {
  content: "A";
  font-size: 24px;
  font-weight: bold;
  color: #68a1ed;
}
.faq .faq__answer .faq__answer--text {
  line-height: 1.4;
}

#searchApp {
  margin: 50px 0 80px;
  padding-top: 50px;
}

/*★ ＝＝ hover ＝＝ ★*/
@media (hover: hover) and (pointer: fine) {
  .search__button {
    transition: all 0.25s ease-out;
  }
  .search__button:hover {
    opacity: 0.7;
  }
}/*# sourceMappingURL=haneda.css.map */