﻿@charset "UTF-8";
/* Scss Document */
#rich-outer {
  position: relative;
  margin: 0 auto;
  width: 960px;
  overflow: hidden;
  height: 390px; }

#rich {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 960px; }

#imgPhoto {
  position: relative;
  z-index: 100;
  width: 960px;
  height: 390px;
  overflow: hidden; }

/*----------------------------
	写真現在位置
----------------------------*/
#photoNav {
  position: absolute;
  z-index: 200;
  width: 200px;
  height: 20px;
  bottom: 10px;
  left: 10px; }

#photoNav ul {
  position: relative; }

#photoNav li {
  float: left;
  margin-right: 5px; }

#photoNav li:hover {
  cursor: pointer; }

/*----------------------------
	メインイメージ
----------------------------*/
#imgPhoto ul {
  position: relative;
  width: 800px;
  height: 600px;
  padding: 0;
  margin: 0; }

#imgPhoto li {
  position: absolute;
  display: none;
  left: 0px;
  top: 0px; }

.banner-box {
  width: 660px;
  overflow: hidden;
  float: right; }

.banner-box-list li {
  margin: 0 15px 0 0;
  float: left;
  overflow: hidden; }

.banner-box-list div {
  width: 208px;
  height: 208px;
  border: 1px solid #B5B5B5;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default; }

.banner-box-list li:nth-child(2) div {
  width: 210px;
  height: 210px;
  border: none; }

.banner-box-list li:nth-child(3) div {
  border: 1px solid #587933; }

.banner-box-list li:nth-child(3) {
  margin: 0; }

.banner-box span {
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  display: block;
  margin: 10px 0 0 0;
  text-align: left;
  padding: 0 0 0 5px; }

.gallery-box {
  width: 660px;
  overflow: hidden;
  float: right;
  margin: 64px 0 0 0; }

.gallery-box li {
  float: left;
  margin: 0 18px 0  0;
  position: relative; }

.gallery-box li:nth-child(3) {
  margin: 0; }

.gallery-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.product-box {
  margin: 15px 0 0 1px;
  overflow: hidden; }

.product-box li {
  float: left; }

.product-box li:nth-child(1),
.product-box li:nth-child(2) {
  margin: 0 53px 0 0; }

.product {
  width: 177px;
  height: 159px;
  border: 1px solid #007759;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  padding: 6px; }

.product img {
  display: block;
  position: relative; }

.product-coment {
  width: 189px;
  margin: 5px 0 0 0;
  line-height: 1.4;
  font-size: 83%; }

.top-contents-box {
  width: 660px;
  overflow: hidden;
  float: right; }

.btn-box {
  margin: 15px 0 0 1px;
  width: 264px;
  overflow: hidden; }

.btn-box li {
  margin: 0 0 28px 0; }

.top-btn {
  width: 262px;
  height: 122px;
  border: 1px solid #CCCCCC;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default; }

.top-btn img {
  display: block;
  position: relative; }

.topics-list {
  width: 332px;
  overflow: hidden; }

.topics-list span:nth-child(1) {
  float: right; }

.topics-list ul {
  overflow: hidden;
  width: 332px; }

.topics-title {
  float: left; }

.topics-btn {
  position: absolute; }

.topics-btn img {
  margin: 4px 0 0 7px; }

.topics-btn-hover {
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 90px;
  height: 20px;
  margin: 15px 0 0 48px; }

.topics-btn-hover:hover {
  background: white url(../img/index/btn_list_.png) no-repeat 7px 4px;
  width: 90px;
  outline: 1px solid #6B4D43;
  height: 20px; }

.topics-btn-hover:after {
  background: #6B4D43;
  background: #6B4D43 \9; }

.topics-list li {
  font-size: 93%;
  margin: 10px 0 13px 0;
  width: 332px;
  line-height: 1.4;
  border-bottom: 1px dotted #767676;
  padding: 0 0 2px 0; }

.topics-data {
  display: block;
  margin: 3px; }

.topics-list li a:hover {
  color: #0A927E;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s; }
  
/*ここまでindex.cssコピー*/
/*ここからオリジナル.css*/

img { vertical-align: text-bottom; }

.marc{
	margin:0 auto;	
}

.ff1{
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E",serif;	
}

.fs1{
	font-size:24px;
}

.fs2{
	font-size:16px;
}

.fs3{
	font-size:18px;
}

.fs4{
	font-size:11px;
}

.fs5{
	font-size:33px;
}

.fc1{
	color:#6b4d43;
}

.fc2{
	color:#00a283;
}

.fc3{
	color:#000;
}

.fc4{
	color:#5c5c5c;
}

.fc6{
	color:#666;
}

.fll{
	float:left;
}

.flr{
	float:right;
}

.tac{
	text-align:center;
}

.tal{
	text-align:left;
}

.tar{
	text-align:right;
}

.fwb{
	font-weight:bold;	
}
.w200{
	width:200px;
}
.w260{
	width:260px;
}

.w300{
	width:300px;
}

.w360{
	width:360px;	
}
.366{
	width:366px;
}
.w380{
	width:380px;	
}

.w400{
	width:400px;	
}

.w410{
	width:410px;	
}

.w450{
	width:450px;	
}

.w480{
	width:480px;	
}

.w500{
	width:500px;	
}

.w530{
	width:530px;	
}

.w560{
	width:560px;	
}

.w620{
	width:620px;
}

.w630{
	width:630px;
}

.w664{
	width:664px;
}

.w690{
	width:690px;	
}

.w774{
	width:774px;	
}
.w810{
	width:810px;
}

.w930{
	width:930px;	
}

.border1{
	border-bottom:#e5e5df 2px solid;
	margin-bottom:5px;
}

.border2{
	border:#ccc 1px solid;
}

.border3{
	border:#ccc 1px dotted;
}

.table1 th{
	border:#ccc 1px solid;
	padding:15px;
}

.table1 td{
	border:#ccc 1px solid;
	padding:15px;
}

.bgc1{	
	background-color:#f7f7f7;
}

h3 {
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E",serif;	
	color:#6b4d43;
	font-size:24px;
	font-weight:bold;
}

h4 {
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E",serif;	
	color:#6b4d43;
	font-size:18px;
}

#main p,#main h3{
	line-height:160%;
}

.hn_box1{
	width:298px;
	border:#ccc 1px solid;
	font-size:11px;
	height:120px;
	padding-top:3px;
	padding-bottom:5px;
}

.v_box1{
	width:590px;
	height:310px;
	background-image:url(../img/v_bg.jpg);
	padding:25px;
}
.v_box2{
	width:590px;
	height:220px;
	background-image:url(../img/v_bg2.jpg);
	padding:25px;
}

.v_box3{
	width:640px;
	height:220px;
	background-image:url(../img/v_bg3.jpg);
	padding:25px;
}
.ls1{
letter-spacing:-6px;
}

th{
	text-align:left;	
}

.c_box1{
	width:614px;
	height:307px;
	background-image:url(../img/c_bg.jpg);
	padding:25px;
}

#mc_box1{
	position:relative;
	width:960px;
	height:978px;
	background-image:url(../img/mc_bg1.png);
}

#mc_box1 span{
	color:#F00;	
}

#mc_box1{
	overflow:hidden;
}

#mc_box1 li{
	display:block;
	float:left;
	position:absolute;
	overflow:auto;

}

.mc_box2{
	width:648px;
	background-image:url(../img/mc_bg2.png);
	padding:15px;
	border:#6b4d43 1px solid;
	border-bottom:none;
	margin:0 auto;
}

.mc_box3{
	width:648px;
	background-image:url(../img/mc_bg2.png);
	padding:30px;
	border:#6b4d43 1px solid;
	padding-left:15px;
	padding-right:15px;
		margin:0 auto;
}

.mc_box4{
	width:648px;
	background-color:#FFF;
	border:#6b4d43 1px solid;
}

.mc_box5{
	width:418px;
	padding:10px;
}	


.com_name{
	background-color:#6b4d43;
	color:#fff;
	padding:5px;	
}

/**/

.map1{
	top:110px;
	left:700px;
}

.map2{
	top:220px;
	left: 630px;
}

.map3{
	top:254px;
	left:756px;
}

.map4{
	top:304px;
	left:756px;
}

.map5{/*秋田*/
	top:240px;
	left:522px;
}

.map6{
	top:284px;
	left:522px;
}

.map7{
	top:352px;
	left:756px;
}

.map8{
	top: 420px;
	left: 706px;
}

.map9{
	top: 400px;
	left: 706px;
}

.map10{
	top: 400px;
	left: 593px;
}

.map11{
	top: 450px;
	left: 626px;
}

.map12{
	top: 496px;
	left: 706px;
}

.map13{
	top: 466px;
	left: 706px;
}

.map14{
	top: 524px;
	left: 706px;
}

.map15{
	top: 333px;
	left: 507px;
}

.map16{
	top: 359px;
	left: 440px;
}

.map17{
	top: 393px;
	left: 417px;
}

.map18{
	top: 421px;
	left: 402px;
}

.map19{
	top: 544px;
	left: 706px;
}

.map20{
	top:390px;
	left:535px;
}

.map21{
	top: 450px;
	left: 526px;
}

.map22{
	top: 553px;
	left: 565px
}

.map23{
	top: 539px;
	left: 518px;
}

.map24{
	top: 570px;
	left: 554px;
}

.map25{
	top: 472px;
	left: 482px;
}

.map26{
	top: 454px;
	left: 415px;
}

.map27{
	top: 609px;
	left: 539px;
}

.map28{
	top: 488px;
	left: 401px;
}

.map29{
	top: 588px;
	left: 547px;
}

.map30{
	top: 634px;
	left: 523px;
}

.map31{
	top: 459px;
	left: 287px;
}

.map32{
	top: 483px;
	left: 238px;
}

.map33{
	top: 503px;
	left: 349px;
}

.map34{
	top: 532px;
	left: 323px;
}

.map35{
	top: 509px;
	left: 260px;
}

.map36{
	top: 606px;
	left: 409px;
}

.map37{
	top: 528px;
	left: 399px;
}

.map38{
	top: 572px;
	left: 350px;
}

.map39{
	top: 637px;
	left: 410px;
}

.map40{
	top: 536px;
	left: 174px;
}

.map41{
	top: 569px;
	left: 170px;
}

.map42{
	top: 602px;
	left: 210px;
}

.map43{
	top: 639px;
	left: 217px;
}

.map44{
	top: 565px;
	left: 285px;
}

.map45{
	top: 610px;
	left: 287px;
}

.map46{
	top: 693px;
	left: 326px;
}

.map47{
	top: 871px;
	left: 151px;
}

#jn_nav li{
	display:block;
	float:left;
}
.widetit{
	width:746px;
	height:128px;
	background:#6B4D43;
	position:relative;
}
.widetit p{
	color:#fff;
	font-size:20px;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:absolute;
	top:50%;
	left:70px;
	margin-top:-1.5em;
	width: 673px;
}
.posi-ina{
	top:87px;
	right:0;
}
.ina-list01 li,.ina-list02 li{
	width:270px;
	float:left;
	margin-right:74px;
	margin-top:20px;
}
.ina-list01 li:nth-child(3n),.ina-list02 li:nth-child(3n){
	margin-right:0;
}
.ina-list01 li h4{
	height:50px;
	background:url(../img/concept/ina_img04.png) no-repeat;
	padding:60px 0 0 50px;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#231815;
	font-weight:bold;	
}
.ina-list02 li h4{
		height:50px;
	background:url(../img/concept/ina_img05.png) no-repeat;
	padding:60px 0 0 50px;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#231815;
	font-weight:bold;	
}
.ina-list01 li p,.ina-list02 li p{
	padding:0 5px 0 24px;
}
#inacontact {
    position: relative;
}
#inacontact img.inaboton {
    position: absolute;
    top: 10px;
    width: 208px;
    height: 165px;
    display: block;
    margin-left: 0px;
}
#inacontact img {
    display: block;
    margin-left: 220px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#inacontact a img:hover {
    opacity: .5;
}
.bottomlink img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.bottomlink img:hover{
	opacity: .5;
}




.brand_box02{
	font-family: "メイリオ", sans-serif;
	width:850px;
	margin:25px 0 0 0;
	padding:0 0 0 40px;
	clear:both;
	font-weight: bold;

}
.brand_box02 img{
	display:block;
	padding:5px 0 0 0;
}



.brand_box02 h6{
	margin:15px 0 5px 0;
	padding:0 0 3px 8px;
	border-bottom:dotted 2px #666666;
	border-left:solid 3px #666666;
	color:#17947F;
	font-weight: bold;
	font-size: 18px;
}
.brand_box02 p{
	padding-bottom: 15px;
}
.brand_box02 img{
	display:block;
	margin:30px 0 0 0;
	padding:4px;
}

.brand_box03{
	width:830px;
	clear:both;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.brand_inner03{
	width:550px;
	float:left;
	height: 126px;
}
.brand_text03{
	padding:30px;
	background:url(../img/brand_text_bg.png) repeat;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.brand_image03{
	display:block;
	float:right;
	padding:0 100px 0 0;
}
.brand_image03 img{
	display:block;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
span{
	color:#009966;
	font-weight:bold;
	font-size: 120%;
}
span1{
	color:#000000;
	font-weight:bold;
}
span2{
	color:#F07800;
	font-weight:bold;
	font-size: 120%;
}
span3{
	color:#993399;
	font-weight:bold;
	font-size: 120%;
}
.warranty_image03{
	display:block;
	float:right;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 0;
}
.warranty_image03 img{
	display:block;
	padding:10px 0 0 0;
}

.ul_staff li {
	float: left;
	width: 320px;
  text-align: center;
	margin: 30px 0;
}

.ul_staff li p{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 17px;
  font-weight: bold;
  color: #000;
}

.ul_staff li span{
  color: #505050;
  font-size: 13px;
  margin: 10px auto 0;
  display: block;
  line-height: 19px;
  font-weight: normal;
  width: 225px;
}

.ul_staff li img{
	display: block;
  margin: 0 auto;
}

