@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/* ==========================================================================
	NAVIGATION
	========================================================================== */

/*MAIN*/

#main img {
	width: 100%;
}

/*SERVICE*/

#service .wrapper {
	background: url(../images/index-images/menu-bg.gif) 50% 0 no-repeat;
	background-size: 100%;
	padding-top: 8%;
	margin-bottom: 8%;
}
.nav-wrapper {
	width: 100%;
	overflow: hidden;
}
#service ul {
	overflow: hidden;
	width: 102%;
	margin-bottom: 5%;
}
#service ul li {
	display: table;
	table-layout: fixed;
	float: left;
	width: 32%;
	margin: 0 1% 1% 0;
}
#service ul li a {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.2rem;
	text-align: center;
	background-color: #fff;
	padding: 10px;
}
#service ul li a span {
	display: block;
	color: #d76b7f;
	font-family: 'Cormorant Garamond', serif;
	font-size: 90%;
}

/*BN*/

#bn ul {
	width: 80%;
	margin: 0 auto;
}
#bn ul li {
	margin-bottom: 8%;
}
#bn ul li img {
	width: 100%;
}
