@charset "Shift_JIS";
/* CSS Document */

* { 
margin: 0;
 padding: 0;
  border: 0;
	box-sizing: border-box;
}
ul,ol {
    margin-left: 1em;
    list-style-position: outside;
    text-align: left;
}
table {
}
table th {
    padding: 5px;
    border: 1px solid #EBEBEB;
}
table td {
	padding: 5px;
    border: 1px solid #EBEBEB;
}



/*font*/
.kosugi-maru-regular {
  font-family: "Kosugi Maru", serif;
  font-weight: 400;
  font-style: normal;
}
.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}
/* <uniquifier>: Use a unique and descriptive class name
<weight>: Use a value from 100 to 900*/ 

.noto-sans-<uniquifier> {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
/*font*/

a {
	color: #0090EC;
	text-decoration: none;
} 
a:visited {
	color: #F46A00;
	text-decoration: none;
} 
a:hover {
	color: #E1001C;
} 
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;
    /**/
}





h3 {
    text-align: left;
    border-radius: 10px;
    font-size: 1.6em;
    font-weight: normal;
    margin-bottom: 0.5em;
    padding-bottom: 0.2em;
    padding-top: 0.2em;
    padding-right: 0.2em;
    padding-left: 0.2em;
    background-image: url(images/bg_h3.png);
}

h2 {
    margin-bottom: 20px;
    text-align: center;
    background-image: url(images/bg_h2.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}


h4 {
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	color: #FF4B4E;
	margin-bottom: 0.5em;
	border-bottom: 1px dashed #FF4B4E;
	border-top: 1px dashed #FF4B4E;
}

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: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
    font-size: 16px;
	background-color: #FDE293;
	color: #633400;
	background-image: url(images/bg_body.png);
	background-position: center top;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}


#system_main {
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    position: relative;
    height: auto !important; /*IE6対策*/
    height: 100%; /*IE6対策*/
    min-height: 100%;
    background-repeat: no-repeat;
    background-image: url(images/bg_main.png);
    background-position: center bottom;
    background-size: 100% auto;
}

header {
    width: 1200px;
    height: auto;
	margin-left: auto;
    margin-right: auto;

    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : nowrap;
    list-style-type: none;
	
}

h1 {
    padding-top: 15px;
    width: 450px;
    padding-bottom: 30px;

}
h1 img {
	width: 100%;
}


.address {
	width: 390px;
	margin-top: 20px;
}
.address img {
width: 100%;

}

#mainnav  {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
	}
#mainnav ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
}

#mainnav ul li {
	width: 16.6%;
	}


#mainnav ul li img{
	width: 90%;
}

	

	
main {
	display: block;
	clear: both;
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 130px;
	padding-top: 30px;
}





footer {
	width: 100%;
	height: 50px;
	left: 0px;
	text-align: center;
	position: absolute;
	bottom: 0px;
}
footer .copy {
	text-align: center;
	font-size: 12px;
	color: #5A3D1C;
	padding-top: 0px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
footer .copy img {
	height: 32px;
	}

.pagetop {
	position: absolute;
	bottom: 60px;
	right:10px;
	margin-right: auto;
	margin-left: auto;
	z-index:999;
}
.pagetop img {
	width: 160px;
}

/*スライダー*/

#topslide {
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
#topimg2 {
	position:absolute;
	bottom:-2px;
	left:0px;
}
#topimg1 {
	position: absolute;
	top:0px;
	right:0px;
}
#topimg1 img {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
}
#topimg2 img {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.slider div img {
    height: 60vw;
    object-fit: cover;
}

/* トップ */



#news {
    margin-bottom: 60px;
	}

#news ul {
    text-align: left;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 20px;
    border: 3px solid rgba(145,212,66,1.00);
    margin-left: auto;
    margin-right: auto;
}
#news li {
    text-align: left;
    border-bottom: 1px dashed #DB8DA3;
    margin-bottom: 10px;
    padding-bottom: 10px;
    background-image: url(images/list.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 30px;
    padding-top: 10px;
    list-style-type: none;
}

#newsmidashi {
    text-align: left;
    margin-left: 20px;
}

#map {
    margin-bottom: 100px;
    width: 48%;
	}
	
#map iframe {
    width: 100%;
    height: 330px;
	}

.flex {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}
#kihon {
    margin-bottom: 100px;
    width: 48%;
	}
#kihon table {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-spacing: 3px;
    margin-bottom: 15px;
	border-collapse: separate;
}
#kihon th {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    text-align: left;
    width: 20%;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
    background-color: #FFBE85;
    border-width: 0px;
}
#kihon td {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    text-align: left;
    background-color: #F8F8F8;
    border-width: 0px;
}

#policy {}

#policy > div {
    margin-bottom: 50px;
    text-align: left;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: #FFF3DC;
    border-radius: 20px;
    margin-top: 16px;
    border: 2px dashed #FD851D;
    box-shadow: 0 0 0 8px #FFF3DC;
    background: #FFF3DC;
}













#daily {
    margin-bottom: 80px;
}
#daily table {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-spacing: 3px;
    margin-bottom: 15px;
}
#daily th {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    font-weight: bold;
    background-color: #963A00;
    border-width: 0px;
    color: rgba(255,255,255,1.00);
    border: 1px solid #fff;
}
#daily td {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #FBF5E6;
    border-width: 0px;
    border: 1px solid #fff;
}
.dtxt {
    background-color: rgba(232,219,208,1.00);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: left;
}
.dflex {
    display: flex;
    justify-content: flex-start;
    flex-wrap : wrap;
    margin-top: 15px;
}

.dflex figure {
    width: calc(100% / 4 - 2%);
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
}
.dflex figure img {
	width: 100%;
    border-radius: 15px;
}

.dflex figure figcaption {
    background-color: #FFE4A3;
    border-radius: 15px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 10px;
}





#event {
	margin-bottom: 80px;
}
#spring {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    background-color: #FFEFF0;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 20px;
}
#summer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    background-color: #EAFDEE;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 20px;
}
#autumn {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    background-color: #FFFBF0;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 20px;
}
#winter {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    background-color: #F3F4FF;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 20px;
}
#spring dl {

}
#spring dt {
    text-align: left;
    border-bottom: 3px double #FF6D70;
    margin-bottom: 10px;
	font-size: 1.2rem;
}
#spring dd {
    margin-bottom: 30px;
    text-align: left;
}
#summer dl {

}
#summer dt {
    text-align: left;
    border-bottom: 3px double #33C856;
    margin-bottom: 10px;
    font-size: 1.2rem;
}
#summer dd {
    margin-bottom: 30px;
    text-align: left;
}

#autumn dl {

}
#autumn dt {
    text-align: left;
    border-bottom: 3px double #FFA431;
    margin-bottom: 10px;
    font-size: 1.2rem;
}
#autumn dd {
    margin-bottom: 30px;
    text-align: left;
}
#winter dl {

}
#winter dt {
    text-align: left;
    border-bottom: 3px double #4D93F3;
    margin-bottom: 10px;
    font-size: 1.2rem;
}
#winter dd {
    margin-bottom: 30px;
    text-align: left;
}

.eventbox {
	width: 67%;
}
.eventphoto {
	width: 30%;
}
.eventphoto figure {
	width: 100%;
}
.eventphoto figure img {
    width: 100%;
    border-radius: 20px;
    border: 10px solid #FFFFFF;
}

.etxt {
    background-color: rgba(255,254,191,1.00);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: left;
    border-radius: 20px;
}



#info {
	margin-bottom: 80px;
}
#info ul {
    text-align: left;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    background-color: #FFFDF0;
    border-radius: 20px;

}
#info li {
    border-bottom: 2px dashed #FFB157;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    background-image: url(images/list_link1.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 10px;

}
#youbou {}
#youbou article {
    width: 100%;
    margin-bottom: 20px;
	}
#youbou article dl {
    padding: 20px;
    background-color: #F7FFEE;
    border-radius: 20px;
}


#youbou dt {
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.2em;
    border-bottom: 2px dashed #52BCB4;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #056059;
    background-image: url(images/bg1.png);
}

#youbou dd {
    border-bottom: 1px dashed #22948B;
    text-align: left;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.rcpdf {
    padding-top: 10px;
    padding-bottom: 10px;
}
.rcpdf a {
    display: block;
    background-color: #63CCC4;
    padding: 7px;
    width: 80%;
    color: #FFFFFF;
    border-radius: 6px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#parents {}
#kenkou {
	margin-bottom: 80px;
}
#kenkou dl {
    padding: 20px;
    background-color: #FFFAE1;
    border-radius: 5px;
    margin-bottom: 40px;
}


#kenkou dt {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.2em;
    border-bottom: 2px dotted #F93DC2;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 45px;
    background-color: #FFE9F8;
    background-image: url(images/list2.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

#kenkou dd {
    text-align: left;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #FFFFFF;
}

#kenkou dd.flex {
    display: flex;
    justify-content:flex-start;
    box-sizing: border-box;
    flex-wrap : wrap;
}

#kenkou dd.flex div {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #FFC0EC;
    text-align: center;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
}


#saigai {
	margin-bottom: 80px;
}
#saigai dl {
    padding: 20px;
    background-color: #FFFAE1;
    border-radius: 5px;
    margin-bottom: 40px;
}


#saigai dt {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.2em;
    border-bottom: 2px dotted #3D91F9;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 45px;
    background-color: #EBF4FF;
    background-image: url(images/list1.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

#saigai dd {
    text-align: left;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #FFFFFF;
}

#saigai dd.flex {
    display: flex;
    justify-content:flex-start;
    box-sizing: border-box;
    flex-wrap : wrap;
}

#saigai dd.flex div {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #C8E0FF;
    text-align: center;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
}





#blog {
    margin-bottom: 80px;
}
#blog h4 {
    width: 100%;
    background-color: #E5FFFF;
    letter-spacing: 2px;
    border-radius: 10px;
    border-width: 0px;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
    background-repeat: repeat;
    color: #420001;
}

#blogbox {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    background-image: url(images/bg3.png);
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 10px;
}
#blogside {
    width: 26%;
    background-color: #B3F4FF;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
}
#blogside ul {
    counter-reset: list;
    list-style-type: none;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    text-align: left;
    background-color: #FFFFFF;
    margin-top: 15px;
    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 #924BAD;
}
#blogside ul li:before{
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #FF8812;
    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: 72%;
    margin-top: 0px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}

#blog .blogmain {
    text-align: center;
    margin-bottom: 55px;
    padding-top: 35px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    background-color: #FFE888;
    position: relative;
    border-radius: 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: #FFFFFF;
    border-radius: 15px;
    border-width: 0px;
}


#blog .blogphoto {
	width: 33%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-width: 0px;
}


#blog .blogphoto img {
    width: 98%;
    border-radius: 10px;
}
#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;
    border-radius: 6px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    width: auto;
    background-color: #FFFFFF;
	border-width: 0px;
}

#blog dl {}
#blog dt {
	text-align: center;
}
#blog dd {
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.blogyoutube {
	text-align: center;

		border-width: 0px;
}

.blogpdf {
	text-align: center;
	padding: 10px;
		border-width: 0px;
}
.blogpdf a {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    padding: 6px;
    display: block;
    background-color: #FFFBD1;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    color: #4D330D;
    text-decoration: none;
}
.blogpdf a:hover {
    background-color: #33BBFF;
    color: #FFFFFF;
}





.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: #FFAB0F;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    font-size: 0.9em;
}

.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: #000;
    background-color: #FFF9E5;
    border-radius: 50%;
}







@media screen and (max-width:768px){


body {
	background-image: url(none);
}
	

	

header {
	width: auto;
	height: auto;
	text-align: center;
	background-position: center bottom;
	background-image: url(images/bg_header_sp.png);
	background-size: 100% auto;
}

#mainnav  {
	width: auto;
	}


h1 {
	width: 40%;
}
.address {
	width: 44%;
}

	
h2 img {

}
main {
	margin-top: auto;
	margin-bottom: auto;
	width: 97%;
	padding-top: 10px;
}

main {
width: auto;
	margin-left: 15px;
	margin-right: 15px;
}


footer {
}
.pagetop {
	text-align: right;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
footer .copy {
	width: 85%;
	margin-right: auto;
	margin-left: auto;

}
footer .copy img {
	width: 80%;
	height:auto;
	}


	
	
	
#blogbox {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    background-image: url(images/bg3.png);
    padding: 10px;
    border-radius: 20px;
}	
#blog .blogmain {
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
}
	
#blog td{
	width: auto;
	display:block;
}

#blog table tr .blogphoto {
	width: auto;
	padding: 10px;
}
#blogside, #blog_o {
	width: 100%;
}	
.blogpdf {
	padding: 5px;
}

	

			
	
	
}

@media screen and (max-width:480px){

h1 {
	width: 65%;
	padding-top: 20px;
	padding-bottom: 20px;
}

h2 img {
width: 80%;
}
h3 {
	font-size: 20px;
}


footer .copy img {
	width:100%
}

.pagetop img {
	width: 40%;
}

header {
	height: auto;
	display: block;
}
h1 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
	padding-top: 10px;
}
.address {
	width: 68%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
	margin-top: 0px;
}

#mainnav {
	width: 88%;
	}
#mainnav ul li {
	width: calc(100% / 3);
	}


#mainnav ul li img{
	width: 90%;
}
	#newsmidashi img {
		width: 150px;
	}
#kihon th {
	width: auto;
display: block;
}

#kihon td {
	width: auto;
display: block;
}
	#kihon table {
		width: 100%;
	}

#kihon {
	width: 100%;
    margin-bottom: 30px;
	}
#map {
	width: 100%;
    margin-bottom: 30px;
	}	
	
	
	
	
	
	
	
	
	
	
	
.dflex figure {
    width: calc(100% - 2%);
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
}
	
.eventbox {
	width: 100%;
}
.eventphoto {
	width: 100%;
}	
#kenkou dd.flex div {
    width: 98%;
    margin-bottom: 10px;
}		
#saigai dd.flex div {
    width: 98%;
    margin-bottom: 10px;
}	
	
	
	
	}
	
