@charset "utf-8";
@import url("https://www.granbellhotel.jp/kyoto/rakuten/top/css/font_style.css");

/* CSS Document */

table a:hover,
#contents a:hover {
  opacity: 0.75;
}
#contents {
  width: 950px;
  margin: 0 auto;
}
#contents .main_copy {
  text-align: center;
  margin: 40px 0 40px;
  line-height: 2;
  font-size: 14px;
}
#contents h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 100px 0 40px;
  margin: -60px auto 0;
}
#contents .room_box {
  width: 455px;
}
#contents .room_box dl dt {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
}
#contents dl {
  margin: 20px 0 36px;
  line-height: 1.5;
  padding: 0 5px;
}
#contents dl dd {
  margin: 0;
  font-size: 14px;
}
#contents dl dd:nth-child(2) {
  margin-bottom: 10px;
}
#contents .room_contents {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
}
#contents .room_contents .room_box .btn {
  width: 455px;
}
#contents .room_contents .room_box .btn a {
  background-color: #8e6127;
  color: #fff;
  text-decoration: auto;
  padding: 8px 171px;
}
/*=======================
mainvisual
=======================*/
#hero_image {
  width: 950px;
  margin: 0 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;
}

/* ========================
　list_rooms
========================== */
.list_rooms {
  width: 90%;
  margin: 70px auto 80px;
}
.list_rooms ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.list_rooms .type li {
  width: 33%;
  text-align: center;
  border-left: 1px solid #ccc;
  margin-bottom: 30px;
}
.list_rooms .type li:nth-child(3) {
  border-right: 1px solid #ccc;
}
.list_rooms .type li:last-child {
  border-right: 1px solid #ccc;
}
.list_rooms .type li li a {
  position: relative;
  display: inline-block;
  color: #333;
  padding-bottom: 15px;
  text-decoration: none;
}
.list_rooms .type li a:before {
  border-right: 1px solid #383838;
  border-top: 1px solid #383838;
  bottom: 7px;
  content: " ";
  height: 5px;
  right: 40%;
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
  width: 5px;
}
.list_rooms .detail li {
  width: 33%;
  text-align: center;
}
.list_rooms .detail li a:before {
  border-right: 1px solid #383838;
  border-top: 1px solid #383838;
  bottom: 7px;
  content: " ";
  height: 5px;
  right: 40%;
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
  width: 5px;
}
.list_rooms .type li,
.list_rooms .detail li {
  font-size: 16px;
  width: 25%;
}
.list_rooms ul li:nth-child(3) {
  border-right: none;
}
.list_rooms ul li a {
  position: relative;
  display: inline-block;
  color: #333;
  padding-bottom: 15px;
  text-decoration: none;
}
.list_rooms ul li a:hover {
  color: #999;
}
.list_rooms .type li,
.list_rooms .detail li {
  width: 220px;
  list-style: none;
}

/*----------------------
　.service
----------------------*/
#contents .service {
  overflow: hidden;
  margin-top: -50px;
  padding-top: 60px;
}
#contents .service ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 30px 2%;
}
#contents .service li img {
  width: 100%;
}
#contents .service li {
  width: 23.5%;
  list-style: none;
}
#contents .service li p {
  padding: 0 5px;
  margin: 10px 0;
  line-height: 1.5;
  font-size: 14px;
}
.plan li a,
.plan li a:hover {
  text-decoration: none;
}
#contents .service p a {
  text-decoration: underline;
  color: #000000;
}
#contents .service p a:hover {
  text-decoration: none;
}
#contents #room_facility .room_bd {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 30px;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
}
#contents #room_facility .room_bd span {
  font-size: 13px;
  line-height: 1.5;
}
#contents #room_facility section {
  padding-top: 100px;
  margin-top: -100px;
}
#contents #room_facility section.mb_50 {
  margin-bottom: 50px;
}
#contents #room_facility .txt {
  margin: 0 40px;
  font-size: 14px;
  line-height: 1.5;
}
#contents #room_facility .txt:nth-of-type(2) {
  margin-top: 20px;
}
#contents #room_facility .center {
  text-align: center;
}
