@charset "utf-8";

#content{margin:0 auto;}

section{padding:95px 0;}
section#event,#movie{
	padding-top:20;
	margin-top:-1px;
}
#news,#event,#dealers,#sns,#movie{
	background:#eee;
	color:#000;
}

#news a{
	color:#000;
}
#news dl {
	width:100%;
	max-width:880px;
	margin:0 auto;
}
#news dt {
	float:left;
}
#news dd {
	margin:0 0 10px 100px;
}

#news a:hover,#event li a:hover,#dealers li a:hover{

	text-decoration:underline;
}
h2{
	font-size:30px;
	text-align:center;
	line-height:1.5;
	font-family:Century Gothic;
	letter-spacing:-1px;
	font-weight:normal;
}
h3{
	font-size:18px;
	text-align:center;
	line-height:2;
	font-family:Century Gothic;
	font-weight:normal;
}
#item figure::before{
	height:95%;
}
#product figure::before{
	height:97%;
}
.btn{
	display: block;
	margin:0 auto;
	width:200px;
	height:45px;
	font-size:15px;
	text-align:center;
	line-height:43px;
	font-family:Century Gothic;
	border:2px solid #0080FF;
	border-radius:5px;
	color:#000;
	text-decoration: none;
	outline: none;
	background-color: #f0f8ff;
}
.btn::before,
.btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn,
.btn::before,
.btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn:hover {
	background: #99CDFF;
	color:#fff !important;
}
.jpttl{
	text-align:center;
	margin:15px 0 45px;
	line-height:1;
	color:#19f;
}
#item li{
	width:18%;
	margin-right:2.5%;
}
#item li p {
	font-size:12px;
}
#news ul{
	width:100%;
	max-width:800px;
	margin:auto;
}
#news li{margin-bottom:10px;}
#news .date{
	display:inline-block;
	margin-right:15px;
}
********************
#event a{color:#000;}
#event li{
	width:22%; /*コラム4分割*/
	margin-right:3%;
	height: 300px; /*コラムの高さ*/
}
/*2020 ニュース外部化時の高さ対応　上部*/
#event .date{margin:10px 0;font-weight:bold;}
#event .cate{
	background:#fff;
	color:#0046E8;
	padding:2px 5px;
	margin-right:15px;
	line-height:1.3;
	border:1px solid #0046E8;
}
#event .btn{margin-top:55px;}

********************

#sns li{
	width:30%;
	margin-right:3%;
}
********************
#movie a{
	color:#000;
}
#movie li{
	width:22%;
	margin-right:3%;
}
#movie .date{margin:10px 0;font-weight:bold;}
#movie .cate{
	background:#fff;
	color:#0046E8;
	padding:2px 5px;
	margin-right:15px;
	line-height:1.3;
	border:1px solid #0046E8;
}
#movie .btn{margin-top:55px;}


********************
#model{
	background:url(/images/common/bg.png) no-repeat center top;
	background-size:cover;
}
#model .innr{
	max-width:1160px;
	text-align:center;
}
#model .slider2 p{margin-top:15px;}

#product {
	text-align:center;
	background:url(/images/common/bg.png);
}
#product #model_search{
	padding:80px 0;
	width:100%;
}
#product #model_search #bg1{
	background-size:cover;
	padding:40px 4%;
	margin:auto;
	width:100%;
	max-width:960px;
	color:#000;
}
#product #model_search #bg2{
	width:100%;
	background:url(../images/index/product_bg02.png) no-repeat center top;
	background-size:100% 100%;
	padding:37px 2% 20px;
	font-size:14px;
	margin-top:25px;
	position:relative;
	white-space:nowrap;
}
#product .blk{
	display:inline;
}
#product #model_search .title{
	background:#000;
	color:#fff;
	text-align:center;
	padding:0 10px;
	line-height:40px;
	display:inline-block;
	margin-top:-1px;
	vertical-align:middle;
}

#product .styled-select {
	display: inline-block;
	background: url(/images/common/bg.png) no-repeat 97% 10px #fff;
	height: 40px;
	overflow: hidden;
	width: 34%;
	vertical-align: top;
	margin: -0px 8px 0 -4px;
	vertical-align:middle;
}
#product .styled-select select {
	background: transparent;
	border: none;
	height: 40px;
	padding: 0 5px;
	/* If you add too much padding here, the options won't show in IE */
	width: 380px;
}
#product .styled-select#brand{width:37%;}
#product .styled-select#model1{
	width:10%;
	background-position:92% 10px;
}
#product .styled-select#model2{width:26%;}

#product #model_search #search_btn2{
	width:40px;
	height:40px;
	cursor:pointer;
	margin-left:2px;
	background:url(../images/common/btn_search.png) no-repeat center center #C70000;
	border:none;
	vertical-align:middle;
}
#product #model_search #search_btn2::before,
#product #model_search #search_btn2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#product #model_search #search_btn2,
#product #model_search #search_btn2::before,
#product #model_search #search_btn2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#product #model_search #search_btn2:hover {
	background-color: #000;
	color:#fff !important;
}

#product h3{
	font-size:28px;
	margin:45px 0 40px;
}
#product h3 img{
	display:block;
	margin:0 auto 10px;
}
#product li{
	width:22%;
	margin:0 4% 30px 0;
}
#product li img {width:100%; }
#product li.lrg{
	width:31%;
	margin-right:3%;
}
#product li:nth-child(3),#product li:nth-child(7),#product li:nth-child(11),#product li:nth-child(15){
	margin-right:0;
}
#dealers {text-align:center;}
#dealers .btn{
	width:auto;
	padding:0 20px;
}
#dealers #map{
	display:inline-block;
	margin:15px auto 85px;
}
#dealers #link1{
	position:absolute;
	top:34%;
	left:71%;
}
#dealers #link2{
	position:absolute;
	top:40%;
	left:27%;
}
#dealers #link3{
	position:absolute;
	top:86%;
	left:25%;
}
#dealers #link4{
	position:absolute;
	top:47%;
	left:2%;
}
#dealers #link5{
	position:absolute;
	top:75%;
	left:63%;
	padding:0 30px;
}
#dealers li{
	width:23%;
	margin:0 2% 25px 0;
	line-height:1.3;
}
#dealers li:last-child{
	width:100%;
	margin:0;
}
#dealers li p{margin-top:10px;}
#dealers li a{color:#000;}
#special{
	background:url(/images/common/bg.png) no-repeat center top;
	background-size:cover;
}
#special .innr{	max-width:1200px;}
#special .slider3{position:relative;}
#special .slider3 .bg{
	position:absolute;
	top:0;
	left:90px;
	width:1020px;
	height:200px;
	background-color:rgba(255,255,255,0.5);
}
#special .slider3 li{
	padding:30px 0;
}
/* SPTOP contents */
#sp_top li{
	width:30%;
	margin-right:3%;
	margin-bottom:20px;
}
#sp_top li{
	width:45%;
	margin:0 2.5% 10px !important;
}
#sp_top li img{
	display:block;
	margin:0 auto 10px;
}

/* special contents */
#spc{
	background:url(/images/common/bg.png);
}
#spc li{
	width:30%;
	margin-right:3%;
	margin-bottom:20px;
}

/* profile */
#profile{
	background:url(/images/profile/bg_tc24.jpg);
	color:#000;
}

/* profile2 */
#profile2{
	color:#000;
	background-color:rgba(232,227,209,1);
}
#profile2 .cate{
	color:#483100;
	padding:2px 5px;
	margin-right:15px;
	line-height:1.3;
	font-weight:600;
}
.profile_title {
	font-size:20px;
	font-weight:600;
	text-align:center;
	margin:15px 0 45px;
	line-height:1;
	color:#483100;
}
.profile_text {
	line-height:1.8;
	max-width: 600px;
	width: 90%;
	margin: 0 auto;
}


#voice {
	/*background:url(/images/common/bg.png) no-repeat center top;*/
	background-size:cover;
	background:url(/images/common/bg.png) no-repeat center top;
}
#voice .slider4 div{
	border:1px solid #262626;
	padding:25px 25px 0;
}
#voice .slider4 p{
	margin:10px 0 20px;
}
#voice .slider4 a{
	text-decoration:none !important;
}
#voice li{
	width:30%;
	margin-right:3%;
}
#voice .btn{
	border:2px solid #fff;
	color:#fff;
}
#voice .btn:hover {
	background: #fff;
	color:#000 !important;
}


@media screen and (max-width: 1200px) {
#special .slider3 .bg{
	left: 50%;
	width: 1015px;
	margin-left: -507px;
}
}
@media screen and (max-width: 1160px) {
#special .slider3 .bg{
	width: 800px;
	margin-left: -400px;
}
}
@media screen and (max-width: 960px) {
#special .slider3 .bg{
	width: 82%;
	left:9%;
	margin:0;
}
}
@media screen and (min-width: 801px) and (max-width: 875px) {
#product .styled-select#brand{width:30%;}
#product .styled-select#model1{width:10%;}
#product .styled-select#model2{width:20%;}
}
@media screen and (max-width: 800px) {
#special .slider3 .bg{
	width: 80%;
	left:10%;
}
#product #model_search .title{
	width:80px;
}
#product .styled-select {
	width:50%;
}
#product .blk{
	margin:10px auto;
	display:block;
}
#product #model_search #search_btn2{
	position:absolute;
	top:70px;
	left:83%;
}
#dealers #map img {
	width:100%;
}
}

@media screen and (max-width: 640px) {

#content{margin:60px 0 0;}
#special .slider3 .bg{
	width: 74%;
	left:13%;
}
#product .blk{
	text-align:left;
	padding-left:2%;
}

section{padding:30px 0;}
h2{	font-size:30px;}
.jpttl{	margin:15px 0 20px;color:#0080ff;}

#item li{
	width:45%;
	margin:2.5%;
}

#news dl {
	width:100%;
}
#news dt {
	display:block;
	width:100%;
	font-weight:bold;
}
#news dd {
	display:block;
	width:100%;
	margin:0 0 10px 0;
}
#news dd br {
	display:none;
}
#news dd a {
	display:block;
	padding:5px 0;
}

#news .date{
	display:block;
}

#event li{
	width:45%;
	margin:0 2.5% 30px !important;
}
#event li img{
	display:block;
	margin:0 auto 10px;
}
#event .btn{margin-top:30px;}

#movie li{
	width:45%;
	margin:0 2.5% 30px !important;
}
#movie li img{
	display:block;
	margin:0 auto 10px;
}
#movie .btn{margin-top:30px;}

#product #model_search{
	padding:40px 0;
	background-size: auto;
}
#product #model_search #bg1{
	padding:20px 4%;
}
#product #model_search #bg2 {
	background: url(../images/index/product_bg02_sp.png) no-repeat center top;
	background-size:100% 100%;
	margin:0;
	white-space: normal;
}
#product #model_search .title {
    width: 60px;
}
#product #model_search #search_btn2 {
    left: 80%;
}
#product .styled-select#brand,
#product .styled-select#model1,
#product .styled-select#model2{
	width:50%;
	background-position:97% 10px;
}
#product .styled-select#model2{margin:10px 0 0 80px;}

#product h3{
	font-size:20px;
	margin:25px 0;
}
#product h3 img{
	width:10%;
}
#product li,#product li.lrg{
	width:45%;
	margin:0 2.5% 30px !important;
}
#product .btn{
	border:2px solid #0080FF;
	color:#000;
	background-color: #f0f8ff;
}
#product .btn:hover {
	background: #fff;
	color:#000 !important;
}


#dealers .btn{
	padding:0 10px;
	margin:10px 0;
}
#dealers #map{
	margin:15px auto;
}
#dealers #link1,#dealers #link2,#dealers #link3,#dealers #link4,#dealers #link5{
	position:relative;
	top:0;
	left:0;
}
#dealers li{
	width:45%;
	margin:0 2.5%;
	font-size:13px;
	letter-spacing:-0.5px;
}
#dealers li:nth-child(2n+1){
	clear:both;
}
#dealers li p{margin:5px 0 10px;}
#special .slider3 .bg{
	display:none;
}
#special .slider3 li{
	padding:15px;
	background-color:rgba(255,255,255,0.5);
}

#spc li{
	width:45%;
	margin:0 2.5% 10px !important;
}
#spc li img{
	display:block;
	margin:0 auto 10px;
}

#voice .slider4 p{
	margin:10px 0 0;
	font-size:13px;
}
#voice .slider4 div {
  padding: 20px 25px;
	overflow:visible !important;
}
#voice li{
	width:45%;
	margin:0 2.5% 30px !important;
}
#voice li img{
	display:block;
	margin:0 auto 10px;
}
#voice .btn{margin-top:30px;}
}

@media screen and (max-width: 480px) {
#dealers li{
	font-size:12px;
	letter-spacing:-1.2px;
}
#voice .slider4 div {
	height: 250px;
	border-bottom: 1px solid #ccc;
}
#voice li{
	width:100%;
	margin:0 2.5% 30px 3px !important;
}
}
