@charset "utf-8";
/* ===================================================================
個別CSS
=================================================================== */
#header h2{
	box-sizing:border-box;
	display:block;
	width:100%;
	height:225px;
	padding-top:50px;
	background-image: url("../img/head_bg.png");
	background-position: 22% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	text-align:center;
	color:#666;
	font-size:46px;
	letter-spacing:0.2em;
}

.address{
	margin-top:16px;
}
.address .title{
	font-size:16px;
}
.address .txt1{
	margin-top:6px;
}
.address dl{
	margin-top:7px;
}
.address dl dt,
.address dl dd{
	display:inline-block;
}
.address dl dt{
	width:200px;
	margin-right:15px;
}
.address .g_map{
	margin-top:20px;
}
.address .g_map .expand a{
	color:#333;
	font-size:12px;
}
.address .btn{
	margin-top:5px;
	padding-bottom:5px;
	width:150px;
}
.address .btn a{
	box-sizing:border-box;
	display:block;
	height:30px;
	background-color:#de5f5f;
	padding-top:3px;
	text-align:center;
	color:#FFF;
	font-size:13px;
}
.address .btn a:hover{
	text-decoration:none;
}
