@charset "utf-8";

/* ---------------------------------------------------
   File: main.css
   Version: 1.0.0
   Update: 2026-01-06
   Author: https://flowlab.co.jp

   (c)2007-2026 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */



/* =======================================================================================================================

   WIDE DESKTOP LAYOUT

======================================================================================================================= */

/* ====================================================
		Common
==================================================== */
html, body, div, ul, li, img, span {
	margin: 0;
	padding: 0;
}
html {
	background-color: #fff;
}
body {
	/*background: #fff url("../images/bg_title.gif") 0 0 repeat-x;*/
  background-color: #fff;
}
img {
  image-rendering: auto;
}
:link {
	text-decoration: none;
}
:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}




/* ====================================================
		Splash
==================================================== */
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
  text-align: center;
}
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash_logo img {
  width: 400px;
}
.fadeUp {
  animation: fadeUpAnime 0.5s forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}




/* ====================================================
		Layout
==================================================== */
.wrap {
	display: block;
	width: 100%;
	position: relative;
	clear: both;
	overflow-x: hidden;
	min-height: 750px;
}
.btt {
	color: #000;
	display: none;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 99;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 100%;
	font-size: 20px;
	text-align: center;
	width: 50px;
	background-color: #FFF;
	height: 35px;
	border-radius: 30px;
	padding-top: 15px;
	opacity: 0.7;
}
.btt:hover {
	opacity: 1;
}






/* ====================================================
		Navigation
==================================================== */
.navi   {
	width: 150px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 100%;
	text-align: left;
	cursor: pointer;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
  position: fixed;
  overflow-x: hidden;
	overflow-y: hidden;
	display: block;
	right: 20px;
  z-index: 9999;
}
.navi div {
	padding: 25px 5px 9px 11px;
	display: block;
	position: relative;
	background-color: #00527e;
	color: #FFF;
	margin-top: 0px;
}
.navi div:hover {
	background-color: #00527e;
}
.navi ul {
	display: none;
}
.navi ul .navi1 ,
.navi ul .navi2 {
  padding: 12px 7px 9px;
  margin-top: 1px;
  display: block;
  position: relative;
}
.navi ul .navi1 a,
.navi ul .navi2 a {
  color: #000;
  display: block;
}
.navi ul .navi1 {
	background-color: #e8e8e8;
	border-left: 4px solid #e8e8e8;
}
.navi ul .navi2 {
	background-color: #c4c4c4;
	border-left: 4px solid #c4c4c4;
}
.navi ul li:hover {
	border-left-color: #7f7f7f;
	background-color: #9b9b9b;
}
.toggle_arrow {
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	right: 12px;
	bottom: 11px;
	background: url("../images/arrow_up.gif") no-repeat left top / 15px;
}
.none {
	display: none;
}










/* ===================================================
 		Main Slider
=================================================== */
#mainSlider {
	width: 100%;
	max-width: 1024px;
	margin: -82px auto 30px;
	z-index: 0;
}
@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, #mainSlider {
    margin: -98px auto 30px;
  } 
}
#mainSlider .slides img {
  width: 100%;
  height: auto;
}

/* -------------------------------
		Control Nav
------------------------------- */
.flex-control-nav {
	bottom: -40px;
}
.flex-control-paging li a {
	width: 10px;
	height: 10px;
	background: #e6e6e6;
}





/* ====================================================
		Contents
==================================================== */
.content {
	display: block;
	position: relative;
	clear: both;
	margin: 0 auto;
	z-index: 0;
  padding-bottom: 200px;
  overflow: hidden;
}

/* -------------------------------
		Top
------------------------------- */
.top {
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

/* Page Title */
.top h1 {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.top h1 img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

/* EV */
#ev {
  background-color: #112243;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto 100px;
}
#ev img {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

/*Icon - Price */
.icon_price {
  padding-top: 10px;
}
.icon_price img {
	width: 90px;
	height: auto;
	position: relative;
	top: -30px;
	z-index: 9999;
}


/* Date */
.dateImage {
  max-width: 1024px;
  width: 100%;
  height: auto;
	display: block;
	position: relative;
	text-align: center;
	padding: 50px 0 70px;
  margin: 0 auto;
}


/* Google map */
.map {
	width: 100%;
  max-width: 1024px;
	display: block;
	position: relative;
	text-align: center;
  margin: 0 auto 100px;
}



/* ---------------------------------
		Line Up
--------------------------------- */
.lineup {
	width: 100%;
	display: block;
	position: relative;
	clear: both;
	z-index: 2;
}
.linepup_box {
	display: block;
	width: 100%;
	position: relative;
	clear: both;
	padding: 100px 0 150px;
	margin: 0 auto;
	z-index: 5;
}

/* ---------------------------------
		Background
--------------------------------- */
/* Bg - Left */
.bg1 {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	position: absolute;
	width: 100%;
	height: 700px;
	text-align: center;
	left: -300px;
	top: 20px;
	z-index: -10;
}

/* Bg - Right */
.bg2 {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	position: absolute;
	width: 100%;
	height: 700px;
	text-align: center;
	top: 20px;
	right: -300px;
	z-index: -10;
}

/* Logo */
.logo {
	width: 100%;
	display: block;
	height: 300px;
	position: relative;
	clear: both;
	text-align: center;
}

/* ---------------------------------
		Dealer
--------------------------------- */
.dealer {
	width: 850px;
	margin: 0 auto;
	display: block;
	height: 50px;
	z-index: 5;
}
.dealer_left {
	display: block;
	position: relative;
	float: left;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 100%;
	font-size: 28px;
	font-weight: bold;
	padding-top: 3px;
	z-index: 10;
}
.dealer_left a {
	text-decoration: none;
	color: #000;
}

/* Brand Name */
.dealer h3 {
  display: inline-block;
  margin: 0;
  padding: 0;
}

/* Button */
.linkbtn {
	text-align: center;
	border: 1px solid #000;
	font-size: 12px;
	font-weight: normal;
	padding: 7px 10px 6px;
	margin-left: 15px;
	position: relative;
	top: -6px;
	z-index: 1000;
}
.linkbtn:hover {
	color: #fff;
	background-color: #000;
}

/* Dealer Name */
.dealer_right {
	display: block;
	float: right;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: right;
	line-height: 150%;
	font-size: 12px;
}

/* Car */
.car {
	width: 820px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 260px;
	position: relative;
	clear: both;
}
.car_box {
	width: 270px;
	height: 250px;
	text-align: center;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 150%;
  display: block;
	float: left;
	position: relative;
}

/* Attention */
.notes {
  width: 750px;
	height: 20px;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: center;
	margin: -22px auto 0;
	display: block;
  clear: both;
  position: relative;
}

/* Padding */
.dealer.pddTop {
  padding-top: 80px;
}


/* ====================================================
		Footer
==================================================== */
.footer {
  width: 100%;
  color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
  text-align: center;
	line-height: 150%;
  letter-spacing: .06em;
	background-color: #000;
	padding: 12px 0 10px;
	clear: both;
	position: fixed;
	bottom: 0;
  display: block;
}

/* -------------------------------
		Name
------------------------------- */
.footer h2 {
  font-size: 1.1em;
  font-weight: normal;
  padding: 0 0 4px;
  margin: 0;
}

/* -------------------------------
		Address
------------------------------- */
.footer address {
  font-style: normal;
  font-size: .9em;
  display: block;
}
