@charset "utf-8"; 

#lowerMv .headline{
	font-size: 3.2rem;
}
#lowerMv .ttl{
	font-size: 4.6rem;
	margin-top: 0.4em;
}
#lowerMv .ttl .new{
	display: inline-block;
	background: #E00000;
	color: #fff;
	font-size: 1.2rem;
	font-family: 'Roboto', sans-serif;
	line-height: 1.0;
	padding: 0.2em 0.5em 0.1em;
	margin: 1.3em 1em 0 0;
	vertical-align: top;
}
#photo{
	display: flex;
	justify-content: space-between;
}
#photo .main{
	width: 50%;
}
#photo .main img{
	width: 100%;
	height: 48vw;
	/*object-fit: cover;*/
	object-fit: contain;
}
#photo .main .swiper-button-next,
#photo .main .swiper-button-prev{
	display: none;
}
#photo .thumb{
	display: flex;
	flex-flow: column-reverse;
	justify-content: space-between;
	width: 50%;
	background: #000;
}
#photo .thumb .txt{
	padding: 3.125em;
}
#photo .thumb .txt p{
	color: #fff;
	font-weight: bold;
}
#photo .thumbWrap{
	background: #fff;
	padding-top: 1.5em;
}
#photo .thumbWrap .subSlider{
	padding: 0 1.5em;
}
#photo .thumb .swiper-slide {
	height: calc((50vw - 3em - 20px) / 5);
	line-height: calc((50vw - 3em - 20px) / 5);
}
#photo .thumb .swiper-button-next,
#photo .thumb .swiper-button-prev{
	top: 0;
	width: 1.5em;
	height: 100%;
	background: #000;
	margin-top: 0;
}
#photo .thumb .swiper-button-prev{
	left: 0;
}
#photo .thumb .swiper-button-next{
	right: 0;
}
#photo .thumb .swiper-slide img{
	width: 100%;
	height: auto;
}
#photo .thumb .swiper-button-next:after,
#photo .thumb .swiper-button-prev:after{
	font-size: 1.6rem;
	color: #fff;
}
#spec{
	max-width: 1680px;
	margin: 5.5em auto 5em;
}
#floor{
	background: #F2F2F2;
	padding: 5.625em 0 7.5em;
}
#floor .sliderWrap{
	margin-top: 2.5em;
}
#floor .sliderWrap .slider{
	width: calc(100% + 3.5vw);
}
#floor .sliderWrap .slide img{
	width: 31vw;
	margin-right: 3.5vw;
	object-fit: contain;
}
#floor .sliderWrap .slide .cmn-btn{
	width: calc((100% - 3.5vw) - 20%);
	margin: 0 3.5vw 0 auto;
}
#floor .sliderWrap .slide .cmn-btn a{
	padding-right: 5em;
	box-sizing: border-box;
}
#floor .slick-arrow{
	position: absolute;
	top: calc(50% - 2.25vw);
	width: 1.5em;
	height: 8em;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 100%;
	border: 0;
	padding: 0;
	transform: translateY(-50%);
	z-index: 2;
	cursor: pointer;
}
#floor .slick-arrow:hover{
	opacity: 0.7;
}
#floor .slick-prev{
	left: 0;
	background: url(../img/common/icon_floor_prev.png) 0 0 no-repeat;
	background-size: 100% auto;
}
#floor .slick-next{
	right: 3.5vw;
	background: url(../img/common/icon_floor_next.png) 0 0 no-repeat;
	background-size: 100% auto;
}
#access{
	margin: 8.125em 0;
}
#info + #access{
	margin-top: 0;
}
#access .map{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 30em;
}
#access .map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#access .txt{
	display: inline;
}
#access .txt .name{
	display: inline;
	font-size: 2.0rem;
}
#access .txt .time{
	display: inline;
	font-size: 2.0rem;
}
#access .txt + .txt::before{
	content: '・';
}
#access .txt .time + .time::before{
	content: '・';
}
#access .root{
	margin: 2.5em 56px 2.2em;
}
#case .cmn-btn{
	padding-bottom: 3.625em;
}
#case .headline{
	margin-bottom: 0.7em;
}

@media screen and (max-width : 1000px){
	#access .root{
		margin-left: 2.5em;
		margin-right: 2.5em;
	}
}
@media screen and (max-width : 767px){

	#lowerMv .headline span{
		font-size: 2.8rem;
	}
	#lowerMv .headline .min{
		display: inline;
		font-size: 1.9rem;
		margin-left: 1em;
	}
	#lowerMv .ttl{
		position: relative;
		font-size: 2.8rem;
		line-height: 1.1;
		margin: 0.5em 4vw 0;
	}
	#lowerMv .ttl .new{
		margin-top: 0.8em;
	}
	
	#photo{
		display: block;
	}
	#photo .main{
		width: auto;
	}
	#photo .main img{
		height: 100vw;
	}
	#photo .main .swiper-button-prev,
	#photo .main .swiper-button-next{
		display: flex;
		align-items: center;
		justify-content: center;
		top: 50%;
		width: 1.5em;
		height: 8em;
		background: #000;
		margin-top: 0;
		transform: translateY(-50%);
	}
	#photo .main .swiper-button-prev{
		left: 0;
	}
	#photo .main .swiper-button-next{
		right: 0;
	}
	#photo .main .swiper-button-prev::after,
	#photo .main .swiper-button-next::after{
		font-size: 1.6rem;
		color: #fff;
	}
	#photo .thumb{
		width: auto;
		flex-flow: column;
	}
	#photo .thumb .swiper-slide{
		height: calc((100vw - 20px) / 5);
		line-height: calc((100vw - 20px) / 5);
	}
	#photo .thumbWrap{
		padding-top: 3px;
		background: #000;
	}
	#photo .thumbWrap .subSlider{
		padding: 0;
	}
	#photo .thumb .swiper-button-next,
	#photo .thumb .swiper-button-prev{
		display: none;
	}
	#photo .thumb .txt{
		padding: 5vw;
	}
	#floor .sliderWrap .slide img{
		width: 100%;
		margin: 0;
	}
	#floor .sliderWrap .slider{
		width: 100%;
	}
	#floor .slick-next{
		right: 0;
	}
	#floor .sliderWrap .slide .cmn-btn{
		margin-right: 0;
	}
	#access{
		margin: 21vw 0;
	}
	#access .root{
		margin: 2em 4vw;
	}
	#access .txt{
		display: block;
	}
	#access .txt + .txt::before{
		content: none;
	}
	#access .txt .name{
		display: block;
		clear: left;
		float: left;
		width: 6.5em;
		font-size: 1.8rem;
		line-height: 2;
	}
	#access .txt .time{
		display: block;
		padding-left: 6.5em;
		font-size: 1.8rem;
		line-height: 2;
	}
	#access .txt .time + .time::before{
		content: none;
	}

}
@media (orientation: landscape) and (max-width : 767px){


}

.inner {
    z-index: 1;
}

#lowerMv .inner h1 {
	z-index: 2;
    position: relative;
}

.wh {
	color: #fff;
}

@media screen and (max-width : 767px){
	.inner {
	    z-index: initial;
	}
	#lowerMv .bg {
		height: 75vw;
	}
}