@charset "utf-8";

/************************************************************
 * reset css
 ************************************************************/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td { margin:0; padding:0; }
html { overflow-y:scroll; }
h1, h2, h3, h4, h5, h6, td, input { font-size:100%; font-weight:normal; }
ol, ul { list-style:none; }
fieldset, img { border:0; }
caption, th { text-align:left; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; }
a img, li img { vertical-align:bottom; }

/* html5 */
article, aside, figure, footer, header, hgroup, nav, section { display:block; margin:0; padding:0; }

/************************************************************
 * contents
 ************************************************************/

*{
	box-sizing: border-box;
}

body {
	background:#fafafa;
}

a {
}

a:hover {
}

h1 {
	font-size: 10px;
	font-weight: bold;
}

h2 {
}

h3 {
}


p {
}

table {
	border-collapse: collapse;
	}

.main-color {
	color: #BA8F26;
}

.wrap{
	border-top: 3px solid #BA8F26;
	margin: 0 auto;
	overflow: hidden;
}

.menu-list li {
	font-size: 12px;
	border-bottom: 1px solid #eee;
	padding: 5px 10px;;
}

.text-right {
	text-align: right;
}
/*--------------
	#header
----------------*/


.header .phone p{
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
}


/*--------------
	.image_area
----------------*/
.main-image{
	width: 100%;
	text-align: center;
	overflow:hidden;
	padding-bottom: 20px;
}

.main-image img{
	width: 100%;
}

/*--------------
	.sub
/*--------------*/


.sub h3 {
	background: rgb(245,237,126);
background: linear-gradient(180deg, rgba(245,237,126,1) 0%, rgba(222,200,89,1) 35%, rgba(202,168,60,1) 100%);
}

.sub .prof {
	margin: 0 auto;
	margin-top: 10px;
	background: #f4f4f4;
	overflow: hidden;
	border: 1px solid #ccc;
}

.sub .prof h3{
	padding-left: 15px;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
}

.sub .prof ul li {
}

.sub .prof p {
	display: block;
	padding: 10px;
	text-decoration: none;
	line-height: 1.5;
	font-size: 13px;
	font-weight:bold;
	color: #333;
}


/*--------------
	#main
/*--------------*/



.main h3 {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-top: 2px solid #BA8F26;
	line-height: 35px;
	background: #f4f4f4 ;
	font-size: 14px;
	font-weight: bold;
	color: #BA8F26;
	overflow: hidden;
}

.main h4 {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
	border-left: 2px solid #BA8F26;
	font-size: 14px;
	font-weight: bold;
	color: #BA8F26;
	overflow: hidden;
}

.main h5 {
	font-size: 14px;
	font-weight: bold;
}
/*--------------
	.footer
----------------*/
.footer{
	overflow: hidden;
	background: #f2f2f2;
}

.copyright{
	font-size:12px;
	color:#bcbcbc;
	font-weight:bold;
	text-align:center;
	margin-top:30px;
}

/* gnav -------------------------------------*/

.gnav {

	background: rgb(245,237,126);
background: linear-gradient(180deg, rgba(245,237,126,1) 0%, rgba(222,200,89,1) 35%, rgba(202,168,60,1) 100%);
}

.gnav ul {
	margin-left: 15px;
	overflow: hidden;
}

.gnav li {
	display: inline-block;
}

.gnav a {
	display: inline-block;
	margin-left: 10px;
	padding-left: 15px;
	line-height: 42px;
	border-left: 1px solid #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
	color: #fff;
}

/* snav -------------------------------------*/

.snav {
	margin: 0 auto;
	overflow: hidden;
}

.snav ul {
	padding-bottom: 10px;
	overflow: hidden;
}

.snav ul h3{
	height: 35px;
	padding-left: 15px;
	line-height: 35px;
	background: rgb(245,237,126);
background: linear-gradient(180deg, rgba(245,237,126,1) 0%, rgba(222,200,89,1) 35%, rgba(202,168,60,1) 100%);
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
}

.snav ul li {
	background: #f4f4f4;
}

.snav ul li a:before {
	content: "▶";
		color: #BA8F26;
	font-size: 10px;
	line-height: 30px;
}

.snav a {
	display: block;
	height: 35px;
	padding-left: 15px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	line-height: 37px;
	background: url(../images/snav_icon.png) no-repeat 5px 12px;
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
	color: #333;
}

.sp-fnav {
	display: none;
}

/*--------------
	#main
----------------*/

.main .section{
	overflow: hidden;
	padding-bottom: 30px;
}

.main .section p{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	font-size: 13px;
	line-height: 1.8;
}

.main h2{
	height: 80px;
	margin-bottom: 15px;
	padding-left: 30px;
	line-height: 82px;
	background: url(../images/h2_bg.png) no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #BA8F26;
	overflow: hidden;
	border-radius: 5px;
}

.main .section02{
	margin-left: 10px;
	margin-bottom: 20px;
}

.main .section02 table{
	width: 580px;
}

.main .section02 table td{
	text-align: center;
}

.main .section03{
	text-align: center;
	margin-bottom: 20px;
}

/*--------------
	.photo01
----------------*/

.main .section .image-box img {
	width: 100%;
}

.contents_area {
	overflow: hidden;
}

.tbl-01 {
	width: 100%;
}

.tbl-01 th,
.tbl-01 td{
	padding: 5px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 13px;
}

.tbl-01 th{
	background: #f2f6f6;
}

.tbl-text-left th,
.tbl-text-left td{
	text-align: left;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.comment-box {
	font-size: 12px;
}

.inner{
	width:840px;
	margin-left:auto;
	margin-right:auto;
}
	
	
.container{
	width: 860px;
	margin: 0 auto;
	background: url(../images/container_bg.png) repeat-y center top;
	overflow: hidden;
}
	
	.header{
	height: 100px;
	overflow: hidden;
}

.header h1{
	width: 220px;
	margin-top: 20px;
	float: left;
	overflow: hidden;
}

.header .logo{
	width: 360px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	overflow: hidden;
}

.header .logo img{
	width: 180px;
}


.header .phone{
	width: 170px;
	margin-top: 20px;
	margin-left: 50px;
	float: left;
	overflow: hidden;
	font-size: 13px;
}

.header .phone p{
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
}
	
	.footer{
	height: 80px;
}

	.main{
	width: 620px;
	padding-top: 20px;
	min-height: 700px;
	margin-left: 30px;
	padding-bottom: 50px;
	float: left;
	overflow:hidden;
}
	.sub{
	width: 190px;
	float: left;
	overflow: hidden;
	padding-top: 20px;
}

.gnav {
	width: 840px;
	height: 40px;
	margin: 0 auto;
	overflow: hidden;
}
	

.main .photo01 {
	width: 320px;
	margin-bottom: 20px;
	float: left;
	margin-right: 20px;
	line-height: 2.2;
	overflow: hidden;
}

	.main .section .image-box {
	float: left;
	width: 280px;
}

