@charset "utf-8";


/*	mv
================================================== */
#mv {
	position: relative;
	display: flex;
	align-items: center;
}
#mv .inner-content {
    overflow: hidden;
    margin-bottom: 15vh;
	position: relative;
	z-index: 2;
	text-shadow:
		5px 0px 7px rgba(255,255,255,0.9) ,
		0px 5px 7px rgba(255,255,255,0.9) ,
		-5px 0px 7px rgba(255,255,255,0.9) ,
		0px -5px 7px rgba(255,255,255,0.9),
		3px 0px 4px rgba(255,255,255,0.9) ,
		0px 3px 4px rgba(255,255,255,0.9) ,
		-3px 0px 4px rgba(255,255,255,0.9) ,
		0px -3px 4px rgba(255,255,255,0.9)
		;
}
#mv h2 {
	margin: .5rem 0;
}
#mv p {
	margin: .5rem 0;
	font-size: .83rem;
}

#mv .slideBox{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;

}
#mv .slideBox .slider,
#mv .slideBox .slider .slick-list,
#mv .slideBox .slider .slick-list .slick-track{
	height: 100%;
	position: relative;
}
#mv .slideBox .slick-slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
#mv .slideBox .slick-list {
	position: relative;
}
#mv .slideBox .slider:before {
	content: "";
	display: block;
	background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 20%, rgba(0,0,0,0.0) 100%);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
#mv .slideBox .slick-dots {
	bottom: 25px;
	z-index: 3;
}
#mv .stay-reserve {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 20px;
	background-color: rgba(0,0,0,0.43);
}
#mv .stay-reserve form {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
#mv .stay-reserve form .form-group {
	margin-right: 10px;
	max-width: 170px;
}

#mv .stay-reserve form .form-group label {
	color: #FFF;
	font-size: .83rem;
}

/* RESERBATION追加 */

#mv .stay-reserve form .form-group.date {
	max-width: 340px;
	font-size: 0;
}
#mv .stay-reserve form .form-group.date select{
	display: inline-block;
	font-size: .93rem;
	vertical-align: bottom;
}
#mv .stay-reserve form .form-group.date select:first-of-type{
	margin-right: 10px;
	min-width: 7em
}
#mv .stay-reserve form .form-group.date label{
	display: block;
	font-size: .83rem;
}

/* RESERBATION追加 ここまで */


/*	greeting
================================================== */
main .greeting{
	text-align: center;
}
main .greeting span.title{
	letter-spacing: 2px;
}
main .greeting span.title:after{
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #BBBBBB;
	margin: 20px auto 30px auto;
}
main .greeting p{
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 2.1;
}


/*	lounge
================================================== */
#lounge {
	color: #FFF;
	background: url(../img/experience/lounge/club.jpg) no-repeat center center / cover;
}

#lounge .flexBox {
	background: rgb(0,0,0,0.3);
	background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 30%, rgba(0,0,0,0.3) 100%);
	height: 100%;
	padding: 2.5vw 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

/*	main-bottom
================================================== */
#main-bottom {
	background: url(../img/main-bottom/image.jpg) no-repeat center center / cover;
}




/*	full-screen-topics
================================================== */
.full-screen-topics {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	z-index: 10000;
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.full-screen-topics.active {
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}
.full-screen-topics .window{
	width: 86%;
	position: absolute;
	top: 5%;
	bottom: 5%;
	max-width: 900px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	background: rgba(255,255,255,1.0);
	box-shadow:0px 0px 10px -1px #999999;
	padding: 60px 50px 60px 60px;
}
.full-screen-topics .window em.close{
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	z-index: 10000;
}
.full-screen-topics .window em.close:before,
.full-screen-topics .window em.close:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #aaa;
	position: absolute;
	left: 0;
	top: 50%;
}
.full-screen-topics .window em.close:before{
	transform: rotate(45deg);
}
.full-screen-topics .window em.close:after{
	transform: rotate(-45deg);
}
.full-screen-topics .window .layout{
	display: block;
	height: 100%;
	overflow: hidden;
}
.full-screen-topics .window .layout .single{
	padding-bottom: 45px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 45px;
	margin-right: 10px;
}
.full-screen-topics .window .layout .single:last-of-type{
	padding-bottom: 25px;
	border-bottom: 0px dashed #ddd;
	margin-bottom: 0px;
}
.full-screen-topics .window .layout .single span.date{
	text-align: right;
	display: block;
	margin-bottom: 0;
	font-size: 12px;
}
.full-screen-topics .window .layout .single h2{
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}
.full-screen-topics .window .layout .single p{
	padding: 0 20px;
	text-align: justify;
}

