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



　base.css



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



/* font */
body {
	font-family : "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #3F1F00;
	font-size: 12px;
	line-height: 1;
	background-color: #F4F1E0;
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1;
}
address, em {
	font-style: normal;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style: normal;
}
a:link, a:visited {
	color: #333;
	text-decoration: none;
}
.rel {
	position: relative;
}
/* layout
-------------------------------------------------- */

#wrapper {
}
article {
	padding-bottom: 40px;
}
.container {
	padding-left: 10px;
	padding-right: 10px;
}
section p {
	line-height: 1.7;
}



/* header
-------------------------------------------------- */

header {
	position: relative;
	background: url(../img/bg_h.jpg);
	margin-bottom: -1px;
	z-index: 1;
}
header h1 {
	float: left;
	padding: 13px 0 10px 10px;
}
header .flR {
	float: right;
	display: block;
	width: 28%;
	height: auto;
	max-width: 70px;
	margin: 10px 10px 0;
}


/* gNavi
-------------------------------------------------- */
#gnav {
	clear: both;
	background-size: auto 2px;
}
/*#gnav {
	clear: both;
	background: url(../img/border_h_01.png) repeat-x top left,url(../img/border_h_01.png) repeat-x bottom left;
	background-size: auto 2px;
}*/
#gnav ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#gnav li {
	display: table-cell;
	vertical-align: middle;
	font-size: 0;
	background: url(../img/border_h_02.png) no-repeat left center;
	background-size: 2px auto;
}
#gnav li:first-child {
	background: none;
}
#gnav li a {
	display: block;
	padding: 16px 0;
	text-align: center;
}


/* contents
-------------------------------------------------- */

#pagetit {
	position: relative;
	width: 100%;
}
#pagetit h2 {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}
#pagetit h2 img {
	vertical-align: middle;
}

.tab.ul-table {
	table-layout: fixed;
	width: 100%;
}
/* table */

table.table {
	width: 100%;
}
.table th,  .table td {
	padding: 8px 10px;
	border: 1px solid #CAB588;
}
.table th {
	white-space: nowrap;
	padding: 8px 5px;
	font-weight: bold;
}

.btn2{
	padding:0 10px;
	margin:40px 0 -20px;
}


/* box slider
-------------------------------------------------- */

.bx-wrapper {
	position: relative;
}
.bx-wrapper img {
	width: 100%;
	height: auto;
}
.bx-pager {
	position: relative;
	z-index: 5555;
	width: 100%;
	margin: 8px 0 15px;
	text-align: center;
}
.bx-pager-item {
	display: inline-block;
}
.bx-pager-item a {
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	border-radius: 10px;
	background: #663300;
	line-height: 1;
	text-indent: -9999px;
	opacity: .4;
}
.bx-wrapper .bx-pager-item a.active {
	opacity: 1;
}
.bx-controls-direction a {
	position: absolute;
	z-index: 8888;
	top: 50%;
	margin-top: -28px;
	background-size: 15px !important;
	width: 15px;
	height: 40px;
	text-indent: -9999px;
}
.bx-controls-direction a.bx-prev {
	left: -7px;
	background: url(../img/btn_prev.png);
}
.bx-controls-direction a.bx-next {
	right: -7px;
	background: url(../img/btn_next.png);
}


/* footer
-------------------------------------------------- */

footer {
	position: relative;
	margin-bottom: 50px;
	padding: 30px 0 10px;
	background: url(../img/bg_f.jpg) no-repeat center top #371B00;
	background-size: cover;
}
footer h1 {
	text-align: center;
}
footer address {
	color: #fff;
	margin-top: 20px;
	font-size: 11px;
	text-align: center;
	line-height: 1.6;
}
footer address a {
	color: #fff !important;
}
footer #copy {
	display: block;
	width: 100%;
	margin-top: 15px;
	padding: 8px 0;
	color: #F4F1E0;
	text-align: center;
	font-size: 8px;
}
footer .bottom {
}
footer .bottom a {
	display: block;
	padding: 15px 0;
	background: #547C31;
	text-align: center;
	line-height: 1;
}
#f_btm {
	position: fixed;
	display: table;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: url(../img/bg_f_02.jpg);
	z-index: 9999;
}
#f_btm a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: url(../img/border_f.png) no-repeat right center;
	background-size: 2px auto;
}
#f_btm a:nth-child(1){
	width: 43%;
}
#f_btm a:nth-child(2) {
	width: 37%;
}
#f_btm a:last-child {
	border-right: none;
	width: 20%;
	background:none;
}