header{
	position: fixed;
	background: white;
	z-index: 1000;
}
header h1 img{
	margin: 10px auto 15px;
}
.container header .navbar-collapse{
	margin-right: 0px;
	margin-left: 0px;
}

.main_content{
	padding-top: 134px;
}
.center{
	margin: 20px auto 25px;
	padding: 0 10px;
}
.sttl img{
	margin: 0 auto 35px;
}
.g_nav{
	border-top: 4px solid #b8a175;
	border-bottom: 4px solid #b8a175;
	width: 100%;
	overflow: hidden;
}
.nav01{
	width: 100%;
	padding: 10px 0;
	display: table;
	overflow: hidden;
}
.nav01 li{
	display: table-cell;
	letter-spacing: 0;
	padding: 0 10px;
	text-align: center;
	border-right: 1px solid #b8a175;
}
.g_nav li:first-child{
	border-left: 1px solid #b8a175;
}
.nav01 li a{
	color: #666666;
	display: block;
	font-size: 12px;
	text-decoration: none;
}
.font_color a{
	color: #996633 !important;
	font-weight: bold;
}


.content{
	background: url(../images/border_content.jpg) repeat-x;
	padding-top: 40px;
}

.news{
	width: 75%;
	margin: 0 auto;
	padding-bottom: 61px;
}
.news dl{
	margin-bottom: 5px;
}
.news dt{
	float: left;
	width: 100px;
	line-height: 20px;
}
.news dd{
	line-height: 20px;
}
.news a{
	color: black;
	text-decoration: underline;
}

.content p{
	font-size: 14px; 
	padding-bottom: 70px;
	line-height: 26px;
}

.concept{
	padding-bottom: 60px;
}
.color_brown{
	color: #b6a074;
}

.option_content{
	max-width: 880px;
	margin: 0 auto;
}
.option_content ul{
	overflow: hidden;
}
.option_content p{
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0;
}
.option_content img{
	margin-bottom: 20px;
}
.border{
	border-top: 1px solid #b8a175;
}
.price p{
	padding-bottom: 30px;
	letter-spacing: 0;
}
.info a{
	color: black;
}
.info img{
	margin-top: 130px;
}
.copyright{
	font-size: 10px !important;
}
.navbar_close{
	background: #aa804f;
}
.navbar_close a{
	color: white !important;
}



@media(max-width:1000px){
.nav01 li a{
	font-size: 11px;
	letter-spacing: 0;
}

}

@media(max-width:768px){
.content p{
	padding: 0 20px;
}

.sttl img{
	margin: 0 auto 20px;
}
header h1 img{
	max-width: 100%;
	width: 120px;
	margin: 5px auto 10px;
}
header .navbar-toggle{
 top: 20px;
}
.main_content{
	padding-top: 64px;
}
.g_nav{
	border: none;
	background: white;
}
.nav01{
	display: inherit;
	border: none;
	overflow: visible;
}
.nav01 li{
	display: inherit;
	border: none;
	text-align: left;
	font-size: 14px;
	border-bottom: 1px solid #aa804f;
}
.nav01 li a{
	padding: 8px 0;
	color: black;
	-webkit-touch-callout:none;
    -webkit-tap-highlight-color:#eee;
}
.nav01 li:first-child{
	border-left: none;
	border-top: 1px solid #aa804f;
}
.content p{
	font-size: 12px;
	line-height: 20px;
}
.option_content li{
	padding: 0;
}
.sp_flow{
	background: #fdfcf8;
}
.sp_flow p{
	color: #323333;
	font-size: 12px;
	text-align: center;
	padding: 10px 30px;
}
.info img{
	margin-top: 0;
}

}