@charset "utf-8";
/* top_sp.css */
@media screen and (max-width: 768px) {
/* ==========================================================
 general
========================================================== */
body { background-color: #f4f4f4; }
body.list,
body.detail { background-color: #fff; }
/* ==========================================================
 hero-top
========================================================== */
.hero-top {
  margin-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}
  .hero-top-in {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0;
  }
	.box-notice-navitime + .hero-top-in {
		padding-top: 0;
	}
/* mod-hero-search
---------------------------------------------------------- */
.mod-hero-search {
  width: 100%;
  -webkit-order: 2;
  order: 2;
}
	.mod-hero-search h2 {
		padding: 8px 0;
		border: none;
		border-bottom: 1px solid #fff;
		font-size: 107.1%;
		font-size: 1.5rem;
	}
  .mod-hero-search .list-tab {
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
  }
    .mod-hero-search .list-tab .item:first-child { padding-right: 1px; }
    .mod-hero-search .list-tab .link {
      height: auto;
      padding: 15px 0;
      background-color: #7986cb;
      border: 0;
      font-size: 107.1%;
      font-size: 1.5rem;
      font-weight: 400;
      color: #fff;
    }
    .mod-hero-search .list-tab:first-child .link { border-left-color: transparent; }
    .mod-hero-search .list-tab:last-child .link { border-right-color: transparent; }
    .mod-hero-search .list-tab .link.is-active {
      background-color: #3f51b5;
      border-color: #fff;
      color: #fff;
    }
    .mod-hero-search .list-tab .link.is-active:before { display: none; }
    .mod-hero-search .list-tab .link.is-active:after {
      content: "";
      position: absolute;
      bottom: -6px;
      left: 50%;
      width: 0;
      height: 0;
      margin-left: -5px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 6px solid #3f51b5;
    }
  .mod-hero-search .tab-content {
    position: relative;
    padding: 40px 30px 35px;
  }
/* form-hero-search
---------------------------------------------------------- */
.form-hero-search .row { margin-bottom: 25px; }
.form-hero-search .row .label {
  font-size: 1.1rem;
}
  .form-hero-search .input-text-01,
  .form-hero-search .input-text-02 {
    height: 40px;
    font-size: 114.3%;
    font-size: 1.6rem;
    line-height: 40px;
  }
  .form-hero-search .input-text-02 {
    height: 30px;
    line-height: 30px;
  }
  .form-hero-search select.input-text-02 { height: 30px; }
.form-hero-search .row.row-directions:first-child { margin-bottom: 15px; }
  .form-hero-search .row.row-directions .box-input { width: 176px; }
    .form-hero-search .row.row-directions .box-input .btn-swap {
      right: -50px;
      bottom: -20px;
      width: 40px;
    }
 .form-hero-search .box-input-year { width: 106px; }
 .form-hero-search .row .box-input-date { width: 60px; }
 .form-hero-search .row .box-input-time input { width: 56px; }
 .form-hero-search .row .box-input-time .txt-label {
   font-size: 114.3%;
   font-size: 1.6rem;
 }
 .form-hero-search .row .box-input-departure,
 .form-hero-search .row .box-input-order { width: 144px; }
 #form-01 .form-hero-search .btn-submit { padding: 0 24px; }
 .form-hero-search .btn-submit button {
   padding: 16px 0;
   font-size: 128.6%;
   font-size: 1.8rem;
 }
 .form-hero-search .list-ext-links { margin-top: 30px; }
/* mod-hero-slider
---------------------------------------------------------- */
.mod-hero-slider {
  width: 100%;
  padding-bottom: 15px;
  -webkit-order: 1;
  order: 1;
  background: none;
}
.mod-hero-slider .list-slider .item { padding-bottom: 0; }
.mod-hero-slider .list-slider .txt-caption { position: relative; }
.mod-hero-slider .slick-dots {
  position: relative;
  right: inherit;
  bottom: 0;
  -webkit-justify-content: center;
  justify-content: center;
  /* padding: 20px 0 30px; */
  padding: 20px 0;
  background-color: #f4f4f4;
  border-top: 1px solid #e0e0e0;
}
  .mod-hero-slider .slick-dots button {
    width: 50px;
    height: 10px;
    background-color: #dddddd;
  }
/* list-hero-bg
---------------------------------------------------------- */
.hero-top .list-hero-bg { display: none; }
/* ==========================================================
 notice
========================================================== */
.notice,
.sympathy {
  width: auto;
  margin: 10px;
	font-size: 1.3rem; 
}
.sympathy {
	padding: 8px 12px;
}
/* ==========================================================
 box-notice
========================================================== */
.box-notice-01,
.box-notice-02 {
  width: auto;
}
.box-notice-01 {
	margin-bottom: 0;
}

/* ==========================================================
 mod-gnav-content
========================================================== */
.mod-gnav-content {
  border-top: 1px solid #e0e0e0;
}
  .mod-gnav-content .gnav-item { border-color: #e0e0e0; }
  .mod-gnav-content .gnav-icon { width: 140px; }
  .mod-gnav-content .gnav-text {
    font-size: 142.9%;
    font-size: 2rem;
  }

/* ==========================================================
 sec informations
========================================================== */
.list-informations {
  display: block;
  margin-bottom: 15px;
  border-top: 1px solid #e9e9ed;
  border-left: none;
}
  .list-informations .item {
    width: auto;
    background-color: #fff;
    border-right: none;
    border-bottom: 1px solid #e9e9ed;
  }
  .list-informations .item .link {
		display: flex;
		padding: 12px;
	}
  .list-informations .item .link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 8px;
    height: 12px;
    margin-top: -6px;
    background-image: url(/img/ico_arrow_02.svg);
    background-size: 8px 12px;
  }
  .list-informations .box-icon { margin: 0 12px 0 0; }
  .list-informations .link .text {
    font-size: 128.6%;
    font-size: 1.8rem;
  }
/* ==========================================================
 box buslist
========================================================== */
.box-buslist-01 {
	display: block;
}
	.box-buslist-01-in .bus-list-btn span {
		margin-top: 10px;
	}
	.box-buslist-01 h3,
	.box-buslist-01-in .bus-list-btn span,
	.bus-list-01 li,
	.bus-list-02 li {
		font-size: 114.3%;
		font-size: 1.6rem;
	}
	.box-buslist-01-in,
	.box-buslist-01-in:first-of-type .bus-list-01 li,
	.bus-list-02 li {
		width: 100%;
	}
	.box-buslist-01-in {
		padding: 0 12px 12px;
	}
	.box-buslist-01-in + .box-buslist-01-in {
		margin-top: 15px;
	}
	.box-buslist-01-in h2 {
		margin: 0 -12px 12px;
		font-weight: 700;
	}
	.bus-list-01 li .link {
		height: auto;
	}
	.bus-list-01 .link > img {
		width: 100px;
		margin-right: 10px;
	}
	.box-buslist-01-in:last-of-type .bus-list-01 li:first-of-type .text img {
		width: 133px;
		height: 18px;
		margin: 3px;
	}
	.box-buslist-01-in:last-of-type .bus-list-01 li:last-of-type .text img {
		width: 166px;
		height: 14px;
		margin-bottom: 8px;
	}
	.bus-list-02 li {
		min-height: 50px;
	}
	.bus-list-02 li:nth-last-of-type(odd) {
		border-left: 1px solid #d9d9d9
	}
	.bus-list-02 .link span {
		display: inline;
		margin: 0;
		font-size: 1.2rem;
	}
	.bus-list-02 .link-tdr .text {
		letter-spacing: normal;
		margin: 0;
  }
  .box-buslist-01 .link-warning-01 {
    margin-bottom: 20px;
  }
/* ==========================================================
 mod-top-search
========================================================== */
.mod-top-search {
  padding-top: 30px;
  margin-bottom: 15px;
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
/* box-search
---------------------------------------------------------- */
.mod-top-search .box-search { margin-bottom: 30px; }
  .mod-top-search .box-search .gsc-search-box .gsc-input-box {
    height: 50px;
    background-color: #f3f3f3;
    border: 1px solid #e0e0e0;
    border-radius: 0;
  }
  .mod-top-search .box-search .gsc-search-box .gsib_a {
    height: 48px;
    padding-left: 10px;
  }
  .mod-top-search .box-search .gsc-search-box input.gsc-input {
    background: url(/img/bg_placeholder_01_sp.png) 0 center no-repeat !important;
    background-size: 160px auto !important;
  }
  .mod-top-search .box-search .gsc-search-box .gsc-search-button {
    background: url(/img/btn_search_01_sp.png) 0 0 no-repeat;
    background-size: 100%;
  }
  .mod-top-search .box-search .gsc-search-box .gsc-search-button-v2 {
    width: 90px;
    height: 50px;
  }
/* box-keywords
---------------------------------------------------------- */
.mod-top-search .box-keywords { display: block; }
.mod-top-search .ttl-keywords {
  margin-bottom: 25px;
  font-size: 114.3%;
  font-size: 1.6rem;
  line-height: 1.6;
}
.mod-top-search .list-keywords {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px;
  margin-left: -30px;
}
  .mod-top-search .list-keywords .item {
    margin-bottom: 20px;
    margin-left: 30px;
  }
  .mod-top-search .list-keywords .link {
    font-size: 114.3%;
    font-size: 1.6rem;
  }
/* ==========================================================
 sec services
========================================================== */
.sec-services {
  padding: 0;
  margin-bottom: 15px;
  background: none;
}
  .sec-services .list-services {
    display: block;
    margin: 0;
  }
    .sec-services .list-services .item {
      width: auto;
      padding: 0;
      border-bottom: 1px solid #e0e0e0;
    }
    .sec-services .list-services .item:first-child { border-top: 1px solid #e0e0e0; }
    .sec-services .list-services .link {
      display: table;
      width: 100%;
      padding: 15px 24px 15px 12px;
    }
    .sec-services .list-services .link:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 12px;
      width: 8px;
      height: 12px;
      margin-top: -6px;
      background-image: url(/img/ico_arrow_02.svg);
      background-size: 8px 12px;
    }
    .sec-services .list-services .image {
      display: table-cell;
      vertical-align: middle;
      width: 150px;
    }
    .sec-services .list-services .box-detail {
      display: table-cell;
      vertical-align: middle;
      padding: 12px;
      text-align: left;
    }
    .sec-services .list-services .text {
      font-size: 100%;
      font-size: 1.4rem;
    }
/* ==========================================================
 sec news
========================================================== */
.sec-news-link a {
	margin: 0 12px 15px;
	background: #fff;
	font-size: 1.8rem;
}
.sec-news {
  padding: 25px 0 0 0;
  margin-bottom: 15px;
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
}
  .sec-news .ttl-heading {
    padding: 0 12px 15px 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E0E0E0;
  }
    .sec-news .ttl-heading .text {
      padding-left: 24px;
      font-size: 114.3%;
      font-size: 1.6rem;
    }
    .sec-news .ttl-heading .link {
      display: inline-block;
      height: auto;
      padding: 5px 8px;
      border: 1px solid #E0E0E0;
      font-weight: 500;
      line-height: 1;
      text-align: center;
    }
    .sec-news .box-news { height: auto; }
    .sec-news .list-news {
      margin-top: -15px;
      padding-right: 0;
    }
      .sec-news .list-news .item { border-bottom: 1px solid #E0E0E0; }
      .sec-news .list-news .link {
        display: block;
        padding: 15px 24px 15px 12px;
      }
      .sec-news .list-news .link:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 12px;
        width: 8px;
        height: 12px;
        margin-top: -6px;
        background-image: url(/img/ico_arrow_02.svg);
        background-size: 8px 12px;
      }
      .sec-news .list-news .title {
        width: auto;
        margin-bottom: 5px;
      }
        .sec-news .list-news .title .txt-cmn-label-01 { margin-right: 10px; }
        .sec-news .list-news .title .txt-date {
          font-size: 114.3%;
          font-size: 1.6rem;
          line-height: 1.4;
        }
      .sec-news .list-news .detail {
        width: auto;
        padding: 0 12px 0 0;
        border-left: 0;
        font-size: 114.3%;
        font-size: 1.6rem;
        line-height: 1.6;
      }

      .list .sec-news .list-news .link{
        padding-right: 24px;
      }
/* ==========================================================
 sec twitter
========================================================== */
.sec-news-twitter {
  display: block;
  padding: 0;
}
.sec-news {
  width: auto;
}

/* ==========================================================
 list-other-menus
========================================================== */
.list-other-menus {
  display: block;
  margin: 0;
}
  .list-other-menus .item {
    width: auto;
    padding: 0;
  }
  .list-other-menus .link {
    padding: 15px 24px 15px 12px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
  }
  .list-other-menus .link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 8px;
    height: 12px;
    margin-top: -6px;
    background-image: url(/img/ico_arrow_02.svg);
    background-size: 8px 12px;
  }
  .list-other-menus .item:first-child .link { border-top: 1px solid #E0E0E0; }
  .list-other-menus .image {
    width: 100px;
  }
    .list-other-menus .image img { width: 100%; }
  .list-other-menus .box-detail {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 12px;
  }
    .list-other-menus .box-detail .title {
      margin-bottom: 0;
      font-size: 114.3%;
      font-size: 1.6rem;
    }
    .list-other-menus .box-detail .text { display: none; }
/* ==========================================================
 mod-top-banner
========================================================== */
.mod-top-banner {
  padding: 12px;
  margin-top: 15px;
  margin-bottom: 0;
  background-color: #fff;
  border-top: 1px solid #E0E0E0;
}
  .list-top-banners {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
  }
    .list-top-banners .item {
      width: 50%;
      padding: 5px;
      margin-left: 0;
    }
    .list-top-banners .link,
		.list-top-banners .no-padding img {
			width: 100%;
		}
  .mod-top-banner .btn-control { display: none; }

@media screen and (min-width: 375px) and (max-width: 768px) {
.form-hero-search .row.row-directions .box-input { width: 190px; }
.form-hero-search .box-input-year { width: 140px; }
.form-hero-search .row .box-input-date { width: 90px; }
.form-hero-search .row .box-input-time input { width: 70px; }
.form-hero-search .row .box-input-departure,
.form-hero-search .row .box-input-order { width: 175px; }
} /* end of min-width: 375px and max-width: 768px */
@media screen and (max-width: 374px) {
.mod-hero-search .tab-content {
  padding-left: 20px;
  padding-right: 20px;
}
} /* end of max-width: 374px */

	.mod-top-banner-global {
		margin-top: 30px;
		padding: 15px;
		background: #fff;
	}
	.mod-top-banner-global .item + .item {
		margin-top: 10px;
  }

/* ==========================================================
 notice
========================================================== */
.notice-area-01 {
  margin: 0;
  padding: 12px;
}

/* ==========================================================
 lang
========================================================== */

.global .list-informations .item{
  width: 100%
}

.global.en .form-hero-search .row .label{
  width: 100%;
	font-size: 85.7%;
  font-size: 1.2px;
  padding-bottom: 8px;
  margin-top: -10px;
}

.global.en .form-hero-search .row .box-input {
  width: 100%;
}

.global.en .row-directions{
  width: 80%
}

.global.en .box-input-departure{
  margin-top: -22px
}
.global.en .list-informations .link .text {
	font-size: 16px;
}
.global.en .bus-list-02 .link span,
.global.th .bus-list-02 .link span {
	display: block;
}

.shinsai10 {
  max-width: none;
  margin: 0 15px 15px;
  padding: 10px 0;
  font-size: 14px;
  letter-spacing: -0.5px;
}
.shinsai10 img {
  width: 80%;
}
}