@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
.gHeader {
  position: relative;
  padding-top: 13px;
}
.gHeader * {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .gHeader {
    height: 55px;
  }
}
.gHeader-logo {
  border: 0;
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .gHeader-logo {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    padding-left: 0;
    position: relative;
  }
  .gHeader-logo img {
    max-width: 100%;
    max-height: 43px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
  }
}
.gHeader .row.upper {
  padding-bottom: 7px;
  height: 55px;
}
.gHeader .row.upper .inner {
  display: flex;
  flex-flow: row wrap;
}
.gHeader-utils {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .gHeader-utils {
    display: none;
  }
}
.gHeader-subLink .menu {
  text-align: right;
}
.gHeader-subLink .menu-item {
  font-size: 14px;
  display: inline-block;
  line-height: 0;
}
.gHeader-textSizeAdjust {
  text-align: right;
}
.gHeader-textSizeAdjust * {
  display: inline-block;
  font-size: 14px;
}
.gHeader-textSizeAdjust .menu-item {
  font-size: 13px;
  border: 1px solid #ddd;
  padding: 0.25em 0.5em;
}
.gHeader-textSizeAdjust p.label {
  border-left: 3px solid #ddd;
  padding-left: 0.5em;
}
.gHeader-textSizeAdjust *[class*="js-tsa-"] {
  cursor: pointer;
}
.gHeader .row.bottom {
  border-top: 4px solid #000;
  background: #ededed;
  box-shadow: 0 0 1px 0 #666 inset;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .gHeader .row.bottom .inner {
    margin: 0;
  }
}
.gHeader .row.bottom .gNav {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  transition: all 0.5s linear;
  -webkit-transition: all 0.25s linear;
}
@media screen and (max-width: 768px) {
  .gHeader .row.bottom .gNav {
    max-height: 0;
    overflow: hidden;
  }
  .gHeader .row.bottom .gNav.active {
    max-height: 330px;
  }
}
.gHeader .row.bottom .gNav .menu-item {
  width: calc(100% / 6);
  border-right: 1px solid #000;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 14px;
  letter-spacing: -0.075em;
  position: relative;
}
.gHeader .row.bottom .gNav .menu-item:first-child {
  border-left: 1px solid #000;
}
.gHeader .row.bottom .gNav .menu-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.gHeader .row.bottom .gNav .menu-item:before {
  content: "●";
  position: absolute;
  letter-spacing: 0;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}
.gHeader .row.bottom .gNav .menu-item:after {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 6px;
}
@media screen and (max-width: 960px) {
  .gHeader .row.bottom .gNav .menu-item {
    width: calc(100% / 3);
  }
  .gHeader .row.bottom .gNav .menu-item:nth-child(4n) {
    border-left: 1px solid #000;
  }
  .gHeader .row.bottom .gNav .menu-item:nth-child(4),
  .gHeader .row.bottom .gNav .menu-item:nth-child(5),
  .gHeader .row.bottom .gNav .menu-item:nth-child(6) {
    border-top: 1px solid #000;
  }
}
@media screen and (max-width: 768px) {
  .gHeader .row.bottom .gNav .menu-item,
  .gHeader .row.bottom .gNav .menu-item:first-child,
  .gHeader .row.bottom .gNav .menu-item:nth-child(4n),
  .gHeader .row.bottom .gNav .menu-item:nth-child(4),
  .gHeader .row.bottom .gNav .menu-item:nth-child(5),
  .gHeader .row.bottom .gNav .menu-item:nth-child(6) {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000;
    text-align: left;
    padding-left: 2em;
    letter-spacing: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.gHeader .row.bottom .spMenu {
  display: none;
}
@media screen and (max-width: 768px) {
  .gHeader .row.bottom .spMenu {
    display: block;
  }
  .gHeader .row.bottom .spMenu .hamburger {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 30px;
    cursor: pointer;
    line-height: 0.7;
    text-align: center;
  }
  .gHeader .row.bottom .spMenu .hamburger .label {
    font-size: 14px;
  }
  .gHeader .row.bottom .spMenu .myktr {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    text-align: center;
  }
}
.gFooter {
  margin-top: 70px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  width: 100%;
  background-color: #f4f4f4;
}
.gFooter .inner {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .gFooter .inner {
    background-color: transparent;
  }
}
.gFooter-title {
  border: 0;
  font-size: 11px;
  margin-top: 0;
  margin-bottom: 0.25em;
}
.gFooter-upper .menu {
  line-height: 1;
  margin-bottom: 0.5em;
}
.gFooter-upper .menu-item {
  font-size: 11px;
  display: inline-block;
}
.gFooter-upper .menu-item a {
  color: #998;
}
.gFooter-upper .menu-item:after {
  content: "／";
  color: #998;
}
.gFooter-upper .menu-item:last-child:after {
  content: "";
}
.gFooter-lower {
  background: url("//trains.willer.co.jp/img/top/darkflower.png") repeat top left #222;
}
.gFooter-sitemap {
  display: flex;
  flex-flow: row wrap;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.gFooter-sitemap .menu-item {
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  .gFooter-sitemap {
    max-width: 90%;
    margin: 0 auto;
  }
}
.gFooter-sitemap .col-logo {
  width: 160px;
  margin-right: 10px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .gFooter-sitemap .col-logo {
    width: 100%;
    height: 70px;
    margin-bottom: 20px;
  }
}
.gFooter-sitemap .col-logo .wrap {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
}
.gFooter-sitemap .col-logo .wrap .link a {
  color: #fff;
  font-size: 10px;
}
.gFooter-sitemap .col-logo .wrap .link .arrow {
  color: #fff;
  font-size: 10px;
}
.gFooter-sitemap .col-railway {
  width: 400px;
  margin-right: 15px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 960px) {
  .gFooter-sitemap .col-railway {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.gFooter-sitemap .col-railway .inner {
  padding: 0.5em;
  padding-top: 0;
  display: flex;
  flex-flow: row wrap;
}
.gFooter-sitemap .col-railway .inner .col {
  width: calc(100% / 3);
}
.gFooter-sitemap .col-railway .inner .col .menu-item {
  font-size: 10px;
}
.gFooter-sitemap .col-railway .inner .col .menu-item a {
  color: #666;
}
.gFooter-sitemap .col-activity {
  width: 180px;
  margin-right: 15px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 960px) {
  .gFooter-sitemap .col-activity {
    width: 47.5%;
    margin-right: 5%;
  }
}
.gFooter-sitemap .col-activity .gFooter-subLinks .menu {
  font-size: 10px;
  margin-left: 0.75em;
}
.gFooter-sitemap .col-activity .gFooter-subLinks .menu-item {
  font-size: 10px;
}
.gFooter-sitemap .col-company {
  width: 180px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 960px) {
  .gFooter-sitemap .col-company {
    width: 47.5%;
  }
}
.gFooter-sitemap .col-company .gFooter-subLinks .menu {
  font-size: 10px;
  margin-left: 0.75em;
}
.gFooter-sitemap .col-company .gFooter-subLinks .menu-item {
  font-size: 10px;
}
.gFooter-title_lower {
  margin: 0 auto 0.5em;
  font-size: 14px;
  color: #222;
  padding: 0.25em 0.5em;
}
.gFooter-subTitle {
  font-size: 13px;
  color: #222;
  margin: 0;
  border-bottom: 0;
}
.gFooter-subLink {
  padding-top: 15px;
  padding-bottom: 15px;
}
.gFooter-subLink .menu {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.gFooter-subLink .menu-item {
  display: inline-block;
  font-size: 11px;
  padding: 0 0.5em;
  line-height: 1;
  border-right: 1px solid #ddd;
}
.gFooter-subLink .menu-item a {
  color: #09c;
  position: relative;
}
.gFooter-subLink .menu-item a:visited {
  color: #655c9a;
}
.gFooter-copyright {
  text-align: center;
  font-size: 10px;
  margin-bottom: 40px;
}
