@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :room.css
 author     :Ability Consultant
style info  :***設定　ハックは最下部に記述
=================================================================== */
html {
  background: url(../images/bg_top02.jpg) 0 0 no-repeat !important;
}

/* -----------------------------------------------------------
	title
----------------------------------------------------------- */
#page #header #title {
  background: url(../room/images/title.jpg) 0 0 no-repeat;
}

#room #snav {
  width: 950px;
  overflow: hidden;
  *zoom: 1;
  margin: 0 auto 90px auto;
}
#room #snav li {
  float: left;
  margin-left: 10px;
}
#room #snav li:first-child {
  margin-left: 0;
}

#room .con_intro {
  margin: 0 0 15px 0;
}

#room .con_japanese {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
#room .con_japanese .btn_plan {
  position: absolute;
  z-index: 2;
  top: 352px;
  left: 85px;
}

#room .con_wesjapanese {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
#room .con_wesjapanese .btn_plan {
  position: absolute;
  z-index: 2;
  top: 382px;
  left: 85px;
}

#room .con_western {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
#room .con_western .btn_plan {
  position: absolute;
  z-index: 2;
  top: 352px;
  left: 85px;
}

#room .con_rakuru {
  position: relative;
  z-index: 1;
  margin-bottom: 180px;
}
#room .con_rakuru .btn_plan {
  position: absolute;
  z-index: 2;
  top: 1144px;
  left: 701px;
}

#room .con_amanoniwa {
  position: relative;
  z-index: 1;
}
#room .con_amanoniwa .btn_plan {
  position: absolute;
  z-index: 2;
  top: 780px;
  left: 85px;
}
