@charset "utf-8"; /* CSS Document */

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*  MV
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
#MV{background-image: url(../../images/munpremier/index_MV.jpg)}
#MV .Inner .MVbtn{
}
#MV .Inner .MVbtn a{
	background-color: rgb(139 113 76 / 80%);
	border: 2px solid #c9a775;
}
#MV .Inner .MVbtn a .main{

}
#MV .Inner .MVbtn a .sub{
}
#MV .Inner .MVbtn a:after{
}
#MV .Inner .MVbtn a:hover{
	background-color: rgb(201 167 117 / 80%);
}


/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*  Recom
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
#Recom{
	padding: 60px 0 80px 0;
	width: 1000px;
	margin: 0 auto;
}
#Recom h2{}
#Recom .btn.btnArea{margin-top: 50px;}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*  Contents
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
#Contents{}
#Contents .Sec{
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	padding: 60px 0 80px 0;
}
#Contents .Sec + .Sec{}
#Contents .Sec:before{content:"";background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.8) 66%,rgba(0,0,0,1) 100%);position: absolute;width: 100%;height: 460px;top: 0;left: 0;}
#Contents .Sec#Train{ background-image: url(../../images/munpremier/index_train_bg.jpg)}
#Contents .Sec#luxta{ background-image: url(../../images/munpremier/index_luxta_bg.jpg)}
#Contents .Sec#Cruise{ background-image: url(../../images/munpremier/index_cruise_bg.jpg)}
#Contents .Sec#Other{ background-image: url(../../images/munpremier/index_other_bg.jpg)}

#Contents .Sec h2{}
#Contents .Sec .MainTxt{
	position: relative;
	text-shadow: 0 0 5px #000;
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	line-height: 2;
	font-size: 15px;
	margin-bottom: 60px;
}
#Contents .Sec .Inner{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}


/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/*  Past
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
#Past{
	background-color: #222222;
	padding: 60px 0 80px 0;
}
#Past h2{}
#Past .MainTxt{
	position: relative;
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	line-height: 2;
	font-size: 15px;
	margin-bottom: 20px;
	}
#Past .Inner{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	column-gap: 30px;
	flex-wrap: wrap;
}
#Past .Inner::after{
  content:"";
  display: block;
  width:30%;
}

#Past .Inner .Entry{
	width: 30%;
	background-color: #373737;
	border: 1px solid #636363;
	border-radius: 3px;
	margin-top: 30px;
}

#Past .Inner .Entry + .Entry{}
#Past .Inner .Entry .photo{
	position: relative;
	line-height: 0;
	opacity: 0.5;
}
#Past .Inner .Entry .photo img{
	width: 100%;
}
#Past .Inner .Entry .photo .caption{
	position: absolute;
	bottom: 0;
	font-size: 10px;
	background-color: #000;
	padding: 2px 2px;
	right: 0;
	line-height: 1;
}
#Past .Inner .Entry dl{
	padding: 10px 15px;
	opacity: 0.5;
}
#Past .Inner .Entry dt{
	font-size: 16px;
	margin-bottom: 5px;
}
#Past .Inner .Entry dd{}
