@charset "utf-8";
/*--Common.CSS--Index--
	共通
	パーツ
	メディアクエリ
--------------------*/
.banner1{
	background-color:#909090;
	height:150px;
	color:#fff;
	font-size:20px;
	text-align:center;
	line-height:150px;
}
/*↑ダミー用なので後で消す↑*/


html, body{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body{background:#;}
/*=== リセット ===*/
*{margin:0;padding:0;}
ul,ol{list-style:none;}
a, a:hover{color:#eb6b95;}
a.hvTdN:hover{text-decoration:none;}
dt{font-weight:normal;}
em{font-style:normal;}
label{font-weight:normal;}
input[type="text"], button{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
input[type="text"],
select{
	width:100%;
	height:30px;
	padding:3px 5px 0 5px;
	border-radius:5px;
	box-sizing:border-box;
}
.lblRadio + .lblRadio{margin-left:10px;}
input[type="radio"]{
	margin-right:3px;
	vertical-align:text-top;
}
select{}
textarea{
	width: 100%;
	border-radius:5px;
	resize:none;
}

/*=============
    共通 
=============*/
.spDevice,
.tablet{display:none;}
input[type="checkbox"]{
	background:#fff;
	margin:0 5px 0 0;
	vertical-align:-0.15em;
}
.container{width:1167px;}

/*ヘッダー*/
#header{
	border-top:3px solid #eb6b95;
	border-bottom:2px solid #e5e5e5;
}
#header .container{
	height:94px;
	padding:0px;
	box-sizing:border-box;
}
#logo{
	margin:0;
	padding:5px 0 0 10px;
	float:left;
}
#headNav{
	margin-left:260px;
	padding-top:20px;
}
#headNav > ul{
	display:table;
	width:100%;
}
#headNav > ul > li{
	display:table-cell;
	width:15%;
	border-left:1px dotted #c3c3c3;
	text-align:center;
	vertical-align:top;
}
#headNav > ul > li.last{
	width:25%;
	padding-top:5px;
	color:#666;
	font-size:12px;
	text-align:right;
}
#headNav > ul > li a{color:#666;}
#headNav > ul > li a.here{color:#a8a8a8;}
#headNav > ul > li .fa{
	display:block;
	height:30px;
	margin:0 0 10px 0;
	color:#eb6b95;
	font-size:32px;
}
#headNav > ul > li a.here .fa{
	background-position:center bottom;
	color:#a8a8a8;
}

#header .snsBox{display: inline-block;}
#header .snsBox .disT > *{
	display: table-cell;
	vertical-align: top;
}
#header .snsBox .disT > .twitBox{padding-right:10px;}


/*メイン*/
#main{
	background:url(../img/main_bg.png) center top no-repeat;
	background-size:cover;
	position:relative;
}
#main > .container{
	display:table;
	height:160px;
	padding:0;
}
#main .mainTtl{
	display:table-cell;
	margin: 0;
	padding-top:35px;
	vertical-align:top;
}
#main .mainTtl .txt{
	display:inline-block;
	background-color:#df5885;
	padding:12px 15px 8px;
	color:#fff;
	font-size:35px;
	line-height:1;
	box-shadow:0 0 5px #fff;
}

#main .mainBan{
	display:table-cell;
	padding-top:20px;
	text-align:right;
	vertical-align:top;
}
#main .mainBan a{display:inline-block;}
#main .mainBan a:hover{opacity:0.8;}

/*パンクズ*/
#pankz{
	background:url(../img/bg_blk_alph05.png) left top repeat;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}
#pankz .container{
	height:27px;
	padding:0;
	color:#fff;
	font-size:12px;
	line-height:27px;
}

#content{
	background:url(../img/bg1.png) left top repeat;
}

/*フッター*/
#footer{
	background-color:#4c4c4c;
}
.footNav{
	width:1167px;
	margin:0px auto;
	color:#fff;
}
.footNav dl{
	display:table;
	width:100%;
	margin:0;
	padding:15px 0;
}
.footNav .vehicle{
	border-top:1px dotted #fff;
}
.footNav dl > *{display:table-cell;}
.footNav .cont > *{vertical-align:middle;}
.footNav .vehicle > *{vertical-align:top;}
.footNav dt{width:120px;}
.footNav dd{
	padding-left:50px;
	font-size:12px;
	position:relative;
}
.footNav .cont dd{padding:10px 0 0px 10px;}
.footNav .vehicle dd{padding:0px 0 0px 10px;}
.footNav ul{margin:0;}
.footNav li{
	display:inline-block;
	margin-bottom:10px;
	padding:0 10px;
	border-left:1px solid #b4b4b4;
}
.footNav a{color:#fff;}
.footNav .rss{
	background:url(../img/img_rss.png) left center no-repeat;
	height:18px;
	margin:0;
	padding-left:30px;
	line-height:20px;
	position:absolute;
	bottom:-5px;
	right:0;
}

#copyright{
	background-color:#f1f1f1;
	margin:0;
	padding:25px 0 100px;
	font-size:12px;
	text-align:center;
}

/*=============
    パーツ 
=============*/
/*banner(img)*/
.ban1{display: inline-block;}

/*文字色*/
.txtWht{color:#fff;}
.txtBlk{color:#000;}
.txtLGry{color:#333;}
.txtRed1{color:#6a0000;}
.txtPnk{color:#eb6b95;}



/*ボーダー*/
.BDGrey1{border:1px solid #ccc;}
.BDTGrey1{border-top:1px solid #747474;}
.BDBWht1{border-bottom:1px solid #fff;}
.BDBBlk1{border-bottom:1px solid #000;}
.BDLPnk1{border-left:1px solid #eb6b95;}
.BDSdw1{border-bottom:1px solid #c2c2c2;}
.BDSdw1 + *{border-top:1px solid #fff;}


/*box-shadow*/
.boxSdw1{box-shadow:2px 2px 0 0 rgba(4,0,0,0.2);}

/*text-shadow*/
.txtSdw1{text-shadow:0 0 5px #fff;}

/*アイコン*/
.icnNew{
	display:inline-block;
	background:#fd5081;
	margin-right:10px;
	padding:3px 8px 2px;
	color:#fff;
	line-height:1;
	border-radius:15px;
}

.fa{
	margin-right:10px;
	vertical-align:middle;
}
.faTxt{
	display:inline-block;
	vertical-align:middle;
}
.fa-oka{background:url(../img/fa_oka.png) center top no-repeat;}
.fa-kura{background:url(../img/fa_kura.png) center top no-repeat;}
.fa-crown{background:url(../img/fa_crown.png) left top no-repeat;}

.pager1 > a{
	display:inline-block;
	background-color:#909090;
	height:20px;
	padding:0px 7px;
	color:#fff;
	font-size:14px;
	text-align:center;
	line-height:22px;
}
.pager1 > a.here{background-color:#d8d8d8;}


.bgBlkAlph07{background:url(../img/bg_blk_alph07.png) left top repeat;}
.bgGryAlph08{background:url(../img/bg_gry_alph08.png) left top repeat;}


/*矢印*/
.arwR1{
	background:url(../img/arw_r1.png) center center no-repeat;
}
.arwR3{
	background:url(../img/arw_r3.png) left center no-repeat;
}


/*タイトル*/
.ttl1{
	color:#fff;
	font-size:20px;
	margin:0;
	padding:15px 0 15px 5px;
}
.ttl1 .fa{font-size:26px;}
.ttl2{
	background-color:#eb6b95;
	padding:10px;
	color:#fff;
	font-size:24px;
	text-align:center;
}
.ttl3{
	background-color:#fff;
	margin:0 0 20px;
	padding:20px;
	font-size:24px;
	font-weight:bold;
	border-top:3px solid #eb6b95;
	border-bottom:1px solid #c2c2c2;
}
.ttl3 small{
	display:block;
	padding-top:15px;
	color:#eb6b95;
	font-size:20px;
	font-weight:normal;
}


.alter1,.alter2{/*JSによる交互のクラス付用*/}

.list1{}
.list1 li{
	padding:10px 0;
	line-height:1.5;
	border-top:1px dotted #000;
}
.list1 li:first-child{border:none;}
.list1 li span{display:block;}
.list1 li a{color: #333;}

.list2 li{
	padding:20px 0;
	font-size:13px;
	line-height:1.5;
	border-top:1px dotted #000;
}
.list2 li:first-child{border:none;}
.list2 li.PB15{padding-bottom:15px;}
.list2 .listTtl{
	margin:0 0 10px;
	font-size:20px;
}
.list2 .listTtl .fa{
	width:35px;
	height:22px;
	font-size:24px;
	margin:-3px 0 0;
}


.listTable1{}/*案内板*/
.listTable1 table{
	width:100%;
	border-bottom:1px solid #7f7f7f;
}
.listTable1 thead{
	background:url(../img/bg_gry_alph065.png) left top repeat;
	color:#fff;
}
.listTable1 thead tr{
	border-top:1px solid #5f5f5f;
	border-bottom:1px solid #5f5f5f;
}
.listTable1 tbody tr{
	border-bottom:1px dotted #757575;
}
.listTable1 .rowOdd{background:url(../img/bg_lgry_alph065.png) left top repeat;}
.listTable1 .rowEven{background:#fff;}

.listTable1 th,
.listTable1 td{padding:10px;}
.listTable1 td.taR{width: 140px;}
.listTable1 td em{color:#eb6b95;}

.listTable2{}/*時刻表詳細, 検索結果*/
.listTable2 table{width:100%;}
.listTable2 tr{border-bottom:1px dotted #7f7f7f;}
.listTable2 td{padding:15px 0;}
.listTable2 td.taR{width:160px;}
.listTable2 td .name{
	display:inline-block;
	width:250px;
}
.listTable2 td .where{
	display:inline-block;
	font-size:16px;
}


.timeTableList1 table{/*時刻表詳細*/
	width:100%;
	border:1px solid #ccc;
}
.timeTableList1 tr{
	border-top:1px solid #ccc;
}
.timeTableList1 th,
.timeTableList1 td{
	font-weight:bold;
	vertical-align:middle;
	box-sizing:border-box;
}
.timeTableList1 th{
	background-color:#909090;
	width:54px;
	padding:10px;
	color:#fff;
	font-size:16px;
	text-align:center;
}
.timeTableList1 td{
	padding:15px 20px 0px;
	font-size:30px;
	line-height:1;
}
.timeTableList1 .rowOdd td{background-color:#fff;}
.timeTableList1 .rowEven td{background-color:#e3e3e3;}
.timeTableList1 td p{
	display:inline-block;
	margin:0 10px 10px 0;
	text-align:center;
}
.timeTableList1 td small{
	display:block;
	margin-bottom:5px;
	font-size:12px;
}
.disT .timeTableList1{
	display:table-cell;
	width:50%;
	vertical-align:top;
	box-sizing:border-box;
}
.disT .timeTableList1.colL{padding-right:4px;}
.disT .timeTableList1.colR{padding-left:4px;}




/*ボタン*/
.btn{border:none;}
.btn1{
	background-color:#46a131;
	padding:5px 20px;
	color:#fff !important;
	font-size:14px;
	border-radius:5px;
	box-shadow:2px 2px 0 rgba(53,106,41,1);
}
.btn1:hover{
	background:#ccc;
	text-decoration:none;
}
.btn2{
	background-color:#fff;
	color:#eb6b95 !important;
	font-size:14px;
	box-shadow:1px 1px 0 rgba(142,142,142,0.62);
	border-radius:0;
	border:1px solid #c0c0c0;
}
.btn2.type2{
	padding:6px 8px;
	box-shadow:2px 2px 0 rgba(142,142,142,1);
	border-radius:5px;
}
.btn2.type2 .fa{margin-right:5px;}
.btn2:hover{
	background:#ccc;
	text-decoration:none;
}
.btn3{
	background-color:#46a131;
	color:#fff !important;
	box-shadow:1px 1px 0 rgba(40,113,23,1);
}
.btn4{
	background-color:#8ba131;
	color:#fff !important;
	box-shadow:1px 1px 0 rgba(100,119,24,1);
}
.btn5{
	background-color:#4b4b4b;
	color:#fff !important;
	box-shadow:1px 1px 0 rgba(48,48,48,1);
}
.btn6{
	background-color:#227894;
	color:#fff !important;
	box-shadow:1px 1px 0 rgba(28,72,87,1);
}
.btn7{
	background-color:#dd3434;
	color:#fff !important;
	box-shadow:1px 1px 0 rgba(193,35,35,1);
}

.btnS{
	height:23px;
	padding:0 10px;
	font-size:14px;
	line-height:25px;
	border-radius:0;
}
.btnS:hover{text-decoration: underline;}
.btnMore1{padding:5px 10px;}
.btnMore1 span{
	display:inline-block;
	background:url(../img/arw_r2.png) center right no-repeat;
	padding-right:20px;
}

/*ラベル*/
.label{margin-bottom:7px;}
.label1{
	display:inline-block;
	background-color:#eb6b95;
	margin-right:3px;
	padding:8px 10px;
	font-size:14px;
	font-weight:normal;
	border-radius:5px;
}
.label1:hover{text-decoration: underline !important;}

/*吹出blnBox*/
.blnTtl{
	height:54px;
	margin:0 0 19px;
	font-size:20px;
	color:#fff;
	text-align:center;
	line-height:54px;
	position:relative;
}
.blnTtl:after{
	content:"";
	display:block;
	width:0;
	height:0;
	margin:auto;
	position:absolute;
	bottom:-9px;
	left:0;
	right:0;
	border-style:solid;
	border-width:9px 9px 0;
	border-right-color:transparent !important;
	border-left-color:transparent !important;
}
.blnBox1 .blnTtl{background-color:#8d8d8d;}
.blnBox1 .blnTtl:after{border-top-color:#8d8d8d !important;}
.blnBox2 .blnTtl{background-color:#8ba131;}
.blnBox2 .blnTtl:after{border-top-color:#8ba131 !important;}
.blnBox3 .blnTtl{background-color:#46a131;}
.blnBox3 .blnTtl:after{border-top-color:#46a131 !important;}
.blnBox4 .blnTtl{background-color:#909090;}
.blnBox4 .blnTtl:after{border-top-color:#909090 !important;}
.blnTtl .fa{font-size:36px;}
.blnBox3{
	background-color:#fff;
	border:5px solid #46a131;
}
.blnBox4{
	background-color:#fff;
	border:5px solid #909090;
}



.srchRoute{}
.srchRoute .disT{margin-bottom:20px;}
.srchRoute .disT > *{
	display:table-cell;
	vertical-align:middle;
}
.srchRoute .colL{padding-right:20px;}
.srchRoute .btn1{font-size:18px;}
.fromTo{
	display:table;
	table-layout:fixed;
	width:100%;
	margin-bottom:20px;
}
.fromTo > *{display:table-cell;}
.fromTo .arwR1{
	width:50px;
}
.srchRoute .ymdt{
	display:table;
	width:100%;
}
.srchRoute .ymdt > *{
	display:table-cell;
	vertical-align: middle;
}
.srchRoute .ymdt .boxL{padding-right:15px;}
.srchRoute .ymdt .boxS{padding-right:10px;}
.srchRoute .ymdt .boxRadio{
	width:110px;
	text-align:right;
}
.srchRoute .boxRadio label{color:#fff;}

.searchBox .inputBoxTxt{width:280px;}


.guideBox{}
.guideBox .guideTtl{
	margin:0 0 10px;
	font-size:30px;
	position:relative;
}
.guideBox .guideTtl em{
	font-size:50px;
	color:#eb6b95;
}
.guideBox .guideTtl .fa{
	color:#eb6b95;
	font-size:34px;
}
.guideBox .guideTtl .btnMore1{
	position:absolute;
	bottom:5px;
	right:0;
}
.guideTxt1{
	margin: 0;
	padding-top: 15px;
	clear: both;
}


.mapBox iframe{
	width:100%;
	height:500px;
}
.mapBox img{
	max-height:550px;
	max-width:550px;
	width:100%;
}
.mapTtl{
	font-size:30px;
	color:#FFFFFF;
	margin:0px;
}
.mapTtl em{
	font-size:50px;
	color:#eb6b95;
}
.mapBox2 iframe{
	width:100%;
	height:265px;
}

.mapLink{position: relative;}
.mapLink a{
	display: block;
	border-radius:5px;
	position: absolute;
}


.routeBox .routeLabel1{
	background-color:#757575;
	margin-bottom:10px;
	padding:10px 15px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	border-radius:5px;
}
.routeBox .routeLabel2{
	background-color:#e4e4e4;
	margin-bottom:10px;
	padding:10px 15px;
	font-size:18px;
	font-weight:bold;
	border-radius:5px;
}
.routeBox .txt{margin-bottom:10px;}

.searchBox2{
	padding:15px;
	margin-bottom:20px;
}
.searchBox2 .txtArr{
	background:url(../img/arw_r1.png) no-repeat right center;
	padding:0 40px 0 0;
	width:20%;
	margin-right:5px;
	display:inline-block;
}
.searchBox2 .txtDep{
	width:42%;
	margin-right:5px;
	display:inline-block;
}
.searchBox2 .txtRadio{
	width:30%;
	display:inline-block;
	color:#FFFFFF;
}
.searchBox2 h4{
	color:#FFFFFF;
	border-bottom:1px solid #CCC;
	padding:0 0 10px 0;
	margin:0 0 15px 0;
}
.searchBox2 .txtTime{
	display:inline-block;
	margin-right:5px;
}

.searchBox2 .txtTime select{
	display:inline-block;
	width:auto;
}

.searchBox2 .spotBox{
	margin-top:10px;
	border-top:1px solid #292929;
}
.searchBox2 h5{
	border-top:1px solid #CCC;
	padding-top:15px;
	padding-bottom:10px;
	margin:0px;
	color:#FFFFFF;
	font-size:16px;
}
.searchBox2 li{
	display:inline-block;
	margin-right:2px;
	margin-bottom:5px;
}

.searchBox2 li a{
	display:block;
	color:#FFFFFF;
	padding:5px;
	border-radius:5px;
	background:#848484;
	box-shadow:2px 2px 0px #262626;
	
}


.btnBox1 .boxHd{padding-bottom:5px;}
.btnBox1 .boxTtl{
	margin: 0;
	font-size: 24px;
	float: left;
}
.btnBox1 .boxBd{
	margin-right:-10px;
	padding:20px 0;
}
.btnBox1 .boxBd a{
	display:inline-block;
	background:url(../img/arw_r3.png) 10px center no-repeat #fff;
	width:179px;
	margin:0 10px 20px 0;
	padding:18px 20px 18px 25px;
	color:#333;
	font-size:16px;
	border:1px solid #cdcdcd;
	border-radius:0;
	box-shadow:2px 2px 0 rgba(142,142,142,0.62);
	white-space:normal;
}
.btnBox1 .boxBd a:hover{text-decoration: underline;}

.tabBox1 .tabsWrap{
	margin:0 -5px;
}
.tabBox1 .tabs{
	display:table;
	width:100%;
}
.tabBox1 .tabs > div{
	display:table-cell;
	width:33.33%;
	padding:0 5px;
}
.tabBox1 .tabs a{
	display:block;
	padding:15px;
	color:#fff;
	font-size:23px;
	text-align:center;
}
.tabBox1 .tab1 a{background-color:#4b4b4b;}
.tabBox1 .tab2 a{background-color:#227894;}
.tabBox1 .tab3 a{background-color:#dd3434;}
.tabBox1 .tabs a .fa-chevron-down{margin-top:-5px;}

.tabBox1 .conts > div{
	display:none;
	padding:14px;
}
.tabBox1 .conts > div.show{display:block;}
.tabBox1 .conts .cont1{background-color:#4b4b4b;}
.tabBox1 .conts .cont2{background-color:#227894;}
.tabBox1 .conts .cont3{background-color:#dd3434;}


/*inquiry*/
.inquiryBlock{
	max-width:900px;
	margin:0 auto;
	width:100%;
}
.inquiryBlock .title{
	border-top:3px solid #eb6b95;
	background:#FFFFFF;
	padding:15px;
	border-bottom:1px solid #CCC;
	margin:40px 0 20px 0;
}
.inquiryBlock .title i{
	color:#eb6b95;
}
.inquiryBlock .btnBox{
	text-align:center;
	padding-bottom:30px;
	
}
.inquiryBlock .btnBox .btn{
	font-size:20px;
	
}

.areaBlock h4{
	font-size:24px;
}
.areaBlock{
	padding-top:30px;
}
.areaBlock:first-child{
	padding-top:0px;
}
.areaBlock h4 i{
	color:#eb6b95;
}
.areaBlock h5{
	font-size:18px;
	background:#eb6b95;
	color:#FFFFFF;
	padding:8px;
	margin:0px;
}
.areaBlock ul{
	margin:0px;
	padding:0px;
}
.areaBlock li{
	border-bottom:1px dotted #000000;
	padding:10px 0;
	margin:0px;
}
.areaBlock li a{
	background:url(../img/arw_r2.png) no-repeat left center;
	padding-left:15px;
	color:#000000;
}

/*result.css*/
.ttlBox{
	border-top:3px solid #eb6b95;
	background:#FFFFFF;
	padding:15px 0 0 0;
	border-bottom:1px solid #FFFFFF;
}
.ttlBox h3{
	margin:0px;
	padding:10px 15px 20px 15px;
	font-size:18px;
}
.ttlBox span{
	vertical-align:middle;
}
.ttlBoxBtm{
	background:#dadada;
	font-size:16px;
	border-bottom:1px solid #CCCCCC;
	padding:15px;
}
.ttlBoxBtm a{
	margin-top:-8px;
}
.stationName{
	font-size:30px;
	font-weight:bold;
}
.iconDep{
	display:inline-block;
	padding:5px 10px;
	line-height:1;
	background:#5489af;
	color:#FFFFFF;
	vertical-align:middle;
	margin-left:5px;
}
.iconArr{
	display:inline-block;
	padding:5px 10px;
	line-height:1;
	background:#9a52aa;
	color:#FFFFFF;
	vertical-align:middle;
	margin-left:5px;
}
.resultList{
	border-top:1px solid #CCCCCC;
	background:#FFFFFF;
	margin-bottom:50px;
}
.resultList li{
	padding:12px 0px 12px 12px;
	border-bottom:1px solid #CCCCCC;
}
.resultList li:nth-child(even){
	background:#dadada;
}
.resultList li:nth-child(even) a{
	color:#333;
}
.resultList li:first-child{
	background:#b1d9f6;
}
.resultList li:last-child{
	background:#cbb8cf;
}


.resultList.detailList{
	background-color:transparent !important;
}
.resultList.detailList li:nth-child(even){
	background-color:transparent !important;
}
.resultList.detailList li:nth-child(odd){
	background:#dadada;
}
.resultList.detailList li.bgDep{
	background:#b1d9f6 !important;
}
.resultList.detailList li.bgArr{
	background:#cbb8cf !important;
}

.resultList.detailList li:first-child{
	background:#dadada;
}
.resultList.detailList li:last-child{
	background:#dadada;
}

.resultList li div{
	vertical-align:middle;
}
.resultList li .timeBox{
	display:inline-block;
	word-break:break-all;
	color:#46a131;
	font-weight:bold;
	width:20%;
}
.resultList li .iconBox i{
	font-size:30px;
}
.resultList li .iconBox{
	display:inline-block;
	width:10%;
	text-align:center;
}
.resultList li .busBox{
	width:42%;
	display:inline-block;
}
.resultList li .linkBox{
	width:23%;
	text-align:right;
	display:inline-block;
	
}
.resultList li .linkBox a{
	display: inline-block;
	padding:0 1px;
}
.resultList li .linkBox .fa{
	margin:-2px 2px 0 0;
	font-size: 18px;
}
.resultList li:nth-child(even)  .busBox{
	width:60%;
	display:inline-block;
}

.routeTtl{
	font-size:25px;
	font-weight:bold;
}
.routeTtl i{
	color:#eb6b95;
}


.searchAgain {
	padding:10px;
	color:#FFFFFF;
	margin-bottom:20px;
}
.searchAgain h4{
	font-size:20px;
	text-align:center;
	padding-bottom:10px;
	color:#FFFFFF;
	border-bottom:1px solid #CCC;
}
.searchAgain  input{
	color:#000000;
}
.searchAgain .timeSearch{
}
.searchAgain .timeSearch select{
	color:#000000;
	display:inline-block;
	width:49%;
	margin-bottom:5px;
}
.searchAgain a.btn1{
	display:block;
	width:70%;
	margin:0px auto 10px auto;
	padding:10px;
	font-size:16px;
}


/*=== メディアクエリ ===*/
@media screen and (max-width:1199px){
/*デスクトップ(992px以上、1200px未満)*/
/*=============
    共通 
=============*/
.container{width:auto;}
.container .ML-15{margin-left: 0;}
.container .MR-15{margin-right: 0;}
.container .MLR-15{
	margin-left: 0;
	margin-right: 0;
}


/*ヘッダー*/
#logo{padding:5px 0 15px 15px;}
#headNav > ul > li{padding:0 10px;}

/*メイン*/
#main .container{width:960px;}

.footNav{
	width:auto;
	padding:0 15px;
}

/*=============
    パーツ 
=============*/
/*banner*/
.ban1{display: block;}
.ban1 img{
	width: 100%;
	height: auto;
}

.searchBox .inputBoxTxt{width:auto;}


}
@media screen and (max-width:1024px){
/*タブレット(768px以上、1025px未満)*/
input[type="radio"]{
	margin-top: 2px;
	vertical-align:top;
}
}
@media screen and (max-width:991px){
/*タブレット(768px以上、992px未満)*/
/*=============
    共通 
=============*/
.tablet{display:block;}

/*ヘッダー*/
#headNav > ul > li.last{display: none;}

/*メイン*/
#main .container{width:auto;}
#main .mainBan{display:none;}
#main #pankz .container{padding:0 15px;}



/*=============
    パーツ 
=============*/
/*banner*/
.ban1{display: none;}
/*タイトル*/
.ttl1{
	font-size:15px;
	margin:0;
}
.ttl1 .fa{font-size:20px;}
.ttl2{
	padding:10px;
	font-size:24px;
}
.ttl3{
	margin:0 0 15px;
	font-size:18px;
}
.ttl3 small{
	padding-top:15px;
	font-size:15px;
}

.listTable1{font-size: 12px;}

.listTable2{}/*時刻表詳細, 検索結果*/
.listTable2 td{padding:10px 10px 10px 0;}
.listTable2 td.taR{padding-right: 0;}
.listTable2 td .name{
	display:block;
	width:auto;
}
.listTable2 td .where{display:block;}


/*吹出blnBox*/
.blnTtl{
	height:35px;
	font-size:15px;
	line-height:35px;
}
.blnTtl.fnt25{font-size: 15px;}
.blnTtl .fa{font-size:24px;}

.srchRoute .btn1{font-size:15px;}
.srchTime .btn1 br{display: none;}

.guideBox{}
.guideBox .guideTtl{
	margin:0 0 10px;
	font-size:22px;
}
.guideBox .guideTtl em{font-size:40px;}
.guideBox .guideTtl .fa{font-size:26px;}
.guideBox .guideTtl .btnMore1{bottom:0px;}
.guideTxt1{
	padding-top: 10px;
	font-size: 12px;
}

.mapTtl{font-size:22px;}
.mapTtl em{font-size:40px;}


.routeBox .routeLabel1{
	padding:5px 10px;
	font-size:15px;
}
.routeBox .routeLabel2{
	padding:5px 10px;
	font-size:15px;
}
.routeBox .txt{font-size: 12px;}



}
@media screen and (max-width:767px){
/*モバイル(768px未満)*/
/*=============
    共通 
=============*/
.spNone{display: none;}
.spDevice{display:block;}
.spPR0{padding-right:0px !important;}
.spMLR15{
	margin-left: 15px !important;
	margin-right: 15px !important;
}
.spMB5{margin-bottom: 5px !important;}
.spMB10{margin-bottom: 10px !important;}
.spMB15{margin-bottom: 15px !important;}
.spMB20{margin-bottom: 20px !important;}
.spFltL{float: left;}
.spFltR{float: right;}

/*ヘッダー*/
#header{font-size:12px;}
#header .container{height:auto;}
#logo{
	width:40%;
	max-width:200px;
	padding:5px 0 10px 10px;
}
#logo img{
	width:100%;
	height:auto;
}
#header .spBtn{
	padding-top: 10px;
	padding-right: 10px;
	float:right;
}
#header .btnMenu{
	display:inline-block;
	height:40px;
	padding:0 10px;
	color:#EB6B95 !important;
	font-size: 14px;
	line-height:34px;
	border:1px solid #EB6B95;
	border-radius:5px;
	text-align:center;
}
#header .btnMenu .fa{
	margin:0 5px 0 0;
	font-size:16px;
}
#header .btnMenu .faTxt{padding-top: 2px;}
#header .spSns{
	padding:0 10px;
	padding-right: 10px;
	float: none;
	clear: both;
}
#header .spSns  p{margin-bottom:5px;}
#headNav{
	display:none;
	background-color:#fff;
	width:100%;
	padding-top:0;
	margin-left:0;
	clear:both;
}
#headNav > ul{
	display:block;
	margin:0;
}
#headNav > ul > li{
	display:block;
	width:100%;
	padding:0px;
	text-align:left;
	border-top:1px dotted #C3C3C3;
	border-left:none;
}
#headNav > ul > li.last{display:none;}
#headNav > ul > li a{
	display:block;
	height:39px;
	padding:5px 10px;
	box-sizing:border-box;
}
#headNav > ul > li .fa{
	display:inline-block;
	background-position:left top;
	background-size:auto 54px;
	width:28px;
	height:27px;
	margin:0 15px 0 0;
	font-size:27px;
	text-align:center;
	vertical-align:middle;
}
#headNav > ul > li span{vertical-align:middle;}


/*メイン*/
#main > .container{height:140px;}
#main .mainTtl{
	padding-top:25px;
	vertical-align:top;
}
#main .mainTtl .txt{font-size:25px;}


/*フッター*/
.footNav dl{padding:15px 0 10px;}
.footNav dt{
	width:80px;
	font-size:11px;
}
.footNav dd{font-size:10px;}
.footNav .cont > *{vertical-align:top;}
.footNav .cont dd{padding:0 60px 0 10px;}
.footNav .rss{bottom:0;}
#copyright{
	height:30px;
	line-height:30px;
}

/*=============
    パーツ 
=============*/
.fa-crown{background-size:22px auto;}

/*タイトル*/
.ttl1{
	font-size:15px;
	margin:0;
}
.ttl1 .fa{font-size:20px;}
.ttl2{font-size:16px;}
.ttl3{
	padding:15px;
	font-size:14px;
	line-height: 1.4;
}
.ttl3 small{
	padding-top:10px;
	font-size:10px;
}

.pager1 > a{
	height:20px;
	padding:0px 7px;
	font-size:10px;
	line-height:22px;
}

.arwR1{background-size:auto 13px;}

.list1 li{
	padding:10px 0;
	font-size: 12px;
}

.list2 li{
	padding:15px 0;
	font-size:12px;
}
.list2 .listTtl{font-size:16px;}
.list2 .listTtl .fa{
	width:30px;
	font-size:20px;
}


.listTable1{}/*案内板*/
.listTable1 table{
	width:100%;
	border-bottom:1px solid #7f7f7f;
}
.listTable1 table > * > tr > *:first-child{width: 50px;}
.listTable1 table > * > tr > *:nth-child(2){width: 60px;}
.listTable1 table > * > tr > *:nth-child(4){display: none;}
.listTable1 thead{
	background:url(../img/bg_gry_alph065.png) left top repeat;
	color:#fff;
}
.listTable1 thead tr{
	border-top:1px solid #5f5f5f;
	border-bottom:1px solid #5f5f5f;
}
.listTable1 tbody tr{
	border-bottom:1px dotted #757575;
}
.listTable1 .rowOdd{background:url(../img/bg_lgry_alph065.png) left top repeat;}
.listTable1 .rowEven{background:#fff;}

.listTable1 th,
.listTable1 td{padding:5px 0px 5px 10px;}
.listTable1 td.taR{
	width:70px;
	padding: 5px 10px 0 0;
}
.listTable1 td.taR .btnS{margin-bottom: 5px;}
.listTable1 td em{color:#eb6b95;}

.listTable2{}/*時刻表詳細, 検索結果*/
.listTable2 td{padding:5px 10px 5px 0;}
.listTable2 td.taR{width:auto;}
.listTable2 td.taR .btnS{
	display: block;
	margin-bottom: 5px;
}
.listTable2 td .name{font-size: 12px;}
.listTable2 td .where{font-size:14px;}


.timeTableList1 table{/*時刻表詳細*/}
.timeTableList1 th,
.timeTableList1 td{
}
.timeTableList1 th{
	width:30px;
	padding:10px;
	font-size:12px;
}
.timeTableList1 td{
	padding:10px 10px 0px;
	font-size:20px;
}
.timeTableList1 td p{
	margin:0 5px 5px 0;
}
.timeTableList1 td small{
	margin-bottom:5px;
	font-size:10px;
}

/*ボタン*/
.btn{border:none;}
.btn1{
	background-color:#46a131;
	padding:5px 20px;
	color:#fff !important;
	font-size:14px;
	border-radius:5px;
	box-shadow:2px 2px 0 rgba(53,106,41,1);
}
.btn1:hover{
	background:#ccc;
	text-decoration:none;
}
.btn2{font-size:14px;}
.btn2.type2{padding:6px 8px;}
.btn2.type2 .fa{margin-right:5px;}

.btnS{
	height:20px;
	font-size:10px;
	line-height:22px;
}
.btnMore1{padding:5px 5px;}
.btnMore1 span{
	background-size:4px auto;
	padding-right:10px;
}
.guideTxt1{font-size: 10px;}


/*ラベル*/
.label{margin-bottom:7px;}
.label1{
	margin-right:3px;
	padding:8px 10px;
	font-size:10px;
}

/*吹出blnBox*/
.blnTtl{
	height:40px;
	font-size:16px !important;
	line-height:40px;
}
.blnTtl:after{
	bottom:-9px;
	border-width:9px 9px 0;
}
.blnTtl .fa{font-size:24px;}
.blnBox3{border:5px solid #46a131;}
.blnBox4{border:5px solid #909090;}
.blnBox3 .blnTtl{line-height: 36px;}
.blnBox4 .blnTtl{line-height: 36px;}


.srchRoute .disT{margin-bottom:10px;}
.srchRoute .disT > *{display:block;}
.srchRoute .colL{
	padding-right:0px;
	font-size: 12px;
}
.fromTo{margin-bottom:10px;}
.fromTo .arwR1{width:25px;}
.srchRoute .btn1{
	max-width: 260px;
	margin:0 auto 5px;
}
.srchRoute .btn1{font-size: 14px;}
.srchRoute .btn1 br{display: none;}
.srchRoute .ymdt{margin-bottom: 10px;}
.srchRoute .ymdt .boxL{padding-right:15px;}
.srchRoute .ymdt .boxS{padding-right:10px;}
.srchRoute .ymdt .boxRadio{display: none;}
.srchRoute .boxRadio.spDevice{
	display: block;
	margin-bottom: 10px;
}

.guideBox .guideTtl{font-size:18px;}
.guideBox .guideTtl em{font-size:24px;}
.guideBox .guideTtl .fa{
	margin-right: 5px;
	font-size:22px;
}
.guideBox .btnMore1{
	background-color: #EB6B95;
	color: #fff !important;
}
.guideBox .btnMore1 span{background-image: url(../img/arw_r4.png);}


.mapBox iframe{height:250px;}
.mapBox img{
	max-height:550px;
	max-width:550px;
	width:100%;
}
.mapTtl{font-size:18px;}
.mapTtl em{font-size:24px;}
.mapBox2 iframe{height:250px;}

.searchBox2 .txtTime select{
	display:inline-block;
	width:45%;
}

.searchBox2 .txtArr{
	background:url(../img/arw_r1.png) no-repeat right center;
	width:40%;
	margin-right:0px;
}
.searchBox2 .txtDep{
	width:50%;
	margin-right:0px;
}
.searchBox2 .txtRadio{
	width:95%;
	display:block;
	color:#FFFFFF;
}
.searchBox2 .txtTime{
	display:block;
	margin:0 0 5px;
}
.searchBox2 .txtTime select{
	margin-bottom:5px;
	font-size: 12px;
}
.searchBox2 .btn{
	display:block;
	width:60%;
	margin:0 auto;
}


.btnBox1 .boxHd{padding-bottom:10px;}
.btnBox1 .boxTtl{
	margin: 0 0 10px;
	font-size: 18px;
	float:none;
}
.btnBox1 .fltR{
	text-align:center;
	float: none !important;
}
.btnBox1 .boxBd{
	margin-right: 0;
	padding:15px 0;
}
.btnBox1 .boxBd a{
	width:49%;
	margin:0 0px 10px 0;
	padding:10px 20px;
	font-size:14px;
	float: left;
}
.btnBox1 .boxBd a:nth-child(2n+1){clear: both;}
.btnBox1 .boxBd a:nth-child(2n){float: right;}

.tabBox1 .tabsWrap{
	margin:0 -2px;
}
.tabBox1 .tabs > div{
	padding: 0 2px;
}
.tabBox1 .tabs a{
	padding:15px;
	font-size:12px;
}

.tabBox1 .conts > div{padding:10px;}


/*result.css*/
.ttlBox{
	padding:10px 0 0 0;
}
.ttlBox h3{
	padding:5px;
	font-size:14px;
}
.ttlBoxBtm{
	font-size:12px;
	padding:10px;
	text-align:center;
}
.ttlBoxBtm a{
	display:block;
	font-size:12px;
	width:70%;
	margin:5px auto;
	float:none !important;
}
.stationName{
	font-size:14px;
}
.iconDep{
	font-size:11px;
	padding:3px 5px;
}
.iconArr{
	font-size:11px;
	padding:3px 5px;
}

.routeTtl{
	font-size:16px;
}
.resultList{margin-bottom: 20px;}
.resultList li .busBox{
	width:auto;
	display:inline-block;
}
.resultList li .linkBox{
	width:auto;
	text-align:right;
	display:block;
	padding-right:10px;
	
}

/*inquiry*/
.inquiryBlock .title{font-size:20px;}


/*result.css*/
.searchAgain .timeSearch select{font-size: 12px;}

}

/*確認用*/
/*
#gamen{display:none;}
.container{order:1px solid #f00;}
.boxC{border:1px solid #f00;}
.row{border:1px solid #666;}
.colL, .colR{border:1px solid #00f;}
.inner{border:1px solid #0f0;}
#gamen{
	background:#ccc;
	display:block;
	position:fixed;
	left:3px;
	top:3px;
	z-index:9999;
}
#gamen:before{
	background:#ccc;
	width:100px;
	position:absolute;
	top:2px;
	left:10px;
}
#gamen:after{
	background:#ccc;
	width:100px;
	position:absolute;
	top:20px;
	left:10px;
}
@media (min-width:1200px){
#gamen:before{content:"デスクトップ";}
#gamen:after{content:"1200px以上";}
}
@media screen and (max-width:1199px){
#gamen:before{content:"デスクトップ";}
#gamen:after{content:"1200px未満";}
}
@media screen and (max-width:991px){
#gamen{opacity:0.3;}
#gamen:before{content:"タブレット";}
#gamen:after{content:"991px以下";}
}
@media screen and (max-width:767px){
#gamen{opacity:0.1;}
#gamen:before{content:"モバイル";}
#gamen:after{content:"767px以下";}
}
*/







