/* Global */


body,html{

/*	height: 100%;*/
}


img {
	max-width: 100%;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}

#lang{position: absolute;top:0px;right:0px;font-size: 10px;z-index:102;}
#lang ul{overflow: hidden;}
#lang ul li{float:left;text-align: center;border-left:1px solid #fff;padding:6px 0px;}
#lang ul li span a{
padding:4px 10px;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: #fff;}
#lang ul li.active span a{color: #093796;}
#lang ul li span a:hover{
background-color: #fff;
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
color: #093796;
}
#lang ul li.active span a{background-color: #fff;}
#lang .facebook{margin:-6px 5px 0 0;border: none;}





/* Navigation */
.menu {
position:fixed;
width:100%;
z-index: 101;
top:50px;
text-align:center;
left: 30px;
}

/* .menu {
position:fixed;
left:50%;
width:775px;
margin-left:-360px;
z-index: 100;
top:40px;
}*/
#nav {
	width: 90%;
	margin: 0 0 0 0;
	padding: 5px;
	z-index: 101;
}
.navigation{
	list-style: none;
	margin: 0;
	width: 90%;
}
.navigation li{
	float: left;
	padding:0 20px;
	font-weight:bold;
	color:#fff;
}
.navigation li:hover{
	cursor:pointer;
	color: #fff;
}

.navigation .active{
	cursor:pointer;
	color: #fff;
	font-weight:bold;
}

#header_logo{
	position: fixed;
	top: 10px;
	left: 20px;
	z-index: 101;
}




#main{
	/*position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 500px;
	height: 300px;
	display: block;*/ 
	z-index: 90;
	width: 100%;
	height:100%;
	text-align: center;
	}

#main img{
	position: absolute;
	top: 30%;
	left: 10%;
	
}

/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	padding:180px 0; 
}



/* Slide 1 */ 

#slide1{
	background-image:url('../../img/room.jpg');
	background-size: cover;

 	background-position: 50% 50%!important;
	padding:calc((100vh - 128px) / 2) 0;
}

/* Slide 2 */ 

#slide2{
	background-image:url('../../img/restaurant.jpg');
	background-size: cover;
	background-position: 50% 50%!important;
	padding:250px 0;
}

/* Slide 3 */ 

#slide3{
/*	background-color:#093796;*/ 
	background-color:#64a0a6;
}

/* Slide 4 */

#slide4{
	background-image:url('../../img/meeting.jpg');
	background-size: cover;
	background-position: 50% 50%!important;
	padding:calc((100vh - 128px) / 2) 0;
}

#slide5{
	background-image:url('../../img/facility.jpg');
	background-size: cover;
	background-position: 50% 50%!important;
	padding:calc((100vh - 128px) / 2) 0;
}



/* Tablet */
@media screen and (max-width: 1024px) {

#main{
	width: 100%;
}
#logo {
	width: 100%;
	text-align: center;
}
.menu {
position:fixed;
width:100%;
z-index: 101;
top:50px;
text-align:center;
left: 30px;
}

#nav {
	width:100%;
	text-align:center;
	margin:10px 0;
}

.navigation{
	width: 100%;
	float: center;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
	width:25%;
	padding:0;
}


.slide{
	background-attachment: fixed;
	width:100%;
/* 	height:auto;
	position: relative;
	padding:180px 0;*/ 
}



/* Slide 1 */ 

#slide1{
	min-height: 100%; /* html要素をウィンドウサイズにフィット */
  	background:url('../../img/room.jpg') no-repeat center; /*背景をhtml要素に表示*/
 	background-size:cover; /* 背景画像をhtml要素にフィット */

/* 	
	height: 0;
    padding-top: 56.25%;
    background: url('../../img/room.jpg') 0 0 no-repeat;
    background-size: contain;
*/ 
/* 	background-image:url('../../img/room.jpg');
	width:100%;
		background-size: cover;
	background-position: 50% 50%!important;
	width:100%;*/ 
}

/* Slide 2 */ 

#slide2{

	min-height: 50%; /* html要素をウィンドウサイズにフィット */
  	background:url('../../img/restaurant.jpg') no-repeat center; /*背景をhtml要素に表示*/
 	background-size:cover; /* 背景画像をhtml要素にフィット */

/* 
	background-image:url('../../img/restaurant.jpg');
	background-size: cover;
	background-position: 50% 50%!important;
	width:100%;
}*/ 

/* Slide 3 */ 
#slide3{
/*	background-color:#093796;*/ 
	background-color:#64a0a6;
	min-height: 50%; /* html要素をウィンドウサイズにフィット */

}

/* Slide 4 */

#slide4{

	min-height: 100%; /* html要素をウィンドウサイズにフィット */
  	background:url('../../img/meeting.jpg') no-repeat center; /*背景をhtml要素に表示*/
 	background-size:cover; /* 背景画像をhtml要素にフィット */

/*
	height: 0;
    padding-top: 56.25%;
    background: url('../../img/meeting.jpg') 0 0 no-repeat;
    background-size: contain;

 	background-image:url('../../img/meeting.jpg');
	background-size: cover;
	background-position: 50% 50%!important;
	padding:380px 0;
	width:100%;*/ 
}

#slide5{

	min-height: 100%; /* html要素をウィンドウサイズにフィット */
  	background:url('../../img/facility.jpg') no-repeat center; /*背景をhtml要素に表示*/
 	background-size:cover; /* 背景画像をhtml要素にフィット */


/*
	height: 0;
    padding-top: 56.25%;
    background: url('../../img/facility.jpg') 0 0 no-repeat;
    background-size: contain;

	background-image:url('../../img/facility.jpg');
	background-size: cover;
	background-position: 50% 50%!important;
	padding:420px 0;
	width:100%;*/ 
	
}

#decorative {
	display:none;
}

#content {
	text-align:center;
	width:100%;
}

#slide1 h1 {
	line-height: 1em;
}
#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}

}


/* Mobile */
@media screen and (max-width: 667px) {


#header_logo{
	position: fixed;
	top: 10px;
	left: 20px;
	z-index: 102;
}
#header_logo img{
	width: 50%;
}

#main{
	width: 100%;
}

#main img{
	position: absolute;
	top: 30%;
	width: 50%;
	text-align: center;
	
}

#logo {
	width: 100%;
	text-align: center;
}

.menu {
position:fixed;
width:100%;
z-index: 100;
top:30px;
text-align:center;
left: 30px;
}


#nav {
	width:100%;
	text-align:center;
	margin:10px 0;
}

.navigation{
	width: 100%;
	float: center;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
	width:25%;
	padding:0;
}
.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:150px 0;
}

.slide{
	background-attachment: fixed;
	width:100%;
/* 	height:auto;
	position: relative;
	padding:180px 0;*/ 
}



/* Slide 1 */ 

#slide1{
	background-image:url('../../img/room.jpg');
	width:100%;
}

/* Slide 2 */ 

#slide2{
	background-image:url('../../img/restaurant.jpg');
	background-size: cover;
	background-position: 50% 50%!important;
	width:100%;
}

/* Slide 3 */ 

#slide3{
/*	background-color:#093796;*/ 
	background-color:#64a0a6;
	width:100%;
}

/* Slide 4 */

#slide4{
	background-image:url('../../img/meeting.jpg');
	background-size: cover;
	background-position: 50% 50%!important;
	padding:380px 0;
	width:100%;
}

#slide5{
	background-image:url('../../img/facility.jpg');
	background-size: cover;
	background-position: 50% 50%!important;
	padding:420px 0;
	width:100%;
}






#slide1 h1 {
	line-height: 1em;
}
#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}


}



/* Mobile */
@media screen and (max-width: 413px) {

#header_logo{
	position: fixed;
	top: 10px;
	left: 20px;
	z-index: 102;
}
#header_logo img{
	width: 70%;
}

#main{
	width: 100%;
}

#main img{
	position: absolute;
	top: 30%;
	left: 10%;
	width: 70%;
	
}


#logo {
	width: 70%;
	text-align: center;
}

.menu {
position:fixed;
width:100%;
z-index: 101;
top:30px;
text-align:center;
left: 10px;
}

#nav {
	width:100%;
	text-align:center;
	margin:10px 0;
	font-color: #000;
}

.navigation{
	width: 100%;
	float: center;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
	width:25%;
	padding:0;
}

.slide{
	width:100%;

}


/* Slide 1 */ 

#slide1{
	background-image:url('../../img/room.jpg');
	background-size: cover;
	background-position: 50% 50%!important;
	width:100%;
}

/* Slide 2 */ 

#slide2{
	background-image:url('../../img/restaurant.jpg');
	background-size: cover;
	background-position: 50% 50%!important;
	width:100%;
}

/* Slide 3 */ 

#slide3{
/*	background-color:#093796;*/ 
	background-color:#64a0a6;
	width:100%;
}

/* Slide 4 */

#slide4{
	background-image:url('../../img/meeting.jpg');
	background-size: cover;
	background-position: 50% 50%!important;
	padding:380px 0;
	width:100%;
}

#slide5{
	background-image:url('../../img/facility.jpg');
	background-size: cover;
	background-position: 50% 50%!important;
	padding:420px 0;
	width:100%;
}





#slide1 h2 {
	background-attachment: fixed;
	width:100%;
	position: relative;
}
#slide2 h1 {
	width: 1em;
}
#slide2 h2 {
	width: 1em;
}
#slide3 h1 {
	width: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	width: 1em;
}
#slide4 h2 {
width: 1em;
}


}



