@charset "UTF-8";
/* =============================================

設備仕様

============================================= */
.mainvisual {
  position: relative;
}
.mainvisual img {
  width: 100%;
  max-width: none;
}
.mainvisual__caption {
  font-size: 11px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.contents {
  padding-top: 80px;
}
.contents__inner {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.owners {
  background: url("../../imgs/bg-contents-light.jpg") no-repeat center center/cover;
  padding: 100px 0 0;
}
.owners__title {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
.owners-voice {
  font-size: 13px;
  line-height: 1.7692307692;
  width: 800px;
  margin-right: auto;
  margin-bottom: 110px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.owners-voice__item {
  width: 375px;
  min-height: 160px;
  padding: 30px 30px 20px;
  margin-bottom: 50px;
  border-radius: 10px;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.owners-voice__item::before {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.owners-voice__item::after {
  content: "";
  background: linear-gradient(0deg, rgba(232, 212, 216, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: -2;
  border-radius: 10px;
}
.owners-voice--design .owners-voice__item::after {
  background: linear-gradient(0deg, rgba(212, 221, 225, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.owners-voice--plan .owners-voice__item::after {
  background: linear-gradient(0deg, rgba(234, 228, 209, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.owners-voice__data {
  color: #c6909e;
  text-align: right;
  margin-top: 10px;
}
.owners-voice--design .owners-voice__data {
  color: #88b7ca;
}

.owners-voice--plan .owners-voice__data {
  color: #cfbd5f;
}

.owners .captionArea__inner {
  padding: 50px;
}
.owners .captionArea-txt {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.anchor {
  font-size: 17px;
  line-height: 1.1764705882;
  text-align: center;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.anchor__item {
  width: 175px;
}
.anchor__item a {
  width: 100%;
  height: 40px;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.anchor__item a::after {
  content: "";
  background: url("../imgs/bg-anchor.svg") no-repeat center center/cover;
  width: 18px;
  height: 18px;
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.5s;
}
.anchor__item a.is-active::after, .anchor__item a:hover::after {
  opacity: 1;
}
.anchor__item:last-of-type a {
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}

.imagephoto {
  width: 800px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

/* =============================================

Yahoo!不動産

============================================= */
.yahoo {
  margin-bottom: 100px;
}
.yahoo__banner {
  width: 650px;
  margin-right: auto;
  margin-left: auto;
}
.yahoo__banner a {
  transition: opacity 0.5s;
}
.yahoo__banner a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  /* =============================================

  設備仕様

  ============================================= */
  .mainvisual__caption {
    font-size: 8px;
    right: 5px;
    bottom: 5px;
  }
  .contents {
    padding-top: 50px;
  }
  .contents__inner {
    width: 88%;
  }
  .owners {
    background: url("../../imgs/bg-contents-light.jpg") no-repeat center center/cover;
    padding: 60px 0 0;
  }
  .owners__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .owners-voice {
    font-size: 8px;
    width: 280px;
    margin-bottom: 100px;
    display: block;
  }
  .owners-voice__item {
    width: 100%;
    min-height: 100px;
    padding: 15px 15px 10px;
    margin-bottom: 25px;
    border-radius: 6px;
  }
  .owners-voice__item:last-of-type {
    margin-bottom: 0;
  }
  .owners-voice__item::before {
    border-radius: 6px;
  }
  .owners-voice__item::after {
    bottom: -6px;
    right: -6px;
    border-radius: 6px;
  }
  .owners-voice__data {
    margin-top: 5px;
  }
  .owners .captionArea__inner {
    padding: 0 20px 30px;
  }
  .owners .captionArea-txt {
    width: 100%;
  }
  .anchor {
    font-size: 10px;
    margin-bottom: 50px;
    width: 328px;
    margin-right: auto;
    margin-left: auto;
  }
  .anchor__item {
    width: 33.3333333333%;
  }
  .anchor__item a {
    height: 25px;
  }
  .anchor__item a::after {
    width: 12px;
    height: 12px;
    top: calc(100% + 3px);
  }
  .imagephoto {
    width: 280px;
    margin-bottom: 30px;
  }
  /* =============================================

  Yahoo!不動産

  ============================================= */
  .yahoo {
    margin-bottom: 60px;
  }
  .yahoo__banner {
    width: 314px;
  }
}
@media only screen and (min-width: 751px) {
  .mb0pc {
    margin-bottom: 0px;
  }
  .mb5pc {
    margin-bottom: 5px;
  }
  .mb10pc {
    margin-bottom: 10px;
  }
  .mb15pc {
    margin-bottom: 15px;
  }
  .mb20pc {
    margin-bottom: 20px;
  }
  .mb25pc {
    margin-bottom: 25px;
  }
  .mb30pc {
    margin-bottom: 30px;
  }
  .mb35pc {
    margin-bottom: 35px;
  }
  .mb40pc {
    margin-bottom: 40px;
  }
  .mb45pc {
    margin-bottom: 45px;
  }
  .mb50pc {
    margin-bottom: 50px;
  }
  .mb55pc {
    margin-bottom: 55px;
  }
  .mb60pc {
    margin-bottom: 60px;
  }
  .mb65pc {
    margin-bottom: 65px;
  }
  .mb70pc {
    margin-bottom: 70px;
  }
  .mb75pc {
    margin-bottom: 75px;
  }
  .mb80pc {
    margin-bottom: 80px;
  }
  .mb85pc {
    margin-bottom: 85px;
  }
  .mb90pc {
    margin-bottom: 90px;
  }
  .mb95pc {
    margin-bottom: 95px;
  }
  .mb100pc {
    margin-bottom: 100px;
  }
  .mb105pc {
    margin-bottom: 105px;
  }
  .mb110pc {
    margin-bottom: 110px;
  }
  .mb115pc {
    margin-bottom: 115px;
  }
  .mb120pc {
    margin-bottom: 120px;
  }
  .mb125pc {
    margin-bottom: 125px;
  }
  .mb130pc {
    margin-bottom: 130px;
  }
  .mb135pc {
    margin-bottom: 135px;
  }
  .mb140pc {
    margin-bottom: 140px;
  }
  .mb145pc {
    margin-bottom: 145px;
  }
  .mb150pc {
    margin-bottom: 150px;
  }
  .mb155pc {
    margin-bottom: 155px;
  }
  .mb160pc {
    margin-bottom: 160px;
  }
  .mb165pc {
    margin-bottom: 165px;
  }
  .mb170pc {
    margin-bottom: 170px;
  }
  .mb175pc {
    margin-bottom: 175px;
  }
  .mb180pc {
    margin-bottom: 180px;
  }
  .mb185pc {
    margin-bottom: 185px;
  }
  .mb190pc {
    margin-bottom: 190px;
  }
  .mb195pc {
    margin-bottom: 195px;
  }
  .mb200pc {
    margin-bottom: 200px;
  }
}
@media only screen and (max-width: 750px) {
  .mb0sp {
    margin-bottom: 0px;
  }
  .mb5sp {
    margin-bottom: 5px;
  }
  .mb10sp {
    margin-bottom: 10px;
  }
  .mb15sp {
    margin-bottom: 15px;
  }
  .mb20sp {
    margin-bottom: 20px;
  }
  .mb25sp {
    margin-bottom: 25px;
  }
  .mb30sp {
    margin-bottom: 30px;
  }
  .mb35sp {
    margin-bottom: 35px;
  }
  .mb40sp {
    margin-bottom: 40px;
  }
  .mb45sp {
    margin-bottom: 45px;
  }
  .mb50sp {
    margin-bottom: 50px;
  }
  .mb55sp {
    margin-bottom: 55px;
  }
  .mb60sp {
    margin-bottom: 60px;
  }
  .mb65sp {
    margin-bottom: 65px;
  }
  .mb70sp {
    margin-bottom: 70px;
  }
  .mb75sp {
    margin-bottom: 75px;
  }
  .mb80sp {
    margin-bottom: 80px;
  }
  .mb85sp {
    margin-bottom: 85px;
  }
  .mb90sp {
    margin-bottom: 90px;
  }
  .mb95sp {
    margin-bottom: 95px;
  }
  .mb100sp {
    margin-bottom: 100px;
  }
  .mb105sp {
    margin-bottom: 105px;
  }
  .mb110sp {
    margin-bottom: 110px;
  }
  .mb115sp {
    margin-bottom: 115px;
  }
  .mb120sp {
    margin-bottom: 120px;
  }
  .mb125sp {
    margin-bottom: 125px;
  }
  .mb130sp {
    margin-bottom: 130px;
  }
  .mb135sp {
    margin-bottom: 135px;
  }
  .mb140sp {
    margin-bottom: 140px;
  }
  .mb145sp {
    margin-bottom: 145px;
  }
  .mb150sp {
    margin-bottom: 150px;
  }
  .mb155sp {
    margin-bottom: 155px;
  }
  .mb160sp {
    margin-bottom: 160px;
  }
  .mb165sp {
    margin-bottom: 165px;
  }
  .mb170sp {
    margin-bottom: 170px;
  }
  .mb175sp {
    margin-bottom: 175px;
  }
  .mb180sp {
    margin-bottom: 180px;
  }
  .mb185sp {
    margin-bottom: 185px;
  }
  .mb190sp {
    margin-bottom: 190px;
  }
  .mb195sp {
    margin-bottom: 195px;
  }
  .mb200sp {
    margin-bottom: 200px;
  }
}/*# sourceMappingURL=style.css.map */