@charset "utf-8";

main .ttl {
	margin-top: 5rem;
}
main .shopnews {
	margin-top: 5rem;
	padding: 7rem 0;
	position: relative;
}
main .shopnews::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 .shopnews::before {
		width: 100%;
		right: 0;
	}
}
@media (max-width: 768px) {
	main .shopnews {
		margin-top: 4rem;
		padding: 5rem 0 7rem;
	}
}

/* shopnewsBox */
main .shopnewsBox {
	padding: 6rem 7rem;
	background-color: var(--whiteColor);
	border-radius: 3rem;
}
main .shopnewsBox .period {
	font-size: 1.5rem;
	font-weight: 400;
}
main .shopnewsBox h2 {
	margin-top: 1rem;
	font-size: 3rem;
	font-weight: 700;
}
main .shopnewsBox .detail {
	margin-top: 2rem;
	padding-top: 3.5rem;
	border-top: 1px solid #b3b3b3;
}
main .shopnewsBox .detail .wrap {
	display: flex;
	justify-content: space-between;
}
main .shopnewsBox .picSlide {
	width: 50rem;
}
main .shopnewsBox .picSlide .pic {
	width: 100%;
	max-width: 50rem;
}
main .shopnewsBox .picSlide .pic img {
	width: 50rem;
	height: 50rem;
	object-fit: contain;
	border-radius: 3rem;
}
main .shopnewsBox .picSlide .caption {
	margin-top: 1rem;
	font-size: 1.5rem;
	font-weight: 400;
	text-align: center;
}
main .shopnewsBox .picSlide .slickDots {
	margin: 2rem 0 0;
	display: flex;
	justify-content: center;
}
main .shopnewsBox .picSlide .slickDots li {
	background: var(--grayColor);
	margin: 0 0.5rem;
	width: 1rem;
	height: 1rem;
	border-radius: 0.5rem;
}
main .shopnewsBox .picSlide .slickDots li.slick-active {
	background: var(--mainColor);
}
main .shopnewsBox .picSlide .slickDots li button {
	display: none;
}
main .shopnewsBox .detailTxt {
	width: 51rem;
	font-weight: 400;
	line-height: 1.68;
}
main .shopnewsBox .detailTxt p + p,
main .shopnewsBox .detailTxt p + dl {
	margin-top: 1.8rem;
}
main .shopnewsBox .detailTxt .lead {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.72;
}
main .shopnewsBox .detailTxt .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
main .shopnewsBox .detailTxt .youtube iframe {
	border-radius: 3rem;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
main .shopnewsBox .detailTxt dl {
	display: flex;
}
main .shopnewsBox .detailTxt dl dt {
	flex-shrink: 0;
}
main .shopnewsBox .detailTxt a {
	text-decoration: underline;
}
main .shopnewsBox .hashTags {
	margin-top: 4rem;
}
main .shopnewsBox .hashTags a {
	text-decoration: none;
}
@media (max-width: 768px) {
	main .shopnewsBox {
		padding: 4rem 4rem 7rem;
	}
	main .shopnewsBox .period {
		font-size: 2.4rem;
	}
	main .shopnewsBox h2 {
		font-size: 3.6rem;
		line-height: 1.41;
	}
	main .shopnewsBox .detail {
		margin-top: 2.5rem;
		padding-top: 4rem;
		border-width: 0.2rem;
	}
	main .shopnewsBox .detail .wrap {
		flex-direction: column;
	}
	main .shopnewsBox .picSlide {
		width: 100%;
	}
	main .shopnewsBox .picSlide .pic {
		max-width: 61rem;
	}
	main .shopnewsBox .picSlide .pic img {
		width: 61rem;
		height: 61rem;
	}
	main .shopnewsBox .picSlide .caption {
		margin-top: 2rem;
		font-size: 2.4rem;
		line-height: 1.41;
	}
	main .shopnewsBox .picSlide .slickDots {
		margin: 3rem 0 0;
	}
	main .shopnewsBox .picSlide .slickDots li {
		margin: 0 0.8rem;
		width: 1.5rem;
		height: 1.5rem;
		border-radius: 0.8rem;
	}
	main .shopnewsBox .detailTxt {
		margin-top: 5rem;
		font-size: 2.6rem;
		width: 100%;
	}
	main .shopnewsBox .detailTxt p + p,
	main .shopnewsBox .detailTxt p + dl {
		margin-top: 2.5rem;
	}
	main .shopnewsBox .detailTxt .lead {
		font-size: 2.8rem;
	}
}

/* shopInfo */
main .shopInfo {
	margin-top: 5rem;
}
main .shopInfo .wrap {
	display: flex;
}
main .shopInfo > .wrap {
	padding: 3rem 4rem;
	border: solid 1px var(--grayColor);
	border-radius: 2rem;
	gap: 0 3.7%;
}
main .shopInfo .logo {
	width: 13.2%;
	max-width: 14rem;
}
main .shopInfo .logo img {
	width: 14rem;
	height: 14rem;
	object-fit: contain;
	border-radius: 1rem;
	/* border: solid 1px var(--grayColor); */
}
main .shopInfo .shopDetail {
	width: 73.5%;
}
main .shopInfo .shopDetail .floor {
	margin-left: 1rem;
	padding-left: 2rem;
	font-size: 1.4rem;
	position: relative;
}
main .shopInfo .shopDetail .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 .shopInfo .shopDetail .shopName {
	margin-top: 1rem;
	font-size: 1.8rem;
	font-weight: 700;
}
main .shopInfo .shopDetail .category {
	margin-top: 0.8rem;
	font-size: 1.4rem;
	font-weight: 400;
}
main .shopInfo .shopDetail .btnDetail {
	margin-top: 2rem;
	width: 20rem;
}
main .shopInfo .shopDetail .btnDetail a {
	font-size: 1.5rem;
}
main .shopInfo .tags {
	margin-top: 0;
}
@media (max-width: 768px) {
	main .shopInfo > .wrap {
		padding: 4rem;
		border-width: 0.2rem;
		border-radius: 3rem;
		gap: 0 6.6%;
	}
	main .shopInfo .logo {
		width: 37.7%;
		max-width: 20rem;
	}
	main .shopInfo .logo img {
		width: 20rem;
		height: 20rem;
		border-radius: 1.5rem;
		/* border-width: 0.2rem; */
	}
	main .shopInfo .shopDetail {
		width: 54.7%;
	}
	main .shopInfo .shopDetail .floor {
		margin-left: 2rem;
		padding-left: 3.5rem;
		font-size: 2.4rem;
	}
	main .shopInfo .shopDetail .floor::before {
		width: 3rem;
    height: 3.6rem;
		top: calc(50% - 1.4rem);
	}
	main .shopInfo .shopDetail .shopName {
		font-size: 2.8rem;
		line-height: 1.5;
	}
	main .shopInfo .shopDetail .category {
		font-size: 2.4rem;
		line-height: 1.41;
	}
	main .shopInfo .shopDetail .btnDetail {
		margin-top: 1rem;
		width: 90%;
	}
	main .shopInfo .shopDetail .btnDetail a {
		font-size: 2.4rem;
	}
}

/* other */
main .other {
	margin-top: 5rem;
}
main .other h3 {
	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 {
		margin-top: 5.5rem;
	}
	main .other h3 {
		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;
	}
}

/* btnType01 */
main .shopnews .btnType01 {
	margin: 5.5rem auto 0;
	width: 36rem;
}
@media (max-width: 768px) {
	main .shopnews .btnType01 {
		margin: 5.5rem auto 0;
		width: 52rem;
	}
}