@charset "UTF-8";
/**************************************************************************************************
 *
 * 路線バス スタイルシート
 *
 *  ※命名規則
 *      MindBEMdingを使用(https://gist.github.com/juno/6182957)
 *      単語のくぎりには'-'を使用
 *      フォントサイズの単位は"rem"で統一
 *
 *************************************************************************************************/
/**
 *     $Project / Object (再利用できるパターンとして最低限の機能を持ったモジュール)
 ------------------------------------------------------------------------------------------------*/
/*-------------------------------------
    路線図
  -------------------------------------*/
.section-1__wrap {
  padding: 4.688% 3.125%;
}

.section-1__header {
  text-align: center;
}

.section-1__header h2 {
  font-size: 2.6rem;
}

#section-1 .map {
  text-align: center;
  padding: 3.334% 0 0;
}

@media screen and (min-width: 768px) {
  .section-1__header h2 {
    font-size: 4rem;
  }

  #section-1 .map {
    padding: 30px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .section-1__wrap {
    width: 1040px;
    padding: 20px 20px 30px;
  }
}
.c-btn > p > span.tx_small {
  font-size: 1.1rem;
}

/*-------------------------------------
    コンテンツ
  -------------------------------------*/
.section-block {
  width: 100%;
  background-repeat: repeat;
  background-position: 0 0;
  -webkit-background-size: 50% auto;
  background-size: 50% auto;
}

/* 背景 */
.section-bg--blue {
  background-image: url("/img/default/block_bg_pattern_blue.png");
}

.section-bg--green {
  background-image: url("/img/default/block_bg_pattern_green.png");
}

.section-bg--light-blue {
  background-image: url("/img/default/block_bg_pattern_lightblue.png");
}

.section-bg--light-green {
  background-image: url("/img/default/block_bg_pattern_lightgreen.png");
}

.section-bg--light-purple {
  background-image: url("/img/default/block_bg_pattern_lightpurple.png");
}

.section-bg--light-russet {
  background-image: url("/img/default/block_bg_pattern_lightrusset.png");
}

.section-bg--light-sd-blue {
  background-image: url("/img/default/block_bg_pattern_lightsd_blue.png");
}

.section-bg--purple {
  background-image: url("/img/default/block_bg_pattern_purple.png");
}

.section-bg--russet {
  background-image: url("/img/default/block_bg_pattern_russet.png");
}

.section-bg--sd-blue {
  background-image: url("/img/default/block_bg_pattern_sd_blue.png");
}

.section-block__header {
  font-family: 'はんなり明朝';
  color: #fff;
  display: table;
  width: 100%;
  padding: 4.688% 3.125%;
  -webkit-background-size: 50% auto;
  background-size: 50% auto;
}

.section-block__header h3 {
  font-size: 2rem;
}

.section-block__header > div {
  vertical-align: middle;
  display: table-cell;
}

.section-block__header > div:nth-child(1) {
  padding: 1.667% 1.667% 1.667% 8.334%;
}

.section-block__header > div:nth-child(2) {
  width: 14px;
}

.section-block__header > div:nth-child(2) i {
  font-size: 2rem;
  -webkit-transition: .35s;
  transition: .35s;
}

.section-block__wrap {
  padding: 4.688% 3.125%;
}

/* アイテム */
.section-item {
  overflow: hidden;
  margin-bottom: 3.334%;
  border-radius: 8px 8px;
}

.section-item:last-child {
  margin-bottom: 0;
}

.section-item--blue {
  border-right: solid 10px #fff;
  border-left: solid 10px #52a4c6;
}

.section-item--green {
  border-right: solid 10px #fff;
  border-left: solid 10px #a2c677;
}

.section-item--purple {
  border-right: solid 10px #fff;
  border-left: solid 10px #c194ce;
}

.section-item--russet {
  border-right: solid 10px #fff;
  border-left: solid 10px #b66f6f;
}

.section-item--sd-blue {
  border-right: solid 10px #fff;
  border-left: solid 10px #728dc2;
}

.section-item__layer {
  background-color: #fff;
  padding: 1.725%;
}

.section-item__struct {
  overflow: hidden;
}

/*▼年末年始ボタン追加により、css調整 (2016/12/26)▼*/
/*.section-item__struct > p {
    font-size: 1.6rem;
    font-weight: bold;
    color: #464646;
    clear: both;
    padding: 2.857% 0;
}*/
.section-item__struct > div.section-root p.root_name span.color_red {
  color: #f00;
  font-size: 1.2rem;
}

.section-item__struct > div.section-root p.root_name {
  font-size: 1.6rem;
  font-weight: bold;
  color: #464646;
  clear: both;
  padding: 2.857% 0;
  line-height: 1.5;
}

.section-item__struct > div.section-root p.caution {
  padding-bottom: 20px;
  color: #f00;
}

.section-item__struct > div.section-root p.text_red {
  font-size: 1.4rem;
  color: #f00;
  line-height: 1.3;
  margin: 0 0 2% 0;
}

.section-item__struct > div.section-root div.special_button {
  margin: 0 0 2% 0;
  line-height: 1.2;
}

.section-item__struct > div.section-root div.special_button div.special_item {
  width: 100%;
  margin: 0 0 2% 0;
}

.section-item__struct > div.section-root div.special_button div.special_item p {
  font-size: 1.3rem;
  color: #fff;
  clear: both;
  padding: 0;
}

.section-item__struct > div.section-root div.special_button div.special_item a {
  font-weight: bold;
  color: #fff;
  background-color: #6b9ea9;
  width: 100%;
  height: 72px;
  padding: 0 2%;
}

.section-item__struct > div.section-root div.special_button div.special_item a .icn-pdf {
  padding-right: 3%;
  width: 12%;
}

.section-item__struct > div.section-root div.special_button div.special_item a .icn-arrow {
  font-size: 1.6rem;
}

/*▲年末年始ボタン追加により、css調整 (2016/12/26)▲*/
.section-item__struct > .section-item__button.vertical_middel ul.price {
  list-style: none;
  padding: 10% 0 0 6.25%;
}

.section-item__struct > .section-item__button.vertical_middel ul.price li {
  margin: 0 0 9.325% 0;
  color: #464646;
  font-size: 1.8rem;
}

.section-item__struct > .section-item__button.vertical_middel ul.price li:last-child {
  margin: 0;
}

/* ボタン */
.section-item__button {
  width: 49.108%;
  margin-left: 1.786%;
  float: left;
}

.section-item__button:nth-child(2) {
  margin-left: 0;
}
.section-item__button:nth-child(4) {
  margin-left: 0;
  margin-top: 3.125%;
}
.section-item__button:nth-child(5) {
  margin-top: 3.125%;
}

.section-item__button.adjust2 {
  margin-left: 0;
  margin: 1.5% 0 0 0;
}

.section-item__button > a {
  font-weight: bold;
  color: #fff;
  background-color: #c3a6cf;
  width: 100%;
  height: 72px;
  padding: 0 7.273%;
}

.section-item__button > a.layertwin {
  margin: 0 0 3.125% 0;
}

/* PDF ボタン */
.section-item__button--pdf .icn-pdf {
  width: 29.788%;
  padding-right: 8.512%;
}

.section-item__button .icn-arrow {
  width: 8px;
}

.section-item__button .icn-arrow > i {
  font-size: 1.8rem;
  font-weight: bold;
}

.section-item__layer .season_limited {
  padding: 10px 0 0 0;
}

.section-item__layer .season_limited a {
  display: table;
  padding: 10px;
  background: #f4f4f4;
  width: 100%;
  border-radius: 8px 8px;
  color: #F00;
  font-size: 14px;
}

.section-item__layer .season_limited a:hover {
  text-decoration: underline;
}

.section-item__layer .season_limited a p {
  display: table-cell;
  vertical-align: middle;
}

.section-item__layer .season_limited a p.left {
  padding: 0 10px 0 0;
}

.section-item__layer .season_limited a img {
  width: 24px;
}

@media screen and (min-width: 768px) {
  .section-block {
    -webkit-background-size: 41.667% auto;
    background-size: 41.667% auto;
  }
}
@media screen and (min-width: 1025px) {
  .section-block {
    -webkit-background-size: 320px auto;
    background-size: 320px auto;
  }

  .section-block__header {
    width: 1040px;
    padding: 10px 20px 20px;
    -webkit-background-size: 320px auto;
    background-size: 320px auto;
  }

  .section-block__header h3 {
    font-size: 4rem;
  }

  .section-block__wrap {
    width: 1040px;
    padding: 30px 20px;
  }

  /* アイテム */
  .section-item {
    margin-bottom: 10px;
  }

  .section-item--blue {
    border-left: solid 20px #52a4c6;
  }

  .section-item--green {
    border-left: solid 20px #a2c677;
  }

  .section-item--purple {
    border-left: solid 20px #c194ce;
  }

  .section-item--russet {
    border-left: solid 20px #b66f6f;
  }

  .section-item--sd-blue {
    border-left: solid 20px #728dc2;
  }

  .section-item__layer {
    padding: 10px 0 10px 10px;
  }

  .section-item__struct {
    display: table;
    width: 100%;
  }

  .section-item__struct > * {
    vertical-align: middle;
    display: table-cell;
  }

  .section-item__struct > .section-item__button {
    vertical-align: top;
  }

  .section-item__struct > .section-item__button.vertical_middel {
    vertical-align: middle;
  }

  .section-item__struct > .section-item__button.vertical_middel ul.price {
    padding: 0 0 0 20px;
  }

  .section-item__struct > .section-item__button.vertical_middel ul.price li {
    margin: 0 0 5px 0;
    font-size: 16px;
  }

  /*▼年末年始ボタン追加により、css調整 (2016/12/26)▼*/
  /*.section-item__struct > p {
      padding: 0;
  }*/
  .section-item__struct > div.section-root {
    width: auto;
  }

  .section-item__struct.layout_pat01 > div.section-root,
  .section-item__struct.layout_pat02 > div.section-root,
  .section-item__struct.layout_pat03 > div.section-root {
    width: 73%;
  }
  .section-item__struct.layout_pat04 > div.section-root {
    width: 50%;
  }
  .section-item__button:nth-child(4) {
	  margin-top: 0;
  }
	
  .section-item__struct > div.section-root p.root_name {
    padding: 0;
  }

  .section-item__struct > div.section-root p.caution {
    padding-bottom: 0;
    text-align: right;
  }

  .section-item__struct > div.section-root p.text_red {
    margin: 5px 0 0 0;
  }

  .section-item__struct > div.section-root div.special_button {
    margin: 5px 0 0 0;
  }

  .section-item__struct > div.section-root div.special_button div.special_item {
    float: left;
    margin-bottom: 0;
    width: 49.108%;
  }

  .section-item__struct > div.section-root div.special_button div.special_item:nth-child(2) {
    margin-left: 1.786%;
  }

  .section-item__struct > div.section-root div.special_button div.special_item p {
    font-size: 1.4rem;
  }

  .section-item__struct > div.section-root div.special_button div.special_item a {
    height: 50px;
  }

  .section-item__struct > div.section-root div.special_button div.special_item a .icn-arrow {
    font-size: 1.8rem;
  }

  .section-item__struct > div.section-root div.special_button div.special_item a:hover {
    opacity: .9;
  }

  .section-item__struct > div.section-item__button.section-item__button--pdf.adjust01 {
    padding-left: 124px;
  }

  .section-item__struct > div.section-item__button.section-item__button--pdf.adjust02 {
    padding-left: 110px;
  }

  .section-item__struct > div.section-item__button.section-item__button--pdf.adjust03 {
    padding-left: 60px;
  }

  .section-item__struct > div.section-item__button.section-item__button--pdf.adjust03 img {
    width: 80%;
  }

  /*▲年末年始ボタン追加により、css調整 (2016/12/26)▲*/
  .section-item__button {
    float: none;
    width: 130px;
    margin-left: 0;
    padding-left: 10px;
  }

  .section-item__button.adjust1 {
    width: 220px;
  }

  .section-item__button.adjust1 img {
    width: 70%;
  }

  .section-item__button > a {
    font-size: 1.8rem;
    text-align: center;
    width: 100%;
    height: 50px;
    padding: 0 10px;
  }

  .section-item__button > a.layertwin {
    margin: 0 0 10px 0;
  }

  .section-item__button > a:hover {
    opacity: .9;
  }

  .section-item__button > a > p:nth-child(1) {
    line-height: 1.334;
  }

  .section-item__button .icn-arrow {
    width: 10px;
  }

  .section-item__button .icn-arrow > i {
    font-size: 2.4rem;
  }

  /* PDF ボタン */
  .section-item__button--pdf {
    width: 160px;
  }

  .section-item__button--pdf .icn-pdf {
    width: 30%;
    max-width: 39px;
    padding-right: 3.847%;
  }

  .section-item__layer .season_limited a {
    width: 30em;
    float: right;
  }

  .c-btn > p > span.tx_small {
    font-size: 11px;
  }
}
/* 番号 */
.icn-number1 {
  background: url("/img/default/icn_number-1.png") no-repeat left center;
}

.icn-number2 {
  background: url("/img/default/icn_number-2.png") no-repeat left center;
}

.icn-number3 {
  background: url("/img/default/icn_number-3.png") no-repeat left center;
}

.icn-number4 {
  background: url("/img/default/icn_number-4.png") no-repeat left center;
}

.icn-number5 {
  background: url("/img/default/icn_number-5.png") no-repeat left center;
}

.icn-number {
  -webkit-background-size: 6.076% auto;
  background-size: 6.076% auto;
}

@media screen and (min-width: 768px) {
  .icn-number {
    -webkit-background-size: 35px auto;
    background-size: 35px auto;
  }
}

/*# sourceMappingURL=regular.css.map */



  /*▲チケット売り場案内ページ追加 (2018/10/01)▲*/

#ticket h3 {
    padding: 3.334% 0;
    font-size: 1.17em;
}

#ticket .section-1 th, td {
    border-left: 1px solid #6e6e6e;
    border-bottom: 1px solid #6e6e6e;
}
#ticket .section-1 th {
    border-top: 1px solid #6e6e6e;
}

#ticket .section-1 th:first-child {
    width: 20.87%;
}

#ticket .section-1 th:nth-child(2) {
    width: 20.35%;
}
#ticket .section-1 th:nth-child(3) {
    width: 16.35%;
}
#ticket .section-1 th:nth-child(4) {
    width: 6.35%;
}
#ticket .section-1 th:nth-child(7) {
    width: 14.35%;
}
#ticket table {
    width: 100%;
    font-size: 12px;
    padding: 3.334% 0 3.334%;
    line-height: 1.3;
}

#ticket tr {
    height: 51px;
}

#ticket th {
    vertical-align: middle;
    background-color: #c7ebfa;
    font-weight: normal;
    font-size: 12px;
}

#ticket th:nth-child(n+5) {
    width: 7.8%;
    padding: 2% 1%;
    line-height: 1.3;
}

#ticket th:last-child,
#ticket td:last-child {
    border-right: 1px solid #6e6e6e;
}

#ticket td {
    background-color: #ffff;
    vertical-align: middle;
}

#ticket td:nth-child(1) {
    padding: 1%;
}

#ticket td:nth-child(2) {
    padding: 2%;
    padding-right: 0;
}
#ticket td:nth-child(3) {
    padding: 1%;
    text-align: center;
}

#ticket .center {
    text-align: center;
    padding: 0;
}

#ticket .handling {
    background-color: #137fad;
    color: #ffff;
    padding: 1%;
    font-size: 12px;
}

#ticket .section-2 th, 
#ticket .section-2 td {
    border-left: 1px solid #6e6e6e;
    border-bottom: 1px solid #6e6e6e;
}

#ticket .section-2 tr:first-child th, 
#ticket .section-2 tr:first-child td {
    border-top: 1px solid #6e6e6e;
}

#ticket .section-2 th {
    width: 100px;
}
#ticket .section-2 td {
    line-height: 1.42;
    font-size: 12px;
}
#ticket .section-2 td:nth-child(2) {
    padding: 2%;
}

#ticket img {
    padding-bottom: 3.334%;
}

#ticket #section-1 p {
    font-size: 12px;
    line-height: 1.3;
    text-indent: -1em; 
    padding-left: 15px;
}

#ticket #section-2 p {
    font-size: 12px;
}

#ticket #section-2 h4 {
    color: #217ba1;
    padding-bottom: 3%;
    font-size: 1.8rem;
}

#ticket #section-2 .section-item {
    padding: 3.334% 0 3.334%;
}

#ticket #section-1 table td span {
    display: inline-block;
}
#ticket #section-1 table .time_rgt {
    float: right;
    padding-left: 3.45rem;
}
#ticket #section-1 table span:nth-child(3) {
    font-size: 11px;
}



@media screen and (min-width: 768px) {

  #ticket h3 {
      font-size: 2.7rem;
      padding: 0 0 8.5px 0;
  }
  #ticket .handling {
      width: 40px;
      font-size: 15px;
  }
  #ticket .section-1 th:first-child {
      width: 261px;
  }
  #ticket .section-1 th:nth-child(2) {
      width: 180px;
  }
  #ticket .section-1 th:nth-child(3) {
      width: 180px;
  }
  #ticket th:nth-child(n+5) {
      width: 107.22px;
      padding: 0;
  }
  #ticket th,
  #ticket #section-1 p,
  #ticket #section-2 p {
      font-size: 14px;
  }
  #ticket #section-1 table,
  #ticket #section-1 table span:nth-child(3) {
      font-size: 15px;
  }
  #ticket #section-1 table .time_rgt {
      padding-left: 4.3rem;
  }
  #ticket .section-2 td:nth-child(2) {
      padding: 15px;
      font-size: 14px;
  }
  #ticket .section-2 td .u-bp1025--pc {
      display: block;
  }
  #ticket #section-2 .section-item:nth-child(4) {
      float: left;
      margin-bottom: 50px;
  }
  #ticket #section-2 .section-item:last-child {
      padding-left: 65px;
  }
  #ticket #section-2 .section-item {
      margin-bottom: 0;
  }



}


@media screen and (min-width: 1024px) {
  #ticket #section-1 .section-1__wrap {
      padding: 37px 20px 77px;
  }
  #ticket #section-1 .section-item {
      padding-left: 23px;
  }
  #ticket #section-1 table {
      padding: 12px 10px;
      font-size: 15px;
  }
  #ticket td:nth-child(1) {
      padding: 0 16px;
      text-align: justify;
  }
  #ticket .section-1 th:nth-child(2) {
      width: 223px;
  }
  #ticket .section-1 th:nth-child(3) {
      width: 223px;
  }
  #ticket td:nth-child(2) {
      padding: 0 0 0 20px;
  }
  #ticket td:nth-child(3) {
      padding: 0 10px;
      text-align:center;
  }
  #ticket #section-1 p,
  #ticket #section-2 p {
      font-size: 14px;
  }
  #ticket #section-1 p {
      text-indent: -1em; 
      padding-left: 25px;
  }
  .bus-guide-p {
  	padding-left:20px;
  }
  #ticket .section-1 table br {
      display: none;
  }
  #ticket table .handling br {
      display: block;
  }
  #ticket #section-1 table .time_rgt {
      float: none;
      padding: 0;
  }
  #ticket #section-1 table span:nth-child(3) {
      font-size: 15px;
  }
  #ticket #section-2 .section-img {
      float: left;
  }
  #ticket .section-table {
      overflow: hidden;
  }
  #ticket .section-2 table {
      width: 681px;
      margin-left: 20px;
      padding: 25px 0;
  }
  #ticket #section-1 table td span {
      display: initial;
  }
  #ticket #section-2 .section-item {
      padding: 12.5px 0 12.5px 33px;
  }



}
