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

/* 共通 */
html,body {
	font-family: "Lucida Sans",arial,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;
	/*font-family: メイリオ !important;*/
	min-height:100%;
}

select{
    -moz-appearance: none;
    appearance: none
}

.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/*IE6,7*/
.cf {
	zoom: 1;
}
.pos-r {
	position: relative;
}
/* firefox */
a:link,
a:visited,
a:active,
a:hover { /* FireFox リンク選択時の点線を消す */
	overflow: hidden;
	outline: none;
}

.bold{
	font-weight:bold;
	}

.error-message {
	color:red;
}



@media screen and (max-width: 767px) {
	.common-wrap {
		margin-bottom: 70px !important;
	}
	
	.breadcrumb {
    	padding: 8px;
	}
	
	.breadcrumb li{
	display:inline-block;
	    font-size: 11px;
	}
	
	.breadcrumb li a{
		background: rgba(241,140,38,1);
		color: #fff;
		padding: 4px;
		text-decoration: none;
		border-radius: 3px;
		font-size: 10px;
	}
	.breadcrumb>li+li:before{
		display:inline-block;
		padding:8px 2px;
		background:none;
		font-size: 10px;
	}
	
}

h1.top{
text-align: left;
  /*margin: 50px 0 0 50px;*/
  margin:0;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  padding:16px 16px;
  color: #444;
  text-shadow: 0px 2px 2px rgba(150, 150, 150, 1);
	width:100%;
	}

.head-margin{
	margin-top:56px;
	}




@media (min-width: 768px) {
.head-margin{
	margin-top:76px;
	}

h1.top{
  text-align:left;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
    padding: 20px 16px 16px;
  border-bottom:2px solid #fff;
  color: #444;
  text-shadow: 0px 2px 2px rgba(150, 150, 150, 1);

	}
}

@media (min-width: 992px) {
.head-margin{
	margin-top:0;
	}

h1.top{
	margin-top:50px;
	 border-bottom:none;
}
}

/* header */
header {
	text-align: center;
	z-index: 5;
}



@media (min-width: 768px) {
header {
	/*margin-bottom: 20px;*/

}

.header-chara-img {
	margin-top: 20px;
	  margin-left: 20%;

}
}



#header-chara-img img {
	max-width: 100%;
}


#header-logo {
	text-align: center;
	margin-top:65px;
}

#header-logo img {
	width: 85%;
}




#header-intro {
	background:url(../img/head-img-sp.png);
	background-repeat:no-repeat;
	  background-position: right 140px;
  background-attachment: fixed;
  background-size: 120px;
}

#header-intro p {
	line-height: 1.8;
	padding: 0px 10px;
}


@media (min-width: 768px){

#header-intro {
	position: relative;
	text-align: center;
	display: block;
	background:url(../img/head-img-sp.png);
	background-repeat:no-repeat;
	background-position:right 78px;
	background-attachment:fixed;
	background-size:auto;
}

}


@media (min-width: 992px){

#header-intro {
	position: relative;
	text-align: center;
	display: block;
	background:none;

}

#header-intro p {
	position: absolute;
	top: 40%;
	line-height: 1.8;
	padding: 0px 10px;
}
}

#header-search-bar {
	position: relative;
	text-align: center;
}




@media (min-width: 992px){
#header-search-bar {
	height: 141px;
}
}
.search-box {
	width: 90%;
	  margin: 16px auto 16px;

}
.modal-layer{
	z-index:10;
}
@media (min-width: 768px){
	.search-box {
	width: 50%;
	}
}
@media (min-width: 992px){
.search-box {
	width: 70%;
	margin: 20%;

}
}

.s-r-free{
	width: 300px !important;
	margin:0 auto !important;
	}

.fw-bc{
	position:absolute;
	right:0;
	top:19px;
	}
input[type="text"].search-text {
	background: #333;
	color: #fff;
}
button[type="submit"].search-btn,button[type="button"].search-btn {
	background: #333;
		border-radius: 0 30px 30px 0;
	color: #fff;
}

#header-sp-logo {
padding: 0 0 0 7px;
}
#header-sp-logo img {
	height: 26px;
	margin-top:7px;
}
#header-bar{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background:#FFF;
	border-bottom:1px solid #ccc;
	z-index:5;
	height:40px;
}

@media (min-width: 768px){
	#header-bar{
		height:60px;
	}
	#header-sp-logo {
	padding: 14px 0 0 15px;
	}
}



@media (min-width: 992px) {

#header-bar{
	display: none;
}

#header-sp-logo {
	display: none;
}

}

/* header END */
header.common{
	background:#433925;
	color:#FFF;
	font-weight:bold;
	border-radius:5px;
	border-bottom:1px solid #ccc;
	margin-left:4px;
	margin-right:4px;
}

.common .main-logo{
	display:none;
	}

.car-page-padding{
	padding-left:0;
}

.page-padding{
	padding-left:0;
}

.search-box-common{
	padding-top:20px;
	padding-right:20px;
	}

.common h1{
	text-align:left;
	font-size:15px;
	margin:0;
	padding:16px;
	font-weight:bold;
	
	}

.common h1 span{
	font-size:12px;
	color:#999;
	padding-left:5px;
	padding-right:5px;
	display:block;
	padding:8px 0 0;
	}


@media (min-width: 768px){
.car-page-padding{
	padding-left:0;
}
.page-padding{
	padding-left:0;
}
}



@media (min-width: 992px) {
header.common{
	color:#000;
	border-radius:0;
	margin-left:0px;
	margin-right:0px;
	height:74px;
	background:#FFF;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	margin:0;
	}
.common .main-logo{
	  width: 80%;
  padding-top: 5%;
  padding-right: 20%;
  display: block;
	}
	

.car-page-padding{
	padding-left:0;
}
.page-padding{
	padding-left:0;
}

.common h1{
	text-align:left;
	font-size:24px;
	margin:0;
	padding:8px;
	font-weight:normal;

	}
.common h1 span{
	padding:0;
	display:inline;
	}
}




#bg-main-img {
	background: url(../img/background.jpg) fixed center;
	background-size:auto;
}

@media (min-width: 992px) {

	.car-page-padding{
	padding-left:17%;
}
.page-padding{
	padding-left:10%;
}
	.common h1{
	padding:26px 0 0 0;
	}
	#bg-main-img {
		background: url(../img/background.png) fixed center;
		background-size: cover;
	}
}

p {
	margin: 0;
}

.loadingWrap{
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index:99;
}
.loadingWrap img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -21px;
}

.relative-slider{
	display: none;
}
@media (max-width: 767px) {
	.relative-slider {
		display: block;
	}
}

.content-box {
	padding: 5px;
	margin: 4px;
	background: #FFF;
	border: dotted 2px #777;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.pc-none{
	display:block;
	}

.sp-none{
	/* スマホでは表示させない */
	display:none;
}

.tablet-none{
	display:none;
}



@media (min-width: 768px) {
	.sp-none{
		/* スマホでは表示させない */
		display:block;
	}
}

@media (min-width: 992px) {
	.tablet-none{
		/* タブレットでは表示させない */
		display:block;
	}
	.pc-none{
		display:none;

		}
}


.sp-only {
	display: block;
}

.pc-only,.pad-only {
	display: none;
}

.pc-only-inline{
	display:none;	
}

@media (min-width: 768px) {

.sp-only {
	display: none;
}

.pad-only{
	display:block;
}
}

@media (min-width: 992px){
.pad-only{
	display: none;
}

.pc-only {
	display: block;
}
.pc-only-inline{
	display:inline;	
}
}



@media (min-width: 992px) {
.content-box {
	padding: 10px;
	font-size: 12px;
}
}

.col-md-8 .content-box {
	padding: 10px 5px;
}
@media (min-width: 992px){
.col-md-8 .content-box {
	padding: 15px 15px;
}
}
.content-ttl {
	margin:15px 8px 20px;
	padding-bottom:8px;
	border-bottom: 1px solid #000;
	font-size: 17px;
}

.private_list {
	position: absolute;
	right: 0px;
	bottom: 8px;
}

.private_list i {
	margin-left: 8px;
}

/* category */
.tag-style{
	color: #FFF;
	font-size: 11px;
	padding: 3px 6px;
	border-radius: 5px;
	float: right;
	margin-left: 5px;
	margin-bottom: 2px;
	text-overflow: ellipsis;
}

.c-all {
	color:#000;
}

.c-all a{
	color:#000 !important;
	background-color: #efefef;
}


.c-new {
	background-color: #e71f19;
}
.c-popular {
	background-color: #f18c26;
}
.c-usedcar {
	background-color: #1bbf9d;
}
.c-customcar {
	background-color: #e35d54;
}
.c-rentacar {
	background-color: #cf619a;
}
.c-ctoc {
	background-color: #a46dc0;
}
.c-pickup {
	background-color: #196eef;
}
.c-useful{
	background-color: #009b58;
}
.c-gaos {
	background-color: #5EB500;
}

/* category END */

#page_Top {
  background: rgba(241,140,39,1);
  border-radius: 40px;
  color: #FFF;
  position: fixed;
  bottom: 60px;
  right: 8px;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 29px;
  z-index: 1;
  cursor: pointer;
}

@media (min-width: 768px){
#page_Top {
  background: rgba(241,140,39,1);
  border-radius: 40px;
  color: #FFF;
  position: fixed;
  bottom: 60px;
  right: 32px;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 29px;
  z-index: 1;
  cursor: pointer;
}
}
.flx-3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.flx-3-item{
	width: 32%;
	margin-right: 2%;
	list-style: none;
}
.flx-3-item:nth-child(3n){
	margin-right: 0;
}
@media (max-width: 768px){
	.flx-3-item{
		width: 50%;
		margin-right: 0;
	}

}

/* 共通 END */



#scroll-car {
	height: 100%;
	display: block;
	overflow: hidden;
}


/* 見出し */
.logo-top {

}

@media (min-width: 992px) {

.logo-top{
	font-size: 100%;
	font-weight: 700;
	display: block;
}
}
h3 {
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #000;
	font-size: 19px;
	padding-bottom:8px;
}
h4 {
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 3px;
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: 700;
	border-bottom: 1px dotted #AAAAAA;
}
/* 見出し END */

/* search-result */
#search-info {
	position:relative;
	text-align: center;

}



@media (min-width: 768px){

}

@media (min-width: 992px) {

.serch-info-wrap{

	margin-left:50px;
	}

#search-info {
	width: 15%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	background-color: rgba(255,255,255,0.7);
}

}



#search-info .col-xs-10 {
	height: 100%;
	overflow: auto;
}
.con-list {
	margin-top: 0px;
}

@media (min-width: 768px){
	.con-list {
		background:#FFF;
	}
}


.chara-img-result {
	position: absolute;
	bottom: -30px;
	right: -50px;
}



@media (min-width: 992px) {
.chara-img-result {
	display: none;
}

}

.chara-img-result img{
	width:40%;
}






.maker-logo-top {
	padding-top: 8px;
	padding-bottom: 8px;
	background: #fff;
	display: block;
	border-bottom:1px solid #ccc;
}
}

.maker-logo-top img{
	width:50px;
	}

.info-top {
	padding-top: 0px;
	padding-bottom: 0px;
}

@media (min-width: 992px) {
.info-top {
	padding-top: 8px;
	padding-bottom: 8px;
	background: #EFEFEF;
}
}
.car-img-wrap{
	}
.info-img {

}

.info-img img{
	  width: 78%;
}

@media (min-width: 768px){
.maker-logo-top {
padding-top:8px;
height:50px;
}

.info-img {

}

.info-img img{
	max-width:200px;
}

}

@media (min-width: 992px) {
.maker-logo-top {
	 padding-top:0;
	height:74px;
}
}


.info-tit {
	font-size: 16px;
	margin: 8px;

}



.info-tit span{

	}

.info-sub {
	font-size: 12px;
	font-weight: 700;
}
.info-sub span {
	color: #C00;
}
.sort p.title, .ret-con p.title {
	  color: #493e29;
  font-size: 13px;
}

.sort {
	display: none;
}

@media (min-width: 992px) {
.info-img {
	display: block;
}

.info-tit {
	font-size: 20px
	margin: 0px;
	color: #493e29;
	display: block;
}

.info-tit span{
	font-size:13px;
	font-weight:700;
	display: block;
	}

.sort {
	display: block;
	margin-top: 24px;
}
}
.sort form{
	margin-top:8px;
	}

.sort select {
	width: 80%;
	height: 30px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	font-weight: normal;
	background: #493e29;
	border-radius: 15px;
}

div.content-sp-box {
	position:relative;
	padding: 5px;
	margin: 8px;
	background: #FFF;
	border: dotted 2px #777;
	border-radius: 5px;
	overflow: hidden;

}
.ret-con {
	width: 100%;
}
@media (min-width: 992px) {
.ret-con {
	margin-top: 24px;
}
}
.con {
	width: 80%;
	margin: 5px auto;
	position: relative;
	background:#efefef;
	padding:3px;
	border-radius:3px;
	border:1px solid #CCC;
	box-sizing:border-box;
}
.con_title {
	color: #493e29;
	font-size: 15px;
	text-align: left;
	list-style: none;
	width: 90%;
}

.con_remove {
	color: #C00;
	position: absolute;
	top: 3px;
	right: 8px;
	width: 10%;
	font-weight:700;
	font-size: 15px;
	cursor:pointer;
}

@media (min-width: 992px;){
.con_remove {
	top: 3px;
	right: 0;
}
}

#result-condition{
	padding-top:3px;
	}


.find-cnt{
	margin-top:16px;
	}

.hit div {
	color: #493e29;
	font-size: 18px;
	font-weight: bold;

}

.hit div span {
	color: #f18c26;
	font-size: 28px;
	font-weight: bold;
}

@media (min-width: 992px) {
.find-cnt{
	margin-top:24px;
}

.hit {
	margin: 30px 0;
}

.hit div {
	margin-left: 10%;
	text-align: left;
}

.hit div span {
	color: #f18c26;
	font-size: 28px;
	font-weight: bold;
}

}

.hit img {
	display: none;
}

@media (min-width: 992px) {
.hit img {
	display: block;
}
}
/* search-result END */

/* range-search.php */

#range_box .fa-arrow-left {
	margin-right: 5px;
}

#range_box .fa-arrow-right {
	margin-left: 5px;
}

/* range-search.php END */

/* outer-style */
.outer-style {
	margin: 0 auto;

	/*padding-bottom:64px;*/
	max-width: 1280px;
}

.outer-style-car {
	margin-left: 0%;
	max-width: 1280px;
}

@media (min-width: 992px) {
.outer-style-car {
	margin-left: 17%;
	max-width: 1280px;
	padding-bottom: 64px;
}

.outer-style {
margin-left: 10%;
  padding-bottom: 40px;
}

}
/* outer-style END */


.common-back{
	color:#433925;
	font-size:19px;
	height:42px;
	line-height:42px;
}



/* toggle */


#toggle-btn a span {
	display: none;
}

/*スマホ・タブレット用詳細検索ボタン*/
#sp-search-btn {
	position: fixed;
	right: 41px;
	top : 4px;
	background: rgba(241,140,38,1);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	z-index:10;
}
/*スマホ・タブレット用メニューボタン*/
#sp-footer-btn {
	position: fixed;
	right: 5px	;
	top : 5px;
	background: rgba(241,140,38,1);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	z-index:10;
}



@media (min-width: 768px){
	#sp-search-btn {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		right: 62px;
	}
	#sp-footer-btn {
		
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 13px;
		text-align:center;
	}

	.common-back{
	color:#433925;
	font-size: 34px;
	height:42px;
	line-height:42px;
}

.common-back:hover{
	color:#69593c;
	}

}


/*pc用設定*/
#toggle-btn a {
	color: #FFF;
	font-size: 15px;
	text-decoration: none;
}




@media (min-width: 992px){
/*pc用詳細検索ボタン*/
#sp-footer-btn {
	width: 72px;
  height: 34px;
  line-height:34px;
right: 0px	;
top : 0px;
border-radius:0;
}

#sp-footer-btn i{
	padding-right:4px;
	}

#toggle-btn {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 50px;
	height:100%;
	background-color: #433925;
	z-index:10;
	cursor:pointer;
}

#toggle-btn:hover{
	background-color: #69593c;
	width: 50px;
	height:100%;
	border-radius:0;
}

#toggle-btn a {
	width: 50px;
	height:100%;
	overflow:inherit;
	box-sizing:border-box;
	color: #FFF;
	font-size: 15px;
	position: absolute;
	text-decoration: none;
	display:block;
	border:none;
	background:none;
}


#toggle-btn a span {
	display: block;
}

}


.h100pr {
	height: 100%
}

#toggle-btn-car {
	width: auto;
}

#toggle-btn-car span {
	display:none;
}

@media (min-width: 992px){
#toggle-btn-car {
	height: 100%;
	background-color: #493e29;
	display: block;
	width: 16.66666667%;
}

#toggle-btn-car span {
	display:block;
}
}


@media (min-width: 992px){
#toggle-btn-car a {
	width: 100%;
	padding: 10px;
	display: block;
	color: #FFF;
	font-size: 15px;
	font-weight: normal;
	display: block;
	text-decoration: none;
}
}
#toggle-btn-car a:hover {
	background-color: #69593c;
}
/* toggle END */




/* sidr */
#sidr {
}
#scroll {
	height: 100%;
	padding: 0 5px 0 15px;
}
#toggle-space {
	margin-top: 30px;
	margin-right: 8px;
}

#toggle-space p {
	color: #fff;
}
.sidr_ctg {
	padding-bottom: 10px;
	margin: 20px 0;
	border-bottom: 1px dashed #fff;
	color: #FFF;
}
.dash {
	width: 7%;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}
.stair {
	margin-bottom: 10px;
}

.sp-option{

	}

.sp-option label{
	font-size:18px;
	  font-family: メイリオ;
	}
.sp-option .help{
	color:#FFF;
	margin-left:20px;
	}

#tgl-keyword {
}
#tgl-keyword p {
	display: inline-block;
}
#tgl-maker {
	width: 49%;
	float: left;
}
#tgl-cmodel {
	width: 49%;
	float: right;
}

.select-unit {
	width: 44% !important;
	display: inline-block !important;
}


@media (min-width: 992px){
.select-unit {
	width: 45% !important;
	display: inline-block !important;
}
}
#tgl-area {
	width: 49%;
	float: left;
}
#tgl-fuel {
	width: 49%;
	float: right;
}
#tgl-cc {
	width: 49%;
	float: left;
}
#tgl-ins {
	width: 49%;
	float: right;
}
.src-tit {
	padding-bottom: 15px;
	width: 100%;
}

.src-tit i {
	float: right;
}

.tit-l {
	float: left;
}
.tit-r {
	float: right;
}
.car-img {
	text-align: center;
	height: 110px;
}
.car-img-last {
	width: 30%;
	text-align: center;
	float: left;
}
.car-img input, .car-img-last input {
	float: left;
}

.option-smpl {
	font-size: 12px;
}


.color-smpl {
	width: 25%;
	float: left;
}
.color-smpl input {
	float: left;
}

/* color  */

#beige {
	width: 30px;
	height: 30px;
	margin-left: 15px;
	background-color: #f7e0c0;
}
#yellow {	width: 30px;
	height: 30px;
	margin-left: 15px;
	background-color: #ffb80b;
}
#orange {	width: 30px;
	height: 30px;
	margin-left: 15px;
	background-color: #f5792e;
}
#brown {	width: 30px;
	height: 30px;
	margin-left: 15px;
	background-color: #603a14;
}
#red {	width: 30px;
	height: 30px;
	margin-left: 15px;
	background-color: #d5412c;
}
#pink {	width: 30px;
	height: 30px;
	margin-left: 15px;
	background-color: #ffa2fa;
}
#purple {	width: 30px;
	height: 30px;
	margin-left: 15px;
	background-color: #7d4bd8;
}
#blue {	width: 30px;
	height: 30px;
	margin-left: 15px;
	background-color: #1e72f0;
}
#navy {	width: 30px;
	height: 30px;
	margin-left: 15px;
	background-color: #1f2293;
}
#green {	width: 30px;
	height: 30px;
	margin-left: 15px;
	background-color: #009756;
}
#white {	width: 30px;
	height: 30px;
	margin-left: 15px;
	background-color: #fff;
}
#gray {	width: 30px;
	height: 30px;
	margin-left: 15px;
	background-color: #ccc;
}
#black {	width: 30px;
	height: 30px;
	margin-left: 15px;
	background-color: #000;
}
#gold {	width: 30px;
	height: 30px;
	margin-left: 15px;
	background: #e5c62d; /* Old browsers */
	background: -moz-linear-gradient(top, #e5c62d 0%, #ffffff 40%, #ffffff 43%, #d19a42 56%, #d19a42 56%, #d19a42 71%, #e8db7d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5c62d), color-stop(40%, #ffffff), color-stop(43%, #ffffff), color-stop(56%, #d19a42), color-stop(56%, #d19a42), color-stop(71%, #d19a42), color-stop(100%, #e8db7d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e5c62d 0%, #ffffff 40%, #ffffff 43%, #d19a42 56%, #d19a42 56%, #d19a42 71%, #e8db7d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e5c62d 0%, #ffffff 40%, #ffffff 43%, #d19a42 56%, #d19a42 56%, #d19a42 71%, #e8db7d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e5c62d 0%, #ffffff 40%, #ffffff 43%, #d19a42 56%, #d19a42 56%, #d19a42 71%, #e8db7d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e5c62d 0%, #ffffff 40%, #ffffff 43%, #d19a42 56%, #d19a42 56%, #d19a42 71%, #e8db7d 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c62d', endColorstr='#e8db7d', GradientType=0 ); /* IE6-9 */
}
#silver {	width: 30px;
	height: 30px;
	margin-left: 15px;
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top, #999999 0%, #ffffff 41%, #ffffff 45%, #8e8e8e 55%, #848484 71%, #b5b5b5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(41%, #ffffff), color-stop(45%, #ffffff), color-stop(55%, #8e8e8e), color-stop(71%, #848484), color-stop(100%, #b5b5b5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #999999 0%, #ffffff 41%, #ffffff 45%, #8e8e8e 55%, #848484 71%, #b5b5b5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #999999 0%, #ffffff 41%, #ffffff 45%, #8e8e8e 55%, #848484 71%, #b5b5b5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #999999 0%, #ffffff 41%, #ffffff 45%, #8e8e8e 55%, #848484 71%, #b5b5b5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #999999 0%, #ffffff 41%, #ffffff 45%, #8e8e8e 55%, #848484 71%, #b5b5b5 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#b5b5b5', GradientType=0 ); /* IE6-9 */
}
#twotone {	width: 30px;
	height: 30px;
	margin-left: 15px;
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top, #dddddd 0%, #dddddd 50%, #3a47ff 50%, #3a47ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(50%, #dddddd), color-stop(50%, #3a47ff), color-stop(100%, #3a47ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dddddd 0%, #dddddd 50%, #3a47ff 50%, #3a47ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dddddd 0%, #dddddd 50%, #3a47ff 50%, #3a47ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dddddd 0%, #dddddd 50%, #3a47ff 50%, #3a47ff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #dddddd 0%, #dddddd 50%, #3a47ff 50%, #3a47ff 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#3a47ff', GradientType=0 ); /* IE6-9 */
}
#ec {
	width: 38px;
	height: 38px;
	margin-left: 15px;
	color: #fff;
	text-align: center;
	line-height: 33px;
	background-color: #ccc;
	border: 2px solid #f6f6f6;
}

@media (min-width:992px){
#beige {
	width: 40px;
	height: 40px;
	margin-left: 15px;
	background-color: #f7e0c0;
}
#yellow {
	width: 40px;
	height: 40px;
	margin-left: 15px;
	background-color: #ffb80b;
}
#orange {
	width: 40px;
	height: 40px;
	margin-left: 15px;
	background-color: #f5792e;
}
#brown {
	width: 40px;
	height: 40px;
	margin-left: 15px;
	background-color: #603a14;
}
#red {
	width: 40px;
	height: 40px;
	margin-left: 15px;
	background-color: #d5412c;
}
#pink {
	width: 40px;
	height: 40px;
	margin-left: 15px;
	background-color: #ffa2fa;
}
#purple {
	width: 40px;
	height: 40px;
	margin-left: 15px;
	background-color: #7d4bd8;
}
#blue {
	width: 40px;
	height: 40px;
	margin-left: 15px;
	background-color: #1e72f0;
}
#navy {
	width: 40px;
	height: 40px;
	margin-left: 15px;
	background-color: #1f2293;
}
#green {
	width: 40px;
	height: 40px;
	margin-left: 15px;
	background-color: #009756;
}
#white {
	width: 40px;
	height: 40px;
	margin-left: 15px;
	background-color: #fff;
}
#gray {
	width: 40px;
	height: 40px;
	margin-left: 15px;
	background-color: #ccc;
}
#black {
	width: 40px;
	height: 40px;
	margin-left: 15px;
	background-color: #000;
}
#gold {
	width: 40px;
	height: 40px;
	margin-left: 15px;
	background: #e5c62d; /* Old browsers */
	background: -moz-linear-gradient(top, #e5c62d 0%, #ffffff 40%, #ffffff 43%, #d19a42 56%, #d19a42 56%, #d19a42 71%, #e8db7d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5c62d), color-stop(40%, #ffffff), color-stop(43%, #ffffff), color-stop(56%, #d19a42), color-stop(56%, #d19a42), color-stop(71%, #d19a42), color-stop(100%, #e8db7d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e5c62d 0%, #ffffff 40%, #ffffff 43%, #d19a42 56%, #d19a42 56%, #d19a42 71%, #e8db7d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e5c62d 0%, #ffffff 40%, #ffffff 43%, #d19a42 56%, #d19a42 56%, #d19a42 71%, #e8db7d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e5c62d 0%, #ffffff 40%, #ffffff 43%, #d19a42 56%, #d19a42 56%, #d19a42 71%, #e8db7d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e5c62d 0%, #ffffff 40%, #ffffff 43%, #d19a42 56%, #d19a42 56%, #d19a42 71%, #e8db7d 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c62d', endColorstr='#e8db7d', GradientType=0 ); /* IE6-9 */
}
#silver {
	width: 40px;
	height: 40px;
	margin-left: 15px;
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top, #999999 0%, #ffffff 41%, #ffffff 45%, #8e8e8e 55%, #848484 71%, #b5b5b5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(41%, #ffffff), color-stop(45%, #ffffff), color-stop(55%, #8e8e8e), color-stop(71%, #848484), color-stop(100%, #b5b5b5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #999999 0%, #ffffff 41%, #ffffff 45%, #8e8e8e 55%, #848484 71%, #b5b5b5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #999999 0%, #ffffff 41%, #ffffff 45%, #8e8e8e 55%, #848484 71%, #b5b5b5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #999999 0%, #ffffff 41%, #ffffff 45%, #8e8e8e 55%, #848484 71%, #b5b5b5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #999999 0%, #ffffff 41%, #ffffff 45%, #8e8e8e 55%, #848484 71%, #b5b5b5 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#b5b5b5', GradientType=0 ); /* IE6-9 */
}
#twotone {
	width: 40px;
	height: 40px;
	margin-left: 15px;
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top, #dddddd 0%, #dddddd 50%, #3a47ff 50%, #3a47ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(50%, #dddddd), color-stop(50%, #3a47ff), color-stop(100%, #3a47ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dddddd 0%, #dddddd 50%, #3a47ff 50%, #3a47ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dddddd 0%, #dddddd 50%, #3a47ff 50%, #3a47ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dddddd 0%, #dddddd 50%, #3a47ff 50%, #3a47ff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #dddddd 0%, #dddddd 50%, #3a47ff 50%, #3a47ff 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#3a47ff', GradientType=0 ); /* IE6-9 */
}
#etc {
	width: 38px;
	height: 38px;
	margin-left: 15px;
	color: #fff;
	text-align: center;
	line-height: 33px;
	background-color: #ccc;
	border: 2px solid #f6f6f6;
}
}
/* color END */

input#range-submit {
background: #F63;
box-shadow: 0 6px #A34323;
border-style: none;
padding: 5px 30px;
border-radius: 5px;
font-size: 16px;
font-weight: 600;
color: #fff;
margin-bottom: 20px;
margin-top: 30px;
}

.advanced-search-wrap {
	position:relative;

	background: #433925;
	text-align: center;
	bottom:0;
	left:0;
}

@media (min-width:992px){
.advanced-search-wrap {
	position: fixed;
	width: 400px;
	bottom:0;
	left:0;
}
}



.advanced-search-btn {
	text-align: center;
}
/* sidr END */


.favo-over-box {
	overflow: hidden;
	width: 100%;
}

#favo-box {
	position: relative;
	overflow: hidden;
	height: 158px;
	width: 300%;
}
#favo-box a {
	color: #333;
}

.favo-box-wrap {
	border-right: dotted 2px #666;
	list-style: none;
	padding: 16px 8px;
	float:left;
	margin-right: 10px;
	width: 100px;
}

li.favo-box-wrap a:hover {
	color: #eee;
}


.favo-price-box {
	width:100%;
	float: left;
}
.favo-img-box {
	width:100%;
}

.favo-img-box img {
	width: 70%;
}

.favo-maker {
	font-size: 12px;
}
.favo-carname {
	font-size: 16px;
	font-weight: 700;
	border:none;
	margin:0;
}
.favo-carname h3{
	font-size: 16px;
	font-weight: 700;
	border:none;
	}

.favo-price {
	color: red;
	font-size: 13px;
}
.favo-price span {
	font-size: 21px;
	font-weight: 700;
}


@media (min-width: 768px) {
#favo-box {
	height: 300px;
	width: 100%;
}

.favo-box-wrap {
	border-right: none;
	border-bottom: dotted 2px #666;
	height: 100px;
	list-style: none;
	padding: 16px 8px;
	float: none;
	margin: 0;
	width: 100%;

}
.favo-price-box {
	width: 50%;
	float: left;
}
.favo-img-box {
	width:50%;
	float: right;
}

.favo-img-box img {
	width: 100%;
}

.favo-maker {
	font-size: 12px;
}
.favo-carname {
	font-size: 16px;
	font-weight: 700;
}
.favo-price p {
	color: red;
	font-size: 13px;
}
.favo-price p span {
	font-size: 21px;
	font-weight: 700;
}
}
/* favo END */

.refavo-over-box {
	overflow: hidden;
	width: 100%;
}

#refavo-box {
	position: relative;
	overflow: hidden;
	height: 158px;
	width: 300%;
}
#refavo-box a {
	color: #333;
}

.refavo-box-wrap {
	border-right: dotted 2px #666;
	list-style: none;
	padding: 16px 8px;
	float:left;
	margin-right: 10px;
	width: 100px;
}

li.refavo-box-wrap a:hover {
	color: #eee;
}


.refavo-price-box {
	width:100%;
	float: left;
}
.refavo-img-box {
	width:100%;
}

.refavo-img-box img {
	width: 70%;
}

.refavo-maker {
	font-size: 12px;
}
.refavo-carname {
	font-size: 16px;
	font-weight: 700;
	border:none;
	margin:0;
}
.refavo-carname h3{
	font-size: 16px;
	font-weight: 700;
	border:none;
	}

.refavo-price {
	color: red;
	font-size: 13px;
}
.refavo-price span {
	font-size: 21px;
	font-weight: 700;
}


@media (min-width: 768px) {
#refavo-box {
	height: 300px;
	width: 100%;
}

.refavo-box-wrap {
	border-right: none;
	border-bottom: dotted 2px #666;
	height: 100px;
	list-style: none;
	padding: 16px 8px;
	float: none;
	margin: 0;
	width: 100%;

}
.refavo-price-box {
	width: 50%;
	float: left;
}
.refavo-img-box {
	width:50%;
	float: right;
}

.refavo-img-box img {
	width: 100%;
}

.refavo-maker {
	font-size: 12px;
}
.refavo-carname {
	font-size: 16px;
	font-weight: 700;
}
.refavo-price p {
	color: red;
	font-size: 13px;
}
.refavo-price p span {
	font-size: 21px;
	font-weight: 700;
}
}
/* refavo END */

/* oldview-car */
.oldview-box {

}
@media (min-width: 768px){
.oldview-box{
	margin: 0px 2px;
	overflow: hidden;

}
}

.oldview-box img {
	display: inline-block;
	width: 95%;
	border-radius: 5px;

}

@media (min-width: 768px){
	.oldview-box img {
	display: inline-block;
	width: 95%;
	margin: 2px;
	border-radius: 5px;
	vertical-align: 0;

}
}

.oldview-price {
	color: #fff;
	font-size: 14px;
	position: absolute;
	bottom: 5px;
	right: 15px;
}

@media (min-width: 768px){
	.oldview-price {
	color: #fff;
	font-size: 12px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	}
}



.col-history{
	float: left;
	width: 110px;
	text-align: center;
	display: block;
}

@media (min-width: 768px){
.col-history{
	float: left;
	width: 50%;
	text-align: center;
	display: block;
}
}

#container-history{
	overflow: hidden;
	width: 100%;
	height: 78px;
}


@media (min-width: 768px){
#container-history{
	overflow: auto;
	width: 100%;
	height: 100%;
}
}

.container-history-box{
	width: 300%;
}

@media (min-width: 768px){
.container-history-box{
	width: 100%;
}
}

/* social-box */
#social-box .item {
	margin: 0 0 5px 0;
}

#social-box .item:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	#social-box .item {
		float: left;
		margin: 0 15px 0 0;
	}
}

#social-box .item {
	float: left;
}

/* auto-slider追加 END */


/* oldview-car END */

/* side-menu */

/*
#side-menu-content {
	display: none;	
}

@media (min-width: 768px){
#side-menu-content {
	display: block;	
}
}
*/
.side-menu-box {
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	display: inline;
	padding: 0;
	margin: 0;
}
#menu li a {
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	color: #333;
	margin: 4px 4px;
	text-align: left;
	font-size: 14px;
}
#menu li a:hover {
	background-color: #F5D8BA;
	border-radius: 4px;
}




.content-ttl6 {
	margin-top: 15px;
	font-size: 17px;
	font-weight: 700;
}
#menu .side-menu-text {
	float: left;
	width: 93%;
}
#menu .icon {
	float: right;
	width: 7%;
}
/* side-menu END */

/* column */
#column-search-bar {
	position: relative;
	height: 50px;
	text-align: center;
}
#column-search-bar input[type="search"] {
	text-align: center;
}
input[type="search"].column-search {
	background: #333;
	color: #fff;
	border-style: none;
	border-radius: 15px;
	width: 95%;
	height: 30px;
}
/* column END*/

/* main-content */
/* main-content END */

/* footer */

footer {
	background: rgba(67,57,37,0.9);
	position: fixed;
	bottom: 0px;
	margin-top: 0px;
}
@media (min-width: 992px;) {
	footer {
		margin-top: 40px;
	}
}

#footer-toggle {
	display: none;
}

@media (min-width: 768px){
	#footer-toggle {
		background: rgba(67,57,37,0.9);
		text-align: center;
		height: 60px;
		display: block;
	}
}

#footer-toggle a {
	width: 100%;
	height : 100%;
	display: block;
	color: #fff;
	line-height: 60px;
	cursor: pointer;
}

#footer-toggle a i{
	font-size: 26px;
	color: #fff;
}
/* footer box */
.footer-box {
	background-color: #433925;
	width: 100%;
}

.footer-wrap-box {
	margin-left: 48px;
	background: rgba(67,57,37,0.9);
	/*margin: 0 auto;*/
	max-width: 1280px;
}

@media screen and (max-width: 767px) {
	.footer-wrap-box {
		margin-left: 0;
		margin-bottom: 60px !important;
	}
}

.footer-nav-ttl {
	font-size: 16px;
	font-weight: 700;
	margin-top:16px;
	margin-bottom: 15px;
	border-bottom: dotted 1px #fff;
}
.area-ttl {
	border-bottom: dotted 1px #fff;
}
.footer-box ul {
	list-style: none;
	padding: 15px;
}
.footer-box ul li {
	color: #fff;
	margin-bottom: 5px;
}
.footer-box ul li a {
	color: #FFF;
	width: 100%;
}

.icon-right{
	float:right;
}

.menu-text{
	float:left;
}

#footer-copy {
	height: 30px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	background: rgba(67,57,37,1);
	font-size:11px;
}
 @media (min-width: 992px) {
#footer-copy {
	margin: 0;
}
}
.footer-area {
	display: none;
}
 @media (min-width: 768px) {
	.footer-area {
		display: block;
	}

	.area-equally {
		width: 10%;
		float: left;
	}
}


 @media (min-width: 992px) {
i.fa-chevron-up {
	display: block;
	line-height: 60px;
}
}



/* footer END */

/* sp footer */

#sp-footer{
	position: fixed;
	bottom: 0;
	left:0;
	width: 100%;
	z-index: 10;
}



@media (min-width: 768px){
#sp-footer{
	display: none;
}
}

.sp-footer-wrap{
	width: 100%;
	height: 60px;
	background: rgba(67,57,37,1);
}

.sp-footer-wrap ul{
	text-align: center;
	/*display: table;
	table-layout: fixed;*/
	list-style:none;
	vertical-align:bottom;
	margin-bottom:0;
	background: rgba(67,57,37,1);
}

.sp-footer-wrap ul li{
	/*display: table-cell;*/
	vertical-align:bottom;
}

.sp-footer-box{
	font-size: 11px;
	text-decoration:none;
	padding: 6px;
	background: rgba(67,57,37,1);
}

.sp-footer-box p{
	color: #fff;
}

i.fa-2{
	font-size: 26px;
	margin-bottom: 1px;
	color: #fff;
}

/* sp footer END */

/* footer modal */
.modal-body .footer-box {
background: rgba(67,57,37,0.9);
width: 100%;
border-radius: 5px;
}

.modal-footer button {
	background: #F63;
	border-style: none;
	padding: 5px 20px;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	float: right;

}
#changebox{
	position: fixed;
	overflow: hidden;
	top: 7px;
	left: 63px;
	z-index: 5;
}
/*#changebox{
	  position: fixed;
  overflow: hidden;
  top: 7px;
  left: 53px;
  z-index: 5;
}

/* #foot-sort{

	border:1px solid #ccc;
	border-radius:5px;

	} */
#foot-sort{
	border: 1px solid #f39e4c;
    border-radius: 5px;
    background: #f08c25;
    color: #fff;
    display: block;
    padding: 1px;
	} 
#foot-sort select{
	padding:0 5px;
	}

/* fav-inqs */
.fav-inqs-btn {

	padding: 8px 8px;
	margin:10px 0;
	border-radius: 4px;
}

.fav-inqs-btn:first-child {
	margin: 0;
	background: #449DE8;
}

.fav-inqs-btn:last-child {
	margin-bottom: 0;
	background: #F18C27;
}

.fav-inqs-btn a {
	color: #fff;
}

.fav-inqs-btn i {
	color: #fff;
	font-size: 16px;
	margin: 0 5px;
}

.fav-inqs-btn span.num,.footer-num{
  /* display: inline-block; */
  width:24px;
  text-align:center;
  height:24px;
  line-height:24px;
  font-size: 10px;
  font-weight: 700;
  /* line-height: 1; */
  color: #fff;
  text-align: center;
  background-color:#FA4646;
  border-radius: 12px;
  position: absolute;
  top: -5px;
  right: -5px;
  z-index:2;
}

/*フッター用*/

/* column(トップ及びコラムページ共通) */

.column-box {

}

.column-ttl {
	font-size: 15px;
	font-weight: 700;
	line-height:1.5em;
	height:40px;
	overflow:hidden;
}

.column-topics {
	font-size: 13px;
	margin-top: 8px;
	line-height:1.5em;
	overflow:hidden;
	height: 38px;
}
@media (min-width: 992px){
	#foot-sort{
		display:none;
	}
.column-topics {
	font-size: 13px;
	margin-top: 8px;
	line-height:1.5em;
}
}


.category-new {
	color: #FFF;
	background-color: #e71f19;
	font-size: 12px;
	padding: 2px 10px;
	border-radius: 5px;
	float: right;
	margin-left: 5px;
}

.column-img {
	margin-top: 10px;
	text-align:center;
	overflow: hidden;
	height:150px;

}

.column-img img {
	width: 100%;
	
}

/* column-box */
.column-box a {
	color: #333;
}

.sub-column-box{
	display: none;
}

@media (min-width: 992px){
.sub-column-box{
	display: block;
}
}


/*range*/



.range-box {
	width: 45%;
	margin-left:8px;
	float:left;
}

/*range copy */
.range-wrap{
	padding:0px 20px 8px;
	}


input[type="range"]{
	padding:0;
}


/* range-radio  */

.range-wrap-ie{
	margin: 4px 8px 16px;
	background: #eee;
	border-radius: 4px;
}

.range-wrap-ie li{
	float: left;
	list-style: none;
	width: 12%;
	margin: 0 1%;
}


.range-wrap-ie li label{
	display: block;
	margin-top: -3px;
	font-size:11px;
}

.check-iestyle {
	margin: 0px;
}


input[type="range"].range-custom::-webkit-slider-thumb{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #eee;
	text-align:center;
	width: 30px;
	height: 30px;
	border:1px solid #F63;
	border-radius:15px;
	cursor:pointer;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

input#range-submit{
	margin-top: 10px;
}

.homing3{

	padding-top:0;
	display:block;
	  /*width: 28px;*/
	  margin:0 auto;
	}


@-moz-keyframes scaleAnim{
0%{-moz-transform: scale(0, 0);}
50%{-moz-transform: scale(5, 5);}
100%{-moz-transform: scale(1, 1);}

}

@-webkit-keyframes scaleAnim{
0%{-webkit-transform: scale(0, 0);}
50%{-webkit-transform: scale(5, 5);}
100%{-webkit-transform: scale(1, 1);}
}

@-o-keyframes anime1 scaleAnim{
0%{-o-transform: scale(0, 0);}
50%{-o-transform: scale(5, 5);}
100%{-o-transform: scale(1, 1);}
}

@-ms-keyframes scaleAnim{
0%{-ms-transform: scale(0, 0);}
50%{-ms-transform: scale(5, 5);}
100%{-ms-transform: scale(1, 1);}
}

.scaleAnim{
-ms-animation:scaleAnim 1s alternate 1;
-moz-animation:scaleAnim 1s alternate 1;
-o-animation:scaleAnim 1s alternate 1;
-webkit-animation:scaleAnim 1s alternate 1;
color:#CF0 !important;
}

.detail_form_sp{
	padding:8px;
	}


/*----------------------------------------------------
	ヘッダーSP　ホームアイコン追加
----------------------------------------------------*/
.fa-dsgchg{
	font-size: 3.5rem;
	color: #f08c25;
	padding-top: 2px;
}

/*----------------------------------------------------
	トップページ
----------------------------------------------------*/
.container-fluid .row .hobbies_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
@media screen and (max-width: 767px) {
	.container-fluid .row .hobbies_wrap{
		justify-content: center;
	}
}
.container-fluid .row .hobbies_wrap li{
	max-width: 175px;
	width: 100%;
	display: block;
	list-style-type: none;
}
.container-fluid .row .hobbies_wrap li a{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #ffffff;
    border-radius: 50%;
    padding: 15px;
    margin: 10px;
    flex-flow: column;
    border: dashed #777777 1px;
}
.container-fluid .row .hobbies_wrap li a p{
	font-size: 14px;
	margin-left: 5px;
}
.container-fluid .fa-hobby:before{
	content: "\f004";
}
.content-box .hobbies_wrap{
	display: flex;
	flex-wrap: wrap;
}
.content-box .hobbies_wrap li{
	max-width: 150px;
	width: 100%;
	display: block;
	list-style-type: none;
}
.content-box .hobbies_wrap li a{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.content-box .hobbies_wrap li a p{
	font-size: 16px;
}

.carsWrap .tabItem:hover { background: #fb8459 }
.carsWrap input[name="tabItem"] { display: none }

.carsWrap #pickup:checked ~ #pickupContent,
.carsWrap #domestic-car:checked ~ #domestic-carContent,
.carsWrap #imported-car:checked ~ #imported-carContent {
  display: block
}
.carsWrap input:checked + .tabItem { background: #ff6732; }

.carsWrap .tabItem {
  width: calc(100%/3 - 3px);
  padding: 0 10px;
  height: 33px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.09em;
  line-height: 33px;
  text-align: center;
  background: #c1c1c1;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 0;
}
@media (max-width: 1016px){
	.carsWrap .tabItem {
	width: auto;
	  }
}
@media (max-width: 768px){
	.carsWrap .tabItem {
	width: calc(100%/3 - 3px);
	  }
}
.carsWrap .tabItem:hover { background: #fb8459; }
.carsWrap input[name="tabItem"] { display: none }
.carsWrap .tabContent {
  display: none;
  overflow: hidden;
  border-top: 2px solid #fe6832;
}
.carsWrap .tabContent ul {
  margin-bottom: 0;
  list-style-type: none;
}
.carsWrap #pickup:checked ~ #pickupContent,
.carsWrap #domestic-car:checked ~ #domestic-carContent,
.carsWrap #imported-car:checked ~ #imported-carContent  {
  display: block
}
.carsWrap input:checked + .tabItem { background: #ff6732; }

#map_canvas{
	height: 548px !important;
}
@media (max-width: 1366px) {
	#map_canvas{
		height: 530px !important;
	}}
@media (max-width: 992px){
	.no-rgt-line{
		border-right: none !important;
	}
	#map_canvas{
		height: 250px !important;
	}
	}

/*----------------------------------------------------
	インスタアイコン
----------------------------------------------------*/
	.smooth{
	animation-name:smoothAnime;
	animation-duration:4s;
	animation-fill-mode:forwards;
  transform-origin:left;
	opacity:0;
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 2;
  opacity: 0;
}
.smooth img{
	max-width: 130px;
  width: 100%;
}
.smooth img:hover{
	transition-duration: 0.3s;
  opacity: 0.8;
}

@keyframes smoothAnime{
  from {
  transform:translate3d(0, 100%, 0) skewY(12deg);
  opacity:0;
  }

  to {
  transform:translate3d(0, 0, 0) skewY(0);
  opacity:1;
  }
}
@media screen and (max-width: 870px) {
.smooth img {
    max-width: 160px;
}
}
@media screen and (max-width: 500px) {
  .smooth {
    right: 0px;
}
  .smooth img {
    max-width: 120px;
}
}


/*----------------------------------------------------
	車両一覧
----------------------------------------------------*/

@media (min-width: 992px){
	.row .col-wid{
		width: 25%;
	}
	}

.helpSougaku{
    margin-right: 3px;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #423925;
    text-align: center;
    line-height: 14px;
    vertical-align: text-bottom;
    color: #fff;
}
.helpSougaku:hover{
    color: #fff;
}
.car-box-height{
	height: 105px
}

/*----------------------------------------------------
	総額表示
----------------------------------------------------*/
#sougaku_container{
	margin: 0 10px 30px 10px;
}
.sougaku_h1 img{
	width: 10%;
}
@media (max-width: 767px){
	.sougaku_h1 img{
		width: 25%;
	}
	}
.sougaku_h2{
	font-size: 12px;
    font-weight: bold;
    background-color: #999999;
    color: #FFFFFF;
    margin: 0;
    padding: 5px;
}
.sougaku_txt{
	border: solid 1px #999999;
    padding: 20px;
    line-height: 1.8;
}
.sougaku_txt span{
	color: red;
}

/*----------------------------------------------------
	特集
----------------------------------------------------*/
.special-page{
	background: #fff !important;
}
.contents-field{
	margin-right: 5px !important;
    margin-left: 5px !important;
}
.articleWrap, .documentWrap {
    margin: 5px auto 0;
}
.articleList{
	margin-bottom: 0 !important;
}
.articleList.documentList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.articleList.documentList > li {
    width: 32.777777777%;
    margin-bottom: 10px;
}
.articleList li:hover, .productList li .pickUpArticle a:hover, .seminarList li:hover, .rankingList li:hover, .wordsButton a:hover {
    box-shadow: 0 3px 14px rgb(0 0 0 / 25%);
}
.articleList li, .productList li > a, .seminarList li {
    transition: .3s ease-in-out;
    background: #ffffff;
    border: #CBD1CF 1px solid;
    border-radius: 1ch;
    display: block;
}
.articleList li a {
    height: 100%;
    display: block;
    position: relative;
}
.articleList li a:hover {
    text-decoration: none;
}
.articleList article {
    flex-wrap: wrap;
    display: flex;
}
.articleList figure {
    position: relative;
    padding-top: 60%;
    border-radius: 1ch 1ch 0 0;
    overflow: hidden;
    flex-basis: calc(100% + 2px);
}
.articleList figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    object-fit: contain;
}
.articleContent {
    width: 100%;
    margin: 0;
}
.articleContent dl {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
	border-top: #cbd1cf 1px solid;
	margin-bottom: 0;
}
.articleContent dt {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    width: 100%;
}
.articleList.recommendParts .hexagon {
    margin-right: 5px;
    zoom: 0.66;
}
.hexagon:before {
    bottom: 100%;
    border-bottom: 6px solid #64c7cc;
}
.hexagon:before, .hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}
.hexagon:after {
    top: 100%;
    border-top: 6px solid #64c7cc;
}
.hexagon:before, .hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}
.articleContent dl dd {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.listPage, .wordsButton {
    text-align: center;
    margin: auto;
    width: 250px;
}
.listPage a, .wordsButton a, .listPage .button, .wordsButton .button {
    font-size: 16px;
    color: #58C8AC;
    border: 2px solid #58C8AC;
    border-radius: 30px;
    padding: 10px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    transition: 0.3s;
    cursor: pointer;
}
.listPage a::after, .wordsButton a::after, .listPage .button::after, .wordsButton .button::after {
    content: "";
    margin-left: 10px;
    top: 5px;
    left: -10px;
    display: block;
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #58C8AC;
    border-right: solid 2px #58C8AC;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: 0.3s;
}

@media screen and (max-width: 1000px){
	.articleList.documentList > li {
		width: 48%;
	}
}

@media screen and (max-width: 767px){
	.articleList.documentList > li {
		width: 100%;
	}
	.articleList article {
		flex-wrap: nowrap;
		display: flex;
	}
	.articleList figure {
		padding-top: 30%;
		border-radius: 1ch 0 0 0;
	}
	.articleContent dl {
		border-top: none;
	}
}

/*----------------------------------------------------
	プロ選び
----------------------------------------------------*/
.search-person .articleList.documentList {
    display: flex;
    flex-wrap: wrap;
    justify-content: unset;
}
.search-person .articleList.documentList > li {
    width: 32.777777777%;
    margin-bottom: 10px;
    margin-left: 1%;
}
.search-person .articleList article {
    flex-wrap: wrap; 
    display: flex;
}
.search-person .articleList figure {
    position: relative;
    padding-top: 33%;
    border-radius: 1ch 1ch 0 0;
    overflow: hidden;
    flex-basis: calc(100% + 2px);
}
.search-person .articleContent dl{
	margin-bottom: 0;
}
@media screen and (max-width: 1000px){
	.search-person .articleList.documentList > li {
		width: 48%;
	}
}

@media screen and (max-width: 550px){
	.search-person .articleList.documentList > li {
		width: 100%;
		margin-bottom: 5px;
	}
}
