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

ベース

================================================================================ */
body {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 751px) {
  .wrapper {
    background-image: url(../img/bg_pc.png);
    background-repeat: repeat-y;
    background-position: center top;
  }
}
#body {
  font-feature-settings: "palt";
}

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

共通

================================================================================ */
.kv {
  position: relative;
  height: 460px;
}
@media screen and (max-width: 750px) {
  .kv {
    height: 71.86667vw;
  }
}
.kv__img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.kv__img-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .kv__img-list {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.kv__img-list-item {
  position: relative;
  width: 24.642%;
  height: 230px;
  overflow: hidden;
}
.kv__img-list-item > a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition-property: transform;
  transition-duration: 0.4s;
}
@media screen and (min-width: 751px) {
  .kv__img-list-item:nth-child(1) {
    width: 50.714%;
    height: 460px;
  }
  .kv__img-list-item:nth-child(n+6) {
    display: none;
  }
  .kv__img-list-item > a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    content: '';
    pointer-events: none;
    opacity: 0;
    transition-duration: 0.4s;
    transition-property: opacity;
  }
}
@media screen and (max-width: 750px) {
  .kv__img-list-item {
    width: 100%;
    height: 100%;
  }
}
.kv__img-list-item::after {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  background-image: url("../img/icon_plus.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .kv__img-list-item::after {
    bottom: 2.66667vw;
    right: 2.66667vw;
    width: 6.66667vw;
    height: 6.66667vw;
  }
}
@media screen and (min-width: 751px) {
  .kv__img-list-item > a.unfocus::after {
    opacity: 1;
  }
  .kv__img-list-item > a:hover {
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
}

.kv-modal {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(244, 243, 239, 0.97);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media screen and (max-width: 750px) {
  .kv-modal {
    padding-bottom: 13.33333vw;
  }
}
.kv-modal__wrapper {
  box-sizing: border-box;
}
.kv-modal__close-btn {
  box-sizing: border-box;
  width: 100%;
  text-align: right;
  padding-bottom: 23px;
}
@media screen and (max-width: 750px) {
  .kv-modal__close-btn {
    padding-bottom: 6.4vw;
    padding-right: 6.66667vw;
  }
}
.kv-modal__close-btn > a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../img/ico_modal_close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .kv-modal__close-btn > a {
    width: 10.66667vw;
    height: 10.66667vw;
  }
}
.kv-modal__img-list {
  position: relative;
  width: 900px;
  height: calc(100vh - 200px);
}
@media screen and (max-width: 750px) {
  .kv-modal__img-list {
    width: 100vw;
    height: 72vw;
  }
}
.kv-modal__img-list-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kv-modal__paging-ui {
  position: relative;
  box-sizing: border-box;
  padding-top: 20px;
}
@media screen and (max-width: 750px) {
  .kv-modal__paging-ui {
    padding-top: 6.4vw;
  }
}
.kv-modal__paging-num {
  position: relative;
  width: 41px;
  height: 59px;
  margin: 0 auto;
  background-image: url(../img/ico_modal_slash.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 41px 41px;
}
@media screen and (max-width: 750px) {
  .kv-modal__paging-num {
    width: 10.93333vw;
    height: 14.93333vw;
    background-image: url(../img/ico_modal_slash_sp.svg);
    background-size: 10.93333vw 10.93333vw;
  }
}
.kv-modal__pagin-current {
  position: absolute;
  top: -8px;
  right: 21px;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0em;
  font-family: 'Barlow', sans-serif;
  font-weight: 100;
  color: #a0926e;
}
@media screen and (max-width: 750px) {
  .kv-modal__pagin-current {
    top: -2.13333vw;
    right: 5.6vw;
    font-size: 9.6vw;
    line-height: 9.6vw;
  }
}
.kv-modal__pagin-total {
  position: absolute;
  bottom: -2px;
  left: 30px;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0em;
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  color: #a0926e;
}
@media screen and (max-width: 750px) {
  .kv-modal__pagin-total {
    bottom: -0.53333vw;
    left: 7.46667vw;
    font-size: 4.8vw;
    line-height: 4.8vw;
  }
}
.kv-modal .kv-modal__prev-arrow, .kv-modal .kv-modal__next-arrow {
  display: block;
  position: absolute;
  top: 41px;
  width: 82px;
  height: 25px;
  background-image: url(../img/ico_modal_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 750px) {
  .kv-modal .kv-modal__prev-arrow, .kv-modal .kv-modal__next-arrow {
    top: 10.4vw;
    width: 16.4vw;
    height: 6.53333vw;
    background-image: url(../img/ico_modal_arrow_sp.svg);
  }
}
.kv-modal__prev-arrow {
  left: 50%;
  margin-left: -160px;
}
@media screen and (max-width: 750px) {
  .kv-modal__prev-arrow {
    margin-left: -31.2vw;
  }
}
.kv-modal__next-arrow {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 50%;
  margin-right: -160px;
}
@media screen and (max-width: 750px) {
  .kv-modal__next-arrow {
    margin-right: -31.2vw;
  }
}

.room-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.room-list__item {
  position: relative;
  width: 536px;
  margin-bottom: 39px;
}
.room-list__item > a {
  display: flex;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .room-list__item {
    width: 100%;
    margin-bottom: 5.86667vw;
  }
}
.room-list__item-photo {
  width: 160px;
}
.room-list__item-photo > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .room-list__item-photo {
    padding-top: 1.33333vw;
    width: 32vw;
  }
}
.contracted .room-list__item-photo::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 30px;
  content: "成約済";
  background-color: #0198c3;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .contracted .room-list__item-photo::after {
    top: 1.33333vw;
    width: 16vw;
    height: 8vw;
    font-size: 3.73333vw;
    line-height: 7.46667vw;
  }
}
.room-list__item-info {
  box-sizing: border-box;
  width: 376px;
  padding-left: 29px;
  padding-right: 29px;
}
@media screen and (max-width: 750px) {
  .room-list__item-info {
    width: 48vw;
    padding-left: 5.33333vw;
    padding-right: 0;
  }
}
.room-list__item-price {
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .room-list__item-price {
    font-size: 4vw;
    line-height: 5.86667vw;
  }
}
.room-list__item-data {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .room-list__item-data {
    font-size: 3.73333vw;
    line-height: 5.86667vw;
    letter-spacing: 0.05em;
  }
}

.back-btn {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 60px;
  padding-left: 3px;
  padding-bottom: 2px;
  text-decoration: none;
  background-color: #FFF;
  transition-duration: 0.2s;
  transition-property: background-color;
}
@media screen and (max-width: 750px) {
  .back-btn {
    width: 70vw;
    height: 16vw;
  }
}
.back-btn__icon {
  width: 15px;
  height: 14px;
  margin-right: 7px;
}
@media screen and (max-width: 750px) {
  .back-btn__icon {
    width: 4vw;
    height: 3.73333vw;
    margin-right: 1.86667vw;
  }
}
.back-btn__icon-path {
  fill: #a0926e;
  transition-duration: 0.2s;
}
.back-btn__text {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.12em;
  font-weight: 500;
  color: #a0926e;
  transition-duration: 0.2s;
}
@media screen and (max-width: 750px) {
  .back-btn__text {
    font-size: 3.73333vw;
    line-height: 3.73333vw;
  }
}
@media screen and (min-width: 751px) {
  .back-btn:hover {
    background-color: #a0926e;
  }
  .back-btn:hover .back-btn__icon-path {
    fill: #fff;
  }
  .back-btn:hover .back-btn__text {
    color: #FFF;
  }
}

.contact-btn {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 348px;
  height: 80px;
  padding: 30px 0;
  background-image: url(../img/ico_mail.svg);
  background-repeat: no-repeat;
  background-color: #a0926e;
  background-size: 24px auto;
  background-position: 24px center;
  text-decoration: none;
  text-align: center;
}
.contact-btn.no-icon {
  background-image: none;
}
.contact-btn:after {
  display: block;
  position: absolute;
  right: -41px;
  bottom: 40px;
  z-index: 0;
  width: 81px;
  height: 9px;
  background-image: url(../img/ico_mail-arr.svg);
  background-size: 100% 100%;
  pointer-events: none;
  content: '';
}
.contact-btn > span {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 751px) {
  .contact-btn:hover {
    animation-name: hover-blink;
    animation-duration: 700ms;
  }
}
@media screen and (max-width: 750px) {
  .contact-btn {
    width: 70vw;
    height: 16vw;
    padding: 5.33333vw 0;
    background-size: 5.86667vw auto;
    background-position: 4.66667vw center;
  }
  .contact-btn:after {
    background-image: url(../img/ico_mail-arr_sp.svg);
    width: 16.26667vw;
    height: 2.4vw;
    right: -8.26667vw;
    bottom: 8vw;
  }
  .contact-btn > span {
    font-size: 3.73333vw;
    line-height: 5.33333vw;
  }
}

.sns-link {
  width: 100%;
  display: flex;
  justify-content: center;
}
.sns-link .sns-link__item--facebook, .sns-link .sns-link__item--twitter, .sns-link .sns-link__item--pinterest, .sns-link .sns-link__item--acrobat {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 5px;
}
@media screen and (max-width: 750px) {
  .sns-link .sns-link__item--facebook, .sns-link .sns-link__item--twitter, .sns-link .sns-link__item--pinterest, .sns-link .sns-link__item--acrobat {
    width: 13.33333vw;
    height: 13.33333vw;
    margin: 0 1.33333vw;
  }
}
.sns-link .sns-link__item--facebook > a, .sns-link .sns-link__item--twitter > a, .sns-link .sns-link__item--pinterest > a, .sns-link .sns-link__item--acrobat > a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 9999px;
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: #a0926e;
  background-position: center;
}
@media screen and (min-width: 751px) {
  .sns-link .sns-link__item--facebook > a:hover, .sns-link .sns-link__item--twitter > a:hover, .sns-link .sns-link__item--pinterest > a:hover, .sns-link .sns-link__item--acrobat > a:hover {
    animation-name: hover-blink;
    animation-duration: 700ms;
  }
}
.sns-link__item--facebook > a {
  background-image: url(../img/ico_sns_facebook.svg);
  background-size: 15px auto;
}
@media screen and (max-width: 750px) {
  .sns-link__item--facebook > a {
    background-size: 3.33333vw auto;
  }
}
.sns-link__item--twitter > a {
  background-image: url(../img/ico_sns_twitter.svg);
  background-size: 26px auto;
}
@media screen and (max-width: 750px) {
  .sns-link__item--twitter > a {
    background-size: 5.73333vw auto;
  }
}
.sns-link__item--pinterest > a {
  background-image: url(../img/ico_sns_pinterest.svg);
  background-size: 21px auto;
}
@media screen and (max-width: 750px) {
  .sns-link__item--pinterest > a {
    background-size: 4.66667vw auto;
  }
}
.sns-link__item--acrobat > a {
  background-image: url(../img/ico_sns_acrobat.svg);
  background-size: 29px auto;
}
@media screen and (max-width: 750px) {
  .sns-link__item--acrobat > a {
    background-size: 6.4vw auto;
  }
}

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

物件情報ページ

================================================================================ */
.estate-kv {
  margin-bottom: 111px;
}
@media screen and (max-width: 750px) {
  .estate-kv {
    margin-bottom: 25.06667vw;
  }
}

.estate-summary {
  box-sizing: border-box;
  width: 1100px;
}
@media screen and (min-width: 751px) {
  .estate-summary {
    margin: 0 auto 72px;
  }
}
@media screen and (max-width: 750px) {
  .estate-summary {
    width: 100%;
    padding: 0 5.33333vw;
    margin-bottom: 12.26667vw;
  }
}
.estate-summary__title {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0em;
  font-family: 'Barlow', sans-serif;
  font-weight: 100;
  color: #a0926e;
  margin-bottom: 36px;
}
@media screen and (max-width: 750px) {
  .estate-summary__title {
    font-size: 9.6vw;
    line-height: 9.6vw;
    margin-bottom: 5.06667vw;
  }
}
.estate-summary__body {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .estate-summary__body {
    font-size: 3.73333vw;
    line-height: 6.4vw;
    letter-spacing: 0.08em;
  }
}

.estate-info {
  position: relative;
  width: 100%;
  margin-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .estate-info {
    margin-bottom: 1px;
  }
}
.estate-info::before {
  display: block;
  position: absolute;
  z-index: 0;
  top: 40px;
  left: calc(-50% + 550px);
  width: 100%;
  height: calc(100% - 40px);
  content: '';
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .estate-info::before {
    top: 30px;
    left: 0;
    height: calc(100% - 30px);
  }
}
.estate-info__wrapper {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  width: 1100px;
  margin: 0 auto;
  padding-top: 80px;
}
@media screen and (max-width: 750px) {
  .estate-info__wrapper {
    width: 100%;
    padding-top: 13.33333vw;
  }
}
.estate-info__nav {
  z-index: 1023;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.estate-info__nav.fix {
  position: fixed;
  top: 70px;
  left: 0;
}
@media screen and (min-width: 751px) {
  .estate-info__nav.fix {
    min-width: 1180px;
  }
}
@media screen and (max-width: 750px) {
  .estate-info__nav.fix {
    top: 50px;
  }
}
.estate-info__nav-wrapper {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .estate-info__nav-wrapper {
    width: 100%;
    height: 18.93333vw;
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
.estate-info__page {
  display: none;
}
.estate-info__page.active {
  display: block;
}
.estate-info__page--rooms {
  padding-top: 80px;
  padding-bottom: 42px;
}
@media screen and (max-width: 750px) {
  .estate-info__page--rooms {
    padding: 9.6vw 10vw 2.66667vw;
  }
}
.estate-info__page--overview {
  padding-top: 71px;
  padding-bottom: 22px;
}
@media screen and (max-width: 750px) {
  .estate-info__page--overview {
    padding-top: 34px;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-bottom: 6px;
    padding: 9.06667vw 10vw 1.6vw;
  }
}
.estate-info__page--floor-guide {
  padding-top: 80px;
  padding-bottom: 42px;
}
@media screen and (max-width: 750px) {
  .estate-info__page--floor-guide {
    padding: 9.6vw 10vw 9.6vw;
  }
}
.estate-info__page--floor-plan {
  padding-top: 80px;
  padding-bottom: 42px;
}
@media screen and (max-width: 750px) {
  .estate-info__page--floor-plan {
    padding: 9.6vw 10vw 9.6vw;
  }
}
.estate-info__page--sold {
  padding-top: 80px;
  padding-bottom: 42px;
}
@media screen and (max-width: 750px) {
  .estate-info__page--sold {
    padding: 9.6vw 10vw 9.6vw;
  }
}

.estate-nav {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .estate-nav {
    width: 144vw;
  }
}
.estate-nav__list {
  display: flex;
  justify-content: space-between;
}
.estate-nav__list-item {
  position: relative;
  width: 212px;
  height: 80px;
  -moz-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 750px) {
  .estate-nav__list-item {
    -moz-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.15);
    width: 26.66667vw;
    height: 13.33333vw;
  }
  .estate-nav__list-item:nth-child(1) {
    width: 29.33333vw;
  }
  .estate-nav__list-item:nth-child(5) {
    width: 29.33333vw;
  }
}
.estate-nav__list-item > a {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.06em;
  color: #FFF;
  background-color: #a0926e;
  padding-bottom: 2px;
  transition-duration: 0.2s;
}
@media screen and (min-width: 751px) {
  .estate-nav__list-item > a:hover {
    color: #a0926e;
    background-color: #FFF;
  }
}
@media screen and (max-width: 750px) {
  .estate-nav__list-item > a {
    font-size: 3.73333vw;
    line-height: 4.8vw;
  }
}
.estate-nav__list-item.active > a {
  color: #a0926e;
  background-color: #FFF;
  pointer-events: none;
}

.estate-overview-list {
  width: 1006px;
}
@media screen and (max-width: 750px) {
  .estate-overview-list {
    width: 100%;
  }
}
.estate-overview-list dt, .estate-overview-list dd {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .estate-overview-list dt, .estate-overview-list dd {
    font-size: 3.73333vw;
    line-height: 6.4vw;
  }
}
@media screen and (min-width: 751px) {
  .estate-overview-list dt {
    float: left;
    width: 282px;
  }
}
@media screen and (max-width: 750px) {
  .estate-overview-list dt {
    font-weight: 500;
    margin-bottom: 2.4vw;
  }
}
.estate-overview-list dd {
  border-bottom: 1px dotted #ccc;
  padding-left: 282px;
  padding-bottom: 25px;
  margin-bottom: 24px;
}
.estate-overview-list dd:last-child {
  border: none;
}
@media screen and (max-width: 750px) {
  .estate-overview-list dd {
    padding-left: 0;
    padding-bottom: 4vw;
    margin-bottom: 3.73333vw;
  }
}

.kv {
  /* Dots */
}
.kv .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.kv .slick-dots {
  position: absolute;
  bottom: 2.66667vw;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.kv .slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.kv .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.kv .slick-dots li button:hover,
.kv .slick-dots li button:focus {
  /*outline: none;*/
}
.kv .slick-dots li button:hover:before,
.kv .slick-dots li button:focus:before {
  /*opacity: 1;*/
}
.kv .slick-dots li button:before {
  font-family: 'slick';
  font-size: 8px;
  line-height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  content: '•';
  text-align: center;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.kv .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #a0926e;
}

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

部屋紹介ページ

================================================================================ */
.room-kv {
  margin-bottom: 109px;
}
@media screen and (max-width: 750px) {
  .room-kv {
    margin-bottom: 0;
  }
}

.room-overview {
  box-sizing: border-box;
  position: relative;
  /* ==========【MAIN】========== */
  /* ==========【基本情報】========== */
  /* ==========【物件について】========== */
}
@media screen and (min-width: 751px) {
  .room-overview {
    width: 1100px;
    margin: 0 auto 114px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  .room-overview {
    width: 100%;
    margin-bottom: 12.26667vw;
  }
}
@media screen and (min-width: 751px) {
  .room-overview__contact-btn {
    position: absolute;
    top: 11px;
    right: 94px;
  }
}
.room-overview__main {
  box-sizing: border-box;
  width: 100%;
  padding-right: 520px;
  margin-bottom: 45px;
}
@media screen and (max-width: 750px) {
  .room-overview__main {
    padding: 9.06667vw 4.8vw 8.8vw;
    margin-bottom: 0px;
  }
}
.room-overview__main-title {
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -0.005em;
  font-family: 'Barlow', sans-serif;
  font-weight: 100;
  color: #a0926e;
  margin-bottom: 13px;
}
@media screen and (max-width: 750px) {
  .room-overview__main-title {
    font-size: 9.6vw;
    line-height: 9.6vw;
    margin-bottom: 2.66667vw;
  }
}
.room-overview__main-address {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.04em;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  color: #a0926e;
  margin-bottom: 9px;
}
@media screen and (max-width: 750px) {
  .room-overview__main-address {
    font-size: 3.73333vw;
    line-height: 4.26667vw;
    margin-bottom: 5.06667vw;
    margin-bottom: 1.86667vw;
  }
}
.room-overview__main-pictinfo {
  width: 100%;
  margin-bottom: 21px;
}
@media screen and (max-width: 750px) {
  .room-overview__main-pictinfo {
    margin-bottom: 4vw;
  }
}
.room-overview__main-price {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0em;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  color: #0198c3;
  margin-bottom: 11px;
}
@media screen and (max-width: 750px) {
  .room-overview__main-price {
    font-size: 9.6vw;
    line-height: 9.6vw;
    margin-bottom: 1.6vw;
  }
}
.room-overview__main-id {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0.04em;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  color: #0198c3;
}
@media screen and (max-width: 750px) {
  .room-overview__main-id {
    font-size: 4.26667vw;
    line-height: 4.26667vw;
  }
}
.room-overview__basic {
  box-sizing: border-box;
  position: relative;
  width: 520px;
}
@media screen and (max-width: 750px) {
  .room-overview__basic {
    width: 100%;
    padding: 0 5.33333vw;
    margin-bottom: 9.86667vw;
  }
}
.room-overview__basic-title {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .room-overview__basic-title {
    font-size: 4vw;
    line-height: 5.86667vw;
    margin-bottom: 3.06667vw;
  }
}
.room-overview__basic-list {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}
@media screen and (max-width: 750px) {
  .room-overview__basic-list {
    font-size: 3.73333vw;
    line-height: 5.86667vw;
    margin-bottom: 4.26667vw;
  }
}
.room-overview__basic-list dt {
  float: left;
  width: 160px;
}
@media screen and (max-width: 750px) {
  .room-overview__basic-list dt {
    width: 34.66667vw;
  }
}
.room-overview__basic-list dt.en {
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .room-overview__basic-list dt.en {
    font-size: 3.73333vw;
  }
}
.room-overview__basic-list dd {
  font-family: 'Barlow', sans-serif;
  box-sizing: border-box;
  width: 100%;
  padding-left: 160px;
}
@media screen and (max-width: 750px) {
  .room-overview__basic-list dd {
    padding-left: 34.66667vw;
  }
}
.room-overview__basic-by {
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .room-overview__basic-by {
    font-size: 3.73333vw;
    line-height: 3.73333vw;
  }
}
.room-overview__about {
  box-sizing: border-box;
  width: 520px;
}
@media screen and (max-width: 750px) {
  .room-overview__about {
    width: 100%;
    padding: 0 5.33333vw;
  }
}
.room-overview__about-title {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .room-overview__about-title {
    font-size: 4vw;
    line-height: 5.86667vw;
    margin-bottom: 2.8vw;
  }
}
.room-overview__about-jp {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
  .room-overview__about-jp {
    font-size: 3.73333vw;
    line-height: 6.4vw;
    margin-bottom: 4.26667vw;
  }
}
.room-overview__about-en {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .room-overview__about-en {
    font-size: 4vw;
    line-height: 6.4vw;
  }
}

.room-pictinfo {
  display: flex;
}
.room-pictinfo > p {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  color: #a0926e;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 0em;
  height: 50px;
  margin-right: 31px;
  background-repeat: no-repeat;
}
.room-pictinfo > p:last-child {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .room-pictinfo > p {
    font-size: 4.26667vw;
    line-height: 8vw;
    height: 8vw;
    margin-right: 5.6vw;
  }
}
.room-pictinfo__bedroom {
  padding-left: 48px;
  background-image: url(../img/ico_bedroom.svg);
  background-size: 36px auto;
  background-position: 0 8px;
}
@media screen and (max-width: 750px) {
  .room-pictinfo__bedroom {
    padding-left: 9.06667vw;
    background-size: 6.4vw auto;
    background-position: 0.53333vw 1.33333vw;
  }
}
.room-pictinfo__bathroom {
  padding-left: 48px;
  background-image: url(../img/ico_bathroom.svg);
  background-size: 36px auto;
  background-position: 0 4px;
}
@media screen and (max-width: 750px) {
  .room-pictinfo__bathroom {
    padding-left: 8.53333vw;
    background-size: 6.26667vw auto;
    background-position: 0vw 0.53333vw;
  }
}

.room-map {
  width: 100%;
  height: 600px;
  background-color: gray;
}
@media screen and (max-width: 750px) {
  .room-map {
    height: 80vw;
  }
}

.room-specification {
  box-sizing: border-box;
  position: relative;
  padding-top: 120px;
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .room-specification {
    padding-top: 13.33333vw;
    margin-bottom: 10.66667vw;
  }
}
.room-specification::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(50% + 456px);
  height: calc(100% - 215px);
  margin-left: -456px;
  background-color: #e3e0d5;
  content: '';
}
@media screen and (max-width: 750px) {
  .room-specification::before {
    left: auto;
    right: 0;
    width: 80vw;
    height: calc(100% - 80px);
    margin-left: 0;
  }
}
.room-specification__wrapper {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .room-specification__wrapper {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  .room-specification__wrapper {
    width: 100%;
    padding-left: 10vw;
  }
}
@media screen and (min-width: 751px) {
  .room-specification__column {
    width: 536px;
  }
}
.room-specification__block {
  box-sizing: border-box;
  position: relative;
  padding: 51px 66px 53px;
  background-color: #FFF;
  margin-bottom: 28px;
}
@media screen and (min-width: 751px) {
  .room-specification__block:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .room-specification__block {
    padding: 7.2vw 5.33333vw 6.13333vw;
    margin-bottom: 2.66667vw;
  }
}
.room-specification__block-title {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .room-specification__block-title {
    font-size: 4vw;
    line-height: 5.86667vw;
    margin-bottom: 2.66667vw;
  }
}
.room-specification__block-list dt {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.04em;
  box-sizing: border-box;
  float: left;
  width: 160px;
}
.room-specification__block-list dt.en {
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .room-specification__block-list dt {
    font-size: 3.73333vw;
    line-height: 6.4vw;
    width: 29.33333vw;
  }
  .room-specification__block-list dt.en {
    font-size: 4vw;
    line-height: 6.4vw;
  }
}
.room-specification__block-list dd {
  box-sizing: border-box;
  width: 100%;
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.04em;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 160px;
}
@media screen and (max-width: 750px) {
  .room-specification__block-list dd {
    padding: 0;
    font-size: 4vw;
    line-height: 6.4vw;
    padding-left: 29.33333vw;
  }
}
@media screen and (min-width: 751px) {
  .room-specification__block-list.wide dt {
    width: 200px;
  }
  .room-specification__block-list.wide dd {
    padding-left: 200px;
  }
}
@media screen and (max-width: 750px) {
  .room-specification__block-list.wide-sp dt {
    width: 42.66667vw;
  }
  .room-specification__block-list.wide-sp dd {
    padding-left: 42.66667vw;
  }
}

.room-sns {
  margin-bottom: 151px;
}
@media screen and (max-width: 750px) {
  .room-sns {
    margin-bottom: 13.86667vw;
  }
}

.room-access {
  margin-bottom: 157px;
}
@media screen and (max-width: 750px) {
  .room-access {
    margin-bottom: 16vw;
  }
}
.room-access__adress {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0.02em;
  font-family: 'Barlow', sans-serif;
  font-weight: 100;
  text-align: center;
  color: #a0926e;
  margin-bottom: 52px;
}
@media screen and (max-width: 750px) {
  .room-access__adress {
    font-size: 8vw;
    line-height: 9.06667vw;
    letter-spacing: 0;
    margin-bottom: 9.6vw;
  }
}
.room-access__time-info {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .room-access__time-info {
    flex-wrap: wrap;
    padding: 0 5.33333vw;
  }
}
.room-access__time-info-block {
  width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .room-access__time-info-block {
    width: 50%;
  }
  .room-access__time-info-block:first-child {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.room-access .room-access__time-info-label--walk, .room-access .room-access__time-info-label--transit, .room-access .room-access__time-info-label--bike {
  font-family: 'Barlow', sans-serif;
  font-size: 20px;
  line-height: 60px;
  letter-spacing: 0em;
  color: #a0926e;
  font-weight: 600;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .room-access .room-access__time-info-label--walk, .room-access .room-access__time-info-label--transit, .room-access .room-access__time-info-label--bike {
    font-size: 4.26667vw;
    line-height: 8vw;
  }
}
.room-access__time-info-label--walk {
  padding-left: 44px;
  padding-right: 17px;
  background-image: url(../img/ico_walk.svg);
  background-size: 32px auto;
  background-position: 0 20px;
}
@media screen and (max-width: 750px) {
  .room-access__time-info-label--walk {
    padding-left: 9.06667vw;
    padding-right: 2.66667vw;
    background-size: 6.8vw auto;
    background-position: 0 1.86667vw;
  }
}
.room-access__time-info-label--transit {
  padding-left: 32px;
  padding-right: 12px;
  background-image: url(../img/ico_transit.svg);
  background-size: 20px auto;
  background-position: 0 16px;
}
@media screen and (max-width: 750px) {
  .room-access__time-info-label--transit {
    padding-left: 6.66667vw;
    padding-right: 3.2vw;
    background-size: 4.26667vw auto;
    background-position: 0 1.33333vw;
  }
}
.room-access__time-info-label--bike {
  padding-left: 38px;
  padding-right: 16px;
  background-image: url(../img/ico_bike.svg);
  background-size: 26px auto;
  background-position: 0 17px;
}
@media screen and (max-width: 750px) {
  .room-access__time-info-label--bike {
    padding-left: 8vw;
    padding-right: 2.66667vw;
    background-size: 5.6vw auto;
    background-position: 0 1.06667vw;
  }
}
.room-access__time-info-score {
  font-family: 'Barlow', sans-serif;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: 0em;
  color: #a0926e;
  font-weight: 300;
  margin-top: -17px;
  margin-bottom: 26px;
}
@media screen and (max-width: 750px) {
  .room-access__time-info-score {
    font-size: 17.06667vw;
    line-height: 17.06667vw;
    margin-top: -4px;
    margin-bottom: 9px;
  }
}
.room-access__time-info-judgement {
  font-family: 'Barlow', sans-serif;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #a0926e;
  margin-bottom: 2px;
}
@media screen and (max-width: 750px) {
  .room-access__time-info-judgement {
    font-size: 4.26667vw;
    line-height: 4.8vw;
    margin-bottom: 0.8vw;
  }
}
.room-access__time-info-explain {
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #a0926e;
}
@media screen and (max-width: 750px) {
  .room-access__time-info-explain {
    font-size: 3.2vw;
    line-height: 4vw;
    text-align: center;
  }
}

.room-agent {
  background-image: url(../img/agent_bg_logo.svg);
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: 600px auto;
  background-position: right -300px top -213px;
}
@media screen and (max-width: 750px) {
  .room-agent {
    background-size: 80vw auto;
    background-position: left -40vw bottom -30.13333vw;
  }
}
.room-agent__wrapper {
  box-sizing: border-box;
}
@media screen and (min-width: 751px) {
  .room-agent__wrapper {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    padding-top: 111px;
    padding-left: 186px;
    padding-bottom: 119px;
  }
}
@media screen and (max-width: 750px) {
  .room-agent__wrapper {
    padding: 11.46667vw 9.6vw 13.33333vw;
  }
}
.room-agent__info-block {
  width: 472px;
}
@media screen and (max-width: 750px) {
  .room-agent__info-block {
    width: 100%;
  }
}
.room-agent__title {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0em;
  font-family: 'Barlow', sans-serif;
  font-weight: 100;
  color: #a0926e;
  margin-bottom: 34px;
}
@media screen and (max-width: 750px) {
  .room-agent__title {
    font-size: 11.73333vw;
    line-height: 11.73333vw;
    letter-spacing: -0.025em;
    margin-bottom: 4vw;
  }
}
.room-agent__profile-block {
  display: flex;
  align-items: center;
  padding-left: 2px;
}
@media screen and (max-width: 750px) {
  .room-agent__profile-block {
    padding-left: 0.26667vw;
  }
}
.room-agent__profile-photo {
  width: 68px;
}
.room-agent__profile-photo > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .room-agent__profile-photo {
    width: 10vw;
  }
}
.room-agent__profile-info {
  padding-left: 24px;
  padding-bottom: 4px;
}
@media screen and (max-width: 750px) {
  .room-agent__profile-info {
    padding-left: 3.46667vw;
    padding-bottom: 1.06667vw;
  }
}
.room-agent__profile-name {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0em;
  font-family: 'Barlow', sans-serif;
  color: #a0926e;
}
@media screen and (max-width: 750px) {
  .room-agent__profile-name {
    font-size: 4.8vw;
    line-height: 4.8vw;
    letter-spacing: 0.06em;
    margin-bottom: 2px;
  }
}
.room-agent__profile-mail {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0em;
  font-family: 'Barlow', sans-serif;
  color: #a0926e;
}
@media screen and (max-width: 750px) {
  .room-agent__profile-mail {
    font-size: 3.2vw;
    line-height: 4.8vw;
    letter-spacing: 0.04em;
  }
}
.room-agent__contact-btn {
  padding-top: 10px;
}
@media screen and (max-width: 750px) {
  .room-agent__contact-btn {
    padding-top: 8vw;
  }
  .room-agent__contact-btn .contact-btn {
    width: 50vw;
  }
}

.room-others {
  position: relative;
  padding-top: 276px;
  margin-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .room-others {
    padding-top: 26.66667vw;
    margin-bottom: 10.66667vw;
  }
}
.room-others__title {
  position: absolute;
  top: 127px;
  left: 50%;
  margin-left: -635px;
  font-size: 200px;
  line-height: 200px;
  letter-spacing: -0.015em;
  font-family: 'BauerB';
  color: #FFF;
}
@media screen and (max-width: 750px) {
  .room-others__title {
    top: 10.13333vw;
    font-size: 21.33333vw;
    line-height: 21.33333vw;
    letter-spacing: 0.03em;
    margin-left: -40.66667vw;
  }
}
.room-others__list-container {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  padding-top: 79px;
  padding-bottom: 44px;
}
@media screen and (max-width: 750px) {
  .room-others__list-container {
    padding-top: 10.4vw;
    padding-bottom: 0;
  }
}
.room-others__list-container::before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -550px;
  width: 100%;
  height: 100%;
  background-color: #e3e0d5;
  content: '';
}
@media screen and (max-width: 750px) {
  .room-others__list-container::before {
    left: 20vw;
    margin-left: 0;
    width: 80vw;
  }
}
.room-others__label {
  position: relative;
  z-index: 1;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-align: center;
  margin-bottom: 46px;
}
@media screen and (max-width: 750px) {
  .room-others__label {
    font-size: 4.8vw;
    line-height: 4.8vw;
    margin-bottom: 7.73333vw;
  }
}
@media screen and (max-width: 750px) {
  .room-others__list-item {
    width: 90vw;
  }
}
.room-others__list-item-wrap {
  position: relative;
  display: block;
  width: 378px;
  margin: 0 auto;
  padding: 212px 0 0 0;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .room-others__list-item-wrap {
    width: 80vw;
    margin: 0;
    padding-top: 48vw;
  }
}
.room-others__list-item-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 378px;
}
.room-others__list-item-img > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .room-others__list-item-img {
    width: 80vw;
  }
}
.room-others__list-item-info {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  background-color: #fff;
  width: 282px;
  padding: 35px 40px;
}
@media screen and (max-width: 750px) {
  .room-others__list-item-info {
    width: 60vw;
    padding: 4.26667vw 5.06667vw;
  }
}
.room-others__list-item-price {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.1em;
  font-family: 'Barlow', sans-serif;
}
@media screen and (max-width: 750px) {
  .room-others__list-item-price {
    font-size: 4vw;
    line-height: 5.86667vw;
  }
}
.room-others__list-item-data {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .room-others__list-item-data {
    font-size: 3.73333vw;
    line-height: 5.86667vw;
  }
}
.room-others__list-dots {
  text-align: center;
  font-size: 0;
  margin-top: 78px;
}
@media screen and (max-width: 750px) {
  .room-others__list-dots {
    margin-top: 6.93333vw;
  }
}
.room-others__list-dots li {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  width: 20px;
  height: 20px;
  padding: 5px;
}
@media screen and (max-width: 750px) {
  .room-others__list-dots li {
    width: 16px;
    height: 16px;
    padding: 4px;
  }
}
.room-others__list-dots li .dots-child {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .room-others__list-dots li .dots-child {
    width: 8px;
    height: 8px;
    border-radius: 8px;
  }
}
.room-others__list-dots li.slick-active .dots-child {
  background-color: #a0926e;
}
.room-others__list .slick-arrow {
  top: inherit;
  transform: none;
  background-image: url("../img/ico_slick_arrow.svg");
  background-repeat: no-repeat;
  bottom: 3px;
  width: 42px;
  height: 14px;
  background-size: 42px 14px;
}
.room-others__list .slick-arrow.slick-prev {
  left: calc(50% - 107px);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.room-others__list .slick-arrow.slick-next {
  right: calc(50% - 107px);
}
