@charset "UTF-8";
/***************************************************************
File name: 　　　style.css
Description 　　　　:　　　 個別スタイル定義
Date       　　　　 :      2017/10
Table of contents:
**************************************************************/
/**************************************************************
TOP
***************************************************************/
#home main {
  /*MV*/
  /*運行情報*/
  /*contents*/ }
  #home main #mv {
    /*background: url(../img/home/mv/bg.gif) top left repeat;*/
    background: #b5dded;
    opacity: 0.85;
    width: 100%;
    height: 400px;
    padding: 20px 0 120px; }
  #home main #slider {
    width: 100%; }
    #home main #slider #sliderWrap {
      overflow: hidden;
      position: relative;
      width: 100%;
      height: 400px;
      /*min-width: 1184px;*/
      min-width: 1264px; }
      #home main #slider #sliderWrap ul {
        position: absolute;
        top: 0;
        left: 0;
        width: 1000000px;
        height: 400px; }
        #home main #slider #sliderWrap ul li {
          width: 740px;
          height: 400px;
          float: left;
          box-sizing: border-box;
          padding: 0 7px;
          position: relative; }
          #home main #slider #sliderWrap ul li div {
            background: #fff;
            border-radius: 6px; }
            #home main #slider #sliderWrap ul li div a:hover {
              opacity: 0.8; }
            #home main #slider #sliderWrap ul li div img {
              width: 728px;
              height: 388px;
              border: 6px solid #fff;
              border-radius: 6px;
              opacity: 0; }
    #home main #slider #pager {
      position: relative; }
      #home main #slider #pager #sliderPrevDummy {
        width: 34px;
        height: 60px;
        position: absolute;
        top: 170px;
        right: 46px;
        z-index: 1;
        background: url(../img/home/mv/btn_prev_dummy.png) left no-repeat;
        cursor: pointer; }
        #home main #slider #pager #sliderPrevDummy:hover {
          opacity: 0.7; }
      #home main #slider #pager #sliderNextDummy {
        width: 34px;
        height: 60px;
        position: absolute;
        top: 170px;
        right: 6px;
        z-index: 1;
        background: url(../img/home/mv/btn_next_dummy.png) left no-repeat;
        cursor: pointer; }
        #home main #slider #pager #sliderNextDummy:hover {
          opacity: 0.7; }
      #home main #slider #pager #sliderPrev {
        width: 34px;
        height: 60px;
        position: absolute;
        top: 170px;
        right: 46px;
        z-index: 1;
        background: url(../img/home/mv/btn_prev.png) left no-repeat;
        cursor: pointer; }
        #home main #slider #pager #sliderPrev:hover {
          opacity: 0.7; }
      #home main #slider #pager #sliderNext {
        width: 34px;
        height: 60px;
        position: absolute;
        top: 170px;
        right: 6px;
        z-index: 1;
        background: url(../img/home/mv/btn_next.png) left no-repeat;
        cursor: pointer; }
        #home main #slider #pager #sliderNext:hover {
          opacity: 0.7; }
  #home main #sliderindicatorWrap {
    position: relative;
    z-index: 1;
    margin: -10px 0 0; }
  #home main #sliderindicator {
    display: none;
    position: relative;
    bottom: 10px;
    width: 170px;
    margin: 0 auto; }
    #home main #sliderindicator li {
      float: left;
      width: 10px;
      height: 10px;
      margin: 0 0 0 10px;
      background: #fff;
      cursor: pointer;
      transition-property: background-color;
      transition-duration: 0.5s;
      transition-timing-function: ease;
      -webkit-transition-property: background-color;
      -webkit-transition-duration: 0.5s;
      -webkit-transition-timing-function: ease;
      border-radius: 5px; }
      #home main #sliderindicator li:first-child {
        margin: 0; }
    #home main #sliderindicator .sliderindicatorActive {
      background: #5b80bd; }
  #home main #leftBlk {
    display: block;
    width: 300px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    /*background: #fff;
    opacity: 0.8;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;*/
    background: #b5dded;
    opacity: 0.85; }
  #home main #rightBlk {
    display: block;
    width: 300px;
    height: 400px;
    position: absolute;
    top: 0;
    right: 0;
    /*background: #fff;
    opacity: 0.8;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;*/
    background: #b5dded;
    opacity: 0.85; }
  #home main #mvNav {
    width: 100%; }
    #home main #mvNav .wrap {
      height: 0; }
      #home main #mvNav .wrap #mvNavWrap {
        width: 340px;
        height: 400px;
        margin: 0 0 0 45px;
        background: url(../img/home/bg_mvNav.gif) top left repeat;
        position: relative;
        top: -520px;
        box-sizing: border-box;
        border-radius: 5px; }
        #home main #mvNav .wrap #mvNavWrap > div {
          width: 100%;
          height: 50px;
          background: #465798;
          border-radius: 5px 5px 0 0;
          font-size: 20px;
          font-weight: bold;
          color: #fff;
          box-sizing: border-box;
          padding: 16px 0 0 52px;
          line-height: 1;
          position: relative; }
          #home main #mvNav .wrap #mvNavWrap > div:after {
            content: "";
            width: 54px;
            height: 50px;
            background: url(../img/home/bg_search.png) no-repeat;
            position: absolute;
            top: 0;
            left: 0; }
        #home main #mvNav .wrap #mvNavWrap > ul {
          padding: 20px 0; }
          #home main #mvNav .wrap #mvNavWrap > ul > li:first-child {
            border-left: 5px solid #79a300;
            height: 211px;
            margin: 0 0 31px; }
            #home main #mvNav .wrap #mvNavWrap > ul > li:first-child ul {
              display: -webkit-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              flex-wrap: wrap; }
              #home main #mvNav .wrap #mvNavWrap > ul > li:first-child ul li {
                width: 240px;
                /*float: left;*/
                box-sizing: border-box; }
                #home main #mvNav .wrap #mvNavWrap > ul > li:first-child ul li .mvNavRbus1Btn {
                  position: relative;
                  border-radius: 5px;
                  background: #9fca22;
                  box-shadow: 0px 3px 0px 0px #799b15;
                  width: 220px;
                  height: 55px;
                  margin: 0 0 18px; }
                  #home main #mvNav .wrap #mvNavWrap > ul > li:first-child ul li .mvNavRbus1Btn a {
                    color: #fff;
                    font-size: 18px;
                    font-weight: bold;
                    display: block;
                    width: 100%;
                    height: 100%;
                    box-sizing: border-box;
                    padding: 18px 0 0 86px;
                    line-height: 1; }
                #home main #mvNav .wrap #mvNavWrap > ul > li:first-child ul li .mvNavRbus2Btn {
                  position: relative;
                  border-radius: 5px;
                  background: #fff;
                  width: 220px;
                  height: 55px;
                  box-sizing: border-box;
                  border: 2px solid #9fca22; }
                  #home main #mvNav .wrap #mvNavWrap > ul > li:first-child ul li .mvNavRbus2Btn a {
                    color: #8db617;
                    font-size: 18px;
                    font-weight: bold;
                    display: block;
                    width: 100%;
                    height: 100%;
                    box-sizing: border-box;
                    padding: 18px 0 0 86px;
                    line-height: 1; }
                #home main #mvNav .wrap #mvNavWrap > ul > li:first-child ul li #mvNav1:after {
                  content: "";
                  width: 32px;
                  height: 28px;
                  background: url(../img/home/ico_mvNav1.gif) no-repeat;
                  position: absolute;
                  top: 15px;
                  left: 24px; }
                #home main #mvNav .wrap #mvNavWrap > ul > li:first-child ul li #mvNav2:after {
                  content: "";
                  width: 42px;
                  height: 35px;
                  background: url(../img/home/ico_mvNav2.gif) no-repeat;
                  position: absolute;
                  top: 11px;
                  left: 17px; }
                #home main #mvNav .wrap #mvNavWrap > ul > li:first-child ul li #mvNav3:after {
                  content: "";
                  width: 40px;
                  height: 40px;
                  background: url(../img/home/ico_mvNav3.gif) no-repeat;
                  position: absolute;
                  top: 6px;
                  left: 21px; }
                #home main #mvNav .wrap #mvNavWrap > ul > li:first-child ul li:first-child {
                  width: 95px;
                  text-align: center;
                  padding: 83px 0 0; }
                  #home main #mvNav .wrap #mvNavWrap > ul > li:first-child ul li:first-child p {
                    line-height: 1;
                    font-weight: bold;
                    padding: 3px 0 0; }
            #home main #mvNav .wrap #mvNavWrap > ul > li:first-child #mvNavRbusSvg {
              width: 39px;
              height: 23px; }
          #home main #mvNav .wrap #mvNavWrap > ul > li:last-child {
            position: relative;
            border-left: 5px solid #4090c3;
            height: 68px; }
            #home main #mvNav .wrap #mvNavWrap > ul > li:last-child ul {
              display: -webkit-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              flex-wrap: wrap; }
              #home main #mvNav .wrap #mvNavWrap > ul > li:last-child ul li {
                width: 240px;
                /*float: left;*/
                box-sizing: border-box; }
                #home main #mvNav .wrap #mvNavWrap > ul > li:last-child ul li .mvNavHbusBtn {
                  position: relative;
                  border-radius: 5px;
                  background: #60bbe0;
                  box-shadow: 0px 3px 0px 0px #4090c3;
                  width: 220px;
                  height: 55px; }
                  #home main #mvNav .wrap #mvNavWrap > ul > li:last-child ul li .mvNavHbusBtn a {
                    color: #fff;
                    font-size: 18px;
                    font-weight: bold;
                    display: block;
                    width: 100%;
                    height: 100%;
                    box-sizing: border-box;
                    padding: 18px 0 0 86px;
                    line-height: 1; }
                #home main #mvNav .wrap #mvNavWrap > ul > li:last-child ul li #mvNav4:after {
                  content: "";
                  width: 39px;
                  height: 44px;
                  background: url(../img/home/ico_mvNav4.gif) no-repeat;
                  position: absolute;
                  top: 7px;
                  left: 22px; }
                #home main #mvNav .wrap #mvNavWrap > ul > li:last-child ul li:first-child {
                  width: 95px;
                  text-align: center;
                  padding: 9px 0 0; }
                  #home main #mvNav .wrap #mvNavWrap > ul > li:last-child ul li:first-child p {
                    line-height: 1;
                    font-weight: bold;
                    padding: 3px 0 0; }
            #home main #mvNav .wrap #mvNavWrap > ul > li:last-child #mvNavHbusSvg {
              width: 39px;
              height: 23px; }
            #home main #mvNav .wrap #mvNavWrap > ul > li:last-child:after {
              content: "";
              width: 300px;
              height: 1px;
              border-top: 1px dotted #adb6b8;
              position: absolute;
              top: -15px;
              left: 15px; }
  #home main #travelInfo {
    display: block;
    background: #e8f6f9;
    /*height: 202px;*/
    height: auto;
    padding: 62px 0 30px;
    box-sizing: border-box; }
    #home main #travelInfo .wrap #subInfo {
      width: 100%;
      height: 0; }
      #home main #travelInfo .wrap #subInfo ul {
        position: absolute;
        top: -162px;
        left: 40px;
        width: 1184px;
        background: #e8f6f9;
        padding: 12px 0 0; }
        #home main #travelInfo .wrap #subInfo ul li {
          float: left;
          margin: 0 0 0 10px; }
          #home main #travelInfo .wrap #subInfo ul li img {
            width: 216px;
            height: 115px;
            border: 4px solid #fff;
            border-radius: 4px; }
          #home main #travelInfo .wrap #subInfo ul li:first-child {
            margin-left: 12px; }
    #home main #travelInfo .wrap > ul {
      clear: both; }
      #home main #travelInfo .wrap > ul > li {
        float: left;
        width: 700px;
        /*height: 40px;*/
        line-height: 1;
        box-sizing: border-box; }
        #home main #travelInfo .wrap > ul > li:first-child {
          width: 206px;
          padding: 44px 0 0 120px; }
          #home main #travelInfo .wrap > ul > li:first-child span {
            display: inline-block;
            height: 20px;
            padding: 2px 0 0;
            font-size: 16px;
            font-weight: bold;
            color: #132b86;
            line-height: 1;
            position: relative; }
            #home main #travelInfo .wrap > ul > li:first-child span:after {
              content: "";
              width: 20px;
              height: 20px;
              position: absolute;
              top: 0;
              left: -30px;
              background: url(../img/common/ico_traveiInfo.svg) left no-repeat;
              background-size: 20px 20px; }
        #home main #travelInfo .wrap > ul > li:nth-child(2) div {
          box-sizing: border-box;
          background: #fff;
          /*height: 40px;*/
          /*height: 110px;*/
          height: auto;
          box-sizing: border-box;
          padding: 16px 22px;
          border: 1px solid #d7dcdd;
          border-radius: 20px;
          line-height: 1; }
          #home main #travelInfo .wrap > ul > li:nth-child(2) div p {
            line-height: 1;
            padding: 14px 0 0; }
            #home main #travelInfo .wrap > ul > li:nth-child(2) div p span {
              letter-spacing: 0.05em; }
            #home main #travelInfo .wrap > ul > li:nth-child(2) div p a {
              color: #007ac8;
              border-bottom: 1px solid #007ac8;
              display: inline-block;
              margin: 0 0 0 22px; }
            #home main #travelInfo .wrap > ul > li:nth-child(2) div p:first-child {
              padding: 0; }
        #home main #travelInfo .wrap > ul > li:last-child {
          width: 258px;
          padding: 40px 0 0 20px; }
  #home main #topNav {
    display: none; }
  #home main #topContets {
    padding: 70px 0 100px; }
    #home main #topContets > li {
      float: left;
      width: 520px;
      position: relative; }
      #home main #topContets > li h2 {
        padding: 0 0 28px;
        line-height: 1; }
        #home main #topContets > li h2 span {
          font-size: 24px;
          font-weight: bold;
          color: #132b86;
          position: relative;
          padding: 0 0 0 42px; }
          #home main #topContets > li h2 span:after {
            content: "";
            width: 32px;
            height: 32px;
            position: absolute;
            top: 50%;
            left: 0;
            margin: -16px 0 0;
            background: url(../img/common/ico_info.svg) left no-repeat;
            background-size: 32px 32px; }
      #home main #topContets > li #topNews {
        border-top: 1px dotted #adb6b8; }
        #home main #topContets > li #topNews li {
          position: relative; }
          #home main #topContets > li #topNews li:nth-child(odd) {
            padding: 24px 0 10px; }
            #home main #topContets > li #topNews li:nth-child(odd) div {
              display: inline-block; }
              #home main #topContets > li #topNews li:nth-child(odd) div:last-child {
                margin: 0 0 0 18px;
                line-height: 1; }
          #home main #topContets > li #topNews li:nth-child(even) {
            padding: 0 20px 25px 125px;
            border-bottom: 1px dashed #adb6b8; }
            #home main #topContets > li #topNews li:nth-child(even) a {
              color: #007ac8;
              line-height: 1.71;
              border-bottom: 1px solid #007ac8; }
      #home main #topContets > li .shortbtn {
        position: absolute;
        top: 0;
        right: 0; }
      #home main #topContets > li:first-child {
        width: 580px;
        margin: 0 84px 0 0; }
        #home main #topContets > li:first-child h2 span {
          padding: 0 0 0 36px; }
          #home main #topContets > li:first-child h2 span:after {
            content: "";
            width: 25px;
            height: 29px;
            position: absolute;
            top: 50%;
            left: 0;
            margin: -15px 0 0;
            background: url(../img/common/ico_top.svg) left no-repeat;
            background-size: 25px 29px; }
        #home main #topContets > li:first-child #enjoy {
          margin: -20px 0 0 -20px; }
          #home main #topContets > li:first-child #enjoy li {
            width: 280px;
            float: left;
            margin: 20px 0 0 20px; }
            #home main #topContets > li:first-child #enjoy li a img {
              width: 280px;
              height: 200px; }

/**************************************************************
[インフォメーション]
***************************************************************/
/**************************************************************
[インフォメーション]お知らせ
***************************************************************/
/**************************************************************
[インフォメーション]お知らせ詳細
***************************************************************/
/**************************************************************
[インフォメーション]運行情報
***************************************************************/
.service_status .listLyt {
  border-bottom: 1px dashed #adb6b8;
  margin: 0 0 50px; }

/**************************************************************
[インフォメーション]運行情報詳細
***************************************************************/
/**************************************************************
[インフォメーション]ツアー情報
***************************************************************/
/**************************************************************
[インフォメーション]ツアー情報詳細
***************************************************************/
/**************************************************************
[路線バス]
***************************************************************/
.route_bus {
  /*routebusLyt*/ }
  .route_bus .ttlH2 + .section {
    margin-bottom: 80px; }
  .route_bus .routebusLyt {
    width: 100%;
    box-sizing: border-box;
    padding: 35px 42px 30px;
    margin: 0 0 50px;
    background: #e8f6f9; }
    .route_bus .routebusLyt ul {
      margin: 0 0 30px; }
      .route_bus .routebusLyt ul li {
        float: left;
        width: 360px;
        height: 180px;
        box-sizing: border-box;
        background: #fff;
        border-radius: 10px;
        border: 3px solid #e06186; }
        .route_bus .routebusLyt ul li a {
          display: block;
          width: 100%;
          height: 100%;
          border-radius: 10px;
          color: #e06186;
          text-align: center; }
          .route_bus .routebusLyt ul li a div {
            padding: 25px 0 20px; }
          .route_bus .routebusLyt ul li a > span {
            display: inline-block;
            line-height: 1;
            font-size: 25px;
            font-weight: bold;
            padding: 0 0 0 20px;
            position: relative; }
            .route_bus .routebusLyt ul li a > span:after {
              content: "";
              width: 8px;
              height: 10px;
              background: url(../img/routebus/ico_arrow.gif) left no-repeat;
              position: absolute;
              top: 50%;
              left: 0;
              margin: -5px 0 0; }
            .route_bus .routebusLyt ul li a > span span {
              font-size: 18px; }
        .route_bus .routebusLyt ul li:first-child {
          margin: 0 36px 0 0; }

/**************************************************************
[路線バス]バス停から時刻表を探す
***************************************************************/
/**************************************************************
[路線バス]バス停（一般名称）
***************************************************************/
.bus_stop {
  /*stopNameLyt*/
  /*timetableLyt*/ }
  .bus_stop .stopNameLyt {
    margin: 0 0 30px;
    padding: 30px 20px;
    background: #e8f6f9;
    text-align: center;
    color: #132b86;
    line-height: 1.46; }
    .bus_stop .stopNameLyt .timetableRoma {
      font-size: 18px;
      padding: 0 0 3px; }
    .bus_stop .stopNameLyt .timetableName {
      font-size: 38px;
      font-weight: bold;
      padding: 0 0 2px;
      /*ふりがなローマ字あり*/
      /*padding: 0 0 20px;*/
      /*ふりがなローマ字なし*/ }
    .bus_stop .stopNameLyt .timetableKana {
      color: #132b86;
      background: #fff;
      width: 100%;
      padding: 2px 0;
      /*margin: 0 0 25px;*/
      margin: 0 0 5px; }
    .bus_stop .stopNameLyt ul {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      /*margin: -20px 0 0 -20px;*/
      /*margin: 0 0 0 -20px;*/
      /*li{
      	 width: 370px;
      	box-sizing: border-box;
      	border: 2px solid #dddddd;
      	background: #f9f9f9;
      	margin: 20px 0 0 20px;
      	a{
      		display: block;
      		width: 100%;
      		height: 100%;
      		color: #132b86;
      		font-size: 18px;
      		font-weight: bold;
      		box-sizing: border-box;
      		padding: 18px 0;
      		span{
      			position: relative;
      			display: inline-block;
      			&:after{
      				content: "";
      				width: 8px;
      				height: 10px;
      				background: url(../img/common/ico_arrow.png) left no-repeat;
      				background-size: 8px 10px;
      				position: absolute;
      				top: 50%;
      				left: -22px;
      				margin: -5px 0 0;
      			}
      		}
      	}
      }*/ }
      .bus_stop .stopNameLyt ul li {
        width: 370px;
        height: auto;
        margin: 20px 0 0 20px;
        text-align: center;
        background: #f9f9f9;
        box-sizing: border-box;
        border: 2px solid #ececec;
        display: -webkit-flex;
        display: flex; }
        .bus_stop .stopNameLyt ul li a {
          display: block;
          width: 100%;
          height: auto;
          box-sizing: border-box;
          text-align: center;
          color: #132b86;
          padding: 18px 40px;
          font-size: 18px;
          font-weight: bold;
          line-height: 1.46;
          display: flex;
          display: -webkit-flex;
          align-items: center;
          justify-content: center;
          -webkit-align-items: center;
          -webkit-justify-content: center; }
          .bus_stop .stopNameLyt ul li a div {
            display: flex;
            display: -webkit-flex;
            align-items: center;
            justify-content: center;
            -webkit-align-items: center;
            -webkit-justify-content: center;
            height: 100%; }
            .bus_stop .stopNameLyt ul li a div span {
              padding: 0 0 0 20px;
              margin: 0 0 0 -20px;
              position: relative;
              display: inline-block; }
              .bus_stop .stopNameLyt ul li a div span:after {
                content: "";
                width: 10px;
                height: 8px;
                position: absolute;
                top: 50%;
                left: 0;
                margin: -4px 0 0;
                background: url(../img/common/ico_arrow_down.png) left no-repeat;
                background-size: 10px 8px; }
  .bus_stop #gMap {
    width: 100%;
    height: 350px;
    margin: 0 auto 60px; }
  .bus_stop .ulBgLyt {
    margin-bottom: 20px; }
  .bus_stop .timetableLyt {
    margin: 0 0 60px;
    padding: 30px;
    background: #e8f6f9; }
    .bus_stop .timetableLyt ul {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0  0 10px; }
      .bus_stop .timetableLyt ul li {
        background: #c5d4ec;
        box-sizing: border-box;
        padding: 7px 0; }
        .bus_stop .timetableLyt ul li:first-child {
          width: 115px;
          background: #5b80bd;
          color: #fff;
          text-align: center; }
        .bus_stop .timetableLyt ul li:last-child {
          width: 665px;
          padding-left: 20px;
          padding-right: 20px;
          font-size: 16px;
          font-weight: bold; }
    .bus_stop .timetableLyt > p {
      padding: 0 0 20px 10px; }
    .bus_stop .timetableLyt table {
      width: 780px;
      box-sizing: border-box;
      border: 1px solid #dddddd; }
      .bus_stop .timetableLyt table th {
        line-height: 1.46;
        padding: 7px 0;
        font-weight: bold;
        text-align: center; }
        .bus_stop .timetableLyt table th:nth-child(1) {
          width: 109px;
          border-right: 1px solid #dddddd; }
        .bus_stop .timetableLyt table th:nth-child(2) {
          width: 479px;
          border-right: 1px solid #dddddd; }
        .bus_stop .timetableLyt table th:nth-child(3) {
          width: 188px; }
      .bus_stop .timetableLyt table td {
        line-height: 1.46;
        padding: 10px 0; }
        .bus_stop .timetableLyt table td:nth-child(1) {
          width: 109px;
          border-right: 1px solid #dddddd;
          text-align: center; }
        .bus_stop .timetableLyt table td:nth-child(2) {
          width: 238px;
          padding: 0 0 0 26px; }
        .bus_stop .timetableLyt table td:nth-child(3) {
          width: 215px;
          border-right: 1px solid #dddddd; }
        .bus_stop .timetableLyt table td:nth-child(4) {
          width: 94px;
          text-align: center; }
        .bus_stop .timetableLyt table td:nth-child(5) {
          width: 94px;
          text-align: center; }
      .bus_stop .timetableLyt table tr:nth-child(odd) {
        background: #fff; }
      .bus_stop .timetableLyt table tr:nth-child(even) {
        background: #f9f9f9; }
  .bus_stop .busStopImg {
    text-align: center;
    margin-bottom: 30px; }
    .bus_stop .busStopImg img {
      max-width: 100%; }
  .bus_stop .midbtn {
    margin-bottom: 50px; }

/**************************************************************
[路線バス]路線図から時刻表を探す
***************************************************************/
.search_route_map {
  /*#mapLYt*/ }
  .search_route_map #mapLYt {
    background: url(../img/routebus/searchRouteMap/img_map.jpg) top left no-repeat;
    position: relative;
    width: 840px;
    height: 480px;
    margin: 0 0 30px; }
    .search_route_map #mapLYt .routemap {
      width: 160px;
      height: 50px;
      background: #fff;
      box-sizing: border-box;
      border: 2px solid #5b80bd;
      position: absolute;
      top: 0;
      left: 0; }
      .search_route_map #mapLYt .routemap a {
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        text-align: center;
        color: #132b86;
        padding: 3px 0 0; }
        .search_route_map #mapLYt .routemap a span {
          font-size: 16px;
          font-weight: bold;
          position: relative;
          padding: 0 0 0 20px;
          margin: 0 0 0 -20px;
          display: inline-block;
          line-height: 1.46; }
          .search_route_map #mapLYt .routemap a span:after {
            content: "";
            width: 8px;
            height: 10px;
            position: absolute;
            top: 50%;
            left: 0;
            margin: -5px 0 0;
            background: url(../img/common/ico_arrow.png) left no-repeat;
            background-size: 8px 10px; }
        .search_route_map #mapLYt .routemap a p {
          font-size: 12px;
          line-height: 1.46; }
    .search_route_map #mapLYt #routemap1 {
      width: 160px;
      top: 37px;
      left: 90px; }
    .search_route_map #mapLYt #routemap2 {
      width: 240px;
      top: 61px;
      left: 259px; }
    .search_route_map #mapLYt #routemap3 {
      width: 150px;
      top: 77px;
      left: 510px; }
    .search_route_map #mapLYt #routemap4 {
      width: 200px;
      top: 122px;
      left: 174px; }
    .search_route_map #mapLYt #routemap5 {
      width: 250px;
      top: 154px;
      left: 384px; }
    .search_route_map #mapLYt #routemap6 {
      width: 200px;
      top: 182px;
      left: 174px; }
    .search_route_map #mapLYt #routemap7 {
      width: 190px;
      top: 242px;
      left: 292px; }
    .search_route_map #mapLYt #routemap8 {
      width: 150px;
      top: 343px;
      left: 235px; }
    .search_route_map #mapLYt #routemap9 {
      width: 190px;
      top: 403px;
      left: 325px; }
    .search_route_map #mapLYt #kofuWrap {
      width: 280px;
      height: 180px;
      box-sizing: border-box;
      padding: 19px 15px  0;
      background: rgba(255, 255, 255, 0.8);
      position: absolute;
      right: 5px;
      bottom: 5px;
      border-radius: 10px; }
      .search_route_map #mapLYt #kofuWrap ul {
        width: 250px;
        margin: 0 0 20px; }
        .search_route_map #mapLYt #kofuWrap ul li {
          height: 39px;
          background: #fff;
          border: 2px solid #5b80bd;
          box-sizing: border-box; }
          .search_route_map #mapLYt #kofuWrap ul li a {
            display: block;
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            font-size: 16px;
            font-weight: bold;
            color: #132b86;
            line-height: 1;
            padding: 11px 0 0; }
            .search_route_map #mapLYt #kofuWrap ul li a span {
              position: relative;
              padding: 0 0 0 17px;
              margin: 0 0 0 12px;
              letter-spacing: 0.01em;
              display: inline-block; }
              .search_route_map #mapLYt #kofuWrap ul li a span small {
                font-size: 12px;
                font-weight: bold; }
              .search_route_map #mapLYt #kofuWrap ul li a span:after {
                content: "";
                width: 8px;
                height: 10px;
                position: absolute;
                top: 50%;
                left: 0;
                margin: -5px 0 0;
                background: url(../img/common/ico_arrow.png) left no-repeat;
                background-size: 8px 10px; }
          .search_route_map #mapLYt #kofuWrap ul li:first-child {
            border-bottom: 1px solid #5b80bd; }
          .search_route_map #mapLYt #kofuWrap ul li:last-child {
            border-top: 1px solid #5b80bd; }
      .search_route_map #mapLYt #kofuWrap .pdf {
        width: 250px;
        height: 48px;
        margin: 0;
        box-shadow: 0px 3px 0px 0px #b54143; }
  .search_route_map .searchRouteMapLyt > ul > li ul li a {
    padding: 20px 10px; }

/**************************************************************
[路線バス][路線図から時刻表を探す]系統図・地域
***************************************************************/
/**************************************************************
[路線バス][路線図から時刻表を探す][系統図・地域]系統
***************************************************************/
.route {
  /*routeLyt*/ }
  .route #routeLyt {
    margin: 0 0 50px;
    background: #e8f6f9;
    box-sizing: border-box;
    /*padding: 30px 30px 40px;*/
    padding: 30px 0 40px; }
    .route #routeLyt #routeLytWrap {
      position: relative;
      /*margin: 0 0 30px;*/
      overflow: auto; }
      .route #routeLyt #routeLytWrap ul {
        border: 1px solid #dddddd;
        box-sizing: border-box;
        position: relative; }
        .route #routeLyt #routeLytWrap ul li {
          box-sizing: border-box;
          padding: 12px 30px 12px 74px; }
          .route #routeLyt #routeLytWrap ul li > span {
            position: relative;
            font-size: 18px;
            font-weight: bold;
            display: inline-block; }
            .route #routeLyt #routeLytWrap ul li > span a {
              color: #132b86; }
              .route #routeLyt #routeLytWrap ul li > span a span {
                font-size: 14px;
                font-weight: normal; }
            .route #routeLyt #routeLytWrap ul li > span:before {
              content: "";
              width: 8px;
              height: 10px;
              position: absolute;
              top: 50%;
              left: -15px;
              margin: -5px 0 0;
              background: url(../img/common/ico_arrow.png) left no-repeat;
              background-size: 8px 10px; }
          .route #routeLyt #routeLytWrap ul li:nth-child(odd) {
            background: #fff; }
            .route #routeLyt #routeLytWrap ul li:nth-child(odd) > span:after {
              content: "";
              width: 18px;
              height: 18px;
              border-radius: 9px;
              border: 3px solid #ff88ab;
              box-sizing: border-box;
              position: absolute;
              top: 50%;
              left: -45px;
              margin: -9px 0 0;
              z-index: 1;
              background: #fff; }
          .route #routeLyt #routeLytWrap ul li:nth-child(even) {
            background: #f9f9f9; }
            .route #routeLyt #routeLytWrap ul li:nth-child(even) > span:after {
              content: "";
              width: 18px;
              height: 18px;
              border-radius: 9px;
              border: 3px solid #ff88ab;
              box-sizing: border-box;
              position: absolute;
              top: 50%;
              left: -45px;
              margin: -9px 0 0;
              z-index: 1;
              background: #f9f9f9; }
      .route #routeLyt #routeLytWrap #bar {
        width: 3px;
        height: auto;
        background: #ff88ab;
        position: absolute;
        top: 25px;
        left: 38px; }
      .route #routeLyt #routeLytWrap .routeMapLyt {
        width: 840px;
        position: relative; }
        .route #routeLyt #routeLytWrap .routeMapLyt a {
          display: inline-block;
          position: absolute; }
      .route #routeLyt #routeLytWrap #routeMapLyt1 {
        background: url(../img/routebus/searchRouteMap/branch/route/img_map.png);
        height: 850px; }
      .route #routeLyt #routeLytWrap #routeMapLyt2 {
        background: url(../img/routebus/searchRouteMap/branch/route/img_map.png);
        height: 850px; }
    .route #routeLyt .pdf {
      box-shadow: 0px 3px 0px 0px #b54143; }

/**************************************************************
[路線バス][路線図から時刻表を探す][系統図・地域]系統
***************************************************************/
.area #routeLyt .routeLyt {
  margin: 0 0 50px;
  background: #e8f6f9;
  box-sizing: border-box;
  padding: 30px 0 40px; }
  .area #routeLyt .routeLyt .routeLytWrap {
    position: relative;
    overflow: auto;
    margin-bottom: 50px; }
    .area #routeLyt .routeLyt .routeLytWrap .routeMapLyt {
      width: 840px;
      position: relative; }
      .area #routeLyt .routeLyt .routeLytWrap .routeMapLyt a {
        display: inline-block;
        position: absolute; }
        .area #routeLyt .routeLyt .routeLytWrap .routeMapLyt a:hover {
          opacity: 0.9; }
  .area #routeLyt .routeLyt .pdf {
    box-shadow: 0px 3px 0px 0px #b54143; }
.area #routeLyt #branch_western .routeLytWrap #routeMapLyt1 {
  background: url(../img/routebus/searchRouteMap/branch_western/map/map1.png) top left no-repeat;
  height: 850px; }
.area #routeLyt #branch_western .routeLytWrap #routeMapLyt2 {
  background: url(../img/routebus/searchRouteMap/branch_western/map/map2.png) top left no-repeat;
  height: 587px; }
.area #routeLyt #branch_southwestern .routeLytWrap #routeMapLyt1 {
  background: url(../img/routebus/searchRouteMap/branch_southwestern/map/map1.png) top left no-repeat;
  height: 800px; }
.area #routeLyt #branch_north .routeLytWrap #routeMapLyt1 {
  background: url(../img/routebus/searchRouteMap/branch_north/map/map1.png) top left no-repeat;
  height: 872px; }
.area #routeLyt #branch_eastsouth .routeLytWrap #routeMapLyt1 {
  background: url(../img/routebus/searchRouteMap/branch_eastsouth/map/map1.png) top left no-repeat;
  height: 1209px; }
.area #routeLyt #branch_enzan .routeLytWrap #routeMapLyt1 {
  background: url(../img/routebus/searchRouteMap/branch_enzan/map/map1.png) top left no-repeat;
  height: 857px; }
.area #routeLyt #branch_minobu .routeLytWrap #routeMapLyt1 {
  background: url(../img/routebus/searchRouteMap/branch_minobu/map/map1.png) top left no-repeat;
  height: 410px; }
.area #routeLyt #branch_nirasaki .routeLytWrap #routeMapLyt1 {
  background: url(../img/routebus/searchRouteMap/branch_nirasaki/map/map1.png) top left no-repeat;
  height: 1360px; }
.area #routeLyt #branch_fujinomiya .routeLytWrap #routeMapLyt1 {
  background: url(../img/routebus/searchRouteMap/branch_fujinomiya/map/map1.png) top left no-repeat;
  height: 826px; }

/**************************************************************
[路線バス][路線図から時刻表を探す]バス停詳細
***************************************************************/
.timetable_detail {
  /*timetableLyt*/ }
  .timetable_detail .ulBgLyt {
    margin-bottom: 20px; }
  .timetable_detail .timetableLyt {
    margin: 0 0 60px;
    padding: 30px;
    background: #e8f6f9; }
    .timetable_detail .timetableLyt ul {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0  0 10px; }
      .timetable_detail .timetableLyt ul li {
        background: #c5d4ec;
        box-sizing: border-box;
        padding: 7px 0; }
        .timetable_detail .timetableLyt ul li:first-child {
          width: 115px;
          background: #5b80bd;
          color: #fff;
          text-align: center; }
        .timetable_detail .timetableLyt ul li:last-child {
          width: 665px;
          padding-left: 20px;
          padding-right: 20px;
          font-size: 16px;
          font-weight: bold; }
    .timetable_detail .timetableLyt > p {
      padding: 0 0 20px 10px; }
    .timetable_detail .timetableLyt table {
      width: 780px;
      box-sizing: border-box;
      border: 1px solid #dddddd; }
      .timetable_detail .timetableLyt table th {
        line-height: 1.46;
        padding: 7px 0;
        font-weight: bold;
        text-align: center; }
        .timetable_detail .timetableLyt table th:nth-child(1) {
          width: 109px;
          border-right: 1px solid #dddddd; }
        .timetable_detail .timetableLyt table th:nth-child(2) {
          width: 479px;
          border-right: 1px solid #dddddd; }
        .timetable_detail .timetableLyt table th:nth-child(3) {
          width: 188px; }
      .timetable_detail .timetableLyt table td {
        line-height: 1.46;
        padding: 10px 0; }
        .timetable_detail .timetableLyt table td:nth-child(1) {
          width: 109px;
          border-right: 1px solid #dddddd;
          text-align: center; }
        .timetable_detail .timetableLyt table td:nth-child(2) {
          width: 238px;
          padding: 0 0 0 26px; }
        .timetable_detail .timetableLyt table td:nth-child(3) {
          width: 215px;
          border-right: 1px solid #dddddd; }
        .timetable_detail .timetableLyt table td:nth-child(4) {
          width: 94px;
          text-align: center; }
        .timetable_detail .timetableLyt table td:nth-child(5) {
          width: 94px;
          text-align: center; }
      .timetable_detail .timetableLyt table tr:nth-child(odd) {
        background: #fff; }
      .timetable_detail .timetableLyt table tr:nth-child(even) {
        background: #f9f9f9; }

/**************************************************************
[路線バス][路線図から時刻表を探す]バス停詳細
***************************************************************/
.fare_table .midbtn {
  margin-bottom: 50px; }

/**************************************************************
[路線バス][路線図から時刻表を探す]シャトルバス
***************************************************************/
/**************************************************************
[路線バス][路線図から時刻表を探す][シャトルバス]イオンモール
***************************************************************/
.aeonmall .yk2Lyt table {
  font-size: 16px;
  font-weight: bold; }
  .aeonmall .yk2Lyt table th {
    width: 300px;
    padding: 20px; }
  .aeonmall .yk2Lyt table td {
    width: 480px;
    padding: 20px; }

/**************************************************************
[路線バス][路線図から時刻表を探す][シャトルバス]ヴァンフォーレ
***************************************************************/
.ventforet .tbl2Lyt table tr th:first-child {
  width: 230px; }
.ventforet .tbl2Lyt table tr th:last-child {
  width: 549px;
  color: #333; }
.ventforet .tbl2Lyt table tr td:first-child {
  width: 230px; }
.ventforet .tbl2Lyt table tr td:last-child {
  width: 549px; }

/**************************************************************
[路線バス]ご乗車サポート
***************************************************************/
/**************************************************************
[路線バス][ご乗車サポート]経路・運賃を調べる
***************************************************************/
.examine .midbtn {
  margin-bottom: 50px; }

/**************************************************************
[路線バス][ご乗車サポート]乗車・降車について
***************************************************************/
/**************************************************************
[路線バス][ご乗車サポート]運賃の支払い方法
***************************************************************/
.payment .midbtn {
  margin-bottom: 50px; }

/**************************************************************
[路線バス][ご乗車サポート]車内のご案内
***************************************************************/
/**************************************************************
[路線バス][ご乗車サポート]使用可能ICカード
***************************************************************/
.ic_card .ulBgLyt {
  position: relative; }
  .ic_card .ulBgLyt img {
    position: absolute;
    top: 20px;
    left: 190px; }

/**************************************************************
[路線バス][ご乗車サポート]やまなしバスコンシェルジュ
***************************************************************/
/**************************************************************
[路線バス][ご乗車サポート]バス出前授業
***************************************************************/
/**************************************************************
[路線バス][ご乗車サポート]100円運賃
***************************************************************/
/**************************************************************
[路線バス]目的地別主要路線
***************************************************************/
/**************************************************************
[路線バス][目的地別主要路線]
***************************************************************/
/**************************************************************
[路線バス]よくある質問
***************************************************************/
/**************************************************************
[高速バス]
***************************************************************/
.highway_bus #mapLYt {
  background: url(../img/highway_bus/img_map.gif) top left no-repeat;
  position: relative;
  width: 840px;
  height: 480px;
  margin: 0 0 30px; }
  .highway_bus #mapLYt .ttlH3 {
    position: absolute;
    top: 25px;
    left: 0; }
  .highway_bus #mapLYt .highwayBusMap {
    width: 140px;
    height: 40px;
    background: #fff;
    box-sizing: border-box;
    border: 2px solid #5b80bd;
    position: absolute;
    top: 0;
    left: 0; }
    .highway_bus #mapLYt .highwayBusMap a {
      display: block;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      text-align: center;
      color: #132b86;
      padding: 8px 0 0; }
      .highway_bus #mapLYt .highwayBusMap a span {
        font-size: 16px;
        font-weight: bold;
        position: relative;
        padding: 0 0 0 15px;
        display: inline-block;
        line-height: 1.46; }
        .highway_bus #mapLYt .highwayBusMap a span:after {
          content: "";
          width: 8px;
          height: 10px;
          position: absolute;
          top: 50%;
          left: 0;
          margin: -5px 0 0;
          background: url(../img/common/ico_arrow.png) left no-repeat;
          background-size: 8px 10px; }
  .highway_bus #mapLYt #highwayBusMap1 {
    width: 140px;
    top: 335px;
    left: 61px; }
  .highway_bus #mapLYt #highwayBusMap2 {
    width: 120px;
    top: 307px;
    left: 212px; }
  .highway_bus #mapLYt #highwayBusMap3 {
    width: 120px;
    top: 158px;
    left: 264px; }
  .highway_bus #mapLYt #highwayBusMap4 {
    width: 100px;
    top: 108px;
    left: 302px; }
  .highway_bus #mapLYt #highwayBusMap5 {
    width: 100px;
    top: 336px;
    left: 385px; }
  .highway_bus #mapLYt #highwayBusMap6 {
    width: 100px;
    top: 160px;
    left: 487px; }
  .highway_bus #mapLYt #highwayBusMap7 {
    width: 100px;
    top: 256px;
    left: 501px; }
  .highway_bus #mapLYt #highwayBusMap8 {
    width: 130px;
    top: 242px;
    left: 642px; }
  .highway_bus #mapLYt #highwayBusMap9 {
    width: 130px;
    top: 132px;
    left: 650px; }
.highway_bus .listLyt {
  border-bottom: 1px dashed #adb6b8;
  margin: 0 0 50px; }
.highway_bus .midbtn {
  margin-bottom: 50px; }

/**************************************************************
[高速バス]竜王・甲府⇔新宿線
***************************************************************/
.kofu_shinjuku .midbtn {
  width: 350px;
  margin-bottom: 50px; }
.kofu_shinjuku #link4 + .midbtn {
  margin-bottom: 20px; }

/**************************************************************
[高速バス]身延・身延山⇔新宿線
***************************************************************/
.minobu_shinjuku .highwayBusLytTbl td {
  width: 99px !important; }
  .minobu_shinjuku .highwayBusLytTbl td:nth-child(1) {
    width: 78px !important; }
  .minobu_shinjuku .highwayBusLytTbl td:nth-child(2) {
    width: 106px !important; }
.minobu_shinjuku .chargeTbl th {
  width: 99px !important; }
  .minobu_shinjuku .chargeTbl th:first-child {
    width: 184px !important; }
.minobu_shinjuku .chargeTbl td {
  width: 99px !important; }
  .minobu_shinjuku .chargeTbl td:first-child {
    width: 184px !important; }
.minobu_shinjuku .midbtn {
  width: 350px;
  margin-bottom: 50px; }
.minobu_shinjuku #link4 + .midbtn {
  margin-bottom: 20px; }

/**************************************************************
[高速バス]南アルプス市・中央市⇔新宿線
***************************************************************/
.minamialps_shinjuku .highwayBusLytTbl td {
  width: 99px !important; }
  .minamialps_shinjuku .highwayBusLytTbl td:nth-child(1) {
    width: 78px !important; }
  .minamialps_shinjuku .highwayBusLytTbl td:nth-child(2) {
    width: 106px !important; }
.minamialps_shinjuku .chargeTbl th {
  width: 99px !important; }
  .minamialps_shinjuku .chargeTbl th:first-child {
    width: 184px !important; }
.minamialps_shinjuku .chargeTbl td {
  width: 99px !important; }
  .minamialps_shinjuku .chargeTbl td:first-child {
    width: 184px !important; }
.minamialps_shinjuku .midbtn {
  width: 450px;
  margin-bottom: 50px; }
.minamialps_shinjuku #link4 + .midbtn {
  margin-bottom: 20px; }

/**************************************************************
[高速バス]竜王・甲府⇔横浜線
***************************************************************/
.kofu_yokohama .highwayBusLytTbl td {
  width: 99px !important; }
  .kofu_yokohama .highwayBusLytTbl td:nth-child(1) {
    width: 78px !important; }
  .kofu_yokohama .highwayBusLytTbl td:nth-child(2) {
    width: 106px !important; }
.kofu_yokohama .midbtn {
  width: 350px;
  margin-bottom: 50px; }
.kofu_yokohama #link4 + .midbtn {
  margin-bottom: 20px; }

/**************************************************************
[高速バス]竜王・甲府⇔羽田空港線
***************************************************************/
.kofu_haneda .highwayBusLytTbl td {
  width: 99px !important; }
  .kofu_haneda .highwayBusLytTbl td:nth-child(1) {
    width: 78px !important; }
  .kofu_haneda .highwayBusLytTbl td:nth-child(2) {
    width: 106px !important; }
.kofu_haneda .midbtn {
  width: 400px;
  margin-bottom: 50px; }
.kofu_haneda #link4 + .midbtn {
  margin-bottom: 20px; }

/**************************************************************
[高速バス]竜王・甲府⇔成田空港線
***************************************************************/
.kofu_narita .highwayBusLytTbl td {
  width: 99px !important; }
  .kofu_narita .highwayBusLytTbl td:nth-child(1) {
    width: 78px !important; }
  .kofu_narita .highwayBusLytTbl td:nth-child(2) {
    width: 106px !important; }
.kofu_narita .midbtn {
  width: 400px;
  margin-bottom: 50px; }
.kofu_narita #link4 + .midbtn {
  margin-bottom: 20px; }

/**************************************************************
[トラベル]甲府⇔京都・大阪線
***************************************************************/
.kofu_osaka .highwayBusLytTbl td {
  width: 99px !important; }
  .kofu_osaka .highwayBusLytTbl td:nth-child(1) {
    width: 78px !important; }
  .kofu_osaka .highwayBusLytTbl td:nth-child(2) {
    width: 106px !important; }
.kofu_osaka .ttlH5 h5:after {
  content: "";
  width: 22px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 5px;
  margin: -13px 0 0;
  background: url(../img/common/ico_common.svg) left no-repeat;
  background-size: 22px 25px; }
.kofu_osaka .chargeTbl {
  width: 622px !important; }
  .kofu_osaka .chargeTbl th {
    width: 150px !important; }
    .kofu_osaka .chargeTbl th:first-child {
      width: 172px !important; }
  .kofu_osaka .chargeTbl td {
    width: 150px !important; }
    .kofu_osaka .chargeTbl td:first-child {
      width: 172px; }
.kofu_osaka .midbtn {
  width: 350px;
  margin-bottom: 50px; }
.kofu_osaka #link4 + .midbtn {
  margin-bottom: 20px; }

/**************************************************************
[高速バス]竜王・甲府⇔名古屋線
***************************************************************/
.kofu_nagoya .highwayBusLytTbl td {
  width: 99px !important; }
  .kofu_nagoya .highwayBusLytTbl td:nth-child(1) {
    width: 78px !important; }
  .kofu_nagoya .highwayBusLytTbl td:nth-child(2) {
    width: 106px !important; }
.kofu_nagoya .midbtn {
  width: 350px;
  margin-bottom: 50px; }
.kofu_nagoya #link4 + .midbtn {
  margin-bottom: 20px; }

/**************************************************************
[高速バス]竜王・甲府⇔静岡線
***************************************************************/
.kofu_shizuoka .highwayBusLytTbl td {
  width: 99px !important; }
  .kofu_shizuoka .highwayBusLytTbl td:nth-child(1) {
    width: 78px !important; }
  .kofu_shizuoka .highwayBusLytTbl td:nth-child(2) {
    width: 106px !important; }
.kofu_shizuoka .chargeTbl {
  width: 622px !important; }
  .kofu_shizuoka .chargeTbl th {
    width: 150px !important; }
    .kofu_shizuoka .chargeTbl th:first-child {
      width: 172px !important; }
  .kofu_shizuoka .chargeTbl td {
    width: 150px !important; }
    .kofu_shizuoka .chargeTbl td:first-child {
      width: 172px; }
.kofu_shizuoka .midbtn {
  width: 350px;
  margin-bottom: 50px; }
.kofu_shizuoka #link4 + .midbtn {
  margin-bottom: 20px; }

/**************************************************************
[高速バス]新宿⇔岡谷線
***************************************************************/
.kofu_okaya .chargeTbl {
  width: 622px !important; }
  .kofu_okaya .chargeTbl th {
    width: 150px !important; }
    .kofu_okaya .chargeTbl th:first-child {
      width: 172px !important; }
  .kofu_okaya .chargeTbl td {
    width: 150px !important; }
    .kofu_okaya .chargeTbl td:first-child {
      width: 172px; }
.kofu_okaya .midbtn {
  width: 350px;
  margin-bottom: 50px; }
.kofu_okaya #link4 + .midbtn {
  margin-bottom: 20px; }

/**************************************************************
[高速バス]新宿⇔駒ヶ根線
***************************************************************/
.kofu_komagane .chargeTbl th {
  width: 99px !important; }
  .kofu_komagane .chargeTbl th:first-child {
    width: 184px !important; }
.kofu_komagane .chargeTbl td {
  width: 99px !important; }
  .kofu_komagane .chargeTbl td:first-child {
    width: 184px !important; }
.kofu_komagane .midbtn {
  width: 350px;
  margin-bottom: 50px; }
.kofu_komagane #link4 + .midbtn {
  margin-bottom: 20px; }

/**************************************************************
[高速バス]きっぷの案内
***************************************************************/
.ticket .yk2Lyt p {
  font-size: 14px;
  line-height: 1.85;
  padding: 0 0 25px; }
.ticket .ticketLyt table th {
  width: 240px; }
.ticket .ticketLyt table td {
  width: 560px; }
.ticket #link1 + .midbtn + .midbtn {
  margin-bottom: 50px; }

/**************************************************************
[高速バス]車両案内
***************************************************************/
.vehicles .HIGHWAY_BUS .midbtn {
  margin-bottom: 50px; }

/**************************************************************
[高速バス]乗車案内
***************************************************************/
.riding .HIGHWAY_BUS #searchResult {
  min-height: 150px; }
  .riding .HIGHWAY_BUS #searchResult #ridingLyt > li {
    margin: 0 0 80px; }
    .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt1 {
      width: 100%;
      border: 2px solid #ececec;
      box-sizing: border-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 0 40px; }
      .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt1 > li {
        width: 50%;
        box-sizing: border-box; }
        .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt1 > li:first-child {
          border-right: 2px solid #ececec;
          text-align: center;
          display: flex;
          display: -webkit-flex;
          align-items: center;
          justify-content: center;
          -webkit-align-items: center;
          -webkit-justify-content: center; }
        .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt1 > li:last-child {
          border-left: 2px solid #ececec;
          background: #f9f9f9;
          /*padding-left: 30px;*/
          padding: 25px 0 35px 30px; }
          .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt1 > li:last-child div {
            line-height: 1;
            position: relative;
            padding: 0 0 0 25px;
            margin: 0 0 15px;
            font-size: 18px;
            font-weight: bold; }
            .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt1 > li:last-child div:after {
              content: "";
              width: 15px;
              height: 21px;
              background: url(../img/highway_bus/riding/ico_riding.png) no-repeat;
              position: absolute;
              top: 50%;
              left: 0;
              margin: -11px 0 0; }
          .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt1 > li:last-child ul li {
            padding-left: 15px;
            font-size: 14px;
            line-height: 1.85; }
            .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt1 > li:last-child ul li span {
              position: relative; }
              .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt1 > li:last-child ul li span:after {
                content: "";
                width: 6px;
                height: 6px;
                border-radius: 3px;
                position: absolute;
                top: 50%;
                left: -15px;
                margin: -3px 0 0;
                background: #5b80bd; }
    .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt2 {
      width: 100%;
      border: 2px solid #ececec;
      box-sizing: border-box;
      margin: 0 0 40px; }
      .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt2 > li {
        width: 100%;
        box-sizing: border-box; }
        .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt2 > li:first-child {
          text-align: center;
          border-bottom: 2px solid #ececec;
          padding: 25px 0; }
        .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt2 > li:last-child {
          background: #f9f9f9; }
          .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt2 > li:last-child > ul {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
            .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt2 > li:last-child > ul > li {
              padding: 15px 0; }
              .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt2 > li:last-child > ul > li:first-child {
                width: 190px;
                /*display: flex;
                display: -webkit-flex; 
                align-items: center;
                -webkit-align-items: center;*/
                padding-left: 28px; }
                .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt2 > li:last-child > ul > li:first-child div {
                  line-height: 1.85;
                  position: relative;
                  padding: 0 0 0 25px;
                  margin: 0 0 15px;
                  font-size: 18px;
                  font-weight: bold; }
                  .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt2 > li:last-child > ul > li:first-child div:after {
                    content: "";
                    width: 15px;
                    height: 21px;
                    background: url(../img/highway_bus/riding/ico_riding.png) no-repeat;
                    position: absolute;
                    top: 50%;
                    left: 0;
                    margin: -11px 0 0; }
              .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt2 > li:last-child > ul > li ul li {
                padding-left: 15px;
                font-size: 14px;
                line-height: 1.85; }
                .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt2 > li:last-child > ul > li ul li span {
                  position: relative; }
                  .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt2 > li:last-child > ul > li ul li span:after {
                    content: "";
                    width: 6px;
                    height: 6px;
                    border-radius: 3px;
                    position: absolute;
                    top: 50%;
                    left: -15px;
                    margin: -3px 0 0;
                    background: #5b80bd; }
    .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt3 {
      width: 100%;
      border: 2px solid #ececec;
      box-sizing: border-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 0 40px; }
      .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt3 > li {
        box-sizing: border-box; }
        .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt3 > li:first-child {
          width: 60%;
          border-right: 2px solid #ececec;
          text-align: center;
          display: flex;
          display: -webkit-flex;
          align-items: center;
          justify-content: center;
          -webkit-align-items: center;
          -webkit-justify-content: center; }
        .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt3 > li:last-child {
          width: 40%;
          border-left: 2px solid #ececec;
          background: #f9f9f9;
          /*padding-left: 30px;*/
          box-sizing: border-box;
          padding: 25px 35px 35px; }
          .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt3 > li:last-child .midbtn {
            width: 100%;
            margin-bottom: 25px; }
          .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt3 > li:last-child .midbtn:last-child {
            margin-bottom: 0px; }
          .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt3 > li:last-child h5 {
            line-height: 1;
            position: relative;
            padding: 0 0 0 25px;
            margin: 0 0 15px;
            font-size: 18px;
            font-weight: bold; }
            .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt3 > li:last-child h5:after {
              content: "";
              width: 15px;
              height: 21px;
              background: url(../img/highway_bus/riding/ico_riding.png) no-repeat;
              position: absolute;
              top: 50%;
              left: 0;
              margin: -11px 0 0; }
          .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt3 > li:last-child ul {
            margin-bottom: 25px; }
            .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt3 > li:last-child ul li {
              padding-left: 15px;
              font-size: 14px;
              line-height: 1.85; }
              .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt3 > li:last-child ul li span {
                position: relative; }
                .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt3 > li:last-child ul li span:after {
                  content: "";
                  width: 6px;
                  height: 6px;
                  border-radius: 3px;
                  position: absolute;
                  top: 8px;
                  left: -15px;
                  margin: -3px 0 0;
                  background: #5b80bd; }
          .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt3 > li:last-child ul:last-of-type {
            margin-bottom: 0; }
    .riding .HIGHWAY_BUS #searchResult #ridingLyt > li .tblLyt {
      margin-top: 50px; }
.riding .HIGHWAY_BUS #mb50 {
  padding: 0;
  margin-bottom: 50px; }
.riding .HIGHWAY_BUS .midbtn {
  margin-bottom: 50px; }

/**************************************************************
[高速バス]よくある質問
***************************************************************/
/**************************************************************
[貸切バス]
***************************************************************/
.chartered_bus .midbtn {
  margin-bottom: 80px; }

/**************************************************************
[貸切バス]車両紹介
***************************************************************/
.vehicles .CHARTERED_BUS .midbtn {
  margin-bottom: 50px; }

/**************************************************************
[貸切バス]お問い合わせ
***************************************************************/
/**************************************************************
[貸切バス]よくある質問
***************************************************************/
/**************************************************************
[タクシー]
***************************************************************/
.taxi .img {
  display: block; }
.taxi .taxiSpLyt {
  display: none; }
.taxi .midbtn {
  margin-bottom: 50px; }

/**************************************************************
[タクシー]観光・貸切タクシー
***************************************************************/
/**************************************************************
[タクシー]貸切タクシー
***************************************************************/
.chartered .contactTel2Lyt p > span {
  padding: 0 48px 0 0; }

/**************************************************************
[タクシー]タクシー配車アプリ
***************************************************************/
/**************************************************************
[タクシー]よくある質問
***************************************************************/
/**************************************************************
[双葉SAレストラン（下り線）]
***************************************************************/
.futaba .bgImg {
  background: url(../img/futaba/img_map.gif) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 150px; }
.futaba .futabaLyt {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 40px 20px 30px;
  background: #e8f6f9;
  margin: 0 0 80px; }
  .futaba .futabaLyt ul li {
    float: left;
    width: 520px; }
    .futaba .futabaLyt ul li:first-child {
      width: 220px;
      margin: 0 30px 0 0; }
    .futaba .futabaLyt ul li .ttlH4 {
      margin-bottom: 25px; }
.futaba .ulImg3Lyt {
  margin-bottom: 50px; }
.futaba .listLyt {
  border-bottom: 1px dashed #adb6b8;
  margin-bottom: 50px; }

/**************************************************************
[双葉SAレストラン（下り線）]レストラン・軽食
***************************************************************/
.eat .ulImgTxt3Lyt {
  margin-bottom: 0px; }
.eat .midbtn {
  margin-bottom: 50px; }

/**************************************************************
[双葉SAレストラン（下り線）]ショッピング
***************************************************************/
.shopping .ulImgTxt3Lyt {
  margin-bottom: 30px; }

/**************************************************************
[双葉SAレストラン（下り線）]パン工房
***************************************************************/
/**************************************************************
[双葉SAレストラン（下り線）]よくある質問
***************************************************************/
/**************************************************************
[トラベル]
***************************************************************/
.travel .listImgLyt {
  margin-bottom: 60px; }

/**************************************************************
[トラベル]旅行
***************************************************************/
/**************************************************************
[トラベル]協定施設
***************************************************************/
/**************************************************************
[トラベル] 高速バス名古屋線宿泊パック
***************************************************************/
.nagoyapack #nagoyapackgMap {
  width: 100%;
  height: 400px;
  background: #acacac;
  margin: 0 0 50px; }
  .nagoyapack #nagoyapackgMap iframe {
    width: 100%; }
.nagoyapack .midbtn {
  margin-bottom: 50px; }

/**************************************************************
[トラベル] [高速バス名古屋線宿泊パック]お問い合わせ
***************************************************************/
.contact_nagoyapack .txt a {
  background: none;
  padding: 0;
  margin: 0; }

/**************************************************************
[トラベル]高速バス成田線宿泊パック
***************************************************************/
.naritapack .gmapImgLyt ul #naritapackPhoto1 {
  background: url(../img/travel/naritapack/photo1.jpg) center no-repeat;
  background-size: cover; }
.naritapack .midbtn {
  margin-bottom: 50px; }

/**************************************************************
[トラベル] [高速バス成田線宿泊パック]お問い合わせ
***************************************************************/
.contact_naritapack .txt a {
  background: none;
  padding: 0;
  margin: 0; }

/**************************************************************
[トラベル]旅行約款
***************************************************************/
.contract .TRAVEL .midbtn {
  margin-bottom: 50px; }

/**************************************************************
[トラベル]富士屋ホテル挙式特典
***************************************************************/
/**************************************************************
[トラベル]よくある質問
***************************************************************/
/**************************************************************
[自動車学校]
***************************************************************/
.ykds .gmapImgLyt ul li:first-child {
  background: url(../img/805ds/photo1.jpg) center no-repeat;
  background-size: cover; }
.ykds .blk {
  margin-bottom: 50px; }

/**************************************************************
[安全への取り組み]
***************************************************************/
/**************************************************************
[安全への取り組み]山梨交通
***************************************************************/
/**************************************************************
[安全への取り組み]山交タウンコーチ
***************************************************************/
.towncoarch .tblLyt > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 50px; }
  .towncoarch .tblLyt > ul > li {
    box-sizing: border-box; }
    .towncoarch .tblLyt > ul > li span {
      color: #ec0e0e; }
    .towncoarch .tblLyt > ul > li p {
      padding: 0 0 10px; }
    .towncoarch .tblLyt > ul > li:nth-child(odd) {
      width: 380px;
      margin: 0 20px 0 0;
      padding: 15px 0 15px 10px;
      box-sizing: border-box;
      border-bottom: 1px solid #5b80bd;
      font-weight: bold; }
    .towncoarch .tblLyt > ul > li:nth-child(even) {
      width: 440px;
      padding: 15px 0 15px 10px;
      border-bottom: 1px solid #dddddd; }
    .towncoarch .tblLyt > ul > li:nth-child(1) {
      border-top: 1px solid #5b80bd; }
    .towncoarch .tblLyt > ul > li:nth-child(2) {
      border-top: 1px solid #dddddd; }

/**************************************************************
[安全への取り組み]よくある質問
***************************************************************/
/**************************************************************
[甲斐市民温泉]
***************************************************************/
/**************************************************************
[甲斐市民温泉]
***************************************************************/
.kai_spa_detail .ykLyt img {
  margin-bottom: 30px; }
.kai_spa_detail .tblLyt a span {
  text-decoration: underline;
  color: #007ac8; }
.kai_spa_detail #gMapKaiSpa {
  width: 840px;
  height: 350px;
  margin: 0 0 20px; }

/**************************************************************
[甲斐市民温泉]送迎バス
***************************************************************/
.bus .kaiSpaBusLyt {
  width: 100%;
  margin: 0 0 50px;
  /*background: #e8f6f9;*/
  box-sizing: border-box;
  padding: 30px 30px 0; }
  .bus .kaiSpaBusLyt .ttlH4 {
    margin-bottom: 20px; }
  .bus .kaiSpaBusLyt > table {
    width: 100%;
    margin: 0 0 10px; }
    .bus .kaiSpaBusLyt > table th {
      width: 250px;
      color: #fff;
      background: #5b80bd;
      font-size: 16px;
      padding: 6px 20px;
      box-sizing: border-box; }
    .bus .kaiSpaBusLyt > table td {
      width: 590px;
      background: #c5d4ec;
      padding: 6px 20px;
      box-sizing: border-box;
      font-weight: bold; }
      .bus .kaiSpaBusLyt > table td span {
        color: #e6214c; }
  .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .tab {
    width: 100%;
    height: 80px;
    background: #4f5696;
    box-sizing: border-box;
    padding: 20px 0 0; }
    .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .tab ul {
      padding: 0 25px; }
      .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .tab ul li {
        width: 175px;
        height: 60px;
        float: left;
        margin: 0 0 0 10px;
        background: #fff; }
        .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .tab ul li div {
          width: 100%;
          height: 100%;
          padding: 20px 0 0;
          background: #fff;
          text-align: center;
          font-size: 16px;
          font-weight: bold;
          color: #007ac8;
          line-height: 1;
          box-sizing: border-box;
          border-top: 2px solid #dddddd;
          border-left: 2px solid #dddddd;
          border-right: 2px solid #dddddd;
          position: relative; }
          .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .tab ul li div:after {
            content: "";
            background: url(../img/common/ico_arrow_down.png) no-repeat;
            background-size: 10px 8px;
            width: 10px;
            height: 8px;
            position: absolute;
            left: 50%;
            bottom: 6px;
            margin: 0 0 0 -5px; }
          .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .tab ul li div:hover {
            opacity: 0.7;
            cursor: pointer; }
        .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .tab ul li:first-child {
          margin: 0; }
      .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .tab ul .tabActive div {
        color: #132b86;
        background: #e8f6f9;
        border-top: 2px solid #e8f6f9;
        border-left: 2px solid #e8f6f9;
        border-right: 2px solid #e8f6f9; }
  .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody {
    padding: 35px 0 0;
    background: #e8f6f9; }
    .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody .txt {
      margin-top: -15px;
      text-align: right;
      padding-bottom: 10px; }
    .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody > ul > li {
      width: 100%;
      display: none; }
      .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody > ul > li .kaiSpaBusTblLyt {
        width: 585px;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        font-size: 13px;
        margin: 0 0 30px;
        margin: 0 0 30px 25px; }
        .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody > ul > li .kaiSpaBusTblLyt th {
          width: 192px;
          padding: 10px 0;
          line-height: 1.69;
          box-sizing: border-box;
          border-left: 1px solid #ddd;
          background: #5b80bd;
          color: #fff;
          text-align: center; }
          .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody > ul > li .kaiSpaBusTblLyt th:nth-child(1) {
            width: 95px; }
          .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody > ul > li .kaiSpaBusTblLyt th:nth-child(2) {
            width: 297px; }
        .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody > ul > li .kaiSpaBusTblLyt td {
          width: 192px;
          padding: 10px 0;
          line-height: 1.69;
          border-left: 1px solid #ddd;
          box-sizing: border-box;
          text-align: right; }
          .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody > ul > li .kaiSpaBusTblLyt td:nth-child(1) {
            width: 95px;
            padding-right: 20px; }
          .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody > ul > li .kaiSpaBusTblLyt td:nth-child(2) {
            width: 297px;
            text-align: left;
            padding-left: 20px;
            padding-right: 20px; }
          .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody > ul > li .kaiSpaBusTblLyt td:nth-child(3) {
            padding-right: 30px; }
        .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody > ul > li .kaiSpaBusTblLyt tr:nth-child(odd) {
          background: #fff; }
        .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody > ul > li .kaiSpaBusTblLyt tr:nth-child(even) {
          background: #f9f9f9; }
        .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody > ul > li .kaiSpaBusTblLyt .destOrange th, .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody > ul > li .kaiSpaBusTblLyt .destOrange td {
          color: #fff;
          background: #f67d00; }
        .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody > ul > li .kaiSpaBusTblLyt .destGreen th, .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody > ul > li .kaiSpaBusTblLyt .destGreen td {
          color: #fff;
          background: #7bad5a; }
        .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody > ul > li .kaiSpaBusTblLyt .destAqua th, .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody > ul > li .kaiSpaBusTblLyt .destAqua td {
          color: #fff;
          background: #52bdd6; }
        .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody > ul > li .kaiSpaBusTblLyt .destBlue th, .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody > ul > li .kaiSpaBusTblLyt .destBlue td {
          color: #fff;
          background: #1052a5; }
      .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody > ul > li:first-child {
        display: block; }

/**************************************************************
[甲斐市民温泉]よくある質問
***************************************************************/
/**************************************************************
[南アルプス温泉ロッジ]
***************************************************************/
.alps_lodge .gmapImgLyt ul #alpslodgePhoto1 {
  background: url(../img/alps_lodge/photo1.jpg) center no-repeat;
  background-size: cover; }
.alps_lodge .listLyt {
  border-bottom: 1px dashed #adb6b8;
  margin: 0 0 50px; }

/**************************************************************
[南アルプス温泉ロッジ]宿泊棟
***************************************************************/
.lodgings .midbtn {
  margin-bottom: 50px; }

/**************************************************************
[南アルプス温泉ロッジ]白峰会館
***************************************************************/
/**************************************************************
[南アルプス温泉ロッジ]宿泊予約
***************************************************************/
/**************************************************************
[南アルプス温泉ロッジ]宿泊約款
***************************************************************/
/**************************************************************
[南アルプス温泉ロッジ]よくある質問
***************************************************************/
/**************************************************************
[駐車場]
***************************************************************/
.parking .gmapImgLyt ul #parkingPhoto1 {
  background: url(../img/parking/photo1.jpg) center no-repeat;
  background-size: cover; }
.parking .gmapImgLyt ul #parkingPhoto2 {
  background: url(../img/parking/photo2.jpg) center no-repeat;
  background-size: cover; }

/**************************************************************
[賃貸マンション]
***************************************************************/
.mansion .ttlH5 h5:after {
  content: "";
  width: 18px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -10px 0 0;
  background: url(../img/common/ico_mansion.gif) left no-repeat;
  background-size: 18px 20px; }

/**************************************************************
[採用情報]
***************************************************************/
/**************************************************************
[採用情報]バス運転手
***************************************************************/
/**************************************************************
[採用情報]タクシー運転手
***************************************************************/
/**************************************************************
[個人情報保護方針]
***************************************************************/
.privacypolicy .tblLyt > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 50px; }
  .privacypolicy .tblLyt > ul > li {
    box-sizing: border-box; }
    .privacypolicy .tblLyt > ul > li span {
      color: #ec0e0e; }
    .privacypolicy .tblLyt > ul > li p {
      padding: 0 0 10px; }
    .privacypolicy .tblLyt > ul > li:nth-child(odd) {
      width: 380px;
      margin: 0 20px 0 0;
      padding: 15px 0 15px 10px;
      box-sizing: border-box;
      border-bottom: 1px solid #5b80bd;
      font-weight: bold; }
    .privacypolicy .tblLyt > ul > li:nth-child(even) {
      width: 440px;
      padding: 15px 0 15px 10px;
      border-bottom: 1px solid #dddddd; }
    .privacypolicy .tblLyt > ul > li:nth-child(1) {
      border-top: 1px solid #5b80bd; }
    .privacypolicy .tblLyt > ul > li:nth-child(2) {
      border-top: 1px solid #dddddd; }
.privacypolicy .midbtn {
  margin-bottom: 50px; }
  .privacypolicy .midbtn a {
    font-size: 14px;
    padding-left: 60px;
    text-align: left; }

@media screen and (max-width: 480px) {
  /**************************************************************
  TOP
  ***************************************************************/
  #home main {
    /*MV*/
    /*運行情報*/
    /*contents*/ }
    #home main #mv {
      width: 100%;
      height: auto;
      box-sizing: border-box;
      padding: 0; }
    #home main #slider #sliderWrap {
      min-width: 0px;
      display: block; }
      #home main #slider #sliderWrap ul li {
        padding: 0; }
        #home main #slider #sliderWrap ul li div img {
          width: 100%;
          height: auto;
          border: none;
          border-radius: 0; }
      #home main #slider #sliderWrap #sliderPrevDummy {
        display: none; }
      #home main #slider #sliderWrap #sliderNextDummy {
        display: none; }
      #home main #slider #sliderWrap #sliderPrev {
        display: none; }
      #home main #slider #sliderWrap #sliderNext {
        display: none; }
    #home main #sliderindicator {
      display: block; }
    #home main #leftBlk {
      display: none; }
    #home main #rightBlk {
      display: none; }
    #home main #mvNav {
      display: none; }
    #home main #travelInfo {
      display: block;
      background: #5b80bd;
      height: auto;
      width: 100%;
      padding: 5px;
      box-sizing: border-box; }
      #home main #travelInfo .wrap #subInfo {
        display: none; }
      #home main #travelInfo .wrap > ul > li {
        float: none;
        width: 100%;
        height: auto;
        line-height: 1;
        box-sizing: border-box; }
        #home main #travelInfo .wrap > ul > li:first-child {
          display: none; }
        #home main #travelInfo .wrap > ul > li:nth-child(2) div {
          box-sizing: border-box;
          background: #fff;
          height: auto;
          box-sizing: border-box;
          padding: 15px 10px;
          border: 1px solid #d7dcdd;
          border-radius: 10px;
          line-height: 1; }
          #home main #travelInfo .wrap > ul > li:nth-child(2) div p {
            line-height: 1.46;
            padding: 15px 5px;
            border-bottom: 1px dotted #adb6b8;
            box-sizing: border-box; }
            #home main #travelInfo .wrap > ul > li:nth-child(2) div p span {
              letter-spacing: 0.05em;
              display: block;
              background: url(../img/common/ico_traveiInfo.svg) left no-repeat;
              background-size: 12px 12px;
              padding: 0 0 2px 17px;
              font-size: 11px; }
            #home main #travelInfo .wrap > ul > li:nth-child(2) div p a {
              color: #007ac8;
              border-bottom: 1px solid #007ac8;
              display: inline;
              margin: 0; }
            #home main #travelInfo .wrap > ul > li:nth-child(2) div p:first-child {
              padding: 0 5px 15px; }
            #home main #travelInfo .wrap > ul > li:nth-child(2) div p:last-child {
              padding-top: 15px;
              border-bottom: none; }
        #home main #travelInfo .wrap > ul > li:last-child {
          display: none; }
    #home main #topNav {
      display: block;
      padding: 20px 0 0;
      background: #e8f6f9; }
      #home main #topNav #topNav1 {
        width: 300px;
        margin: 0 auto; }
        #home main #topNav #topNav1 li {
          width: 100px;
          height: 105px;
          float: left;
          text-align: center; }
          #home main #topNav #topNav1 li a {
            display: block;
            width: 100%;
            height: 100%; }
            #home main #topNav #topNav1 li a div {
              width: 50px;
              height: 50px;
              border-radius: 25px;
              margin: 0 auto 5px;
              box-sizing: border-box;
              position: relative; }
            #home main #topNav #topNav1 li a p {
              color: #132b86;
              font-size: 11px;
              line-height: 1.27;
              font-weight: bold;
              letter-spacing: 0.05em; }
          #home main #topNav #topNav1 li:nth-child(1) a div {
            background: #90c200;
            padding: 15px 0 0; }
            #home main #topNav #topNav1 li:nth-child(1) a div svg {
              width: 24px;
              height: 21px; }
          #home main #topNav #topNav1 li:nth-child(2) a div {
            background: #90c200;
            padding: 15px 0 0; }
            #home main #topNav #topNav1 li:nth-child(2) a div svg {
              width: 25px;
              height: 21px; }
          #home main #topNav #topNav1 li:nth-child(3) a div {
            background: #48b0db;
            padding: 17px 0 0; }
            #home main #topNav #topNav1 li:nth-child(3) a div svg {
              width: 32px;
              height: 17.5px; }
          #home main #topNav #topNav1 li:nth-child(4) a div {
            background: #4b7dc9;
            padding: 17px 0 0; }
            #home main #topNav #topNav1 li:nth-child(4) a div svg {
              width: 32px;
              height: 17.5px; }
          #home main #topNav #topNav1 li:nth-child(5) a div {
            background: #4f5696;
            padding: 18px 0 0; }
            #home main #topNav #topNav1 li:nth-child(5) a div svg {
              width: 29.5px;
              height: 14.5px; }
          #home main #topNav #topNav1 li:nth-child(6) a div {
            background: #dfb63b;
            padding: 14px 0 0; }
            #home main #topNav #topNav1 li:nth-child(6) a div svg {
              width: 23.5px;
              height: 23.5px; }
          #home main #topNav #topNav1 li:nth-child(7) a div {
            background: #fb6994;
            padding: 12px 0 0; }
            #home main #topNav #topNav1 li:nth-child(7) a div svg {
              width: 15px;
              height: 26.5px; }
          #home main #topNav #topNav1 li:nth-child(8) a div {
            background: #62b473;
            padding: 14px 0 0; }
            #home main #topNav #topNav1 li:nth-child(8) a div svg {
              width: 15px;
              height: 22px; }
      #home main #topNav #topNav2 {
        width: 100%;
        margin-top: -6px;
        padding: 0 15px 20px;
        box-sizing: border-box; }
        #home main #topNav #topNav2 li {
          float: left;
          width: 50%;
          box-sizing: border-box;
          margin-top: 6px; }
          #home main #topNav #topNav2 li:nth-child(odd) {
            padding: 0 6px 0 0; }
          #home main #topNav #topNav2 li:nth-child(even) {
            padding: 0 0 0 6px; }
          #home main #topNav #topNav2 li div {
            height: 45px;
            background: #fff;
            border: 2px solid #e2e2e2;
            text-align: center; }
            #home main #topNav #topNav2 li div a {
              display: block;
              width: 100%;
              height: 100%;
              line-height: 1;
              font-size: 12px;
              color: #007ac8;
              padding: 16px 0 0; }
      #home main #topNav #topNavSearch {
        width: 100%;
        box-sizing: border-box;
        padding: 15px;
        background: #9cb3da; }
        #home main #topNav #topNavSearch div {
          width: 100%;
          position: relative; }
          #home main #topNav #topNavSearch div input {
            width: 100%;
            height: 40px;
            border-radius: 10px;
            border: none;
            box-sizing: border-box;
            background: #fff;
            padding: 0 65px 0 15px;
            font-size: 13px; }
          #home main #topNav #topNavSearch div p {
            width: 50px;
            height: 40px;
            background: #2e4083;
            position: absolute;
            top: -1px;
            right: 0;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
            box-sizing: border-box;
            padding: 11px 0 0;
            text-align: center; }
            #home main #topNav #topNavSearch div p:hover {
              cursor: pointer;
              opacity: 0.7; }
            #home main #topNav #topNavSearch div p svg {
              width: 19px;
              height: 19px; }
    #home main #topContets {
      padding: 30px 0 60px; }
      #home main #topContets > li {
        float: none;
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px; }
        #home main #topContets > li h2 {
          padding: 0 0 20px;
          line-height: 1; }
          #home main #topContets > li h2 span {
            font-size: 18px;
            font-weight: bold;
            color: #132b86;
            position: relative;
            padding: 0 0 0 30px; }
            #home main #topContets > li h2 span:after {
              content: "";
              width: 20px;
              height: 20px;
              position: absolute;
              top: 50%;
              left: 0;
              margin: -10px 0 0;
              background: url(../img/common/ico_info.svg) left no-repeat;
              background-size: 20px 20px; }
        #home main #topContets > li #topNews {
          border-top: 1px dotted #adb6b8; }
          #home main #topContets > li #topNews li {
            position: relative; }
            #home main #topContets > li #topNews li:nth-child(odd) {
              padding: 24px 0 10px; }
              #home main #topContets > li #topNews li:nth-child(odd) div {
                display: inline-block; }
                #home main #topContets > li #topNews li:nth-child(odd) div:last-child {
                  margin: 0 0 0 18px;
                  line-height: 1; }
            #home main #topContets > li #topNews li:nth-child(even) {
              padding: 0 20px 25px 0;
              border-bottom: 1px dashed #adb6b8; }
              #home main #topContets > li #topNews li:nth-child(even) a {
                color: #007ac8;
                line-height: 1.71;
                border-bottom: 1px solid #007ac8; }
        #home main #topContets > li .shortbtn {
          position: relative;
          top: 0;
          right: 0;
          margin: 20px auto 0; }
        #home main #topContets > li:first-child {
          width: 100%;
          margin: 0; }
          #home main #topContets > li:first-child h2 span {
            padding: 0 0 0 30px; }
            #home main #topContets > li:first-child h2 span:after {
              content: "";
              width: 20px;
              height: 23px;
              position: absolute;
              top: 50%;
              left: 0;
              margin: -12px 0 0;
              background: url(../img/common/ico_top.svg) left no-repeat;
              background-size: 20px 23px; }
          #home main #topContets > li:first-child #enjoy {
            margin: 0 0 60px; }
            #home main #topContets > li:first-child #enjoy li {
              width: 50%;
              float: left;
              margin: 0;
              box-sizing: border-box; }
              #home main #topContets > li:first-child #enjoy li a img {
                width: 100%;
                height: auto; }
              #home main #topContets > li:first-child #enjoy li:nth-child(odd) {
                padding: 0 5px 10px 0; }
              #home main #topContets > li:first-child #enjoy li:nth-child(even) {
                padding: 0 0 10px 5px; }

  /**************************************************************
  [インフォメーション]
  ***************************************************************/
  /**************************************************************
  [インフォメーション]お知らせ
  ***************************************************************/
  /**************************************************************
  [インフォメーション]お知らせ詳細
  ***************************************************************/
  /**************************************************************
  [インフォメーション]運行情報
  ***************************************************************/
  .service_status .listLyt {
    border-bottom: 1px dashed #adb6b8;
    margin: 0 0 30px; }

  /**************************************************************
  [インフォメーション]運行情報詳細
  ***************************************************************/
  /**************************************************************
  [インフォメーション]ツアー情報
  ***************************************************************/
  /**************************************************************
  [インフォメーション]ツアー情報詳細
  ***************************************************************/
  /**************************************************************
  [路線バス]
  ***************************************************************/
  .route_bus {
    /*routebusLyt*/ }
    .route_bus .ttlH2 + .section {
      margin-bottom: 50px; }
    .route_bus .routebusLyt {
      width: 100%;
      box-sizing: border-box;
      padding: 15px;
      margin: 0 0 30px; }
      .route_bus .routebusLyt ul {
        margin: 0 0 15px; }
        .route_bus .routebusLyt ul li {
          float: none;
          width: 100%;
          height: auto;
          box-sizing: border-box;
          background: #fff;
          border-radius: 10px;
          border: 3px solid #e06186; }
          .route_bus .routebusLyt ul li a {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 10px;
            color: #e06186;
            text-align: center;
            padding: 0 0 10px; }
            .route_bus .routebusLyt ul li a div {
              padding: 10px 0; }
            .route_bus .routebusLyt ul li a > span {
              display: inline-block;
              line-height: 1;
              font-size: 18px;
              font-weight: bold;
              padding: 0 0 0 20px;
              position: relative; }
              .route_bus .routebusLyt ul li a > span:after {
                content: "";
                width: 8px;
                height: 10px;
                background: url(../img/routebus/ico_arrow.gif) left no-repeat;
                position: absolute;
                top: 50%;
                left: 0;
                margin: -5px 0 0; }
              .route_bus .routebusLyt ul li a > span span {
                font-size: 15px; }
          .route_bus .routebusLyt ul li:first-child {
            margin: 0 0 15px; }
      .route_bus .routebusLyt .midbtn {
        background: #dfb63b; }

  /**************************************************************
  [路線バス]バス停から時刻表を探す
  ***************************************************************/
  /**************************************************************
  [路線バス]バス停（一般名称）
  ***************************************************************/
  .bus_stop {
    /*stopNameLyt*/ }
    .bus_stop .stopNameLyt {
      margin: 0 0 30px;
      padding: 15px 10px; }
      .bus_stop .stopNameLyt .timetableRoma {
        font-size: 16px;
        padding: 0 0 3px; }
      .bus_stop .stopNameLyt .timetableName {
        font-size: 24px;
        font-weight: bold;
        padding: 0 0 2px; }
      .bus_stop .stopNameLyt .timetableKana {
        color: #132b86;
        background: #fff;
        width: 100%;
        padding: 2px 0;
        /*margin: 0 0 15px;*/
        margin: 0; }
      .bus_stop .stopNameLyt ul {
        /*margin: -20px 0 0;*/
        margin: 0 0 0;
        /*li{
        	width: 100%;
        	box-sizing: border-box;
        	border: 2px solid #dddddd;
        	background: #f9f9f9;
        	margin: 20px 0 0;
        	a{
        		display: block;
        		width: 100%;
        		height: 100%;
        		color: #132b86;
        		font-size: 16px;
        		font-weight: bold;
        		box-sizing: border-box;
        		padding: 18px 0;
        		span{
        			position: relative;
        			display: inline-block;
        		}
        	}
        }*/ }
        .bus_stop .stopNameLyt ul li {
          width: 100%;
          height: auto;
          margin: 10px 0; }
          .bus_stop .stopNameLyt ul li a {
            padding: 10px 40px;
            font-size: 16px;
            font-weight: bold;
            line-height: 1.46; }
    .bus_stop #gMap {
      width: 100%;
      height: 175px;
      margin: 0 auto 30px; }
    .bus_stop .timetableLyt {
      margin: 0 0 30px;
      padding: 15px; }
      .bus_stop .timetableLyt ul {
        margin: 0 0 10px; }
        .bus_stop .timetableLyt ul li {
          background: #c5d4ec;
          box-sizing: border-box;
          padding: 7px 0; }
          .bus_stop .timetableLyt ul li:first-child {
            width: 35%;
            background: #5b80bd;
            color: #fff;
            text-align: center; }
          .bus_stop .timetableLyt ul li:last-child {
            width: 65%;
            padding-left: 10px;
            font-size: 15px;
            font-weight: bold; }
      .bus_stop .timetableLyt > p {
        padding: 0 0 20px 10px; }
      .bus_stop .timetableLyt .tblScroll {
        overflow: auto;
        white-space: nowrap; }
      .bus_stop .timetableLyt .tblScroll::-webkit-scrollbar {
        height: 5px; }
      .bus_stop .timetableLyt .tblScroll::-webkit-scrollbar-track {
        background: #F1F1F1; }
      .bus_stop .timetableLyt .tblScroll::-webkit-scrollbar-thumb {
        background: #BCBCBC; }
      .bus_stop .timetableLyt .tblScroll::-moz-scrollbar {
        height: 5px; }
      .bus_stop .timetableLyt .tblScroll::-moz-scrollbar-track {
        background: #F1F1F1; }
      .bus_stop .timetableLyt .tblScroll::-moz-scrollbar-thumb {
        background: #BCBCBC; }

  /**************************************************************
  [路線バス]路線図から時刻表を探す
  ***************************************************************/
  .search_route_map {
    /*#mapLYt*/ }
    .search_route_map #mapLYt {
      background: none;
      position: relative;
      width: 100%;
      height: auto;
      margin: 0 0 30px; }
      .search_route_map #mapLYt .routemap {
        width: 100%;
        height: auto;
        background: #fff;
        box-sizing: border-box;
        border: 1px solid #5b80bd;
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 20px; }
        .search_route_map #mapLYt .routemap a {
          display: block;
          width: 100%;
          height: 100%;
          box-sizing: border-box;
          text-align: left;
          color: #132b86;
          padding: 3px 0 0; }
          .search_route_map #mapLYt .routemap a span {
            font-size: 16px;
            font-weight: bold;
            position: relative;
            padding: 0 0 0 17px;
            margin: 0 0 0 12px;
            display: inline-block;
            line-height: 1.46; }
            .search_route_map #mapLYt .routemap a span:after {
              content: "";
              width: 8px;
              height: 10px;
              position: absolute;
              top: 50%;
              left: 0;
              margin: -5px 0 0;
              background: url(../img/common/ico_arrow.png) left no-repeat;
              background-size: 8px 10px; }
          .search_route_map #mapLYt .routemap a p {
            font-size: 12px;
            line-height: 1.46;
            padding: 0 0 0 29px; }
      .search_route_map #mapLYt #routemap1 {
        width: 100%;
        top: 0;
        left: 0; }
      .search_route_map #mapLYt #routemap2 {
        width: 100%;
        top: 0;
        left: 0; }
      .search_route_map #mapLYt #routemap3 {
        width: 100%;
        top: 0;
        left: 0; }
      .search_route_map #mapLYt #routemap4 {
        width: 100%;
        top: 0;
        left: 0; }
      .search_route_map #mapLYt #routemap5 {
        width: 100%;
        top: 0;
        left: 0; }
      .search_route_map #mapLYt #routemap6 {
        width: 100%;
        top: 0;
        left: 0; }
      .search_route_map #mapLYt #routemap7 {
        width: 100%;
        top: 0;
        left: 0; }
      .search_route_map #mapLYt #routemap8 {
        width: 100%;
        top: 0;
        left: 0; }
      .search_route_map #mapLYt #routemap9 {
        width: 100%;
        top: 0;
        left: 0; }
      .search_route_map #mapLYt #kofuWrap {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 0;
        background: rgba(255, 255, 255, 0.8);
        position: relative;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 10px; }
        .search_route_map #mapLYt #kofuWrap ul {
          width: 100%;
          margin: 0 0 20px; }
          .search_route_map #mapLYt #kofuWrap ul li {
            width: 100%;
            height: 39px;
            background: #fff;
            border: 1px solid #5b80bd;
            box-sizing: border-box; }
            .search_route_map #mapLYt #kofuWrap ul li a {
              display: block;
              width: 100%;
              height: 100%;
              box-sizing: border-box;
              font-size: 16px;
              font-weight: bold;
              color: #132b86;
              line-height: 1;
              padding: 11px 0 0; }
              .search_route_map #mapLYt #kofuWrap ul li a span {
                position: relative;
                padding: 0 0 0 17px;
                margin: 0 0 0 12px;
                letter-spacing: 0.01em;
                display: inline-block; }
                .search_route_map #mapLYt #kofuWrap ul li a span small {
                  font-size: 12px;
                  font-weight: bold; }
                .search_route_map #mapLYt #kofuWrap ul li a span:after {
                  content: "";
                  width: 8px;
                  height: 10px;
                  position: absolute;
                  top: 50%;
                  left: 0;
                  margin: -5px 0 0;
                  background: url(../img/common/ico_arrow.png) left no-repeat;
                  background-size: 8px 10px; }
            .search_route_map #mapLYt #kofuWrap ul li:first-child {
              border-bottom: 1px solid #5b80bd;
              margin: 0 0 20px; }
            .search_route_map #mapLYt #kofuWrap ul li:last-child {
              border-top: 1px solid #5b80bd; }
        .search_route_map #mapLYt #kofuWrap .pdf {
          width: 100%;
          height: 48px;
          margin: 0 auto 50px; }
    .search_route_map .searchRouteMapLyt > ul > li ul li a {
      padding: 20px 40px; }

  /**************************************************************
  [路線バス][路線図から時刻表を探す]系統図・地域
  ***************************************************************/
  /**************************************************************
  [路線バス][路線図から時刻表を探す][系統図・地域]系統
  ***************************************************************/
  .route {
    /*routeLyt*/ }
    .route #routeLyt {
      margin: 0 0 30px;
      padding: 15px; }
      .route #routeLyt #routeLytWrap {
        margin: 0 0 30px; }
        .route #routeLyt #routeLytWrap ul li {
          padding: 12px 15px 12px 60px; }
        .route #routeLyt #routeLytWrap #bar {
          left: 24px; }

  /**************************************************************
  [路線バス][路線図から時刻表を探す][系統図・地域]系統
  ***************************************************************/
  .area {
    /*routeLyt*/ }
    .area #routeLyt .routeLyt {
      margin: 0 0 30px;
      padding: 15px; }
      .area #routeLyt .routeLyt .routeLytWrap {
        margin: 0 0 30px; }
      .area #routeLyt .routeLyt .pdf {
        margin-top: 50px; }

  /**************************************************************
  [路線バス][路線図から時刻表を探す]バス停詳細
  ***************************************************************/
  .timetable_detail .timetableLyt {
    margin: 0 0 30px;
    padding: 15px; }
    .timetable_detail .timetableLyt ul {
      margin: 0 0 10px; }
      .timetable_detail .timetableLyt ul li {
        background: #c5d4ec;
        box-sizing: border-box;
        padding: 7px 0; }
        .timetable_detail .timetableLyt ul li:first-child {
          width: 35%;
          background: #5b80bd;
          color: #fff;
          text-align: center; }
        .timetable_detail .timetableLyt ul li:last-child {
          width: 65%;
          padding-left: 10px;
          font-size: 15px;
          font-weight: bold; }
    .timetable_detail .timetableLyt > p {
      padding: 0 0 20px 10px; }
    .timetable_detail .timetableLyt .tblScroll {
      overflow: auto;
      white-space: nowrap; }
    .timetable_detail .timetableLyt .tblScroll::-webkit-scrollbar {
      height: 5px; }
    .timetable_detail .timetableLyt .tblScroll::-webkit-scrollbar-track {
      background: #F1F1F1; }
    .timetable_detail .timetableLyt .tblScroll::-webkit-scrollbar-thumb {
      background: #BCBCBC; }
    .timetable_detail .timetableLyt .tblScroll::-moz-scrollbar {
      height: 5px; }
    .timetable_detail .timetableLyt .tblScroll::-moz-scrollbar-track {
      background: #F1F1F1; }
    .timetable_detail .timetableLyt .tblScroll::-moz-scrollbar-thumb {
      background: #BCBCBC; }

  /**************************************************************
  [路線バス][路線図から時刻表を探す]バス停詳細
  ***************************************************************/
  /**************************************************************
  [路線バス][路線図から時刻表を探す]シャトルバス
  ***************************************************************/
  /**************************************************************
  [路線バス][路線図から時刻表を探す][シャトルバス]イオンモール
  ***************************************************************/
  .aeonmall .yk2Lyt table {
    font-size: 16px;
    font-weight: bold; }
    .aeonmall .yk2Lyt table th {
      width: 100%;
      padding: 6px 20px; }
    .aeonmall .yk2Lyt table td {
      width: 100%;
      padding: 6px 20px; }

  /**************************************************************
  [路線バス][路線図から時刻表を探す][シャトルバス]ヴァンフォーレ
  ***************************************************************/
  .ventforet .tbl2Lyt table tr th {
    display: table-cell;
    font-weight: bold;
    padding: 7px 15px; }
    .ventforet .tbl2Lyt table tr th:first-child {
      width: 40%; }
    .ventforet .tbl2Lyt table tr th:last-child {
      width: 60%;
      color: #333; }
  .ventforet .tbl2Lyt table tr td {
    display: table-cell;
    padding: 7px 15px; }
    .ventforet .tbl2Lyt table tr td:first-child {
      width: 40%;
      border-bottom: none; }
    .ventforet .tbl2Lyt table tr td:last-child {
      width: 60%; }

  /**************************************************************
  [路線バス]ご乗車サポート
  ***************************************************************/
  /**************************************************************
  [路線バス][ご乗車サポート]経路・運賃を調べる
  ***************************************************************/
  /**************************************************************
  [路線バス][ご乗車サポート]乗車・降車について
  ***************************************************************/
  /**************************************************************
  [路線バス][ご乗車サポート]運賃の支払い方法
  ***************************************************************/
  /**************************************************************
  [路線バス][ご乗車サポート]車内のご案内
  ***************************************************************/
 /**************************************************************
[路線バス][ご乗車サポート]使用可能ICカード
***************************************************************/
  .ic_card .ulBgLyt {
    position: relative; }
    .ic_card .ulBgLyt img {
      position: relative;
      top: 0px;
      left: 0px;
      width: 100%;
      max-width: 230px;
      height: auto;
      margin: 0 auto;
      display: block; }

  /**************************************************************
  [路線バス][ご乗車サポート]やまなしバスコンシェルジュ
  ***************************************************************/
  /**************************************************************
  [路線バス][ご乗車サポート]バス出前授業
  ***************************************************************/
  /**************************************************************
  [路線バス][ご乗車サポート]100円運賃
  ***************************************************************/
  /**************************************************************
  [路線バス]よくある質問
  ***************************************************************/
  /**************************************************************
  [高速バス]
  ***************************************************************/
  .highway_bus #mapLYt {
    background: none;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 30px; }
    .highway_bus #mapLYt .ttlH3 {
      position: relative;
      top: 0px;
      left: 0; }
    .highway_bus #mapLYt .highwayBusMap {
      width: 100%;
      height: 40px;
      background: #fff;
      box-sizing: border-box;
      border: 2px solid #5b80bd;
      margin: 0 0 20px;
      position: relative;
      top: 0;
      left: 0; }
      .highway_bus #mapLYt .highwayBusMap a {
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        text-align: center;
        color: #132b86;
        padding: 8px 0 0; }
        .highway_bus #mapLYt .highwayBusMap a span {
          font-size: 16px;
          font-weight: bold;
          position: relative;
          padding: 0 0 0 15px;
          display: inline-block;
          line-height: 1.46; }
          .highway_bus #mapLYt .highwayBusMap a span:after {
            content: "";
            width: 8px;
            height: 10px;
            position: absolute;
            top: 50%;
            left: 0;
            margin: -5px 0 0;
            background: url(../img/common/ico_arrow.png) left no-repeat;
            background-size: 8px 10px; }
    .highway_bus #mapLYt #highwayBusMap1 {
      width: 100%;
      top: 0px;
      left: 0px; }
    .highway_bus #mapLYt #highwayBusMap2 {
      width: 100%;
      top: 0px;
      left: 0px; }
    .highway_bus #mapLYt #highwayBusMap3 {
      width: 100%;
      top: 0px;
      left: 0px; }
    .highway_bus #mapLYt #highwayBusMap4 {
      width: 100%;
      top: 0px;
      left: 0px; }
    .highway_bus #mapLYt #highwayBusMap5 {
      width: 100%;
      top: 0px;
      left: 0px; }
    .highway_bus #mapLYt #highwayBusMap6 {
      width: 100%;
      top: 0px;
      left: 0px; }
    .highway_bus #mapLYt #highwayBusMap7 {
      width: 100%;
      top: 0px;
      left: 0px; }
    .highway_bus #mapLYt #highwayBusMap8 {
      width: 100%;
      top: 0px;
      left: 0px; }
    .highway_bus #mapLYt #highwayBusMap9 {
      width: 100%;
      top: 0px;
      left: 0px; }
  .highway_bus .listLyt {
    border-bottom: 1px dashed #adb6b8;
    margin: 0 0 30px; }

  /**************************************************************
  [高速バス]竜王・甲府⇔新宿線
  ***************************************************************/
  .kofu_shinjuku .midbtn {
    width: 100%; }

  /**************************************************************
  [高速バス]身延・身延山⇔新宿線
  ***************************************************************/
  .minobu_shinjuku .midbtn {
    width: 100%; }

  /**************************************************************
  [高速バス]南アルプス市・中央市⇔新宿線
  ***************************************************************/
  .minamialps_shinjuku .midbtn {
    width: 100%; }

  /**************************************************************
  [高速バス]竜王・甲府⇔横浜線
  ***************************************************************/
  .kofu_yokohama .midbtn {
    width: 100%; }

  /**************************************************************
  [高速バス]竜王・甲府⇔羽田空港線
  ***************************************************************/
  .kofu_haneda .midbtn {
    width: 100%; }

  /**************************************************************
  [高速バス]竜王・甲府⇔成田空港線
  ***************************************************************/
  .kofu_narita .midbtn {
    width: 100%; }

  /**************************************************************
  [トラベル]甲府⇔京都・大阪線
  ***************************************************************/
  .kofu_osaka .midbtn {
    width: 100%; }

  /**************************************************************
  [高速バス]竜王・甲府⇔名古屋線
  ***************************************************************/
  .kofu_nagoya .midbtn {
    width: 100%; }

  /**************************************************************
  [高速バス]竜王・甲府⇔静岡線
  ***************************************************************/
  .kofu_shizuoka .midbtn {
    width: 100%; }

  /**************************************************************
  [高速バス]新宿⇔岡谷線
  ***************************************************************/
  .kofu_okaya .midbtn {
    width: 100%; }

  /**************************************************************
  [高速バス]新宿⇔駒ヶ根線
  ***************************************************************/
  .kofu_komagane .midbtn {
    width: 100%; }

  /**************************************************************
  [高速バス]きっぷの案内
  ***************************************************************/
  .ticket .yk2Lyt p {
    line-height: 1.46; }
  .ticket .ticketLyt table th {
    width: 100%;
    line-height: 1.46; }
  .ticket .ticketLyt table td {
    width: 100%; }

  /**************************************************************
  [高速バス]乗車案内
  ***************************************************************/
  .riding .HIGHWAY_BUS #searchResult #ridingLyt > li {
    margin: 0 0 40px; }
    .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt1 {
      margin: 0 0 30px; }
      .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt1 > li {
        width: 100%;
        padding: 30px 0; }
        .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt1 > li:last-child {
          padding: 30px 0 30px 30px; }
          .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt1 > li:last-child div {
            font-size: 16px; }
    .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt2 {
      margin: 0 0 30px; }
      .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt2 > li {
        width: 100%;
        box-sizing: border-box; }
        .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt2 > li:first-child {
          text-align: center;
          border-bottom: 2px solid #ececec;
          padding: 25px; }
          .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt2 > li:first-child img {
            width: 100%; }
        .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt2 > li:last-child {
          padding: 30px 0 30px 30px; }
          .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt2 > li:last-child > ul > li {
            padding: 0; }
            .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt2 > li:last-child > ul > li:first-child {
              width: 100%;
              padding-left: 0; }
              .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt2 > li:last-child > ul > li:first-child div {
                line-height: 1;
                font-size: 16px; }
            .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt2 > li:last-child > ul > li ul li {
              padding-left: 15px;
              font-size: 14px;
              line-height: 1.85; }
    .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt3 {
      margin: 0 0 30px; }
      .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt3 > li {
        padding: 30px 0; }
        .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt3 > li:first-child {
          width: 100%;
          box-sizing: border-box;
          padding: 30px 20px 30px;
          border-right: none; }
          .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt3 > li:first-child img {
            width: 100%;
            height: auto; }
        .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt3 > li:last-child {
          width: 100%;
          padding: 30px 20px 30px;
          border-left: none; }
          .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt3 > li:last-child .midbtn {
            width: 100%;
            margin-bottom: 25px; }
          .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt3 > li:last-child h5 {
            font-size: 16px; }
          .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt3 > li:last-child ul {
            margin-bottom: 25px; }
          .riding .HIGHWAY_BUS #searchResult #ridingLyt > li > .ridingLyt3 > li:last-child ul:last-of-type {
            margin-bottom: 0; }
    .riding .HIGHWAY_BUS #searchResult #ridingLyt > li .tblLyt {
      margin-top: 30px; }
  .riding .HIGHWAY_BUS #mb50 {
    padding: 0; }

  /**************************************************************
  [高速バス]車両案内
  ***************************************************************/
  /**************************************************************
  [高速バス]よくある質問
  ***************************************************************/
  /**************************************************************
  [貸切バス]
  ***************************************************************/
  .chartered_bus .midbtn {
    margin-bottom: 50px; }

  /**************************************************************
  [貸切バス]車両紹介
  ***************************************************************/
  /**************************************************************
  [貸切バス]お問い合わせ
  ***************************************************************/
  /**************************************************************
  [貸切バス]よくある質問
  ***************************************************************/
  /**************************************************************
  [タクシー]
  ***************************************************************/
  .taxi .img {
    display: none; }
  .taxi .taxiSpLyt {
    display: block; }
    .taxi .taxiSpLyt .ulLyt ul li:after {
      content: "";
      width: 15px;
      height: 17px;
      border-radius: none;
      position: absolute;
      top: 50%;
      left: -15px;
      margin: -9px 0 0;
      background: url(../img/taxi/ico_tel.png) left no-repeat; }
    .taxi .taxiSpLyt .ulLyt a {
      background: none;
      text-decoration: none;
      color: #2e4083;
      font-weight: bold; }

  /**************************************************************
  [タクシー]観光・貸切タクシー
  ***************************************************************/
  /**************************************************************
  [タクシー]貸切タクシー
  ***************************************************************/
  .chartered .contactTel2Lyt p > span {
    padding: 0; }

  /**************************************************************
  [タクシー]タクシー配車アプリ
  ***************************************************************/
  /**************************************************************
  [タクシー]よくある質問
  ***************************************************************/
  /**************************************************************
  [双葉SAレストラン（下り線）]
  ***************************************************************/
  .futaba {
    /*futabaLyt*/ }
    .futaba .bgImg {
      height: 75px; }
    .futaba .futabaLyt {
      padding: 20px;
      margin: 0 0 30px; }
      .futaba .futabaLyt ul li {
        float: none;
        width: 100%; }
        .futaba .futabaLyt ul li:first-child {
          width: 100%;
          margin: 0;
          display: none; }
        .futaba .futabaLyt ul li .ttlH4 {
          margin-bottom: 15px; }
        .futaba .futabaLyt ul li .midbtn {
          margin: 0 auto 10px; }
    .futaba .ulImg3Lyt {
      margin-bottom: 30px; }
    .futaba .listLyt {
      border-bottom: 1px dashed #adb6b8;
      margin: 0 0 30px; }

  /**************************************************************
  [双葉SAレストラン（下り線）]レストラン・軽食
  ***************************************************************/
  .eat .ulImgTxt3Lyt {
    margin-bottom: 0px; }

  /**************************************************************
  [双葉SAレストラン（下り線）]ショッピング
  ***************************************************************/
  .shopping .ulImgTxt3Lyt {
    margin-bottom: 30px; }

  /**************************************************************
  [双葉SAレストラン（下り線）]パン工房
  ***************************************************************/
  /**************************************************************
  [双葉SAレストラン（下り線）]よくある質問
  ***************************************************************/
  /**************************************************************
  [トラベル]
  ***************************************************************/
  .travel .listImgLyt {
    margin-bottom: 30px; }

  /**************************************************************
  [トラベル]旅行
  ***************************************************************/
  /**************************************************************
  [トラベル]協定施設
  ***************************************************************/
  /**************************************************************
  [トラベル] 高速バス名古屋線宿泊パック
  ***************************************************************/
  /**************************************************************
  [トラベル] [高速バス名古屋線宿泊パック]お問い合わせ
  ***************************************************************/
  .contact_nagoyapack .txt a {
    background: none;
    padding: 0;
    margin: 0; }

  /**************************************************************
  [トラベル]高速バス成田線宿泊パック
  ***************************************************************/
  /**************************************************************
  [トラベル] [高速バス成田線宿泊パック]お問い合わせ
  ***************************************************************/
  .contact_naritapack .txt a {
    background: none;
    padding: 0;
    margin: 0; }

  /**************************************************************
  [トラベル]旅行約款
  ***************************************************************/
  /**************************************************************
  [トラベル]富士屋ホテル挙式特典
  ***************************************************************/
  /**************************************************************
  [トラベル]よくある質問
  ***************************************************************/
  /**************************************************************
  [自動車学校]
  ***************************************************************/
  /**************************************************************
  [安全への取り組み]
  ***************************************************************/
  /**************************************************************
  [安全への取り組み]山梨交通
  ***************************************************************/
  /**************************************************************
  [安全への取り組み]山交タウンコーチ
  ***************************************************************/
  .towncoarch .tblLyt > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 30px; }
    .towncoarch .tblLyt > ul > li {
      box-sizing: border-box; }
      .towncoarch .tblLyt > ul > li:nth-child(odd) {
        width: 45%;
        margin: 0 5% 0 0;
        padding: 10px;
        box-sizing: border-box;
        border-bottom: 1px solid #5b80bd;
        font-weight: bold; }
      .towncoarch .tblLyt > ul > li:nth-child(even) {
        width: 50%;
        padding: 10px;
        border-bottom: 1px solid #dddddd; }
      .towncoarch .tblLyt > ul > li:nth-child(1) {
        border-top: 1px solid #5b80bd; }
      .towncoarch .tblLyt > ul > li:nth-child(2) {
        border-top: 1px solid #dddddd; }

  /**************************************************************
  [安全への取り組み]よくある質問
  ***************************************************************/
  /**************************************************************
  [甲斐市民温泉]
  ***************************************************************/
  /**************************************************************
  [甲斐市民温泉]
  ***************************************************************/
  .kai_spa_detail .ykLyt img {
    width: 100%;
    height: auto;
    margin-bottom: 15px; }
  .kai_spa_detail #gMapKaiSpa {
    width: 100%;
    height: 175px; }

  /**************************************************************
  [甲斐市民温泉]送迎バス
  ***************************************************************/
  .bus .kaiSpaBusLyt {
    width: 100%;
    margin: 0 0 50px;
    box-sizing: border-box;
    padding: 30px 30px 0; }
    .bus .kaiSpaBusLyt .ttlH4 {
      margin-bottom: 20px; }
    .bus .kaiSpaBusLyt > table th {
      display: block;
      width: 100%;
      font-size: 15px; }
    .bus .kaiSpaBusLyt > table td {
      display: block;
      width: 100%;
      padding: 10px 20px;
      font-size: 14px; }
    .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .tab {
      width: 100%;
      height: 70px; }
      .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .tab ul {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box; }
        .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .tab ul li {
          width: 50%;
          height: 50px;
          margin: 0;
          box-sizing: border-box; }
          .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .tab ul li div {
            font-size: 14px;
            padding: 10px 0 0; }
    .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody {
      padding: 15px 0 0; }
      .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody .txt {
        text-align: left; }
      .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody > ul > li {
        width: 100%;
        display: none; }
        .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody > ul > li .kaiSpaBusTblLyt {
          width: 100%;
          margin-left: 0; }
          .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody > ul > li .kaiSpaBusTblLyt th {
            width: 6em; }
            .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody > ul > li .kaiSpaBusTblLyt th:nth-child(1) {
              width: 4em; }
            .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody > ul > li .kaiSpaBusTblLyt th:nth-child(2) {
              width: auto; }
          .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody > ul > li .kaiSpaBusTblLyt td {
            width: 6em; }
            .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody > ul > li .kaiSpaBusTblLyt td:nth-child(1) {
              width: 4em; }
            .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody > ul > li .kaiSpaBusTblLyt td:nth-child(2) {
              width: auto; }
        .bus .kaiSpaBusLyt .kaiSpaBusTimeTblLyt .kaiSpaBusLytBody > ul > li:first-child {
          display: block; }

  /**************************************************************
  [甲斐市民温泉]よくある質問
  ***************************************************************/
  /**************************************************************
  [南アルプス温泉ロッジ]
  ***************************************************************/
  .alps_lodge .listLyt {
    border-bottom: 1px dashed #adb6b8;
    margin: 0 0 30px; }

  /**************************************************************
  [南アルプス温泉ロッジ]宿泊棟
  ***************************************************************/
  /**************************************************************
  [南アルプス温泉ロッジ]白峰会館
  ***************************************************************/
  /**************************************************************
  [南アルプス温泉ロッジ]宿泊予約
  ***************************************************************/
  /**************************************************************
  [南アルプス温泉ロッジ]宿泊約款
  ***************************************************************/
  /**************************************************************
  [南アルプス温泉ロッジ]よくある質問
  ***************************************************************/
  /**************************************************************
  [駐車場]
  ***************************************************************/
  /**************************************************************
  [賃貸マンション]
  ***************************************************************/
  /**************************************************************
  [採用情報]
  ***************************************************************/
  /**************************************************************
  [採用情報]バス運転手
  ***************************************************************/
  /**************************************************************
  [採用情報]タクシー運転手
  ***************************************************************/
  /**************************************************************
  [個人情報保護方針]
  ***************************************************************/
  .privacypolicy .tblLyt > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 30px; }
    .privacypolicy .tblLyt > ul > li {
      box-sizing: border-box; }
      .privacypolicy .tblLyt > ul > li:nth-child(odd) {
        width: 45%;
        margin: 0 5% 0 0;
        padding: 10px;
        box-sizing: border-box;
        border-bottom: 1px solid #5b80bd;
        font-weight: bold; }
      .privacypolicy .tblLyt > ul > li:nth-child(even) {
        width: 50%;
        padding: 10px;
        border-bottom: 1px solid #dddddd; }
      .privacypolicy .tblLyt > ul > li:nth-child(1) {
        border-top: 1px solid #5b80bd; }
      .privacypolicy .tblLyt > ul > li:nth-child(2) {
        border-top: 1px solid #dddddd; }
  .privacypolicy .midbtn a {
    font-size: 14px;
    padding-left: 0px;
    text-align: center; } }
