@charset "UTF-8";

.content{
	margin-bottom:50px;
}

#slide {
	width:100%;
	height:200px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}

#slideIn {
	position:absolute;
	left:0;
	top:0;
}

#slide li {
	float:left;
	width:100px;
	height:100px;
	margin-right:10px;
}

.img_list {
	margin:0;
}


div.facility{
	width:60%;
	margin:30px auto 20px auto;
	border:solid 1px rgba(0,0,0,1.00);
	padding:10px;
}

@media screen and (max-width: 800px) {
div.facility{
	width:95%;
}}

div.facility hr{
	margin:15px auto;
	width:80%;
	border:none;
	border-top:dashed 1px;
	height:1px;
}

div.facility p{
	margin-bottom:0;
}

#skylounge_top{
	width: 100%;
	height: 250px;
	background: url(../images/skylounge_top.jpg) no-repeat;
	background-position: center center;
	background-size: 100%;
}

#front_top{
	background: url(../images/1_front.jpg) no-repeat;
	width: 100%;
	height: 250px;
	background-position: center center;
	background-size: 100%;
}

@media screen and (min-width: 800px) {
#skylounge_top, #front_top{
	height: 150px;
}}


div#guestroom ul{
	margin-top:0;
}

div#guestroom hr{
	margin-bottom:30px;
}

p.title{
	color:#286579;
	font-weight:bold;
	margin-bottom:0;
}

div#other hr{
	margin:30px 0;
}

.other_list {
    display: table;
    width: 100%;
	margin:40px 0;
}
.other_list > figure {
    display: table-cell;
    border: 5px solid transparent;
}

.equipment {
	display: flex;
 	justify-content: center;
 	align-items: center;
	height:120px;
	border:solid 1px rgba(0,0,0,1.00);
	background-color:#7cbed3;
	color:#FFF;
	font-weight:bold;
	margin-bottom:0;
}

@media screen and (max-width:640px){
.other_list {
    display: block;
    overflow: hidden;
    letter-spacing: -.4em;
	text-align:center;
}
.other_list >figure {
    display: inline-block;
    width: 30%;
    letter-spacing: normal;
    vertical-align: top;
}
}

.service{
	text-align:left;
	width:60%;
	margin:0 auto;
}

@media screen and (min-width:800px){
.service{
	width:80%;
}}


