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

#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 .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__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 .owned-media__banner {
  margin-bottom: 40px;
}

#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%;
}

@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 .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__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 .owned-media__banner {
    margin-bottom: 60px;
  }
  #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;
  }
}

@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:not(:first-child) {
    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;
  }
}
/*# sourceMappingURL=../maps/top/style.css.map */

.kv-slider__item{
  text-decoration:none !important;
  color:#FFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kv-slider__item.kv-slide01{
  background-image: url("/en/_assets/images/top/bg_slide01.jpg");
}
.kv-slider__item.kv-slide02{
  background-image: url("/en/_assets/images/top/slide02.jpg");
}
.kv-slider__item.kv-slide03{
  background-image: url("/en/_assets/images/top/slide03.jpg");
}
.kv-slider__item.kv-slide04{
  background-image: url("/en/_assets/images/top/slide04.jpg");
}
.kv-slider__item .c-inner>div{
  height: 720px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #FFF;
  text-shadow: 0px 0px 12.22px rgba(0, 0, 0, 0.7);
}

.kv-slider__item .c-inner>div .ttl{
  font-size: 7rem;
  font-weight: 700;
}
.kv-slider__item .c-inner>div .txt{
  font-size: 2.6rem;
  font-weight: 700;
  margin-top: 30px;
}
#top .section__ttl{
  font-size: 36px;
  font-weight: 700;
  color: #00498a;
  margin-bottom: 45px;
}
.flex-sightseeing{
  display: flex;
  justify-content: flex-start;
}
.flex-sightseeing_li:nth-child(1){
  flex: 0 0 auto;
  width: 578px;
  margin-right: 16px;
}
.flex-sightseeing_li:nth-child(2){
  flex: 1 1 auto;
}
.flex-area-bnr{
  display: flex;
  flex-direction: column;
}
.flex-area-bnr_li>a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  height: 207px;
  position: relative;
  z-index: 2;
}
.flex-area-bnr_li>a:after{
  content: "\e904";
  font-family: 'icomoon' !important;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.9rem;
  font-weight: normal;
}
.flex-area-bnr_li{
  position: relative;
  overflow: hidden;
}
.flex-area-bnr_li:before{
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.6s;
}
.flex-area-bnr_li:hover:before{
  transform: scale(1.1);
}
.flex-area-bnr_li:nth-child(1):before{
  background-image: url("/en/_assets/images/top/bg_area01.jpg");
}
.flex-area-bnr_li:nth-child(2):before{
  background-image: url("/en/_assets/images/top/bg_area02.jpg");
}
.flex-area-bnr_li:nth-child(3):before{
  background-image: url("/en/_assets/images/top/bg_area03.jpg");
}
.flex-area-bnr_li:nth-child(4):before{
  background-image: url("/en/_assets/images/top/bg_area04.jpg");
}
.flex-area-bnr_li:nth-child(n+2){
  margin-top: 2px;
}
.flex-area-bnr_li span{
  font-weight: 700;
}
.flex-area-bnr_li .cat{
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.flex-area-bnr_li .ttl{
  font-size: 2.2rem;
}
.flex-area-bnr_li .txt{
  font-size: 1.4rem;
  margin-top: 20px;
}
.btn-common{
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: relative;
  width: 246px;
  height: 100%;
  min-height: 44px;
  font-size: 1.4rem;
  border: 1px solid #00498a;
  border-radius: 2em;
  margin: 0 auto;
  color: #00498a;
  text-decoration: none;
}
.btn-common>span{
  position: relative;
  text-align: center;
  line-height: 1.1;
  margin: .75rem;
  padding: 0 2rem;
}
.btn-common:hover{
  text-decoration: none;
}
.btn-common:before{
  content: "\e904";
  font-family: 'icomoon' !important;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
}
.flex-guide{
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.flex-guide_li{
  width: 25%;
  position: relative;
  overflow: hidden;
}
.flex-guide_li>a{
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 25vw;
  z-index: 2;
  position: relative;
  color: #FFF;
  font-size: 1.77vw;
}
.flex-guide_li>a span,
.flex-guide_li>a:after{
  font-weight: 700;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.36);
}
.flex-guide_li>a:after{
  content: "\e904";
  font-family: 'icomoon' !important;
  position: absolute;
  right: 2em;
  top: 50.5%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  font-weight: normal;
}
.flex-guide_li>a:hover{
  text-decoration: none;
}
.flex-guide_li:before{
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.6s;
}
.flex-guide_li:hover:before{
  transform: scale(1.1);
}
.flex-guide_li:nth-child(1):before{
  background-image: url("/en/_assets/images/top/bg_guide01.jpg");
}
.flex-guide_li:nth-child(2):before{
  background-image: url("/en/_assets/images/top/bg_guide02.jpg");
}
.flex-guide_li:nth-child(3):before{
  background-image: url("/en/_assets/images/top/bg_guide03.jpg");
}
.flex-guide_li:nth-child(4):before{
  background-image: url("/en/_assets/images/top/bg_guide04.jpg");
}
.btn-wrapper-navitime,
.inbound-info-wrapper {
  display: flex;
  justify-content: center;
}
.btn-navitime{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 450px;
  border: 1px solid #dddddd;
  padding: 12px;
  background-color: #FFF;
  position: relative;
  color: #545454;
}
.btn-navitime:hover{
  text-decoration: none;
  color: inherit;
}
.link-blank:before{
  content: "\e905";
  font-family: 'icomoon' !important;
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  font-size: 1.5rem;
  font-weight: normal;
}
.btn-navitime .ttl{
  font-size: 2rem;
  font-weight: 700;
}
.btn-navitime .txt{
  font-size: 1.2rem;
}
.btn-navitime .logo{
  margin-top: 8px;
}
.btn-navitime .logo img{
  width: 68px;
}
.inbound-info{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  border: 1px solid #d50d21;
  padding: 18px 21px;
  color: #d50d21;
}
.inbound-info .txt{
  font-size: 1.37rem;
  font-weight: bold;
}
.offers_inner{
  background: url("/en/_assets/images/top/bg_offers_pc.jpg") no-repeat center center;
  background-size: cover;
  padding: 110px 0 140px;
}
.flex-offers{
  display: flex;
  justify-content: center;
  padding: 40px 52px 0;
}
.flex-offers_li{
  padding: 0 27px;
  width: 33.33%;
}
.flex-offers_li>a{
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #FFF;
  border-radius: 2em;
  font-size: 1.6rem;
  position: relative;
  overflow: hidden;
  color: #00498a;
  height: 56px;
  letter-spacing: 0;
  padding: 1rem 2rem;
}
.flex-offers_li>a:hover{
  text-decoration: none;
}
.flex-offers_li>a span{
  font-weight: 700;
  text-align: center;
}
.flex-offers_li>a:after{
  content: "\e904";
  font-family: 'icomoon' !important;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  font-weight: normal;
}
.flex-info{
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: strech;
}
.flex-info_li{
  width: 25%;
}
.flex-info_li:nth-child(n+2){
  border-left: 1px solid #c6c6c6;
}
.flex-info_li>a{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  padding: 30px 50px 0;
  height: 210px;
  position: relative;
}
.flex-info_li>a:after{
  content: "\e904";
  font-family: 'icomoon' !important;
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  font-weight: normal;
}
.flex-info_li>a:hover{
  text-decoration: none;
}
.flex-info_li .icon{
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 60px;
  font-size: 5.8rem;
}
.flex-info_li .tobu-icon-platform3{
  font-size: 7.3rem;
}
.flex-info_li .tobu-icon-express2{
  font-size: 7.3rem;
}
.flex-info_li .tobu-icon-device{
  font-size: 9.2rem;
}
.flex-info_li .tobu-icon-station{
  font-size: 8.1rem;
  align-items: flex-end;
}
.flex-info_li .ttl{
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: 10px;
  text-align:center;
}
.flex-notice{
  display: flex;
  flex-direction: column;
  padding: 0 100px;
  margin-top: -25px;
}
.flex-notice_li{
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
  font-size: 1.5rem;
}
.flex-notice_li .date{
  flex: 0 0 auto;
  width: 7em;
  margin-right: 1em;
  position: relative;
}
.flex-notice_li .date:after{
  content: "";
  width: 1px;
  height: 1em;
  background-color: #dddddd;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.flex-notice_li .ttl{
  flex: 1 1 auto;
}
.flex-notice_li a{
  text-decoration: underline;
}
.flex-notice_li a:hover{
  text-decoration: none;
}
.link-pdf:after{
  content: "";
  display: inline-block;
  width: 12px;
  height: 15px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22577.463%22%20height%3D%22759.999%22%20viewBox%3D%220%200%20433.096%20570%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h433.096v570H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url(%23a)%22%20fill%3D%22%2300458f%22%3E%3Cpath%20d%3D%22M117.544%20436.407h-9.983v24.808h10.1c7.963%200%2014.334-3.094%2014.334-12.4%200-9.433-6.371-12.4-14.456-12.4M207.064%20437.966h-11.673v57.07h11.931c16.186%200%2025.468-10.4%2025.468-28.534%200-18.4-9.135-28.536-25.726-28.536%22%2F%3E%3Cpath%20d%3D%22M305.534.1V0H30A30.088%2030.088%200%20000%2030v510a30.088%2030.088%200%200030%2030h373a30.088%2030.088%200%200030-30V127.466l.092-.092zm0%2056.57l70.8%2070.8h-70.8zM122.2%20481.274h-14.273v34.838h-22.3v-99.765h36.935c19.356%200%2031.73%2013.6%2031.73%2032.341%200%2020.092-12.129%2032.586-32.1%2032.586m121.742%2022.014c-8.472%208.821-20.286%2013.483-34.165%2013.483h-39.455V416.23h39.2c28.467%200%2047.593%2020.2%2047.593%2050.272%200%2015.1-4.553%2027.817-13.17%2036.786m96.437-67.572h-41.618v23.335h36.11v18.973h-36.11v38.206h-25.172v-100h66.794zM393%20363H40V40h225.534v127.466H393z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat right center;
  background-size: contain;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
.corporate-customer {
  padding: 55px 0;
}
.corporate-customer__list-item {
    width: 220px;
}
.corporate-customer .bnr-wrapper{
  position: relative;
}
.corporate-customer .btn-bnr{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #dddddd;
  font-size: 2rem;
}
.corporate-customer .btn-bnr>span{
  display: inline-block;
}
.corporate-customer .btn-prev{
  left: 0;
}
.corporate-customer .btn-prev>span{
  transform: rotate(180deg);
}
.corporate-customer .btn-next{
  right: 0;
}
.footer__banner-group-wrapper{
  position: relative;
}
.footer__banner-group-wrapper .footer__banner-group {
  background: #FFF;
  padding: 55px 0;
}
.footer__banner-group-wrapper .footer__banner-group .footer__banner {
    width: 220px;
}


.box_content{
  padding: 40px 0 100px;
}
.box_content_top{
  padding: 100px 0 100px;
}
.bg_lightGray{
  background-color: #f5f5f5;
}
.txt-color_white{
  color: #FFF !important;
}

.margin-top-section{
  margin-top: 100px;
}
.margin-top-1{
  margin-top: 10px;
}
.margin-top-2{
  margin-top: 20px;
}
.margin-top-3{
  margin-top: 30px;
}
.margin-top-4{
  margin-top: 40px;
}
.margin-top-5{
  margin-top: 50px;
}
.margin-top-6{
  margin-top: 60px;
}
.margin-top-7{
  margin-top: 70px;
}
.margin-top-8{
  margin-top: 80px;
}

@media (min-width:768px) {
  .sp{
    display:none !important;
  }
  .btn-wrapper-navitime {
    margin-left: -30px;
  }
  .btn-navitime{
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px){
  .pc{
    display:none !important;
  }

  .kv-slider__item.kv-slide01{
    background-image: url("/en/_assets/images/top/slide01_sp.jpg");
  }
  .kv-slider__item.kv-slide02{
    background-image: url("/en/_assets/images/top/slide02_sp.jpg");
  }
  .kv-slider__item.kv-slide03{
    background-image: url("/en/_assets/images/top/slide03_sp.jpg");
  }
  .kv-slider__item.kv-slide04{
    background-image: url("/en/_assets/images/top/slide04_sp.jpg");
  }
  .kv-slider__item .c-inner>div{
    height: 345px;
    text-align: center;
  }
  .kv-slider__item .c-inner>div .ttl{
    font-size: 3.8rem;
  }
  .kv-slider__item .c-inner>div .txt{
    font-size: 1.8rem;
    margin-top: 15px;
  }
  .c-inner.wide-sp{
    margin: 0;
  }
  #top .section__ttl{
    font-size: 23px;
    margin-bottom: 25px;
  }
  .flex-sightseeing{
    flex-direction: column;
  }
  .flex-sightseeing_li:nth-child(1){
    flex: 1 1 auto;
    width: 100%;
    margin-right: 0;
  }
  .flex-sightseeing_li:nth-child(1) img{
    display: block;
   }
  .flex-sightseeing_li:nth-child(2){
    flex: 1 1 auto;
    width: 100%;
  }
  .flex-area-bnr_li>a{
    height: 140px;
    padding: 0 2rem;
  }
  .flex-area-bnr_li>a:after{
    font-size: 1.1rem;
  }
  .flex-area-bnr_li:nth-child(n+2){
    margin-top: 1px;
  }
  .flex-area-bnr_li .cat{
    font-size: 0.925rem;
    margin-bottom: 5px;
  }
  .flex-area-bnr_li .ttl{
    font-size: 1.3rem;
  }
  .flex-area-bnr_li .txt{
    font-size: 0.8rem;
    margin-top: 10px;
    letter-spacing: normal;
  }
  .btn-common{
    width: 66.66%;
    min-height: 45px;
    font-size: 1.6rem;
  }
  .btn-common:before{
    font-size: 1.2rem;
  }
  .flex-guide{
    flex-wrap: wrap;
  }
  .flex-guide_li{
    width: 50%;
  }
  .flex-guide_li>a{
    height: 50vw;
    font-size: 2rem;
    text-align: center;
  }
  .flex-guide_li>a:after{
    right: 0.5em;
    bottom: 0.5em;
    top: auto;
    transform: translateY(0);
    font-size: 1.6rem;
  }
  .btn-navitime{
    width: 66.66%;
    padding: 10px;
    text-align: center;
  }
  .link-blank:before{
    font-size: 1rem;
  }
  .btn-navitime .ttl{
    font-size: 1.3rem;
  }
  .btn-navitime .txt{
    font-size: 1rem;
  }
  .btn-navitime .logo{
    margin-top: 5px;
  }
  .btn-navitime .logo img{
    width: 50px;
  }
  .inbound-info{
    padding: 15px;
  }
  .inbound-info .txt{
    font-size: 1.2rem;
    display: block;
    text-indent: -1.5em;
    margin-left: 1.5em;  
  }
  .offers_inner{
    background: url("/en/_assets/images/top/bg_offers_sp.jpg") no-repeat center center;
    background-size: cover;
    padding: 55px 0 65px;
  }
  .flex-offers{
    flex-direction: column;
    padding: 30px 20px 0;
  }
  .flex-offers_li{
    padding: 0 0;
    width: 100%;
  }
  .flex-offers_li:nth-child(n+2){
    margin-top: 15px;
   }
  .flex-offers_li>a{
    font-size: 1.4rem;
    height: 45px;
  }
  .flex-offers_li>a:after{
    font-size: 1rem;
  }
  .flex-info{
    flex-wrap: wrap;
    margin: -20px 0;
  }
  .flex-info_li{
    width: 50%;
    position: relative;
  }
  .flex-info_li:nth-child(n+2){
    border-left: none;
  }
  .flex-info_li:nth-child(even):before{
    content: "";
    width: 1px;
    height: 85px;
    background-color: #c6c6c6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .flex-info_li:nth-child(n+3):after{
    content: "";
    width: calc(100% - 15px);
    height: 1px;
    background-color: #c6c6c6;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .flex-info_li:nth-child(odd):after{
    left: 0;
  }
  .flex-info_li:nth-child(even):after{
    right: 0;
  }
  .flex-info_li:nth-child(odd){
    padding-right: 15px;
  }
  .flex-info_li:nth-child(even){
    padding-left: 15px;
  }
  .flex-info_li>a{
    height: auto;
    padding: 30px 0;
    text-align: center;
  }
  .flex-info_li>a:after{
    right: 0;
    font-size: 1.5rem;
    top: 4.95rem;
  }
  .flex-info_li .icon{
    height: 4.15rem;
    font-size: 4.15rem;
  }
  .flex-info_li .tobu-icon-platform{
    font-size: 5rem;
  }
  .flex-info_li .tobu-icon-device{
    font-size: 6.2rem;
  }
  .flex-info_li .ttl{
    font-size: 1.5rem;
    margin-top: 5px;
    line-height: 1.2;
  }
  .flex-notice{
    padding: 0 0;
    margin-top: -20px;
  }
  .flex-notice_li{
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    padding: 10px 0;
  }
  .flex-notice_li .date{
    flex: 1 1 auto;
    width: 100%;
    margin-right: 0;
    font-size: 0.9rem;
  }
  .flex-notice_li .date:after{
    display: none;
  }
  .flex-notice_li .ttl{
    flex: 1 1 auto;
    font-size: 1.2rem;
  }
  .link-pdf:after{
    width: 1.2rem;
    height: 1.5rem;
  }
  .footer__banner-group-wrapper .footer__banner-group {
    background: #FFF;
    padding: 30px 0;
  }
  .footer__banner-group-wrapper .footer__banner-group .footer__banner img {
    width: 100%
  }
  .footer__banner-group-wrapper .footer__banner-group .slick-arrow::before, .footer__banner-group .slick-arrow::after {
      border-top: 3px solid #dddddd;
      border-right: 3px solid #dddddd;
  }
  .footer__banner-group-wrapper .footer__banner-group .slick-arrow::before, .footer__banner-group .slick-arrow::after {
      border-top: 3px solid #dddddd;
      border-right: 3px solid #dddddd;
  }


  .box_content{
    padding: 30px 0 60px;
  }
  .box_content_top{
    padding: 45px 0 45px;
  }
  .box_content-sp{
    padding: 30px 0;
  }

  .margin-top-section{
    margin-top: 50px;
  }
  .margin-top-1{
    margin-top: 10px;
  }
  .margin-top-2{
    margin-top: 15px;
  }
  .margin-top-3{
    margin-top: 20px;
  }
  .margin-top-4{
    margin-top: 30px;
  }
  .margin-top-5{
    margin-top: 35px;
  }
  .margin-top-6{
    margin-top: 40px;
  }
  .margin-top-7{
    margin-top: 45px;
  }
  .margin-top-8{
    margin-top: 50px;
  }

  a.tobu-icon-express2-link{
    /*padding:15vw 0  0!important; */
  }

  .flex-info_li .ttl.sp_btm{
    padding-bottom:36px;
  }

  .flex-info_li .ttl.sp_btm2{
    padding-bottom:20px;
  }

  .btn-wrapper-navitime {
    flex-direction: column;
  }
  .btn-wrapper-navitime .btn-navitime {
    width: 100%;
    min-height: 23vw;
    margin-bottom: 2.5vw;
    padding: 2vw;
  }
}


/*モーダル
------------------------*/
.m_modal {
	display: none;
}
.m_modal .p_modalBg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	z-index: 1100;

}
.m_modal .p_window {
	letter-spacing: -1em;
	position: absolute;

	left: 10px;
	right: 10px;
	bottom: 0;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
	z-index: 1100;
}
.m_modal .p_window .p_winInner{
	position: relative;
	letter-spacing: 0;
	max-width: 980px;
	min-width: 100px;
	min-height: 100px;
	display: inline-block;
	padding: 15px;
	background-color: #fff;
	box-sizing: border-box;
}
/*閉じるボタン*/
.m_modal .p_closeBtn {
	position: absolute;
	top: -13px;
	right: 0;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	cursor: pointer;
}
.m_modal .p_closeBtn:before{
	content: "×";
	font-size: 42px;
	position: absolute;
	left: -25px;
	top: -45px;
	bottom: 0;
}
