﻿@charset "UTF-8";
/* ベースクラス */
html, body {
  width: 100%;
  padding: 0;
  margin: 0;
}
body {
  color: 111;
  font: 15px/1.231 "Hiragino Kaku Gothic ProN", "メイリオ", arial, helvetica, clean, sans-serif;
  -webkit-text-size-adjust: 100%;
}
.float_l {
  float: left;
}
.float_r {
  float: right;
}
.clear {
  clear: both;
}
.footer_font {
  font-size: 100%;
}
body, h1, h2, h3, h4, h5, p, div, section, ul, li {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 140%;
}
h2 {
  font-size: 130%;
}
h3 {
  font-size: 120%;
}
:focus {
  outline: none;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
a img {
  border: none;
}
p {
  display: block;
  margin: 0 0 1em 0;
  line-height: 1.7;
  letter-spacing: 0.8px;
  text-align: justify;
  text-justify:
}
/*float解除*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
} /* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
  overflow: hidden;
} /* End hide from IE-mac */
/*+ 微調整用クラス +*/
.margin5 {
  margin: 5px 0 0 0;
}
.margin10 {
  margin: 10px 0 0 0;
}
.margin20 {
  margin: 20px 0 0 0;
}
.margin30 {
  margin: 30px 0 0 0;
}
.margin40 {
  margin: 40px 0 0 0;
}
.span1 {
  width: 10%;
}
.span2 {
  width: 20%;
}
.span3 {
  width: 30%;
}
.span4 {
  width: 40%;
}
.span5 {
  width: 50%;
}
/*ナビリンク設定*/
/** スクロールヘッドナビゲーション固定 **/
.fixed {
  position: fixed;
  top: 0;
  width: auto;
  z-index: 10000;
}
.page_jump {
  width: 1px;
  height: 1px;
}
/** 共通レイアウト **/
#title {
  float: left;
}
/** ヘッダー **/
header {
  width: 100%;
  margin: 20px 0 0 0;
  border-bottom: 1px solid #ccc;
}
section#header {
  z-index: 2;
  font-size: 15px;
  width: 900px;
  margin: 0 auto 5px auto;
  transition: .3s;
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
section#header:after {}
section#header_2 {
  position: fixed;
  top: 0;
  z-index: 10000;
  display: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: #FFF;
  width: 100%;
  /* box-shadow */
  box-shadow: 0px 10px 8px -8px #666666;
}
section#header_2 section.head_block {
  width: 900px;
  margin: 0 auto;
}
section#header h1 {
  float: left;
  width: 35%;
}
section#header_2 h1 {
  float: left;
  width: 20%;
  margin: 0 33px 0 0;
  padding: 8px 0;
}
h1 img {}
section.head {
  float: right;
  line-height: 16px;
  margin: 4px 0 0 0;
  width: 16%;
}
section.head div {
  line-height: 16px;
}
/* ヘッドナビ アニメーション */
nav ul li a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
/** ナビゲーション **/
section#header nav {
  height: 29px;
  margin: 17px auto 2px;
  padding: 0 0 4px;
  width: 100%;
}
section#header_2 nav {
  height: 29px;
  margin: 19px auto 2px;
  padding: 0 0 4px;
  width: 76%;
  float: left;
  font-size: 92%;
}
nav ul {
  width: 100%;
  margin: 0 auto;
}
section#header nav ul li {
  height: 33px;
  margin: 0 auto;
  list-style: none;
  float: left;
  font-size: 92%;
}
section#header_2 nav ul li {
  height: 33px;
  margin: 0 auto;
  list-style: none;
  float: left;
  font-size: 87%;
}
nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
nav ul li a:link {
  display: block;
  width: 100%;
  height: 100%;
}
nav ul li a:visited {
  display: block;
  height: 100%;
}
nav ul li a:hover {
  color: #2C843A;
}
nav ul li a:active {
  color: #2C843A;
}
nav ul li {
  width: 180px;
  font-size:
}
nav ul li:last-child {
  width: auto;
}
section#header nav ul li.nav_01 {
  width: 90px;
}
section#header nav ul li.nav_02 {
  width: 145px;
}
section#header nav ul li.nav_03 {
  width: 135px;
}
section#header nav ul li.nav_04 {
  width: 155px;
}
section#header nav ul li.nav_05 {
  width: 145px;
}
section#header nav ul li.nav_06 {
  width: 145px;
}
section#header nav ul li.nav_07 {
  width: auto;
}
/** ヘッドナビゲーションスクロール時 **/
section#header_2 nav ul li.nav_01 {
  width: 54px;
}
section#header_2 nav ul li.nav_02 {
  width: 114px;
}
section#header_2 nav ul li.nav_03 {
  width: 100px;
}
section#header_2 nav ul li.nav_04 {
  width: 110px;
}
section#header_2 nav ul li.nav_05 {
  width: 110px;
}
section#header_2 nav ul li.nav_06 {
  width: 110px;
}
section#header_2 nav ul li.nav_07 {
  width: auto;
}
nav ul li.nav_01 a:hover {}
nav ul li.nav_02 a:hover {}
li.nav_03 a:hover {}
li.nav_04 a:hover {}
li.nav_05 a:hover {}
li.nav_06 a:hover {}
li.nav_07 a:hover {}
/** NAVI */
ul.nav > li.menu_single {
  position: relative;
}
ul.nav li.menu_single ul.menu_second-level {
  position: absolute;
  min-widht: 100%;
  max-width: 100%;
  top: 37px;
  visibility: hidden;
  background-color: #2C843A;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 1;
  padding: 0 0;
  z-index: 10;
}
ul.nav li.menu_single:hover ul.menu_second-level {
  top: 37px;
  visibility: visible;
  opacity: 1;
}
ul.nav ul.menu_second-level ul.menu_third-level {
  position: absolute;
  min-widht: 100%;
  max-width: 120%;
  top: 0;
  left: 165px;
  visibility: hidden;
  background-color: #2C843A;
  -webkit-transition: all ease;
  transition: all ease;
  opacity: 1;
  padding: 0 0;
  z-index: 10;
}
ul.nav li.menu_second:hover ul.menu_third-level {
  top: 0;
  visibility: visible;
  opacity: 1;
  boder-left: 1px solid #FFF;
}
ul.nav li ul li {
  width: 100%;
  margin: 0;
  text-indent: 0;
  font-size: 14px;
  line-height: 3;
  height: auto;
  border-bottom: 1px solid #bcF;
}
ul.nav li ul li a {
  text-indent: 1em;
  height: auto;
}
ul.nav li ul li a:link, ul.nav li ul li a:visited {
  background-image: none;
  text-decoration: none;
  color: #FFF;
  width: 100%;
}
ul.nav li ul li a:hover {
  background-image: none;
  text-decoration: none;
  color: #ff0
}
.more {
  background: #666666;
  color: #fff;
  border: #333333;
  padding: 5px;
  width: 6.5em;
  border-radius: 5px;
  margin-top: 4px;
  float: right;
  text-align: center;
}
a div.more:link {
  background: #666666;
}
a div.more:visited {
  background: #666666;
}
a div.more:hover {
  background: #999999;
}
a div.more:active {
  background: #999999;
}
/** NAVI（スクロール時） */
ul.nav > li.menu_single {
  position: relative;
}
section#header_2 ul.nav li.menu_single ul.menu_second-level {
  position: fixed;
  min-widht: 100%;
  max-width: 12%;
  top: 58px;
  visibility: hidden;
  background-color: #2C843A;
  /*
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
*/
  opacity: 1;
  padding: 0 0;
  z-index: 10;
}
section#header_2 ul.nav li.menu_single:hover ul.menu_second-level {
  top: 58px;
  visibility: visible;
  opacity: 1;
}
ul.nav ul.menu_second-level ul.menu_third-level {
  position: absolute;
  min-widht: 100%;
  max-width: 120%;
  top: 0;
  left: 165px;
  visibility: hidden;
  background-color: #2C843A;
  -webkit-transition: all ease;
  transition: all ease;
  opacity: 1;
  padding: 0 0;
  z-index: 10;
}
ul.nav li.menu_second:hover ul.menu_third-level {
  top: 0;
  visibility: visible;
  opacity: 1;
  boder-left: 1px solid #FFF;
}
ul.nav li ul li {
  width: 100%;
  margin: 0;
  text-indent: 0;
  font-size: 14px;
  line-height: 3;
  height: auto;
  border-bottom: 1px solid #bcF;
}
ul.nav li ul li a {
  text-indent: 1em;
  height: auto;
}
ul.nav li ul li a:link, ul.nav li ul li a:visited {
  background-image: none;
  text-decoration: none;
  color: #FFF;
  width: 100%;
}
ul.nav li ul li a:hover {
  background-image: none;
  text-decoration: none;
  color: #ff0
}
.more {
  background: #666666;
  color: #fff;
  border: #333333;
  padding: 5px;
  width: 6.5em;
  border-radius: 5px;
  margin-top: 4px;
  float: right;
  text-align: center;
}
a div.more:link {
  background: #666666;
}
a div.more:visited {
  background: #666666;
}
a div.more:hover {
  background: #999999;
}
a div.more:active {
  background: #999999;
}
/** フッター **/
.pagetop {
  bottom: 20px;
  position: fixed;
  right: 20px;
  z-index: 20;
}
footer .font_b {
  font-weight: bold;
  /*font-size:15px;*/
  font-size: 93.8%;
}
footer p {
  line-height: 1;
  font-size: 12px;
}
footer {
  width: 100%;
  margin: 50px 0 0 0;
  color: #333;
  position: relative;
}
.footer_block_bg {
  width: 100%;
  background-image: url("../images/share/footer_bg.jpg");
  background-repeat: repeat-x;
  height: 196px;
}
.footer_block {
  position: relative;
  width: 900px;
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 20px 0;
}
.footer_block div.logo {
  width: 25%;
  float: left;
  margin: 35px 40px 0 0;
}
.footer_block div.data {
  width: 60%;
  float: left;
  text-align: left;
  margin: 15px 0 0 0;
}
.footer_block p a:link {
  color: #666;
  text-decoration: underline;
}
.footer_block p a:visited {
  color: #666;
  text-decoration: underline;
}
.footer_block p a:hover {
  color: #aaa;
  text-decoration: underline;
}
.footer_block p a:acitive {
  color: #aaa;
  text-decoration: underline;
}
footer div.copyright {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 364px;
  color: #FFF;
}
/* ページトップ */
#page_top {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 50px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#page_top:hover {
  top: 40px;
}
#page_top a:link {}
#page_top a:visited {}
#page_top a:hover {}
#page_top a:active {}
/* コンテンツ */
h1 img {
  width: 100%;
}
#wrapper {
  width: 900px;
  margin: 0 auto 0 auto;
  padding: 0;
}
img {
  width: 100%;
  margin: 0 auto;
  font-size: 120%;
}
/*戻る*/
.back {
  width: 768px;
  margin: 0 auto 10px auto;
}
.back img {
  height: 30px;
}
/** リンク設定 **/
a {
  -webkit-tap-highlight-color: rgba(00, 33, 99, 0.60);
  text-decoration: none;
}
a:link {
  color: #333;
}
a:visited {
  color: #333;
}
a:hover {
  color: #666;
}
a:active {
  color: #666;
}
/**プリント用 **/
/*-------------------------------------------
 ハンバーガーメニュー
-------------------------------------------*/
.sp {
  display: none;
}
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 10001;
  /*ナビのスタート位置と形状*/
  top: 0;
  left: -120%;
  width: 100%;
  height: 100vh !important; /*ナビの高さ*/
  background: #cbf4ae;
  /*動き*/
  transition: all 0.6s;
}
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  left: 0;
}
#g-nav #g-nav-list {
  margin-top: 55px;
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  /*height: 100vh !important;/*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 55px;
  height: auto;
}
/*ナビゲーション*/
/*#g-nav ul {
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}*/
/*リストのレイアウト設定*/
/*#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}*/
/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 10002; /*ボタンを最前面に*/
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: none; /*非表示*/
}
/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #2C843A;
  width: 45%;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 23px;
}
.openbtn span:nth-of-type(3) {
  top: 31px;
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
/**横幅800px**/
@media only screen and (max-width: 800px) {
  section#header {
    width: 100%;
  }
  #wrapper {
    width: 90%;
  }
  .sp {
    display: block;
  }
  section#header {
    width: 100%;
  }
  .footer_block {
    width: 100%;
  }
  #nav {
    display: none;
  }
  section#header nav {
    margin-top: 0;
  }
  .openbtn {
    display: block; /*表示*/
  }
  /*オンラインショップボタン*/
  section.head {
    float: right;
    line-height: 16px;
    margin: 0px 77px 0 0px;
    width: 23%;
  }
}
/**横幅540px**/
@media only screen and (max-width: 540px) {
  /*オンラインショップボタン*/
  section.head {
    width: 32%;
  }
}
/*スマホナビゲーション　レイアウト*/
#g-nav-list ul {
  width: 90% !important;
}
#g-nav-list ul li {
  height: auto !important;
  padding: 0 !important;
  width: 100% !important;
  background-color: #fff;
}
#g-nav-list ul li ul li {
  border-bottom: dotted 1px !important;
  padding: 8px 0 !important;
}
#g-nav-list p {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
  color: #009a44;
  margin: 7px 14px 0;
}
#g-nav-list .f-n-title2 {
  margin-bottom: 0;
}
#g-nav-list .f-n-title2 a {
  color: #009a44;
}
@media only screen and (min-width: 541px) and (max-width: 800px) {
  #g-nav-list ul li ul li {
    padding: 13px 0 !important;
  }
  section#header nav ul li {
    font-size: 1rem;
  }
}
/*フッター　スマホ*/
@media only screen and (max-width: 540px) {
  .footer_block_bg {
    width: 100%;
    background-image: url(../images/share/footer_bg.jpg);
    background-repeat: repeat-x;
    background-size: contain;
    height: 297px;
  }
  .footer_block div.logo {
    width: 80%;
    float: none;
    margin: 10px auto;
  }
  .footer_block div.data {
    width: 100%;
    float: left;
    text-align: left;
    margin: 10px;
  }
}