@charset "UTF-8";
/*-------------------------------------------
Web Yoyaku
-------------------------------------------*/
ul.shopsTopList {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
ul.shopsTopList li.shopsTopListItem {
	display: block;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 40px;
}
ul.shopsTopList li.shopsTopListItem:nth-child(4n) {
	margin-right: 0;
}
.shopsTopListItem h2 {
	text-align: left;
	font-size: 16px;
	color: #871600;
	font-weight: bold;
	margin-bottom: 10px;
}
.shopsListItemBox a {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.shopsListItemPhoto img {
	width: 100%;
	/*height: 239px;*/
	object-fit: cover;
}
.web_reserve_list {
	line-height: 1.6;
	font-size: 16px;
	margin: 40px 0;
	font-weight: bold;
}
.web_reserve_list li {
	margin-bottom: 1em;
}
.web_reserve_list  a {
	color:#871600;
	text-decoration: underline;
}
.web_reserve_text {
	font-size: 15px;
	line-height: 2;
	border-bottom: 1px solid #871600;
	padding-bottom: 1em;
}
/*-------------------------------------------
PC
-------------------------------------------*/
@media only screen and (min-width: 821px){

}
/*-------------------------------------------
Pad
-------------------------------------------*/
@media only screen and (max-width: 820px) {
	ul.shopsTopList li.shopsTopListItem {
		display: block;
		width: 32%;
		margin-right: 2%!important;
	}
	ul.shopsTopList li.shopsTopListItem:nth-child(3n) {
		margin-right: 0!important;
	}
	ul.shopsTopList li.shopsTopListItem {
		border-bottom: 2px dotted #871600;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	ul.shopsTopList li.shopsTopListItem:last-child,
	ul.shopsTopList li.shopsTopListItem:nth-last-child(-n+3) {
		border-bottom: none;
	}
}
/*-------------------------------------------
SP
-------------------------------------------*/
@media only screen and (max-width: 640px) {
	ul.shopsTopList {
		display: block;
	}
	ul.shopsTopList li.shopsTopListItem {
		width: 100%;
	}
	ul.shopsTopList li.shopsTopListItem:nth-last-child(-n+3) {
		border-bottom: 2px dotted #871600;
	}
	ul.shopsTopList li.shopsTopListItem:last-child {
		border-bottom: none;
	}
	.shopsListItePhoto img {
		width: 100%;
		height: 100%;
		object-fit: fill;
	}
}