@charset "UTF-8";
body {
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin: 0;
}
div#Wrap {
  overflow: hidden;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

.fs2 {
  font-size: 114.2857%;
}

.fs3 {
  font-size: 130%;
}

.fs4 {
  font-size: 160%;
  line-height: 1.5;
}

.fs5 {
  font-size: 200%;
  line-height: 1.5;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt10 {
  padding-top: 10px !important;
}
.ac {
  text-align: center;
}

.ar {
  text-align: right;
}

.al {
  text-align: left;
}
.Inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
  line-height: 1.8;
}
.under_Inner {
  width: 900px;
  margin: 0 auto;
  position: relative;
  line-height: 1.8;
}
figure {
    margin: 0;
}
header {
  background: rgb(255 255 255 / 90%);
  position: fixed;
  width: 100%;
	border-bottom: 4px solid rgb(108,162,27);
	filter:alpha(opacity=80); 
  border-bottom: 4px solid rgba(108,162,27,0.8);
  z-index: 1000;
  top: 0;
  height: 110px;
  line-height: 1.8;
	background: rgb(255,255,255);
filter:alpha(opacity=90); 
background: rgba(255,255,255,0.9);
	
}
header .Inner {
  display: flex;
  justify-content: space-between;
}
header .Inner h1 {
  margin: 10px 0 0;
}
.glonavi ul {
  display: table;
  list-style: none;
}
.glonavi ul li {
  display: table-cell;
  /* vertical-align: middle; */
  padding-left: 50px;
}

/* -------------------------------------
ドロップダウン
-------------------------------------*/

#menu li {
  position: relative;
  /*←#menu li にこの記述がなければ追記*/
}
#menu ul.dropdown {
  display: none;
  position: absolute;
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 9999;
  width: 215px;
  background-color: #02bb48;
  padding: 0;
}
#menu ul.dropdown li {
  float: none;
  border-bottom: 1px solid #FFFFFF;
  position: static;
  background-image: none;
  display: block;
  padding: 0px;
}
#menu ul.dropdown li a {
    text-indent: 0px;
    font-size: 15px;
    height: auto;
    padding: 15px 5px 15px 15px;
    color: #ffffff;
    display: block;
	font-weight: bold;
}
#menu ul.dropdown li a:hover{
	opacity: 1;
}
#menu ul.dropdown li:hover {
  background-color: #055423;
  /*ドロップメニューマウスオーバー時*/
}
/*footer*/

footer {
    background: rgb(255, 255, 255);
    padding: 30px 0px 0;
    border-bottom: 6px solid rgb(155, 201, 87);
    border-top: 6px solid rgb(155, 201, 87);
    position: relative;
}
.foot_head .Inner {
  display: flex;
}
.f_logo {
  border-right: 3px solid #EEEEEE;
  padding-right: 50px;
  margin-right: 20px;
}
.foot_head .Inner ul.ul01 {
  display: flex;
  list-style: none;
}
.foot_head .Inner ul li ul {
  display: block;
}
.foot_head .Inner ul.ul02 {
  display: block;
  list-style: none;
}
.foot_head .Inner ul li ul li:before, .foot_head .Inner ul.ul02 li:before {
  content: "ー";
}
.foot_head .Inner ul li ul {
  display: block;
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
  font-size: 14px;
}
.foot_head .Inner ul li ul li {
  margin-bottom: 5px;
}
.foot_head .Inner ul li a {
  color: #333;
}
.foot_head .Inner ul.ul01 strong {
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
}
.foot_head .Inner ul.ul02 li {
  font-size: 14px;
  margin-bottom: 5px;
}
.foot_bottom {
  background: rgb(155, 201, 87);
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 15px 15px 10px 15px;
  font-size: 13px;
  line-height: 2;
}
.foot_head {
  padding: 0 0 30px;
}
div#Wrap {
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 0;
}
#page_top {
  position: fixed;
  bottom: 25px;
  right: 20px;
  z-index: 1200;
}
#page_top a {
  background-color: #008A32;
  color: rgb(255, 255, 255);
  text-align: center;
  text-decoration: none;
  width: 64px;
  height: 64px;
  display: block;
  border-radius: 4px;
  padding: 20px 0 0;
  box-sizing: border-box;
  box-shadow: 0px 5px 6px rgb(0 0 0 / 20%);
}
#page_top a:hover {
  background-color: #666;
  text-decoration: none;
}
@media(min-width: 769px) {
  .forPC {
    display: block !important;
  }
  .forSP {
    display: none !important;
  }
  /* PCではボタン非表示 */
  #navbtn {
    display: none;
  }
  /* ヘッダーは横並び */
  header {
    display: flex;
    align-items: center;
    box-shadow: 0px 5px 5px #0002;
}
 .nav {
    margin-left: auto;
    display: none !important;
}
}
@media screen and (max-width: 768px) {
  .forSP {
    display: block !important;
  }
  .forPC {
    display: none !important;
  }
  .Inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    line-height: 1.8;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .glonavi {
    display: none;
  }
  img {
    max-width: 100%;
  }
 .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(0 138 50);
    color: #ffffff;
    display: flex;
    text-align: left;
    padding: 30px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease-in-out;
    box-sizing: border-box;
}
  .nav ul {
    list-style: none;
    margin: 0 0 20px 20px;
    padding: 0;
    overflow-y: scroll;
}
  .nav ul li {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .nav ul li ul li:before {
    content: "ー";
  }
  .nav a {
    color: #ffffff;
  }
  /* ナビゲーションボタン（開く） */
  #navbtn {
    position: fixed;
    top: 25px;
    right: 15px;
    padding: 0;
    outline: none;
    border: none;
    background: none;
    width: 30px;
    height: 20px;
    cursor: pointer;
  }
  #navbtn::before, #navbtn::after {
    content: '';
    display: block;
    height: 3px;
    background-color: #66a847;
    transform: translateY(10px);
    transition: 0.3s ease-in-out;
  }
  #navbtn::before {
    transform: translateY(-10px);
    box-shadow: 0 11px #66a847;
  }
  /* ナビゲーションボタン（閉じる） */
  .open #navbtn {
    z-index: 100;
  }
  .open #navbtn::before {
    transform: rotate(-45deg);
    box-shadow: none;
    background: #fff;
    width: 30px;
  }
  .open #navbtn::after {
    transform: rotate(45deg);
    box-shadow: none;
    background: #fff;
    width: 30px;
    left: 0;
    position: absolute;
    bottom: 7px;
  }
  /* ナビゲーションメニュー 開いた時*/
  .open .nav {
    visibility: visible;
    opacity: 1;
  }
  header .Inner h1 img {
    height: 50px;
  }
  header {
    background: rgb(255 255 255 / 90%);
    position: fixed;
    width: 100%;
    border-bottom: 4px solid rgb(108 162 27 / 80%);
    z-index: 1000;
    top: 0;
    height: 70px;
    line-height: 1.8;
  }
  .foot_head .Inner ul.ul01, .foot_head .Inner ul.ul02 {
    display: none;
  }
  .f_logo {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    margin: auto;
  }
  .foot_bottom {
    background: rgb(155, 201, 87);
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 15px 15px 10px 15px;
    font-size: 8px;
    line-height: 2;
  }
}