@charset "utf-8";
@import url("https://www.granbellhotel.jp/otaru/rakuten/top/css/font_style.css");
/* CSS Document */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#contents {
  width: 950px;
  margin: 0 auto;
  font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", Meiryo, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
}
#contents .main_copy {
  text-align: center;
  margin-top: 40px;
  line-height: 2;
}
#contents h2 {
  font-size: 28px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 50px 0 20px;
  margin: 0;
}
#contents ul {
  list-style: none;
  padding: 0;
}
#contents ul img {
  width: 480px;
  margin-right: 30px;
  float: left;
}
#contents li {
  margin-bottom: 20px;
}
#contents li.clearfix {
  margin-top: -80px;
  padding-top: 80px;
}
#contents section {
  width: 440px;
  float: left;
}
#contents section p {
  margin: 10px 0 20px 10px;
  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;
}
#contents section dl span {
  font-size: 14px;
  line-height: 1.4;
}
#contents section dt {
  float: left;
}
#contents section dd {
  margin: 0 0 0 110px;
}
#contents .r_btn a {
  background-color: #8e6126;
  display: block;
  padding: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  margin: 20px 0;
}
#contents .r_btn a:hover {
  opacity: 0.75;
  color: #fff;
}

#lounge {
  margin-top: -50px;
  padding-top: 50px;
}
/*=======================
mainvisual
=======================*/
#hero_image {
  width: 950px;
  margin: 0 auto 0;
}
#hero_image .mainvisual {
  position: relative;
}
#hero_image .mainvisual ul {
  list-style: none;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  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: calc((100% - 18%) / 5);
  text-align: center;
  position: relative;
}
#hero_image .mainvisual ul.nav_01 li:last-child {
  width: 18%;
  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: 14px;
  display: block;
  width: 100%;
  text-decoration: none;
}
#hero_image .mainvisual ul.nav_01 li a {
  padding: 18px 0px;
  color: #fff;
  letter-spacing: 2px;
}
#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;
}
#hero_image .mainvisual:before {
  content: "";
  background-image: url(https://www.granbellhotel.jp/otaru/rakuten/top/img/logo_board.png);
  position: absolute;
  top: 0;
  left: 90px;
  width: 160px;
  height: 123px;
  z-index: 5;
  background-size: contain;
  background-repeat: no-repeat;
}
#hero_image .mainvisual .main_txt {
  position: absolute;
  margin: auto;
  height: fit-content;
  text-align: center;
  inset: -40px 0 0 0;
  font-size: 30px;
  text-shadow: 0.2em 0 1em rgba(0, 0, 0, 0.5), 0 0.2em 1em rgba(0, 0, 0, 0.5), -0.2em 0 1em rgba(0, 0, 0, 0.5), 0 -0.2em 1em rgba(0, 0, 0, 0.5);
  color: #fff;
  letter-spacing: 0.08em;
}
/* ==============================
   　　　表
============================== */
#contents table {
  margin: 80px 0;
  font-size: 14px;
}
#contents table tr td {
  width: 24%;
  height: 30px;
}
#contents table tr .ttl_txt {
  text-align: center;
  background-color: #ededed;
  width: 8%;
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
#contents table tr .pl_20 {
  padding: 10px 20px 10px;
}
#contents table tr .lh {
  line-height: 1.8;
  border-right: solid 1px #cccccc;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
