@charset "UTF-8";
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
body, .wrapper, .mainimg-property {
  overflow: visible !important;
}

@keyframes FadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
figure {
  position: relative;
}

sup {
  font-size: 0.8em;
  vertical-align: top;
}

.mainimg-property {
  background: url("../img/pages/roomplan/roomplan-bg.png");
  background-size: cover;
  background-repeat: repeat;
  width: 100%;
  overflow: hidden;
  background-size: auto;
}

.mv-sec {
  width: 100%;
}

.copy {
  font-size: clamp(14px, 1.41vw, 16px);
  line-height: 1.75;
}

[class$=-sec] .inner .ttlWrap {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  [class$=-sec] .inner .ttlWrap {
    margin-bottom: 50px;
  }
}
[class$=-sec] .inner .ttlWrap .secTtl {
  text-align: center;
  position: relative;
  color: #665F4E;
  font-size: clamp(22px, 2.8vw, 40px);
  letter-spacing: 0.5em;
}
[class$=-sec] .inner .ttlWrap .secTtl::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0.5;
  content: "";
  bottom: 0;
  left: 0;
}
[class$=-sec] .inner .subTtl {
  text-align: center;
  color: #665F4E;
  font-size: clamp(18px, 2.3vw, 30px);
  margin-top: 20px;
}
[class$=-sec] .inner .columnTtl {
  font-size: 30px;
  color: #665F4E;
  margin-bottom: 40px;
  font-size: clamp(20px, 2vw, 30px);
}
@media only screen and (max-width: 991px) {
  [class$=-sec] .inner .columnTtl {
    margin-bottom: 20px;
  }
}
[class$=-sec] .inner .columnCopy {
  line-height: 2;
  font-size: clamp(14px, 1.41vw, 20px);
}
[class$=-sec] .inner .caption {
  font-size: 11px;
  line-height: 1.5;
}

.touroku-sec {
  padding: 150px 50px 100px;
}
@media only screen and (max-width: 991px) {
  .touroku-sec {
    padding: 80px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .touroku-sec {
    padding: 80px 30px 50px;
  }
}
.touroku-sec .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.touroku-sec .inner .ttl {
  color: #665F4E;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: 0.46em;
  text-align: center;
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .touroku-sec .inner .ttl {
    margin-bottom: 50px;
  }
}

.tourokuTb {
  font-family: "Noto Serif JP", serif;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.tourokuTb th {
  box-sizing: border-box;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  padding: 20px;
  border: solid 1px #888;
  background: #5d5d5d;
  width: 200px;
  vertical-align: top;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .tourokuTb th {
    display: block;
    width: 100%;
    padding: 10px;
  }
}

.tourokuTb td {
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.9em;
  padding: 20px;
  border: solid 1px #888;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 767px) {
  .tourokuTb td {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }
}

.tourokuTb td small {
  display: block;
  font-size: 13px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .tourokuTb td small {
    font-size: 12px;
  }
}

.tourokuNotes {
  max-width: 960px;
  width: 100%;
  margin: 20px auto 0;
  background-color: #fcfbf6;
  box-sizing: border-box;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .tourokuNotes {
    font-size: 12px;
  }
}

.tourokuNotes ul li {
  text-indent: -1.2em;
  margin-left: 1.2em;
  font-feature-settings: "palt" 1;
  letter-spacing: 1px;
}/*# sourceMappingURL=touroku.css.map */