/* CSS Document */

.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb100 { margin-bottom: 100px !important; }

.center { text-align: center; }
.relative { position: relative; }
p { }
li { list-style: none; }
a { text-decoration: none; color: #595757; }
a:hover { text-decoration: none !important; color: #CEA972 !important; }
/*
a:hover { text-decoration: none; opacity: 0.7; filter: alpha(opacity=70); }
*/
a, a img,input.btn, .gnav a {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}
a:hover img { opacity: 0.5; }
a.o0:hover img { opacity: 0; }
.o1 a:hover, .o1 a:hover img, a.o1:hover, a.o1:hover img { opacity:1; }

.sw a:hover, a.sw:hover { opacity: 1; }
.sw a:hover img, a.sw:hover img { opacity: 0; }

.noborder { border: none !important; }
.nomargin { margin: 0 0 !important; }
.nomr { margin-right: 0 !important; }

.ta_r { text-align: right; }
.ta_c { text-align: center; }
.tac { text-align:center; }

.cf:before,.cf:after { content:""; display:table; }
.cf:after { clear:both; }
.cf { zoom:1; }

.po_re { position: relative; }
.t0r0 { position: absolute; top: 0; right: 0;}
.t0l0 { position: absolute; top: 0; left: 0;}

.left { float:left; }
.right { float:right; }

.bgo a:hover { opacity: 1; }
.bgo a:hover img { opacity: 0.5; }

body {
	font-size: 12px;
	color: #595757;
	background-color: #E5D9C2 !important;
	line-height: 1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wrp { width: 1020px; margin: 0 auto; }

.header { position: relative; margin-bottom: 20px; }
.header .h_logo { position: absolute; bottom: 12px; left: 0; }

.gnav { width: 100%; height: 60px; margin-bottom: 20px; }
.gnav ul {
	width: 1020px;
	height: 60px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background: url(../images/gnav.jpg) no-repeat 0 -60px;
}
.gnav ul:after {
	content: '';
	display: block;
	width: 1020px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.gnav li { display: inline-block; *display: inline; *zoom: 1; height: 60px; width: 138px; margin-right: 9px; }
.gnav li a {
	display: block;
	width: 0;
	height: 0;
	padding-top: 60px;
	padding-left: 138px;
	overflow: hidden;
	background: url(../images/gnav.jpg) no-repeat 0 0;
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}
.gnav li.gn1 a { background-position: 0 0; }
.gnav li.gn2 a { background-position: -147px 0; }
.gnav li.gn3 a { background-position: -294px 0; }
.gnav li.gn4 a { background-position: -441px 0; }
.gnav li.gn5 a { background-position: -588px 0; }
.gnav li.gn6 a { background-position: -735px 0; }
.gnav li.gn7 a { background-position: -882px 0; }
.gnav li.gn7 { margin-right: 0; }
.gnav li a:hover, .gnav li.active a { opacity: 0; }



.rsv_wrp {
	width: 1020px;
	height: 80px;
	background: url(../images/rsv_bg.jpg) no-repeat 0 0;
	position: relative;
	color: #fff;
	margin-bottom: 60px;
}
.rsv_wrp .r1 { position: absolute; top: 15px; left: 180px; }
.rsv_wrp .r3 { position: absolute; top: 50px; left: 180px; }
.rsv_wrp .r2 { position: absolute; top: 15px; left: 480px; }
.rsv_wrp .r4 { position: absolute; top: 50px; left: 480px; }
.rsv_wrp .r7 {
	display: block;
	width: 150px;
	height: 50px;
	background: url(../images/rsv_btn_on.jpg) no-repeat 0 0;
	position: absolute;
	top: 15px;
	right: 250px;
}
.rsv_wrp .r7 input {
	background: url(../images/rsv_btn.jpg) no-repeat 0 0;
	display: block;
	border: none;
	width: 0;
	height: 0;
	padding: 50px 0 0 150px;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}
.rsv_wrp .r7 input:hover { opacity: 0; }
.rsv_wrp .r7:before {
	content: '';
	display: block;
	height: 50px;
	width: 1px;
	position: absolute;
	top: 0;
	left: -30px;
	background-color: #fff;
}
.rsv_wrp .r7:after {
	content: '';
	display: block;
	height: 50px;
	width: 1px;
	position: absolute;
	top: 0;
	right: -30px;
	background-color: #fff;
}
.rsv_wrp .r8 { position: absolute; top: 15px; right: 40px; }
.rsv_wrp .r8 a {
	display: block;
	background-color: #815020;
	color: #fff !important;
	text-decoration: none !important;
	width: 150px;
	text-align: center;
	padding: 2px 0;
}
.rsv_wrp .r8 a:nth-child(1) { margin-bottom: 5px; }
.rsv_wrp .r8 a:hover { background-color: #E5D9C2; color: #5C3723 !important; }










article { width: 1020px; margin: 0 auto; }



.totop { width: 1020px; margin: 0 auto; }
.totop a { width: 160px; height: 30px; display: block; position: relative; margin: 0 0 0 auto; }
.totop a:hover, .totop a:hover img { opacity: 1; }

.footer { width: 100%; background-color: #40210F; padding: 30px 0; color: #fff; }
.footer .inner { width: 1020px; height: 240px; margin: 0 auto; position: relative; }
.footer a { color: #E5D9C2; }
.footer .fnav li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border-right: 1px solid #fff;
	padding-right: 10px;
	margin-right: 10px;
	line-height: 1;
}
.footer li.noborder { border: none; }
.footer .f_logo { display: block; position: absolute; left: 0; bottom: 80px;}
.footer .f_btn { position: absolute; top: 0; right: 0; width: 360px; height: 50px; }
.footer .f_btn { display: block; width: 360px; height: 50px; background: url(../images/f_btn_on.jpg) no-repeat 0 0;}
.footer .f_tel { position: absolute; bottom: 0; right: 0; }




.col2,.col3,.col4 { width: 1020px; }
.col2 li, .col3 li, .col4 li { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }
.col2 li:nth-child(2n) { margin-right: 0 !important; }
.col3 li:nth-child(3n) { margin-right: 0 !important; }
.col4 li:nth-child(4n) { margin-right: 0 !important; }
.col2 li { width: 502px; margin-right: 16px; }
.col3 li { width: 328px; margin-right: 18px; margin-bottom: 40px; }
.col4 li { width: 230px; margin-right: 20px; }

.ban_wrp { margin-bottom: 40px; }
.rtban_box { width: 1020px; background: url(../images/bn_bg.jpg) no-repeat center bottom; margin-bottom: 20px; text-align: center; }

.btn_totop { margin-top: 10px; margin-bottom: 80px; text-align: right; }
.btn_totop.mt-30 { margin-top: -30px;}

.btn_totop a:hover, .btn_totop a:hover img { opacity: 1; }













