@charset "utf-8";


/* mainSlide */
main .mainVisual {
	position: relative;
}
main .mainSlide {
	display: none;
	height: 41.25vw;
	overflow: hidden;
}
main .mainSlide.slick-initialized {
	display: block;
}
main .mainSlide .slick-list {
	padding-left: 30.1%;
}
main .mainSlide p {
	margin-left: 5rem;
	height: 41.25vw;
}
main .mainTxt {
	width: 30.5vw;
	height: 41.25vw;
	background-color: #fff;
	position: absolute;
	top: 0 ;
	left: 5rem;
}
main .mainTxt::before,
main .mainTxt::after {
	display: block;
	content: '';
	width: 3rem;
	height: 3rem;
	background-image: url(/img/slide_corner.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	z-index: 10;
}
main .mainTxt::before {
	left: -3rem;
}
main .mainTxt::after {
	right: -3rem;
	transform: rotate(90deg);
}
@media (max-width: 1200px) {
	main .mainSlide {
		height: 49.5rem;
	}
	main .mainSlide p {
		height: 49.5rem;
	}
	main .mainTxt {
		width: 37rem;
		height: 49.5rem;
	}
}
@media (max-width: 768px) {
	main .mainVisual {
		position: static;
	}
	main .mainSlide {
		height: auto;
	}
	main .mainSlide .slick-list {
		padding-left: 0;
	}
	main .mainSlide p {
		margin-left: 0;
		height: auto;
	}
	main .mainTxt {
		margin-top: 3rem;
		width: 100%;
		height: auto;
		position: static;
	}
	main .mainTxt::before,
	main .mainTxt::after {
		display: none
	}
}

/* facility */
main .facility {
	margin-top: 10rem;
	padding: 6rem 0;
	position: relative;
}
main .facility .inner {
	max-width: 136rem;
}
main .facility::before {
	display: block;
	content: '';
	width: calc(100% - 5rem);
	height: 100%;
	border-radius: 4rem 0 0 4rem;
	background-image: url(/img/facility_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 5rem;
	z-index: -1;
}
main .facility .wrap {
	margin: 0 auto;
	max-width: 102rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 3rem;
	box-shadow: 0px 0px 1.6rem -0.6rem rgba(0,0,0,0.6);
}
main .facility .wrap > div:nth-child(1) {
	width: 100%;
}
main .facility .wrap > div:nth-child(2),
main .facility .wrap > div:nth-child(3) {
	width: 50%;
}
@media (max-width: 1360px) {
	main .facility::before {
		width: 100%;
		left: 0;
	}
}
@media (max-width: 768px) {
	main .facility {
		margin-top: 11rem;
	}
	main .facility::before {
		background-image: url(/img/facility_bg_sp.png);
	}
	main .facility .wrap {
		border-radius: 3.6rem;
	}
}

/* event */
main .event {
	margin-top: 10rem;
	padding: 1rem 0 8rem;
	position: relative;
}
main .event::before {
	display: block;
	content: '';
	width: calc(100% - 5rem);
	height: 100%;
	border-radius: 4rem 0 0 4rem;
	background-color: var(--subColor);
	position: absolute;
	top: 0;
	left: 5rem;
	z-index: -1;
}
main .event .ttl {
	position: relative;
	top: -4.5rem;
}
main .event .wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 5.5rem 1.6%;
}
main .event .wrap > div {
	width: 23.75%;
}
main .event .pic {
	width: 100%;
	max-width: 28.5rem;
}
main .event .pic img {
	width: 28.5rem;
	height: 28.5rem;
	object-fit: cover;
	border-radius: 2rem;
}
main .event .ttlTxt {
	margin-top: 0.8rem;
	font-weight: 700;
}
main .event .period {
	margin-top: 0.3rem;
	font-size: 1.4rem;
	font-weight: 400;
}
main .event .btnType01 {
	margin: 5.5rem auto 0;
	width: 32rem;
}
@media (max-width: 1360px) {
	main .event::before {
		width: 100%;
		left: 0;
	}
}
@media (max-width: 768px) {
	main .event {
		margin-top: 11rem;
		padding: 1rem 0 7rem;
	}
	main .event .ttl {
		margin-bottom: -3rem;
		top: -6.5rem;
	}
	main .event .wrap {
		gap: 5.5rem 4.3%;
	}
	main .event .wrap > div {
		width: 47.8%;
	}
	main .event .pic {
		max-width: 33rem;
	}
	main .event .pic img {
		width: 33rem;
		height: 33rem;
		border-radius: 2.3rem;
	}
	main .event .ttlTxt {
		margin-top: 1.3rem;
		font-size: 2.6rem;
		line-height: 1.5;
	}
	main .event .period {
		margin-top: 0.5rem;
		font-size: 2.4rem;
	}
	main .event .btnType01 {
		margin: 5.5rem auto 0;
		width: 48rem;
	}
}

/* feature */
/* main .feature {
	margin-top: 10rem;
	padding: 1rem 0 8rem;
	position: relative;
}
main .feature::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;
}
main .feature .ttl {
	position: relative;
	top: -4.5rem;
}
main .feature .wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 5rem 2.5%;
}
main .feature .wrap > div {
	width: 31.6%;
}
main .feature .pic {
	border-radius: 2rem;
}
main .feature .ttlTxt {
	margin-top: 1.5rem;
	font-weight: 700;
}
main .feature .period {
	margin-top: 0.5rem;
	font-size: 1.4rem;
	font-weight: 400;
}
@media (max-width: 1360px) {
	main .feature::before {
		width: 100%;
		right: 0;
	}
}
@media (max-width: 768px) {
	main .feature {
		margin-top: 12rem;
		padding: 1rem 0 8rem;
	}
	main .feature .ttl {
		margin-bottom: -3rem;
		top: -6.5rem;
	}
	main .feature .wrap {
		flex-wrap: nowrap;
		gap: 0 4.3%;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		padding-bottom: 3rem;
	}
	main .feature .wrap > div {
		width: 56.5%;
		flex: 0 0 56.5%;
		scroll-snap-align: start;
	}
	main .feature .pic {
		border-radius: 2.3rem;
	}
	main .feature .ttlTxt {
		margin-top: 1rem;
		font-size: 2.6rem;
		line-height: 1.5;
	}
	main .feature .period {
		font-size: 2.4rem;
	}
} */

/* information */
main .information {
	margin-top: 7rem;
}
main .information .wrap {
	display: flex;
	align-items: center;
	gap: 0 7rem;
}
main .information .ttlWrap {
	width: 19rem;
}
main .information .ttlWrap .btnType03 {
	margin: 1.5rem auto 0;
	width: 100%;
}
main .information .ttlWrap .ttl {
	font-size: 4.6rem;
}
main .information .infoWrap {
	width: 94rem;
	border-bottom: solid 1px var(--grayColor);
}
main .information .info {
	border-top: solid 1px var(--grayColor);
}
main .information .info a {
	padding: 2.5rem 0;
	display: flex;
	align-items: center;
	gap: 0 1.5rem;
}
main .information .info .date {
	margin-right: 0.5rem;
	font-size: 1.4rem;
	color: #666;
}
main .information .info .tags {
	margin-top: 0;
}
main .information .info .txt {
	position: relative;
}
main .information .info .pdf .txt::after {
	margin-left: 0.7rem;
	display: inline-block;
	content: '';
	width: 3.5rem;
	height: 2.1rem;
	background-image: url(/common/img/icon_pdf.svg);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: bottom;
}
main .information .info .page .txt::after {
	margin-left: 0.7rem;
	display: inline-block;
	content: '';
	width: 2rem;
	height: 2rem;
	background-image: url(/common/img/icon_blank.svg);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: bottom;
}
main .information .info .tagsFacility {
	margin-top: 0;
	gap: 0 1rem;
}
main .information .info .tagsFacility li {
	width: 11rem;
	border: solid 1px var(--grayColor);
	border-radius: 0.3rem;
}
@media (max-width: 768px) {
	main .information {
		margin-top: 6rem;
	}
	main .information .wrap {
		flex-direction: column;
		gap: 1.5rem 0;
	}
	main .information .ttlWrap {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	main .information .ttlWrap .btnType03 {
		margin: 0;
		width: 25rem;
	}
	main .information .ttlWrap .ttl {
		font-size: 5.8rem;
	}
	main .information .infoWrap {
		width: 100%;
		border-width: 0.2rem;
	}
	main .information .info {
		border-width: 0.2rem;
	}
	main .information .info a {
		flex-wrap: wrap;
		gap: 0.5rem 1.5rem;
	}
	main .information .info .date {
		font-size: 2.4rem;
	}
	main .information .info .txt {
		width: 100%;
		font-size: 2.6rem;
		line-height: 1.5;
	}
	main .information .info .pdf .txt::after {
		margin-left: 1.3rem;
		width: 6.2rem;
		height: 3.4rem;
	}
	main .information .info .page .txt::after {
		margin-left: 1.3rem;
		width: 3rem;
		height: 3rem;
		vertical-align: sub;
	}
	main .information .info .tagsFacility {
		margin-top: 1rem;
		width: 100%;
	}
	main .information .info .tagsFacility li {
		box-sizing: content-box;
		width: 16rem;
		border-width: 0.2rem;
		border-radius: 0.5rem;
	}
}

/* shopnews */
/* main .shopnews {
	margin-top: 6rem;
	padding: 1rem 0 5rem;
	position: relative;
}
main .shopnews::before {
	display: block;
	content: '';
	width: calc(100% - 5rem);
	height: 100%;
	border-radius: 4rem 0 0 4rem;
	background-color: var(--subColor);
	position: absolute;
	top: 0;
	left: 5rem;
	z-index: -1;
}
main .shopnews .ttl {
	position: relative;
	top: -4.5rem;
}
main .shopnews .wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 6rem 1.6%;
}
main .shopnews .wrap > div {
	width: 23.75%;
}
main .shopnews .pic {
	width: 100%;
	max-width: 28.5rem;
}
main .shopnews .pic img {
	width: 28.5rem;
	height: 28.5rem;
	object-fit: cover;
	border-radius: 2rem;
}
main .shopnews .date {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	font-weight: 400;
}
main .shopnews .ttlTxt {
	margin-top: 0.5rem;
	font-weight: 700;
}
main .shopnews .shopName {
	margin-top: 0.5rem;
	font-size: 1.4rem;
	font-weight: 400;
}
main .shopnews .btnType01 {
	margin: 5.5rem auto 0;
	width: 32rem;
}
@media (max-width: 1360px) {
	main .shopnews::before {
		width: 100%;
		left: 0;
	}
}
@media (max-width: 768px) {
	main .shopnews {
		margin-top: 6rem;
		padding: 1rem 0 7rem;
	}
	main .shopnews .ttl {
		margin-bottom: -3rem;
		top: -6.5rem;
	}
	main .shopnews .wrap {
		gap: 5.5rem 4.3%;
	}
	main .shopnews .wrap > div {
		width: 47.8%;
	}
	main .shopnews .pic {
		max-width: 33rem;
	}
	main .shopnews .pic img {
		width: 33rem;
		height: 33rem;
		border-radius: 2.3rem;
	}
	main .shopnews .date {
		margin-top: 1rem;
		font-size: 2.4rem;
	}
	main .shopnews .ttlTxt {
		margin-top: 0;
		font-size: 2.6rem;
		line-height: 1.5;
	}
	main .shopnews .shopName {
		font-size: 2.4rem;
	}
	main .shopnews .btnType01 {
		width: 48rem;
	}
} */

/* bnrEmiterrace */
main .bnrEmiterrace {
	margin-top: 10rem;
}
@media (max-width: 768px) {
	main .bnrEmiterrace {
		margin-top: 8rem;
	}
}

/* access */
main .access {
	margin-top: 12rem;
	background-color: var(--subColor);
}
main .access .wrap {
	display: flex;
	align-items: center;
}
main .access .ttlWrap {
	padding: 0 3%;
	width: 41.9%;
}
main .access .ttlWrap .address {
	margin-top: 2rem;
	display: flex;
	justify-content: center;
	gap: 0 4rem;
}
main .access .ttlWrap .address dl {
	width: 26rem;
}
main .access .ttlWrap .address dd {
	margin-top: 1rem;
	font-size: 1.4rem;
	line-height: 2.4rem;
}
main .access .ttlWrap .btnAccess {
	margin-top: 3rem;
	text-align: center;
}
main .access .ttlWrap .btnAccess .txt {
	font-size: 1.4rem;
	line-height: 1.8rem;
}
main .access .ttlWrap .btnAccess .btnType01 {
	margin: 1rem auto 0;
	width: 28rem;
}
main .access .map {
	width: 58%;
}
@media (max-width: 768px) {
	main .access {
		margin-top: 8rem;
	}
	main .access .wrap {
		flex-direction: column-reverse;
	}
	main .access .ttlWrap {
		margin-top: 5rem;
		padding: 0 3rem 7rem;
		width: 100%;
	}
	main .access .ttlWrap .address {
		gap: 0 2rem;
	}
	main .access .ttlWrap .address dl {
		width: calc((100% - 2rem) / 2);
	}
	main .access .ttlWrap .address dd {
		margin-top: 2rem;
		font-size: 2.4rem;
		line-height: 3.6rem;
	}
	main .access .ttlWrap .btnAccess {
		margin-top: 5rem;
	}
	main .access .ttlWrap .btnAccess .txt {
		font-size: 2.4rem;
		line-height: 3.6rem;
	}
	main .access .ttlWrap .btnAccess .btnType01 {
		margin: 2rem auto 0;
		width: 60.8%;
	}
	main .access .map {
		width: 100%;
	}
}

