@charset "UTF-8";

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

　base.css

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

/* font */
body, 
button,
input,
select,
textarea {
	color: #3F1F11;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Arial, Helvetica, Verdana, sans-serif;
	-webkit-text-size-adjust:100%;
	line-height:1.6;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	line-height:1;
}
address, em {
	font-style: normal;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style:normal;
}
a:link, a:visited {
	color: #000;
}

/* form elements */
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle; 
}
button, input {
	line-height: normal;
}
input, select {
	vertical-align: middle;
}



/* layout
-------------------------------------------------- */
body {
	background:url(../img/bg_body.png) repeat-y;
	background-size:100%;
}
.container {
	padding-left:10px;
	padding-right:10px;
}
.logo a {
	display:block;
	text-indent:-9999px;
}


/* header
-------------------------------------------------- */
#header {
	border-top:3px solid #3E681C;
	background:url(../img/bg_header.png);
	background-size:contain;
}
#header h1 {
	float:left;
}
#header h1 a {
	background:url(../img/logo.png);
	background-size:173px;
	width:173px;
	height:52px;
}
#header .btn {
	float:right;
	padding:5px 5px 5px 0;
}


/* gNavi
-------------------------------------------------- */
/*
.gNavi {
	background:url(../img/bg_gnavi.png);
	background-size:100%;
	padding:10px 0;
}
.gNavi ul {
	width:100%;
}
.gNavi li {
	text-align:center;
	border-right:1px solid #2A091A;
	border-left:1px solid #7C6455;
}
.gNavi li:nth-child(1) {
	border-left:none;
}
.gNavi li:nth-child(4) {
	border-right:none;
}
.gNavi li a {
	display:block;
	height:30px;
	padding-top:3px;
}
*/
.gNavi {
}
.gNavi ul {
	background:url(../img/bg_gnavi.png);
	background-size:100% 50px;
}
.gNavi li {
	width:25%;
	text-align:center;
	border-right:1px solid #63320E;
	border-left:1px solid #DEAE8B;
}
.gNavi li:nth-child(4n+1) {
	border-left:none;
}
.gNavi li:nth-child(4n) {
	border-right:none;
}
.gNavi ul:nth-child(1) li {
	border-bottom:1px solid #EA955C;
}
.gNavi ul:nth-child(2) li {
	border-bottom:1px solid #612F0D;
}
.gNavi li a {
	display:block;
	height:50px;
	padding-top:18px;
}


/* contents
-------------------------------------------------- */
#contents {
	background:url(../img/bg_main01.png) no-repeat top;
	background-size:100%;
	padding:0 10px 30px;
}

/* table */
table.table {
	width:100%;
}
.table th,
.table td {
	padding:8px 10px;
	border:1px solid #CAB588;
}
.table th {
	background: url(../img/bg_th.png);
	background-size:21px;
	white-space:nowrap;
	padding:8px 5px;
	font-weight:bold;
}


/* pagetit
-------------------------------------------------- */
#mainimg {
	background-size: cover;
	background-position:50% 50%;
	padding:15px 0;
}


/* title
-------------------------------------------------- */
.tit01 {
	background:url(../img/bg_h3.png);
	background-size:100% 30px;
	height:30px;
	padding:8px 15px 0;
	margin-bottom:13px;
}
.tit02 {
	background:url(../img/bg_h4.png) no-repeat bottom;
	background-size:100%;
	padding-bottom:8px;
	margin-bottom:8px;
}


/* banner
-------------------------------------------------- */
.banner {
	margin:0 10px 15px;
}



/* Reservation
-------------------------------------------------- */
#reservation {
	margin:15px 0 0;
	background:url(../img/bg_footer.png) repeat-y;
	background-size:100%;
	border-bottom:3px solid #192306;
}
#reservation ul {
	border-spacing:5px;
	padding:5px;
}
#reservation .btn.tel {
	padding:0px 7px 10px;
}



/* box slider
-------------------------------------------------- */
.bx-wrapper {
	position:relative;
}

.bx-pager {
	/*
	position:absolute;
	z-index:9999;
	bottom:-25px;
	width:100%;
	*/
	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:#E4E1D2;
	line-height:1;
	text-indent:-9999px;
}
.bx-wrapper .bx-pager-item a.active {
	background:#B20000;
}

.bx-controls-direction a {
	position:absolute;
	z-index:8888;
	top:33%;
	margin-top:-20px;
	text-indent:-9999px;
	background-size:12px !important;
	width:12px;
	height:40px;
}
.bx-controls-direction a.bx-prev {
	left:-5px;
	background:url(../img/btn_prev.png);
}
.bx-controls-direction a.bx-next {
	right:-5px;
	background:url(../img/btn_next.png);
}



/* footer
-------------------------------------------------- */
#footer {
	padding-top:15px;
	background:url(../img/bg_footer.png) repeat-y;
	background-size:100%;
}

#footer .info {
	float:left;
	margin:0 0px 20px 10px;
	color:#fff;
	font-size:12px;
	line-height:1.6;
}
#footer .info h1 {
	margin-bottom:10px;
}
#footer .info a {
	color:#fff;
	text-decoration:none;
}

#footer .btn {
	float:right;
}
#footer .btn li {
	margin:0 8px 8px 0;
	text-align:center;
	line-height:1.3;
}
#footer .btn .text {
	text-align:left;
	padding:0 0 5px 9px;
	background:url(../img/mrk_link_f.png) no-repeat 0 6px;
	background-size:4px;
}
#footer .btn .text a {
	color:#fff;
	font-size:9px;
}

#footer .copy {
	display:block;
	clear:both;
	border-top:1px solid #162104;
	margin:0 10px;
	padding:10px 0;
	text-align:center;
	color:#fff;
	font-size:8px;
}

#footer .pagetop a {
	display:block;
	height:40px;
	padding-top:8px;
	text-align:center;
	background: #192406;
}







