@charset "utf-8";
em{
	font-style:normal;
}
/*　テーブル　*/
div.tblLyt{
	overflow:auto;
}
.catInformation{
	background-color:#779ad4;
	width: 100px;
	height: 20px;
	box-sizing: border-box;
	line-height: 1;
	color: #fff;
	padding: 4px 0 0;
	border-radius: 20px;
	text-align: center;
	font-size: 13px;
}
.catRoutebus{
	background-color:#90c200;
	width: 100px;
	height: 20px;
	box-sizing: border-box;
	line-height: 1;
	color: #fff;
	padding: 4px 0 0;
	border-radius: 20px;
	text-align: center;
	font-size: 13px;
}
.catHighwaybus{
	background-color:#5db9df;
	width: 100px;
	height: 20px;
	box-sizing: border-box;
	line-height: 1;
	color: #fff;
	padding: 4px 0 0;
	border-radius: 20px;
	text-align: center;
	font-size: 13px;
}
.catCharteredbus{
	background-color:#6290d7;
	width: 100px;
	height: 20px;
	box-sizing: border-box;
	line-height: 1;
	color: #fff;
	padding: 4px 0 0;
	border-radius: 20px;
	text-align: center;
	font-size: 13px;
}
.catTaxi{
	background-color:#7379b4;
	width: 100px;
	height: 20px;
	box-sizing: border-box;
	line-height: 1;
	color: #fff;
	padding: 4px 0 0;
	border-radius: 20px;
	text-align: center;
	font-size: 13px;
}
.catFutaba{
	background-color:#d0a72a;
	width: 100px;
	height: 20px;
	box-sizing: border-box;
	line-height: 1;
	color: #fff;
	padding: 4px 0 0;
	border-radius: 20px;
	text-align: center;
	font-size: 13px;
}
.catTravel{
	background-color:#ff88ab;
	width: 100px;
	height: 20px;
	box-sizing: border-box;
	line-height: 1;
	color: #fff;
	padding: 4px 0 0;
	border-radius: 20px;
	text-align: center;
	font-size: 13px;
}
.catYkds{
	background-color:#76ce88;
	width: 100px;
	height: 20px;
	box-sizing: border-box;
	line-height: 1;
	color: #fff;
	padding: 4px 0 0;
	border-radius: 20px;
	text-align: center;
	font-size: 13px;
}

.NOTFOUND .listLyt{
	margin:0;
}
.NOTFOUND .listLyt li:nth-of-type(1){
	border-top: 1px dashed #adb6b8;
}

#travelInfoSp{
	display:none;
}
@media screen and (max-width: 480px){
	#travelInfoSp{
		display: block;
	}
	#travelInfoPc{
		display: none;
	}
}
#travelInfoWrap li:nth-of-type(2) span{
	display: inline-block;
	width:145px;
}

.branch_kofu_station_bus_terminal small{
	font-size:15px;
}

.cntFtPnl{
	margin:30px 0 0;
	padding:30px 0 30px;
	border-top:1px dashed #adb6b8;
}

.gmap2Lyt li:nth-of-type(1){
	margin:0 40px 0 0;
}

/* ページネーション　*/
.pagenation{
	width:100%;
}
.pagenation .pager{
	text-align: center;
	width: auto;
}
.pagenation .pager li{
	display:inline-block;
	width:55px;
	color:#999;
	line-height: 1;
	float:none;
	margin:0 5px;
}
.pagenation .pager li:first-child,
.pagenation .pager li:last-child
{
	width: 80px;
	height: 40px;
	box-sizing: border-box;
	border: 2px solid #d4d4d4;
	padding:12px 0 0 14px;
}
.pagenation .pager li:first-child{
	padding:12px 0 0 14px;
}
.pagenation .pager li:last-child{
	padding:12px 0 0 0;
}
.pagenation .pager li:first-child span:after {
	background: url(../img/common/pager/ico_prev_on.gif) left no-repeat;
	left:-2px;
}
.pagenation .pager li:last-child span:after {
	background: url(../img/common/pager/ico_next_on.gif) left no-repeat;
	left:60px;
}
.pagenation .pager li:first-child span.cur:after {
	background: url(../img/common/pager/ico_prev_off.gif) left no-repeat;
	left:-2px;
}
.pagenation .pager li:last-child span.cur:after {
	background: url(../img/common/pager/ico_next_off.gif) left no-repeat;
	left:60px;
}
.pagenation .pager li span{
	display:inline-block;
	width:100%;
}
.pagenation .pager li span a{
	display:block;
	width:100%;
	color:#007ac8;
}
.pagenation .page-numbers{
	padding:14px 0;
}
.pagenation .pager li:first-child .page-numbers,
.pagenation .pager li:last-child .page-numbers{
	padding:0;
}
.pagenation .current{
	border-bottom: 2px solid #007ac8;
	padding: 14px 0 10px;
}
@media screen and (max-width: 480px){
	.pagenation{
		width: 100%;
		margin: 0 auto 60px;
	}
	.pagenation .pager li{
		padding:8px 0;
		margin:0;
	}
	.pagenation .pager li:first-child,
	.pagenation .pager li:last-child{
    	width: 100%;
    	height: 40px;
    	box-sizing: border-box;
	}
	.pagenation .pager li span{
		padding:0;
		margin:0;
	}
	.pagenation .pager li span.current{
		padding:0 0 8px 0;
		margin:0;
	}
	.pagenation .pager li:first-child span::after,
	.pagenation .pager li:last-child span::after{
		content:none;
	}
}

/* カレンダー */
.cal{
	overflow: hidden;
}
.cal .my-calendar-footer{
/*	display:none;*/
}
.cal .screen-reader-text {
    display: none;
}
.cal .my-calendar-table{
	width:100%;
}
.cal .calendar-event{
	display:none;
}
.cal .has-events{
}
.cal .mc-row .nextmonth .mc-date{
/*	display:none;*/
	 opacity: 0.2;
	-moz-opacity: 0.2;
	-webkit-opacity: 0.2;
}
.cal .my-calendar-table,
.cal .weekend-heading,
.cal .day-heading{
	text-align: center;
	font-weight:bold;
}
.cal thead .th{
	padding:5px;
}
.cal .mc-main{
	float:left;
	overflow: hidden;
	width:400px;
}
@media screen and (max-width: 480px){
	.cal .mc-main{
		width:100%;
	}
}
.cal .mc-main:nth-child(2n-1){
	float:left;
}
.cal .mc-main:nth-child(2n){
	float:right;	
}
.cal .mc-main:nth-child(2n-1){
	clear:both;
}
.cal abbr{
	text-decoration:none;
}
.cal .my-calendar-month{
	background:#5c80be;
	color:#fff;
	padding:5px;
}
.cal .sat,
.cal td:nth-of-type(7){
	color:#124395;
}
.cal .sun,
.cal td:nth-of-type(1){
color:#cf0a34;
}
.cal thead,
.cal tbody{
	background:#f9f9f9;
}
.cal thead th{
	padding:5px;
}
.cal .day-with-date{
	border-top:2px solid #fff;
}
.cal table{
	margin-bottom:20px;
}
.cal table td{
	padding:6px;
}
.cal tr.mc-row td{
/*	border-top: 2px solid transparent #fdeff3;*/
}
.cal .mcat_suntory_tominooka{
	background:#fad0da;
}


/*　GoogleMap　*/
.gmapImgLyt2{width:100%;margin:0 0 40px}
.gmapImgLyt2 ul li{width:540px;height:300px;float:left;background:#acacac}
.gmapImgLyt2 ul li:first-child{width:300px;background:url() center no-repeat;background-size:cover}

/* 高速バスの時刻表テキスト */
.highwayBusLyt .highwayBusLytWrap .highwayBusLytBody .txt{
	text-align:left;
}

/*　高速バスのサイドバー　*/
main #mainWrap #sidebar #sideActiveNav li.route span{
	margin-left:1.2em;
	background:none;
}
main #mainWrap #sidebar #sideActiveNav li.route span:before{
	content:"● ";
	color:#6CAAD1;
}


/*　双葉ショッピングランキング　*/
#shopping .FUTABA .tblLyt img{
	width:130px;height:90px;
}
@media screen and (max-width: 480px){
	#shopping .FUTABA .tblLyt img{
		width:100%;
		height:auto;
	}
}

/* トラベルお問い合わせ */
span.radio-departure_route,
span.radio-departure_route2,
span.radio-smoking,
span.radio-ticket_reception,
span.radio-contact_method,
span.radio-departure_route .wpcf7-list-item,
span.radio-departure_route2 .wpcf7-list-item,
span.radio-smoking .wpcf7-list-item,
span.radio-ticket_reception .wpcf7-list-item,
span.radio-contact_method .wpcf7-list-item {
	display: block;
	margin:0;
}
span.radio-departure_route span.wpcf7-list-item label input,
span.radio-departure_route2 span.wpcf7-list-item label input,
span.radio-smoking span.wpcf7-list-item label input,
span.radio-ticket_reception span.wpcf7-list-item label input,
span.radio-contact_method span.wpcf7-list-item label input{
	width:	15px;
}
.contact_midbtn {
    width: 300px;
    height: 48px;
    margin: 0 auto 20px;
    box-sizing: border-box;
    background: #465798;
    border-radius: 30px;
    box-shadow: 0px 3px 0px 0px #21358c;
}
.contact_midbtn a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    line-height: 1;
    padding: 17px 0 0;
    box-sizing: border-box;
    position: relative;
}
.contact_midbtn a::after {
    content: "";
    width: 6px;
    height: 7px;
    background: url(../img/common/ico_btn_arrow.png) left no-repeat;
        background-size: auto auto;
    background-size: 6px 7px;
    position: absolute;
    top: 21px;
    left: 30px;
}
.contact_midbtn input {
	background:none;
	border:none;
	color:#fff;
	width:100%;
	height: 50px;
    position: relative;
    top: -16px;
}


/* 甲斐市民温泉トップページの施設紹介テーブル */
table.kaispaFaciTbl{
	text-align:left;
}
table.kaispaFaciTbl td{
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding:8px;
}
table.kaispaFaciTbl tr:last-child td{
	border-bottom: 1px solid #ddd;
}
table.kaispaFaciTbl tr:nth-child(2n) td{
	background:#F9F9F9;
}

/* 甲斐市民温泉Googleマップ */
 #gMapKaiSpa {
    width: 840px;
    height: 350px;
    margin: 0 0 20px;
}

/* 南アルプス温泉ロッジお問い合わせ */
span.radio-breakfast,
span.radio-breakfast_sel,
span.radio-breakfast .wpcf7-list-item,
span.radio-breakfast_sel .wpcf7-list-item {
	display: block;
	margin:0;
}
span.radio-breakfast span.wpcf7-list-item input,
span.radio-breakfast_sel span.wpcf7-list-item input{
	width:	15px;
}

/* タクシーテキスト */
#taxi .taxi span.txtColor,
#service .taxi span.txtColor{
	color:#e13064;
}
#taxi .taxi span.txtBold{
	font-weight:bold;
}

.taxi .img{
	display:block;
}

/*　路線バスターミナルバス停　*/
.searchRouteMapLyt > ul{
	margin-bottom:20px!important;
}
.searchRouteMapLyt .tblLyt{
	font-size:90%!important;
}
.searchRouteMapLyt .tblLyt > ul > li{
	margin:0!important;
}
.searchRouteMapLyt .tblLyt > ul > li:nth-child(2n+1) {
	width:270px!important;
}
.searchRouteMapLyt .tblLyt > ul > li:nth-child(2n) {
	width:570px!important;
}
@media screen and (max-width: 480px) {
	.searchRouteMapLyt .tblLyt > ul > li:nth-child(2n+1) {
		width:100%!important;
		margin:0;
	}
	.searchRouteMapLyt .tblLyt > ul > li:nth-child(2n) {
		width:100%!important;
	}
	.searchRouteMapLyt .tblLyt > ul > li:nth-child(1),
	.searchRouteMapLyt .tblLyt > ul > li:nth-child(2){
		border-top:none!important;
	}

}

/*　路線バスターミナルバス停　方面ボタン2行表示　*/
.stopNameLyt > ul > li.addDir > a{
	padding-top:10px!important;
	padding-bottom:10px!important;
}
.stopNameLyt ul li.addDir a div span{
	padding:0 0 0 15px;
	line-height: 1.2;
}
.stopNameLyt > ul > li.addDir > a em{
	font-size:80%;
}


/* 路線バス　ターミナルバス停　方面ボタン幅いっぱい */
.stopNameLyt ul.trlFlW li{
	width:100%;
	text-align: left;
}
.stopNameLyt ul.trlFlW li a{
	text-align: left;
}
.stopNameLyt ul.trlFlW li a div{
	width:100%;
}
.stopNameLyt ul.trlFlW li.addDir a div span {
	padding:0 0 0 25px;
	display: block;
	width:100%;
}

/* 路線バス　ターミナルバス停　各のりば路線表項目 */
.searchRouteMapLyt .tblLyt li.tblLytPc{
	background:#f9f9f9;
	font-weight: bold;
	border-top:none;
}
@media screen and (max-width: 480px){
	.searchRouteMapLyt .tblLyt li.tblLytPc{
		display: none;
	}
}

/*　路線バス　時刻表　時刻を右寄せ　*/
.bus_stop .timetableLyt table td:nth-child(5){
	text-align:right;
	padding-right:27px;
	width:66px;
}


/* 投稿装飾 */
.ulBgLyt a{
    background: url(../img/common/ico_blank.gif) right no-repeat;
    padding: 0 18px 0 0;
    margin: 0 10px 0 0;
    color: #007ac8;
    text-decoration: underline;
}

/* 路線図スマホ対応 */
@media screen and (max-width: 480px){
	.search_route_map #mapLYt {
		display: none;
	}
}

/* 50音(横：をん) */
.search50TblLyt ul li:nth-child(10) div:nth-child(2),
.search50TblLyt ul li:nth-child(10) div:nth-child(3) {
    margin: 80px 0 0;
}
@media screen and (max-width: 480px){
.search50TblLyt ul li:nth-child(10) div:nth-child(2),
.search50TblLyt ul li:nth-child(10) div:nth-child(3) {
	margin:10px 0 0 10px;
	}
}

/* 50音（横縦制御） */
.search50TblLytSp{
	display: none;
}
.search50TblLytPc{
	display: block;
}
.search50TblLytPc.search50TblLyt{
	padding:30px 70px 0 0;
}
.search50TblLytPc.search50TblLyt ul li:nth-child(6){
	padding-right: 30px;
	border-right:1px dashed #adb6b8;
}
.search50TblLytPc.search50TblLyt ul li:nth-child(8) div:nth-child(2),
.search50TblLytPc.search50TblLyt ul li:nth-child(8) div:nth-child(3),
.search50TblLytPc.search50TblLyt ul li:nth-child(10) div:nth-child(2),
.search50TblLytPc.search50TblLyt ul li:nth-child(10) div:nth-child(3){
	margin:20px 0 0;
}
@media screen and (max-width: 480px){
	.search50TblLytSp{
		display: block;
	}
	.search50TblLytPc{
		display: none;
	}
}

/* 路線図パス修正 */
.area #routeLyt #branch_western .routeLytWrap #routeMapLyt1 {
  background: url(../img/route_bus/searchRouteMap/branch_western/map/map1.png) top left no-repeat;
  height: 850px; }
.area #routeLyt #branch_western .routeLytWrap #routeMapLyt2 {
  background: url(../img/route_bus/searchRouteMap/branch_western/map/map2.png) top left no-repeat;
  height: 587px; }
.area #routeLyt #branch_southwestern .routeLytWrap #routeMapLyt1 {
  background: url(../img/route_bus/searchRouteMap/branch_southwestern/map/map1.png) top left no-repeat;
  height: 800px; }
.area #routeLyt #branch_north .routeLytWrap #routeMapLyt1 {
  background: url(../img/route_bus/searchRouteMap/branch_north/map/map1.png) top left no-repeat;
  height: 872px; }
.area #routeLyt #branch_eastsouth .routeLytWrap #routeMapLyt1 {
  background: url(../img/route_bus/searchRouteMap/branch_eastsouth/map/map1.png) top left no-repeat;
  height: 1209px; }
.area #routeLyt #branch_enzan .routeLytWrap #routeMapLyt1 {
  background: url(../img/route_bus/searchRouteMap/branch_enzan/map/map1.png) top left no-repeat;
  height: 747px; }/*857px 20200422*/
.area #routeLyt #branch_minobu .routeLytWrap #routeMapLyt1 {
  background: url(../img/route_bus/searchRouteMap/branch_minobu/map/map1.png) top left no-repeat;
  height: 410px; }
.area #routeLyt #branch_nirasaki .routeLytWrap #routeMapLyt1 {
  background: url(../img/route_bus/searchRouteMap/branch_nirasaki/map/map1.png) top left no-repeat;
  height: 1360px; }
.area #routeLyt #branch_fujinomiya .routeLytWrap #routeMapLyt1 {
  background: url(../img/route_bus/searchRouteMap/branch_fujinomiya/map/map1.png) top left no-repeat;
  height: 826px; }



/* トップページサイドバーの修正20190130 */
#home main #mvNav .wrap #mvNavWrap > ul > li:first-child ul li .mvNavRbus1Btn a,
#home main #mvNav .wrap #mvNavWrap > ul > li:first-child ul li .mvNavRbus2Btn a,
#home main #mvNav .wrap #mvNavWrap > ul > li:last-child ul li .mvNavHbusBtn a{
	padding-left:62px;
	white-space: nowrap;
	font-size:16px;
}
#home main #mvNav .wrap #mvNavWrap > ul > li:first-child ul li #mvNav1:after{
	top: 13px;
    left: 17px;
	width: 31px;
    height: 27px;
	background-size:contain;
}
#home main #mvNav .wrap #mvNavWrap > ul > li:first-child ul li #mvNav2:after{
	top: 13px;
    left: 14px;
	width: 33px;
    height: 28px;
	background-size:contain;
}
#home main #mvNav .wrap #mvNavWrap > ul > li:first-child ul li #mvNav3:after{
	top: 9px;
    left: 16px;
    width: 32px;
    height: 32px;
	background-size:contain;
}
#home main #mvNav .wrap #mvNavWrap > ul > li:last-child ul li #mvNav4:after{
	top: 9px;
    left: 15px;
    width: 36px;
    height: 41px;
	background-size:contain;
}


/* 諸々修正20190325 */
header #gNav1 ul li:nth-child(4) p {
    padding-top: 6px !important;
}