@charset "utf-8";

body{
	background:#fafafa;
}

body {
    overflow-y: scroll;
}

#section-breadcrumb{
	margin-top:80px;
	border-bottom:1px solid #e7e7e7;
}

ul.area-list li {
	margin-bottom:0px;
}

ul.area-list li h2{
	font-size:28px;
	font-weight:bold;
	text-align:center;
	margin:60px 0 30px 0;
}

article p {
	margin-bottom: 1.3rem;
}

/*
PCMB
*************************************/

@media(min-width:768px) {
	.pcview{display:block;}
	.mbview{display:none;}
}

@media(max-width:767px) {
	.pcview{display:none;}
	.mbview{display:block;}
}

.txt-red,
.txt-red-l{
	font-weight:bold;
	color:#f63232;
}

.txt-red-l,
.txt-blue-l{
	font-size:24px;
}

.txt-blue,
.txt-blue-l{
	font-weight:bold;
	color:#3bafda;
}
.txt-white {
	color: #fff;
}
.bg-blue,
table.tbl-time-sch th.bg-blue {
	background: #3bafda;
}

h3{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
h4.bg-blue {
	margin-bottom: 0.8rem;
	padding: 0.2rem 0.5rem;
}

/*
カラー	#3BAFDA
*************************************/

.main{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3bafda+0,3bafda+50,399cce+100 */
	background: #3bafda; /* Old browsers */
	background: -moz-linear-gradient(top,  #3bafda 0%, #3bafda 50%, #399cce 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #3bafda 0%,#3bafda 50%,#399cce 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #3bafda 0%,#3bafda 50%,#399cce 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bafda', endColorstr='#399cce',GradientType=0 ); /* IE6-9 */
	text-align:center;
}

.main h1{
	font-size:34px;
	font-weight:bold;
	color:#fff;
	font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	letter-spacing: .1em;
}

.main h2{
	font-size:20px;
	font-weight:bold;
	color:#fff;
	font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	letter-spacing: .1em;
}
.main h2 a {
	color: #FFF;
}

@media(min-width : 768px) {
	.main h1{
		margin:30px 0 20px 0;
	}
	.main{
		padding:50px 0 60px 0;
	}
}

@media(max-width:767px) {
	.main {
		background: #3bafda; /* Old browsers */
		background: -moz-linear-gradient(top,  #3bafda 0%, #3bafda 90%, #399cce 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #3bafda 0%,#3bafda 90%,#399cce 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #3bafda 0%,#3bafda 90%,#399cce 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bafda', endColorstr='#399cce',GradientType=0 ); /* IE6-9 */
		height:auto;
		margin-bottom:20px;
		padding:25px;
	}
	.main h1{
		font-size:18px;
		margin-top:0px;
		margin-bottom:10px;
		padding:0;
	}

	.main h2{
		font-size:16px;
	}
}


/*
メイン
*************************************/

.txt-disc{
	padding:40px 0;
	text-align:center;
	line-height:1.8;
}


/*
sort-btn
*************************************/

ul.sort-btn{
	text-align:center;
	margin:30px 0 60px 0;
	font-size:0;
	vertical-align:middle;
}

ul.sort-btn:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}


ul.sort-btn li{
	display:inline-block;
	margin:5px;
}

ul.sort-btn li .btn-in{
	display:table;
	width:90px;
}
ul.sort-btn li a{
	font-size:15px;
	font-weight:bold;
	padding:8px 0px;
	color:#fff;
	background:#888;
	text-decoration:none;
	border-radius:3px;
	text-align:center;
	line-height:1.3;
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:65px;
	position:relative;

}

ul.sort-btn li a:hover,
ul.sort-btn li a.selected{
	color:#fff;
	background:#3BAFDA;
}

ul.sort-btn li:last-child{
	margin-right:0;
}

@media(min-width : 992px) and (max-width : 1199px) {
	ul.sort-btn li{
		width:90px;
	}
}

@media(min-width : 768px) and (max-width : 991px) {
	ul.sort-btn li{
		width:100px;
	}
	ul.sort-btn li a{
		font-size:14px;
	}

}

@media(max-width:767px) {
	ul.sort-btn{
		text-align:left;
		width:345px;
		margin-left:auto;
		margin-right:auto;
	}
	ul.sort-btn li:first-child,
	ul.sort-btn li:nth-child(2){
		width:46.5%;
	}
	ul.sort-btn li{
		width:30%;
	}
	ul.sort-btn li a{
		font-size:14px;
	}

	ul.sort-btn li .btn-in{
		width:108px;
	}

	ul.sort-btn li:first-child .btn-in,
	ul.sort-btn li:nth-child(2) .btn-in{
		width:165px;
	}

}


@media(max-width:374px) {
	ul.sort-btn{
		text-align:left;
		width:287px;
		margin-left:auto;
		margin-right:auto;
	}
	ul.sort-btn li{
		width:29.85%;
	}
	ul.sort-btn li .btn-in{
		width:90px;
	}

	ul.sort-btn li:first-child .btn-in,
	ul.sort-btn li:nth-child(2) .btn-in{
		width:138px;
	}
}

.sort-btn .area{
	display:block !important;
}

/*
tit
***********************************/

.tit {
	display:inline-block;
	position: relative;
	font-size: 20px;
	font-weight:bold;
	margin:20px 0 0 0;
	padding: 12px 15px 0 20px;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), color-stop(70%, #FFF462));
	background: -webkit-linear-gradient(transparent 0%, transparent 70%, #FFF462 70%);
	background: linear-gradient(transparent 0%, transparent 70%, #FFF462 70%);
}

.tit:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 14px;
	height: 18px;
	background: url("/static/img/bus_search/bus-terminal/ico01.png") no-repeat center/14px;
}

@media (max-width: 767px) {
	.tit {
		font-size: 20px !important;
	}
}

.title02-set{
	text-align:center;
	margin:80px 0 30px 0;
}

.title02:before{
	content:url(/static/3/img/bus_search/ja/bg-title.png);
	position: absolute;
	top:-22px;
	left:-15px;
}
.title02{
	font-size:26px;
	font-weight:bold;
	display:inline-block;
	background:linear-gradient(transparent 70%, #ffff66 70%);
	padding:0 7px;
	margin-bottom:20px;
	position: relative;
}

/*
terminal-list
************************************/

ul.terminal-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 10px -8px;
}

ul.terminal-list li a{
	display:block;
	padding: 12px 20px 11px;
	border: 2px dotted #999999;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
	color: #333;
	background: #fff url("/static/img/bus_search/bus-terminal/ico_arw03.png") no-repeat top 50% right 6px;
}

ul.terminal-list li a:hover {
	text-decoration: none;
	background-color: #feebf2;
}

.c-name{
	display:block;
	font-size:13px;
	color:#999;
}

@media (min-width: 768px) {
	ul.terminal-list li{
		width: calc(33.333% - 16px);
    	margin: 8px 8px;
	}
	ul.terminal-list li a{
		padding: 12px 20px 11px;
		border-width: 1px;
		font-size: 16px;
		background-position: top 50% right 6px;
	}
}

@media (max-width: 767px) {
	ul.terminal-list li{
		width:100%;
	}

	ul.terminal-list li + li{
		margin-top:10px;
	}
	ul.terminal-list li a{
		display:block;
	}
}


/*
ターミナル詳細ページ
*************************************/


.disc {
    padding:30px 0;
    background: #fff;
}

.disc .container{
	max-width:960px;
	margin:0 auto;
}

h4,
h5{
	font-size:14px;
	font-weight:bold;
	margin:15px 0 5px 0;

}

.terminal-detail{
	max-width:960px;
	margin:0 auto;
}

.terminal-detail .card,
.terminal-detail .card p{
	font-size:14px;
}

table.address{
	margin-top:15px;
}

table.address th{
	width: 5rem;
}

table.address td{
}

table.address th,
table.address td{
	padding:5px;
}

i.fa-map-marker-alt{
	color:#F53D7E;
}

a.maplink{
	color:#333;
	font-size:14px;
	text-decoration:underline;
}

a.maplink:hover{
	text-decoration:none;
}

.terminal-detail h2{
	text-align:center;
	margin:60px 0 30px 0;
	display:block;
}

.terminal-detail h2 span{
	font-size:26px;
	letter-spacing:0.1em;
}

@media (max-width: 767px) {
	.terminal-detail h2{
		margin:30px 0 20px 0;
	}
}

.terminal-detail .card .row + h3{
	margin-top:30px;
}

.terminal-detail h3{
	border-left:5px solid #3bafda;
	padding:10px 0px 10px 15px;
	margin-bottom:20px;
}

.terminal-detail .card.access img{
	max-width:100%;
	height:auto;
}

.terminal-detail .card.facilities img,
.terminal-detail .card.facilities ul {
	margin-bottom:20px;
}
.terminal-detail .card.facilities h4 {
	margin-top: 0;
}

.terminal-detail .card.access{
	padding-bottom:20px;
}

.terminal-detail .card.access p{
	margin-bottom:20px;
}

.terminal-detail .card.access i{
	color:#3bafda;
	font-size:24px;
	width:30px;
	text-align:center;
	margin-right:15px;
}

.time-sch-box{
	margin-bottom:20px;
}

table.tbl-time-sch{
	border-collapse:collapse;
	vertical-align:top;
	float:left;
	width:300px;
}


table.tbl-time-sch th,
table.tbl-time-sch td{
	padding:5px;
	border:1px solid #ccc;
}


table.tbl-time-sch th{
	text-align:center;
	background:#f4f4f4;
}


table.tbl-time-sch td{
	text-align:center;
}

table.tbl-time-sch i{
	color:#bbb !important;
	margin:0 5px !important;
	width:auto;
}



ul.disc-list{
	padding-left:20px;
	list-style:disc;
	margin:15px 0;
}

ul.disc-list li{
	margin:5px 0;
}

ul.num-list{
	padding-left:20px;
	list-style:decimal;
	margin:15px 0;
}

ul.num-list li{
	margin:5px 0;
}

ul.price-list{
	padding-left:20px;
	list-style:disc;
}


ul.price-list li{
	float:left;
	margin:0 40px 10px 0;
	width:270px;
}



ul.price-list dt,
ul.price-list dd{
	display:inline-block;
}

ul.price-list dt{
	width:170px;
}

ul.price-list dd{
	text-align:right;
	width:70px;
}

@media (min-width: 768px){
	table.tbl-time-sch + table.tbl-time-sch{
		margin-left:20px;
	}
}
@media (max-width: 767px){
	.container {
	    max-width: 100%;
	}
	.disc img{
		margin-bottom:20px;
	}
	.terminal-detail .card.access h3{
		font-size:18px;
	}
	.terminal-detail .card.access i{
		font-size:20px;
		width:22px;
	}
	table.tbl-time-sch{
		width:100%;
		float:none;
	}
	table.tbl-time-sch + table.tbl-time-sch{
		margin-top:20px;
	}
}

/*　地図 modal
*************************************/
/* Base */
.modal-header {
	display: block;
	text-align: center;
	background: #333;
	height: auto;
	padding: 0;
}
.modal-header h2 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	text-align: left;
}
.modal-header .close {
	color:#fff;
	font-size: 24px;
	padding: 0;
	opacity: 1.0;
	position: absolute;
	top: 23px;
	right: 25px;
}
/* Map Size */
#map .modal-dialog {
	width: 96%;
	max-width: 800px;
	height: 0;
	margin-left: auto;
	margin-right: auto;
}
.gmap-resp {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
}
.gmap-resp iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 420px){
	.gmap-resp {
		padding-bottom: 160%;
	}
}

/*　時刻表 大(MB時スクロール)
*************************************/
.w100 > table.tbl-time-sch {
	width: 100%;
	float: none;
}
.w100 > table.tbl-time-sch + table.tbl-time-sch {
	margin-left: 0;
}

@media (max-width: 767px){
	.w100.time-sch-box {
		overflow: scroll;
	}
	.w100 > table.tbl-time-sch {
		font-size: 11px;
		padding: 2px;
		min-width: 300px;
	}
	.w100 > table.tbl-time-sch .th-5rem {
		min-width: 5rem;
	}
	.w100 > table.tbl-time-sch .th-6rem {
		min-width: 6rem;
	}
	.w100 > table.tbl-time-sch .th-7rem {
		min-width: 7rem;
	}
}

/* レスポンシブimg
----------------------------------------------------*/
.img-fluid2 {
	width: 100%;
	height: auto;
}


/*----------20220822追記---------*/
.reserve_btn{
	padding: 16px 0 0;
	text-align: center;
}
.reserve_btn a{
	display: block;
	padding: 16px;
	background: #3bafda;
	color: #fff;
	border-radius: 8px;
	position: relative;
	width: 100%;
	margin: 0px auto;
	transition: 0.24s ease;
}
.reserve_btn a:hover{
	box-shadow: 0px 3px 4px -2px rgba(0,0,0,0.2);
	text-decoration: none;
}
.reserve_btn a i{
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	transition: 0.24s ease;
}
.reserve_btn a:hover i{
	right: 12px;
}
@media (min-width:768px) {
	.reserve_btn a{
		width: 250px;
		margin: 0 0 0 85px;
	}
}
/* 運休
----------------------------------------------------*/
.stop {
  border: 2px solid red;
  padding: 10px;
  margin-bottom: 10px;
}
.suspention {
  display: inline-block;
  background: red;
  color: #fff;
  margin: 0 5px 5px 0;
  padding: 3px 5px 1px;
  border-radius: 4px;
}
@media (min-width:768px) {
	.suspention {
    margin-bottom: 0;
  }
}
p.suspention {
  display: block;
}
.off-img {
  filter: grayscale(100%);
}
/* MAPなど画像Info
----------------------------------------------------*/
.sct-img {
	margin-bottom: 2rem;
}
.sct-img > div + div {
	margin-top: 2rem;
} 
/*　画像スクロール
*************************************/
.img-scroll {
	width: 100%;
	overflow-x: auto;
	padding: 10px 0;
}
.terminal-detail .card.access .img-scroll img {
	max-width: none;
}
@media (min-width:768px) {
	.terminal-detail .card.access .img-scroll img {
		width: 100%;
	}
	.terminal-detail .card.access .img-scroll.pc-w70 img {
		width: 70%;
	}
}
.img-scroll::-webkit-scrollbar {	height: 17px;}/*バーの太さ*/
.img-scroll::-webkit-scrollbar-track {
	background: #fff;
	border: 2px solid #bdbdbd;
	border-radius: 10px;
	/*box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);*/
}/*バー軌道*/
.img-scroll::-webkit-scrollbar-thumb {
	background: #bdbdbd;
	border-radius: 10px;
	box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}/*バーつまみ部分*/

/* MB時画像サイズ調整 */
@media (max-width:767px) {
	.terminal-detail .card.access img.w800px {
		max-width: 800px;
	}
	.terminal-detail .card.access img.w700px {
		max-width: 700px;
	}
	.terminal-detail .card.access img.w650px {
		max-width: 650px;
	}
	.terminal-detail .card.access img.w600px {
		max-width: 600px;
	}
	.terminal-detail .card.access img.w500px {
		max-width: 500px;
	}
	.terminal-detail .card.access img.w400px {
		max-width: 400px;
	}
}
