@charset "utf-8";

.bgArea {
	background-image: url(../../common/imgs/bk.jpg) !important;
}

.mfp-bg {
	z-index: 30000 !important;	
}

.mfp-wrap {
	z-index: 35000 !important;
}

#container {
	background-image: none !important;
}

h2 {
	position: relative;
}


#modelroomBody {
	width: 960px;
	margin:0 auto;
	padding: 25px 0 40px 0;
}

#modelroomBody div.wrapper {
	padding: 0 30px;	
}

#modelroomBody h3 {
	padding: 25px 0 0 0;
}

#modelroomBody p {
	color: #FFF;
	font-size: 12px;
	padding: 25px 0;	
}

h3 span {
	display: none;	
}

	#contentsArea {
		margin: 0 auto;
	}
	#contentsArea .boxStage {
		padding: 0;
		overflow: hidden;
	}
	#contentsArea .boxStage a{
		display: block;
		overflow: hidden;
	}
	#contentsArea .boxStage a:hover img{
		opacity: 0.6;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
	}
	
	#contentsArea .boxStage .lens {
		position: absolute;
		 right: 15px;
		 bottom: 15px;
		 z-index: 999;
		 width: 30px;
		 height: 30px;
	}
	#contentsArea .boxStage a span {
		display: block;
		position: absolute;
		bottom: -110px;
		left: 0;
		padding: 20px 0;
		width: 100%;
		z-index: 888;
		color: #fff;
		text-align: center;
		text-decoration: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		background: url(../../common/imgs/bg-black.png) repeat center top;
	}
	#contentsArea .boxStage a span {
		font-size: 10px;
	}
	#contentsArea .boxStage a span strong {
		font-size: 14px;
		font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	}
	
	#contentsArea .boxStage.col1 {width: 25%; height:auto}
	#contentsArea .boxStage.col11 {width: 25%; height:auto}
	#contentsArea .boxStage.col2 {width: 50%; height: auto}
	#contentsArea .boxStage.col22 {width: 50%; height: auto}
	#contentsArea .boxStage.col3 {width: 75% !important; height: auto}
	
	
	#contentsArea .boxStage a img {
		width: 100%;
		height: 100%;
	}
	
	#contentsArea .boxStage span.text {
		display: none;
	}
	
@media only screen and (max-width:960px) {

#modelroomBody {
	width: auto;	
}





}



@media only screen and (max-width:900px) {
div.modelroomLead {
	width: 90%;
	margin: 0 auto;	
}

div.modelroomLead h2 {
	font-size: 20px;
	padding: 30px 0 0 0;
}
}



@media only screen and (max-width:624px) {
	#contentsArea .boxStage.col1,
	#contentsArea .boxStage.col11,
	#contentsArea .boxStage.col2,
	#contentsArea .boxStage.col22,
	#contentsArea .boxStage.col3 {width: 300px !important; height:auto !important}

	#contentsArea .boxStage.col1 img.lens,#contentsArea .boxStage.col2 img.lens { width: 29px; height: 19px;}

div.modelroomLead h2 {
	font-size: 18px;
	padding: 15px 0 15px 0;
}

div.modelroomLead h2 img {
	width: 100%;	
}

h3 {
	width: auto;	
}

h3 img {
	display: none;
}

h3 span {
	display: inline;
	font-size: 16px;
	color: #D8C49C;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",serif;
}

	
}
@media only screen and (max-width:568px) {
	#contentsArea .boxStage.col1 img { width: 400px;}
	#contentsArea .boxStage.col2 img { width: 400px;}
	#contentsArea .boxStage a { cursor: default;}
	#contentsArea .boxStage a img{ opacity: 1;}
	#contentsArea .boxStage a:hover img{ opacity: 1;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
	}
	#contentsArea .boxStage a span { display: none;}
	#contentsArea .boxStage .lens { display: none;}
	
	div.modelroomLead p {
		display: none;	
	}
	
	#contentsArea .boxStage span.text {
		display: block;
		padding-bottom: 15px;
	}
	
}
@media only screen and (max-width:400px) {

	#contentsArea .boxStage.col1 img { width: 300px;}
	#contentsArea .boxStage.col2 img { width: 300px;}
}