@charset "UTF-8";

@media (min-width: 300px) and (max-width: 960px) {
body,
#header,
#content,
#footer,
.wrap { width: 100%; }
ul.clm3,
ul.clm3 li,
ul.clm4,
ul.clm4 li,
ul.clm4Cont,
.clm2Cont,
.clm3Cont,
.clm4Cont {
	width: auto;
	margin: auto;
	float: none;
}
/* header
=================================================================== */
#header {
	height: auto !important;
	margin-bottom: 0px;
	border-bottom:3px solid #F1F1F1;
	padding:0;
}
#header-logo {
	width: auto;
	height: auto;
	float: none;
	margin:0;
}
h1.logo a {
	margin:20px 0 10px 10px;
	padding:0;
	height:40px;
	background-size:auto 40px;
}
ul#header-menu { display: none; }
/* nav
=================================================================== */
#nav ul li.spnv{
	display:block;
}
#nav{
	display:none;
	background:#3B2784;
	height:auto;
	margin-bottom:0;
	border-bottom:0;
	box-shadow:none;
}
#nav ul{
	list-style:none;
	margin:0 auto;
	padding:0;
	width:100%;
	height:auto;
	display:block;
	table-layout: auto;
	background:#fff;
}
#nav ul li{
	display:block;
	text-align:left;
	vertical-align:middle;
	font-size: 100%;
	height:auto;
	line-height: 1.5;
	color:#fff;
}
#nav ul li a{
	display:block;
	color:#fff;
	height:auto;
	line-height:1.5;
	background:#3B2784;
	border-bottom:1px solid #fff;
	padding:0.5em;
}

#nav ul li.current a{
border-bottom:1px solid #fff;
}
#nav ul li a:before{
	font-family:icon;
	content:'\e83c';
	margin-right:0.3em;
	color: #EF9C02;
}

#navBtn{
	display:block;
	position:absolute;
	right:10px;
	top:10px;
	text-align:center;
	font-size:10px;
	line-height:1;
	cursor:pointer;
	color:#aaa;
	border-radius:15%;
	padding:4px 4px 0 4px;
	background: #f6f6f6;
	height:40px;
}
#navBtn.active{
	background: #3B2784;
	color:#fff;
}
#navBtn:before{
	font-family:icon;
	content:'\e822';
	display:block;
	font-size:20px;
	line-height:1;
}

/* content
=================================================================== */
#content{
	padding:0 20px;
}
#his{
	display:none;
}
.h01{
	font-size:140%;
	padding:15px 0 0 0;
}
/* footer
=================================================================== */
#footer .wrap{
	display:none;
}




/* 会社案内
=================================================================== */
#greeting .photo{
	width:40%;
	max-width:180px;
	height:auto;
}
#summary th,
#history th,
#summary td,
#history td{
	text-align:left;
	width:100%;
	display:block;
	padding-left:1em;
	padding-right:1em;
}
#summary th,
#history th{
	font-weight:bold;
}
#map{
	width:100%;
	height:250px;
}

#vehicle .clm3Cont.mgl14{
	margin-left:0 !important;
}
.total{
	background: #F9F9F9;
	padding:0.5em;
	text-align:center;
	border-radius:5px;
	margin-bottom:50px;
	font-size:120%;
}

