@charset "utf-8";

/*layauto
---------------------------------*/
body , html {
    height: 100%;
}

body{
    font-size:12px;
	line-height: 21px;
	letter-spacing:0;
}
#wrap{
	width: 100%;
     position: relative;
     min-height: 100%;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
}
.row{
}
a:hover{
	text-decoration: underline;
}
a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/*header
---------------------------------*/
header#header{
	background: #fff;
	z-index: 99999;
	position: fixed;
  top:0;
  width: 100%;
}
header#header #header-inner{
	width:1152px;
	margin:0 auto;
	position: relative;
	padding: 55px 0;
  transition: .4s;
}
header#header #header-inner #logo{
	position: absolute;
	left:0;
	top:15px;
  transition: .4s;
}
header#header #header-inner img#logo{
  width: 235px;
}
.logoTx{
	margin-left:265px;
	color: #000;
  font-size: 13px;
	line-height: 15px;
  font-weight: 400;
}
header#header #header-inner-down{
	width:1152px;
	margin:0 auto;
	position: relative;
	padding: 23px 0;
  transition: .4s;
}
header#header #header-inner-down #logo{
	position: absolute;
	left:0;
	top:8px;
  transition: .4s;
}
header#header #header-inner-down img#logo{
  width: 131px;
}
/*メニュー　-----------------*/
header#header #header-inner nav ul.menu{
	position: absolute;
	right:0;
	top:54px;
  transition: .4s;
}
header#header #header-inner-down nav ul.menu{
  position: absolute;
	right:0;
	top:18px;
  transition: .4s;
}
nav ul.menu li{
	font-size:16px;
	line-height: 36px;
	vertical-align:middle;
	margin-left:43px;
	float:left;
  font-weight: 400;
}
nav ul.menu li:last-child{
  margin-left: 7px;
}
nav ul.menu li a{
	color:#00785a;
}
nav ul.menu li img.menuFb{
	width: 22px;
	vertical-align:middle;
}
nav ul.menu li img.menuTW{
	width: 22px;
	vertical-align:middle;
}
/*TOPメイン画像
 -------------------------------*/
#box{
	width: 100%;
  margin: 140px 0 0 0;
	height: 500px;
}
#box-inner{
  position: relative;
  height:500px;
  width: 1152px;
  margin: 0 auto;
}
.pclogoTx{
  font-size: 28px;
  color: #113dbe;
  position: absolute;
  bottom:55px;
}
/*title
 -------------------------------*/
section.toppage h2{
 	text-align: center;
 	font-size: 32px;
 	line-height: 32px;
 	margin-bottom: 40px;
 	font-weight: 300;
 }

#products h2{
   font-size: 32px;
   margin-bottom: 7px;
 }
.subtitle{
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
}
section.toppage h2.accessTitle{
 	margin-bottom: 0;
 }
h2.titleBorder,h2.titleBorderW{
 	font-size: 24px!important;
 	text-align: center;
 	margin-bottom: 25px!important;
 	font-weight: 300;
 }
h2.titleBorder::before,
h2.titleBorder::after{
	display: inline-block;
	position: relative;
	top: -.3em;
	width: 43px;
	content: "";
	border-top: 1px solid #000;
}
h2.titleBorderW::before,
h2.titleBorderW::after{
	display: inline-block;
	position: relative;
	top: -.3em;
	width: 43px;
	border-top: 1px solid #fff;
	content: "";
}
h2.titleBorder::before,
h2.titleBorderW::before {
	left: -.3em;
}
h2.titleBorder::after,
h2.titleBorderW::after{
	left: .3em;
}
#pageTitleBox{
	background: url(../img/gray02_bg.png) repeat;
	padding: 40px 0;
  margin-top: 140px;
}
h2#pageTitle{
	color:#004f3a;
	font-size:40px;
	line-height:49px;
	font-weight:300;
	text-align: center;
	padding-bottom:10px;
	background: url(../img/title_bottomborder.png) no-repeat center bottom;
}
.categoryTitle{
	text-align: center;
	margin-bottom: 30px;
}
#mainPannel h2.cateTitle,#mainPannel-c h2.cateTitle{
padding-top: 50px; /*2016.1.20 Add kaori*/
	font-size: 32px;
	line-height: 49px;
}
.catesubTitle{
	font-size: 18px;
}
#mainPannel h2,#mainPannel-c h2{
	margin-bottom:10px;
	font-weight:300;
	color: #00785a;
	font-size: 16px;
}
#mainPannel-c h3{
	font-size: 14px;
}

/*TOP
 -------------------------------*/
section.toppage{
	width: 100%;
}

.bgWhite{
	background: url(../img/history_bg.png) repeat;
	 box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.2);
}
.bgGray{
	background: #eff1f1;
}
.bgGray02{
	background: #eff1f1;
}
section.toppage #about,
section.toppage #history,
section.toppage #management,
section.toppage #contact{
	position: relative;

	margin: 0 auto;
	padding: 40px 0;
}
section.toppage #about{
	width: 700px;
	color: #000;
}
section.toppage #history{
	width: 700px;
  text-align: center;
	color: #333;
}
section.toppage #history .pannel{
	overflow: hidden;
  text-align: left;
}
/*#history img#historyImg{
	width: 300px;
}*/
section.toppage #management{
	width: 883px;
}

section.toppage #contact{
	width: 700px;
}

section.toppage #access01{
	position: relative;
	margin: 0 auto;
	padding: 40px 0 30px 0;
}
section.toppage #access02{
	padding: 0 0 40px 0;
	position: relative;
	margin: 0 auto;
}
.pannel{
	width: 700px;
}

#pannelTx img{
	float: left;
  width: 138px;
  margin-right: 20px;
}
#pannelTx{
	width:700px;
	font-size: 16px;
	line-height: 24px;
	margin-bottom:20px;
}
/*2016.1.20 add kaori*/

section.toppage #about{
  padding-top: 100px;
}
section.toppage #about .pannel{
	position: relative;
	height: 230px;
}
section.toppage #about .pannel .pannelTx{
	width: 520px;
	margin-left: 20px;
	position: absolute;
	right: 0;
}
dl#managementBox{
	float: left;
}
dl#managementBox{
	width: 353px;
}
dl#managementBox dt{
	float: left;
}
dl#managementBox dd{
	padding-left: 165px;
	padding-top: 45px;
}
dl#managementBox dd .name{
	margin-bottom: 9px;
}
dl#managementBox dd .name{
	font-size: 20px;
	font-weight: 400;
}
dl#managementBox dd .position{
	font-size: 14px;
}
dl#managementBox dd .mail a{
	font-size: 13px;
	color: #fff;
}
dl#managementBox dt img{
	width: 146px;
}
#managementTeamBox01{
  text-align: center;
  margin-bottom: 25px;
}
ul#managementTeamBox02{
  width: 522px;
  margin: 0 auto;
}
ul#managementTeamBox02 li{
  float: left;
  text-align: center;
  margin-left: 50px;
}
ul#managementTeamBox02 li:first-child{
  margin-left: 0;
}
.managementPost{
  width: 236px;
  line-height: 26px;
  display: inline-block;
  background: #00785a;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}
.name{
  font-size: 20px;
  font-weight: 500;
  font-weight: 300;
}
.mail a{
  color: #00785a;
}
/*プロダクト画像------------*/
#productsList{
	width: 1280px;
	margin:0 auto;
	padding-bottom:3px;
	letter-spacing: -.25em;
}
#products{
  float: left;
  width: 852px;
  height: 174px;
  padding: 58px 0;
  text-align: center;
}
#products .pannelTx{
  text-align: left;
  width: 700px;
  margin: 0 auto;
}
.prodBox{
	float: left;
	letter-spacing: normal;
	height: 290px;
}
.parent{
	width:426px;
	background:#00785a;
	padding:0;
	position:relative;
	top: -7px;
	left:0;
}
.parent .child{
	background:#00785a;
	position:relative;
	text-align:center;
	color:#fff;
  font-size: 16px;
	padding:11px 0
}
/*擬似要素:after*/
.parent .child:after{
	content: ' ';
	width:0;
	height: 0;
	position:absolute;
	border:20px solid transparent;
	border-bottom-color:#00785a;
	bottom:100%;
	left:45%;
}
.prodBox a:hover{
  text-decoration: underline;
  color: #fff;
}
.productsImg_one{/*画像一つの時*/
  height:300px;
  text-align: center;
  margin-bottom: 40px;
}
.productsImg_one img{
  height:300px;
}
img.sp-image{
  width: 700px;
/* height:350px!important;*/
 height:466px;
}
#featherpost  img.sp-image{
	height: 100%;
	width: 100%;
	bottom: 25px;
}
/*map
---------------------------------*/
#map{
/*  width: 1150px;*/
  width: 700px;
  margin: 0 auto;
}
#maps {
/*  height: 400px;*/
  height: 466px;
  width: 100%;
}
.gm-style-iw * {
  display: block;
  width: 100%;
}
.gm-style-iw h4, .gm-style-iw p {
  margin: 0;
  padding: 0;
}
.gm-style-iw a {
  color: #4272db;
}
#accessDetail{
	width: 840px;
	margin: 0 auto;
	padding: 18px 0 0 0;
}
#accessDetail dl{
	float: left;
	margin-left: 59px;
}
#accessDetail dl:first-child{
	margin-left: 0;
}
#accessDetail dl dt{
	font-size: 16px;
	font-weight: 500;
}
#accessDetail dl dd{
	font-size: 14px;
}
#accessDetail dl dd a{
	color: #00785a;
}
/*contact
---------------------------------*/
#contact .pannelTx a{
	color: #00785A;
}
ul#contactList{
	padding-top: 20px;
}
ul#contactList li{
	float: left;
	width: 328px;
	margin-bottom: 40px;
}
ul#contactList li:last-child{
  width: 700px;
}
ul#contactList li:nth-child(even){
	margin-left: 44px;
}
ul#contactList li div{
	font-size: 14px;
  font-weight: 400;
}
ul#contactList li div span{
	font-size: 11px;
	font-weight: 300;
	color: #970005;
}
input[type=text],
textarea{
	width: 328px;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
    border:solid 1px #00785a;
   height:38px;
   padding:0 1.5%;
}

input[type=text]:focus,
textarea {
    border:solid 1px #00785a;
}

input[type=text], select {
   outline: none;
}


textarea, select{
	outline: none;
}
textarea{
	width: 689px;
	height:168px;
   padding-top:5px;
   padding-bottom: 5px;
}
.btBox{
	text-align: center;
}
button.button {
	width: 280px;
    font-size: 18px;
    padding: 16px 0;
    background-color: #00785a;
    color: #fff;
    border-style: none;
    border-radius: 4px;
}
button.button:hover {
    background-color: #098e68;
    color: #fff;
}
/*中ページ
-------------------------------- */
.pageBg{
	background: #f0f0f0;
	padding-top: 10px;
}
#wrapContent{
	padding: 55px 0 40px 0;
}

#wrapContent-inner{
	width: 1153px;
	margin: 0 auto;
	position:relative;
}
#mainPannel{
	float: right;
}
#mainPannel{
	width: 793px;
	margin-left: 80px;
}
#sidePannel{
	width: 280px;
	background: #fff;
	position:absolute;
	top: 160px;
	left: 20px;
}
#sidepageTitle{
	background: #004f3a;
	color: #fff;
	font-size: 20px;
	padding: 10px 0;
	text-align: center;
}
#sidePannel ul{
	margin-left: 10px;
}
#sidePannel ul li a{
	font-size: 16px;
	color: #00785a;
	display: block;
	padding:10px 0;
	font-weight:300;
}
#sidePannel ul li a:hover{
	text-decoration: underline;
}
#sidePannel ul li{
	line-height: 30px;
	border-top:1px solid #b0c9c1;
}
#sidePannel ul li:first-child{
	border-top: none;
}
.slider {
   width:789px;
   margin-bottom: 40px;
}
#mainPannel p,#mainPannel-c p{
	margin-bottom: 40px;
	font-size: 14px;
}
#mainPannel ul,#mainPannel-c ul{
	margin-bottom: 40px;
}
#mainPannel ul li,#mainPannel-c ul li{
	background: url(../img/list_disc.png) no-repeat left top 6px;
	background-size:8px;
	padding-left: 17px;
	margin-bottom: 7px;
	font-size: 14px;
}
#mainPannel .btBox a,#mainPannel-c .btBox a{
	display: inline-block;
	background: #00785a;
	color: #fff;
	font-weight: 500;
	font-size:18px;
	text-decoration: none;
	padding: 14px 30px;
	border-radius: 2px;
}
#mainPannel hr,#mainPannel-c hr{
	width: 300px;
	margin: 80px auto;
	height: 50px;
	border: none;
	border-top: 1px #00785A solid;
}
#mainPannel hr{
	margin-bottom: 30px;
}
#mainPannel-c{
	width: 784px;
	margin: 0 auto;
}
#featheredge{
  margin-bottom: 80px;
}
/*2016.1.20 Add kaori*/
#mainPannel #sancell .3columContainer{

}
ul.columBox{
	width:200px;
	margin: 0 32px;
	float: left;
}
/*backTop
-------------------------------- */
#backTop{
  width: 100%;
	padding-bottom: 41px;
}
#backTop-inner{
    width: 100%;
    background: #00785a;
    text-align: center;
    padding: 11px 0;
}
#backTop a{
  color: #fff;
}
#backTop a:hover{
  color: #9ccbbf;
  text-decoration: none;
}
#backTop a img{
  width: 18px;
  margin-right: 10px;
  vertical-align: top;
}
/*footer
-------------------------------- */
footer#footer{
	width:100%;
	background: #fff;
    position: absolute;
    bottom: 0;
}

#footer-inner{
	width: 1095px;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	color:#fff;
	font-size: 12px;
}
#footer-inner ul {
	position: absolute;
	right:0;
	top:10px;
}
#footer-inner ul li{
	float: left;
	margin-left: 35px;
}
#footer-inner ul li a{
	color:#00785a;
}
.copy{
  color: #000;
  font-size: 12px;
}
/*PCの時
---------------------------------*/

.pcNon{
	display: none;
}
.mt100{
  margin-top: 100px;
}
/*clearfix
---------------------------------*/
 .clearfix:after {
       content:".";
       display:block;
       height:0;
       clear:both;
       visibility:hidden;
}
