@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;
}

.outline-sec {
  padding: 150px 50px 100px;
}
@media only screen and (max-width: 991px) {
  .outline-sec {
    padding: 80px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .outline-sec {
    padding: 80px 30px 50px;
  }
}
.outline-sec .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.outline-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) {
  .outline-sec .inner .ttl {
    margin-bottom: 50px;
  }
}
.outline-sec .inner .outline .tab-list {
  display: flex;
  justify-content: space-between;
}
.outline-sec .inner .outline .tab-list .tab-item {
  width: 48%;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #efefef;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
  transition: all 0.5s;
}
.outline-sec .inner .outline .tab-list .tab-item.active, .outline-sec .inner .outline .tab-list .tab-item:hover {
  background: #3c4043;
  color: #fff;
}
.outline-sec .inner .outline .tab-content .tab-panel {
  display: none;
}
.outline-sec .inner .outline .tab-content .tab-panel.active {
  display: block;
}/*# sourceMappingURL=outline.css.map */