/* CSS Document */

/***********************************************

共通

***********************************************/
.contentsBlock {
  width: 100%;
  position: relative;
}
.contentsBlockInner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
main,
main section {
  width: 100%;
}
.contentsSec article {
  padding: 0 30px;
}
.contentsSec p {
  margin: 0 0 1em;
}
.contentsSec ul li {
  position: relative;
  padding: 0 0 0 1.4em;
}
.contentsSec ul li::before {
  content: '●';
  position: absolute;
  color: #78afdd;
  left: 0;
  top: 0;
}
.contentsSec ol {
  list-style-type: decimal;
  margin: 0 0 20px 1.4em;
}
.contentsSec ul {
  margin: 0 0 20px 0;
}
.contentsSec ul li,
.contentsSec ol li {
  margin: 0 0 8px;
}

.contentsSec a.linkArw {
  background: url("../img/arw_blue.png") no-repeat right center;
  background-size: 6px auto;
  padding: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  main {
    padding: 0 10px;
  }
  .contentsSec article {
    padding: 0;
  }
  .contentsSec article p img {
    max-width: 100%;
  }
}

/* パンくずリスト
----------------------------------------------*/
.bcNav {
  max-width: 1200px;
  margin: 30px auto;
}
.bcNav .bcNavList {
  font-size: 14px;
  color: #666666;
  padding: 0;
}
.bcNav .bcNavList li {
  display: inline-block;
  position: relative;
  margin: 0 8px 0 0;
  padding: 0 20px 0 0;
}
.bcNav .bcNavList li::before {
  content: '';
  background: url("../img/arw_blue.png") no-repeat right center;
  background-size: 6px auto;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
}
.bcNav .bcNavList li:last-child::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .bcNav {
    padding: 0 10px;
  }
  .bcNav .bcNavList {
    font-size: 11px;
  }
  .bcNav .bcNavList li::before {
    background-size: 5px auto;
    width: 5px;
    height: 8px;
  }
}

/* H1
----------------------------------------------*/
.secondTtlBlock {
  background: #3d8dcf url("../img/lower/bg_lower-top.png") no-repeat right 150px top;
  position: relative;
}
.secondTtlBlock::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 434px;
  height: 131px;
  background: url("../img/lower/bg_lower-bottom-left.png") no-repeat left bottom;
}
.secondTtlBlock::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 432px;
  height: 140px;
  background: url("../img/lower/bg_lower-bottom-right.png") no-repeat right bottom;
}
.secondTtlBlock .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
}
.secondTtlBlock div {
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
}
.secondTtlBlock div span {
  display: inline-block;
  background: url("../img/lower/bg_h1-left.png") no-repeat left bottom 10px,url("../img/lower/bg_h1-right.png") no-repeat right bottom 10px;
  background-size: auto 42px;
  padding: 0 50px;
  letter-spacing: 0.05em;
}
.secondTtlBlock div small {
  display: block;
  color: #f6eb08;
  font-family: 'Damion';
  font-weight: 400;
  font-size: 25px;
  line-height: 0.8;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .secondTtlBlock {
    background-image: none;
  }
  .secondTtlBlock::before {
    background: url("../img/lower/bg_lower-bottom-left_sp.png") no-repeat left bottom;
  }
  .secondTtlBlock::after {
    background: url("../img/lower/bg_lower-bottom-right_sp.png") no-repeat right bottom;
  }
  .secondTtlBlock::before,
  .secondTtlBlock::after {
    width: 30%;
    height: 100%;
    background-size: contain;
  }
  .secondTtlBlock .wrap {
    padding: 80px 0;
  }
  .secondTtlBlock div {
    font-size: 25px;
  }
  .secondTtlBlock div span {
    background-position: left bottom 5px,right bottom 5px;
    background-size: auto 24px;
    padding: 0 30px;
  }
  .secondTtlBlock div small {
    font-size: 13px;
  }
}

/***********************************************

一覧

***********************************************/
/* リストボタン
----------------------------------------------*/
.listPage .cntLinkList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
}
.listPage .cntLinkList ul li {
  width: 48.8%;
  font-size: 18px;
  display: flex;
  margin: 0 0 30px;
  padding: 0;
}
.listPage .cntLinkList ul li::before {
  display: none;
}
.listPage .cntLinkList ul li a {
  width: 100%;
  display: block;
  border: 2px solid #78afdd;
  border-radius: 6px;
  padding: 30px 40px 35px 30px;
  background: url("../img/arw_blue.png") no-repeat right 20px center;
  background-size: 8px auto;
  box-shadow: 5px 5px 0 0 #d6ebf5;
  text-decoration: none;
}
.listPage .cntLinkList ul li a:hover {
  box-shadow: none;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .listPage .cntLinkList ul {
    display: block;
    margin: 0;
  }
  .listPage .cntLinkList ul li {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    display: block;
    margin: 0 0 20px;
  }
  .listPage .cntLinkList ul li a {
    padding: 15px 30px 20px 20px;
    background: url("../img/arw_blue.png") no-repeat right 15px center;
    background-size: 6px auto;
  }
}

/***********************************************

詳細

***********************************************/
/* H1
----------------------------------------------*/
.contentsSec h1 {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  border-bottom: 3px solid #e6e6e6;
  line-height: 1.4;
  margin: 50px 0 30px;
  padding: 0 0 20px;
}
.contentsSec h1:first-child {
  margin-top: 0;
}
.contentsSec h1::after {
  content: '';
  background-color: #78afdd;
  width: 200px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -3px;
}
@media screen and (max-width: 767px) {
  .contentsSec h1 {
    font-size: 20px;
    border-bottom: 3px solid #e6e6e6;
    margin: 50px 0 20px;
    padding: 0 0 15px;
  }
  .contentsSec h1:first-child {
    margin-top: 0;
  }
  .contentsSec h1::after {
    width: 80px;
  }
}

/* H2
----------------------------------------------*/
.contentsSec h2 {
  font-weight: 500;
  font-size: 20px;
  margin: 50px auto 20px;
  padding: 10px 20px 12px;
  line-height: 1.4;
  background: #d6ebf5;
  position: relative;
}
.contentsSec h2::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-width: 0 20px 20px 0;
  border-style: solid;
  border-color: #4c9ac0 #fff #4c9ac0;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.contentsSec h1 + h2 {
  margin: 20px auto 15px;
}
@media screen and (max-width: 767px) {
  .contentsSec h2 {
    font-size: 16px;
    margin: 30px auto 15px;
    padding: 8px 15px 10px;
  }
  .contentsSec h2::after {
    border-width: 0 15px 15px 0;
  }
  .contentsSec h1 + h2 {
    margin: 20px auto 10px;
  }
}

/* table
----------------------------------------------*/
.contentsSec table {
  border-collapse: separate;
  border-spacing: 0 15px;
  margin: 20px 0;
}
.contentsSec table th {
  min-width: 200px;
  border-right: 4px solid #78afdd;
  color: #78afdd;
  padding: 2px 20px 5px 0;
  vertical-align: top;
}
.contentsSec table td {
  padding: 2px 0 5px 20px;
  vertical-align: top;
}

.contentsSec table.dataTable {
  border-collapse: collapse;
  border-spacing: 0;
}
.contentsSec table.dataTable th {
  background: #f6f6f6;
  border: 1px solid #ccc;
  color: #222;
  padding: 10px;
  vertical-align: top;
}
.contentsSec table.dataTable td {
  border: 1px solid #ccc;
  padding: 10px;
  vertical-align: top;
}

.contentsSec table.newsTable {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.contentsSec table.newsTable th {
  min-width: 180px;
  width: 180px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  color: #888888;
  padding: 10px 0;
  vertical-align: top;
}
.contentsSec table.newsTable td {
  border: none;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
  vertical-align: top;
}
.contentsSec table.newsTable td a {
  padding: 0 20px 0 0;
  color: #222;
  text-decoration: none;
  display: block;
  background: url("../img/arw_blue.png") no-repeat right center;
  background-size: 6px auto;
}
.contentsSec table.newsTable td a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .contentsSec table {
    border-spacing: 0 10px;
    margin: 5px 0 10px 0;
  }
  .contentsSec table th {
    min-width: 80px;
    border-right: 3px solid #78afdd;
    padding: 2px 15px 5px 0;
  }
  .contentsSec table td {
    padding: 2px 0 5px 15px;
  }

  .contentsSec table.dataTable th {
    background: #f6f6f6;
    border: 1px solid #ccc;
    color: #222;
    padding: 10px;
    vertical-align: top;
  }
  .contentsSec table.dataTable td {
    border: 1px solid #ccc;
    padding: 10px;
    vertical-align: top;
  }

  .contentsSec table.newsTable th {
    min-width: 100%;
    width: 100%;
    display: block;
    padding: 10px 0 0 0;
    border-bottom: none;
  }
  .contentsSec table.newsTable td {
    display: block;
    width: 100%;
    padding: 5px 0 10px 0;
  }
  .contentsSec table.newsTable td a {
    background-size: 5px auto;
  }
}

/* 国内就航先リスト
-------------------------------------------*/
.listDestinationsBlock {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0;
}
.listDestinationsBlock::after {
  content: '';
  display: block;
  width: 24%;
}
.listDestinationsBlock dl {
  border: 2px solid #3d8dcf;
  width: 24%;
  margin: 0 0 15px;
  padding: 20px;
  line-height: 1.4;
}
.listDestinationsBlock dl dt {
  font-size: 25px;
  font-weight: 500;
  position: relative;
  border-bottom: 3px solid #e6e6e6;
  padding: 0 0 15px;
  margin: 0;
}
.listDestinationsBlock dl dt::after {
  content: '';
  background-color: #78afdd;
  width: 50px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.listDestinationsBlock dl dd ul li {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
}
.listDestinationsBlock dl dd ul li::before {
  display: none;
}
.listDestinationsBlock dl dd ul li a {
  color: #222;
  text-decoration: none;
  display: block;
  background: url("../img/arw_blue.png") no-repeat right center;
  background-size: 7px auto;
}
.listDestinationsBlock dl dd a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.listDestinationsBlock dl dd p img {
  max-width: 100%;
  height: auto;
}
.listDestinationsBlock dl dd p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .listDestinationsBlock {
    margin: 20px 0 0;
  }
  .listDestinationsBlock::after {
    width: 48.5%;
  }
  .listDestinationsBlock dl {
    width: 48.5%;
    margin: 0 0 10px;
    padding: 10px;
  }
  .listDestinationsBlock dl dt {
    font-size: 16px;
    padding: 0 0 10px;
  }
  .listDestinationsBlock dl dt::after {
    width: 30px;
  }
  .listDestinationsBlock dl dd ul {
    margin: 0;
  }
  .listDestinationsBlock dl dd ul li {
    padding: 12px 2px;
  }
  .listDestinationsBlock dl dd ul li a {
    background-size: 5px auto;
  }
}


/* 国内乗継割引情報
-------------------------------------------*/
#cmnRouteTab {
  position: relative;
  width: 100%;
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
}
#cmnRouteTab .hide {
  display: none;
}
#cmnRouteTab .discription {
  position: absolute;
  top: 0;
  left: 0;
}
#cmnRouteTab .note {
  margin: 50px 0 10px 0;
  width: 100%;
  order: 2;
  display: flex;
  justify-content: space-between;
}
#cmnRouteTab .note p,
#cmnRouteTab .note ul {
  margin: 0;
}
#cmnRouteTab .note .airlineCompany ul li {
  display: inline-block;
  padding-left: 50px;
  margin-right: 20px;
}
#cmnRouteTab .note .airlineCompany ul li::last-child {
  margin-right: 0;
}
#cmnRouteTab .note .airlineCompany ul li::before {
  content: '';
  width: 40px;
  height: 15px;
  top: 8px;
  left: 0;
}
#cmnRouteTab .note .airlineCompany ul li.jal::before {
  background: #cc0000;
}
#cmnRouteTab .note .airlineCompany ul li.ana::before {
  background: #08246b;
}
#cmnRouteTab .button {
  width: 100%;
  order: 3;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background: #d6ebf5;
}
#cmnRouteTab .button li {
  width: 15.9%;
  margin: 0;
  padding: 8px 0 11px;
  text-align: center;
  border-radius: 30px;
  color: #222;
  background: #FFF;
  border: 2px solid #418fd0;
}
#cmnRouteTab .button li:first-child {
  display: none;
}
#cmnRouteTab .button li:hover {
  cursor: pointer;
  opacity: 0.7;
}
#cmnRouteTab .button li::before {
  display: none;
}
#cmnRouteTab .button .select {
  pointer-events: none;
  color: #222222;
}
#cmnRouteTab .mapCnt {
  width: 100%;
  order: 1;
  text-align: center;
  background: url("../../transit_discount/asset/bg_map.png") no-repeat center 30px;
  background-size: auto 95%;
}
#cmnRouteTab .mapCnt div {
  position: relative;
}
#cmnRouteTab img {
	max-width: 100%;
	width: 800px;
}
#cmnRouteTab .mapCnt .information {
  position: absolute;
  padding: 20px;
  background: #eee;
  color: #004e7a;
  bottom: 10px;
  right: 0;
  text-align: left;
}
#cmnRouteTab .mapCnt .information p {
  margin: 0;
}

.btnAircompany {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 40px 0;
}
.btnAircompany p {
  width: 48%;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
.btnAircompany p a {
  color: #0b68b4;
  text-decoration: none;
  display: block;
  background: #fff;
  border: 2px solid #78afdd;
  box-shadow: 5px 5px 0 #d6ebf5;
  border-radius: 6px;
  padding: 25px 40px 30px;
}
.btnAircompany p a span {
  background: url("../img/arw_blue.png") no-repeat right center;
  background-size: 8px auto;
  padding: 0 22px 0 0;
}
.btnAircompany p a:hover {
  transition: 0.3s;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  #cmnRouteTab .note {
    margin: 10px 0 10px 0;
    order: 2;
    display: block;
  }
  #cmnRouteTab .note .airlineCompany ul li {
    margin-top: 5px;
  }
  #cmnRouteTab .note .airlineCompany ul li::before {
    top: 3px;
  }
  #cmnRouteTab .button {
    order: 3;
    padding: 10px;
    gap: 5px;
  }
  #cmnRouteTab .button li {
    width: 32.3%;
    padding: 5px 0 8px;
    font-size: 11px;
  }
  #cmnRouteTab .mapCnt {
    padding: 30px 0;
    order: 1;
    background-size: 100% auto;
    background-position: center 50px;
  }
  #cmnRouteTab .mapCnt img {
    max-width: 100%;
  }
  #cmnRouteTab .mapCnt .information {
    padding: 10px 15px 12px;
    bottom: -45px;
    font-size: 11px;
    width: 100%;
    text-align: center;
  }
  #cmnRouteTab .mapCnt .information p {
    display: inline-block;
  }

  .btnAircompany {
    display: block;
    margin: 0 0 20px 0;
  }
  .btnAircompany p {
    width: 100%;
    margin: 0 0 10px;
    font-size: 16px;
  }
  .btnAircompany p a {
    box-shadow: 3px 3px 0 #d6ebf5;
    padding: 15px 20px 18px;
  }
  .btnAircompany p a span {
    background: url("../img/arw_blue.png") no-repeat right center;
    background-size: 8px auto;
    padding: 0 22px 0 0;
  }
  .btnAircompany p a:hover {
    transition: 0.3s;
    box-shadow: none;
  }
}


.contactBlock {
  border: 3px solid #d6ebf5;
  margin: 40px auto 10px;
  padding: 20px 20px;
}
.contactBlock dl dt {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 10px;
  padding: 0 0 0 22px;
}
.contactBlock dl dt::before {
  content: '';
  position: absolute;
  background: #78afdd;
  width: 15px;
  height: 3px;
  top: 12px;
  left: 0;
}
.contactBlock dl dd p:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contactBlock {
    margin: 30px auto 10px;
    padding: 15px;
  }
  .contactBlock dl dt {
    font-size: 14px;
    padding: 0px 0 0 18px;
  }
  .contactBlock dl dt::before {
    width: 10px;
    top: 10px;
  }
}

.photoBlock2col {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}
.photoBlock2col figure {
  width: 49.5%;
}
.photoBlock2col figure img {
  max-width: 100%;
  height: auto;
}

.contentsSec .date {
  text-align: right;
  margin-bottom: 40px;
}

.btnListPage {
  margin: 60px 0;
  padding: 40px 0 0 0;
  border-top: 1px solid #e6e6e6;
}
.btnListPage a {
  background: #0b68b4 url("../img/arw_white-prev.png") no-repeat 30px center;
  background-size: 6px auto;
  padding: 8px 30px 12px 50px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.btnListPage a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .photoBlock2col {
    margin: 0 0 20px;
  }
  .contentsSec .date {
    margin-bottom: 20px;
  }
  .btnListPage {
    margin: 30px 0;
    padding: 20px 0 0 0;
  }
  .btnListPage a {
    background: #0b68b4 url("../img/arw_white-prev.png") no-repeat 20px center;
    background-size: 5px auto;
    padding: 8px 25px 10px 35px;
  }
}

/* Get Acrobat Reader
-------------------------------------------*/
.getAdobeAcrobatReader {
  background: #f6f6f6;
  margin: 50px 0;
  padding: 20px;
}
.getAdobeAcrobatReader dl {
  display: flex;
  font-size: 14px;
  line-height: 1.4;
}
.getAdobeAcrobatReader dl dt {
  margin: 0 20px 0 0;
}
.getAdobeAcrobatReader dl dt a:hover img {
  opacity: 0.7;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .getAdobeAcrobatReader {
    margin: 20px 0;
    padding: 10px;
  }
  .getAdobeAcrobatReader dl {
    display: block;
    font-size: 11px;
  }
  .getAdobeAcrobatReader dl dt {
    margin: 0 0 5px 0;
    text-align: center;
  }
  .getAdobeAcrobatReader dl dd p {
    margin: 0;
  }
}

/* 注意ボックス
-------------------------------------------*/
.cautionBox {
  border: 1px solid #da1515;
  color: #da1515;
  padding: 10px;
  margin: 20px 0;
}
.cautionBox p:last-child {
  margin-bottom: 0;
}

/* YouTube
-------------------------------------------*/
.youtubeBox {
  max-width: 720px;
  aspect-ratio: 16 / 9;
}
.youtubeBox iframe {
  width: 100%;
  height: 100%;
}