@charset "utf-8";

.plan_index{ padding:0 10px; }

#ico_breakfast { position:absolute; left:100px; bottom:10px; z-index:700;}

#intro_room{background:url(./img/bg_intro_room.jpg) center bottom no-repeat transparent;background-attachment:scroll!important;overflow:hidden;}
#intro_room #intro_room_photo img{margin-bottom:-134px;margin-left:-5px;}
#intro_parking{background:url(./img/bg_intro_parking.jpg) center bottom no-repeat transparent;background-attachment:scroll!important;overflow:hidden;}
#intro_parking #intro_parking_photo img{margin-bottom:-122px;margin-left:-80px;}
#intro_members{background:url(./img/bg_intro_members.jpg) center top no-repeat transparent;background-attachment:scroll!important;min-height:480px;}

#btn_allplan { width:25em; }

@media screen and (max-width: 800px) {
.plan_index{ padding:0; }

#btn_allplan { width:15em; }

#ico_breakfast { width:90px; left:60px; }

#intro_room{background:none;}
#intro_parking{background:none;}

}


@media screen and (max-width: 480px) {
.plan_index{ padding:0; }

#ico_breakfast { width:68px; left:10px; bottom:4px; }

#intro_room{background:none;min-height:0;}
#intro_parking{background:none;min-height:0;}
#intro_members{background:none;min-height:0;}

}