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

 file name  :rooms.css
 author     :Ability Consultant
style info  :お料理ページ設定　ハックは最下部に記述
=================================================================== */
/*----------------------------------------------------
	各ページ専用指定
----------------------------------------------------*/
body {
  background-color: #fff;
}
.mr_25 {
  margin-right: 25px;
}
.mb_30 {
  margin-bottom: 30px;
}
#room .room_link {
  margin: 0 25px 30px 0;
}
#room {
  background-color: #fff;
}
#contents .lnk td {
  padding-top: 80px;
}
#contents #w.lnk td {
  padding-top: 40px;
}
/* メイン画像
-----------------------------------------------*/
#room .mainimages {
  width: 950px;
  position: relative;
}
#room .text_center {
  text-align: center;
  margin-bottom: 50px;
}
#room .rooms_detail_001 {
  width: 950px;
  padding: 600px 0 20px 0;
  background: #fff url(http://www.lakeresort.jp/rakuten/rooms/img/161114/room_img_001.jpg) no-repeat 0 0;
  position: relative;
}
#room .rooms_detail_002 {
  width: 950px;
  padding: 600px 0 20px 0;
  background: #fff url(http://www.lakeresort.jp/rakuten/rooms/img/161114/room_img_002.jpg) no-repeat 0 0;
  position: relative;
}
#room .rooms_detail_003 {
  width: 950px;
  padding: 600px 0 20px 0;
  background: #fff url(http://www.lakeresort.jp/rakuten/rooms/img/161114/room_img_003.jpg) no-repeat 0 0;
  position: relative;
}
#room .rooms_detail_004 {
  width: 950px;
  padding: 600px 0 20px 0;
  background: #fff url(http://www.lakeresort.jp/rakuten/rooms/img/161114/room_img_004.jpg) no-repeat 0 0;
  position: relative;
}
#room .rooms_detail_005 {
  width: 950px;
  padding: 600px 0 20px 0;
  background: #fff url(http://www.lakeresort.jp/rakuten/rooms/img/161114/room_img_005.jpg) no-repeat 0 0;
  position: relative;
}
#room .rooms_detail_006 {
  width: 950px;
  padding: 600px 0 20px 0;
  background: #fff url(http://www.lakeresort.jp/rakuten/rooms/img/161114/room_img_006.jpg) no-repeat 0 0;
  position: relative;
}
#room .rooms_detail_007 {
  width: 950px;
  padding: 600px 0 60px 0;
  background: #fff url(http://www.lakeresort.jp/rakuten/rooms/img/161114/room_img_007.jpg) no-repeat 0 0;
  position: relative;
}
#room .room_textbox {
  width: 455px;
  position: absolute;
  top: 495px;
  left: 30px;
}
#room .plan_btn {
  width: 390px;
  margin: 20px auto 0;
}
#room #pagetop {
  text-align: right;
  padding-bottom: 20px;
}
#room #cate_pagetop {
  margin: 20px 0 20px 0;
  text-align: right;
}

/* #contents_in
-----------------------------------------------*/
#contents_in {
  width: 950px;
  background-color: #fff;
  padding-top: 30px;
}
#contents_in .rooms_list {
  width: 890px;
  margin: 30px auto 60px;
}
#contents_in .rooms_list li {
  float: left;
}
#contents_in .clear {
  clear: both;
}
.clearfix:after {
  content: "."; /* ?V?????v?f?????? */
  display: block; /* ?u???b?N???x???v?f?? */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
  /*\*/ /*/
   display: inline-table;
  /* */
}
* html .clearfix {
  height: 1px;
  /*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}

/* #main
-----------------------------------------------*/
#main {
  overflow: hidden;
  width: 730px;
  background: #ffffff;
}

/* footer
-----------------------------------------------*/
#footer_wrap {
  margin-top: 35px;
}
#footer .fnav li a {
  color: #633c0f;
}

#contents ul {
  list-style: none;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "HGS明朝E", serif;
  z-index: 2;
}
ul.nav_01 {
  display: flex;
  justify-content: space-between;
  /* position: absolute; */
  bottom: 37px;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
}
ul.nav_01 li {
  font-size: 16px;
  width: 14%;
  text-align: center;
  position: relative;
}
ul.nav_01 li:last-child {
  width: 16%;
  background-color: #8e6126;
  display: block;
}
ul.nav_01 li:hover {
  background-color: rgba(131, 131, 131, 0.7);
}
ul.nav_01 li:last-child:hover {
  background-color: #b99b75;
}

#contents ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
  box-sizing: border-box;
}
ul.nav_01 li a {
  padding: 21px 10px;
  color: #fff;
}
ul.nav_01 li a:hover {
  color: #fff;
}
ul.nav_01 li:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 15px;
  top: 25px;
  background-color: #999;
  left: 0;
}
ul.nav_01 li:last-child:before,
ul.nav_01 li:first-child:before {
  content: none;
}
ul.nav_02 {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #402617;
  color: #000;
}
ul.nav_02 li {
  padding: 0;
  font-size: 14px;
  position: relative;
  width: 14%;
  text-align: center;
}
ul.nav_02 li:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 15px;
  top: 14px;
  background-color: #999;
  right: -1px;
}
ul.nav_02 li a {
  padding: 11px 0;
  display: block;
  color: #fff;
  box-sizing: border-box;
}
ul.nav_02 li a:hover {
  color: #fff;
}
#contents ul.nav_02 li a:hover {
  text-decoration: underline;
}
