@charset "UTF-8";
/*-------------------------------------------
Shops Top
-------------------------------------------*/
.shopsTopListItem h2 {
	text-align: right;
	font-size: 12px;
	color: #0a0a0a;
	font-weight: bold;
	margin-bottom: 10px;
}
ul.shopsTopList {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
ul.shopsTopList li.shopsTopListItem {
	display: block;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 60px;
}
ul.shopsTopList li.shopsTopListItem:nth-child(4n) {
	margin-right: 0;
}
.shopsListItemBox a {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.shopsListItePhoto img {
	width: 100%;
	height: 164px;
	object-fit: cover;
}
.shopsListItemBox h3 a {
	color: #871600;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
}
.shopsListItemText {
	font-size: 14px;
	line-height: 1.6;
}
.shopsListItemText h4 {
	font-weight: 700;
	margin-top: 10px;
}
/*-------------------------------------------
Shops D
-------------------------------------------*/
.contentN-body .pageHero {
	width: 100%;
	margin-bottom: 40px;
}
.pageHero img {
	width: 100%;
}
.shopContentTopW {
	display: flex;
	width: 100%;
	margin-bottom: 40px;
}
.shopContentTopW-L {
	width:calc(33% - 30px);
	margin-right:30px;
}
.shopContentTopW-R {
	width:calc(67% - 20px);
	margin-left:20px;
}
.shopContentTopW-L .shopImgBox {
	width: 100%;
	margin-right: 30px;
}
.shopContentTopW-L .shopImgBox > img {
	width: 100%;
}
.shopSubTitle {
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 1em;
}
.shoplead_sns_link {
	width: 160px;
}
.shopContentTextInner p {
	padding-bottom: 1.5em;
}
.shopContentBasicW {
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 2;
	margin-top: 20px;
	margin-bottom: 40px;
}
.shopBasicTitle {
	font-weight: bold;
	font-size: 16px;
}
.shopContentPhoto {
	display: flex;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
}
.shopContentPhotoW {
	flex-wrap: wrap;
}
.shopContentPhotoItem {
	margin-right: 3%;
	width: 22.75%;
}
.shopContentPhotoW .shopContentPhotoItem {
	margin-right: 32px;
	width: 266px;
}
.shopContentPhotoItem:last-child,
.shopContentPhotoItem:nth-child(4n) {
	margin-right: 0;
}
.shopContentPhotoItem > img {
	width: 100%;
}
.shopContentPhotoItem.imgPig {
	text-align: center;
}
.shopContentPhotoItem.imgPig > img {
	width: auto;
	max-height:175px;
}
.shopContentLink {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
}
.shopContentLinkItem {
	display: block;
	padding: 20px 0;
	line-height: 1.6;
	width: 300px;
}
.shopContentLinkItem > a {
	display: block;
	width: 100%;
	background: #dd8500;
	text-align: center;
	color: #000000;
	font-size: 17px;
	padding: 15px;
	border-radius: 10px;
	position: relative;
	box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%);
	text-shadow: 0 1px 0 rgb(0 0 0 / 20%);
}
.shopContentLinkItem > a::before {
	font-family: FontAwesome;
	content: '\f105';
	display: inline-block;
	text-align: right;
	font-size: 150%;
	line-height: 40px;
	font-weight: 700;
	padding-right: 10px;
	position: absolute;
	top: calc(50% - 20px);
	left: 10px;
	height: 40px;
}
.shopContentLinkItem > a::after {
	content: '';
	margin: 5px 0 0 -50px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 30%;
	height: 200%;
	background: rgba(255,255,255,.1);
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-20deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(-20deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(-20deg);
	transform-origin: 0 0;
	transform: rotate(-20deg);
}
.shopContentAccess,
.shopContentShopLink {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 60px;
	line-height: 2;
}
.shopOtherTitle {
	margin-bottom: 0.5em;
	font-weight: bold;
}
.shopContentAccess > p {
	margin-bottom: 20px;
}
.gMapArea iframe {
	width: 100%;
	height: 300px;
}
.otherShopLink {
	line-height: 2;
}
.otherShopLink a {
	color: #871600;
}
/*.shopsListItemText {
	font-size: 14px;
	line-height: 1.6;
	height: 6.5em;
	overflow: hidden;
	margin-bottom: 2em;
	position: relative;
}
.shopsListItemText::after {
	content: "…";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0.5em;
}*/
/*-------------------------------------------
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;
	}
	.shopContentPhotoW .shopContentPhotoItem {
		margin-right: 3%;
		width: 22.75%;
	}
	.shopContentPhotoW .shopContentPhotoItem:nth-child(4n) {
		margin-right: 0;
	}
	.shopContentLinkItem {
		width: 30%;
	}
}
/*-------------------------------------------
SP
-------------------------------------------*/
@media only screen and (max-width: 640px) {
	.shopContentTopW,
	.shopContentPhoto,
	.shopContentLink {
		flex-wrap: wrap;
	}
	.shoplead_sns_link {
		width:100%;
		margin: 0 auto;
		text-align: center;
	}
	.shoplead_sns_link a > img {
		width: 50%;
	}
	.shopContentTopW .shopContentTopW-L,
	.shopContentTopW .shopContentTopW-R,
	.shopContentPhotoItem,
	.shopContentLinkItem,
	.shopContentPhotoW .shopContentPhotoItem {
		display: block;
		width: 100%;
		margin: 0 0 20px 0;
	}
	.shopContentLinkItem {
		padding: 0;
	}
	.shopContentPhotoItem.imgPig {
		display: none;
	}
	.shopContentAccess p {
		margin-bottom: 0.5em;
	}
	.gMapArea {
		margin-top: 20px;
	}
	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;
	}
}