@charset "utf-8";

/*	mv
================================================== */
#mv {
    height: calc(100vh - 72px);
}

#mv .inner-content {
    margin-left: 0;
	position: absolute;
	left: 5%;
	bottom: 20%;
	margin-bottom: 0;
	width: auto;
	z-index: 3;
}

#mv .stay-reserve {
    position: absolute;
    right: 10vw;
    left: 10vw;
    bottom: -230px;
    padding: 5vw;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.2);
}
#mv .stay-reserve h4 {
    text-align: center;
    margin: 0 0 1.75rem;
}

#mv .stay-reserve form {
	flex-wrap: wrap;
	max-width: 70vw;
	margin: 0 auto;
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

#mv .stay-reserve form .form-group {
    max-width: calc(13.5rem + 20px);
    margin-bottom: 10px;
}

#mv .stay-reserve form .form-group.date select:first-of-type {
	width: calc(9rem + 10px);
}

#mv .stay-reserve form .form-group label {
    color: inherit;
}

#mv .stay-reserve form .btn {
    width: calc(13.5rem + 20px);
    margin-top: 15px;
}

form select {
    min-width: 4.5rem;
}
/*	news
================================================== */
#news {
	border-bottom: 1px solid #CBB1A6;
	padding: 12px 0;
}
#news dl{
	margin: 0 5%;
}
#news dl dt{
	margin-bottom: 8px;
}
#news dl dt ul{
	display: flex;
	width: 100%;
}
#news dl ul li.category{
	text-align: center;
	display: inline-block;
	padding: 0 12px;
	background: #CBB1A6;
}
#news dl ul li.date{
	box-sizing: border-box;
	padding-left: 45px;
}
#news dl dd a{
	display: inline-block;
	color: #CBB1A6;
	position: relative;
}


/*	greeting
================================================== */
main .greeting{
	padding: 65px 0 0% 0;
}
main .greeting span.title{
	font-size: 18px;
}
main .greeting p{
	font-size: 14px;
	padding-bottom: 35px;
}



/*	experience
================================================== */
#experience .ex-items .txtBox {
	padding: 5vw;
}
#experience .ex-items .txtBox .h3,
#experience .ex-items .txtBox .h4 {
	margin: 1rem 0;
}
#experience .ex-items .txtBox p {
	margin: 1rem 0 0;
}

/*  lounge
================================================== */
#lounge {
	height: 100vw;
}

/*	main-bottom
================================================== */
#main-bottom {
	height: 100vw;
}

.full-screen-topics .window{
	top: 5%;
	bottom: 5%;
	min-height: inherit;
	padding: 20px 10px 20px 20px;
}
.full-screen-topics .window em.close{
	right: auto;
	left: 10px;
	top: 10px;
}
.full-screen-topics .window .layout .mCSB_inside>.mCSB_container{
	margin-right: 10px;
}
.full-screen-topics .window .layout .single{
	margin-right: 10px;
}
.full-screen-topics .window .layout .single h2{
	font-size: 16px;
}
.full-screen-topics .window .layout .single p{
	padding: 0;
}