@property --clear{
	syntax: "<color>";
	inherits: false;
	initial-value: rgba(0,0,0,0);
}

.hrline{
	padding: 0px;
	margin-bottom: 0px;
	border: 2px;
	border-style: solid;
	border-color: #666666 var(--clear) var(--clear) var(--clear);
}

.dotline{
	padding: 0px;
	margin-bottom: 0px;
	border: 2px;
	border-style: dotted;
	border-color: #666666 var(--clear) var(--clear) var(--clear);
}

h1{
	color: black;
	font-size: 5rem;
	font-weight: bold;
	margin-top: 0;
}

.shop-head{
	margin: 0 auto;
}

.link-board{
	background-color: rgb(240, 240, 240);
	height: 4rem;
	width: 48rem;
	margin: 0 auto;
	text-align: center;
	align-items: center;
    justify-content: center;
	font-size: 2.5rem;
}

.link-board-back{
	background-color: rgb(192, 192, 192);
	height: 6rem;
	width: 50rem;
	margin: 0 auto 2rem auto;
	margin-top: 2.4rem;
	display: flex;
	align-items: center;
    justify-content: center;
}

.bunner-link{
	color: #111111;
	text-align: center;
	margin: auto auto;
	font-weight: normal;
	text-decoration: underline;
	text-decoration-color: #999999;
}
.bunner-link::after{
	content: "＞";
}

.shop-body{
	color: #111111;
	text-align: center;
	margin: 0.5rem 3rem;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	line-clamp: 1;

	max-height: calc(1.4em * 1);
}

.shop-body:hover{
		text-decoration: underline;
		text-decoration-color: #999999;
}

.shop-index{
	color: #111111;
	text-align: center;
	margin: 0.5rem 3rem;
	font-weight: normal;
	margin: 0 auto;
	align-items: center;
    justify-content: center;
	font-size: 2.5rem;
	width: 60rem;
}

.shop-image-bunner{
	width: 60rem;
	height: calc(60rem / 7 * 2.5);
}