/* Content */
#content {
	position: relative;
}

/* Sub Headline */
.sub-headline {
	display: flex;
	align-items: center;
	height:400px;
	overflow: hidden;
}

.sub-headline-container {
	max-width:1430px;
	width:100%;
	margin:0 auto;
	padding:0px 15px;
}

.sub-headline-title {
	font-family: "Cormorant", serif;
	font-size:7rem;
	font-weight:600;
	line-height:.7;
	margin-bottom:40px;
}

.sub-headline-text {
	font-family: "Cormorant", serif;
	font-size:3.2rem;
	font-weight:700;
	line-height:.7;
}

@media (max-width:1200px) {
	.sub-headline-title {
		font-size:6rem;
	}

	.sub-headline-text {
		font-size:3rem;
	}
}
@media (max-width:1024px) {
	.sub-headline {
		height:320px;
	}

	.sub-headline-title {
		font-size:4.8rem;
		margin-bottom:30px;
	}

	.sub-headline-text {
		font-size:2.6rem;
	}
}
@media (max-width:768px) {
	.sub-headline {
		height:180px;
	}

	.sub-headline-title {
		font-size:3.6rem;
		margin-bottom:16px;
	}

	.sub-headline-text {
		font-size:1.6rem;
	}
}
@media (max-width:500px) {
	.sub-headline {
		height:160px;
	}

	.sub-headline-title {
		font-size:3rem;
		margin-bottom:16px;
	}

	.sub-headline-text {
		font-size:1.4rem;
	}
}


/* Img */
.img-pc {
	display: block;
}

.img-mo {
	display: none;
}

@media (max-width:768px) {
	.img-pc {
		display: none;
	}

	.img-mo {
		display: block;
	}
}


/* Share */
.sub-share {
	position: relative;
	padding:120px 0px 80px;
}

.sub-share::after {
	content: "";
	display: block;
	position: absolute;
	top:0;
	left:0;
	max-width: 2200px;
	width:0;
	/* width:86.459%; */
	height:600px;
	background-color: #c7987b;
	z-index:-1;
}

.sub-share--blue::after {
	left: unset;
	right:0;
	background-color: #303b49;
}

.sub-share-title {
	font-size:4.4rem;
	line-height:.7;
}

.sub-share-text {
	font-size:1.8rem;
	line-height:1.7;
}

.sub-share.aos-animate::after {
	animation: share-right 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@media (max-width:1200px) {
	.sub-share {
		padding:100px 0px 80px;
	}

	.sub-share::after  {
		height:520px;
	}

	.sub-share-title {
		font-size:4rem;
	}

	.sub-share-text {
		font-size:1.7rem;
	}
}
@media (max-width:1024px) {
	.sub-share {
		padding:80px 0px 40px;
	}

	.sub-share::after {
		height:420px;
	}

	.sub-share-title {
		font-size:3rem;
	}

	.sub-share-text {
		font-size:1.6rem;
	}
}
@media (max-width:768px) {
	.sub-share {
		padding:60px 0px 30px;
	}

	.sub-share-title {
		font-size:2.6rem;
	}

	.sub-share-text {
		font-size:1.4rem;
		line-height:1.5;
	}
}
@media (max-width:500px) {
	.sub-share {
		padding:40px 0px 20px;
	}

	.sub-share::after {
		height:280px;
	}

	.sub-share-title {
		font-size:2.4rem;
	}

	.sub-share-text {
		font-size:1.2rem;
	}
}


/* Navi */
.navi {
	position: absolute;
	top:0;
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width:100%;
	background-color: #fff;
	z-index:20;
	/* -webkit-transition:all .3s ease;
	transition:all .3s ease; */
}

.navi-container {
	max-width:1430px;
	width:100%;
	margin:0 auto;
	padding:0px 15px;
}

.navi-menu {
	display: flex;
}

.navi-menu li {
	flex:1 1;
	position: relative;
	border-bottom:3px solid #eeeeee;
}

.navi-menu li a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height:80px;
	font-family: "Cormorant", serif;
	font-size:2.4rem;
	font-weight:600;
}

.navi-menu li a::after {
	content: "";
	display: inline-block;
	position: absolute;
	left:0;
	bottom:-3px;
	width:100%;
	height:3px;
	background-color: #c7987b;
	opacity:0;
	-webkit-transition:all .4s ease;
	transition:all .4s ease;
}

.navi-menu li.on a {
	font-weight:700;
	color:#c7987b;
}

.navi-menu li.on a::after {
	opacity: 1;
}

body[data-position = 'down'] .navi {
	position: fixed;
	top:90px;
}

@media (max-width:1200px) {
	.navi-menu li {
		border-width:2px;
	}

	.navi-menu li a {
		height:50px;
		font-size:2rem;
	}

	.navi-menu li a::after {
		bottom:-2px;
		height:2px;
	}

	body[data-position = 'down'] .navi {
		top:60px;
	}
}
@media (max-width:1024px) {
	.navi-menu li a {
		height:44px;
		font-size:1.8rem;
	}
}
@media (max-width:768px) {
	.navi-menu li a {
		height:36px;
		font-size:1.6rem;
	}

	.navi-menu li a::after {
		height:2px;
		bottom:-2px;
	}
}
@media (max-width:500px) {
	.navi-menu li a {
		height:32px;
		font-size:1.4rem;
	}
}


/* Accommodation */
.amt .sec {
	padding:0px 0px 150px;
}

.amt .photo-list {
	display: flex;
	flex-wrap: wrap;
	margin:-15px;
}

.amt .photo-list li {
	flex:1 0 50%;
	max-width:50%;
	padding:15px;
}

.amt .photo-list .img {
	position: relative;
	width:100%;
	height:0;
	padding-top: calc(458/686*100%);
	overflow: hidden;
}

.amt .photo-list .img img {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
}

.amt .photo-list .cont {
	position: relative;
}

.amt .photo-list .title {
	font-size:3.6rem;
	padding:40px 0px 60px;
}

.amt .photo-list .hover {
	position: absolute;
	left:50%;
	bottom:50px;
	opacity:0;
	visibility: hidden;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width:calc(100% - 60px);
	padding:40px 50px;
	background-color: #f9f4f2;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}

.amt .photo-list .hover-title {
	text-align: center;
	font-size:3.6rem;
	line-height:.7;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid #bfbfbf;
}

.amt .photo-list .hover-title span {
	display: none;
}

.amt .photo-list .hover-info dd {
	position: relative;
	padding-left:30px;
	margin-bottom:10px;
	font-size:1.6rem;
}

.amt .photo-list .hover-info dd:last-child {
	margin-bottom:0px;
}

.amt .photo-list .hover-info img {
	position: absolute;
	top:50%;
	left:0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width:16px;
}

@media (min-width:769px) {
	.amt .photo-list li:hover .img img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	.amt .photo-list li:hover .hover {
		bottom:0;
		opacity: 1;
		visibility: visible;
	}
}
@media (max-width:1200px) {
	.amt .sec {
		padding:0px 0px 120px;
	}

	.amt .photo-list .title {
		font-size:3.2rem;
	}

	.amt .photo-list .hover-title {
		font-size:3.2rem;
	}

	.amt .photo-list .hover-info dd {
		font-size:1.5rem;
	}
}
@media (max-width:1024px) {
	.amt .sec {
		padding:0px 0px 100px;
	}

	.amt .photo-list {
		margin:-10px;
	}
	
	.amt .photo-list li {
		padding:10px;
	}

	.amt .photo-list .title {
		font-size:2.8rem;
		padding:30px 0px 40px;
	}

	.amt .photo-list .hover {
		width: calc(100% - 40px);
		padding:30px;
	}

	.amt .photo-list .hover-title {
		font-size:2.8rem;
		padding-bottom:20px;
		margin-bottom:20px;
	}

	.amt .photo-list .hover-info dd {
		font-size:1.4rem;
		padding-left:20px;
	}

	.amt .photo-list .hover-info img {
		width:14px;
	}
}
@media (max-width:768px) {
	.amt .sec {
		padding:0px 0px 60px;
	}

	.amt .photo-list li {
		flex:1 1 100%;
		max-width:100%;
	}

	.amt .photo-list .img img {
		width: 100%;
	}

	.amt .photo-list .title {
		display: none;
	}

	.amt .photo-list .hover {
		position: relative;
		left: unset;
		bottom: unset;
		opacity: 1;
		visibility: visible;
		-webkit-transform: none;
		transform: none;
		width:100%;
		padding:30px 0px;
		background-color: transparent;
	}

	.amt .photo-list .hover-title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		text-align: left;
		font-size:2rem;
	}

	.amt .photo-list .hover-title span {
		display: block;
		position: relative;
		padding-right:24px;
		text-align: right;
		font-size:1.4rem;
	}

	.amt .photo-list .hover-title span::after {
		content: "";
		display: block;
		position: absolute;
		top:50%;
		right:0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width:20px;
		height:10px;
		background-image: url('/child/img/sub/ammt/list/btn_arr.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size:auto 10px;
	}

	.amt .photo-list .hover-info img {
		width:12px;
	}
}
@media (max-width:500px) {
	.amt .photo-list {
		margin:-6px;
	}
	
	.amt .photo-list li {
		padding:6px;
	}

	.amt .photo-list .hover {
		padding:20px 0px;
	}

	.amt .photo-list .hover-title {
		font-size:1.8rem;
		padding-bottom:16px;
		margin-bottom:16px;
	}

	.amt .photo-list .hover-title span {
		font-size:1.2rem;
		padding-right:20px;
	}

	.amt .photo-list .hover-title span::after {
		height:8px;
		background-size: auto 8px;
	}

	.amt .photo-list .hover-info dd {
		font-size:1.2rem;
		padding-left:16px;
		margin-bottom:6px;
	}
	
}


/* Entire */
.entire .sec-heading {
	margin-bottom:80px;
}

.entire .sec-title {
	font-size:4.4rem;
	line-height:.7;
	margin-bottom:40px;
}

.entire .sec-text {
	font-size:1.8rem;
	line-height:1.7;
}

.entire .banner {
	position: relative;
	width:100%;
	height:calc(var(--vh, 1vh) * 100);
	overflow: hidden;
}

.entire .banner .context {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width:1430px;
	width:100%;
	margin:0 auto;
	padding:0px 15px;
	z-index:10;
}

.entire .banner .context .title {
	font-size: 7rem;
	line-height: .7;
	margin-bottom:40px;
}

.entire .banner .context .text {
	font-size:3.2rem;
	line-height: .7;
}

.entire .banner .background {
	position: absolute;
  left: 0;
  top: 0;
	width:100%;
	height:100%;
	clip: rect(0, auto, auto, 0);
}

.entire .banner .background div {
	display: block;
	position: fixed;
	top: 0;
  left: 0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.entire .swiper-container {
	position: relative;
	height:100%;
}

.entire .swiper-wrapper {
	height:100%;
}

.entire .swiper-slide {
	height:100%;
	overflow: hidden;
}

.entire .prev,
.entire .next {
	position: absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 60px;
	height:60px;
	background-color:rgba(0,0,0,.2);
	background-repeat: no-repeat;
	background-position: center;
	z-index:10;
	cursor: pointer;
	-webkit-transition:all .4s ease;
	transition:all .4s ease;
}

.entire .prev {
	left:0;
	background-image: url('/child/img/sub/btn_prev.png');
}

.entire .next {
	right:0;
	background-image: url('/child/img/sub/btn_next.png');
}

.entire .prev:hover,
.entire .next:hover {
	background-color: rgba(0,0,0,1);
}

.entire .hd {
	padding-bottom:60px;
}

.entire .tit {
	position: relative;
	display: flex;
	align-items: center;
	gap:20px;
	font-size:3.6rem;
	line-height: .7;
}

.entire .tit i {
	display: block;
	width:24px;
	height:2px;
	background-color: #707070;
}

.entire .tit--after span {
	position: relative;
	width: calc(100% - 44px);
}

.entire .tit--after::after {
	content: "※ 이용 시 별도 옵션 비용이 부과됩니다.";
	display: block;
	position: absolute;
	top:50%;
	left:210px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'SUITE', sans-serif;
	font-size:1.8rem;
	font-weight:400;
}

.entire .intro .din {
	align-items: center;
}

.entire .intro .lt {
	width:59%;
}

.entire .intro .rt {
	width:41%;
}

.entire .intro .info dt {
	font-size:4.4rem;
	line-height: 1;
	color:#b38060;
	padding-bottom:30px;
	margin-bottom:40px;
	border-bottom: 1px solid #bfbfbf;
}

.entire .intro .info dd {
	display:flex;
	align-items: center;
	margin-bottom:30px;
}

.entire .intro .info dd:last-child {
	margin-bottom:80px;
}

.entire .intro .info span {
	width: calc(100% - 180px);
}

.entire .intro .info span.essential {
	width: 100%;
	font-size:1.4rem;
	font-weight:700;
	color:#be2929
}

.entire .intro .info .dot {
	position: relative;
	width:180px;
	padding-left:30px;
}

.entire .intro .info .dot img {
	position: absolute;
	top:50%;
	left:0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.entire .intro .button {
	max-width:180px;
	width:100%;
	height:50px;
	font-size:1.6rem;
	font-weight:700;
}

.entire .offer .box {
	display: flex;
	align-items: center;
	gap:30px;
	padding:50px;
	background-color: #f9f4f2;	
}

.entire .offer .box p {
	font-size:1.8rem;
	line-height:1.7;
}

.entire .inside .img {
	position: relative;
	width:100%;
	height:0;
	padding-top: calc(850/1920*100%);
	overflow: hidden;
}

.entire .inside .img img {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
}

.entire .video .video-inner {
	position: relative;
	width:100%;
	height:0;
	padding-top: calc(788/1400*100%);
	overflow: hidden;
	margin-bottom:20px;
}

.entire .video .video-inner:last-child {
	margin-bottom:0px;
}

.entire .video .video-iframe {
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height:100%;
	z-index:1;
}

.entire .video .video-cover {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.entire .video .video-icon {
	display: block;
	width:97px;
	height:68px;
	background: url('/child/img/sub/btn_play.png') no-repeat center;
	font-size:0px;
}

.entire .design .bd p {
	font-size: 1.6rem;
}

.entire .service {
	background-color: #f9f4f2;
}

.entire .service .swiper-container {
	overflow: visible;
}

.entire .service .pagination {
	position: relative;
	top:unset;
	left: unset;
	right:unset;
	bottom: unset;
	width:100%;
	height:4px;
	margin-top:50px;
	background-color: #fff;
}

.entire .service  .swiper-pagination-progressbar-fill {
	background-color: #303b49;
}

.entire .service .cont {
	padding-top:30px;
}

.entire .service .subject {
	font-size:2.4rem;
	font-weight:600;
	margin-bottom:20px;
}

.entire .service .detail {
	font-size:1.8rem;
	line-height:1.7;
}

@media (max-width:1200px) {
	.entire .sec-title {
		font-size:4rem;
	}

	.entire .sec-text {
		font-size:1.7rem;
	}

	.entire .banner .context .title {
		font-size: 6rem;
	}

	.entire .banner .context .text {
		font-size: 3rem;
	}

	.entire .tit {
		font-size:3.2rem;
	}	

	.entire .tit--after::after {
		font-size:1.5rem;
	}

	.entire .intro .info dt {
		font-size:4rem;
	}

	.entire .intro .info dd {
		margin-bottom:20px;
	}

	.entire .intro .info dd:last-child {
		margin-bottom:60px;
	}

	.entire .intro .info span {
		font-size:1.5rem;
	}

	.entire .intro .info span.essential {
		font-size:1.1rem;
	}

	.entire .intro .button {
		font-size:1.5rem;
	}

	.entire .offer .box p {
		font-size:1.7rem;
	}

	.entire .design .bd p {
		font-size: 1.5rem;
	}

	.entire .service .subject {
		font-size:2rem;
	}
	
	.entire .service .detail {
		font-size:1.7rem;
	}
}
@media (max-width:1024px) {
	.entire .sec-heading {
		margin-bottom:60px;
	}

	.entire .sec-title {
		font-size:3.6rem;
		margin-bottom:30px;
	}

	.entire .sec-text {
		font-size:1.6rem;
	}

	.entire .banner .context .title {
		font-size: 4.8rem;
		margin-bottom:30px;
	}

	.entire .banner .context .text {
		font-size:2.6rem;
	}

	.entire .hd {
		padding-bottom:40px;
	}

	.entire .tit {
		gap:12px;
		font-size:2.8rem;
	}

	.entire .tit i {
		width:18px;
	}

	.entire .tit--after::after {
		left:150px;
		font-size:1.4rem;
	}

	.entire .intro .info dt {
		font-size:3.6rem;
		padding-bottom:20px;
		margin-bottom:30px;
	}

	.entire .intro .info dd:last-child {
		margin-bottom:40px;
	}

	.entire .intro .info span {
		width: calc(100% - 140px);
		font-size:1.4rem;
	}

	.entire .intro .info span.essential {
		font-size:1rem;
	}

	.entire .intro .info .dot {
		width:140px;
		padding-left:20px;
	}

	.entire .intro .info .dot img {
		width: 14px;
	}

	.entire .intro .button  {
		max-width:160px;
		height:46px;
		font-size:1.4rem;
	}

	.entire .offer .box {
		gap:20px;
		padding:30px;
	}

	.entire .offer .box img {
		width:36px;
	}

	.entire .offer .box p {
		font-size:1.6rem;
	}

	.entire .video .video-icon {
		height:46px;
		background-size:auto 46px;
	}

	.entire .design .bd p {
		font-size: 1.4rem;
	}

	.entire .service .cont {
		padding-top:20px;
	}

	.entire .service .subject {
		font-size:1.8rem;
		margin-bottom:16px;
	}
	
	.entire .service .detail {
		font-size:1.6rem;
	}

	.entire .service .pagination {
		margin-top:30px;
		height:3px;
	}
}
@media (max-width:768px) {
	.entire .sec-heading {
		margin-bottom:30px;
	}

	.entire .sec-title {
		font-size:2.6rem;
	}

	.entire .sec-text {
		font-size:1.4rem;
		line-height:1.5;
	}

	.entire .banner .context .title {
		font-size: 3.6rem;
		margin-bottom:20px;
	}
	
	.entire .banner .context .text {
		font-size:1.6rem;
	}
	
	.entire .swiper-slide img {
		width: 100%;
	}

	.entire .prev, .entire .next {
		width:40px;
		height:40px;
		background-size:auto 12px;
	}

	.entire .hd {
		padding-bottom:30px;
	}

	.entire .tit {
		flex-wrap: wrap;
		gap:8px;
		font-size:2rem;
	}

	.entire .tit i {
		width:12px;
	}

	.entire .tit--after::after {
		width:100%;
		position:relative;
		top:unset;
		left:unset;
		-webkit-transform: none;
		transform: none;
		margin-top:12px;
		font-size:1.2rem;
	}

	.entire .intro .din {
		flex-wrap: wrap;
		gap:30px;
	}

	.entire .intro .lt {
		width: 100%;
	}

	.entire .intro .rt {
		width: 100%;
	}

	.entire .intro .info dt {
		font-size:2.4rem;
		margin-bottom:20px;
	}
	
	.entire .intro .info .dot img {
		width: 12px;
	}

	.entire .intro .button {
		max-width:100%;
	}

	.entire .offer .box {
		flex-wrap: wrap;
		padding:20px;
	}

	.entire .offer .box img {
		width:30px;
	}

	.entire .offer .box p {
		width: 100%;
		font-size:1.4rem;
		line-height:1.5;
	}

	.entire .inside .bd {
		padding:0px 15px;
	}
	
	.entire .inside .img {
		padding-top: calc(500/800*100%);
	}

	.entire .video .video-icon {
		height:36px;
		background-size:auto 36px;
	}

	.entire .design .bd p {
		font-size: 1.3rem;
	}

	.entire .service .swiper-wrapper {
		flex-direction: column;
		gap:40px;
		transform: none !important;
	}

	.entire .service .swiper-slide {
		width: 100%;
	}

	.entire .service .pagination {
		display: none;
	}

	.entire .service .subject {
		line-height:1;
		margin-bottom:10px;
	}

	.entire .service .detail {
		font-size:1.4rem;
		line-height:1.5;
	}
}
@media (max-width:500px) {
	.entire .sec-title {
		font-size:2.4rem;
		margin-bottom:16px;
	}

	.entire .sec-text {
		font-size:1.2rem;
	}

	.entire .banner .context .title {
		font-size: 3.2rem;
		margin-bottom:16px;
	}
	
	.entire .banner .context .text {
		font-size:1.4rem;
	}

	.entire .prev, .entire .next {
		width:28px;
		height:28px;
		background-size:auto 10px;
	}

	.entire .hd {
		padding-bottom:20px;
	}

	.entire .tit {
		gap:6px;
		font-size:1.8rem;	
	}

	.entire .tit--after::after {
		margin-top:8px;
		font-size: 1rem;
	}

	.entire .intro .din {
		gap:20px;
	}

	.entire .intro .info dt {
		font-size:2rem;
		padding-bottom:16px;
		margin-bottom:16px;
	}

	.entire .intro .info dd {
		margin-bottom:16px;
	}

	.entire .intro .info dd:last-child {
		margin-bottom:30px;
	}

	.entire .intro .info span {
		width: calc(100% - 110px);
		font-size:1.2rem;
	}

	.entire .intro .info .dot {
		width:110px;
		padding-left:18px;
	}

	.entire .intro .button {
		height:36px;
		font-size:1.2rem;
	}

	.entire .offer .box {
		gap:12px;
		padding:16px;
	}

	.entire .offer .box img {
		width:24px;
	}

	.entire .offer .box p {
		font-size:1.2rem;
	}

	.entire .video .video-inner {
		margin-bottom:10px;
	}

	.entire .video .video-icon {
		height:24px;
		background-size:auto 24px;
	}

	.entire .design .bd p {
		font-size: 1.2rem;
	}

	.entire .service .swiper-wrapper {
		gap:20px;
	}

	.entire .service .cont {
		padding-top:16px;
	}

	.entire .service .subject {
		font-size:1.6rem;
		margin-bottom:6px;
	}

	.entire .service .detail {
		font-size:1.2rem;
	}
}


/* Facility */
.facility {
	padding:180px 0px 0px;
	/* margin:80px 0px 0px; */
}

.facility .sec {
	padding:0px 0px 150px;
}

.facility .layer {
	position: relative;
}

.facility .layer01,
.facility .layer03 {
	padding:0px 0px 120px;
}

.facility .sight .swiper-container {
	height:100%;
}

.facility .sight .swiper-wrapper {
	height:100%;
}

.facility .sight .swiper-slide {
	height:100%;
	overflow: hidden;
}

.facility .sight .swiper-slide img {
	width: 100%;
}

.facility .sight .prev,
.facility .sight .next {
	position: absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 60px;
	height:60px;
	background-color:rgba(0,0,0,.2);
	background-repeat: no-repeat;
	background-position: center;
	z-index:10;
	cursor: pointer;
	-webkit-transition:all .4s ease;
	transition:all .4s ease;
}

.facility .sight .prev {
	left:0;
	background-image: url('/child/img/sub/btn_prev.png');
}

.facility .sight .next {
	right:0;
	background-image: url('/child/img/sub/btn_next.png');
}

.facility .sight .prev:hover,
.facility .sight .next:hover {
	background-color: rgba(0,0,0,1);
}

.facility .sight .din {
	gap:30px;
	margin-top:60px;
}

.facility .sight .box {
	flex:1 1;
}

.facility .sight .box dl {
	display: flex;
}

.facility .sight .box dt {
	display: flex;
	align-items: center;
	width:180px;
	gap:10px;
	font-size:1.8rem;
	font-weight:700;
}

.facility .sight .box dd {
	width: calc(100% - 180px);
	font-size:1.8rem;
}

.facility .sight .box em {
	font-style: normal;
}


.facility .dinning {
	display: block;
	position: relative;
	width:100%;
	height:0;
	padding-top:calc(550/1920*100%);
	overflow: hidden;
}

.facility .dinning .container {
	position: absolute;
	left:50%;
	bottom:80px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index:10;
}

.facility .dinning .background {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip: rect(0, auto, auto, 0);
}

.facility .dinning .background-img {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background-image: url('/child/img/sub/facility/img_dinning.jpg');
  background-size: cover;
  background-position: center center;
}

.facility .dinning .tit {
	font-size:4.4rem;
	color:#fff;
	line-height:.7;
	margin-bottom:30px;
}

.facility .dinning .txt {
	font-size:1.8rem;
	line-height:1.7;
	color:#fff;
}

.facility .dinner {
	padding:120px 0px;
}

.facility .dinner .hd {
	padding-bottom:60px;
}

.facility .dinner .tit {
	display: flex;
	align-items: center;
	gap:20px;
	margin-bottom:30px;
	font-size:3.6rem;
	line-height: .7;
}

.facility .dinner .tit i {
	display: block;
	width:24px;
	height:2px;
	background-color: #707070;
}

.facility .dinner .txt {
	font-size:1.8rem;
	line-height:1.7;
}

.facility .dinner .list {
	display: flex;
	margin:-15px;
}

.facility .dinner .list li {
	flex:1 1 33.33%;
	padding: 15px;
}

.facility .dinner .cont {
	padding-top:30px;
}

.facility .dinner .subject {
	font-size:2.4rem;
	font-weight:600;
	margin-bottom:20px;
}

.facility .dinner .detail {
	font-size:1.6rem;
	line-height:1.6;
	color:#595959;
}

.facility .dessert {
	padding:120px 0px;
	background-color: #f9f4f2;
}

.facility .dessert .block {
	display: flex;
	align-items: center;
	gap:30px;
	margin-bottom:120px;
}

.facility .dessert .block:last-child {
	margin-bottom:0px;
}

.facility .dessert .lt,
.facility .dessert .rt {
	flex:1 1;
}

.facility .dessert .txt .t01 {
	display: flex;
	align-items: center;
	gap:20px;
	margin-bottom:30px;
	font-size:3.6rem;
	line-height: .7;
}

.facility .dessert .txt .t01 i {
	display: block;
	width:24px;
	height:2px;
	background-color: #707070;
}

.facility .dessert .txt .t02 {
	font-size:1.8rem;
	line-height:1.6;
}

.facility .dessert .alarm {
	position: relative;
	font-size:1.8rem;
	line-height:1.7;
	padding-left:30px;
}

.facility .dessert .alarm img {
	position: absolute;
	top:6px;
	left:0;
}

.facility .dessert .caution dd {
	display: flex;
	gap:6px;
	font-size: 1.6rem;
	line-height: 1.7;
	margin-top:20px;
}

.facility .dessert .caution dd span {
	display: block;
}

@media (max-width:1200px) {	
	.facility .sec {
		padding:0px 0px 120px;
	}
	
	.facility .layer01,
	.facility .layer03 {
		padding:0px 0px 100px;
	}

	.facility .sight .box dt {
		font-size:1.7rem;
	}
	
	.facility .sight .box dd {
		font-size:1.7rem;
	}

	.facility .dinning {
		padding-top: calc(500/1200*100%);
	}
	
	.facility .dinning .tit {
		font-size:4rem;
	}
	
	.facility .dinning .txt {
		font-size:1.7rem;
	}

	.facility .dinner {
		padding:100px 0px;
	}

	.facility .dinner .tit {
		font-size:3.2rem;
	}

	.facility .dinner .txt {
		font-size:1.7rem;
	}

	.facility .dinner .subject {
		font-size:2rem;
	}

	.facility .dinner .detail {
		font-size:1.5rem;
	}

	.facility .dessert {
		padding:100px 0px;
	}
	
	.facility .dessert .block {
		margin-bottom:100px;
	}

	.facility .dessert .txt .t01 {
		font-size:3.2rem;
	}

	.facility .dessert .txt .t02 {
		font-size:1.7rem;
	}

	.facility .dessert .alarm {
		font-size:1.7rem;
	}

	.facility .dessert .caution dd {
		font-size:1.5rem;
	}
}
@media (max-width:1024px) {
	.facility {
		padding:120px 0px 0px;
		/* margin:60px 0px 0px; */
	}

	.facility .sec {
		padding:0px 0px 100px;
	}
	
	.facility .layer01,
	.facility .layer03 {
		padding:0px 0px 80px;
	}

	.facility .sight .din {
		gap:20px;
		margin-top:40px;
	}

	.facility .sight .box dt {
		font-size:1.6rem;
	}

	.facility .sight .box dt img {
		width:14px;
	}
	
	.facility .sight .box dd {
		font-size:1.6rem;
	}

	.facility .dinning {
		padding-top: calc(500/1024*100%);
	}

	.facility .dinning .container {
		bottom:60px;
	}
	
	.facility .dinning .tit {
		font-size:3.6rem;
		margin-bottom:20px;
	}
	
	.facility .dinning .txt {
		font-size:1.6rem;
	}

	.facility .dinner {
		padding:80px 0px;
	}
	
	.facility .dinner .hd {
		padding-bottom:40px;
	}

	.facility .dinner .list {
		margin:-10px;
	}
	
	.facility .dinner .list li {
		padding:10px;
	}
	
	.facility .dinner .cont {
		padding-top:20px;
	}

	.facility .dinner .tit {
		gap:12px;
		font-size:2.8rem;
		margin-bottom:20px;
	}

	.facility .dinner .tit i {
		width:18px;
	}

	.facility .dinner .txt {
		font-size:1.6rem;
	}

	.facility .dinner .subject {
		font-size:1.8rem;
		margin-bottom:16px;
	}

	.facility .dinner .detail {
		font-size:1.4rem;
	}

	.facility .dessert {
		padding:80px 0px;
	}
	
	.facility .dessert .block {
		margin-bottom:80px;
	}

	.facility .dessert .txt .t01 {
		gap:12px;
		margin-bottom:20px;
		font-size:2.8rem;
	}

	.facility .dessert .txt .t01 i {
		width:18px;
	}

	.facility .dessert .txt .t02 {
		font-size:1.6rem;
	}

	.facility .dessert .alarm {
		font-size:1.6rem;
		padding-left:20px;
	}

	.facility .dessert .alarm img {
		width:14px;
	}

	.facility .dessert .caution dd {
		font-size:1.4rem;
		margin-top:16px;
	}
}
@media (max-width:768px) {
	.facility {
		padding:100px 0px 0px;
	}

	.facility .sec {
		padding:0px 0px 60px;
	}
	
	.facility .layer01,
	.facility .layer03 {
		padding:0px 0px 60px;
	}

	.facility .sight .prev,
	.facility .sight .next  {
		width:40px;
		height:40px;
		background-size:auto 12px;
	}

	.facility .sight .din {
		flex-wrap: wrap;
		gap:12px;
		margin-top:30px;
	}

	.facility .sight .box {
		flex:1 1 100%;
	}

	.facility .sight .box dl {
		display: flex;
	}

	.facility .sight .box dt {
		width: auto;
		gap:8px;
		font-size:1.4rem;
	}

	.facility .sight .box dt::after {
		content: ":";
		display: block;
		margin-right:8px;
	}

	.facility .sight .box dt img {
		width:12px;
	}

	.facility .sight .box dd {
		width: auto;
		font-size:1.4rem;
	}

	/* .facility .sight dt {
		width:auto;
	}
	
	.facility .sight dd {
		width:auto;
	}	 */

	.facility .dinning {
		padding-top: calc(500/800*100%);
	}

	.facility .dinning .container {
		bottom:40px;
	}

	.facility .dinning .background-img {
		position: relative;
		background-image: url('/child/img/sub/facility/img_m_dinning.jpg');
	}

	.facility .dinning .tit {
		font-size:2.6rem;
		margin-bottom:16px;
	}
	
	.facility .dinning .txt {
		font-size:1.4rem;
		line-height:1.5;
	}

	.facility .dinner {
		padding:60px 0px;
	}
	
	.facility .dinner .hd {
		padding-bottom:30px;
	}

	.facility .dinner .tit {
		gap:8px;
		font-size:2rem;
	}

	.facility .dinner .tit i {
		width:12px;
	}

	.facility .dinner .txt {
		font-size:1.4rem;
	}

	.facility .dinner .list {
		flex-wrap: wrap;
		margin:-20px;
	}

	.facility .dinner .list li {
		flex:1 1 100%;
		padding:20px;
	}

	.facility .dinner .list img {
		width:100%;
	}

	.facility .dinner .subject {
		font-size:1.6rem;
		margin-bottom:10px;
	}

	.facility .dinner .detail {
		font-size:1.2rem;
	}

	.facility .dessert {
		padding:60px 0px;
	}

	.facility .dessert .block {
		flex-wrap: wrap;
		gap:30px;
		margin-bottom:60px;
	}

	.facility .dessert .lt,
	.facility .dessert .rt {
		flex:1 1 100%;
	}

	.facility .dessert .block02 .lt {
		order: 2;
	}

	.facility .dessert .block02 .rt {
		order:1;
	}

	.facility .dessert .img img {
		width:100%;
	}

	.facility .dessert .txt .t01 {
		gap:8px;
		font-size: 2rem;
	}

	.facility .dessert .txt .t01 i {
		width:12px;
	}

	.facility .dessert .txt .t02 {
		font-size:1.4rem;
	}

	.facility .dessert .alarm {
		font-size:1.4rem;
		line-height:1.5;
	}

	.facility .dessert .alarm img {
		top:4px;
		width:12px;
	}

	.facility .dessert .caution dd {
		gap:4px;
		font-size: 1.2rem;
		margin-top:10px;
	}
}
@media (max-width:500px) {
	.facility {
		padding:70px 0px 0px;
		/* margin:40px 0px 0px; */
	}

	.facility .layer01,
	.facility .layer03 {
		padding:0px 0px 40px;
	}

	.facility .sight .prev,
	.facility .sight .next  {
		width:28px;
		height:28px;
		background-size:auto 10px;
	}

	.facility .sight .din {
		gap:8px;
		margin-top:20px;
	}

	.facility .sight .box dt {
		gap:4px;
		font-size:1.2rem;
	}

	.facility .sight .box dt::after {
		margin-right:4px;
	}

	.facility .sight .box dd {
		font-size:1.2rem;
	}

	.facility .dinning {
		padding-top: calc(380/500*100%);
	}

	.facility .dinning .container {
		bottom:30px;
	}

	.facility .dinning .tit {
		font-size:2.4rem;
		margin-bottom:10px;
	}
	
	.facility .dinning .txt {
		font-size:1.2rem;
	}

	.facility .dinner {
		padding:40px 0px;
	}
	
	.facility .dinner .hd {
		padding-bottom:20px;
	}

	.facility .dinner .tit {
		gap:6px;
		margin-bottom:10px;
		font-size:1.8rem;
	}

	.facility .dinner .txt {
		font-size:1.2rem;
	}

	.facility .dinner .list {
		margin:-12px;
	}

	.facility .dinner .list li {
		padding:12px;
	}

	.facility .dinner .cont {
		padding-top:10px;
	}

	.facility .dinner .subject {
		font-size:1.4rem;
		margin-bottom:6px;
	}

	.facility .dinner .detail {
		font-size:1rem;
	}

	.facility .dessert {
		padding:40px 0px;
	}

	.facility .dessert .block {
		gap:20px;
		margin-bottom:40px;
	}

	.facility .dessert .txt .t01 {
		gap:6px;
		margin-bottom: 10px;
		font-size:1.8rem;
	}

	.facility .dessert .txt .t02 {
		font-size:1.2rem;
	}

	.facility .dessert .alarm {
		font-size:1.2rem;
	}

	.facility .dessert .caution dd {
		font-size:1rem;
		margin-top:6px;
	}
}


/* Notice */
.notice .sec {
	padding: 0px 0px 150px;
}

@media (max-width:1200px) {
	.notice .sec {
		padding: 0px 0px 120px;
	}
	
}
@media (max-width:1024px) {
	.notice .sec {
		padding: 0px 0px 100px;
	}
	
}
@media (max-width:768px) {
	.notice .sec {
		padding: 0px 0px 60px;
	}
	
}
@media (max-width:500px) {

}


/* Summary */
.summary .sec {
	padding:0px 0px 150px;
}

.summary .img img {
	max-width: none;
}

.summary .txt {
	margin:60px 0px 120px;
}

.summary .txt p {
	font-size:1.8rem;
	line-height:1.7;
}

.summary .video {
	position: relative;
	width:100%;
	height:0;
	padding-top: calc(788/1400*100%);
	overflow: hidden;
}

.summary .video-iframe {
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height:100%;
	z-index:1;
}

.summary .video-cover {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.summary .video-icon {
	display: block;
	width:97px;
	height:68px;
	background: url('/child/img/sub/btn_play.png') no-repeat center;
	font-size:0px;
}

@media (max-width:1200px) {
	.summary .sec {
		padding:0px 0px 120px;
	}
	
	.summary .txt {
		margin:60px 0px 100px;
	}	

	.summary .txt p {
		font-size:1.7rem;
	}
}
@media (max-width:1024px) {
	.summary .sec {
		padding:0px 0px 100px;
	}

	.summary .img img {
		width:1200px;
	}

	.summary .txt {
		margin:40px 0px 80px;
	}	

	.summary .txt p {
		font-size:1.6rem;
		margin-bottom:20px;
	}

	.summary .txt p:last-child {
		margin-bottom:0px;
	}

	.summary .video-icon {
		height:46px;
		background-size:auto 46px;
	}
}
@media (max-width:768px) {
	.summary .sec {
		padding:0px 0px 60px;
	}

	.summary .img img {
		max-width:100%;
		width:100%;
		content: url('/child/img/sub/about/img_m_summary_01.jpg');
	}

	.summary .txt {
		margin:30px 0px 60px;
	}	

	.summary .txt p {
		font-size:1.4rem;
		line-height:1.5;
	}

	.summary .video-icon {
		height:36px;
		background-size:auto 36px;
	}
}
@media (max-width:500px) {
	.summary .txt {
		margin:20px 0px 40px;
	}	

	.summary .txt p {
		font-size:1.2rem;
		margin-bottom:16px;
	}

	.summary .video-icon {
		height:24px;
		background-size:auto 24px;
	}
}


/* Exterior */
.exterior .sec {
	padding:0px 0px 150px;
}

.exterior .list {
	display: flex;
	gap:30px;
}

.exterior .list li {
	flex: 1 1;
}

@media (max-width:1200px) {
	.exterior .sec {
		padding:0px 0px 120px;
	}

	.exterior .list {
		gap:20px;
	}
}
@media (max-width:1024px) {
	.exterior .sec {
		padding:0px 0px 100px;
	}

	.exterior .list img {
		width: 100%;
	}

	.exterior .list .img01 img {
		content: url('/child/img/sub/about/img_m_exterior_01.jpg');
	}
}
@media (max-width:768px) {
	.exterior .sec {
		padding:0px 0px 60px;
	}

	.exterior .list {
		flex-wrap: wrap;
	}

	.exterior .list li {
		flex:1 1 100%;
	}
}
@media (max-width:500px) {
	.exterior .list {
		gap:12px;
	}
}


/* Location */
.location .sec {
	padding:0px 0px 150px;
}

.location .map {
	font-size:0px;
}

.location .din {
	gap:30px;
	margin-top:30px;
}

.location .box {
	flex:1 1;
	padding:60px 80px;
	background-color: #f9f4f2;
}

.location .tit {
	display: flex;
	align-items: center;
	gap:20px;
	margin-bottom:30px;
}

.location .tit i {
	width:24px;
	height:2px;
	background-color: #707070;
}

.location .tit span {
	font-size:2.8rem;
}

.location .info dd {
	display: flex;
	align-items: center;
	padding-bottom:10px;
}

.location .info dd:last-child {
	padding-bottom:0px;
}

.location .info span {
	display: block;
	font-size:1.8rem;
}

.location .info span.dot {
	display: flex;
	align-items: center;
	gap:10px;
	margin-right:10px;
}

.location .info em {
	font-style: normal;
}

@media (max-width:1200px) {
	.location .sec {
		padding:0px 0px 120px;
	}

	.location .din {
		gap:20px;
	}

	.location .tit span {
		font-size:2.6rem;
	}

	.location .info span {
		font-size:1.7rem;
	}
}
@media (max-width:1024px) {
	.location .sec {
		padding:0px 0px 100px;
	}

	.location .din {
		flex-wrap: wrap;
		margin-top:20px;
	}

	.location .box {
		flex:1 1 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height:180px;
		padding:0px 40px;
	}

	.location .tit {
		gap:12px;
		margin-bottom:20px;
	}

	.location .tit i {
		width:18px;
	}

	.location .tit span {
		font-size:2rem;
	}

	.location .info span {
		font-size:1.6rem;
	}

	.location .info img {
		width:14px;
	}
}
@media (max-width:768px) {
	.location .sec {
		padding:0px 0px 60px;
	}

	.location .map img {
		content:url('/child/img/sub/about/img_m_location.png');
	}

	.location .box {
		height:140px;
		padding:0px 20px;
	}

	.location .tit {
		gap:8px;
	}

	.location .tit i {
		width:12px;
	}

	.location .info span {
		font-size:1.4rem;
	}

	.location .info img {
		width:12px;
	}
}
@media (max-width:500px) {
	.location .din {
		margin-top:16px;
		gap:16px;
	}

	.location .box {
		height:100px;
		padding: 0px 16px;
	}

	.location .tit {
		gap:6px;
		margin-bottom:10px;
	}

	.location .tit span {
		font-size:1.8rem;
	}

	.location .info dd {
		padding-bottom:6px;
	}

	.location .info span {
		font-size:1.2rem;
	}

	.location .info span.dot {
		gap:6px;
		margin-right:6px;
	}
}


/* Animation */
@keyframes share-right {
	0% {
		width:0%;
	}
	100% {
		width:86.459%;
	}
}


@keyframes summary-full {
	0% {
		width:0%;
	}
	100% {
		width:120%;
	}
}

@media (max-width:1200px) {
	@keyframes share-right {
		0% {
			width:0%;
		}
		100% {
			width:100%;
		}
	}
	
}
@media (max-width:1024px) {

}
@media (max-width:768px) {

}
@media (max-width:500px) {

}
