@charset "UTF-8";

/* ----------------------------------------

content

---------------------------------------- */
/* shoplist1
------------------------------- */
.shoplist1 .body:after{
	content: " ";
	display: block;
	clear: both;
}

.shoplist1 .image{
	float: left;
	width: 360px;
	margin-right: 40px;
}

.shoplist1 .image img{
	width: 100%;
}

.shoplist1 .pic{
	margin-bottom: 12px;
}

.shoplist1 .btn02_arrow{
	padding-left: 20px;
}

.shoplist1 .desc{
	overflow: hidden;
}

.shoplist1 .txt{
	margin-bottom: 35px;
}

.shoplist1 .tb01_h{
	width: 80px;
}

@media screen and (max-width: 767px) {

/*スマホ指定*/
.pageTitle .image img{
	right: -1226px;
}

/* shoplist1
------------------------------- */
.shoplist1 .image{
	float: none;
	width: auto;
	margin: 0 0 18px;
}

}

