@charset "UTF-8";

/*----------------------------
/PC用CSS
/*----------------------------*/
/*===========================

base

============================*/
#side_button {
  display: none;
}

#toTop {
  width: 60px;
  height: 60px;
  background: url(/img/pagetop.png) no-repeat 0 0;
  background-size: cover;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#toTop:hover {
  cursor: pointer;
}
.air_mainContent main {
  width: 100%;
  max-width: 100%;
}

th {
  padding: 10px;
  background: #ddd;
  text-align: left;
}


/*===========================

header

============================*/
.air_header {
  border-bottom: 4px solid #003f8c;
  height: auto !important;
}
.air_header .in_header {
  /*width: 980px;*/
  width: 1180px;
  margin: 0 auto;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.air_header #logo {
  width: 235px;
  margin: 0;
}
.air_header #logo a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.air_header #logo img {
  max-width: 100%;
  vertical-align: bottom;
}
.air_header #logo_anta {
  width: 70px;
  margin: 0;
}
.air_header #logo_anta img {
  max-width: 100%;
  vertical-align: bottom;
}
.air_header nav {
  margin: 3px 0 0 auto;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.air_header nav a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #4675B0;
  margin-left: 30px;
}
.air_header nav a + a::before {
  content:"|";
  position: absolute;
  left: -18px;
  bottom:0;
}
.air_header nav a dl {
  text-align: center;
  margin: 0;
}
.air_header nav a dl dt {
  min-height: 46px;
  margin-bottom: 5px;
}
.air_header nav a dl dt img {
  height: 46px;
  vertical-align: bottom;
}
.air_header nav a dl dd {
  margin: 0;
  /*font-size: 16px;*/
  font-size: 15px;
}
.air_header nav a:hover dl dd {
  text-decoration: underline;
}
.air_header .info_sp,
.air_header .faq_sp {
  display: none;
}


/*===========================

header

============================*/
#footerAirs ul.footerAirsList {
  padding: 10px 0;
}


/*===========================

typeBlock

============================*/
.air_typeBlock {
    background: #4d4d4d;
}
.air_typeBlock .type_list {
    display: flex;
    align-items: center;
    width: 980px;
    margin: 0 auto;
}
.air_typeBlock .type_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 490px;
    height: 40px;
    font-size: 18px;
    color: #fff;
}
.air_typeBlock .type_item.active {
    background: #4675b0;
}
.air_typeBlock .type_item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
}
.air_typeBlock .type_item a:hover {
    background: #333;
}


/*===========================

kvBlock

============================*/
.air_kvBlock {
  margin-bottom: 50px;
}
.air_kvBlock .inner {
  position: relative;
  width: 100%;
  height: 513px;
  overflow: hidden;
}
.air_kvBlock .imgWrapper {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.air_kvBlock .search_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 980px;
  height: 370px;
  padding: 45px 0;
  background: url(/tsp_air/images2/bg_search.png) no-repeat left top;
  transform: translate(-50%, -50%);
}
.air_kvBlock .search_box iframe {
  margin-left: -208px;
}
.search_box2 {
  /*display: flex;
  justify-content: space-between;
  list-style: none;*/
  position: absolute;
  float: left;
  top: 15%;
  left: 50%;
  width: 768px;
  height: 370px;
  margin-left: -570px;
  padding: 25px 0;
  background: url(/tsp_air/images2/bg_search.png) no-repeat left top;
  /*transform: translate(-50%, -50%);*/
}
.search_box2 iframe {
  margin-left: -100px;
  height: 350px;
}
.search_box3 {
  /*display: flex;
  justify-content: space-between;
  list-style: none;*/
  position: absolute;
  float: right;
  top: 15%;
  right: 50%;
  width: 768px;
  height: 370px;
  margin-right: -850px;
  padding: 25px 0;
  background: url(/tsp_air/images2/bg_search.png) no-repeat left top;
  /*transform: translate(-50%, -50%);*/
}
.search_box3 iframe {
  margin-left: -100px;
  height: 350px;
}
/*  iframe  */
#searchElm2 {
  height:  350px;
}
#searchElm3 {
  height:  350px;
}



/*===========================

mainTicket

============================*/
.air_mainTicket {
  letter-spacing: .3em;
}
.air_mainTicket .inner {
  width: 980px;
  margin: 0 auto;
}
.air_mainTicket .ticketTtl {
  margin: 0;
  padding-top: 100px;
  background: url(/tsp_air/images2/ico_airplane.png) no-repeat center top;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  color: #4675b0;
  letter-spacing: 0;
}
.air_mainTicket .ticketList {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-top: 40px;
  padding: 0;
}
.air_mainTicket .ticketItem {
  width: 300px;
}
.air_mainTicket .ticketLink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #4675b0;
  border-radius: 8px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  transition: 0.3s;
}
.air_mainTicket .ticketLink:hover {
  background: #ffaa00;
  text-decoration: none;
}

/*===========================

popularTicket

============================*/
.air_popularTicket {
  letter-spacing: .3em;
}
.air_popularTicket .inner {
  width: 980px;
  margin: 0 auto;
}
.air_popularTicket .ticketTtl {
  margin: 70px 0 0;
  padding-top: 100px;
  background: url(/tsp_air/images2/ico_crown.png) no-repeat center top;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  color: #4675b0;
  letter-spacing: 0;
}
.air_popularTicket .ticketList {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-top: 22px;
  padding: 0;
}
.air_popularTicket .ticketSubttl {
  width: 180px;
  margin-top: 47px;
  padding: 5px 0;
  background: #0b2e5b;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 8px;
}
.air_popularTicket .ticketSubttl.-first {
  margin-top: 30px;
}
.air_popularTicket .ticketItem {
  width: 180px;
}
.air_popularTicket .ticketLink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  background: #dbe7f6;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  color: #1e508f;
  transition: 0.3s;
  text-align: center;
  line-height: 1.2;
}
.air_popularTicket .ticketLink:hover {
  background: #4675b0;
  color: #fff;
  text-decoration: none;
}
.air_popularTicket .otherButton {
  margin: 0;
  text-align: center;
}
.air_popularTicket .otherButtonLink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 50px;
  margin: 50px auto 0;
  background: #ffaa01;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  border-radius: 8px;
  letter-spacing: 0;
  transition: .3s;
}
.air_popularTicket .otherButtonLink:hover {
  opacity: .8;
  text-decoration: none;
}


/*===========================

meritBlock

============================*/
.air_meritBlock {
  margin-top: 80px;
  background: #4675b0;
}
.air_meritBlock .inner {
  width: 980px;
  margin: 0 auto;
  padding: 60px 0 40px;
}
.air_meritBlock .blockTtl {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
.air_meritBlock .blockTtl .small {
  font-size: 16px;
}
.air_meritBlock .blockTtl .small {
  font-size: 16px;
  font-weight: bold;
}
.air_meritBlock .meritList {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding: 0;
  list-style: none;
}
.air_meritBlock .meritItem {
  width: 310px;
}
.air_meritBlock .meritImg img {
  vertical-align: bottom;
}
.air_meritBlock .meritTtl {
  margin: 10px 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.air_meritBlock .meritDesc {
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
  color: #fff;
}


/*===========================

stepBlock

============================*/
.air_stepBlock .blockTtl {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #4675b0;
}
.air_stepBlock .inner {
  width: 980px;
  margin: 90px auto;
}
.air_stepBlock .stepWrap {
  display: flex;
  justify-content: space-between;
}
.air_stepBlock .box {
  width: 160px;
}
.air_stepBlock dl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 150px;
  color: #fff;
  border-radius: 5px;
  border: 2px #fff solid;
  font-weight: bold;
}

.air_stepBlock dl dt {
  padding-top: 5px;
  color: #fff352;
  /*margin-bottom: 15px;*/
  font-size: 20px;
}

.air_stepBlock dl dd {
  width: 100%;
  margin: 0;
  padding-top: 70px;
  font-size: 25px;
  text-align: center;
}
.air_stepBlock dl.step1 {
  background: #4675B0 url(/tsp_air/images2/ico_step1.png) no-repeat center top 40px;
}
.air_stepBlock dl.step2 {
  background: #4675B0 url(/tsp_air/images2/ico_step2.png) no-repeat center top 28px;
}
.air_stepBlock dl.step3 {
  background: #4675B0 url(/tsp_air/images2/ico_step3.png) no-repeat center top 35px;
}
.air_stepBlock dl.step4 {
  background: #4675B0 url(/tsp_air/images2/ico_step4.png) no-repeat center top 38px;
}
.air_stepBlock dl.step5 {
  background: #4675B0 url(/tsp_air/images2/ico_step5.png) no-repeat center top 43px;
}
.air_stepBlock .desc {
  margin: 10px 0 0;
  line-height: 1.5;
  font-size: 16px;
}

.air_stepBlock .arrow {
  width: 15px;
  margin-top: 66px;
}
.air_stepBlock .descButton {
  margin: 0;
  text-align: center;
}
.air_stepBlock .descButtonLink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 50px;
  margin: 50px auto 0;
  background: #ffaa01;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  border-radius: 8px;
  letter-spacing: 0;
  transition: .3s;
}
.air_stepBlock .descButtonLink:hover {
  opacity: .8;
  text-decoration: none;
}


/*===========================

otherBlock

============================*/
.air_otherBlock {
  margin-top: 80px;
}
.air_otherBlock .inner {
  width: 980px;
  margin: 0 auto;
}
.air_otherBlock .blockTtl .small {
  font-size: 16px;
  font-weight: bold;
}
.air_otherBlock .otherList {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  padding: 0;
  list-style: none;
}
.air_otherBlock .otherItem {
  text-align: center;
}
.air_otherBlock .otherItem + li {
  margin-left: 100px;
}
.air_otherBlock .otherLink {
  display: block;
  font-size: 24px;
  color: #4675b0;
  transition: .3s;
}
.air_otherBlock .otherLink:hover {
  opacity: .8;
  text-decoration: none;
}
.air_otherBlock .otherImg {
  min-height: 73px;
  margin: 0;
}
.air_otherBlock .otherImg img {
  vertical-align: bottom;
}
.air_otherBlock .otherTtl {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.3;
}
