@charset "shift_JIS";
/* CSS Document */



* { 
margin: 0;
 padding: 0;
  border: 0;
   list-style: none; 
   }

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 {
    width: 550px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
h1 img {
	width: 100%;
}
.animated:hover{
animation: shake 1s;
}
.animated2:hover{
animation: swing 1s;
}

h2 {
    background-image: url(images/bg_h2.png);
    margin-bottom: 40px;
    padding-top: 35px;
    padding-bottom: 35px;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg_h2 {
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    color: #1B1414;
    background-image: url(images/bg_h2.png),url(images/bg269.png);
    margin-bottom: 40px;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #D8EDAE;
    background-repeat: no-repeat,repeat;
    background-position: center center;
}


h3 {
    position: relative;
    padding: 0.6em;
    background-position: 4px;
    background-color: #FF7AA3;
    border-radius: 7px;
    text-align: left;
    margin-bottom: 20px;
    color: #FFFFFF;
}

h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #FF7AA3;
  width: 0;
  height: 0;
}

h4 {
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    color: #F84C67;
    margin-bottom: 15px;
    border-top: 1px dotted #F84C67;
    border-bottom: 1px dotted #F84C67;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

img {
	vertical-align: bottom;
	border: 0px;

}



main a:hover img {
	opacity: 0.7;
	-moz-opacity:0.7; 
	filter: alpha(opacity=70);
	zoom: 1;
}
#hbox {
    width: 980px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}



/*ページ構成*/
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-image: url(images/bg_body.png);
    background-position: center top;
    background-color: #fff;
}


#system_main {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-image: url(images/bg_main.png),url(images/bg_footer.png);
    background-position: center top,center bottom;
    background-repeat: repeat-x;
    background-attachment: scroll,fixed;
}


header {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
}


main {
    text-align: center;
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;

}
#main {
	position: relative;
}
#topix {
    width: 24%;
    position: absolute;
    top: 10px;
    right: 70px;
    background-color: #A08155;
    padding: 10px;
    -webkit-box-shadow: 2px 2px 4px #908686;
    box-shadow: 2px 2px 4px #908686;
    margin-bottom: 0px;
    z-index: 910;
    border-radius: 20px;
    background-image: url(images/menu_topix2.png);
}
#topix dl {
    background-color: #FFFFFF;
    padding: 10px;
}
#topix dt {
    margin-top: -60px;
}
#topix dd {
    text-align: left;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 30px;
}
#topix ul {
    text-align: left;
    padding: 10px;
    max-height: 100px;
	overflow-y: scroll;
}
#topix li {
    border-bottom: 1px solid #6F5F60;
}


footer {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 70px;
    padding-bottom: 20px;
    font-size: 14px;
}

footer .copy {
    text-align: center;

    color: #5A3D1C;
    margin-right: auto;
    margin-left: auto;
}
footer .copy img {

	}
#page_top{
  width: 150px;
  height: 100px;
  position: fixed;
  right: 0px;
  bottom: -100px;
	z-index: 100;
}

#page_top img {
    width: 100%;
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
#subnav {
	position: fixed;
	right:0px;
	top:30px;
	width: 1em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 999999;
}
#subnav ul {
}
#subnav li {
	float: left;
	margin-bottom: 5px;
	-webkit-box-shadow: 1px 1px 3px #607490;
	box-shadow: 1px 1px 3px #607490;
}
#subnav li a {
    font-size: 1.2em;
    display: block;
    background-color: #FFEF66;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    color: #003E72;
    border-left: 5px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
    border-bottom: 5px solid #FFFFFF;
    border-top: 5px solid #FFFFFF;
    background-image: url(images/bg100.png);
}
#subnav li a:hover {
    background-color: #F9EAF2;
    background-image: url(images/bg82.png);
    opacity: 1;
}





.bgbox {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: rgba(255,247,195,0.62);
    padding-top: 60px;
    padding-bottom: 60px;
}
.box {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
/* トップ */
#slider {
	position: relative;
}

.swiper-container {
  width: 100%;
  text-align: center;
}

.swiper-container{
	position:relative;
}
.swiper-slide{
	padding-top:40%;
	margin:0 auto;
	position:relative;
}
.swiper-slide img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: auto;
	object-fit: cover;
}


#news {
	margin-bottom: 80px;
	}


#news ul {
    text-align: left;
    background-color: #FFFDF8;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    border: 7px solid #FFE063;
    border-radius: 20px;
}
#news li {
    border-bottom: 2px dashed #956B51;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    background-image: url(images/list1.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 10px;

}
#greeting {
	margin-bottom: 80px;
	}
.txt {
    text-align: left;
    background-color: #FFFFFF;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    border: 7px solid #A0C8FF;
    border-radius: 20px;
    font-size: 1.1em;
    color: #673900;
    line-height: 1.7em;
}




#kihon {
	width: 48%;
	margin-bottom: 30px;
	}
#kihon table {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-spacing: 3px;
    margin-bottom: 15px;
	border-collapse: separate;
}
#kihon th {
    padding: 0.5em;
    text-align: left;
    width: 20%;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
    background-image: url(images/bg260.png);
}
#kihon td {
    padding: 0.5em;
    text-align: left;
    background-color: #FFFFFF;
    border: 1px solid #BDE8FF;
}



#map {
width: 100%;
	}
	
#map iframe {
    width: 100%;
    height: 330px;
    margin-bottom: 10px;
	}
.maptxt {
    background-color: #FFEDB2;
    padding: 10px;
    text-align: left;
    border-radius: 10px;
}
#enkaku {
width: 48%;
	}
#enkaku table {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-spacing: 3px;
    margin-bottom: 15px;
	border-collapse: separate;
}
#enkaku th {
    padding: 0.5em;
    text-align: left;
    width: 20%;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
    background-image: url(images/bg260.png);
}
#enkaku td {
    padding: 0.5em;
    text-align: left;
    background-color: #FFFFFF;
    border: 1px solid #BDE8FF;
}
#enkaku ul {
    width: 40%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
#enkaku li {
    width: 100%;
    text-align: center;
}
#enkaku li img {
	width: 90%;
}
.tbox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}


#outline {
	}


#mokuhyou {
    margin-bottom: 80px;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
	}
#mokuhyou ul {
    width: 80%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-left: auto;
    margin-right: auto;
}
#mokuhyou li {
    width: 50%;
    text-align: center;
    margin-bottom: 15px;
}
#mokuhyou li img {
	width: 90%;
}

#houshin {
    margin-bottom: 80px;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
	}
#houshin ul {

}
#houshin li {
    border-bottom: 1px dashed #956B51;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    background-image: url(images/list3.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 10px;
    text-align: left;

}
#kokoroe {
    margin-bottom: 80px;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
	}

#kokoroe dl {
    text-align: left;
}
#kokoroe dt {
    font-size: 1.2em;
    margin-bottom: 10px;
    line-height: 2em;
    color: #AF0D3F;
}
#kokoroe dd {
    margin-bottom: 30px;
    line-height: 1.7em;
}








#gaiyou {
    margin-bottom: 80px;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
	}
#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-image: url(images/bg260.png);
}
#gaiyou td {
    padding: 0.5em;
    text-align: left;
    background-color: #FFFFFF;
    border: 1px solid #BDE8FF;
}


#download {
	margin-bottom: 80px;
	}


#download ul {
    text-align: left;
    background-color: #FFFFFF;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    border: 7px solid #AFE9BE;
    border-radius: 20px;
}
#download li {
    border-bottom: 2px dashed #956B51;
    padding-top: 6px;
    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;

}


#daily {
	margin-bottom: 80px;
	}
#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);
    padding: 20px;
    border-radius: 20px;
    background-color: #FFF3C0;
    background-image: url(images/bg.png);
}
#day1 th {
    width: 22%;
    background-color: #F595A9;
    padding: 10px;
    color: rgba(255,255,255,1.00);
    border-radius: 10px;
}
#day2 {
    width: calc(50% - 20px);
    background-color: #D5F1B0;
    padding: 20px;
    border-radius: 20px;
    background-image: url(images/bg.png);
}
#day2 th {
    width: 22%;
    background-color: #94C1E9;
    padding: 10px;
    color: rgba(255,255,255,1.00);
    border-radius: 10px;
}

#daybox table {
    width: 100%;
    border-spacing: 8px;
    margin-bottom: 10px;
	border-collapse: separate;
}
#daybox td {
    padding: 10px;
    background-color: #FFFFFF;
    text-align: left;
    border-radius: 10px;
}
#daybox caption {
    font-size: 1.5em;
    background-color: #FFFFFF;
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    border-radius: 20px;
    margin-bottom: 13px;
    margin-left: 5px;
    margin-right: 5px;
}



#daily ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-bottom: 30px;
}
#daily li {
    margin-bottom: 15px;
    text-align: center;
}

#daily ul img {
    width: 80%;
    border: 8px solid #FFFFFF;
}




#event {
	margin-bottom: 80px;
	}
#eventbox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-bottom: 30px;

}
#event1 {
    width: 54%;
    background-color: rgba(255,255,255,1.00);
    border-radius: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
#event table {
    width: 100%;
    border-spacing: 5px;
    border-collapse: separate;
    background-color: #F9E3CA;
	padding: 5px;
	}
#event th {
    width: 20%;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    color: #8F5F28;
    font-size: 1.2em;
	}
#event th img {
	width: 100%;
	}
#event td {
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #FFFBEE;
    border-radius: 15px;
    font-size: 0.95em;
    color: #602F30;
	}
#event2 {
	width: 44%;
    background-color: rgba(255,255,255,1.00);
    border-radius: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
#event ul {
	width: 100%;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-wrap : wrap;
}
#event li {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
    margin-bottom: 10px;
}
#event li img {
    width: 100%;
    object-fit: cover;
    height: 150px;
    border-radius: 8px;
}
#event li p {
	font-size: 0.85em;
}

#recruit {
	margin-bottom: 80px;
	}
#recruit dl {
    padding: 30px;
    background-color: #FFFFFF;
    margin-bottom: 50px;
    border-radius: 30px;
    background-image: url(images/bg_recruit.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-box-shadow: 0px 0px 10px 5px #FFFFFF;
    box-shadow: 0px 0px 5px 5px #FFFFFF;
}
#recruit dt {
    font-size: 2em;
    margin-bottom: 30px;
    color: #F44566;
	
}
#recruit dd {
    line-height: 1.8em;
    font-size: 1.2em;
    color: #623619;
}

#recruit dd div {
    font-size: 2em;
    margin-top: 15px;
}


#recruitbox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-left: auto;
    margin-right: auto;
}
#recruitbox table {
    width: 31.3%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #FFFFFF;
    margin-bottom: 25px;
}
#recruitbox img {
	width: 90%;
}
#recruitbox th {
    text-align: center;
padding: 15px;
}
#recruitbox td {
padding: 15px;
}
.rtxt {
    text-align: left;
    border-top: 1px dashed #AB8B7F;
    border-bottom: 1px dashed #AB8B7F;
}
.rphoto {
    text-align: center;
}
.rpdf {
    border-top: 1px dashed #AB8B7F;
    text-align: center;
}
.rpdf a {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #FF83A2;
    padding: 10px;
    color: #FFFFFF;
    border-radius: 10px;
}
.rpdf a:hover {
    background-color: #FFE5EA;
    color: #F94773;
}

#contactform {
margin-bottom: 50px;
}
#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;
    -webkit-box-shadow: 1px 1px 3px #C3BCB1;
    box-shadow: 1px 1px 3px #C3BCB1;
    margin-bottom: 30px;
}
#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: #F0EDE6;
    margin-top: 2px;
    margin-bottom: 2px;
}

#contactform dd textarea {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #F0EDE6;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#contactform dd input[type="radio"] {
	margin-right: 3px;
}
#contactform .submit {
	float:left;

}
#contactform .reset {
	float:right;
}
#contactform .soushinbox {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
input[type="submit"]  {
	width: 200px; /*送信ボタンの幅を指定*/
	margin-bottom: 5px;
	border: 1px solid #B7B7B7;
	background-color: #D9CAE5;
	padding: 0.4em;
	cursor: pointer;
}

input[type="reset"]  {
	width: 200px; /*リセットボタンの幅を指定*/
	border: 1px solid #B7B7B7;
	background-color: #E1E1E1;
	padding: 0.4em;
	cursor: pointer;
}
.hissu {
    font-weight: normal;
    color: #FFFFFF;
    font-size: 0.7em;
    background-color: #F36D97;
    padding-top: 1px;
    padding-right: 2px;
    padding-bottom: 1px;
    padding-left: 2px;
}

.cmidashi {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF6AD;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}


#blog {
	margin-bottom: 80px;
	}

#blogbox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-left: auto;
    margin-right: auto;
}
#blogside {
    width: 27%;
    border-radius: 10px;
    background-color: #FFE98D;
    padding-bottom: 30px;
    padding-top: 20px;
}
#blogside ul {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    margin-top: 15px;
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 15px;
}
#blogside li {
    padding-bottom: 5px;
    list-style-type: none;
    margin-bottom: 12px;
    border-bottom: 2px dotted #8ED3FF;
    background-repeat: no-repeat;
    background-position: left center;
    list-style-position: outside;
    background-image: url(images/list2.png);
    padding-left: 35px;
    padding-top: 5px;
    margin-top: 12px;
}

#blogside h3 {
    position: relative;
    padding: 0.4em;
    background: -webkit-repeating-linear-gradient(-45deg, #f0ebff, #f0ebff 4px,#f7f4ff 3px, #f7f4ff 8px);
    background: repeating-linear-gradient(-45deg, #f0ebff, #f0ebff 4px,#f7f4ff 3px, #f7f4ff 8px);
    border-radius: 7px;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    color: #68259A;
}

#blogside h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #f1ebff;
  width: 0;
  height: 0;
}

#blog_o {
	text-align: center;
	width: 70%;

	margin-top: 0px;
	margin-bottom: 40px;
	padding: 0px;
}
#blog_o h3 {
    position: relative;
    padding: 0.6em;
    background: -webkit-repeating-linear-gradient(-45deg, #f0eaff, #f0eaff 4px,#e6dbff 3px, #e6dbff 8px);
    background: repeating-linear-gradient(-45deg, #f0eaff, #f0eaff 4px,#e6dbff 3px, #e6dbff 8px);
    border-radius: 7px;
    text-align: left;
    margin-bottom: 15px;
    font-size: 20px;
    color: #833CC7;
}

#blog_o h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #f0eaff;
  width: 0;
  height: 0;
}
.blogmain {
    text-align: center;
    margin-bottom: 60px;
    padding: 30px;
    background-color: #FFFFFF;
    border-radius: 20px;
}

#blog table {
    width: 100%;
    border-spacing: 3px;
    border-bottom: 2px dashed #8ED3FF;
}
#blog table tr .blogtext {
	text-align: left;
	padding: 10px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: #FFFFFF;
	width: auto;
}

#blog .blogphoto {
    width: 33%;
    padding-top: 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;
}

.blogpdf {
    text-align: center;

}
.blogpdf a {
    text-align: center;
    padding: 5px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    background-color: #D594F5;
    margin-bottom: 10px;
    color: #FFFFFF;
}
.blogdate {
	font-size: 12px;
	text-align: right;
	padding: 5px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	width: auto;
}
#blog dl {
    margin-bottom: 15px;
}
#blog dt {
    text-align: center;
    margin-bottom: 5px;
}
#blog dd {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    background-color: #FFE98D;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-radius: 5px;
}



/*ページ送り*/
.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: #FF96AA;
    width: 40px;
    height: 40px;
    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: #FFF4BF;
}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}




@media screen and (max-width:900px){

html,body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}


#system_main {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-image: url(none),url(images/bg_footer_sp.png);
    background-size: 100% auto;
}

header {
    background-size: 25% auto;
}
header {
	height: auto;
	width: auto;

}
main {
    width: auto;
    padding-left:  10px;
    padding-right: 10px;
}


h1 {
	width: 50%;
	float: none;
    padding-top: 10px;
    padding-bottom: 0px;
}



h2 {

	font-size: 22px;
}

	
#hbox {
    width: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

	

	
.box {
	width: auto;
    margin-left: 10px;
    margin-right: 10px;
}
#topix {
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 45px;
	top:auto;
	right: auto;
	position: static;
}
	
	
/* swiper */
#slide{
	width:100%;
}
.swiper-container{
	position:relative;
}
.swiper-slide{
	padding-top:70%;
}
.swiper-slide img {
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}

#recruitbox table {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #FFFFFF;
    margin-bottom: 25px;
}	
	
	#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;
	background-color: #F0EDE6;
}

#contactform dd textarea {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #F0EDE6;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
		
#event li {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
    margin-bottom: 10px;
}
#event li img {

    height: auto;
	width: 100%;
}	
#mokuhyou ul {
    width: 100%;
}	
	
#blog .blogmain {
	width: auto;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
    border-radius: 10px;
}

#blog td{
	width: auto;
	display:block;
}

#blog table tr .blogphoto {
	width: auto;
	padding: 10px;
}
#blogside, #blog_o {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}	

#blog .blogphoto img {
	width: 80%;

}

#blog2 .blog2main {
width: auto;
padding: 10px;
margin-right: auto;
margin-left: auto;
margin-bottom: 30px;
}

#blog2 td{
width: auto;
display:block;
}

#blog2 table tr .blog2photo {
width: auto;
padding: 10px;
}
#blog2side, #blog2_o {
width: 100%;
margin-right: auto;
margin-left: auto;
margin-bottom: 10px;
} 

#blog2 .blog2photo img {
width: 80%;

}


	
	
}

@media screen and (max-width:480px){


h1 {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}
	h2 {
    background-size: 100% auto;	
	}
h2 img {
    width: 65%;

}

h3 {
	font-size: 17px;
}
	footer {

}
footer img {
	width:90%;
}

#page_top{
  width: 100px;
  height: 70px;
  position: fixed;
  right: 10px;
  bottom: -70px;
}	


header {
    height: auto;

}
footer {
    padding-top: 65px;
    padding-bottom: 10px;
	font-size: 10px;
}

	#kihon {
		width: 100%;
	}
	#enkaku {
		width: 100%;
	}
#kihon th {
	width: auto;
display: block;
}

#kihon td {
	width: auto;
display: block;
}
#enkaku th {
	width: auto;
display: block;
}

#enkaku td {
	width: auto;
display: block;
}
	
#recruitbox table {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #FFFFFF;
    margin-bottom: 25px;
}
#contactform .soushinbox {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#contactform .submit {
	float:none;
}
#contactform .reset {
	float:none;
}
#contactform {
    padding-top: 100px;
}	
	
.cmidashi {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF6AD;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;

}	
#contactform dl {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;

}	
		
	#day1 {
    width: 100%;
    margin-bottom: 20px;
	}	
	#day2 {
		width: 100%;
	}	
	
#event1 {
    width: 100%;
    margin-bottom: 15px;
}	
#event2 {
    width: 100%;
    margin-bottom: 15px;
}	
#event th {
    width: 22%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
	}
#event td {
    padding-top: 7px;
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 7px;
	}		
	
#mokuhyou ul {
    width: 90%;
}
#mokuhyou li {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}	
#subnav {
	position: static;
	right: auto;
	top: auto;
	-ms-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
	width: 15em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#subnav ul {

}
#subnav li {
    float: none;
    margin-top: 20px;
}
#subnav li a {
    font-size: 1.2em;
    display: block;
    background-color: #FFEF66;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    color: #003E72;
    border-left: 5px solid #FFFFFF;
    border-right: 5px solid #FFFFFF;
    border-bottom: 5px solid #FFFFFF;
    border-top: 5px solid #FFFFFF;
}	
	}
