@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* CSS Document */

table a:hover,
#contents a:hover {
  opacity: 0.75;
}

/*=======================
mainvisual
=======================*/
#hero_image {
  width: 950px;
  margin: 0 auto;
}
#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: 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;
  letter-spacing: 2px;
}
#hero_image .mainvisual ul.nav_01 li:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 12px;
  top: 20px;
  background-color: rgba(229, 229, 229, 0.5);
  left: 0;
}
#hero_image .mainvisual ul.nav_01 li:first-child:before,
#hero_image .mainvisual ul.nav_01 li:last-child:before {
  content: none;
}
/*----------------------
　.contents
----------------------*/
#contents {
  width: 950px;
  margin: 100px auto;
  font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", Meiryo, Helvetica, Arial, sans-serif;
}
#contents .main_copy {
  text-align: center;
  margin: 40px 0 40px;
  line-height: 1.6;
}
#contents h2 {
  font-size: 23px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 40px 0 20px;
}
#contents a {
  text-decoration: none;
  color: #333;
}
#contents img {
  width: 100%;
}
#contents ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contents #lnav {
  width: 640px;
  font-weight: bold;
  text-align: center;
  margin: -15px auto 30px auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 14px;
}
#contents #lnav li {
  display: inline-block;
  width: 152px;
  height: 18px;
  padding-bottom: 13px;
  margin-bottom: 30px;
  border-bottom: none;
  text-align: center;
  background-image: url(https://www.granbellhotel.jp/akasaka/rakuten/room/img/yazi2.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 8px 6px;
}
#contents #lnav li a {
  display: block;
  border-left: #ccc solid 1px;
}
#contents #lnav li:last-child a {
  border-right: #ccc solid 1px;
}
#contents .room_copy {
  text-align: center;
  line-height: 2;
  margin-bottom: 60px;
  font-size: 14px;
}
#contents #style {
  position: relative;
  margin: 0px 0px 60px 143px;
}
#contents .style_a {
  width: 328px;
  line-height: 0;
}
#contents .room_nav {
  display: flex;
  justify-content: space-around;
  margin-bottom: 60px;
  width: 100%;
}
#contents .room_nav .item1 {
  flex-grow: 0.35;
  width: 22.5%;
}
#contents .room_nav .item1 a {
  background-color: #8e6127;
  color: #fff;
  font-size: 17px;
  width: 97%;
  display: block;
  padding: 15px 0;
  text-align: center;
  margin: auto;
}
#contents .room_nav .item2 {
  flex-grow: 0.28;
  width: 23%;
}
#contents .room_nav .item2 a {
  background-color: #8e6127;
  color: #fff;
  font-size: 17px;
  width: 97%;
  display: block;
  padding: 15px 0;
  text-align: center;
  margin: auto;
}
#contents .room_nav .item3 {
  flex-grow: 0.28;
  width: 23%;
}
#contents .room_nav .item3 a {
  background-color: #8e6127;
  color: #fff;
  font-size: 17px;
  width: 97%;
  display: block;
  padding: 15px 0;
  text-align: center;
  margin: auto;
}
#contents .ttl h2,
h3,
h4 {
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: -82px;
  padding-top: 102px;
}
#contents #room_contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
#contents #room_contents .room_box {
  width: 48%;
  margin-bottom: 0;
}
#contents #room_contents .room_box dl {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.5;
}
#contents #room_contents .room_box dl dt {
  font-weight: bold;
  margin: 20px 0 5px;
}
#contents #room_contents .room_box dl .copy_txt {
  text-align: left;
}
#contents #room_contents .room_box dl dd {
  margin: 0;
}
#contents #day_plan {
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 15px;
}
h2#day_plan {
  margin-top: -62px;
  padding-top: 62px;
}
#contents .room_bd {
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-top: 0;
}
#contents ul.ml_20 {
  text-align: center;
  padding: 0;
  line-height: 1.5;
  margin-bottom: 65px;
}
#contents ul.ml_20 li {
  font-size: 14px;
  margin-bottom: 20px;
}
#contents #room_facility .btn a {
  width: 48%;
  margin: 20px auto;
}
#contents #room_facility .btn {
  margin: 30px auto;
}
#contents .mt_20 {
  margin-top: 20px;
  font-size: 14px;
}
#contents table {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  border: 1px solid #ccc;
  font-weight: normal;
  border-collapse: collapse;
  border-spacing: 0;
}
#contents tbody {
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
}
#contents thead tr {
  height: 45px;
  font-weight: bold;
  background-color: #ededed;
}
#contents td {
  border: 1px solid #ccc;
  padding: 10px 0;
}
#contents .rest_note {
  width: 70%;
  margin: 10px auto 60px;
  text-align: left;
  font-size: 14px;
}
#contents .reservation_box {
  margin: -40px auto 40px;
  background-color: #fff;
  border: solid 1px #ccc;
  padding: 3% 5% 20px 5%;
  width: 60%;
}
#contents .reservation_box h3 {
  display: block;
  width: 100%;
  padding: 10px 0;
  margin: 0 0 30px 0;
  background-color: #f2f2f2;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  color: #333;
}
#contents .reservation_box .open_anteroom {
  font-size: 16px;
  margin: 0 0 20px 0;
  line-height: 1.5;
  text-align: center;
}
#contents .reservation_box .phon_number {
  font-size: 30px;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 24px 39px;
  width: 279px;
  margin: -10px auto 0;
  text-align: center;
  line-height: 1.2;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
#contents .reservation_box .phon_number a {
  color: #0c000c;
}
#contents h2#amenity {
  margin-top: -100px;
  padding-top: 100px;
}
#contents #facility {
  margin-top: -50px;
  padding-top: 50px;
}
#room_facility {
  line-height: 2;
}
#contents #room_facility .btn {
  margin: 30px auto;
}
#contents .btn a {
  background-color: #8e6127;
  color: #fff;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: 170px 20px;
  background-size: 6px;
  width: 100%;
  display: block;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
}
#contents #room_facility .room_facility_box {
  text-align: left;
}
#contents #room_facility dl {
  width: 100%;
  margin: 0 auto;
  line-height: 1.7;
  text-align: center;
  font-size: 14px;
}
#contents #room_facility .txt.room_list {
  text-align: center;
  line-height: 2;
  margin-bottom: 50px;
  font-size: 14px;
}
#contents #room_facility dl dt {
  font-weight: bold;
  margin: 15px 0 5px;
  text-align: center;
  font-size: 16px;
}
/*----------------------
　service
----------------------*/
#service {
  margin-top: 60px;
}
#service h2 {
  font-size: 30px;
}
.service ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding: 0;
}
.service li {
  margin-bottom: 20px;
}
.service li p {
  padding: 0 5px;
  margin: 10px 0;
  line-height: 1.5;
}
#service p strong {
  font-size: 14px;
}
