@charset "utf-8";
/**
 *
 *  ページ用CSS
 *　plan
 */
/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/

.page-kv h1,
.page-kv .pic img {
	border-color: var(--brown2);
}
.page-kv h1{
	background: var(--brown2);
}
/*--------------------------------------------------------------------------
   Content
-------------------------------------------------------------------/* modelroom
-----------------------------------------------------------------*/
.modelroom {
	padding: 100px 0;
	text-align: center;
}
.modelroom h2{
	display: flex;
	align-items: flex-end;
	margin-bottom: 80px;
	line-height: 1;
	color: var(--brown2);
	font-size: 4rem;
	font-weight: normal;
}
.modelroom h2 strong{
	font-weight: normal;
	font-size: 8rem;
	letter-spacing: .05em;
}
.modelroom h2 strong + span{
	margin: 0 10px 5px;
}
.modelroom small{
	margin-bottom: 15px;
	font-size: 1.2rem;
	letter-spacing: .04em;
}
.modelroom small .en{
	margin-right: 5px;
	font-size: 2.2rem;
}
.modelroom .tab-nav ul{
	display: flex;
}
.modelroom .tab-nav ul li{
	margin-right: 5px;
	padding: 0 20px;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	background: var(--brown2);
	color: #fff;
	letter-spacing: .04em;
	opacity: .6;
}
.modelroom .tab-nav ul li.current{
	opacity: 1;	
}
.modelroom .tab-nav ul li span{
	position: relative;
	display: inline-block;
	padding: 18px 0 20px;
	font-size: 1.6rem;
	color: #fff;
}
.modelroom .tab-nav ul li span::after{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 0;
	height: 1px;
	content: "";
	background: #9b6714;
	transform-origin: center bottom;
	transition: .3s;
}
.modelroom .tab-nav ul li.current span::after{
	width: 100%;
}
.modelroom .tab-contents{
	display: none;
	padding: 40px 0 130px;
	background: var(--brown2);
}
.modelroom .tab-contents:nth-of-type(1){
	display: block;
}
.modelroom .thumb-list{
	display: flex;
	flex-wrap: wrap;
}
.modelroom .thumb-list li{
	position: relative;
	width: calc((100% - 60px)/4);
	margin-left: 20px;
	line-height: 0;
	background: #3A2626;
}
.modelroom .thumb-list li::before{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0,0,0,.6);
	pointer-events: none;
	opacity: 0;
	transition: .3s;
}
.modelroom .thumb-list li::after{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 15;
	display: block;
	width: 22px;
	height: 22px;
	content: "";
	background: url(../img/modelroom/ico_plus.png) no-repeat;
	background-size: 100%;
	pointer-events: none;
	opacity: 0;
	transition: .3s;	
}
.modelroom .thumb-list li:hover::before,
.modelroom .thumb-list li:hover::after{
	opacity: 1;
}
.modelroom .thumb-list li:nth-child(4n+1){
	margin-left: 0;
}
.modelroom .thumb-list li:nth-child(n+5){
	margin-top: 20px;
}
.modelroom .thumb-list li a{
	display: block;
	padding-bottom: 66.6%;
}
.modelroom .thumb-list li a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain; 
}
.modaal-image .modaal-container {
    max-width: 1000px;
		background: #3A2626;
}




/* three-d-modelroon
-----------------------------------------------------------------*/
.three-d-modelroon{
	padding: 110px 0 0;
	background: #3A2626;	
}
.three-d-modelroon h2{
	display: flex;
	align-items: flex-end;
	margin-bottom: 80px;
	line-height: 1;
	color: #fff;
	font-size: 4rem;
	font-weight: normal;
}
.three-d-modelroon h2 strong{
	font-weight: normal;
	font-size: 8rem;
	letter-spacing: .05em;
}
.three-d-modelroon h2 strong + span{
	margin: 0 10px 5px;
}
.three-d-modelroon small{
	margin-bottom: 15px;
	font-size: 1.2rem;
	letter-spacing: .04em;
}
.three-d-modelroon small .en{
	margin-right: 5px;
	font-size: 2.2rem;
}
.three-d-modelroon .matterport{
	position: relative;
	padding-bottom: 56.272%;	
}
.three-d-modelroon .matterport iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}




/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 960px) {

/* modelroom
-----------------------------------------------------------------*/

	.modelroom{
		padding: 50px 0 0;
	}
	.modelroom h2{
		margin-bottom: 40px;
		font-size: 2rem;
	}
	.modelroom h2 strong{
		font-size: 4rem;
	}
	.modelroom h2 strong + span{
		margin: 0 5px 5px;
	}
	.modelroom small{
		margin-bottom: 5px;
		font-size: 1.1rem;
	}
	.modelroom small .en{
		font-size: 1.8rem;
	}
	.modelroom .tab-nav{
		width: 100%;
		padding-left: 20px;
	}
	.modelroom .tab-nav .inner{
		padding: 0;
		overflow-x: auto;
	}
	.modelroom .tab-nav ul{
		display: flex;
		margin-right: 20px;
	}
	.modelroom .tab-nav ul li{
		flex-shrink: 0;
		padding: 0 10px;
		cursor: pointer;
	}
	.modelroom .tab-nav ul li:hover{
		opacity: .6;
	}
	.modelroom .tab-nav ul li span{
		font-size: 1.4rem;
	}
	.modelroom .tab-contents{
		display: none;
		padding: 30px 0 60px;
	}
	.modelroom .tab-contents:nth-of-type(2){
		display: block;
	}
	.modelroom .thumb-list{
		justify-content: space-between;
	}
	.modelroom .thumb-list li{
		width: calc(50% - 8px);
		margin-left: 0;
	}
	.modelroom .thumb-list li:hover::before,
	.modelroom .thumb-list li:hover::after{
		opacity: 0;
	}
	.modelroom .thumb-list li:nth-child(n+3){
		margin-top: 16px;
	}
	.modaal-image .modaal-container {
			max-width: 1000px;
			background: #08112d;
	}


/* three-d-modelroon
-----------------------------------------------------------------*/
	.three-d-modelroon{
		padding: 50px 0 0;
	}
	.three-d-modelroon h2{
		margin-bottom: 40px;
		font-size: 2rem;
	}
	.three-d-modelroon h2 strong{
		font-size: 3.4rem;
	}
	.three-d-modelroon h2 strong + span{
		margin: 0 5px 5px;
	}
	.three-d-modelroon small{
		margin-bottom: 5px;
		font-size: 1.1rem;
	}
	.three-d-modelroon small .en{
		font-size: 1.8rem;
	}
}


.modelroom.matterport_wrap {
    padding: 0 0;
    text-align: center;
}
.modelroom .matterport {
	    position: relative;
    padding-bottom: 56.272%;
}
.modelroom .matterport iframe{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 960px) {
	.modelroom.matterport_wrap {
            padding: 50px 0 0;
}
}

