@font-face {
  font-family: icon;
  src: url(../img/common/icon.woff)
}
button, input[type=submit], input[type=reset], input[type=button] {
  cursor: pointer
}
button {
  display: inline;
  background: 0 0;
}
#gnav>li .inner .textLink>li a::before{
  font-family: icon;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
#gnav>li .inner, #gnav>li>a, em {
  font-weight: 700
}
#gheader .unav>li a, a:hover {
  text-decoration: none
}

a[href^="tel:"] {
  cursor: text;
  color: #253037;
  text-decoration: none;
  pointer-events: none
}

a[href^="tel:"] img {
  cursor: default
}

#gheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 60px;
  width: 100%;
  height: 90px;
	background-color:#fff;
}

#gheader .logo span, html[lang=en] #gheader .logo span {
  display: inline-block;
  overflow: hidden;
  background-image: url(../img/common/mod_img_sprite.png);
  line-height: 1;
  text-indent: 200%;
  white-space: nowrap
}

#gheader .logo {
  margin: 0 auto 0 0;
  padding: 21px 0
}

#gheader .logo span {
  width: 185px;
  height: 48px;
  background-position: -380px -70px
}

html[lang=en] #gheader .logo span {
  width: 244px;
  height: 50px;
  background-position: 0 -380px
}

#gheader .fontSize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px 30px 0 0;
  font-size: 1.2rem
}

#gheader .fontSize span {
  display: inline-block;
  margin-right: 5px
}

#gheader .fontSize ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  height: 26px
}

#gheader .fontSize ul>li {
  margin-left: 5px
}

#gheader .fontSize ul>li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ced0d1;
  width: 26px;
  height: 26px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 26px
}

#gheader .groupLogo span, #gheader .language span {
  line-height: 1;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap
}

#gheader .fontSize ul>li.is_active button {
  border: none;
  background: rgba(0, 114, 187, .5);
  color: #fff
}

#gheader .unav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 44px 30px 0 0;
  font-size: 1.2rem
}

#gheader .unav>li {
  position: relative;
  padding: 0 14px
}

#gheader .unav>li:nth-last-of-type(n+2)::before, #gnav::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: ""
}

#gheader .unav>li:nth-last-of-type(n+2) {
  z-index: 0
}

#gheader .unav>li:nth-last-of-type(n+2)::before {
  z-index: -1;
  background: linear-gradient(to bottom, #000, #000 1px, transparent 1px, transparent 3px) 100% 0 repeat-y;
  background-size: 1px 3px
}

#gheader .unav>li a {
  color: #253037
}

#gheader .unav>li a:hover {
  text-decoration: underline
}

#gheader .groupLogo {
  margin: 41px 30px 0 0
}

#gheader .groupLogo span {
  display: inline-block;
  width: 114px;
  height: 30px;
  background-image: url(../img/common/mod_img_sprite.png);
  background-position: -454px -168px
}

#gheader .language {
  margin: 0
}

#gheader .language a {
  display: block;
  padding-top: 28px;
  width: 60px;
  height: 62px;
  background: #41af48;
  text-align: center
}

#gheader .language span {
  display: inline-block;
  width: 26px;
  height: 40px;
  background-image: url(../img/common/mod_img_sprite.png);
  background-position: -254px -380px
}

#gnav, #gnav>li .inner .panelLink {
  display: -webkit-box;
  display: -ms-flexbox
}

#gnav {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 100;
  margin: 0 auto;
  width: 1080px;
  height: 50px
}

#gnav::before {
  z-index: -2;
  background: #0072bb
}

#gnav>li>a {
  z-index: 0;
  text-align: center
}

#gnav>li {
  width: calc(100% / 5 - .01px)
}

#gnav>li>a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  line-height: 50px;
  text-decoration: none
}

#gnav>li>a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -1px;
  content: ""
}

#gnav>li .inner {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  padding: 50px 0 55px;
  font-size: 1.6rem;
  line-height: 1.5
}

#gnav>li .inner::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: rgba(9, 68, 106, .95)
}

#gnav>li .inner>:last-child {
  margin-bottom: 0 !important
}

#gnav>li .inner .panelLink {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px -30px 25px 0
}

#gnav>li .inner .panelLink>li {
  margin: 20px 30px 0 0;
  width: calc(100% / 4 - 30px - .01px)
}

#gnav>li .inner .panelLink>li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 0 40px 0 80px;
  height: 100px;
  background: #fff;
  color: #253037;
  text-align: center;
  text-decoration: none
}

#gnav>li .inner .panelLink>li a>span {
  display: block;
  color: rgba(37, 48, 55, .7);
  font-size: 1.2rem;
  font-weight: 400
}

#gnav>li .inner .panelLink>li a::before {
  position: absolute;
  top: 50%;
  left: 40px;
  color: #0072bb;
  font-family: icon;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  text-transform: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

#gnav>li .inner .panelLink>li a[target="_blank"]::after {
  position: absolute;
  right: 15px;
  bottom: 15px;
  content: "";
  display: inline-block;
  overflow: hidden;
  width: 8px;
  height: 8px;
  background-image: url(../img/common/mod_img_sprite.png);
  background-position: -522px -208px;
  line-height: 1;
  text-indent: 200%;
  white-space: nowrap
}

#gnav>li .inner .panelLink>li.timetable a::before {
  content: ""
}

#gnav>li .inner .panelLink>li.path a::before {
  content: ""
}

#gnav>li .inner .panelLink>li.fee a::before {
  content: ""
}

#gnav>li .inner .panelLink>li.card a::before {
  content: ""
}

#gnav>li .inner .panelLink>li.route a::before {
  content: ""
}

#gnav>li .inner .panelLink>li.bus a::before {
  content: ""
}

#gnav>li .inner .panelLink>li.location a::before {
  content: ""
}

#gnav>li .inner .panelLink>li.ticket a::before {
  content: ""
}

#gnav>li .inner .panelLink>li.alert a::before {
  content: ""
}

#gnav>li .inner .panelLink>li.tour a::before {
  content: ""
}

#gnav>li .inner .panelLink>li.tourSearch a::before {
  content: ""
}

#gnav>li .inner .panelLink>li.recommend a::before {
  content: ""
}

#gnav>li .inner .panelLink>li.guide a::before {
  content: ""
}

#gnav>li .inner .panelLink>li.person a::before {
  content: ""
}

#gnav>li .inner .panelLink>li.handicapped a::before {
  content: ""
}

#gnav>li .inner .textLink {
  margin-bottom: -10px !important;
  -webkit-columns: 4;
  columns: 4
}

#gnav>li .inner .textLink>li {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 24px
}

#gnav>li .inner .textLink>li a {
  color: #fff;
  text-decoration: none
}

#gnav>li .inner .textLink>li a::before {
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 2px;
  left: 0;
  opacity: .6;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  -webkit-transform-origin: center left;
  transform-origin: center left
}

#gnav>li:nth-child(1)>a::before, #gnav>li:nth-child(n+2)>a::before {
  top: 13px;
  right: 0;
  bottom: 13px;
  content: "";
  position: absolute;
  z-index: -1
}

#gnav>li .inner .textLink>li a:hover {
  text-decoration: underline
}

#gnav>li:nth-child(1)>a::before {
  left: 0;
  border: solid #4d9dd0;
  border-width: 0 1px
}

#gnav>li:nth-child(n+2)>a::before {
  border-right: 1px solid #4d9dd0
}

#gnav>li:hover>a::after {
  z-index: -1;
  background: rgba(9, 68, 106, .95)
}

#gnav>li:hover>.inner {
  display: block
}

@media screen and (min-width:1081px) {
  #gnav::before, #gnav>li .inner::before {
    right: calc(50% - 50vw);
    left: calc(50% - 50vw)
  }
}
