@charset "utf-8";

main .ttl {
	margin-top: 6rem;
}
@media (max-width: 768px) {
	main .ttl {
		margin-top: 7rem;
	}
}

/* tabBtns */
main .shop .tabBtns {
	margin-top: 6rem;
	display: flex;
	justify-content: space-between;
	gap: 0 0.5%;
}
main .shop .tabBtns button {
	width: 33%;
	padding: 1.7rem;
	border-top: solid 0.2rem var(--mainColor);
	border-right: solid 0.2rem var(--mainColor);
	border-left: solid 0.2rem var(--mainColor);
	border-radius: 2.5rem 2.5rem 0 0;
	font-size: 2rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 800;
	font-style: normal;
	text-align: center;
}
main .shop .tabBtns button.cur {
	background-color: var(--mainColor);
	color: var(--whiteColor);
}
main .shop .tabBtns button:not(.cur) span {
	position: relative;
}
main .shop .tabBtns button:not(.cur) span::before,
main .shop .tabBtns button:not(.cur) span::after {
	display: block;
	content: '';
	width: 1.2rem;
	height: 0.3rem;
	background-color: var(--mainColor);
	border-radius: 0.2rem;
	position: absolute;
	top: 50%;
	right: -2rem;
	transform-origin: 92% center;
}
main .shop .tabBtns button:not(.cur) span::before {
	transform: rotate(45deg);
}
main .shop .tabBtns button:not(.cur) span::after {
	transform: rotate(-45deg);
}
@media (max-width: 768px) {
	main .shop .tabBtns {
		margin-top: 4rem;
		justify-content: space-between;
		gap: 0 1.44%;
	}
	main .shop .tabBtns button {
		width: 49.2%;
	}
	main .shop .tabBtns button {
		padding: 2.5rem 1.5rem;
		border-width: 0.3rem;
		border-radius: 2.5rem 2.5rem 0 0;
		font-size: 2.8rem;
		line-height: 1.21;
	}
	main .shop .tabBtns button:not(.cur) span {
		display: block;
	}
	main .shop .tabBtns button:not(.cur) span::before,
	main .shop .tabBtns button:not(.cur) span::after {
		width: 1.6rem;
		height: 0.4rem;
		right: 0.5rem;
	}
}

/* box */
main .shop .box {
	padding: 4.5rem 5rem 4rem;
	background-color: var(--subColor);
	border-radius: 0 0 3rem 3rem;
}
main .shop .box:not(.cur) {
	display: none;
}
main .shop .box .wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem 1.36%;
}
main .shop .box .wrap.wrapCenter {
	justify-content: center;
}
@media (max-width: 768px) {
	main .shop .box {
		padding: 5rem 3rem;
	}
	main .shop .box .wrap {
		justify-content: space-between;
		gap: 2rem 3.2%;
	}
	main .shop .box .wrap.wrapCenter {
		justify-content: space-between;
	}
}

/* btn */
main .shop .box .wrap .btn {
	width: 18.9%;
}
main .shop .box .wrap .btn span {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1.3rem 1rem;
	border: solid 0.2rem var(--mainColor);
	background-color: var(--whiteColor);
	border-radius: 1.5rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
}
main .shop .box .wrap .btn.cur span {
	background-color: #e5f6c5;
	color: var(--mainColor);
}
@media (max-width: 768px) {
	main .shop .box .wrap .btn {
		width: 48.4%;
	}
	main .shop .box .wrap .btn span {
		padding: 0.8rem 1rem;
		border-width: 0.3rem;
		font-size: 2.4rem;
	}
}

/* before Open */
main .shop .box .wrap .btn.csOpen {
	position: relative;
}
main .shop .box .wrap .btn.csOpen a {
	pointer-events: none;
	cursor: default;
}
main .shop .box .wrap .btn.csOpen a span {
	padding: 0.8rem 1rem 1.8rem;
}
main .shop .box .wrap .btn.csOpen a span::after {
	display: block;
	content: '2024年9月オープン';
	font-size: 1.1rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #e84558;
	position: absolute;
	bottom: 0.5rem;
}
@media (max-width: 768px) {
	main .shop .box .wrap .btn.csOpen a span {
		padding: 0.1rem 1rem 1.4rem;
	}
	main .shop .box .wrap .btn.csOpen a span::after {
		font-size: 1.6rem;
		bottom: 0.3rem;
	}
}

/* note */
main .shop .note {
	margin-top: 3rem;
	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 1.66%;
}
main .shopList .shopBox {
	width: 49.1%;
}
main .shopList .shopBox a {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0 4.2%;
}
main .shopList .shopBox a img:hover {
	opacity: 1;
}
main .shopList .shopBox .shopPic {
	width: 37.4%;
	position: relative;
}
main .shopList .shopBox .pic {
	width: 100%;
	max-width: 22rem;
}
main .shopList .shopBox .pic img {
	width: 22rem;
	height: 22rem;
	object-fit: cover;
	border-radius: 1.5rem;
}
main .shopList .shopBox .logo {
	width: 36.3%;
	max-width: 8rem;
	position: absolute;
	bottom: -2rem;
	right: 1.5rem;
}
main .shopList .shopBox .logo img {
	width: 8rem;
	height: 8rem;
	object-fit: contain;
	border: solid 1px var(--grayColor);
	background-color: var(--whiteColor);
	border-radius: 1rem;
}
main .shopList .shopBox .shopDetail {
	width: 58.4%;
}
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;
}
main .shopList .shopBox .waiting {
	margin-top: 1rem;
	display: flex;
	align-items: center;
	gap: 0 0.7rem;
}
main .shopList .shopBox .waiting [data-epark-widget] {
	width: auto !important;
	justify-content: flex-start !important;
	gap: 0 0.7rem;
}
main .shopList .shopBox .waiting .icon {
	width: 8.2rem;
	flex-shrink: 0;
}
main .shopList .shopBox .waiting .txt {
	margin: 0 !important;
	text-align: left !important;
	font-size: 1.3rem !important;
	font-weight: 400;
	line-height: 1.36;
}
main .shopList .shopBox .waiting .txt > div {
	font-weight: normal !important;
}
main .shopList .shopBox .waiting .txt > div span {
	color: inherit !important;
}
main .shopList .shopBox .waiting [data-epark-widget] > *:last-child {
	display: none !important;
}
@media (max-width: 768px) {
	main .shopList {
		gap: 6rem 4.34%;
	}
	main .shopList .shopBox {
		width: 47.8%;
	}
	main .shopList .shopBox a {
		flex-direction: column;
		gap: 5rem 0;
	}
	main .shopList .shopBox .shopPic {
		width: 100%;
	}
	main .shopList .shopBox .pic {
		max-width: 100%;
	}
	main .shopList .shopBox .pic img {
		width: 33rem;
		height: 33rem;
		border-width: 0.2rem;
		border-radius: 2.3rem;
	}
	main .shopList .shopBox .logo {
		width: 36.3%;
		max-width: 12rem;
		bottom: -3rem;
		right: 2rem;
	}
	main .shopList .shopBox .logo img {
		width: 12rem;
		height: 12rem;
		border-width: 0.2rem;
		border-radius: 1.5rem;
	}
	main .shopList .shopBox .shopDetail {
		width: 100%;
	}
	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;
	}
	main .shopList .shopBox .waiting {
		margin-top: 1.5rem;
		gap: 0 1.3rem;
	}
	main .shopList .shopBox .waiting .icon {
		width: 13rem;
	}
	main .shopList .shopBox .waiting .txt {
		font-size: 2.2rem !important;
	}
}

/* btnType01 */
main .shop .btnType01 {
	margin: 5.5rem auto 0;
	width: 32rem;
}
main .shop .btnType01 a::before,
main .shop .btnType01 a::after {
	width: 0.3rem;
	height: 1rem;
	top: calc(50% - 0.5rem);
	right: 2.5rem;
	transform-origin: center 92%;
}
@media (max-width: 768px) {
	main .shop .btnType01 {
		width: 48rem;
	}
	main .shop .btnType01 a::before,
	main .shop .btnType01 a::after {
		width: 0.4rem;
		height: 1.6rem;
		top: calc(50% - 0.8rem);
		right: 4rem;
	}
}

/* bnr */
main .shop .bnr {
	margin: 6rem auto 0;
	max-width: 98rem;
}
main .shop .bnr p + p {
	margin-top: 3rem;
}