@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	/* [disabled]width: 100%; */
	height: 100%;
}
body {
	line-height: 1em;
}
table, tr, th ,td {
margin: 0;
padding: 0;
}
.list_box {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-y: hidden;
	background-image: url(../img/shoplist_image.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.list_box .button {
	position: absolute;
	bottom: 50px;
	width: 100%;
	min-height: none;
	height: auto;
}
.list_box .button table {
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 20px 0px;
	padding: 0;
}
.list_box .button table td {
	height: auto;
max-height: 144px;

}


img.t01 {
	max-width: 338px;
	height: auto;
}
img.t02 {
	max-width: 81px;
	height: auto;
}

.bt_shop {
	border-radius: 5px;
	background-image: url("../img/bg_w.png");
	padding: 10px 7px 5px 10px;
	box-shadow: 0px 0px 8px #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: auto;
	text-align: center;
}
.bt_shop ul {
width: auto;
height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-flex;
	display: flex;
}
.bt_shop li {
	width: calc(100% / 5);
	height: auto;
	margin: 1px 5px 0 0;
	padding: 0;
	-webkit-box-shadow: 3px 3px 5px 0 rgba(123,123,123,0.80);
	box-shadow: 3px 3px 5px 0 rgba(123,123,123,0.80);
	line-height: 1px;
}
.bt_shop li img {
width: 100%;
	max-width: 190px;
height: auto;
margin: 0;
padding: 0;
background-color: #FFF;
}
.bt_shop li a {
margin: 0;
padding: 0;
}
.bt_shop li:last-child {
	margin: 1px 2px 0 0;
}

.bt_cars {
	border-radius: 5px;
	background-image: url("../img/bg_blue.png");
	padding: 10px 7px 5px 10px;
	box-shadow: 0px 0px 8px #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: auto;
	text-align: center;
}

.bt_cars img.p_cars {
width: 100%;
max-width: 283px;
height: auto;
}

/********************************/
@media screen and (max-width:768px){
.list_box {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-y: hidden;
	background-image: url(../img/shoplist_image_sp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

}

/********************************/
@media screen and (max-width:468px){


.list_box {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-y: hidden;
	background-image: url("../img/shoplist_image_sp.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.list_box .button {
	position: absolute;
/*	top: 37%;*/
	width: 100%;
	min-height: none;
	height: auto;
}
.list_box .button table {
width: 92%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 0px;
	padding: 0;
}
.list_box .button table td {
	height: auto;
max-height: none;
width: 100%;
display: block;
}


img.t01 {
	max-width: 338px;
	height: auto;
}
img.t02 {
	max-width: 81px;
	height: auto;
}

.bt_shop {
	border-radius: 5px;
	background-image: url("../img/bg_w.png");
	padding: 10px 7px 5px 10px;
	box-shadow: 0px 0px 8px #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: auto;
	text-align: center;
	margin-bottom: 20px;
}
.bt_shop ul {
width: auto;
height: auto;
	margin: 0 auto 0px 0;
	padding: 0;
	list-style: none;
	display: -webkit-flex;
	display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bt_shop li {
	width: calc(93% / 3);
height: auto;
	margin: 4px 7px 4px 0;
	padding: 0;
	box-sizing: border-box;
}
.bt_shop li:last-child {
	margin: 4px 7px 4px 0;
}
.bt_shop li img {
width: 100%;
	max-width: 212px;
height: auto;
}

.bt_cars {
	border-radius: 5px;
	background-image: url("../img/bg_blue.png");
	padding: 10px 7px 5px 10px;
	box-shadow: 0px 0px 8px #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 60%;
	text-align: center;
	display: table;
	margin: auto;
}

.bt_cars img.p_cars {
width: 100%;
max-width: 283px;
height: auto;
}

}
