@charset "utf-8";
/* CSS Document */
/* ----------------------------------------------------------------------
	◆bg_area -margin リセット
 ---------------------------------------------------------------------- */
body{
	margin:0; padding:0;
}

.sp {-webkit-text-size-adjust: 100%;
	}

#sitetitle , #head_body {
	height:290px;
	padding: 0;
	margin: 0;
	background-color:#FFCC00;
	background-image: url(../img/head_bg.gif);
	background-position: center top;
	background-repeat:no-repeat;
}




/* ----------------------------------------------------------------------
	◆背景画像
 ---------------------------------------------------------------------- */
#dom_cnt{
/*	background: url(../img/bg_page.png) repeat-y top center #ffffee; background-size:100%;*/
    	background:  #ffffee; background-size:100%;
	}
	


.boxunit{

	}
.pc .boxunit{
	margin-top:0px;
	margin-bottom:0px;
	}
	
.sp .bg_area_fair_head{
	margin: 0;
	padding-bottom:0px;
	}

/* ----------------------------------------------------------------------
	◆dom_cnt 上書き
 ---------------------------------------------------------------------- */
.pc #dom_cnt{
	padding:0;
	}
/* ----------------------------------------------------------------------
	◆パンくず 上書き
 ---------------------------------------------------------------------- */
.pc #breadcrumb{
	background:#FFFFFF;
	margin:0 0 0 0;
	padding:2px 0;
	border-bottom:#DDDDDD solid 1px;
	}
	
/* パンくずリンク */

#pankuzu{
	width: 950px;
	font-size: 13px;
	margin:0 auto;
	padding:8px 0 6px;
}

#pankuzu ul {
	list-style:none;
	margin:0;
	padding:0;
	vertical-align: bottom;
}

#pankuzu li {
	display:inline;
	margin:0;
	padding-right: 3px;
}

#pankuzu a:link{
	color:#003F98;
}

#pankuzu a:link{

}
#pankuzu a:visited{
	color:#003F98;
	text-decoration:underline;
}
#pankuzu a:active{
	color:#003F98;
	text-decoration: none;

}

#pankuzu a:hover{
	color:#003F98;
	text-decoration: none;}

#pankuzu_bg {
/*	background-image: url(../img/header_01.jpg);
	background-repeat: no-repeat;*/
	width: 960px;
	padding: 0px;
	margin: 0px auto;
}


	
/* ----------------------------------------------------------------------
	◆ラッパー（1000pxの表示枠）
 ---------------------------------------------------------------------- */
.pc #wrap{
	width:1000px;
	margin:auto;
	padding: 0 0 0px;
	/* box-shadow: 0px 0px 8px #333;
	/* -moz-box-shadow: 0px 0px 8px #333;
	-webkit-box-shadow: 0px 0px 8px #333; */
	}
	



/* ----------------------------------------------------------------------
	◆ページ上部へ
 ---------------------------------------------------------------------- */
.button_gotop { 
	position: fixed; 
	bottom: 77px; 
	right: 50px; 
	z-index: 10;
}
.mod_button_fade { 
	cursor: pointer; 
}

/* ----------------------------------------------------------------------
	◆フッター
 ---------------------------------------------------------------------- */
.footertel {
	border-top:#BBB 8px solid;
	padding:20px 0 10px;
	}
	




/*ページ上部インフォメーション*/
#info_box{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
		
	}
	
.pc #info_box{
	margin-top:0px;
	 padding-top:20px;
	 }

.sp #info_box{
	margin-top:5px;
	 padding:5px 0;
	 }

/*受付インフォメーション*/
.pc #ukeinfo{
	width:960px;
	/* background-image:url(../img/senko_bg.png) ;*/
	 border:3px solid #52B232;
	background-position:center 10px;
	background-repeat:no-repeat;
	margin:15px auto;
	padding:10px;	
	background-color:#FFF;
	position:relative;

	}
	
.sp #ukeinfo{
	 border:2px solid #52B232;
	background-color:#FFF;
	width:95%;
	margin:0px auto;
	padding:0px 0 0px;
	}

.pc .ukeinfo_in{
	border:2px solid #FFF;
	}

.sp .ukeinfo_in{
	width:320px;
	padding:0px 0;
	}
	
.pc .bustxt02{
	font-size:120%;
	line-height:1.9;
	color:#333;
	}

.sp .bustxt02{
	font-size:83%;
	line-height:1.5;
	color:#333;
	padding:5px;
	}
	
.pc .bustxt01{
	margin:15px 0 15px;
	background-color: #FCC;
	padding:7px;
	text-align:center;
	font-size:130%;
	line-height:1.3;
	color:#333;
	font-weight:bold;
	}
	
.sp .bustxt01{
	margin:15px 0 15px;
	background-color: #FCC;
	padding:7px;
	font-size:90%;
	line-height:1.3;
	color:#333;
	font-weight:bold;
	}

.pc .mark{
	margin:10px auto;
	width:380px;
	}
.pc .mark img{
	margin:0 5px 0
	}
	
.sp .mark{
	margin:10px auto;
	width:100%;
	text-align:center;
	}
.sp .mark img{
	width:30%;
	margin:0 3px 0;
	}


.tex-c{text-align:center;}

.pc .w960{width:960px; margin:0 auto; line-height:1.3;}

.sp .w960{width:100%; margin:0 auto; line-height:1.3;}


/* ボタン 標準（共通）
--------------------*/
a.btn {
	display: inline-block;
  vertical-align: middle;
	border-radius: 4px;
	font-weight:300;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	margin: 20px 0 30px;
	padding: 10px;
	width:340px;
}
a.btn:link,
a.btn:visited {
	background : -moz-linear-gradient(top, #ffffff, #e9e9e9);
	background : -webkit-linear-gradient(top, #ffffff, #e9e9e9);
	background : linear-gradient(to bottom, #ffffff, #e9e9e9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0);
	border: 1px solid #CCC;
	color: #555;
}
a.btn:hover,
a.btn:active {
	border:1px solid #BBB;
	background: #FF9;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.6);
  box-shadow: inset 1px 1px 3px rgba(0,0,0,.6);
	color: #555;
}


.sp a.btn {
	display: inline-block;
  vertical-align: middle;
	border-radius: 4px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	margin: 0 0 5px;
	padding: 7px;
	width:92%;
}


/* ボタン 赤 */


/* ボタン 中 */
a.btn-middle {
	font-size: 1.3em;
}

.sp a.btn-middle {
	font-size: 90%;
}

.txtC {
	text-align: center;
}



#ny_head_tour{background:url(back.png) repeat-x center top; height:210px; width:100%;  }
.ny_head_in_tour{background:url(ttl.png) no-repeat center top; height:185px; }



/*バス会社一覧箇所追加*/

.box{
	width:980px;
	margin:10px auto;
    background: #FFF;
    padding: 0;
    z-index: 200;
    font-size: 13px;
    border: 2px solid #F9E035;
    clear: both;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
} 

.sp .box{ 
	width:97% !important;
}
.BusCompany{
margin: 10px auto 0!important;
    padding: 15px;
    border: solid #FFF;
    border-width: 4px 6px;
    font-size: 12px;
    font-family: sans-serif;
    letter-spacing: 0;
}
.BusCompany ul li{
border-bottom: 1px dotted #ccc;
display: block;
    clear: both;
    padding: 18px 0 6px;
    line-height:1.8;
	font-size:13.5px;
}
.sp .BusCompany ul li{
	font-size:13px;
}

.BusCompany p.list{
	font-size:130%;
	line-height:1.3;
	color:#333;
	font-weight:bold;
}
.sp .BusCompany p.list{font-size:14px;background-color:#FBEB7D;}

.BusCompany p.list span{background-color:#FBEB7D;padding:5px 20px;}


.BusCompany ul li.mainbus{font-size:16px;color:#555;line-height:1.6;margin-top:5px;}
.BusCompany ul li:last-child{
border-bottom: none;
}
.BusCompany li .badge{
background-color: red;
    padding: 1px 5px;
    margin-right: .5em;
    font-weight: normal;
    color: #fff;
    display: block;
    float: left;
    font-size: 10px;
    line-height: 1.2em;
    border-radius: 4px;
    width:7%;
    text-align:center;
}