@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
airport   ¥¹¥¿¥¤¥ë
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 767px) {
  * {
    box-sizing: border-box;
  }
}
.sp, .sp-inline {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block !important;
  }

  .sp-inline {
    display: inline;
  }
}
#contents #outline {
  float: right;
  width: 720px;
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #contents #outline {
    width: 100%;
    padding: 0;
    float: none;
  }
}
#contents #outline section {
  overflow: hidden;
  clear: both;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #contents #outline section {
    margin-bottom: 26px;
  }
  #contents #outline section:last-child {
    margin-bottom: 0;
  }
}
#contents #outline h3 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #00307c;
  padding: 7px 12px 7px 8px;
}
#contents #outline #history h3 {
  color: #1b3b71;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  padding: 18px 0 14px;
  background: url(../img/history_title_bg.png) no-repeat center bottom;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  #contents #outline #history h3 {
    font-size: 14px;
    margin-bottom: 9px;
    font-weight: bold;
    letter-spacing: 1.5px;
  }
}
#contents #outline #facility h3, #contents #outline #overview h3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #contents #outline #facility h3, #contents #outline #overview h3 {
    margin-bottom: 0;
  }
}
#contents #outline h3 span {
  display: inline-block;
  padding-left: 16px;
  border-left: solid 3px #ffea5b;
}
#contents #outline #history h3 span {
  font-size: 16px;
  padding-left: 0;
  border-left: none;
}
@media screen and (max-width: 767px) {
  #contents #outline #history h3 span {
    font-size: 12px;
    font-weight: bold;
  }
}
#contents #outline table {
  table-layout: fixed;
  width: 700px;
  color: #333;
  font-size: 12px;
  /*border-collapse: separate;*/
  border-spacing: 0;
  border-top: dotted 1px #666;
  margin: 0 auto 4px;
}
@media screen and (max-width: 767px) {
  #contents #outline table {
    width: 100%;
  }
}
#contents #outline table th, #contents #outline table td {
  border-bottom: dotted 1px #666;
}
#contents #outline table th {
  width: 118px;
  padding: 6px 0 6px 10px;
  background: #edeff3;
}
@media screen and (max-width: 767px) {
  #contents #outline table th {
    width: 32%;
  }
}
@media screen and (max-width: 380px) {
  #contents #outline table th {
    padding: 6px 5px 6px 5px;
  }
}
#contents #outline table td {
  padding: 6px 12px;
}
#contents #outline .totop {
  width: 700px;
  text-align: right;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #contents #outline .totop {
    width: 100%;
  }
}
#contents #outline .totop a {
  color: #333;
  font-size: 12px;
}
#contents #outline .totop a span {
  color: #1e51a2;
}
#contents #facility table th {
  vertical-align: top;
  width: 96px;
}
#contents #facility table table {
  width: 100%;
  border-top: none;
  margin-bottom: 0;
}
#contents #facility table table tr {
  border: none;
}
#contents #facility table .passenger tr:last-of-type td {
  padding: 0;
}
#contents #facility table table th {
  padding: 0 0 2px;
  background: none;
}
#contents #facility table .passenger th, #contents #facility table .passenger td {
  border: none;
}
@media screen and (max-width: 767px) {
  #contents #facility table .passenger th, #contents #facility table .passenger td {
    display: inline;
  }
}
#contents #facility table .passenger th {
  width: 72px;
}
@media screen and (max-width: 767px) {
  #contents #facility table .passenger th {
    width: auto;
  }
}
#contents #facility table table td {
  padding: 0 0 2px;
}
#contents #facility table .passenger td li {
  clear: both;
  margin-bottom: 2px;
}
#contents #facility table .passenger td li:last-of-type {
  margin-bottom: 0;
}
#contents #facility table .passenger td dl {
  overflow: hidden;
}
#contents #facility table .passenger td dt, #contents #facility table .passenger td dd {
  float: left;
}
#contents #facility table .passenger td dt {
  width: 110px;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  #contents #facility table .passenger td dt {
    width: auto;
    margin-right: 2px;
  }
}
@media screen and (max-width: 767px) {
  #contents #facility table .passenger td .sp-padding01 {
    padding-left: 35px;
  }
  #contents #facility table .passenger td .sp-padding02 {
    padding-left: 25px;
  }
}
#contents #facility table .parking th, #contents #facility table .parking td {
  border: none;
}
@media screen and (max-width: 767px) {
  #contents #facility table .parking th, #contents #facility table .parking td {
    display: inline-block;
  }
}
#contents #facility table .parking th {
  width: 108px;
}
@media screen and (max-width: 767px) {
  #contents #facility table .parking th {
    width: auto;
  }
}
#contents #facility table .parking td {
  line-height: 1.6;
}
#contents #facility table .parking td a {
  color: #333;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #contents #facility table .parking .sp-padding {
    padding-left: 15px;
  }
}
#contents #overview table th {
  width: 96px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #contents #overview table th {
    width: 96px;
    vertical-align: top;
  }
  #contents #overview table .sp-block {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
  #contents #overview table th.sp-block {
    margin: 6px 0 10px;
    padding: 10px;
    border: none;
  }
  #contents #overview table td.sp-block {
    padding: 10px;
    border: none;
  }
}
#contents #overview table .use {
  padding: 6px 0 6px 10px;
}
@media screen and (max-width: 767px) {
  #contents #overview table .use {
    box-sizing: border-box;
  }
  #contents #overview table .use .sp-padding {
    padding-left: 36px;
  }
}
#contents #overview table .use dt, #contents #overview table .use dd {
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
  #contents #overview table .use dt, #contents #overview table .use dd {
    float: left;
  }
}
#contents #overview table .use dt {
  margin-right: 24px;
}
@media screen and (min-width: 768px) {
  #contents #overview table .use dt {
    width: 158px;
  }
}
@media screen and (min-width: 768px) {
  #contents #overview table .use dd {
    width: 366px;
  }
}
#contents #overview table .use dd .route {
  width: 100%;
  border-top: none;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #contents #overview table .use dd .route {
    margin-left: 36px;
  }
  #contents #overview table .use dd .route .sp-text {
    text-align: right;
    padding-right: 10px;
  }
}
#contents #overview table .use dd .route th, #contents #overview table .use dd .route td {
  line-height: 1.6;
  padding: 0 0 2px;
  border: none;
}
#contents #overview table .use dd .route th {
  width: 156px;
  background: none;
}
#contents #overview table .use .transition {
  clear: both;
}
#contents #overview table .use dt.transition {
  margin-top: 6px;
}
#contents #overview table .use dd.transition {
  width: 100%;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  #contents #overview table .use dd.transition {
    margin-left: 0;
  }
}
#contents #overview table .use .transition table {
  width: 575px;
  font-size: 11px;
  border: solid 1px #666;
}
@media screen and (max-width: 767px) {
  #contents #overview table .use .transition table {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 11px;
    font-size: 10px;
  }
  #contents #overview table .use .transition table tbody td {
    font-size: 9px;
  }
}
#contents #overview table .use .transition table .fiscal_year th, #contents #overview table .use .transition table .fiscal_year td {
  border-bottom: solid 1px #666;
}
#contents #overview table .use .transition table .title, #contents #overview table .use .transition table .year {
  text-align: center;
  vertical-align: middle;
  padding: 8px 0 7px;
  background: #cfd6e4;
}
#contents #overview table .use .transition table .title {
  width: 72px;
  line-height: 1;
  border-right: solid 1px #666;
}
@media screen and (max-width: 767px) {
  #contents #overview table .use .transition table .title {
    width: 76px;
  }
}
#contents #overview table .use .transition table .title.multi {
  padding: 0;
}
#contents #overview table .use .transition table .year {
  width: 53px;
  border-right: dotted 1px #666;
}
@media screen and (max-width: 767px) {
  #contents #overview table .use .transition table .year {
    width: 19%;
  }
}
#contents #overview table .use .transition table .year:last-child {
  border-right: none;
}
#contents #overview table .use .transition table td {
  text-align: center;
  padding: 8px 0 7px;
  border-right: dotted 1px #666;
}
#contents #overview table .use .transition table td:last-child {
  border-right: none;
}
#contents #overview table .use .transition table .area_last th, #contents #overview table .use .transition table .area_last td {
  border-bottom: none;
}
#contents #overview table .use .transition table .sum th, #contents #overview table .use .transition table .sum td {
  border-bottom: none;
}
#contents #overview table .use .transition table .sum th, #contents #overview table .use .transition table .sum td {
  border-top: solid 1px #666;
}
/*@media screen and (max-width: 767px) {
  #contents #overview table .use .transition table td:last-child, #contents #overview table .use .transition table th:last-child, #contents #overview table .use .transition table td:nth-child(6), #contents #overview table .use .transition table th:nth-child(6) {
    border-right: none;
  }
}*/
#contents #overview table .use .transition .attention {
  width: 575px;
  font-size: 12px;
  text-align: right;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  #contents #overview table .use .transition .attention {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #contents #overview table .border-none {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  #contents #overview > table > tbody > tr {
    display: block;
  }
  #contents #overview > table > tbody > tr.sp-borderview {
    border-bottom: dotted #000 1px;
  }
}
#contents #side_menu {
  float: left;
  width: 180px;
  padding: 18px 10px 8px 10px;
  background: #1e51a2 url(../img/side_bg.png) no-repeat right 0;
}
@media screen and (max-width: 767px) {
  #contents #side_menu {
    box-sizing: border-box;
    width: 100%;
    padding: 15px 10px 10px;
    float: none;
  }
}
#contents #side_menu h3 {
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-bottom: 16px;
}
#contents #side_menu .menu_first > li {
  background: #00307c;
  margin-bottom: 5px;
}
#contents #side_menu .menu_first > li:last-of-type {
  margin-bottom: 0;
}
#contents #side_menu .menu_first > li > p, #contents #side_menu .menu_first > li > a {
  display: table;
  width: 100%;
  height: 35px;
  color: #fff;
  font-size: 12px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  #contents #side_menu .menu_first > li > p, #contents #side_menu .menu_first > li > a {
    font-size: 15px;
  }
}
#contents #side_menu .menu_first > li > p span, #contents #side_menu .menu_first > li > a span {
  display: table-cell;
  vertical-align: middle;
}
#contents #side_menu .menu_first > li > p .mark, #contents #side_menu .menu_first > li > a .mark {
  width: 28px;
  text-align: center;
}
#contents #side_menu .menu_first > li > p .txt, #contents #side_menu .menu_first > li > a .txt {
  padding-top: 1px;
}
#contents #side_menu .menu_second {
  background: #fff;
}
#contents #side_menu .menu_second > li {
  width: 130px;
  margin-left: 28px;
}
#contents #side_menu .menu_second > li p, #contents #side_menu .menu_second > li a {
  display: table;
  width: 100%;
  height: 42px;
  border-bottom: dotted 1px #00307c;
}
#contents #side_menu .menu_second > li p {
  border-top: dotted 1px #00307c;
  border-bottom: none;
}
#contents #side_menu .menu_second > li:first-of-type a {
  border: none;
}
#contents #side_menu .menu_second > li p span, #contents #side_menu .menu_second > li a span {
  display: table-cell;
  vertical-align: middle;
}
#contents #side_menu .menu_second > li p .mark, #contents #side_menu .menu_second > li a .mark {
  width: 10px;
}
#contents #side_menu .menu_second > li p .mark {
  vertical-align: top;
}
#contents #side_menu .menu_second > li a .mark img {
  vertical-align: middle;
}
#contents #side_menu .menu_second > li p .mark img {
  vertical-align: -2px;
}
#contents #side_menu .menu_second > li p .txt {
  color: #00307c;
  padding-top: 2px;
}
#contents #side_menu .menu_second > li a .txt {
  color: #00307c;
  padding-top: 2px;
}
#contents #side_menu .menu_third > li {
  width: 115px;
  margin-left: 15px;
}
#contents #side_menu .menu_third > li:last-of-type a {
  border-bottom: none;
}
#contents #side_menu .menu_third > li a .mark {
  width: 10px;
  vertical-align: top;
}
#contents #side_menu .menu_third > li a .mark img {
  vertical-align: -2px;
}

/*
#contents #outline table tr{border-bottom: dotted 1px #666;}
*/
/*
#contents #overview table .use dd .route tr{
	border: none;
}
*/
