@charset "utf-8";

/* ------------------------------------------------------------------------------------------ */

/*      common     */

/* ------------------------------------------------------------------------------------------ */

/* reset */
/* -------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}

html{
	overflow-y:scroll;
	width:100%;
	height:100%;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

img{
	border:0;
	line-height:0;
	vertical-align:bottom;
}

/* ------------------------------------------------------------------------------------------ */

/*      layout     */

/* ------------------------------------------------------------------------------------------ */

body{
	color:#000;
	font-size:14px;
	line-height:2em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	background:url(../img/back.png) repeat-x top center;
}

body#form{
	background:url(../img/back_form.png) repeat-x top center;
}

#contents_area01{
	width:980px;
	margin:0 auto 50px auto;
}

#contents_area02{
	box-sizing:border-box;
	width:980px;
	margin:0 auto 50px auto;
	padding:50px;
	background:#FFF;
	box-shadow:rgba(113, 135, 164, 0.3) 0px 0px 3px 1px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.3) 0px 0px 3px 1px;
	-moz-box-shadow:rgba(113, 135, 164, 0.3) 0px 0px 3px 1px;
}

.contents800{
	width:800px;
	margin:0 auto;
}

.left300{
	width:300px;
	float:left;
}

.left375{
	width:375px;
	float:left;
}

.left400{
	width:400px;
	float:left;
}

.left450{
	width:450px;
	float:left;
}

.left520{
	width:520px;
	float:left;
}

.left580{
	width:580px;
	float:left;
}

.left650{
	width:650px;
	float:left;
}

.left700{
	width:700px;
	float:left;
}

.right200{
	width:200px;
	float:right;
}

.right320{
	width:320px;
	float:right;
}

.right375{
	width:375px;
	float:right;
}

.right400{
	width:400px;
	float:right;
}

.right550{
	width:550px;
	float:right;
}

.right250{
	width:250px;
	float:right;
}

.right450{
	width:450px;
	float:right;
}

.info_frame{
	padding:25px 50px;
	border:1px solid #ccc;
	background:#EAEFF7;
}

#maps_area{
	width:100%;
	height:400px;
	overflow:hidden;
}

.maps_text{
	padding:5px 15px;
	line-height:1.5em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.maps_text h2{
	font-weight:normal;
	font-size:1.35em;
	padding-top:5px;
	margin-bottom:10px;
}

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

#header .inner{
	position:relative;
	width:980px;
	height:106px;
	margin:0 auto;
}

#logo{
	position:absolute;
	width:166px;
	height:72px;
	top:18px;
	left:0;
}

#tnavi{
	position:absolute;
	width:700px;
	top:13px;
	right:0;
	text-align:right;
	font-size:13px;
}

#tnavi li{
	margin-right:33px;
	display:inline;
	list-style:none;
}

#tnavi li:last-child{
	margin-right:0;
}

#tnavi li a{
	padding-left:14px;
	color:#333;
	background:url(../img/arrow01.png) no-repeat 0 3px;
	text-decoration:none;
}

#tnavi li a:hover,
#tnavi li.current a{
	color:#006400;
}

#header_add{
	width:350px;
	height:3em;
	position:absolute;
	top:50px;
	left:425px;
	line-height:1.4em;
	font-size:13px;
}

#btn_online{
	width:200px;
	height:2em;
	position:absolute;
	top:50px;
	right:0;
}

#btn_online a{
	padding:5px;
	display:block;
	text-decoration:none;
	background:#006400;
	text-align:center;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	box-sizing:border-box;
	border-radius:2px;
}

#btn_online a:hover{
	opacity:0.5;
}

/* gnavi */
/* -------------------------------------------------- */

#gnavi .inner{
	width:980px;
	height:59px;
	margin:7px auto 20px auto;
}

#gnavi .inner ul{
	position:relative;
	width:980px;
	height:59px;
}

#gnavi .inner ul li{
	position:absolute;
	height:59px;
	top:0;
	list-style:none;
}

#gnavi01{
	width:196px;
	left:0;
}

#gnavi02{
	width:196px;
	left:196px;
}

#gnavi03{
	width:196px;
	left:392px;
}

#gnavi04{
	width:196px;
	left:588px;
}

#gnavi05{
	width:196px;
	left:784px;
}

#gnavi ul li ul{
	width:300px !important;
	display:none;
	z-index:9999;
	border-top:1px solid #006400;
}

#gnavi ul li ul li{
	position:relative !important;
	box-sizing:border-box;
	width:250px;
	height:auto !important;
	border-bottom:1px solid #FFF;
}

#gnavi ul li ul li:last-child{
	border-bottom:none;
}

#gnavi ul li ul li a{
	padding:10px 20px;
	display:block;
	color:#FFF;
	text-decoration:none;
	text-align:left;
	background:#006400;
}

#gnavi ul li ul li a:hover{
	background:#FFF;
	color:#006400;
}

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

#footer{
	background:#006400;
	color:#FFF;
	line-height:2em;
}

#footer .inner{
	position:relative;
	width:980px;
	margin:0 auto;
	padding:35px 0 35px 0;
}

#footer .inner dt{
	font-size:18px;
	margin-bottom:5px;
}

#page_top{
	position:absolute;
	top:36px;
	right:0;
}

#page_top:hover{
	opacity:0.5;
}

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

.img_shadow{
	border:5px solid #FFF;
	box-shadow:rgba(113, 135, 164, 0.3) 0px 0px 3px 1px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.3) 0px 0px 3px 1px;
	-moz-box-shadow:rgba(113, 135, 164, 0.3) 0px 0px 3px 1px;
}

/* ------------------------------------------------------------------------------------------ */

/*      title heading     */

/* ------------------------------------------------------------------------------------------ */

.heading_lv02_01{
	margin-bottom:20px;
	padding-bottom:10px;
	font-size:28px;
	line-height:1.75em;
	border-bottom:3px solid #006400;
	font-weight:normal;
}

.heading_lv03_02{
	margin-bottom:10px;
	font-size:22px;
	line-height:1.75em;
	color:#006400;
}

.heading_lv03_03{
	background:#006400;
	padding:5px 15px;
	font-size:16px;
	line-height:1.75em;
	color:#FFF;
}

.heading_lv03_04{
	background:#006400;
	margin-bottom:20px;
	padding:5px 15px;
	font-size:22px;
	line-height:1.75em;
	color:#FFF;
}

.heading_lv03_05{
	background:#006400;
	margin-bottom:15px;
	padding:5px 15px;
	font-size:16px;
	line-height:1.75em;
	color:#FFF;
}

.heading_lv04_01{
	padding:3px 0px 5px 10px;
	border-left:3px solid #006400;
	border-bottom:1px solid #CCC;
	margin-bottom:15px;
	font-size:18px;
	line-height:1.75em;
}

.heading_lv04_02{
	margin-bottom:5px;
	font-size:16px;
	line-height:1.75em;
	color:#006400;
}

.titlebtn_area{
	position:relative;
}

.title_btn{
	width:120px;
	position:absolute;
	top:10px;
	right:0;
}

.title_btn a:hover{
	opacity:0.5;
}

#title_banner{
	box-sizing:border-box;
	width:980px;
	margin:0 auto 20px auto;
	border:5px solid #FFF;
	box-shadow:rgba(113, 135, 164, 0.3) 0px 0px 3px 1px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.3) 0px 0px 3px 1px;
	-moz-box-shadow:rgba(113, 135, 164, 0.3) 0px 0px 3px 1px;
}

/* ------------------------------------------------------------------------------------------ */

/*      table     */

/* ------------------------------------------------------------------------------------------ */

.table01{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #ccc;
}

.table01 th{
	padding:10px 15px;
	border-bottom:1px solid #ccc;
	white-space:nowrap;
	text-align:left;
	vertical-align:top;
	color:#006400;
	font-weight:normal;
}

.table01 td{
	padding:10px 15px;
	border-bottom:1px solid #ccc;
	vertical-align:top;
}

.table02{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #ccc;
}

.table02 th{
	padding:15px 40px;
	border-bottom:1px solid #ccc;
	white-space:nowrap;
	text-align:left;
	vertical-align:top;
	font-weight:bold;
	background:#EEF5EE;
}

.table02 td{
	padding:15px 40px;
	border-bottom:1px solid #ccc;
	vertical-align:top;
}

.table03{
	width:100%;
	border-collapse:collapse;
}

.table03 th{
	padding:10px 15px;
	border-bottom:1px solid #ccc;
	white-space:nowrap;
	text-align:left;
	vertical-align:top;
	color:#006400;
	font-weight:normal;
}

.table03 td{
	padding:10px 15px;
	border-bottom:1px solid #ccc;
	vertical-align:top;
}

.table04{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #ccc;
}

.table04 th{
	padding:15px 40px;
	border-bottom:1px solid #ccc;
	white-space:nowrap;
	text-align:left;
	font-weight:bold;
	background:#EEF5EE;
}

.table04 td{
	padding:15px 40px;
	border-bottom:1px solid #ccc;
	vertical-align:top;
}

.table05{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #ccc;
}

.table05 th{
	padding:10px;
	border:1px solid #333;
	white-space:nowrap;
	background:#BED7BE;
}

.table05 td{
	padding:10px;
	border:1px solid #333;
}

.bg01,
tr.bg01 th,
tr.bg01 td{
	background:#EEF5EE;
}

/* ------------------------------------------------------------------------------------------ */

/*      btn     */

/* ------------------------------------------------------------------------------------------ */

.btn01 a{
	box-sizing:border-box;
	width:350px;
	display:block;
	margin:0 auto;
	padding:15px 25px;
	background:#EFEFEF;
	text-decoration:none;
	border-radius:4px;
	border:1px solid #CCC;
	color:#006400;
	font-weight:bold;
	font-size:1em;
	text-align:center;
	background:webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
}

.btn02 a{
	box-sizing:border-box;
	width:100%;
	display:block;
	margin:0 auto;
	padding:12px 25px;
	background:#EFEFEF;
	text-decoration:none;
	border-radius:4px;
	border:1px solid #CCC;
	color:#006400;;
	font-weight:bold;
	font-size:1em;
	text-align:center;
	background:webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
}

.btn03 a{
	box-sizing:border-box;
	width:100%;
	display:block;
	margin:0 auto;
	padding:15px 25px;
	background:#EFEFEF;
	text-decoration:none;
	border-radius:4px;
	border:1px solid #CCC;
	color:#006400;
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
	background:webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
}

.btn01 a:hover,
.btn02 a:hover,
.btn03 a:hover{
	opacity:0.5;
}

/* ------------------------------------------------------------------------------------------ */

/*      index     */

/* ------------------------------------------------------------------------------------------ */

.index_area01 h2,
.index_area02 h2{
	margin-bottom:20px;
	font-size:28px;
	line-height:1.75em;
	border-bottom:3px solid #006400;
	font-weight:normal;
}

.index_area01{
	margin-bottom:50px;
}

.index_area01 h3{
	margin-bottom:10px;
	font-size:17px;
	line-height:1.75em;
	color:#006400;
}

#index_banner{
	padding-top:12px;
}

#index_banner li{
	list-style:none;
	margin-bottom:15px;
}

#info_table{
	width:100%;
	border-collapse:collapse;
	font-size:100%;
}

#info_table th{
	width:20%;
	padding:16px 25px 16px 25px;
	border-bottom:1px solid #D9D9D9;
	white-space:nowrap;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}

#info_table td{
	padding:16px 15px 16px 0;
	border-bottom:1px solid #D9D9D9;
	vertical-align:top;
}

/* bxslider */
/* -------------------------------------------------- */

#section_slider{
	position:relative;
	width:980px;
	margin:0 auto 65px auto;
	z-index:1;
}

.bxslider,
.bxslider li,
.bx-wrapper img{
	width:100%;
}

.bx-wrapper{
	border:5px solid #FFF;
	box-shadow:rgba(113, 135, 164, 0.3) 0px 0px 3px 1px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.3) 0px 0px 3px 1px;
	-moz-box-shadow:rgba(113, 135, 164, 0.3) 0px 0px 3px 1px;
}

.bxslider li{
	display:block;
	list-style:none;
}

.bx-wrapper{
	position:relative;
	margin:0 auto 20px auto;
	padding:0;
	*zoom:1;
}

.bx-wrapper img{
	display:block;
}

.bx-wrapper .bx-loading{
	min-height:50px;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
}

.bx-wrapper .bx-pager{
	text-align:center;
	font-size:.85em;
	font-family:Arial;
	font-weight:bold;
	color:#666;
	padding-top:20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item{
	display:inline-block;
	*zoom:1;
	*display:inline;
}

.bxslider{
	list-style:none;
}

.bx-wrapper{
	position:relative;
	margin:0 auto 20px auto;
	padding:0;
	*zoom:1;
	z-index:100;
}

.bx-wrapper img{
	width:970px;
	display:block;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto{
	position:absolute;
	bottom:-50px;
	width:100%;
}

.bx-wrapper .bx-loading{
	min-height:50px;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2000;
}

.bx-wrapper .bx-pager.bx-default-pager a{
	box-sizing:border-box;
	background:#CCC;
	text-indent:-9999px;
	display:block;
	width:10px;
	height:10px;
	margin:0 10px;
	outline:0;
	border-radius:5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active{
	background:#006400;
}

.bx-wrapper .bx-prev{
	left:0;
}

.bx-wrapper .bx-next{
	right:0;
}

.bx-wrapper .bx-controls-direction a{
	position:absolute;
	top:50%;
	margin-top:-15px;
	outline:0;
	width:30px;
	height:30px;
	text-indent:-9999px;
	z-index:9999;
}

/* ------------------------------------------------------------------------------------------ */

/*      contact     */

/* ------------------------------------------------------------------------------------------ */

/* form */
/* ----------------------------------------------------------------------------------------- */

.input01{
	width:100px;
}

.input02{
	width:200px;
}

.input03{
	width:100%;
}

.input04{
	width:40px;
}

.input05{
	width:60px;
}

/* ------------------------------------------------------------------------------------------ */

/*      sitemap     */

/* ------------------------------------------------------------------------------------------ */

#sitemap ul{
	margin-left:35px;
}

#sitemap ul li{
	margin-bottom:5px;
	list-style:none;
}

#sitemap ul li a{
	display:block;
	padding-left:17px;
	color:#333;
	background:url(../img/arrow01.png) no-repeat 0 9px;
	text-decoration:none;
}

#sitemap ul li span{
	font-weight:bold;
	display:block;
	color:#006400;
	font-size:16px;
	margin-bottom:3px;
}

#sitemap ul ul{
	margin-left:0;
}

/* ------------------------------------------------------------------------------------------ */

/*      rnavi     */

/* ------------------------------------------------------------------------------------------ */

.rnavi01 li{
	border-bottom:1px solid #CCC;
	list-style:none;
}

.rnavi01 li a{
	padding:9px 33px;
	display:block;
	background:url(../img/arrow01.png) no-repeat 15px 17px;
	color:#333;
	text-decoration:none;
}

.rnavi01 a:hover{
	background:#EEF5EE url(../img/arrow01.png) no-repeat 15px 17px;
}

/* ------------------------------------------------------------------------------------------ */

/*      fuji     */

/* ------------------------------------------------------------------------------------------ */

#box_area01 .box1,
#box_area01 .box2,
#box_area01 .box3,
#box_area01 .box4{
	width:160px;
	margin-right:20px;
	float:left;
}

#box_area01 .box5{
	width:160px;
	float:right;
}

#box_area01 h4{
	font-size:15px;
	text-align:center;
	border-bottom:1px dotted #CCC;
	margin-bottom:5px;
	padding-bottom:5px;
}

#box_area01 p{
	font-size:12px;
	line-height:1.75em;
}

#box_area02 .box1,
#box_area02 .box2,
#box_area02 .box3,
#box_area02 .box4{
	width:180px;
	margin-right:20px;
	float:left;
}

#box_area02 .box5{
	width:180px;
	float:right;
}

#box_area02 p{
	text-align:center;
	font-size:12px;
	line-height:1.75em;
}

#box_area02 p a{
	display:block;
	color:#333;
	text-decoration:none;
}

#box_area02 p img{
	margin-bottom:10px;
}

#box_area02 p a:hover{
	opacity:0.5;
}

/* ------------------------------------------------------------------------------------------ */

/*      products     */

/* ------------------------------------------------------------------------------------------ */

.products_left{
	width:425px;
	padding:10px;
	box-sizing:border-box;
	float:left;
	line-height:1.5em;
	box-shadow:rgba(113, 135, 164, 0.3) 0px 0px 3px 1px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.3) 0px 0px 3px 1px;
	-moz-box-shadow:rgba(113, 135, 164, 0.3) 0px 0px 3px 1px;
}

.products_right{
	width:425px;
	padding:10px;
	box-sizing:border-box;
	float:right;
	line-height:1.5em;
	box-shadow:rgba(113, 135, 164, 0.3) 0px 0px 3px 1px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.3) 0px 0px 3px 1px;
	-moz-box-shadow:rgba(113, 135, 164, 0.3) 0px 0px 3px 1px;
}

.products_photo{
	width:125px;
	float:left;
}

.products_text{
	display:block;
	width:270px;
	float:right;
	font-size:13px;
}

.products_text ul{
	margin-bottom:10px;
}

.products_text ul strong{
	color:#006400;
}

.products_text li{
	list-style:none;
}

.photo_copy{
	box-sizing:border-box;
	padding:10px;
	border:1px dotted #CCC;
	background:#FFF;
}

/* ------------------------------------------------------------------------------------------ */

/*      products     */

/* ------------------------------------------------------------------------------------------ */

#single_area img{
	margin:15px 0;
	max-width:650px;
	height:auto;
}

/* ------------------------------------------------------------------------------------------ */

/*      privacy     */

/* ------------------------------------------------------------------------------------------ */

.privacy_area li{
	margin-bottom:15px;
}

/* ------------------------------------------------------------------------------------------ */

/*      shop     */

/* ------------------------------------------------------------------------------------------ */

.shop_btn li{
	width:49%;
	list-style:none;
}

#left_shop_btn{
	float:left;
}

#right_shop_btn{
	float:right;
}








