@charset "utf-8";
/* -----------------------------------------------------------------------

home.css

----------------------------------------------------------------------- */

/*-----------------------------------------------------------------

	mv

-----------------------------------------------------------------*/

#mv {
	background:#F2F2F2;
	overflow:hidden;
}
.mainSlider,
.mainSlider .slideItem{
	width:100%;
}
.mainSlider {
	margin:0 auto;
	position:relative;
	opacity: 0;
	transition: opacity .25s ease;
}
.mainSlider.slick-initialized {
	display: block;
	opacity: 1;
}
.mainSlider .slideItem{
	float:left;
	overflow:hidden;
	z-index:10!important;
	position:relative;
	box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.15);
	transition: all 0.5s ease;
}
.mainSlider .slideItem img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}
.mainSlider .slick-prev,
.mainSlider .slick-next {
	display:block;
	width:56px;
	height:56px;
	margin:auto 0;
	background-image:url(/sevenmax/common/img/parts/arrow_slider.svg);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-color: #ffffff;
	background-size:100% auto;
	text-indent:-999px;
	overflow:hidden;
	border:none;
	border-radius:100%;
	cursor:pointer;
	position:absolute;
	top:0;
	bottom:0;
	z-index:2;
	transition: all 0.5s ease;
}
.mainSlider .slick-next {
	transform: scale(-1, 1);
}
.mainSlider .slick-prev:hover,
.mainSlider .slick-next:hover {
	background-color: #FFD900;
}

.mainSlider .slideItem img.viewPc{
	display: none;
}
@media screen and (min-width:768px) {
	.mainSlider .slideItem img.viewPc{
		display: block;
	}
	.mainSlider .slideItem img.viewSp{
		display: none;
	}
}

/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

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

	.mainSlider {
		padding:15px 0;
	}
	.mainSlider,
	.mainSlider .slideItem{
		width:340px;
	}
	.mainSlider .slideItem{
		margin:0 10px;
		border-radius:16px;
		box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.15);
	}
	.mainSlider .slick-prev,
	.mainSlider .slick-next {
		width:32px;
		height:32px;
	}
	.mainSlider .slick-prev {
		left:-16px;
	}
	.mainSlider .slick-next {
		right:-16px;
	}

}

/*----------------------------------------------------------
	Display：← 374px（ sp ）
----------------------------------------------------------*/

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

	.mainSlider,
	.mainSlider .slideItem{
		width:300px;
	}
	.mainSlider .slick-prev {
		left:-5px;
	}
	.mainSlider .slick-next {
		right:-5px;
	}

}

/*----------------------------------------------------------
	Display：560px →（ tablet ）
----------------------------------------------------------*/

@media screen and (min-width:560px) {

	.mainSlider {
		padding:30px 0;
	}
	.mainSlider,
	.mainSlider .slideItem{
		max-width:480px;
	}
	.mainSlider .slideItem{
		margin:0 20px;
		border-radius:18px;
		box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.15);
	}
	.mainSlider .slick-prev,
	.mainSlider .slick-next {
		width:40px;
		height:40px;
	}
	.mainSlider .slick-prev {
		left:-20px;
	}
	.mainSlider .slick-next {
		right:-20px;
	}
	.mainSlider .slick-prev:hover {
		left:-25px;
	}
	.mainSlider .slick-next:hover {
		right:-25px;
	}
	
}

/*----------------------------------------------------------
	Display：769px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width:769px) {

	.mainSlider {
		padding:35px 0;
	}
	.mainSlider,
	.mainSlider .slideItem{
		max-width:669px;
	}
	.mainSlider .slideItem{
		margin:0 30px;
		border-radius:22px;
		box-shadow: 8px 8px 24px 0px rgba(0,0,0,0.15);
	}
	.mainSlider .slick-prev,
	.mainSlider .slick-next {
		width:50px;
		height:50px;
	}
	.mainSlider .slick-prev {
		left:-25px;
	}
	.mainSlider .slick-next {
		right:-25px;
	}
	.mainSlider .slick-prev:hover {
		left:-30px;
	}
	.mainSlider .slick-next:hover {
		right:-30px;
	}
	
}


/*----------------------------------------------------------
	Display：1100px →
----------------------------------------------------------*/

@media screen and (min-width:1100px) {

	.mainSlider {
		padding:40px 0;
	}
	.mainSlider,
	.mainSlider .slideItem{
		max-width:900px;
	}
	.mainSlider .slideItem{
		margin:0 35px;
		border-radius:26px;
		box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.15);
	}
	.mainSlider .slick-prev,
	.mainSlider .slick-next {
		width:56px;
		height:56px;
	}
	.mainSlider .slick-prev {
		left:-28px;
	}
	.mainSlider .slick-next {
		right:-28px;
	}
	.mainSlider .slick-prev:hover {
		left:-33px;
	}
	.mainSlider .slick-next:hover {
		right:-33px;
	}
	
}



/*-----------------------------------------------------------------

	carListSlider

-----------------------------------------------------------------*/

.carListSlider {
	z-index:1;
}


/*-----------------------------------------------------------------

	selectCar

-----------------------------------------------------------------*/

#selectCar {
	margin-top:-200px;
	position:relative;
	z-index: 1;
}

/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

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

	#selectCar .inner{
		padding-top:220px;
		padding-bottom:50px;
	}

}

/*----------------------------------------------------------
	Display：560px →（ tablet ）
----------------------------------------------------------*/

@media screen and (min-width:560px) {

	#selectCar .inner{
		padding-top:240px;
	}
	
}



/*-----------------------------------------------------------------

	about

-----------------------------------------------------------------*/

#about .inner {
	position:relative;
}
#about .carImgL,
#about .carImgR {
	display: block;
	position:absolute;
	transition:all 0.5s ease;
	z-index:0;
}
#about .carImgL {
	left: 0px;
}
#about .carImgR {
	right: 0px;
}

#about .carImgL img,
#about .carImgR img {
	width:100%;
}

#about .leadTxt {
	width:90%;
	margin:2em auto 0;
	text-align:left;
	position:relative;
	z-index:1;
}
.bgAbout {
	position:relative;
	overflow:hidden;
}
.bgAbout::after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #F7F7F7;
	position:absolute;
	top: 180px;
	left: 0;
	z-index:-1;
}

/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

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

	#about .inner {
		padding-top:60px;
	}
	#about .carImgL {
		width:100px;
		top: -40px;
	}
	#about .carImgR {
		width:110px;
		bottom: -25px;
	}

}

/*----------------------------------------------------------
	Display：560px →（ tablet ）
----------------------------------------------------------*/

@media screen and (min-width:560px) {

	#about .carImgL {
		width:22.5%;
		top: -40px;
	}
	#about .carImgR {
		width:20%;
		width:120px;
		bottom: -30px;
	}
	#about .leadTxt {
		text-align:center;
	}
	
}

/*----------------------------------------------------------
	Display：769px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width:769px) {

	#about .carImgL {
		width:22.5%;
		top: -40px;
	}
	#about .carImgR {
		width:23%;
		top:auto;
		bottom: -70px;
	}

}

/*----------------------------------------------------------
	Display：1200px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width:1200px) {

	#about .carImgL {
		width:320px;
		top: -60px;
	}
	#about .carImgR {
		width: 330px;
		top: 103px;
	}
	
}



/*-----------------------------------------------------------------

	bnrList

-----------------------------------------------------------------*/

.bnrList.c2 {
	margin-top:20px;
	margin-bottom:20px;
} 

/*----------------------------------------------------------
	Display：560px →（ tablet + pc ）
----------------------------------------------------------*/

@media screen and (min-width:560px) {

	.bnrList.c2 {
		margin-top:30px;
		margin-bottom:50px;
	} 

}



/*-----------------------------------------------------------------

	flow

-----------------------------------------------------------------*/

#flow .inner {
	position:relative;
}
#flow .flowList {
	margin:20px 0 0;
}
#flow .flowList li {
	width:100%;
	position:relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
#flow .flowList li .circle {
	position:relative;
	width: 35%;
}
#flow .flowList li .circle img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}
#flow .flowList li .circle::after {
	display: block;
	content: '';
	width: 2px;
	height: 50px;
	margin:auto 0;
	background-color:#45BC90;
	position:absolute;
	bottom: -50px;
	right: 0;
	left: 0;
	z-index:0;
	margin: auto;
	transition:all 0.5s ease;
}
#flow .flowList li:last-child .circle::after {
	display: none;
}
#flow .flowList li .txt {
	width: 55%;
	margin-top:10px;
	font-size:16px;
	line-height:1.8;
	font-weight:700;
	padding-left: 30px;
}

/*----------------------------------------------------------
	Display：←767px →（ sp + tablet ）
----------------------------------------------------------*/

@media screen and (min-width:768px) {

	#flow .inner {
		width:100%;
	}
	#flow .flowList {
		width:100%;
		padding:0 20px;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#flow .flowList li{
		width:145px;
		display: block;
	}
	#flow .flowList li .circle{
		width: 100%;
	}
	#flow .flowList li .circle::after {
		width: 50px;
		height: 2px;
		top: 0;
		bottom: 0;
		left: auto;
		right: -50px;
	}
	#flow .flowList li .txt{
		text-align: center;
		width: 100%;
		padding: 0;
	}
}

/*----------------------------------------------------------
	Display：980px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width:980px) {
	#flow .flowList {
		width:900px;
		margin: 30px auto 0;
	}
	#flow .flowList li{
		width:180px;
	}
	#flow .flowList li .txt {
		font-size:1.6rem;
	}

}

/* --------------------------------------------------------

Store

-------------------------------------------------------- */
#storeSearch {
	overflow:hidden;
}
#storeSearch .inner {
	padding-bottom:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
	overflow:visible;
	padding-top: 20px;
}
#storeSearch #main {
	width:100%;
	position:relative;
}
#storeSearch #search {
	max-width:100%!important;
	padding:0;
}


/*----------------------------------------------------------
	Display：←　767px（ sp + tablet ）
----------------------------------------------------------*/

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

	#storeSearch #main {
		width:100%!important;
		float:none!important;
	}
	#storeSearch #search {
		width:100%!important;
		max-width:560px!important;
		float:none!important;
	}
	#storeSearch #main #map {
		display:none;
	}

}

/*----------------------------------------------------------
	Display：768px →（ tablet + pc ）
----------------------------------------------------------*/

@media screen and (min-width:768px) {

	#storeSearch .inner{
		padding-top: 40px;
	}
	#storeSearch #main {
		width: calc(100% - 280px);
		float:none;
	}
	#storeSearch #main #map {
		width:100%;
		padding-top:20px;
		padding-bottom:10px;
		float:none;
	}

	#storeSearch #main #map .prefSelect{
		position: absolute;
		padding:10px 7px 5px 15px;
		border: 1px solid #45BC90;
		border-radius: 5px;
		background: #Fff;
		z-index: 100;
		width: 204px;
		display: none;
	}
	#storeSearch #main #map .prefSelect a{
		display: inline-block;
		width: 80px;
    height: 100%;
    font-size: 1.2rem;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    background: #ffffff;
    color: #171717;
    text-decoration: none;
		border: 2px solid #45BC90;
		border-radius: 5px;
		margin-bottom: 8px;
		margin-right: 8px;
	}
	#storeSearch #main #map .prefSelect a:hover{
		background: #78dbb6;
	}
	#storeSearch #main #map #areaData-2{
		top: 54%;
    right: 2%;
	}
	#storeSearch #main #map #areaData-3{
		top: 57.5%;
    right: 37%;
	}
	#storeSearch #main #map #areaData-4{
		top: 77.5%;
    right: 7%;
	}
	#storeSearch #main #map #areaData-5{
		top: 90%;
    right: 22%;
	}
	#storeSearch #main #map #areaData-6{
		top: 94%;
    right: 39%;
	}
	#storeSearch #main #map #areaData-7{
		top: 68%;
    right: 55%;
	}
	#storeSearch #main #map #areaData-8{
		top: 95%;
    right: 57%;
	}
	#storeSearch #main #map #areaData-9{
		top: 72%;
    left: -4%;
	}
	#storeSearch #search {
		width:250px;
	}
	#storeSearch #search > div {
		width:250px;
		padding:15px;
		float:none;
		background:#ffffff;
		border-radius:10px;
	}
}


/*-----------------------------------------------------------------

	result

-----------------------------------------------------------------*/

#storeSearch {
	overflow:hidden;
}
#storeSearch .inner {
	padding-bottom:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
	overflow:visible;
	padding-top: 20px;
}
#storeSearch #main {
	width:100%;
	position:relative;
}
#storeSearch #search {
	max-width:100%!important;
	padding:0;
}


/*----------------------------------------------------------
	Display：←　767px（ sp + tablet ）
----------------------------------------------------------*/

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

	#storeSearch #main {
		width:100%!important;
		float:none!important;
	}
	#storeSearch #search {
		width:100%!important;
		max-width:560px!important;
		float:none!important;
	}
	#storeSearch #main #map {
		display:none;
	}

}

/*----------------------------------------------------------
	Display：768px →（ tablet + pc ）
----------------------------------------------------------*/

@media screen and (min-width:768px) {

	#storeSearch .inner{
		padding-top: 60px;
	}
	#storeSearch #main {
		width: 70%;
		float:left;
		padding-bottom: 120px;
	}
	#storeSearch #main #map {
		width:100%;
		padding-top:20px;
		padding-bottom:10px;
		float:none;
	}

	#storeSearch #main #map .prefSelect{
		position: absolute;
		padding:10px 7px 5px 15px;
		border: 1px solid #45BC90;
		border-radius: 5px;
		background: #Fff;
		z-index: 100;
		width: 204px;
		display: none;
	}
	#storeSearch #main #map .prefSelect a{
		display: inline-block;
		width: 80px;
    height: 100%;
    font-size: 1.2rem;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    background: #ffffff;
    color: #171717;
    text-decoration: none;
		border: 2px solid #45BC90;
		border-radius: 5px;
		margin-bottom: 8px;
		margin-right: 8px;
	}
	#storeSearch #main #map .prefSelect a:hover{
		background: #78dbb6;
	}
	#storeSearch #main #map #areaData-2{
		top: 54%;
    right: 2%;
	}
	#storeSearch #main #map #areaData-3{
		top: 57.5%;
    right: 37%;
	}
	#storeSearch #main #map #areaData-4{
		top: 77.5%;
    right: 7%;
	}
	#storeSearch #main #map #areaData-5{
		top: 90%;
    right: 22%;
	}
	#storeSearch #main #map #areaData-6{
		top: 94%;
    right: 39%;
	}
	#storeSearch #main #map #areaData-7{
		top: 68%;
    right: 55%;
	}
	#storeSearch #main #map #areaData-8{
		top: 95%;
    right: 57%;
	}
	#storeSearch #main #map #areaData-9{
		top: 72%;
    left: -4%;
	}
	#storeSearch #search {
		width:250px;
	}
	#storeSearch #search > div {
		width:250px;
		padding:15px;
		float:none;
		background:#ffffff;
		border-radius:10px;
	}
}


/*-----------------------------------------------------------------

	result

-----------------------------------------------------------------*/

#storeSearch #main #result {
	width:100%;
	margin:50px 0 0;
	padding:40px 0;
	position:relative;
}
#storeSearch #main #result::after {
	display: block;
	content: '';
	margin:0 auto ;
	width: 500%;
	height: 100%;
	background:#F2F2F2;
	position:absolute;
	top:0;
	left:-250%;
	z-index:-1;
}

.storeList li {
	margin-top:30px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
	background:#ffffff;
	border-radius:10px;
	overflow:hidden;
	box-shadow: 0 0 30px 0px rgba(0,0,0,0.15);
}
.storeList li figure{
	width:100%;
	overflow:hidden;
	position:relative;
}
.storeList li figure img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}
.storeList li .data{
	width:100%;
	padding:20px;
	position:relative;
}
.storeList li .data .storeLogo{
	width:70px;
}
.storeList li .data .shopName{
	margin-bottom:5px;
	font-size:2.4rem;
	line-height:1.5em;
	font-weight:700;
}
.storeList li .data .add{
	display:inline-block;
	padding:2px 0 2px 25px;
	background:url(/sevenmax/store/img/icon_place.svg) no-repeat top 50% left 2px;
	background-size:16px auto;
}
.storeList li .data .time{
	display:inline-block;
	padding:2px 0 2px 25px;
	background:url(/sevenmax/store/img/icon_time.svg) no-repeat top 50% left 0;
	background-size:20px auto;
}
.storeList li .data .tel a{
	display:inline-block;
	padding:2px 0 2px 40px;
	font-size:2.2rem;
	line-height:1.3;
	font-weight:700;
	text-decoration:none;
	color:#171717;
	background:url(/sevenmax/store/img/icon_tel.svg) no-repeat top 50% left 0;
	background-size:30px auto;
}
.storeList li .data .detailBtn{
	display:block;
	font-size:1.15em;
	font-weight:700;
	letter-spacing:0.1em;
	color:#ffffff;
	text-decoration:none;
	background:#45BC90;
	position:absolute;
}
.storeList li .data .detailBtn::after {
	display: block;
	content: '';
	margin: auto 0;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	position:absolute;
	top: 0;
	bottom: 0;
	right: 5%;
	transition:all 0.5s ease;
	z-index:2;
}

.map-area { position: relative;}
.map-area:before { content: ""; display: block; padding-top: 66.666666%;}
.map-area iframe,
.map-area > div { width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
.map-area--md:before { padding-top: 56.666666%;}
.map-canvas { width: 100%; height: 100%;}
@media print, screen and (min-width: 681px){
  .map-area { margin: 0px 0 20px;}
}
.resultPalm .select-tag{ 
	width: 100%; 
	height: 44px; 
	padding: 0 60px 0 17px; 
	background: url(/shops/img/icon_selecttag.svg) no-repeat center right, #Fff; 
	font-size: 13px; 
	font-weight: bold; 
	color: #666; 
	outline: none; 
	letter-spacing: 0.05em; 
	appearance: none;  
	border: none; 
	border-radius: 0;
	margin-top: 20px;
}
.select-tag::-ms-expand{ display: none;}

#storeSearch #main #result.resultPalm{
	margin-top: 0;
	padding-top: 0;
}

#storeSearch #search.searchPlamPc{
	display: none;
}
#storeSearch #search.searchPlamSp{
	padding: 30px 15px;
	background: #fff;
}

.headLineWrap{
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	text-align: left;
}
.headLineWrap .headLine-s{
	text-align: left;
}
.headLineWrap .headLine-s span{
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.headLineWrap .number{
	font-size: 12px;
}
.headLineWrap .number .countWrap{
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	padding-left: 3px;
}
.headLineWrap .number .countWrap .count{
	font-size: 24px;
	color: #45BC90;
	padding: 0 2px;
}

/*----------------------------------------------------------
	Display：← 479x（ sp ）
----------------------------------------------------------*/

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

	.storeList li .data{
		padding-bottom:65px;
	}
	.storeList li .data .detailBtn{
		width:100%;
		padding:8px 5px;
		text-align:center;
		bottom:0;
		left:0;
	}
	
}


/*----------------------------------------------------------
	Display：480px →（ tablet + pc ）
----------------------------------------------------------*/

@media screen and (min-width:480px) {

	.storeList li figure{
		width:35%;
	}
	.storeList li figure img {
		width:auto;
		height:100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
	}
	.storeList li .data{
		width:65%;
	}

	.storeList li .data .shopName{
		font-size:2.6rem;
	}
	.storeList li .data .tel a{
		font-size:2.4rem;
	}
	
	
	.storeList li .data .flexbox .add{
		margin-right:1em;
	}
	.storeList li .data .detailBtn{
		display:inline-block;
		padding:0 50px 0 20px;
		text-align:left;
		line-height:38px;
		border-radius:20px 0 0 20px;
		top:15px;
		right:0;
		transition:all 0.5s ease;
	}
	.storeList li .data .detailBtn::after {
		right: 15px;
	}
	.storeList li .data .detailBtn:hover{
		background:#269F72;
	}
}

@media screen and (min-width:768px){
	.headLineWrap{
		padding:0px;
		height: 100px;
	}
	.headLineWrap .headLine-s{
		float: left;
		width: calc(100% - 130px);
		padding: 25px 0 0px 35px;
		letter-spacing: 1px;
	}
	.headLineWrap .headLine-s span{
		font-size: 14px;
	}
	.headLineWrap .number{
		text-align: center;
		font-size: 16px;
		float: right;
		width: 130px;
		height: 100px;
		border-left: 1px solid #e7e5e5;
		padding-top: 15px;
	}
	.headLineWrap .number .countWrap{
		display: block;
		font-size: 18px;
		padding-left: 0px;
		line-height: 1;
	}
	.headLineWrap .number .countWrap .count{
		font-size: 28px;
		padding: 0;
		padding-right: 3px;
	}
	.headLineWrap .nonList{
		line-height: 100px;
		text-align: center;
		letter-spacing: 1px;
	}

	#storeSearch #search.searchPlamPc{
		display: block;
	}
	#storeSearch #search.searchPlamSp{
		display: none;
	}
}

/* 全車種から選ぶ　センター寄せ */
@media screen and (min-width: 560px){
	#selectCar #searchAllcar{
		margin: 0 auto;
	}
}

/*-----------------------------------------------------------------

	料金プラン

-----------------------------------------------------------------*/
.selectPrice{
	padding: 20px;
	max-width: 1310px;
	margin: 0 auto;
}
@media screen and (min-width: 960px){
	.selectPrice{
		padding: 70px 20px;
	}
	.selectPrice .courseList{
		margin-top: 30px;
	}
}


/*-----------------------------------------------------------------

	年数プラン

-----------------------------------------------------------------*/
.home .planChoice h2{
	margin-bottom: 30px;
}

@media screen and (min-width: 960px){
	.planChoice{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto ;
	}
	
}

/*-----------------------------------------------------------------

	おすすめ車種

-----------------------------------------------------------------*/

/*----------------
 3年 
----------------*/
.carWrap3year{
	padding-top: 20px;
	margin-bottom: 40px;
}

.carWrap3year .carList li{
	width: 160px;
	margin: 5px;
}
.carWrap3year .carList{
	display: block;
	margin: 0 auto;
	position: relative;
}

/* .carWrap3year .carList .carItem .makerLogo img {
	height: 15px;
} */
.carWrap3year .carList .carItem .plan3logo {
	width: 24px;
}

@media screen and (min-width: 960px){
	.carWrap3year{
		padding-top: 30px;
		margin-bottom: 60px;
	}

	.carWrap3year .carList li{
		width: 300px;
	}
	#specialCar .slick-prev {
		left:100px;
	}
	#specialCar .slick-next {
		right:100px;
	} 
}

/*----------------
 ７年 
----------------*/
.carWrap7year {
	padding-top: 20px;
	position: relative;
	z-index: 2;
}

.carWrap7year ul li{
	width: 160px;
	margin: 5px;
}
@media screen and (min-width: 960px){
	.carWrap7year {
		padding-top: 30px;
	}

	.carWrap7year ul li{
		width: 300px;
	}
}

/*----------------
 slick設定
----------------*/
#specialCar .slick-initialized {
	display: block;
	opacity: 1;
}
#specialCar .slick-prev,
#specialCar .slick-next {
	display:block;
	width:56px;
	height:56px;
	margin:auto 0;
	background-image:url(/sevenmax/common/img/parts/arrow_slider.svg);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-color: #ffffff;
	background-size:100% auto;
	text-indent:-999px;
	overflow:hidden;
	border:none;
	border-radius:100%;
	cursor:pointer;
	position:absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index:10000;
	transition: all 0.5s ease;
}
#specialCar .slick-next {
	transform: scale(-1, 1);
}
#specialCar .slick-prev:hover,
#specialCar .slick-next:hover {
	background-color: #FFD900;
}
#specialCar .slick-prev {
	left:10px;
}
#specialCar .slick-next {
	right:10px;
} 
@media screen and (min-width: 960px){
	#specialCar .slick-prev {
		left:100px;
	}
	#specialCar .slick-next {
		right:100px;
	} 
}

/*-----------------------------------------------------------------

	ビギナー

-----------------------------------------------------------------*/
.beginner{
	margin: 20px auto 0;
	width: calc(100% - 20px);
	padding: 30px 20px;
	border: 2px solid #45BC90;
	border-radius: 8px;
	background: #fff;
}
.beginner .headLine{
	position: relative;
	text-align: left;
	padding-left: 50px;
}
.beginner .headLine img{
	position: absolute;
	width: 30px;
	height: auto;
	top: 5px;
	left: 0;
	margin: auto;
}
.beginner p{
	padding-top: 15px;
	font-size: 16px;
}
@media screen and (min-width: 960px){
	.beginner{
		width: 980px;
		margin: 60px auto 0;
		padding: 50px 0px;
		border: 3px solid #45BC90;
	}
	.beginner .headLine{
		text-align: center;
		padding-left: 40px;
	}
	.beginner .headLine br{
		display: none;
	}
	.beginner .headLine img{
		width: 34px;
		top: 0px;
		left: 50%;
		margin: auto;
		margin-left: -410px;
	}
	.beginner p{
		text-align: center;
		font-size: 18px;
		padding-top: 30px;
		line-height: 2.2;
	}
}

/*-----------------------------------------------------------------

	たすカッターバナー

-----------------------------------------------------------------*/
#tascutter.tascutter3{
	padding: 30px 10px;
}
.tascutter3Btn{
	width: 90%;
	margin: 0 auto;
}

.tascutter3Btn a{
	width: 100%;
	line-height: 1.3;
	padding: 10px 20px;
}
.tascutter3Btn a:nth-of-type(1){
	margin-bottom: 10px;
}
@media screen and (min-width: 768px){
	.tascutter3Btn a{
		width: 80%;
	}
	.tascutter3Btn a br{
		display: none;
	}
}
@media screen and (min-width: 960px){
	#tascutter.tascutter3{
		padding: 50px 00px;
	}
	.tascutter3Btn{
		display: flex;
		justify-content: space-around;
		width: 960px;
		margin: 0 auto 40px;
	}
	.tascutter3Btn a{
		width: 500px;
	}
	.tascutter3Btn a:nth-of-type(1){
		margin-bottom: 0px;
	}
}

/*-----------------------------------------------------------------

	Youtube

-----------------------------------------------------------------*/
.aboutMov{
	padding-top: 40px;
	margin-bottom: 30px;
}
.movWrap{
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
	margin:15px auto;
	max-width: 880px;
}
.movWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 960px){
	.aboutMov{
		padding-top: 50px;
		margin-bottom: 50px;
	}
	.aboutMov .headLine br{
		display: none;
	}
	.movWrap{
		padding-bottom: 38.25%; /*アスペクト比 16:9の場合の縦幅*/
		margin:30px auto ;
	}
}

/*-----------------------------------------------------------------

	FAQ

-----------------------------------------------------------------*/

.secFaq ol{
	margin-top: 20px;
	padding-bottom: 20px;
}
.secFaq ol li{
	background: #fff;
	border-radius: 6px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.secFaq ol li::after{
	content: "Q";
	display: block;
	position: absolute;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	color: #ffffff;
	background: #45BC90;
	left: 0;
	top: 0;
	width: 100%;
	height: 40px;
	line-height: 1;
	padding-top: 6px;
	padding-left: 15px;
	font-size: 21px;
	line-height: 1.3;
}
.secFaq ol li dl{
	padding: 55px 10px 15px 15px;
}
.secFaq ol li dl dt{
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 15px;
}
.secFaq ol li dl dd{
	line-height: 1.6;
}
.secFaq .btn a{
	text-decoration: none;
	color: #45BC90;
}

@media screen and (min-width: 960px){
	.secFaq ol li{
		margin-bottom: 15px;
	}
	.secFaq ol li::after{
		width: 50px;
		height: 100%;
		padding-top: 21px;
		padding-left: 0;
		text-align: center;
		font-size: 28px;
	}
	.secFaq ol li dl{
		padding: 25px 20px 25px 80px;
	}
	.secFaq ol li dl dt{
		font-size: 21px;
	}
	.secFaq .btn a:hover{
		color: #fff;
	}
}

/*-----------------------------------------------------------------

	社用車バナー

-----------------------------------------------------------------*/
.bnrList.c1{
	margin-bottom: 40px;
	padding: 0 10px;
}


/*-----------------------------------------------------------------

	カーリースについて

-----------------------------------------------------------------*/
.carleaseWrap{
	margin: 30px 0;
	padding: 20px 0;
}
@media screen and (min-width: 960px){
	.carleaseWrap{
		margin: 60px 0;
	}
}



/*-----------------------------------------------------------------

	人気ランキング

-----------------------------------------------------------------*/
.carLanking{
	padding: 30px 10px;
}
.carLanking .carList{
	padding-top: 30px;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	counter-reset: number 0;
}
.carLanking .carList .carItem{
	flex: 0 0 160px;
}
.carLanking .carList .carItem::after {
	counter-increment: number 1;
	content: counter(number) "";
	width: 29px;
	height: 23px;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	font: 700 12px / 32px "din-2014-narrow";
	color: #fff;
	text-align: center;
	z-index: 3;
}
.carLanking .carList .carItem:nth-of-type(1)::after {
	background: url(/img/service_icon_rank01.svg) no-repeat center / contain;
}
.carLanking .carList .carItem:nth-of-type(2)::after {
	background: url(/img/service_icon_rank02.svg) no-repeat center / contain;
}
.carLanking .carList .carItem:nth-of-type(3)::after {
	background: url(/img/service_icon_rank03.svg) no-repeat center / contain;
}
.carLanking .carList .carItem:nth-child(n+4)::after {
	background: url(/img/service_icon_rank04.svg) no-repeat center / contain;
}
@media screen and (min-width: 960px){
	.carLanking {
		padding-top: 60px;
	}
	.carLanking .carList{
		overflow-x: inherit;
		width: 100%;
		max-width: 1280px;
		margin: 0 auto;
		padding-top: 50px;
	}
	.carLanking .carList .carItem{
		flex: none;
		width: 19%;
	}
	.carLanking .carList .carItem::after {
		width: 40px;
		height: 40px;
		top: -25px;
		left: 50%;
		transform: translateX(-50%);
		font: 700 16px / 52px "din-2014-narrow";
	}
}
