@charset "UTF-8";
/* CSS Document */

#header #message{
	color: #FFF;
	width: 100%;
	height: 30px;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}
#header #message span{
	display: inline-block;
}
#header #message span:last-child{ margin: 0 0 0 20px; }

#header dl#menu{
	top:128px;
}

#contents{
	width:100%;
	padding-top:98px;
	position: relative;
	overflow: hidden;
}
#contents .inner{
	width:100%;
	max-width:1280px;
	height:2130px;
	margin:0 auto;
	position:relative;
}
#contents .inner .address{
	font-size: 1em;
	padding-top:70px;
	display:block;
}
#contents .inner .address .lead-sp{ display: none; }

#contents .inner #booking{
	text-align:left;
	width:270px;
	position:absolute;
	right:30px;
	top:95px;
}
#booking .btn{
width:260px;
box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
#booking .btn a{
	background-image:url(../images/text_booknow.png);
	background-color: #000;
	background-position: center center;
	height:175px;
}
#booking .btn a:hover{
background-image:url(../images/text_booknow2.png);
background-color: #FFF;
}
#booking .btn.jp a{ background-image:url(../images/text_booknow_jp.png); }
#booking .btn.jp a:hover{ background-image:url(../images/text_booknow_jp2.png); }



#contents .inner .contents{ position:absolute; }
#contents .inner .contents a{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100%;
	width:100%;
	height:100%;
	display:block;
	/*-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;*/
}
/*#contents .inner .contents a:hover{ background-size:110%; }*/
#contents .inner .contents a span{
	position:absolute;
	left:50%;
	top:50%;
	display:block;
}
#contents .inner .contents a span h3{
	text-indent:100%;
	white-space:nowrap;
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
}
#contents .inner .contents a:hover span h3{ background-position:left bottom; }

#sec-rooms.contents{
	width:640px;
	height:425px;
	left:30px;
	top:205px;
}
#sec-rooms.contents a{ background-image:url(../images/photo_room.gif); }
#sec-rooms.contents a span{
	width:300px;
	margin:-26px 0 0 -150px;
}
#sec-rooms.contents a span h3{
	background-image:url(../images/text_rooms.png);
	height:53px;
}

#sec-history.contents{
	width:290px;
	height:435px;
	right:0px;
	top:595px;
}
#sec-history.contents a{ background-image:url(../images/photo_history.jpg); }
#sec-history.contents a span{
	width:200px;
	margin:-17px 0 0 -100px;
}
#sec-history.contents a span h3{
	background-image:url(../images/text_history.png);
	height:35px;
}
#sec-event.contents{
	width:400px;
	height:265px;
	left:0px;
	top:805px;
}
#sec-event.contents a{ background-image:url(../images/photo_event.jpg); }
#sec-event.contents a span{
	width:200px;
	margin:-17px 0 0 -100px;
}
#sec-event.contents a span h3{
	background-image:url(../images/text_event.png);
	height:35px;
}
#sec-315.contents{
	width:640px;
	height:425px;
	margin-left:-320px;
	left:50%;
	top:1130px;
}
#sec-315.contents a{ background-image:url(../images/photo_315.gif); }
#sec-315.contents a span{
	width:300px;
	margin:-27px 0 0 -150px;
}
#sec-315.contents a span h3{
	background-image:url(../images/text_315.png);
	height:53px;
}
#sec-akabane.contents{
	width:290px;
	height:435px;
	right:60px;
	top:1590px;
}
#sec-akabane.contents a{ background-image:url(../images/photo_akabane.jpg); }
#sec-akabane.contents a span{
	width:200px;
	margin:-17px 0 0 -100px;
}
#sec-akabane.contents a span h3{
	background-image:url(../images/text_akabane.png);
	height:35px;
}
#sec-contact.contents{
	width:400px;
	height:265px;
	left:90px;
	top:1800px;
}
#sec-contact.contents a{ background-image:url(../images/photo_contact.jpg); }
#sec-contact.contents a span{
	width:300px;
	margin:-17px 0 0 -150px;
}
#sec-contact.contents a span h3{
	background-image:url(../images/text_contact.png);
	height:35px;
}
/* ship motion */
.ship{
	width: 320px;
	height: 150px;
	background-image: url(../images/ship1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	-webkit-transition: all 7.5s linear;
	-moz-transition: all 7.5s linear;
	-ms-transition: all 7.5s linear;
	-o-transition: all 7.5s linear;
	transition: all 7.5s linear;
	z-index: 999;
}
.ship.s1{
	left: 100%;
	top: 500px;
}
.ship.s1.move{
	left: -320px;
	top: 650px;
}
.ship.s2{
	transform: scale(-1, 1);
	left: -320px;
	top: 1100px;
}
.ship.s2.move{
	left: 100%;
	top: 1250px;
}
.ship.s3{
	left: 100%;
	top: 1550px;
}
.ship.s3.move{
	left: -320px;
	top: 1700px;
}

.ship a{
	display: block;
	position: relative;
}
.ship a img{
	opacity: 0;
}
.ship a span{
	text-indent: 100%;
	white-space: nowrap;
	width: 174px;
	height: 85px;
	background-image: url(../images/baloon.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 160px;
	top: -20px;
	z-index: 5;
	display: none;
	overflow: hidden;
}
.ship.s2 a span{ background-image: url(../images/baloon2.png); }
.ship a:hover span{ display: block; }


/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media only screen and (max-width: 736px) {
	
#header #message{
	height: auto;
	padding: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#header #message span{
	font-size: 1rem;
	line-height: 1.4rem;
	display: block;
}
#header #message span:last-child{ margin: 5px 0 0 0; }
#header dl#menu{
	top: calc(15px + 63px);
}

#contents{
	max-width:100%;
	padding:49px 0 50px 0;
}
#contents .inner{
	padding: 120px 0 0 0;
	height:auto;
	background-image: url(../../rooms/images/photo1_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
#contents .inner .address{ padding:0 25px; }
#contents .inner .address p{ display: none; }
#contents .inner .address .lead-sp{
padding-top: 30px;
background-color: #FFF;
display: block;
}
#contents .inner .address .lead-sp h3{
margin-bottom: 15px;
}
#contents .inner .address .lead-sp h3 img{
width:140px;
height: auto;
}
#contents .inner .address .lead-sp p{
display: block;
}
#contents .inner #booking{
	width:auto;
	padding: 15px 25px 0 25px;
	margin-bottom: 30px;
	position:static;
}
#booking .btn{
width:100%;
box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
#booking .btn a{
	background-size: 92px 12px;
	height:35px;
}
#booking .btn a:hover{
background-image:url(../images/text_booknow.png);
background-color: #000;
}
#booking .btn.jp a{	background-size: 62px 13px; }
#booking .btn.jp a:hover{
background-image:url(../images/text_booknow_jp.png);
background-color: #000;
}



#contents .inner .contents{ position:static; }
#contents .inner .contents a{
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	width:100%;
	height:100%;
	position: relative;
}
/*#contents .inner .contents a:hover{ background-size:110%; }*/
#contents .inner .contents a span{
	width:160px;
	height: 30px;
	margin: -15px 0 0 -80px;
	position:absolute;
	left:50%;
	top:50%;
	display:block;
}
#contents .inner .contents a span h3{
	width:100%;
	height:100%;
	background-color: #FFF;
	background-repeat:no-repeat;
	background-position: center center;
	overflow:hidden;
}
#contents .inner .contents a:hover span h3{ background-position:center; }

#sec-rooms.contents{
	width:100%;
	height:215px;
	margin-bottom: 25px;
}
#sec-rooms.contents a span h3{
	background-image:url(../images_sp/text_rooms.png);
	background-size: 61px 12px;
}
#sec-history.contents{
	width:auto;
	height:435px;
	padding: 0 25px;
	margin-bottom: 25px;
}
#sec-history.contents a span h3{
	background-image:url(../images_sp/text_history.png);
	background-size: 73px 12px;
}
#sec-event.contents{
	width:auto;
	height:215px;
	margin-bottom: 25px;
}
#sec-event.contents a span h3{
	background-image:url(../images_sp/text_event.png);
	background-size: 121px 12px;
}
#sec-315.contents{
	width:100%;
	height:215px;
	margin:0 0 25px 0;
}
#sec-315.contents a span h3{
	background-image:url(../images_sp/text_315.png);
	background-size: 65px 12px;
}
#sec-akabane.contents{
	width:auto;
	height:435px;
	padding: 0 25px;
	margin-bottom: 25px;
}
#sec-akabane.contents a span h3{
	background-image:url(../images_sp/text_akabane.png);
	background-size: 78px 12px;
}
#sec-contact.contents{
	width:100%;
	height:215px;
	margin-bottom: 0px;
}
#contents .inner #sec-contact.contents a span{
width:240px;
margin-left: -120px;
}
#sec-contact.contents a span h3{
	background-image:url(../images_sp/text_contact.png);
	background-size: 188px 12px;
}

/* ship motion */
.ship{
	width: 160px;
	height: 75px;
	-webkit-transition: all 4s linear;
	-moz-transition: all 4s linear;
	-ms-transition: all 4s linear;
	-o-transition: all 4s linear;
	transition: all 4s linear;
}
.ship.s1{
	left: 100%;
	top: 250px;
}
.ship.s1.move{
	left: -160px;
	top: 400px;
}
.ship.s2{
	transform: scale(-1, 1);
	left: -160px;
	top: 800px;
}
.ship.s2.move{
	left: 100%;
	top: 750px;
}
.ship.s3{
	left: 100%;
	top: 1550px;
}
.ship.s3.move{
	left: -160px;
	top: 1700px;
}
.ship a span{ display: none; }
.ship a:hover span{ display: none; }

}