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

h1,h2,h3,h4,h5,h6,
p,ol,ul,li,dl,dt,dd {
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

ol,ul {
  list-style: none;
}

/* ------------------------------------------------------------------------- */
/* utility */

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

/* ------------------------------------------------------------------------- */
/* base */

html {
  font-size: 15px;
}

body {
  font-family: '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', sans-serif;

  color: #555555;
  min-width: 320px;
  box-sizing: border-box;
}

img {
  vertical-align: top;
}

a {
  color: #404040;
  text-decoration: none;
}

/* ------------------------------------------------------------------------- */
.designed {
  overflow: hidden;

  height: 0;

  background-repeat: no-repeat;
  background-position: 0px 0px;
  line-height: 2;
}

a.designed, span.designed, strong.designed {
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .pc-only {
    display: none;
  }
}
@media only screen and (min-width: 641px) {
  .sp-only {
    display: none;
  }
}

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


header {
  width: 1000px;
  height: 100px;
  margin: 0 auto;
}
header h1 {
  padding-top: 20px;
  float: left;
}

header h2 {
  padding-top: 57px;
  font-size: 16px;
  font-family: "メイリオ", sans-serif;
  float: left;
  font-weight: normal;
  margin-left: 25px;
}

header ul {
  float: right;
  margin-right: 1em;
  margin-top: 60px;

}
header ul li {
  float: left;
  border-left: 1px solid #4b4948;
  margin-left: 1.5em;
  padding-left: 1.5em;
  display: block;
  font-size: 13px;
  height: 15px;
  line-height: 1.1em;
}
header ul li:first-child {
  border-left: 0px;
}
.g-nav {
  background-color: #81b925;
  border-top: 3px solid #a7a6a5;
  height: 17px;
  padding: 20px 0;
}
.g-nav ul {
  width: 1000px;
  margin:  0 auto;

}
.g-nav ul li {
  float: left;
  line-height: 1em;
  border-right: 1px solid #fff;
  height: 1em;
  display: block;
  width: 166px;
  box-sizing: border-box;
}
.g-nav ul li:first-child {
  border-left: 1px solid #fff;
  width: 169px;
}
.g-nav ul li:nth-child(7),
.g-nav ul li:nth-child(8),
.g-nav ul li:nth-child(9) {
  display: none;
}
.g-nav ul li a {
  color: #fff;
  text-align: center;
  width: 167px;
  display: block;
  font-size: 14px;
  height: 35px;
  padding-top: 20px;
  margin-top: -20px;
  margin-left: -1px;
}
.g-nav ul li a:hover {
  background-color: #6aaa00;
  transition: 0.4s;
}
.g-nav ul li:first-child a {
  width: 170px;
}
footer {
  height: 107px;
  background-color: #f5f5f5;
}
footer section {
  width: 1000px;
  margin: 0 auto;
}
footer section h3 {
  float: left;
  margin-top: 24px;
}
footer section div {
  float: right;
  margin-top: 28px;
}
footer section div ul li {
  float: left;
  font-size: 14px;
}
footer section div ul li span {
  background: url(../images/common/footer-icon.jpg) no-repeat;
  height: 18px;
  width: 22px;
  display: block;
  float: left;
  margin: 2px 5px 0 1.5em;
}
footer section div p {
  text-align: right;
  font-size: 14px;
  padding-top: 5px;
  display: block;
}

img.tree-mark {
  display: block;
  margin: 0 auto 25px;
}

h2.title {
  text-align: center;
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 10px;
}
h3.sub-title {
  text-align: center;
  color: #999999;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 50px;
}
p.lead-text {
  text-align: center;
  margin-bottom: 70px;
  font-size: 16px;
}

.header-kv {
  height: 200px;
  background-position: center center;
  background-size: cover;
  margin-bottom: 60px;
}

.kv {
  overflow: hidden;
  height: 200px;
}
.kv img {
  width: 100%;
  min-width: 1100px;
}

.heading {
  border-bottom: 1px solid #81b925;
  text-align: center;
  padding-bottom: 15px;
  font-size: 20px;
  margin-bottom: 60px;
}


@media only screen and (max-width: 641px) {
a, button {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-shadow: none;
  outline: none;
}

header {
  width: 100%;
  height: 60px;
  padding: 0 3%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10000;
  min-width: 320px;
  box-sizing: border-box;
}
header h1 {
  padding-top: 10px;
  float: left;
}
header h1 img {
  width: 150px;
  height: 35px;
  background-size: 100%;
}
header h2 {
  padding-top: 18px;
  font-size: 12px;
  font-family: "メイリオ", sans-serif;
  float: left;
  font-weight: normal;
  margin-left: 15px;
  line-height: 1.3em;
}
header ul {
  display: none;
}
header .menu-button {
  position: absolute;
  right: 5px;
  top: 0;
  width: 40px;
  padding: 60px 0 0;
  height: 0;
  overflow: hidden;
  line-height: 2;
  white-space: nowrap;
  background: transparent;
  border: 0;
  margin: 0;
}
header .menu-button span {
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -10px;
  background: #81b925;
  -webkit-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
header .menu-button span:nth-child(1) {
  -webkit-transform: translate(0, -6px);
  transform: translate(0, -6px);
}
header .menu-button span:nth-child(3) {
  -webkit-transform: translate(0, 6px);
  transform: translate(0, 6px);
}
body.show-menu header .menu-button span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(0, 0);
  transform: rotate(45deg) translate(0, 0);
}
body.show-menu header .menu-button span:nth-child(2) {
  opacity: 0;
}
body.show-menu header .menu-button span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(0, 0);
  transform: rotate(-45deg) translate(0, 0);
}

.header-kv {
  height: 150px;
  background-position: center center;
  background-size: cover;
  margin-bottom: 40px;
}

.kv {
  overflow: hidden;
  height: 150px;
  margin-top: 60px;
}
.kv img {
  width: 100%;
 height: auto;
 min-width: 320px;
}
h3.sub-title {
  text-align: center;
  color: #999999;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 30px;
}
p.lead-text {
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
}
.g-nav {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
  bottom: 0;
  width: auto;
  height: auto;
  border-top: 0;
  margin: 0;
  padding: 0px 0 0;
  z-index: 9000;
  -webkit-transform: translate3d(100%,0,1px);
  transform: translate3d(100%,0,1px);
  -webkit-transition: transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.g-nav ul {
  width: auto;
  height: 100%;
  background: #81b925;
}
.g-nav ul li,
.g-nav ul li:first-child {
  width: auto;
  float: none;
  border: 0;
  line-height: 1;
  height: auto;

}
.g-nav ul li:nth-child(6),
.g-nav ul li:nth-child(7),
.g-nav ul li:nth-child(8) {
  display: block;
}

.g-nav ul li a,
.g-nav ul li:first-child a {
  width: auto;
  height: auto;
  line-height: 45px;
  padding: 0 1em;
  margin: 0;
  border-bottom: 1px solid #fff;
}

body.show-menu .g-nav {
  -webkit-transform: translate3d(0,0,1px);
  transform: translate3d(0,0,1px);
}

footer {
  padding: 7% 5%;
  height: auto;
  background-color: #f5f5f5;
  width: 90%;
}
footer section {
  width: 100%;
  margin: 0 auto;
}
footer section h3 {
  float: none;
  margin: 0px auto;
  display: block;
  width: 240px;
}
footer section h3 a {
  display: block;
  margin: 0px auto;
  width: 240px;
}
footer section h3 img {
  margin: 0px auto;
  display: block;
}

footer section div {
  margin-top: 23px;
  float: none;
}
footer section div ul li {
  float: none;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  background-color: #ddd;
  width: 100%;
  margin: 0 auto 15px;
  display: block;
  border-radius: 4px;
}
footer section div ul li a {
  width: 100%;
  height: 40px;
  display: block;
}
footer section div ul li span {
  display: none;
}
footer section div p {
  font-size: 12px;
  text-align: center;
}
.heading {
  border-bottom: 1px solid #81b925;
  text-align: center;
  padding-bottom: 10px;
  font-size: 18px;
  margin-bottom: 30px;
}


}
