@charset "UTF-8";
.menu {
  display: none;
}
/*reserve*/
.reserve {
  display: none;
}
/*gnav*/
.gnav {
  display: none;
}
@media screen and (max-width: 600px) {
  .menu {
    display: block;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    box-sizing: content-box;
    background-color: #005bac;
    padding: 4% 3% 3%;
    width: 25px;
    height: 25px;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
  }
  .menu p {
    position: absolute;
    top: 20px;
    text-align: center;
  }
  .menu.active {
    position: fixed;
    background-color: transparent;
  }
  .menu:hover {
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }
  .menu__line {
    position: relative;
    display: block;
  }
  .menu__line, .menu__line:before, .menu__line:after {
    width: 100%;
    height: 1px;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    background-color: #FFF;
  }
  .home .menu__line, .home .menu__line:before, .home .menu__line:after {
    width: 100%;
    height: 1px;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    background-color: #FFF;
  }
  .menu__line:before {
    position: absolute;
    top: 8px;
    left: 0;
    content: ' ';
  }
  .menu__line:after {
    position: absolute;
    top: 16px;
    left: 0;
    content: ' ';
  }
  .menu__line.active {
    background-color: transparent;
  }
  .menu__line.active:before, .menu__line.active:after {
    top: 14px;
    background-color: #FFF;
  }
  .menu__line.active:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu__line.active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /*reserve*/
  .reserve {
    display: block;
    position: fixed;
    z-index: 100;
    top: 24px;
    right: 65px;
    text-align: center;
  }
  .reserve .icon {
    font-size: 2.5rem;
    display: block;
    line-height: 0.8;
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  /*gnav*/
  .gnav {
    background: rgba(0, 91, 172, 0.99);
    color: #FFF;
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 98;
  }
  .gnav__wrap {
    display: block;
    text-align: left;
    position: absolute;
    width: 80%;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .gnav__menu {
    text-align: left;
    margin-bottom: 3em;
  }
  .gnav__menu li {
    width: auto;
    color: #FFF;
    font-size: 1.3em;
    line-height: 1;
    margin-bottom: 1.2em;
    padding-bottom: 1.2em;
    border-bottom: 1px solid #FFF;
  }
  .gnav__menu li h2 {
    color: #FFF;
    width: 35%;
    display: inline-block;
    vertical-align: middle;
  }
  .gnav__menu li span {
    color: #FFF;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.6em;
    margin-left: 2em;
  }
  .other {
    text-align: center;
    margin-top: 3em;
  }
  .other li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
    line-height: 1.7;
    font-size: 1.4em;
  }
  .other li:first-child {
    margin-left: 0;
  }
  .other li .fab {
    color: #FFF;
  }
}
@media screen and (max-width: 350px) {
  .gnav__menu li {
    width: auto;
    color: #FFF;
    font-size: 1.2em;
    line-height: 1;
    margin-bottom: 0.8em;
    padding-bottom: 0.8em;
    border-bottom: 1px solid #FFF;
  }
}