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

	base.css
 
------------------------------------------------------------------*/

body {
	color: #6a3906;
	min-width: 1000px;
	position: relative;
	min-height: 1000px;
	line-height: 150%;
	background: #fff;
}
.alphaOver a:hover img {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: .7;
	opacity: .7;
	zoom: 1
}
a, a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: .7;
	opacity: .7;
	zoom: 1
}
header {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0;
	height: 200px;
	background: url(../img/headBG.jpg) repeat-x center top;
}

div.drawr{
	background:url(../img/nav_bg.png) repeat;
	padding: 15px 0;
	margin-top: 22px;
}
#gnav {
	width: 1000px;
	margin: 0px auto;
}
.dropmenu:before, .dropmenu:after {
	content: "";
	display: table;
}
.dropmenu:after {
	clear: both;
}
.dropmenu li {
	position: relative;
	width: auto;
	float: left;
	margin-right:49px;
	padding: 0;
}
.dropmenu li:last-child{margin-right:0px;}
.dropmenu li a {
	display: block;
	height:23px;
	color:#6a3906;
}
.dropmenu li:hover{ opacity:0.5;}

#gnav_sp, #sp_navbtn {
	display: none;
}
#pnav {
	width: 1000px;
	margin: 30px auto 15px auto;
	font-size: 13px;
}
#pnav li {
	float: left;
	margin-right: 10px;
}
#pnav li a {
	color: #555;
}
#pnav li:before {
	margin-right: 4px;
	content: " > ";
}
#pnav li:first-child:before {
	/* 最初のliだけcontentを消す */
	content: "";
}
#pnav li span {
	color: #f19149;
}
@media screen and (max-width: 480px) {
	html{ overflow: auto;
  height: 100%;}
body {
	min-width: 320px;
	width: 100%;
	position: relative;
	min-height: 500px;
	overflow: hidden;
}
header {
	width: 100%;
	height: 70px;
	z-index: 9900;
	margin: 0 auto;
	position: fixed;
	left: 0;
	padding: 0;
	right: 0;
	background-size: auto 70px;
	background-color: #fff;
}
header h1 {
	width: 100%;
	height: 70px;
	top: 5px;
	left: -48%;
	margin: 0;
	padding: 0 0 0 50%;
	position: absolute;
	float: none;
}
header h1 img{ height:50px; width:auto;}

#gnav_sp {
	display: block;
}
#sp_navbtn {
	display: block;
	width: 40px;
	height: 40px;
	padding: 3px;
}
.btn {
	position: absolute;
	top: 8px;
	left: 10px;
	cursor: pointer;
	z-index: 100;
}
.menu-trigger, .menu-trigger span {
	display: inline-block;
	transition: all .4s ease-out;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 34px;
	height: 32px;
}
.menu-trigger span {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 4px;
	background-color: #000;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0px;
}
.menu-trigger span:nth-of-type(2) {
	top: 14px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0px;
}
.menu-trigger.active {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(14px) rotate(-45deg);
	transform: translateY(14px) rotate(-45deg);
	background-color: #000;
}
.menu-trigger.active span:nth-of-type(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
	background-color: #000;
}
.menu-trigger.active span:nth-of-type(3) {
	opacity: 0;
}
div.drawr {
	display: none;
	background-image: none;
	background-color: #cfa972;
	position: absolute;
	top: 0px;
	left: 0;
	max-width: 350px;
	min-width: 320px;
	padding: 60px 0 20px 0px;
	z-index: 99;
	color: #6a3906;
	margin-top: 0;
}
#gnav {
	max-width: 350px;
	min-width: 320px;
	margin: 0px;
	letter-spacing: 0.05em;
	background: none;
	overflow: hidden;
}
.dropmenu:before, .dropmenu:after {
	content: "";
	display: block;
}
.dropmenu:after {
	clear: both;
}
.dropmenu li {
	position: relative;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	text-align: left;
	background:none !important;
	text-indent:0;
}
.dropmenu li a {
	display: block;
	margin: 0;
	padding: 5px;
	background: none;
	color: #6a3906;
	font-size: 16px;
	line-height: 24px;
	text-indent: 0px;
	text-decoration: none;
}

.dropmenu li:hover > a {
	background: none;
}
.dropmenu li a:hover {
	background: #333;
}
#gnav ul {
	visibility: visible;
	perspective: none;
}


#gnav li a {
	display: block;
	text-align: left;
}
#gnav li a:hover {
	background: none;
	color: #f19149;
}

#gnav li {
	max-width: 350px;
	min-width: 320px;
	text-align: left;
	border-top: solid 1px #434343;
	background-image:none;
}
#gnav li:last-child {
	border-bottom: solid 1px #434343;
}
#gnav li a {
	color: #6a3906;
	display: block;
	padding: 15px 20px;
}
#gnav li a.tel {
	color: #fff100;
}
.backbg {
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 300%;
	overflow: hidden;
	display: none;
	top: 0px;
	position: fixed;
}
#pnav {
	display: none;
}
.fiximg img{width: 100%; height:auto;}
}
#contents {
	width: 100%;
	position: relative;
	
}
 @media screen and (max-width: 480px) {
#contents {
	width: 100%;
	position: relative;
	top: 55px;
	background:none;
	padding-top: 10px;
}

}
#page-top {
	position: fixed;
	bottom: 50px;
	right: 30px;
	font-size: 77%;
	/*display: none;*/
	z-index: 5000;
}
#page-top a {
	background-color: rgba(178,136,80,0.7);
	background-image: url(../img/pagetop_arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000;
	width: 51px;
	height: 51px;
	text-align: center;
	display: block;
	border-radius: 50px;
}
#page-top a:hover {
	text-decoration: none;
	background-color: rgba(178,136,80,0.3);
	color: #f19149;
}
/*footer*/
footer {
	position: relative;
	background: url(../img/footer_bg.png) repeat;
	padding: 35px 0 110px;
	color: #482704;
	width: 100%;
}
footer a:link, footer a:visited, footer a:active {
	color: #482704;
}
footer .footInner {
	width: 925px;
	margin:0 auto 10px auto;
	height: auto;
	padding:5px 0;
	font-size:13px;
}

footer .copyright {
	text-align: left;
	font-size: 12px;
	padding-top: 10px;
	width: 1000px;
	margin: 0px auto;
}
 @media screen and (min-width: 481px) {
.sp {
	display: none;
}
.pc {
	display: block;
}
}
@media screen and (max-width: 480px) {
.sp {
	display: block;
}
.pc {
	display: none;
}
#page-top{ display:none;}
footer {
	position: relative;
	padding: 10px 0;
	color: #482704;
	margin-top: 50px;
	width: 100%;
}
footer .footInner{ display:none;}
footer .copyright {
	width:100%;
	text-align: center;
	font-size: 12px;
	padding-top:5px;
	line-height:15px;
	color:#482704;
}
}



.acBtn{ display:none;}
 @media screen and (max-width: 480px) {
	 .accontents{display:none;}
	 .acBtn{
	display: block;
	padding: 5px 0;
	width: 98%;
	margin: 5px auto 20px auto;
	color: #000;
	background: #FFF url(../img/acBtn_bg.png) no-repeat 95% center;
	border: #999 1px solid;
	
	background-size: 25px 25px;
	font-family: Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: normal;
	text-align: center;
} 
 }
