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

 file name  :restaurant.css
 author     :Ability Consultant
style info  :お料理ページ設定　ハックは最下部に記述
=================================================================== */
/*----------------------------------------------------
	各ページ専用指定
----------------------------------------------------*/
body {
  background-color: #fff;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_40 {
  margin-bottom: 40px;
}
#restaurant {
  background-color: #fff;
}
#restaurant #fv {
  width: 950px;
}
#restaurant #content h2 {
  margin-top: 40px;
  margin-bottom: 30px;
}
#restaurant #content p {
  text-align: center;
  margin-bottom: 40px;
}
#restaurant #content ul li {
  float: left;
}
#restaurant #content ul .to_hibara {
  margin-right: 20px;
  margin-left: 10px;
}
#restaurant #content ul .to_waraku {
  margin-right: 31px;
}
#restaurant #content ul .to_maple {
  margin-right: 18px;
}
#restaurant #content ul .to_skyt {
  margin-right: 20px;
}
#restaurant #content .dousen ul {
  margin-top: 25px;
  margin-bottom: 25px;
}
#restaurant #content .dousen {
  border-top: solid 1px #cccccc;
  margin-top: 40px;
  border-bottom: solid 1px #cccccc;
  margin-bottom: 40px;
  height: 120px;
}
#restaurant #hibara {
  position: relative;
  margin-bottom: 40px;
}
#restaurant #hibara .hibara_dtl01 {
  position: absolute;
  width: 330px;
  top: 520px;
  right: 30px;
}
#restaurant #hibara .hibara_dtl02 {
  position: absolute;
  top: 740px;
  width: 330px;
  left: 30px;
}
#restaurant #hibara .hibara_dtl03 {
  position: absolute;
  bottom: 250px;
  width: 370px;
  right: 30px;
}
#restaurant #waraku {
  position: relative;
  margin-top: 20px;
}
#restaurant #waraku .waraku_dtl01 {
  position: absolute;
  top: 525px;
  width: 330px;
  right: 30px;
}
#restaurant #waraku .waraku_dtl02 {
  position: absolute;
  top: 740px;
  width: 330px;
  left: 30px;
}
#restaurant #waraku .waraku_dtl03 {
  position: absolute;
  bottom: 220px;
  width: 255px;
  right: 30px;
}
#restaurant #maple {
  position: relative;
  margin-top: 20px;
}
#restaurant #maple .maple_dtl01 {
  position: absolute;
  top: 520px;
  right: 30px;
  width: 330px;
}
#restaurant #maple .maple_dtl02 {
  position: absolute;
  top: 740px;
  left: 30px;
  width: 330px;
}
#restaurant #maple .maple_dtl03 {
  position: absolute;
  bottom: 220px;
  right: 30px;
  width: 255px;
}
#restaurant #skyt {
  margin-top: 20px;
}
#restaurant #skyt h2 {
  margin-bottom: 40px;
}
#restaurant #page #skyt .skyt_ddl p {
  float: right;
  margin-top: 20px;
  margin-right: 30px;
  width: 390px;
}
#restaurant #page #skyt .skyt_ddl .ddl_main {
  margin-top: 20px;
}
#restaurant #page #skyt .skyt_ddl .ddl_table {
  margin-top: 20px;
  margin-left: 30px;
}
#restaurant #pagetop {
  margin-top: 60px;
  text-align: right;
  margin-bottom: 20px;
}
#restaurant #cate_pagetop {
  margin-top: 20px;
  text-align: right;
}
#contents .lnk {
  display: block;
  margin-top: -100px;
  padding-top: 100px;
}
#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;
}
