@charset "UTF-8";

body{
  margin:0px;
  padding:0px;
  font-family : "游ゴシック" , sans-serif;
  color :#5E5E5E;
  text-align :justify;
}
header{
  width:100%;
  border-bottom:solid 1px #D6D6D6;
  margin:auto;
  padding:10px 0px 0px 0px;
  }
ul{
  list-style:none;
  margin : 0px;
  padding : 0px;
  }
  
a {
  text-decoration:none;
  color:#5E5E5E;
}
  
a:hover {
  text-decoration:none;
  color:#008F00;
  text-decoration:underline;
}
  
a:visited {
  text-decoration:none;
}

#h_cont{
  width:80%;
  margin:auto;
}
#h_cont img{
  width : 400px;
}
#main{
  width:80%;
  margin:auto;
  padding: 0px;
  display:flex; 
  flex-direction:row;
  }
  
nav{
  text-align:center;
  width :100%;
  margin:0px;
  padding:0px;
  border-bottom:solid 1px #D6D6D6;
}
#nav-drawer{
  display:none;
  }
#menu{
  width:80%;
  margin: auto;
  overflow: hidden;
  list-style:none;
  padding:0px;
  }
#menu li{
  margin:0px;
  padding:0px 0px 0px 0px;
  width:calc(100%/4);
  float: left;
  }
#menu li a{
  text-decoration:none;
  background-color : #ffffff;
  color :#5E5E5E;
  display:block;
  padding:15px 10px 15px 10px;
  font-size:90%;
  line-height:1em;
  transition: background-color 1.0s;
  }
#menu li a span{
  font-size:50%;
  line-height:1em;
  color:#008F00;
  }
#menu li a:hover{
  text-decoration:none;
  background-color : #9FC693;
  color:#ffffff;
  display:block;
  padding:15px 10px 15px 10px;
  }
#menu li a:hover span{
  color:#ffffff;
  }
  
#pan{
  width:100%;
  font-size : 90%;
  margin : 10px 0px 10px 0px;
  float:left;
  clear:both;
}
#pan ul{
  list-style:none;
  margin : 0px;
  padding:0px;
  }
#pan li{
  float:left;
  margin : 0px 10px 20px 0px;
  text-decoration:none;
  }
#pan a{
  font-size : 90%;
  text-align : left;
  text-decoration:none;
  color:#5E5E5E;
}
#pan a:hover {
  font-size : 90%;
  text-align : left;
  color:#008F00;
  text-decoration:underline;
}

  
#cont{
  width:100%;
  padding:0px 50px 50px 50px;
  }
  
#t_img{
  width:100%;
}

.bana_t{
  width:100%;
  padding : 50px 0px;
}
  
#cont h2{
  font-family: "游ゴシック";
  font-size:150%;
  line-height:1em;
  margin:20px 0px 0px 0px;
  padding:0px 0px 10px 0px;
  color:#008F00;
  border-bottom:solid 1px #008F00;  
  clear : both;
}
#cont h2 span{
  font-size:50%;
  line-height:1em;
  color:#008F00;
}
#cont h3{
  clear : both;
  text-align:center;
  color:#008F00;
  padding:30px 0px 20px 10px;
  font-size:150%;
  line-height:1em;
}
#cont h3 span{
  font-size:50%;
  line-height:1em;
  color:#008F00;
}

#cont h4{
  clear : both;
  border-left:10px solid #9FC693;
  padding:10px 0px 10px 10px;
  background-color:#008F00;
  color:#ffffff;
}
#cont h5{
  clear : both;
  font-size : 100%;
  border-left:10px solid #008F00;
  padding:5px 0px 5px 10px;
}

.bun{
  text-indent: 1em;
  text-align :justify;
}
.t_right{
  text-align : right;
}

.bana_menu{
  text-align : center;
}

.bana_menu li{
　display : inline;
  border : 1px solid #008F00;
  border-radius:10px;
}

.t_menu{
  display: flex;
  justify-content:center;
  margin-bottom : 50px;
}
.t_menu li{
  width : 30%;
  text-align : center;
  border : 1px solid #008F00;
  padding : 0px;
  margin : 5px 10px;
  border-radius:10px;
}
.t_menu li img{
  width : 50%;
  padding : 20px;
}
.t_menu li a{
  text-decoration:none;
  display:block;
  border-radius:10px;
  color:#008F00;
  transition: background-color 0.5s;
  transition: color 0.5s;
  padding:0px 0px 15px 0px;
}
.t_menu li a:hover{
  display:block;
  text-decoration:none;
  background-color:#9FC693;
  border-radius:10px;
  color:#ffffff;
}

.k_menu{
  display: flex;
  flex-wrap: wrap;
  align-content:space-around;
  margin-bottom : 50px;
}
.k_menu h6{
  font-size : 100%;
  margin : 0px;
  padding : 0px;
}
.k_menu li{
  width : 43%;
  text-align : center;
  border : 1px solid #008F00;
  padding : 20px 20px;
  margin : 5px 10px;
  border-radius:10px;
}
.k_menu_f{
  display: flex;
  flex-wrap: wrap;
  align-content:space-around;
  margin-bottom : 50px;
}
.k_menu_f h6{
  font-size : 100%;
  margin : 0px;
  padding : 0px;
}
.k_menu_f li{
  width : 100%;
  text-align : center;
  border : 1px solid #008F00;
  padding : 20px 20px;
  margin : 5px 10px;
  border-radius:10px;
}

.k_con{
  text-align : justify;
  margin : 10px 0px 10px 0px;
  padding-top : 10px;
  border-top : 1px solid #008F00;
  font-size : 80%;
}

.t_news{
  width:60%;
  float : left;
  margin : 0px 50px 0px 0px ;
  }
.t_news ul{
  border-top:solid 1px #008F00;
  margin:0px;
  padding:0px 0px 0px 0px;
}
.t_news li{
  border-bottom:solid 1px #008F00;
  padding:20px 0px 5px 0px;
}
.t_news li span{
  font-size:80%;
  line-height:1em;  
}
.t_news li p{
  line-height:1em;  
}

.moku li{
  list-style-type: decimal-leading;
  padding:5px;
}
.yaku li{
  padding:20px 0px;
  border-bottom:1px solid #008F00;
  clear:both;
}
span.yaku_l{
  float:left;
  width:20%;
  min-width:150px;
  height:100%;
    padding:0px 0em 0px 0px;
}
span.yaku_l img{
  width:100%;
  max-width:150px;
}
span.yaku_r{
  display:block;
  padding:0px 0px 0px 200px;
}

.form_p {
 text-align : left;
  width:50%;
  margin:auto; 
}

.form_p select{
  width:100%;
}
  
.form_p input{
  width:100%;
}
.form_p textarea{
  width:100%;
  height:10em;
}
.form_p span{
  font-size:80%;
}
.form_button{
 margin-top : 20px;
 text-align : center;
}
.form_button button{
 margin-top : 20px;
 margin-bottom : 50px;
   -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 3px solid #9FC693;
  border-radius: 0;
  background: #ffffff;
  min-width: 100px;
  padding : 5px 20px;
    cursor: pointer;
    transition: .2s;
        border-radius:30px;
}

.form_button button:hover{
  background: #9FC693;
  color : #ffffff;
}
.form_button button:focus{
  outline: none;
  box-shadow: 0 0 0 5px #ffd9ab;
}

.btn{
   -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display:inline-block;
  width : 50%;
  max-width:200px;
  border: 3px solid #9FC693;
  border-radius: 0;
  background: #ffffff;
  margin : 10px 0px 10px 0px;
  padding : 5px 25px;
  cursor: pointer;
  transition: .2s;
  border-radius:30px;
}
.btn a{
  text-decoration:none;
  color :#5E5E5E;
}

.btn:hover{
  background: #9FC693;
  color : #ffffff;
}
.btn a:hover{
  color : #ffffff;
}
.btn:focus{
  outline: none;
  box-shadow: 0 0 0 5px #ffd9ab;

}

#site{
　text-align : left;
  font-size : 90%;
  margin-left : 20px;
  display: flex;
  align-content:space-around;
  flex-wrap: wrap;
}
.site_c{
  width: 250px;
  margin:0 auto;
}

#site h4{
  width: 100%;
  color:#5e5e5e;
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
  border-left : 3px solid #008f00;
  background-color : #ffffff;
  margin : 25px 0px 10px 0px;
  padding : 15px 10px 15px 10px;
}

#site h4 a:hover{
  color:#008F00;
  text-decoration : underline;
}


#site li{
  text-indent : 1em;
}
#site li a{
  text-decoration : none;
}
#site ul li a:hover{
  color:#008F00;
  text-decoration : underline;
}
#site li a:visited{
  color:#5e5e5e;
}

#site li::before {

  font-size: 1.1rem;
  font-weight: 600;
}

.news {
  border-top:1px solid #008f00;
}

.news li{
  border-bottom:1px solid #008f00;
}

.news li p span{
  padding:0px 2em 0px 1em;
  display:block;
  float:left;
  width:9em;
}



footer{
  text-align : center;
  width:100%;
  height:170px;
  margin:auto;
  padding:0px 0px 0px 0px;
  background : url(../img/back.png) repeat-x top/20% #008F00;
}

.b_inline{
  text-align: center;
}
.b_inline li{
  display: inline;
}
#f_cont{
  width:800px;
  margin:auto;
  padding:60px 0px 0px 0px;
}

#b_menu{
  margin:0px 0px 0px 0px;
  border : none;
}

#b_menu a{
  font-size : 80%;
  color : #ffffff;
  text-align : center;
  padding : 0px 0px 10px 0px;
  text-decoration:none;
  }
#b_menu a:hover{
  font-size : 80%;
  color : #ffffff;
  text-align : center;
  padding : 0px 0px 10px 0px;
  text-decoration:underline;
  }
footer p{
  font-size : 70%;
  color : #cccccc;
  margin : 30px 0px 0px 0px;
}
footer span{
  font-size : 80%;
  color : #ffffff;
}
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0px;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #9FC693;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #9FC693;
}

.cen{
  text-align: center;
  margin: 0px auto;
}

.scrll{
  border:1px solid #5E5E5E;
  width:100%;
  height:200px;
  overflow-y: scroll; 
  padding:0px;
  font-size : 80%;

}
.scrll p{
  padding:2em 15px 0px 15px;
}
.scrll li{
  padding:0px 15px 1em 15px;
}
.scrll h7{
  padding:0px 15px 1em 15px;
}

.no-spam{
  display: none;}



/*以下、スマホ用サイト*/


@media screen and ( max-width:480px ){
header{
  width:100%;
  border-bottom:solid 1px #999999;
  margin:auto;
  padding:0px;
  position: fixed;
  height :70px;
  display : flex;
  background-color :#ffffff;
  z-index: 2;
  }
#h_cont{
  width:100%;
}
  
#h_cont img{
  width : 70%;
}
.bana_t{
  display:none;
}
#cont{
  width:100%;
  padding:0px 0px 0px 0px;
  }
  
#main{
  width:90%;
  margin :70px 0px 0px 0px;
  padding :0px 5%;
  display:block;
  clear:both;
  }


#menu{
  display:none;
  }
  
.form_p {
 text-align : left;
  width:100%;
  margin:auto;
  }
.small{
  font-size:80%;
  text-align: justify;
  text-justify: inter-ideograph;
}
.form_button button{
 margin-top : 20px;
 margin-bottom : 50px;
   -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 3px solid #9FC693;
  border-radius: 0;
  background: #ffffff;
  width : 100%;
  padding : 5px 20px;
    cursor: pointer;
    transition: .2s;
        border-radius:30px;
}


.t_menu{
  display: flex;
  flex-wrap: wrap;
  align-content:space-around;
  margin-bottom : 20px;
}

.t_menu li{
  width : 100%;
  text-align : center;
  border : 1px solid #008F00;
  padding : 0px;
  margin : 5px 10px;
  border-radius:10px;
  }

.t_menu li img{
  width : 15%;
  padding : 10px 0px 0px 0px;
}

.k_menu li{
  width : 100%;
  text-align : center;
  border : 1px solid #008F00;
  padding : 10px 10px;
  margin : 5px 10px;
  border-radius:10px;
}
  
.t_news{
  width:100%;
  float : left;
  margin : 0px 0px 30px 0px ;
  }
#fb_b{
  text-align : center;
}
footer{
  width:100%;
  background-image : none;
  padding :0px;
  margin :0px;
  background-color:#008F00;
}
#f_cont{
  width:100%;
  margin:0px;
  padding:0px;
  background-color:#008F00;
}
footer p{
  font-size : 70%;
  color : #cccccc;
  margin : 50px 0px 0px 0px;
}
#b_menu{
  margin:0px 0px 0px 0px;
  padding:0px;
  border : none;
}
#b_menu ul{
  margin:0px 0px 0px 0px;
  padding:0px;
}
#b_menu li{
  margin :0px;
  padding :10px 0px;
  width:100%;
  border-bottom :1px solid #ffffff;
  display:block;
  background-color:#008F00;
}
#b_menu li a{
  width:100%;
  padding :0px 10px;
}
#b_menu li span{
  display : none;
}
.hid{
  display: none;
}

#nav-drawer {
  position: relative;
  display:block;
  position: fixed;
  top: 20px;
  right: 15px;
}
#nav-drawer p{
  position: fixed;
  top: 25px;
  right: 13px;
  } 
.nav-unshown {
  display:none;
}
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 5px;
  width: 25px;
  border-radius: 3px;
  background: #999999;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 90%;
  max-width: 300px;
  height: 100%;
  background: #ffffff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}
#nav-content li{
  border-bottom : 1px solid #dddddd;
}
#nav-content li a{
  text-decoration:none;
  background-color : #ffffff;
  color:#808080;
  display:block;
  padding:10px 0px 10px 10px;
  text-align:center;
  }
#nav-content li a:hover{
  text-decoration:none;
  background-color : #cccccc;
  color:#ffffff;
  display:block;
  padding:5px 0px 5px 10px;
  }
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

}


