@charset "Shift_JIS";
body, html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
}
#contents-wrap {
  padding-top: 20px;
  background: #00a0e9;
}

#showroom .tableList{
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  font-size: 1.2rem;
}
#showroom .tableList th{
  padding: 10px;
  color: #40afff;
  font-weight: bold;
  letter-spacing: 0.1em;
  border: 1px solid #aaa;
  background: #ebf4fe;
}
#showroom .tableList tr:nth-child(odd){
  background: #fff;
}

#showroom .tableList th.freedList,
#showroom .tableList td.freedList{
  display: none;
}
#showroom .tableList td{
  padding: 4px 10px;
  border: 1px solid #aaa;
}
#showroom .tableList tr:nth-child(odd){
  background: #fff;
}
#showroom .tableList tr:nth-child(even){
  background: #ffefc7;
}
#showroom .tableList td.alignCenter{
  text-align: center;
}

#showroom th.thZip{
  width: 65px;
}
#showroom th.thDemo, th.thHP{
  width: 55px;
}
#showroom th.thBtn{
  width: 80px;
}


#showroom .contents table td img{
  width: auto !important;
  height: auto !important;
}
#showroom .contents table td:nth-child(5){
  padding: 0;
}
#showroom .contents table td:nth-child(5) img{
  background: url(../img/bg_imgSrDemo.gif) 0 0 no-repeat;
}
#showroom .contents table td:nth-child(6){
  padding: 0;
}
#showroom .contents table td:nth-child(6) img{
  background: url(../img/bg_imgSrPC.gif) 0 0 no-repeat;
}

/* ==================================================================
 *
 * map
 *
 * ==================================================================*/
.map {
  background: #fff;
}
#map-canvas {
  width: 920px;
  height: 500px;
  margin: 0 auto;
  z-index: 0;
      border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow:hidden;
}
#preCities {
  display: none;
}
.map section {
  width: 920px;
  margin: 0 auto;
}
.srMap {
  width: 920px;
  height: auto;
  margin: 0 0 20px;
  padding: 12px 0;
  background: #fff;
  text-align: center;
}
/* 市名から検索
-----------------------------------------------------------*/
#cities ul {
  width: 920px;
  margin-bottom: 27px;
  overflow: hidden;
}
#cities li {
  display: inline-block;
  line-height: 1.7;
  vertical-align: middle;
  width: 110px;
  margin: 0 0 10px 0;
}
#cities li a {
  display: block;
  position: relative;
  color: #423b3b;
  text-decoration: none;
}
#cities li a:hover {
  color: #423b3b;
  text-decoration: underline;
}
/* 市内の店舗リスト
-----------------------------------------------------------*/
#inCity {
  width: 920px;
  margin-bottom: 45px;
}
#inCity h4 {
  border-bottom: 2px dotted #ddd;
  margin-bottom: 15px;
  padding-bottom: 3px;
}
.subTitle {
  border-bottom: solid 2px #ccc;
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom:10px;
  height:18px;
	text-align: center;
}
.subTitle span {
  color: #333;
  font-weight: bold;
}
@-moz-document url-prefix() {
.subTitle span {
		padding-bottom:9px;
	}
}



#footer-wrap {
  background: #2e4057;
}
#footer-wrap footer {
  color: #FFF;
   position: relative;
  width: 1000px;
  margin: 0 auto;
}
#pageTop{
  position:absolute;
  top:-50px;
  right:0;
  }
#copyright {
  text-align: center;
  border-top: #FFF solid 1px;
  padding: 30px 0;
}
#contents-wrap {
  padding-top: 20px 0 50px 0;
  background: #51a4db;
}

#showroom{
	 width: 1000px;
	margin: 0 auto;
}
.map {
	padding: 20px 0 60px 0; 
}
.map section {
    width: 96%;
}

.srMap {
  width: 100%;
}
#map-canvas {
  width: 90%;
}
#cities ul {
 width: 100%;
}

#inCity {
    width: 96%;
		margin: 0 auto;
}
#showroom .tableList {
    font-size: 0.8em;
}
#showroom .tableList th {
  background: #ffbf23;
	color: #FFF;
}

#showroom .tableList tr {
  background: #fff;
}
#progress {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 290px;
  width: 100%;
  text-align: center;
  display: none;
  height: 20px;
}
header {
  width: 1000px;
  margin: 0 auto;
  text-align: right;
  overflow: hidden;
}
header .logoCampangin {
  width: 201px;
  float: right;
  padding-right: 40px;
}


#srList h1 {
  text-align: center;
  padding: 30px 0;
  font-size: 2.0rem;
}
#srList ul {
    display: flex;
    flex-wrap: wrap;
}
#srList li {
  width:23%;
  margin:0 1% 1.5% 1%;
}
#srList a {
  color: #FFF;
  font-size: 1.5rem;
  padding:10px 0;
  border-bottom:5px solid #000;
  box-sizing: border-box;
  text-align: center;
  width:100%;
  display: block;
  background:#17202C;
  text-decoration: none;
  position: relative;
}
#srList a:after {
  content:"\203A";
  position: absolute;
  right:5px;
}

#srList a:hover{
  margin:4px 0 0 0;
  border-bottom:1px solid #000;
}


@media screen and (max-width: 768px) {
#srList li {
  float: left;
  width: 48%;
  margin:0 1% 2% 1%;
}
#srList a {
  font-size: 1.3rem;
}
#showroom{
	 width: 100%;
	margin: 0 auto;
}
#showroom #ListCity {
  overflow-x: scroll;
}
#showroom .tableList th {
  padding: 1% 1%;
  font-size: 0.5em;
}
#footer-wrap footer {
  width: 96%;
}
}



