@charset "UTF-8";

/*-------------------------
	MODEL TOP
-------------------------*/
#modeltop{
	background-image: url(../img/mokushitsu_main.jpg);
	background-repeat: no-repeat;
}
#modeltop .inner {width: 1200px;}
#modeltop .inner p.h_lead {top:175px;margin-left:-600px;color:#fff;}
#mainarea h1.pagetitle {top:210px;margin-left:-600px;}
#modeltop .inner p.h_text {top:260px;}
#modeltop .section_head {
	width: 100%;
}
#modeltop .section_head h2.brand_logo{
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 15px;
}
/*
#modeltop .section_head h2.brand_logo img{
	opacity:0.8;
}
*/
#modeltop .section_head p{
	font-size: 14px;
	text-shadow: 1px 1px 1px hsla(0,0%,0%,0.30);
	line-height: 20px;
	margin-bottom: 10px;
}
#modeltop ul.contents_navi {
	float: left;
}
#modeltop ul.contents_navi:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#modeltop ul.contents_navi li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin-right: 20px;
}
#modeltop .reshuffling {
	position: absolute;
	right: 0;
	top: 104px;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

@media (max-width:768px) {
	a:hover img {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
	}
}

/*-------------------------
	CONTENTS
-------------------------*/
.contents-box {
	background-color: #ffffff;
}
.content-sum {
	color: #000000;
}
.float-box {
	height: 650px;
	width: 50%;
	background: rgba(255,255,255,0.9);
}
.float-box ul {
	width: 430px;
}
.float-box ul li a {
	color: #000000;
}
.fb-odd, .fb-even {
	top: 50px;
}
.float-box#fb02 ul {
	margin-top: 30px;
}
@media (max-width:960px) {
#modeltop .reshuffling {
	right: 0;
}
}
@media (max-width:768px) {
#modeltop .reshuffling {
	right: 0;
}
}
@media (max-width:480px) {
/*-------------------------
	MODEL TOP
-------------------------*/
#modeltop {
	background-image: url(../img/mokushitsu_main_sp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
#modeltop .inner {width: 90.625%;}
#modeltop .inner p.h_lead {top:80px;margin-left:0;left: 3.125%;color:#000;}
#mainarea h1.pagetitle {top:95px;margin-left:0;color:#000;}
#modeltop .inner p.h_text {display:none;}
#modeltop .section_head {
	text-align: left;
}
#modeltop .section_head h2.brand_logo {
	font-size: 32px;
	margin-bottom: 0;
}
#modeltop .section_head p{
	font-size: 14px;
	text-shadow: 1px 1px 1px hsla(0,0%,0%,0.30);
	margin-bottom: 0;
}
#modeltop ul.contents_navi {
	width: 100%;
	float: none;
}
#modeltop ul.contents_navi li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 23.25%;
	margin-right: 1%;
	margin-left: 0;
}
#modeltop ul.contents_navi li:last-child {
	margin-left: 0;
	margin-right: 0;
}
#safety {
	background-image: url(../img/img_safety_ms_sp.jpg);
	background-size: cover;
}
#amenity {
	background-image: url(../img/img_amenity_ms_sp.jpg);
	background-size: cover;
}
#quality {
	background-image: url(../img/img_quality_ms_sp.jpg);
	background-size: cover;
}
/*-------------------------
	CONTENTS
-------------------------*/
.content-sum {
	color: #ffffff;
	text-shadow: 1px 1px 1px hsla(0,0%,0%,0.30);
}
.float-box {
	height: auto;
	width: 95%;
}
.float-box ul {
	width: 100%;
}
/*-------------------------
	MODAL (float-box)
-------------------------*/
.close-fb {
	background-image: url(../img/btn_close_float_ms_sp.png);
}
}