@charset "utf-8";

/*layauto
---------------------------------*/
body{
    font-size:1.3rem;
	line-height: 2.1rem;
	letter-spacing:0;
}
html {
   font-size: 62.5%;
}
a:hover{
	text-decoration: underline;
}
a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
/*header
---------------------------------*/
header#header{
  width: 100%;
	z-index: 10;
  background: #fff;
	position: fixed;
  top:0;
}
header#header #header-inner{
	width:100%;
  height:100px;
	margin:0 auto;
	position: relative;
  top: 0;
	padding: 0 0;
  transition: .4s;
}
header#header #header-inner-down{
  height: 50px;
  transition: .4s;
}
header#header #logo{
	position: absolute;
	left:15px;
	top:15px;
  transition: .4s;
}
header#header #header-inner-down #logo{
  top: 4px;
  width: 90px;
  transition: .4s;
}
img#logo{
	width: 146px;
}

/*メニュー　-----------------*/

nav ul.menu{
	width:60%;
	background: #00785a;
	position: fixed;
	right:0;
	top: 50px;
	padding: 3%;
  z-index: 11;
}
nav ul.menu li{
	font-size:16px;
	font-weight:500;
	line-height: 36px;
	vertical-align:middle;
	border-bottom: 1px solid #004f3a;
}
nav ul.menu li:last-child{
	border-bottom: none;
}
nav ul.menu li a{
	color:#fff;
}
/* toggle-panel */
#toggle{
	position: absolute;
	 top: 0;
    right: 0;
}
#panel{
	z-index:9999;
	display: none;
	border-radius:2px;
	background: #00785a;
}
#panel-btn{
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0;

  background: #00785a;
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 45%;
  left: 39%;
  width: 28px;
  height: 4px;
  margin: -1px 0 0 -7px;
  background: #fff;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 4px;
  background: #fff;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -10px;
}
#panel-btn-icon:after{
  margin-top: 6px;
}
#panel-btn .close{
  background: transparent;
  background: #00785a;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
/*TOPメイン画像
 -------------------------------*/
#box{
	margin-top: 100px;
}
#box-inner{
	position:relative;
	width: 100%;
	height: 150px;
  margin-bottom: 5%;
}
.logoTx{
	position: absolute;
	bottom:3%;
	left:3%;
	color: #113dbe;
	line-height: 2.0rem;
	font-size: 1.6rem;
}
/*title
 -------------------------------*/
section.toppage h2{
 	text-align: center;
 	font-size: 2.6rem;
 	line-height: 2.6rem;
 	margin-bottom: 6%;
 	font-weight: 300;
 }
 #products h2{
    font-size: 2.6rem;
    margin-bottom: 7px;
  }
 #products .subtitle{
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 30px;
}
section.toppage h2.accessTitle{
 	margin-bottom:0;
 }
h2.titleBorder,h2.titleBorderW{
 	font-size: 1.8rem!important;
 	text-align: center;
 	margin-bottom: 6%;
 	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: -.8em;
}
h2.titleBorder::after,
h2.titleBorderW::after{
	left: .8em;
}
#pageTitleBox{
	background: url(../img/gray02_bg.png) repeat;
	padding: 7% 0;
    margin-top: 50px;
}
h2#pageTitle{
	color:#004f3a;
	font-size:2.8rem;
	line-height:49px;
	font-weight:300;
	text-align: center;
	padding-bottom:2%;
	background: url(../img/title_bottomborder.png) no-repeat center bottom;
	background-size: 58px;
}
.categoryTitle{
	text-align: center;
	margin-bottom: 14%;
}
#mainPannel h2.cateTitle,#mainPannel-c h2.cateTitle{
	font-size: 32px;
	line-height: 49px;
}
.catesubTitle{
	font-size: 18px;
}
#mainPannel h2,#mainPannel-c h2{
	margin-bottom:10px;
	font-weight:500;
	color: #00785a;
	font-size: 16px;
}
#mainPannel-c h3{
	font-size: 14px;
}
/*TOP
 -------------------------------*/
section.toppage{
	width: 94%;
}
.row{
	padding: 0 3%;
}
.bgWhite{
	background: url(../img/history_bg.png) repeat;
	background-size:100px;
}
.bgGray{
	background: #eff1f1;
}
.bgGray02{
	background: #eff1f1;
}
section.toppage #about,
section.toppage #history,
section.toppage #management,
section.toppage #products,
section.toppage #access,
section.toppage #contact{
	position: relative;
	margin: 0 auto;
	padding: 5% 0;
}
section.toppage #about{
	width: 100%;
	color: #000;
}
section.toppage #history{
	color: #000;
}
section.toppage #management{
	color: #000;
}

section.toppage #access01{
	position: relative;
	margin: 0 auto;
	padding: 10% 0 4% 0;
}
section.toppage #access02{
	padding: 0 0 40px 0;
	position: relative;
	margin: 0 auto;
}
.toppage .pannel.f-right,.toppage .pannel.f-left{
	float: none!important;
}

.pannelTx{
  margin:0;
	font-size: 1.3rem;
	line-height: 1.9rem;
	word-wrap: break-word;
  text-align: left;
  padding: 0 3%;
}
/*Management Team------------*/
dl#managementBox{
	width: 100%;
	margin-bottom: 6%;
}
dl#managementBox dt{
	float: left;
}
dl#managementBox dd{
	padding-left: 32%;
	padding-top: 5%;
}
dl#managementBox dd .name{
	margin-bottom: 1.8%;
}
dl#managementBox dd .name{
	font-size: 1.6rem;
	font-weight: 400;
}
dl#managementBox dd .position{
	font-size: 1.1rem;
}
dl#managementBox dd .mail a{
	font-size: 1.2rem;
	color: #fff;
}
dl#managementBox dt{
	width: 28%;
}
#managementTeamBox01,ul#managementTeamBox02{
	text-align: center;
}
#managementTeamBox01,ul#managementTeamBox02 li{
  margin-bottom: 9%;
}
.managementPost{
  line-height: 2.4rem;
  display: inline-block;
  color: #fff;
  background: #00785a;
	text-align: center;
	font-size: 1.2rem;
  width: 73%;
	margin-bottom: 9px;
}
.name{
  font-size: 1.6rem;
  font-weight: 500;
  font-weight: 300;
}
.mail a{
  color: #00785a;
}
/*プロダクト画像------------*/
#productsList{
	width: 100%;
	padding-bottom:3px;
	letter-spacing: -.25em;
}
#products{
  width: 100%;
  padding: 12% 0;
  text-align: center;
}

.prodBox img{
	vertical-align: middle;
}
.prodBox{
	letter-spacing: normal;
}
.parent{
	width:100%;
	background:#00785a;
	padding:0;
	position:relative;
	top: 0;
	left:0;
}
.parent .child{
	background:#00785a;
	position:relative;
	text-align:center;
	color:#fff;
  font-size: 1.6rem;
	padding:10px 0;
}
/*擬似要素:after*/
.parent .child:after{
	content: ' ';
	width:0;
	height: 0;
	position:absolute;
	border:20px solid transparent;
	border-bottom-color:#00785a;
	bottom:100%;
	left:45%;
}
/*map
---------------------------------*/
#maps {
  height: 180px;
  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: 100%;
	margin: 0 auto;
	padding: 0;
}
#accessDetail dl{
	margin-bottom: 6%;
}
#accessDetail dl:first-child{
	margin-left: 0;
  padding-top: 6%;
}
#accessDetail dl dt{
	font-size: 1.4rem;
	font-weight: 500;
}
#accessDetail dl dd{
	font-size: 1.3rem;
	line-height: 1.5rem;
}
#accessDetail dl dd a{
	color: #00785a;
}
/*contact
---------------------------------*/
#contact .pannelTx a{
	color: #00785A;
}
ul#contactList{
	padding-top: 20px;
}
ul#contactList li{
	width: 100%;
	margin-bottom: 6%;
}
ul#contactList li div{
	font-size: 14px;
  font-weight: 400;
}
ul#contactList li div span{
	font-size: 11px;
	font-weight: 500;
	color: #970005;
}
input[type=text],
textarea{
	width: 97%;
   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{
	height:168px;
   padding-top:5px;
   padding-bottom: 5px;
}
.btBox{
	text-align: center;
}
button.button {
	width: 100%;
    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;
}
#wrapContent{
	padding: 8% 3%;
}

#wrapContent-inner{
	width: 100%;
}
#mainPannel{
	width: 100%;
}
#sidePannel{
	width: 100%;
	background: #fff;
	margin-bottom: 12%;
}
#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: 1.6rem;
	color: #00785a;
	display: block;
	padding:10px 0;
	font-weight:500;
}
#sidePannel ul li a:hover{
	text-decoration: none;
}
#sidePannel ul li{
	line-height: 30px;
	border-top:1px solid #b0c9c1;
}
#sidePannel ul li:first-child{
	border-top: none;
}
.slider {
   margin-bottom: 6%;
}
#mainPannel p,#mainPannel-c p{
	margin-bottom: 10%;
	font-size: 1.4rem;
	line-height: 2.1rem;
}
#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: 1.2em;
	margin-bottom: 4%;
	font-size: 1.4rem;
}
#mainPannel .btBox a,#mainPannel-c .btBox a{
	width: 100%;
	display: inline-block;
	background: #00785a;
	color: #fff;
	font-weight: 500;
	font-size:1.6rem;
	text-decoration: none;
	padding: 14px 0;
	border-radius: 2px;
}
#mainPannel hr,#mainPannel-c hr{
	width: 31%;
	margin: 18% auto;
	height: 1px;
	border: none;
	border-top: 1px #00785A solid;
}
#mainPannel-c{

}
/*backTop
-------------------------------- */
#backTop{
  width: 100%;
  background: #00785a;
  text-align: center;
  padding: 11px 0;
}
#backTop a{
  color: #fff;
}
#backTop a img{
  width: 18px;
  margin-right: 10px;
  vertical-align: top;
}
/*footer
-------------------------------- */
footer#footer{
	background: #fff;
}

#footer-inner{
	padding: 10px;
	position: relative;
	color:#fff;
	font-size: 12px;
}
#footer-inner ul {
	width: 214px;
	margin:0 auto;
}
#footer-inner ul li{
	float: left;
	margin-left: 9%;
}
#footer-inner ul li a{
	color:#00785a;
}
#footer-inner ul li:first-child{
	margin-left: 0;
}
.copy{
	text-align: center;
	display: block;
    color: #000;
}
/*モバイルの時
---------------------------------*/

.mobNon{
	display: none;
}
/*clearfix
---------------------------------*/
 .clearfix:after {
       content:".";
       display:block;
       height:0;
       clear:both;
       visibility:hidden;
}
