@charset "Shift_JIS";
@import url('https://fonts.cdnfonts.com/css/minion-web-pro');

.slide_superbox{
	position:relative;
}

.slide_superbox div.slideObj{
	position:absolute;
	top:0;
	left:0;
	display:none;
	z-index:1;
}
.slideObj img {
  width: 960px;
  height: 580px;
}
@media screen and (max-width: 640px) {
  .slideObj img {
    width: 100%;
    height: auto;
  }
}
.slide_superbox div.slideObj.slActiveOn{
	z-index:5;
}

.slide_superbox div.slideObj.slActive{
	z-index:10;
}

.slide_superbox .btn{
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	z-index:300;
	cursor:pointer;
}

.slide_superbox .btn.btnPrev{
	left:2%
}

.slide_superbox .btn.btnNext{
	right:2%
}

.srThumbnail{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top:20px;
  gap: 10px;
}

.srThumbnail .thumObj{
	cursor: pointer;
}

.srThumbnail li{
	position: relative;
}

.srThumbnail li::after{
  white-space: pre;
	content: '';
	color: #fff;
  font-family: 'Minion Web Pro', sans-serif;
  font-style: italic;
  font-size: 13px;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
	width:100%;
	height:100%;
	opacity: 1;
	background: rgba(0,0,0,.7);
	position: absolute;
	top:0;
	left:0;
  background-repeat: no-repeat;
  background-size: cover;
  transition: .4s;
}

.srThumbnail li:nth-child(1)::after{
  content: "Living\A Dining";
}
.srThumbnail li:nth-child(2)::after{
  content: "Kitchen";
}
.srThumbnail li:nth-child(3)::after{
  content: "Bedroom";
}
.srThumbnail li:nth-child(4)::after{
  content: "Bedroom";
}
.srThumbnail li:nth-child(5)::after{
  content: "Walk-in\A closet";
}
.srThumbnail li:nth-child(6)::after{
  content: "Walk-in\A closet";
}
.srThumbnail li:nth-child(7)::after{
  content: "Bathroom";
}
.srThumbnail li:nth-child(8)::after{
  content: "Powderroom";
  }
.srThumbnail li:nth-child(9)::after{
  content: "Restroom";
}

.srThumbnail li:hover::after,
.srThumbnail li.thmActive::after{
	opacity: 0;
}

#contentsWrapper{
  width:100%;
  max-width: 1080px;
  margin:0 auto;
  padding:20px 0 50px;
  background: #F4F4F4;
}

#contentsWrapper #contents{
  background-color: transparent;
}

/**************************************************************************************/
/**************************************************************************************/
/* SP Site*/
/**************************************************************************************/
/**************************************************************************************/
@media screen and (max-width: 640px) {

.slide_superbox{
	width:100%;
}

.slide_superbox img{
	width:100%;
}
	
.srThumbnail li img{
	width:100%;
}
}
