@charset "utf-8";
/* CSS Document */



#wave2{
	width: 100%;
	height: 150px;
	background-image: url("images/bus.gif");
	animation: wmove2 30s linear infinite;
	-webkit-animation: wmove2 30s linear infinite;
	-moz-animation: wmove2 30s linear infinite;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	bottom:0px;
	left:0px;
	z-index: 10;
}
@keyframes wmove2 {
	0% {background-position: 0px 0;}
	100% {background-position: 2000px 0;}
}
@-webkit-keyframes wmove2 {
	0% {background-position: 0px 0;}
	100% {background-position: 2000px 0;}
}
@-moz-keyframes wmove2 {
	0% {background-position: 0px 0;}
	100% {background-position: 2000px 0;}
}
}


@media screen and (max-width:480px){

#wave2{
	width: 100%;
	height: 100px;
	background-image: url("images/bus_sp.gif");
	animation: wmove2 15s linear infinite;
	-webkit-animation: wmove2 15s linear infinite;
	-moz-animation: wmove2 15s linear infinite;
	margin-left: auto;
	margin-right: auto;
}
@keyframes wmove2 {
	0% {background-position: 0px 600px;}
	100% {background-position: 0px 600px;}
}
@-webkit-keyframes wmove2 {
	0% {background-position: 0px 600px;}
	100% {background-position: 0px 600px;}
}
@-moz-keyframes wmove2 {
	0% {background-position: 0px 600px;}
	100% {background-position: 0px 600px;}
}

}

footer {
    width: 100%;
    text-align: center;
    position: relative;

}

footer .copy {
    text-align: center;
    font-size: 12px;
    color: #5A3D1C;
    margin-right: auto;
    margin-left: auto;
    padding-top: 70px;
    padding-bottom: 10px;
}
footer .copy img {
	height: 30px;
	}

	

* { 
margin: 0;
 padding: 0;
  border: 0;
   list-style: none; 
   }

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; 
} 




/*---------------------------------------------------------
  						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: 480px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
h1 img {
	width: 100%;
}
.animated:hover{
animation: shake 1s;
}
.animated2:hover{
animation: rubberBand 1s;
}

h2 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 32px;
    font-weight: normal;
    color: #320304;
}
h2 div {
    font-size: 0.5em;
    color: #6EC897;

}


h2 img {
	width: 350px;
}

h3 {
    margin-bottom: 20px;
    text-align: left;
    font-size: 22px;

    color: #320304;
    background-image: url(images/h3icon1.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 45px;
    font-weight: normal;
}
h3 div {
    font-size: 0.6em;
    color: #9C6637;

    margin-left: 10px;
}

h4 {
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	color: #F84C67;
	margin-top: 10px;
	margin-bottom: 10px;
}

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: "M PLUS 1p";
    font-size: 16px;
    color: #564235;
    background-color: #fbfbf6;
    background-image: url("images/bg_left.png"),url("images/bg_right.png");
    background-position: left top,right top;
    background-repeat: no-repeat;
}


#system_main {
    text-align: center;
    background-image: url(images/bg_main.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    position: relative;
}


header {
    height: auto;
    width: 100%;
    text-align: center;
    padding-top: 25px;
    margin-right: auto;
    margin-left: auto;
}
#headerbox {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


#address {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

main {
    display: block;
    clear: both;
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 120px;
}





.pagetop {
	position: absolute;
	right: 10px;
	bottom: 140px;

}
.pagetop a:hover img {
animation: swing 1s infinite;
}
	

/* トップ */


#topslide {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
.slider img {
	width: 980px;
	height: 600px;
	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;
}



#news {
	margin-bottom: 50px;
	}

#news ul {
    text-align: left;
    padding: 20px;
    background-color: #F4F3EB;
    border-radius: 20px;
}
#news li {
    text-align: left;
    border-bottom: 1px dashed #DB8DA3;
    margin-bottom: 10px;
    padding-bottom: 10px;
    background-image: url(images/list2.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 30px;
    padding-top: 10px;
}
.newstxt {
	text-align: left;
}

#map {
    margin-top: 30px;
	}
	
#map iframe {
    width: 96%;
    height: 295px;
    border: 4px solid #FFFFFF;
	}

#kihon {
	margin-bottom: 50px;
	}
#kihon table {
	width: 70%;
	border-collapse: separate;
	border-spacing: 6px;
}
#kihon table th {
    white-space: nowrap;
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 5px;
    text-align: left;
    color: #FFFFFF;
    background-color: #B59080;
    border-radius: 7px;
}

#kihon table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px dashed #DB8DA3;
}
.flex {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}
#kihon figure {
	width: 24%;
}
#kihon figure img {
	width: 100%;
}




#youtube {
    margin-bottom: 40px;
	}
.ylink a {
    display: block;
    width: 20em;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    border-radius: 4px;
  background: #EC708E;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ylink a::after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.ylink a:hover {
  color: #EC708E;
}
.ylink a:hover::after {
  transform: scale(1, 1);
}

#instagram {
	}
#instagram ul {
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-wrap : wrap;
}
#instagram li {
    width: 24%;
    background-color: #F1EFE3;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 0.5%;
    margin-top: 0.5%;
    min-height: 200px;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;

}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


.kessan a {
    display: block;
    width: 20em;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    border-radius: 4px;
    background-color: #2C3C6E;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.kessan a::after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.kessan a:hover {
  color: #2C3C6E;
}
.kessan a:hover::after {
  transform: scale(1, 1);
}


.link a {
    display: block;
    width: 20em;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    border-radius: 4px;
    background-color: #39B6C0;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}
.link a::after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.link a:hover {
  color: #39B6C0;
}
.link a:hover::after {
  transform: scale(1, 1);
}



.kujou a {
    display: block;
    width: 20em;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    border-radius: 4px;
    background-color: #9C4917;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.kujou a::after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.kujou a:hover {
  color: #9C4917;
}
.kujou a:hover::after {
  transform: scale(1, 1);
}






#daredemo {
    border-radius: 7px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    -webkit-box-shadow: 1px 1px 3px #706D6A;
    box-shadow: 1px 1px 3px #706D6A;
    margin-left: 25px;
    margin-right: 25px;
    background-color: #FFFFFF;
}
#daredemo table {
    width: 100%;
}
#daredemo table img {
    width: 100%;
}

#daredemo a:hover img {
	opacity: 0.7;
	-moz-opacity:0.7; 
	filter: alpha(opacity=70);
	zoom: 1;
}




#outline {}

.txt1 {
	padding: 20px;
	text-align: left;
	background-color: white;
	margin-bottom: 40px;
}

#outline table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 6px;
    margin-bottom: 30px;
}
#outline table th {
    white-space: nowrap;
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 5px;
    text-align: left;
    color: #FFFFFF;
    background-color: #28A7E1;
    border-radius: 7px;
}

#outline table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px dashed #28A7E1;
}

#outline figure {
    width: 25%;
    text-align: center;
}
#outline figure img {
    width: 95%;
    border-radius: 20px;
	object-fit: cover;
	height: 180px;
}


#daily {
	}
#daybox {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}
#day1 {
    width: 47%;
    margin-bottom: 25px;
}
#day2 {
    width: 47%;
    margin-bottom: 25px;
}
#day3 {
    width: 47%;
    margin-bottom: 25px;
}
#day4 {
    width: 47%;
    margin-bottom: 25px;
}

#day1 th {
    width: 22%;
    background-color: #FF6893;
    padding: 5px;
    color: #FFFFFF;
	vertical-align: top;
}

#day2 th {
    width: 22%;
    background-color: #7DBE69;
    padding: 5px;
    color: #FFFFFF;
	vertical-align: top;
}

#day3 th {
    width: 22%;
    background-color: #F58414;
    padding: 5px;
    color: #FFFFFF;
    vertical-align: top;
}

#day4 th {
    width: 22%;
    background-color: #3A99EA;
    padding: 5px;
    color: #FFFFFF;
	vertical-align: top;
}
#daybox table {
    width: 100%;
    border-spacing: 2px;
	border-collapse: separate;
    margin-bottom: 20px;
}
#daybox td {
    padding: 5px;
    background-color: #fff;
    text-align: center;
    line-height: 2em;
}

#daybox img {
    width: 100%;
}
#daybox figure {
	width: 100%;
	margin-bottom: 20px;
}
#daybox figure img {
    width: 90%;
    border-radius: 20px;
	object-fit: cover;
	height: 250px;
}

#event {
}

.eventbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
	flex-wrap : wrap; 
}
.eventbox dl {
    width: 32%;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 10px;

}
.eventbox dl:nth-child(1) {
    background-color: rgba(244,171,170,0.44);
}
.eventbox dl:nth-child(2) {
    background-color: rgba(155,213,157,0.48);
}
.eventbox dl:nth-child(3) {
    background-color: rgba(152,205,234,0.44);
}
.eventbox dl:nth-child(4) {
    background-color: rgba(0,118,195,0.30);
}
.eventbox dl:nth-child(5) {
    background-color: rgba(235,92,1,0.35);
}
.eventbox dl:nth-child(6) {
    background-color: rgba(95,93,130,0.30);
}
.eventbox dl:nth-child(7) {
    background-color: rgba(160,91,161,0.39);
}
.eventbox dl:nth-child(8) {
    background-color: rgba(191,136,71,0.37);
}
.eventbox dl:nth-child(9) {
    background-color: rgba(247,91,84,0.41);
}
.eventbox dl:nth-child(10) {
    background-color: rgba(224,235,59,0.36);
}
.eventbox dl:nth-child(11) {
    background-color: rgba(255,112,1,0.33);
}
.eventbox dl:nth-child(12) {
    background-color: rgba(245,185,196,0.29);
}






.eventbox dt {
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #FBFBF6;
}
.eventbox dd {
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
}

.eventbox dt img {
    width: 40%;
}
.eventbox dd img {
    width: 90%;
    border-radius: 20px;
	object-fit: cover;
	height: 180px;
}

.eventbox dd hr {
    border-top: 2px solid rgba(255,255,255,1.00);
    margin-top: 20px;
    margin-bottom: 20px;
}

.sonota {
    padding: 20px;
    text-align: left;
    background-color: rgba(255,255,255,0.87);
    border-radius: 20px;
    margin-bottom: 30px;
}

#event figure {
    width: 25%;
    text-align: center;
}
#event figure img {
    width: 95%;
    border-radius: 20px;
	object-fit: cover;
	height: 180px;
}

#guide {}

#guide table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 6px;
    margin-bottom: 40px;
}
#guide table th {
    white-space: nowrap;
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 5px;
    text-align: left;
    color: #FFFFFF;
    background-color: #FF8D00;
    border-radius: 7px;
}

#guide table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px dashed #FF8D00;
}

#guide dl:before {
  content: url("images/clip1.png");
  position: absolute;
	top:-40px;
	right:20px;

  }
#guide dl {
    margin-bottom: 40px;
    text-align: left;
	position: relative;
	}
#guide dt {
    background-color: #C0EAFF;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
	}
#guide dd {
    background-color: #FFFFFF;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;

	}
#guide dd div a {
    display: block;
    padding: 5px;
    margin-top: 10px;
    background-color: #FF55A4;
    color: #FFFFFF;
    width: 10em;
    text-align: center;
	}
#guide dd div a:hover {
    background-color: #FFF197;
    color: #B90039;
	}




#kosodate {}
#kosodate dl:before {
  content: url("images/clip1.png");
  position: absolute;
	top:-40px;
	right:20px;

  }
#kosodate dl {
    margin-bottom: 40px;
    text-align: left;
	position: relative;
	}

#kosodate dt {
    background-color: #92C53D;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #FFFFFF;
	}
#kosodate dd {
    background-color: #FFFFFF;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;

	}

#kosodate ul {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}
#kosodate ul li {
	width: calc(100% / 4 - 20px);
	margin-left: 10px;
	margin-right: 10px;
}

#kosodate li img {
    width: 100%;
    border-radius: 20px;
	object-fit: cover;
	height: 180px;
}

.kosodatepdf a {
    display: block;
    width: 80%;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border-radius: 4px;
    background-color: #1D5B00;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
}
.kosodatepdf a::after {
    background-color: #DFF3BE;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}
.kosodatepdf a:hover {
  color: #1D5B00;
}
.kosodatepdf a:hover::after {
  transform: scale(1, 1);
}



#blog {
	margin-bottom: 50px;
}
#blog h3 {
    width: 100%;
    letter-spacing: 2px;
    border-radius: 0px;
    color: #6C0A0C;
    background-image: url(images/bg263.png);
    border-width: 0px;
    padding: 5px;
}

#blogbox {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}
#blogside {
    width: 25%;
    box-shadow: 1px 1px 4px 0px #D5D3D1;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #FFE675;
}
#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;
}
#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;
    background-color: #F5F1E0;
    box-shadow: 1px 1px 4px 0px #D5D3D1;
    padding: 20px;
    background-image: url(images/bg263.png);
}
#blog .blogmain:before {
  content: url("images/clip1.png");
  position: absolute;
	top:-40px;
	right: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;
}

#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: rgba(126,200,190,0.20);
    border-radius: 15px;
}


#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 solid #FFE0E1;
    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: #5C8FBF;
    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%;
}*/

/*bk追記*/
.pager ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
  display: inline-block;
  margin: 0 2px;
}

/* 共通リンクボタン */
.pager .pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #5C8FBF;
  color: #fff;
  text-decoration: none;
  font-size: 0.9em;
}

/* アクティブ状態（現在ページ） */
.pager .pagination li a.active,
.pager .pagination li a:hover {
  background-color: #FFE680;
  color: #000;
}

/*bk追記*/

@media screen and (max-width:1020px){
html,body {
    background-image: url("images/bg_left.png"),url("images/bg_right.png");
    background-position: left top,right top;
    background-repeat: no-repeat;
    background-size: 20% auto;
}
main {
    width: auto;
}
#headerbox {
	width: auto;
}
.slider img {
	width: 100%;
	height: 56.2vw;
	object-fit: cover;
}
	
}

@media screen and (max-width:768px){

html,body {
    background-image: url(none);
}

header {
	height: auto;
	width: auto;

}
#system_main {
    text-align: center;
    background-image: url(images/bg_main_sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

h1 {
	width: 80%;
	float: none;
}

#headerbox {
	width:auto;
	margin-left: auto;
	margin-right: auto;
	position: static;
}
	



footer .copy img {
	width: 60%;
	height:auto;
	}


	
main {
    width: auto;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 60px;
    border-radius: 0px;
    margin-top: 65px;
}

	
.slider img {
	width: 100%;
	height: 56.2vw;
	object-fit: cover;
}
	
	
.img100 img {
	width: 100%;
}


	#youtube {
		width: 100%;
	}	
	#instagram {
		width: 100%;
	}
#instagram li {
		width: 99%;
	margin-bottom: 10px;
}	
	
#daybox {
	width: 100%;
}	
#day1 {
    width: 100%;
}
#day2 {
    width: 100%;
}
#day3 {
    width: 100%;
}
#day4 {
    width: 100%;
}	
.eventbox dl {
    width: 100%;
}	
.eventbox dt img {
    width: 40%;
}	
	
#event {
   padding-top: 50px;
}	
		
	
#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%;
}	

	
/*ページ送り*/
.pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
/*bk追記*/    /*width: 40%;*/
    height: 40px;
    text-align: center;
	  
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
/*bk追記*/	  padding: 0 10px;
	  			border-radius: 0%;
  }

  .pager .pagination li.pre span::after{
    content: "　前の10件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の10件へ　";

  }	
	
	
	
.pager .pagination li {
	border-radius: 0%;
}
		  /*bk追記*/
	.pager .pagination li a {
			border-radius: 0%;
}	  /*bk追記終了*/
	
.pager .pagination li a:hover,
.pager .pagination li a.active{
	border-radius: 0%;
}
		
	
	
	
	
	
	
}

@media screen and (max-width:480px){


h1 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

h2 {
	font-size: 26px;
}
h2 img {
	width: 60%;
}
	
h3 {
	font-size: 17px;
}

footer .copy img {
	width:87%
}

.pagetop {
	right: 0px;
bottom:100px;
}
.pagetop img {
width: 60%;
}
header {
    height: auto;
    background-image: url(images/bg_sp.png);
    background-repeat: no-repeat;
    background-position: center top;
}



footer .copy {

    padding-top: 100px;
    padding-bottom: 10px;
}
	
	
#daredemo th {
    width: 100%;
	display: block;
}
#daredemo td {
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}	
	
	#kihon table {
		width: 100%;
	}
	#kihon figure {
		width: 40%;
    margin-left: auto;
    margin-right: auto;
}	
	
	
	#outline th {
		display: block;
		width: 100%;
	}	
	#outline td {
    display: block;
    width: 100%;
    margin-bottom: 20px;
	}	
#outline figure {
    width: 100%;
}	
	
#outline figure img {
	height: auto;
}
	
	#guide th {
		display: block;
		width: 100%;
	}	
	#guide td {
    display: block;
    width: 100%;
    margin-bottom: 20px;
	}		
	
#kosodate ul li {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
#event figure {
    width: 100%;
}	
	
#event figure img {
	height: auto;
}
	
.eventbox dd img {
	height: auto;
}
	
#kosodate li img {
	height: auto;
}	
#daybox figure img {
	height: auto;
}
.kosodatepdf a {
    display: block;
    width: 95%;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    border-radius: 4px;
    background-color: #1D5B00;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    text-align: center;
}
	
}
