@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:500,900,100,300,700,400');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700');

/*初期設定
----------------------------------------------------*/
body {
	min-width: 320px;
	color:#333;
	*font-size:small;
	*font:x-small;
	font-family: Open Sans, SourceHanSans-Regular, SourceHanSansJP-Regular, '源ノ角ゴシック JP Regular', NotoSansJP-Regular, 'Noto Sans Japanese Regular', 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'メイリオ', sans-serif;
}
body {
}
.w_l {
	font-family: Open Sans, SourceHanSans-Light, SourceHanSansJP-Light, "源ノ角ゴシック JP Light", NotoSansJP-Light, 'Noto Sans Japanese Light',  sans-serif!important;
	font-weight:300!important;
}
.w_xl {
	font-family : Open Sans, SourceHanSans-ExtraLight, SourceHanSansJP-ExtraLight,"源ノ角ゴシック JP ExtraLight",NotoSansJP-Thin,'Noto Sans Japanese Thin', sans-serif!important;
	font-weight:100!important;
}

h2 {
	font-size: 20px;
	line-height: 20px;
	font-weight:normal;
	text-align:center;
	margin:0;
}
h2 span {
	font-size: 14px;
	font-weight: 400;
	margin:0px 0px 0px 10px;
}

a {
	color:#EAA90E;
	text-decoration:none!important;
}
a:hover {
	color:#F5C759;
    text-decoration: underline;
}

input[type=text] {
  font-size: 14px;
}

input[type=file] {
  display: none;
}

.container {
	width:100%!important;
	min-width:1000px!important;
    padding:0!important;
}
.contentsBody {
	width:1000px;
	margin:0px auto;
}
header .contentsBody {
	width:1000px;
	margin:0px auto;
	position:relative;
}

header {
	width:100%;
	height: 90px;
	background-color:#fff;
	border-bottom:1px solid #ccc;
	z-index:8000;
}

header h1 {
	color: #ffffff;
	font-size: 48px;
	font-weight: 100;
	float:left;
	margin:5px 10px 0px 40px;
}
.page header h1 {
	margin:10px 10px 0px 40px;
}

header p {
	font-family: Roboto Condensed;
	color: #807f7f;
	font-size: 14px;
	font-weight: 400;
	float:left;
	margin:60px 10px 0px 0px;
}
header .material-icons {
	font-size: 36px;
}

img.header_brand_logo {
	width:75px;
	margin: 0 0 0 10px;
	border: 1px solid #ccc;
}

#login_wrapper{
	float:right;
	margin:110px 0 10px 0;
}

.page #login_wrapper{
	margin:100px 0 10px 0;
}

#login_wrapper a{
	color:#337ab7;
}
#login_wrapper a:hover{
    opacity: 0.7;
}

/*Slidebar Menu*/
header .header_btn {
	text-align: center;
	width: 60px;
	position: absolute;
	top: 40px;
	cursor: pointer;
}
.page header .header_btn {
	top: 20px;
}
header a.header_btn {
	color: #333 !important;
}
header a.header_btn:hover {
	color: #b71c22 !important;
}
header #btn_menu {
	left: -10px;
}
/* 横スクロールバーが出力されないように調整 */
header #btn_search {
	right: 300px;
		right: 240px; /* チャットアイコン非表示対応 */
}
header #btn_chat {
	right: 240px;
		display: none; /* チャットアイコン非表示対応 */
}
header #btn_tel {
	right: 180px;
}
header #btn_cart {
	right: 120px;
}
header #btn_account {
	right: 0px;
}
header #btn_login,
header #btn_logout {
	right: 60px;
}

header .menu_icon {
	font-size: 32px;
	color: #333 !important;
}
header .header_btn p {
	font-family: Roboto Condensed!important;
	color: #666;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	margin:0px 0px 0px 0px!important;
	width: 60px;
}
trial-icons {
	font-size: 32px;
	color: rgba(255, 255, 255, 0.8);
}
header #account .material-icons {
	font-size: 32px;
	color: rgba(255, 255, 255, 0.8);
}
header #menu p, header #filter p, header #account p {
	font-family: Roboto Condensed!important;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	margin:0px 0px !important;
	float: none;
}
.search01{
	width:100%;
	height:70px;
	background-color:#eee;
	border-bottom:1px solid #ccc;
	z-index:9000;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.search01 i {
	font-size:40px;
}
.search01 .closeBtn {
	height:40px;
	margin:10px;
	float:left;
	cursor:pointer;
}
.search01 .closeBtn:hover {
	color: #b71c22 !important;
}
.search01 input {
	font-size:14px;
	width:50%;
	height:40px;
	margin:10px 10px 10px 0px;
	padding-left:5px;
	line-height:40px;
	border-bottom:1px solid #333;
	background:#eee;
	float:left;
}
.search01 button {
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	margin:10px 10px 10px 0px;
	padding-top:2px;
	border:none;
	float:left;
}
.search01 button:hover {
	color:#b71c22;
}
.search01 button span{
	display:block;
}
#tel_cb {
	width: 100%;
	height: auto;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	z-index: 9000;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
#tel_cb .closeBtn {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	margin: 10px;
	cursor: pointer;
}
#tel_cb .closeBtn:hover {
	color: #b71c22;
}
#tel_cb .tel_callback {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	margin-left: 60px;
}
#tel_cb .tel_callback .title {
	font-weight: bold;
	margin: 10px 0 0;
}
#tel_cb .tel_callback .desc {
	float: none;
	display: block;
	width: calc( 100% - 60px );
	margin: 0;
	padding: 10px;
}
#tel_cb .tel_callback .parts {
	width: 30%;
	padding: 0 20px 20px;
}
#tel_cb .tel_callback label {
	font-weight: bold;
}
#tel_cb .tel_callback input {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#tel_cb .tel_callback #tel_cb_btn {
	padding: 5px 40px;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0px 2px 0px 0px #ccc;
	/* text-shadow: 0px 1px 1px #fff; */
	background-color: #FE9B1D;
	color: #fff;
	font-weight: bold;
	align-self: flex-end;
	margin-left: 20px;
	margin-bottom: 20px;
}
#tel_cb .tel_callback #tel_cb_btn:hover {
	opacity: 0.8;
}

.view_switch {
	color:#666;
	font-size:14px;
	float:right;
	margin:0px auto 0px auto;
}
.view_switch li {
	width:30px;
	float:left;
	text-align:center;
	list-style:none;
	cursor:pointer;
}
.view_switch li.active {
	color:#b71c22;
}



/*
Sub Header
*/
#header_sub {
	width:1000px;
	clear:both;
	margin:10px auto 0px auto;
}
#title_sub {
	text-align:center;
	width:260px;
	float:left;
}
#title_sub h2 {
	text-align:left;
	margin: 0!important;
}
#title_sub p {
	color:#fff;
	font-size:10px;
	padding:2px 10px;
	background:#b71c22;
	border-radius: 10px;
	margin-bottom:10px;
}
#selected_car {
	width:740px;
	float:left;
}
.car_data {
	color:#000;
}
.car_data1 {
	float:left;
	margin:0px 0px 10px 0px;
}


.car_data1 a{
	color:#337ab7;
}
.car_data1 a:hover p{
    opacity: 0.7;
}

.maker {
	font-family:Open Sans;
	font-size:14px;
	line-height:20px;
	font-weight:600;
	margin:0px 5px 0px 10px;
	float:left;
}
.model {
	font-family:Open Sans Condensed;
	font-size:20px;
	line-height:20px;
	font-weight:700;
	margin:0px 5px 0px 0px;
	float:left;
}
.model_jp {
	font-size:20px;
	line-height:20px;
	margin:0px 5px 0px 0px;
	float:left;
}
.car_data2 {
	float:left;
	margin:0px 0px 10px 0px;
}
.year {
	font-family:Open Sans;
	font-size:14px;
	line-height:20px;
	font-weight:600;
	margin:0px 5px 0px 0px;
	float:left;
}
.type {
	color:#fff;
	font-size:14px;
	line-height:14px;
	background:#333;
	border-radius: 5px;
	margin:0px 5px 0px 0px;
	padding:2px 10px 2px 10px;
	float:left;
}
.type span {
	margin-left:5px;
	font-size:80%;
}

/*
Category Nvigation
*/
#category_nav {
	width:100%;
	clear:both;
	margin:0px auto 0px auto;
	padding:10px 0px;
	background-color:#eee;
}
#category_nav .owl-carousel {
	width:1000px;
	margin:10px auto 10px auto;
}
#category_nav .owl-controls {
	display:none;
	height:0px;
	margin:0px;
}
.page #category_nav .owl-carousel {
	margin:0px auto 0px auto;
}
.category_item {
	text-align:center;
	margin:5px;
	background-color:#fff;
}
.category_item img {
	width:100%;
}
.category_item:hover {
	opacity:0.8;
}
.category_item a {
    color: #333;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	display:block;
 	width:100%;
    vertical-align: middle;
	border-bottom:3px solid #ccc;
}
.category_item a span {
    display: table-cell;
 	width:120px;
    height: 40px;
	background-color:#ccc;
	vertical-align: middle;
}
.category_item a.category_active {
	border-bottom:3px solid #ea3b42;
}

#category_nav .owl-carousel .owl-buttons div {
	color:#ccc;
	width: 32px;
	position:absolute;
	top:50px;
}
.page #category_nav .owl-carousel .owl-buttons div {
/*
	top:8px;
*/
}
#category_nav .owl-carousel .owl-buttons div:hover {
	color:#b71c22;
}
#category_nav .owl-carousel .owl-buttons div i {
	font-size:32px;
}
#category_nav .owl-carousel .owl-prev {
	left:-32px;
}
#category_nav .owl-carousel .owl-next {
	right:-32px;
}
.categoryList {
	width:100%;
	border-top:1px solid #333;
}
.categoryBody {
	padding:10px 0px 0px 0px;
	margin:0px auto 20px auto;
	width:1000px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
}
.item_list {
	width:240px;
/*
	width:320px;
	min-height:150px;
*/
	margin:10px 0px 30px 10px;
	float:left;
}

.item_list a{
	color:#337ab7;
}

.item_list a:hover{
	opacity:0.7;
}

/*　トリミングする外側の枠　*/
.trim {
	width: 40px;
	margin-right: 5px;
	vertical-align: middle;
	background-color: #ccc;
	float: left;
	height: 40px;
	
	overflow: hidden;
	position: relative;
}
.trim img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}
.categoryBody h3 {
	line-height:18px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	height:50px;
}
.categoryBody ul {
	margin:10px 0px;
	list-style:none;
}
.categoryBody li {
	color:#333;
	font-size:12px;
	font-weight:normal; /*300;*/
	line-height:18px;
	margin-bottom:5px;
  height: 40px;
  margin-left: 15px;
  margin-right: 15px;
}
.categoryBody h3 img,
.categoryBody li img {
/*
	width:40px;
*/
	margin-right:5px;
	vertical-align:middle;
	background-color:#ccc;
	float:left;
}
.categoryBody h3 p,
.categoryBody li p {
	font-size:14px;
	overflow:hidden;
}
.categoryBody h3 a ,
.categoryBody ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.categoryBody h3 .category_jp span {
	font-size:12px;
	font-weight:normal;
	margin-left:5px;
}
.categoryBody h3 .category_jp {
	font-size:16px;
	font-weight:normal;
	display:block;
	font-feature-settings: "palt";
	position: absolute;
	top: 50%;
	left: 45px;
	transform: translateY( -50% );
}
.categoryBody li .category_jp {
	position: absolute;
	top: 50%;
	left: 45px;
	transform: translateY( -50% );
	font-size:12px;
}
.categoryBody h3 .category_en,
.categoryBody li .category_en {
	font-size:11px;
	padding-top:2px;
}
.categoryBody .feat_item {
	width:230px;
	float:right;
	margin:10px 10px 0px 10px;
}
.categoryBody .feat_item .item_photo {
	width:100%;
}
.categoryBody .feat_item p {
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	margin:5px 0px;
}
.categoryTitle {
	padding:10px 0px;
	background-color:#ccc;
}
.categoryTitle .contentBody {
	position:relative;
}
.categoryTitle h2 {
	font-size:20px;
	line-height:48px;
	font-weight:bold;
	text-align:left;
	height:50px;
	float:left;
	margin:0px;
}
.moreBtn {
	font-family:Open Sans;
	color:#fff!important;
	font-size:14px;
	line-height:20px;
	text-align:center;
	display:block;
	border-radius:4px;
	background-color:#333;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}
.moreBtn:hover {
	color:#fff;
	background-color:#b71c22;
}
.moreBtn i {
	font-size:18px;
	margin-right:10px;
	vertical-align:text-bottom;
}
.categoryTitle .moreBtn {
	width:210px;
	float:right;
	margin:5px 10px 0px 10px;
	padding:10px 10px;
}

.categoryTitle .closeBtn {
	color:#333;
	text-align:center;
	width:50px;
	height:50px;
	float:left;
	display:block;
	cursor:pointer;
}
.categoryTitle .closeBtn i {
	font-size:48px;
}

/*
Breadcrumbs
*/
.breadcrumbs {
	width:100%;
	margin:0px auto 0px auto;
	padding:5px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.breadcrumbs ul {
	font-size:10px;
	line-height:10px;
	width:1000px;
	margin:0px auto;
	list-style:none;
}
.breadcrumbs ul li {
	float:left;
	margin:5px 5px 5px 0px;
}
.breadcrumbs ul li a {
	color:#333;
}
.breadcrumbs ul li:not(:last-child):after {
	line-height:10px;
	vertical-align:bottom;
	content: " \E315";
	font-family: "Material Icons";
}

/*
Buttons
*/
.btn1 {
	font-family:Open Sans;
	color:#fff;
	font-size:14px;
	line-height:20px;
	text-align:center;
	display:block;
	margin:5px auto 5px auto;
	padding:10px 10px;
	border-radius:4px;
	background-color:#333;
	width:200px;
}
.btn1:hover {
	color:#fff;
	background-color:#b71c22;
}
.btn1 i {
	font-size:18px;
	margin-right:10px;
	vertical-align:text-bottom;
}

.page_top {
    text-align: center;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.page_top i {
	color:#666;
	font-size:18px;
	display:block;
	margin:10px auto 0px;
}
a.page_top  {
	font-size:12px;
	font-weight:bold;
	color:#666;
    display: block;
    background-color: #ccc;
	border: none;
	border-radius: 50%;
	width:60px;
	height:60px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}
a.page_top:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/*
Car Select
*/
#car_select {
	color:#333;
	width:100%;
	background-color:#eee;
	padding: 20px 0px;
}
#car_select h2 {
	font-size:18px;
	font-weight:600;
	line-height:20px;
	margin:0px 0px 10px 0px;
}
#car_select h2 span {
	font-size:12px;
	display:inline-block;
	margin:10px 0px 0px 0px;
	padding-top:5px;
	border-top:1px solid #999;
}
#car_select p {
	font-size:14px;
	font-weight:400;
	line-height:20px;
	text-align:center;
	margin:20px 0px 10px 0px;
}
#car_select p span {
	font-size:120%;
	font-weight:600;
}
.car_select {
	color:#eee;
	font-size:12px;
	width:240px;
	float:left;
}
#car_select .contentsBody {
	width:765px;
}
.car_select .minict_wrapper {
	height:40px;
}
.minict_wrapper:after {
	content: "\25BC";
	display: block;
	position: absolute;
	height: 40px;
	width: 33px;
	top: 0;
	right: 0;
	font-size: 10px;
	line-height: 35px;
	text-align: center;
	color: #555;
}
.car_select .minict_wrapper span {
	color:#666;
	height:40px;
	line-height:40px;
	padding: 0px 30px 0px 10px;
}
.car_select .minict_wrapper span:empty:before {
	color:#666;
}
/* 車種セレクトの車種画像表示 */
#car_select3 + .minict_wrapper > span ,
#car_select3 + .minict_wrapper .in_image {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#car_select3 + .minict_wrapper .car_icon {
	display: inline-block;
	position: relative;
	height: 40px;
	width: 50px;
	overflow: hidden;
	cursor: pointer;
}
#car_select3 + .minict_wrapper .car_icon img.sel_car_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX( -50% ) translateY( -50% );
	width: 100%;
	height: auto;
}
#car_select3 + .minict_wrapper > span .text_car_icon {
	padding: 0px 5px 0px 10px;
}
#car_select3 + .minict_wrapper .text_car_icon {
	height: auto;
	line-height: 1em;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  cursor: pointer;
  font-size: 13px;
  width: calc( 100% - 60px );
}
#car_select3 + .minict_wrapper ul li.in_image.hidden {
	display: none;
}

.submit_btn button {
	color: #fff;
	font-size: 14px;
	font-weight:600;
	line-height: 40px;
	text-align: center;
	display: block;
	height: 40px;
	width: 40px;
	background-color:#b71c22;
	margin-left:2px;
}
.submit_btn button:hover {
	background-color:#ea3b42;
}


/* 車種選択セレクト 車種画像を大きくするために高さ調整 PC */
.car_select .minict_wrapper {
  height: 45px;
}
.car_select .minict_wrapper span {
  height: 45px;
  line-height: 45px;
  padding: 0px 15px 0px 10px;
}
.submit_btn button {
  height: 45px;
  line-height: 45px;
}
.car_select .minict_wrapper ul {
  top: 40px;
}
#car_select3 + .minict_wrapper .car_icon {
  width: 60px;
}
#car_select3 + .minict_wrapper .in_image {
  height: 45px;
}
.car_select .minict_wrapper:after {
  height: 45px;
  line-height: 45px;
}


/*
Sub Footer
*/
#sub_footer {
	color:#eee;
	width:100%;
	background-color:#222;
	padding: 20px 0px;
}
#sub_footer a {
	color:#eee;
	padding:2px;
	display:inline-block;
}
#sub_footer a:hover {
	color:#eee;
	background-color:#444;
}
#sub_footer dl {
	color:#eee;
	font-size:12px;
	width:240px;
	float:left;
}
#sub_footer dt {
	font-weight:600;
	margin:5px 0px 10px 10px;
}
#sub_footer dt i {
	display:none;
}
#sub_footer dd {
	height:100px;
	margin:5px 0px 10px 10px;
	border-left:1px solid #444;
}
#sub_footer ul {
	list-style:disc;
	margin-left:30px;
	margin:20px 10px 20px 0px;
	padding-left:25px;
}
#sub_footer ul span {
	color:#999;
	font-size:80%;
}
.cs_tel {
	margin-top:20px;
	padding-top:5px;
}
.cs_tel i {
	font-size:20px;
	text-align:center;
	width:40px;
	height:40px;
	float:left;
}
.cs_mail i {
	font-size:20px;
	text-align:center;
	width:40px;
	height:30px;
	float:left;
	clear:both;
}
.cs_mail p {
	margin-top:10px;
}
.cs_contact i {
	font-size:22px;
	text-align:center;
	width:40px;
	height:30px;
	float:left;
	clear:both;
}
.cs_contact p {
	margin-top:10px;
}
.cs_tel span,
.cs_mail span ,
.cs_contact span {
		color:#999;
	font-size:80%;
}

/*
Footer
*/
footer {
	color:#ccc;
	width:100%;
	background-color:#000;
	padding: 10px 0px;
}
footer p {
	color:#ccc;
	line-height:20px;
	text-align:left;
}
footer p.footer_logo {
	width:240px;
	float:left;
}
footer p.copyright {
	font-size:12px;
	width:760px;
	float:left;
	margin-top: 20px;
}
footer p.notice {
	font-size:10px;
	float:left;
}

/*
Check Box
*/
.cb input[type="checkbox"] {
	display: none;
}
.cb label {
	font-size:16px;
	position: relative;
	display: inline-block;
	padding: 3px 3px 3px 22px;
	cursor: pointer;
}
.cb label::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
	border: 1px solid #666;
}
.cb input[type="checkbox"]:checked + label::after {
	position: absolute;
	content: '';
	top: 9px;
	left: 3px;
	width: 13px;
	height: 5px;
	border-left: 2px solid #b71c22;
	border-bottom: 2px solid #b71c22;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.checkbox {
  display: none!important;
}
.checkbox + .checkbox-icon {
  position: relative;
  vertical-align: middle;
}
.checkbox + .checkbox-icon:before {
  content: "\E835";
  font-family: "Material Icons";
  color: #666;
  font-size: 18px;
  line-height:18px;
}
.checkbox:checked + .checkbox-icon:before {
  content: "\E834";
  color: #b71c22;
}
.radio {
  display: none!important;
}
.radio + .radio-icon:before {
  content: "\E836";
  font-family: "Material Icons";
  color: #666;
  font-size: 18px;
  line-height:18px;
  vertical-align:middle;
}
.radio:checked + .radio-icon:before {
  content: "\E837";
  color: #b71c22;
}

.br_sp {
	display:none;
}
.br_pc {
	display:block;
}

/*
*/
header:after,
section:after,
.breadcrumbs:after,
.contentBody:after,
.categoryBody:after,
#sub_footer:after,
footer:after,
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.button_area .back {
    padding: 5px 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 2px 0px 0px #ccc;
    text-shadow: 0px 1px 1px #fff;
    background-color: #f7cece;
}
.button_area .back:hover {
	opacity: 0.7;
}

/******************************
 * 20180320 カテゴリ画像の下の文字を削除後のスタイル調整
 */
.category_item a {
	font-size: 0;
	/*border-bottom: none;*/
}
#category_nav .owl-carousel .owl-buttons div {
	top: 50%;
	transform: translateY(-50%);
}

/******************************
 * 車種が選択されていない時に表示しない
 */
body.no_car_hide .no_car_hide ,
body.no_car_hide #btn_search {
	display:none;
}


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

.container {
	width:100%!important;
	min-width:320px!important;
    padding:0!important;
}

.br_sp {
	display:block;
}
.br_pc {
	display:none;
}
.contentsBody {
	width:100%;
	margin:0px auto;
}

header {
	width:100%;
	height:190px;
	background-color:#fff;
	border-bottom:1px solid #ccc;
	position:relative;
}
header .contentsBody {
	width:100%;
    margin: 0px auto;
}
header h1 {
	font-size:10px;
	float:none;
	margin:0px 0px 0px 0px;
}
.page header h1 {
	width:100%;
	margin:0px 0px 0px 0px;
}

header h1 img {
	width:260px;
}

img.header_brand_logo {
	width:60px;
	margin: 10px;
	border: 1px solid #ccc;
}

header .material-icons {
	font-size: 36px;
}

/*Slidebar Menu*/
header #header_btn {
	width: 100%;
	background:#fff;
	border-top:1px solid #ccc;
}
header .header_btn {
	top: 95px;
	width: 50px;
	background:#fff;
}
.page header .header_btn {
	top: 95px;
	width: 50px;
	background:#fff;
}
header a.header_btn {
	color: #333 !important;
}
header a.header_btn:hover {
	color: #b71c22 !important;
}
header #btn_menu {
	left: 0px;
}
header #btn_search {
	left: 50px;
		left: 100px; /* チャットアイコン非表示対応 */
}
header #btn_chat {
	left: 100px;
}
header #btn_tel {
	left: 150px;
}
header #btn_cart {
	left: 200px;
}
header #btn_account {
	right: 10px;
}
header #btn_login {
	right: 10px;
}
header #btn_logout {
	display: none;
}
header .menu_icon {
	font-size: 32px;
	color: #333 !important;
}
header .header_btn p {
	font-family: Roboto Condensed;
	color: #666;
	font-size: 10px;
	width: 50px;
}
header #account .material-icons {
	font-size: 32px;
	color: rgba(255, 255, 255, 0.8);
}
.search01 input {
	font-size:12px;
	width:60%;
}

/*
Sub Header
*/
#header_sub {
	width:100%;
	clear:both;
	margin:10px auto 0px auto;
}
#title_sub {
	width:100%;
	float:none;
}
#title_sub h2 {
	display:none;
}
#title_sub p {
	color:#fff;
	font-size:10px;
	padding:2px 10px;
	margin:0px 5px;
	background:#b71c22;
	border-radius: 10px;
}
#selected_car {
	width:100%;
	float:none;
}
.car_img {
	width:80%;
	float:none;
	margin:0px auto 0px auto;
}
.car_data {
	color:#000;
}
.car_data1 {
	width:96%;
	float:none;
	margin:10px 2% 0px 2%;
}
.maker {
	font-family:Open Sans;
	font-size:14px;
	font-weight:600;
	line-height:24px;
	margin:0px 0px 0px 5px;
}
.model {
	font-family:Open Sans Condensed;
	font-size:20px;
	font-weight:700;
	line-height:24px;
	margin:0px 0px 0px 5px;
	float:left;
}
.model_jp {
	font-size:20px;
	line-height:24px;
	margin:0px 0px 0px 5px;
	float:left;
}
.car_data2 {
	width:96%;
	float:none;
	margin:10px 2% 0px 2%;
	clear:both;
}
.year {
	font-family:Open Sans;
	font-size:14px;
	font-weight:600;
	line-height:24px;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 5px;
	float:left;
}
.type {
	color:#fff;
	font-size:14px;
	text-align:left;
	background:#333;
	border-radius: 10px;
	margin:5px 0px 0px 10px;
	padding:2px 15px;
	float:left;
}
.type span {
	font-size:12px;
}

/*
Category Nvigation
*/
#category_nav {
	width:100%;
	clear:both;
	margin:0px auto 0px auto;
	padding:10px 0px;
	background-color:#eee;
}
.categoryBody {
	padding:10px 0px 0px 0px;
	margin:0px auto 20px auto;
	width:90%;
	position:relative;
}
#category_nav .owl-carousel {
	width:80%;
	margin:10px auto 10px auto;
}

.categoryList {
	width:100%;
	border-top:1px solid #333;
}
.categoryBody {
	padding:10px 0px 0px 0px;
	margin:0px auto 20px auto;
	width:100%;
}
.item_list {
	width:90%;
	margin:10px 5% 10px 5%;
	float:left;
	min-height:initial;
}
.categoryBody .feat_item {
	text-align:center;
	width:96%;
	float:none;
	margin:10px 2% 0px 2%;
	padding-top:10px;
	border-top:1px solid #ccc;
	clear:both;
}
.categoryBody .feat_item .item_photo {
	width:100%;
	max-width:320px;
}
.categoryTitle {
	padding:5px 2%;
	background-color:#ccc;
}
.categoryTitle .contentBody {
	position:relative;
}
.categoryTitle h2 {
	font-size:16px;
	line-height:48px;
	font-weight:bold;
	text-align:left;
	height:30px;
	float:left;
	margin:0px;
}

.moreBtn {
	margin:20px 0px 0px 0px;
}
.moreBtn span {
	display:none;
}
.moreBtn i {
	font-size:18px;
	margin-right:5px;
	vertical-align:text-bottom;
}
.categoryTitle .moreBtn {
	width:100px;
	float:right;
	margin:8px 5px 0px 5px;
	padding:5px 5px;
}


#newsBody {
	width:100%;
	margin:0px auto 0px auto;
}
.tabAcc {
	width:100%;
	margin:0px auto 0px auto;
}

/*
Breadcrumbs
*/
.breadcrumbs {
	display:none;
}

/*
Buttons
*/
.page_top {
    bottom: 10px;
    right: 5px;
}

/*
Car Select
*/
.car_select {
	width:90%;
	float:none;
	margin:0px auto 5px auto;
}
#car_select .contentsBody {
	width:100%;
}
.car_select .minict_wrapper {
	height:40px;
}

.submit_btn button {
	width:90%;
	float:none;
	margin:0px auto 10px auto;
	border-radius:4px;
}
/* 車種選択セレクト 車種画像を大きくするために高さ調整 SP */
.car_select .minict_wrapper {
  height: 45px;
}


.car_select .minict_wrapper {
  height: 60px;
}
.car_select .minict_wrapper span {
  height: 60px;
  line-height: 60px;
  padding: 0px 15px 0px 10px;
}
.submit_btn button {
  height: 60px;
  line-height: 60px;
}
.car_select .minict_wrapper ul {
  top: 55px;
}
#car_select3 + .minict_wrapper .car_icon {
  width: 80px;
  height: 56px;
}
#car_select3 + .minict_wrapper .in_image {
  height: 60px;
}
.car_select .minict_wrapper:after {
  height: 60px;
  line-height: 60px;
}

/* 車種セレクト 開いた時の項目の高さ SP */
.car_select .minict_wrapper ul li {
  height: 60px;
  line-height: 60px;
}




/*
Sub Footer
*/
#sub_footer dl {
	width:96%;
	float:none;
	margin:5px 2% 10px 2%;
	clear:both;
}
#sub_footer dt {
	line-height:30px;
	font-weight:600;
	margin:5px 0px 10px 10px;
	position:relative;
	cursor:pointer;
}
#sub_footer dt i {
	font-size:14px;
	width:14px;
	height:14px;
	display:block;
	position:absolute;
	top:5px;
	right:0px;
}
#sub_footer dt.active i {
	transform: rotate(180deg);
}
#sub_footer dd {
	height:auto;
	margin:10px 0px 10px 0px;
	display:none;
}
#sub_footer ul {
	margin:0px 10px 20px 0px;
}
.cs_tel {
    margin-top: 10px;
    padding-top: 5px;
}

/*
Footer
*/
footer {
	color:#ccc;
	width:100%;
	background-color:#000;
	padding: 10px 5px;
}
footer p {
	color:#ccc;
	line-height:20px;
	text-align:left;
}
footer p.footer_logo {
	width:100%;
	float:none;
}
footer p.copyright {
	font-size:12px;
	width:100%;
	float:none;
	margin-top: 0px;
}
footer p.notice {
	font-size:10px;
	float:none;
}
#login_wrapper {
    float: right;
    margin-top: 25px;
    margin: 75px 5px 0px 0!important;
}

.button_area .back {
    padding: 5px 10px;
}

/***************************
 * 20180319 SP側 ヘッダーロゴ・フッターロゴ・メニュー スタイル変更
 */
header {
  height: auto !important;
}
header h1 img {
	display: none;
}
header .header_btn ,
.page header .header_btn {
  top: 5px;
}
.footer_logo {
  display: none;
}
/* SP版のみ ロゴアイコン追加 */
header #header_menu_logo_icon img {
	width: 36px;
}
/* ヘッダーメニューの横幅位置調整 */
header #btn_menu {
	left: 0px;
}
header #header_menu_logo_icon {
	left: 50px;
}
header #btn_search {
	left: 100px;
		left: 150px; /* チャットアイコン非表示対応 */
}
header #btn_chat {
	left: 150px;
}
header #btn_tel {
	left: 200px;
}
header #btn_cart {
	left: 250px;
}
header #btn_account {
	right: 10px;
}

/***************************
 * 20180402 SP側 ログイン後スタイル変更
 */
body.login #title_sub p {
  top: -3.5em;
  position: absolute;
  z-index: 9999;
  width: 65%;
  height: auto;
}
body.login #login_wrapper {
  float: none;
  padding-left: 67%;
  padding-top: 3px;
  padding-right: 5px;
  text-align: right;
  border-top: 1px solid #ccc;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.login header {
	border-bottom-color: transparent;
}
body.login #title_sub {
	position: relative;
	margin-top: 13px;
}

/* イメージアイコンは不要 */
.categoryBody .trim {
	display: none;
}
.categoryBody h3 .category_jp ,
.categoryBody li .category_jp {
	left: 0;
}

/* Tel */
#tel_cb .tel_callback .parts {
	width: 80%;
	padding-bottom: 5px;
}
#tel_cb .tel_callback #tel_cb_btn {
	margin-top: 20px;
}

/* zopim chat */
.zopim[data-test-id="ChatWidgetMobileButton"] {
	display: none !important;
}

}

@media screen and (max-width: 320px) {
/***************************
 * 20180319 SP側 ヘッダーロゴ・フッターロゴ・メニュー スタイル変更
 */
/* ヘッダーメニューの横幅位置調整 */
header .header_btn ,
.page header .header_btn {
	width: 40px;
}
header .header_btn p {
	width: 40px;
}
header #btn_menu {
	left: 0px;
}
header #header_menu_logo_icon {
	left: 40px;
}
header #btn_search {
	left: 80px;
		left: 120px; /* チャットアイコン非表示対応 */
}
header #btn_chat {
	left: 120px;
}
header #btn_tel {
	left: 160px;
}
header #btn_cart {
	left: 200px;
}
header #btn_account {
	right: 10px;
}


}


