
#title {
	background-image: url(images/title_bg.jpg);
}

div.epilator {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div.epilator div.text {
	width: 640px;
}

div.epilator div.text h3 {
	font-size: 24px;
	font-weight: 400;
	padding-bottom: 10px;
	text-align: justify;
}

div.process h3 {
	align-items: center;
	display: flex;
	font-size: 28px;
	font-weight: 400;
	justify-content: center;
	padding-bottom: 5px;
}

div.process h3:before,
div.process h3:after {
	border-top: 1px solid #7e7e7e;
	content: "";
	width: 390px;
}

div.process h3:before {
	margin-right: 20px;
}

div.process h3:after {
	margin-left: 20px;
}

div.process-flow {
	text-align: center;
}

div.process-flow img:last-child {
	margin-left: -30px;
}

div.menu-bg {
	background: #f5f4f4 url(images/menu_bg.jpg) no-repeat center top;
}

ul.menu li a {
	height: 360px;
	width: 380px;
}

ul.menu li a div.btn {
	width: 340px;
}

/***********************************************************************/

body#detail div.localnav {
	background: url(images/menu_bg.jpg) no-repeat center top;
	padding: 50px 0;
}

body#detail div.localnav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

body#detail div.localnav ul li {
	margin: 10px;
}

body#detail div.localnav ul li a {
	background-color: rgba(255, 255, 255, .8);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	display: block;
	padding: 30px 20px 20px 20px;
	text-align: center;
	text-decoration: none;
	width: 280px;
}

body#detail div.localnav ul li a:hover {
	box-shadow: 0 0 1px rgba(0, 0, 0, .1);
	opacity: 1;
}

body#detail div.localnav ul li a em {
	display: block;
	font-size: 22px;
	line-height: 1em;
	margin-bottom: 20px;
	text-align: center;
}

body#detail div.localnav ul li a span.link-btn {
	padding: 10px 48px 10px 40px;
}