@charset "utf-8";


/******************************************************

 body
 
******************************************************/
html {-webkit-text-size-adjust: 100%}

body {
  font-family: "メイリオ" , Meiryo , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" ,Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , sans-serif;
   background: #fefaed;
  color: #000;
  font-size: 15px;
  line-height: 1.7;
}

img{
	vertical-align: middle;
}

a img:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	background: #fff\9;
}

a.rollover:hover{
	opacity: 0.8;
	/*filter: alpha(opacity=80);*/
}

a{
	text-decoration: none;
	color: inherit;
}

.inner{
	width: 1170px;
	margin: 0 auto;
}

.wrapper{
	position: relative
}

/******************************************************

header
 
******************************************************/

header{
	background: #1d170f;
}

header .bg_inner{
	padding-top:80px;
	background: url(../images/common/img_headline.jpg) no-repeat center top;
	position: relative;
	width: 100%;
}
 
header h1{
	margin-left: -35px;
	width: 246px;
}


/******************************************************

gnavi
 
******************************************************/
nav{
	background: url(../images/common/bg_nav.png) repeat-x center top;
	height: 76px;
	padding: 5px 0;
	box-sizing: border-box;
	margin-top: -50px;
	width: 100%;
}

nav ul li{
	width: 147px;
	float: left;
	text-align: center;
	border-right: 1px dashed #3d3527;
	height: 67px;
	line-height: 67px;
	box-sizing: border-box;
}

nav ul{
	margin-left: 144px;
	width: 1030px;
}

/******************************************************

footer
 
******************************************************/
footer{
	background: #c8a06c; 
	width: 100%;
	font-size: 14px;
}

footer .inner{
	background: url(../images/common/img_footer.jpg) no-repeat right top;
	padding-bottom: 10px;
}

footer .ft_nav{
	padding-top: 30px;
	width: 894px;
	border-bottom: 1px solid #715f46;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

footer .ft_nav li{
	float: left;
}

footer .ft_nav li a{
	border-left: 1px solid #000; 
	padding: 0 12px;
	line-height: 1.2;
	display: inline-block;
}

footer .ft_nav li.no_bdr a{
	border-left: 0; 
}

footer .address{
	width: 310px;
	float: left;
	margin-left: 25px;
}

footer .address p{
	margin-top: 10px;
	line-height: 1;
}

footer .ft_link{
	width: 516px;
	float: left;
	margin-left: 45px;
	margin-top: 15px;
}

footer .ft_link p {
	color: #fff;
	margin-top: 15px;
}

footer .ft_link p a{ 
	color: #18722c;
}

footer p.copyright{
	text-align: center;
	width: 280px;
	margin: -10px auto 0;
}

.pagetop{
    position: fixed;
    right: 5%;
    bottom: 0;
}

.pagetop a{
    width: 52px;
    height: 52px;
    display: block;
}



/******************************************************
中ページ共通
 
******************************************************/


.main_ttl{
	background: #93744c;
	padding: 15px 0;
}

.shadow{
	height: 10px;
	width: 100%;
	background: url(../images/index/bg_shadow.png) repeat-x left top;
	margin-bottom: 30px;
}

.bnr_box{
	text-align: center;
	background: #f0e6d6;
	padding: 35px 0;
}







