@charset "utf-8";
body{
  color: #333;
}
/*article .subpage #top-breadcrumbs,
article .subpage #localNav,
article .subpage #hero,
article .subpage #main #route,
article .subpage #main #information {
  width: 1040px;
  margin: 0 auto;
}
#information {
  text-align: center;
}
@media (max-width: 1040px) {
  article .subpage #top-breadcrumbs,
  article .subpage #localNav,
  article .subpage #hero,
  article .subpage #main #route,
  article .subpage #main #information {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}*/

#hero{
  margin-bottom: 100px;
}
#price,
#route,
#busstops,
#information{
  margin-bottom: 160px;
}
/*#busstops{
  padding: 160px 0 120px;
  margin-bottom: 160px;
}*/
@media (max-width: 767px) {
#hero{
  margin-bottom: 60px;
  margin-top: 20px;
}
#price,
#route,
#busstops,
#information{
  margin-bottom: 60px;
}
#busstops{
  margin-bottom: 100px;
}
/*#busstops{
  padding: 100px 0 30px;
  margin-bottom: 100px;
}*/
}

.subpage{
  margin-bottom: 80px;
}


.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#hero .img {
  width: 100%;max-width: 960px;margin:0 auto;
  text-align: center;
}
.img img {
  max-width: 100%;
}
.button + .button {
  margin-top: 10px;
}
@media (max-width: 767px) {
  #pageup {
    bottom: 85px;
  }
}
body {
  counter-reset: num;
}
article {
  width: 100%;
}
article * {
  box-sizing: border-box;
}
article * > *:first-child {
  margin-top: 0;
}
article * > *:last-child {
  margin-bottom: 0;
}
article p,
article ul,
article ol,
article dl,
article table,
article blockquote {
  margin: 0;
  margin-bottom: 1.5em;
  padding: 0;
}
@media (max-width: 479px) {
  article .title:before,
  article .title:after {
    transform: scale(0.7);
  }
}

article .cell {
  position: relative;
}
article .cell .upperFrame:before {
  content: '';
  display: block;
  width: calc(100% - 20px + 2.5px);
  height: 5px;
  background: #f53d7e;
  position: absolute;
  top: -2.5px;
  left: 20px;
  border-radius: 99px;
  z-index: -1;
}
article .cell .upperFrame:after {
  content: '';
  display: block;
  height: calc(100% - 20px + 2.5px);
  width: 5px;
  background: #f53d7e;
  position: absolute;
  top: 0;
  right: -2.5px;
  border-radius: 99px;
  z-index: -1;
}
article .cell .bottomFrame:before {
  content: '';
  display: block;
  width: calc(100% - 20px + 2.5px);
  height: 5px;
  background: #f53d7e;
  position: absolute;
  bottom: -2.5px;
  left: -2.5px;
  border-radius: 99px;
  z-index: -1;
}
article .cell .bottomFrame:after {
  content: '';
  display: block;
  height: calc(100% - 20px + 2.5px);
  width: 5px;
  background: #f53d7e;
  position: absolute;
  top: 20px;
  left: -2.5px;
  border-radius: 99px;
  z-index: -1;
}
article #hero {
  background: url("../img/bg_mv_top_sp.png") center center no-repeat #55aee0;
  background-size: cover;
}
@media (min-width: 768px) {
  article #hero {
    background: url("../img/bg_mv_top.png") center center no-repeat #55aee0;
    background-size: cover;
  }
}
article #hero .title {
  padding-top: 33px;
  padding-bottom: 33px;
  position: relative;
}
article #hero .title picture {
  display: block;
  position: relative;
  left: 50%;
  transform: translate(-48%);
  text-align: center;
  width: 75%;
}
@media (min-width: 767px) {
  article #hero .title picture {
    transform: translate(-56%);
  }
}
article #localNav {
  margin-bottom: 127px;
}
article #localNavList {
  text-align: center;
}
article #localNavList .list-item {
  display: inline-block;
  background: #55aee0;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
}
article #localNavList .list-item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 24px;
  min-width: 333px;
  text-align: center;
  position: relative;
}
article #localNavList .list-item a:after {
  content: '>';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%) rotate(90deg);
}
@media (max-width: 767px) {
  article #localNavList {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  article #localNavList .list-item {
    display: block;
    margin: 0;
    width: calc(100% / 2);
    border-radius: 0;
  }
  article #localNavList .list-item a {
    min-width: auto;
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
article #main {
  position: relative;
}
article #main .title {
  font-size: 26px;
  color: #333;
  /*background: linear-gradient(transparent 53%, #fcd22a 53%);*/
  display: inline-block;
  padding-bottom: 8px;
  padding-left: 0.75em;
  padding-right: 0.75em;
  position: relative;
  margin-bottom: 50px;
}
article #main .title-wrap {
  text-align: center;
}

article #main #narita .title:after {
  content: '';
  display: block;
  position: absolute;
  width: 258px;
  height: 50px;
  background: url("../img/tit_caption_narita.png") center center no-repeat transparent;
  top: -46px;
  left: 40px;
}
article #main #haneda .title:after {
  content: '';
  display: block;
  position: absolute;
  width: 258px;
  height: 50px;
  background: url("../img/tit_caption_haneda.png") center center no-repeat transparent;
  top: -46px;
  left: 40px;
}
article #main #otherAirport .title:after {
  content: '';
  display: block;
  position: absolute;
  width: 258px;
  height: 50px;
  background: url("../img/tit_caption_otherairport.png") center center no-repeat transparent;
  top: -46px;
  left: 40px;
}
article #main .bucket {
  max-width: 1046px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0;
}
#price .price-table {
  margin: 0 auto 30px auto;
}
#price .price-table table {
    width: 100%;
    border: 2px solid #55aee0;
    border-top: none;
}
#price .price-table .regular>th, .price-table .regular>td {
  border: 3px solid #55aee0;
  text-align: center;
  width: 50%;
}
#price .price-table .regular>th {
  font-size: 24px;
  font-weight: normal;
  color: #55aee0;
}
#price .price-table .regular>th span {
  font-weight: normal;
  color: #55aee0;
}


#price .table-price-mini th {
  color: #222;
  text-align: left;
  padding: 10px 10px;
  background: #eaf5fb;
  width: 50%;
  font-weight: normal;
  font-size: 16px;
}
/* 3col */
#price .table-price-mini.col3 th {
  width: 30%;
}
#price .table-price-mini tr {
  border-top: 2px dotted #eaf5fb;
  /*border-right: 2px dotted #eaf5fb;*/
}
#price .table-price-mini tr:first-child {
  border: none;
}
/*#price .table-price-mini tr:last-child {
  border-bottom: 2px dotted #eaf5fb;
}*/
#price .table-price-mini td {
  color: #f53d7e;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding: 10px 10px;
}
/* 3col */
/*
#price .table-price-mini.col3 td {
	width: 35%;
}
#price .table-price-mini.col3 td + td {
	width: 30%;
}
*/

#price .table-price-mini.col3 .campaign-td {
	width: 20%;
}

#price .table-price-mini.col3 .td-normal,
#price .table-price-mini.col3 .td-normal b {
	color: #222;
}
#price .table-price-mini td b {
  color: #f53d7e;
  font-size: 20px;
  margin: 0 5px;
}

/*装飾*/
.news-campaign {
    padding: 10px 10px;
    background: repeating-linear-gradient(315deg, #FCCA2A, #FCCA2A 20px, #ffe79a 0, #ffe79a 40px);
	text-align: center;
}

.news-campaign-inner {
    background: #fff;
    border: double 3px #FCCA2A;
	padding: 10px;
}

@media (max-width: 767px) {
#price .scroll-wrap{
	overflow: scroll;
	padding-bottom: 10px;
}
  #price .price-table table {
/*    width: 100%;*/
    width: 560px;
  }
  #price .price-table .regular>th, .price-table .regular>td {
    border: 3px solid #55aee0;
    text-align: center;
    width: 100%;
    display: block;
  }
  #price .price-table .regular>th {
    font-size: 24px;
    font-weight: normal;
    color: #55aee0;
  }
  #price .price-table .regular>th span {
    font-size: 16px;
    font-weight: normal;
    color: #55aee0;
    line-height: 1.5;
    display: block;
  }
  #price .price-table .regular .table-price-mini th {
    color: #222;
    font-size: 16px;
    text-align: left;
    padding: 0.5em 0 0.5em 1em;
    background: #eaf5fb;
    width: 50%;
    font-weight: normal;
    line-height: 1.5;
  }
  #price .price-table .regular .table-price-mini tr {
    border: 3px dotted #eaf5fb;
  }

  #price .price-table .regular .table-price-mini td {
    color: #f53d7e;
    font-size: 16px;
    font-weight: normal;
    text-align: right;
    padding: 0.5em 0.5em 0.5em 0;
  }
  #price .price-table .regular .table-price-mini td b {
    color: #f53d7e;
    font-size: 20px;
    margin: 0 5px 0 0;
  }
#price .table-price-mini.col3 th {
  width: 30%;
}
#price .table-price-mini th {
  padding: 10px 5px;
  font-size: 12px;
}
#price .table-price-mini td {
  font-size: 14px;
  padding: 10px 5px;
}
}

@media (max-width: 479px) {
  article #main .bucket {
    display: block;
  }
}
article #main .bucket .cell {
  width: 48.8527%;
  margin-right: 2.29%;
}
@media (max-width: 479px) {
  article #main .bucket .cell {
    width: 100%;
    margin-bottom: 30px;
  }
}
article #main .bucket .cell:nth-child(even) {
  margin-right: 0;
}
article #main .bucket .cell .img {
  margin-bottom: 0;
}
article .button-wrap {

  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
article .button-wrap .button {
  display: inline-block;
  background: #f53d7e;
  color: #fff;
  text-align: center;
  padding: 12px;
  width: 100%;
  position: relative;
  border-radius: 5px;
  font-size: 14px;
}
article .button-wrap .button:after {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}
article .sub-title {
  font-size: 24px;
  display: inline-block;
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
article .sub-title:after {
  content: '';
  display: block;
  width: 100%;
  height: 7px;
  background: #fcd22a;
  padding-left: 0.75em;
  padding-right: 0.75em;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
}
article .otherLineList {
  font-size: 22px;
  text-align: center;
  margin-bottom: 70px;
}
article .otherLineList .list-item {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
article #haneda .otherLineList {
  margin-bottom: 1em;
}
article #haneda .otherLineList .list-item {
  margin-bottom: 0;
}
article #haneda .otherLineList:last-child {
  margin-bottom: 70px;
}
article hr.dotted {
  width: 1040px;
  margin: 0 auto;
  border-top: 2px dotted #ccc;
  margin-bottom: 105px;
}
@media (max-width: 1045px) {
  article hr.dotted {
    max-width: 93%;
  }
}
article .routeList .list-item {
  list-style-type: none;
}
article #otherAirport > .title-wrap {
  margin-bottom: 76px;
}
article #otherAirport .bucket .cell {
  padding: 30px;
  padding-top: 50px;
  position: relative;
  margin-bottom: 90px;
}
article #otherAirport .bucket .cell .upperFrame:before,
article #otherAirport .bucket .cell .bottomFrame:before,
article #otherAirport .bucket .cell .upperFrame:after,
article #otherAirport .bucket .cell .bottomFrame:after {
  background: #55aee0;
}
article #otherAirport .bucket .cell .title-wrap {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translate(-50%);
}
article #otherAirport .bucket .cell .list-item {
  font-size: 18px;
}
article #otherAirport .bucket .cell .sub-title {
  margin-bottom: 68px;
}
article #otherAirport .list-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
article #otherAirport .list-wrap .routeList {
  margin: 0 15px;
}
article #otherAirport .otherMain {
  margin-bottom: -22px;
}
@media (max-width: 479px) {
  article #otherAirport .bucket.otherSub {
    display: block;
  }
}
article #otherAirport .bucket.otherSub .cell {
  width: 23.2824%;
  margin-right: 2.1946%;
  padding-top: 65px;
  padding-left: 61px;
  padding-right: 61px;
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 479px) {
  article #otherAirport .bucket.otherSub .cell {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  article #otherAirport .bucket.otherSub .cell {
    width: 48.8527%;
    margin-right: 2.29%;
  }
  article #otherAirport .bucket.otherSub .cell:nth-child(even) {
    margin-right: 0;
  }
}
article #otherAirport .bucket.otherSub .cell:nth-child(4n) {
  margin-right: 0;
}
article #otherAirport .bucket.otherSub .cell .title-wrap {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
article #otherAirport .bucket.otherSub .cell .sub-title {
  font-size: 20px;
}
article #otherAirport .bucket.otherSub .cell .sub-title:before {
  width: 184px;
  height: 40px;
}
article #otherAirport .bucket.otherSub .cell .sub-title:after {
  width: 184px;
  height: 40px;
  top: calc(50% + 5px);
  left: calc(50% + 5px);
}
article #otherAirport .bucket.otherSub .cell .list-item {
  font-size: 18px;
  margin-bottom: 0.5em;
  text-align: center;
}
@media (min-width: 768px) {
  article #otherAirport .bucket.otherSub .cell .list-item {
    font-size: 16px;
  }
}
article .subpage #header-title {
  padding-top: 30px;
  padding-bottom: 30px;
  background: url("../img/bg_mv_sub.jpg") center center no-repeat transparent;
  color: #fff;
  background-size: cover;
  text-align: center;
}
article .subpage #header-title .small {
  font-size: 50%;
}
article .subpage #header-title .title {
  display: inline-block;
  padding: 25px 45px;
  border: 3px solid #fff;
  line-height: 1;
}
article .subpage #header-title .title .caption {
  font-size: 25px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: 12px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 20px;
}
article .subpage #header-title .title .caption .title-inner {
  font-size: 28px;
}
@media (max-width: 479px) {
  article .subpage #header-title {
    padding-left: 5%;
    padding-right: 5%;
  }
  article .subpage #header-title .title {
    font-size: 28px;
  }
  article .subpage #header-title .caption {
    font-size: 18px;
  }
}
@media (max-width: 389px) {
  article .subpage #header-title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  article .subpage #header-title .title {
    font-size: 22px;
    padding: 20px 30px;
  }
  article .subpage #header-title .caption {
    font-size: 17px !important;
  }
}
article .subpage #top-breadcrumbs {
  padding-top: 17px;
  padding-bottom: 17px;
}
article .subpage #top-breadcrumbs .breadcrumbsList .list-item {
  font-size: 18px;
  display: inline-block;
  list-style-type: none;
}
article .subpage #top-breadcrumbs .breadcrumbsList .list-item:after {
  content: '>';
  margin-left: 0.5em;
  color: #1a92d4;
}
article .subpage #top-breadcrumbs .breadcrumbsList .list-item:last-child:after {
  display: none;
}
article .subpage #localNav {
  width:100%;
  margin-bottom: 80px;
  background: #55aee0;
}
article .subpage #localNav .localNavList {
  text-align: center;
  width:100%;
  max-width: 800px;
  margin:0 auto;
}
article .subpage #localNav .list-item {
  display: inline-block;
  background: #55aee0;
  width:33.333%;
  margin:0;
  float: left;
  border-left: 1px solid rgba(255,255,255,0.1);
  border-right: 1px solid rgba(0,0,0,0.1);
}
article .subpage #localNav .list-item:first-child{
  border-left: 1px solid rgba(0,0,0,0.1);
}
article .subpage #localNav .list-item a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 24px 12px 24px;
  font-size: 20px;
  /*min-width: 333px;*/
  text-align: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
article .subpage #localNav .list-item a:before {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  font-size: 12px;
}
article .subpage #localNav .list-item#to-timetable:after {
  top: 50%;
  bottom: initial;
  left: initial;
  right: 0.5em;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
article .subpage #localNav {
  text-align: center;
  width:100%;
  max-width: 100%;
  margin:0 auto;
}
article .subpage #localNav .list-item a {
  font-size: 14px;
  padding: 20px 2px;
}
article .subpage #localNav .list-item a:before {
  margin-right: 3px;
}
 /* article .subpage #localNav .list-item#to-timetable:after {
  top: 50%;
  bottom: initial;
  left: initial;
  right: 0.5em;
  transform: translateY(-50%);
}*/
}

article .subpage #hero {
  background: none;
  padding-left: 0;
  padding-right: 0;
}
article .subpage #hero .img {
  text-align: center;
}
article .subpage #main #price .title {
  position: relative;
}
article .subpage #main #price .title:before {
  content: '';
  display: block;
  width: 110px;
  height: 31px;
  position: absolute;
  background: url("../img/img_price.png") center center no-repeat transparent;
  background-size: cover;
  top: -30px;
  left: -60px;
}
/*article .subpage #main #price .title:after {
  content: '';
  display: block;
  width: 30px;
  height: 35px;
  position: absolute;
  background: url("../img/img_cash2.png") center center no-repeat transparent;
  background-size: cover;
  bottom: 0px;
  right: -20px;
}*/
article .subpage #main #price .sub-title {
  position: relative;
  top: -15px;
}
@media (max-width: 768px) {

  article .subpage #main #price .bucket {
    display: block;
  }
  article .subpage #main #price .bucket .cell {
    width: 100%;
    margin-bottom: 100px;
  }
}
article .subpage #main #price .cell.earybird .sub-title:before {
  background-color: #f53d7e;
}
article .subpage #main #price .cell.earybird .sub-title:after {
  background-color: #fbabc7;
}
article .subpage #main #price .cell.earybird .upperFrame:before,
article .subpage #main #price .cell.earybird .upperFrame:after {
  background-color: #f53d7e;
}
article .subpage #main #price .cell.earybird .bottomFrame:before,
article .subpage #main #price .cell.earybird .bottomFrame:after {
  background-color: #f53d7e;
}
article .subpage #main #price .cell-inner {
  padding-bottom: 70px;
  display: flex;
  justify-content: center;
  align-content: center;
}
article .subpage #main #price .cell-inner th,
article .subpage #main #price .cell-inner td {
  font-size: 18px;
  font-weight: normal;
}
article .subpage #main #price .cell-inner th {
    color: #222;
    font-size: 18px;
    text-align: left;
    line-height: 36px;
    padding: 0.5em 0 0.5em 1em;
    background: #eaf5fb;
    width: 50%;
    font-weight: normal;
}
article .subpage #main #price .cell-inner td {
  color: #f53d7e;
  font-size: 16px;
  font-weight: normal;
  text-align: right;
  padding: 0.5em 1em 0.5em 0;
}
article .subpage #main #price .cell .upperFrame:before,
article .subpage #main #price .cell .upperFrame:after {
  background-color: #55aee0;
}
article .subpage #main #price .cell .bottomFrame:before,
article .subpage #main #price .cell .bottomFrame:after {
  background-color: #55aee0;
}
article .subpage #main #price .caption {
  margin-top: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  article .subpage #main #price .cell-inner th {
    font-size: 18px;
  }
  article .subpage #main #price .cell-inner td {
    font-size: 18px;
  }
}

article .subpage #main #route .title {
  position: relative;
}
article .subpage #main #route .title:before {
  position: absolute;
  content: '';
  width: 100px;
  height: 40px;
  background: url("../img/img_route.png") center center no-repeat transparent;
  background-size: cover;
  top: -35px;
  left: -40px;
}
/*article .subpage #main #route .title:after {
  position: absolute;
  content: '';
  width: 40px;
  height: 27px;
  background: url("../img/img_bus.png") center center no-repeat transparent;
  background-size: cover;
  bottom:0px;
  right: -30px;
}*/
/*@media (max-width: 479px) {
  article .subpage #main #route .title:after {
    right: -40px;
  }
}*/
article .subpage #main #route .flag-title {
  color: #55aee0;
    text-align: center;
    border: 2px solid #55aee0;
    padding: 15px 5px;
    font-size: 16px;
    font-weight: bold;

}
article .subpage #main #route .busstop-list {
  /*display: flex;
  flex-flow: row wrap;*/
}
article .subpage #main #route .busstop-list{
    border: 2px solid #55aee0;
    padding: 0px 15px 10px;
    background: #eaf5fb;
    border-top: none;
}
article .subpage #main #route .list-item {

  color: #333;
  border-bottom: 1px solid #ccc;
  list-style-type: none;
  width:100%;
  padding: 0;
  position: relative;

}
article .subpage #main #route .list-item:before {
    border: 12px solid transparent;
    border-top: 12px solid #ccc;
    left: 50%;
    content: "";
    display: block;
    bottom: -24px;
    position: absolute;
    z-index: 1;
    margin-left: -12px;
}
article .subpage #main #route .list-item:after {
    border: 12px solid transparent;
    border-top: 12px solid #eaf5fb;
    left: 50%;
    content: "";
    display: block;
    bottom: -22px;
    position: absolute;
    z-index: 2;
    margin-left: -12px;
}
article .subpage #main #route .list-item button{
    font-size: 16px;
  padding:0;
  background: none;
  width:100%;
  display: block;
  position: relative;
  text-align: left;
  cursor: pointer;
  padding: 30px 70px 20px 5px;
}
article .subpage #main #route .list-item button:after{
  content: "MAP";
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 13px;
  background: #55aee0;
  color: #fff;
  border-radius: 100px;
  padding:3px 10px 1px;
  margin-top: -7px;
}
article .subpage #main #route ol .list-item:last-child{
  border-bottom: none;
}
article .subpage #main #route ol .list-item:last-child:before,
article .subpage #main #route ol .list-item:last-child:after{
  display: none;
}
/*article .subpage #main #route .list-item .inner{
  padding: 10px 5px;
}*/
/*article .subpage #main #route #ikebukuroToNarita {
  position: relative;
}
article .subpage #main #route #ikebukuroToNarita:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 14px;
  background: #727272;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
article .subpage #main #route #ikebukuroToNarita:before {
  position: absolute;
  display: block;
  content: '';
  width: 79px;
  height: 45px;
  background: url("../img/img_bus_gray.png") center center no-repeat transparent;
  background-size: cover;
  top: 32px;
  left: 50%;
  transform: translateX(calc(-50% - 250px));
}*/
@media (max-width: 1039px) {
  article .subpage #main #route #ikebukuroToNarita:before {
    transform: translateX(calc(-50% - 22vw));
  }
}
@media (max-width: 767px) {
article .subpage #main #route .flag-title {
    padding: 10px 5px;

}
article .subpage #main #route .busstop-list{
    padding: 0px 5px 5px;
}
article .subpage #main #route .list-item {
  font-size: 13px;
  padding: 16px 5px 8px;
}
article .subpage #main #route .list-item:before {
    border: 8px solid transparent;
    border-top: 8px solid #ccc;
    left: 50%;
    content: "";
    display: block;
    bottom: -16px;
    position: absolute;
    z-index: 1;
    margin-left: -8px;
}
article .subpage #main #route .list-item:after {
    border: 8px solid transparent;
    border-top: 8px solid #eaf5fb;
    left: 50%;
    content: "";
    display: block;
    bottom: -14px;
    position: absolute;
    z-index: 2;
    margin-left: -8px;
}
article .subpage #main #route .list-item button{
  padding: 10px 70px 5px 5px;
}
  article .subpage #main #route #ikebukuroToNarita:before {
    width: calc(79px / 2);
    height: calc(45px / 2);
    top: 54px;
  }
  article #main .title {
    font-size: 24px;
    color: #333;
    position: relative;
    margin-bottom: 30px;
  }
}
article .subpage #main #route #ikebukuroToNarita .ikebukuronishiguchi {
  margin-right: 13.607%;
}
article .subpage #main #route #ikebukuroToNarita .narita3rd,
article .subpage #main #route #ikebukuroToNarita .narita2nd {
  margin-right: 4.73%;
}
article .subpage #main #route #naritaToIkebukuro {
  position: relative;
}
article .subpage #main #route #naritaToIkebukuro .narita3rd,
article .subpage #main #route #naritaToIkebukuro .narita2nd {
  margin-right: 4.73%;
}
article .subpage #main #route #naritaToIkebukuro .narita1st {
  margin-right: 13.607%;
}
article .subpage #main #route #naritaToIkebukuro .ikebukuronishiguchi {
  margin-right: 0;
}
article .subpage #main #route #naritaToIkebukuro:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 14px;
  background: #727272;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
article .subpage #main #route #naritaToIkebukuro:before {
  position: absolute;
  display: block;
  content: '';
  width: 79px;
  height: 45px;
  background: url("../img/img_bus_gray.png") center center no-repeat transparent;
  background-size: cover;
  top: 32px;
  left: 50%;
  transform: translateX(calc(-50% + 250px));
}
@media (max-width: 1039px) {
  article .subpage #main #route #naritaToIkebukuro:before {
    transform: translateX(calc(-50% + 22vw));
  }
}
@media (max-width: 767px) {
  article .subpage #main #route #naritaToIkebukuro:before {
    width: calc(79px / 2);
    height: calc(45px / 2);
    top: 54px;
  }
}
@media (max-width: 767px) {
  /*article .subpage #main #route .list-item {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
  }*/
}
article .subpage #main #route .button-wrap.toOsaki {
  width: 300px;
  margin: 0 auto 150px;
}

article .subpage #main #busstops .title {
  position: relative;
}
article .subpage #main #busstops .title:before {
  position: absolute;
  content: '';
  width: 140px;
  height: 53px;
  display: block;
  background: url("../img/img_busstop.png") center center no-repeat transparent;
  background-size: cover;
  top: -40px;
  left: -80px;
}
article .subpage #main #busstops #parkAndRide .title:before {
  display: none;
}
/*article .subpage #main #busstops .title:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 35px;
  background: url("../img/img_busstop_sign.png") center center no-repeat transparent;
  background-size: cover;
  bottom: -10px;
  right: -40px;
}*/
article .subpage #main #busstops .sub-title {
  margin-bottom: 20px;
}
article .subpage #main #busstops .sub-title:after {
  display: none;
}
article .subpage #main #busstops .ikebukuronishiguchi {
  text-align: center;
  justify-content: center;
  margin-bottom: 33px;
}
article .subpage #main #busstops .ikebukuronishiguchi .cell {
  width: calc((100% - 20px * 2) / 3);
  margin-right: 0;
}
@media (max-width: 479px) {
  article .subpage #main #busstops .ikebukuronishiguchi .cell {
    width: 100%;
  }
}
article .subpage #main #busstops .narita .cell {
  width: calc((100% - 20px * 2) / 3);
  margin-right: 20px;
  text-align: center;
}
@media (max-width: 479px) {
  article .subpage #main #busstops .narita .cell {
    width: 100%;
  }
}
article .subpage #main #busstops .narita .cell:nth-child(3n) {
  margin-right: 0;
}

article .subpage #main #information .title {
  position: relative;
  margin-bottom: 50px;
}
article .subpage #main #information .title:before {
  content: '';
  position: absolute;
  display: block;
  width: 180px;
  height: 62px;
  background: url("../img/img_information.png") center center no-repeat transparent;
  background-size: cover;
  top: -45px;
  left: -60px;
}
/*article .subpage #main #information .title:after {
  content: '';
  position: absolute;
  display: block;
  width: 66px;
  height: 66px;
  background: url("../img/img_information_icon.png") center center no-repeat transparent;
  top: -70px;
  right: -30px;
}*/
@media (max-width: 767px) {
  article .subpage #main #information .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
article .subpage #main #information .nav-tab {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0px;
}
article .subpage #main #information .nav-tab .list-item {
  width: calc((100% - 0.5% * 2) / 3);
  margin-right: 0.5%;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  min-height: 70px;
  padding: 10px 10px;
  font-size: 16px;
  background: #fafafa;
  border-left:3px solid #fafafa;
  border-right:3px solid #fafafa;
  border-top:3px solid #fafafa;
  color: #55aee0;
}
article #shizuoka-haneda #main #information .nav-tab .list-item {
  width: calc((100% - 0.5% * 3) / 4);
  min-height: 70px;
}
article .subpage #main #information .nav-tab .list-item.active {
  color: #fff;
  background: #55aee0;
  border:3px solid #55aee0;
}
article .subpage #main #information .nav-tab .list-item:nth-child(3n) {
  margin-right: 0;
}
article #shizuoka-haneda #main #information .nav-tab .list-item:nth-child(3n) {
  margin-right: 0.5%;
}
article #shizuoka-haneda #main #information .nav-tab .list-item:nth-child(4n) {
  margin-right: 0;
}
article .subpage #main #information #info-content {
  background: #fff;
  border: 3px solid #55aee0;
  padding: 48px 12px 24px 12px;
}
article .subpage #main #information #info-content .content-3 {
  padding: 0px 24px 12px;
}
article .subpage #main #information #info-content .bucket {
  counter-reset: num;
  width: 100%;
  display: none;
  margin-bottom: 0;
}
article .subpage #main #information #info-content .bucket.show {
  display: flex !important;
}
@media (max-width: 767px) {
article .subpage #main #information .nav-tab .list-item {
  font-size: 13px;
  text-align: center;
}
article #shizuoka-haneda #main #information .nav-tab .list-item {
  min-height: 85px;
}
article .subpage #main #information #info-content .bucket.show {
  display: block;
  padding: 0;
}
article .subpage #main #information #info-content {
  padding: 0px 12px 12px 12px;
}
article #mishima-haneda.subpage #main #information #info-content .content-3,
article #shizuoka-haneda.subpage #main #information #info-content .content-4 {
  padding: 18px 0px 0px !important;
}
}
article .subpage #main #information #info-content .cell {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  position: relative;
  padding: 0 15px;
}
article .subpage #main #information #info-content .content-3 .cell {
  width: calc((100% - 40px) / 2);
  margin-right: 20px;
  position: relative;
  padding: 0 15px;
}
@media (max-width: 767px) {
  article .subpage #main #information #info-content .cell {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 0;
  }
  article .subpage #main #information #info-content .content-3 .cell {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 0;
  }
  article .subpage #main #information #info-content .cell .title-wrap {
    text-align: center;
  }
}
article .subpage #main #information #info-content .cell:after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fcca2a;
  top: 0;
  right: -15px;
}
@media (max-width: 767px) {
  article .subpage #main #information #info-content .cell:after {
    top: initial;
    bottom: -35px;
    left: 50%;
    right: initial;
    transform: translateX(-50%) rotate(90deg);
  }
}
article .subpage #main #information #info-content .cell:nth-child(3n):after {
  display: none;
}
article .subpage #main #information #info-content .content-3 .cell:nth-child(2n):after {
  display: none;
}
article .subpage #main #information #info-content .cell:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 0;
}
article .subpage #main #information #info-content .content-3 .cell:nth-child(2n){
  margin-right: 0;
  margin-bottom: 0;
}
article .subpage #main #information #info-content .cell .sub-title {
  position: relative;
  font-size: 20px;
  width:100%;
  display: block;
  text-align: left;
  padding-left: 50px;
}
@media (max-width: 767px) {
  article .subpage #main #information #info-content .cell .sub-title {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  article .button-wrap {

    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
}

article .subpage #main #information #info-content .cell .sub-title:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  color: #fff;
  width: 30px;
  height: 31px;
  display: block;
  background: url("../img/bg_num.png") center center no-repeat transparent;
  background-size: cover;
  font-size: 14px;
  padding-top: 4px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
}
@media (max-width: 767px) {
  article .subpage #main #information #info-content .cell .sub-title:before {
    width: 8.2vw;
    height: 8.5vw;
    font-size: 4vw;
  }
}
article .subpage #main #information #info-content .content-3 {
  margin-bottom: 0;
  display: none;
}
article .subpage #main #information #info-content .content-3.show {
  display: block;
}
@media (max-width: 767px) {
  article .subpage #main #information #info-content .content-3 {
    padding: 20px;
  }
  article .subpage #main #information {
    margin-bottom: 80px;
  }
}
article .subpage #main #information #info-content .content-3 .title-wrap {
  text-align: left;
}
/*article .subpage #main #information #info-content .content-3 .sub-title {
  position: relative;
  z-index: 1;
}*/
/*article .subpage #main #information #info-content .content-3 .sub-title:before,
article .subpage #main #information #info-content .content-3 .sub-title:after {
  width: 164px;
  height: 50px;
}*/
article .subpage #main #information #info-content .content-3 .sub-title.ikebukuro {
  left: 1em;
}
#attention .content-list {
  padding: 0 20px;
}
@media (max-width: 799px) {
  /*article .subpage #main #attention {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }*/
  #attention .content-list {
    margin: 0 auto;
  }
  article .subpage #main #attention {
    margin-bottom: 80px;
 }
}
article .subpage #main #attention .title:before {
  content: '';
  position: absolute;
  display: block;
  width: 150px;
  height: 54px;
  background: url("../img/img_attention.png") center center no-repeat transparent;
  background-size: cover;
  top: -40px;
  left: -60px;
}
/*article .subpage #main #attention .title:after {
  content: '';
  position: absolute;
  display: block;
  width: 76px;
  height: 72px;
  background: url("../img/img_attention_mark.png") center center no-repeat transparent;
  top: -70px;
  right: -70px;
}*/
article .subpage #main #attention .list-item {
  margin-bottom: 1em;
  padding-left: 1em;
  position: relative;
}
article .subpage #main #attention .list-item:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  margin-right: 10px;
  top: 0;
  left: -0.5em;
  position: absolute;
}
article .subpage #main #attention .button-wrap {
  max-width: 335px;
  margin: 0 auto;
}
article .subpage #main #price .content-list {
    /*max-width: 800px;*/
    padding: 0 10px;
}
article .subpage #main #price .content-list .list-item {
    margin-bottom: 1em;
    padding-left: 1em;
    position: relative;
    font-size: 16px;
}
article .subpage #main #price .content-list .list-item:before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    margin-right: 10px;
    top: 0;
    left: -0.5em;
    position: absolute;
}
article .subpage #footer-cta {
  position: fixed;
  border-top: 3px solid #f4b2b2;
  padding-top: 10px;
  padding-bottom: 10px;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
}
article .subpage #footer-cta .bucket {
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  article .subpage #footer-cta .bucket {
    display: flex;
    flex-flow: row wrap;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}
@media (min-width: 1040px) {
  /*article .subpage #footer-cta .bucket:before {
    position: absolute;
    content: '';
    display: block;
    width: 80px;
    height: 24px;
    background: url("../img/img_cta_bus.png") center center no-repeat transparent;
    background-size: cover;
    bottom: 0;
    left: 0;
  }*/
  /*article .subpage #footer-cta .bucket:after {
    position: absolute;
    content: '';
    width: 103px;
    height: 75px;
    background: url("../img/img_cta_airplane.png") center center no-repeat transparent;
    bottom: -10px;
    right: 0;
  }*/
}
article .subpage #footer-cta .cell {
  width: auto;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  article .subpage #footer-cta .caption {
    width: 15%;
    margin-right: 0;
  }
  article .subpage #footer-cta .caption:before {
    width: 35px;
    height: 35px;
  }
  article .subpage #footer-cta .cta1 {
    width: 70%;
  }
  article .subpage #footer-cta .cta1 .cta1List {
    display: flex;
    flex-flow: row wrap;
  }
  article .subpage #footer-cta .cta1 .cta1List .list-item {
    width: 47.5%;
    margin: 0 1.25%;
  }
  article .subpage #footer-cta .cta2 {
    width: 15%;
    margin-right: 0;
  }
}
article .subpage #footer-cta .caption p {
  margin-bottom: 0;
}
/*article .subpage #footer-cta .caption:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 47px 4px 0;
  border-color: transparent #fcd22a transparent transparent;
  position: absolute;
  bottom: 0;
  right: -27px;
  transform: rotate(-207deg);
}*/
/*article .subpage #footer-cta .caption:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 47px 4px 0;
  border-color: transparent #fcd22a transparent transparent;
  position: absolute;
  top: 0;
  right: -27px;
  transform: rotate(-153deg);
}*/
@media (max-width: 767px) {
  article .subpage #footer-cta .caption .weak,
  article .subpage #footer-cta .caption .now,
  article .subpage #footer-cta .caption .price-caption,
  article .subpage #footer-cta .caption .exclamation {
    display: none;
  }
  article .subpage #footer-cta .caption .web,
  article .subpage #footer-cta .caption .reserve {
    color: #fff;
  }
  article .subpage #footer-cta .caption .web {
    position: absolute;
    left: -36px;
    top: -10px;
  }
  article .subpage #footer-cta .caption .reserve {
    position: absolute;
    top: 7px;
    left: -37px;
  }
  /*article .subpage #footer-cta .caption:before {
    content: '';
    display: block;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 50% 50%;
    background: #fc7b7b;
    top: -25px;
    right: 2vw;
    transform: none;
  }*/
  article .subpage #footer-cta .caption:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 17px;
    border-color: transparent transparent transparent #fc7b7b;
    top: 50%;
    right: 0.7vw;
    transform: translateY(calc(-50% - 2px));
    z-index: -1;
  }
}
article .subpage #footer-cta .cta1List .list-item {
  background: #fcd22a;
  display: inline-block;
  box-shadow: 0 2px 2px #ddd;
  font-size: 16px;
  font-weight: bold;
  max-width: 200px;
  border-radius: 5px;
  margin: 0 5px;
}
article .subpage #footer-cta .cta1List .list-item a {
  color: #333;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
article .subpage #footer-cta .cta2List .list-item {
  display: inline-block;
  color: #fff;
  border: 3px solid #55aee0;
  padding: 5px 16px;
  border-radius: 99px;
  min-width: 104px;
  text-align: center;
}
@media (max-width: 899px) {
  article .subpage #footer-cta .cta2List .list-item.busstops {
    display: none;
  }
}
article .subpage #footer-cta .cta2List .list-item a {
  color: #55aee0;
  font-size: 15px;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
article .subpage #footer-cta .cta2List .list-item.timetable .clock {
  display: none;
}
@media (max-width: 767px) {
  article .subpage #footer-cta .cta2List .list-item.timetable {
    border: 0;
    display: block;
    min-width: 100%;
    padding: 0;
  }
  article .subpage #footer-cta .cta2List .list-item.timetable .clock {
    display: block;
  }
}
@media (max-width: 767px) {
  article .subpage #footer-cta .cta2List {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
article .subpage #footer-cta .red {
  color: #f53d7e;
}
@media (max-width: 767px) {
  article .subpage #footer-cta .red {
    position: absolute;
    top: -10px;
    right: 2.75vw;
  }
}
article .subpage #footer-cta .weak {
  font-size: 80%;
}
article #main #price > .bucket {
  width: 100%;
  margin-bottom: 0;
}
article #main #price > .bucket .cell {
  width: 100% !important;
  padding: 20px;
}
@media (min-width: 480px) {
  article #main #price > .bucket .cell {
    padding: 25px 40px;
  }
}
@media (min-width: 580px) {
  article #main #price > .bucket .outer-cell {
    padding: 20px;
    width: 100%;
    border: 3px solid #55aee0;
  }
}
article #main #price > .bucket .inner-bucket {
  display: flex;
}
@media (max-width: 767px) {
  article #main #price > .bucket .inner-bucket {
    display: block;
  }
}
article #main #price > .bucket .inner-bucket .cell {
  padding: 0;
  width: 50%;
  margin: 0;
}
article #main #price > .bucket .inner-bucket .cell-inner {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  article #main #price > .bucket .inner-bucket .cell:nth-child(1) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
  }
  article #main #price > .bucket .inner-bucket .cell:nth-child(2) {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  article #main #price > .bucket .inner-bucket .cell:nth-child(1) {
    padding: 20px;
  }
  article #main #price > .bucket .inner-bucket .cell:nth-child(2) {
    paddings: 20px;
    border-left: 1px solid #ddd;
  }
}
article #main #price .sub-title-price {

  color: #55aee0;
  text-align: center;
  border: 2px solid #55aee0;
  padding: 15px 5px;

}
article #main #price .sub-title-price span{
  display: block;
  font-weight: bold;
  padding:0;
  font-size: 16px;
}
@media (min-width: 414px) {
  article #main #price .sub-title-price {
    font-size: 20px;
  }
}
article #main #price .sub-title-price .arrow {
  transform: rotate(90deg);
  display: inline-block;
  position: relative;
  top: -2px;
}
article #main #price .caption {
  margin-bottom: 100px;
}

article #main #route .list-item {
  /*width: 9%;
  height: 180px;
  margin-right: 4%;
  padding: 0 1em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;*/
}
article #main #route .list-item:last-child {
  margin-right: 0;
}
article #main #route #mishimaToShinkiba {
  position: relative;
}
/*article #main #route #mishimaToShinkiba:before {
  content: '';
  display: block;
  width: 79px;
  height: 45px;
  background: url("../img/img_bus_gray.png") center center no-repeat transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% - 29px));
}*/

/*article #main #route #mishimaToShinkiba:after {
  display: block;
  content: '';
  width: 100%;
  height: 14px;
  background: #727272;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}*/

/*article #main #route #mishimaToShinkiba .list-item.mishimaekikitaguchi {
  margin-right: 30%;
}*/

/*article #main #route #shinkibaToMishima:before {
    content: '';
    display: block;
    width: calc(79px / 2);
    height: calc(45px / 2);
    background: url(../img/img_bus_gray.png) center center no-repeat transparent;
    position: absolute;
    left: 50%;
    top: 54px;
    transform: translate(-50%, calc(-50% - 29px));
}*/
/*article #main #route #shinkibaToMishima:after {
    display: block;
    content: '';
    width: 100%;
    height: 14px;
    background: #727272;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
}*/
  article #main #parkAndRide {
    margin-top: 40px;
  }
@media (max-width: 767px) {
  /*article #main #price .caption {
    width: 95%;
    margin: 0 auto 80px auto;
  }
 
  article #main #route #mishimaToShinkiba .list-item:last-child {
    margin-right: 0;
  }
  #mishimaToShinkiba,#shinkibaToMishima {
    overflow-x: scroll;
  }
  #mishimaToShinkiba::-webkit-scrollbar,#shinkibaToMishima::-webkit-scrollbar {
    display: none;
  }
  article #main #route #mishimaToShinkiba:after {
    left: 14%;
  }
   article #main #route #shinkibaToMishima:after {
    left: 14%;
  }*/
/*article .subpage #main #attention .title:before {
  content: '';
  position: absolute;
  display: block;
  width: 255px;
  height: 82px;
  background: url("../img/img_attention.png") center center no-repeat transparent;
  background-size: 70%;
  top: -60px;
  left: -120px;
}*/
  /*article .subpage #main #busstops .title:before {
    position: absolute;
    content: '';
    width: 243px;
    height: 92px;
    display: block;
    background: url(../img/img_busstop.png) center center no-repeat transparent;
    background-size: 70%;
    top: -60px;
    left: -120px;
  }*/
  /*article .subpage #main #busstops .title:after {
    position: absolute;
    content: '';
    width: 68px;
    height: 122px;
    background: url(../img/img_busstop_sign.png) center center no-repeat transparent;
    background-size: 70%;
    bottom: 0;
    right: -60px;
  }*/
article #main #price .sub-title-price {
  padding: 10px 5px;

}
  article #main #busstops .bucket .cell .sub-title {
    font-size: 17px;
    margin-bottom: 10px;
  }
  /*article .subpage #main #information .title:before {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 34px;
    background: url(../img/img_information.png) center center no-repeat transparent;
    background-size: 70%;
    top: -85px;
    left: -70px;
  }*/
  /*article .subpage #main #information .title:after {
    content: '';
    position: absolute;
    display: block;
    width: 66px;
    height: 66px;
    background: url(../img/img_information_icon.png) center center no-repeat transparent;
    background-size: 70%;
    top: -70px;
    right: -30px;
  }*/
  /*article .subpage #main #attention .title:after {
    content: '';
    position: absolute;
    display: block;
    width: 76px;
    height: 72px;
    background: url(../img/img_attention_mark.png) center center no-repeat transparent;
    background-size: 70%;
    top: -70px;
    right: -30px;
  }*/
article #main #price .sub-title-price .arrow {

  top: -4px;
}
}
@media (max-width: 549px) {
  /*article #main #route #mishimaToShinkiba .list-item,
  article #main #route #shinkibaToMishima .list-item {
    width: 100%;
    writing-mode: vertical-rl;
    margin-right: 4.73%;
    padding: 0.5em;
    text-align: center;
    margin-bottom: 20px;
    font-size: 17px;
  }
  
  article #main #route #mishimaToShinkiba .list-item.mishimaekikitaguchi {
    margin-right: 0;
    margin-bottom: 80px;
  }
  article #main #route #mishimaToShinkiba .list-item:last-child {
    margin-bottom: 0;
  }*/

  /*article #main #route #mishimaToShinkiba:before {
    content: '';
    display: block;
    width: calc(79px / 2);
    height: calc(45px / 2);
    background: url(../img/img_bus_gray.png) center center no-repeat transparent;
    background-size: 95%;
    position: absolute;
    left: 70%;
    top: 44%;
    transform: translate(-50%, calc(-50% - 29px));
  }*/

  /*article #main #route #mishimaToShinkiba:after,
  article #main #route #shinkibaToMishima:after {
    width: 100%;
    height: 14px;
    top: 40%;
    left: 14%;
    transform: translateY(-50%);
    display: block;
    z-index: -1;
  }*/
}

article #main #route #shinkibaToMishima {
  position: relative;
}
/*article #main #route #shinkibaToMishima:before {
  content: '';
  display: block;
  width: 79px;
  height: 45px;
  background: url("../img/img_bus_gray.png") center center no-repeat transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% - 29px));
}*/

@media (min-width: 549px) and (max-width: 767px) {
/*  article #main #route #mishimaToShinkiba {
    position: relative;
  }
  article #main #route #mishimaToShinkiba:before {
    content: '';
    display: block;
    width: 79px;
    height: 45px;
    background: url("../img/img_bus_gray.png") center center no-repeat transparent;
    position: absolute;
    left: 57%;
    top: 50%;
    transform: translate(-50%, calc(-50% - 29px));
  }
  article #main #route #shinkibaToMishima:before {
    content: '';
    display: block;
    width: 79px;
    height: 45px;
    background: url("../img/img_bus_gray.png") center center no-repeat transparent;
    position: absolute;
    left: 57%;
    top: 50%;
    transform: translate(-50%, calc(-50% - 29px));
  }
  article #main #route {
    margin-bottom: 100px;
  }*/


}

article #main #parkAndRide .bucket .addition {
  width: 100%;
}
/*article #main #parkAndRide {
  margin-bottom: 140px;
}*/
article #main #parkAndRide .title {
  background: none;
  border-bottom: 3px solid #fa9dbe;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 549px) {
  /*article #main #route #shinkibaToMishima:before {
    display: none;
  }
  article #main #route #shinkibaToMishima:after {
    display: block;
    content: '';
    width: 549px;
    height: 14px;
    background: #727272;
    position: absolute;
    top: 40%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
  }
  article #main #route #shinkibaToMishima:before {
    content: '';
    display: block;
    width: calc(79px / 2);
    height: calc(45px / 2);
    background: url(../img/img_bus_gray.png) center center no-repeat transparent;
    background-size: 95%;
    position: absolute;
    left: 87%;
    top: 44%;
    transform: translate(-50%, calc(-50% - 29px));
  }*/


  article #main #parkAndRide .bucket .addition {
    padding-top: 0;
    width: 100%;
  }
  article #main .bucket {
    margin-bottom: 0;
    font-size: 18px;
  }
  article #main #route {
    margin-bottom: 80px;
  }
  article #main #route #mishimaToShinkiba {
    margin-bottom: 0;
  }
  article .subpage #main #information .title {
    font-size: 22px;
    padding-left: 0;
    padding-right: 0;
  }
  article .button-wrap .button {
   cursor: pointer;
    text-decoration: none;
  }
}

/*article #main #route #shinkibaToMishima .list-item.ycat {
  margin-right: 30%;
}*/

@media (max-width: 549px) {

  /*article #main #route #shinkibaToMishima .list-item.ycat {
    margin-right: 0;
    margin-bottom: 80px;
  }
  article #main #route #shinkibaToMishima .list-item:last-child {
    margin-bottom: 0;
  }
  article .subpage #main #busstops .sub-title {
    margin-bottom: 10px;
  }*/
}
article #main #busstops .bucket .cell {

}
@media (min-width: 480px) {
}
article #main #busstops .bucket .cell:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 50px;
}
article #main #busstops .bucket .cell .img {
  text-align: center;
}
article #main #busstops .bucket .cell .img img {
  max-width: 100%;
}
article #main #busstops .bucket .cell .sub-title {
  text-align: center;
  display: block;
}

@media (min-width: 480px) {
  article #main #busstops .bucket .hanedaapg {
    position: relative;
    top: -14px;
  }
}
@media (min-width: 1055px) {
  article #main #busstops .bucket .hanedaapg .sub-title {
    font-size: 22px;
    position: relative;
    top: 10px;
  }
}

@media (max-width: 479px) {
article #main .bucket {
display: block;
}
#price .price-table .regular>th, .price-table .regular>td {
border: 3px solid #55aee0;
text-align: center;
width: 100%;
}
#price .price-table .regular>th {
font-size: 16px;
font-weight: normal;
color: #55aee0;
}
#price .price-table .regular>th span {
font-size: 14px;
font-weight: normal;
color: #55aee0;
line-height: 1.5;
display: block;
}
#price .price-table .regular .table-price-mini th {
color: #222;
font-size: 13px;
text-align: left;
padding: 0.5em;
background: #eaf5fb;
width: 50%;
font-weight: normal;
line-height: 1.5;
}
#price .price-table .regular .table-price-mini tr {
border: 3px dotted #eaf5fb;
}

#price .price-table .regular .table-price-mini td {
color: #f53d7e;
font-size: 14px;
font-weight: normal;
text-align: right;
padding: 0.5em;
}
#price .price-table .regular .table-price-mini td b {
color: #f53d7e;
font-size: 14px;
margin: 0;
}
article .subpage #main #price .content-list .list-item {
margin-bottom: 1em;
padding-left: 1em;
position: relative;
font-size: 14px;
}

article #main #route .flag-title {
font-size: 18px;
line-height: 1.5;
}
article #main #busstops .bucket .cell:nth-child(3n) {
margin-right: 0;
margin-bottom: 30px;
}
article .subpage #main #price .title {
font-size: 20px;
}
article .subpage #main #price .content-list {
margin: 0 auto 80px auto;
padding: 0 20px;
}
article .subpage #main #route .title {
font-size: 20px;
}
article .subpage #main #busstops .title {
font-size: 20px;
}
}

@media (min-width: 375px) and (max-width: 767px) {
/*article #main #route #mishimaToShinkiba:before {
content: ”;
display: block;
width: calc(79px / 2);
height: calc(45px / 2);
background: url(../img/img_bus_gray.png) center center no-repeat transparent;
background-size: 95%;
position: absolute;
left: 66%;
top: 44%;
transform: translate(-50%, calc(-50% – 29px));
}
article #main #route #shinkibaToMishima:before {
content: ”;
display: block;
width: calc(79px / 2);
height: calc(45px / 2);
background: url(../img/img_bus_gray.png) center center no-repeat transparent;
background-size: 95%;
position: absolute;
left: 87%;
top: 44%;
transform: translate(-50%, calc(-50% – 29px));
}*/
}

article #main #parkAndRide .title:before {
display: none;
}
article #main #parkAndRide .title:after {
display: none;
}
article #main #parkAndRide .title-wrap {
text-align: center;
}
article #main #parkAndRide .caption {
text-align: center;
}
article #main #parkAndRide .bucket {
max-width: 686px;
}
article #main #parkAndRide .bucket .price {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
margin-bottom: 20px;
}
article #main #parkAndRide .bucket .price .inner {
border: 4px solid #f53d7e;
border-radius: 5px;
width: 320px;
min-height: 82px;
display: flex;
justify-content: center;
align-items: center;
background: #fff;
}
article #main #parkAndRide .bucket .price .inner p {
font-size: 18px;
color: #f53d7e;
text-align: center;
}

article #main #parkAndRide .howto {
max-width: 520px;
margin: 0 auto;
}
article #main #parkAndRide .howto .sub-title {
text-align: center;
display: inline-block;
}
article #main #parkAndRide .howto .sub-title:after {
display: none;
}

@media (min-width: 768px) and (max-width: 1039px) {
article .subpage #main #route .list-item {
font-size: 20px;
}
article .subpage #main #busstops .sub-title {
font-size: 20px;
margin-bottom: 0.5em;
line-height: 1.5;
}
article #main #route .list-item {
padding: 0.5em;
font-size: 16px;
}

}
@media (max-width: 767px) {
/*article .subpage #main #route #ikebukuroToNarita:before {
width: calc(79px / 2);
height: calc(45px / 2);
top: 54px;
}
article #main #route #mishimaToShinkiba .list-item.mishimaekikitaguchi {
margin-right: 24%;
}
article #main #route #shinkibaToMishima .list-item.ycat {
margin-right: 24%;
}
article #main #route #mishimaToShinkiba .list-item.mishimaekikitaguchi,
article #main #route #shinkibaToMishima .list-item.ycat {
margin-bottom: 0;
}
article #main #parkAndRide .caption {
text-align: left;
}*/
}

@media (max-width: 479px) and (max-width: 374px) {
article:before,
article:after {
transform: scale(0.5);
}
article #main #parkAndRide .bucket {
/* width: 95%; / / margin:0 auto; */
}

}

.mb-30 {
margin-bottom: 30px !important;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}



#info-content p{
  margin-bottom: 10px !important;
}
#info-content p.caption{
  font-weight: bold;
}


.row-noriba{
  margin-bottom: 50px;
}
.row-noriba .col-noriba p{
  font-size: 14px;
}
.col-noriba{
  margin-bottom: 36px;
}
.col-noriba dt{
  margin-bottom: 0;
  padding-bottom: 12px;
  text-align: center;
  color: #55aee0;
  border-bottom: 2px solid #55aee0;
}

@media (max-width: 767px) {
.row-noriba{
  margin-bottom: 25px;
}
}


/*.otherBus-list{
  background: #fff;
  padding: 10px;
}*/
.otherBus-list li{
  float: left;
  width: 23%;
  padding: 15px 5px;
  margin:0 1%;
  border-bottom: 1px dotted #ccc;
}
.otherBus-list li a{
  display: block;
}
.otherBus-list li i{
  font-size: 50%;
  position: relative;
  top: -2px;
}

@media (max-width: 767px) {
.otherBus-list li{
  float: left;
  width: auto;
  padding: 15px 5px 10px 5px;
  margin-right: 15px;
  
}
.otherBus-list li a{
  display: inline-block;
}
}


.row-localNavList a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 24px 12px 24px;
  font-size: 18px;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;

}
.row-localNavList a:before {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  font-size: 12px;
}
.row-localNavList a{
  border-left: 1px solid rgba(255,255,255,0.1);
  border-right: 1px solid rgba(0,0,0,0.1);
}
.row-localNavList .col-4:first-child a{
  border-left: 1px solid rgba(0,0,0,0.1);
}
@media (max-width: 767px) {
.row-localNavList a {
  font-size: 14px;
  padding: 10px 5px;
  border:none;
}
.row-localNavList .col-4:first-child a{
  border:none;
}
}

.row-footer{
  margin:0 auto;
  width:100%;
  max-width: 900px;
}
.col-btntxt p{
  font-size: 13px;
  margin:0;
  display: block;
  text-align: center;
}
.col-btntxt p + p{
  margin-top: 5px;
}
.col-btntxt p .text-red{
  color: red;
  font-weight: bold;
}

.col-btn .button{
  background: #fcd22a;
  display: block;
  box-shadow: 0 2px 2px #ddd;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  margin: 0 5px;
  text-align: center;
  padding: 10px 5px;
  color: #333;
}
.col-btn .button small{
  margin:0 2px;
}
.col-btn .button-noriba{
  background: #55aee0;
  display: block;
  font-size: 16px;
  font-weight: normal;
  border-radius: 4px;
  margin: 0 5px;
  text-align: center;
  padding: 10px 5px;
  color: #fff;
}

@media (max-width: 767px) {
#footer-cta .container{
  padding: 0;
}
.col-btntxt{
  margin-bottom: 5px;
  text-align: center;
}
.col-btntxt p{
  font-size: 13px;
  margin:0;
  display: inline;
  text-align: center;
  font-weight: bold;
}
.col-btn .button{
  font-size: 14px;
  margin: 0 2px;
}
}



.modal-noriba .modal-header{
  background: #55aee0;
}
.modal-noriba h3{
  font-size: 16px;
  color: #fff;
}
.modal-noriba .close{
  color: #fff;
}
.modal-noriba .btn-close{
  background: none;
}


.col-nav{
  display: block;
}