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

 file name  :hotspring.css
 author     :Ability Consultant
style info  :お料理ページ設定　ハックは最下部に記述
=================================================================== */
/*----------------------------------------------------
	各ページ専用指定
----------------------------------------------------*/
body {
  background-color: #fff;
}
#hotspring {
  background-color: #fff;
}
#hotspring #fv {
  width: 950px;
}
#hotspring #content h2 {
  margin-top: 40px;
  margin-bottom: 30px;
}
#hotspring #content p {
  text-align: center;
  margin-bottom: 50px;
}
#hotspring #content ul li {
  float: left;
}
#hotspring #content .dousen ul {
  margin-top: 25px;
  margin-bottom: 25px;
}
#hotspring #content .dousen {
  border-top: solid 1px #cccccc;
  margin-top: 40px;
  border-bottom: solid 1px #cccccc;
  margin-bottom: 40px;
  height: 120px;
}
#hotspring #hibarami {
  position: relative;
}
#hotspring #hibarami .hibarami_dtl01 {
  position: absolute;
  top: 530px;
  right: 25px;
  width: 335px;
}
#hotspring #hibarami .hibarami_dtl02 {
  position: absolute;
  top: 750px;
  width: 320px;
  left: 30px;
}
#hotspring #hibarami .hibarami_dtl03 {
  position: absolute;
  bottom: 540px;
  right: 25px;
  width: 375px;
}
#hotspring #aurora {
  position: relative;
  margin-top: 40px;
}
#hotspring #aurora .aurora_dtl01 {
  position: absolute;
  top: 520px;
  right: 25px;
  width: 335px;
}
#hotspring #higaeri {
  position: relative;
  margin-top: 40px;
}
#hotspring #higaeri .higaeri_dtl01 {
  position: absolute;
  top: 450px;
  left: 50px;
}
#hotspring #este {
  margin-top: 40px;
}
#hotspring #pagetop {
  margin-top: 60px;
  text-align: right;
  margin-bottom: 20px;
}
#contents .lnk {
  display: block;
  margin-top: -50px;
  padding-top: 50px;
}
#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;
}
