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

/* メインコンテンツ
**********************/
#main_contents {
	width: 960px;
	margin: -15px auto 5px auto;
}
/*サイドコンテンツ
*********************/
#side_contents {
	width: 250px;
	float: left;
	height: auto;
	border: 1px solid #000099;
	border-radius: 10px;
	margin-top: 0;
	margin-right: 5px;
	}
#side_contents h2 {
	background-color:#000099;
	line-height: 35px;
	color: aliceblue;
	text-align: center;
	margin-top: 0;
	border-radius: 5px 5px 0px 0px;
}
#side_contents p {
	font-style: normal;
	font-size: 20px;
	text-align: center;
	line-height: 5px;
	font-weight: bold;
}
#side_contents span {
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
}
#side_contents .form a {
	padding: 5px 15px 3px 18px;
	height: 30px;
	font-size: 15px;
	font-weight: bold;
	background: #1350AF;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
	border-radius: 3px;
	color: #FFF;
}
#side_contents .form a:hover {
	background: #6699ff;
}
#side_contents .blog a{
	padding: 5px 15px 3px 18px;
	height: 30px;
	font-size: 15px;
	font-weight: bold;
	background: green;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
	border-radius: 3px;
	color: #FFF;
}
#side_contents .blog a:hover {
	background: lightgreen;
}

#side_contents .map a{
	padding: 5px 15px 3px 18px;
	height: 30px;
	font-size: 15px;
	font-weight: bold;
	background: #1350AF;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
	border-radius: 3px;
	color: #FFF;
}
#side_contents .map a:hover {
	background: #6699ff;
}

#side_contents .name {
	font-size: 20px;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
}
#side_contents .name_1 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1px;
	text-align: center;
	margin-bottom: 25px;
}
#side_contents .address p {
	font-size: 13px;
	text-align: left;
	padding-left: 20px;
	margin-top: 5px;
}
#side_contents section .access_head {
	width: 150px;
	height: 18px;
	font-size: 18px;
	padding: 3px 0 3px 0;
	font-weight: bold;
	background: #6699ff;
	text-align: center;
	border-radius: 3px;
	color: #FFF;
	margin: 0 auto;
}
#side_contents section .access {
	font-size: 13px;
}
/*ミドルコンテンツ
*********************/
#middle_contents {
	display: inline-block;
	width: 680px;
	margin-top: 0px;
	border: 1px solid blue;
	border-radius: 8px;
}
#middle_contents .arrow{
	text-indent: 200px;;
}

#middle_contents h2{
	margin-left: 20px;
	padding-top: 10px;
	padding-left: 25px;
	color: #1350AF;
	background: lightblue;
	width: 550px;
	height: 30px;
	border-radius: 4px;
}

.consul_head {
	background: #000099;
	height: 36px;
	line-height: 39px;
	font-size:20px;
	color:aliceblue;
	padding-left:15px;
	border-radius: 4px 4px 0px 0px;
	margin: 0px 0px 20px 0px;
}
.consul_1 p {
	padding-left: 45px;
	text-align: left;
	font-size:14px;
}
.consul_1 address {
	text-indent: 45px;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
}
.consul_1 span {
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin-right: 50px;
}
.consul_1 p a {
	padding: 5px 15px 3px 18px;
	height: 30px;
	font-size: 15px;
	font-weight: bold;
	background: #000099;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
	border-radius: 3px;
	color: #FFF;
}
.consul_1 p a:hover {
	background: #6699ff;
}

.consul_2 p {
	padding-left: 45px;
	text-align: left;
	font-size:14px;
}

.consul_2 p a{
	padding: 5px 15px 3px 18px;
	height: 30px;
	font-size: 15px;
	font-weight: bold;
	background: #000099;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
	border-radius: 3px;
	color: #FFF;
}

.consul_2 p a:hover {
	background: #6699ff;
}

.consul_3 p {
	padding-left: 45px;
	padding-right: 30px;
	text-align: left;
	font-size:14px;
}

.consul_3 span{
	font-size:16px;
	font-weight: bold;
}

.consul_4 p {
	padding-left: 45px;
	text-align: left;
	font-size:14px;
}

.consul_5 p {
	padding-left: 45px;
	text-align: left;
	font-size:14px;
}

/*モーダルここから*/
#modal-content {
	width: 75%;
	margin: 0px;
	padding: 10px 20px;
	position: fixed;
	display: none;
	z-index: 2;
}
#modal-overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 0,0,0, 0.75 );
}
#modal-open .button-link {
	font-size: 5px;
	background: pink;
	border-radius: 20px;
	color: #00f;
	text-decoration: none;
}
.button-link:hover {
	cursor: pointer;
	color: #f00;
}

/********
トップページへ戻るボタン*/
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 30px;
}
#pageTop a {
	display: block;
	z-index: 999;
	padding: 8px 8px 0 9px;
	border-radius: 30px;
	width: 30px;
	height: 38px;
	background-color: blue;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

