@charset "utf-8";

.mainimgTop h1 img {
	height: auto;
    width: 134px;
}

.mainimgTop {
	background: url(../img/modelhouse/mainimg.jpg) no-repeat center 0 / cover;
}

.movieBox {
	width: 800px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
}
	
/* ------------------------------
 PC用コード
------------------------------ */
@media print, screen and (min-width: 1920px) {
	.mainimgTop {
		background: url(../img/modelhouse/mainimg.jpg) no-repeat center center / 100% auto;
	}
}

/* ------------------------------
 コーディネーターから
------------------------------ */
.profile {
	position: relative;
}
.profile .message {
	font-size: 2.3rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}
.profile .message strong {
	padding: 5px 15px;
	margin-bottom: 10px;
	display: inline-block;
	background: linear-gradient(transparent 0, #003366 0);
}
.profile .name {
	font-size: 1.7rem;
	color: #003366;
	margin-bottom: 15px;
}
.profile .name p {
	font-size: 2.7rem;
	font-weight: bold;
}
.profile .name strong {
	font-size: 1.5rem;
	color: #3F3B3A;
}
.profile .name p small {
	font-size: 1.7rem;
}
/* ------------------------------
 コーディネーターから 20180405

.profile {
	position: relative;
}
.profile .message {
	font-size: 3.2rem;
	font-weight: bold;
	color: #fff;
	margin-top: -15px;
	margin-bottom: 30px;
	margin-left: 325px;
}
.profile .message strong {
	padding: 5px 15px;
	margin-bottom: 10px;
	display: inline-block;
	background: linear-gradient(transparent 0, #003366 0);
}
.profile .name {
	font-size: 1.7rem;
	color: #003366;
	text-align: center;
}
.profile .name p {
	font-size: 3.1rem;
	font-weight: bold;
}
.profile .name p small {
	font-size: 1.7rem;
}
------------------------------ */
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.profile_text {
		width: 910px;
		float: right;
	}
	.profile .name p {
		display: inline-block;
		margin-left: 20px;
	}
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.movieBox {
		width: 100%;
		height: 250px;
	}
	
	.profile {
		padding-bottom: 20px;
		border-bottom: solid 1px #BCBCBC;
	}
	.profile_text {
		margin-top: -15px;
	}
	.profile .message {
		font-size: 1.5rem;
		margin-left: 0;
		margin-bottom: 15px;
	}
	.profile .message strong {
		padding: 5px 10px;
		margin-bottom: 5px;
	}
	.profile .name {
		text-align: center;
	}
	.profile .name p {
		font-size: 2.6rem;
	}
	.profile .name br {
		display: none;
	}
}




/* ------------------------------
 コーディネーターから

.profile {
	position: relative;
}
.profile .message {
	font-size: 3.2rem;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 57px;
	left: 35px;
}
.profile .message strong {
	padding: 5px 15px;
	margin-bottom: 10px;
	display: inline-block;
	background: linear-gradient(transparent 0, #003366 0);
}
.profile .name {
	font-size: 1.3rem;
	color: #003366;
	position: absolute;
	bottom: 35px;
	left: 35px;
	width: 250px;
	padding: 20px;
	background: #fff;
}
.profile .name p {
	font-size: 2.3rem;
	font-weight: bold;
}

.profile.right .message,
.profile.right .name {
	left: 430px;
}



@media print, screen and (min-width: 768px) {
	.profile {
		width: 980px;
		margin: auto;
	}
}


@media screen and (max-width: 767px) {
	.profile {
		border-bottom: solid 1px #BCBCBC;
	}
	.profile .cms_image {
		padding-bottom: 30px;
	}
	.profile .message,
	.profile.right .message {
		font-size: 1.6rem;
		top: auto;
		bottom: 25%;
		left: 0;
	}
	.profile .message strong {
		padding: 5px 10px;
		margin-bottom: 5px;
	}
	.profile .name,
	.profile.right .name {
		position: static;
		width: auto;
		text-align: center;
		padding: 20px;
	}
	.profile .name br {
		display: none;
	}
}

------------------------------ */
.bn-center {
	display: flex;
	justify-content: center;
}


/*-----------
 VR埋め込み
-------------*/
.vr_box iframe {
	width: 853px;
	height: 480px;
}

@media screen and (max-width: 767px) {
	.vr_box iframe {
		width: 100%;
		height: 210px;
	}
}
/* ------------------------------
 モデルハウスインデックス ナビゲーション
------------------------------ */
.modelhouse_navi .cms_image {
	margin-bottom: 50px;
}
.modelhouse_navi h4 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 15px;
    padding-left: 14px;
    border-left: solid 4px #003366;
    padding-left: 10px;
    position: relative;
}
.modelhouse_navi ul {
    text-align: center;
	margin-top: 10px;
}
.modelhouse_navi ul li {
	margin-bottom: 10px;
}
.modelhouse_navi ul li a {
	padding: 10px 26px;
	height: 46px;
	line-height: 23px;
}
.modelhouse_navi ul li a {
	min-width: 240px !important;
	font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
	.modelhouse_navi {
		display: flex;
		flex-flow: row wrap;
	}
	.modelhouse_navi .cms_image {
		width: 390px;
		margin-right: 25px;
	}
	.modelhouse_navi .cms_image:nth-child(3n) {
		margin-right: 0;
	}
	.modelhouse_navi ul {
		display: flex;
		justify-content: space-between;
		margin-top: 15px;
	}
	.modelhouse_navi ul li {
	}
	.modelhouse_navi ul li a {
		min-width: 190px !important;
	}
}
