@charset "utf-8";

/* format.css */

/*--------------------------------------------------
+: format
==================================================*/
html
{
	
}

body
{
	color:#000;
	/*font-family:Verdana,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック",sans-serif;*/
	font-family:"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 ProN", "Hiragino Mincho ProN", Verdana,"メイリオ",Meiryo, serif;
}

p a,
p a:link
{
text-decoration:underline;
color:#333;
}

p a:hover
{
text-decoration:none;
color:#333;
}

p a:visited
{
color:#333;
}

img {
	max-width:100%
}

.brown
{
	color:#c8a063;
}

/*--------------------------------------------------
+: header
==================================================*/
header {
	position:fixed;
	z-index:80;
	text-align:left;
	width:94%;
	margin-left:3%;
}
header #header_container{
	padding:10px 0 5px;
		overflow:hidden;
	background-color: rgba(0,43,19,1);
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow:0 -2px 10px black;

}

header h1{
	margin:0 !important;
}

header #logo{
	margin:18px 0;
}

header ul{
	padding:0;
	margin:15px 0;
	list-style:none;
}

header li{
	padding:5px 8px;
	margin:0;
	display:inline-block;
	font-size:12px;
	border-right:1px solid rgba(255,255,255,0.3);
}

header li:first-child{
	border-left:1px solid rgba(255,255,255,0.3);
}

header li a{
	color:#fff;
}

header #panflet a{
	padding:10px 40px;
	margin:15px 0 0;
	font-size:18px;
	box-shadow:0px 0px 3px black;
}

/*--------------------------------------------------
+: sp_nav
==================================================*/
#menu
{
	position:absolute;
	right:10px;
	/*top:20px;*/
}

#menu a
{
	width:30px;
	height:30px;
	padding:10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:#9B9875;
}

#build-menu
{
	background-color:#333;
}

#build-menu ul
{
	padding:0;
	list-style:none;
}

#build-menu li
{
	list-style:none;
	border-bottom:1px solid #111;
}

#build-menu li a
{
	padding:10px 0 10px 10px;
	color:#fff;
	display:block;
	border-bottom:1px solid #555;
}

/*--------------------------------------------------
+: Drawer Slide Menu
==================================================*/

#build-menu-page {
  left: 0;
  position: relative;
}

#build-menu {
	visibility: visible;
	z-index: 0;
	opacity: 1;
	-webkit-transform: none;
	display: none;
	width: 260px;
  padding: 0;
  position: static;
  z-index: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  left: 0;
  float:right;
}

.build-menu-animating #build-menu-page {
	position: fixed;
	overflow: hidden;
	width: 100%;
	top: 0;
	bottom: 0;
}

.build-menu-animating.build-menu-close #build-menu-page,
.build-menu-animating.build-menu-open #build-menu-page {
	-webkit-transition: -webkit-transform 250ms;
}

.build-menu-animating.build-menu-open #build-menu-page {
	-webkit-transform: translate3d(0, 0, 0);
}

.build-menu-animating #build-menu { display: block }

.build-menu-open #build-menu {
	display: block;
	-webkit-transition-delay: 0ms, 0ms, 0ms;
}

.build-menu-open #build-menu,
.build-menu-close #build-menu {
	-webkit-transition: -webkit-transform 250ms, opacity 250ms, visibility 0ms 250ms;
}



/*--------------------------------------------------
+: article
==================================================*/
article
{
}

.section{
	width:100%;
	min-height:700px;
	overflow:hidden;
	position:relative;
}

@media (max-width: 768px)
{
.section{
	min-height:inherit;
}
}
 
.layer
{
	overflow:hidden;
	padding-top:58px;
	margin-bottom:80px;
}
/*.layer:after {
	content: url(../images/top/h2_bg2.png);
	position:absolute;
	bottom:0;
	left:50%;
	margin-left: -172px;
}
*/
#section1ex .layer
{
	padding-top:0;
	margin-bottom:0;
}
/*#section5 .layer{
	padding-top:200px;
}*/


#section8 .layer:after {
	content:""; 
}

@media (max-width: 768px)
{
 .layer:after {
	content:""; 
}
 #section1ex .layer {
	padding-top:0;
	margin-bottom:0;
}
}


.section h2
{
	padding:10px 0 0;
	margin:0;
	color:#fff;
	font-size:28px;
	background:#002b13;
	text-align:center;
	z-index:2;
}

.section h2:after {
	content: url(../images/top/h2_bg.png);
	position:absolute;
	top:38px;
	left:50%;
	margin-left: -172px;
}

.section h3.h-primary
{
	padding:10px;
	margin:0 0 30px;
	font-size:36px;
	text-align:center;
}


@media (max-width: 768px)
{
.section h2:after {
	content:""; 
}
}
 
.section p
{
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.box
{
	margin-bottom:10px;
	padding:10px;
	background-color: rgba(0,0,0,0.8);
	color:#fff;
	overflow:hidden;
}

.box.white
{
	background-color: rgba(255,255,255,1);
	color:#333;
}

.box.brown
{
	background-color:#2b1200;
	color:#fff;
}

.box.texture01
{
	background-image:url(../images/top/bg4.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	color:#222;
}

.box .box_border_inner
{
	padding:20px;
	overflow:hidden;
	border:1px solid #b6935d;
}

.box.texture01 .box_border_inner
{
	background-color: rgba(255,255,255,0.6);
	overflow:hidden;
}

.box h4
{
	font-size:36px;
	color:#b6935d;
}

.box p
{
	font-size:14px;
}

.box h5
{
	font-size:22px;
}

.box h6
{
	font-size:18px;
}

.box h5.bg-primary
{
	padding:10px 15px;
}

.box .btn
{
	font-size:16px;
}








/*--------------------------------------------------
+: footer
==================================================*/
footer{
	position:fixed;
	z-index:90;
	text-align:left;
	width:100%;
	bottom:0;
	padding:10px 0 5px;
	overflow:hidden;
	background-color: rgba(0,43,19,1);
}

/*--------------------------------------------------
+: margin
==================================================*/
.mb_5 {
	overflow:hidden;
	margin-bottom:5px;
}
.mb_10 {
	overflow:hidden;
	margin-bottom:10px;
}
.mb_15 {
	overflow:hidden;
	margin-bottom:15px;
}
.mb_20 {
	overflow:hidden;
	margin-bottom:20px;
}
.mb_30 {
	overflow:hidden;
	margin-bottom:30px;
}
.mb_40 {
	overflow:hidden;
	margin-bottom:40px;
}
.mb_50 {
	overflow:hidden;
	margin-bottom:50px;
}

.mb_150 {
	overflow:hidden;
	margin-bottom:150px;
}

.mt_100 {
	overflow:hidden;
	margin-top:100px;
}

td,th
{
	padding:10px;
}

th
{
	white-space:nowrap;
}

hr
{
	border-top-color:#A19A7E;
}