* { margin:0; padding:0; }
html{}
body {
    background-color: #f9c5b7;
    height: 100%;
    background-attachment: fixed;
    background-position: 0% top;
    background-size: cover;
}
img { border:none; }

@-webkit-keyframes rrr{
	0%{
		transform: rotate(0deg);
	}
	100%{		
		transform: rotate(-360deg);
	}
}
.bg-index{
    background-attachment: fixed;
    background-image: url("../images/bg-index.png");
    background-size: cover cover;
}
.index{
    width: 1200px; 
    margin: 0px auto;
}
.logo-index{
    margin-right: 0px;
	left:2%;
    padding-right: 0px;
    position: relative;
    padding-top: 0px;
    display: inline;
    z-index: 2;
    top: 0px;
}
.in{
    position: relative;
    padding-top: 0px;
    top: 0px;
    right: 0px;
    z-index: -1;
    display: inline;
}

.index6{
    position: relative;
    padding-top: 0px;
    top: -140px;
}
.index-f{
    position: relative;
    top: -50px;
	margin-bottom: -100px;
}
.f1{
	z-index: 9920;
	position: absolute;
  top:3%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.f2{
	z-index: 9999;
}
.f3{
	z-index: 9921;
	margin-top: -50px;
}
@media screen and  (max-width: 1200px) {
	.index{		
		width: 100%;
	}
	.logo-index{
    position: absolute;
    left: 0px;
}
.in{
    right: -150px;
}
	.index6{
		min-width: 1100px;
	}
	.index-f{
		
	}
}
.about{
    background-attachment: scroll,fixed;
    background-image: url(../images/bg-a.png),url("../images/bg-about.png");
    background-position: 0% bottom;
}
.notice{
    background-attachment: scroll,fixed;
    background-size: scroll,cover;
    background-image: url("../images/bg-a.png"),url("../images/bg-notice.png");
    background-position: 0% bottom;
}
.main-about{
	display: block;
}

.room-a:hover {
	filter: contrast(135%);}
.room{
    background-attachment: scroll,fixed;
	background-image:url("../images/bg-a.png"),url("../images/bg-room.png");
    background-position: 0% bottom;
}
.room1{
    background-attachment: scroll,fixed;
	background-image:url("../images/bg-a.png"),url("../images/bg-r1.png"),url("../images/bg-room2.png");
    background-position: 0% bottom;}
.room2{
    background-attachment: scroll,fixed;
	background-image: url("../images/bg-a.png"),url("../images/bg-r2.png"),url("../images/bg-room2.png");
    background-position: 0% bottom;}
.room3{
    background-attachment: scroll,fixed;
	background-image: url("../images/bg-a.png"),url("../images/bg-r3.png"),url("../images/bg-room2.png");
    background-position: 0% bottom;}
.room4{
    background-attachment: scroll,fixed;
	background-image:url("../images/bg-a.png"),url("../images/bg-r4.png"),url("../images/bg-room2.png");
    background-position: 0% bottom;}
.room5{
    background-attachment: scroll,fixed;
	background-image: url("../images/bg-a.png"),url("../images/bg-r5.png"),url("../images/bg-room2.png");
    background-position: 0% bottom;}
.room6{
    background-attachment: scroll,fixed;
	background-image: url("../images/bg-a.png"),url("../images/bg-r6.png"),url("../images/bg-room2.png");
    background-position: 0% bottom;}
.room7{
    background-attachment: scroll,fixed;
	background-image: url("../images/bg-a.png"),url("../images/bg-r7.png"),url("../images/bg-room2.png");
    background-position: 0% bottom;}
.room8{
    background-attachment: scroll,fixed;
	background-image: url("../images/bg-a.png"),url("../images/bg-r8.png"),url("../images/bg-room2.png");
    background-position: 0% bottom;}
.room9{
    background-attachment: scroll,fixed;
	background-image: url("../images/bg-a.png"),url("../images/bg-r9.png"),url("../images/bg-room2.png");
    background-position: 0% bottom;}
.rooms{
    width: 1200px;
    margin: auto;
}
.room-l{
    display: inline;
	float: left;
}

.room-r{
    display: inline;
	float: left;
    margin-top: 30px;
    vertical-align: top;
}
.room-r iframe{
    border-radius: 10px;
    -webkit-box-shadow: 7px 7px 10px rgba(0,0,0,0.40);
    box-shadow: 7px 7px 10px rgba(0,0,0,0.40);
	border: solid 6px #fff;
    margin-bottom: 80px;
	z-index: 2 !important; 
}
.spot{
    background-attachment: scroll,fixed;
	background-image: url(../images/bg-a.png),url("../images/bg-spot.png");
}
.map{
    background-attachment: scroll,fixed;
	background-image: url("../images/bg-a.png"),url("../images/bg-map.png");
}
