@charset "utf-8";


/*=======================================================
	ミチガエル
=======================================================*/

/*---------------------------------------------
	index
---------------------------------------------*/
/* brand color */
#brand_index_header header{
	margin-bottom: 15px;
	min-height: 450px;
	background: url(../img/brand_header_bg.gif) no-repeat right 40px;
}
#brand_index_header header h1{
	margin: 10px 0 25px;
	padding: 0;
}
.brand_lead,
.brand_lead2{
	margin: 0;
	color: #333;
}
.brand_lead{
	margin-bottom: 10px;
}
#brand_nav ul{
	background: url(../img/brand_nav_bg.png) no-repeat left top;
}
#brand_message{
	padding-bottom: 10px;
	float: none;
}
#brand_img{
	margin: 30px 0 0 120px;
	float: none;
	text-align: left;
}
#brand_img img{
	margin-right: 30px;
	margin-bottom: 0;
}
.subbrand_mark{
	display: none;
}


/*---------------------------------------
トイレミチガエル
---------------------------------------*/
.michigaeru_header{
	padding: 40px 0 0 40px;
	height: 290px;
}
.michigaeru_header h1{
	font-size: 24px; /* ie8 */
	font-size: 2.4rem;
}
#toilet_header{
	background: url(../img/toilet.gif) no-repeat 200px bottom;
}
.item_img{
	margin: 0 0 10px 80px;
}
#michigaeru_cont{
	padding: 40px 0;
	background-color: #000;
}
#michigaeru_cont h2{
	margin: 0 0 10px;
	padding: 0;
	color: #fff;
}
#michigaeru_info{
	margin: 15px 0 0;
}
#mission{
	margin: 0 55px;
	padding: 0 4px 10px;
	letter-spacing: -0.4em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	overflow: hidden; /* ie8 */
}
#mission li{
	margin: 0 2px 2px 0;
	padding: 25px;
	display: block;
	float: left; /* ie8 */
	background-color: #fff;
	vertical-align: top;
	letter-spacing: normal;
	width: 370px;
	text-align: center;
}
#mission h2{
	margin: 0 0 20px;
	color: #868686;
}
#mission p{
	margin: 0 0 10px;
}
#mission p:last-child{
	margin: 0;
}
#mission .m_img{
	margin: 10px 0 10px;
}


/*---------------------------------------
ミチガエルの部屋
---------------------------------------*/
#room_header{
	background: url(../img/room.gif) no-repeat 90px -60px;
	height: 360px;
}
.room_main{
	margin: 15px auto;
	padding: 0;
	width: 800px;
	color: #fff;
}
.room_main table{
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #666;
}
.room_main table th,
.room_main table td{
	padding: 5px;
	border: 1px solid #918e89;
	line-height: 1.4;
}



/* ===========================================
	MediaQueries
=========================================== */
/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	#brand_index_header header{
		padding-bottom: 57%;
		min-height: 0;
		background-position: center bottom;
		background-size: 90% auto;
	}
	#brand #brand_index_header .brand_lead,
	#brand #brand_index_header .brand_lead2{
		margin: 15px 10px 10px;
	}
	#brand_nav ul{
		background: none;
		background-color: #000;
	}
	#brand_img{
		display: none;
	}
	#michigaeru_cont img{
		max-width: 100% !important;
		height: auto;
	}


	/*---------------------------------------
	トイレミチガエル
	---------------------------------------*/
	#toilet_header{
		padding: 10px 10px 145px 10px;
		height: auto;
		background: url(../img/toilet.gif) no-repeat center bottom;
		background-size: 400px auto;
	}
	.item_img{
		margin: -10px 0 10px;
		text-align: center;
	}
	#mission{
		margin: 0 auto;
		display: block;
		width: 90%;
		box-sizing: border-box;
	}
	#mission li{
		margin-bottom: 5px;
		width: 100%;
		box-sizing: border-box;
		float: none; /* ie8 */
	}
	#mission li img{
		max-width: 100% !important;
		height: auto;
	}


	/*---------------------------------------
	ミチガエルの部屋
	---------------------------------------*/
	#room_header{
		margin-bottom: 10px;
		padding: 10px 10px 85% 10px;
		height: 0;
		background: url(../img/s/room.gif) no-repeat center bottom;
		background-size: 90% auto;
	}
	.room_main{
		margin: 0 auto;
		padding: 0 0 10px;
		width: 100%;
		color: #fff;
	}
	.room_main table{
		margin: 0 auto;
		width: 90%;
	}
	#michigaeru_cont{
		margin: 0 0 40px;
	}
	.room_main table th{
		width: 20%;
	}
}
