body {  background-color: #f5f5f5; }

/* Loading effects */

#loader {
	width: XXXXpx;
	height: XXXXpx;
	display: none;
	position: fixed;
	_position: absolute; /* IE6対策 */
	top: 50%;
	left: 50%;
	margin-top: -30px; /* heightの半分のマイナス値 */
	margin-left: -30px; /* widthの半分のマイナス値 */
	z-index: 920;
}

#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 910;
}

/* Recommend box basic */
#recobody.col-group {
	overflow: hidden;
}
#recobody.col-group > div {
	padding: 1em;
}


/* Slider */

#slidemm {
	width: auto;
	height: auto;
	max-width: 1440px;
	min-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

#camera_wrap { max-width:1440px; min-width:320px; height:auto; max-height:1200px; }



/* Style for Smartphonea */
@media screen and (max-width: 640px) {
	
	
/* News and Topics */
	
	#newsmm {
		width:100%;
		height:auto;
		margin:0;
		background-color:#fff;
	}
	
	#newsmm h3 {
		width:100%;
		height:60px;
		line-height:60px;
		display:block;
		text-align:center;
		font-family: 'Cinzel', serif;
		font-size:18px;
		color:#fff;
		background-color:#40475E;
	}
	
	#newsmm #newsbody {
		width:90%;
		height:auto;
		padding:8% 5% 8% 5%;
		overflow:hidden;
		background-image:url(../img/index/arrow-news_v.png);
		background-repeat:no-repeat;
		background-position:center top;
		background-color:#fff;
	}
	
	#newsmm #newsbody p {
		font-size:18px;
		line-height:1.5em;
	}
	
	#newsmm #newsbody .bbs-date {
		display: block;
		margin: 0;
	}
	#newsmm #newsbody .bbs-title {
		display: block;
		margin: 0;
	}
	
	
	/* Recommend Car information */
	
	#recomm {
		width:100%;
		height:auto;
		background-color:#fff;
	}
	
	#recomm #recotitle {
		width:100%;
		height:auto;
		padding:20px 0 20px 0;
		text-align:center;
		background-color:#40475E;
	}
	
	#recomm #recotitle h3 {
		font-size:18px;
		font-family: 'Cinzel', serif;
		line-height:1.5em;
		color:#fff;
	}
	#recomm #recotitle p {
		font-size:0.5em;
		line-height:1.5em;
		color:#fff;
		padding:0 5%;
	}
	
	#recomm #recobody {
		width:90%;
		height:auto;
		padding:8% 5% 8% 5%;
		overflow: hidden;
		background-image:url(../img/index/arrow-news_v.png);
		background-repeat:no-repeat;
		background-position:center top;
		background-color:#fff;
	}
	
	#recomm #recobody .col-group > div {
		width: 100%;
		padding-bottom:5%;
		margin-bottom:5%;
		border-bottom:1px dotted #40475E;
	}
	#recomm #recobody .col-group > div:nth-child(odd), .col-group > div:nth-child(3n+1) {
		clear: none;
	}
	
	#recomm #recobody .col-group img {
		width:100%;
		height:auto;
		display:block;
		margin-bottom:10px;
	}
	
	#recomm #recobody .col-group h2 {
		text-align:center;
		font-size:0.8em;
		color:#40475E;
		font-family: 'Cinzel', serif;
		line-height:1.5em;
	}
	
	#recomm #recobody .col-group h3 {
		text-align:center;
		font-size:1.5em;
		font-family: 'Cinzel', serif;
		color:#333;
		font-weight:normal;
		line-height:1.5em;
	}
	#recomm #recobody .col-group p.p-recospec {
		text-align:center;
		font-size:0.6em;
		line-height:1.5em;
		margin-bottom:8px;
		color:#666;
	}
	
	#recomm #recobody .col-group p.p-recoprice {
		text-align:center;
		font-size:1em;
		line-height:1.5em;
		color:#000;
	}
  
  #recomm #recobody .col-group p.p-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 210px;
    padding: 0;
    margin: 0 auto;
    font-size:1em;
		line-height:1.5em;
		color:#000;
  }
  
  #recomm #recobody .col-group p.p-price span {
    display: inline-block;
    width: auto;
  }
  
  #recomm #recobody .col-group p.p-price span.p-tag {
    text-align: left;
  }
  
  #recomm #recobody .col-group p.p-price span.p-value {
    text-align: right;
  }
	
	#recomm #recobody .col-group a {
		width:auto;
		height:auto;
		background-color:#fff;
		display:block;
		padding:2% 2% 5% 2%;
		text-decoration:none;
		}
		
	#recomm #recobody .col-group a:hover {
		width: auto;
		height: auto;
		background-color: #EDF1F6;
		display: block;
		text-decoration: none;
		padding: 2% 2% 5% 2%;
		}
	
	/* Features */
	
	#features01 {
		display:none;
	}
	
	/* Feature 02 */
	
	#features02 {
		display:none;
	}
	
	#features03 {
		display:none;
	}
	
	
	/* Access map and Shop information */
	
	h3#access_shop_title  {
		width:100%;
		height:60px;
		line-height:60px;
		display:block;
		text-align:center;
		font-family: 'Cinzel', serif;
		font-size:18px;
		color:#fff;
		background-color:#40475E;
	}
	
	#access_shop_pc {
		width:100%;
		height:auto;
		background-color:#40475E;
	}
	
	#access_shop_pc .accessmm {
		width:100%;
		height:auto;
	}
	#access_shop_pc .accessmm #map_canvas_01 {
		width:100%;
		height:200px;
	}
	#access_shop_pc .shopmm {
		width:80%;
		height:auto;
		padding-bottom: 20px;
		background-color:#40475E;
		background-image: none; 
		margin:0 auto;
	}
	#access_shop_pc .shopmm img {
		display:none;
		}
	#access_shop_pc .shopmm h3 { font-size: 16px; font-weight: normal; color: #fff; line-height: 1em; padding-top: 40px; width:auto; height:auto; display:block; margin-bottom:5px; text-align:center; }
	#access_shop_pc .shopmm p .smad {
		line-height:1.5em; width:auto; height:auto; display:block; text-align:center; margin-bottom:5px; color: #fff; 
	}
	#access_shop_pc .shopmm p .smtel {
		line-height:40px; width:100%; height:auto; display:block; clear:both; font-size: 32px; color: #fff; margin:0 auto 10px 0; font-family: 'Cinzel', serif; text-align:center;
	}
	#access_shop_pc .shopmm p .smfax {
		line-height:1.2em; padding-top: 0px; width:auto; height:auto; display:block; color: #fff; text-align:center;
	}
	#access_shop_pc .shopmm p .smtime {
		line-height:1.2em; padding-top: 0px; width:auto; height:auto; display:block; color: #fff; text-align:center;
	}
	#access_shop_pc a { color:#fff; }
	
}

/* Style for TabletPCs */
@media screen and (min-width: 641px) and (max-width: 1024px) {
	
	/* News and Topics */
	
	#newsmm {
		width:100%;
		height:auto;
		margin:0;
		background-color:#fff;
	}
	
	#newsmm h3 {
		width:100%;
		height:60px;
		line-height:60px;
		display:block;
		text-align:center;
		font-family: 'Cinzel', serif;
		font-size:18px;
		color:#fff;
		background-color:#40475E;
	}
	
	#newsmm #newsbody {
		width:90%;
		height:auto;
		padding:8% 5% 8% 5%;
		overflow:hidden;
		background-image:url(../img/index/arrow-news_v.png);
		background-repeat:no-repeat;
		background-position:center top;
		background-color:#fff;
	}
	
	#newsmm #newsbody p {
		font-size:18px;
		line-height:1.5em;
	}
	
	#newsmm #newsbody .bbs-date {
		display: block;
		margin: 0 15px 0 0;
		float: left;
	}
	#newsmm #newsbody .bbs-title {
		display: block;
		margin: 0;
		float: left;
	}
	
	
	/* Recommend Car information */
	
	#recomm {
		width:100%;
		height:auto;
		background-color:#fff;
	}
	
	#recomm #recotitle {
		width:100%;
		height:auto;
		padding:20px 0 20px 0;
		text-align:center;
		background-color:#40475E;
	}
	
	#recomm #recotitle h3 {
		font-size:18px;
		font-family: 'Cinzel', serif;
		line-height:1.5em;
		color:#fff;
	}
	#recomm #recotitle p {
		font-size:0.5em;
		line-height:1.5em;
		color:#fff;
		padding:0 5%;
	}
	
	#recomm #recobody {
		width:96%;
		height:auto;
		margin:0 auto;
		overflow: hidden;
		padding-bottom:30px;
	}
	
	#recomm #recobody .col-group > div {
		float: left;
		width: 48%;
		padding:1%;
	}
	#recomm #recobody .col-group > div:nth-child(odd), .col-group > div:nth-child(3n+1) {
		clear: none;
	}
	
	#recomm #recobody .col-group img {
		width:100%;
		height:auto;
		display:block;
		margin-bottom:10px;
	}
	
	#recomm #recobody .col-group h2 {
		text-align:center;
		font-size:0.8em;
		color:#40475E;
		font-family: 'Cinzel', serif;
		line-height:1.5em;
	}
	
	#recomm #recobody .col-group h3 {
		text-align:center;
		font-size:1.5em;
		font-family: 'Cinzel', serif;
		color:#333;
		font-weight:normal;
		line-height:1.5em;
	}
	#recomm #recobody .col-group p.p-recospec {
		text-align:center;
		font-size:0.6em;
		line-height:1.5em;
		margin-bottom:8px;
		color:#666;
	}
	
	#recomm #recobody .col-group p.p-recoprice {
		text-align:center;
		font-size:1em;
		line-height:1.5em;
    margin-bottom:1.5em;
		color:#000;
	}
  
  #recomm #recobody .col-group p.p-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 140px;
    padding: 0;
    margin: 0 auto;
    font-size:1em;
		line-height:1.5em;
		color:#000;
  }
  
  #recomm #recobody .col-group p.p-price span {
    display: inline-block;
    width: auto;
  }
  
  #recomm #recobody .col-group p.p-price span.p-tag {
    text-align: left;
  }
  
  #recomm #recobody .col-group p.p-price span.p-value {
    text-align: right;
  }
	
	#recomm #recobody .col-group a {
		width:auto;
		height:auto;
		background-color:#fff;
		display:block;
		padding:2% 2% 5% 2%;
		text-decoration:none;
		}
		
	#recomm #recobody .col-group a:hover {
		width: auto;
		height: auto;
		background-color: #EDF1F6;
		display: block;
		text-decoration: none;
		padding: 2% 2% 5% 2%;
		}
	
	/* Features */
	
	#features01 {
		display:none;
	}
	
	/* Feature 02 */
	
	#features02 {
		display:none;
	}
	
	#features03 {
		display:none;
	}
	
	
	/* Access map and Shop information */
	
	h3#access_shop_title  {
		width:100%;
		height:60px;
		line-height:60px;
		display:block;
		text-align:center;
		font-family: 'Cinzel', serif;
		font-size:18px;
		color:#fff;
		background-color:#40475E;
	}
	
	#access_shop_pc {
		width:100%;
		height:auto;
		background-color:#40475E;
	}
	
	#access_shop_pc .accessmm {
		width:100%;
		height:auto;
	}
	#access_shop_pc .accessmm #map_canvas_01 {
		width:100%;
		height:200px;
	}
	#access_shop_pc .shopmm {
		width:80%;
		height:auto;
		padding-bottom: 20px;
		background-color:#40475E;
		background-image: none; 
		margin:0 auto;
	}
	#access_shop_pc .shopmm img {
		display:none;
		}
	#access_shop_pc .shopmm h3 { font-size: 16px; font-weight: normal; color: #fff; line-height: 1em; padding-top: 40px; width:auto; height:auto; display:block; margin-bottom:5px; text-align:center; }
	#access_shop_pc .shopmm p .smad {
		line-height:1.5em; width:auto; height:auto; display:block; text-align:center; margin-bottom:5px; color: #fff; 
	}
	#access_shop_pc .shopmm p .smtel {
		line-height:40px; width:100%; height:auto; display:block; clear:both; font-size: 32px; color: #fff; margin:0 auto 10px 0; font-family: 'Cinzel', serif; text-align:center;
	}
	#access_shop_pc .shopmm p .smfax {
		line-height:1.2em; padding-top: 0px; width:auto; height:auto; display:block; color: #fff; text-align:center;
	}
	#access_shop_pc .shopmm p .smtime {
		line-height:1.2em; padding-top: 0px; width:auto; height:auto; display:block; color: #fff; text-align:center;
	}
	#access_shop_pc a { color:#fff; }
	
}




/* Style for PCs */
@media screen and (min-width: 1025px) {
	
	
	/* News and Topics */
	
	#newsmm {
		width:100%;
		height:40px;
		margin:0 auto 1px auto;
		background-color:#fff;
	}
	
	#newsmm h3 {
		width:15%;
		height:40px;
		line-height:40px;
		display:bloxk;
		text-align:center;
		font-family: 'Cinzel', serif;
		font-size:14px;
		color:#fff;
		float:left;
		background-color:#40475E;
	}
	
	#newsmm #newsbody {
		width:85%;
		height:40px;
		padding:0;
		overflow:hidden;
		background-image:url(../img/index/arrow-news.png);
		background-repeat:no-repeat;
		background-position:left center;
		float:right;
	}
	
	#newsmm #newsbody p {
		font-size:12px;
		line-height:40px;
		margin-left:20px;
	}
	
	#newsmm #newsbody .bbs-date {
		display: block;
		margin: 0 15px 0 0;
		float: left;
		width: 9%;
		max-width: 80px;
	}
	#newsmm #newsbody .bbs-title {
		display: block;
		margin: 0;
		float: left;
		width: 88%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	/* Recommend Car information */
	
	#recomm {
		width:100%;
		height:auto;
		background-color:#fff;
	}
	
	#recomm #recotitle {
		width:100%;
		height:auto;
		padding:35px 0 15px 0;
		text-align:center;
	}
	
	#recomm #recotitle h3 {
		font-size:24px;
		font-family: 'Cinzel', serif;
		line-height:1.5em;
	}
	#recomm #recotitle p {
		font-size:12px;
		line-height:1.5em;
		color:#666;
	}
	
	#recomm #recobody {
		width:96%;
		height:auto;
		margin:0 auto;
		overflow: hidden;
		padding-bottom:30px;
	}
	
	#recomm #recobody .col-group > div {
		float: left;
		width: 23%;
		padding:1%;
	}
	#recomm #recobody .col-group > div:nth-child(odd), .col-group > div:nth-child(3n+1) {
		clear: none;
	}
	
	#recomm #recobody .col-group img {
		width:100%;
		height:auto;
		display:block;
		margin-bottom:10px;
	}
	
	#recomm #recobody .col-group h2 {
		text-align:center;
		font-size:0.8em;
		color:#40475E;
		font-family: 'Cinzel', serif;
		line-height:1.5em;
	}
	
	#recomm #recobody .col-group h3 {
		text-align:center;
		font-size:1.5em;
		font-family: 'Cinzel', serif;
		color:#333;
		font-weight:normal;
		line-height:1.5em;
	}
	#recomm #recobody .col-group p.p-recospec {
		text-align:center;
		font-size:0.6em;
		line-height:1.5em;
		margin-bottom:8px;
		color:#666;
	}
	
	#recomm #recobody .col-group p.p-recoprice {
		text-align:center;
		font-size:1em;
		line-height:1.5em;
    margin-bottom:1.5em;
		color:#000;
	}
  
  #recomm #recobody .col-group p.p-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 140px;
    padding: 0;
    margin: 0 auto;
    font-size:1em;
		line-height:1.5em;
		color:#000;
  }
  
  #recomm #recobody .col-group p.p-price span {
    display: inline-block;
    width: auto;
  }
  
  #recomm #recobody .col-group p.p-price span.p-tag {
    text-align: left;
  }
  
  #recomm #recobody .col-group p.p-price span.p-value {
    text-align: right;
  }
	
	#recomm #recobody .col-group a {
		width:auto;
		height:auto;
		background-color:#fff;
		display:block;
		padding:2% 2% 5% 2%;
		text-decoration:none;
		}
		
	#recomm #recobody .col-group a:hover {
		width: auto;
		height: auto;
		background-color: #EDF1F6;
		display: block;
		text-decoration: none;
		padding: 2% 2% 5% 2%;
		}
		
	/* Features */
	
	#features01 {
		width:100%;
		height:auto;
		padding:3% 0%;
		background-color:#fff;
		border-top:1px solid #ccc;
	}
	
	#features01 .list li {
		display: table;
		border-collapse: collapse;
		float: left;
		margin:0 3%;
		width: 44%;
	}
	#features01 .list li a {
		text-decoration:none;
	}
	#features01 .inner {
		display: table-row;
		overflow: hidden;
		padding-right: 1em;
	}
	#features01 .li-img {
		display: table-cell;
		vertical-align: middle;
		width: 30%;
		padding-right: 2em;
	}
	#features01 .li-img img {
		display: block;
		width: 100%;
		height: auto;
	}
	#features01 .li-text {
		display: table-cell;
		vertical-align: middle;
		width: 70%;
		padding-right: 1em;
	}
	#features01 .li-head {
		font-size:28px;
		color:#40475E;
		font-family: 'Cinzel', serif;
		line-height:1em;
		margin: 0;
	}
	#features01 .li-head2 {
		font-size:12px;
		color:#666;
		line-height:1.5em;
		font-weight:normal;
		margin: 0 0 10px 0;
	}
	#features01 .li-summary {
		display: block;
		margin: 0 0 15px 0;
		padding-right:5%;
		color:#454545;
	}
	#features01 .li-action {
		font-size:0.8em;
		margin: 0;
		width:120px;
		height:25px;
		line-height:25px;
		text-align:center;
		display:block;
		font-family: 'Cinzel', serif;
		background-color:#40475E;
		color:#fff;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	}
	#features01 a:hover .li-action {
		font-size: 0.8em;
		margin: 0;
		width: 120px;
		height: 25px;
		line-height: 25px;
		text-align: center;
		display: block;
		font-family: 'Cinzel', serif;
		background-color: #7393B3;
		color: #fff;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	}
	
	/* Feature 02 */
	
	#features02 {
		width: 100%;
		height: 600px;
		background-color: #fff;
		border-top: 1px solid #ccc;
		background-image: url(../img/index/fbg-service.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	
	#features03 {
		width: 100%;
		height: 600px;
		background-color: #fff;
		border-top: 1px solid #ccc;
		background-image: url(../img/index/fbg-factory.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	
	.f02body {
		width:45%;
		margin-right:5%;
		margin-left:50%;
		height:450px;
		padding-top:10%;
		}
	
	.f03body {
		width:45%;
		margin-left:5%;
		margin-right:50%;
		height:450px;
		padding-top:10%;
		}
	
	h2.f02title {
		font-size:12px;
		line-height:1.5em;
		font-family: 'Cinzel', serif;
		color:#40475E;
		margin-bottom:10px;
	}
	
	h3.f02catch {
		font-size:28px;
		line-height:1.2em;
		color:#333;
		margin-bottom:15px;
		font-family: "Times New Roman", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	}
	
	p.f02com {
		line-height:2em;
		margin-bottom:1em;
	}
	
	p a.p-flink {
		font-size:0.8em;
		margin: 0;
		width:150px;
		height:25px;
		line-height:25px;
		text-align:center;
		display:block;
		font-family: 'Cinzel', serif;
		background-color:#40475E;
		color:#fff;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		text-decoration:none;
	}
	p a.p-flink:hover {
		font-size: 0.8em;
		margin: 0;
		width: 150px;
		height: 25px;
		line-height: 25px;
		text-align: center;
		display: block;
		font-family: 'Cinzel', serif;
		background-color: #7393B3;
		color: #fff;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		text-decoration:none;
	}
	
	
	/* Access map and Shop information */
		
		h3#access_shop_title  {
		display:none;
		}
		
		#access_shop_pc {
			width:100%;
			height:auto;
		}
		
		#access_shop_pc .accessmm {
			width:75%;
			height:auto;
			float:left;
		}
		#access_shop_pc .accessmm #map_canvas_01 {
			width:100%;
			height:500px;
		}
		#access_shop_pc .shopmm {
			width:25%;
			height:500px;
			padding:0;
			float:right;
			background-color:#40475E;
			text-align:center;
			color:#fff;
		}
		#access_shop_pc .shopmm img {
			width:100%;
			height:auto;
			display:block;
			margin-bottom:30px;
			}
		#access_shop_pc .shopmm h3 { font-size: 120%; font-weight: normal; color: #333; line-height: 1.5em; margin: 0 5% 5px 5%; background-image: url(../img/index/shoplogo.png); background-repeat: no-repeat; background-position: center top; padding-top: 70px; margin-bottom:10px; color:#fff; }
		
		#access_shop_pc .shopmm p .smad {
			line-height:1.5em; width:auto; height:auto; display:block; text-shadow:1px 1px 1px #ccc; text-align:center; margin-bottom:5px;
		}
		#access_shop_pc .shopmm p .smtel {
			line-height:40px; width:200px; text-align:center; height:auto; display:block; clear:both; font-family: 'Cinzel', serif; font-size: 220%; color: #fff; background-image:url(../img/index/smtel_icon.png); background-repeat:no-repeat; background-position:left center; margin:0 auto; 
		}
		#access_shop_pc .shopmm p .smfax {
			line-height:1.5em; padding-top: 0px; width:auto; height:auto; display:block; text-align:center;
		}
		#access_shop_pc .shopmm p .smtime {
			line-height:1.5em; padding-top: 0px; width:auto; height:auto; display:block; text-align:center;
		}
		#access_shop_pc .shopmm p .smholiday {
			line-height:1.5em; padding-top: 0px; width:auto; height:auto; display:block; text-align:center;
		}
		
		.col-group{
			display:flex;
			justify-content:center;
			align-items:center;}

}