@charset "Shift_JIS";
/* CSS Document */

ul,ol {
    margin-left: 1em;
    list-style-position: outside;
}

* { 
margin: 0;
 padding: 0;
  border: 0;

   }

p {
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0px;
}

a {
    color: #2766B0;
    text-decoration: none;
} 

a:hover {
    color: #AD641C;
} 

table {
}
th {
    padding: 5px;
  
}
td {
    padding: 5px;
 
}



/*---------------------------------------------------------
  						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;
    /**/
}




h2 {
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}


h3 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
    background-color: #CAE7FF;
    font-weight: normal;
    font-size: 1.5rem;
    text-align: center;

}


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: 'Kosugi Maru', sans-serif;
    font-size: 16px;
    color: #3A322D;
    line-height: 1.65em;
}

#system_main {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    position: relative;
    background-image: url(images/bg_main.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.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);
  }
}
header#hd1 {
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
}
header#hd2 {
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.menuanime a:hover img {
animation: swing 1s infinite;
}


#headerbox {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1200px;
}

h1 {
    width: 340px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	position: absolute;
	top:10px;
	left: 0px;
}
h1 img {
	width: 100%;
}
.animated:hover img{
animation: bounceIn 1s;
}
.animated2:hover img{
animation: rubberBand 1s;
}
#mainnav {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}
#mainnav ul {
   list-style: none; 
	margin-left: auto;
	margin-right: auto;
}
#mainnav ul li{
    width: 120px;
    list-style-type: none;
    margin: 0px;
    text-align: center;
}

#mainnav ul li img{
	width: 90%;
}

#menu1 {
	position: absolute;
	top:10px;
	left: 360px;
}	
#menu2 {
	position: absolute;
	top:10px;
	left: 480px;
}
#menu3 {
	position: absolute;
	top:10px;
	left: 600px;
}
#menu4 {
	position: absolute;
	top:10px;
	left: 720px;
}
#menu5 {
	position: absolute;
	top:10px;
	left: 840px;
}
#menu6 {
	position: absolute;
	top:10px;
	left: 960px;
}
#menu7 {
	position: absolute;
	top:10px;
	left: 1080px;
}



.header-nav {
  /* liアイテムを横並び */
  display: flex;
  /* ul全体の幅・高さ */
  width: 100%;
  height: 100px;
  background: pink;
	display: none;
}
.header-nav li {
  /* メニュー名を左右中央寄せ */
  text-align: center;
  /* li box の高さをulに合わせる */
  line-height: 100px;
  width: calc(100% / 6);
}
.header-nav li a {
  /* リンクをブロックいっぱいに */
  display: block;
  color: #fff;
  text-decoration: none;
}


.fixed.header-nav {
    /* liアイテムを横並び */
    display: flex;
    /* ul全体の幅・高さ */
    width: 100%;
    height: auto;
    position: fixed;
    background-color: rgba(42,24,6,0.80);
    z-index: 999999;
}
  /* 
.fixed.header-nav li:hover{
  background: rgba(104, 138, 35, .6);  
}
スクロールダウン時に下に影をつける*/
.fixed.header-nav {
  box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}
.fixed.header-nav ul {
    width: 700px;
    margin-left: auto;

	padding: 10px;
	  display: flex;
	float: right;
}
.fixed.header-nav li {
  /* メニュー名を左右中央寄せ */
  text-align: center;
  /* li box の高さをulに合わせる */
  line-height: normal;
  width: calc(100% / 6);
}
.fixed.header-nav li a {
  /* リンクをブロックいっぱいに */
  display: block;
  color: #fff;
  text-decoration: none;
}
.fixed.header-nav li img {
 width: 85%;
}

#enmei {
    width: 320px;
    float: left;
    padding-top: 10px;
}
#enmei img {
	width: 100%;
}



footer {
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    padding-top: 300px;
}

footer .copy {
    text-align: left;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    padding-left: 10px;
}
footer .copy img {
	height: 30px;
	}




#page_top{
  width: 150px;
  height: 100px;
  position: fixed;
  right: 0px;
  bottom: -100px;
	z-index: 2000;
}

#page_top img {
    width: 100%;
}

/* トップ */


#topslide {
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

#topimg1 {
    position: absolute;
    top:30px;
	left: 0px;
}
#topimg1 img {
    width: 100%;

}
#topimg2 {
    position: absolute;
    bottom:0px;
	left: 0px;
}
#topimg2 img {
    width: 100%;

}





#topbgimg {
    position: relative;
}
#topbgimg img {
    width: 100%;
    height: 200px;
    object-fit: cover; /* この一行を追加するだけ！ */
}








.bg1 {
    background-color: #FFF67F;
    background-image: url(images/bg41w.png);
}
.bg2 {
    background-image: url(images/bg2.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.bg3 {
    background-color: #CDF0F3;
}
.box {
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.txt1 {
    text-align: left;
    margin-bottom: 40px;
    background-color: #FFF2F5;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.txt2 {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 30px;
}
.txt3 {
    text-align: left;
    font-size: 1.5em;
    color: #022647;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.txt4 {
    text-align: center;
    font-size: 1.5em;
    color: #CB4074;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 40px;
}
#news {
	margin-bottom: 50px;
	}

#news ul {
    text-align: left;
    padding: 1em;
    background-color: #B7DEFF;
    border-radius: 20px;
   list-style: none; 
	margin-left: auto;
	margin-right: auto;
}
#news li {
    text-align: left;
    border-bottom: 1px dashed #A89888;
    margin-bottom: 15px;
    padding-bottom: 14px;
    background-image: url(images/list1.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
    padding-top: 12px;
}
#kihon {
	margin-bottom: 50px;
	}

#kihon table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
}
#kihon th {
    padding: 0.5em;
    text-align: left;
    width: 20%;
    background-color: #FFFFFF;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
    border: 1px solid #390F00;
}
#kihon td {
    padding: 0.5em;
    text-align: left;
    background-color: #FFFFFF;
    border: 1px solid #390F00;
}

























#info {
	margin-bottom: 50px;
	}
#info ul {
    text-align: left;
    padding: 1em;
    background-color: #B7DEFF;
    border-radius: 20px;
   list-style: none; 
	margin-left: auto;
	margin-right: auto;
}
#info li {
    text-align: left;
    border-bottom: 1px dashed #A89888;
    margin-bottom: 15px;
    padding-bottom: 14px;
    background-image: url(images/list2.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
    padding-top: 12px;
}
.flex {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : nowrap;
}
#kihonjoho {
	width: 49%;
}

#map {
    border: 4px solid #DFDFDF;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #FFFFFF;
    width: 45%;
	}
	
#map iframe {
	width: 100%;
	height: 300px;
	}
#map table {
    margin-right: auto;
    margin-left: auto;
    border-spacing: 3px;
    border-top: 1px solid #153964;
    border-bottom: 1px solid #153964;
    margin-top: 20px;
}
#map th {
    padding: 0.5em;

}
#map td {
    padding: 0.5em;
    text-align: left;
}

#map td img {
    padding: 5px;
    vertical-align: middle;
}
#map td a {
    color: #153964;
}

	
#outline {}	


	
	
#mokuhyou {}	
	
	
	
#tokuchou {}	
	
	
#tokushoku {}

#tokushoku dl:nth-child(odd):before {
  content: url("images/clip2.png");
  position: absolute;
	top:-10px;
	left:10px;
  }
#tokushoku dl:nth-child(even):before {
  content: url("images/clip1.png");
  position: absolute;
	top:-10px;
	left:10px;
  }
#tokushoku dl:nth-child(odd) {
	position: relative;
    width: calc(100% - 50px);
    margin-left: 5px;
    margin-right: 5px;
    background-color: #FFF10B;
    padding: 20px;
    margin-bottom: 20px;
}


#tokushoku dl:nth-child(odd) dt {
    background-color: #FFFBCA;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 1.2em;
}
#tokushoku dl:nth-child(odd) dd {
    background-color: #fff;
    padding: 15px;
    text-align: left;
}

#tokushoku dl:nth-child(even) {
    position: relative;
    width: calc(100% - 50px);
    margin-left: 5px;
    margin-right: 5px;
    background-color: #93D4F4;
    padding: 20px;
    margin-bottom: 20px;
}
#tokushoku dl:nth-child(even) dt {
    background-color: #D5EFFD;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 1.2em;
}
#tokushoku dl:nth-child(even) dd {
    background-color: #fff;
    padding: 15px;
    text-align: left;
}
#daily {
    margin-bottom: 50px;
}
.dbox {
	width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.dbox table {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
	border-spacing: 5px;
	width: 100%;
}
.dbox table th {
    padding: 10px;
    background-image: url(images/bg41w.png);
    background-color: #EDDBFD;
}
.dbox table td {
    padding: 10px;
    text-align: left;
    background-color: #FFF6DC;
}

.dbox table th {
   
    border: 1px solid hsla(0,0%,78%,1.00);
}
.dbox table td {
    
    border: 1px solid hsla(0,0%,78%,1.00);
}

#daily ul {
	width: 35%;
   list-style: none; 
	margin-left: auto;
	margin-right: auto;
}
#daily ul li {
    width: 100%;
    margin-bottom: 20px;
}
#daily ul li img {
	width: 100%;
	object-fit: cover;
	height: 280px;
}

#download {}
#download ul {
    text-align: left;
    background-color: #EEF7FF;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 20px;
   list-style: none; 
	margin-left: auto;
	margin-right: auto;
}
#download ul li {
    border-bottom: 1px dashed #5187F5;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}




#event {}

#event ul {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-wrap : wrap;
	list-style: none;
}
#event ul li {
    width: calc(100% / 2 - 20px);
    margin-right: 6px;
    margin-left: 6px;
    margin-bottom: 16px;
    background-image: url(images/bg41w.png);
}

#event ul li:nth-child(4n)  {
    background-color: #DCF3C9;
    border-radius: 10px;
    border: 4px solid #ADE47F;
}
#event ul li:nth-child(4n-1) {
    background-color: #E4F6FF;
    border: 4px solid #9CDEFF;
    border-radius: 10px;
}
#event ul li:nth-child(4n-2) {
    background-color: #FFF5D2;
    border: 4px solid #FFDD68;
    border-radius: 10px;
}
#event ul li:nth-child(4n-3) {
    background-color: #FFE9F0;
    border: 4px solid #FFB7CE;
    border-radius: 10px;
}

#event ul li:nth-child(4n) dl dt {
    background-color: #ADE47F;
}
#event ul li:nth-child(4n-1) dl dt {
    background-color: #9CDEFF;
}
#event ul li:nth-child(4n-2) dl dt {
    background-color: #FFDD68;
}
#event ul li:nth-child(4n-3) dl dt {
    background-color: #FFB7CE;
}




#event dl {

    padding: 20px;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-wrap : wrap;

}
#event dt {
    width: 10%;
    text-align: center;
    padding-top: 20px;
}
#event dd.etxt {
    width: calc(40% - 20px);
    padding: 10px;
    text-align: left;
    background-color: #FFFFFF;
}
#event dd.ephoto {
    width: calc(50% - 20px);
    padding: 10px;
    text-align: left;
}


#event ul li img {
    width: 100%;
    object-fit: cover;
    height: 150px;
    border-radius: 10px;
}
#recruit {
	margin-bottom: 50px;
}
#recruit ul {
    text-align: left;
    background-color: #EEF7FF;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 20px;
   list-style: none; 
	margin-left: auto;
	margin-right: auto;
}
#recruit ul li {
    border-bottom: 1px dashed #5187F5;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#contact {

}

#contactform {
    text-align: left;
    background-color: #F7FBFF;
    margin-top: 25px;

}
#contactform dl {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;

    margin-bottom: 30px;
    margin-top: 20px;
    border-radius: 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: #CAE7FF;
    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: #CAE7FF;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
#contactform dd input[type="radio"] {
	margin-right: 3px;
}
#contactform .submit {
	width: 190px;
}
#contactform .reset {
	width: 180px;
}
#contactform .soushinbox {
    width: 400px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
input[type="submit"]  {
    width: 130px; /*送信ボタンの幅を指定*/
    margin-bottom: 5px;
    color: #fff;
    background-color: #FF781A;
    border-bottom: 5px solid #b84c00;
    padding: 0.4em;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}


input[type="reset"]  {
    width: 100px; /*送信ボタンの幅を指定*/
    margin-bottom: 5px;
    color: #fff;
    background-color: #ACACAC;
    border-bottom: 5px solid #7E7E7E;
    padding: 0.4em;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.hissu {
    font-weight: normal;
    color: #FFFFFF;
    font-size: 0.7em;
    background-color: #FF6700;
    padding-top: 1px;
    padding-right: 2px;
    padding-bottom: 1px;
    padding-left: 2px;
}


	
#blog {
}
#blog h3 {
    width: 100%;
    background-color: #D5EC2C;
    letter-spacing: 2px;
    border-radius: 0px;
    color: #6C0A0C;
    background-image: url(images/bg41w.png);
    border-width: 0px;
    padding: 5px;
    background-repeat: repeat;
    text-align: center;
    margin-bottom: 10px;
}

#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(26% - 40px);
    padding: 20px;
    margin-bottom: 20px;
    background-color: #FFF3D7;
}
#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: 30px;
    text-align: left;
    background-color: #FFFFFF;
    margin-top: 15px;
    border-top: 2px dashed #7C5C2D;
    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: 70%;
    margin-top: 0px;
    margin-bottom: 20px;
    background-color: #FFF3D7;
}

#blog .blogmain {
    text-align: center;
    text-align: center;
    margin-bottom: 55px;
    padding-top: 35px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}

#blog table {
	width: 100%;
	border-spacing: 6px 6px;
	padding-bottom: 10px;
}
#blog table tr .blogtext {
    text-align: left;
    padding-left: 30px;
    width: auto;
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
    background-color: #FFFFFF;
    border-width: 0px;
}


#blog .blogphoto {
    width: 33%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 0px;
}


#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;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    width: auto;
    background-color: #FFFFFF;
    border-width: 0px;
}
.yt {
	    border-width: 0px;
}
#blog dl {}
#blog dt {
	text-align: center;
}
#blog dd {
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
    color: #9B5100;
    border-radius: 10px;
    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;
    border-width: 0px;
}
.blogpdf a {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    padding: 6px;
    display: block;
    background-color: #FF779D;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    color: #FFFFFF;
    text-decoration: none;
}
.blogpdf a:hover {
    background-color: #FFFFFF;
    color: #CB2856;
}





#blog2 {
}
#blog2 h3 {
    width: 100%;
    background-color: #FFD987;
    letter-spacing: 2px;
    border-radius: 0px;
    color: #6C0A0C;
    background-image: url(images/bg41w.png);
    border-width: 0px;
    padding: 5px;
    background-repeat: repeat;
    text-align: center;
}

#blog2box {
width: 100%;
margin-right: auto;
margin-left: auto;
display: flex;
justify-content: space-between;
box-sizing: border-box;
flex-wrap : wrap;
}
#blog2side {
    width: calc(26% - 40px);
    background-color: #EAFBF9;
    padding: 20px;
    margin-bottom: 20px;
}
#blog2side 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: 30px;
    text-align: left;
    background-color: #FFFFFF;
    margin-top: 15px;
    border-top: 2px dashed #7C5C2D;
}
#blog2side 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 #874A21;
    margin-left: auto;
    margin-right: auto;
}
#blog2side ul li:before{
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #FFB833;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#blog2side 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%);
}


#blog2_o {
    text-align: center;
    width: 70%;
    margin-top: 0px;
    margin-bottom: 20px;
    background-color: #EAFBF9;
}

#blog2 .blog2main {
    text-align: center;
    margin-bottom: 55px;
    padding-top: 35px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    position: relative;
}

#blog2 table {
width: 100%;
border-spacing: 6px 6px;
padding-bottom: 10px;
}
#blog2 table tr .blog2text {
    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;
}


#blog2 .blog2photo {
width: 33%;
padding-top: 10px;
padding-bottom: 10px;
}


#blog2 .blog2photo img {
width: 90%;
border:solid 4px #FFF;
box-shadow: 1px 1px 4px 0px #D5D3D1;
}
#blog2 table tr .blog2comment {

font-size: 75%;
text-align: center;
padding: 5px;
margin:5px;
background-color:#FFF276;
}
#blog2 .blog2date {
    font-size: 12px;
    text-align: right;
    padding: 5px;
    width: auto;
    background-color: #FFFFFF;
}

#blog2 dl {}
#blog2 dt {
text-align: center;
}
#blog2 dd {
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
    color: #174F49;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}


.blog2pdf {
text-align: center;
padding: 10px;
}
.blog2pdf a {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    padding: 6px;
    display: block;
    background-color: #FFAB22;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    color: #FFFFFF;
    text-decoration: none;
}
.blog2pdf a:hover {
    background-color: #FFFFFF;
    color: #BF5A02;
}



.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: #77C54D;
    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: #430001;
    background-color: #FFF3CD;
    border-radius: 50%;
}




@media screen and (max-width:1400px){
#topimg1 {
    position: absolute;
    top:60px;
	left: 0px;
}	
	
}	




@media screen and (max-width:1020px){

html,body {
}

.img100 img {
		width: 70%;
	}	

.bg2 {
    background-image: url(images/bg2.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #FFFFFF;
}
#system_main {
    background-size: 140% auto;
}


h1 {
	width: 50%;
	float: none;
}


#headerbox {
    margin-left: auto;
    margin-right: auto;
    position: static;
    width: auto;
}

h1 {
    width: 32%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	position: static;
	top:auto;
	left: auto;
	float: left;
}

#mainnav {
    width: 65%;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
	float: right;
}
#mainnav ul {
    margin-right: auto;
    margin-left: auto;
}
#mainnav ul li{
    width: calc(100% / 6);
    list-style-type: none;
    margin: 0px;
    text-align: center;
	float: left;
}

#mainnav ul li img{
	width: 88%;
}

#menu1 {
	position: static;
	top:auto;
	left: auto;
}	
#menu2 {
	position: static;
	top:auto;
	left: auto;
}
#menu3 {
	position: static;
	top:auto;
	left: auto;
}
#menu4 {
	position: static;
	top:auto;
	left: auto;
}
#menu5 {
	position: static;
	top:auto;
	left: auto;
}
#menu6 {
	position: static;
	top:auto;
	left: auto;
}
#menu7 {
	position: static;
	top:auto;
	left: auto;
}

	
.fixed.header-nav {
    /* liアイテムを横並び */
    display: flex;
    /* ul全体の幅・高さ */
    width: 100%;
    height: auto;
    position: fixed;
    background-color: rgba(42,24,6,0.80);
}
  /* 
.fixed.header-nav li:hover{
  background: rgba(104, 138, 35, .6);  
}
スクロールダウン時に下に影をつける*/
.fixed.header-nav {
  box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}
.fixed.header-nav ul {
    width: 100%;
	padding: 10px;
	  display: flex;
	float: none;
}
.fixed.header-nav li {
  /* メニュー名を左右中央寄せ */
  text-align: center;
  /* li box の高さをulに合わせる */
  line-height: normal;
  width: calc(100% / 6);
}
.fixed.header-nav li a {
  /* リンクをブロックいっぱいに */
  display: block;
  color: #fff;
  text-decoration: none;
}
.fixed.header-nav li img {
 width: 90%;
}

#enmei {
	width: 30%;
	float: none;
	display: none;
}
	footer {
		padding-top: 200px;
	}
footer .copy img {
	width: 60%;
	height:auto;
	}

h2 {

	font-size: 22px;
}
	
.box {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

	
#topbgimg img {
    width: 100%;
    height: 100px;
    object-fit: cover; /* この一行を追加するだけ！ */
}

.dbox {
	width: 100%;
}
#daily ul {
	width: 100%;
}	

#daily ul li img {
	width: 100%;
	height: auto;
}	
	
	#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;
    border: 0px solid hsla(0,0%,100%,0.00);
}

#blog table tr .blogphoto {
	width: auto;
	padding: 10px;
}
#blogside, #blog_o {
	width: 100%;
}	

#blog2 td{
width: auto;
display:block;
    border: 0px solid hsla(0,0%,100%,1.00);
}

#blog2 table tr .blog2photo {
width: auto;
padding: 10px;
}
#blog2side, #blog2_o {
width: 100%;
} 
	
	
/*ページ送り*/

		
	
		
	
}

@media screen and (max-width:480px){


h1 {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}

#topimg1 {
    display: none;
}	

#mainnav {
    width: 100%;
	float: none;
}
	
	.flex {
		display: block;
	}
#kihonjoho {
    width: 100%;
    margin-bottom: 20px;
}

#map {
    border: 4px solid #DFDFDF;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #FFFFFF;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
	}	
	
	
	
	
	
h2 {
	font-size: 20px;
}
	h2 img {
		width: 80%;
	}
h3 {
	font-size: 17px;
}

footer .copy img {
	width:87%
}
footer .copy {
    text-align: left;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 2px;
    padding-left: 5px;
}
	footer {
		padding-top: 100px;
	}
header {
    width: 100%;
}

.img100 img {
		width: 100%;
	}	
	

#page_top{
  width: 100px;
  height: 70px;
  position: fixed;
  right: 10px;
  bottom: -70px;
}	
	
	
	
#map th {
	display: block;
}
#map td {
	display: block;
}	
	
#outline th {
	width: auto;
display: block;
}

#outline td {
	width: auto;
display: block;
}



	


	
header#hd1 {
    position: static;
    height: auto;
    background-color: rgba(32,140,208,1.00);
	}	
	
#topbgimg {
display: none;
}	
	

	
#mainnav ul li img{
	width: 92%;
}


#event ul li {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 16px;
}
	
	
#event dt {
    width: 10%;
    text-align: center;
    padding-top: 20px;
}
#event dd.etxt {
    width: calc(90% - 20px);
    padding: 10px;
    text-align: left;
    background-color: #FFFFFF;
}
#event dd.ephoto {
    width: calc(100% - 20px);
    padding: 10px;
    text-align: left;
}


#event ul li img {
    width: 100%;
    object-fit: cover;
    height: 210px;
    border-radius: 10px;
}	
	
#contactform .soushinbox {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#contactform .submit {
	margin-left: auto;
	margin-right: auto;
}
#contactform .reset {
	margin-left: auto;
	margin-right: auto;
}
	
#contactform dl {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}	

#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;
}
	

#blog2 table tr .blog2text {
    margin-top: 0px;
    margin-bottom: 0px;
}	
#blog2 table tr .blog2photo {
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}	
	
	
	
	
	}
