@charset "utf-8";

main .ttl {
	margin: 6rem auto 0;
	width: 49.2rem;
}
@media (max-width: 768px) {
	main .ttl {
		margin-top: 7rem;
	}
}

/* foodhall */
main .foodhall {
	margin-top: 14rem;
	padding: 1rem 0 8rem;
	font-weight: 400;
	position: relative;
}
main .foodhall::before {
	display: block;
	content: '';
	width: calc(100% - 5rem);
	height: 100%;
	border-radius: 0 4rem 4rem 0;
	background-color: var(--subColor);
	position: absolute;
	top: 0;
	right: 5rem;
	z-index: -1;
}
@media (max-width: 1360px) {
	main .foodhall::before {
		width: 100%;
		right: 0;
	}
}
@media (max-width: 768px) {
	main .foodhall {
		margin-top: 11rem;
	}
}

/*  */
main .foodhall .mv {
	margin-top: -9rem;
}
main .foodhall .about {
	margin: 5rem auto 0;
	max-width: 98rem;
}
main .foodhall .about dt {
	font-size: 2.6rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 800;
	font-style: normal;
	text-align: center;
}
main .foodhall .about dd {
	margin-top: 3rem;
	font-size: 1.5rem;
	line-height: 2.7rem;
}
main .foodhall .notice {
	margin: 5rem auto 0;
	max-width: 98rem;
	padding: 2rem 4rem;
	border: solid 0.2rem #f00;
	line-height: 2.7rem;
}
main .foodhall .notice dt {
	font-weight: bold;
	text-align: center;
}
main .foodhall .notice dd {
	margin-top: 1rem;
}
main .foodhall .bnr {
	margin: 6rem auto 0;
	max-width: 98rem;
}
main .foodhall .bnr p + p {
	margin-top: 3rem;
}
main .foodhall .map {
	margin: 7rem auto 0;
	max-width: 98rem;
	padding: 3rem 3rem 2rem;
	border-radius: 2rem;
	background-color: #fff;
}
main .foodhall .map p {
	margin: 0 auto;
	width: 66.8rem;
}
@media (max-width: 768px) {
	main .foodhall .mv {
		margin-top: -7rem;
	}
	main .foodhall .about {
		margin: 4rem auto 0;
	}
	main .foodhall .about dt {
		font-size: 3.2rem;
	}
	main .foodhall .about dd {
		margin-top: 1.5rem;
		font-size: 2.6rem;
		line-height: 4.4rem;
	}
	main .foodhall .notice {
		font-size: 2.6rem;
		line-height: 4.4rem;
	}
	main .foodhall .bnr {
		margin: 5rem auto 0;
	}
	main .foodhall .map {
		margin: 6rem auto 0;
		padding: 4rem 3.5rem 3rem;
	}
	main .foodhall .map p {
		width: 100%;
	}
}

/* -- shop -- */
/* note */
main .shop .note {
	margin-top: 5rem;
	display: flex;
	gap: 0 2rem;
	font-size: 1.3rem;
	font-weight: 400;
}
main .shop .note li span {
	margin-right: 1rem;
	border-radius: 0.3rem;
	color: var(--whiteColor);
	background-color: var(--mainColor);
	font-size: 1.1rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
}
main .shop .note li span.tagSeibu {
	padding: 0 0.6rem;
	color: #0075cd;
	border: solid 1px #0075cd;
	background-color: var(--whiteColor);
}
main .shop .note li span.tagVoucher {
	padding: 0 0.6rem;
	color: #a847b6;
	border: solid 1px #a847b6;
	background-color: var(--whiteColor);
}
@media (max-width: 768px) {
	main .shop .note {
		flex-direction: column;
		gap: 1rem 0;
		font-size: 2.3rem;
	}
	main .shop .note li span {
		margin-right: 1.5rem;
		border-radius: 0.5rem;
		font-size: 2rem;
	}
	main .shop .note li span.tagSeibu {
		padding: 0 1rem;
		border-width: 0.2rem;
	}
	main .shop .note li span.tagVoucher {
		padding: 0 1rem;
		border-width: 0.2rem;
	}
}

/* shopList */
main .shopList {
	margin-top: 7rem;
	display: flex;
	flex-wrap: wrap;
	gap: 5rem 3.75%;
}
main .shopList .shopBox {
	width: 30.8%;
}
main .shopList .shopBox a img:hover {
	opacity: 1;
}
main .shopList .shopBox .shopPic {
	position: relative;
}
main .shopList .shopBox .pic {
	width: 100%;
	max-width: 37rem;
}
main .shopList .shopBox .pic img {
	width: 37rem;
	height: 37rem;
	object-fit: cover;
	border-radius: 2.5rem;
}
main .shopList .shopBox .logo {
	width: 36.7%;
	max-width: 13.6rem;
	position: absolute;
	bottom: -3.3rem;
	right: 2.6rem;
}
main .shopList .shopBox .logo img {
	width: 13.6rem;
	height: 13.6rem;
	object-fit: contain;
	border: solid 1px var(--grayColor);
	background-color: var(--whiteColor);
	border-radius: 1.5rem;
}
main .shopList .shopBox .shopDetail {
	margin-top: 3rem;
}
main .shopList .shopBox .tags {
	margin-top: 0;
}
main .shopList .shopBox .floor {
	margin-top: 0.7rem;
	font-size: 1.4rem;
	font-weight: 400;
}
main .shopList .shopBox .shopName {
	margin-top: 0.3rem;
	font-weight: 700;
}
main .shopList .shopBox .category {
	margin-top: 0.5rem;
	font-size: 1.4rem;
	font-weight: 400;
}
main .shopList .shopBox .category + .tags {
	margin-top: 1rem;
}
@media (max-width: 768px) {
	main .shopList {
		gap: 5rem 0;
	}
	main .shopList .shopBox {
		width: 100%;
	}
	main .shopList .shopBox .pic {
		max-width: 100%;
	}
	main .shopList .shopBox .pic img {
		width: 69rem;
		height: 69rem;
		border-radius: 4rem;
	}
	main .shopList .shopBox .logo {
		width: 36.2%;
		max-width: 25rem;
		bottom: -5rem;
		right: 4rem;
	}
	main .shopList .shopBox .logo img {
		width: 25rem;
		height: 25rem;
		border-width: 0.2rem;
		border-radius: 3rem;
	}
	main .shopList .shopBox .shopDetail {
		margin-top: 4rem;
	}
	main .shopList .shopBox .tags {
		margin-top: 0;
	}
	main .shopList .shopBox .floor {
		margin-top: 0.8rem;
		font-size: 2.4rem;
	}
	main .shopList .shopBox .shopName {
		margin-top: 0;
		font-size: 2.6rem;
		line-height: 1.5;
	}
	main .shopList .shopBox .category {
		font-size: 2.4rem;
	}
}

/* bnr */
main .shop .bnr {
	margin: 8rem auto 0;
	max-width: 98rem;
}
main .shop .bnr p + p {
	margin-top: 3rem;
}