@charset "shift_JIS";
figure ul,nav ul,.pdf ul,.cat ul,footer ul,#slider ul,ul.pdf,
figure ul li,nav ul li,.pdf ul li,.cat ul li,footer ul li,#slider ul li,ul.pdf li{
list-style:none;
margin: 0;
padding: 0;
border: 0;
font-style: normal;
font-weight: normal;
font-size: 100%;
}
.sp{
display: none
}
.pc{
display:block
}
table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border: 1px solid #DAD4CF;
}
table th, table td {
  padding: 0.5em;
  border: 1px solid #DAD4CF;
}
table th {
  font-weight: bold;
  text-align: center;
}
body{
 font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    margin:0;
}

figure.photo{
margin:0;
}
figure.photo>ul{
    list-style-type: none;
    margin:0;
    padding:0;
}
figure.photo img{
width:100%;
height:auto;
}
h1,h2,h3{
margin:0;
padding:0;
}
.tArea{
line-height:160%;
}
a{
color:currentColor;
}
a:hover{
 opacity:0.7;
 filter:alpha(opacity=70);
 -ms-filter: “alpha( opacity=70 )”;
}
article:last-of-type{
padding-bottom:200px;
}
article{
padding-bottom:80px;
padding-top:80px;
}
article h2{
text-align: center;
margin-bottom:100px;
width:100%;
}

/*---------*/

figure.photo img{
border-radius:8px;
}

.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  transform: rotate(0.05deg);
}

.m-plus-rounded-1c-medium {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  transform: rotate(0.05deg);
}

.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  transform: rotate(0.05deg);
}


table.hyo {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #B0D57C;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom:40px;
}

table.hyo th,
table.hyo td {
  border: 1px solid #B0D57C;
  padding: 8px;
  text-align: left;
}

table.hyo th {
  background-color: #EDF3DA;
font-weight:bold;
color:#6C9830;
text-align: center;
white-space: nowrap;
}

table.hyo tr:first-child > th:first-child,
table.hyo tr:first-child > td:first-child {
  border-top-left-radius: 10px;
}
table.hyo tr:first-child > th:last-child,
table.hyo tr:first-child > td:last-child {
  border-top-right-radius: 10px;
}
table.hyo tr:last-child > th:first-child,
table.hyo tr:last-child > td:first-child {
  border-bottom-left-radius: 10px;
}
table.hyo tr:last-child > th:last-child,
table.hyo tr:last-child > td:last-child {
  border-bottom-right-radius: 10px;
}
table.hyo table {
  border: 1px solid #B0D57C;
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0;
}





/*---------*/



body{
    font-size: 0.95rem;
    color: #5B483B;
    position: relative;   
    background-color:#F4F1E4
}
#index header{
position: absolute;
z-index: 99;
width:100%;
display:flex;
justify-content: space-between;
background-image:none 
}
header{
    z-index: 99;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-image: url(img/Waku-8.png),url(img/bar-8.png);
    background-position: center bottom,center bottom;
    background-repeat: no-repeat,repeat; 
}

#index h1{
margin-left:50px;
margin-top:30px;
}
#index h1 img{
width:208px;
height:auto
}
h1{
margin-left:50px;
margin-top:30px;
}
h1 img{
width:150px;
height:auto
}
.NavMenu{
margin-right:50px;
margin-top:30px;
}
.NavMenu ul:nth-of-type(1){
    display: flex;
    justify-content: flex-end;
    background-image: url(img/header1-8.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    min-height: 61px;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
.NavMenu ul:nth-of-type(1) li{
margin-left:10px;
}
.NavMenu ul:nth-of-type(2){
background-color: #FFFFFF;
padding:30px 20px;
display: flex;
border-radius:8px;
}
.NavMenu ul:nth-of-type(2) li{
margin:0 20px;
}
.NavMenu a{
text-decoration: none
}

#topImg{
position: relative;
line-height:0
}
.topImgB{
position: absolute;
bottom:0;
z-index:97;
width:100%;
}
.topImgB img{
width:100%;
height:auto;
background-image: url(img/ill2-8.png),url(img/ill1-8.png);
background-repeat: no-repeat;
background-position: left -10px top,right -10px  top;
padding-top:130px;
}
#slider{
width:100%;
margin-right:auto;
margin-left:auto;
}
#slider li{
/*max-height:750px;*/
}
.bxslider li img{
object-fit: cover;
height:750px;
width:100%;
}





main{
position: relative;
display: block;
line-height:160%;
padding-bottom:100px;
}

article .box{
width:980px;
margin-right:auto;
margin-left:auto;
}
article h2{
text-align: center;
margin-bottom:100px;
}
article .box .tArea{
line-height:160%
}
a{ 
color:#866439
}
a:hover{
 opacity:0.7;
 filter:alpha(opacity=70);
 -ms-filter: “alpha( opacity=70 )”;
}



#oshirase .box{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width:100%;
align-items: stretch
}
#oshirase figure{
width:30%;
padding:0;
margin:0
}
#oshirase dl{
width:60%;
padding:0;
margin:0;
margin-right:5%;
margin-left:5%;
display:grid;
grid-template-columns:8rem 1fr;
}
#oshirase dl dt{
 grid-column: 1;
  font-weight: bold;
padding:0;
margin:0;
border-bottom: 1px solid #C4BBB0;
color:#8EB545;
margin-bottom:0.5rem;
padding-bottom:0.5rem;
}
#oshirase dl dd{
    grid-column: 2;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #C4BBB0;
    margin-bottom:0.5rem;
padding-bottom:0.5rem;
}
#oshirase .pdf{
text-align: right;
}
#oshirase figure{
overflow: hidden;
}
#oshirase figure img { 
width: 100%;
height: 100%;
object-fit: cover;
object-position: center; 
display: block;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
#kihon {
    display: flex;
   align-items: center;
   margin-bottom:80px;   
}
.nami {
    background-image: url("img/nami1a.png"),url("img/nami2a.png"),url("img/bgg3-8.png");
    background-repeat: repeat-x,repeat-x,repeat;
    background-position: center top -2px,center bottom -2px,center top;
   padding:80px 0
}
#kihon .box{
     display: flex;
    justify-content: space-between;    
}
#kihon table{
width:55%;
border-collapse:separate;
border-spacing:0;
background-color: rgba(255,255,255,0.50);
border-radius:8px;
height:100%;
border:none;
}
#kihon #map{
width:40%;
}

#kihon #map iframe{
width:100%;
height:100%;
border: 1px solid #FFF;
border-radius:3px;
}
#kihon table th {
border:none;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 15px;
	text-align: center;
    
}
#kihon table td {
border:none;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding:15px;
    word-break: break-all;   
}
#kihon table tr:first-child th{
	border-top-left-radius: 3px;
	border-top: 1px solid #FFF;
}
#kihon table tr:first-child td{
	border-top-right-radius: 3px;
	border-top: 1px solid #FFF;
}
#kihon table tr:last-child th{
	border-bottom-left-radius: 3px;
}
#kihon table tr:last-child td{
	border-bottom-right-radius: 3px;
}
#dl {

}
#dl ul{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin:0;
padding:0;
}
#dl li {
display: flex;
  align-items: center; 
  border-bottom: 1px solid #C4BBB0;
  padding: 5px 0; 
  width:45%;
}

#dl ul li::before {
  content: "\025cf"; 
  margin-right: 10px; 
}
#dl li a {
  padding: 5px 10px;
  text-decoration: none;
  display: block;  
  width:100%
}
.pagetop{
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
z-index:9999
}
.pagetop img{
width:100%;
height:auto;
max-width:92px;
}
footer{
    background-image: url(img/footerBg2-8.png),url(img/footerBg1-8.png);
    background-repeat: repeat-x;
    background-position: center bottom,center top;
    padding-top:170px;
 position: relative
}
footer .box{
text-align: center
}
footer .btn{
bottom:10px;
right:10px;
margin-right:10px;
position:absolute
}
footer p:nth-of-type(1){
text-align: center;
color:#fff;
margin:0;
font-size:0.8rem;
margin-top:4rem;
}
footer p:last-child{
text-align: center;
margin:0;
font-size:0.8rem;
}



#hoshin{
    background-image: url(img/hoiku3-8.png),url(img/hoiku8-8.png);
    background-repeat: no-repeat;
    background-position: left -80px center,right -80px bottom;
}
#hoshin .box{
display: flex;
align-items: center;
justify-content: space-between;
width:980px;
}
#hoshin figure{
width:40%;
}
#hoshin figure div{
width:100%;
position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 100%;
}
#hoshin figure img{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}
#hoshin .wrap{
position: relative;
width:60%;
margin-right:-10%;
margin-left:10%;
z-index:1
}
#hoshin .wrap .tArea{
    position: relative;
    background-color: #fff;
    width: 100%;
    font-size: 1.3rem;
    color: #58A75C;
    border-radius: 8px;    
    padding: 2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#hoshin .wrap .tArea>p{
text-align: center;
padding:0;
margin:0;
}
#hoshin .wrap h2{
position: absolute;
top:-50px;
z-index:1;
text-align: left;
left:-30px;
}
#hoshin .wrap .illust{
position: absolute;
z-index:2;
top:-20px;
right:20px;
}
#mokuhyo{
    background-image: url(img/bgYotsuba.png);
    background-repeat: repeat-x;
    background-position: center center;
    background-size: 2000px;
    margin-top: -200px;
    margin-bottom: 8rem;
}
#mokuhyo .box{
display: flex;
align-items:flex-end;
width:980px;
}
#mokuhyo figure{
width:40%;
}
#mokuhyo figure div{
width:100%;
position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 100%;
}
#mokuhyo figure img{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

#mokuhyo .wrap{
position: relative;
width:40%;
margin-left:-10%;
margin-bottom:-15%;
}
#mokuhyo .wrap .tArea{
    position: relative;
    background-color: #fff;
    width: 100%;   
    font-size: 1.2rem;
    color: #58A75C;
    border-radius: 8px;
    text-align: center;
    padding:3rem 0; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#mokuhyo .wrap h2{
text-align: center;
margin-bottom:0
}
#mokuhyo .wrap .illust{
position: absolute;
z-index:4;
top:-145px;
right:20px;
}
#mokuhyo ul{
    list-style-type: none;
    padding:0;
    margin:0;
    width:75%;
    margin-right:auto;
    margin-left:auto;
    text-align: left
}
#mokuhyo ul li{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #8EB545;
    background-image: url(img/dot1-8.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left:50px;
}
#mokuhyo ul li:nth-of-type(even){
background-image: url(img/dot2-8.png);
}
#gaiyo {
    margin-bottom:80px;
 }
#gaiyo table tr>*{
padding:2rem;

}
#gaiyo table tr>td{
background-color: #fff;
}

#tokushoku h3{
margin-bottom:3rem;
text-align: center;
font-size:1.5rem;
position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #C1DE98;

}
#tokushoku h3:before {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  content: '';
  border: 2px solid #866439;
}

#tokushoku .tArea{
    margin-bottom: 3rem;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    padding: 2rem;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#tokushoku figure{
width:90%;
margin-right:auto;
margin-left:auto;
}
#tokushoku figure ul{
display: flex;
flex-wrap: wrap
}
#tokushoku figure ul li{
width:32%;
margin-bottom:1rem;
margin-right:2%;
}
#tokushoku figure ul li:nth-of-type(3n){margin-right:0;
}
#tokushoku figure ul li figcaption{
font-size:85%;
text-align: center
}
#tokushoku section{
margin-bottom:5rem
}
#shien {
     margin-bottom:80px; 
}
#shien .box{
display: flex;
flex-wrap: wrap;
justify-content: space-between
}
#shien .box>.tArea{
width:100%;
margin-bottom:3rem;
}

#shien section{
    background-color: rgba(255,255,255,1.0);
    border-radius: 10px;
    width: 48%;
    padding: 1.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom:3rem;
}
#shien section figure{
margin-bottom:1rem
}
#shien section h3{
text-align: center
}
#shien section h3{
color:#58A75C;
font-size:1.2rem;
}
#shien .toiawase{
width:100%;
text-align: center
}
#toiawase{
    width: 70%;
    margin: 0 auto;
    background-color: hsla(0,0%,100%,0.75);
    padding: 3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    background-image:url(img/toiawase1-8.png),url(img/toiawase2-8.png);
    background-repeat: no-repeat,no-repeat;
    background-position: left top,right 1rem bottom 1rem;
    background-size: 150px,100px;
   
    border: 1px solid #866439;
}
#toiawase h3{
margin-bottom:1rem;
color:#58A75C;
font-size:1.2rem;
text-align: center;
}
#toiawase p{
margin:0;
padding:0;
text-align: center;
}




#daily h3{
text-align: center
}
#daily .wrap{
display: flex;
justify-content: space-between;
flex-wrap: wrap
}
#daily .wrap .daily01{
width:46%;
}
#daily .note{
width:100%;
margin-top:3rem;
margin-bottom:3rem;
}

#daily figure ul{
display: flex;
flex-wrap: wrap;

}
#daily figure ul li{
width:24%;
text-align: center;
font-size:0.8rem;
margin-right:1.3%;
margin-bottom:2rem;
}
#daily figure ul li:nth-of-type(4n){
margin-right:0;
}
#daily figure ul li img{
width:100%;
height:auto;
border-radius:8px;
}



#event {
  
   margin-bottom:80px;  
}

#event h2{
margin-bottom:3rem;
text-align: center
}
#event dl{
width:90%;
margin:0 auto;
display:grid;
grid-template-columns:8rem 1fr;
background-color: rgba(255,255,255,0.5);
border-radius: 10px;
padding: 5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom:3rem;
}
#event dl dt{
 grid-column: 1;
 font-weight: bold;
padding:0;
margin:0;
border-bottom: 1px solid #C4BBB0;
margin-bottom:0.5rem;
padding-bottom:0.5rem;
}
#event dl dd{
    grid-column: 2;
    padding: 0;
    margin: 0;
    padding-left:2rem;
    border-bottom: 1px solid #C4BBB0;
    margin-bottom:0.5rem;
padding-bottom:0.5rem;
}
#event dl dt p{
text-align: center;
font-weight:bold; 
background-color: #B0D57C;
border-radius:8px;
padding:4px 0;
color:#fff;
width:100%
}
#event dl dt, #event dl dd { display: flex; 
align-items: center; 
}
#event .note{
width:90%;
margin-right:auto;
margin-left:auto;
margin-bottom:3rem;
}

#event figure ul{
display: flex;
flex-wrap: wrap;
}
#event figure ul li{
width:24%;
text-align: center;
font-size:0.8rem;
margin-right:1.3%;
margin-bottom:2rem;
}
#event figure ul li:nth-of-type(4n){
margin-right:0;
}
#event figure ul li img{
width:100%;
height:auto;
border-radius:8px;
}

blog h2{
width:100%;
}
#blog .box{
display: flex;
justify-content: space-between;
flex-wrap: wrap
}
#blog .wrap2{
    width: 72.5%;    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 2.5%;
    border-right: 1px dotted #CBCBCB;
}
#blog section{
    margin-bottom: 3rem;
    border-bottom: 1px dotted #CBCBCB;
	padding-bottom:3rem;
}

#blog h3{
    font-size: 1rem;
    padding-left: 0.5rem;   
    margin-bottom: 1rem;
    font-weight: bold;
    color: #58A75C;
    border-left: 5px solid #F9A0C8;
}
#blog .date{
	text-align: right;
    color: #58A75C;
}
#blog .tArea{
	margin-bottom: 2rem;
}
#blog figure{
	margin-bottom: 2rem;
    width:100%;
}
#blog figure ul{
	display: flex;
     flex-wrap: wrap;
    width:100%;
}
#blog figure ul li{
	width:31%;	
margin-bottom:1rem;
line-height:0;
margin-right:3.2%
}
#blog figure ul li:nth-of-type(3n){
margin-right:0
}
#blog figure ul li figcaption{
	font-size:0.8rem;
	text-align: center;
	line-height:120%;
    margin-top:0.3rem;
}
#blog figure ul li img{
	width:100%;
	height:auto;
	border-radius:8px; 
    font-size:0
}
#blog .pdf ul li{
	background-color: #D9D4BE;	
	margin-bottom:1rem;
	border-radius:5px;
    padding-left:10px;
}
#blog .pdf a{
    color:#5B453B;
    background-image: url(img/PDF_24.png);
    background-repeat: no-repeat;
    background-position: left center;	
	padding:5px 30px 5px 30px;
	display: block;
	min-height:24px;   
}
#blog .pdf a:hover{
	text-decoration: none
}
#blog .youtube{
	width:80%;
	margin-right:auto;
	margin-left:auto;
    margin-top:2rem;
}
#blog .youtube .wrapwrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	
}
#blog .youtube .wrapwrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#blog .pager{
	margin-top:100px;
	
}
#blog .pager  ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

#blog .pager .pagination li {
  display: inline;
  margin: 0 1px;
  padding: 0;
  display: inline-block;
  background:#D3B28D;
  width: 45px;
  height: 45px;
  text-align: center;
  position: relative;
	border-radius:5px;
}

#blog .pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color:#5B453B;
  text-decoration: none;
}

#blog .pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

#blog .pager .pagination li a:hover,
#blog .pager .pagination li a.active{
 color:#5B453B;
  background: #E3CFB8;
	border-radius:5px;
}
#blog .cat{
    width: 25%;    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    font-size: 0.9rem;   
}
#blog .cat p{
	text-align: center;
}
#blog .cat p img{
width:100%;
height:auto;
max-width:221px;
}
#blog .cat ul li{
    list-style-position: outside;
    list-style-type: circle;
	margin-left:1rem;
	margin-bottom:1rem;
}

#blog .cat ul li a:hover{
	text-decoration: none;
}
































@media screen and (max-width: 999px){
article{
padding-bottom:60px;
padding-top:60px;
}

article .box{
width:90%;
margin-right:auto;
margin-left:auto;
}


header{
flex-wrap: wrap;
}
header{
    background-image: url(img/Waku-8.png),url(img/bar-8.png);
    background-position: center bottom,center bottom;
    background-repeat: no-repeat,repeat;
    background-size: 1000px,2000px;
}
h1{
margin-right:auto;
margin-left:auto;
width:16%;
margin-top:10px;
}
h1 img{
width:100%;
height:auto;
max-width:209px;
}
#index h1{
margin-right:auto;
margin-left:auto;
width:16%;
margin-top:10px;
}
#index h1 img{
width:100%;
height:auto;
max-width:209px;
}
.NavMenu{
margin-right:5%;
margin-left:5%;
width:100%;
margin-top:-50px;
}
.NavMenu ul:nth-of-type(1){
    background-image: url(img/header1-8.png);
    min-height: 61px;
    padding-top: 10px;
    display: flex;
    justify-content: flex-end;  
}
.NavMenu ul:nth-of-type(1) li {
width:16%;
}
.NavMenu ul:nth-of-type(1) li img{
width:100%;
height:auto;
max-width:124px;
}
.NavMenu ul:nth-of-type(1) li{
margin-left:5px;
}
.NavMenu ul:nth-of-type(2){
padding:15px 20px;
display: flex;
justify-content: space-between
}
.NavMenu ul:nth-of-type(2) li{
margin:0;
}

.bxslider li img{
height:550px;
}
.topImgB img{
width:100%;
height:auto;
background-image: url(img/ill2-8.png),url(img/ill1-8.png);
background-repeat: no-repeat;
background-position: left -10px top ,right -10px  top ;
padding-top:100px;
background-size: 200px;
}


h2 img{
height:80px;
width:auto;
}
.nami{
    background-image: url("img/nami1a.png"),url("img/nami2a.png"),url("img/bgg3-8.png");
    background-repeat: repeat-x,repeat-x,repeat;
    background-position: center top -2px,center bottom -2px,center top;
   padding:80px 0;
   background-size: 1200px,1200px,1207px;
}
#kihon .box{
     flex-wrap: wrap   
}
#kihon table{
width:100%;
margin-bottom:20px;
}
#kihon #map{
width:100%;
}
#kihon #map iframe{
height:300px;
}
#gaiyo table tr>* {
	padding:1rem;   
}
footer .btn{
bottom:10px;
right:10px;
margin-right:0;
position:static;
text-align: center;
margin-top:2rem;
}
footer{
background-size: 1800px,1300px;
}



#hoshin .box{
display: flex;
align-items: center;
justify-content: space-between;
width:94%;
}
#hoshin figure{
width:40%;
}

#hoshin .wrap{
position: relative;
width:65%;
margin-right:-10%;
margin-left:5%;
z-index:1
}
#hoshin .wrap .tArea{
    font-size: 1rem;    
}
#hoshin .wrap h2{
position: absolute;
top:-40px;
z-index:1;
text-align: left;
left:-30px;
}
#hoshin .wrap h2 img{
width:250px;
height:auto;
}
#hoshin .wrap .illust{
position: absolute;
z-index:2;
top:-20px;
right:20px;
}
#hoshin .wrap .illust img{
width:50px;
height:auto;
}
#mokuhyo{
    background-image: url(img/bgYotsuba.png);
    background-repeat: repeat-x;
    background-position: center center;
    background-size: 2000px;
    margin-top: -50px;
    margin-bottom: 8rem;
}
#mokuhyo .box{
display: flex;
align-items:flex-start;
width:94%;
}
#mokuhyo figure{
width:40%;
margin-top:-80px;
}
#mokuhyo figure div{
width:100%;
position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 100%;
}
#mokuhyo figure img{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

#mokuhyo .wrap{
position: relative;
width:60%;
margin-left:-10%;
margin-bottom:0%;
}
#mokuhyo .wrap .tArea{
    position: relative;
    background-color: #fff;
    width: 100%;   
    font-size: 1rem;
    color: #58A75C;
    border-radius: 8px;
    text-align: center;
    padding:3rem 0; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#mokuhyo .wrap h2{
text-align: center;
margin-bottom:0
}
#mokuhyo .wrap h2 img{
width:250px;
height:auto;
}
#mokuhyo .wrap .illust{
position: absolute;
z-index:4;
top:-105px;
right:20px;
}
#mokuhyo .wrap .illust img{
width:200px;
height:auto;
}
#mokuhyo ul{
    list-style-type: none;
    padding:0;
    margin:0;
    width:80%;
    margin-right:auto;
    margin-left:auto;
    text-align: left
}
#mokuhyo ul li{
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #8EB545;
    background-image: url(img/dot1-8.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left:50px;
}
#tokushoku h3{
margin-bottom:2rem;
font-size:1.2rem;
}
#tokushoku figure ul li{
width:48%;
margin-right:4%
}
#tokushoku figure ul li:nth-of-type(3n){margin-right:auto;
}
#tokushoku figure ul li:nth-of-type(2n){margin-right:0;
}
#tokushoku .tArea{
    margin-bottom: 2rem;    
}


#daily .box{
width:94%;
margin-right:auto;
margin-left:auto;
}
#daily .wrap .daily01{
width:100%;
}
#daily table{
height:auto;
}
#daily figure{
width:90%;
margin-right:auto;
margin-left:auto;
}
#daily figure ul li{
width:48%;
margin-bottom:2rem;
margin-right:4%
}
#daily figure ul li:nth-of-type(2n){
margin-right:0
}
#daily .note{
width:100%;
margin-top:0;
margin-bottom:3rem;
}
#event .box{
width:94%;
margin:0 auto;
}
#event dl{
width:100%;
padding:3rem
}
#event figure{
width:90%;
margin-right:auto;
margin-left:auto;
}
#event figure ul li{
width:48%;
text-align: center;
font-size:0.8rem;
margin-bottom:2rem;
margin-right:4%;
}
#event figure ul li:nth-of-type(2n){
margin-right:0
}
#event .note{
width:100%;
margin-top:0;
margin-bottom:3rem;
}
#blog figure ul li{
	width:48%;
	margin-right:4%;	
}
#blog figure ul li:nth-of-type(3n){
margin-right:auto
}
#blog figure ul li:nth-of-type(2n){
margin-right:0
}




}




@media screen and (max-width: 599px){
.nami{
    background-image: url("img/nami1a.png"),url("img/nami2a.png"),url("img/bgg3-8.png");
    background-repeat: repeat-x,repeat-x,repeat;
    background-position: center top -2px,center bottom -2px,center top;
   padding:80px 0;
   background-size: 800px,800px,1200px;
}

body{ 
font-size: 0.9rem; 
line-height: 1.6; 
}
header{ 
padding:0;
}
header{
    background-image: url(img/Waku-8.png),url(img/bar-8.png);
    background-position: center bottom 35px,center bottom 35px;
    background-repeat: no-repeat,repeat-x;
    background-size: 600px,1000px;
}
h1
{ 
width:23%;
margin-left:5%;
margin-right:auto;
} 
#index h1
{ 
width:23%;
margin-left:5%;
margin-right:auto;
}
nav.NavMenu{
    width: 100%;
    margin: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #B9D067;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    display: flex;
    flex-direction: column-reverse;
    padding:10px 10px 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
       background-image: url(img/header1-8.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.NavMenu ul:nth-of-type(1){
    background-image: url(img/header1-8.png);
    min-height: 61px;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    background-image: none
}
.NavMenu ul:nth-of-type(1) li {
width:50%;
}
.NavMenu ul:nth-of-type(1) li img{
width:100%;
height:auto;
max-width:124px;
}
.NavMenu ul:nth-of-type(1) li{
margin-left:5px;
}




nav.NavMenu ul:nth-of-type(2){
margin:0;
padding:0;
flex-wrap: wrap
}
nav.NavMenu ul:nth-of-type(2) li{
font-size: 1.1em;
list-style-type: none;
padding: 0;
margin:0;
width: 100%;
border-bottom: 1px dotted #333;
}
nav.NavMenu ul:nth-of-type(2) li:last-child{
padding-bottom: 0;
border-bottom: none; 
}
nav.NavMenu ul li a{
display: block;
color: #866439;
padding: 1em 0;
}
nav.NavMenu.active{
transform: translateY(0%);
}



.Toggle {
display: block;
position: fixed;
right: 13px;
top: 12px;
width: 42px;
height: 42px;
cursor: pointer;
z-index: 3;
}
.Toggle span {
display: block;
position: absolute;
width: 30px;
border-bottom: solid 3px #866439;
-webkit-transition: .35s ease-in-out;	
-moz-transition: .35s ease-in-out;	
transition: .35s ease-in-out;
left: 6px;
}
 
.Toggle span:nth-child(1) {
top: 9px;
}
 
.Toggle span:nth-child(2) {
top: 18px;
}
 
.Toggle span:nth-child(3) {
top: 27px;
}
.Toggle.active span:nth-child(1) {
top: 18px;
left: 6px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
top: 18px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}


.topImgB img{
padding-top:80px;
background-size: 130px;
}

.bxslider li img{
object-fit: cover;
height:350px;
width:100%;
}

main{
padding-bottom:150px;
}
article{
padding-bottom:40px;
padding-top:40px;
}
article h2{
margin-bottom:60px;
}
h2 img{
height:60px;
width:auto;
}
#oshirase .box{ 
width:100%;
flex-wrap: wrap
} 
#oshirase dl{ 
width: 90%;
margin-right:auto;
margin-left:auto;
display: block;
}
#oshirase dl dt{
width:100%;
 grid-column: auto;
  font-weight: bold;
padding:0;
margin:0;
border-bottom: none;
margin-bottom:0.5rem;
padding-bottom:0;
}
#oshirase dl dd{
width:100%;
    grid-column: auto;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #C4BBB0;
    margin-bottom:0.5rem;
padding-bottom:0.5rem;
}
#oshirase figure{ 
width: 100%;
margin-top: 20px;
} 
#oshirase figure img{
border-radius: 0;
height: 200px; 
object-fit: cover;
} 
/* 基本情報 */ 
#kihon {
   background-size: 800px;
} 
#kihon .box{ 
width: 90%;
margin-right:auto;
margin-left:auto;
} 

/* ダウンロード */ 
#dl ul{ 
flex-direction: column;
} 
#dl li{ 
width: 100%;
} 
/* フッター */ 
footer{
background-size: 1300px,700px;
padding-top:100px;
}
footer ul{ 
flex-direction: column; 
align-items: center;
width:70%;
margin-right:auto;
margin-left:auto;
} 
footer ul li{ 
margin-bottom: 10px; 
} 
footer ul li:first-child img{
width:100%;
height:auto;
max-width:350px;
}
footer ul li:last-child img{
width:100%;
height:auto;
max-width:261px;
}
footer .btn{ 
position: static; 
margin: 20px auto; 
}
footer .btn img{
width:180px;
height:auto;
}
#hoshin{
    background-image: url(img/hoiku3-8.png),url(img/hoiku8-8.png);
    background-repeat: no-repeat;
    background-position: left -50px center,right -50px bottom;
    background-size: 120px;
}
#hoshin .box{
display: flex;
align-items: center;
justify-content:center;
width:94%;
flex-wrap: wrap
}
#hoshin figure{
width:70%;
margin-top:1rem
}

#hoshin .wrap{
position: relative;
width:90%;
margin-right:auto;
margin-left:auto;
z-index:1
}

#hoshin .wrap h2{
position: absolute;
top:-30px;
z-index:1;
text-align: left;
left:-30px;
}
#hoshin .wrap h2 img{
width:200px;
height:auto;
}
#mokuhyo{
    background-image: url(img/bgYotsuba.png);
    background-repeat: repeat-x;
    background-position: center center;
    background-size: 2000px;
    margin-top: -50px;
    margin-bottom: 8rem;
}
#mokuhyo .box{
justify-content: center;
width:94%;
flex-wrap: wrap;
flex-direction:column-reverse;
align-items: center
}
#mokuhyo figure{
width:75%;
margin-top:1rem
}

#mokuhyo .wrap{
position: relative;
width:100%;
margin-left:0%;
margin-bottom:0%;
}
#mokuhyo .wrap .tArea{
    position: relative;
    background-color: #fff;
    width: 100%;   
    font-size: 1rem;
    color: #58A75C;
    border-radius: 8px;
    text-align: center;
    padding:3rem 0; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#mokuhyo .wrap h2{
text-align: center;
margin-bottom:0
}
#mokuhyo .wrap h2 img{
width:200px;
height:auto;
}
#mokuhyo .wrap .illust{
position: absolute;
z-index:4;
top:-105px;
right:20px;
}
#mokuhyo .wrap .illust img{
width:150px;
height:auto;
}
#tokushoku h3{
margin-bottom:2rem;
font-size:1.1rem;
}
#shien section{
  width: 100%;  
}
#toiawase{
width:100%;
background-size: 120px,80px
}

#daily h3 img{
width:100px;
height:auto;
}
#event dl{
grid-template-columns:5rem 1fr;
padding:2rem
}
#event dl dd{
padding-left:1.5rem;
}
#blog .box{
flex-wrap: wrap
}
#blog .wrap2{
    width: 100%;    
    padding-right: 0;
    border-right: none;
}
#blog .cat{
    width: 100%;
    float: none;
    margin-top: 1.5rem;
    border: 4px double #7ACC8C;
	border-radius:5px;
	padding:0.5rem;	
}
#blog .cat p{
width:35%;
margin-right:auto;
margin-left:auto;
}
#blog .youtube{
	width:100%;
	margin-right:auto;
	margin-left:auto
}    





}