@charset "UTF-8";

section {
	padding: 90px 0;
}
@media screen and (max-width: 640px) {
	section{
		padding: 60px 0;
	}
}
/*-----------------------------------

	store_block

-----------------------------------*/
#store_block .storeBox{
	margin-bottom: 70px;
	border-bottom: 1px solid #f5f3ee;
	padding-bottom: 70px;
}
#store_block .storeBox:last-child {
	border-bottom: none;
}
#store_block .storeBox h3{
	color: #524d43;
	font-size: 28px;
	line-height: 2.8rem;
	letter-spacing: 0.2rem;
	text-align: center;
	margin-bottom: 50px;
}
#store_block .storeBox dl dt{
	width: 10em;
	float: left;
	clear: both;
	padding: 10px;
	border-top: 1px solid #e4e3db;
	font-weight: 600;
}
#store_block .storeBox dl dd{
	border-top: 1px solid #e4e3db;
	border-left: 1px solid #e4e3db;
	padding: 15px 10px;
	margin-left: 10em;
}
#store_block .storeBox dl dd span{
	display: inline-block;
	width: 8em;
}
#store_block .storeBox dl dt:first-of-type,#store_block .storeBox dl dd:first-of-type{
	border-top: none;
}
#store_block .storeBox .ggmap {
position: relative;
padding-bottom: 41.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
#store_block .storeBox .ggmap iframe,
#store_block .storeBox .ggmap object,
#store_block .storeBox .ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#store_block .storeBox ul li {
	float: left;
	width: 22%;
	margin-right: 4%;
}
#store_block .storeBox ul li:last-of-type {
	margin-right: 0;
}
#store_block .storeBox ul li img{
	width: 100%;
	height: 140px;
	object-fit: cover;
	border: 1px solid #ccc;
	padding: 2px;
}
#store_block .text_center {
	text-align: center;
}

#store_block #history_box table {
	margin: 40px 0 30px -20px;
	font-size: 16px;
	border-collapse: separate;
	border-spacing: 20px;
}
#store_block #history_box table th {
	color: #757575;
	text-align: left;
	width: 90px;
	border-right: 5px solid #968970;
}
#store_block #history_box table td {
	padding-left: 10px;
}

@media screen and (max-width: 840px) {
	#store_block .storeBox ul li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}
	#store_block .storeBox dl {
		margin-top: 30px;
	}
	#store_block .storeBox dl dd span{
		display: block;
	}
	#store_block .storeBox dl dd:nth-of-type(4) span{
		display: inline-block;
	}
	#store_block .storeBox ul li img{
		height: 180px;
	}
	#store_block .storeBox ul li:nth-of-type(2) {
		margin-right: 0;
	}
}
@media screen and (max-width: 640px) {
	#store_block{
		padding: 30px 0;
	}
	#store_block .storeBox{
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	#store_block .storeBox h3{
		margin-bottom: 10px;
		font-size: 18px;
	}
	#store_block .storeBox dl dt, #store_block .storeBox dl dd {
		width: 100%;
		margin: 0;
	}
	#store_block .storeBox dl dt {
		display: block;
		text-align: center;
		color: #fff;
		background: #9c9585;
	}
	#store_block .storeBox dl dt:first-child {
		border-bottom: 1px solid #ccc;
	}
	#store_block .storeBox dl dd {
		display: inline-block;
		border-left: none;
	}
	#store_block .storeBox ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	#store_block #history_box table {
		width: 100%;
		margin: 40px 0 20px;
		font-size: 15px;
		border-collapse: separate;
		border-spacing: 0;
	}
	#store_block #history_box table th,
	#store_block #history_box table td {
		display: block;
		width: 100%;
	}
	#store_block #history_box table th {
		border-right: none;
		border-bottom: 4px solid #999;
		padding: 0 0 10px;
		text-align: center;
	}
	#store_block #history_box table td {
		padding: 15px 0 25px;
	}


}
