@charset "UTF-8";

body{
      background-image: url("back.png");
}

header{
	color: #1f5f5f;
}

header a { color: #804000; }

ul li{
	display: inline-block;
}

.title{
	color: #804000;
}
.title img{
	display: block;
	margin:auto;
	width: 30%;
	height: auto;
}
.title h1{
	text-align: center;
	font-size: 100%;
}

.title p{
	text-align: center;
	font-size: 110%;

}

.room img{
	width: 25%;
	height: auto;
	display:inline-block;
	vertical-align: middle;
}

.room p{
	color: #804000;
	font-size: 100%;
        font-weight:bold;
	display:inline-block;
}

.contact p{
	color: #804000;
	text-align: center;
	font-size: 100%;
        font-weight:bold;

}

.update p{
}

.freepik p{
	font-size: 50%;
}

table{
color: #303030;
font-weight:bold;
}