@charset "utf-8";


.welcome_top_img {
	text-align: center;
}
.welcome_top_img img {
	width: 30%
}
.select_lang {
	width: 100%;
	text-align: center;
}
.select_lang_box {
	width: 60%;
	border: 5px solid red;
	text-align: center;
	display: inline-block;
}
.select_lang_box a {
	color: white;
}
.select_lang_box a :hover {
	color: #ff0000;
}

.enter_en {
	width: 100%;
    margin: 4% 0;
    font-size: 2VW;
}
.enter_jp {
	width: 100%;
    margin: 4% 0;
    font-size: 2VW;
}

.ground2{
	background: black;
	width: 100%;
}

.ground {
	background: black url("/img/HPROOM1-2.png");
	background-attachment: fixed;
	background-repeat: no-repeat;
	width: 98%;
	padding: 1%;
	color: white;
	margin: 0% !important;

}

.body {
	text-align: center;
	margin: 0% !important;
}

.bodyA {
	width: 710px;
	margin: auto;
	text-align: left;
}


.top_img {
	width: 100%;
	text-align: center;
}

.enter {
	text-align: center;
	font-size: 120%;
}

#top_middle{
	text-align: center;
	float: left;
	width: 55%;
	border: none;
	margin-top: 2%;
}



#top_right{
	text-align: center;
	float: right;
	width: 20%;
	border: none;
	margin: 2% 0% 0% 0%;
}


#header {
	width: 100%;
	text-align: center;
	border: none;
	background-color: rgba(0,0,0,0.5);
}

#header img{
	width: 100%;
}

#middle{
	text-align: center;
	float: right;
	width: 65%;
	height: 100%;
	border: dashed 1px white;
	margin: 2% 0% 0% 0%;
}

#wrap{
	width: 100%;
	margin: 0px auto;
}

#leftnavi{
	float: left;
	width: 20%;
	border: none;
	margin: 2% 1% 0% 0%;
}

.menu{
	width: 100%;
	display: inline-block;
}
.menu ul{
	width: 100%;
	padding: 0;
	display: inline-block;
	text-align: center;
}

.menu li{
	width: 100%;
	display: inline-block;
	text-align: center;
}
.footer{
	clear: both;
	border: dashed 1px white;
}

.menubody{
	text-align: left;
	margin: 5% 0% 0% 0%;
}

iframe{
	width: 95%
}

.left_menu {
	position: relative;
	width: 100%;
	display: inline-block;
}

.left_menu_comingsoon {
	width: 100%;
	position: absolute;
	top: 12%;
	z-index: 1;
}
.left_menu_comingsoon img{
	width: 100%;
}

.left_menu p {
	width: 100%;
	position: absolute;
	color: black;
	font-size: 3vw;
	font-family: cursive;
	top: 20%;
	margin: 0;
	text-shadow: 1px 1px 2px white, 0 0 1em white, 0 0 0.2em white;
}
.menu_img {
	width: 100%;
	display: inline;
}
.menu_img img {
	width: 100%;
}
ul{
	list-style: none;
}


.top_frame_info {
	width: 100%;
	position: relative;
}

.top_frame_info img{
	position: absolute;
	width: 100%;
}

.top_frame_info2 {
	width: 100%;
	position: relative;
}

.top_frame_info2 img{
	width: 80%;
}

.top_frame_info_con {
	position: absolute;
	width: 80%;
	color: #000;
	font-family: cursive;
	text-align: center;
	margin-top: 10%;
	font-size: 1.5vw;
	top: 0;
	left: 10%;
}

.top_frame_infot {
	width: 100%;
	position: relative;
}

.top_frame_infot img{
	position: absolute;
	width: 100%;
	height: 5%;
}



.top_movie{
	position: relative;
	margin: 1em auto;
	padding-top: 70%;
}
 
.top_movie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 71.5% !important;
    height: 53% !important;
    margin: 9% 7% 5% 14%;
}

.top_movie img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 0%;
	filter: drop-shadow(20px 20px 20px rgba(0,0,0,0.9));
}