@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* CSS Document */
.mb_50 {
  margin-bottom: 50px;
}
table a:hover,
#contents a:hover {
  opacity: 0.75;
}
#contents {
  width: 950px;
  margin: 0 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;
  font-size: 14px;
}
#contents h2 {
  font-size: 30px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 0 0 30px;
}
#contents .room_box {
  width: 455px;
}
#contents .room_box dl dt {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
#contents dl {
  margin: 20px 0 36px;
  line-height: 1.3;
  padding: 0 5px;
}
#contents dl dd {
  margin: 0;
  font-size: 14px;
}
#contents dl dd:nth-child(2) {
  margin-bottom: 15px;
  line-height: 1.5;
}
#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 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: 17%;
  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: 14px;
  display: block;
  width: 100%;
  text-decoration: none;
}
#hero_image .mainvisual ul.nav_01 li a {
  padding: 18px 0px;
  color: #fff;
  font-size: 13px;
}
#hero_image .mainvisual ul.nav_01 li:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 12px;
  top: 22px;
  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;
}
/*----------------------
　.plan
----------------------*/
.service {
  overflow: hidden;
  margin-top: 30px;
}
.service ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
.service li {
  width: 220px;
  list-style: none;
  margin-bottom: 20px;
}
.service li p {
  font-size: 14px;
  padding: 0 5px;
  margin: 10px 0;
  line-height: 1.5;
}
.service p a {
  text-decoration: underline;
  color: #000000;
}
.service p a:hover {
  text-decoration: none;
}
/* =======================
	　共通設備
========================== */
#contents #room_facility .room_bd {
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
  padding-bottom: 20px;
  text-align: center;
}
#room_facility {
  line-height: 1.5;
}
#room_facility .txt {
  margin: 0 60px;
  font-size: 14px;
}
.room_list ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#room_facility .room_list .item1 {
  margin-bottom: 40px;
}
#room_facility .room_list ul li {
  width: 33%;
}
.room_list .yaji {
  background: url(../../../sitemap/img/common/yaji_img_002.png) 5px no-repeat;
  padding: 4px 0 0 15px;
}
.room_list {
  margin-bottom: 90px;
}
#contents .room_list .yaji {
  background: url(../sitemap/img/common/yaji_img_002.png) 5px 10px no-repeat;
  padding: 6px 0 0 15px;
}
#room_facility h3,
h4 {
  letter-spacing: 3px;
}
#room_facility .room_list ul li {
  font-size: 1.4rem;
}
#room_facility .amenity dt {
  font-weight: bold;
}
#room_facility .amenity .txt_sub {
  margin-top: 10px;
}
p.center {
  text-align: center;
}
