@charset "utf-8";

main .ttl {
	margin-top: 5rem;
}
main .shop {
	margin-top: 5rem;
	padding: 7rem 0;
	position: relative;
}
main .shop::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 .shop::before {
		width: 100%;
		right: 0;
	}
}
@media (max-width: 768px) {
	main .shop {
		margin-top: 4rem;
		padding: 5rem 0 7rem;
	}
}

/* shopBox */
main .shopBox {
	padding: 6rem 7rem 7rem;
	background-color: var(--whiteColor);
	border-radius: 3rem;
}
main .shopBox .wrap {
	display: flex;
}
main .shopBox .wrap.info {
	gap: 0 3.7%;
}
main .shopBox .info .shopTtl {
	width: 78.3%;
}
main .shopBox .info .logo {
	width: 17.9%;
	max-width: 19rem;
}
main .shopBox .info .logo img {
	width: 19rem;
	height: 19rem;
	object-fit: contain;
	border: solid 1px var(--grayColor);
	border-radius: 1.5rem;
}
main .shopBox .info .tags {
	margin-top: 0;
}
main .shopBox .floor {
	margin-left: 1rem;
	padding-left: 2rem;
	font-size: 1.4rem;
	position: relative;
}
main .shopBox .floor::before {
	display: block;
	content: '';
	width: 1.8rem;
	height: 2.2rem;
	background-image: url(/emiterrace/common/img/icon_place.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 0.9rem);
	left: 0;
}
main .shopBox h2 {
	margin-top: 1rem;
	font-size: 2.4rem;
	font-weight: 700;
}
main .shopBox .shopName {
	margin-top: 1rem;
	font-size: 1.4rem;
	font-weight: 400;
}
main .shopBox .shopTxt {
	margin-top: 1.5rem;
	line-height: 1.68;
	font-weight: 400;
}
main .shopBox .detail {
	margin-top: 5rem;
	justify-content: space-between;
}
main .shopBox .detailPic {
	width: 50rem;
}
main .shopBox .picSlide .pic {
	width: 100%;
	max-width: 50rem;
}
main .shopBox .picSlide .pic img {
	width: 50rem;
	height: 35.7rem;
	object-fit: contain;
	border-radius: 3rem;
}
main .shopBox .picSlide .caption {
	margin-top: 1rem;
	font-size: 1.5rem;
	font-weight: 400;
	text-align: center;
}
main .shopBox .picSlide .slickDots {
	margin: 2rem 0 0;
	display: flex;
	justify-content: center;
}
main .shopBox .picSlide .slickDots li {
	background: var(--grayColor);
	margin: 0 0.5rem;
	width: 1rem;
	height: 1rem;
	border-radius: 0.5rem;
}
main .shopBox .picSlide .slickDots li.slick-active {
	background: var(--mainColor);
}
main .shopBox .picSlide .slickDots li button {
	display: none;
}
main .shopBox .detailPic .lead {
	margin-top: 3rem;
	font-weight: 400;
	line-height: 1.68;
}
main .shopBox .detailPic .lead a {
	text-decoration: underline;
}
main .shopBox .detailPic .hashTags {
	margin-top: 3rem;
}
main .shopBox .detailTxt {
	width: 51rem;
	line-height: 1.68;
	border-top: 1px solid var(--grayColor);
}
main .shopBox .detailTxt dl {
	padding: 2rem 1rem;
	border-bottom: 1px solid var(--grayColor);
	display: flex;
	align-items: center;
	gap: 0 1rem;
}
main .shopBox .detailTxt dt {
	width: 20rem;
	flex-shrink: 0;
	font-weight: 700;
}
main .shopBox .detailTxt dt span {
	display: inline-block;
	font-size: 1.4rem;
}
main .shopBox .detailTxt dd {
	padding-left: 2rem;
	font-weight: 400;
	word-break: break-word;
}
main .shopBox .detailTxt .sns ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 2.6rem;
}
main .shopBox .detailTxt .sns ul li {
	width: 2.8rem;
}
main .shopBox .detailTxt .sns ul li img {
	height: 2.8rem;
}
main .shopBox .detailTxt .site ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 2.2rem;
}
main .shopBox .detailTxt .epark {
	margin-top: 2.5rem;
	padding: 1.7rem 1.5rem;
	border: solid 1px #b6b6b6;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 1rem;
}
main .shopBox .detailTxt .epark [data-epark-widget] {
	width: 100% !important;
	min-height: unset !important;
	gap: 0 1rem;
}
main .shopBox .detailTxt .epark .logo {
	width: 8rem;
}
main .shopBox .detailTxt .epark .logo img {
	padding-bottom: 0.3rem;
	vertical-align: middle;
}
main .shopBox .detailTxt .epark .waiting {
	margin: 0 !important;
	text-align: left !important;
	font-size: 1.4rem !important;
	font-weight: 400;
	display: flex !important;
	align-items: center;
}
main .shopBox .detailTxt .epark .waiting > div {
	font-weight: normal !important;
}
main .shopBox .detailTxt .epark .waiting [data-epark-waitings-time],
main .shopBox .detailTxt .epark .waiting [data-epark-waitings-count] {
	font-size: 1.6rem !important;
}
main .shopBox .detailTxt .epark .waiting span {
	font-size: 1.6rem;
	color: inherit !important;
}
main .shopBox .detailTxt .epark [data-epark-widget] > *:last-child {
	display: none !important;
}
main .shopBox .detailTxt .epark [data-epark-shop-button] {
	margin: 0 !important;
}
main .shopBox .detailTxt .epark [data-epark-shop-button] a {
	position: static !important;
	border-radius: 0 !important;
	border: none !important;
	width: auto !important;
	height: auto !important;
	line-height: 1.68 !important;
	color: var(--baseColor) !important;
	font-size: 1.6rem !important;
	font-weight: 500 !important;
	text-align: left !important;
	text-decoration: underline !important;
	box-shadow: none !important;
	background: none !important;
}
main .shopBox .detailTxt .btnType05 {
	margin-top: 2.5rem;
	width: 22rem;
}
@media (max-width: 768px) {
	main .shopBox {
		padding: 4rem 4rem 8rem;
	}
	main .shopBox .wrap.info {
		flex-direction: column-reverse;
		gap: 5rem 0;
	}
	main .shopBox .info .shopTtl {
		width: 100%;
	}
	main .shopBox .info .logo {
		margin: 0 auto;
		width: 40.9%;
		max-width: 25rem;
	}
	main .shopBox .info .logo img {
		width: 25rem;
		height: 25rem;
		border-width: 0.2rem;
		border-radius: 2rem;
	}
	main .shopBox .floor {
		margin-left: 2rem;
		padding-left: 3.5rem;
		font-size: 2.4rem;
	}
	main .shopBox .floor::before {
		width: 3rem;
		height: 3.6rem;
		top: calc(50% - 1.4rem);
  }
	main .shopBox h2 {
		font-size: 3.6rem;
		line-height: 1.41;
	}
	main .shopBox .shopName {
		font-size: 2.4rem;
	}
	main .shopBox .shopTxt {
		margin-top: 1rem;
		font-size: 2.6rem;
	}
	main .shopBox .detail {
		margin-top: 4.5rem;
		border-width: 0.2rem;
		flex-direction: column;
	}
	main .shopBox .detailPic {
		width: 100%;
	}
	main .shopBox .picSlide .pic {
		max-width: 61rem;
	}
	main .shopBox .picSlide .pic img {
		width: 61rem;
		height: 43.6rem;
	}
	main .shopBox .picSlide .caption {
		margin-top: 2rem;
		font-size: 2.4rem;
		line-height: 1.41;
	}
	main .shopBox .picSlide .slickDots {
		margin: 3rem 0 0;
	}
	main .shopBox .picSlide .slickDots li {
		margin: 0 0.8rem;
		width: 1.5rem;
		height: 1.5rem;
		border-radius: 0.8rem;
	}
	main .shopBox .detailPic .lead {
		margin-top: 4rem;
		font-size: 2.6rem;
	}
	main .shopBox .detailPic .hashTags {
		margin-top: 4rem;
	}
	main .shopBox .detailTxt {
		margin-top: 5rem;
		width: 100%;
		font-size: 2.6rem;
		line-height: 1.5;
		border-width: 0.2rem;
	}
	main .shopBox .detailTxt dl {
		padding: 2.2rem 1rem;
		border-width: 0.2rem;
	}
	main .shopBox .detailTxt dt {
		width: 26rem;
	}
	main .shopBox .detailTxt dt span {
		display: inline;
		font-size: 2.4rem;
	}
	main .shopBox .detailTxt .sns ul {
		gap: 0 3.2rem;
	}
	main .shopBox .detailTxt .sns ul li {
		width: 4.6rem;
	}
	main .shopBox .detailTxt .sns ul li img {
		height: 4.6rem;
	}
	main .shopBox .detailTxt .epark {
		margin-top: 4rem;
		padding: 2.5rem 3.5rem;
		border-width: 0.2rem;
		border-radius: 1.5rem;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 1.5rem 3rem;
	}
	main .shopBox .detailTxt .epark [data-epark-widget] {
		justify-content: flex-start !important;
		gap: 1.5rem 3rem !important;
	}
	main .shopBox .detailTxt .epark .logo {
		width: 13.3rem;
	}
	main .shopBox .detailTxt .epark .waiting {
		font-size: 2.3rem !important;
	}
	main .shopBox .detailTxt .epark .waiting [data-epark-waitings-time],
	main .shopBox .detailTxt .epark .waiting [data-epark-waitings-count] {
		font-size: 2.6rem !important;
	}
	main .shopBox .detailTxt .epark .waiting span {
		font-size: 2.6rem;
	}
	main .shopBox .detailTxt .epark [data-epark-shop-button] a {
		font-size: 2.6rem !important;
	}
	main .shopBox .detailTxt .btnType05 {
		margin-top: 4rem;
		width: 34rem;
	}
	main .shopBox .detailTxt .btnType05 a {
		padding: 1.2rem 2.5rem;
	}
}

/* other */
main .other h3 {
	margin-top: 6rem;
	font-size: 3.4rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 800;
	font-style: normal;
	text-align: center;
}
main .other .wrap {
	margin-top: 3.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 4.5rem 1.88%;
}
main .other .wrap > div {
	width: 23.5%;
}
main .other .pic {
	width: 100%;
	max-width: 25rem;
}
	main .other .pic img {
	width: 25rem;
	height: 25rem;
	object-fit: cover;
	border-radius: 2rem;
}
main .other .period {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	font-weight: 400;
}
main .other .ttlTxt {
	margin-top: 0.5rem;
	font-weight: 700;
}
@media (max-width: 768px) {
	main .other h3 {
		margin-top: 5.5rem;
		font-size: 3.8rem;
	}
	main .other .wrap {
		gap: 5.5rem 4.3%;
	}
	main .other .wrap > div {
		width: 47.8%;
	}
	main .other .pic {
		max-width: 29rem;
	}
	main .other .pic img {
		width: 29rem;
		height: 29rem;
		border-radius: 2.3rem;
	}
	main .other .period {
		margin-top: 1rem;
		font-size: 2.4rem;
	}
	main .other .ttlTxt {
		margin-top: 0.3rem;
		font-size: 2.6rem;
		line-height: 1.5;
	}
}

/* otherShop */
main .otherShop {
	margin-top: 5rem;
}
main .otherShop h4 {
	font-size: 2.8rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 800;
	font-style: normal;
	text-align: center;
}
main .otherShop .slide {
	margin: 2rem auto 0;
	max-width: 108rem;
}
main .otherShop .slide:not(.slick-slider){
	display: flex;
}
main .otherShop .slide .slideBox {
	margin: 0 1rem;
	width: 20rem;
}
main .otherShop .slide .pic {
	width: 100%;
	max-width: 20rem;
}
main .otherShop .slide .pic img {
	width: 20rem;
	height: 20rem;
	object-fit: contain;
	border-radius: 1.5rem;
}
main .otherShop .slide .txt {
	margin-top: 1.5rem;
	font-size: 1.5rem;
	line-height: 1.48;
}
main .otherShop .slide .slickPrev {
	width: 5rem;
	position: absolute;
	top: calc(10rem - 2.5rem);
	left: -6rem;
	z-index: 1;
}
main .otherShop .slide .slickNext {
	width: 5rem;
	position: absolute;
	top: calc(10rem - 2.5rem);
	right: -6rem;
	z-index: 1;
}
main .otherShop .slide .slickDots {
	margin: 2rem 0 0;
	display: flex;
	justify-content: center;
}
main .otherShop .slide .slickDots li {
	background: var(--grayColor);
	margin: 0 0.5rem;
	width: 1rem;
	height: 1rem;
	border-radius: 0.5rem;
}
main .otherShop .slide .slickDots li.slick-active {
	background: var(--mainColor);
}
main .otherShop .slide .slickDots li:first-child:last-child {
	display: none;
}
main .otherShop .slide .slickDots li button {
	display: none;
}
@media (max-width: 768px) {
	main .otherShop {
		margin-top: 6rem;
	}
	main .otherShop h4 {
		font-size: 3.2rem;
	}
	main .otherShop .slide {
		margin: 3rem auto 0;
		max-width: 100%;
	}
	main .otherShop .slide .slick-list {
		padding-right: 15rem;
	}
	main .otherShop .slide .slideBox {
		margin: 0 1.5rem;
		width: 24rem;
	}
	main .otherShop .slide .pic {
		max-width: 24rem;
	}
	main .otherShop .slide .pic img {
		width: 24rem;
		height: 24rem;
		border-radius: 2rem;
	}
	main .otherShop .slide .txt {
		margin-top: 2rem;
		font-size: 2.5rem;
	}
	main .otherShop .slide .slickDots {
		margin: 3.5rem 0 0;
	}
	main .otherShop .slide .slickDots li {
		margin: 0 0.7rem;
		width: 1.5rem;
		height: 1.5rem;
		border-radius: 0.8rem;
	}
}

/* moreShop */
main .moreShop {
	margin-top: 7rem;
}
main .moreShop h4 {
	font-size: 2.4rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 800;
	font-style: normal;
	text-align: center;
}
main .moreShop .slide {
	margin: 2rem auto 0;
	max-width: 93rem;
}
main .moreShop .slide:not(.slick-slider){
	display: flex;
}
main .moreShop .slide .slideBox {
	margin: 0 1rem;
	width: 17rem;
}
main .moreShop .slide .pic {
	width: 100%;
	max-width: 17rem;
}
main .moreShop .slide .pic img {
	width: 17rem;
	height: 17rem;
	object-fit: contain;
	border-radius: 1.5rem;
	border: solid 1px var(--grayColor);
}
main .moreShop .slide .txt {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	line-height: 1.48;
}
main .moreShop .slide .slickPrev {
	width: 4.5rem;
	position: absolute;
	top: calc(8.5rem - 2.2rem);
	left: -5.5rem;
	z-index: 1;
}
main .moreShop .slide .slickNext {
	width: 4.5rem;
	position: absolute;
	top: calc(8.5rem - 2.2rem);
	right: -5.5rem;
	z-index: 1;
}
main .moreShop .slide .slickDots {
	margin: 2rem 0 0;
	display: flex;
	justify-content: center;
}
main .moreShop .slide .slickDots li {
	background: var(--grayColor);
	margin: 0 0.5rem;
	width: 1rem;
	height: 1rem;
	border-radius: 0.5rem;
}
main .moreShop .slide .slickDots li.slick-active {
	background: var(--mainColor);
}
main .moreShop .slide .slickDots li:first-child:last-child {
	display: none;
}
main .moreShop .slide .slickDots li button {
	display: none;
}
@media (max-width: 768px) {
	main .moreShop {
		margin-top: 6rem;
	}
	main .moreShop h4 {
		font-size: 3rem;
	}
	main .moreShop .slide {
		margin: 3rem auto 0;
		max-width: 100%;
	}
	main .moreShop .slide .slick-list {
		padding-right: 4.5rem;
	}
	main .moreShop .slide .slideBox {
		margin: 0 1.2rem;
		width: 19rem;
	}
	main .moreShop .slide .pic {
		max-width: 19rem;
	}
	main .moreShop .slide .pic img {
		width: 19rem;
		height: 19rem;
		border-radius: 1.8rem;
		border-width: 0.2rem;
	}
	main .moreShop .slide .txt {
		margin-top: 2rem;
		font-size: 2.4rem;
	}
	main .moreShop .slide .slickDots {
		margin: 3.5rem 0 0;
	}
	main .moreShop .slide .slickDots li {
		margin: 0 0.7rem;
		width: 1.5rem;
		height: 1.5rem;
		border-radius: 0.8rem;
	}
}

/* facilityBtns */
main .facilityBtns {
	margin-top: 7rem;
}
main .facilityBtns .wrap {
	margin-top: 2rem;
	display: flex;
	justify-content: center;
	/* gap: 0 1.7%; */
}
main .facilityBtns .wrap li {
	width: 48rem;
}
main .facilityBtns .wrap li a {
	padding: 1.3rem 1.5rem 1rem;
	border-radius: 2rem;
}
main .facilityBtns .wrap li a img {
	width: 16.8rem;
}
main .facilityBtns .wrap li a span {
	display: block;
	margin-top: 0.5rem;
}
@media (max-width: 768px) {
	main .facilityBtns .wrap li {
		width: 75.3%;
	}
	main .facilityBtns .wrap li a {
		padding: 1.5rem 1.5rem 1rem;
		border-width: 0.3rem;
		font-size: 2.3rem;
	}
	main .facilityBtns .wrap li a img {
		width: 21.5rem;
	}
	main .facilityBtns .wrap li a span {
		margin-top: 0;
	}
}
