@charset "utf-8";
@import url("https://www.granbellhotel.jp/osaka/rakuten/top/css/font_style.css");
/* CSS Document */

table a:hover {
  opacity: 0.75;
}
#contents {
  width: 950px;
  margin: 0 auto;
}
#contents .info p {
  border: 1px #999 solid;
  padding: 14px;
  text-align: center;
  margin: 50px auto 30px;
  font-size: 15px;
  line-height: 1.5;
}
#contents .main_copy {
  text-align: center;
  line-height: 2;
  margin-top: 30px;
  font-size: 14px;
}
#contents h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 50px 0 30px;
}

#contents ul {
  list-style: none;
}
#contents ul img {
  width: 450px;
  margin-right: 20px;
  float: left;
}
#contents li:after {
  margin-bottom: 40px;
  clear: both;
  display: block;
  content: "";
}
#contents section {
  width: 440px;
  float: left;
}
#contents section p {
  margin: 10px 0 20px 10px;
  line-height: 1.8;
  letter-spacing: 0.5px;
  font-size: 15px;
}
#contents section dl {
  padding: 20px 0 20px 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  line-height: 1.8;
}
#contents section dt {
  float: left;
}
#contents section dd {
  margin-left: 80px;
}
#contents #bar section dd {
  margin-left: 150px;
}
#contents #restaurant section dd {
  margin-left: 110px;
}
#contents table {
  border: 1px #cccccc;
  clear: both;
  width: 880px;
  margin: 0 auto;
  border-collapse: collapse;
}
#contents table tr .ttl_txt {
  text-align: center;
  background-color: #ededed;
  width: 20%;
}
#contents table tr .lh {
  line-height: 1.8;
  padding: 10px 20px;
}
#contents .r_btn a {
  background-color: #8e6126;
  display: block;
  padding: 7px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  margin: 20px 0;
}

#contents .r_btn a:hover {
  opacity: 0.75;
  color: #fff;
}
/*=======================
mainvisual
=======================*/
#hero_image {
  width: 950px;
  margin: auto;
}
#hero_image .mainvisual {
  position: relative;
}
#hero_image .mainvisual ul {
  list-style: none;
  position: absolute;
  z-index: 2;
}
#hero_image .mainvisual ul.nav_01 {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  bottom: 0px;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
#hero_image .mainvisual ul.nav_01 li {
  width: 14%;
  text-align: center;
  position: relative;
}
#hero_image .mainvisual ul.nav_01 li:last-child {
  width: 16%;
  background-color: rgb(142, 97, 38, 1);
  display: block;
}
#hero_image .mainvisual ul.nav_01 li:hover {
  background-color: rgba(100, 100, 100, 0.7);
}
#hero_image .mainvisual ul.nav_01 li:last-child:hover {
  background-color: #aa895c;
}

#hero_image .mainvisual ul li a {
  font-size: 13px;
  display: block;
  width: 100%;
  text-decoration: none;
}
#hero_image .mainvisual ul.nav_01 li a {
  padding: 18px 0px;
  color: #fff;
}
#hero_image .mainvisual ul.nav_01 li:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 12px;
  top: 23px;
  background-color: rgba(229, 229, 229, 0.5);
  left: 0;
}
#hero_image .mainvisual ul.nav_01 li:last-child:before,
#hero_image .mainvisual ul.nav_01 li:first-child:before {
  content: none;
}
