/* visual */
.keyVisual {
  position: relative;
  padding-top: 40px;
}
.keyVisual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 440px;
  background: #2a2a2a;
}
.keyVisual__logo {
  position: absolute;
  top: 60px;
  left: 50px;
  width: 320px;
  z-index: 9000;
}
.keyVisual__logo a {
  text-decoration: none;
}
.keyVisual__logo a:hover {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .keyVisual__logo {
    top: 30px;
    left: 20px;
    width: 50.9333333333vw;
  }
}
.keyVisual__logo span {
  display: block;
  margin-top: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1;
}

.keySlider {
  overflow: hidden;
  width: calc(100% - 160px);
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .keySlider {
    width: calc(100% - 80px);
  }
}
.keySlider .photo {
  width: 100%;
}
/* rental */
.rentalSection {
  position: relative;
  margin-top: 80px;
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .rentalSection {
    margin-top: 8vw;
    padding-top: 0;
  }
}
.rentalSection::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  width: auto;
  height: auto;
  background: #532b07;
}
@media only screen and (max-width: 768px) {
  .rentalSection::before {
    display: none;
  }
}
.rentalSection::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  width: auto;
  height: auto;
  background: url(../imgs/img-slide-02.jpg) no-repeat center center;
  opacity: 0.2;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .rentalSection::after {
    display: none;
  }
}
.rentalSectionInner {
  width: 43.3333333333%;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .rentalSectionInner {
    width: 100%;
    margin-right: auto;
  }
}
.rentalSection__box {
  margin-top: 50px;
  padding: 29px;
  border: solid 1px rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 768px) {
  .rentalSection__box {
    margin-top: 8vw;
  }
}
.rentalSection__cap {
  margin-top: 10px;
  padding-bottom: 30px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  font-size: 12px;
  color: #fff;
}
.rentalSection__row--info {
  margin-top: 30px;
}
.rentalSection__row--info .rentalSection__item:nth-child(n+3) {
  margin-top: 10px;
}
.rentalSection__row--info .rentalSection__item--ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  height: 26px;
  background: #ce9238;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .rentalSection__row--info .rentalSection__item--ttl {
    width: 21.3333333333vw;
    height: 6.4vw;
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}
.rentalSection__row--info .rentalSection__item--txt {
  width: calc(100% - 100px);
}
@media only screen and (max-width: 768px) {
  .rentalSection__row--info .rentalSection__item--txt {
    width: calc(100% - 24vw);
  }
}
.rentalSection .defaultBtn__list {
  display: block;
  margin-top: 0;
}

/* facility */
.facilitySection {
  margin-top: 80px;
}
.facilitySection__row {
  margin-top: 50px;
}
.facilitySection__item {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .facilitySection__item {
    width: 100%;
  }
  .facilitySection__item:nth-child(n+2) {
    margin-top: 8vw;
  }
}
.facilitySection__item:nth-child(n+4) {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .facilitySection__item:nth-child(n+4) {
    margin-top: 8vw;
  }
}
.facilitySection__link .photo::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .facilitySection__link:hover .photo::before {
    background: rgba(0, 0, 0, 0.2);
  }
}
.facilitySection__link--ttl {
  position: absolute;
  top: 50%;
  left: 2.6666666667vw;
  right: 2.6666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  z-index: 2;
}
.facilitySection__link--ttl .font__en {
  display: block;
}
.facilitySection__link--ttl .font__ja {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

/* lowPage__nav */
.lowPage__nav {
  margin-top: 160px;
}
@media only screen and (max-width: 768px) {
  .lowPage__nav {
    margin-top: 21.3333333333vw;
  }
}
.lowPage__nav a {
  text-decoration: none;
}
.lowPage__nav--head + .txt {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .lowPage__nav--head + .txt {
    margin-top: 10.6666666667vw;
  }
}
.lowPage__nav--head .font__ja {
  display: block;
  font-family: "Noto Serif JP", YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .lowPage__nav--head .font__ja {
    font-size: 48px;
    font-size: 6.4vw;
  }
}
.lowPage__nav--head .font__en {
  position: relative;
  left: 5px;
  display: block;
  margin-top: 10px;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .lowPage__nav--head .font__en {
    margin-top: 4vw;
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
}
.lowPage__nav .largePhoto__row {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .lowPage__nav .largePhoto__row {
    margin-top: 8vw;
    padding-bottom: 13.3333333333vw;
  }
}
.lowPage__nav .largePhoto__row + .largePhoto__row {
  margin-top: 0;
}
@media only screen and (min-width: 769px) {
  .lowPage__nav .largePhoto__row:hover .defaultBtn__link {
    background: #9b0909;
    color: #fff;
  }
  .lowPage__nav .largePhoto__row:hover .defaultBtn__link::after {
    -webkit-animation: reflect 3.5s ease-in-out infinite;
            animation: reflect 3.5s ease-in-out infinite;
  }
  .lowPage__nav .largePhoto__row:hover .largePhoto__item--photo .photo img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
.lowPage__nav .largePhoto__row .largePhoto__item {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .lowPage__nav .largePhoto__row .largePhoto__item--block {
    margin-top: 13.3333333333vw;
  }
}
.lowPage__nav .largePhoto__row .largePhoto__item--blockInner {
  width: 520px;
  margin-left: 80px;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .lowPage__nav .largePhoto__row .largePhoto__item--blockInner {
    width: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .lowPage__nav .largePhoto__row .largePhoto__item--photo {
    margin-top: 0;
  }
}
.lowPage__nav .largePhoto__row .largePhoto__item--photo .photo {
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 0;
  width: 72.2222222222%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .lowPage__nav .largePhoto__row .largePhoto__item--photo .photo {
    top: 8vw;
    left: 0;
    right: auto;
    width: 92vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.lowPage__nav .largePhoto__row .largePhoto__item--photo .photo img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.lowPage__nav .largePhoto__row .largePhoto__item--photo .photo--bg {
  width: calc(100% - 80px);
  margin-left: 0;
  margin-right: auto;
  opacity: 0.3;
}
@media only screen and (max-width: 768px) {
  .lowPage__nav .largePhoto__row .largePhoto__item--photo .photo--bg {
    width: 100%;
  }
}
.lowPage__nav .largePhoto__row.is-reverse .largePhoto__item--blockInner {
  margin-left: auto;
  margin-right: 80px;
}
@media only screen and (max-width: 768px) {
  .lowPage__nav .largePhoto__row.is-reverse .largePhoto__item--blockInner {
    margin-right: auto;
  }
}
.lowPage__nav .largePhoto__row.is-reverse .largePhoto__item--photo .photo {
  left: 0;
  right: auto;
}
@media only screen and (max-width: 768px) {
  .lowPage__nav .largePhoto__row.is-reverse .largePhoto__item--photo .photo {
    left: auto;
    right: 0;
  }
}
.lowPage__nav .largePhoto__row.is-reverse .largePhoto__item--photo .photo--bg {
  left: 0;
  right: auto;
  margin-left: auto;
  margin-right: 0;
}
.lowPage__nav .defaultBtn__link {
  max-width: 240px;
  height: 48px;
  margin-top: 60px;
  background: #fff;
  color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .lowPage__nav .defaultBtn__link {
    height: 12.2666666667vw;
    margin-top: 10.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.swiper-button-prev {
  top: auto;
  left: 50px;
  right: auto;
  bottom: 0;
  width: 54px;
  height: 54px;
  background: #532b07;
}
@media only screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 10px;
    bottom: 0;
    width: 34px;
    height: 34px;
  }
}
.swiper-button-next {
  top: auto;
  left: 105px;
  right: auto;
  bottom: 0;
  width: 54px;
  height: 54px;
  background: #532b07;
}
@media only screen and (max-width: 768px) {
  .swiper-button-next {
    left: 45px;
    bottom: 0;
    width: 34px;
    height: 34px;
  }
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: "";
}

.newsSection {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .newsSection {
    padding-top: 13.3333333333vw;
  }
}
.newsSection__item {
  width: 100%;
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .newsSection__item {
    margin-top: 13.3333333333vw;
  }
}
.newsSection__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 769px) {
  .newsSection__message .txt {
    font-size: 18px;
  }
}

.newsList__row {
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddddd;
}
.newsList__row + .newsList__row {
  margin-top: 20px;
}
.newsList__label {
  width: 90px;
}
@media only screen and (max-width: 768px) {
  .newsList__label {
    width: 100%;
  }
}
.newsList__label .label {
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 768px) {
  .newsList__label .label {
    top: auto;
    margin-bottom: 2.6666666667vw;
  }
}
.newsList__ymd {
  position: relative;
  width: 100px;
  padding-left: 10px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .newsList__ymd {
    top: 4px;
  }
}
@media only screen and (max-width: 768px) {
  .newsList__ymd {
    width: 25%;
    padding-left: 0;
    font-size: 24px;
    font-size: 3.2vw;
  }
}
.newsList__comment {
  position: relative;
  width: calc(100% - 200px);
}
@media only screen and (min-width: 769px) {
  .newsList__comment {
    top: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .newsList__comment {
    width: 75%;
    font-size: 12px;
  }
}

.label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  height: 26px;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .label {
    width: 21.3333333333vw;
    height: 6.4vw;
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}

[data-bg=yellow] {
  background: #ce9238;
}

[data-bg=red] {
  background: #9b0909;
}
/*# sourceMappingURL=style.css.map */