@charset "utf-8";

/*----------------------------
	floor
------------------------------*/

.floor .contArea {
	padding: calc((80 / 16) * 1rem) 0 calc((150 / 16) * 1rem);
	overflow: hidden;
}
.floor h1 {
	font-size: calc((40 / 16) * 1rem);
	font-family: "Zen Old Mincho", serif;
	text-align: center;
	letter-spacing: calc((2 / 16) * 1rem);
	line-height: 1;
}
.floor .ttlJp {
	margin-top: calc((15 / 16) * 1rem);
	font-size: calc((14 / 16) * 1rem);
	font-weight: 500;
	text-align: center;
	color: var(--greenColor);
}
.floor .lead {
	margin-top: calc((40 / 16) * 1rem);
	text-align: center;
	line-height: 1.69;
}
@media (max-width: 768px) {
	.floor .contArea {
		padding: calc((50 / 16) * 1rem) 0 calc((100 / 16) * 1rem);
	}
	.floor h1 {
		font-size: calc((36 / 16) * 1rem);
	}
	.floor .ttlJp {
		margin-top: calc((10 / 16) * 1rem);
		font-size: calc((12 / 16) * 1rem);
	}
	.floor .lead {
		margin-top: calc((30 / 16) * 1rem);
		line-height: 1.79;
	}
}

/* floorList */
.floor .floorList {
	margin: calc((100 / 16) * 1rem) auto 0;
	max-width: calc((1040 / 16) * 1rem);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: calc((10 / 16) * 1rem);
}
.floor .floorList li {
	width: calc((140 / 16) * 1rem);
}
.floor .floorList li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc((40 / 16) * 1rem);
	padding: 0 calc((10 / 16) * 1rem);
	border: solid 1px var(--greenColor);
	border-radius: calc((100 / 16) * 1rem);
	text-align: center;
	line-height: 1.25;
}
.floor .floorList li a:hover {
	background-color: var(--greenColor);
	color: var(--whiteColor);
	opacity: 1;
}
.floor .floorList li.cur a {
	background-color: var(--greenColor);
	color: var(--whiteColor);
}
.floor .floorList li.cur a:hover {
	opacity: 0.7;
}
@media (max-width: 768px) {
	.floor .floorList {
		margin: calc((50 / 16) * 1rem) auto 0;
		padding: 0 5.13%;
		width: 100%;
		max-width: none;
		justify-content: center;
		gap: calc((10 / 16) * 1rem);
	}
	.floor .floorList li {
		width: calc(25% - (10 / 16) * 0.75rem);
	}
	.floor .floorList li a {
		height: calc((30 / 16) * 1rem);
		font-size: calc((14 / 16) * 1rem);
		padding: 0 calc((5 / 16) * 1rem);
	}
}

/* floorMap */
.floor .floorMap {
	margin: calc((60 / 16) * 1rem) auto 0;
	max-width: calc((900 / 16) * 1rem);
}
.floor .floorMap img {
	display: block;
	width: 100%;
	height: auto;
}
@media (max-width: 768px) {
	.floor .floorMap {
		margin: calc((50 / 16) * 1rem) auto 0;
		max-width: 100%;
		padding: 0 5.13%;
	}
}

/* shopBox */
.floor .shopBox {
	margin-top: calc((100 / 16) * 1rem);
}
.floor .shopBox h2 {
	display: flex;
	gap: 0 0.2em;
	font-size: calc((24 / 16) * 1rem);
	background-color: #f5f5f5;
	padding: calc((10 / 16) * 1rem) calc((20 / 16) * 1rem);
	line-height: 1.25;
}
.floor .shopBox h2 .floorNum {
	width: 2em;
	font-weight: 700;
	color: var(--greenColor);
}
.floor .shopBox h2 .floorLead {
	width: 88%;
}
.floor .shopList {
	margin-top: calc((40 / 16) * 1rem);
	display: flex;
	flex-wrap: wrap;
	gap: calc((20 / 16) * 1rem) 1.6%;
}
.floor .shopList li {
	width: 23.777%;
}
.floor .shopList li a {
	display: block;
}
.floor .shopList li .pic {
	aspect-ratio: 286 / 176;
	overflow: hidden;
}
.floor .shopList li .pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: calc((6 / 16) * 1rem);
}
.floor .shopList .shopDetail {
	margin-top: calc((10 / 16) * 1rem);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: calc((3 / 16) * 1rem) calc((10 / 16) * 1rem);
}
.floor .shopList .shopDetail .place {
	font-size: calc((14 / 16) * 1rem);
	font-weight: 500;
	color: var(--greenColor);
}
.floor .shopList .shopDetail .cat {
	font-size: calc((14 / 16) * 1rem);
	font-weight: 500;
	color: var(--greenColor);
}
.floor .shopList .shopDetail .new {
	display: inline-block;
	font-size: calc((14 / 16) * 1rem);
	font-weight: 500;
	color: var(--redColor);
	border: solid 1px var(--redColor);
	border-radius: calc((2 / 16) * 1rem);
	padding: 0 calc((5 / 16) * 1rem);
}
.floor .shopList .shopName {
	margin-top: calc((10 / 16) * 1rem);
}
@media (max-width: 768px) {
	.floor .shopBox {
		margin-top: calc((50 / 16) * 1rem);
	}
	.floor .shopBox h2 {
		font-size: calc((16 / 16) * 1rem);
		line-height: 1.4;
		padding: calc((15 / 16) * 1rem) calc((15 / 16) * 1rem);
	}
	.floor .shopList {
		margin-top: calc((20 / 16) * 1rem);
		justify-content: space-between;
		gap: calc((25 / 16) * 1rem) 0;
	}
	.floor .shopList li {
		width: 48.575%;
	}
	.floor .shopList li .pic {
		aspect-ratio: 170 / 95;
	}
	.floor .shopList .shopDetail {
		margin-top: calc((15 / 16) * 1rem);
		gap: calc((2 / 16) * 1rem) calc((8 / 16) * 1rem);
	}
	.floor .shopList .shopDetail .place {
		font-size: calc((12 / 16) * 1rem);
	}
	.floor .shopList .shopDetail .cat {
		font-size: calc((12 / 16) * 1rem);
	}
	.floor .shopList .shopDetail .new {
		font-size: calc((12 / 16) * 1rem);
		padding: 0 calc((4 / 16) * 1rem);
	}
	.floor .shopList .shopName {
		margin-top: calc((10 / 16) * 1rem);
	}
}
