@charset "UTF-8";
.primary_navi {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  background-color: #333;
  height: 28px;
  min-width: 1200px; }
  .primary_navi .head {
    background-image: url("https://flightsinc.jp/global-menu-temp/img/logo_header_agency.svg");
    background-repeat: no-repeat;
    background-size: 125px;
    background-position: left center;
    padding-left: 130px;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    height: 25px; }
  .primary_navi .links {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .primary_navi .links .link {
      border-left: 1px solid #555555; }
      .primary_navi .links .link a {
        text-decoration: none;
        display: block;
        height: 28px;
        line-height: 28px;
        color: #ccc;
        font-size: 12px;
        padding: 0 10px;
        letter-spacing: 1px;
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out; }
        .primary_navi .links .link a.current {
          background-color: rgba(255, 255, 255, 0.2);
          font-weight: bold; }
        .primary_navi .links .link a:hover {
          opacity: 0.7;
          filter: alpha(opacity=80);
          -moz-opacity: 0.7;
          -webkit-transition: 0.2s ease-in-out;
          -moz-transition: 0.2s ease-in-out;
          -o-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out; }
      .primary_navi .links .link.btn_style {
        border-left: none;
        padding-right: 5px; }
        .primary_navi .links .link.btn_style a {
          background-color: #fff;
          color: #333;
          height: 20px;
          line-height: 20px;
          border-radius: 4px; }

.header_navi_agency {
  background-color: #fff;
  clear: both;
  box-shadow: 0px 5px 10px rgba(204, 204, 204, 0.9);
  -webkit-text-size-adjust: 100%; }
  .header_navi_agency img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block; }
  .header_navi_agency .links {
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    /*IE10*/
    -webkit-box-pack: justify;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-justify-content: flex-end;
    /* Safari6.1以降 */
    justify-content: flex-end;
    position: relative; }
    .header_navi_agency .links.primary {
      font-size: 10px;
      margin: 0;
      list-style-type: none;
      background-color: #333333;
      height: 26px;
      line-height: 26px;
      padding: 0;
      justify-content: space-between;
      -webkit-justify-content: space-between; }
      .header_navi_agency .links.primary .menu {
        display: inline-block;
        width: 30px;
        height: 26px; }
        .header_navi_agency .links.primary .menu a {
          padding: 5.25px 7.5px;
          display: inline-block; }
      .header_navi_agency .links.primary .head {
        color: #fff;
        padding-left: 20px;
        background-image: url("https://flightsinc.jp/global-menu-temp/img/agency_mark.svg");
        background-repeat: no-repeat;
        background-size: 18px;
        background-position: left center;
        font-size: 10px; }
      .header_navi_agency .links.primary .link {
        font-size: 10px;
        padding: 0 6px;
        width: auto;
        color: #fff; }
        .header_navi_agency .links.primary .link a {
          display: inline-block;
          color: #fff;
          padding: 0; }

.global_menu {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background-color: #fff;
  overflow: scroll; }
  .global_menu .leave_form_navi {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    font-size: 14px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #DDDDDD; }
    .global_menu .leave_form_navi:before {
      display: block;
      content: "";
      width: 5px;
      height: 5px;
      border-right: 1px solid #BABABA;
      border-top: 1px solid #BABABA;
      position: absolute;
      top: 17px;
      left: 10px;
      transform: rotate(-135deg); }

.global_menu {
  background-color: #555555; }
  .global_menu .header_navi_agency {
    position: relative;
    box-shadow: none; }
    .global_menu .header_navi_agency .links.primary .menu {
      background-color: #555555; }
  .global_menu .menu_list {
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
    position: relative; }
    .global_menu .menu_list header {
      border: 0;
      outline: 0;
      vertical-align: baseline;
      background: transparent;
      margin: 0;
      padding: 1px 0 0 0; }
      .global_menu .menu_list header a.close {
        position: absolute;
        width: 18px;
        height: 18px;
        top: 10px;
        right: 10px; }
      .global_menu .menu_list header img.header_logo {
        text-align: center;
        width: 140px;
        display: block;
        margin: 35px auto 0; }
      .global_menu .menu_list header span {
        display: block;
        margin-top: 4px;
        text-align: center;
        color: #fff;
        font-family: sans-serif;
        font-size: 15px; }
    .global_menu .menu_list ul {
      border: 0;
      outline: 0;
      vertical-align: baseline;
      background: transparent;
      margin: 0;
      padding: 0;
      margin-top: 30px; }
      .global_menu .menu_list ul li {
        display: block;
        width: 90%;
        margin: 0px auto; }
        .global_menu .menu_list ul li:first-child a {
          border-top: 1px solid #ccc; }
        .global_menu .menu_list ul li a {
          border-bottom: 1px solid #ccc;
          position: relative;
          padding: 17px 10px;
          font-size: 16px;
          display: block;
          color: #fff;
          text-decoration: none; }
          .global_menu .menu_list ul li a::after {
            display: inline-block;
            position: absolute;
            right: 10px;
            content: '>';
            transform: scale(0.6, 1); }

/*# sourceMappingURL=global-menu.css.map */
