@charset "shift_JIS";
/* CSS Document */

* { 
margin: 0;
 padding: 0;
  border: 0;
   }

ul,ol {
    margin-left: 1em;
    list-style-position: outside;
}
table {
	border-collapse: collapse;
}
table th {
    padding: 5px;
    border: 1px solid #BBBBBB;
}
table td {
    padding: 5px;
    border: 1px solid #BBBBBB;
}


p {
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0px;
}

a {
	color: #0090EC;
	text-decoration: none;
} 
a:visited {
	color: #F46A00;
	text-decoration: none;
} 
a:hover {
	color: #E1001C;
} 
a:active {
　　color: #CC0066; 
} 

.green {
	color: #7EAC5D;
}


.photo {
	border: 10px solid #FFF;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:1px 1px 4px #ccc;
	-moz-box-shadow:1px 1px 4px #ccc;
	-webkit-box-shadow:1px 1px 4px #ccc;
}

/*---------------------------------------------------------
  						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 {
    width: 500px;
    padding-top: 10px;
}
h1 img {
	width: 100%;
}
.animated:hover{
animation: shake 1s;
}
.animated2:hover{
animation: rubberBand 1s;
}

h2 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    background-repeat: no-repeat;
}
h2 img {
	width: 350px;
}

h3 {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: 0px;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    width: 10em;
    padding: 7px;
    background-color: #EE1C23;
    border-radius: 15px;
  }


h4 {
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    color: #F84C67;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: rgba(255,255,255,0.78);
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
}

img {
	vertical-align: bottom;
	border: 0px;

}



#mainnav 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: #564235;
    background-color: #BCE6FF;
    background-image: url(images/bg_body.png);
	line-height: 1.7em;
}


#system_main {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-image: url(images/bg_footer.png);
    background-repeat: repeat-x;
    background-position: center bottom;
}
.bgmain {
    background-image: url(images/bg_main.png);
    background-position: center top;
    background-repeat: repeat-y;
}

header {
    height: auto;
    width: 100%;
    text-align: center;
    padding-bottom: 14px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    background-image: url(images/bg_header.png);
    background-repeat: repeat-x;
    background-position: center top;
}
#headerbox {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin-bottom: 40px;
}

#address {
    width: 350px;
    background-image: url(images/bg_address.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 10px;
}
#address img {
    width: 90%;
}

#shimaien {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}
#shimaien ul {
    width: 100%;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
#shimaien ul li {
	width: calc(100% / 3);
}
#shimaien img {
	width: 95%;
}

#mainnav {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#mainnav ul {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap : wrap;
    box-sizing: border-box;
	list-style: none;
}
#mainnav ul li{
	width: calc(100% / 6);
	text-align: center;
}

#mainnav ul li img{
    width: 100%;
}
#mainnav ul li a:hover img {
animation: swing 1s infinite;
}
main {
    text-align: center;
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
}

footer {
    width: 100%;
    text-align: center;
    padding-bottom: 140px;
}

footer .copy {
	text-align: center;
	font-size: 12px;
	color: #5A3D1C;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
footer .copy img {
	height: 30px;
	}


/* pagetop */
.pagetop{
    position: fixed;
    bottom: 30px;
    right: 30px;
	z-index: 9999;
	width: 50px;
}
 
.pagetop a{
    display: block;
    text-decoration: none;
 }
.pagetop img{
	width: 100%;
}


.box {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

#topslide {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    width: 1080px;
}
.slider img {
    width: 100%;
    height: 630px;
    object-fit: cover;
}
#topimg1 {
	position:absolute;
	top:0px;
}

#topimg1 img {
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#i1 {
	position: absolute;
	top:-60px;
	left: -120px;
	z-index: 99;
	width: 150px;
}
#i1 img {
	width: 100%;
}

#i2 {
	position: absolute;
	top:-10px;
	right: -70px;
	z-index: 99;
	width: 100px;
}
#i2 img {
	width: 100%;
}

#news {
	margin-bottom: 50px;
	}


#news ul {
    text-align: left;
    background-color: #FFFFFF;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    border-radius: 30px;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
}
#news li {
    border-bottom: 1px dashed #956B51;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 40px;
    background-image: url(images/list1.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 20px;

}
.stxt {
    text-align: left;
    background-color: #FFFFFF;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    border-radius: 30px;
}

.topbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap : wrap;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.tleft {
    width: 49%;
}
.tright {
    width: 49%;
}


#kihon {
	margin-bottom: 50px;
	}
#kihon table {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-spacing: 5px;
    margin-bottom: 15px;
	border-collapse: separate;
}
#kihon th {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: left;
    width: 20%;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
    background-color: #FFF4BD;
    border-radius: 10px;
    border-width: 0px;
}
#kihon td {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: left;
    background-color: #FFFFFF;
    border-radius: 10px;
    border-width: 0px;
}

.tleft img {
    width: 60%;
	}
#map {

	}
	
#map iframe {
    width: 100%;
    height: 350px;
    border-radius: 10px;
	}


#outline {}
.txt {
    text-align: left;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 20px;
}
.txt figure {

    text-align: center;
}
#rinen {
	margin-bottom: 50px;
	}
#houshin {
	margin-bottom: 50px;
	}
#mokuhyou {
	margin-bottom: 50px;
	}

#gaiyou {
	margin-bottom: 50px;
	}

#gaiyou table {
    margin-right: auto;
    margin-left: auto;
    border-collapse: separate;
    border-spacing: 3px;
    margin-bottom: 15px;
	width: 100%;
}
#gaiyou th {
    padding: 0.5em;
    text-align: left;
    width: 20%;
    white-space: nowrap;
    font-weight: normal;
    background-color: #FFE76D;
    border-width: 0px;
}
#gaiyou td {
    padding: 0.5em;
    text-align: left;
    background-color: #FFFFFF;
    border-width: 0px;
}
#enkaku {
	margin-bottom: 50px;
	}

#enkaku table {
    margin-right: auto;
    margin-left: auto;
    border-spacing: 3px;
    margin-bottom: 15px;
	width: 100%;
    border-collapse: separate;
}
#enkaku th {
    padding: 0.5em;
    text-align: left;
    width: 20%;
    white-space: nowrap;
    font-weight: normal;
    background-color: #FFE76D;
    border-width: 0px;
}
#enkaku td {
    padding: 0.5em;
    text-align: left;
    background-color: #FFFFFF;
    border-width: 0px;
}

#setsubi {
	margin-bottom: 50px;
	}

#setsubi table {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    margin-bottom: 15px;
	border-spacing: 4px;
}
#setsubi th {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-weight: normal;
    background-color: #00BB4F;
    color: #FFFFFF;
    border-left: 20px solid #007E64;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
}
#setsubi td {
    padding-top: 0.6em;
    padding-right: 0.6em;
    padding-left: 0.6em;
    padding-bottom: 0.6em;
    text-align: left;
    background-color: #FFFFFF;
    border-width: 0px;
}
#setsubi ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
}

#setsubi ul li{
    width: 98%;
    list-style-type: none;
    text-align: center;
    background-color: #FFFFFF;
    padding: 1%;
    margin-bottom: 25px;
}

.setsubiphoto img{
    width: 95%;
    border-radius: 15px;
    border: 5px solid rgba(255,255,255,1.00);
}
.setsubiphoto {
	width: 25%;
}





#daily {}
#daybox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-bottom: 30px;

}
#day1 {
    width: calc(50% - 20px);
    background-color: #FFEF84;
    padding: 20px;
    border-radius: 20px;
    background-image: url(images/bgt1.png);
    -webkit-box-shadow: 1px 1px 4px #5D6990;
    box-shadow: 1px 1px 4px #5D6990;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}
#day1 th {
	white-space: nowrap;
    background-color: #FFB619;
    padding: 7px;
    color: rgba(255,255,255,1.00);
    border-radius: 10px;
}
#day2 {
    width: calc(50% - 20px);
    background-color: #B5D9FF;
    padding: 20px;
    border-radius: 20px;
    background-image: url(images/bgt1.png);
    -webkit-box-shadow: 1px 1px 4px #5D6990;
    box-shadow: 1px 1px 4px #5D6990;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}
#day2 th {
	white-space: nowrap;
    background-color: #77B5FF;
    padding: 7px;
    color: rgba(255,255,255,1.00);
    border-radius: 10px;
}
#daybox ul {
    width:40%;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
}
#daybox ul li {
    margin-bottom: 10px;
}
#daybox img {
	width: 100%;
}
#daybox ul img {
	width: 100%;
	object-fit: cover;
	height: 140px;
    border-radius: 10px;
}
#daybox table {
    width: 58%;
    border-spacing: 4px;
    margin-bottom: 10px;
	border-collapse: separate;
}
#daybox td {
    padding: 7px;
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 10px;
}
#daybox caption {
    background-color: #FFFFFF;
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    border-radius: 10px;
    margin-bottom: 4px;
    margin-left: 5px;
    margin-right: 5px;
}


.daymidashi1 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #8B3619;

}
.daymidashi2 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #0761CD;
}

#tokubetsu {
	margin-bottom: 50px;
	}

#tokubetsu table {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    margin-bottom: 15px;
	border-spacing: 4px;
}
#tokubetsu th {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-weight: normal;
    background-color: #FFCAD7;
    border-left: 20px solid #FF7C89;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
}
#tokubetsu td {
    padding-top: 0.6em;
    padding-right: 0.6em;
    padding-left: 0.6em;
    padding-bottom: 0.6em;
    text-align: left;
    background-color: #FFFFFF;
	border-width: 0px;
}
#tokubetsu ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
}

#tokubetsu ul li{
    width: 47%;
    list-style-type: none;
    text-align: center;
    background-color: #FFFFFF;
    padding: 1%;
    margin-bottom: 25px;
}
	
#tokubetsu ul li img{
    width: 95%;
    border-radius: 15px;
    border: 5px solid rgba(255,255,255,1.00);
}



#event {}
.eflex {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-top: 40px;
}
#event table {
	width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
}
#event th {
	width: 38%;
    border-width: 0px;
}
#event td {
	padding: 5px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    border-width: 0px;
}

#event td figure {
    padding: 5px;
    border: 2px dashed #fff;
    margin: 5px;
    border-radius: 25px;
	width: calc(100% / 3 - 24px);
}

#event td figure img {
    width: 100%;
	object-fit: cover;
	height: 140px;
    border-radius: 15px;
}
#event th dl {
    text-align: left;
	padding: 5px;
}
#event th dt {
    margin-bottom: 15px;
}
#event th dd {
    font-weight: normal;
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 20px;
}
#event th img {
    width: 100%;
}
#event ul {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
}
#event li {
    padding: 35px;
    margin-bottom: 25px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    border-radius: 20px;
    background-image: url(images/bgt1.png);
}
#event li:nth-child(5n) {
    background-color: #F5E3D3;
}
#event li:nth-child(5n-2) {
    background-color: #FFEFC1;
}
#event li:nth-child(5n-3) {
    background-color: #CFF897;
}
#event li:nth-child(5n-1) {
    background-color: #DCE4FF;
}
#event li:nth-child(5n-4) {
    background-color: #FFD4DE;
}

#kosodate {}
.ktxt {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 20px;
    text-align: left;
}
#kosodate1 {
	margin-bottom: 30px;
}
#kosodate1 table {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    margin-bottom: 15px;
    border-collapse: separate;
    border-spacing: 3px;
}
#kosodate1 th {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-weight: normal;
    background-color: #FFF8CA;
    border-left: 20px solid #FFC353;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
}
#kosodate1 td {
    padding-top: 0.6em;
    padding-right: 0.6em;
    padding-left: 0.6em;
    padding-bottom: 0.6em;
    text-align: left;
    background-color: #FFFFFF;
    border-width: 0px;
}
#kosodate1 ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
}

#kosodate1 ul li{
    width: 47%;
    list-style-type: none;
    text-align: center;
    background-color: #FFFFFF;
    padding: 1%;
    margin-bottom: 25px;
}
	
#kosodate1 ul li img{
    width: 95%;
    border-radius: 15px;
    border: 5px solid rgba(255,255,255,1.00);
}

#kosodate2 {}
#kosodate2 caption {
	font-size: 1.2rem;
}
#kosodate2 table {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    margin-bottom: 15px;
    border-collapse: separate;
    border-spacing: 3px;
}
#kosodate2 th {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: normal;
    background-color: #FFE95B;
    border-width: 0px;
}
#kosodate2 td {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    background-color: #F4F4F4;
    text-align: left;
    border-width: 0px;
}
#kosodate2 ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
}

#kosodate2 ul li{
    width: 30%;
    list-style-type: none;
    text-align: center;
    background-color: #FFFFFF;
    padding: 1%;
    margin-bottom: 25px;
}

#blog {
	}
#blog h3 {
width: auto;
}

#blogbox {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}
#blogside {
    width: calc(25% - 40px);
    box-shadow: 1px 1px 4px 0px #D5D3D1;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #FFEEA5;
    border-radius: 20px;
    background-image: url(images/bgt1.png);
}
#blogside div {
    padding: 5px;
    background-color: #FFFFFF;
    border-radius: 20px;
    font-size: 1.2em;
    color: #FF7996;
}
#blogside ul {
    counter-reset: list;
    list-style-type: none;
    line-height: 1.6;
    font-family: 'arial narrow', sans-serif;
    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-weight: bold;
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px dashed #A8474D;
}
#blogside ul li:before{
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #FF7F8F;
    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;
}

#blog .blogmain {
    text-align: center;
    text-align: center;
    margin-bottom: 55px;
    padding-top: 35px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    background-color: #FFFFFF;
	position: relative;
    border-radius: 20px;
}

#blog table {
	width: 100%;
    border-collapse: separate;
    border-spacing: 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: rgba(126,200,134,0.20);
    border-radius: 15px;
}
#blog th {
    border-width: 0px;
}
#blog td {
    border-width: 0px;
}

#blog .blogphoto {
	width: 33%;
	padding-top: 10px;
	padding-bottom: 10px;
}


#blog .blogphoto img {
	width: 90%;
	border:solid 4px #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;
    border-radius: 6px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border: 2px dashed #FFBABE;
    width: auto;
    background-color: #FFFFFF;
}

#blog dl {}
#blog dt {
	text-align: center;
}
#blog dd {
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
    color: #9B5100;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}


.blogpdf {
	text-align: center;
	padding: 10px;
}
.blogpdf a {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    padding: 6px;
    display: block;
    background-color: #FF7F8F;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    color: #FFFFFF;
    text-decoration: none;
}
.blogpdf a:hover {
    background-color: #FFE4E7;
    color: #FF5973;
}



.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: #2A8D9A;
    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: #FFE680;
    border-radius: 50%;
}




@media screen and (max-width:768px){
html,body {
    background-color: #FBEFF1;
    background-image: url(images/bg_body_sp.png);
    background-position: center center;
    background-repeat: repeat-y;
    background-size: 100% auto;
}

header {
    height: auto;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
}
#system_main {

}


h1 {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
#address {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    background-image: url(none);
    background-color: #E9F4FF;
    border-radius: 10px;
    padding-bottom: 6px;
}
#headerbox {
	width:auto;
	display: block;
}
	
#i1 {
	position: absolute;
	top:-40px;
	left: -15px;
	z-index: 99;
	width: 70px;
}
#i2 {
	position: absolute;
	top:-10px;
	right: -10px;
	z-index: 99;
	width: 50px;
}
#mainnav  {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	}
#mainnav ul {
	width: 100%;
	}

#mainnav ul li {
	width: calc(100% / 3);
	}



footer .copy img {
	width: 60%;
	height:auto;
	}

h2 {

	font-size: 22px;
}
	
main {
    width: auto;
    margin-top: 20px;
}

/* pagetop */
.pagetop{
    position: fixed;
    bottom: 10px;
    right: 10px;
	width: 45px;
}
.box {
	width: auto;
    margin-left: 15px;
    margin-right: 15px;
}
	
#topslide {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    width: 100%;
    margin-top: 15px;
}
.slider img {
	width: 100%;
	height: 56vw;
	object-fit: cover;
}	
.tleft {
    width: 100%;
}
.tright {
    width: 100%;
}
#shimaien {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
	
#day1 {
    width: 100%;
    margin-bottom: 15px;

}
#day2 {
    width: 100%;

}		


#daybox ul li img {
    height: auto;
}	
			
	
#event li {
    padding: 15px;
}
#event th {
	width: 100%;
	display:block; 
}
#event td {
	width: 100%;
	display:block; 
}
#event td figure {
	width: calc(100% - 24px);
	margin-bottom: 15px;
}		
#event td figure img {
    height: auto;
}	
#kosodate2 ul{
   display: block;
}		
#kosodate2 ul li{
    width: 98%;
}	
	
	
#blog nav li a {
    font-size: 16px;
    letter-spacing: 0.1em;
    border-bottom: 0px dashed #95C738;

}
	
#blog td{
	width: auto;
	display:block;
}

#blog table tr .blogphoto {
	width: auto;
	padding: 10px;
}
#blogside, #blog_o {
	width: 100%;
}	


		
	
}

@media screen and (max-width:480px){


h1 {
	width: 90%;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 17px;
}

footer .copy img {
	width:87%
}



header {
	height: auto;
}
	
#mainnav  {
	width: 96%;
	}
#mainnav ul li {
	}


#i1 {
	display: none;
}
#i2 {
	display: none;
}
	
#setsubi ul li{
    width: 98%;
    list-style-type: none;
    text-align: center;
    background-color: #FFFFFF;
    padding: 1%;
    margin-bottom: 25px;
}
		
#tokubetsu ul li{
    width: 98%;
    list-style-type: none;
    text-align: center;
    background-color: #FFFFFF;
    padding: 1%;
    margin-bottom: 25px;
}	
	
#kosodate1 ul li{
    width: 98%;
    list-style-type: none;
    text-align: center;
    background-color: #FFFFFF;
    padding: 1%;
    margin-bottom: 25px;
}		

#setsubi td {
	display: block;
	}	
.setsubiphoto {
	width: auto;
}
#day1 {
	display: block;
}
#day2 {
	display: block;
}		

#daybox table {
    width:100%;
}	
#daybox ul {
    width:100%;
}	
	
	
	
	}
