#top .section__ttl {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}

#top .kv {
  overflow: hidden;
}

#top .kv-slider__item {
  vertical-align: top;
}

#top .kv .slick-dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  height: 3px;
}

#top .kv .slick-dots li {
  display: inline-block;
  width: 25px;
  height: 100%;
}

#top .kv .slick-dots li:not(:first-of-type) {
  margin-left: 5px;
}

#top .kv .slick-dots li.slick-active button {
  background: #00458f;
}

#top .kv .slick-dots button {
  border: none;
  text-indent: -9999px;
  padding: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #ddd;
  outline: none;
}

#top .kv .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  text-indent: -9999px;
  background: none;
  border: 0;
  outline: none;
  width: 17px;
  height: 17px;
  border-top: 3px solid #00458f;
  border-right: 3px solid #00458f;
}

#top .kv .slick-arrow.slick-prev {
  left: 8px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

#top .kv .slick-arrow.slick-next {
  right: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#top .railway-info {
  background: #f2f2f2;
  padding: 40px 0;
}

#top .railway-info__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#top .railway-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

#top .railway-info__list:first-child {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#top .railway-info__list:first-child .railway-info__list-item {
  width: 100%;
  margin-top: 0;
}

#top .railway-info__list-item {
  width: 47.76119%;
}

#top .railway-info__list-item a {
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 1px 1px 0px 1px #e3e3e3;
          box-shadow: 1px 1px 0px 1px #e3e3e3;
  padding: 0 10px;
  text-decoration: none;
}

#top .railway-info__list-item--navitime a {
  position: relative;
}

#top .railway-info__list-item--navitime a::after {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2280%22%20height%3D%2280%22%3E%3Cpath%20fill%3D%22%23006400%22%20d%3D%22M20%200h60v10H20z%22%2F%3E%3Cpath%20fill%3D%22%23006400%22%20d%3D%22M70%200h10v60H70zM50%2030v40H10V30h40m10-10H0v60h60V20z%22%2F%3E%3C%2Fsvg%3E") no-repeat right top;
  background-size: contain;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 5px;
  right: 5px;
}

#top .railway-info__list-item-ico {
  margin-right: 10px;
}

#top .railway-info__list-item-ico svg {
  width: 100%;
  max-height: 70px;
}

#top .railway-info__list-item-ico svg path, #top .railway-info__list-item-ico svg polygon, #top .railway-info__list-item-ico svg rect {
  fill: #00458f !important;
}

#top .railway-info__list-item-ico--railwaymap {
  width: 8.0597%;
}

#top .railway-info__list-item-ico--express {
  width: 18.75%;
}

#top .railway-info__list-item-ico--calendar {
  width: 15.625%;
}

#top .railway-info__list-item-ico--card {
  width: 18.75%;
}

#top .railway-info__list-item-ico--train {
  width: 12.5%;
}

#top .railway-info__list-item-ico--clock {
  width: 16.25%;
}

#top .railway-info__list-item-ico--person {
  width: 15.625%;
}

#top .railway-info__list-item-txt {
  color: #545454;
  font-size: 1.4rem;
}

#top .railway-info__btn {
  text-align: center;
  width: 67.16418%;
  margin: 25px auto 0;
}

#top .railway-info__btn a {
  margin: 0 auto;
  display: block;
}

#top .outing-info {
  padding: 40px 0;
}

#top .outing-info__body {
  padding-top: 40px;
}

#top .outing-info__news-btn {
  width: 33.33%;
}

#top .outing-info__news-btn:not(:first-child) a {
  border-left: 1px solid #fff;
}

#top .outing-info__news-btn a {
  display: block;
  width: 100%;
  position: relative;
  padding: 8px 0;
  background: #f2f2f2;
  text-align: center;
  font-size: 1.2rem;
  color: #545454;
  text-decoration: none;
}

#top .outing-info__news-btn a::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border: 2px solid #f2f2f2;
}

#top .outing-info__news-btn.is-tab-active a {
  background: #fff;
  color: #00458f;
}

#top .outing-info__news-btn.is-tab-active a::before {
  border: 2px solid #00458f;
}

#top .outing-info__news-btn.is-tab-active a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: 10px 6px;
  border-style: solid;
  border-color: #00458f transparent transparent transparent;
}

#top .outing-info__news-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top .outing-info__news-cont {
  display: none;
}

#top .outing-info__news-cont.is-tab-open {
  display: block;
}

#top .outing-info__news-link {
  margin-top: 20px;
}

#top .outing-info__news-link-list-item {
  margin-top: 10px;
}

#top .outing-info__news-link-list-item a {
  text-decoration: underline;
  display: inline-block;
}
@media (min-width: 768px) {
#top .outing-info__head {
  width: 685px;
  margin: 0 auto;
}
#top .outing-info__list-item:nth-child(n+4)  {
  margin-top: 20px;
}
}
#top .outing-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#top .outing-info__list-item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  position: relative;
  text-align: center;
}

#top .outing-info__list-item span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  font-size: 1.4rem;
  font-weight: bold;
  z-index: 1;
}

#top .outing-info__list-item img {
  vertical-align: top;
}

#top .outing-info__btn {
  text-align: center;
  width: 67.16418%;
  margin: 25px auto 0;
}

#top .outing-info__btn a {
  margin: 0 auto;
  display: block;
}

#top .corporate-info {
  background: #f2f2f2;
  padding: 40px 0;
}

#top .corporate-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#top .corporate-info__list-item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  position: relative;
  text-align: center;
}

#top .corporate-info__list-item span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  font-size: 1.4rem;
  font-weight: bold;
  z-index: 1;
}

#top .corporate-info__list-item img {
  vertical-align: top;
}

#top .corporate-info__btn {
  text-align: center;
  width: 67.16418%;
  margin: 25px auto 0;
}

#top .corporate-info__btn a {
  margin: 0 auto;
  display: block;
}

#top .tobu-group {
  padding: 40px 0;
}

#top .tobu-group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#top .tobu-group__list-item {
  text-align: center;
}

#top .tobu-group__list-item-txt {
  font-size: 1.4rem;
  display: block;
}

#top .tobu-group__list-item a {
  color: #545454;
  display: block;
  height: 100%;
  text-decoration: none;
}

#top .tobu-group__list-item-ico {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60%;
}

#top .tobu-group__list-item-ico svg path, #top .tobu-group__list-item-ico svg polygon, #top .tobu-group__list-item-ico svg rect {
  fill: #00458f !important;
}

#top .tobu-group__list-item-ico--gift svg {
  width: 23.80952%;
}

#top .tobu-group__list-item-ico--bus svg {
  width: 21.90476%;
}

#top .tobu-group__list-item-ico--basket svg {
  width: 23.80952%;
}

#top .tobu-group__list-item-ico--palette svg {
  width: 11.9403%;
}

#top .tobu-group__list-item-ico--bike svg {
  width: 20.89552%;
}

#top .group-magazine {
  background: #f2f2f2;
  padding: 40px 0;
  margin-bottom: 40px;
}

#top .group-magazine__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}

#top .group-magazine__list-item-img {
  width: 33.89831%;
}

#top .group-magazine__list-item-img img {
  width: 100%;
}

#top .group-magazine__list-item-info {
  width: 61.01695%;
  letter-spacing: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#top .group-magazine__list-item-info dl dt {
  font-weight: bold;
}

#top .group-magazine__list-item-label span {
  background: #00458f;
  color: #fff;
  display: inline-block;
  line-height: 1.2;
}

#top .group-magazine__list-item-btn {
  margin-top: auto;
}

#top .group-magazine__list-item-btn a {
  text-align: center;
  display: block;
  width: 100%;
}

#top .group-magazine__list-item img {
  vertical-align: top;
}

#top .group-magazine__btn {
  text-align: center;
  width: 67.16418%;
  margin: 25px auto 0;
}

#top .group-magazine__btn a {
  margin: 0 auto;
  display: block;
}

@media (min-width: 768px) {
  #top .section__ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  #top .kv .slick-dots {
    bottom: 20px;
    height: 4px;
  }
  #top .kv .slick-dots li {
    width: 50px;
  }
  #top .kv .slick-dots li:not(:first-of-type) {
    margin-left: 10px;
  }
  #top .kv .slick-arrow {
    width: 22px;
    height: 22px;
    border-top-width: 4px;
    border-right-width: 4px;
  }
  #top .kv .slick-arrow.slick-prev {
    left: 20px;
  }
  #top .kv .slick-arrow.slick-next {
    right: 20px;
  }
  #top .railway-info {
    padding: 60px 0;
  }
  #top .railway-info__list {
    width: 838px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #top .railway-info__list:first-child {
    width: 270px;
  }
  #top .railway-info__list:first-child .railway-info__list-item {
    height: 212px;
  }
  #top .railway-info__list-item {
    width: 270px;
    height: 100px;
  }
  #top .railway-info__list-item:nth-of-type(n+4) {
    margin-top: 12px;
  }
  #top .railway-info__list-item a {
    -webkit-box-shadow: 2px 2px 0px 2px #e3e3e3;
            box-shadow: 2px 2px 0px 2px #e3e3e3;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #top .railway-info__list-item a:hover {
    opacity: 0.7;
  }
  #top .railway-info__list-item--navitime a::after {
    width: 10px;
    height: 10px;
    top: 10px;
    right: 10px;
  }
  #top .railway-info__list-item-ico {
    margin-right: 15px;
  }
  #top .railway-info__list-item-ico--railwaymap {
    width: 40px;
  }
  #top .railway-info__list-item-ico--express {
    width: 40px;
  }
  #top .railway-info__list-item-ico--calendar {
    width: 30px;
  }
  #top .railway-info__list-item-ico--card {
    width: 35px;
  }
  #top .railway-info__list-item-ico--train {
    width: 35px;
  }
  #top .railway-info__list-item-ico--clock {
    width: 35px;
  }
  #top .railway-info__list-item-ico--person {
    width: 35px;
  }
  #top .railway-info__list-item-txt {
    font-size: 1.6rem;
  }
  #top .railway-info__btn {
    width: 450px;
    margin-top: 40px;
  }
  #top .outing-info {
    padding: 60px 0;
  }
  #top .outing-info__body {
    padding-top: 60px;
  }
  #top .outing-info__news-btn a {
    padding: 10px;
    font-size: 1.6rem;
  }
  #top .outing-info__news-link {
    margin-top: 25px;
  }
  #top .outing-info__list-item {
    width: 215px;
    overflow: hidden;
  }
  #top .outing-info__list-item img {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  #top .outing-info__list-item:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  #top .outing-info__list-item span {
    font-size: 1.6rem;
  }
  #top .outing-info__btn {
    width: 450px;
    margin-top: 40px;
  }
  #top .corporate-info {
    padding: 60px 0;
  }
  #top .corporate-info__list-item {
    width: 360px;
    overflow: hidden;
  }
  #top .corporate-info__list-item img {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  #top .corporate-info__list-item:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  #top .corporate-info__list-item span {
    font-size: 1.6rem;
  }
  #top .corporate-info__btn {
    width: 450px;
    margin-top: 40px;
  }
  #top .tobu-group {
    padding: 60px 0;
  }
  #top .tobu-group__list-item {
    width: 20%;
    border-left: 1px solid #ddd;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #top .tobu-group__list-item:hover {
    opacity: 0.7;
  }
  #top .tobu-group__list-item:last-child {
    border-right: 1px solid #ddd;
  }
  #top .tobu-group__list-item-txt {
    font-size: 1.6rem;
    padding: 15px 0 0;
  }
  #top .tobu-group__list-item-ico {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 45px;
  }
  #top .tobu-group__list-item-ico--gift svg {
    width: 38px;
    height: 41px;
  }
  #top .tobu-group__list-item-ico--bus svg {
    width: 35px;
    height: 38px;
  }
  #top .tobu-group__list-item-ico--basket svg {
    width: 43px;
    height: 37px;
  }
  #top .tobu-group__list-item-ico--palette svg {
    width: 34px;
    height: 45px;
  }
  #top .tobu-group__list-item-ico--bike svg {
    width: 61px;
    height: 36px;
  }
  #top .group-magazine {
    padding: 60px 0;
    margin-bottom: 60px;
  }
  #top .group-magazine__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #top .group-magazine__list-item {
    width: 360px;
    padding: 20px;
  }
  #top .group-magazine__list-item-img {
    width: 130px;
  }
  #top .group-magazine__list-item-info {
    width: 170px;
  }
  #top .group-magazine__list-item-info dl dt {
    font-size: 1.4rem;
    margin-top: 15px;
  }
  #top .group-magazine__list-item-info dl dd {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  #top .group-magazine__list-item-label span {
    font-size: 1.2rem;
    padding: 5px 10px;
  }
  #top .group-magazine__list-item-btn a {
    font-size: 1.4rem;
    padding: 6px;
  }
  #top .group-magazine__btn {
    width: 450px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  #top .railway-info__list:last-child .railway-info__list-item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #top .railway-info__list:last-child .railway-info__list-item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #top .railway-info__list:last-child .railway-info__list-item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #top .railway-info__list:last-child .railway-info__list-item:nth-child(4) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #top .railway-info__list:last-child .railway-info__list-item:nth-child(5) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  #top .railway-info__list:last-child .railway-info__list-item:nth-child(6) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #top .railway-info__list-item {
    margin-top: 13px;
    min-height: 60px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }

  #top .outing-info__news-btn {
    letter-spacing: normal;
  }
  #top .outing-info__list-item {
    width: 47.76119%;
  }
  #top .outing-info__list-item {
    margin-top: 15px;
  }
  /*#top .outing-info__list-item:first-child {
    width: 100%;
  }*/
  #top .corporate-info__list-item {
    width: 47.76119%;
  }
  #top .corporate-info__list-item:not(:first-child) {
    margin-top: 15px;
  }
  #top .corporate-info__list-item:first-child {
    width: 100%;
  }
  #top .tobu-group__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #top .tobu-group__list-item {
    width: 31.34328%;
  }
  #top .tobu-group__list-item:last-child, #top .tobu-group__list-item:nth-last-of-type(2) {
    width: 50%;
    margin-top: 25px;
  }
  #top .tobu-group__list-item:last-child .tobu-group__list-item-txt, #top .tobu-group__list-item:nth-last-of-type(2) .tobu-group__list-item-txt {
    padding: 2.98507% 0 0;
  }
  #top .tobu-group__list-item-txt {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    padding: 4.7619% 0 0;
    height: 40%;
  }
  #top .tobu-group__list-item-ico svg {
    max-height: 50px;
    height: auto;
  }
  #top .group-magazine__list-item {
    padding: 5.97015%;
  }
  #top .group-magazine__list-item:not(:first-child) {
    margin-top: 20px;
  }

}
/*# sourceMappingURL=../maps/top/style.css.map */
