@charset "shift_JIS";
/* CSS Document */



* { 
margin: 0;
padding: 0;
border: 0;
box-sizing: border-box;
}
ul,ol {
    margin-left: 1em;
    list-style-position: outside;
}
table {

}
table th {
    padding: 5px;
    border: 1px solid #EBEBEB;
}
table td {
	padding: 5px;
    border: 1px solid #EBEBEB;
}
p {
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0px;
}

a {
    color: #3887B3;
    text-decoration: none;
} 
a:visited {
	color: #F46A00;
	text-decoration: none;
} 
a:hover {
    color: #C03A4B;
} 
a:active {
　　color: #CC0066; 
} 

/*---------------------------------------------------------
  						clearfix
---------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
.clea{
	clear:both;	
	}
* html .clearfix {
    height: 1px;
    /*?*//*/
    height: auto;
    overflow: hidden;
    /**/
}


h1 {
	padding-top: 20px;
}

h1 a:hover img {
    opacity: 0.8;
}
/*
h1 a:hover img {
    opacity: 0.9;
	transform: rotate(-4deg);
	transition-duration: 1s;
}
h1 a img {
	transition-duration: 1s;
}
*/
h1 img {
	width: 34%;
}
h2 {
    text-align: center;
    margin-bottom: 30px;
}


h3 {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: left;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 4px;
    padding-left: 4px;
    position: relative;
    background-color: #FBE0A6;
    border: dashed 2px white;
    padding-top: 0.3em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 0.2em;
    color: #450607;
    -webkit-box-shadow: 0px 0px 0px 5px #FBE0A6;
}


h4 {
    text-align: left;
    font-size: 20px;
    font-weight: 200;
    color: #D32000;
    margin-bottom: 15px;
    border-top: 1px dotted #D32000;
    border-bottom: 1px dotted #D32000;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: #FFF8F4;
}

img {
	vertical-align: bottom;
	border: 0px;

}



main a:hover img {
	opacity: 0.7;
	-moz-opacity:0.7; 
	filter: alpha(opacity=70);
	zoom: 1;
}




/*ページ構成*/
html,body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 16px;
    color: #3E261B;
    /*background-color: #FFFFFF;*/
    line-height: 1.7em;

}
body{
    position: relative;
}
#wrapper {
    width: 100vw;
    height: 100dvh;
    position: fixed;
    z-index: -1;
    background-image: url(images/bg_footer.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}
#system_main {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-image: url(images/bg_header.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}


header {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    margin-right: auto;
    margin-left: auto;

}


main {
    text-align: center;
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;

}


#menu{
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
}
#menu ul{
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 1.2rem;
    line-height: 2em;
    letter-spacing: -1px;
}
#menu li a{
    color: #33281F;
}
#menu li{
    text-align: center;
    padding: 0 5px;
    width: calc(100% / 4);
    list-style-type: none;
    background-color: rgba(255,247,228,0.83);
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
    border-radius: 15px;
}
.animated:hover {
    animation-name: bounce;
    animation-duration: 1s;
}

#menu p{
	margin: 5px auto;
}
.sp { display: none !important; }

@media screen and (max-width:1200px){
#menu ul{
    width: 86%;
}
#menu li{
    margin-left: 10px;
    margin-right: 10px;
	
}
}





footer {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 360px;
}
footer .copy {
	text-align: center;
	font-size: 12px;
	color: #5A3D1C;
	margin-right: auto;
	margin-left: auto;
}
footer .copy img {
    height: 34px;
	}
/* pagetop */
.pagetop{
    position: fixed;
    bottom: 30px;
    right: 30px;
	z-index: 9999;
	width: 50px;
}
 
.pagetop a{
    display: block;
    text-decoration: none;
 }
.pagetop img{
	width: 100%;
}



.bgbox {
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #FFF0F4;
}
.box {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,0.75);
    padding: 50px;
    border-radius: 30px;
}
/* トップ */



.flex {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}

.tleft {
    width: 55%;
    margin-bottom: 20px;
}
.tright {
	width: 42%;
}
.tleft figure img {
    width: 100%;
    border-radius: 20px;
}	


#map {

	}

#map iframe {
    width: 100%;
    height: 295px;
	}


#rinen {
	margin-bottom: 60px;
	}
#youjizou {
	margin-bottom: 60px;
	}

#mokuhyou {
	margin-bottom: 60px;
	}

#mokuhyou ul {
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    padding: 30px;
    background-color: #FFFFFF;
    border-radius: 20px;
    margin-bottom: 20px;
	}
#mokuhyou ul li:nth-child(odd) {
    text-align: left;
    background-image: url(images/list1.png);
    background-repeat: no-repeat;
    background-position: left top;
    border-bottom: 1px dashed #D84867;
    padding-left: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
	}
#mokuhyou ul li:nth-child(even) {
    text-align: left;
    background-image: url(images/list2.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #4892D8;
	}



.txt {
    text-align: left;
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 20px;	
    -webkit-box-shadow: 1px 1px 4px #9E9180;
    box-shadow: 1px 1px 4px #9E9180;
}

#outline {
	margin-bottom: 60px;
	}
#outline table {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-spacing: 3px;
    margin-bottom: 15px;
	border-collapse: separate;
}
#outline th {
    padding: 0.5em;
    text-align: left;
    width: 20%;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
    background-color: #DCF5FF;
    border-width: 0px;
    background-image: url(images/bg272.png);
}
#outline td {
    padding: 0.5em;
    text-align: left;
    background-color: #FFFFFF;
    border-width: 0px;
}


#daily {
	margin-bottom: 60px;
	}
#daily table {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

#daily td {
    padding: 0.5em;
    border-width: 0px;
}

#daily td img {
    width: 100%;
}


#event {
	margin-bottom: 60px;
	}
#event table {
    width: 64%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    border-spacing: 5px;
    border-collapse: separate;
}
#event th {

    border-width: 0px;
    width: 15%;
}

#event td {
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 5px;
    border-width: 0px;
    background-color: #FFFFFF;
    text-align: left;
}

#event th img {
    width: 100%;
}
#event ul {
    width: 32%;
    margin-left: 0px;
    list-style: none;
}
#event ul li {
	width: 100%;
	margin-bottom: 15px;
}
#event ul li img {
	width: 100%;
}

#blog {}
#blog table td {
	border-width: 0px;
}

#blogbox {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}
#blogside {
    width: 26%;
    background-color: #FFF7D1;
    padding: 20px;
    margin-bottom: 20px;
    background-image: url(images/bg4.png);
    background-position: center center;
}
#blogside ul {
    counter-reset: list;
    list-style-type: none;
    line-height: 1.6;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    text-align: left;
    background-color: #FFFFFF;
    margin-top: 15px;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
}
#blogside ul li{
    position: relative;
    padding: 0 0 0 20px;
    margin: 7px 0 7px 0px;
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px dashed #76ABF9;
}
#blogside ul li:before{
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #72AB44;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#blogside ul li:after{
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


#blog_o {
    text-align: center;
    width: 70%;
    margin-top: 0px;
    margin-bottom: 20px;
}

#blog .blogmain {
    text-align: center;
    margin-bottom: 55px;
    border-bottom: 2px dashed #90C4DB;
    padding-bottom: 20px;
    padding-top: 20px;
}

#blog table {
	width: 100%;
	border-spacing: 6px 6px;
	padding-bottom: 10px;
}
#blog table tr .blogtext {
    text-align: left;
    padding-left: 30px;
    width: auto;
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
    background-color: #E6F8FC;
}

#blog table tr .blogtext img {
    width: 50%;
    border: solid 4px #FFF;
    box-shadow: 1px 1px 4px 0px #D5D3D1;
    margin-top: 10px;
}
#blog .blogphoto {
	width: 33%;
	padding-top: 10px;
	padding-bottom: 10px;
}


#blog .blogphoto img {
	width: 90%;
	border:solid 10px #FFF;
	box-shadow: 1px 1px 4px 0px #D5D3D1;
}
#blog table tr .blogcomment {
	
	font-size: 75%;
	text-align: center;
	padding: 5px;
	margin:5px;
	background-color:#FFF276;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
#blog .blogdate {
    font-size: 12px;
    text-align: right;
    padding: 5px;
    width: auto;
    background-color: #E6F8FC;
}

#blog dl {}
#blog dt {
	text-align: center;
}
#blog dd {
    text-align: center;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    margin-top: 5px;
    background-color: #FFFFFF;
    border-radius: 10px;
}


.blogpdf {
	text-align: center;
	padding: 10px;
}
.blogpdf a {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    padding: 6px;
    display: block;
    background-color: #3AAECB;
    color: #FFFFFF;
    text-decoration: none;
}
.blogpdf a:hover {
    background-color: #FFF6D2;
    color: #3AAECB;
}





#blog2 {
}
#blog2 table td {
	border-width: 0px;
}

#blog2box {
width: 100%;
margin-right: auto;
margin-left: auto;
display: flex;
justify-content: space-between;
box-sizing: border-box;
flex-wrap : wrap;
}
#blog2side {
    width: 26%;
    background-color: #FFE3CC;
    padding: 20px;
    margin-bottom: 20px;
    background-image: url(images/bg4.png);
    background-position: center center;
}
#blog2side ul {
    counter-reset: list;
    list-style-type: none;
    line-height: 1.6;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    text-align: left;
    background-color: #FFFFFF;
    margin-top: 15px;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
}
#blog2side ul li{
    position: relative;
    padding: 0 0 0 20px;
    margin: 7px 0 7px 0px;
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px dashed #874A21;
}
#blog2side ul li:before{
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #F7A286;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#blog2side ul li:after{
content: "";
display: block;
position: absolute;
left: 6px;
height: 0;
width: 0;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left: 5px solid #fff;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}


#blog2_o {
text-align: center;
    width: 70%;
margin-top: 0px;
margin-bottom: 20px;
}

#blog2 .blog2main {
    text-align: center;
    margin-bottom: 55px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 2px solid #F3F0CD;
}

#blog2 table {
width: 100%;
border-spacing: 6px 6px;
padding-bottom: 10px;
}
#blog2 table tr .blog2text {
    text-align: left;
    padding-left: 30px;
    width: auto;
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
    background-color: #EFF8E2;
}
#blog2 table tr .blog2text img {
    width: 50%;
    border: solid 4px #FFF;
    box-shadow: 1px 1px 4px 0px #D5D3D1;
    margin-top: 10px;
}

#blog2 .blog2photo {
width: 33%;
padding-top: 10px;
padding-bottom: 10px;
}


#blog2 .blog2photo img {
    width: 90%;
    border: 10px solid #FFF;
    box-shadow: 1px 1px 4px 0px #D5D3D1;
}
#blog2 table tr .blog2comment {

font-size: 75%;
text-align: center;
padding: 5px;
margin:5px;
background-color:#FFF276;
border-radius:7px;
-moz-border-radius:7px;
-webkit-border-radius:7px;
}
#blog2 .blog2date {
    font-size: 12px;
    text-align: right;
    padding: 5px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    width: auto;
    background-color: #EFF8E2;
}

#blog2 dl {}
#blog2 dt {
text-align: center;
}
#blog2 dd {
    text-align: center;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    background-color: #FFFFFF;
    margin-top: 5px;
    border-radius: 10px;
}


.blog2pdf {
text-align: center;
padding: 10px;
}
.blog2pdf a {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    padding: 6px;
    display: block;
    background-color: #64A81D;
    text-decoration: none;
    color: hsla(0,0%,100%,1.00);
}
.blog2pdf a:hover {
    background-color: #FFEBDD;
    color: #64A81D;
}



.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 15px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*ページ送り*/
.pager  ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
    display: inline;
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    background-color: #402311;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    font-size: 0.9em;
    list-style-type: none;
}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #fff;
  text-decoration: none;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
    color: #430001;
    background-color: #F5EAAA;
    border-radius: 50%;
}




@media screen and (max-width:1080px){
	
main {
    width: auto;

}

header {
    background-size: 150% auto;
}
header {
	height: auto;
	width: auto;

}	
	
.box {
	width: auto;
    margin-left: auto;
    margin-right: auto;
	padding: 20px;
}
	

	
}
	
@media screen and (max-width:768px){

html,body {
}



h1 img {
	width: 60%;
}
	
.sp { display: block !important; }	
.toggle{
	position: absolute;
	top:10px;
	right: 10px;
}
.openbtn1{
    position: relative;/*ボタン内側の基点となるためrelativeを指定*/
    background-color: #A0BE10;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

/*ボタン内側*/
.openbtn1 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background: #fff;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;/*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
	

		
#menu{
    display: none;
    width: 100%;
    background-color: rgba(255,233,238,1.00);
}

#menu ul{
    width: 96%;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;

}
	/*
#menu li:first-child {
    width: 98%;
    margin: 1%;
    box-sizing: border-box;
    border-left: none;
    background-color: #86D0F7;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
*/
#menu li{
    width: 48%;
    margin: 1%;
    box-sizing: border-box;
    border-left: none;
    background-color: #FFFDF4;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#menu li a{

}	

#daily table {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

#event table {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#event th {
    width: 20%;
}

#event ul {
   width: 100%;
}
footer {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 200px;
}
	

footer .copy img {
	width: 80%;
	height:auto;
	}

/* pagetop */
.pagetop{
    position: fixed;
    bottom: 10px;
    right: 10px;
	width: 45px;
}	

.tleft {
	width: 100%;
}
.tright {
	width: 100%;
}

	

#blog td{
	width: auto;
	display:block;
}

#blog table tr .blogphoto {
	width: auto;
	padding: 10px;
}
#blogside, #blog_o {
	width: 100%;
}	

#blog2 td{
width: auto;
display:block;
}

#blog2 table tr .blog2photo {
width: auto;
padding: 10px;
}
#blog2side, #blog2_o {
width: 100%;
} 
	
	

	
	
	
	
	
	
	
}

@media screen and (max-width:480px){
#system_main {
    background-image: url(images/bg_header.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 90% auto;
}
h1 img {
	width: 70%;
}

	h2 img {
		width: 80%;
	}

h3 {
	font-size: 17px;
}


footer .copy img {
	width:100%
}
footer {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 120px;
}


header {
    height: auto;
}


#outline th {
	width: auto;
display: block;
}

#outline td {
	width: auto;
display: block;
}

#daily td {
	width: auto;
display: block;
	margin-bottom: 20px;
}
#blog table tr .blogtext {
    margin-top: 0px;
    margin-bottom: 0px;
}	
#blog table tr .blogphoto {
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#blog2 table tr .blog2text {
    margin-top: 0px;
    margin-bottom: 0px;
}	
#blog2 table tr .blog2photo {
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}	
	
#blog table tr .blogtext img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#blog2 table tr .blog2text img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
		
	}
