@media screen and (max-width: 768px) {
	.sp-image img {
		width: 100%;
	}
	.top-container {
		background: #fff;
	  padding-left: 0;
	  -webkit-transition: all 0.5s ease;
	  -moz-transition: all 0.5s ease;
	  -o-transition: all 0.5s ease;
	  transition: all 0.5s ease;
	}
	.sb-toggle-left {
		display: block;
		float: right;
		width: 50px;
		padding: 10px 0px 0 0px;
		color: #fff;
		text-align: center;
	}
	.sp-header-container {
		display: block;
	}
	.navicon-line {
		margin:auto;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		margin-bottom: 5px;
		background-color: #fff;
	}
	.sp-menu-toggle {
		text-align: center;
		position: absolute;
		left: 15px;
		top: 8px;
		width: 40px;
	  cursor: pointer;
		color: #FFF;
	}

	h1.nav-title {
		text-align: center;
	}
	h1.nav-title a {
		height: 60px;
		padding: 8px;
		display: block;
	}
	.makcars_logo {
		width: 50%;
		position: absolute;
		right: 0;
		left: 0;
		margin: auto;
		z-index: 9999;
		text-align: center;
	}


	
	.header-car {
		width: 95%;
		margin: auto;
	}
	.header-car-list {
		padding: 10px;
	}
	.header-car-list > a {
		margin: 0 12px;
	}
	.header-car .panel-heading {
		display: block;
	}
	.header-car .collapse {
		display: none;
	}
	.header-car .collapse.in {
		display: block!important;
	}

	.header-contents {
		width: 100%;
		padding: 5px;
		font-size: 10px;
		background: none;
	}
	.nav-header-contents {
		width: 100%;
	}

	.common-contents {
		width: 100%;
		padding: 0 10px;
	}

	.side-container {
		display: none;
		position: fixed !important;
		top: 0 !important;
		right: -100%;
		left: 0;
		bottom: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		width: 100%;
		height: auto !important;
		transition: left .5s, right .5s;
		z-index: 99999;
		overflow: auto;
		background: rgba(0, 0, 0, 0.8);
	}
  .side-contents {
		background: #fff;
		padding-bottom: 40px;
		margin: 0;
	}
	.side-category-datas {
		border: none;
	}

	.keyvisual-container {
		height: auto!important;
	}
	.keyvisual-container .keyvisual-contents {
		min-width: 100%;
		width: 100%;
		height: 300px;
		background-size: 120%;
		background-repeat: no-repeat;
		background-position: center;
	}
	.keyvisual-container .keyvisual-contents form {
		width: 65%;
		top: 173px;
	}
	.keyvisual_01, .keyvisual_02 {
		height: 100% !important;
		background-size: 100% !important;
	}
	.keyvisual_01 > p, .keyvisual_02 > p {
		width: 100% !important;
	}

	.body-contents {
		width: 100%;
	}
	.body-container {
		padding-top: 70px;
	}
	.main-container {
		width: 100%;
		float: none;
	}
	.top-container.toggled > .main-container {
		width: auto;
	}
	.main-contents {
		width: 100%;
		height: auto;
		min-height: auto;
		padding: 0 0px 0px!important;
	}

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

	/*-----------------------------------------*/
	.item-header-container {
		width: 100%!important;
	}
	.item-image-container {
		width: 100%!important;
	}

	/*-----------------------------------------*/
	.footer-contents {
		width: 100%;
		padding: 10px;
	}
	
	.footer-bottom-contents {
		width: 100%;
	}

	/*-----------------------------------------*/
	.side-category-datas a {
		background-size: 26%;
	}

/*
	.side-category-datas {
		padding-bottom: 200px!important;
	}
	.side-car-maker a {
		padding: 20px 5px;
	}
	.side-category-datas dt {
		margin: 10px 0;
	}
	.side-category-datas dt > img {
		width: 65%;
	}
	.side-contents {
		padding: 0;
	}
	.sp-side-option {
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
		background-color: rgba(0,0,0,0.8);
		background-image: url(/img/icon-close.png?t=18033002);
		background-repeat: no-repeat;
		background-position: right top;
	}
	.sp-side-option.view {
		display: block;
	  -webkit-transition: all 0.5s ease;
	  -moz-transition: all 0.5s ease;
	  -o-transition: all 0.5s ease;
	  transition: all 0.5s ease;
	}
	.sp-side-option > span {
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 50px;
		z-index: 99;
		color: #fff;
	}
	.fixed {
	  position: fixed;
	  width: 100%;
	  height: 100%;
	}
	#sidebar-wrapper {
	  z-index: 1000;
	  position: fixed;
	  left: 250px;
	  width: 0;
	  height: 100%;
	  margin-left: -250px;
	  overflow-y: scroll;
	  -webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
		-webkit-overflow-scrolling: touch;
		background: #fff;
		z-index: 999;
	}
	.top-container.toggled #sidebar-wrapper {
	  width: 80%;
	}
	#page-content-wrapper {
	  width: 100%;
	  position: relative;
	  padding: 15px;
	}
	.top-container.toggled #page-content-wrapper {
	  position: relative;
	  margin-right: 0;
	}
	.sidebar-nav {
	  position: absolute;
	  top: 0;
	  width: 100%;
	  padding: 0 10px;
	}
*/

	.item-datas li {
		padding: 5px;
	}

	.wrapper-sp-menu {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: 100%;
    height: auto !important;
		background: #FFF;
		z-index: 99999;
		overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
	}
	.section-sp-menu {
		position: static;
	}

	.category-link-datas p {
		font-size: 9px !important;
		font-weight: bold;
	}
	.common-link-title span {
		margin: 0 1.5em !important;
	}

}
