@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------
	2022/3　作成
------------------------------------------------------------*/

/*-----common------*/

div:after{
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em;
	line-height: 0; 
}

body{
	-webkit-text-size-adjust: 1em;
	color: black;
	background: white;
	font-family: "ヒラギノ角ゴ Pro W3","メイリオ",Osaka,"ＭＳ Ｐゴシック",sans-serif,Arial,Helvetica,verdana;
}

#wrapper{
	margin: 0 auto;
	width: 100%;
	height: auto;
}

#content{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	position:relative;
}

.in_contents{
	width: 100%;
	height: auto;
	max-width: 1520px;
	margin: 0 auto;
	position:relative;
}

.in_contents_in{
	width: 84.21%;
	height: auto;
	max-width: 1280px;
	margin: 0 auto;
	position:relative;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

header, nav, section, article, hgroup {
    display: block;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a {
	outline: none;
	font-size: 0;
}

.in_contents a:hover{
	filter:brightness(120%);
	opacity:0.8;
}

a {
    display: block;
}

a :hover{
	opacity:0.9;
	filter:brightness(110%);
}

img {
	vertical-align:bottom;
	border: 0;
	font-size: 0;/*-inline-block隙間対応-*/
	width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;/* chrome画像ボケ防止 */
}

*:focus {/*-chrome画像フォーカス時の線を消す-*/
  outline: none;
}

/* パソコン画像表示 */
.pc { display: inline !important; }
.sp { display: none !important; }

/*-----common------*/

/* 背景色 */

.yellow-bk{
	background-color: #ffe100;
}

/*-----トップ------*/

#top_img{
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
}

#top_img h1{
    max-width: 2800px;
    margin: 0 auto 3%;
    padding: 0;
}


/*----- nav1 ------*/

.nav1 ul{
	width: 95.2%;
  	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto 4%;
}

.nav1 li{
	width: 23.5%;
	background: white;
}

/*----- nav2 ------*/

.nav2 ul{
	margin: 4.5% auto 12%;
	width: 100%;
  	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nav2 li{
	width: 30.5%;
}

.nav2 li:hover{
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 16%;
}

/*----- 特典 ------*/

#raitentokuten{
	background: url("../img/bk-raitenpre.jpg");
	background-size: 100% 100%;
}

#raitentokuten .in_contents_in{
	padding-top: 2em;
}

#raitentokuten h2{
	
	padding: 0% 1% 5% 0%;
}




#tokuten{
	background: url("../img/bk-pre.jpg");
	background-size: 100% 100%;
}

#tokuten .in_contents_in{
	padding-top: 4em;
}

#tokuten h2{
	
	padding: 0% 1% 1% 0%;
}

#tokuten .bnr{
	margin: 4% auto 7%;
}


/*-----ビデオ------*/

#video{
	width: 90%;
	margin: 2% auto 5%;
}

#video video{
	width: 100%;
	height: auto;
}

/*----- LINE UP ------*/

#lineup h2{
	padding: 3% 0 1.5%;
}

#lineup h3{
	margin-bottom: -1px;
	width: 50.31%;
}

/*LINE UP box*/
#lineup .linup-box{
	background: white;
	border: 7px #0078ff solid;
}

#lineup h4{
	position: relative;
	width: 47.33%;
	margin: 6% auto 0 7%;
	z-index: 5;
}

#lineup .color h4{
	width: 75.51%;
	margin-bottom: 4%;
}

#lineup .plan{
	width: 100%;
	background: #ddedef;
	margin-top: 7%;
	padding-top: 0.5%;
}

#lineup .plan .car-img{
	position: relative;
	margin-top: -1%;
	z-index: 0;
}

#lineup .plan .plan-h{
	width: 94%;
	margin: 0 auto;
  	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#lineup .plan .plan-h li{
	width: 48%;
	margin-bottom: 0;
}

/*インテリアslider*/

.interior .interior_slider{
	width: 70%;
	margin: 4% auto 7%;
}

.interior .slick-arrow:hover{
	opacity: 0.5;
	cursor: pointer;
}

.interior .pre_btn{
	position: absolute;
	left: -5%;
	top: 47%;
	z-index: 10;
	width: 2.04%;
}

.interior .next_btn{
	position: absolute;
	right: -5%;
	top: 47%;
	width: 2.04%;
}

.interior .slick-dotted.slick-slider {
  margin-bottom: -5%;
}

.interior .slick-dots{
	bottom: -2.5rem;
}

.interior .slick-dots li button::before {
    font-size: 0.8rem;
}

#lineup .plan .note{
	width: 22.92%;
	margin: 0.3% auto 1.5% 3%;
}

/*rocky*/
#lineup #rocky .exterior .img{
	position: relative;
	margin-top: -4%;
	z-index: 0;
}

/*taft*/
#lineup #taft .exterior .img{
	position: relative;
	margin-top: -5%;
	z-index: 0;
}
#lineup #taft .plan .car-img{
	margin-top: 0;
}

/*atrai*/
#lineup #atrai .exterior .img{
	position: relative;
	margin-top: -8%;
	z-index: 0;
}
#lineup #atrai .color .img{
	margin-top: 7%;
	margin-bottom: 5%;
}
#lineup #atrai .plan .car-img{
	margin-top: 1%;
}

.lineup-note{
	margin-top: -7%;
	margin-bottom: 12%;
}

/*----- お問い合わせ ------*/

#btn-toiawase{
	display: block;
	width: 47%;
	max-width: 850px;
	position: fixed;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 99;
}

/*----- footerボタン ------*/

.hp-btn{
	width: 48.51%;
	margin: 7% auto 10%;
}

.hp-btn li{
	margin: 0 auto 7%;
}