@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------------------
 ページCSS
  ---------------------------------------------------------------------- */
img {
	max-width: 100%;
}
#hisApp main	{
		background: #ffffee;
		font-size: 16px;
	}
#ny_head_tour {
	background: url(../images/back.png) repeat-x center top;
	text-align: center;
}
#bus_safty, #bus_info {
	background: #fff;
	max-width: 960px;
	margin: 2em auto;
}
#bus_safty {
	border: 3px solid #00A3D9;
}
.buscompany_ttl {
	background: #00A3D9;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 0.3em;
}
.buscompany {
	padding: 15px;
	display: flex;
	align-items: flex-start;
}
.buscompany table {
	width: 100%;
	border-spacing: 0;
}
#bus_safty .buscompany table thead {
	background: #DEFFD2;
	text-align: center;
	vertical-align: middle;
}
#bus_safty .buscompany table td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.star {
	width: 40%;
	text-align: center;
}
#bus_info {
	border: 3px solid #00B200;
}
.info_ttl {
	background: #00B200;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 0.3em;
}
.mark {
	display: flex;
	justify-content: space-around;
	max-width: 380px;
	margin: 10px auto;
}
.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;
}
.bustxt02 {
	padding: 15px;
	font-size: 1.1em;
	line-height: 1.8;
}
/* ボタン 標準（共通）
--------------------*/
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;
}
/* ----------------------------------------------------------------------
 スマホ調整
  ---------------------------------------------------------------------- */
@media (max-width: 767px) {
	.breadcrumb {
			width: 100%;
	}
	.buscompany {
		display: block;
	}
	.goTop__img--pc {
		display: none;
	}
	#bus_safty .buscompany table thead {
		font-size: 0.8em;
	}
}
