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

 file name  :rooms.css
 author     :Ability Consultant
style info  :お料理ページ設定　ハックは最下部に記述
=================================================================== */
/*----------------------------------------------------
	各ページ専用指定
----------------------------------------------------*/
body {
  background-color: #fff;
}
.mr_25 {
  margin-right: 25px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_30 {
  margin-bottom: 30px;
}
.mb_40 {
  margin-bottom: 40px;
}
.mb_50 {
  margin-bottom: 50px;
}
.mb_60 {
  margin-bottom: 60px;
}
#concept .room_link {
  margin: 0 25px 30px 0;
}
#concept {
  background-color: #fff;
}
/* メイン画像
-----------------------------------------------*/
#concept .mainimages {
  width: 950px;
  position: relative;
}
#contents_in .text_center {
  text-align: center;
  margin-bottom: 80px;
}
#concept .room_textbox {
  width: 455px;
  position: absolute;
  top: 495px;
  left: 30px;
}
#concept .cate_pagetop {
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: right;
}
#concept .border {
  width: 910px;
  margin-left: 20px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 40px;
}

/* #contents_in
-----------------------------------------------*/
#contents_in {
  width: 950px;
  background-color: #fff;
  padding-top: 30px;
}

#contents_in .img_left {
  float: left;
  margin-left: 20px;
}
#contents_in .txtbox_01 {
  float: left;
  margin-left: 20px;
  width: 435px;
  margin-right: 20px;
  margin-top: 20px;
}
#contents_in .txt_01 {
  margin-top: 40px;
}
#contents_in .txtbox_02 {
  margin-top: 20px;
  margin-left: 20px;
  width: 435px;
  float: left;
}
#contents_in .txt_02 {
  margin-top: 40px;
}
#contents_in .img_right {
  float: left;
  margin-left: 20px;
}

#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;
  bottom: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
}
ul.nav_01 li span {
  color: #7d6946;
  font-size: 12px;
}
ul.nav_01 li {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  width: 17%;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
}
ul.nav_01 li:last-child {
  width: 18%;
  background-color: #d8c5a7;
  display: block;
}
ul.nav_01 li:hover {
  background-color: #eee2d2;
}
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: 15px 10px;
  color: #000;
}
ul.nav_01 li a:hover {
  color: #000;
}
ul.nav_01 li:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 45px;
  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: #b59971;
  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: #fff;
  right: 0;
}
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;
}
