@charset "utf-8";

/***************************************************************************

  飛行機にのる
  /flight/

***************************************************************************/
/*--------------------------------------------------------------------------
共通
--------------------------------------------------------------------------*/
/*-----------------------------------
  タイトル
-----------------------------------*/
.titleBlock.index {
  background: url(../img/flight/bg_title-index.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  height: 320px;
  display: flex;
}
.titleBlock.dms {
  background: url(../img/flight/bg_title-dms.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  height: 320px;
  display: flex;
}
.titleBlock.flow {
  background: url(../img/flight/bg_title-flow.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  height: 320px;
  display: flex;
}

.titleBlock::after {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.titleBlock h1,
.titleBlock p {
  position: relative;
  color: #ffffff !important;
  z-index: 1;
  font-weight: bold;
}

.titleBlock h1 {
  font-size: 4.2rem;
  line-height: 1.2;
}
.titleBlock p {
  margin: 16px 0 0 0;
}

.titleBlock {
  height: 230px;
  margin: 0 0 80px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #EBF6FC;
  background: linear-gradient(90deg, rgba(235, 246, 252, 1) 0%, rgba(207, 236, 251, 1) 100%);
}

.titleBlock.abroad h1 {
  font-size: 3.8rem;
  font-weight: bold;
  color: #1073E5 !important;
}
.titleBlock.abroad p {
  margin: 18px 0 0 0;
  font-weight: bold;
}
.titleBlock.abroad::after {
  display: none;
}


/*--------------------------------------------------------------------------
インデックス
--------------------------------------------------------------------------*/
.lwrIndexBtnNavi ul li {
  width: calc((100% / 2) - 10px);
}
.lwrIndexBtnNavi ul li a {
  font-size: 2rem;
  height: 150px;
  text-align: left;
  padding: 40px 24px;
  border-radius: 8px;
}
.lwrIndexBtnNavi ul li a span {
  flex-direction: column;
  justify-content: center;
  align-items:baseline;
  padding: 0 0 0 96px;
  min-height: 70px;
}
.lwrIndexBtnNavi ul li a small {
  font-size: 1.6rem;
  font-weight: normal;
  padding: 6px 0 0 0;
}
.lwrIndexBtnNavi ul li.departures a span {
  background: url(../img/flight/icon_departures.svg) no-repeat left center;
}
.lwrIndexBtnNavi ul li.arrivals a span {
  background: url(../img/flight/icon_arrivals.svg) no-repeat left center;
}
.lwrIndexBtnNavi ul li.domesdms a span {
  background: url(../img/flight/icon_domesdms.svg) no-repeat left center;
}
.lwrIndexBtnNavi ul li.interdms a span {
  background: url(../img/flight/icon_interdms.svg) no-repeat left center;
}
.lwrIndexBtnNavi ul li.flow a span {
  background: url(../img/flight/icon_flow.svg) no-repeat left center;
}



/*--------------------------------------------------------------------------
国内線時刻表
--------------------------------------------------------------------------*/
/*-----------------------------------
  トップ
-----------------------------------*/
.dmsBlock p {
  line-height: 1.8;
  margin: 0 0 45px;
}
.dmsTop ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 18px 18px;
}
.dmsTop ul li {
  width: calc((100% - 36px) / 3);
  display: flex;
  justify-content: space-between;
  border-radius: 6px;
  align-items: center;
  flex-wrap: nowrap;
  transition: 0.3s;
}
.dmsTop ul li a {
  width: 100%;
  display: block;
  font-size: 2.0rem;
  line-height: 1.5;
  font-weight: bold;
  border: solid 2px #9DD4EF;
  border-radius: 6px;
  background: url(../img/arrow_blue-circle-right.png) no-repeat right 20px center;
  background-size: 24px auto;
  padding: 25px 20px;
  transition: 0.3s;
}
.dmsTop ul li a:hover {
  border-color: #1073E5;
}
.dmsTop ul li.statusSuspend {
  border: solid 1px #DDDDDD;
  border-radius: 6px;
}
.dmsTop ul li.statusSuspend a {
  flex: 1;
  pointer-events: none;
  background: #fff;
  border: 0;
}
.dmsTop ul li.statusSuspend span {
  font-size: 1.3rem;
  font-weight: bold;
  background: #F5F5F5;
  padding: 5px 16px;
  line-height: 1;
  border-radius: 13px;
  color: #D70000;
  margin: 0 18px 0 0;
}
/*-----------------------------------
  詳細
-----------------------------------*/
.dmsBlock h2 {
  font-size: 3rem;
  margin: 64px 0 40px;
  padding: 0;
  font-weight: bold;
}
.dmsBlock .dmsBox {
  border-radius: 12px;
  background: #F5FBFE;
  padding: 24px 0 12px 0;
}

/* 月送り */
.dmsBlock .dmsBox .monthBox {
  background: #ffffff;
  border-radius: 20px;
  padding: 10px 30px;
  margin: auto;
  width: 60%;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dmsBlock .dmsBox .monthBox .current {
  font-size: 2.4rem;
  font-family: 'Roboto',serif;
}
.dmsBlock .dmsBox .monthBox span,
.dmsBlock .dmsBox .monthBox a {
  display: block;
}
.dmsBlock .dmsBox .monthBox span {
  color: #A8A8A8;
  height: 30px;
  padding-top: 2px;
}
.dmsBlock .dmsBox .monthBox a {
  color: #0091D7;
  height: 30px;
  padding-top: 2px;
}
.dmsBlock .dmsBox .monthBox .last span {
  background: url(../img/flight/arrow_gray-left.svg) no-repeat left center;
  background-size: 30px;
  padding-left: 36px;
}
.dmsBlock .dmsBox .monthBox .last a {
  background: url(../img/flight/arrow_blue-left.svg) no-repeat left center;
  background-size: 30px;
  padding-left: 36px;
}
.dmsBlock .dmsBox .monthBox .next span {
  background: url(../img/flight/arrow_gray-right.svg) no-repeat right center;
  background-size: 30px;
  padding-right: 36px;
}
.dmsBlock .dmsBox .monthBox .next a {
  background: url(../img/flight/arrow_blue-right.svg) no-repeat right center;
  background-size: 30px;
  padding-right: 36px;
}

/* 出発・到着便タブ */
.tabBox ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #C5DFEB;
  margin: 30px 0 24px;
}

.tabList li {
  width: 50%;
  display: inline-block;
  text-align: center;
  padding: 0 20px 12px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}

.tabList li span {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 0 49px;
  transition: 0.3s;
  display: inline-block;
  color: #333;
  line-height: 2;
}

.tabList li:hover span,
.tabList li.active span {
  color: #1073E5;
}

.tabList li::after {
  content: '';
  width: 0;
  height: 0;
  background: #1073E5;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -1px;
  transition: 0.3s;
}

.tabList li.active::after,
.tabList li:hover::after {
  width: 100%;
  height: 2px;
}

.tabList li.active {
  pointer-events: none;
}

.tabList:has(li:hover) li.active::after {
  width: 0;
  height: 0;
}

/* フライトリスト */
.flightListBox table {
  width: calc(100% - 48px);
  margin: auto;
  display: none;
}
.flightListBox table.show {
  width: calc(100% - 48px);
  margin: auto;
  display: block;
}
.flightListBox table tr {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 12px 26px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items:stretch;
}
.flightListBox table tr td:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.flightListBox table tr td:last-child {
  width: 140px;
  padding-top: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.flightListBox table tr td {
  font-family: 'Roboto',self;
  padding: 0 12px;
  display: table-cell;
}
.flightListBox table tr td:nth-child(1),
.flightListBox table tr td:nth-child(2),
.flightListBox table tr td:nth-child(3),
.flightListBox table tr td:nth-child(4),
.flightListBox table tr td:nth-child(5) {
  font-size: 2.4rem;
  font-weight: bold;
  padding-right: 20px;
}
.flightListBox table tr td:nth-child(6) {
  width: 370px;
  padding-left: 28px;
}
.flightListBox table tr td span {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  color: #929292;
}
.flightListBox table tr td img {
  width: auto;
  height: 33px;
}
.flightListBox table tr td.line {
  border-left: 1px solid #DEEAF0;
}
.flightListBox table tr td:last-child a {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 6px 32px 4px 18px;
  display: inline-block;
  background: #F4F4F4 url(../img/icon_blank.png) no-repeat right 13px center;
  background-size: 20px;
  border-radius: 20px;
}
.flightListBox table tr td:last-child a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

/* 運行状況・Web予約 */
.statusBox {
  margin: 64px 0 0 0;
  padding: 40px 32px 22px;
  background: #FAFAFA;
  border-radius: 2px;
  font-weight: bold;
}
.statusBox h3 {
  margin-bottom: 32px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.statusBox div {
  padding: 18px;
  margin-bottom: 10px;
  background: #ffffff;
  display: flex;
  align-items: center;
}
.statusBox div figure {
  padding: 10px 32px 10px 0;
  border-right: 1px solid #DEEAF0;
}
.statusBox div figure img {
  width: 164px;
}
.statusBox div h4 {
  padding: 0 32px;
  font-size: 1.8rem;
  font-weight: bold;
}
.statusBox div ul {
  display: flex;
  gap: 0 8px;
  margin-left: auto;
}
.statusBox div ul li a {
  width: 200px;
  padding: 12px 0 14px 0;
  text-align: center;
  display: block;
  border: 1px solid #B9CED8;
  border-radius: 6px;
  background: url(../img/icon_blank.png) no-repeat right 8px center;
  background-size: 20px;
  transition: 0.3s;
}
.statusBox div ul li a:hover {
  border-color: #0091D7;
  transition: 0.3s;
}

/* 現在運休 */
.suspendBox {
  background: #F5F5F5;
  border-radius: 2px;
  text-align: center;
  padding: 44px 20px;
}
.suspendBox p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #D70000;
}

/*--------------------------------------------------------------------------
出発・到着の流れ
--------------------------------------------------------------------------*/
nav.lwrCommonNaviInpage.col4 ul {
  gap: 0 12px;
}
nav.lwrCommonNaviInpage.col4 ul li {
  width: calc((100% / 4) - 10px);
}

.flowBlock h2 {
  margin: 80px 0 48px;
  font-size: 3rem;
  font-weight: bold;
}
.flowBlock h3 {
  margin: 64px 0 32px;
  padding: 0 0 12px;
  font-size: 2.6rem;
  font-weight: bold;
  border-bottom: 1px solid #1073E5;
}
.flowBlock h2 + h3 {
  margin-top: 48px;
}
.flowBlock ul.listDot {
  margin-bottom: 14px;
}

.flowBlock .columnRimg {
  display: flex;
  justify-content: space-between;
  margin: 0 0 32px;
}
.flowBlock .columnRimg .img {
  width: 300px;
}
.flowBlock .columnRimg .txt {
  width: calc(100% - 300px - 60px);
}



/*--------------------------------------------------------------------------
海外へ渡航される皆様へ
--------------------------------------------------------------------------*/
.abroadBlock h2 {
  margin: 80px 0 32px;
  font-size: 3rem;
  font-weight: bold;
}
.abroadBlock p {
  margin: 32px 0 10px;
}
main.flight ul.listDot a {
  text-decoration: underline;
  color: #1073E5;
}
main.flight ul.listDot a:hover {
  text-decoration: none;
}
main.flight a[target="_blank"] {
  background: url(../img/icon_blank.png) no-repeat right center;
  background-size: 20px;
  padding-right: 28px;
}