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


* {
margin:0 auto;
font-size: 13px;
color: #673a23;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
line-height:1.7em;}


/* =stylecommon
-------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
    background-color: #fff;
}


div {
display: block;}


ul,ol{
list-style:none;
text-align:left;}


a {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
		 	transition: 0.3s ease-in-out;
}

a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}


.hide {
display: none;
}

.padding_b {
	padding-bottom: 150px;
}

/* ==============================
clearfix
============================== */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/* =sidelink
-------------------------------------------------------------- */
#sidelink {
	position:fixed;
	width:75px;
	top: 200px;
	right: 0;
	height:138px;
	background-image:url(img/link-bg.png);
}


#sidelink .facebook {
	display:block;
	margin:14px 0 4px 14px;
}


#sidelink .lip {
	display:block;
	margin:0 0 0 14px;
}




/* =header
-------------------------------------------------------------- */

#header {
position: fixed;
top: 0;
left: 0;
z-index: 1;
width: 100%;
background: url(img/header-bar.jpg) repeat-x;
}
	
	


#header_inner {
height: 92px;
width: 980px;
margin-top:50px;
text-align: left;
background: #fff;
}


h1 {
	float:left;
	margin-right: 215px;
	}


#site-navigation ul{
list-style: none;
}


#site-navigation li {
float: left;
position: relative;
overflow: hidden;
}


#site-navigation li a {
	display: block;
	height: 90px;
	margin: 0;
	padding: 0;
}






/* =maincontents
-------------------------------------------------------------- */

#wrapper {
	width: 980px;
	padding-top: 180px;
}


#cnt_01-01,#cnt_02,#cnt_03,#cnt_04,#cnt_05,#cnt_06 {
	padding-top: 180px;
}


#cnt_01-01 {
	margin-bottom: 100px;
}

#cnt_06 h3{
	margin: 20px 19px;
}


#cnt_06 h4{
	margin-top: 20px;
	text-align:center;
	font-size: x-large;
}


#cnt_06 p{
	text-align:center;
	line-height:1.5em;
	font-size:24px;
}


#googlemap {
	margin: 0 14px;
}


#cnt_06 a.gmaplink{
	width:936px;
	display:block;
	margin:0px auto 20px;
	padding:8px ;
	text-align:center;
	line-height:1em;
	font-size:24px;
	background-color:#630;
	color:#fff;
	border:1px solid #666;
}

#cnt_06 a.gmaplink:hover{
	background-color:#fff;
	color:#000;
}




/* =footer
-------------------------------------------------------------- */

#footer {
	margin: 0 20px;
}

#copyright {
	text-align: center;
}


#btn-pageTop {
	display:block;
    width: 72.5rem;
	position:fixed;
	bottom:0px;
	text-align:right;
	right: 60px;
}

#btn-pageTop a {
	font-size:16px;
}


