@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* ==========================================================================
  Foundation
========================================================================== */
*, *:before, *:after {
  outline: none;
  box-sizing: border-box; }

html, body, h1, h2, h3, h4, h5, h6, p,
ul, ol, li, dl, dt, dd, a,
figure, figcaption, form {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1; }

a {
  color: inherit;
  text-decoration: none; }

li {
  list-style: none; }

html {
  font-size: 10px;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif; }

body {
  color: #2c2c2c;
}

em {
  font-weight: bold;
  font-style: normal;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    width: 100%;}
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.p-propertydetail-info__slide-thum .slick-slide.slick-current {
  border: 4px solid #92836e;
}
.p-propertydetail-info__slide-thum .slick-slide {
  margin: 0 10px;
  border: 4px solid #fff;
}

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  position: absolute;
  bottom: 12%;
  right: 10%;
  z-index: 90;
}
@media screen and (min-width: 1023px) {
  .slick-dots {
    bottom: 200px;
  }
}

.slick-dots li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 6px;
  background-color: #bbec7c;
  border-radius: 10px;
}
.slick-dots li button {
  display: none;
}

.p-top-mv__slide {
  transition: all .3s;
}
@media screen and (min-width: 1023px) {
  .p-top-mv__slide {
  }
}

..slick-slide {
  transition: all .3s;
}

/*.p-top-mv .slick-slide:not(.slick-center) {*/
.p-top-mv .slick-slide {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.p-top-mv .slick-center,
.p-top-mv .is-ac {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* ==========================================================================
  Layout
========================================================================== */
.is-sp {
  display: block;
}
@media screen and (min-width: 1023px) {
  .is-sp {
    display: none;
  }
}

.is-pc {
  display: none;
}
@media screen and (min-width: 1023px) {
  .is-pc {
    display: block;
  }
}


.l-wrap {
  padding: 80px 0 0 0;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 1023px) {
  .l-wrap {
    padding: 0;
  }
}

/* header
------------------------------------------- */
.l-header {
  width: 100%;
  height: 80px;
  background-color: rgba(255,255,255,.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

@media screen and (min-width: 1023px) {
  .l-header {
    height: 130px;
  }
}

.l-header-logo {
  position: absolute;
  top: 0;
  left: 0;
}

.l-header-logo img {
  height: 80px;
  transform-origin: 0 0;
  transition: all .5s;
}

@media screen and (min-width: 1023px) {
  .l-header-logo img {
    height: auto;
  }
}

.l-header-logo.top::after {
  content: "";
  width: 138px;
  height: 142px;
  background: url(/assets/img/common/header_logo1.png) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s;
}

@media screen and (min-width: 1023px) {
  .l-header-logo.top::after {
    width: 225px;
    height: 230px;
  }
}

.l-header-logo.top.is-sm::after {
  top: -230px;
  opacity: 0;
}


/* gnav */
.l-nav {
}

.l-nav-main {
  display: none;
  width: 100%;
  height: calc(100vh - 80px);
  padding: 0 0 100px 0;
  background-color: #fff;
  position: absolute;
  top: 80px;
  left: 0;
}

@media screen and (min-width: 1023px) {
  .l-nav-main {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    background-color: transparent;
    top: 0;
    left: inherit;
    right: 0;
  }
}

.l-nav-main__list {
  margin: 34px 0 0 0;
  padding: 0 34px;
  border-top: 1px solid #91836d;
}

@media screen and (min-width: 1023px) {
  .l-nav-main__list {
    display: flex;
    height: 130px;
    margin: 0;
    padding: 0;
    border-top: none;
  }
}

.l-nav-main__list li {
  margin: 1.6rem 0 0 0;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (min-width: 1023px) {
  .l-nav-main__list li {
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
  }
}

.l-nav-main__list li:last-child {
  color: #fff;
  background-color: #72727b;
  transition: background .3s;
}

.l-nav-main__list li:last-child:hover {
  background-color: #91836d;
}

.l-nav-main__list li a {
  padding: 0 0 0 28px;
  line-height: 2;
  position: relative;
  transition: color .3s;
}

@media screen and (min-width: 1023px) {
  .l-nav-main__list li a {
    display: block;
    padding: 0 25px;
    line-height: 130px;
  }
}

.l-nav-main__list li a::before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #91836d;
  position: absolute;
  top: 50%;
  left: 0;
}

@media screen and (min-width: 1023px) {
  .l-nav-main__list li a::before {
    display: none;
  }
}

.l-nav-main__list li:last-child a::before {
  display: none;
}

.l-nav-main__list li:last-child a {
  display: block;
  padding: 1rem;
  text-align: center;
}

@media screen and (min-width: 1023px) {
  .l-nav-main__list li:last-child a {
    padding: 0 25px;
  }
}

.l-nav-main__list li a:hover {
  color: #92836e;
}

.l-nav-main__list li:last-child:hover a {
  color: #fff;
}

.l-nav-menu {
  position: fixed;
  top: 16px;
  right: 10px;
}

.l-nav__check {
  display: none;
}

.l-nav__btn {
  display: flex;
  height: 40px;
  width: 40px;
  background-color: #91836d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 50;
  cursor: pointer;
}

@media screen and (min-width: 1023px) {
  .l-nav__btn {
    display: none;
  }
}

.l-nav__btn span,
.l-nav__btn span::before,
.l-nav__btn span::after {
  content: '';
  display: block;
  height: 3px;
  width: 20px;
  border-radius: 3px;
  background-color: #fff;
  transition: 0.5s;
  position: absolute;
}

.l-nav__btn span::before {
    bottom: 8px;
}

.l-nav__btn span::after {
    top: 8px;
}

.l-nav__check:checked ~ .l-nav__btn span {
  background-color: transparent;
}
.l-nav__check:checked ~ .l-nav__btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}

.l-nav__check:checked ~ .l-nav__btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

/* footer
------------------------------------------- */
.p-bottom-link ul {

}

@media screen and (min-width: 1023px) {
  .p-bottom-link ul {
    display: flex;
  }
}

.p-bottom-link ul li {
  background-size: 100%;
  transition: all .5s;
}

@media screen and (min-width: 1023px) {
  .p-bottom-link ul li {
    display: flex;
    width: 50%;
    height: 320px;
  }
}

.p-bottom-link ul li:hover {
  background-size: 110%;
  background-position: 10%;
}

.p-bottom-link ul li.hitte {
  background-image: url(/assets/img/common/bnr_hitte_bk.png);
}

.p-bottom-link ul li.hackadoall {
  background-image: url(/assets/img/common/bnr_hackadoall_bk.png);
}

.p-bottom-link ul li a {
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}

@media screen and (min-width: 1023px) {
  .p-bottom-link ul li a {
    padding: 66px 0 0 0;
    text-align: center;
  }
}


.l-footer {
  height: calc(100vh - 80px);
  padding: 50px 0;
  background-color: #35353c;
  position: relative;
}
@media screen and (min-width: 1023px) {
  .l-footer {
    height: auto;
    padding: 60px 0 36px;
  }
}


.l-footer-logo {
  margin: 0 0 60px 0;
  padding: 0 20px;
  text-align: center;
}

@media screen and (min-width: 1023px) {
  .l-footer-logo {
    margin: 0 0 86px 0;
  }
}

.l-footer-logo img {
  width: 100%;
}

@media screen and (min-width: 1023px) {
  .l-footer-logo img {
    width: auto;
  }
}


.l-footer-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 30px 0;
  padding: 0 20px;
}

@media screen and (min-width: 1023px) {
  .l-footer-menu {
    margin: 0 0 86px 0;
    padding: 0;
    justify-content: center;
  }
}

.l-footer-menu li {
  width: 50%;
  margin: 0 0 3rem 0;
  font-size: 1.3rem;
}

@media screen and (min-width: 1023px) {
  .l-footer-menu li {
    width: auto;
    margin: 0;
    padding: 0 25px;
  }
}

.l-footer-menu li a {
  color: #cacfd7;

}

.l-footer-copy {
  color: #72727b;
  font-size: 1.4rem;
  text-align: center;
}


/* ==========================================================================
  Object
========================================================================== */
.bk-lightblue {
  background-color: #e9edf3;
}

.breadcrumb {
  display: none;

}

@media screen and (min-width: 1023px) {
  .breadcrumb {
    display: flex;
    width: 1020px;
    margin: 160px auto 40px auto;
  }
}

@media screen and (min-width: 1023px) {
  .breadcrumb li {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1023px) {
  .breadcrumb li + li::before {
    content: ">";
    display: inline-block;
    margin: 0 1rem;
    line-height: 1;
  }
}


.pagetop-btn {
  width: 100%;
  height: 44px;
  background-color: #91836d;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1023px) {
  .pagetop-btn {
    width: auto;
    height: auto;
    background-color: transparent;
    top: 20px;
    right: 10px;
    left: inherit;
  }
}

.pagetop-btn img {
  display: none;
}

@media screen and (min-width: 1023px) {
  .pagetop-btn img {
    display: inline-block;
  }
}

.pagetop-btn::after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 18px;
  left: calc(50% - 10px);
}

@media screen and (min-width: 1023px) {
  .pagetop-btn::after {
    display: none;
  }
}

.p-pager {
  display: flex;
  margin: 60px auto 60px;
  justify-content: space-between;
}

@media screen and (min-width: 1023px) {
  .p-pager {
    max-width: 780px;
    margin: 60px auto 110px;
    justify-content: center;
  }
}

.p-pager li {
  display: none;
  margin: 0 20px;
}

.p-pager li:first-child {
  display: block;
}

.p-pager li:last-child {
  display: block;
}

.p-pager li a {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #e9edf3;
  border-radius: 30px;
  color: #35353c;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 60px;
  transition: all .3s;
}


@media screen and (min-width: 1023px) {
  .p-pager li {
    display: block;
  }
}

.p-pager li a:hover {
  background-color: #35353c;
  color: #fff;
}

.p-pager li .is-current {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #35353c;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 60px;
}

.txt-center {
  text-align: center;
}

.color-red {
  color: #ed564f;
}

/* heading
------------------------------------------- */
.p-heading--lv2 {
  margin-bottom: 2rem;
  padding: 30px 0 0 0;
  font-size: 3.5rem;
  line-height: 1.6;
  letter-spacing: 4px;
  position: relative;
}

.p-heading--lv2::after {
  content: "";
  width: 52px;
  height: 2px;
  background-color: #91836d;
  position: absolute;
  top: 0;
  left: 0;
}

.p-heading--lv2 small.en {
  display: block;
  color: #91836d;
  font-size: 1.4rem;
  letter-spacing: 2px;
}

.p-heading--lv2 small.ja {
  display: block;
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: 2px;
}

.p-page-heading--lv1 {
  margin: 0 0 2rem 0;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 2px;
}

@media screen and (min-width: 1023px) {
  .p-page-heading--lv1 {
    margin: 0 0 5rem 0;
    font-size: 2.8rem;
  }
}

/* top
------------------------------------------- */
.p-top-search {
  width: 90%;
  margin: 0 auto 30px;
}

@media screen and (min-width: 1023px) {
  .p-top-search {
    width: 680px;
    margin: -208px auto 45px;
  }
}

.p-top-search .p-heading--lv2 {
  position: relative;
}

.p-top-search .p-heading--lv2::after {
  content: "";
  width: 70px;
  height: 1px;
  border-top: 1px solid #000;
  position: absolute;
  top: inherit;
  bottom: -36px;
  left: 16px;
  transform: rotate(-58deg);
  z-index: 10;
}


.p-top-search__box {
  padding: 50px 30px 36px;
  background-color: #91836d;
  position: relative;
}

@media screen and (min-width: 1023px) {
  .p-top-search__box {
    padding: 50px 60px 36px;
  }
}

.p-top-search__box form {
  text-align: right;
}

.p-search__box {
  margin: 0 0 60px 0;
  padding: 50px 30px;
  text-align: right;
}

@media screen and (min-width: 1023px) {
  .p-search__box {
    width: 620px;
    margin: 0 auto 200px;
    position: relative;
  }
}

.p-search__heading {
}

@media screen and (min-width: 1023px) {
  .p-search__heading {
    width: 1020px;
    margin: 0 auto;
    padding: 0 20px;
  }
}


.saerch-select {
  margin: 0 0 28px 0;
  position: relative;
}

@media screen and (min-width: 1023px) {
  .saerch-select {
    display: flex;
    justify-content: space-between;
    margin: 0 0 28px 0;
  }
}

.saerch-select .select-item {
  width: 100%;
  height: 50px;
  background-color: #fff;
}

@media screen and (min-width: 1023px) {
  .saerch-select .select-item {
    width: 260px;
  }
}

.p-search__box .saerch-select .select-item {
  margin: 0 0 2px 0;
  background-color: #e9edf3;
}

.saerch-select .select-item .form-text {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 0 18px;
  border: 1px solid #91836d;
  font-size: 16px;
  font-weight: 500;
  color: #afafaf;
  cursor: pointer;
  position: relative;
}

.p-search__box .saerch-select .select-item .form-text {
  border: 1px solid #e9edf3;
}

.saerch-select .select-item .form-text::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #91836d;
  border-bottom: 2px solid #91836d;
  position: absolute;
  top: 40%;
  right: 30px;
  transform: rotate(-45deg);
}

.form-text .selected {
  padding-right: 50px;
  color: #000;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-submit {
  width: 100%;
  padding: 15px 34px;
  color: #fff;
  border: 1px solid #fff;
  background: url(/assets/img/top/ico_search.png) 90% 50% no-repeat;
  background-color: transparent;
  border-radius: 30px;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: all .3s;
}

@media screen and (min-width: 1023px) {
  .btn-submit {
    display: block;
    width: 240px;
    margin: 0 auto;
  }
}

.btn-submit:hover {
  background-color: #36353d;
  border-color: #36353d;
}

.btn-viewAll {
  margin: 2rem 0 0 0;
  padding: 0 0 15px 0;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  transition: all .3s;
}

@media screen and (min-width: 1023px) {
  .btn-viewAll {
    margin: 0;
    position: absolute;
    right: 60px;
    bottom: 36px;
  }
}

.p-search__box .btn-viewAll {
  border-bottom: 1px solid #bfae91;
  color: #bfae91;
}

@media screen and (min-width: 1023px) {
  .p-search__box .btn-viewAll {
    bottom: 0;
    right: 30px;
  }
}


.p-search__box .btn-submit {
  width: 100%;
  padding: 15px 34px;
  color: #35353c;
  border: 1px solid #35353c;
  background: url(/assets/img/top/ico_search2.png) 90% 50% no-repeat;
  background-color: transparent;
  border-radius: 30px;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: all .3s;
}

@media screen and (min-width: 1023px) {
  .p-search__box .btn-submit {
    display: block;
    width: 240px;
    margin: 0 auto;
  }
}

.p-search__box .btn-submit:hover {
  background: url(/assets/img/top/ico_search.png) 90% 50% no-repeat #35353c;
  color: #fff;
}



.list-checkbox {
  display: none;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,.3);
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 101;
}

@media screen and (min-width: 1023px) {
  .list-checkbox {
    top: calc(100% + 16px);
    left: -120px;
    width: 800px;
  }
}

.search-close-button {
  width: 30px;
  height: 30px;
  background: #000;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  transition: all .3s;
}

.search-close-button:before,
.search-close-button:after {
  content: '';
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 2px);
  left: 7px;
  transform: rotate(45deg);
}

.search-close-button:after {
  transform: rotate(-45deg);
}

.checkbox-inner {
  display: flex;
  flex-wrap: wrap;
  max-height: 50vh;
  padding: 60px 10px 45px 10px;
  text-align: left;
  overflow-y: auto;
}

@media screen and (min-width: 1023px) {
  .checkbox-inner {
    max-height: inherit;
    padding: 60px 10px 45px 40px;
  }
}


.checkbox-inner input {
  display: none;
}

.checkbox-inner .item {
  width: 50%;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

@media screen and (min-width: 1023px) {
  .checkbox-inner .item {
    width: 20%;
  }
}


.form-checkbox, .form-radio {
  margin-bottom: 10px;
}

.form-checkbox label, .form-radio label {
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.form-checkbox span, .form-radio span {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding-left: 24px;
  line-height: 1.6;
  height: 30px;
  padding-top: .2em;
}

@media screen and (min-width: 1023px) {
  .form-checkbox span, .form-radio span {
    padding-left: 50px;
  }
}

.form-checkbox span:before, .form-radio span:before {
  width: 20px;
  height: 20px;
  top: 5px;
  left: 5px;
  border-color: transparent;
  border-radius: 50%;
  background-color: #d0b74f;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.form-checkbox span:before, .form-checkbox span:after, .form-radio span:before, .form-radio span:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (min-width: 1023px) {
  .form-checkbox span:before, .form-checkbox span:after, .form-radio span:before, .form-radio span:after {
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
  }
}

.form-checkbox input[type=checkbox]~span:after,
.form-radio input[type=checkbox]~span:after {
    border-radius: 5px;
}

.form-checkbox input[type=checkbox]:checked~span:after, .form-radio input[type=checkbox]:checked~span:after {
    background-image: url(/assets/img/top/ico_checkbox.png);
}

.form-checkbox-no {
  color: #ccc;
}

.btn-viewAll:hover {
  border-bottom: 1px solid #36353d;
  color: #36353d;
}

.p-top-recommend {
  padding: 0 20px;
}

@media screen and (min-width: 1023px) {
  .p-top-recommend {
    width: 1022px;
    margin: 0 auto;
    padding: 0;
  }
}

.p-top-banner {
  padding: 0 20px;
}

@media screen and (min-width: 1023px) {
  .p-top-banner {
    width: 1022px;
    margin: 0 auto;
    padding: 0;
  }
}

.p-bnt-allspace {
  margin: 26px 0 55px;
  text-align: right;
}

.p-bnt-allspace a {
  display: inline-block;
  padding: 0 53px 20px 0;
  border-bottom: 1px solid #91836d;
  color: #91836d;
  font-size: 1.4rem;
  position: relative;
}

.p-bnt-allspace a::before {
  content: "";
  width: 1px;
  height: 17px;
  border-left: 1px solid #91836d;
  position: absolute;
  top: 0;
  right: 13px;
  transition: all .3s;
}

.p-bnt-allspace a::after {
  content: "";
  width: 17px;
  height: 1px;
  border-top: 1px solid #91836d;
  position: absolute;
  top: 8px;
  right: 5px;
  transition: all .3s;
}

.p-bnt-allspace a:hover::before {
  transform: rotate(90deg);
}

.p-bnt-allspace a:hover::after {
  transform: rotate(90deg);
}

.p-top-banner-contents {
  margin: 0 auto 70px;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 1023px) {
  .p-top-banner-contents {
    width: 780px;
    margin: 0 auto 100px;
  }
}

.p-top-banner-contents a {
  display: block;
  padding: 20px;
  color: #fff;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 1023px) {
  .p-top-banner-contents a {
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 180px;

  }
}

.p-top-banner-contents::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/img/common/bnr_boshu.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
}

.p-top-banner-contents:hover::after {
  transform: scale(1.1);
}

.p-top-banner-contents a .p-heading--bnr {
  margin: 0 0 2rem 0;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 3px;
}

@media screen and (min-width: 1023px) {
  .p-top-banner-contents a .p-heading--bnr {
    margin: 0;
    padding: 0 40px 0 80px;
    font-size: 3.5rem;
    text-align: left;
    white-space: nowrap;
  }
}

.p-top-banner-contents a p {
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (min-width: 1023px) {
  .p-top-banner-contents a p {
    padding: 0 36px 0 0;
  }
}

/* おすすめのスペースリスト
------------------------------------------- */
.top-recommend-mt {
  margin-top: 200px;
  height: 450px;
}

@media screen and (min-width: 1023px) {
  .top-recommend-mt {
    /*height: 750px;*/
    height: auto;
    margin-top: 310px;
  }
}

.p-top-recommend {
  transform: translateY(-158px);
}

@media screen and (min-width: 1023px) {
  .p-top-recommend {
    transform: translateY(-270px);
  }
}

.recommend-slider-wrap {
  margin: 0 -20px 0 0;
  overflow-x: auto;
}

@media screen and (min-width: 1023px) {
  .recommend-slider-wrap {
    margin: 0;
    overflow-x: inherit;
  }
}

.recommend-list-wrap {
  transform: translateY(-70px);
}

@media screen and (min-width: 1023px) {
  .recommend-list-wrap {
    width: 1020px;
    height: auto;
    margin: 0 auto;
    transform: translateY(-110px);
  }
}

.recommend-result {
  margin: 0 0 50px 0;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #e9edf3;
  color: #35353c;
  font-size: 1.6rem;
  text-align: right;
}

.recommend-list {
  display: flex;
  flex-wrap: unset;
  width: max-content;
}

@media screen and (min-width: 1023px) {
  .recommend-list {
    flex-wrap: wrap;
    width: auto;
  }
}

.recommend-list-wrap .recommend-list {
  flex-wrap: wrap;
  width: auto;
}

.recommend-detail-list-wrap .recommend-list {
  flex-wrap: wrap;
  width: auto;
}

.recommend-list li {
  width: 320px;
  margin: 0 28px 0 0;
  border: 1px solid #e9edf3;
  background-color: #91836d;
  display: flex;
}

.recommend-list-wrap .recommend-list li {
  margin: 0 auto 30px;
}

@media screen and (min-width: 1023px) {
  .recommend-list-wrap .recommend-list li {
    margin: 0 28px 0 0;
  }
}

.recommend-detail-list-wrap .recommend-list li {
  margin: 0 auto 30px;
}

@media screen and (min-width: 1023px) {
  .recommend-detail-list-wrap .recommend-list li {
    margin: 0 28px 0 0;
  }
}


@media screen and (min-width: 1023px) {
  .recommend-list li:nth-child(n+4) {
    margin: 38px 28px 0 0;
  }
}

@media screen and (min-width: 1023px) {
  .recommend-list li:nth-child(3n+3) {
    margin: 38px 0 0 0;
  }
}

@media screen and (min-width: 1023px) {
  .recommend-list li:nth-child(3) {
    margin: 0;
  }
}

.recommend-list-item a {
  display: flex;
  flex-direction: column;
  padding: 0 0 40px 0;
  background-color: #fff;
  transition: all .3s;
  width: 100%;
}

.recommend-list-item:hover a {
  transform: translate(-5px, -5px);
}

.recommend-list-item__img {
  position: relative;
}

.recommend-list-item__img figure {
  overflow: hidden;
}

.recommend-list-item__img figure img {
  width: 100%;
  transform: scale(1);
  transition: all .3s;
}

.recommend-list-item:hover .recommend-list-item__img figure img {
  transform: scale(1.1);
}

.recommend-list-item__img .label {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.recommend-list-item__img .counter-txt {
  padding: 3px;
  background-color: rgba(0,0,0,.3);
  border: 1px solid #fff;
  border-right: none;
  border-radius: 5px 0 0 5px;
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  bottom: 17px;
  right: 0;
}

.recommend-list-item .recommend-list-item__ttl {
  padding: 24px 26px 10px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.recommend-list-item dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.recommend-list-item dl dt {
  width: 106px;
  padding: 9px 10px 9px 26px;
  font-size: 1.4rem;
}

.recommend-list-item dl dd {
  display: block;
  width: calc(100% - 106px);
  padding: 9px 0;
  font-size: 1.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
}

/* スペース
------------------------------------------- */
.p-propertydetail-wrap {
  padding: 0 20px;
}

@media screen and (min-width: 1023px) {
  .p-propertydetail-wrap {
    width: 1020px;
    margin: 0 auto;
    padding: 0;
  }
}

.p-propertydetail-info {}

@media screen and (min-width: 1023px) {
  .p-propertydetail-info {
    display: flex;
    margin: 50px 0 98px 0;
  }
}

.p-propertydetail-info__slide {
  margin: 0 0 0 0;
}

@media screen and (min-width: 1023px) {
  .p-propertydetail-info__slide {
    width: 600px;
  }
}

.p-propertydetail-info__area {}

@media screen and (min-width: 1023px) {
  .p-propertydetail-info__area {
    width: 100%;
    margin: 0 0 0 30px;
  }
}

.p-propertydetail-info__area-equipment {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2rem 0;
}

.p-propertydetail-info__area-equipment li {
  margin: 0 2rem 2rem 0;
  padding: 12px 20px;
  border: 1px solid #bfae92;
  color: #bfae92;
  font-size: 1.4rem;
  text-align: center;
}

.p-propertydetail-info__area table {
  width: 100%;
  margin: 0 0 30px 0;
}

@media screen and (min-width: 1023px) {
  .p-propertydetail-info__area table {
    margin: 0;
  }
}

.p-propertydetail-info__area table th {
  width: 6em;
  padding: 20px 2rem 20px 0;
  border-bottom: 1px solid #dfe0e2;
  font-size: 1.6rem;
  line-height: 1.8em;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

.p-propertydetail-info__area table td {
  padding: 20px 0;
  border-bottom: 1px solid #dfe0e2;
  font-size: 1.6rem;
  line-height: 1.8em;
  vertical-align: top;
}

.p-propertydetail-info__area table tr:first-child td {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-propertydetail-info__area table p {
  margin-bottom: 1em;
}
.p-propertydetail-info__area table p:last-child{
  margin-bottom: 0;
}

.p-propertydetail-info__slide-thum {
  display: none;
  margin: 0 0 60px 0;
  position: relative;
}

@media screen and (min-width: 1023px) {
  .p-propertydetail-info__slide-thum {
    display: block;
  }
}

.p-propertydetail-reservation {
  margin: 0 0 80px 0;
}

@media screen and (min-width: 1023px) {
  .p-propertydetail-reservation {
    margin: 0 0 200px 0;
  }
}

.p-propertydetail-reservation a {
  display: block;
  padding: 0 0 0 50px;
  border: 3px solid #36353d;
  color: #36353d;
  font-size: 1.4rem;
  text-align: left;
  line-height: 54px;
  position: relative;
  transition: all .3s;
}

@media screen and (min-width: 1023px) {
  .p-propertydetail-reservation a {
    width: 340px;
    margin: 0 auto;
    padding: 0 0 0 58px;
  }
}

.p-propertydetail-reservation a::before {
  content: "";
  width: 66px;
  height: 1px;
  background-color: #353439;
  position: absolute;
  top: 50%;
  right: 66px;
}

.p-propertydetail-reservation a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 14px;
  border-color: transparent transparent transparent #353439;
  position: absolute;
  top: calc(50% - 5px);
  right: 56px;
}


.p-propertydetail-reservation a:hover {
  background-color: #36353d;
  color: #fff;
}

.p-propertydetail-reservation a:hover::before {
  background-color: #fff;
}

.p-propertydetail-reservation a:hover::after {
  border-color: transparent transparent transparent #fff;
}

.p-propertydetail-point {
  padding: 0 20px;
  transform: translateY(-50px);
}

@media screen and (min-width: 1023px) {
  .p-propertydetail-point {
    width: 768px;
    margin: 0 auto;
    padding: 0;
    transform: translateY(-100px);
  }
}

.p-propertydetail-point .p-heading--lv3 {
  margin: 0 0 34px 0;
  position: relative;
}

.p-propertydetail-point .p-heading--lv3::after {
  content: "";
  width: 70px;
  height: 1px;
  border-top: 1px solid #000;
  position: absolute;
  top: inherit;
  bottom: -36px;
  left: 16px;
  transform: rotate(-58deg);
  z-index: 10;
}

.p-propertydetail-point-box {
  margin: 0 0 54px 0;
  padding: 20px;
  border: 10px solid #92836e;
  background-color: #fff;
  color: #92836e;
  font-size: 2rem;
  line-height: 1.8em;
}

@media screen and (min-width: 1023px) {
  .p-propertydetail-point-box {
    padding: 50px 40px;
  }
}

.p-propertydetail-point-box ul li {
  margin: 0 0 1rem 0;
  line-height: 1.4;
}

.p-propertydetail-point-table {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8em;
}

.p-propertydetail-point-table caption {
  padding: 0 0 20px;
  font-size: 2rem;
  text-align: left;
  font-weight: bold;
}

.p-propertydetail-point-table th {
  display: block;
  padding: 20px 30px 20px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: left;
  font-weight: normal;
}

@media screen and (min-width: 1023px) {
  .p-propertydetail-point-table th {
    display: table-cell;
    width: 160px;
    border-top: none;
    border-bottom: 1px solid #fff;
  }
}

.p-propertydetail-point-table td {
  display: block;
  padding: 20px 20px 20px 20px;
}

@media screen and (min-width: 1023px) {
  .p-propertydetail-point-table td {
    display: table-cell;
    padding: 20px 30px 20px 0;
    border-bottom: 1px solid #fff;
  }
}

@media screen and (min-width: 1023px) {
  .p-propertydetail-point-table tr:first-child th {
    border-top: 1px solid #fff;
  }
}

@media screen and (min-width: 1023px) {
  .p-propertydetail-point-table tr:first-child td {
    border-top: 1px solid #fff;
  }
}


.recommend-detail-list-wrap {
  padding: 30px 20px 0;
}

@media screen and (min-width: 1023px) {
  .recommend-detail-list-wrap {
    width: 1020px;
    margin: 0 auto;
    padding: 90px 0 40px;
  }
}


/* slick */
.p-propertydetail-info__slide-thum .slick-prev {
  width: 50px;
  height: 50px;
  background: url(/assets/img/property/btn-prev.png) 0 0 no-repeat;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 20;
  cursor: pointer;
  opacity: 1;
  transition: all .3s;
}

.p-propertydetail-info__slide-thum .slick-next {
  width: 50px;
  height: 50px;
  background: url(/assets/img/property/btn-next.png) 0 0 no-repeat;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  bottom: -50px;
  left: 50px;
  z-index: 20;
  cursor: pointer;
  opacity: 1;
  transition: all .3s;
}

.p-propertydetail-info__slide-thum .slick-prev {
  width: 50px;
  height: 50px;
  background: url(/assets/img/property/btn-prev.png) 0 0 no-repeat;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 20;
  cursor: pointer;
  opacity: 1;
  transition: all .3s;
}
.p-propertydetail-info__slide-thum .slick-prev:hover {
  opacity: .8;
}

.p-propertydetail-info__slide-thum .slick-next {
  width: 50px;
  height: 50px;
  background: url(/assets/img/property/btn-next.png) 0 0 no-repeat;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: -100px;
  left: 50px;
  z-index: 20;
  cursor: pointer;
  opacity: 1;
  transition: all .3s;
}
.p-propertydetail-info__slide-thum .slick-next:hover {
  opacity: .8;
}

/* 固定ページ
------------------------------------------- */
.p-page-wrap {
  margin: 0 0 60px 0;
  padding: 0 20px;
}

@media screen and (min-width: 1023px) {
  .p-page-wrap {
    width: 1020px;
    margin: 0 auto 100px;
    padding: 0;
  }
}

.p-page-box {
  margin: 60px 0 0;
  padding: 50px 20px;
  background-color: #fff;
  border: 10px solid #92836e;
  position: relative;
}

@media screen and (min-width: 1023px) {
  .p-page-box {
    padding: 120px 70px 60px;
  }
}

.p-page-box::before {
  content: "";
  width: 70px;
  height: 1px;
  border-top: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-58deg);
  z-index: 10;
}

.p-page-box::after {
  content: "";
  width: 200vw;
  height: 550px;
  background-color: #e9edf3;
  position: absolute;
  top: 45%;
  left: -50vw;
  z-index: -1;
}

.p-page-box p {
  margin: 0 0 3rem 0;
  font-size: 1.8rem;
  line-height: 1.8;
}


/* お問い合わせ
------------------------------------------- */
.form-group {
  display: block;
  margin: 0;
  padding: 1rem 0;
  position: relative;
}

@media screen and (min-width: 1023px) {
  .form-group {
    display: flex;
    margin: 0 0 3rem 0;
    padding: 0;
  }
}

@media screen and (min-width: 1023px) {
  .form-group > * {
    align-self: flex-start;
  }
}

.form-group .left {
  margin: 0 0 1rem 0;
}

@media screen and (min-width: 1023px) {
  .form-group .left {
    flex: 0 0 310px;
    margin: 0;
    padding: 2.6rem 0 1rem 0;
  }
}

.form-group .right {
}

@media screen and (min-width: 1023px) {
  .form-group .right {
    flex-grow: 1;
    width: 100%;
    padding: 1rem 0;
  }
}

.form-label {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  vertical-align: middle;
}

.form-required {
  display: inline-block;
  margin-left: 30px;
  padding: 5px 18px 6px;
  background-color: #e55964;
  color: #fff;
  border-radius: 999px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: middle;
}

.form-radio-label label{
  display: block;
  padding: 14px 0;
  font-size: 1.6rem;
}

@media screen and (min-width: 1023px) {
  .form-radio-label label{
    display: inline-block;
    padding: 14px 3rem 14px 0;
    font-size: 1.8rem;
  }
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea,
.contact-form select {
  display: block;
  width: 100%;
  padding: 18px 20px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  color: #2c2c2c;
  font-size: 1.8rem;
  line-height: inherit;
}

::-webkit-input-placeholder{
  color: #ccc;
  font-family: 'Noto Sans JP', sans-serif;
}

:-moz-placeholder {
  color: #ccc;
  font-family: 'Noto Sans JP', sans-serif;
}

.contact-form input[type=radio] {
  margin: 3px 8px 0 5px;
}

.form-btn {
  margin: 30px 0 0;
  text-align: center;
}

@media screen and (min-width: 1023px) {
  .form-btn {
    margin: 70px 0 0;
  }
}

.form-btn a {
  text-decoration: underline;
}

.form-btn a:hover {
  color: #92836e;
}


.btn-contact-submit button {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 24px 18%;
  background-color: #36353d;
  border: 1px solid #707070;
  color: #fff;
  font-size: 1.8rem;
  text-align: left;
  cursor: pointer;
  transition: all .3s;
  position: relative;
}

@media screen and (min-width: 1023px) {
  .btn-contact-submit button {
    width: 500px;
    padding: 24px 0 24px 136px;
  }
}

.btn-contact-submit button:hover {
  background-color: #92836e;
}

.btn-contact-submit button::before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 16%;
}

@media screen and (min-width: 1023px) {
  .btn-contact-submit button::before {
    width: 90px;
    top: 50%;
    right: 150px;
  }
}

.btn-contact-submit button::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: calc(50% - 7px);
  right: 14%;
}

@media screen and (min-width: 1023px) {
  .btn-contact-submit button::after {
    top: calc(50% - 7px);
    right: 138px;
  }
}

/* 送信ボタン
------------------------------------------- */

@media screen and (min-width: 1023px) {
  .btn-contact-submit input[type="submit"] {
    width: 500px;
    padding: 24px 0 24px 136px;
  }
}

.btn-contact-submit input[type="submit"]:hover {
  background-color: #92836e;
}

.btn-contact-submit input[type="submit"]::before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 16%;
}

@media screen and (min-width: 1023px) {
  .btn-contact-submit input[type="submit"]::before {
    width: 90px;
    top: 50%;
    right: 150px;
  }
}

.btn-contact-submit input[type="submit"]::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: calc(50% - 7px);
  right: 14%;
}

@media screen and (min-width: 1023px) {
  .btn-contact-submit input[type="submit"]::after {
    top: calc(50% - 7px);
    right: 138px;
  }
}



/* 掲載希望の方
------------------------------------------- */
.p-apply-wrap {}

@media screen and (min-width: 1023px) {
  .p-apply-wrap {
    position: relative;
  }
}

.p-apply-wrap .p-page-box {}

@media screen and (min-width: 1023px) {
  .p-apply-wrap .p-page-box {
    width: 540px;
    padding: 15px 46px 40px 46px;
  }
}

.p-apply-wrap .p-page-box::after {
  top: 125px;
}

.p-apply-icon {
  margin: 0 0 26px 0;
}

.p-apply-wrap .p-page-box p {
  color: #92836e;
}

.p-apply-img {}

@media screen and (min-width: 1023px) {
  .p-apply-img {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.p-apply-img img {
  width: 100%;
}

@media screen and (min-width: 1023px) {
  .p-apply-img img {
    width: auto;
  }
}

.p-apply-contact {}

@media screen and (min-width: 1023px) {
  .p-apply-contact {
    padding: 80px 0 30px;
  }
}

.p-apply-contact p {
  font-size: 1.6rem;
  line-height: 1.6;
}

.btn-contact {
  margin: 30px 0 0 0;
}

@media screen and (min-width: 1023px) {
  .btn-contact {
    margin: 80px 0 0 0;
  }
}

.btn-contact a {
  display: block;
  padding: 0 0 0 50px;
  border: 3px solid #36353d;
  color: #36353d;
  font-size: 1.4rem;
  text-align: left;
  line-height: 54px;
  position: relative;
  transition: all .3s;
}

@media screen and (min-width: 1023px) {
  .btn-contact a {
    width: 340px;
    margin: 0 auto;
    padding: 0 0 0 58px;
  }
}

.btn-contact a::before {
  content: "";
  width: 66px;
  height: 1px;
  background-color: #353439;
  position: absolute;
  top: 50%;
  right: 66px;
}

.btn-contact a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 14px;
  border-color: transparent transparent transparent #353439;
  position: absolute;
  top: calc(50% - 5px);
  right: 56px;
}


.btn-contact a:hover {
  background-color: #36353d;
  color: #fff;
}

.btn-contact a:hover::before {
  background-color: #fff;
}

.btn-contact a:hover::after {
  border-color: transparent transparent transparent #fff;
}

.p-text {
  font-size: 1.5rem;
  line-height: 1.8em;
}
@media screen and (min-width: 1023px) {
  .p-text {
    font-size: 1.6rem;
  }
}
.content-block {
  max-width: 1020px;
  margin: 0 auto;
  padding: 30px 20px;
}
@media screen and (min-width: 1023px) {
  .content-block {
    padding: 90px 0;
  }
}
