@charset "UTF-8";
 /* http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126 License: none (public domain) */  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers  */ article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; }
html,body {
    height: 100%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
	line-height: 180%;
	background: #000000;
}
a {
	color: #f5f3ee;
}
#gnavi {
	text-align: center;
  font-family: "adobe-jenson-pro",serif;
	color: #f5f3ee;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 72px;
	padding-top: 100px;
}
#gnavi ul li a {
	text-decoration: none;
}
#gnavi ul li a:hover {
	background-color: #5b4c29;
}
#gnavi ul li {
	display: inline;
	margin-right: 40px;
}

#hnavi nav {
	width: 740px;
	padding-top: 20px;
	float: right;
  font-size: 36px;
  font-family: "Adobe Jenson Pro";
  color: rgb(245, 242, 237);
  font-weight: bold;
  line-height: 1.5;
  text-align: right;
	/*
  -moz-transform: matrix( 0.8611374132157,0,0,0.8611374132157,0,0);
  -webkit-transform: matrix( 0.8611374132157,0,0,0.8611374132157,0,0);
  -ms-transform: matrix( 0.8611374132157,0,0,0.8611374132157,0,0);*/
}
#hnavi h1{
	width: 199px;
	height: 80px;
	float: left;
}
#hnavi ul li {
	display: inline;
	margin-right: 40px;

}
#hnavi ul li a {
	text-decoration: none;
}
#hnavi ul li a:hover {
	background-color: #5b4c29;
}

footer {
	background-color: #000000;
	
}
#wrap {
	width: 100%;
	height: 100%;
    margin: 0 auto;
	min-height: 100%;
}
#container {
	width: 100%;
	height: 100%;
	background-image: url(../img/bg_top.png);
	background-repeat: no-repeat;
	background-size:cover;
}
#contents_top {
	height: 100%;
	min-height: 100%;
	width: 1000px;
	margin: auto;
}
#contents_top h1 {
margin: auto;
	width: 600px;
	height:auto;
	padding-top: 120px;
	padding-bottom: 80px;
}
#contents_top h1 img {
	width: 600px;
	height:auto;
}
#contents_menu {
	width: 1000px;
	margin: auto;
	background-image: url(../img/bg_top.png);
	background-repeat: no-repeat;
	background-size:cover;
	text-align: center;
}

#footer {
	height:auto;
	width: 100%;
	position: fixed;
	bottom: 0;
	color: #f5f3ee;
	font-size: 12px;
	margin: auto;
	padding: 40px 0;
	background: #000000;
}
.footer_inner{
	width: 1000px;
	margin: auto;
}
.footer_box {
	float: left;
	padding-right: 100px;
}
@media screen and (max-width:768px){
	body {
		line-height: 1.8;
	}
	
#container {
	background-image: url(../img/bg_top-m.jpg);
}
#contents_top {
	height: 100%;
	min-height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
#contents_top h1 {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 80px 0 40px;
	margin: 0;
}
#contents_top h1 img {
	width: 160px;
	height: auto;
}
	
	
#gnavi {
	text-align: left;
	font-size: 30px;
	line-height: 1;
	padding: 20px;
	height: auto;
}
	
#gnavi ul li {
	display: block;
	margin: 20px;
}

	
#footer {
	height:auto;
	width: 100%;
	position: static;
	padding: 20px;
	margin:40px 0 0 0 ;
	font-size: 16px;
	box-sizing: border-box;
}
.footer_inner{
	width: 100%;
}
.footer_box {
	float:static;
	padding-right: 10px;
	padding-bottom: 20px;
}
	
}
