@charset "UTF-8";

h2 {
	text-align: center;
	}
h3 {
	margin: 0 0 35px;
	font-size: 28px;
	font-weight: 300;
	color: #54585B;
	text-align: left;
	}
h4 {
	margin: 0 0 25px;
	font-size: 19px;
	font-weight: 400;
	color: #54585B;
	text-align: left;
	}
#page p {
	line-height: 1.45em;
	}

.container > p {
	text-align: center;
	}



.ml_20 {
  margin: 7px 0;
  margin-left: 20px;
  font-size: 0.85em;
}
.mb_20 {
  margin-bottom: 20px;
}



/* First View */
#hello {
	overflow: hidden;
	height: 77vh;
	margin-bottom: 0;
	background-color: #000;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	}
	#hello article {
		position: relative;
		width: 100vw;
		height: 77vh;
		}
		#hello article img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			opacity: 0.7;
			}
		
		#hello article .title {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			align-items: center;
			position: absolute;
			top: 122px;
			left: 15%;
			max-width: 500px;
			height: calc(77vh - 122px);
			}
		#hello article .title-center {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			align-items: center;
			position: absolute;
			top: 122px;
			left: 0;
			width: 100%;
			max-width: 100%;
			height: calc(77vh - 122px);
			}
		#hello article .title div,
		#hello article .title-center div {
			text-align: center;
			}
			#hello article .title h2 {
				margin: 0 0 30px; 
				color: #fff;
				font-size: 44px;
				line-height: 1.5;
				font-weight: 500;
				text-align: center;
				}
			#hello article .title-center h2 {
				width: 100%;
				margin: 0; 
				color: #fff;
				font-size: 44px;
				line-height: 1.5;
				font-weight: 400;
				text-align: center;
				}
			#hello article .title-center h2 img {
				height: 100%;
				width: auto;
				margin: 0 auto;
				opacity: 1;
				}
			#hello article .title p,
			#hello article .title-center p {
				margin: 0 0 30px; 
				color: #fff;
				font-size: 17px;
				line-height: 1.5;
				font-weight: 400;
				text-align: center;
				}
			#hello article .title-center p {
				width: 100%;
				}
			#hello article .title .btn,
			#hello article .title-center .btn {
				width: 180px;
				margin: 0 auto;
				border: 1px solid #fff;
				color: #fff;
				}
			#hello article .title .btn:hover,
			#hello article .title-center .btn:hover {
				border: 1px solid #fff;
				color: #54585B;
				background-color: #fff;
				}

#hello .slick-dotted.slick-slider {
	margin-bottom: 0;
	}
#hello .slick-dots {
	bottom: 10px !important;
	}
	#hello .slick-dots li button:before {
		border: 1px solid #fff;
		opacity: 1;
	}
	#hello .slick-dots li.slick-active button:before {
		background-color: #fff;
	}
	#hello .slick-dots li button:hover:before,
	#hello .slick-dots li button:focus:before {
		background-color: #fff;
	}

@media screen and (max-width:1023px) {
#hello {
	height: 90vh;
	padding-top: 97px;
	}
	#hello article {
		position: relative;
		width: 100vw;
		height: 90vh;
		}
		#hello article img {
			height: calc(90vh - 97px);
			}

#hello article .title,
#hello article .title-center {
	left: 5%;
	width: 90%;
	max-width: 90%;
	text-align: center;
	}
#hello article .title h2,
#hello article .title-center h2 {
	margin: 0 0 10px; 
	font-size: 24px;
	}
}










#learnmore {}
#learnmore .container {
	padding-left:20px;
	padding-right:20px;
}
#learnmore .container h2 {
	font-size: 48px;
	text-align: center;
	}
#learnmore .container p {
	margin-bottom: 1em;
  font-size: 17px;
  line-height: 1.8;
  text-align: center;
}

#learnmore .container a,
#learnmore .container a i {
	text-decoration: underline;
}
#learnmore .container a:hover,
#learnmore .container a i:hover {
	color: #000;
	}
@media screen and (max-width:1023px) {
#learnmore .container h2 {
	font-size: 28px;
	}
}



#view_movie {
	
	}
	#view_movie .container {
		width: 90%;
		max-width: 1024px;
		margin: 0 auto;
		padding-top: 0;
		}
		#view_movie .container video,
		#view_movie .container img {
			width: 100%;
			}


#learnmore_2col {
	
	}
	#learnmore_2col .container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		}
		#learnmore_2col .container .learnmore_col {
			width: calc(50% - 20px);
			}

@media screen and (max-width:1024px) {
		#learnmore_2col .container .learnmore_col {
			text-align: center;
			}
}
@media screen and (max-width:1024px) {
		#learnmore_2col .container .learnmore_col {
			width: 100%;
			padding: 20px;
			}
}

#learnmore_2col .container h2 {
	font-size: 48px;
	text-align: center;
	}
@media screen and (max-width:1024px) {
#learnmore_2col .container h2 {
	font-size: 28px;
	}
}

#learnmore_2col .container p {
	margin-bottom: 1em;
  font-size: 17px;
  line-height: 1.8;
}
@media screen and (max-width:1024px) {
#learnmore_2col .container p {
	text-align: center;
	}
}

#learnmore_2col .container a,
#learnmore_2col .container a i {
	text-decoration: underline;
}
#learnmore_2col .container a:hover,
#learnmore_2col .container a i:hover {
	color: #000;
	}



.txt-hide {
	display: none;
	}
.txt-hide.mobile {
	display: block;
	}
@media screen and (max-width: 1024px) {
.txt-hide.mobile {
	display: none;
	}
}

button.more_read {
	display: none;
	}

@media screen and (max-width: 1024px) {
button.more_read {
	display: inline-block;
	min-width: 150px;
	margin: 0;
	padding: .625rem 1rem;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	border: 1px solid #54585b;
	background-color: #54585b;
	color: #fff;
	}
}
button.more_read:hover {
	background-color: #fff;
	color: #54585b;
	}
button.more_read::after {
	content: "もっと見る";
	transition: .3s;
	-erbkit-transition: .3s;
	}
button.more_read.on-click {
	margin: 20px 0 0;
	}
button.more_read.on-click::after {
	content: "閉じる";
	}
}


.sp_tab {
	max-width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
}
#select_offer {

}

#offer .container {
	padding-left: 10px;
	padding-right: 10px;
	}






/* top_access */
		#top_access h2 span {
			font-size: 17px;
			}
	#top_access iframe {
		width: 100%;
		margin: 0 auto;
		height: 400px;
		}



/* OTHERS - top */
#top_others {
  padding-bottom: 80px;
}
#top_others ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#top_others ul li {
  width: 32%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#top_others ul li::before {
  content: '';
  display: block;
  padding-top: 100%;
}
#top_others ul li img {
  width: auto;
  height: 105%;
  position: absolute;
	object-fit: cover;
}
#top_others ul li .info {
  color: #fff;
  position: absolute;
  bottom: 0;
  background-color: rgba(0,0,0,0.58);
  width: 100%;
  padding: 12px 20px;
}
#top_others ul li .info .floor {
  display: inline-block;
  border: 1px solid #fff;
  line-height: 1em;
  padding: 3px 5px;
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
  #top_others ul li {
    width: 48.5%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:450px) {
  #top_others ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}





.stay_more {
	}
		.stay_more .container h2 {
			text-align: center;
			}
			
