@charset "UTF-8";

@import url("slick.css");

/* ==============================================
	Route / Timetable
	@mixin ============================================= */
#timetable-page .mainVisual {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: background .08s;
}

#timetable-page .mainVisual__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: background 0.08s;
  transition-delay: .04s;
}

#timetable-page .mainVisual-hakuba {
  background: url("../img/timetable/assets/content_hakuba.jpg") no-repeat center center;
  background-size: cover;
}

#timetable-page .mainVisual-nagano {
  background: url("../img/timetable/assets/content_nagano.jpg") no-repeat center center;
  background-size: cover;
}

#timetable-page .mainVisual-matsumoto {
  background: url("../img/timetable/assets/content_matsumoto.jpg") no-repeat center center;
  background-size: cover;
}

#timetable-page .mainVisual-kamikochi {
  background: url("../img/timetable/assets/content_kamikochi.jpg") no-repeat center center;
  background-size: cover;
}

#timetable-page .mainVisual-norikura {
  background: url("../img/timetable/assets/content_norikura.jpg") no-repeat center center;
  background-size: cover;
}

#timetable-page .mainVisual-takayama {
  background: url("../img/timetable/assets/content_takayama.jpg") no-repeat center center;
  background-size: cover;
}

#timetable-page .mainVisual-suwa {
  background: url("../img/timetable/assets/content_suwa.jpg") no-repeat center center;
  background-size: cover;
}

#timetable-page .mainVisual-tateyama_kurobe {
  background: url("../img/timetable/assets/content_tateyama_kurobe.jpg") no-repeat center center;
  background-size: cover;
}

#timetable-page .mainVisual__inner {
  position: relative;
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  padding: 68px 21px 100px;
  font-size: 0;
  letter-spacing: 0;
}

#timetable-page .mainVisual__inner .is-set {
  display: none;
}

#timetable-page .mainVisual__inner .is-noset {
  display: block;
}

#timetable-page .mainVisual__inner.is-set .is-set {
  display: block;
}

#timetable-page .mainVisual__inner.is-set .is-noset {
  display: none;
}

#timetable-page .mainVisual__inner.is-set .mainVisual__map__inner {
  background: url("../img/timetable/map/route_map_op.png") no-repeat 0 0;
  background-size: contain;
}

#timetable-page .mainVisual__inner.is-set .mainVisual__title span {
  color: #fff;
}

#timetable-page .mainVisual__title {
  margin-bottom: 72px;
}

#timetable-page .mainVisual__title span {
  color: #2c4197;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.015em;
  transition: color .2s;
}

#timetable-page .mainVisual__content {
  width: 930px;
  text-align: left;
}

#timetable-page .mainVisual__block {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  width: 230px;
}

#timetable-page.is-TH .mainVisual__block {
  width: 270px;
}

#timetable-page .mainVisual__select {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

#timetable-page .mainVisual__select.is-open .mainVisual__select__txt:after {
  transform: rotate(270deg);
}

#timetable-page .mainVisual__select__txt {
  position: relative;
  padding: 15px 16px;
  background-color: #2c4197;
  cursor: pointer;
  transition: background .3s;
}

#timetable-page .mainVisual__select__txt span {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.015em;
  transition: color .3s;
}

#timetable-page .mainVisual__select__txt:before {
  content: "To ";
  display: inline-block;
  vertical-align: top;
  margin-right: .5em;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.015em;
  transition: color .3s;
}

#timetable-page .mainVisual__select__txt:after {
  content: "";
  position: absolute;
  top: 17px;
  right: 13px;
  transform: rotate(90deg);
  width: 8px;
  height: 12px;
  background: url("../img/common/arrow_icon_w.png") no-repeat center center;
  background-size: cover;
  transition: transform .3s, background .3s;
}

#timetable-page .mainVisual__select__txt:hover {
  background-color: #fff;
}

#timetable-page .mainVisual__select__txt:hover span {
  color: #2c4197;
}

#timetable-page .mainVisual__select__txt:hover:before {
  color: #2c4197;
}

#timetable-page .mainVisual__select__txt:hover:after {
  background: url("../img/common/arrow_icon_b.png") no-repeat center center;
  background-size: cover;
}

#timetable-page.is-TC .mainVisual__select__txt:before {
  content: "前往";
  margin-right: 0;
}

#timetable-page.is-TH .mainVisual__select__txt:before {
  content: "เลือกเส้นทาง";
}

#timetable-page.is-TH .mainVisual__select__txt.is-active:before {
  content: "ไป";
}

#timetable-page .mainVisual__select__inner {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
}

#timetable-page .mainVisual__select__item {
  position: relative;
  padding: 15px 16px;
  background-color: #2c4197;
  cursor: pointer;
  transition: background .3s;
}

#timetable-page .mainVisual__select__item span {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.015em;
  transition: color .3s;
}

#timetable-page .mainVisual__select__item:before {
  content: "To ";
  display: inline-block;
  vertical-align: top;
  margin-right: .5em;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.015em;
  transition: color .3s;
}

#timetable-page .mainVisual__select__item:after {
  content: "";
  position: absolute;
  top: 17px;
  right: 13px;
  width: 8px;
  height: 12px;
  background: url("../img/common/arrow_icon_w.png") no-repeat center center;
  background-size: cover;
  transition: background .3s;
}

#timetable-page .mainVisual__select__item:hover {
  background-color: #fff;
}

#timetable-page .mainVisual__select__item:hover span {
  color: #2c4197;
}

#timetable-page .mainVisual__select__item:hover:before {
  color: #2c4197;
}

#timetable-page .mainVisual__select__item:hover:after {
  background: url("../img/common/arrow_icon_b.png") no-repeat center center;
  background-size: cover;
}

#timetable-page .mainVisual__select__item.is-current {
  background-color: #fff;
  pointer-events: none;
}

#timetable-page .mainVisual__select__item.is-current span {
  color: #2c4197;
}

#timetable-page .mainVisual__select__item.is-current:before {
  color: #2c4197;
}

#timetable-page .mainVisual__select__item.is-current:after {
  background: url("../img/common/arrow_icon_b.png") no-repeat center center;
  background-size: cover;
}

#timetable-page .mainVisual__select__item.is-current:hover {
  background-color: #fff;
}

#timetable-page .mainVisual__select__item.is-current:hover span {
  color: #2c4197;
}

#timetable-page .mainVisual__select__item.is-current:hover:before {
  color: #2c4197;
}

#timetable-page .mainVisual__select__item.is-current:hover:after {
  background: url("../img/common/arrow_icon_b.png") no-repeat center center;
  background-size: cover;
}

#timetable-page.is-TC .mainVisual__select__item:before {
  content: "前往";
  margin-right: 0;
}

#timetable-page.is-TH .mainVisual__select__item:before {
  content: "ไป";
}

#timetable-page .mainVisual__block__node {
  display: none;
}

#timetable-page .mainVisual__block__node.is-current {
  display: block;
}

#timetable-page .mainVisual__block__content {
  text-align: left;
}

#timetable-page .mainVisual__block__content p {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
}

#timetable-page .mainVisual__block__detail {
  margin-top: 20px;
}

#timetable-page .mainVisual__block__detailBtn {
  width: 150px;
  text-align: center;
}

#timetable-page .mainVisual__block__detailBtn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 20px 4px;
  box-sizing: border-box;
  background-color: #fff;
  transition: background .3s;
}

#timetable-page .mainVisual__block__detailBtn a:before {
  content: "";
  position: absolute;
  top: 8px;
  right: 13px;
  width: 8px;
  height: 12px;
  background: url("../img/common/arrow_icon_b.png") no-repeat center center;
  background-size: cover;
  transition: background .3s;
}

#timetable-page .mainVisual__block__detailBtn a:hover {
  background-color: #2c4197;
}

#timetable-page .mainVisual__block__detailBtn a:hover:before {
  background: url("../img/common/arrow_icon_w.png") no-repeat center center;
  background-size: cover;
}

#timetable-page .mainVisual__block__detailBtn a:hover span {
  color: #fff;
}

#timetable-page .mainVisual__block__detailBtn span {
  color: #2c4197;
  font-size: 14px;
  transition: color .3s;
}

#timetable-page .mainVisual__map {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 600px;
  margin-left: -42px;
  padding: 34px 0 0;
  text-align: left;
  transition: margin 0.3s;
  transition-delay: .08s;
}

#timetable-page .mainVisual__map__area {
  position: absolute;
  top: -93px;
  left: 0;
  width: 600px;
  height: 600px;
}

#timetable-page .mainVisual__map__position {
  position: absolute;
  z-index: 5;
}

#timetable-page .mainVisual__map__position a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#timetable-page .mainVisual__map__position-hakuba {
  top: 215px;
  left: 235px;
  width: 70px;
  height: 22px;
}

#timetable-page .mainVisual__map__position-nagano {
  top: 242px;
  left: 310px;
  width: 76px;
  height: 28px;
}

#timetable-page .mainVisual__map__position-matsumoto {
  top: 276px;
  left: 300px;
  width: 80px;
  height: 26px;
}

#timetable-page .mainVisual__map__position-kamikochi {
  top: 258px;
  left: 210px;
  width: 80px;
  height: 24px;
}

#timetable-page .mainVisual__map__position-norikura {
  top: 306px;
  left: 217px;
  width: 60px;
  height: 22px;
}

#timetable-page .mainVisual__map__position-takayama {
  top: 283px;
  left: 176px;
  width: 68px;
  height: 22px;
}

#timetable-page .mainVisual__map__position-suwa {
  top: 310px;
  left: 310px;
  width: 60px;
  height: 20px;
}

#timetable-page .mainVisual__map__position-tateyama_kurobe {
  top: 234px;
  left: 154px;
  width: 106px;
  height: 24px;
}

#timetable-page .mainVisual__map__inner {
  position: relative;
  width: 600px;
  height: 600px;
  margin-top: -118px;
  background: url("../img/timetable/map/route_map.png") no-repeat 0 0;
  background-size: contain;
  transition: opacity .08s;
}

#timetable-page .mainVisual__map__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#timetable-page .mainVisual__map__item img {
  display: block;
  width: 100%;
  height: auto;
}

#timetable-page .mainVisual__map__item-all {
  opacity: .2 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

#timetable-page .mainVisual__map__item-all.is-current {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#timetable-page .mainVisual__map__japan {
  position: absolute;
  bottom: 13px;
  right: 2px;
}

#timetable-page .contentTab {
  display: none;
  width: 100%;
}

#timetable-page .contentTab__inner {
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
}

#timetable-page .contentTab__item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  background-color: #2c4197;
}

#timetable-page .contentTab__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

#timetable-page .contentTab__item a:hover .contentTab__item__img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#timetable-page .contentTab__item__img {
  background: url("../img/common/content_img_shadow.png") no-repeat 0 0;
  background-size: cover;
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  transition: opacity .3s;
}

#timetable-page .contentTab__item__img img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -1;
  width: 100%;
  height: auto;
}

#timetable-page .contentTab__item__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  text-align: center;
}

#timetable-page .contentTab__item__txt span {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.025em;
}

#timetable-page .contentTab__item-hakuba a {
  background: url("../img/timetable/content_img_hakuba.jpg") no-repeat 0 0;
  background-size: contain;
}

#timetable-page .contentTab__item-nagano a {
  background: url("../img/timetable/content_img_nagano.jpg") no-repeat 0 0;
  background-size: contain;
}

#timetable-page .contentTab__item-matsumoto a {
  background: url("../img/timetable/content_img_matsumoto.jpg") no-repeat 0 0;
  background-size: contain;
}

#timetable-page .contentTab__item-kamikochi a {
  background: url("../img/timetable/content_img_kamikochi.jpg") no-repeat 0 0;
  background-size: contain;
}

#timetable-page .contentTab__item-norikura a {
  background: url("../img/timetable/content_img_norikura.jpg") no-repeat 0 0;
  background-size: contain;
}

#timetable-page .contentTab__item-takayama a {
  background: url("../img/timetable/content_img_takayama.jpg") no-repeat 0 0;
  background-size: contain;
}

#timetable-page .contentTab__item-suwa a {
  background: url("../img/timetable/content_img_suwa.jpg") no-repeat 0 0;
  background-size: contain;
}

#timetable-page .contentTab__item-tateyama_kurobe a {
  background: url("../img/timetable/content_img_tateyama_kurobe.jpg") no-repeat 0 0;
  background-size: contain;
}

#timetable-page .block {
  padding: 65px 0 0;
}

#timetable-page .block__inner {
  max-width: 970px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 0;
  letter-spacing: 0;
}

#timetable-page .block__head {
  margin-bottom: 64px;
}

#timetable-page .block__title {
  margin-bottom: 8px;
}

#timetable-page .block__title span {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

#timetable-page .block__subtitle {
  margin-bottom: 25px;
}

#timetable-page .block__subtitle span {
  font-size: 18px;
}

#timetable-page .block__head__title {
  margin-bottom: 28px;
}

#timetable-page .block__head__title span {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

#timetable-page .block__head__content {
  font-size: 14px;
  line-height: 1.371428;
  letter-spacing: -0.025em;
}

#timetable-page .block__content {
  margin-bottom: 92px;
}

#timetable-page .block__content__head {
  margin-bottom: 38px;
}

#timetable-page .block__content__head span {
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.025em;
}

#timetable-page .block__content__inner {
  margin-bottom: 28px;
  font-size: 0;
  letter-spacing: 0;
}

#timetable-page .block__content__list {
  display: inline-block;
  vertical-align: top;
  width: 47.956989%;
  margin-right: 9.462365%;
  border-top: 1px solid #000;
}

#timetable-page .block__content__node {
  height: 60px;
  border-bottom: 1px solid #000;
}

#timetable-page .block__content__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 42%;
  height: 100%;
  text-align: center;
}

#timetable-page .block__content__item + .block__content__item {
  margin-left: 16%;
}

#timetable-page .block__content__item + .block__content__item:before {
  content: "";
  position: absolute;
  top: 18px;
  left: -48px;
  width: 22px;
  height: 22px;
  background: url("../img/common/arrow_icon_both.png") no-repeat 0 0;
  background-sizwe: contain;
}

#timetable-page .block__content__txt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 100%;
}

#timetable-page .block__content__txt span {
  display: block;
  font-size: 14px;
  letter-spacing: -0.025em;
  line-height: 16px;
}

#timetable-page .block__content__txt span.is-small {
  font-size: 10px;
}

#timetable-page .block__content__img {
  display: inline-block;
  width: 42.580645%;
}

#timetable-page .block__content__img img {
  display: block;
  width: 100%;
  height: auto;
}

#timetable-page .block__content__link {
  text-align: right;
}

#timetable-page .block__content__link a {
  position: relative;
  padding-right: 23px;
  font-size: 14px;
  transition: opacity .3s;
}

#timetable-page .block__content__link a:after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 8px;
  height: 12px;
  background: url("../img/common/arrow_icon_b.png") no-repeat 0 0;
  background-size: contain;
}

#timetable-page .block__content__link a:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#timetable-page .block__content__link a:hover span {
  text-decoration: underline;
}

#timetable-page .block__content__link span {
  color: #2c4197;
  font-size: 14px;
  letter-spacing: -0.025em;
}

#timetable-page.is-IE .mainVisual__node__title {
  padding: 20px 14px 0;
}

#timetable-page.is-IE .block__content__txt {
  padding-top: 4px;
}

/* ==============================================
	2020 PH3追加 TOP - HOW TO RIDE -
	@mixin ============================================= */
#timetable-page .block-howtoRide {
  width: 100%;
  height: 444px;
  padding: 0 0 30px;
}

#timetable-page .block-howtoRide__inner {
  background: url("../img/timetable/howtoride_bg.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: auto;
}

#timetable-page .block-howtoRide__float {
  position: absolute;
}

#timetable-page .block-howtoRide__title {
  color: #fff;
  font-size: 40px;
}

#timetable-page .block-howtoRide__link {
  vertical-align: top;
  width: 245px;
  height: 50px;
  margin: 22px auto 0;
}

#timetable-page .block-howtoRide__link a {
  color: #fff;
  font-size: 18px;
  letter-spacing: .04em;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #2c4197;
  background-color: #2c4197;
  transition: background .3s;
}

#timetable-page .block-howtoRide__link a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 9px;
  margin-left: 12px;
  background: url(../img/common/arrow_icon_w.png) no-repeat 0 0;
  background-size: contain;
  transition: background .3s;
}

@media screen and (min-width: 900px) {
  #timetable-page .block-howtoRide__link a:hover {
    color: #2c4197;
    background-color: #fff;
  }
  #timetable-page .block-howtoRide__link a:hover:after {
    background: url(../img/common/arrow_icon_b.png) no-repeat 0 0;
    background-size: contain;
  }
}

/* ==============================================
	Route / Timetable - Cate -
	@mixin ============================================= */
#timetable-page.is-area .c-mainVisual {
  background-color: #f2f6f8;
  font-size: 0;
  letter-spacing: 0;
}

#timetable-page.is-area .c-mainVisual:before {
  content: none;
}

#timetable-page.is-area .c-mainVisual__inner {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 100%;
  max-width: 100%;
  background: no-repeat center center;
  background-size: cover;
}

#timetable-page.is-area .c-mainVisual__inner.is-pos1 {
  background-position: left bottom;
}

#timetable-page.is-area .c-mainVisual__inner.is-pos2 {
  background-position: center bottom;
}

#timetable-page.is-area .c-mainVisual__inner.is-pos3 {
  background-position: right bottom;
}

#timetable-page.is-area .c-mainVisual__inner.is-pos4 {
  background-position: left center;
}

#timetable-page.is-area .c-mainVisual__inner.is-pos5 {
  background-position: center center;
}

#timetable-page.is-area .c-mainVisual__inner.is-pos6 {
  background-position: right center;
}

#timetable-page.is-area .c-mainVisual__inner.is-pos7 {
  background-position: left top;
}

#timetable-page.is-area .c-mainVisual__inner.is-pos8 {
  background-position: center top;
}

#timetable-page.is-area .c-mainVisual__inner.is-pos9 {
  background-position: right top;
}

#timetable-page.is-area .c-mainVisual__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 370px;
  margin-left: 64px;
}

#timetable-page.is-area .c-mainVisual__subtitle {
  display: block;
  width: 100%;
  padding: 0 20px;
  text-align: left;
}

#timetable-page.is-area .c-mainVisual__subtitle span {
  color: #fff;
  font-size: 15px;
}

#timetable-page.is-area .c-mainVisual__title {
  display: block;
  position: static;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  text-align: left;
}

#timetable-page.is-area .c-mainVisual__title span {
  font-size: 40px;
}

#timetable-page.is-area .c-mainVisual__map {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 100%;
}

#timetable-page.is-area .c-mainVisual__map__inner {
  padding: 59px 40px 0 26px;
}

#timetable-page.is-area .c-mainVisual__map__item {
  text-align: center;
}

#timetable-page.is-area .c-mainVisual__map__item img {
  max-width: 520px;
  width: 100%;
  height: auto;
}

#timetable-page.is-area .c-mainVisual__map__japan {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 44px;
  padding-right: 42px;
  text-align: right;
}

#timetable-page.is-area .c-mainVisual__map__japan img {
  width: 112px;
  height: auto;
}

#timetable-page.is-area .block {
  padding: 67px 0 0;
}

#timetable-page.is-area .block__head {
  margin-bottom: 38px;
}

#timetable-page.is-area .block__head__title {
  margin-bottom: 30px;
}

#timetable-page.is-area .contentAnchor {
  margin-bottom: 70px;
}

#timetable-page.is-area .contentAnchor__inner {
  max-width: 970px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 0;
  letter-spacing: 0;
}

#timetable-page.is-area .contentAnchor__item {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  height: 55px;
  text-align: center;
}

#timetable-page.is-area .contentAnchor__item:nth-child(2n) {
  margin-left: 4%;
}

#timetable-page.is-area .contentAnchor__item:nth-child(n+3) {
  margin-top: 20px;
}

#timetable-page.is-area .contentAnchor__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  border: 1px solid #2c4197;
  box-sizing: border-box;
  background-color: #2c4197;
  transition: background .3s;
}

#timetable-page.is-area .contentAnchor__item a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotate(90deg);
  width: 8px;
  height: 12px;
  background: url(../img/common/arrow_icon_w.png) no-repeat 0 0;
  transition: background .3s;
}

#timetable-page.is-area .contentAnchor__item a:hover {
  background-color: #fff;
}

#timetable-page.is-area .contentAnchor__item a:hover:after {
  background: url(../img/common/arrow_icon_b.png) no-repeat 0 0;
}

#timetable-page.is-area .contentAnchor__item a:hover span {
  color: #2c4197;
}

#timetable-page.is-area .contentAnchor__item span {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.025em;
  transition: color .3s;
}

#timetable-page.is-area .contentMap {
  height: 600px;
  background-color: #2c4197;
}

#timetable-page.is-area .contentDetailmap {
  background-color: #fff;
}

#timetable-page.is-area .contentDetailmap__inner {
  max-width: 970px;
  margin: 0 auto;
  padding: 56px 20px 66px;
}

#timetable-page.is-area .contentDetailmap__block {
  position: relative;
}

#timetable-page.is-area .contentDetailmap__head {
  margin-bottom: 40px;
}

#timetable-page.is-area .contentDetailmap__head span {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}

#timetable-page.is-area .contentDetailmap__map img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#timetable-page.is-area .contentDetailmap__download {
  position: absolute;
  bottom: 28px;
  right: 32px;
  width: 50px;
  height: 50px;
}

#timetable-page.is-area .contentDetailmap__download a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/timetable/icon_downloadx2.png) no-repeat 0 0;
  background-size: contain;
  transition: opacity .3s;
}

#timetable-page.is-area .contentDetailmap__download a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#timetable-page.is-area .contentRoute {
  background-color: #f2f6f8;
}

#timetable-page.is-area .contentRoute__inner {
  max-width: 970px;
  margin: 0 auto;
  padding: 69px 20px;
}

#timetable-page.is-area .contentRoute__block + .contentRoute__block {
  margin-top: 70px;
}

#timetable-page.is-area .contentRoute__head {
  margin-bottom: 36px;
}

#timetable-page.is-area .contentRoute__head span {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}

#timetable-page.is-area .contentRoute__node {
  position: relative;
  height: 46px;
  border: 1px solid #2c4197;
  background-color: #2c4197;
  font-size: 0;
  letter-spacing: 0;
  transition: background .3s;
}

#timetable-page.is-area .contentRoute__node a {
  display: block;
  width: 100%;
  height: 100%;
}

#timetable-page.is-area .contentRoute__node:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background: url("../img/common/arrow_icon_both_w.png") no-repeat 0 0;
  background-size: contain;
  transition: background .3s;
}

#timetable-page.is-area .contentRoute__node:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 14px;
  width: 8px;
  height: 12px;
  background: url("../img/common/arrow_icon_w.png") no-repeat 0 0;
  background-size: contain;
  transition: background .3s;
}

#timetable-page.is-area .contentRoute__node + .contentRoute__node {
  margin-top: 10px;
}

#timetable-page.is-area .contentRoute__node:hover {
  background-color: #fff;
}

#timetable-page.is-area .contentRoute__node:hover:before {
  background: url("../img/common/arrow_icon_both_b.png") no-repeat 0 0;
  background-size: contain;
}

#timetable-page.is-area .contentRoute__node:hover:after {
  background: url("../img/common/arrow_icon_b.png") no-repeat 0 0;
  background-size: contain;
}

#timetable-page.is-area .contentRoute__node:hover .contentRoute__item__txt span {
  color: #2c4197;
}

#timetable-page.is-area .contentRoute__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 100%;
  text-align: center;
}

#timetable-page.is-area .contentRoute__item__txt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

#timetable-page.is-area .contentRoute__item__txt span {
  color: #fff;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: -0.025em;
  transition: color .3s;
}

#timetable-page.is-area .contentRoute__node-1st:before {
  content: none;
}

#timetable-page.is-area .contentRoute__node-1st .contentRoute__item {
  width: 100%;
}

#timetable-page.is-area .contentRoute__node-3rd:before {
  content: none;
}

#timetable-page.is-area .contentRoute__node-3rd .contentRoute__item {
  position: relative;
  width: 33.33333%;
}

#timetable-page.is-area .contentRoute__node-3rd .contentRoute__item + .contentRoute__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background: url("../img/common/arrow_icon_both_w.png") no-repeat 0 0;
  background-size: contain;
  transition: background .3s;
}

#timetable-page.is-area .contentRoute__node-3rd:hover .contentRoute__item + .contentRoute__item:before {
  background: url("../img/common/arrow_icon_both_b.png") no-repeat 0 0;
  background-size: contain;
}

#timetable-page.is-area .contentTicket__inner {
  max-width: 970px;
  margin: 0 auto;
  padding: 75px 20px;
}

#timetable-page.is-area .contentTicket__head {
  margin-bottom: 24px;
}

#timetable-page.is-area .contentTicket__head span {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}

#timetable-page.is-area .contentTicket__list {
  border-top: 1px solid #000;
}

#timetable-page.is-area .contentTicket__node {
  padding: 15px 0 18px;
  border-bottom: 1px solid #000;
  font-size: 0;
  letter-spacing: 0;
}

#timetable-page.is-area .contentTicket__node__head {
  display: inline-block;
  vertical-align: top;
  width: 23.118279%;
}

#timetable-page.is-area .contentTicket__node__head span {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
}

#timetable-page.is-area .contentTicket__content {
  display: inline-block;
  vertical-align: top;
  width: 715px;
  width: 76.881720%;
}

#timetable-page.is-area .contentTicket__content p {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
}

#timetable-page.is-area .contentGuide {
  background-color: #fff;
}

#timetable-page.is-area .contentGuide__inner {
  position: relative;
  max-width: 970px;
  margin: 0 auto;
  padding: 69px 20px;
}

#timetable-page.is-area .contentGuide__head {
  margin-bottom: 38px;
}

#timetable-page.is-area .contentGuide__head span {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}

#timetable-page.is-area .contentGuide__container.is-current .contentGuide__slide + .contentGuide__slide {
  margin-left: 0;
}

#timetable-page.is-area .contentGuide__container.is-current ~ .contentGuide__arrow {
  display: block;
}

#timetable-page.is-area .contentGuide__container.is-current ~ .contentGuide__pagination {
  display: block;
}

#timetable-page.is-area .contentGuide__slide {
  width: 21.935483%;
  height: 290px;
}

#timetable-page.is-area .contentGuide__slide a {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: .2s;
}
#timetable-page.is-area .contentGuide__slide a:hover {
  opacity: .6;
}

#timetable-page.is-area .contentGuide__slide a:hover .contentGuide__node__link span {
  text-decoration: underline;
}

#timetable-page.is-area .contentGuide__slide + .contentGuide__slide {
  margin-left: 37px;
}

#timetable-page.is-area .contentGuide__slide__img {
  display: inline-block;
  width: 100%;
  height: 185px;
  overflow: hidden;
}

#timetable-page.is-area .contentGuide__slide__img img {
  width: 100%;
  height: auto;
}

#timetable-page.is-area .contentGuide__slide__img.is-wide img {
  width: auto;
  height: 100%;
}

#timetable-page.is-area .contentGuide__slide__img.is-long img {
  width: 100%;
  height: auto;
}

#timetable-page.is-area .contentGuide__slide__head {
  margin: 10px auto 0;
}

#timetable-page.is-area .contentGuide__slide__head span {
  color: #000;
  font-size: 18px;
  line-height: 1.166666;
  letter-spacing: -0.025em;
}

#timetable-page.is-area .contentGuide__slide__link {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-right: 22px;
  padding-bottom: 3px;
  text-align: right;
}

#timetable-page.is-area .contentGuide__slide__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background: url("../img/common/arrow_icon_b.png") no-repeat 0 0;
  background-size: contain;
}

#timetable-page.is-area .contentGuide__slide__link span {
  color: #2c4197;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.025em;
}

#timetable-page.is-area .contentGuide__arrow {
  display: none;
  position: absolute;
  top: 214px;
  z-index: 10;
  width: 28px;
  height: 44px;
  background: url("../img/common/arrow_slide_b.png") no-repeat center center;
  background-size: contain;
  transition: opacity .3s;
  cursor: pointer;
}

#timetable-page.is-area .contentGuide__arrow:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#timetable-page.is-area .contentGuide__arrow-prev {
  left: -50px;
  transform: rotate(180deg);
}

#timetable-page.is-area .contentGuide__arrow-next {
  right: -50px;
}

#timetable-page.is-area .contentGuide__pagination {
  display: none;
  position: static;
  bottom: auto;
  left: auto;
  margin-top: 34px;
}

#timetable-page.is-area .contentGuide__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border: 2px solid #2c4197;
  background-color: transparent;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#timetable-page.is-area .contentGuide__pagination .swiper-pagination-bullet-active {
  background-color: #2c4197;
}

#timetable-page.is-area .contentMore {
  margin-top: 68px;
  margin-bottom: 98px;
  text-align: center;
}

#timetable-page.is-area.is-IE .contentRoute__item__txt {
  padding-top: 4px;
}

/* ==============================================
	Route / Timetable - Detail -
	@mixin ============================================= */
#timetable-page.is-detail .mainVisual {
  position: relative;
  height: 620px;
  background-color: #ccc;
}

#timetable-page.is-detail .mainVisual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(204, 204, 204, 0.1);
}

#timetable-page.is-detail .mainVisual__title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  max-width: 970px;
  width: 100%;
  padding: 0 20px;
  text-align: left;
}

#timetable-page.is-detail .mainVisual__title span {
  color: #fff;
  font-size: 40px;
}

#timetable-page.is-detail .mainVisual__inner {
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
}

#timetable-page.is-detail .mainVisual__slide a {
  display: block;
  width: 100%;
  height: 100%;
}

#timetable-page.is-detail .mainVisual__slide img {
  display: block;
}

#timetable-page.is-detail .mainVisual__slide__title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  max-width: 920px;
  width: 100%;
  text-align: left;
}

#timetable-page.is-detail .mainVisual__slide__title span {
  color: #fff;
  font-size: 40px;
}

#timetable-page.is-detail .mainVisual__slide__img {
  width: 100%;
  height: 100%;
  background: no-repeat 0 0;
  background-size: cover;
}

#timetable-page.is-detail .mainVisual__slide__img img {
  display: none;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#timetable-page.is-detail .mainVisual__slide__img.is-pos1 {
  background-position: left bottom;
}

#timetable-page.is-detail .mainVisual__slide__img.is-pos2 {
  background-position: center bottom;
}

#timetable-page.is-detail .mainVisual__slide__img.is-pos3 {
  background-position: right bottom;
}

#timetable-page.is-detail .mainVisual__slide__img.is-pos4 {
  background-position: left center;
}

#timetable-page.is-detail .mainVisual__slide__img.is-pos5 {
  background-position: center center;
}

#timetable-page.is-detail .mainVisual__slide__img.is-pos6 {
  background-position: right center;
}

#timetable-page.is-detail .mainVisual__slide__img.is-pos7 {
  background-position: left top;
}

#timetable-page.is-detail .mainVisual__slide__img.is-pos8 {
  background-position: center top;
}

#timetable-page.is-detail .mainVisual__slide__img.is-pos9 {
  background-position: right top;
}

#timetable-page.is-detail .mainVisual__pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
}

#timetable-page.is-detail .mainVisual__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border: 1px solid #fff;
  background-color: transparent;
  font-size: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#timetable-page.is-detail .mainVisual__pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

#timetable-page.is-detail .mainContent {
  background-color: #f2f6f8;
}

#timetable-page.is-detail .mainContent__inner {
  max-width: 970px;
  margin: 0 auto;
  padding: 107px 20px 60px;
}

#timetable-page.is-detail .contentTitle {
  margin-bottom: 68px;
}

#timetable-page.is-detail .contentTitle__inner {
  position: relative;
  height: 70px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 0;
  letter-spacing: 0;
}

#timetable-page.is-detail .contentTitle__inner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  background: url("../img/common/arrow_icon_both_bk.png") no-repeat 0 0;
  background-size: contain;
  transition: background .3s;
}

#timetable-page.is-detail .contentTitle__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: 100%;
  text-align: center;
}

#timetable-page.is-detail .contentTitle__item__txt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

#timetable-page.is-detail .contentTitle__item__txt span {
  font-size: 22px;
  line-height: 1.1;
}

#timetable-page.is-detail .contentTitle-3rd .contentTitle__inner:before {
  content: none;
}

#timetable-page.is-detail .contentTitle-3rd .contentTitle__item {
  position: relative;
  width: 33.33333%;
}

#timetable-page.is-detail .contentTitle-3rd .contentTitle__item:before {
  content: none;
}

#timetable-page.is-detail .contentTitle-3rd .contentTitle__item + .contentTitle__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  background: url("../img/common/arrow_icon_both_bk.png") no-repeat 0 0;
  background-size: contain;
  transition: background .3s;
}

#timetable-page.is-detail .contentTime + .contentTime {
  margin-top: 70px;
}

#timetable-page.is-detail .contentTime__title {
  margin-bottom: 32px;
}

#timetable-page.is-detail .contentTime__title__txt {
  display: inline-block;
  border-bottom: 2px solid #000;
}

#timetable-page.is-detail .contentTime__title__txt span {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
}

#timetable-page.is-detail .contentTime__item + .contentTime__item {
  margin-top: 53px;
}

#timetable-page.is-detail .contentTime__head {
  margin-bottom: 12px;
}

#timetable-page.is-detail .contentTime__head:after {
  content: "";
  clear: both;
  display: block;
}

#timetable-page.is-detail .contentTime__head__title {
  float: left;
  width: calc(100% - 300px);
}

#timetable-page.is-detail .contentTime__head__title span {
  vertical-align: top;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.001em;
}

#timetable-page.is-detail .contentTime__head__title span + span {
  display: block;
}

#timetable-page.is-detail .contentTime__head__title span.contentTime__head__titleTime {
  margin-top: 8px;
}

#timetable-page.is-detail .contentTime__head__title span.contentTime__head__titleTime span {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #2c4197;
  color: #2c4197;
}

#timetable-page.is-detail .contentTime__btn {
  float: right;
  font-size: 0;
  letter-spacing: 0;
}

#timetable-page.is-detail .contentTime__btn__item {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 30px;
  padding-top: 10px;
  box-sizing: border-box;
  background-color: #2c4197;
  text-align: center;
  transition: background .3s;
  cursor: pointer;
}

#timetable-page.is-detail .contentTime__btn__item span {
  position: relative;
  padding-left: 22px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  transition: color .3s;
  pointer-events: none;
}

#timetable-page.is-detail .contentTime__btn__item span:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -8px;
  width: 26px;
  height: 22px;
  transition: background .3s;
}

#timetable-page.is-detail .contentTime__btn__item:hover {
  background-color: #fff;
}

#timetable-page.is-detail .contentTime__btn__item:hover span {
  color: #2c4197;
}

#timetable-page.is-detail .contentTime__btn__item.is-current {
  background-color: #fff;
  pointer-events: none;
}

#timetable-page.is-detail .contentTime__btn__item.is-current span {
  color: #2c4197;
}

#timetable-page.is-detail .contentTime__btn__item + .contentTime__btn__item {
  margin-left: 20px;
}

#timetable-page.is-detail .contentTime__btn__item-timetable span:after {
  background: url("../img/common/bus_icon_w.png") no-repeat 0 0;
}

#timetable-page.is-detail .contentTime__btn__item-timetable:hover span:after {
  background: url("../img/common/bus_icon_b.png") no-repeat 0 0;
}

#timetable-page.is-detail .contentTime__btn__item-timetable.is-current span:after {
  background: url("../img/common/bus_icon_b.png") no-repeat 0 0;
}

#timetable-page.is-detail .contentTime__btn__item-map span:after {
  background: url("../img/common/map_icon_w.png") no-repeat 0 0;
}

#timetable-page.is-detail .contentTime__btn__item-map:hover span:after {
  background: url("../img/common/map_icon_b.png") no-repeat 0 0;
}

#timetable-page.is-detail .contentTime__btn__item-map.is-current span:after {
  background: url("../img/common/map_icon_b.png") no-repeat 0 0;
}

#timetable-page.is-detail .contentTime__table {
  display: none;
  background-color: #E2E3E4;
  font-size: 0;
  letter-spacing: 0;
}

#timetable-page.is-detail .contentTime__table.is-current {
  display: block;
}

#timetable-page.is-detail .contentTime__table__head {
  display: inline-block;
  vertical-align: top;
  width: 24.731182%;
}

#timetable-page.is-detail .contentTime__table__heading {
  min-height: 42px;
  padding: 13px 10px 12px;
  text-align: center;
}

#timetable-page.is-detail .contentTime__table__heading span {
  font-size: 12px;
}

#timetable-page.is-detail .contentTime__table__heading:first-child {
  padding: 37px 10px 12px;
}

#timetable-page.is-detail .contentTime__table-over .contentTime__table__heading:last-child {
  padding: 13px 10px 36px;
}

#timetable-page.is-detail .contentTime__table__inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 75.268817%;
}

#timetable-page.is-detail .contentTime__table__wrapper {
  overflow-x: auto;
  overflow-y: hidden;
}

#timetable-page.is-detail .contentTime__table__tr {
  white-space: nowrap;
}

#timetable-page.is-detail .contentTime__table__tr:first-child .contentTime__table__td {
  padding-top: 37px;
}

#timetable-page.is-detail .contentTime__table-over .contentTime__table__tr:last-child .contentTime__table__td {
  padding-bottom: 36px;
}

#timetable-page.is-detail .contentTime__table__td {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  min-height: 42px;
  padding: 13px 10px 12px;
  border-left: 2px solid #f2f6f8;
  text-align: center;
}

#timetable-page.is-detail .contentTime__table__td span {
  font-size: 12px;
  white-space: normal;
  word-break: break-all;
}

#timetable-page.is-detail .contentTime__table__td a {
  display: block;
  color: #2c4197;
  transition: opacity .3s;
}

#timetable-page.is-detail .contentTime__table__td a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#timetable-page.is-detail .contentTime__reservation {
  margin-top: 40px;
  text-align: center;
}

#timetable-page.is-detail .contentTime__reservation__btn {
  display: inline-block;
  width: 180px;
  border: 1px solid #2c4197;
  background-color: #2c4197;
  line-height: 1;
  transition: background .3s;
  cursor: pointer;
}

#timetable-page.is-detail .contentTime__reservation__btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 9px 0 7px;
  font-size: 0;
  line-height: 1;
}

#timetable-page.is-detail .contentTime__reservation__btn a.is-blank:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 6px;
  width: 10px;
  height: 10px;
  background: url("../img/common/blank_icon_w.png") no-repeat 0 0;
  background-size: contain;
  transition: background .3s;
}

#timetable-page.is-detail .contentTime__reservation__btn span {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  transition: color .3s;
}

#timetable-page.is-detail .contentTime__reservation__btn:hover {
  background: #fff;
}

#timetable-page.is-detail .contentTime__reservation__btn:hover a.is-blank:before {
  background: url("../img/common/blank_icon_b.png") no-repeat 0 0;
  background-size: contain;
}

#timetable-page.is-detail .contentTime__reservation__btn:hover span {
  color: #2c4197;
}

#timetable-page.is-detail .contentTime__reservation__none {
  margin-bottom: 16px;
  font-size: 0;
}

#timetable-page.is-detail .contentTime__reservation__none span {
  color: #ba0012;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.025em;
}

#timetable-page.is-detail .contentTime__reservation__link {
  font-size: 0;
}

#timetable-page.is-detail .contentTime__reservation__link a {
  transition: opacity .3s;
}

#timetable-page.is-detail .contentTime__reservation__link a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#timetable-page.is-detail .contentTime__reservation__link a:hover span {
  text-decoration: underline;
}

#timetable-page.is-detail .contentTime__reservation__link a span:before {
  content: "";
  position: absolute;
  top: 4px;
  right: -18px;
  width: 6px;
  height: 10px;
  background: url("../img/common/arrow_icon_r.png") no-repeat 0 0;
  background-size: contain;
}

#timetable-page.is-detail .contentTime__reservation__link span {
  position: relative;
  color: #ba0012;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.025em;
}

#timetable-page.is-detail .contentTime__supplement {
  margin-top: 36px;
}

#timetable-page.is-detail .contentTime__supplement p {
  font-size: 12px;
}

#timetable-page.is-detail .contentTime__supplement a {
  color: #000;
  text-decoration: underline;
}

#timetable-page.is-detail .contentTime__supplement a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#timetable-page.is-detail .contentSchedule {
  margin-bottom: 68px;
}

#timetable-page.is-detail .contentSchedule .contentTime__table__heading {
  border-bottom: 2px solid #f2f6f8;
  padding: 13px 10px 12px;
}

#timetable-page.is-detail .contentSchedule .contentTime__table__heading:first-child {
  padding: 13px 10px 12px;
}

#timetable-page.is-detail .contentSchedule .contentTime__table__heading:last-child {
  padding: 13px 10px 12px;
}

#timetable-page.is-detail .contentSchedule .contentTime__table__td {
  border-bottom: 2px solid #f2f6f8;
}

#timetable-page.is-detail .contentSchedule .contentTime__table__heading:last-child {
  border-bottom: 0;
}

#timetable-page.is-detail .contentSchedule .contentTime__table__tr:first-child .contentTime__table__td {
  padding-top: 13px;
}

#timetable-page.is-detail .contentSchedule .contentTime__table-over .contentTime__table__tr:last-child .contentTime__table__td {
  padding-bottom: 12px;
  border-bottom: 0;
}

#timetable-page.is-detail .contentSchedule .contentTime__table-over .contentTime__table__heading:last-child {
  padding: 13px 10px 36px;
}

#timetable-page.is-detail .contentSchedule .contentTime__table-over .contentTime__table__tr:last-child .contentTime__table__td {
  padding-bottom: 36px;
}

#timetable-page.is-detail .contentTime__table-2nd .contentTime__table__td {
  width: 50%;
}

#timetable-page.is-detail .contentTime__table-2nd .contentTime__table__td.contentTime__table__td-1col {
  width: 100%;
}

#timetable-page.is-detail .contentTime__table-3rd .contentTime__table__td {
  width: 33.333333%;
}

#timetable-page.is-detail .contentTime__table-3rd .contentTime__table__td.contentTime__table__td-1col {
  width: 66.66667%;
}

#timetable-page.is-detail .contentTime__table-4th .contentTime__table__td {
  width: 25%;
}

#timetable-page.is-detail .contentTime__table-4th .contentTime__table__td.contentTime__table__td-1col {
  width: 50%;
}

#timetable-page.is-detail .contentTime__table-5th .contentTime__table__td {
  width: 20%;
}

#timetable-page.is-detail .contentTime__table-5th .contentTime__table__td.contentTime__table__td-1col {
  width: 40%;
}

#timetable-page.is-detail .contentTime__table-6th .contentTime__table__td {
  width: 16.666666%;
}

#timetable-page.is-detail .contentTime__table-6th .contentTime__table__td.contentTime__table__td-1col {
  width: 33.33333%;
}

#timetable-page.is-detail .contentTime__table-7th .contentTime__table__td {
  width: 14.285714%;
}

#timetable-page.is-detail .contentTime__table-7th .contentTime__table__td.contentTime__table__td-1col {
  width: 28.57143%;
}

#timetable-page.is-detail .contentTime__table-8th .contentTime__table__td {
  width: 12.5%;
}

#timetable-page.is-detail .contentTime__table-8th .contentTime__table__td.contentTime__table__td-1col {
  width: 25%;
}

#timetable-page.is-detail .contentTime__table-9th .contentTime__table__td {
  width: 11.111111%;
}

#timetable-page.is-detail .contentTime__table-9th .contentTime__table__td.contentTime__table__td-1col {
  width: 22.22222%;
}

#timetable-page.is-detail .contentTime__table-10th .contentTime__table__td {
  width: 10%;
}

#timetable-page.is-detail .contentTime__table-10th .contentTime__table__td.contentTime__table__td-1col {
  width: 20%;
}

#timetable-page.is-detail .contentTime__table-over .contentTime__table__td {
  width: 9.571428%;
}

#timetable-page.is-detail .contentTime__table-over .contentTime__table__td.contentTime__table__td-1col {
  width: 19.14286%;
}

#timetable-page.is-detail .contentTime__table-over .contentTime__table__scroll {
  display: block;
}

#timetable-page.is-detail .contentTime__table__scroll {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  height: 15px;
  background-color: #fff;
}

#timetable-page.is-detail .contentTime__table__scroll:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 14px;
  background-color: #e1e8ee;
}

#timetable-page.is-detail .contentTime__table__scrollbar {
  position: absolute;
  bottom: 2px;
  left: 14px;
  height: 10px;
  border-radius: 8px;
  background-color: #2c4197;
  transition: transform .1s;
}

#timetable-page.is-detail .contentTime__table__scrollCursor {
  position: absolute;
  bottom: 0;
  width: 14px;
  height: 14px;
  background-color: #2c4197;
}

#timetable-page.is-detail .contentTime__table__scrollCursor:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#timetable-page.is-detail .contentTime__table__scrollCursor-prev {
  left: 0;
}

#timetable-page.is-detail .contentTime__table__scrollCursor-prev:before {
  top: 4px;
  left: 6px;
  transform: rotate(45deg);
}

#timetable-page.is-detail .contentTime__table__scrollCursor-next {
  right: 0;
}

#timetable-page.is-detail .contentTime__table__scrollCursor-next:before {
  top: 4px;
  left: 2px;
  transform: rotate(-135deg);
}

#timetable-page.is-detail .contentTime__map {
  display: none;
}

#timetable-page.is-detail .contentTime__map.is-current {
  display: block;
}

#timetable-page.is-detail .contentTime__map__item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 40px;
  box-sizing: border-box;
  background-color: #2c4197;
  color: #fff;
  text-align: center;
  transition: background .3s;
}

#timetable-page.is-detail .contentTime__map__item > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background: url("../img/common/arrow_icon_w.png") no-repeat 0 0;
  background-size: contain;
  transition: background .3s;
}

#timetable-page.is-detail .contentTime__map__item > a:hover {
  background-color: #fff;
}

#timetable-page.is-detail .contentTime__map__item > a:hover:after {
  background: url("../img/common/arrow_icon_b.png") no-repeat 0 0;
  background-size: contain;
}

#timetable-page.is-detail .contentTime__map__item > a:hover span {
  color: #2c4197;
}

#timetable-page.is-detail .contentTime__map__item span {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.025em;
  transition: color .3s;
}

#timetable-page.is-detail .contentTime__map__item + .contentTime__map__item {
  margin-top: 2px;
}

#timetable-page.is-detail .contentTime__detailmap__inner {
  max-width: 970px;
  margin: 0 auto;
  padding: 30px 0 10px;
}

#timetable-page.is-detail .contentTime__detailmap__block {
  position: relative;
}

#timetable-page.is-detail .contentTime__detailmap__head {
  margin-bottom: 40px;
}

#timetable-page.is-detail .contentTime__detailmap__head span {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}

#timetable-page.is-detail .contentTime__detailmap__map img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#timetable-page.is-detail .contentTime__detailmap__download {
  position: absolute;
  bottom: 28px;
  right: 32px;
  width: 50px;
  height: 50px;
}

#timetable-page.is-detail .contentTime__detailmap__download a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/timetable/icon_downloadx2.png) no-repeat 0 0;
  background-size: contain;
  transition: opacity .3s;
}

#timetable-page.is-detail .contentTime__detailmap__download a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#timetable-page.is-detail .contentTime__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#timetable-page.is-detail .contentTime__modal.is-current {
  display: block;
}

#timetable-page.is-detail .contentTime__modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

#timetable-page.is-detail .contentTime__modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 820px;
  width: 100%;
  height: 500px;
  padding: 50px;
}

#timetable-page.is-detail .contentTime__modal__img img {
  display: block;
  max-width: 720px;
}

#timetable-page.is-detail .contentTime__modal__img.is-wide img {
  width: 100%;
  height: auto;
}

#timetable-page.is-detail .contentTime__modal__img.is-long img {
  width: 100%;
  height: auto;
}

#timetable-page.is-detail .contentTime__modal__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: opacity .3s, transform .3s;
}

#timetable-page.is-detail .contentTime__modal__close:hover {
  transform: scale(1.1);
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#timetable-page.is-detail .contentTime__modal__close:before, #timetable-page.is-detail .contentTime__modal__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 2px;
  background-color: #fff;
}

#timetable-page.is-detail .contentTime__modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

#timetable-page.is-detail .contentTime__modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#timetable-page.is-detail .contentTime__modal__map {
  width: 100%;
  height: 100%;
  background-color: #2c4197;
}

#timetable-page.is-detail .contentTime__modal__items {
  position: absolute;
  bottom: 74px;
  right: 78px;
  z-index: 5;
}

#timetable-page.is-detail .contentTime__modal__item {
  position: relative;
  width: 35px;
  height: 35px;
  background-color: #fff;
}

#timetable-page.is-detail .contentTime__modal__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 1px;
  background-color: #2c4197;
}

#timetable-page.is-detail .contentTime__modal__item-plus {
  margin-bottom: 13px;
}

#timetable-page.is-detail .contentTime__modal__item-plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 17px;
  height: 1px;
  background-color: #2c4197;
}

#timetable-page.is-detail .contentRoute + .contentRoute {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #000;
}

#timetable-page.is-detail .contentTimeNode + .contentTimeNode {
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px dotted #000;
}

#timetable-page.is-detail .contentTimeNode__head {
  margin-bottom: 32px;
  font-size: 0;
}

#timetable-page.is-detail .contentTimeNode__head.contentTimeNode__title {
  border-bottom: 0;
}

#timetable-page.is-detail .contentTimeNode__title {
  display: inline-block;
  vertical-align: baseline;
}

#timetable-page.is-detail .contentTimeNode__title span {
  font-size: 26px;
}

#timetable-page.is-detail .contentTimeNode__tableSub {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 7px;
}

#timetable-page.is-detail .contentTimeNode__tableSub span {
  font-size: 18px;
}

#timetable-page.is-detail .contentTimeNode__date {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 14px;
  padding: 5px 14px;
  border: 1px solid #2c4197;
}

#timetable-page.is-detail .contentTimeNode__date span {
  color: #2c4197;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
}

#timetable-page.is-detail .contentInfo {
  margin-top: 62px;
}

#timetable-page.is-detail .contentInfo__title {
  margin-bottom: 34px;
  padding-bottom: 14px;
  border-bottom: 1px solid #000;
}

#timetable-page.is-detail .contentInfo__title span {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0;
}

#timetable-page.is-detail .contentInfo__route + .contentInfo__route {
  margin-top: 60px;
  padding-top: 34px;
  border-top: 1px dashed #000;
}

#timetable-page.is-detail .contentInfo__head {
  font-size: 0;
  letter-spacing: 0;
}

#timetable-page.is-detail .contentInfo__head span {
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
}

#timetable-page.is-detail .contentInfo__head span + span {
  position: relative;
  padding-left: 28px;
}

#timetable-page.is-detail .contentInfo__head span + span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url("../img/timetable/arrow_icon_both_bk.png") no-repeat 0 0;
  background-size: contain;
}

#timetable-page.is-detail .contentInfo__content {
  margin-top: 18px;
  font-size: 12px;
  line-height: 1.2;
}

#timetable-page.is-detail .contentInfo__content p {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0;
}

#timetable-page.is-detail .contentInfo__content p + p {
  margin-top: 14.4px;
}

#timetable-page.is-detail .contentInfo__content p + .is-large {
  margin-top: 28.8px;
}

#timetable-page.is-detail .contentInfo__content p.is-caution {
  margin-top: 10px;
}

#timetable-page.is-detail .contentInfo__content .is-large {
  font-size: 15px;
}

#timetable-page.is-detail .contentInfo__content .is-caution {
  color: #e63232;
  font-weight: bold;
}

#timetable-page.is-detail .contentInfo__content a {
  color: #000;
  text-decoration: underline;
  transition: opacity .3s;
}

#timetable-page.is-detail .contentInfo__content a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#timetable-page.is-detail .contentInfo__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 14.4px 0;
}

#timetable-page.is-detail .contentInfo__content iframe {
  max-width: 100%;
  margin-bottom: 14.4px;
}

#timetable-page.is-detail .contentFare {
  margin-top: 40px;
}

#timetable-page.is-detail .contentFare__title {
  margin-bottom: 20px;
}

#timetable-page.is-detail .contentFare__title span {
  border-bottom: 1px solid #000;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
}

#timetable-page.is-detail .contentFare__table {
  text-align: center;
}

#timetable-page.is-detail .contentFare__table tr + tr {
  border-top: 2px solid #f2f6f8;
}

#timetable-page.is-detail .contentFare__table td, #timetable-page.is-detail .contentFare__table th {
  width: 700px;
  padding: 1px 5px;
  background-color: #fff;
  vertical-align: middle;
}

#timetable-page.is-detail .contentFare__table td span, #timetable-page.is-detail .contentFare__table th span {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: -0.025em;
  word-break: break-word;
}

#timetable-page.is-detail .contentFare__table td:first-child, #timetable-page.is-detail .contentFare__table th:first-child {
  width: 230px;
}

#timetable-page.is-detail .contentFare__table th {
  padding: 4px 5px;
}

#timetable-page.is-detail .contentFare__table th + th {
  border-left: 2px solid #f2f6f8;
}

#timetable-page.is-detail .contentFare__table td + td {
  border-left: 2px solid #f2f6f8;
}

#timetable-page.is-detail .contentFare__caution {
  margin-top: 18px;
}

#timetable-page.is-detail .contentFare__caution__item {
  font-size: 0;
}

#timetable-page.is-detail .contentFare__caution__item span {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0;
}

#timetable-page.is-detail .contentFareTable {
  background-color: #fff;
}

#timetable-page.is-detail .contentFareTable + .contentFareTable {
  margin-top: 20px;
}

#timetable-page.is-detail .contentFareTable__inner {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

#timetable-page.is-detail .contentFareTable__route {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 13.97849%;
  padding: 10px;
}

#timetable-page.is-detail .contentFareTable__route span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: -0.025em;
  word-break: break-word;
}

#timetable-page.is-detail .contentFareTable__body {
  display: inline-block;
  vertical-align: top;
  width: 86.02151%;
  border-left: 2px solid #f2f6f8;
}

#timetable-page.is-detail .contentFareTable__largeRow {
  display: inline-block;
  vertical-align: top;
  width: 12.5%;
}

#timetable-page.is-detail .contentFareTable__largeRow + .contentFareTable__row {
  width: 12.5%;
}

#timetable-page.is-detail .contentFareTable__largeRow + .contentFareTable__row .contentFareTable__row__item {
  border-left: 2px solid #f2f6f8;
}

#timetable-page.is-detail .contentFareTable__largeRow + .contentFareTable__row + .contentFareTable__col {
  width: 75%;
  border-left: 2px solid #f2f6f8;
}

#timetable-page.is-detail .contentFareTable__largeRow + .contentFareTable__col {
  width: 87.5%;
  border-left: 2px solid #f2f6f8;
}

#timetable-page.is-detail .contentFareTable__largeRow-top .contentFareTable__largeRow__item:first-child {
  border-top: 0;
}

#timetable-page.is-detail .contentFareTable__largeRow__item {
  position: relative;
  padding: 10px;
  border-top: 2px solid #f2f6f8;
}

#timetable-page.is-detail .contentFareTable__largeRow__item span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: -0.025em;
  word-break: break-word;
}

#timetable-page.is-detail .contentFareTable__row {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}

#timetable-page.is-detail .contentFareTable__row + .contentFareTable__col {
  width: 75%;
  border-left: 2px solid #f2f6f8;
}

#timetable-page.is-detail .contentFareTable__row-top .contentFareTable__row__item:first-child {
  border-top: 0;
}

#timetable-page.is-detail .contentFareTable__row__item {
  padding: 10px;
  border-top: 2px solid #f2f6f8;
}

#timetable-page.is-detail .contentFareTable__row__item span {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: -0.025em;
  word-break: break-word;
}

#timetable-page.is-detail .contentFareTable__col {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

#timetable-page.is-detail .contentFareTable__col-1 .contentFareTable__col__item {
  width: 100%;
}

#timetable-page.is-detail .contentFareTable__col-2 .contentFareTable__col__item {
  width: 50%;
}

#timetable-page.is-detail .contentFareTable__col-3 .contentFareTable__col__item {
  width: 33.33%;
}

#timetable-page.is-detail .contentFareTable__col-4 .contentFareTable__col__item {
  width: 25%;
}

#timetable-page.is-detail .contentFareTable__col-5 .contentFareTable__col__item {
  width: 20%;
}

#timetable-page.is-detail .contentFareTable__col__item {
  display: inline-block;
  vertical-align: top;
}

#timetable-page.is-detail .contentFareTable__col__item + .contentFareTable__col__item {
  border-left: 2px solid #f2f6f8;
}

#timetable-page.is-detail .contentFareTable__col__head {
  padding: 10px;
  border-bottom: 2px solid #f2f6f8;
}

#timetable-page.is-detail .contentFareTable__col__head span {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: -0.025em;
  word-break: break-word;
}

#timetable-page.is-detail .contentFareTable__col__head-childColhead {
  border-bottom: 0;
}

#timetable-page.is-detail .contentFareTable__col__head-childColhead + .contentFareTable__childCol .contentFareTable__childCol__row {
  border-top: 2px solid #f2f6f8;
}

#timetable-page.is-detail .contentFareTable__childCol-1 .contentFareTable__childCol__item {
  width: 100%;
}

#timetable-page.is-detail .contentFareTable__childCol-2 .contentFareTable__childCol__item {
  width: 50%;
}

#timetable-page.is-detail .contentFareTable__childCol-3 .contentFareTable__childCol__item {
  width: 33.33%;
}

#timetable-page.is-detail .contentFareTable__childCol-4 .contentFareTable__childCol__item {
  width: 25%;
}

#timetable-page.is-detail .contentFareTable__childCol-5 .contentFareTable__childCol__item {
  width: 20%;
}

#timetable-page.is-detail .contentFareTable__childCol__item {
  display: inline-block;
  vertical-align: top;
}

#timetable-page.is-detail .contentFareTable__childCol__item + .contentFareTable__childCol__item {
  border-left: 2px solid #f2f6f8;
}

#timetable-page.is-detail .contentFareTable__childCol__head {
  padding: 10px;
}

#timetable-page.is-detail .contentFareTable__childCol__head span {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: -0.025em;
  word-break: break-word;
}

#timetable-page.is-detail .contentFareTable__childCol__head + .contentFareTable__childCol__row {
  border-top: 2px solid #f2f6f8;
}

#timetable-page.is-detail .contentFareTable__childCol__row {
  padding: 10px;
}

#timetable-page.is-detail .contentFareTable__childCol__row + .contentFareTable__childCol__row {
  border-top: 2px solid #f2f6f8;
}

#timetable-page.is-detail .contentFareTable__childCol__row span {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: -0.025em;
  word-break: break-word;
}

#timetable-page.is-detail .contentTicketsales {
  margin-top: 62px;
}

#timetable-page.is-detail .contentTicketsales__title {
  margin-bottom: 20px;
}

#timetable-page.is-detail .contentTicketsales__title span {
  border-bottom: 1px solid #000;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
}

#timetable-page.is-detail .contentTicket {
  margin-top: 62px;
}

#timetable-page.is-detail .contentTicket__title {
  margin-bottom: 34px;
  padding-bottom: 14px;
  border-bottom: 1px solid #000;
}

#timetable-page.is-detail .contentTicket__title span {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
}

#timetable-page.is-detail .contentTicket__item + .contentTicket__item {
  margin-top: 40px;
}

#timetable-page.is-detail .contentTicket__item__title {
  margin-bottom: 20px;
}

#timetable-page.is-detail .contentTicket__item__title span {
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.01em;
}

#timetable-page.is-detail .contentTicket__item__table {
  text-align: center;
}

#timetable-page.is-detail .contentTicket__item__table tr + tr {
  border-top: 2px solid #f2f6f8;
}

#timetable-page.is-detail .contentTicket__item__table td, #timetable-page.is-detail .contentTicket__item__table th {
  width: 700px;
  padding: 10px;
  background-color: #fff;
  vertical-align: middle;
}

#timetable-page.is-detail .contentTicket__item__table td span, #timetable-page.is-detail .contentTicket__item__table td p, #timetable-page.is-detail .contentTicket__item__table th span, #timetable-page.is-detail .contentTicket__item__table th p {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: -0.025em;
  word-break: break-word;
}

#timetable-page.is-detail .contentTicket__item__table td:first-child, #timetable-page.is-detail .contentTicket__item__table th:first-child {
  width: 230px;
}

#timetable-page.is-detail .contentTicket__item__table td a, #timetable-page.is-detail .contentTicket__item__table th a {
  color: #2c4197;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: -0.025em;
  word-break: break-word;
  transition: opacity .3s;
}

#timetable-page.is-detail .contentTicket__item__table td a:hover, #timetable-page.is-detail .contentTicket__item__table th a:hover {
  text-decoration: underline;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#timetable-page.is-detail .contentTicket__item__table th {
  padding: 4px 5px;
}

#timetable-page.is-detail .contentTicket__item__table th + th {
  border-left: 2px solid #f2f6f8;
}

#timetable-page.is-detail .contentTicket__item__table td + td {
  border-left: 2px solid #f2f6f8;
}

#timetable-page.is-detail .contentMore {
  margin-top: 72px;
  margin-bottom: 98px;
  text-align: center;
}

#timetable-page.is-detail.is-IE .contentTime__table__td {
  word-break: break-all;
}

#timetable-page.is-detail.is-IE .contentFare__table td, #timetable-page.is-detail.is-IE .contentFare__table th {
  word-break: break-all;
}

#timetable-page.is-detail.is-IE .contentTicket__item__table td, #timetable-page.is-detail.is-IE .contentTicket__item__table th {
  word-break: break-all;
}

@media screen and (max-width: 750px) {
  /* ==============================================
  Route / Timetable SP
  @mixin ============================================= */
  #timetable-page .mainVisual {
    width: 100%;
    height: auto;
    background-color: #f2f6f8;
  }
  #timetable-page .mainVisual-hakuba {
    background: #f2f6f8;
  }
  #timetable-page .mainVisual-nagano {
    background: #f2f6f8;
  }
  #timetable-page .mainVisual-matsumoto {
    background: #f2f6f8;
  }
  #timetable-page .mainVisual-kamikochi {
    background: #f2f6f8;
  }
  #timetable-page .mainVisual-norikura {
    background: #f2f6f8;
  }
  #timetable-page .mainVisual-takayama {
    background: #f2f6f8;
  }
  #timetable-page .mainVisual-suwa {
    background: #f2f6f8;
  }
  #timetable-page .mainVisual-tateyama_kurobe {
    background: #f2f6f8;
  }
  #timetable-page .mainVisual__inner {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 32px 18px 28px;
    padding: 8.53333vw 4.8vw 7.46667vw;
    font-size: 0;
    letter-spacing: 0;
  }
  #timetable-page .mainVisual__title {
    margin-bottom: 0;
  }
  #timetable-page .mainVisual__title span {
    color: #2c4197;
    font-size: 24px;
    font-size: 6.4vw;
    line-height: 1;
    letter-spacing: 0;
  }
  #timetable-page .mainVisual__content {
    display: none;
  }
  #timetable-page .mainVisual__map {
    display: none;
  }
  #timetable-page .mainVisual__tab {
    display: none;
  }
  #timetable-page .contentTab {
    display: block;
    width: 100%;
  }
  #timetable-page .contentTab__inner {
    width: 100%;
    font-size: 0;
    letter-spacing: 0;
  }
  #timetable-page .contentTab__item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    background-color: #2c4197;
  }
  #timetable-page .contentTab__item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  #timetable-page .contentTab__item a:hover .contentTab__item__img {
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  }
  #timetable-page .contentTab__item__img {
    background: url("../img/common/content_img_shadow.png") no-repeat 0 0;
    background-size: cover;
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    transition: none;
  }
  #timetable-page .contentTab__item__img img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -1;
    width: 100%;
    height: auto;
  }
  #timetable-page .contentTab__item__txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  #timetable-page .contentTab__item__txt span {
    color: #fff;
    font-size: 13px;
    font-size: 3.6vw;
    line-height: 1;
    letter-spacing: -0.025em;
  }
  #timetable-page .block {
    padding: 58px 0 0;
    padding: 15.46667vw 0 0;
  }
  #timetable-page .block__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 0;
    letter-spacing: 0;
  }
  #timetable-page .block__head {
    margin-bottom: 33px;
    margin-bottom: 8.8vw;
    padding: 0 17px;
    padding: 0 4.66667vw;
  }
  #timetable-page .block__title {
    margin-bottom: 10px;
    margin-bottom: 2.8vw;
  }
  #timetable-page .block__title span {
    font-size: 20px;
    font-size: 5.33333vw;
    font-weight: normal;
    line-height: 1;
    letter-spacing: -0.025em;
  }
  #timetable-page .block__subtitle {
    margin-bottom: 13px;
    margin-bottom: 3.6vw;
  }
  #timetable-page .block__subtitle span {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.3;
    letter-spacing: -0.025em;
  }
  #timetable-page .block__head__content {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.24;
    letter-spacing: -0.025em;
  }
  #timetable-page .block__content {
    margin-bottom: 46px;
    margin-bottom: 12.26667vw;
  }
  #timetable-page .block__content__head {
    position: relative;
    margin-bottom: 19px;
    margin-bottom: 5.06667vw;
    padding-bottom: 11px;
    padding-bottom: 3.06667vw;
    text-align: center;
  }
  #timetable-page .block__content__head span {
    font-size: 16px;
    font-size: 4.4vw;
    line-height: 1;
    letter-spacing: 0;
  }
  #timetable-page .block__content__head:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 51px;
    width: 13.73333vw;
    height: 1px;
    background-color: #000;
  }
  #timetable-page .block__content__inner {
    margin-bottom: 14px;
    margin-bottom: 3.73333vw;
    font-size: 0;
    letter-spacing: 0;
  }
  #timetable-page .block__content__list {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-right: 0;
    margin-bottom: 13px;
    margin-bottom: 3.46667vw;
    padding: 0 17px;
    padding: 0 4.66667vw;
    border-top: none;
  }
  #timetable-page .block__content__node {
    height: 47px;
    height: 12.53333vw;
    border-bottom: none;
  }
  #timetable-page .block__content__node + .block__content__node {
    margin-top: 19px;
    margin-top: 5.06667vw;
  }
  #timetable-page .block__content__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 43.235294%;
    height: 100%;
    border: 1px solid #000;
    text-align: center;
  }
  #timetable-page .block__content__item + .block__content__item {
    margin-left: 13.529411%;
  }
  #timetable-page .block__content__item + .block__content__item:before {
    content: "";
    position: absolute;
    top: 14px;
    top: 3.86667vw;
    left: -30px;
    left: -8vw;
    width: 16px;
    width: 4.26667vw;
    height: 16px;
    height: 4.26667vw;
    background: url("../img/common/arrow_icon_both_sp.png") no-repeat 0 0;
    background-size: contain;
  }
  #timetable-page .block__content__txt {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 100%;
  }
  #timetable-page .block__content__txt span {
    display: block;
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: -0.04em;
    line-height: 15px;
    line-height: 4vw;
  }
  #timetable-page .block__content__txt span.is-small {
    font-size: 9px;
    font-size: 2.4vw;
  }
  #timetable-page .block__content__img {
    display: block;
    width: 100%;
  }
  #timetable-page .block__content__img img {
    display: block;
    width: 100%;
    height: auto;
  }
  #timetable-page .block__content__link {
    padding: 0 17px;
    padding: 0 4.66667vw;
    text-align: right;
  }
  #timetable-page .block__content__link a {
    position: relative;
    padding-right: 23px;
    padding-right: 6.13333vw;
    font-size: 14px;
    font-size: 3.73333vw;
    transition: none;
  }
  #timetable-page .block__content__link a:after {
    content: "";
    position: absolute;
    top: 3px;
    top: 0.8vw;
    right: 0;
    width: 8px;
    width: 2.13333vw;
    height: 12px;
    height: 3.2vw;
    background: url("../img/common/arrow_icon_b_sp.png") no-repeat 0 0;
    background-size: contain;
  }
  #timetable-page .block__content__link a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #timetable-page .block__content__link a:hover span {
    text-decoration: none;
  }
  #timetable-page .block__content__link span {
    color: #2c4197;
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: -0.025em;
  }
  #timetable-page .block__content__link-route {
    margin-bottom: 35px;
    margin-bottom: 9.33333vw;
  }
  #timetable-page.is-IE .block__content__txt {
    padding-top: 4px;
    padding-top: 1.06667vw;
  }
  /* ==============================================
	2020 PH3追加 TOP - HOW TO RIDE -
	@mixin ============================================= */
  #timetable-page .block-howtoRide {
    height: 70.67vw;
    padding: 5.33vw 0 10.67vw;
  }
  #timetable-page .block-howtoRide__title {
    font-size: 5.33vw;
  }
  #timetable-page .block-howtoRide__link {
    width: 66.67vw;
    height: 11.33vw;
    margin: 4vw auto 0;
  }
  #timetable-page .block-howtoRide__link a {
    font-size: 4vw;
    text-indent: 6.67vw;
    transition: none;
  }
  #timetable-page .block-howtoRide__link a:after {
    width: 2.93vw;
    height: 4.53vw;
    margin-left: 4vw;
    background: url(../img/common/arrow_icon_w_2.svg) no-repeat 0 0 !important;
    background-size: contain !important;
    transition: none;
  }
  #timetable-page .block-howtoRide__link a:hover {
    color: #fff;
  }
  /* ==============================================
  Route / Timetable - Cate -
  @mixin ============================================= */
  #timetable-page.is-area .c-mainVisual {
    height: auto;
    background-color: #f2f6f8;
    font-size: 0;
    letter-spacing: 0;
  }
  #timetable-page.is-area .c-mainVisual__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 275px;
    height: 73.33333vw;
    max-width: 100%;
  }
  #timetable-page.is-area .c-mainVisual__inner.is-wide {
    background-size: auto 100%;
  }
  #timetable-page.is-area .c-mainVisual__inner.is-long {
    background-size: auto 100%;
  }
  #timetable-page.is-area .c-mainVisual__txt {
    position: absolute;
    top: 25%;
    left: auto;
    transform: none;
    width: 100%;
    margin: 0;
    margin-top: 31px;
    margin-top: 8.26667vw;
    margin-left: 0;
  }
  #timetable-page.is-area .c-mainVisual__subtitle {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    padding: 0 17px;
    padding: 0 4.53333vw;
    text-align: left;
  }
  #timetable-page.is-area .c-mainVisual__subtitle span {
    color: #fff;
    font-size: 12px;
    font-size: 3.2vw;
  }
  #timetable-page.is-area .c-mainVisual__title {
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    padding: 0 17px;
    padding: 0 4.53333vw;
    text-align: left;
  }
  #timetable-page.is-area .c-mainVisual__title span {
    font-size: 24px;
    font-size: 6.4vw;
  }
  #timetable-page.is-area .c-mainVisual__map {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 335px;
    height: 89.33333vw;
  }
  #timetable-page.is-area .c-mainVisual__map__inner {
    padding: 13px 43px 0 31px;
    padding: 3.46667vw 11.6vw 0 8.4vw;
  }
  #timetable-page.is-area .c-mainVisual__map__item {
    text-align: center;
  }
  #timetable-page.is-area .c-mainVisual__map__item img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  #timetable-page.is-area .c-mainVisual__map__japan {
    display: none;
  }
  #timetable-page.is-area .block {
    padding: 30px 0 0;
    padding: 8vw 0 0;
  }
  #timetable-page.is-area .block__head {
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  #timetable-page.is-area .block__head__title {
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  #timetable-page.is-area .block__head__title span {
    font-size: 20px;
    font-size: 5.33333vw;
    font-weight: normal;
    line-height: 1.2;
  }
  #timetable-page.is-area .contentAnchor {
    margin-bottom: 60px;
    margin-bottom: 16vw;
  }
  #timetable-page.is-area .contentAnchor__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    padding: 0 5.33333vw;
    font-size: 0;
    letter-spacing: 0;
    text-align: left;
  }
  #timetable-page.is-area .contentAnchor__item {
    display: inline-block;
    vertical-align: top;
    width: 48.507462%;
    height: 46px;
    height: 12.4vw;
    text-align: center;
  }
  #timetable-page.is-area .contentAnchor__item:nth-child(2n) {
    margin-left: 2.985074%;
  }
  #timetable-page.is-area .contentAnchor__item:nth-child(2n+1) {
    margin-left: 0;
  }
  #timetable-page.is-area .contentAnchor__item:nth-child(n+3) {
    margin-top: 10px;
    margin-top: 2.66667vw;
  }
  #timetable-page.is-area .contentAnchor__item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    padding-top: 4vw;
    border: 1px solid #2c4197;
    box-sizing: border-box;
    background-color: #2c4197;
  }
  #timetable-page.is-area .contentAnchor__item a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 9px;
    right: 2.4vw;
    transform: translateY(-50%) rotate(90deg);
    width: 6px;
    width: 1.6vw;
    height: 9px;
    height: 2.4vw;
    background: url("../img/common/arrow_icon_w_sp.png") no-repeat 0 0;
    background-size: contain;
    transition: none;
  }
  #timetable-page.is-area .contentAnchor__item a:hover {
    background-color: #2c4197;
  }
  #timetable-page.is-area .contentAnchor__item a:hover:after {
    background: url("../img/common/arrow_icon_w_sp.png") no-repeat 0 0;
    background-size: contain;
  }
  #timetable-page.is-area .contentAnchor__item a:hover span {
    color: #fff;
  }
  #timetable-page.is-area .contentAnchor__item span {
    padding-right: 10px;
    padding-right: 2.66667vw;
    color: #fff;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1;
    letter-spacing: 0;
  }
  #timetable-page.is-area .contentDetailmap {
    background-color: #fff;
  }
  #timetable-page.is-area .contentDetailmap__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 15px 45px;
    padding: 4vw 4vw 12vw;
  }
  #timetable-page.is-area .contentDetailmap__block {
    position: relative;
  }
  #timetable-page.is-area .contentDetailmap__head {
    margin-bottom: 18px;
    margin-bottom: 4.8vw;
  }
  #timetable-page.is-area .contentDetailmap__head span {
    font-size: 20px;
    font-size: 5.33333vw;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0;
  }
  #timetable-page.is-area .contentDetailmap__map img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #timetable-page.is-area .contentDetailmap__download {
    position: absolute;
    bottom: 13px;
    bottom: 3.46667vw;
    right: 17px;
    right: 4.53333vw;
    width: 20px;
    width: 4.93333vw;
    height: 20px;
    height: 4.93333vw;
  }
  #timetable-page.is-area .contentDetailmap__download a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/timetable/icon_downloadx2.png) no-repeat 0 0;
    background-size: contain;
    transition: opacity .3s;
  }
  #timetable-page.is-area .contentDetailmap__download a:hover {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  #timetable-page.is-area .contentRoute {
    margin-bottom: 0;
    background-color: #f2f6f8;
  }
  #timetable-page.is-area .contentRoute__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 31px 15px 34px;
    padding: 8.26667vw 4vw 9.06667vw;
  }
  #timetable-page.is-area .contentRoute__block + .contentRoute__block {
    margin-top: 31px;
    margin-top: 8.26667vw;
  }
  #timetable-page.is-area .contentRoute__head {
    margin-bottom: 18px;
    margin-bottom: 4.8vw;
  }
  #timetable-page.is-area .contentRoute__head span {
    font-size: 20px;
    font-size: 5.33333vw;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0;
  }
  #timetable-page.is-area .contentRoute__node {
    position: relative;
    height: 42px;
    height: 11.33333vw;
    border: 1px solid #2c4197;
    background-color: #2c4197;
    font-size: 0;
    letter-spacing: 0;
    transition: none;
  }
  #timetable-page.is-area .contentRoute__node a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #timetable-page.is-area .contentRoute__node:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    width: 5.33333vw;
    height: 20px;
    height: 5.33333vw;
    background: url("../img/common/arrow_icon_both_w_sp.png") no-repeat 0 0;
    background-size: contain;
    transition: none;
  }
  #timetable-page.is-area .contentRoute__node:after {
    content: "";
    position: absolute;
    top: 16px;
    top: 4.26667vw;
    right: 9px;
    right: 2.4vw;
    width: 6px;
    width: 1.6vw;
    height: 10px;
    height: 2.66667vw;
    background: url("../img/common/arrow_icon_w_sp.png") no-repeat 0 0;
    background-size: contain;
    transition: none;
  }
  #timetable-page.is-area .contentRoute__node + .contentRoute__node {
    margin-top: 20px;
    margin-top: 5.33333vw;
  }
  #timetable-page.is-area .contentRoute__node:hover {
    background-color: #2c4197;
  }
  #timetable-page.is-area .contentRoute__node:hover:before {
    background: url("../img/common/arrow_icon_both_w_sp.png") no-repeat 0 0;
    background-size: contain;
  }
  #timetable-page.is-area .contentRoute__node:hover:after {
    background: url("../img/common/arrow_icon_w_sp.png") no-repeat 0 0;
    background-size: contain;
  }
  #timetable-page.is-area .contentRoute__node:hover .contentRoute__item__txt span {
    color: #fff;
  }
  #timetable-page.is-area .contentRoute__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 100%;
    text-align: center;
  }
  #timetable-page.is-area .contentRoute__item__txt {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 30px;
    padding: 0 8vw;
  }
  #timetable-page.is-area .contentRoute__item__txt span {
    color: #fff;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.1;
    letter-spacing: -0.025em;
    transition: none;
  }
  #timetable-page.is-area .contentRoute__node-1st:before {
    content: none;
  }
  #timetable-page.is-area .contentRoute__node-1st .contentRoute__item {
    width: 100%;
  }
  #timetable-page.is-area .contentRoute__node-3rd:before {
    content: none;
  }
  #timetable-page.is-area .contentRoute__node-3rd .contentRoute__item {
    width: 33.33333%;
  }
  #timetable-page.is-area .contentRoute__node-3rd .contentRoute__item + .contentRoute__item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 20px;
    width: 5.33333vw;
    height: 20px;
    height: 5.33333vw;
    background: url("../img/common/arrow_icon_both_w_sp.png") no-repeat 0 0;
    background-size: contain;
    transition: none;
  }
  #timetable-page.is-area .contentRoute__node-3rd:hover .contentRoute__item + .contentRoute__item:before {
    background: url("../img/common/arrow_icon_both_w_sp.png") no-repeat 0 0;
    background-size: contain;
  }
  #timetable-page.is-area .contentTicket__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 34px 15px;
    padding: 9.06667vw 4vw;
  }
  #timetable-page.is-area .contentTicket__head {
    margin-bottom: 16px;
    margin-bottom: 4.26667vw;
  }
  #timetable-page.is-area .contentTicket__head span {
    font-size: 20px;
    font-size: 5.33333vw;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0;
  }
  #timetable-page.is-area .contentTicket__list {
    border-top: 1px solid #000;
  }
  #timetable-page.is-area .contentTicket__node {
    padding: 17px 0 20px;
    padding: 4.53333vw 0 5.33333vw;
    border-bottom: 1px solid #000;
    font-size: 0;
    letter-spacing: 0;
  }
  #timetable-page.is-area .contentTicket__node__head {
    display: block;
    width: 100%;
    margin-bottom: 6px;
    margin-bottom: 1.6vw;
  }
  #timetable-page.is-area .contentTicket__node__head span {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.45;
    letter-spacing: 0;
  }
  #timetable-page.is-area .contentTicket__content {
    display: block;
    width: 100%;
  }
  #timetable-page.is-area .contentTicket__content p {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.45;
    letter-spacing: 0;
  }
  #timetable-page.is-area .contentGuide {
    background-color: #fff;
  }
  #timetable-page.is-area .contentGuide__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 35px 20px 31px;
    padding: 9.33333vw 5.33333vw 8.26667vw;
  }
  #timetable-page.is-area .contentGuide__head {
    margin-bottom: 16px;
    margin-bottom: 4.26667vw;
  }
  #timetable-page.is-area .contentGuide__head span {
    font-size: 20px;
    font-size: 5.33333vw;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0;
  }
  #timetable-page.is-area .contentGuide__slide {
    width: 100%;
    height: auto;
    text-align: center;
  }
  #timetable-page.is-area .contentGuide__slide + .contentGuide__slide {
    margin-left: 0;
  }
  #timetable-page.is-area .contentGuide__slide__img {
    display: inline-block;
    width: 200px;
    width: 53.33333vw;
    height: 182px;
    height: 48.66667vw;
    overflow: hidden;
  }
  #timetable-page.is-area .contentGuide__slide__img img {
    width: 100%;
    height: auto;
  }
  #timetable-page.is-area .contentGuide__slide__img.is-wide img {
    width: auto;
    height: 100%;
  }
  #timetable-page.is-area .contentGuide__slide__img.is-long img {
    width: 100%;
    height: auto;
  }
  #timetable-page.is-area .contentGuide__slide__head {
    width: 250px;
    width: 66.66667vw;
    margin: 10px auto 0;
  }
  #timetable-page.is-area .contentGuide__slide__head span {
    color: #000;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.2;
    letter-spacing: 0.025em;
  }
  #timetable-page.is-area .contentGuide__slide__link {
    display: none;
  }
  #timetable-page.is-area .contentGuide__arrow {
    position: absolute;
    top: 151px;
    top: 40.4vw;
    z-index: 10;
    width: 14px;
    width: 3.73333vw;
    height: 22px;
    height: 5.86667vw;
    background: url("../img/common/arrow_slide_b.png") no-repeat 0 0;
    background-size: contain;
  }
  #timetable-page.is-area .contentGuide__arrow-prev {
    left: 30px;
    left: 8.13333vw;
    transform: rotate(180deg);
  }
  #timetable-page.is-area .contentGuide__arrow-next {
    right: 30px;
    right: 8.13333vw;
  }
  #timetable-page.is-area .contentGuide__pagination {
    position: static;
    bottom: auto;
    left: auto;
    margin-top: 17px;
    margin-top: 4.53333vw;
  }
  #timetable-page.is-area .contentGuide__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    margin: 0 1.33333vw;
    border: 2px solid #2c4197;
    background-color: transparent;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #timetable-page.is-area .contentGuide__pagination .swiper-pagination-bullet-active {
    background-color: #2c4197;
  }
  #timetable-page.is-area .contentGuide__googleMap {
    margin-top: 16px;
    margin-top: 4.26667vw;
    text-align: center;
  }
  #timetable-page.is-area .contentGuide__googleMap span {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0.025em;
  }
  #timetable-page.is-area .contentMore {
    display: none;
  }
  #timetable-page.is-area.is-IE .contentRoute__item__txt {
    padding-top: 5px;
    padding-top: 1.33333vw;
  }
  #timetable-page.is-area.is-Android .contentAnchor__item a {
    padding-top: 17px;
    padding-top: 4.53333vw;
  }
  /* ==============================================
  Route / Timetable - Detail -
  @mixin ============================================= */
  #timetable-page.is-detail .mainVisual {
    position: relative;
    height: 275px;
    height: 73.33333vw;
    background-color: #ccc;
  }
  #timetable-page.is-detail .mainVisual__title {
    z-index: 5;
    max-width: 100%;
    width: 100%;
    padding: 0 17px;
    padding: 0 4.66667vw;
    text-align: left;
  }
  #timetable-page.is-detail .mainVisual__title span {
    color: #fff;
    font-size: 24px;
    font-size: 6.4vw;
  }
  #timetable-page.is-detail .mainVisual__inner {
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  #timetable-page.is-detail .mainVisual__slide a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #timetable-page.is-detail .mainVisual__slide img {
    display: block;
  }
  #timetable-page.is-detail .mainVisual__slide__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 100%;
    text-align: left;
  }
  #timetable-page.is-detail .mainVisual__slide__title span {
    color: #fff;
    font-size: 24px;
    font-size: 6.4vw;
  }
  #timetable-page.is-detail .mainVisual__slide__img {
    width: 100%;
    height: 100%;
    background: no-repeat 0 0;
    background-size: cover;
  }
  #timetable-page.is-detail .mainVisual__slide__img img {
    display: none;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  #timetable-page.is-detail .mainVisual__pagination {
    position: absolute;
    bottom: 5px;
    bottom: 1.33333vw;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0;
  }
  #timetable-page.is-detail .mainVisual__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 2px;
    margin: 0 0.66667vw;
    border: 1px solid #fff;
    background-color: transparent;
    font-size: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #timetable-page.is-detail .mainVisual__pagination .swiper-pagination-bullet-active {
    background-color: #fff;
  }
  #timetable-page.is-detail .mainContent {
    background-color: #f2f6f8;
  }
  #timetable-page.is-detail .mainContent__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 32px 0 34px;
    padding: 8.66667vw 0 9.06667vw;
  }
  #timetable-page.is-detail .contentTitle {
    margin-bottom: 32px;
    margin-bottom: 8.53333vw;
  }
  #timetable-page.is-detail .contentTitle__inner {
    height: auto;
    border-top: 0;
    border-bottom: 0;
    font-size: 0;
    letter-spacing: 0;
  }
  #timetable-page.is-detail .contentTitle__inner:before {
    content: none;
  }
  #timetable-page.is-detail .contentTitle__item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  #timetable-page.is-detail .contentTitle__item:before {
    content: none;
  }
  #timetable-page.is-detail .contentTitle__item + .contentTitle__item {
    position: relative;
    margin-top: 24px;
    margin-top: 6.4vw;
  }
  #timetable-page.is-detail .contentTitle__item + .contentTitle__item:before {
    content: "";
    position: absolute;
    top: -10px;
    top: -2.66667vw;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 13px;
    width: 3.46667vw;
    height: 13px;
    height: 3.46667vw;
    background: url("../img/common/arrow_icon_both_bk_sp.png") no-repeat 0 0;
    background-size: contain;
    transition: none;
  }
  #timetable-page.is-detail .contentTitle__item__txt {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    text-align: center;
  }
  #timetable-page.is-detail .contentTitle__item__txt span {
    font-size: 16px;
    font-size: 4.4vw;
    line-height: 1.1;
  }
  #timetable-page.is-detail .contentTitle-3rd .contentTitle__item {
    position: relative;
    width: 100%;
  }
  #timetable-page.is-detail .contentTitle-3rd .contentTitle__item:before {
    content: none;
  }
  #timetable-page.is-detail .contentTitle-3rd .contentTitle__item + .contentTitle__item:before {
    content: "";
    position: absolute;
    top: -10px;
    top: -2.66667vw;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 13px;
    width: 3.46667vw;
    height: 13px;
    height: 3.46667vw;
    background: url("../img/common/arrow_icon_both_bk_sp.png") no-repeat 0 0;
    background-size: contain;
    transition: none;
  }
  #timetable-page.is-detail .contentTime + .contentTime {
    margin-top: 35px;
    margin-top: 9.33333vw;
  }
  #timetable-page.is-detail .contentTime.is-current .contentTime__title__txt:after, #timetable-page.is-detail .contentTime.is-current .contentTime__title__txt:before {
    width: 17px;
    width: 4.53333vw;
  }
  #timetable-page.is-detail .contentTime.is-current .contentTime__title__txt:after {
    right: 38px;
    right: 10.13333vw;
    margin-top: -3px;
    margin-top: -0.8vw;
    transform: rotate(45deg);
  }
  #timetable-page.is-detail .contentTime.is-current .contentTime__title__txt:before {
    right: 38px;
    right: 10.13333vw;
    margin-top: -3px;
    margin-top: -0.8vw;
    transform: rotate(-45deg);
  }
  #timetable-page.is-detail .contentTime__title {
    margin-bottom: 24px;
    margin-bottom: 6.4vw;
    padding: 18px 0;
    padding: 4.93333vw 0;
    background-color: #fff;
  }
  #timetable-page.is-detail .contentTime__title__txt {
    position: relative;
    display: block;
    border-bottom: 0;
    text-align: center;
  }
  #timetable-page.is-detail .contentTime__title__txt:after, #timetable-page.is-detail .contentTime__title__txt:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 8px;
    width: 2.13333vw;
    height: 2px;
    margin-top: -1px;
    margin-top: -0.26667vw;
    background-color: #2c4197;
    transition: right .3s, transform .3s, width .3s, margin .3s;
  }
  #timetable-page.is-detail .contentTime__title__txt:after {
    right: 46px;
    right: 12.26667vw;
    transform: rotate(50deg);
  }
  #timetable-page.is-detail .contentTime__title__txt:before {
    right: 41px;
    right: 10.93333vw;
    transform: rotate(-50deg);
  }
  #timetable-page.is-detail .contentTime__title__txt span {
    font-size: 20px;
    font-size: 5.33333vw;
    line-height: 1;
    letter-spacing: 0;
  }
  #timetable-page.is-detail .contentTime__inner {
    display: none;
  }
  #timetable-page.is-detail .contentTime__item + .contentTime__item {
    margin-top: 33px;
    margin-top: 8.8vw;
  }
  #timetable-page.is-detail .contentTime__head {
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
    text-align: center;
  }
  #timetable-page.is-detail .contentTime__head:after {
    content: "";
    clear: both;
    display: block;
  }
  #timetable-page.is-detail .contentTime__head__title {
    float: none;
    width: 100%;
    margin-bottom: 24px;
    margin-bottom: 6.4vw;
  }
  #timetable-page.is-detail .contentTime__head__title span {
    font-size: 16px;
    font-size: 4.4vw;
    line-height: 1.2;
    letter-spacing: -0.001em;
  }
  #timetable-page.is-detail .contentTime__head__title span + span {
    display: block;
  }
  #timetable-page.is-detail .contentTime__head__title span.contentTime__head__titleTime {
    margin-top: 8px;
    margin-top: 2.13333vw;
  }
  #timetable-page.is-detail .contentTime__head__title span.contentTime__head__titleTime span {
    display: inline-block;
    padding: 2px 7px;
    padding: 0.66667vw 1.86667vw;
    border: 1px solid #2c4197;
    color: #2c4197;
  }
  #timetable-page.is-detail .contentTime__btn {
    float: none;
    font-size: 0;
    letter-spacing: 0;
  }
  #timetable-page.is-detail .contentTime__btn__item {
    display: inline-block;
    vertical-align: top;
    width: 162px;
    width: 43.33333vw;
    height: 30px;
    height: 8vw;
    padding-top: 10px;
    padding-top: 2.66667vw;
    box-sizing: border-box;
    background-color: #2c4197;
    text-align: center;
    transition: none;
    cursor: pointer;
  }
  #timetable-page.is-detail .contentTime__btn__item span {
    position: relative;
    padding-left: 26px;
    padding-left: 6.93333vw;
    color: #fff;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0;
    transition: none;
    pointer-events: none;
  }
  #timetable-page.is-detail .contentTime__btn__item span:after {
    content: "";
    position: absolute;
    top: -3px;
    top: -0.8vw;
    left: -4px;
    left: -1.06667vw;
    width: 27px;
    width: 7.2vw;
    height: 18px;
    height: 4.8vw;
    transition: none;
  }
  #timetable-page.is-detail .contentTime__btn__item:hover {
    background-color: #2c4197;
  }
  #timetable-page.is-detail .contentTime__btn__item:hover span {
    color: #fff;
  }
  #timetable-page.is-detail .contentTime__btn__item.is-current {
    background-color: #fff;
  }
  #timetable-page.is-detail .contentTime__btn__item.is-current span {
    color: #2c4197;
  }
  #timetable-page.is-detail .contentTime__btn__item + .contentTime__btn__item {
    margin-left: 15px;
    margin-left: 4vw;
  }
  #timetable-page.is-detail .contentTime__btn__item-timetable span:after {
    background: url("../img/common/bus_icon_w_sp.png") no-repeat 0 0;
    background-size: contain;
  }
  #timetable-page.is-detail .contentTime__btn__item-timetable:hover {
    background-color: #2c4197;
  }
  #timetable-page.is-detail .contentTime__btn__item-timetable:hover span {
    color: #fff;
  }
  #timetable-page.is-detail .contentTime__btn__item-timetable:hover span:after {
    background: url("../img/common/bus_icon_w_sp.png") no-repeat 0 0;
    background-size: contain;
  }
  #timetable-page.is-detail .contentTime__btn__item-timetable.is-current {
    background-color: #fff;
  }
  #timetable-page.is-detail .contentTime__btn__item-timetable.is-current span:after {
    background: url("../img/common/bus_icon_b_sp.png") no-repeat 0 0;
    background-size: contain;
  }
  #timetable-page.is-detail .contentTime__btn__item-timetable.is-current:hover {
    background-color: #fff;
  }
  #timetable-page.is-detail .contentTime__btn__item-timetable.is-current:hover span {
    color: #2c4197;
  }
  #timetable-page.is-detail .contentTime__btn__item-timetable.is-current:hover span:after {
    background: url("../img/common/bus_icon_b_sp.png") no-repeat 0 0;
    background-size: contain;
  }
  #timetable-page.is-detail .contentTime__btn__item-map span:after {
    background: url("../img/common/map_icon_w_sp.png") no-repeat 0 0;
    background-size: contain;
  }
  #timetable-page.is-detail .contentTime__btn__item-map:hover {
    background-color: #2c4197;
  }
  #timetable-page.is-detail .contentTime__btn__item-map:hover span {
    color: #fff;
  }
  #timetable-page.is-detail .contentTime__btn__item-map:hover span:after {
    background: url("../img/common/map_icon_w_sp.png") no-repeat 0 0;
    background-size: contain;
  }
  #timetable-page.is-detail .contentTime__btn__item-map.is-current {
    background-color: #fff;
  }
  #timetable-page.is-detail .contentTime__btn__item-map.is-current span:after {
    background: url("../img/common/map_icon_b_sp.png") no-repeat 0 0;
    background-size: contain;
  }
  #timetable-page.is-detail .contentTime__btn__item-map.is-current:hover {
    background-color: #fff;
  }
  #timetable-page.is-detail .contentTime__btn__item-map.is-current:hover span {
    color: #2c4197;
  }
  #timetable-page.is-detail .contentTime__btn__item-map.is-current:hover span:after {
    background: url("../img/common/map_icon_b_sp.png") no-repeat 0 0;
    background-size: contain;
  }
  #timetable-page.is-detail .contentTime__table {
    background-color: #fff;
    font-size: 0;
    letter-spacing: 0;
  }
  #timetable-page.is-detail .contentTime__table__head {
    display: inline-block;
    vertical-align: top;
    width: 41.6%;
  }
  #timetable-page.is-detail .contentTime__table__heading {
    min-height: 29px;
    min-height: 7.73333vw;
    padding: 5px 5px;
    padding: 1.46667vw 1.33333vw;
    text-align: center;
  }
  #timetable-page.is-detail .contentTime__table__heading span {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.2;
    letter-spacing: -0.025em;
  }
  #timetable-page.is-detail .contentTime__table__heading:first-child {
    padding: 19px 5px 5px;
    padding: 5.06667vw 1.33333vw 1.46667vw;
  }
  #timetable-page.is-detail .contentTime__table__heading:last-child {
    padding: 5px 5px 19px;
    padding: 1.46667vw 1.33333vw 5.06667vw;
  }
  #timetable-page.is-detail .contentTime__table__inner {
    display: inline-block;
    vertical-align: top;
    width: 58.4%;
  }
  #timetable-page.is-detail .contentTime__table__wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  #timetable-page.is-detail .contentTime__table__tr {
    min-height: 29px;
    min-height: 7.73333vw;
    white-space: nowrap;
  }
  #timetable-page.is-detail .contentTime__table__tr:first-child .contentTime__table__td {
    padding-top: 19px;
    padding-top: 5.06667vw;
  }
  #timetable-page.is-detail .contentTime__table__tr:last-child .contentTime__table__td {
    padding-bottom: 19px;
    padding-bottom: 5.06667vw;
  }
  #timetable-page.is-detail .contentTime__table__td {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    min-height: 29px;
    min-height: 7.73333vw;
    padding: 5px 5px;
    padding: 1.46667vw 1.33333vw;
    border-left: 1px solid #f2f6f8;
    border-left: 0.4vw solid #f2f6f8;
    text-align: center;
  }
  #timetable-page.is-detail .contentTime__table__td span {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.2;
    white-space: normal;
  }
  #timetable-page.is-detail .contentTime__table__td a {
    display: block;
    color: #2c4197;
    transition: none;
  }
  #timetable-page.is-detail .contentTime__table__td a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #timetable-page.is-detail .contentTime__reservation {
    margin-top: 20px;
    margin-top: 5.33333vw;
    text-align: center;
  }
  #timetable-page.is-detail .contentTime__reservation__btn {
    display: inline-block;
    width: 340px;
    width: 90.66667vw;
    border: 1px solid #2c4197;
    background-color: #2c4197;
    line-height: 1;
    transition: none;
    cursor: pointer;
  }
  #timetable-page.is-detail .contentTime__reservation__btn a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 7px 0;
    padding: 2vw 0;
    font-size: 0;
    line-height: 1;
  }
  #timetable-page.is-detail .contentTime__reservation__btn a.is-blank:before {
    content: "";
    position: absolute;
    top: 10px;
    top: 2.66667vw;
    right: 10px;
    right: 2.66667vw;
    width: 10px;
    width: 2.66667vw;
    height: 10px;
    height: 2.66667vw;
    background: url("../img/common/blank_icon_w_sp.png") no-repeat 0 0;
    background-size: contain;
  }
  #timetable-page.is-detail .contentTime__reservation__btn span {
    color: #fff;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1;
    transition: none;
  }
  #timetable-page.is-detail .contentTime__reservation__btn:hover {
    background: #2c4197;
  }
  #timetable-page.is-detail .contentTime__reservation__btn:hover a.is-blank:before {
    background: url("../img/common/blank_icon_w_sp.png") no-repeat 0 0;
    background-size: contain;
  }
  #timetable-page.is-detail .contentTime__reservation__btn:hover span {
    color: #fff;
  }
  #timetable-page.is-detail .contentTime__reservation__none {
    margin-bottom: 16px;
    margin-bottom: 4.26667vw;
    font-size: 0;
  }
  #timetable-page.is-detail .contentTime__reservation__none span {
    color: #ba0012;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0;
  }
  #timetable-page.is-detail .contentTime__reservation__link {
    font-size: 0;
  }
  #timetable-page.is-detail .contentTime__reservation__link a {
    transition: none;
  }
  #timetable-page.is-detail .contentTime__reservation__link a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #timetable-page.is-detail .contentTime__reservation__link a:hover span {
    text-decoration: none;
  }
  #timetable-page.is-detail .contentTime__reservation__link a span:before {
    top: 2px;
    top: 0.66667vw;
    right: -24px;
    right: -6.4vw;
    width: 8px;
    width: 2.13333vw;
    height: 12px;
    height: 3.2vw;
    background: url("../img/common/arrow_icon_b_sp.png") no-repeat 0 0;
    background-size: contain;
  }
  #timetable-page.is-detail .contentTime__reservation__link span {
    position: relative;
    color: #2c4197;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1;
    letter-spacing: 0;
  }
  #timetable-page.is-detail .contentTime__supplement {
    margin-top: 32px;
    margin-top: 8.53333vw;
    padding: 0 17px;
    padding: 0 4.66667vw;
  }
  #timetable-page.is-detail .contentTime__supplement p {
    font-size: 12px;
    font-size: 3.2vw;
  }
  #timetable-page.is-detail .contentTime__supplement a {
    color: #000;
    text-decoration: underline;
  }
  #timetable-page.is-detail .contentTime__supplement a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #timetable-page.is-detail .contentSchedule {
    margin-bottom: 36px;
    margin-bottom: 9.6vw;
  }
  #timetable-page.is-detail .contentSchedule .contentTime__table__heading {
    border-bottom: 2px solid #f2f6f8;
    padding: 5px 5px;
    padding: 1.46667vw 1.33333vw;
  }
  #timetable-page.is-detail .contentSchedule .contentTime__table__heading:first-child {
    padding: 5px 5px;
    padding: 1.46667vw 1.33333vw;
  }
  #timetable-page.is-detail .contentSchedule .contentTime__table__heading:last-child {
    padding: 5px 5px;
    padding: 1.46667vw 1.33333vw;
  }
  #timetable-page.is-detail .contentSchedule .contentTime__table__td {
    border-bottom: 2px solid #f2f6f8;
  }
  #timetable-page.is-detail .contentSchedule .contentTime__table__heading:last-child {
    border-bottom: 0;
  }
  #timetable-page.is-detail .contentSchedule .contentTime__table__tr:first-child .contentTime__table__td {
    padding: 5px 5px;
    padding: 1.46667vw 1.33333vw;
  }
  #timetable-page.is-detail .contentSchedule .contentTime__table__tr:last-child .contentTime__table__td {
    padding: 5px 5px;
    padding: 1.46667vw 1.33333vw;
    border-bottom: 0;
  }
  #timetable-page.is-detail .contentSchedule .contentTime__table-4th .contentTime__table__heading:last-child, #timetable-page.is-detail .contentSchedule .contentTime__table-5th .contentTime__table__heading:last-child, #timetable-page.is-detail .contentSchedule .contentTime__table-6th .contentTime__table__heading:last-child, #timetable-page.is-detail .contentSchedule .contentTime__table-7th .contentTime__table__heading:last-child, #timetable-page.is-detail .contentSchedule .contentTime__table-8th .contentTime__table__heading:last-child, #timetable-page.is-detail .contentSchedule .contentTime__table-9th .contentTime__table__heading:last-child, #timetable-page.is-detail .contentSchedule .contentTime__table-10th .contentTime__table__heading:last-child, #timetable-page.is-detail .contentSchedule .contentTime__table-over .contentTime__table__heading:last-child {
    padding: 5px 5px 19px;
    padding: 1.46667vw 1.33333vw 5.06667vw;
  }
  #timetable-page.is-detail .contentSchedule .contentTime__table-4th .contentTime__table__tr:last-child .contentTime__table__td, #timetable-page.is-detail .contentSchedule .contentTime__table-5th .contentTime__table__tr:last-child .contentTime__table__td, #timetable-page.is-detail .contentSchedule .contentTime__table-6th .contentTime__table__tr:last-child .contentTime__table__td, #timetable-page.is-detail .contentSchedule .contentTime__table-7th .contentTime__table__tr:last-child .contentTime__table__td, #timetable-page.is-detail .contentSchedule .contentTime__table-8th .contentTime__table__tr:last-child .contentTime__table__td, #timetable-page.is-detail .contentSchedule .contentTime__table-9th .contentTime__table__tr:last-child .contentTime__table__td, #timetable-page.is-detail .contentSchedule .contentTime__table-10th .contentTime__table__tr:last-child .contentTime__table__td, #timetable-page.is-detail .contentSchedule .contentTime__table-over .contentTime__table__tr:last-child .contentTime__table__td {
    padding-bottom: 19px;
    padding-bottom: 5.06667vw;
  }
  #timetable-page.is-detail .contentTime__table-2nd .contentTime__table__td {
    width: 50%;
  }
  #timetable-page.is-detail .contentTime__table-2nd .contentTime__table__td.contentTime__table__td-1col {
    width: 100%;
  }
  #timetable-page.is-detail .contentTime__table-3rd .contentTime__table__td {
    width: 33.333333%;
  }
  #timetable-page.is-detail .contentTime__table-3rd .contentTime__table__td.contentTime__table__td-1col {
    width: 66.66667%;
  }
  #timetable-page.is-detail .contentTime__table-4th .contentTime__table__td {
    width: 27.397260%;
  }
  #timetable-page.is-detail .contentTime__table-4th .contentTime__table__td.contentTime__table__td-1col {
    width: 54.79452%;
  }
  #timetable-page.is-detail .contentTime__table-4th .contentTime__table__scroll {
    display: block;
  }
  #timetable-page.is-detail .contentTime__table-5th .contentTime__table__td {
    width: 27.397260%;
  }
  #timetable-page.is-detail .contentTime__table-5th .contentTime__table__td.contentTime__table__td-1col {
    width: 54.79452%;
  }
  #timetable-page.is-detail .contentTime__table-5th .contentTime__table__scroll {
    display: block;
  }
  #timetable-page.is-detail .contentTime__table-6th .contentTime__table__td {
    width: 27.397260%;
  }
  #timetable-page.is-detail .contentTime__table-6th .contentTime__table__td.contentTime__table__td-1col {
    width: 54.79452%;
  }
  #timetable-page.is-detail .contentTime__table-6th .contentTime__table__scroll {
    display: block;
  }
  #timetable-page.is-detail .contentTime__table-7th .contentTime__table__td {
    width: 27.397260%;
  }
  #timetable-page.is-detail .contentTime__table-7th .contentTime__table__td.contentTime__table__td-1col {
    width: 54.79452%;
  }
  #timetable-page.is-detail .contentTime__table-7th .contentTime__table__scroll {
    display: block;
  }
  #timetable-page.is-detail .contentTime__table-8th .contentTime__table__td {
    width: 27.397260%;
  }
  #timetable-page.is-detail .contentTime__table-8th .contentTime__table__td.contentTime__table__td-1col {
    width: 54.79452%;
  }
  #timetable-page.is-detail .contentTime__table-8th .contentTime__table__scroll {
    display: block;
  }
  #timetable-page.is-detail .contentTime__table-9th .contentTime__table__td {
    width: 27.397260%;
  }
  #timetable-page.is-detail .contentTime__table-9th .contentTime__table__td.contentTime__table__td-1col {
    width: 54.79452%;
  }
  #timetable-page.is-detail .contentTime__table-9th .contentTime__table__scroll {
    display: block;
  }
  #timetable-page.is-detail .contentTime__table-10th .contentTime__table__td {
    width: 27.397260%;
  }
  #timetable-page.is-detail .contentTime__table-10th .contentTime__table__td.contentTime__table__td-1col {
    width: 54.79452%;
  }
  #timetable-page.is-detail .contentTime__table-10th .contentTime__table__scroll {
    display: block;
  }
  #timetable-page.is-detail .contentTime__table-over .contentTime__table__td {
    width: 27.397260%;
  }
  #timetable-page.is-detail .contentTime__table-over .contentTime__table__td.contentTime__table__td-1col {
    width: 54.79452%;
  }
  #timetable-page.is-detail .contentTime__table-over .contentTime__table__scroll {
    display: block;
  }
  #timetable-page.is-detail .contentTime__table__scroll {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    height: 15px;
    background-color: #fff;
  }
  #timetable-page.is-detail .contentTime__table__scroll:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 12px;
    transform: translateX(0);
    background-color: #cecece;
  }
  #timetable-page.is-detail .contentTime__table__scrollbar {
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 8px;
    border-radius: 8px;
    background-color: #2c4197;
  }
  #timetable-page.is-detail .contentTime__table__scrollCursor {
    display: none;
    width: 0;
    height: 0;
  }
  #timetable-page.is-detail .contentTime__map {
    display: none;
  }
  #timetable-page.is-detail .contentTime__map.is-current {
    display: block;
  }
  #timetable-page.is-detail .contentTime__map__item > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 13px 20px 12px;
    padding: 3.6vw 5.33333vw 3.33333vw;
    box-sizing: border-box;
    background-color: #2c4197;
    color: #fff;
    text-align: center;
    transition: none;
  }
  #timetable-page.is-detail .contentTime__map__item > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    right: 2.13333vw;
    transform: translateY(-50%);
    width: 8px;
    width: 2.13333vw;
    height: 12px;
    height: 3.2vw;
    background: url("../img/common/arrow_icon_w_sp.png") no-repeat 0 0;
    background-size: contain;
    transition: none;
  }
  #timetable-page.is-detail .contentTime__map__item > a:hover {
    background-color: #2c4197;
  }
  #timetable-page.is-detail .contentTime__map__item > a:hover:after {
    background: url("../img/common/arrow_icon_w_sp.png") no-repeat 0 0;
    background-size: contain;
  }
  #timetable-page.is-detail .contentTime__map__item > a:hover span {
    color: #fff;
  }
  #timetable-page.is-detail .contentTime__map__item span {
    color: #fff;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: -0.025em;
    transition: none;
  }
  #timetable-page.is-detail .contentTime__map__item + .contentTime__map__item {
    margin-top: 1px;
    margin-top: 0.4vw;
  }
  #timetable-page.is-detail .contentTime__detailmap__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 10px;
    padding: 0 0 2.66667vw;
  }
  #timetable-page.is-detail .contentTime__detailmap__block {
    position: relative;
  }
  #timetable-page.is-detail .contentTime__detailmap__head {
    margin-bottom: 18px;
    margin-bottom: 4.8vw;
  }
  #timetable-page.is-detail .contentTime__detailmap__head span {
    font-size: 20px;
    font-size: 5.33333vw;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0;
  }
  #timetable-page.is-detail .contentTime__detailmap__map img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #timetable-page.is-detail .contentTime__detailmap__download {
    position: absolute;
    bottom: 13px;
    bottom: 3.46667vw;
    right: 17px;
    right: 4.53333vw;
    width: 20px;
    width: 5.33333vw;
    height: 20px;
    height: 5.33333vw;
  }
  #timetable-page.is-detail .contentTime__detailmap__download a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/timetable/icon_downloadx2.png) no-repeat 0 0;
    background-size: contain;
    transition: none;
  }
  #timetable-page.is-detail .contentTime__detailmap__download a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #timetable-page.is-detail .contentTime__modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
  }
  #timetable-page.is-detail .contentTime__modal.is-current {
    display: block;
  }
  #timetable-page.is-detail .contentTime__modal__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #timetable-page.is-detail .contentTime__modal__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: calc(100% - 50px);
    height: calc(100% - 13.33333vw);
    padding: 25px;
    padding: 6.66667vw;
  }
  #timetable-page.is-detail .contentTime__modal__img {
    padding: 0 17px;
    padding: 0 4.66667vw;
  }
  #timetable-page.is-detail .contentTime__modal__img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
  }
  #timetable-page.is-detail .contentTime__modal__img.is-wide img {
    width: 100%;
    height: auto;
  }
  #timetable-page.is-detail .contentTime__modal__img.is-long img {
    width: 100%;
    height: auto;
  }
  #timetable-page.is-detail .contentTime__modal__close {
    position: absolute;
    top: -5px;
    top: -1.33333vw;
    right: 25px;
    right: 6.66667vw;
    z-index: 10;
    width: 25px;
    width: 6.66667vw;
    height: 25px;
    height: 6.66667vw;
    cursor: pointer;
    transition: none;
  }
  #timetable-page.is-detail .contentTime__modal__close:hover {
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #timetable-page.is-detail .contentTime__modal__close:before, #timetable-page.is-detail .contentTime__modal__close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    width: 6.66667vw;
    height: 2px;
    background-color: #fff;
  }
  #timetable-page.is-detail .contentTime__modal__close:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #timetable-page.is-detail .contentTime__modal__close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  #timetable-page.is-detail .contentTime__modal__map {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
  #timetable-page.is-detail .contentTime__modal__items {
    position: absolute;
    bottom: 32px;
    bottom: 8.66667vw;
    right: 32px;
    right: 8.66667vw;
    z-index: 5;
  }
  #timetable-page.is-detail .contentTime__modal__item {
    position: relative;
    width: 25px;
    width: 6.66667vw;
    height: 25px;
    height: 6.66667vw;
    background-color: #fff;
  }
  #timetable-page.is-detail .contentTime__modal__item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    width: 3.2vw;
    height: 1px;
    background-color: #2c4197;
  }
  #timetable-page.is-detail .contentTime__modal__item-plus {
    margin-bottom: 8px;
    margin-bottom: 2.13333vw;
  }
  #timetable-page.is-detail .contentTime__modal__item-plus:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    width: 12px;
    width: 3.2vw;
    height: 1px;
    background-color: #2c4197;
  }
  #timetable-page.is-detail .contentRoute + .contentRoute {
    margin-top: 50px;
    margin-top: 13.33333vw;
    padding-top: 50px;
    padding-top: 13.33333vw;
    border-top: 1px solid #000;
  }
  #timetable-page.is-detail .contentTimeNode + .contentTimeNode {
    margin-top: 37px;
    margin-top: 10vw;
    padding-top: 37px;
    padding-top: 10vw;
    border-top: 1px solid #000;
  }
  #timetable-page.is-detail .contentTimeNode__head {
    margin-bottom: 24px;
    margin-bottom: 6.4vw;
    font-size: 0;
    text-align: center;
  }
  #timetable-page.is-detail .contentTimeNode__title span {
    font-size: 16px;
    font-size: 4.4vw;
  }
  #timetable-page.is-detail .contentTimeNode__title:before {
    content: none;
  }
  #timetable-page.is-detail .contentTimeNode__title:after {
    content: none;
  }
  #timetable-page.is-detail .contentTimeNode__tableSub {
    display: block;
    margin-top: 10px;
    margin-top: 2.66667vw;
    margin-left: 0;
  }
  #timetable-page.is-detail .contentTimeNode__tableSub span {
    font-size: 14px;
    font-size: 3.73333vw;
  }
  #timetable-page.is-detail .contentTimeNode__date {
    display: block;
    margin-top: 10px;
    margin-top: 2.66667vw;
    margin-left: 0;
    border: 0;
  }
  #timetable-page.is-detail .contentTimeNode__date span {
    display: inline-block;
    padding: 2px 7px;
    padding: 0.66667vw 1.86667vw;
    border: 1px solid #2c4197;
    font-size: 14px;
    font-size: 3.73333vw;
  }
  #timetable-page.is-detail .contentInfo {
    margin-top: 31px;
    margin-top: 8.26667vw;
  }
  #timetable-page.is-detail .contentInfo.is-current .contentInfo__title:after, #timetable-page.is-detail .contentInfo.is-current .contentInfo__title:before {
    width: 17px;
    width: 4.53333vw;
  }
  #timetable-page.is-detail .contentInfo.is-current .contentInfo__title:after {
    right: 38px;
    right: 10.13333vw;
    margin-top: -3px;
    margin-top: -0.8vw;
    transform: rotate(45deg);
  }
  #timetable-page.is-detail .contentInfo.is-current .contentInfo__title:before {
    right: 38px;
    right: 10.13333vw;
    margin-top: -3px;
    margin-top: -0.8vw;
    transform: rotate(-45deg);
  }
  #timetable-page.is-detail .contentInfo.is-current .contentInfo__inner {
    display: block;
  }
  #timetable-page.is-detail .contentInfo__title {
    position: relative;
    margin-bottom: 32px;
    margin-bottom: 8.53333vw;
    padding: 18px 0;
    padding: 4.93333vw 0;
    background-color: #fff;
    border-bottom: 0;
    text-align: center;
  }
  #timetable-page.is-detail .contentInfo__title:after, #timetable-page.is-detail .contentInfo__title:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 8px;
    width: 2.13333vw;
    height: 2px;
    margin-top: -1px;
    margin-top: -0.26667vw;
    background-color: #2c4197;
    transition: right .3s, transform .3s, width .3s, margin .3s;
  }
  #timetable-page.is-detail .contentInfo__title:after {
    right: 46px;
    right: 12.26667vw;
    transform: rotate(50deg);
  }
  #timetable-page.is-detail .contentInfo__title:before {
    right: 41px;
    right: 10.93333vw;
    transform: rotate(-50deg);
  }
  #timetable-page.is-detail .contentInfo__title span {
    font-size: 20px;
    font-size: 5.33333vw;
    line-height: 1;
    letter-spacing: 0;
  }
  #timetable-page.is-detail .contentInfo__route + .contentInfo__route {
    margin-top: 40px;
    margin-top: 10.66667vw;
    padding-top: 0;
    border: none;
  }
  #timetable-page.is-detail .contentInfo__wrapper {
    display: none;
  }
  #timetable-page.is-detail .contentInfo__head {
    position: relative;
    padding-bottom: 15px;
    padding-bottom: 4vw;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
  }
  #timetable-page.is-detail .contentInfo__head:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 340px;
    width: 90.66667vw;
    height: 1px;
    background-color: #000;
  }
  #timetable-page.is-detail .contentInfo__head span {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-size: 4.4vw;
    line-height: 1.2;
    letter-spacing: 0;
  }
  #timetable-page.is-detail .contentInfo__head span + span {
    position: relative;
    padding-left: 25px;
    padding-left: 6.66667vw;
  }
  #timetable-page.is-detail .contentInfo__head span + span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    left: 1.33333vw;
    transform: translateY(-50%);
    width: 16px;
    width: 4.26667vw;
    height: 16px;
    height: 4.26667vw;
    background: url("../img/timetable/arrow_icon_both_bk_sp.png") no-repeat 0 0;
    background-size: contain;
  }
  #timetable-page.is-detail .contentInfo__content {
    margin-top: 18px;
    margin-top: 4.8vw;
    padding: 0 17px;
    padding: 0 4.66667vw;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.2;
  }
  #timetable-page.is-detail .contentInfo__content p {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.2;
    letter-spacing: 0;
  }
  #timetable-page.is-detail .contentInfo__content p + p {
    margin-top: 13.4px;
    margin-top: 3.57333vw;
  }
  #timetable-page.is-detail .contentInfo__content p + .is-large {
    margin-top: 26.8px;
    margin-top: 7.14667vw;
  }
  #timetable-page.is-detail .contentInfo__content .is-large {
    text-align: center;
    font-size: 16px;
    font-size: 4.4vw;
  }
  #timetable-page.is-detail .contentInfo__content a {
    color: #000;
    text-decoration: underline;
    transition: none;
  }
  #timetable-page.is-detail .contentInfo__content a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #timetable-page.is-detail .contentInfo__content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 13.4px auto;
    margin: 3.57333vw auto;
  }
  #timetable-page.is-detail .contentInfo__content iframe {
    max-width: 100%;
    margin-bottom: 13.4px;
    margin-bottom: 3.57333vw;
  }
  #timetable-page.is-detail .contentFare {
    margin-top: 20px;
    margin-top: 5.33333vw;
  }
  #timetable-page.is-detail .contentFare__title {
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
    text-align: center;
  }
  #timetable-page.is-detail .contentFare__title span {
    padding-bottom: 5px;
    padding-bottom: 1.33333vw;
    border-bottom: 1px solid #000;
    font-size: 16px;
    font-size: 4.4vw;
    line-height: 1;
    letter-spacing: 0;
  }
  #timetable-page.is-detail .contentFare__table {
    table-layout: fixed;
    width: 340px;
    width: 90.66667vw;
    margin: 0 auto;
    text-align: center;
  }
  #timetable-page.is-detail .contentFare__table tr + tr {
    border-top: 2px solid #f2f6f8;
  }
  #timetable-page.is-detail .contentFare__table td, #timetable-page.is-detail .contentFare__table th {
    width: 230px;
    width: 61.33333vw;
    height: 62px;
    height: 16.66667vw;
    padding: 5px 10px;
    padding: 1.33333vw 2.66667vw;
    background-color: #fff;
    vertical-align: middle;
  }
  #timetable-page.is-detail .contentFare__table td span, #timetable-page.is-detail .contentFare__table th span {
    font-size: 13px;
    font-size: 3.6vw;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: -0.025em;
    word-break: break-word;
  }
  #timetable-page.is-detail .contentFare__table td:first-child, #timetable-page.is-detail .contentFare__table th:first-child {
    width: 110px;
    width: 29.33333vw;
  }
  #timetable-page.is-detail .contentFare__table th {
    padding: 5px 10px;
    padding: 1.33333vw 2.66667vw;
  }
  #timetable-page.is-detail .contentFare__table th + th {
    border-left: 2px solid #f2f6f8;
  }
  #timetable-page.is-detail .contentFare__table td + td {
    border-left: 2px solid #f2f6f8;
  }
  #timetable-page.is-detail .contentFare__table td + td span {
    font-size: 12px;
    font-size: 3.2vw;
  }
  #timetable-page.is-detail .contentFare__caution {
    margin-top: 17px;
    margin-top: 4.53333vw;
    padding: 0 17px;
    padding: 0 4.66667vw;
  }
  #timetable-page.is-detail .contentFare__caution__item {
    font-size: 0;
  }
  #timetable-page.is-detail .contentFare__caution__item span {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.25;
    letter-spacing: 0;
  }
  #timetable-page.is-detail .contentFareTable {
    width: 340px;
    width: 90.66667vw;
    margin: 0 auto;
    background-color: #fff;
  }
  #timetable-page.is-detail .contentFareTable + .contentFareTable {
    margin-top: 20px;
    margin-top: 5.33333vw;
  }
  #timetable-page.is-detail .contentFareTable__inner {
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
  }
  #timetable-page.is-detail .contentFareTable__route {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px;
    padding: 1.33333vw;
    border-bottom: 2px solid #f2f6f8;
  }
  #timetable-page.is-detail .contentFareTable__route span {
    display: block;
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    font-size: 13px;
    font-size: 3.6vw;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: -0.025em;
    word-break: break-word;
  }
  #timetable-page.is-detail .contentFareTable__body {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-left: 2px solid #f2f6f8;
  }
  #timetable-page.is-detail .contentFareTable__largeRow {
    display: inline-block;
    vertical-align: top;
    width: 13.23529%;
  }
  #timetable-page.is-detail .contentFareTable__largeRow + .contentFareTable__row {
    width: 13.23529%;
  }
  #timetable-page.is-detail .contentFareTable__largeRow + .contentFareTable__row .contentFareTable__row__item {
    border-left: 2px solid #f2f6f8;
  }
  #timetable-page.is-detail .contentFareTable__largeRow + .contentFareTable__row + .contentFareTable__col {
    width: 73.52941%;
    border-left: 2px solid #f2f6f8;
  }
  #timetable-page.is-detail .contentFareTable__largeRow + .contentFareTable__col {
    width: 86.76471%;
    border-left: 2px solid #f2f6f8;
  }
  #timetable-page.is-detail .contentFareTable__largeRow-top .contentFareTable__largeRow__item:first-child {
    border-top: 0;
  }
  #timetable-page.is-detail .contentFareTable__largeRow__item {
    position: relative;
    padding: 5px;
    padding: 1.33333vw;
    border-top: 2px solid #f2f6f8;
  }
  #timetable-page.is-detail .contentFareTable__largeRow__item span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    font-size: 13px;
    font-size: 3.6vw;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: -0.025em;
    word-break: break-word;
  }
  #timetable-page.is-detail .contentFareTable__row {
    display: inline-block;
    vertical-align: top;
    width: 26.47059%;
  }
  #timetable-page.is-detail .contentFareTable__row + .contentFareTable__col {
    width: 73.52941%;
    border-left: 2px solid #f2f6f8;
  }
  #timetable-page.is-detail .contentFareTable__row-top .contentFareTable__row__item:first-child {
    border-top: 0;
  }
  #timetable-page.is-detail .contentFareTable__row__item {
    padding: 3px;
    padding: 0.8vw;
    border-top: 2px solid #f2f6f8;
  }
  #timetable-page.is-detail .contentFareTable__row__item span {
    font-size: 13px;
    font-size: 3.6vw;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: -0.025em;
    word-break: break-word;
  }
  #timetable-page.is-detail .contentFareTable__col {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  #timetable-page.is-detail .contentFareTable__col-1 .contentFareTable__col__item {
    width: 100%;
  }
  #timetable-page.is-detail .contentFareTable__col-2 .contentFareTable__col__item {
    width: 50%;
  }
  #timetable-page.is-detail .contentFareTable__col-3 .contentFareTable__col__item {
    width: 33.33%;
  }
  #timetable-page.is-detail .contentFareTable__col-4 .contentFareTable__col__item {
    width: 25%;
  }
  #timetable-page.is-detail .contentFareTable__col-5 .contentFareTable__col__item {
    width: 20%;
  }
  #timetable-page.is-detail .contentFareTable__col__item {
    display: inline-block;
    vertical-align: top;
  }
  #timetable-page.is-detail .contentFareTable__col__item + .contentFareTable__col__item {
    border-left: 2px solid #f2f6f8;
  }
  #timetable-page.is-detail .contentFareTable__col__head {
    padding: 5px;
    padding: 1.33333vw;
    border-bottom: 2px solid #f2f6f8;
  }
  #timetable-page.is-detail .contentFareTable__col__head span {
    font-size: 13px;
    font-size: 3.6vw;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: -0.025em;
    word-break: break-word;
  }
  #timetable-page.is-detail .contentFareTable__col__head-childColhead {
    border-bottom: 0;
  }
  #timetable-page.is-detail .contentFareTable__col__head-childColhead + .contentFareTable__childCol .contentFareTable__childCol__row {
    border-top: 2px solid #f2f6f8;
  }
  #timetable-page.is-detail .contentFareTable__childCol-1 .contentFareTable__childCol__item {
    width: 100%;
  }
  #timetable-page.is-detail .contentFareTable__childCol-2 .contentFareTable__childCol__item {
    width: 50%;
  }
  #timetable-page.is-detail .contentFareTable__childCol-3 .contentFareTable__childCol__item {
    width: 33.33%;
  }
  #timetable-page.is-detail .contentFareTable__childCol-4 .contentFareTable__childCol__item {
    width: 25%;
  }
  #timetable-page.is-detail .contentFareTable__childCol-5 .contentFareTable__childCol__item {
    width: 20%;
  }
  #timetable-page.is-detail .contentFareTable__childCol__item {
    display: inline-block;
    vertical-align: top;
  }
  #timetable-page.is-detail .contentFareTable__childCol__item + .contentFareTable__childCol__item {
    border-left: 2px solid #f2f6f8;
  }
  #timetable-page.is-detail .contentFareTable__childCol__head {
    padding: 5px;
    padding: 1.33333vw;
  }
  #timetable-page.is-detail .contentFareTable__childCol__head span {
    font-size: 13px;
    font-size: 3.6vw;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: -0.025em;
    word-break: break-word;
  }
  #timetable-page.is-detail .contentFareTable__childCol__head + .contentFareTable__childCol__row {
    border-top: 2px solid #f2f6f8;
  }
  #timetable-page.is-detail .contentFareTable__childCol__row {
    padding: 5px;
    padding: 1.33333vw;
  }
  #timetable-page.is-detail .contentFareTable__childCol__row + .contentFareTable__childCol__row {
    border-top: 2px solid #f2f6f8;
  }
  #timetable-page.is-detail .contentFareTable__childCol__row span {
    font-size: 13px;
    font-size: 3.6vw;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: -0.025em;
    word-break: break-word;
  }
  #timetable-page.is-detail .contentTicketsales {
    margin-top: 31px;
    margin-top: 8.26667vw;
  }
  #timetable-page.is-detail .contentTicketsales__title {
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
    text-align: center;
  }
  #timetable-page.is-detail .contentTicketsales__title span {
    padding-bottom: 5px;
    padding-bottom: 1.33333vw;
    border-bottom: 1px solid #000;
    font-size: 16px;
    font-size: 4.4vw;
    line-height: 1;
    letter-spacing: 0;
  }
  #timetable-page.is-detail .contentTicket {
    margin-top: 31px;
    margin-top: 8.26667vw;
  }
  #timetable-page.is-detail .contentTicket.is-current .contentTicket__title:after, #timetable-page.is-detail .contentTicket.is-current .contentTicket__title:before {
    width: 17px;
    width: 4.53333vw;
  }
  #timetable-page.is-detail .contentTicket.is-current .contentTicket__title:after {
    right: 38px;
    right: 10.13333vw;
    margin-top: -3px;
    margin-top: -0.8vw;
    transform: rotate(45deg);
  }
  #timetable-page.is-detail .contentTicket.is-current .contentTicket__title:before {
    right: 38px;
    right: 10.13333vw;
    margin-top: -3px;
    margin-top: -0.8vw;
    transform: rotate(-45deg);
  }
  #timetable-page.is-detail .contentTicket.is-current .contentTicket__inner {
    display: block;
  }
  #timetable-page.is-detail .contentTicket__title {
    position: relative;
    margin-bottom: 32px;
    margin-bottom: 8.53333vw;
    padding: 18px 0;
    padding: 4.93333vw 0;
    background-color: #fff;
    border-bottom: 0;
    text-align: center;
  }
  #timetable-page.is-detail .contentTicket__title:after, #timetable-page.is-detail .contentTicket__title:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 8px;
    width: 2.13333vw;
    height: 2px;
    margin-top: -1px;
    margin-top: -0.26667vw;
    background-color: #2c4197;
    transition: right .3s, transform .3s, width .3s, margin .3s;
  }
  #timetable-page.is-detail .contentTicket__title:after {
    right: 46px;
    right: 12.26667vw;
    transform: rotate(50deg);
  }
  #timetable-page.is-detail .contentTicket__title:before {
    right: 41px;
    right: 10.93333vw;
    transform: rotate(-50deg);
  }
  #timetable-page.is-detail .contentTicket__title span {
    font-size: 20px;
    font-size: 5.33333vw;
    line-height: 1;
    letter-spacing: 0;
  }
  #timetable-page.is-detail .contentTicket__wrapper {
    display: none;
  }
  #timetable-page.is-detail .contentTicket__item {
    margin-top: 0;
  }
  #timetable-page.is-detail .contentTicket__item + .contentTicket__item {
    margin-top: 20px;
    margin-top: 5.33333vw;
  }
  #timetable-page.is-detail .contentTicket__item__title {
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
    text-align: center;
  }
  #timetable-page.is-detail .contentTicket__item__title span {
    font-size: 16px;
    font-size: 4.4vw;
    line-height: 1;
    letter-spacing: -0.01em;
  }
  #timetable-page.is-detail .contentTicket__item__table {
    table-layout: fixed;
    width: 340px;
    width: 90.66667vw;
    margin: 0 auto;
    text-align: center;
  }
  #timetable-page.is-detail .contentTicket__item__table tr + tr {
    border-top: 2px solid #f2f6f8;
  }
  #timetable-page.is-detail .contentTicket__item__table td, #timetable-page.is-detail .contentTicket__item__table th {
    width: 230px;
    width: 61.33333vw;
    height: 62px;
    height: 16.66667vw;
    padding: 5px 10px;
    padding: 1.33333vw 2.66667vw;
    background-color: #fff;
    vertical-align: middle;
  }
  #timetable-page.is-detail .contentTicket__item__table td span, #timetable-page.is-detail .contentTicket__item__table td p, #timetable-page.is-detail .contentTicket__item__table th span, #timetable-page.is-detail .contentTicket__item__table th p {
    font-size: 13px;
    font-size: 3.6vw;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: -0.025em;
    word-break: break-word;
  }
  #timetable-page.is-detail .contentTicket__item__table td:first-child, #timetable-page.is-detail .contentTicket__item__table th:first-child {
    width: 110px;
    width: 29.33333vw;
  }
  #timetable-page.is-detail .contentTicket__item__table td a, #timetable-page.is-detail .contentTicket__item__table th a {
    color: #2c4197;
    font-size: 13px;
    font-size: 3.6vw;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: -0.025em;
    word-break: break-word;
    text-decoration: underline;
    transition: none;
  }
  #timetable-page.is-detail .contentTicket__item__table td a:hover, #timetable-page.is-detail .contentTicket__item__table th a:hover {
    text-decoration: underline;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #timetable-page.is-detail .contentTicket__item__table th {
    padding: 5px 10px;
    padding: 1.33333vw 2.66667vw;
  }
  #timetable-page.is-detail .contentTicket__item__table th + th {
    border-left: 2px solid #f2f6f8;
  }
  #timetable-page.is-detail .contentTicket__item__table td + td {
    border-left: 2px solid #f2f6f8;
  }
  #timetable-page.is-detail .contentTicket__item__table td + td span {
    font-size: 12px;
    font-size: 3.2vw;
  }
  #timetable-page.is-detail .contentMore {
    margin-top: 36px;
    margin-top: 9.6vw;
    margin-bottom: 49px;
    margin-bottom: 13.06667vw;
    padding: 0 20px;
    padding: 0 5.33333vw;
    text-align: center;
  }
  #timetable-page.is-detail.is-Android .contentTime__reservation__btn a {
    padding: 8px 0 6px;
    padding: 2.26667vw 0 1.73333vw;
  }
}



/* ==============================================
Overwrite - Tabel Cusrtomize
============================================= */
#timetable-page.is-detail .contentTime__content {

}
#timetable-page.is-detail .contentTime__table__heading {
  background-color: #E2E3E4;
  color: #2C4197;
  font-weight: bold;
}
#timetable-page.is-detail .contentTime__table__tr .contentTime__table__td:nth-child(odd) {
  background-color: #fff;
}
#timetable-page.is-detail .contentTime__table__tr .contentTime__table__td:nth-child(even) {
  background-color: #F9FBFC;
}

#timetable-page.is-detail .contentTime__table__heading:first-child {
  padding: 13px 10px 12px !important;
}
#timetable-page.is-detail .contentTime__table__tr:first-child .contentTime__table__td {
  padding: 13px 10px 12px !important;
}

#timetable-page.is-detail .contentSchedule .contentTime__table-over .contentTime__table__heading:last-child {
  padding: 13px 10px 36px;
}
#timetable-page.is-detail .contentSchedule .contentTime__table-over .contentTime__table__tr:last-child .contentTime__table__td {
  padding: 13px 10px 36px;
}

#timetable-page.is-detail .contentTime .contentTime__table__heading {
  border-bottom: 2px solid #f2f6f8;
}
#timetable-page.is-detail .contentTime .contentTime__table__td {
  border-bottom: 2px solid #f2f6f8;
}
#timetable-page.is-detail .contentTime .contentTime__table__heading:last-child {
  border-bottom: none;
}
#timetable-page.is-detail .contentTime__table .contentTime__table__heading:first-child,
#timetable-page.is-detail .contentTime__table.is-midashi .contentTime__table__heading:nth-child(2) {
    background-color: #C5C7C9;
    font-weight: bold;
}
#timetable-page.is-detail .contentTime__table .contentTime__table__tr:first-child .contentTime__table__td,
#timetable-page.is-detail .contentTime__table.is-midashi .contentTime__table__tr:nth-child(2) .contentTime__table__td {
    background-color: #C5C7C9;
    color: #2C4197;
    font-weight: bold;
}


@media screen and (max-width: 750px) {
  /* ==============================================
  SP
  ============================================= */

  #timetable-page.is-detail .contentTime__table__heading:first-child {
    padding: 1.46667vw 1.33333vw !important;
  }
  #timetable-page.is-detail .contentTime__table__tr:first-child .contentTime__table__td {
    padding: 1.46667vw 1.33333vw !important;
  }

  #timetable-page.is-detail .contentSchedule .contentTime__table__heading:last-child {
    padding: 1.46667vw 1.33333vw 5.06667vw !important;
  }
  #timetable-page.is-detail .contentSchedule .contentTime__table__tr:last-child .contentTime__table__td {
    padding: 1.46667vw 1.33333vw 5.06667vw !important;
  }


  #timetable-page.is-detail .contentTime .contentTime__table__heading {
    border-bottom: 1px solid #f2f6f8;
  }
  #timetable-page.is-detail .contentTime .contentTime__table__td {
    border-bottom: 1px solid #f2f6f8;
  }
}


/* ==============================================
Overwrite - routeTab Cusrtomize
============================================= */
#timetable-page.is-detail .routeTab {
  width: 100%;
  padding: 60px 0 0;
  background-color: #fff;
  border-bottom: 6px solid #2C4197;
}
#timetable-page.is-detail .routeTab .routeTab__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}
#timetable-page.is-detail .routeTab .routeTab__item {
  position: relative;
  width: 48%;
  height: 85px;
}
#timetable-page.is-detail .routeTab .routeTab__item button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #2C4197;
  transition: .2s;
  font-size: 24px;
  font-weight: bold;
  color: #2C4197;
  background-color: transparent;
  cursor: pointer;
}

#timetable-page.is-detail .routeTab .routeTab__item button.is-current,
#timetable-page.is-detail .routeTab .routeTab__item button:focus,
#timetable-page.is-detail .routeTab .routeTab__item button:hover {
  bottom: 0px;
  background-color: #2C4197;
  color: #fff;
  outline: none;
}

#timetable-page.is-detail .routeTab .routeTab__item.is-winter button::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 35px;
  margin-right: 15px;
  background: url("../img/timetable/icon_winter.svg") no-repeat 0 0;
  background-size: contain;
}
#timetable-page.is-detail .routeTab .routeTab__item.is-summer button::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 34px;
  margin-right: 15px;
  background: url("../img/timetable/icon_summer.svg") no-repeat 0 0;
  background-size: contain;
}

#timetable-page.is-detail .routeTab .routeTab__item.is-winter button.is-current::before,
#timetable-page.is-detail .routeTab .routeTab__item.is-winter button:hover::before {
  background: url("../img/timetable/icon_winter_hv.svg") no-repeat 0 0;
  background-size: contain;
}
#timetable-page.is-detail .routeTab .routeTab__item.is-summer button.is-current::before,
#timetable-page.is-detail .routeTab .routeTab__item.is-summer button:hover::before {
  background: url("../img/timetable/icon_summer_hv.svg") no-repeat 0 0;
  background-size: contain;
}

#timetable-page.is-detail .contentRoute.is-nonsplit .contentTimeNode + .contentTimeNode {
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px dotted #000;
}

#timetable-page.is-detail .contentTimeNode + .contentTimeNode {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

#timetable-page.is-detail .contentInfo__route .contentFareTable__route {
  color: #000;
}
#timetable-page.is-detail .contentTicketsales__inner .contentTicket__item__table tr td:first-of-type {
  color: #000;
}


@media screen and (max-width: 750px) {
  /* ==============================================
  SP
  ============================================= */

  #timetable-page.is-detail .routeTab {
    width: 100%;
    padding: 25px 0 0;
    border-bottom: 5px solid #2C4197;
  }
  #timetable-page.is-detail .routeTab .routeTab__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box;
  }
  #timetable-page.is-detail .routeTab .routeTab__item {
    position: relative;
    width: 48%;
    height: 55px;
  }
  #timetable-page.is-detail .routeTab .routeTab__item button {
    bottom: -5px;
    font-size: 15px;
    font-weight: bold;
  }

  #timetable-page.is-detail .routeTab .routeTab__item.is-winter button::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 18px;
    margin-right: 8px;
    background: url("../img/timetable/icon_winter.svg") no-repeat 0 0;
    background-size: contain;
  }
  #timetable-page.is-detail .routeTab .routeTab__item.is-summer button::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 18px;
    margin-right: 8px;
    background: url("../img/timetable/icon_summer.svg") no-repeat 0 0;
    background-size: contain;
  }

  #timetable-page.is-detail .routeTab .routeTab__item.is-winter button.is-current::before,
  #timetable-page.is-detail .routeTab .routeTab__item.is-winter button:hover::before {
    background: url("../img/timetable/icon_winter_hv.svg") no-repeat 0 0;
    background-size: contain;
  }
  #timetable-page.is-detail .routeTab .routeTab__item.is-summer button.is-current::before,
  #timetable-page.is-detail .routeTab .routeTab__item.is-summer button:hover::before {
    background: url("../img/timetable/icon_summer_hv.svg") no-repeat 0 0;
    background-size: contain;
  }

  #timetable-page.is-detail .contentRoute.is-nonsplit .contentTimeNode + .contentTimeNode {
    margin-top: 50px;
    margin-top: 13.33333vw;
    padding-top: 50px;
    padding-top: 13.33333vw;
    border-top: 1px solid #000;
  }

  #timetable-page.is-detail .contentInfo__route .contentFareTable__route {
    color: #000;
  }
  #timetable-page.is-detail .contentTicketsales__inner .contentTicket__item__table tr td:first-of-type {
    color: #000;
  }

}

@media screen and (max-width: 375px) {
  /* ==============================================
  SP - min
  ============================================= */

  #timetable-page.is-detail .routeTab .routeTab__list {
    padding: 0 15px;
  }
  #timetable-page.is-detail .routeTab .routeTab__item button {
    font-size: 13px;
  }
}

/* ==============================================
Overwrite - Slider Common
============================================= */

#timetable-page .contentGuide .contentGuide__inner {
  margin-bottom: 20px;
  border-bottom: 1px solid #aaa;
}

#timetable-page.is-area #anchor_destination.contentGuide .contentGuide__inner,
#timetable-page.is-detail #anchor_news.contentGuide .contentGuide__inner {
	margin-bottom: 0;
  border-bottom: none;
}

#timetable-page .s-slider__dots {
	display: block;
	position: relative;
	top: 25px;
	width: 100%;
	height: 8px;
	margin-bottom: 10px;
}
#timetable-page .s-slider__dots .slick-dots {
	height: 8px;
	text-align: center;
}
#timetable-page .s-slider__dots .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}
#timetable-page .s-slider__dots .slick-dots li button {
	display: block;
	width: 8px;
  height: 8px;
  padding: 0;
  margin: 0;
	border-radius: 8px;
	box-sizing: border-box;
	text-indent: -9999px;
	border: 2px solid #2c4197;
	background-color: #fff;
	cursor: pointer;
}
#timetable-page .s-slider__dots .slick-dots li.slick-active button,
#timetable-page .s-slider__dots .slick-dots li button:hover {
	background-color: #2c4197;
}

#timetable-page .s-slider__arrow {
  display: none;
  position: absolute;
  top: calc(50% - 30px);
  z-index: 10;
  width: 28px;
  height: 44px;
  background: url("../img/common/arrow_slide_b.png") no-repeat center center;
  background-size: contain;
  transition: opacity .3s;
  cursor: pointer;
}

#timetable-page .s-slider__arrow:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#timetable-page .s-slider__arrow-prev {
  left: -50px;
  transform: translateY(-50%) rotate(180deg);
}

#timetable-page .s-slider__arrow-next {
  right: -50px;
  transform: translateY(-50%);
}

#timetable-page .slick-list {
  padding-bottom: 10px !important;
}

#timetable-page.is-detail .contentGuide {
  background-color: #fff;
}

#timetable-page.is-detail .contentGuide__inner {
  position: relative;
  max-width: 970px;
  margin: 0 auto;
  padding: 69px 20px;
}

#timetable-page.is-detail .contentGuide__head {
  margin-bottom: 38px;
}

#timetable-page.is-detail .contentGuide__head span {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}


@media screen and (max-width: 750px) {
  /* ==============================================
  SP
  ============================================= */

  #timetable-page .s-slider__arrow {
    position: absolute;
    z-index: 10;
    width: 14px;
    width: 3.73333vw;
    height: 22px;
    height: 5.86667vw;
    background: url("../img/common/arrow_slide_b.png") no-repeat 0 0;
    background-size: contain;
  }
  #timetable-page .s-slider__arrow-prev {
    left: 5px;
    transform: translateY(-50%) rotate(180deg);
  }
  #timetable-page .s-slider__arrow-next {
    right: 5px;
    transform: translateY(-50%);
  }

  #timetable-page.is-detail .contentGuide {
    background-color: #fff;
  }
  #timetable-page.is-detail .contentGuide__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 35px 20px 31px;
    padding: 9.33333vw 5.33333vw 8.26667vw;
  }
  #timetable-page.is-detail .contentGuide__head {
    margin-bottom: 16px;
    margin-bottom: 4.26667vw;
  }
  #timetable-page.is-detail .contentGuide__head span {
    font-size: 20px;
    font-size: 5.33333vw;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0;
  }
}


/* ==============================================
Overwrite - Recommend Discount Tickets Cusrtomize
============================================= */
#timetable-page .contentRecommend {
  padding-top: 75px;
}
#timetable-page .contentRecommend .contentRecommend__head {
  margin-bottom: 20px;
}
#timetable-page .contentRecommend .contentRecommend__head span {
  border-bottom: 1px solid #000;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
}
#timetable-page .contentRecommend .contentRecommend__txt {
  margin-bottom: 20px;
  font-size: 14px;
}

#timetable-page .s-recommend {
  position: relative;
	margin: 0 -15px;
}
#timetable-page .s-recommend-card {
	max-width: 448px;
	width: 48%;
}
#timetable-page .s-recommend-card a {
  position: relative;
  display: block;
  opacity: 1;
  transition: .2s;
}
#timetable-page .s-recommend-card a:hover {
  opacity: .6;
}

#timetable-page .s-recommend-card.slick-slide {
	margin: 0 15px;
	max-width: initial;
	max-width: auto;
	width: auto;
}
#timetable-page .s-recommend-card__img {
  width: 100%;
}
#timetable-page .s-recommend-card__img img {
  width: 100%;
  height: auto;
}
#timetable-page .s-recommend-card__body {
  width: 100%;
  padding: 20px 0 25px;
}
#timetable-page .s-recommend-card__hdg {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
	word-wrap: break-word;
	overflow-wrap: break-word;
	line-height: 1.3333;
	color: #000;
}
#timetable-page .s-recommend-card__txt {
	font-size: 14px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	line-height: 1.3333;
	color: #000;
}

#timetable-page .s-recommend-card__link {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-right: 22px;
  padding-bottom: 3px;
  text-align: right;
}
#timetable-page .s-recommend-card__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background: url("../img/common/arrow_icon_b.png") no-repeat 0 0;
  background-size: contain;
}

#timetable-page .s-recommend-card__link span {
  color: #2c4197;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.025em;
}

@media screen and (max-width: 750px) {
  /* ==============================================
  SP
  ============================================= */
  #timetable-page .contentRecommend {
    padding-top: 35px;
  }
  #timetable-page .contentRecommend .contentRecommend__head {
    margin-bottom: 5.33333vw;
    text-align: center;
  }
  #timetable-page .contentRecommend .contentRecommend__head span {
    padding-bottom: 5px;
    padding-bottom: 1.33333vw;
    border-bottom: 1px solid #000;
    font-size: 16px;
    font-size: 4.4vw;
    line-height: 1;
    letter-spacing: 0;
  }
  #timetable-page .contentRecommend .contentRecommend__txt {
    padding: 0 10px;
    font-size: 12px;
    font-size: 3.4vw;
    text-align: center;
  }


  #timetable-page .s-recommend {
    padding: 0 20px;
	}
  #timetable-page .s-recommend__item {
    display: block
  }
  #timetable-page .s-recommend-card {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }

  #timetable-page .s-recommend-card a {

  }
	#timetable-page .s-recommend-card__img {
    width: 100%;
	}
	#timetable-page .s-recommend-card__body {
		padding: 16px 0 30px;
    width: 100%;
	}
	#timetable-page .s-recommend-card__hdg {
    margin-bottom: 16px;
    font-size: 17px;
  }
  #timetable-page .s-recommend-card__txt {
    font-size: 12px;
  }
  #timetable-page .s-recommend-card__link {
    display: none;
  }

  #timetable-page .s-recommend .slick-slide {
    opacity: .4;
  }
  #timetable-page .s-recommend .slick-slide.slick-active {
    opacity: 1;
  }

  #timetable-page .s-recommend .s-slider__arrow {
    display: none !important;
  }

}

@media screen and (max-width: 375px) {
  /* ==============================================
  SP - min
  ============================================= */

}


/* ==============================================
Overwrite - News&Promo Cusrtomize
============================================= */

#timetable-page .s-news {
  position: relative;
	margin: 60px -15px 0;
	padding-bottom: 30px;
}
#timetable-page .s-news__item {
  margin: 0 15px;
}
#timetable-page .s-news-card {
  max-width: 286px;
  width: 30%;
}
#timetable-page .s-news-card a {
  position: relative;
	display: block;
  opacity: 1;
  transition: .2s;
}
#timetable-page .s-news-card a:hover {
  opacity: .6;
}

#timetable-page .s-news-card.slick-slide {
	margin: 0 15px;
	max-width: initial;
	max-width: auto;
	width: auto;
}
#timetable-page .s-news-card__img {
  /*width: 48%;*/
}
#timetable-page .s-news-card__img img {
  width: 100%;
  height: auto;
}
#timetable-page .s-news-card__body {
  /*width: 49%;*/
}
#timetable-page .s-news-card__hdg {
	margin-top: 8px;
	font-size: 18px;
	font-weight: bold;
	word-wrap: break-word;
	overflow-wrap: break-word;
	line-height: 1.3333;
	color: #000;
}

#timetable-page .s-news-card__link {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-right: 22px;
  padding-bottom: 3px;
  text-align: right;
}
#timetable-page .s-news-card__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background: url("../img/common/arrow_icon_b.png") no-repeat 0 0;
  background-size: contain;
}

#timetable-page .s-news-card__link span {
  color: #2c4197;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.025em;
}

@media screen and (max-width: 750px) {
  /* ==============================================
  SP
  ============================================= */
  #timetable-page .s-news {
    margin: 5.73vw -5.33333vw 0;
    padding: 0 0 5.73vw;
	}
  #timetable-page .s-news__item {
    display: block;
    margin: 0;
  }
  #timetable-page .s-news-card {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }

  #timetable-page .s-news-card a {
    /*display: flex;
    justify-content: space-between;*/
  }
	#timetable-page .s-news-card.slick-slide {

    opacity: .4;
  }
  #timetable-page .s-news-card.slick-slide.slick-active {
    opacity: 1;
  }
	#timetable-page .s-news-card__img {
    width: auto;
	}
	#timetable-page .s-news-card__body {
		padding: 16px 17px 30px;
    padding: 0;
    width: auto;
	}
	#timetable-page .s-news-card__hdg {
    font-size: 17px;
  }
  #timetable-page .s-news-card__link {
    display: none;
  }
  #timetable-page .s-news .s-slider__arrow {
    display: none !important;
  }
}

@media screen and (max-width: 375px) {
  /* ==============================================
  SP - min
  ============================================= */

}


/* ==============================================
Overwrite - Hotels Cusrtomize
============================================= */

#timetable-page .s-hotels {
  position: relative;
	margin-top: 60px;
	padding-bottom: 30px;
}
#timetable-page .s-hotels-card {
	max-width: 448px;
	width: 48%;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#timetable-page .s-hotels-card.slick-slide {
	margin: 0 15px;
	max-width: initial;
	max-width: auto;
	width: auto;
}

#timetable-page .s-hotels-card__img {
  position: relative;
	height: 250px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
#timetable-page .s-hotels-card__img .label {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 125px;
  width: auto;
  padding: 10px 5px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #000;
  opacity: .5;
}
#timetable-page .s-hotels-card__body {
	padding: 25px 20px 35px;
	background-color: #fff;
}
#timetable-page .s-hotels-card__hdg {
  font-size: 18px;
  font-weight: bold;
	word-wrap: break-word;
	overflow-wrap: break-word;
	line-height: 1.3333;
	color: #000;
}
#timetable-page .s-hotels-card__txt {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.357;
	color: #000;
}
#timetable-page .s-hotels-card__imgs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 18px;
	padding-top: 12px;
}
#timetable-page .s-hotels-card__imgs .img {
  width: 48%;
  height: 0;
  padding-top: 30%;
  background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
#timetable-page .s-hotels-card__btns {
	display: flex;
	align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
#timetable-page .s-hotels-card__btns .btn {
	width: 48%;
	height: 40px;
	text-align: center;
}
#timetable-page .s-hotels-card__btns .btn a {
	position: relative;
  display: flex;
  align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border: 1px solid #2c4197;
  background-color: #2c4197;
  color: #fff;
  font-size: 16px;
	transition: background 0.3s;
}
#timetable-page .s-hotels-card__btns .btn a:hover {
  background-color: #fff;
  color: #2c4197;
}
#timetable-page .s-hotels-card__btns .btn.is-link a:after {
  display: inline-block;
	content: "";
	position: relative;
	top: 2px;
	left: 12px;
	width: 6px;
	height: 10px;
	background: url("../img/common/arrow_icon_w.png") no-repeat 0 0;
	background-size: contain;
	transition: background 0.3s;
}
#timetable-page .s-hotels-card__btns .btn.is-link a:hover:after {
	background: url("../img/common/arrow_icon_b.png") no-repeat 0 0;
	background-size: contain;
}
#timetable-page .s-hotels-card__btns .btn.is-blank a:after {
  display: inline-block;
	content: "";
	position: relative;
	top: 0px;
	left: 12px;
	width: 11px;
	height: 11px;
	background: url("../img/common/blank_icon_w.png") no-repeat 0 0;
	background-size: contain;
	transition: background 0.3s;
}
#timetable-page .s-hotels-card__btns .btn.is-blank a:hover:after {
	background: url("../img/common/blank_icon_b.png") no-repeat 0 0;
	background-size: contain;
}


#timetable-page .s-hotels {
  margin: 0 -10px;
}


@media screen and (max-width: 900px) {
  #timetable-page .s-hotels-card__btns .btn.is-link a:after,
  #timetable-page .s-hotels-card__btns .btn.is-blank a:after {
    right: 10px;
  }
}


@media screen and (max-width: 750px) {
  /* ==============================================
  SP
  ============================================= */

  #timetable-page .s-hotels {
    margin-top: 5.73vw;
    padding-bottom: 5.73vw;
	}
	#timetable-page .s-hotels-card {
		max-width: none;
		width: 100%;
	}
	#timetable-page .s-hotels-card__img {
		height: 170px;
  }
  #timetable-page .s-hotels-card__img .label {
    min-width: 110px;
    width: auto;
    padding: 5px 8px;
    font-size: 12px;
  }
	#timetable-page .s-hotels-card__body {
		padding: 16px 17px 30px;
		padding: 6.44vw 4.779vw 6.169vw;
	}
	#timetable-page .s-hotels-card__hdg {
		font-size: 17px;
		font-size: 4.6vw;
		font-weight: bold;
	}
	#timetable-page .s-hotels-card__txt {
		margin-top: 1.33vw;
		font-size: 12px;
		font-size: 3.2vw;
	}

  #timetable-page .s-hotels-card__btns {
    display: block;
    padding-top: 10px;
  }
  #timetable-page .s-hotels-card__btns .btn {
		width: 88%;
    height: auto;
    margin: 10px auto 0;
	}
	#timetable-page .s-hotels-card__btns .btn a {
		position: relative;
		display: block;
		width: 100%;
		padding: 14px 0;
		padding: 3.444vw 0;
		border: 1px solid #2c4197;
    background-color: #2c4197;
    font-size: 14px;
		transition: none;
  }
  #timetable-page .s-hotels-card__btns .btn a:hover {
		background-color: #2c4197;
		color: #fff;
  }

	#timetable-page .s-hotels-card__btns .btn.is-link a:after {
		content: "";
    position: relative;
    top: 4px;
    left: 12px;
		right: 3.8vw;
		width: 9px;
		width: 2vw;
		height: 16px;
		height: 3.5555vw;
		background: url("../img/common/arrow_icon_w_sp.png") no-repeat 0 0;
		background-size: contain;
		transition: none;
	}
	#timetable-page .s-hotels-card__btns .btn.is-link a:hover:after {
		background: url("../img/common/arrow_icon_w_sp.png") no-repeat 0 0;
		background-size: contain;
  }

  #timetable-page .s-hotels-card__btns .btn.is-blank a:after {
		content: "";
    position: relative;
    top: 4px;
    left: 12px;
		width: 9px;
		width: 2.4vw;
		height: 16px;
		height: 3.9555vw;
		background: url("../img/common/blank_icon_w_sp.png") no-repeat 0 0;
		background-size: contain;
		transition: none;
	}
	#timetable-page .s-hotels-card__btns .btn.is-blank a:hover:after {
		background: url("../img/common/blank_icon_w_sp.png") no-repeat 0 0;
		background-size: contain;
	}

  #timetable-page .s-hotels {
     margin: 0 -5.33333vw;
  }

  #timetable-page .s-hotels .slick-slide {
    opacity: .4;
  }
  #timetable-page .s-hotels .slick-slide.slick-active {
    opacity: 1;
  }

  #timetable-page .s-hotels .s-slider__arrow {
    display: none !important;
  }

}

@media screen and (max-width: 375px) {
  /* ==============================================
  SP - min
  ============================================= */

}



/* ==============================================
Overwrite - Taxi tour Cusrtomize
============================================= */

#timetable-page .s-taxitour {
  position: relative;
	margin-top: 60px;
	padding-bottom: 30px;
}
#timetable-page .s-taxitour-card {
	max-width: 286px;
	width: 30%;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#timetable-page .s-taxitour-card.slick-slide {
	margin: 0 15px;
	max-width: initial;
	max-width: auto;
	width: auto;
}

#timetable-page .s-taxitour-card__img {
	height: 160px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
#timetable-page .s-taxitour-card__body {
	padding: 25px 20px 35px;
	background-color: #fff;

}
#timetable-page .s-taxitour-card__hdg {
	font-size: 18px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	line-height: 1.3333;
	color: #000;
}
#timetable-page .s-taxitour-card__txt {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.357;
	color: #000;
}
#timetable-page .s-taxitour-card__info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 18px;
	padding-top: 12px;
	border-top: 1px solid rgba(204, 204, 204, 0.5);
}
#timetable-page .s-taxitour-card__info .time {
	padding: 2px 0 2px 20px;
	background: url("../img/charters_tours/icon_clock.svg") no-repeat 0 50%;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.5);
}
#timetable-page .s-taxitour-card__info .price {
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #000;
}
#timetable-page .s-taxitour-card__info .price::before {
	content: "From";
	margin-right: 8px;
	font-size: 13px;
}
#timetable-page .s-taxitour-card__info .price::after {
	content: "JPY";
	margin-left: 5px;
	font-size: 15px;
}
#timetable-page .s-taxitour-card__link {
	width: 190px;
	height: 40px;
	margin: 20px auto 0;
	text-align: center;
}
#timetable-page .s-taxitour-card__link a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #2c4197;
	background-color: #2c4197;
	transition: background 0.3s;
}
#timetable-page .s-taxitour-card__link a:after {
	content: "";
	position: absolute;
	top: 16px;
	right: 28px;
	width: 6px;
	height: 10px;
	background: url("../img/common/arrow_icon_w.png") no-repeat 0 0;
	background-size: contain;
	transition: background 0.3s;
}
#timetable-page .s-taxitour-card__link a:hover {
	background-color: #fff;
}
#timetable-page .s-taxitour-card__link a:hover:after {
	background: url("../img/common/arrow_icon_b.png") no-repeat 0 0;
	background-size: contain;
}
#timetable-page .s-taxitour-card__link a:hover span {
	color: #2c4197;
}
#timetable-page .s-taxitour-card__link .link-txt {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0;
	transition: color 0.3s;
}

#timetable-page .s-taxitour {
  margin: 0 -10px;
}

@media screen and (max-width: 750px) {
  /* ==============================================
  SP
  ============================================= */
  #timetable-page .s-taxitour {
    margin-top: 5.73vw;
    padding-bottom: 5.73vw;
	}
	#timetable-page .s-taxitour-card {
		max-width: none;
		width: 100%;
	}
	#timetable-page .s-taxitour-card__img {
		height: 170px;
	}
	#timetable-page .s-taxitour-card__body {
		padding: 16px 17px 30px;
		padding: 6.44vw 4.779vw 6.169vw;
	}
	#timetable-page .s-taxitour-card__hdg {
		font-size: 17px;
		font-size: 4.6vw;
		font-weight: bold;
	}
	#timetable-page .s-taxitour-card__txt {
		margin-top: 1.33vw;
		font-size: 12px;
		font-size: 3.2vw;
	}
	#timetable-page .s-taxitour-card__info {
		margin-top: 2.9vw;
		padding-top: 2.4vw;
	}
	#timetable-page .s-taxitour-card__info .time {
		padding: 2px 0 2px 4.6vw;
		background: url("../img/charters_tours/icon_clock.svg") no-repeat 0 48%;
		background-size: 14px 14px;
		background-size: 3.8vw 3.8vw;
		font-size: 16px;
		font-size: 4.4vw;
	}
	#timetable-page .s-taxitour-card__info .price {
		font-size: 4.4vw;
	}
	#timetable-page .s-taxitour-card__info .price::before {
		margin-right: 6px;
		margin-right: 0.5vw;
		font-size: 3.5vw;
	}
	#timetable-page .s-taxitour-card__info .price::after {
		margin-left: 3px;
		margin-left: 0.7vw;
		font-size: 3.5vw;
	}
	#timetable-page .s-taxitour-card__link {
		width: 88%;
		height: auto;
	}
	#timetable-page .s-taxitour-card__link a {
		position: relative;
		display: block;
		width: 100%;
		padding: 14px 0;
		padding: 4.444vw 0;
		border: 1px solid #2c4197;
		background-color: #2c4197;
		transition: none;
	}
	#timetable-page .s-taxitour-card__link a:after {
		content: "";
		position: absolute;
		top: 19px;
		top: 4.9vw;
		right: 15px;
		right: 3.8vw;
		width: 9px;
		width: 2vw;
		height: 16px;
		height: 3.5555vw;
		background: url("../img/common/arrow_icon_w_sp.png") no-repeat 0 0;
		background-size: contain;
		transition: none;
	}
	#timetable-page .s-taxitour-card__link a:hover {
		background-color: #2c4197;
	}
	#timetable-page  .s-taxitour-card__link a:hover:after {
		background: url("../img/common/arrow_icon_w_sp.png") no-repeat 0 0;
		background-size: contain;
	}
	#timetable-page .s-taxitour-card__link a:hover span {
		color: #fff;
	}
	#timetable-page .s-taxitour-card__link span.link-txt {
		position: static;
		top: auto;
		left: auto;
		transform: none;
		color: #fff;
		font-size: 14px;
		font-size: 3.73333vw;
		line-height: 1;
		letter-spacing: -0.025em;
		transition: none;
  }

  #timetable-page .s-taxitour {
     margin: 0 -5.33333vw;
  }

  #timetable-page .s-taxitour .slick-slide {
    opacity: .4;
  }
  #timetable-page .s-taxitour .slick-slide.slick-active {
    opacity: 1;
  }

  #timetable-page .s-taxitour .s-slider__arrow {
    display: none !important;
  }


}

@media screen and (max-width: 375px) {
  /* ==============================================
  SP - min
  ============================================= */

}


/* ==============================================
Overwrite - Travelog Cusrtomize
============================================= */

#timetable-page .s-travelog {
  position: relative;
	margin: 60px -15px 0;
	padding-bottom: 30px;
}
#timetable-page .s-travelog__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 15px;
}
#timetable-page .s-travelog__item:after{
  content:"";
  display:block;
  width: 30%;
  height:0;
}
#timetable-page .s-travelog-card {
	max-width: 286px;
	width: 30%;
	background-color: #fff;
}
#timetable-page .s-travelog-card a {
  display: block;
  opacity: 1;
  transition: .2s;
}
#timetable-page .s-travelog-card a:hover {
  opacity: .6;
}

#timetable-page .s-travelog-card.slick-slide {
	margin: 0 15px;
	max-width: initial;
	max-width: auto;
	width: auto;
}
#timetable-page .s-travelog-card__img {

}
#timetable-page .s-travelog-card__img img {
  width: 100%;
  height: auto;
}
#timetable-page .s-travelog-card__body {
	padding: 15px 0 0;
	background-color: #fff;
}
#timetable-page .s-travelog-card__hdg {
	font-size: 18px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	line-height: 1.3333;
	color: #000;
}

@media screen and (max-width: 750px) {
  /* ==============================================
  SP
  ============================================= */
  #timetable-page .s-travelog {
    margin-top: 5.73vw;
    padding: 0 20px 5.73vw;
	}
  #timetable-page .s-travelog__item {
    display: block
  }
  #timetable-page .s-travelog__item:after{
    content:none;
  }
  #timetable-page .s-travelog-card {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }

  #timetable-page .s-travelog-card a {
    display: flex;
    justify-content: space-between;
  }
	#timetable-page .s-travelog-card__img {
    width: 45%;
	}
	#timetable-page .s-travelog-card__body {
    padding: 0;
    width: 50%;
	}
	#timetable-page .s-travelog-card__hdg {
    font-size: 13px;
	}

}

@media screen and (max-width: 375px) {
  /* ==============================================
  SP - min
  ============================================= */

}
