@charset "UTF-8";

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-image: url(../../img/space.gif);
}
table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-image: url(../../img/space.gif);
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
	background-image: url(../../img/space.gif);
}
a {
	outline: none;
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
img , iframe { vertical-align: bottom; }
* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}
.Clear { clear: both; }
.PcNo { display: none; }

* {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			 -o-box-sizing: border-box;
			-ms-box-sizing: border-box;
					box-sizing: border-box;
}


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*------------body---------------------------------------------------------------*/
html { height: 100%; }
body {
	height: 100%;
	background-color: #005c00;
	overflow-y: scroll;
	line-height: 1.55;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Arial, Roboto, Verdana, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 16px;
	color: #fff;
}

div#PageTop a {
	display: block;
	width: 38px;
	height: 143px;
	background: url(../../img/pagetop.png) no-repeat left top;
	position: fixed;
	bottom: 1%;
	right: 0;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	z-index: 200;
}


/*------------Header---------------------------------------------------------------*/
div#Header {
	position: relative;
	width: 100%;
	min-height: 650px;
	background: url(../../img/header_bg.jpg) no-repeat center center;
	background-size: cover;
}
div#Header h1 a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}


/*------------Global------------------------------------------------------------*/
.IsFixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}
div#Global {
	width: 100%;
	background: #603813;
}
div#Global ul {
	width: 100%;
	padding: 0.8em 0;
	list-style: none;
	text-align: center;
	color: #fff;
}
div#Global ul:before,
div#Global ul:after {
	font-weight: bold;
	content: "＝";
}
div#Global ul li {
	position: relative;
	display: inline-block;
}
div#Global ul li:after {
	position: absolute;
	display: inline-block;
	content: "";
	width: 0.1em;
	height: 0.8em;
	background-color: #fff;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
div#Global ul li:nth-last-of-type(1):after { display: none; }
div#Global ul li a {
	position: relative;
	display: inline-block;
	z-index: 2;
	padding: 0.5em 1em;
	font-weight: bold;
	color: #fff;
}
div#Global ul li a:hover {
	text-decoration: none;
	color: #ff0;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


/*------------Contents---------------------------------------------------------------*/
div#Contents {
	position: relative;
	width: 100%;
	padding: 60px 0 140px;
}

/*------------Main------------------------------------*/
div#Main {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}


/*------------Title------------------------------------*/
div#Title {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.2;
	color: #fff;
}
div#Title h2 {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 35px;
	background: url(../../img/line.png) no-repeat center bottom;
	line-height: 1.2;
	text-align: center;
	font-size: 3.75em;
	font-weight: bold;
	color: #ffc900;
}

/*------------InBox------------------------------------*/
div.InBox {
	width: 980px;
	margin: -100px auto 60px;
	padding: 100px 0 60px;
	overflow: hidden;
}
section:nth-last-of-type(1) div.InBox {
	margin-bottom: 0;
	padding-bottom: 0;
}
div.InBox table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #bfbfbf;
}
div.InBox table tr th {
	width: auto;
	padding: 10px 20px;
	background-color: #603813;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
}
div.InBox table tr td {
	width: auto;
	padding: 10px 20px;
	border-left: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
}
div.InBox h3 {
	margin-bottom: 10px;
	line-height: 1.2;
	letter-spacing: 0.04em;
	font-size: 2em;
	font-weight: bold;
	color: #ffc900;
}
div.InBox p + p { margin-top: 0.8em; }
div.Inner {
	width: 100%;
	margin: 20px 0 40px;
	overflow: hidden;
}
div.Inner:nth-last-of-type(1) { margin-bottom: 0; }

/*------------Footer---------------------------------------------------------------*/
div#Footer {
	padding-top: 70px;
	background-color: #fff;
	font-size: 0.75em;
	color: #2a2b2b;
}
/*------------FooterAdd------------------------*/
div#FooterAdd {
	width: 100%;
	overflow: hidden;
}
div#FooterAdd h2 {
	width: 244px;
	margin: 0 auto;
}
div#FooterAdd h2 a {
	display: block;
	height: 110px;
	background-image: url(../../img/foter_logo.png);
	background-position: left center;
	background-repeat: no-repeat;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#FooterAdd dl#FooterTel {
	width: 200px;
	margin: 15px auto 0;
}
div#FooterAdd dl#FooterTel dt { display: none; }
div#FooterAdd dl#FooterTel dd span,
div#FooterAdd dl#FooterTel dd a {
	display: block;
	height: 22px;
	background: url(../../img/tel.png) no-repeat left top;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
/*------------FooterTxt------------------------*/
div#FooterTxt {
	width: 100%;
	margin-top: 25px;
	text-align: center;
}
div#FooterTxt * { display: inline; }
div#FooterTxt h2,
div#FooterTxt p,
div#FooterTxt dl dd { margin-right: 1em; }
div#FooterTxt dl dd:nth-last-of-type(1) { margin-right: 0; }
div#FooterTxt br { display: none; }
div#FooterTxt a { color: #fff; }
/*------------address------------------------*/
div#Footer p#FooterTime {
	margin-top: 0.35em;
	text-align: center;
}
div#Footer p#FooterTime strong {
	display: inline-block;
	margin-right: 1em;
	padding: 0.15em 0.25em 0.05em;
	background-color: #005c00;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	color: #fff;
}
div#Footer address {
	margin-top: 10px;
	padding-bottom: 50px;
	text-align: center;
}