@charset "UTF-8";
/* CSS Document */

/*----------- header --------------*/
#header {
	position: static;
	background:#fff;
	margin:0;
	padding: 10px 100px;
}

#header p {
	line-height: 0;
}

@media screen and (max-width: 767px){
#header {
	box-sizing: border-box;
	position: fixed;
	padding: 10px;
	width:100%;
	height: 60px;
	background: #fff;
	z-index: 900;
	border-bottom: 1px solid #ccc;
}

#header p img,
#header h1 img{
	width: 200px;
}
}

/*----------- global menu --------------*/

#menu_spBtn {
	display:none;	
}

#menu_global {
	padding:0 100px;
	background: #B1BDA9;
}

#mg_group {
	margin:0;
}

#mg_pc {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:stretch;
	-webkit-align-items:stretch;
}

#mg_pc li {
	box-sizing: border-box;
	width: 20%;
	border-right: 1px solid #ccc;
	
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:center;
	-webkit-justify-content:center;
	align-items:stretch;
	-webkit-align-items:stretch;
}

#mg_pc li:first-child {
	border-left: 1px solid #ccc;
}


#mg_pc li a {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:center;
	-webkit-justify-content:center;
	align-items:center;
	-webkit-align-items:center;

	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	color: #fff;
	width: 100%;
	height: 100%;
	padding: 10px;
	
	transition: all .2s ease 0s;
}

#mg_pc li a:hover {
	color:#fff;
	background:#85764C;
}


@media screen and (max-width: 767px){
#menu_spBtn {
	display:block;
	position:absolute;
	right: 5px;
	top:10px;
	line-height: 0;
	z-index: 999;
}

#menu_global {
	display: none;
	background:#B1BDA9;
	margin-bottom: 0;
	padding:0px;
	height:auto;
	z-index:900;
	position: fixed;
	top:60px;
	width:100%;
}


#mg_group {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:center;
	-webkit-align-items:center;
	
	
	line-height: 0;
}

#mg_pc {
	width: 100%;
	margin-bottom:0px;
	padding: 0;
}

#mg_pc li {
	width: 100%;
	border: none;
	border-bottom:1px dotted #efefef;
}

#mg_pc li a {
	display: block;
	padding:20px 0;
	width: 100%;
	font-size:100%;
	text-decoration: none;
	color: #fff;
	line-height: 1.2;
}



}


