@charset "UTF-8";
/* CSS Document */
main.top {
	width: 100% !important;
	margin-bottom: 0 !important;
}

#mainbg {
	background: url(../img/bg01.jpg) center top no-repeat;
	background-size: cover;
	width: 100%;
	margin-top: 155px;
	padding: 2em 0;
}

@media screen and (max-width: 780px) {
	#mainbg {
		margin-top: 70px;
	}
}

#thumb-v {
	max-width: 1100px;
	height: auto;
	margin: 0 auto;
}

.sp-thumbnail{
	width:calc(100% - 18px) !important;
	height: auto !important;
}

@media screen and (max-width: 400px) {
	.sp-thumbnails {
	}
	.sp-thumbnail{
	width: 100% !important;
	height:  !important;
	}
}


/*.sliderarea {
	background: #e3e3e3;
	padding: 15px;
	box-sizing: border-box;
}*/
/*スライダー調整*/
/*サムネイルのポインターの色を変える*/
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before,
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    border-color: #ffa801;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after,
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  color: #ffa801;
}
/*縦スライド時の矢印の位置*/
.sp-vertical .sp-previous-arrow {
  top: 0;
}
.sp-vertical .sp-next-arrow {
  bottom: 0;
}

/*スマホ用メニュー*/
.sp_submenu {
	 display: none;
}
@media screen and (max-width: 780px) {
	.sp_submenu {
		display: block;
		padding: 1em;
	}
	.sp_submenu a {
		border: #cf2200 solid 3px;
		border-radius: 7px;
		display: block;
		padding: 10px 15px;
		margin-bottom: 10px;
		color: #cf2200;
		text-decoration:none;
		font-size: 135%;
		font-weight: bold;
	}
	
	.sp_submenu a:hover {
		background: ;
	}
	
	.sp_submenu .highway a {
		background: url(../img/ico04.png) no-repeat 95% center;
		background-size: 60px auto;
	}
	.sp_submenu .taxi a {
		background: url(../img/ico05.png) no-repeat 97% center;
		background-size: 80px auto;
	}
}


/*運行状況*/
#businfo {
	/*background: #ff2319;*/
    background: #c12200;
	padding: 0.8em;
}
#businfo #unkou {
	max-width: 1200px;
	margin: 0 auto;
}

#unkou dt{
	font-weight: bold;
	text-align: center;
	font-size: 125%;
	letter-spacing: 1px;
	display:block;
	width: 100%;
	cursor:pointer;
	/*background:url(../img/close.png) 66% center no-repeat;
	background-size: 100px auto;
	margin-left: -3em;*/
	color: #FFF;
	}
	
#unkou dt:before {
		content: "";
		background: url(../img/ico02.png) no-repeat center center;
		background-size: contain;
		width: 35px;
		height: 31px;
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
}
	
#unkou dt:after {
	content:"開く"; 
	font-size: 75%;
	padding: 2px 15px;
	color: #c12200;
	background: #FFF;
	margin-left: 10px;
	border-radius: 20px;
	letter-spacing: 0;
	vertical-align: middle;
}
#unkou dt.active:after {
	content:"閉じる"; 
	font-size: 75%;
	padding: 2px 15px;
	color: #c12200;
	background: #FFF;
	margin-left: 10px;
	border-radius: 20px;
	letter-spacing: 0;
	vertical-align: middle;
}

#unkou dd{
	width:100%;
	display:none;
	}
	

/*#businfo .halfbox div {
	background: #FFF;
	margin-top: 0;
	border: #cf2200 solid 5px;
	border-radius: 8px;
}
#businfo .halfbox div h3 {
	color: #cf2200;
	border-bottom: 1px solid #cf2200;
	margin: 5px 10px 10px;
	font-size: 125%;
}
#businfo .halfbox div a {
	text-decoration: none;
	background: #cf2200;
	display: block;
	color: #FFF;
	padding: 5px 0;
}
#businfo .halfbox div p {
	 text-align: left;
	 padding: 10px;
}
#businfo .halfbox iframe {
	height: 120px;
	width: 100%;
	padding: 0 1em;
}*/
#businfo .local {
	background: #FFF;
	margin-top: 0;
	/*border: #cf2200 solid 5px;*/
    border: #ff2319 solid 5px;
	border-radius: 8px;
}
#businfo .local h3 {
	color: #cf2200;
	border-bottom: 1px solid #cf2200;
	margin: 5px 10px 10px;
	font-size: 125%;
	text-align: center;
}
#businfo .local a {
	text-decoration: none;
	/*background: #cf2200;*/
    background: #ff2319;
	display: block;
	color: #FFF;
	padding: 5px 0;
	text-align: center;
}
#businfo .local p {
	 text-align: left;
	 padding: 10px;
}
#businfo .local iframe {
	height: 120px;
	width: 100%;
	padding: 0 1em;
}

#businfo .highwaylink {
	text-align: center;
	 margin-top: 10px;
}
#businfo .highwaylink a {
	text-decoration: none;
	background: #FFF;
	display: block;
	color: #ff2319;
	border: 3px solid #cf2200;
	border-radius: 20px;
	padding: 7px;
	margin-top: 1em;
}
#businfo .highwaylink a:hover {
	color: #FFF;
	background: #cf2200;
}



@media screen and (max-width: 780px) {
	#businfo .local div {
		margin-bottom: 10px;
	}
}


/*最新トピックス*/
#topics {
	max-width: 1200px;
	margin: 2em auto;
}
#topics h2 {
	text-align: center;
	font-size: 140%;
	color: #333;
	margin-bottom: 30px;
	letter-spacing: 1px;
	position: relative;
	border-bottom:8px solid #ff2319;
}
#topics h2:before {
	content:"";
	position:absolute;
	bottom:-8px;
	display:block;
	width:20%;
	border-bottom:8px solid #b02200;
}

#topics h2:first-letter{
	color: #ff2319;
}

.ico01 {
	font-weight: bold;
}
.ico01:before{
	content: url(../img/ico01.png);
	vertical-align: middle;
	margin-right: 7px;
}

.tab {
  /*border-bottom: 3px solid #ff2319;*/
  border-bottom: 3px solid #c12200;
}
.tab li {
  color: #666666;
  float: left;
  margin: 0 10px -1px 0;
  padding: 0.5em 1.5em;
  cursor: pointer;
  list-style: none;
  transition: .3s;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #e3e3e3;
  /*border-bottom: 1px solid #ff2319;*/
  border-bottom: 1px solid #c12200;
}
.tab li.active {
  color: #fff;
  /*background: #ff2319;*/
  background: #c12200;
  cursor: auto;
}
 
.area ul {
  display: none;
}
.area ul.show {
  display: block;
}

.area iframe {
	width: 100%;
	height: 300px;
	overflow: hidden;
	padding: 1em;
	box-sizing: border-box;
}

@media screen and (max-width: 780px) {
	.tab li {
		width:calc((100% - 10px) / 2);
		margin-bottom: 10px;
		border-bottom: none;
		border-radius: 5px;
		text-align: center;
	}
	.tab li:nth-child(2n) {
		margin-right: 0;
	}
	.area li{
		padding: 10px;
	}
}





/*企業活動・採用情報*/
#news {
	max-width: 1200px;
	margin: 2em auto;
}
#news h2 {
	text-align: center;
	font-size: 140%;
	color: #333;
	margin-bottom: 20px;
	letter-spacing: 1px;
	position: relative;
	border-bottom:8px solid #ff2319;
}
#news h2:before {
	content:"";
	position:absolute;
	bottom:-8px;
	display:block;
	width:20%;
	border-bottom:8px solid #b02200;
}
#news h2:first-letter{
	color: #ff2319;
}

#news iframe {
	width: 100%;
	height: 200px;
	padding: 1em;
	box-sizing: border-box;
}




#menubox {
	max-width: 1200px;
	margin: 0 auto;
}
#menubox .submenu {
	background: #e3e3e3;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 1em;
}
#menubox .submenu a {
	display: block;
	padding: 5px 0.7em;
	background: #FFF;
	margin-bottom: 7px;
	border: 2px solid #d2d2d2;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
}

#menubox .submenu a:hover {
	background: #d2d2d2;
	color: #999;
}
#menubox .submenu li:last-child a {
	margin-bottom: 0;
}

#menubox .submenu a:after {
	content:url(../img/ico01.png);
/*	background: url(../img/ico01.png) center right no-repeat;
	width: 1em;
	height: 1em;
	display: inline-block;*/
	float: right;
	margin-top: 0.2em;
}

#menubox .simpleyoyaku_pc {
	display: block;
}
 #menubox .simpleyoyaku_sp {
 	display: none;
 }

@media screen and (max-width: 780px) {
	#menubox .simpleyoyaku_pc {
		display: none;
	}
	#menubox .simpleyoyaku_sp {
		display: block;
	}
}



#recruit {
	margin: 3em 0 0;
}
#recruit .entry {
	background: #c92200;
	text-align: center;
}

footer {
	background: #f7f2d9;
	border: none;
	margin-top: 0;
}
footer h2 {
	font-size: 135%;
	font-weight: bold;
}
footer h2:first-letter {
	color: #ff2319;
}
footer .inner01 {
	max-width: 1000px;
	margin: 0 auto;
}
footer .bnrlist li {
	width: calc((100% - 20px) / 2);
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
footer .bnrlist li:nth-child(even) {
	margin-right: 0;
}

footer .fb-page {
	margin-bottom: 1em;
}

/*footer .footersubmenu {
	background: #FFF;
	text-align: center;
	padding: 0.7em;
}
.footersubmenu li {
	display: inline-block;
	padding-right: 1em;
	border-right: 1px solid #222;
	margin-left: 1em;
}
.footersubmenu li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}
.footersubmenu li a:before {
	content: url(../common/img/ico02.png);
	margin-top: 0.2em;
	margin-right: 7px;
}

footer .copyright {
	background:#ff2a1a;
	color: #FFF;
	padding: 1em;
}*/

