@charset "UTF-8";
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
}
a {
	color: #333;
	text-decoration: none;
}
img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}
.cf:after {
	display: block;
	content: "";
	clear: both;
}
.clear {
	clear: both;
}
.pagetop {
	cursor: pointer;
	display: none;
	overflow: hidden;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
}
.pagetop:hover {
	opacity: .6;
}
@media screen and (min-width : 480px) {
	.pagetop {
	bottom: 20px;
	right: 40px;
	width: 60px;
}
}
@media screen and (min-width : 769px) {
	.pagetop {
	bottom: 20px;
	right: 40px;
	width: 72px;
}
}
/* ==========================================================================

	 01. header(multinfo)
	 02. gnav
	 03. footer
	 04. layout
	 05. list
		
	 10. 404 error

   ========================================================================== */
/*
       01. header(multinfo)
========================================================================== */
header{
	padding: 15px 10px;
	position: relative;
}
header h1{
	width: 55%;
	max-width: 300px;
	float: left;
}
.shopInfo{
	display: none;
}
.spBtn{
	float: right;
	width: 30%;
	display: flex;
	 -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
				position: absolute;
	right: 5px;
	bottom: 10px;
}
.spBtn li{
	width: 49%;
}
.telBtn, .menuBtn{
	width: 40px;
	margin-left: 6px;
}
.menuBtn {
	margin-left: 0;
}
.telBtn a, .menuBtn a{
	display: block;
}
@media screen and (min-width : 375px) {
	.spBtn {
	position: absolute;
	right: 5px;
	bottom: 12px;
}
}
@media screen and (min-width : 480px) {
	header{
		padding: 0;
	}
	header h1{
		padding: 15px 13px;
		width: 200px;
		max-width: 260px;
	}
	header h1 .pc-none{
		display: block;
	/*		display: none;*/
	}
	header h1 .sp-none{
		display: none;
	}
	.spBtn{
		display: none !important;
	}
	.shopInfo{
		display: block;
		width: 240px;
		float: right; 
}
.tel-pc{
	background: #ff0033;
		color: #fff;
		padding: 10px 15px;
		 font-family: "Sawarabi Gothic";
			text-align: right;
			margin-bottom: 4px;
}
.tel-pc :first-of-type{
	font-size: 24px;
}
.address{
	font-size: 14px;
	text-align: right;
	margin-right: 4px;
}
.gNav {
	display: block;
	width: 98%;
	margin: 0 auto 10px;
	font-family: "Sawarabi Gothic";
}
.gNav ul{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.gNav ul li{
		flex-grow:1;
		border-left: 1px solid #B8B8B8;
		padding: 0 10px;
		line-height: 44px;
}
.gNav ul li:last-child{
	border-right: 1px solid #B8B8B8;
}
.gNav ul li a{
	text-align: center;
	display: block;
	border-bottom: 2px solid #fff;
}
.gNav ul li a:hover,
.gNav li.on a{
	border-bottom: 2px solid #ff0033;
}
}
@media screen and (min-width: 769px) {
	header{
		padding: 0;
		width: 1100px;
		margin: 0 auto;
	}
	header h1{
		width: 220px;
		padding: 30px 0 0 10px;
	}
	header h1 .pc-none{
		display: none;
	}
	header h1 .sp-none{
		display: block;
		width: 220px;
	}
	.shopInfo{
		width: 280px;
}
.tel-pc :first-of-type{
	font-size: 25px;
}
.address br{
	display: none;
}
.gNav {
	width: 1100px;
	padding: 10px 0 0;
}
.gNav ul li{
		line-height: 36px;
}
}

/*
       03. footer
========================================================================== */
footer{
	background: #c6c6c6;
	color: #333;
	padding: 30px 0 0;
}
.access h2{
		margin-bottom: 20px;
		text-align: center;
	}
.access h2 img{
	width: 100px;
	height: auto;
}
.access h3{
	text-align: center;
	font-size: 20px;
	font-family: "Sawarabi Gothic";
	margin-bottom: 5px;
}
.access .movie-wrap,
.access .map-wrap{
	margin-bottom: 25px;
}
footer .logo{
	width: 64%;
	margin: 0 auto 50px;
}
footer .info{
	text-align: center;
}
footer .address2{
	margin: 5px 0 5px;
}
footer .tel2{
	font-size: 150%;
	margin-bottom: 10px;
}
.footerNav{
	display: none;
}
small{
	background: #656565;
	text-align: center;
	color: #fff;
	line-height: 3;
	display: block;
	font-size: 12px;
	margin-top: 30px;
}
@media screen and (min-width: 480px) {
footer .logo{
	margin-bottom: 20px;
	max-width: 220px;
}
.access h2 img{
	width: 115px;
	height: auto;
}
.access .movie-wrap{
	margin-bottom: 35px;
	width: 80%;
}
.access .map-wrap{
	width: 80%;
	margin-bottom: 60px;
}
}
@media screen and (min-width: 769px) {
.access h2 img{
	width: 135px;
	height: auto;
}
.access .view{
	width: 530px;
	float: left;
}
.access .gmap{
	width: 530px;
	float: right;
}
.access .movie-wrap,
.access .map-wrap{
	width: 100% !important;
	margin-bottom: 20px;
}
footer .inner{
		width: 1100px;
		margin: 0 auto;
		padding: 30px 0 0;
	}
footer .logo{
width: 220px;
margin: 0 0 20px 0;
}
footer .info{
	float: left;
	clear: both;
	text-align: left;
	padding-left: 10px;
}
.footerNav{
	display: block;
	float: right;
	border-left: 1px solid #363636;
	margin-top: 120px;
}
.footerNav li{
	float: left;
	width: 130px;
	border-right: 1px solid #363636;
	text-align: center;
	font-size: 14px;
}
.footerNav li a{
	display: block;
	padding: 4px 0;
}
.footerNav li i{
	font-size: 12px;
	margin-right: 5px;
}
}
/*
       04. layout
========================================================================== */
.side {
	width: 96%;
	margin: 0 auto;
}
.main{
	width: 96%;
	margin: 0 auto;
}

@media screen and (min-width: 769px) {
.wrapper{
	width: 1100px;
	margin: 0 auto;
	padding: 15px 0 0;
}
.side {
	width: 250px;
	float: left;
/*	min-height: 1200px;*/
}
.main{
	width: 800px;
	float: right;
}
}

/*
       05. list
========================================================================== */
.float-box-wrap{
	padding-bottom: 20px;
}
.list.float-box li .img{
	position: relative;
	margin-bottom: 12px;
}
.list.float-box li .img p:first-of-type{
	border: 1px solid #b1b1b1;
	background-size: 100% auto;
	z-index: 10;
}
.list.float-box li .down{
	position: absolute;
	text-align: center;
		bottom: -10px;
		z-index: 100;
		width: 100%;
}
.list.float-box li .down img{
	width: 18px;
}
.list.float-box li{
	width: 49%;
	margin-bottom: 15px;
}
.list.float-box li:nth-child(even){
	float: right;
}
.list.float-box .name{
	color: #fe0032;
	font-size: 17px;
	text-decoration: underline;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list.float-box .name a{
	color: #fe0032;
}
.list.float-box .name.newbrand{
	background: url(../images/top/new.png) no-repeat left 3px;
	background-size: 36px auto;
	padding-left: 42px;
}
.list.float-box .name.used{
	background: url(../images/top/used.png) no-repeat left 3px;
	background-size: 36px auto;
	padding-left: 42px;
}
.list.float-box .txt{
	font-size: 90%;
	margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
	.float-box-wrap{
	padding-bottom: 30px;
}
.list.float-box li .img{
	margin-bottom: 15px;
}
	.list.float-box li{
	width: 32%;
	margin-bottom: 25px;
	float: left;
	margin-right: 2%;
}
.list.float-box li:nth-child(even){
	float: left;
}
.list.float-box li:nth-child(3n){
	margin-right: 0;
}
.list.float-box .name{
	font-size: 18px;
}
.list.float-box .name.newbrand{
	background: url(../images/top/new.png) no-repeat left 5px;
	background-size: 40px auto;
	padding-left: 44px;
}
.list.float-box .name.used{
	background: url(../images/top/used.png) no-repeat left 5px;
	background-size: 40px auto;
	padding-left: 44px;
}
}

/*
       06. link、category movie
========================================================================== */
.link{
	border: 1px solid #fe0032;
	text-align: center;
	width: 220px;
	font-size: 17px;
	line-height: 2.8;
	margin-left: auto;
	margin-right: auto;
}
.link a{
	color: #fe0032;
	display: block;
}
@media screen and (min-width: 769px) {
	.link{
		float: right;
}
}
.category{
	height: auto;
}
.category p{
	display: inline-block;
	font-size: 14px;
	text-align: center;
	float: right;
	clear: both;
	margin: 0 5px 2px 0;
	padding: 2px 6px;
}
.cat1{
	background: #49429f;
	color: #fff;
}
.cat1 a{
	color: #fff;
	display: block;
}

.cat2{
	background: #f968b0;
	color: #fff;
}
.cat2 a{
	color: #fff;
	display: block;
}
.cat3{
	background: #1c1c1c;
	color: #fff;
}
.cat3 a{
	color: #fff;
	display: block;
}
.cat4{
	background: #fe0034;
	color: #fff;
}
.cat4 a{
	color: #fff;
	display: block;
}
.cat5{
	background: #fe9500;
	color: #fff;
}
.cat5 a{
	color: #fff;
	display: block;
}
.cat6{
	background: #b300fe;
	color: #fff;
}
.cat6 a{
	color: #fff;
	display: block;
}
.cat7{
	background: #fafad2;
	color: #000;
}
.cat7 a{
	color: #fff;
	display: block;
}
.cat8{
	background: #ffe4e1;
	color: #000;
}
.cat8 a{
	color: #fff;
	display: block;
}
.movie-wrap,
.map-wrap{
	position: relative;
  width: 90%;
  padding-top: 56.25%;
		margin: 0 auto;
}
.movie-wrap iframe,
.map-wrap iframe{
	display: block;
	position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*
       07. campaignnews
========================================================================== */
.campaignnews{
	padding: 30px 10px;
}
.campaignnews h2{
	border-bottom: 1px dotted #676767;
	padding: 0 0 0 10px;
}
.campaignnews h2 img{
	width:200px;
}
.information dl{
	padding: 15px 5px 10px;
	border-bottom: 1px dotted #676767;
	font-size: 92%;
}
.information dt{
	margin-bottom: 5px;
}
.information dd{
	margin: 0 0 5px 5px;
}
.information a:hover{
	text-decoration: underline;
}
.t-link{
	text-align: right;
	margin-top: 6px;
}
.information .link{
	margin: 30px auto 30px;
	border: 1px solid #404040;
}
.information .link a{
	color: #404040;
}
.banner{
	width: 220px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.banner li{
	margin-bottom: 10px;
}
@media screen and (min-width: 480px) {
.banner{
		width: 100%;
	}
.banner li{
	display: inline;
	margin: 0 1.5%;
	width: 30%;
}
.banner li img{
	width: 30%;
}
}
@media screen and (min-width: 769px) {
	.information .link{
		float: none;
	}
.banner{
		width: 250px;
	}
.banner li{
	display: block;
	margin: 0 0 10px;
}
.banner li img{
	width: 250px;
	height: auto;
}
}
/*
    08. breadcrumb
========================================================================== */
.breadcrumb{
	margin: 10px;
	font-size: 14px;
}
.breadcrumb li{
	display: inline;
	margin-right: 6px;
}
.breadcrumb li a{
	text-decoration: underline;
	color: #ff0033;
}
.breadcrumb li:after{
	content: ">";
	margin-left: 6px;
}
.breadcrumb li:last-child:after{
	content: "";
	margin-left: 0;
}
@media screen and (min-width: 480px) {
	.breadcrumb{
	margin: 20px 20px 30px;
	font-size: 15px;
}
}
@media screen and (min-width: 768px) {
.breadcrumb{
	background: #d7e3ed;
	width: 1100px;
	margin: 20px auto 10px;
	padding: 10px 20px;
	font-size: 16px;
	box-sizing: border-box;
}
}
/*
    09. multi-class
========================================================================== */
/*****　画像　*****/
.fade {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.fade:hover {
	opacity: .5;
	filter: alpha(opacity=60);
}
.center {
	text-align: center;
}
.alignR {
    text-align: right !important;
}
.alignL {
    text-align: left !important;
}
.vAlignM{
    vertical-align:middle !important;
}
/*****　テキスト *****/
.bold {
    font-weight: bold;
}
.txt120 {
	font-size: 120%;
}
.txt110 {
	font-size: 110%;
}
.txt90 {
	font-size: 90%;
}
.txt80 {
	font-size: 80%;
}
i.fa {
    margin-right:5px;
}
.nowrap {
    white-space: nowrap !important;
}
.underline{
	text-decoration: underline;
}
.dispB {
    display: block;
}
.dispI {
    display:inline;
}
/*　余白 */
.p10 {
	padding: 10px;
}
.pt10 {
	padding-top: 10px;
}
.pr10 {
	padding-right: 10px;
}
.pl10 {
	padding-left: 10px;
}
.pb10 {
	padding-bottom: 10px;
}
.mb5{
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
/* list */
.list-num li {
    list-style-type: decimal;
		list-style-position: inside;
}
.list-dot li {
    padding-left: 1em;
    background: url(../images/common/disc.png) no-repeat left center;
}
.list-nostyle li{
    list-style:none;
}
.list-a {
    list-style-type: lower-alpha;
    list-style-position: inside;
}
.txt-indent li {
 	background-position: left .4em;
	padding-left:1em;
}
/*　画像・レイアウト */
.float-box-wrap {
    position:relative;
    overflow: hidden;
}
.float-box{
	position: relative;
	left: 50%;
	float: left;
}
.float-box li{
    position:relative;
    float: left;
    left:-50%;
}
.float-box li:last-child {
    margin-left: 0;
}
.float-box li img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 480px) {
.sp-none{
	display: none;
}
}
@media screen and (min-width: 480px) {
.sp-none{
	display:block;
}
.pc-none{
	display: none;
}
}


.posts-btn {
	text-align: center;
	margin: 0 0 160px;
}
.posts-btn li {
	display: inline;
	margin-right: 30px;
}
.posts-btn li:first-child:after {
	content: "|";
	margin-left: 30px;
}
.posts-btn a {
	color: #ff0033;
	text-decoration: underline;
	vertical-align: middle;
}
.posts-btn a i {
	margin: 0 3px;
	font-size: 90%;
	vertical-align: middle;
}

#index01 {
    clear: both;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}

.swiper-container {
    width: 100%;
    margin:0;  
    /*max-width: 1200px;*/
	margin: 0 auto;
}
