@charset "UTF-8";

/* -----------------------------------------------
FileName: lp.css
----------------------------------------------- */

/* .lp */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css); 
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

.lp #content {
	width:1000px;
	color:#1E1E1E;
	margin:0 auto 0 auto;
	font-family: 'Noto Sans Japanese', serif;
	font-size:14px;
	line-height: 180%;
}

.lp #keyImg {
	margin:0 auto 0 auto;
}

.lp #aboutArea {
	padding: 50px 0;
	text-align: center;
}

.lp #aboutArea h4,h5 {
	margin: 0 0 40px 0;
}

.lp #mapArea {
	margin: 0 0 50px 0;
}

.lp #mapArea p {
	margin: 15px 0 0 0;
}

.lp #btnArea {
	text-align: center;
}

.lp .square_btn {
	font-size: 1.2em;
	width: 380px;
	display: inline-block;
	padding: 1em 0;
	text-decoration: none;
	color: #0096E6;
	border: solid 2px #0096E6;
	transition: .4s;
}

.lp .square_btn:hover {
  background: #0096E6;
  color: white;
}