@charset "utf-8";
/*------------------------------------------------------------
	floor
------------------------------------------------------------*/
.pageVisual {
	margin-bottom: 0;
	background-image: url("../img/floor/main_img.jpg");
}
#main .showBox {
	margin: -51px auto 53px;
	max-width: 960px;
	position: relative;
	z-index: 10;
}
#main .tabUl {
	margin-bottom: 127px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#main .tabUl li {
	margin-right: -1px;
	width: 266px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#main .tabUl a {
	padding: 4px 0 2px;
	display: block;
	font-weight: 500;
	font-size: 3rem;
	text-align: center;
	letter-spacing: 0.2em;
}
#main .tabUl .on a {
	color: #fff;
	background-color: #000;
}
#main .tabBox .image {
	text-align: center;
}
#main .shopList {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
#main .shopList::after {
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background-color: #fff;
	content: "";
}
#main .shopList > li {
	width: 312px;
	padding: 30px 25px 34px 0;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
	font-size: 1.5rem;
	line-height: 1.733;
	letter-spacing: -0.05em;
}
#main .shopList .title {
	margin-bottom: 12px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
}
#main .shopList .title .blod {
	margin: 0 -15px 12px 0;
	display: block;
	font-size: 2.2rem;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: -0.05em;
}
#main .shopList .title .black {
	margin-right: -25px;
	font-weight: 900;
	letter-spacing: -0.1em;
} 
#main .logoBox {
	margin-bottom: 25px;
	padding-left: 55px;
	position: relative;
}
#main .logoBox .num {
	margin-top: -2px;
	position: absolute;
	top: 50%;
	left: 0;
	font-family: 'Jost', sans-serif;
	font-size: 1.34rem;
	line-height: 1;
	font-weight: 500;
	width: 35px;
	height: 35px;
	box-sizing: border-box;
	border-radius: 50px;
	border: 3px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-50%);
}
#main .logoBox .image {
	display: flex;
	align-items: center;
}
#main .flexBox {
	margin: 25px -6px 0;
	display: flex;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	justify-content: space-between;
}
#main .flexBox .link img {
	margin: -2px 0 0 -4px;
	display: inline-block;
	vertical-align: middle;
}
#main .snsBox {
	margin: -2px 5px 0 0;
	display: flex;
	align-items: center;
}
#main .snsBox .snsUl {
	display: flex;
}
#main .snsBox .snsUl li {
	margin-right: 9px;
}
#main .snsBox .snsUl li:last-child {
	margin-right: 0;
}
#main .tabBox {
	display: none;
}
@media all and (min-width: 897px) and (max-width: 959px) {
	#main .shopList > li {
		width: 33.33% !important;
	}
}
@media all and (min-width: 897px) {
	#main .tabUl a:hover {
		color: #fff;
		background-color: #000;
	}
	#main .shopList a:hover {
		opacity: 0.7;
	}
	#main .shopList > li:first-child,
	#main .shopList > li:nth-child(2),
	#main .shopList > li:nth-child(3) {
		padding-top: 0;
	}
	#main .shopList > li:nth-child(3n - 1) {
		width: 337px;
		padding-left: 25px;
	}
	#main .shopList > li:nth-child(3n) {
		border-right: none;
		flex: 1;
		padding-left: 25px;
		padding-right: 0;
	}
}
@media all and (max-width: 896px) {
	#main .tabUl li {
		width: calc(33.33% + 1px);
		box-sizing: border-box;
	}
	#main .tabUl a {
		padding: 9px 0 9px;
		font-size: 2.2rem;
	}
	#main .tabBox {
		padding: 0 15px;
	}
	#main .tabUl {
		margin-bottom: 60px;
	}
	#main .shopList > li {
		width: 50%;
		padding: 30px 15px 34px 0;
		font-size: 1.2rem;
	}
	#main .shopList > li:nth-child(2n) {
		padding-right: 0;
		padding-left: 15px;
		border-right: none;
	}
	#main .shopList > li:first-child {
		padding-top: 0;
	}
	#main .shopList > li:nth-child(2) {
		padding-top: 0;
	}
	#main .logoBox {
		padding: 35px 0 0 0;
	}
	#main .logoBox .image {
		justify-content: center;
	}
	#main .logoBox .num {
		margin-top: 0;
		top: 0;
		left: 50%;
		font-size: 1.1rem;
		width: 30px;
		height: 30px;
		border: 2px solid #000;
		transform: translate(-50%,0);
	}
	#main .shopList .title {
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	#main .shopList .title .blod {
		margin-right: 0;
		font-size: 1.8rem;
	}
	#main .flexBox {
		display: block;
		margin: 20px 0 0;
		font-size: 1rem;
	}
	#main .snsBox {
		margin: 10px 0 0 0;
	}
	#main .snsBox img {
		width: 20px;
	}
	#main .flexBox .link img {
		margin: -4px 0 0 -4px;
		width: 20px;
	}
	#main .shopList .title .black {
		margin-right: 0;
	}
}