@charset "UTF-8";
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}

body {
  -webkit-text-size-adjust: 100%;

}
@media screen and (max-width:767px){
  body {
    padding-top: 60px;
  }
}
@media screen and (min-width:768px){
  body {
    padding-top: 80px;
  }
}
body *, body :after, body :before {
  box-sizing: border-box
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}

address {
  font-style: normal
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #333;
  margin: 1em 0;
  padding: 0
}

input, select {
  vertical-align: middle
}

button {
  margin: 0
}

img {
  vertical-align: top
}

html {
  overflow-x: hidden
}

body {
  position: relative;
  background-color: #fff;
  color: #333;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden
}

a, a:link, a:visited, a:hover {
  text-decoration: none;
}

.indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both
}

@media screen and (max-width:767px), print {
  #header {

  }
  #header-wrap {
    width: 100%;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    /* position: relative; */
    width: 100%;
    background: #fff;
    border-bottom: solid 1px #F0F0F0;
    z-index: 9997
  }
  header .header-inner {
    position: relative;
    display: block;
    padding: 0!important
  }
  header .logo {
    display: block;
    float: left;
    width: 132px;
    margin: 10px 0 0 2%
  }
  header .logo h1 {
    font-size: 4.6vw;
    margin-bottom: 0;
    line-height: 0
  }
  header .logo img {
    width: 166px;
    height: auto;
  }
  header .logo span {
    color: #fff;
    font-size: 5vw;
    text-decoration: none
  }
  .header-nav-btn {
    float: right
  }
  .header-nav-btn button .header-btn-wrap, .header-nav-btn button .header-btn-wrap:after, .header-nav-btn button .header-btn-wrap:before {
    display: block;
    -webkit-transition: .4s;
    transition: .4s
  }
  .header-nav-btn button {
    background: 0 0;
    border: 0 none;
    display: block;
    outline: 0;
    padding: 0;
    width: 70px;
    height: 60px
  }
  .header-nav-btn button .header-btn-wrap {
    display: block;
    margin: 4px auto 0;
    position: relative;
    width: 34px;
    height: 20px
  }
  .header-nav-btn button .btn-line, .header-nav-btn button .header-btn-wrap:after, .header-nav-btn button .header-btn-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #019FC7
  }
  .header-nav-btn button .header-btn-wrap:before {
    top: 0
  }
  .header-nav-btn button .btn-line {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999px;
    overflow: hidden
  }
  .header-nav-btn button .header-btn-wrap:after {
    bottom: 0
  }
  .header-nav-btn button .header-nav-btn-text {
    display: block;
    font-weight: 400;
    margin-top: 3px;
    color: #EF8100;
    font-size: 12px
  }
  .header-nav-btn button .header-nav-btn-text:before {
    content: "MENU"
  }
  .nav-btn-close button .header-btn-wrap {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
  }
  .nav-btn-close button .header-btn-wrap:before {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg)
  }
  .nav-btn-close button .header-btn-wrap:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
  }
  .nav-btn-close button .btn-line {
    -webkit-transform: translateY(-1px) rotate(45deg);
    -ms-transform: translateY(-1px) rotate(45deg);
    transform: translateY(-1px) rotate(45deg)
  }
  .nav-btn-close button .header-nav-btn-text:before {
    content: "CLOSE"
  }
  .header-nav-btn .btn-login {
    width: 40px;
    height: 60px
  }
  .header-nav-btn .btn-login a {
    display: block;
    padding: 14px 0 7px;
    font-size: 0.6em;
    text-align: center;
    color: #019FC7;
  }
  .header-nav-btn .btn-login a i {
    display: block;
    text-align: center;
  }
  .header-nav-btn .btn-login a i img {

  }
  #gnav-pc {
    display: none
  }
  .js-hidden, .js-hidden body {
    overflow: hidden;
    width: 100%;
    position: fixed
  }
  #gnav {
    overflow-y: scroll;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    width: 96%;
    z-index: 9997
  }
  #gnav .gnav-inner {
    background: #01627a;
    opacity: 0.9;
    margin-left: auto;
    position: relative;
    width: 95%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  #gnav .gnav-inner .menu a {
    position: relative;
    display: block;
    padding: 15px 20px;
    opacity: 0.9;
    border-top: solid 1px #01596F;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: .4s;
    transition: .4s;
  }
  #gnav .gnav-inner .menu a:last-child {
    border-bottom: solid 1px #01596F;
  }
  #gnav .gnav-inner .menu a:active {
    background-color: #fff;
    color: #333
  }
  #gnav .gnav-inner .menu a span {
    padding-left: 3%;
    font-size: 3.6vw
  }
  #gnav .gnav-inner .menu li:first-of-type a {
    border-top: none
  }
  #gnav .gnav-inner .link a {
    position: relative;
    display: block;
    padding: 8px 20px;
    background: #fff;
    border-top: solid 1px #333;
    color: #333;
    font-size: 3.6vw;
    font-weight: 400;
    -webkit-transition: .4s;
    transition: .4s
  }
  #gnav .gnav-inner .link a:active {
    background-color: #333;
    color: #fff
  }
  .overlay {
    background: #000;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9996
  }
  .block-area {
    display: flex;
    padding: 5% 5% 0;
    justify-content: center;
    flex-wrap: wrap;
  }
  .block-area .left-block {
    width: 50% !important;
    padding: 0 !important;
    height: 50px;
    color: #fff;
    background: #019FC7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .block-area .right-block {
    width: 50% !important;
    padding: 0 !important;
    height: 50px;
    color: #fff;
    background: #3C3C3C;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .block-area .booth-search {
    width: 100% !important;
    padding: 0 !important;
    height: 72px;
    margin-top: 4%;
    color: #fff;
    background: #0F81C0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
  }
  .block-area .booth-search .txt-sub {
    display: block;
    font-size: 0.8125rem;
    font-weight: normal;
  }
  .icon-area {
    padding: 5%;
  }
}

@media screen and (min-width:768px), print {
  #header-wrap {
    width: 100%;
  }
  header {
    /* position: relative; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 9997;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  header .header-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
  }
  header .header-inner .pc-only {
    position: absolute;
    left: 75px;
    top: 23px;
  }
  header .header-inner .catchphrase {
    color: #3C3C3C;
    font-size: 12px;
    font-weight: bold;
  }
  header .logo {
    flex-shrink: 0;
    display: block;
    width: 240px;
    margin: 0 0 0 20px;
  }
  header .logo h1 {
    font-size: 100%;
    margin-bottom: 0;
    line-height: 0
  }
  header .logo img {
    width: 240px;
    height: 64px;
  }
  .header-nav-btn {
    display: none
  }
  .nav-btn-close {
    display: none
  }
  #gnav-pc {
    display: block;
    max-width: 1000px;
    width: 72%;
    min-width: 630px;
    text-align: right;
    padding: 0;
  }
  #gnav-pc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
  }
  #gnav-pc ul li {
    text-align: center;
    height: 80px;
    width: 12.5%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #gnav-pc ul li.inquiry {
    width: 15.5%;
    background: #eee;
  }
  #gnav-pc ul li.booth-search {
    flex-shrink: 0;
    width: 150px;
    background: #0081C0;
  }
  #gnav-pc ul li.regist {
    width: 10%;
    background: #019FC7;
  }
  #gnav-pc ul li.login {
    width: 10%;
    background: #3C3C3C;
    border-bottom: solid 1px #4a4a4a;
  }
  #gnav-pc ul li.booth-search a,
  #gnav-pc ul li.regist a,
  #gnav-pc ul li.login a {
    color: #fff !important;
  }
  #gnav-pc ul li:first-of-type a {
    padding-left: 0
  }
  #gnav-pc ul li:last-of-type a {
    padding-right: 0
  }
  #gnav-pc ul li a {
    color: #3C3C3C;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 14px;
    word-break: keep-all
  }
  #gnav-pc ul li a:hover {
    text-decoration: underline
  }
  #gnav-pc ul li a.on {
    text-decoration: underline
  }
  #gnav-pc ul li a span {
    display: block
  }
  #gnav-pc ul li a span.txt-sub {
    font-size: 0.75rem;
  }
  #gnav {
    display: none;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%)
  }
  .overlay {
    display: none
  }
}

@media screen and (min-width:768px) and (max-width:1200px) {
  #gnav-pc ul li {
    font-size: 12px !important;
  }
  .menu-br {
    display: block;
  }
}

@media screen and (min-width:768px) and (max-width:900px) {
  header .header-inner .pc-only {
    display: none;
  }
}
