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

/*------------------------------------------------------------
	Google map
------------------------------------------------------------*/
#access1{
	clear:left;
	margin-top:30px;
	width:100%;
	height:auto;
}

#access1 section{
	clear:left;
	margin:0 auto;
	width:90%;
	height:auto;
}

#access1 h1{
	margin-top:30px;
	margin-bottom:15px;
	font-size:16px;
	line-height:2.3em;
}

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

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

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

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

/*------------------------------------------------------------
	アクセス table
------------------------------------------------------------*/
#access1 table{
	clear:left;
	margin-top:30px;
	margin-bottom:60px;
	width:100%;
	border-top:#000 1px solid;
	border-left:#000 1px solid;
	border-right:#000 1px solid;
}

#access1 table td{
	padding:10px;
	border-right:#000 1px solid;
	border-bottom:#000 1px solid;
}

#access1 table th{
	padding:10px;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	border-bottom:#000 1px solid;
}

#access1 table th p{
	border:none;
}