@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*==============================================
 Base
================================================*/
html {
  font-size: 62.5%;
  overflow: visible !important;
  margin: 0 !important;
}

body {
  font-family: メイリオ,'M PLUS 1p',Meiryo,sans-serif;
  font-size: 1.6rem;
  overflow-x: hidden;
  width: 100%;
  min-width: 1150px;
  line-height: 2;
  display: block;
}

@media screen and (max-width: 765px) {
  body {
    min-width: initial;
    min-width: auto;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}

a:hover {
  opacity: 0.5;
}

.hover_off a {
  pointer-events: none;
}

.hover_off a:hover {
  opacity: 1;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/*==============================================
 Header
================================================*/
header {
  width: 100%;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

header .heder__innder {
  min-width: 1120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem;
}

@media screen and (max-width: 765px) {
  header .heder__innder {
    width: 96%;
    min-width: initial;
    min-width: auto;
  }
}

header h1 {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
}

header h1 img {
  width: 15%;
}

@media screen and (max-width: 765px) {
  header h1 img {
    width: 60%;
  }
}

header h1 span {
  width: 78%;
  padding: 1rem 0 0 1.5rem;
}

@media screen and (max-width: 765px) {
  header h1 span {
    display: none;
  }
}

header .reg-farm-btn {
  width: 20%;
  text-align: right;
}

header .reg-farm-btn a {
  background-color: #F7931E;
  color: #FFFFFF;
  padding: 1rem 3rem;
  border-radius: 0.5rem;
}

@media screen and (max-width: 765px) {
  header .reg-farm-btn a {
    display: none;
  }
}

.sp-menu-box {
  display: none;
}

@media screen and (max-width: 765px) {
  .sp-menu-box {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
  }
}

.sp-menu-box .sp-menu-box__icon {
  position: fixed;
  top: 1rem;
  right: 1rem;
  background-color: #8FC31F;
  border-radius: 50%;
  color: #FFF;
  width: 4.5rem;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
}

.sp-menu-box .fa-bars__size {
  font-size: 2.5rem;
}

.sp-menu-box .sp-menu {
  position: relative;
  z-index: 998;
  display: none;
  background: rgba(255, 255, 255, 0.9);
  padding: 2rem 1rem;
  height: 100vh;
  top: 6.2rem;
}

.sp-menu-box .sp-menu__list li {
  border-bottom: 1px solid #000000;
}

.sp-menu-box .sp-menu__list li a {
  display: block;
  padding: 1rem 0 1rem 1rem;
}

.sp-menu-box .sp-menu__list li .fa-external-link-alt {
  padding-left: 1rem;
}

.sp-menu-box .sp-menu__list li:first-of-type {
  border-top: 1px solid #000000;
}

/*==============================================
 Footer
================================================*/
footer {
  background-color: #F7F5ED;
  padding: 3.2rem 0;
}

footer .fa-external-link-alt {
  padding-left: 1rem;
}

footer .footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 765px) {
  footer .footer__nav ul {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

footer .footer__copy {
  padding: 3rem 0 0;
  text-align: center;
}

/*==============================================
 Tools
================================================*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}
