* {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:16px;
	line-height:1.8em;
	margin:0;
	padding:0;
	list-style-type:none;
}
@font-face {
	  font-family: Poiret One;
	  src: url(./PoiretOne-Regular.ttf);
	}
body {
	background:#fff;
	color:#333;
}

#header {
	background:url(img/image01.png);
	background-repeat:no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto;
	width:100%;
	height:600px;
	position:relative;
	margin-bottom:30px;
}

h1 {
	height:50px;
	font-size:300%;
	padding-left:60px;
	line-height:50px;
	position:absolute;
	top:275px;
	left:30px;
	font-family:'Poiret One',cursive;
	color:#333;
}

.svg h1 {
	background:url(img/js01.svg);
	background-repeat:no-repeat;
	background-position:left center;
}

#contents {
	width:1000px;
	margin:0 auto;
}

.box {
	border:1px #eee solid;
	width:90%;
	margin:0 auto 30px;
	padding:10px 0 30px;
	background-color:#fff;
	text-align:left;
}

.logo {
	width:500px;
	height:200px;
	margin:0 auto 20px;
}

.svg .logo {
	background:url(img/logo.svg);
	background-repeat:no-repeat;
}


h2 {
	color:#888;
	font-size:200%;
	border-bottom:1px solid #eee;
	padding:0 10px 10px;
	margin:0 0 30px;
}

dl {
	overflow:hidden;
	zoom:1;
	margin:0 30px 30px;
	font-size:150%;
}

dl dt {
	width:100px;
	float:left;
	clear:both;
	color:#999;
}

dl dd {
	padding:0 0 20px 150px;
	color:#555;
}
.come{
	text-align: center;
	margin-bottom: 2em;
	color: red;
}
a {
	color:#555;
	-webkit-transition:.1s;
	-moz-transition:.1s;
	-o-transition:.1s;
	-ms-transition:.1s;
	transition:.1s;
}

a:hover {
	color:red;
}

.button {
	display:block;
	text-align:center;
	font-size:150%;
	text-decoration:none;
	margin:0 auto 30px;
	width:60%;
	height:60px;
	line-height:60px;
	background-color:#333;
	color:#fff;
	-webkit-transition:.2s;
	-moz-transition:.2s;
	-o-transition:.2s;
	-ms-transition:.2s;
	transition:.2s;
}

.button:hover {
	background-color:#59b1eb;
	color:#fff;
}
.map{
	text-align: center;
	margin-bottom: 20px;
}
.map img{
	width: 90%;
	height: auto;
}