﻿@charset "UTF-8";

/* ************************************** _

タイトル：style.css

概要：新規ページ用css

_ ************************************** */

/* 共通
---------------------------------------------------------------------------- */

.section {	
	font-family: 'Noto Sans JP', sans-serif;
	padding-bottom: 100px;
}
.wrap {
	max-width: 1000px;
	width: 95%;
	margin: auto;
}
.intro {
	max-width: 1130px;
	width: 95%;
	margin: auto;
}
.section .section-title {
	padding-bottom: 100px;
    padding-top: 60px;
	text-align: center;
	margin-bottom: 40px;
}
.section .section-title img {
	width: 90%;
	max-width: 755px;
}
.sp_img {display: none;}

@media screen and (max-width: 1024px) {
	.section .section-title img {
		width: 80%;
	}
	.section .section-title {
		padding-bottom: 80px;
    	padding-top: 45px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 599px) {
	.section {	
		padding-bottom: 60px;
	}
	.section .section-title img {
		width: 90%;
	}
	.section .section-title {
		padding-bottom: 45px;
    	padding-top: 25px;
		margin-bottom: 30px
	}
	.wrap {
		width: 90%;
	}
	.intro {
		width: 90%;
	}
	.sp_img {display: block;}	
	.pc_img {display: none;}
}

/* メイン
---------------------------------------------------------------------------- */

#first #header {
    margin-bottom: 0;
}
#main {
	margin-bottom: 60px;
}
#main #main-wrap {
	text-align: center;
	padding-top: 25px;
	background-image: url(../img/img_main_bg.png);
	background-repeat: repeat;
}
#main #main-wrap img {
	width: 100%;
    max-width: 1279px;
    margin: auto;
}

@media screen and (max-width: 599px) {
	#main {
		margin-bottom: 30px;
	}
	#main #main-wrap {
		padding-top: 15px;
	}
}

/* メニュー
---------------------------------------------------------------------------- */

#menu #menu-wrap p {
	font-size: 30px;
	font-weight: 700;
	line-height: 45px;
    margin-bottom: 30px;
	text-align: center;
}
#menu #menu-wrap #menu-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#menu #menu-wrap #menu-inner a {
	width: 33%;
}
#menu #menu-wrap #menu-inner img {
	width: 100%;
	max-width: 326px;
}
@media screen and (max-width: 1024px) {
	#menu #menu-wrap p {
		font-size: 25px;
		font-weight: 700;
		line-height: 40px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 599px) {
	#menu #menu-wrap p {
		font-size: 16px;
		font-weight: 700;
		line-height: 25px;
		margin-bottom: 20px;
	}
	#menu #menu-wrap p br {
		display: none;
	}
}

/* 未使用車ってどんな車？
---------------------------------------------------------------------------- */

#about {
	background: url(../img/img_about_bg.png);
	background-repeat: repeat;
}
#about #about-title {
	background: url(../img/img_about_title-bg.png) no-repeat center bottom;
}
#about #about-intro {
	margin-bottom: 60px;
}
#about #about-wrap #about-link {
	text-align: center;
}
#about #about-wrap #about-link #about-link_deco {
	margin-bottom: 12px;
}
@media screen and (max-width: 599px) {
	#about #about-intro {
		margin-bottom: 30px;
	}
}

/* 選ばれるワケ
---------------------------------------------------------------------------- */

#reason {
	background: url(../img/img_reason_bg.png);
	background-repeat: repeat;
}
#reason #reason-title {
	background: url(../img/img_reason_title-bg.png) no-repeat center bottom;
}

/* 年間販売台数2000台 */
#reason #award {
	background:url(../img/img_award_bg.png) no-repeat center bottom;
	background-size: cover;
	padding: 80px 0 50px;
	margin-bottom: 100px;
}
#reason #award #award-wrap #award-img {
	margin-bottom: 30px;
}

/* お客様の声 */
#voice #voice-wrap #voice-title {
	background-color: #cb2d84;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 30px;
}
#voice #voice-wrap h2 {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}
#voice #voice-wrap .voice-item {
	width: 49%;
	background-color: #fff;
	border: solid 10px #cb2d84;
	padding: 20px 30px 50px;
	height: 540px;
}
#voice #voice-wrap .voice-item h3 {
	color: #fcdd00;
	font-size: 48px;
	text-align: center;
	margin-bottom: 20px;
}
#voice #voice-wrap .voice-item p {
	text-align: justify;
}
#voice #voice-wrap .voice-item .voice-name {
	text-align: right;
	padding-top: 10px;
}
#voice #voice-wrap #voice-link {
	text-align: center;
}

@media screen and (max-width: 1024px) {
	#voice #voice-wrap #voice-title img {
		max-width: 284px;
		width: 45%;
	}
	#voice #voice-wrap h2 {
		font-size: 28px;
		margin-bottom: 30px;
	}
	#voice #voice-wrap .voice-item {
		height: 600px;
	}
	#voice #voice-wrap .voice-item h3 {
		font-size: 32px;
		margin-bottom: 15px
	}
	#voice #voice-wrap .voice-item p {
		font-size: 16px;
	}
	#voice #voice-wrap .voice-item {
		padding: 20px 20px 30px;
	}
	#reason #award {
		padding: 50px 0 20px;
    	margin-bottom: 80px;
	}
	#reason #award #award-wrap #award-img {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 599px) {
	#voice #voice-wrap #voice-title {
		padding: 10px 0;
		margin-bottom: 20px;
	}
	#voice #voice-wrap .voice-item {
		width: 100%;
		border: solid 5px #cb2d84;
		padding: 15px 15px 20px;
		margin-bottom: 10px;
		height: 450px;
	}
	#voice #voice-wrap h2 {
		font-size: 20px;
	}
	#voice #voice-wrap .voice-item p {
		font-size: 14px;
	}
	#voice #voice-wrap h2 br {
		display: none;
	}
	#voice #voice-wrap .voice-item h3 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	#reason #award {
		padding: 30px 0 10px;
    	margin-bottom: 40px;
	}
	#reason #award #award-wrap #award-img {
		margin-bottom: 10px;
	}
}

/* 口コミスライダー
---------------------------------------------------------------------------- */

.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
	width:94%;
	margin:0 auto;
}
.slider img {
	width:100%;/*スライダー内の画像を横幅100%に*/
	height:auto;
}
 /*slickのJSで書かれるタグ内、スライド左右の余白調整*/
 .slider .slick-slide {
	margin:0 10px 30px;
}
.slider {
	opacity: 0;
	transition: opacity .3s linear;
}
.slider.slick-initialized {
	opacity: 1;
}
 
/*矢印の設定*/
 
/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
	position: absolute;/*絶対配置にする*/
	top: 42%;
	cursor: pointer;/*マウスカーソルを指マークに*/
	outline: none;/*クリックをしたら出てくる枠線を消す*/
	border-top: 5px solid #cb2d84;
    border-right: 5px solid #cb2d84;
    height: 25px;
    width: 25px;
}
.slick-prev {/*戻る矢印の位置と形状*/
	left: -2.5%;
	transform: rotate(-135deg);
}
.slick-next {/*次へ矢印の位置と形状*/
	right: -2.5%;
	transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
	text-align:center;
	margin:20px 0 0 0;
}
.slick-dots li {
	display:inline-block;
	margin:0 5px;
}
.slick-dots button {
	color: transparent;
	outline: none;
	width:15px;/*ドットボタンのサイズ*/
	height:15px;/*ドットボタンのサイズ*/
	display:block;
	border-radius:50%;
	background:#ccc;/*ドットボタンの色*/
}
.slick-dots .slick-active button{
	background:#cb2d84;/*ドットボタンの現在地表示の色*/
}


/* ご購入の流れ
---------------------------------------------------------------------------- */

#flow {
	background: url(../img/img_flow_bg.png);
	background-repeat: repeat;
	padding-bottom: 150px;
}
#flow #flow-title {
	background: url(../img/img_flow_title-bg.png) no-repeat center bottom;
}
#flow #flow-intro {
	margin-bottom: 60px;
}
#flow #flow-wrap #flow-link {
	text-align: center;
	margin-bottom: 80px;
}
#flow #flow-wrap #flow-link #flow-link_deco {
	margin-bottom: 12px;
}
#flow #flow-wrap #flow-contact {
	text-align: center;
	margin-bottom: 80px;
}
#flow #flow-wrap #flow-contact #contact-inner {
	width: 77%;
    margin: auto;
    background-color: #fff;
    border: 10px solid #f86d19;
    padding: 5px 60px 25px;
}
#flow #flow-wrap #flow-contact #contact-inner h3 {
	color: #000;
	font-size: 64px;
	font-weight: 700;
}
#flow #flow-wrap #flow-contact #contact-inner h3 a {
	color: #f86d19;
	pointer-events: none;
}
#flow #flow-wrap #flow-contact #contact-inner h4 {
	font-size: 30px;
	font-weight: 700;
	text-align: left;
}
#flow #flow-wrap #flow-banner {
	text-align: center;
}
#flow #flow-wrap #flow-banner h2 {
	margin-bottom: 12px;
}

@media screen and (max-width: 1024px) {
	#flow #flow-wrap #flow-contact #contact-inner {
		width: 100%;
		padding: 10px 25px 25px;
	}
	#flow #flow-wrap #flow-contact #contact-inner h3 {
		font-size: 50px;
		margin-bottom: 10px;
	}
	#flow #flow-wrap #flow-contact #contact-inner h4 {
		font-size: 24px;
	}
}
@media screen and (max-width: 599px) {
	#flow {
		padding-bottom: 80px;
	}
	#flow #flow-wrap #flow-step {
		margin-bottom: 40px;
	}
	#flow #flow-intro {
		margin-bottom: 30px;
	}
	#flow #flow-wrap #flow-link {
		margin-bottom: 40px;
	}
	#flow #flow-wrap #flow-contact {
		margin-bottom: 40px;
	}
	#flow #flow-wrap #flow-contact #contact-inner {
		padding: 10px 15px 15px;
		border: 5px solid #f86d19;
	}
	#flow #flow-wrap #flow-contact #contact-inner h3 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	#flow #flow-wrap #flow-contact #contact-inner h4 {
		font-size: 16px;
	}
	#flow #flow-wrap #flow-contact #contact-inner h3 a {
		pointer-events: all;
	}
}


 