@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------
	Google map
------------------------------------------------------------*/
#access1{
	clear:left;
	margin-bottom:60px;
	width:100%;
	height:580px;
}

#access1 section{
	clear:left;
	margin:0 auto;
	width:1000px;
	height:550px;
}

#access1 p{
	border:#EEEEEE 5px solid;
}

#access1 h1{
	float:left;
	margin-top:10px;
	margin-left:10px;
	padding-top:13px;
	padding-bottom:15px;
	width:300px;
	color:#FFF;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	background:#F9C03D;
}

#access1 .btn01 a{
	float:left;
    display:block;
	text-align:center;
	margin-top:10px;
	margin-left:200px;
	padding-top:15px;
	padding-bottom:17px;
	width:300px;
	font-size:15px;
	font-weight:bold;
    color:#FFF;
    text-decoration:none;
    background:#F0858F;
    transition:all 0.2s ease 0s;
}

#access1 .btn01 a:hover{
	color:#FFF;
    background:#EB5F6C;
    transition:all 0.2s ease 0s;
}

/*------------------------------------------------------------
	アクセス方法
------------------------------------------------------------*/
#access2{
	clear:left;
	margin-bottom:80px;
	width:100%;
	height:400px;
}

#access2 section{
	clear:left;
	margin:0 auto;
	width:715px;
	height:550px;
}

#access2 h1{
	text-align:center;
	width:100%;
}

#access2 h1 p{
	clear:left;
	padding-top:50px;
	margin:0 auto;
	width:300px;
	text-align:center;
	font-size:18px;
	font-weight:normal;
	border-bottom:#C36 2px solid;
}

#access2 #left{
	float:left;
	width:183px;
	height:330px;
	background:url(../access/access1_bg1.png);
}

#access2 #left ul{
	margin-left:40px;
	text-align:left;
	font-size:24px;
	font-weight:bold;
	line-height:3.5em;
}

#access2 #right{
	float:left;
	width:532px;
	height:330px;
	background:url(../access/access1_bg2.png);
}

#access2 #right ul{
	margin-top:10px;
	margin-left:30px;
	margin-bottom:23px;
	font-size:14px;
	line-height:2.5em;
}


