@charset "utf-8";
@import url("Normalize.css");
@import url("reset.css");
/* default */
@import url("base.css");
/* ===============================================
  arial-black
=============================================== */
/* IE */
@font-face {
	font-family: 'Arial Black';
	src:url("arial-black.eot");
}
/* Firefox,Opera,Safari */
@font-face {
	font-family: 'Arial Black';
	src:url("arial-black.ttf") format("truetype");
}
/*========================================
 + CONTENTS
========================================*/
body {
	width:100%;
	box-sizing: border-box;
	margin:0;
	padding:63px 0 0;
	background-color:#FFF;
	left: 0;
    overflow-x: hidden;
}
#contents {
	min-height:650px;
}
.wrapper {
	margin:0 auto 0;
}
/*========================================
 + HEADER
========================================*/
header {
	margin:0 auto 0;
	width: 100%;
	height: 63px;
	box-sizing: border-box;
	padding: 0 0px;
	position: fixed;
	top: 0px;
	left: 0;
	background-color:#FFF;
	border-top: 3px solid  #2230ab;
	z-index: 500;
}
h1 {
	position:absolute;
	font-weight:normal;
	top:3px;
	left:50%;
	margin:0 0 0 -490px;
	width:430px;
	font-size:10px;
}
.logo  {
	width: 60%;
	display: block;
	position: absolute;
	top: -4px;
}
.h_tel {
	position:absolute;
	top:0;
	right:0;
}

.h-tel{

    width: 282px;
	height: 84px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ffe21c;
	color: #282828;
	text-align: center;
	border-radius: 0 0 7px 7px;
	padding: 8px 12px;
	font-size: 13px;
	line-height: 1.1;
}
/*-----  -----*/
#menuBt {
	position:absolute;
	box-sizing: border-box;
	right: 0;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 60px;
	height: 60px;
	box-sizing: border-box
}
.menu-trigger span {
  position: absolute;
  left: 25%;
  width: 50%;
  height: 3px;
  background-color: #212eb0;
  border-radius: 3px;
}
.menu-trigger span:nth-of-type(1) {
  top: 9px;
}
.menu-trigger span:nth-of-type(2) {
  top: 19px;
}
.menu-trigger span:nth-of-type(3) {
  top: 29px;
}
.menu-trigger::after {
  position: absolute;
  left: 0;
  bottom: 5px;
  content: 'MENU';
  display: block;
  width: 100%;
  color: #212eb0;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all .4s;
}
.menu-trigger.active::after {
  content: 'CLOSE';
  bottom: 5px;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

.main_navi {
	height:100%;
	width: 250px;
	position: fixed;
	top:63px;
	right:-250px;
	padding: 0px 10px;
	box-sizing: border-box;
	z-index: 500;
	background-color: #fff;
}
.main_navi  ul {
	margin: 0 0 15px;
}
.main_navi li a {
	display: block;
	padding: 16px 60px 16px 20px;
	text-decoration: none;
	border-bottom: 1px solid #ababab;
}
.cover.active2{
	width:100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 150;
	background-color: rgba(0,0,0,0.70);
}
.toggle {
	/*display:none;*/
}
/*----- contactBt -----*/
#contactBt {
	position:absolute;
	right: 60px;
	width: 60px;
	height: 60px;
	background-color: #222fae;
}
#contactBt  a {
	color:#fff;
	background-color: #222fae;
	right: 60px;
	width: 60px;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	padding: 9px 0 0;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.5
}


/*========================================
 + FOOTER
========================================*/
footer {
	margin:50px auto 0;
	background-color:#9A9999;
	padding:20px 0 40px;
}
.f_logo {
	padding: 0 5px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footer p {
	color:#fff;
}
#returnTop {
	position:absolute;
	top:-9px;
	right:0;
}
#fo_logoyoko {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
    padding: 0 0px 0;
}
#returnTop {
	position: fixed;
	z-index: 100;
	bottom:0px;
	right:10px;
}
/*========================================
 + PANKUZU
========================================*/
#pankuzu {
	width:980px;
	margin:0 auto 0;
}
#pankuzu li {
	float:left;
	font-size:10px;
}
#pankuzu li:after {
	content:">";
	padding:0 5px;
}
#pankuzu li:last-child:after {
	content:" ";
}
#search .f_logo {
	padding:5px 0 0 220px;
	background-image:url(../images/f_search.png);
	background-repeat:no-repeat;
	background-position:left center
}

/* お探しフォーム */
.top_contact {
	background-color:#e10101;
	padding:20px;
	border-radius:7px;
	box-sizing:border-box;
	background-image: url(../../index/images/tel_02.png);
	background-repeat:no-repeat;
	background-position:95% center;
}


/* 会社概要 */
#company table {
	width: calc(100% - 10px);
	margin: 0 5px 0;
	display: block;
}
#company tr {
}
#company th {
	width: 100px;
	font-size: 14px;
	border-bottom: 2px solid #2095df;
	font-weight:bold;
	text-align:center;
	padding: 5px 0 5px 0;
}

#company td {
	text-align: left;
	padding: 5px 0 5px 5px;
	border-bottom: 1px
 solid #e2e2e2;
}



/* バナー */
#banner {
	width:100%;
	background-color:#dcddde;
	padding:5px 0;
	margin:0 auto 50px;
}
#banner li {
	margin:8px 0;
	text-align: center;
}

/* お問合せフォーム */
#contactDisp {
	width:100%;
	margin: 0 0 10px;
	background-color:#f1f1f1;
}
#contactDisp td input,#contactDisp td select{
	padding:3px 5px;
}
#contactDisp td label{
	margin: 0 20px 7px 0;
	display: inline-block;
}
#contactDisp td textarea{
	width:100%;
	padding: 3px 5px;
	box-sizing: border-box;
}

#contents_mail h2 {font-size: 18px;
    font-weight: bold !important;
    text-align: center;
    color: #222fae;
    padding: 7px 5px;
    margin: 0 auto 10px;
    border: 2px solid #222fae;
    background: linear-gradient(white, #e8eaf9);
	box-shadow: 0 2px 0 #afadae;

}
#contactDisp th {
	padding: 6px 10px 2px;
	width:100%;
	box-sizing: border-box;
	border-top:1px solid #e2e2e2;
	font-weight: bold;
}
#contactDisp th span{
	color:#f00;
	display:inline-block;
	font-weight:normal;
	padding:3px 7px;
	margin:0 0 0 10px;
	border-radius:3px;
}
.hissu {
	color:#FFF;
	display:inline-block;
	font-weight:normal;
	padding:2px 7px;
	margin:0 10px 0 0px;
	border-radius:3px;
	background-color:#f00;
}
#contactDisp td {
	width:100%;
	padding: 0px 10px 10px;
	box-sizing: border-box !important;
}
#contactDisp tr:last-child th {border-bottom:none !important;}
#contactDisp tr:last-child td {border-bottom:none !important;}
#time td {
	padding:5px 0 !important;
	border-bottom:none !important;

}
#confirm td {
    padding: 7px 10px 0px;
    background: #FFF;
}

#soushin {
	text-align: center;
}
.w395 { width:100%; height: 30px;}
.w630 {
	width:100%;
	height:80px;
box-sizing: border-box;
}

/* 在庫車検索 */
#usedcarLink {
	margin:50px auto;
}


/* 番号 */
.list01 { background-image: url(../images/list01.png);}
.list02 { background-image:url(../images/list02.png);}
.list03 { background-image:url(../images/list03.png);}
.list04 { background-image:url(../images/list04.png);}
.list05 { background-image:url(../images/list05.png);}
.list06 { background-image:url(../images/list06.png);}
.list07 { background-image:url(../images/list07.png);}
.list08 { background-image: url(../../index/images/list08.png);}
.list09 { background-image:url(../images/list09.png);}

.number {
	width:25px;
	height:25px;
	border-radius:50%;
	background-color:#2095df;
	color:#fce500;
	font-size:15px;
	font-weight: bold;
	line-height:25px;
	text-align:center;
}
.number02 {
	width:25px;
	height:25px;
	border-radius:50%;
	color:#fce500;
	font-size:15px;
	font-weight: bold;
	line-height:25px;
	text-align:center;
	float:left;
	margin:0 10px 0 0;

}
#privacyBT,.privacyBT {
	text-align: center;
	margin: 10px auto 5px;
	width: 220px;
}
#timeTable {
	width: 100%;
	/* border-top: 1px solid #e2e2e2; */
	/* border-right: 1px solid #e2e2e2; */
}
#timeTable  td {
	width: 25%;
	/* border-left: 1px solid #e2e2e2; */
	padding: 0px 10px 5px;
}
#H2_text{
border: 5px solid #ffd2d2;
    text-align: center;
    padding: 10px 0 0 0;
    color: #c00;
		}
.button_block{
	text-align: center;
	margin: 10px 0 0 0;
}



.mobile-menu li .fa {
	font-size: 19px;
	margin: 0 10px 0 3px;
	color:#ababab
}
.m5{
	margin: 5px;
}



@media(max-width:320px){
	.logo  {
		top: -4px;
		left:0:
	}
	.header-logo {
		font-size: 10px !important;
	}

}



.hp_link{
	width: 97%;
	max-width: 400px;
	display: block;
	border-radius: 5px;
	box-shadow: 0 2px 0 #000;
	color: #FFF !important;
	margin: 10px auto 0;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none !important;
}
.hp_link1{
	margin-top: 10px;
	background-color: #0ba6e3;
}
.hp_link2{
	background-color: #48b22a;
}
.hp_link3{
	background-color: #1f32a8;
}
.hp_link4{
	background-color: #FFE600;
	color: #000 !important;
}