@charset "UTF-8";

.buymap-bg {
  background:repeating-linear-gradient(
    -45deg,
    #cec3b6,
    #cec3b6 1px,
    #F7F5ED 0,
    #F7F5ED 10px
    );
}
a .cls-1 {
  fill: #e3ddd1;
}
a:hover .cls-1 {
  fill: #9e8569;
}
.cls-1, .cls-2 {
  stroke: #fff;
  stroke-linejoin: round;
  stroke-width: 2px;
}

a .cls-3 {
  fill: #9e8569;
}
a:hover .cls-3 {
  fill: #fff;
}
a .cls-4 {
  fill: #fff;
}
a:hover .cls-4 {
  fill: #9e8569;
}
.cls-2 {
  fill: #e9e3d9;
}


.buy-bg01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.buy-bg:nth-child(odd) .buy-bg-wrap {
  background: #F7F5ED;
}
.buy-bg:nth-child(even) .buy-bg-wrap {
  background: #EEEEEE;
}

.selecter a {
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 13px;
	background: #a6b2b6;
	color: #fff;
	width: 100%;
	padding: 10px;
	text-align: center;
}
.selecter a:hover {
	background: #000;
}
.box-ph {
  width: 360px;
	max-height: 250px;
}
.bg-buy {
  background: #A08669;
}
.bg-buy01 {
  background: #A08669;
}


/* さらに物件情報を見る */
.grad-wrap {
  position: relative;
  margin-bottom: 32px;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: -48px;
  left: 0;
}
.grad-btn::before {
  content: "さらに物件情報を見る";
  position: relative;
  z-index: 99;
  width: 250px;
  text-align: center;
  background: #808080;
  color: #fff;
  display: block;
  font-family: 'UD新ゴNT R', sans-serif;
  font-size: .9rem !important;
  line-height: 25px !important;
  padding: 5px 0;
  border-radius: 5px;
  margin: 0 auto;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 0px;
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked~.grad-btn::before {
  content: "閉じる";
  font-size: .9rem !important;
  line-height: 25px !important;
}
.grad-trigger:checked~.grad-item {
  height: auto;
}
.grad-trigger:checked~.grad-item::before {
  display: none;
}


.title01 {
  position: relative;
}
.title01::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  width: 60px;
  height:1px;
  background: #A08669;
}


.l-inner {
  position: relative;
}

.bg-contents {
	position: absolute;
	width: 100%;
	height: 360px;
	top: 0;
	left: 0;
	background: #90B1C4;
	z-index: -1;
}
.item-icon {
	width: 90px;
	height: 90px;
}
.works-ph {
	height: 200px;
}

.swiper {
	position: relative;
	overflow: hidden;
  width: 80%;
  margin: 0 auto;
}
.slide-media,
.slide-media img {
	width: 100%;
	max-height: 600px;
}
.thumb-wrapper {
  width: 80%;
  margin: 0 auto;
}
.thumb-media {
	width: 15%;
	height: 70px;
}
.thumb-media:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 20px;
    /* background: #000; */
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 20px;
    /* background: #000; */
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 3rem;
    color: #A08669;
}


table {
	width: 100%;
}
.locat-ph {
  height: 160px;
}

.line {
	position: relative;
	height: 1.5em;
}
.line::before {
	content: "";
	display: block;
	width: 95%;
	position: absolute;
	margin-top: 0.8em;
	border-top: 2px dotted silver;
}
.line .name {
	position: absolute;
	padding-right: 1ex;
	background-color: white;
}
.line .page {
	right: 0;
	position: absolute;
	padding-left: 1ex;
	background-color: white;
}





.category__item + .category__item {
  border-left: 1px solid var(--black);
}

.pager__item {
  display: inline-block;
  color: #fff;
  background-color: var(--pager);
  border: 1px solid transparent;
  border-color: var(--pager);
  padding: 0.5rem;
  margin: 0.75rem 0.2rem;
  min-width: 2rem;
  text-align: center;
}
.pager__item-current {
  color: var(--pager);
  background-color: #fff;
}
.pager__dots {
  border: 1px solid transparent;
  padding: 0.5rem;
  margin: 0.75rem 0.2rem;
  text-align: center;
}

@media (max-width: 768px) {
  .category__item:nth-child(4) {
    border-left: none;
  }
}

.equipment-nav-current a {
  color: crimson;
}

.equipment-panel {
  display: none;
}

.equipment-panel.equipment-panel-current {
  display: block;
}


/*PCのみ*/
@media (min-width: 768px) {



}

@media (max-width: 768px) {

  .buy-btn {
    height: 160px;
  }
  .item-icon {
    width: 80px;
    height: 80px;
  }
  .slide-media {
    width: 100%;
    height: 250px;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
      left: 0;
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
      right: 0;
  }
  .thumb-media {
    width: 20%;
    height: 40px;
  }

  .price-box {
/*     overflow-x: scroll;
    width: 1000px; */
  }

  .locat-ph {
    height: 110px;
  }






}


.a-div.sold-out {
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bs-danger);
    font-weight: bold;
    background-color: #fffa;
    opacity: 1 !important;
}
