@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; 
} 

.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 {
	padding-top: 20px;
}

h1 a:hover img {
    opacity: 0.9;
	transform: rotate(-4deg);
	transition-duration: 1s;
}
h1 a img {
	transition-duration: 1s;
}
h1 img {
	width: 480px;
}
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: #FBDA9E;
    border: dashed 2px white;
    padding-top: 0.3em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 0.2em;
    color: #450607;
    box-shadow: 0px 0px 0px 5px #FBDA9E;
    -webkit-box-shadow: 0px 0px 0px 5px #FBDA9E;
}

h3:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #f8f5ef #f8f5ef #D4C0FF #f8f5ef;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

h4 {
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    color: #22862B;
    margin-bottom: 15px;
    border-top: 1px dotted #97D765;
    border-bottom: 1px dotted #97D765;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: #F4FDEE;
}

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: #f8f5ef;
    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: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;

}


header {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(images/bg_header.png);
    background-repeat: repeat-x;
    background-position: center top;
}


main {
    text-align: center;
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;

}


#menu{
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
}
#menu ul{
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 1.3rem;
    line-height: 2em;
    letter-spacing: -1px;
}
#menu li a{
    color: #5C2D1F;
}
#menu li{
    text-align: center;
    padding: 0 5px;
    width: calc(100% / 6);
    list-style-type: none;
}
#menu li img{
    width: 80%;
}
#menu li a:hover img {
    opacity: 0.6;
	transform: rotate(4deg);
	transition-duration: 0.5s;
}
#menu li a img {
	transition-duration: 0.5s;
}
#menu p{
	margin: 5px auto;
}
.sp { display: none !important; }

@media screen and (max-width:1100px){
#menu ul{
    width: 100%;
}	
}








#mainnav {
	width: 100%;
	padding: 0px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#mainnav ul {
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
	list-style: none;
	padding-top: 25px;
	padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}

#mainnav ul li{
	width: calc(100% / 6);
}

#mainnav ul li img{
	width: 50%;
}
#mainnav li dl {}
#mainnav li dt {}
#mainnav li dd a {
    text-align: center;
    border-bottom: 1px dashed #DBC4AB;
    color: #A64508;
}
#mainnav li dd a:hover {
    text-align: center;
    border-bottom: 1px dashed #DBC4AB;
    color: #203F88;
}

footer {
    width: 100%;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 0px;
}
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: 1200px;
    margin-left: auto;
    margin-right: auto;
}
/* トップ */

#topslide {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
.slider img {
	width: 1200px;
	height: 735px;
	object-fit: cover;
}
#topimg1 {
	position:absolute;
	top:0px;
	z-index: 995;
}

#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;
}

#topimg2 {
	position:absolute;
	top:360px;
	left: -90px;
	width: 250px;
	z-index: 996;
}
#topimg2 img {
	width: 100%;
}
#topimg3 {
    position: absolute;
    top: 290px;
    right: -90px;
    width: 280px;
	z-index: 997;
}
#topimg3 img {
	width: 100%;
}
#topimg4 {
    position: absolute;
    top: -50px;
    left: -50px;
    width: 140px;
	z-index: 998;
}
#topimg4 img {
	width: 100%;
}
#topimg5 {
    position: absolute;
    top: -50px;
    right: -90px;
    width: 190px;
	z-index: 999;
}
#topimg5 img {
	width: 100%;
}




#news {
	margin-bottom: 60px;
	}
#news ul {
    text-align: left;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    background-color: #FFFFFF;
    border-radius: 20px;
    -webkit-box-shadow: 1px 1px 4px #9E9180;
    box-shadow: 1px 1px 4px #9E9180;
    margin-left: auto;
    margin-right: auto;
	margin-right: auto;
	margin-left: auto;
	list-style: none;
}
#news li {
    text-align: left;
    border-bottom: 1px dashed #A89888;
    margin-bottom: 7px;
    padding-bottom: 10px;
    background-image: url(images/list_birdy.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
}

.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;
}

.flex {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}

.tleft {
    width: 55%;
    margin-bottom: 20px;
}
.tright {
	width: 42%;
}
.tright figure img {
    width: 100%;
    border-radius: 20px;
}	
#map {

	}

#map iframe {
    width: 100%;
    height: 350px;
	}


#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;
}
#outline td {
    padding: 0.5em;
    text-align: left;
    background-color: #FFFFFF;
    border-width: 0px;
}


.bg1 {
    background-color: hsla(77,67%,86%,0.74);
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.midashi {
    text-align: center;
    font-size: 1.4em;
    margin-bottom: 30px;
}
.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;
    margin-bottom: 30px;
}

#about {
	margin-bottom: 60px;
	}
#gaiyou {
	margin-bottom: 60px;
	}
#gaiyou table {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-spacing: 3px;
    margin-bottom: 15px;
	border-collapse: separate;
}
#gaiyou th {
    padding: 0.5em;
    text-align: left;
    width: 20%;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
    background-color: #FFECCC;
    border-width: 0px;
}
#gaiyou td {
    padding: 0.5em;
    text-align: left;
    background-color: #FFFFFF;
    border-width: 0px;
}






#daily {
	margin-bottom: 60px;
	}
#daybox {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-wrap : wrap;
}
#day1 {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 15px;
}
#day2 {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 15px;
}


#day1 th {
    width: 22%;
    background-color: #E1ED85;
    padding: 5px;
}

#day2 th {
    width: 22%;
    background-color: #75CEF3;
    padding: 5px;
}

#daybox table {
    width: 100%;
    border-spacing: 2px;
	border-collapse: separate;
    margin-bottom: 10px;
}
#daybox td {
    padding: 5px;
    background-color: #fff;
    text-align: left;
    line-height: 2em;
}

#daybox img {
    width: 100%;
}


#event {
	margin-bottom: 60px;
	}
#eventbox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-bottom: 30px;

}
#event1 {
    width: 54%;
}
#event table {
    width: 100%;
    border-spacing: 5px;
	}
#eventbox th {
    width: 18%;
    padding: 5px;
    border-width: 0px 0px 2px;
    border-bottom-style: dashed;
    border-bottom-color: #C3C3C3;
	}
#eventbox th img {
	width: 100%;
	}
#eventbox td {
    padding: 8px;
    text-align: left;
    border-width: 0px 0px 2px;
    border-bottom-style: dashed;
    border-bottom-color: #C3C3C3;
	}
#event2 {
	width: 44%;
}
#eventbox ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-left: 0px;
    margin-right: 0px;
	list-style: none;
}
#eventbox li {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
    margin-bottom: 10px;
}
#eventbox li img {
    width: 100%;
    object-fit: cover;
    height: 180px;
    border-radius: 8px;
}
#eventbox li p {
	font-size: 0.9em;
}


#annai {
	margin-bottom: 60px;
	}
#annai article {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
    background-color: rgba(255,255,255,0.69);
	}
#annai dl {
    padding: 30px;
    border-radius: 5px;
    border: 2px dashed #FA5169;
    border-radius: 10px;
}


#annai dt {
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.2em;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #FFFFFF;
    background-color: #FA5169;
}

#annai dd {
    border-bottom: 1px dashed #5B3D1E;
    text-align: left;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bpdf {
    padding-top: 10px;
    padding-bottom: 10px;
}
.bpdf a {
    display: block;
    background-color: #C1A485;
    padding: 7px;
    width: 80%;
    color: #FFFFFF;
    border-radius: 6px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.bpdf a:hover {
    background-color: rgba(255,240,161,1.00);
    color: #88643E;
}


#kaihou {
	margin-bottom: 60px;
	}
#kaihou dl {
    padding: 30px;
    border: 10px solid #FFFFFF;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    background-color: #51B3FA;
}


#kaihou dt {
    text-align: center;
    font-size: 1.2em;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #FFFFFF;
    color: rgba(81,179,250,1.00);
}

#kaihou dd {
    text-align: center;
    margin-bottom: 0px;
    padding: 20px;
    background-color: rgba(255,255,255,0.74);
}
#kaihou dd a {
    font-size: 1.2em;
}

#recruit {
	margin-bottom: 60px;
	}
#recruit dl {
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
}

#recruit dt {
    text-align: left;
    font-size: 1.2em;
    padding: 10px;
    background-color: #E6F8E5;
}

#recruit dd {
width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : nowrap;
    border-bottom: 2px dashed hsla(70,93%,39%,1.00);
}
.rtxt {
    width: 80%;
    text-align: left;
    padding: 10px;
}
.rpdf {
	width: 20%;
    padding: 10px;
}
.rpdf a {
    display: block;
    background-color: #D8E7FF;
    padding: 7px;
    width: 100%;
    color: #563E3E;
    border-radius: 6px;
    text-align: center;
}
.rpdf a:hover {
    background-color: #E9385E;
    color: #FFFFFF;
}


#contactform {
    margin-bottom: 60px;
}
#contactform dl {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    margin-top: 20px;
}
#contactform dt {
	font-weight: bold;
	font-size: 1.1em;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
}
#contactform dd {
	margin-bottom: 15px;
	border-bottom: 1px dotted #8E5E46;
	padding-bottom: 15px;
}

#contactform dd input[type="text"] {
    box-sizing: border-box; /* [borde-box]で右の飛び出しを回避 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    text-align: left;
    background-color: #FBE6D4;
    margin-top: 2px;
    margin-bottom: 2px;
}

#contactform dd textarea {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #FBE6D4;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
#contactform dd input[type="radio"] {
	margin-right: 3px;
}
#contactform .submit {
    width: 45%; 

}
#contactform .reset {
    width: 45%; 
}
#contactform .soushinbox {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
    display: flex;
    justify-content: space-between;
}
input[type="submit"]  {
    width: 100%; /*送信ボタンの幅を指定*/
    margin-bottom: 5px;
    border: 5px solid #FFFFFF;
    background-color: #E80A48;
    padding: 0.4em;
    cursor: pointer;
    color: rgba(255,255,255,1.00);
    font-weight: bold;
}

input[type="reset"]  {
    width: 100%; /*リセットボタンの幅を指定*/
    border: 5px solid #FFFFFF;
    background-color: #E1E1E1;
    padding: 0.4em;
    cursor: pointer;
}
.hissu {
    font-weight: normal;
    color: #FFFFFF;
    font-size: 0.7em;
    background-color: #F93358;
    padding-top: 1px;
    padding-right: 2px;
    padding-bottom: 1px;
    padding-left: 2px;
}


#contactform dd textarea {
	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: #EBDBC1;
    padding: 20px;
    margin-bottom: 20px;
    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 #B3996E;
}
#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 #6A4B30;
    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: #FFFFFF;
}

#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: #EBDBC1;
}

#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: #51915A;
    color: #FFFFFF;
    text-decoration: none;
}
.blogpdf a:hover {
    background-color: #FFF6D2;
    color: #3AAECB;
}

.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;
    padding-left:  10px;
    padding-right: 10px;
}
	
header {
    background-size: 150% auto;
}
header {
	height: auto;
	width: auto;

}	
	
.box {
	width: auto;
    margin-left: auto;
    margin-right: auto;
}
	
#mainnav ul{
	width: 100%;
}
#mainnav ul li{
	width: calc(100% / 6);
}
#mainnav ul li img{
	width: 60%;
}
	
	

#topimg2 {
	top:auto;
	left: 0px;
	bottom: -30px;
	right: auto;
	width: 200px;
}

#topimg3 {
	top:auto;
	right: 0px;
	bottom: -30px;
	width: 200px;
}

#topimg4 {
	display: none;
}

#topimg5 {
	display: none;
}

	
.slider img {
	width: 100%;
	height: 54vw;
	object-fit: cover;
}
		
}
	
@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(247,232,201,1.00);
}

#menu ul{
    width: 90%;
    flex-wrap: wrap;
    justify-content: space-between;
    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: 47%;
    margin: 1%;
    box-sizing: border-box;
    border-left: none;
    background-color: #FFFDF4;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#menu li a{

}	

	

#mainnav ul{
	width: 95%;
}
#mainnav ul li{
	width: calc(100% / 3);
	margin-bottom: 10px;

}
#mainnav ul li img{
	width: 60%;
}


	h2 img {
		width: 70%;
	}

	
.bgbox {
    padding: 10px;
    border-radius: 0px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
	


footer .copy img {
	width: 80%;
	height:auto;
	}

/* pagetop */
.pagetop{
    position: fixed;
    bottom: 10px;
    right: 10px;
	width: 45px;
}	

.tleft {
	width: 100%;
}
.tright {
	width: 100%;
}

	
	

#event1 {
    width: 100%;
    margin-bottom: 15px;
}	
#event2 {
    width: 100%;
    margin-bottom: 15px;
}	
#eventbox li img {
	height: auto;
}
#eventbox table {
    width: 100%;
	}	
#eventbox th {
    width: 22%;
	padding: 2px;
	}
	
#kaihou dl {
    width: auto;
}

#recruit dd {
	display: block;
}	
.rtxt {
	width: 100%;
}
.rpdf {
	width: 100%;
}	
#contactform .soushinbox {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
    display: flex;
    justify-content: space-between;
}
#contactform dl {
		width: auto;
	}
#contactform dd input[type="text"] {
	width: 100%;
	box-sizing: border-box; /* [borde-box]で右の飛び出しを回避 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	text-align: left;

}

#contactform dd textarea {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}		
		
	

#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 img {
	width: 70%;
}

	h2 img {
		width: 80%;
	}

h3 {
	font-size: 17px;
}


footer .copy img {
	width:100%
}
footer {
    padding-top: 0px;
    padding-bottom: 50px;
}


header {
    height: auto;

}

#outline th {
	width: auto;
display: block;
}

#outline td {
	width: auto;
display: block;
}

	
#gaiyou th {
	width: auto;
display: block;
}

#gaiyou td {
	width: auto;
display: block;
}	
	
#day1 {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 15px;
}
#day2 {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 15px;
}	
#contactform .soushinbox {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#contactform .submit {
    margin-left: auto;
    margin-right: auto;
}
#contactform .reset {
    margin-left: auto;
    margin-right: auto;
}
	
#contactform dl {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;

}		
#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;
}
#blog table tr .blogtext img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
	}
