@charset "utf-8"; /*

CATEGORY | STORE

=========================================================
COMMON
-------------------------------------------------------*/


/*=======================================================
LIST | STORE
---------------------------------------------------------

/* -------------------------------------------------
  netArea
------------------------------------------------- */
/*-------------------------------
	Display：common
-------------------------------*/
#netArea {
	padding:45px 0;
	display:none;
}
#netArea > .box{
	width:90%;
	max-width:680px;
	margin:0 auto;
	padding:20px;
	font-size:1.6rem;
	font-weight:700px;
	text-align:center;
	border-radius:10px;
	background:var(--color-secondary);
}
/*-------------------------------
	Display：768px →
-------------------------------*/
@media print, screen and (min-width: 768px){

	#netArea > .box{
		width:100%;
		padding:20px;
		font-size:1.8rem;
	}

}



/* -------------------------------------------------
  storeArea
------------------------------------------------- */
/*-------------------------------
	Display：common
-------------------------------*/
#storeArea {
	margin-top:35px;
	padding:35px 0 20px;
	border-top:3px solid var(--color-primary);
}
#storeArea .leadTxt {
	padding:0 25px;
	text-align:left;
}

#storeArea .outBox {
	width:100%;
	max-width:1000px;
	margin:0 auto ;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#storeArea .outBox .mainBox{
	width:100%;
}
/* #storeArea .outBox .subBox{
	display:none;
} */
#storeArea .outBox .subBox .area_ttl{
	padding:15px 20px;
	font-size:1.8rem;
	font-weight:700;
	letter-spacing:0.2em;
	text-align:center;
	border:1px solid #F0E6E1;
	border-bottom:0;
	border-radius:10px 10px 0 0;
	background:#ffffff;
}


/*-------------------------------
	Display：768px →
-------------------------------*/
@media print, screen and (min-width: 768px){

	#storeArea .leadTxt {
		text-align:center;
	}
	#storeArea {
		padding:45px 20px 20px;
	}
	#storeArea .outBox .subBox{
		width:22.5%;
		display:block;
	}
	#storeArea .outBox .mainBox{
		width:72.5%;
	}

}



/*---------------------------------
areaSelect
---------------------------------*/
#storeArea .outBox .subBox #areaSelect {
	border:1px solid #F0E6E1;
	border-radius:0 0 10px 10px;
	background:#ffffff;
}
#storeArea .outBox .subBox #areaSelect li {
	border-bottom:1px solid #F0E6E1;
}
#storeArea .outBox .subBox #areaSelect li a{
	display:block;
	padding:15px 20px;
	background-image:url(/1cars/common/img/icon/right-arrow_bl.svg);
	background-repeat:no-repeat;
	background-position:right 15px center;
	color:#0A0E1F;
	text-decoration:none;
	background-size:8px auto;
	transition: background .4s;
	position:relative;
}
#storeArea .outBox .subBox #areaSelect li a:hover {
	padding:15px 20px;
	background-position:right 10px center;
	background-color:var(--color-secondary);
}
#storeArea .outBox .subBox #areaSelect li.current a {
	color:#ffffff;
	background-color:var(--color-primary);
}
#storeArea .outBox .subBox #areaSelect li.current a::after{
	content: '';
	display:block;
	width:2px;
	height:12px;
	margin:auto;
	border-top:6px solid transparent;
	border-bottom:6px solid transparent;
	border-right:6px solid #ffffff;
	position:absolute;
	top:0;
	bottom:0;
	right:-1px;
	transition:all 0.5s ease;
}

#storeArea .outBox .subBox #areaSelect li:last-child{
	border-bottom:none;
	border-radius:0 0 10px 10px;
}


/*---------------------------------
prefSelect
---------------------------------*/
#storeArea .outBox .subBox #prefSelect {
	margin-top:20px;
	padding:20px;
	border-radius:10px;
	background:var(--color-secondary);
}
#storeArea .outBox .subBox #prefSelect .ttl{
	text-align:center;
}
#storeArea .outBox .subBox #prefSelect .ttl em{
	font-weight:700;
}

select.select::-ms-expand {
	display: none;
}
select.select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width:100%;
	margin:10px 0 0;
	padding: 15px 30px 15px 15px;
	font-size: 93%;
	line-height: 1.1em;
	border-radius: 5px;
	border: 1px solid #DEDEDE;
	background-image: url(../img/icon_arrow_down.svg);
	background-repeat: no-repeat;
	background-size: 8px auto;
	background-position: right 10px center;
	background-color: #ffffff;
}


/*---------------------------------
searchSelect
---------------------------------*/
#storeArea .outBox .subBox #searchSelect {
	margin-top:20px;
	padding:20px;
	border-radius:10px;
	background:var(--color-secondary);
}
#storeArea .outBox .subBox #searchSelect .ttl{
	text-align:center;
}
#storeArea .outBox .subBox #searchSelect .ttl em{
	font-weight:700;
}
#storeArea form {
	margin-top:10px;
	overflow:hidden;
}
#storeArea input {
	width:70%;
	padding: 5px;
	font-size: 93%;
	line-height: 1.1em;
	border-radius: 5px;
	border: 1px solid #DEDEDE;
	float:left;
}
#storeArea button {
	width:25%;
	float:right;
}




/*---------------------------------
prefNav
---------------------------------*/

#storeArea .outBox .mainBox .prefName{
	padding:0 0 25px;
	font-size:1.8rem;
	font-weight:bold;
	text-align:center;
}
#storeArea .outBox .mainBox #prefTab{
	display:none;
	padding:0 0 30px;
	text-align:center;
}
#storeArea .outBox .mainBox .prefNav{
	display:none;
	text-align:center;
}
#storeArea .outBox .mainBox .prefNav.ac{
	display:block;
}
#storeArea .outBox .mainBox .prefNav li{
	display:inline-block;
	border-left:1px solid #F0E6E1;
}
#storeArea .outBox .mainBox .prefNav li:first-child{
	border-left:none;
}
#storeArea .outBox .mainBox .prefNav li.current a{
	color:var(--color-primary);
}
#storeArea .outBox .mainBox .prefNav li a{
	display:block;
	padding:2px 0.75em;
	font-size:1.6rem;
	line-height:1.2em;
	font-weight:700;
	color:#0A0E1F;
	text-decoration:none;
}
#storeArea .outBox .mainBox .prefNav li a:hover{
	color:var(--color-primary);
}

/*-------------------------------
	Display：←767px
-------------------------------*/
@media screen and (max-width: 767px){

}

/*-------------------------------
	Display：768px →
-------------------------------*/
@media print, screen and (min-width: 768px){

	#storeArea .outBox .mainBox #prefTab{
		display:block;
	}
	#storeArea .outBox .mainBox .prefName{
		padding:30px 0 40px;
		font-size:2.4rem;
	}

}

/*---------------------------------
selectBoxSP
---------------------------------*/
#storeArea .outBox .mainBox #selectBoxSP {
	margin:0 0 30px;
	background:var(--color-secondary);
}
#storeArea .outBox .mainBox #selectBoxSP .inner {
	width:100%;
	padding:20px 15px;
	text-align:center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#storeArea .outBox .mainBox #selectBoxSP .inner div{
	width:48%;
}
#storeArea .outBox .mainBox #selectBoxSP .inner div .ttl{
	font-size:1.4rem;
	text-align:center;
}
#storeArea .outBox .mainBox #selectBoxSP .inner div .ttl em{
	font-weight:700;
}

#storeArea .outBox .mainBox #selectBoxSP .inner div select.select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width:100%;
	height:42px;
	margin:10px 0 0;
	padding: 10px 30px 10px 10px;
	font-size: 93%;
	line-height: 1.1em;
	border-radius: 5px;
	border: 1px solid #DEDEDE;
	background-image: url(../img/icon_arrow_down.svg);
	background-repeat: no-repeat;
	background-size: 8px auto;
	background-position: right 10px center;
	background-color: #ffffff;
}

#storeArea .outBox .mainBox #selectBoxSP .inner .searchBox {
	overflow:hidden;
}
#storeArea .outBox .mainBox #selectBoxSP .inner .searchBox input {
	width:65%;
	height:42px;
	float:left;
}
#storeArea .outBox .mainBox #selectBoxSP .inner .searchBox button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width:30%;
	height:42px;
	font-size: 1.4rem;
	line-height: 1.1em;
	border-radius: 5px;
	border: 1px solid #DEDEDE;
	float:right;
}

/*-------------------------------
	Display：768px →
-------------------------------*/
@media print, screen and (min-width: 768px){
	#storeArea .outBox .mainBox #selectBoxSP {
		display:none;
	}
}

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

絞り込み - ボタン

---------------------------------*/
.filterList{
	display: flex;
	justify-content: center;
	padding: 20px 0;
}
.filterList li{
	padding: 5px;
	width: 50%;
}
.filterList li a,
.filterList li span{
	display: block;
	height: 54px;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	border-radius: 100px;
	border: 1px solid var(--color-primary);
	color: #000;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .4s;
}
.filterList li a:hover,
.filterList li span:hover{
	cursor: pointer;
	color: #fff;
	background: var(--color-primary);
}
@media print, screen and (min-width: 768px){
	.filterList{
		max-width: 960px;
		padding:40px 20px 20px;
		margin: 0 auto;
	}
	.filterList li br{
		display: none;
	}
}

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

絞り込み - モーダル

---------------------------------*/
.modalwindow{
	width: 90%;
	max-width: 960px!important;
}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title{
	font-weight: 700;
}

/*---------------------------------
LIST - AREA
---------------------------------*/
.list-area{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 0;
}
.list-area li{
	padding: 5px;
	width: 50%;
}
.list-area li a{
	display: block;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	border-radius: 100px;
	border: 1px solid var(--color-primary);
	color: #000;
	font-size: 14px;
	font-weight: 700;
}
.list-area li a:hover{
	color: #fff;
	background: var(--color-primary);
}
@media print, screen and (min-width: 768px){
	.list-area{
		width: 100%;
		padding: 20px;
	}
	.list-area li{
		padding: 5px;
		width: 25%;
	}
}

/*---------------------------------
LIST - STATE
---------------------------------*/
.list-state{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 0;
}
.list-state li{
	padding: 5px;
	width: 50%;
}
.list-state li a{
	display: block;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	border-radius: 100px;
	border: 1px solid var(--color-primary);
	color: #000;
	font-size: 14px;
	font-weight: 700;
}
.list-state li a:hover{
	color: #fff;
	background: var(--color-primary);
}
@media print, screen and (min-width: 768px){
	.list-state{
		width: 100%;
		padding: 20px;
	}
	.list-state li{
		padding: 5px;
		width: 20%;
	}
}

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

絞り込み - キーワード

---------------------------------*/
.secFilter .serchBox{
	text-align: center;
	border: 1px solid var(--color-primary);
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
}
.secFilter .serchBox p{
	font-weight: 700;
}
.secFilter .serchBox button{
	color: #fff;
	background: var(--color-primary);
	border: none;
}
@media print, screen and (min-width: 768px){
	.secFilter .serchBox{
		width: 400px;
		display: flex;
		justify-content: space-around;
	}

}

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

LIST - STORE

---------------------------------*/
.list-store{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 5px;
}
.list-store > li {
	width: 49.5%;
	position:relative;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 10px 10px 48px;
	margin-bottom: 5px;
}
.list-store > li a{
	display: block;
	height: 100%;
	text-decoration: none;
}
.list-store > li .listHead{
	display: flex;
	align-items: center;
}
.list-store > li .listHead figure{
	width:60px;
}
.list-store > li .listHead figure img{
	width:100%;
}
.list-store > li .listHead h3{
	font-weight: 700;
	font-size: 18px;
	padding-left: 10px;
	line-height: 1.1;
}

.list-store .data ul{
	margin-top:10px;
}
.list-store .data ul li {
	padding:0 0 5px 25px;
	font-size:1.4rem;
	color: #000;
}
.list-store .data ul li.pref {
	background:url(../img/icon_add.svg) no-repeat 2px 3px;
	background-size:14px auto;
}
.list-store .data ul li.pref span{
	display: block;
	font-weight: 700;

}
.list-store .data ul li.open {
	background:url(../img/icon_time.svg) no-repeat 0px 3px;
	background-size:18px auto;
}
.list-store .data ul li.tel {
	background:url(../img/icon_phone.svg) no-repeat 0px 3px;
	background-size:18px auto;
}
.list-store .data ul li.tel{
	display: none;
}
.list-store .btnTel {
	width:140px;
	height:38px;
	position:absolute;
	left:0;
	right: 0;
	margin: auto;
	bottom:10px;
}
.list-store .btnTel a {
	display:block;
	width:100%;
	height:100%;
	line-height:38px;
	text-align: center;
	font-size:14px;
	letter-spacing:0;
	text-decoration:none;
	font-weight:700px;
	border-radius:38px ;
	background:url(../img/icon_phone.svg) no-repeat 10px 50% var(--color-secondary);
	background-size:22px auto;

}

/*-------------------------------
	Display：768px →
-------------------------------*/
@media print, screen and (min-width: 768px){
	.list-store{
		justify-content: space-around;
		padding: 20px;
	}
	.list-store > li {
		width: 30%;
		margin-bottom: 20px;
	}
	
}
@media print, screen and (min-width: 960px){
	.list-store{
		padding: 20px 0;
		max-width: 1300px;
		margin: 0 auto;
	}
	.list-store > li {
		width: 300px;
		padding: 0px;
		margin-bottom: 20px;
	}
	.list-store > li a{
		padding: 20px;
	}
	.list-store > li a:hover{
		opacity: 0.4;
	}
	.list-store > li .listHead figure{
		width: 100px;
	}
	.list-store > li .listHead h3{
		padding-left: 20px;
		font-size: 21px;
	}
	.list-store .data ul li.tel{
		display: block;
	}
	.list-store .btnTel{
		display: none;
	}
}


/* -------------------------------------------------
  .box-radius
------------------------------------------------- */

.box-radius {
	width:90%;
	margin:0 auto 45px;
	background:var(--color-secondary);
	border-radius:10px;
	position:relative;
}
.box-radius .inner{
	padding:30px 15px 15px;
}

/*-------------------------------
	Display：768px →
-------------------------------*/
@media print, screen and (min-width: 768px){

	.box-radius {
		width:95%;
		max-width:1000px;
		margin:0 auto;
	}
	.box-radius .inner{
		padding:50px 25px 25px;
	}
}

/* -------------------------------------------------
都道府県リスト
------------------------------------------------- */
.prefList{
	text-align: center;
	margin-bottom: 20px;
}

.prefList li{
	display: inline-block;
}

.prefList li a{
	padding: 10px;
}

.prefActive a{
	color: black;
	text-decoration: none;
	cursor: none;
	pointer-events: none;
}

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

ページャー

---------------------------------*/
.pagination{
	text-align: center;
	padding: 30px 0px;
	max-width: 900px;
	margin: 0 auto;
}
.pagination li{
	display: inline-block;
	vertical-align: top;
	padding: 0 7px;
}
.pagination li a{
	display: block;
	line-height: 34px;
	width: 34px;
	border: 1px solid var(--color-primary);
	text-align: center;
	text-decoration: none;
}
.pagination li a:hover{
	background: var(--color-secondary);
	opacity: 0.6;
}
.pagination li.active a{
	pointer-events: none;
	background: var(--color-primary);
	color: #fff;
}
@media print, screen and (min-width: 768px){
	.pagination li{
		padding: 0 10px;
	}
	.pagination li a{
		line-height: 50px;
		width: 50px;
	}
}
