@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* CSS Document */

#contents {
  width: 950px;
  margin: 0 auto;
  font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", Meiryo, Helvetica, Arial, sans-serif;
}

table a:hover,
#contents a:hover {
  opacity: 0.75;
}
#contents .main_copy {
  text-align: center;
  margin: 40px 0 40px;
  line-height: 1.6;
}
#contents h2 {
  font-size: 30px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 40px 0 20px;
}
#contents ul {
  list-style: none;
  padding: 0;
}
#contents img {
  width: 100%;
}
#contents .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/*=======================
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;
}
#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;
}
/*----------------------
　.contents
----------------------*/
#contents #lnav {
  margin: 50px auto 30px auto;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  width: 95%;
  justify-content: space-evenly;
  padding: 0;
}
#contents #lnav li {
  display: inline-block;
  width: 100%;
  height: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-align: center;
  background-image: url(../img/yazi2.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 8px 6px;
}
#contents #lnav li a {
  display: block;
  border-left: #333333 solid 1px;
  color: #000;
  text-decoration: none;
}
#contents #lnav li:last-child a {
  border-right: #333333 solid 1px;
}
/*----------------------
　.room_charm
----------------------*/
#contents .room_charm_wrapper {
  margin: 30px auto 100px;
  padding: 50px 0 50px;
  background-color: #f5f5f5;
}
#contents .room_charm_wrapper section {
  display: block;
}
#contents .ttl h2 {
  font-size: 30px;
  margin: 0 auto 40px;
  padding: 82px 0 0;
  margin-top: -100px;
  padding-top: 100px;
}
#contents .room_charm_box {
  display: flex;
  width: 95%;
  margin: 0 auto;
}
#contents .room_charm_box li {
  position: relative;
  margin-bottom: 18px;
  width: calc((100% - 10px) / 3);
  margin-right: 5px;
}
#contents .room_charm_box li:last-child {
  margin-right: 0px;
}
#contents .room_charm_box li div {
  overflow: hidden;
  aspect-ratio: 2/1;
}
#contents .room_charm_box li p.room_charm_title {
  position: absolute;
  margin-top: -34px;
  left: 2%;
  color: #fff;
  font-size: 24px;
  font-style: oblique 10deg;
  font-feature-settings: "palt";
  letter-spacing: 0.2rem;
  text-shadow: 0 0 10px #000, 0 0 3px #000, 0 0 10px #000, 0 0 10px rgb(0 0 0 / 60%);
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}
#contents .room_charm_box li div img {
  object-fit: cover;
  margin-top: -12%;
}
#contents .room_charm_box li p.room_charm_copy {
  width: 95%;
  margin: 5px auto;
}
/*----------------------
　.room_nav
----------------------*/
#contents .room_nav {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  margin: -110px auto 60px;
  padding-top: 110px;
}
#contents .room_nav .item {
  width: calc((100% - 6px) / 6);
  margin-bottom: 3px;
  margin-right: 3px;
}
#contents .room_nav .item a {
  background-color: #8e6127;
  color: #fff;
  font-size: 13px;
  width: 100%;
  display: block;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  line-height: 1.1;
}
#contents .room_nav .item:nth-child(3) a {
  padding: 7px 0;
  line-height: 15px;
}
#contents .room_nav .item:nth-child(6n) {
  margin-right: 0;
}
/*----------------------
　.room_wrapper
----------------------*/
#contents #room_wrapper {
  margin: 0 auto;
}
#contents #rc {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contents #rc .rb {
  width: 48%;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
#contents .flexslider {
  margin: 0;
  background: #fff;
  position: relative;
}
#contents .flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
#contents #rc .rb dl {
  margin-bottom: 30px;
  flex-grow: 1;
  margin-top: 0;
  font-size: 14px;
}
#contents #rc .rb dl dt {
  font-weight: bold;
  margin: 20px 0 15px;
  font-size: 15px;
}
#contents #rc .rb dl .ct {
  margin-bottom: 20px;
  line-height: 1.5;
}
#contents #rc .rb dl dd {
  line-height: 1.7;
  margin: 0;
}
#contents #room_wrapper #rc .rb dl dd span {
  margin-left: 0px;
}
#contents #room_wrapper #rc .rb dl dd.artist_box {
  margin-top: 22px;
  padding: 18px 18px 18px 20px;
  margin-bottom: 0;
  background-color: #f5f5f5;
}
#contents #room_wrapper #rc .rb dl dd.artist_box span {
  margin-bottom: 15px;
  border-bottom: 1px solid #9a9a9a;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  margin-left: -3px;
  padding-left: 4px;
}
#contents #room_wrapper #rc .rb dl dd.artist_box ul li {
  display: flex;
  align-items: flex-start;
}
#contents #room_wrapper #rc .rb dl dd.artist_box ul li img {
  width: 15%;
  object-fit: contain;
  max-width: 62px;
}
#contents #room_wrapper #rc .rb dl dd.artist_box ul li div {
  padding-left: 10px;
}
#contents #room_wrapper #rc .rb dl dd.artist_box ul li p.artist_name {
  font-weight: bold;
  margin: 0 0 3px 0;
  font-size: 14px;
  line-height: 1.5;
}
#contents #room_wrapper #rc .rb dl dd.artist_box ul li p {
  font-size: 12px;
  margin: 0;
}
#contents #room_wrapper #rc .rb dl dd.artist_box ul li:not(:first-child) {
  margin-top: 15px;
}
#contents .rci {
  border: solid #ccc 1px;
  padding: 15px;
  line-height: 1.6;
  font-size: 13px;
  width: 100%;
  margin: 0 auto 80px;
}
#contents .rci span {
  font-weight: bold;
}
/*----------------------
　.day_plan
----------------------*/
#contents #day_plan,
#contents #amenity,
#contents #facility {
  margin-top: -70px;
  padding-top: 70px;
}
#contents .room_bd {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 30px;
  margin-top: 0;
}
#contents .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;
}
/*----------------------
　.service
----------------------*/
.service {
  font-size: 14px;
  overflow: hidden;
  margin: 50px auto 60px;
}
.service ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 30px 2%;
}
.service li {
  width: 23.5%;
  list-style: none;
  margin-bottom: 20px;
}
.service li:last-child {
  margin-right: 0px;
}
.service li img {
  width: 100%;
}
.service li p {
  padding: 0 5px;
  margin: 10px 0;
  line-height: 1.5;
}
#contents .service li p a {
  text-decoration: underline;
  color: #000000;
}
#contents .service li p a:hover {
  text-decoration: none;
}
