@charset "Shift_JIS";
/* -----------------------------------------------------------------------------
	Shop
----------------------------------------------------------------------------- */
#shop{
	width:924px;
	float:left;
	margin:0 50px;
	padding:0px 0 30px;
}

#shop p{
	margin-bottom: 50px;
	padding:0 20px;
	font-size:1.4em;
	line-height: 1.8;
}

#shop h1{
	width:924px;
}
.item{
	width:884px;
	float:left;
	margin:0 0 20px 0;
	padding:20px 20px 40px;
	border:1px solid #ccc;
}

.item_photo{
	width:302px;
	float:left;
	margin:20px 20px 0 0;
	text-align: center;
}

.item_photo img{
	width: 100%;
	height: auto;
	border:1px solid #ccc;
}

.item_photo p{
	margin-bottom:10px;
	font-size:1.2em !important;
	text-align:center;
}

.item_text{
	width:560px;
	float:left;
	margin:20px 0 0 0;
}
#shop dl {
	display: flex;
	flex-wrap: wrap;
	padding:0 20px;
	font-size:1.4em;
	line-height: 1.8;
}
#shop dl dt{
	width: 15%;
}
#shop dl dd{
	width: 85%;
}

a.pdf {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	padding-right: 25px;
	font-size: 1.6em;
	text-align: center;
}
a.pdf::after {
  content: "";
  display: block;
  position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../img/down.jpg") no-repeat center center;
  background-size: cover;
}




