<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

:root {
	--main_color: #2b665e;
}

.w1000 {
	max-width: 1000px;
	margin: 0 auto;
	width: 90%;
}

/*============================
#main_img
============================*/
#main_img {
	background: url("../img/modelroom/main.jpg") no-repeat;
	background-size: cover;
	background-position: 100% center;
	margin-bottom:80px;
}
#main_img::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	left: 0;
	background: rgb(0 0 0 / 29%);
	width: 652px;
	height: 172px;
	mix-blend-mode: multiply;
}
@media only screen and (max-width: 768px){
#main_img {
	margin-bottom: 40px;
}
#main_img::before {
	width: 310px;
	height: 90px;
}
}


.modelroom h3 {
	font-size: 32px;
	color: var(--main_color);
	letter-spacing: 0.075em;
	margin-bottom: 80px;
	text-align: center;
}
@media only screen and (max-width: 768px){
.modelroom h3 {
	font-size: 20px;
	margin-bottom: 40px;
}
}
.modelroom .title{margin-bottom:50px;text-align: center;}

.modelroom ul{
max-width: 1200px;
margin: 0 auto;
}
.modelroom ul li{
display: inline-block;
margin-bottom: 20px;
}


.modelroom h2{font-size: 32px;font-weight: bold;}
@media only screen and (max-width: 768px){

.modelroom {}

.modelroom .title img{
padding: 0 20px;
	}

.modelroom .main{
margin-bottom:50px;
	}
.modelroom .main2 img{width: 100%;}

.modelroom h2{font-size: 16px;font-weight: bold;letter-spacing: -0.03em;}
}






.modelroom .model_inner {
	max-width:1000px;
	margin:50px auto 0px;
}
@media only screen and (max-width: 768px){
.modelroom .model_inner {
	max-width:1000px;
	margin:20px auto 0px;
}
}
</pre></body></html>