@charset "UTF-8";
.mainImgArea {
	text-align: center;
	width: 100%;
/*	margin-bottom: 60px;*/
}
#infoArea {
	margin-bottom: 60px;
}
/*.mainImgArea img {
	width: 100%;
}*/
.topInfoTitleArea {
	background-color: #9b3434;
	margin-bottom: 40px;
}
.topInfoTitleBox {
	max-width: 1240px;
	margin: 0 auto;
	padding: 20px 40px;
}
.topInfoTitle {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	padding: 5px 0;
	margin-bottom: 20px;
}
.topInfoTitleArea .topInfoTitle {
	color: #fff;
	border-bottom: 1px dashed #fff;
}
.topShopTitleBox .topInfoTitle {
	color: #0c0101;
	border-bottom: 1px dashed #0c0101;
}
.topHeroArea {
	margin-bottom: 40px;
}
.topHeroDetailImg > a.pcOnry {
	display: inline-block;
}
.topHeroDetailImg > a > img {
	width: 360px;
}
.topHeroDetail .topHeroDetailText {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 20px;
}
.topHeroDetailText h2 {
	font-weight: 700;
	font-size: 16px;
}
.TopMainLeadTitle {
	font-size: 22px;
	color: #9b3434;
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px;
}
.TopMainLead {
	width: 80%;
	margin: 0 auto 40px;
	line-height: 2;
}
.TopMainLeadImg {
	margin-bottom: 40px;
}
.TopMainLeadImg img {
	width: 100%;
}
.TopMainArea .pointBoo,
.TopMainPoint .pointBoo,
.TopMainArea .pointBooL {
	margin: 0 auto 20px;
	text-align: center;
}
.TopMainArea .pointBoo img,
.TopMainPoint .pointBoo img {
	width: 50px;
}
.TopMainArea .pointBooL img {
	width: 326px;
}
.TopMainPointArea {
	display: flex;
	width: 100%;
}
.TopMainPoint {
	display: block;
	width: 32%;
	margin-right: 2%;
}
.TopMainPoint:nth-of-type(3n) {
	margin-right: 0;
}
.TopMainPoint h2 {
	margin: 0 auto 1em;
	width: 80%;
	color: #9b3434;
	font-size: 22px;
	font-weight: 700;
}
.TopMainPointText {
	width: 80%;
	margin: 0 auto 40px;
	font-size: 14px;
	line-height: 2;
}
.globalLinkArea {
	border-top:1px solid #cdcdcd;
	width: 100%;
}
.globalLinkList {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 10px 0;
}
.globalLinkList li {
	display: inline-block;
	padding: 10px 20px;
}
.globalLinkList li a img {
	margin-right: 10px;
}
.shopsTopListItem > h2 {
	display: none;
}

/*年末年始営業お知らせ用*/
.newsList {
	border-bottom: 1px dashed #9b3434;
	margin-bottom: 10px;
	padding-bottom:10px;
}
.newsList dt {
	margin-bottom: 5px;
}
.newsList dt span {
	display: inline-block;
	background-color: #9b3434;
	color:#fff;
	padding: 5px 10px;
	border-radius: 4px;
}
.newsList dt span + span {
	margin-left: 20px;
}

/*Top Slide*/
.slide-dots {
	display: flex;
	justify-content: center;
	position: relative;
	bottom: 2.5em;
	font-size:130%;
}
.slide-dots li.slick-active {}

@media only screen and (max-width: 640px){
	.TopMainPointArea {
		display: block;
	}
	.TopMainPoint,
	.TopMainPoint h2,
	.TopMainPointText {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.TopMainPoint h2 {
		text-align: center;
	}
	.TopMainLead {
		width: 100%;
		margin: 0 auto 40px;
		line-height: 2;
	}
	.globalLinkList {
		display: block;
		width: 100%;
		padding: 10px 0;
	}
	.globalLinkList li {
		display: block;
		width: 100%;
		text-align: center;
		padding: 5px 20px;
	}
	.pointBooL {
		width: 60%;
	}
	.topHeroDetailImg > a.pcOnry {
		display: none;
	}
}
