@charset "UTF-8";
/* CSS Document */
.column{
	margin-bottom: 30px;
	overflow: hidden;
}
img.main_img{
	width:100%;
	margin-bottom:20px;
}
.bnr {
	width:90%;
    margin: 0px auto;
    margin-bottom: 35px;
    text-align: center;
}
.bnr img{
	width:100%;
}
.tenken_block{
	width:calc(90% - 40px);
	margin:0px auto;
	margin-bottom:60px;
	background: #F8F3DC;
	padding: 40px 20px;
	border-radius:20px;
}
.tenken_block img{
	width: 100%;
	margin-top:-50px;
}
.tenken_block .bnr{
	width: 100%;
	margin:0px auto;
	margin-top:70px;
}
/*shop-----------------------------------------------------*/
.shop{
width:90%;
  overflow:hidden;
  margin:10px auto 20px auto;
}
.shop p.img{
	text-align:center;
  margin:0px auto 5px auto;
}
.shop p{
	margin-bottom:5px;
	}
.shop h4{
	font-size: 100%;
	margin-bottom:10px;
	border:none;
	box-shadow: none;
}

.shop h5{
	background: #969292;
	padding: 3px 5px;
	color: #FFF;
	margin-bottom: 0px;
	font-weight:normal;
}

ul.shop{
  border-bottom: 1px dotted #C3C3C3;
}
ul.shop li{
	line-height:20px;
	}
ul.shop li.name{
	font-size:18px;
	font-weight:bold;
	text-decoration:underline;
}
ul.shop a {
  position: relative;
  display: block;
  padding: 10px 20px 10px 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color:#333;
}
ul.shop a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: "";
  margin-top: -7px;
  width: 12px;
  height: 14px;
  background-image: url(../carwash/carwash/common_img/sprite.png);
  background-position: -1px -2px;
}
body,html {
    height: 100%;
}
#container {
    width: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

#contents {
    padding-bottom: 130px;
}

/*shop-select ---------------------------------------------------------*/
h2.shop-select {
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 15px 0px;
	text-align: center;
	border-top:2px solid #D6010C;
	border-bottom:2px solid #D6010C;
	background: #FFFE6B;
	font-size: 160%;
}
