@charset "utf-8";

/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

/*メニュー*/
.clear{
    clear:both;
}
.dropmenu {
    *zoom: 1;
    list-style-type: none;
    width: 100%;
    margin: 5px auto 0px;
    padding: 0;
}

.dropmenu:before,
.dropmenu:after {
    content: "";
    display: table;
}

.dropmenu:after {
    clear: both;
}

.dropmenu li {
    position: relative;
    width: 16%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}

.dropmenu li a {
    display: block;
    margin: 0;
    padding: 15px 0 11px;
    background: #dddddd;
    color: #404040;
    font-size: 16px;
    line-height: 2;
    background: linear-gradient(#fff, #ccc);
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
}

.dropmenu li ul {
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
}

.dropmenu li ul li {
    width: 100%;
}

.dropmenu li ul li a {
    padding: 13px 15px;
    border-top: 1px solid #555;
    background: linear-gradient(#ccc, #fff);
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
    text-align: left;
}

.dropmenu li:hover > a {
    background: linear-gradient(#ccc, #fff);
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
}

.dropmenu li a:hover {
    background: linear-gradient(#ccc, #fff);
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
    text-decoration: none;
}

#normal li ul {
    display: none;
}

#normal li:hover ul {
    display: block;
}

#fade-in li ul{
  visibility: hidden;
  opacity: 0;
  transition: 1s;
}
#fade-in li:hover ul{
  visibility: visible;
  opacity: 1;
}
#fade-in li ul li a{
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}
#fade-in li:hover ul li a{
  visibility: visible;
  opacity: 1;
}

.fa-circle {
    color: #3087cc;
}

.homep >:after {
    content: 'TopPage';
    display: block;
    font-size: 10px;
    line-height: 0.5em;
    padding-left: 10%;
}
.mzaiko >:after {
    content: 'Stock Cars';
    display: block;
    font-size: 10px;
    line-height: 0.5em;
    padding-left: 20%;
}
.about >:after {
    content: 'AboutUS';
    display: block;
    font-size: 10px;
    line-height: 0.5em;
    padding-left: 10%;
}
.areo >:after {
    content: 'AreoParts';
    display: block;
    font-size: 10px;
    line-height: 0.5em;
    padding-left: 10%;
}
.recruit >:after {
    content: 'Recruit';
    display: block;
    font-size: 10px;
    line-height: 0.5em;
    padding-left: 10%;
}
.otoi >:after {
    content: 'Contact';
    display: block;
    font-size: 10px;
    line-height: 0.5em;
    padding-left: 10%;
}

/*メニュー終わり*/
/*右のお問い合わせ*/
.column{
	
	vertical-align: top;
	width:40%;
	float: right;
}
.otoiawase{
	color: #fff;
	font-size: 14px;
	background-color: #3087cc;
	border-radius: 25px;        /* CSS3草案 */  
    -webkit-border-radius: 25px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 25px;   /* Firefox用 */  
    padding:10px;
    text-align: center;
}
.otoi_migi{
display: inline-block;
width: 48%;

}
h2.denwa{
	font-size:1.2em;
	font-weight: bold;
	color: #3087cc;
	background:none;
	border:none;
	margin-bottom: 0px;
}
span.denwa{
	padding-left: 10%;
	color: #3087cc;
	font-size: 12px;

}
/*右のお問い合わせ終わり*/

/*トップページ*/
h4.mi{
	overflow: hidden;
	text-align: center;
	background:none;
}
h4.mi span{
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;

}
h4.mi span::before,
h4.mi span::after{
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #ccc;
}
h4.mi span::before{
	right:100%;
}
h4.mi span::after{
	left: 100%;
}
p.jumbo{
	font-size: 14px;
	padding: .75em 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.top3{

	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h1.top3{
	margin-bottom: 10px;
	font-size:22px;
	font-weight: 
}
.cap{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#999;

}
.kugiri{
	height: inherit;
	width: 100%;
	border-radius: 25px;        /* CSS3草案 */  
    -webkit-border-radius: 25px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 25px;   /* Firefox用 */  
    padding:10px;
    background: linear-gradient(#fff, #ccc);
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
    margin-bottom: 10px;
}
.midashi{
	position: relative;
	padding: .75em 0 .5em .75em;
	border-left: 6px solid #3498db;
}
.midashi a{
    padding-top:10px;
    color: #000;
}
	/*googleマップ*/
	.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
	/*googleマップ終わり*/

	/*在庫車情報*/
.tdphoto{
  width: 40%;
}
.zaikomidashi{
	line-height: 1.2;
	height: 70px;
	width: 100%;
	border-radius: 25px;        /* CSS3草案 */  
    -webkit-border-radius: 25px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 25px;   /* Firefox用 */  
    padding:10px;
    background: linear-gradient(#fff, #ccc);
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
    margin-bottom: 10px;
}
.textOverflowTest1{
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;

}
.takasa{
    height: 120px;
    font-size: 12px;
	/*在庫車情報終わり*/
}

/*トップページ終わり*/
/*会社案内始まり*/
th.tablemidashi{
width: 30%;
}
li{
	list-style: none;
}
/*会社案内終わり*/
/*購入方法*/
.ko_step{
	margin:12px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;


}
.ko_step::after{
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #3498db;
}
.step_s{
	margin-left: 10px;
    padding-bottom:30px;
}
.panel-head{
	text-align: center;
	font-weight: bold;
	padding:15px;
}
.panel-p{
	text-align: center;
	padding:15px;
}
.ma{margin-left: 15px;}
/*購入方法終わり*/
/*パーツページ*/
.parts_p{
    margin-bottom: 2px;

}
.partbot{
    float: right;
}
.cl{
    clear:both;
}
.parts_sec{
    margin-bottom: 25px;
}
.parts_p.parts_souryou{
    font-size: small;
    margin-top: 50px;
}
.parts_step{
    
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: .5em;
    border-bottom: 1px solid #ccc;


}
.parts_step::after{
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 1px;
    background-color: #3498db;
}
.parts_col{
    width:200px;
    height: inherit;
    display: inline-block;
}
.child_takasa{
    height: 200px;

}
/*パーツページ終わり*/
/*コンタクトフォーム*/
/***** コンタクトフォーム *****/
.table-contactform7{
  overflow: hidden;
table-layout: fixed;
}
 
.required-contactform7{
  padding: 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform7 th{
  font-weight:bold;
}
 
.table-contactform7 input,
.table-contactform7 textarea{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.message-100 textarea{
  width: 100%;
  margin: 5px 10px 10px 5px;
}
li.jzzf_row{
  display: inline-block;
  width: 23%;
}
h4.mitsumidashi:after{
      content: "\000A";
    white-space: wrap;
    }
@media screen and (min-width: 900px){
  .table-contactform7 th{
    width:28%;
  }
    }
     
@media screen and (max-width: 900px){
.table-contactform7{
  display:block;
}     
       
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
}
.table-contactform7 td{
  display: list-item;
  list-style-type:none;
  margin:0;
  padding:0;
  width: 100%;
  border-top: none !important;
}
}
.jazzf_form_elements{
  font-size: 0.6em;
}
/*コンタクトフォーム終わり*/
/*在庫*/
.mitsuname{
  font-weight: bold;
  font-size: 1.6em;
}
.mitsuprice{
  font-size: 2em;
  font-weight :700;
  padding-left:20px;
  display: inline-block;

}
.mitsuprice p{
  line-height: 0.5;
}
.totalprice{
     font-weight :700;
  color: #337AB7;
}
.pricecap{
  font-size: 18px;
  line-height: 1;
  margin-bottom: 2px;
}
.baseprice_ti{

}
.stock_carname2{
    display: block;
    font-size: 1.1em;
     line-height: 1.2em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    height: 60px;
    width:100%;
    
}
td.cap{
  width:10%;
}
td.cap_h_com{
  font-size: 0.8em;
  height: 95px;
  display: block;
    line-height: 1.0em;
    -webkit-margin-before: 0.0em;
    -webkit-margin-after: 0.0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
     white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.rikusoumidashi{
  margin-bottom: 10px;
  margin-top:30px;
}
td.capzaiko{
  width: 25%;
}
td.caph{
  width: 75%;
}
#main ul.pageNav01s {
  margin: 0 0 10px;
  padding: 12px;
  background: #f3f3f3;
  text-align: center;
}

#main ul.pageNav01s li {
  display: inline;
  margin: 0 1px;
  padding: 0;
}

#main ul.pageNav01s li span,
#main ul.pageNav01s li a {
  display: inline-block;
  padding: 1px 8px;
  background: #fff;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-decoration: none;
}

#main ul.pageNav01s li a:hover {
  background: #efefef;
}
/* line */
.line {
  width: 65%;
  padding: 10px 80px;
  display: flex;
  box-sizing: border-box;
  border: #00cb40 1px solid;
  color: #00cb40;
  margin: 25px auto;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  line-height: 1.4em !important;
}
p.line_title {
  margin-bottom: 0px;
  font-weight: bold !important;
  font-size: 2.4em !important;
  line-height: 1.4em !important;
}
p.line_com {
  font-size: 1.4em !important;
  line-height: 1.4em !important;
}
.line:hover {
  background-color: #00cb40;
  color: #fff;
}
.linetop {
  padding: 10px 80px;
  display: flex;
  box-sizing: border-box;
  border: #00cb40 1px solid;
  color: #00cb40;
  margin: 25px auto;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  line-height: 1.4em !important;
  width: 60%;
}
.linetop:hover {
  background-color: #00cb40;
  color: #fff;

}
@media screen and (max-width: 650px) {
  .linetop,
  .line {
    padding: 10px 20px;
    display: flex;
    box-sizing: border-box;
    border: #00cb40 1px solid;
    color: #00cb40;
    margin: 25px auto;
    text-align: center;
    align-items: center;
    justify-content: space-around;
    line-height: 1.4em !important;
    width: 100%;
  }
  .linetop:hover {
    background-color: #00cb40;
    color: #fff;
  }}
  a{
    　text-decoration: none !important;
    }
/* line ここまで*/
.csb{
  margin-top: 50px;;
  margin-bottom: 50px;
  display: flex;
justify-content: center;
align-items: center;
flex-direction:column;
}
.csb img{
  width: 50vw;
}
a.csb:hover{
  opacity: 0.6;
}

section#hero{
 
  aspect-ratio: 10 / 3;
}