@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: #022647;
    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;
    /**/
}




h2 {
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}


h3 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
    background-color: #EFEFEF;
    font-weight: normal;
    font-size: 1.5rem;

}


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: #153964;
    background-color: #fff;
    line-height: 1.8em;
}


#system_main {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	position: relative;
}

.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: 1100px;
}

h1 {
    width: 350px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	position: absolute;
	top:0px;
	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 {
    margin-right: auto;
    margin-left: auto;
}
#mainnav ul li{
    width: 150px;
    list-style-type: none;
    margin: 0px;
    text-align: center;
}

#mainnav ul li img{
	width: 80%;
}

#menu1 {
	position: absolute;
	top:10px;
	left: 350px;
}	
#menu2 {
	position: absolute;
	top:10px;
	left: 500px;
}
#menu3 {
	position: absolute;
	top:10px;
	left: 650px;
}
#menu4 {
	position: absolute;
	top:10px;
	left: 800px;
}
#menu5 {
	position: absolute;
	top:10px;
	left: 950px;
}





.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% / 5);
}
.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(2,36,61,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: 550px;
    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% / 5);
}
.fixed.header-nav li a {
  /* リンクをブロックいっぱいに */
  display: block;
  color: #fff;
  text-decoration: none;
}
.fixed.header-nav li img {
 width: 85%;
}

#enmei {
	width: 250px;
	float: left;
}
#enmei img {
	width: 100%;
}

	.footerborder {
    border-top: 50px solid #CDF0F3;
}

footer {
    width: 100%;
    text-align: center;
    background-color: #153964;
    color: #FFFFFF;
    padding-bottom: 30px;
}

footer .copy {
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer .copy img {
	height: 30px;
	}
footer table {
    margin-right: auto;
    margin-left: auto;
    border-spacing: 3px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
footer th {
    padding: 0.5em;

}
footer td {
    padding: 0.5em;
    text-align: left;
}

footer td img {
    padding: 5px;
    vertical-align: middle;
}
footer td a {
    color: #FFFFFF;
}
.pagetop {
	text-align: right;
	padding-top: 1em;
	margin-right: auto;
	margin-left: auto;
	width: 94%;
}


#page_top{
  width: 150px;
  height: 100px;
  position: fixed;
  right: 0px;
  bottom: -100px;
}

#page_top img {
    width: 100%;
}

/* トップ */

#topslide {
    margin-right: auto;
    margin-left: auto;
}
#topslide img {
    width: 100%;
	height: 45vw;
	object-fit: cover;
}

#sub {

}
#sub ul {
	width: 100%;
display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	flex-wrap: wrap;
	
}
#sub ul li{
    width: 29%;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 25px;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
	padding-left: 1%;
	padding-right: 1%;
}
#sub ul li:nth-child(1){
    background-color: #EDE8AB;
    background-image: url(images/bg41w.png);
}
#sub ul li:nth-child(2){
    background-color: #F4D1A8;
    background-image: url(images/bg41w.png);
}

#sub ul li:nth-child(3){
    background-color: #C8E3EF;
    background-image: url(images/bg41w.png);
}

#sub ul li:nth-child(4){
    background-color: #FD7777;
    background-image: url(images/bg41w.png);
}

#sub ul li:nth-child(5){
    background-color: #F1D1DA;
    background-image: url(images/bg41w.png);
}
#sub ul li div img{
    width: 90%;
    height: 220px;
    object-fit: cover;
    border-radius: 15px;
    border: 5px solid #FFFFFF;
}

#sub table {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
}
#sub td {
    text-align: center;
    border-bottom: 1px solid #486076;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
}
#sub th {
    text-align: center;
    border-bottom: 2px dotted #022647;
    padding: 5px;
    font-size: 1.1em;
}
#sub iframe {
	width: 100%;
	height: 300px;
}

.hp a {
    padding: 10px;
    display: block;
    text-align: center;
    background-color: #022647;
    color: #FFFFFF;
    border-radius: 20px;
    width: 10em;
    margin-left: auto;
    margin-right: auto;
}
.hp a:hover {
    background-color: #FFFFFF;
    color: #022647;
}

#info {
	border-bottom: 50px;
}
#info ul {
    background-color: #FFFFFF;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    border-radius: 20px;
}
#info ul li {
    background-image: url(images/list_link1.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-bottom: 15px;
    text-align: left;
    border-bottom: 1px dashed #022647;
    padding-top: 5px;
    margin-bottom: 15px;
}


.bg1 {
    background-image: url(images/bg1.png);
}
.bg2 {
    background-image: url(images/bg2.png);
    background-position: center top;
    background-repeat: repeat-y;
}
.bg3 {
    background-color: #CDF0F3;
}
.box {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.txt1 {
    text-align: center;
    font-size: 3em;
    color: #4199CB;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: bold;
}
.txt2 {
    text-align: left;
    font-size: 1.2em;
    color: #3B1600;
    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;
}
#news li {
	text-align: left;
	border-bottom: 1px dashed #A89888;
	margin-bottom: 3px;
	padding-bottom: 3px;
	background-image: url(images/list1.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}
.newstxt {
    text-align: left;
    background-color: #D8E8F8;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
#news iframe {
    width: 100%;
    height: 800px;
    overflow: scroll;
    border: 2px solid #E3EDF7;
    background-color: #FFFFFF;
}

#outline {
    margin-bottom: 0px;

	}
#outline table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-spacing: 3px;
}
#outline th {
    padding: 0.5em;
    text-align: left;
    width: 20%;
    background-color: #FFFBEB;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
    border-left: 3px solid #5580A7;
}
#outline td {
    padding: 0.5em;
    text-align: left;
    background-color: #ECEEF0;
}

#infob {
    margin-bottom: 20px;

	}
#infob table {
	margin-right: auto;
	margin-left: auto;
	border-spacing: 3px;
}
#infob td {
    padding: 0.5em;
}
.kitei {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
}
.kitei a {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: auto;
    background-color: #EAF1F7;
    border: 3px solid #A6BBCF;
    border-radius: 10px;
    display: block;
    color: #022647;
    -webkit-box-shadow: 1px 1px 3px #B0A192;
    box-shadow: 1px 1px 3px #B0A192;
    width: 100px;
    text-align: center;
    margin-right: auto;
    font-size: 13px;
}
.kitei a:hover {
	background-color: #FFE4EC;
	border: 3px solid #FFAFD7;
	color: #DC104F;

}


.teikan {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
}
.teikan a {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: auto;
    background-color: #FDFBED;
    border: 3px solid #F3E8B2;
    border-radius: 10px;
    display: block;
    color: #022647;
    -webkit-box-shadow: 1px 1px 3px #B0A192;
    box-shadow: 1px 1px 3px #B0A192;
    width: 100px;
    text-align: center;
    margin-right: auto;
    font-size: 13px;
}
.teikan a:hover {
	background-color: #FFE4EC;
	border: 3px solid #FFAFD7;
	color: #DC104F;

}


#map {
    border: 7px solid #DFDFDF;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    background-color: #FFFFFF;

	}
	
#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;
}
#enkaku {

	}
#enkaku table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    border-spacing: 3px;
}
#enkaku th {
    padding: 0.5em;
    text-align: left;
    width: 20%;
    background-color: #ECEEF0;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
    border-left: 3px solid #110B0B;
}
#enkaku td {
    padding: 0.5em;
    text-align: left;
    background-color: #FFFBEB;
}


.img100 img {
		width: 80%;
	}	
.img100_sp img {
		width: 90%;
	}
.img100_sp {
		display: none;
	} 

#event {
	position: relative;
	}
#event ul  {
	}
#event ul li {

	}
#event ul li img {
	width: 100%;
	}

#ephoto1 {
    position: absolute;
    top: 487px;
    left: 232px;
    transform: rotate(4deg);
    width: 220px;
}
#ephoto2 {
    position: absolute;
    bottom: 240px;
    left: -120px;
    transform: rotate(-4deg);
    width: 220px;
}
#ephoto4 {
    position: absolute;
    bottom: -90px;
    left: 460px;
    transform: rotate(4deg);
    width: 150px;
}
#ephoto3 {
    position: absolute;
    top: 758px;
    right: 281px;
    transform: rotate(-4deg);
    width: 150px;
}
.eventbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: 30px 0;
    padding-top: 30px;
}
.eventitem {
    width: calc(100% / 3 - 60px);
    margin-bottom: 20px;
    padding: 30px 20px;
    text-align: center;
    background-color: #1E344B;
    height: 200px;
    color: #FFFFFF;
    border-radius: 20px;
}
#event dl {}
#event dt {
    font-size: 1.5rem;
    border-bottom: 1px dashed #FFFFFF;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#event dd {
    text-align: left;
}
.bgc1 {
    background-color: #5B71AB;
}
.bgc2 {
    background-color: #86858B;
}
.bgc3 {
    background-color: #84A751;
}
.bgc4 {
    background-color: #2A5378;
}

@media screen and (max-width:1020px){

html,body {
}



#system_main {

}


h1 {
	width: 50%;
	float: none;
}


#headerbox {
    margin-left: auto;
    margin-right: auto;
    position: static;
    width: auto;
}

h1 {
    width: 30%;
    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: 20%;
    list-style-type: none;
    margin: 0px;
    text-align: center;
	float: left;
}

#mainnav ul li img{
	width: 90%;
}

#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;
}




.fixed.header-nav {
    /* liアイテムを横並び */
    display: flex;
    /* ul全体の幅・高さ */
    width: 100%;
    height: auto;
    position: fixed;
    background-color: rgba(2,36,61,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% / 5);
}
.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;
}


#sub ul li{
    width: 94%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 25px;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
	padding-left: 2%;
	padding-right: 2%;
}
	

footer .copy img {
	width: 60%;
	height:auto;
	}

h2 {

	font-size: 22px;
}
	
.box {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.eventitem {
    width: calc(100% / 2 - 60px);
    margin-bottom: 20px;
    padding: 30px 20px;
    text-align: center;

}

}

@media screen and (max-width:480px){


h1 {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}



#mainnav {
    width: 90%;
	float: none;
}
h2 {
	font-size: 20px;
}
	h2 img {
		width: 80%;
	}
h3 {
	font-size: 17px;
}

footer .copy img {
	width:87%
}
footer th {
	display: block;
}
footer td {
	display: block;
}
.pagetop img {
	width: 30%;
}

header {
    width: 100%;
}


#topimg3 {
	position:absolute;
	bottom:-10px;
}	
	

#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;
}

#enkaku th {
	width: auto;
display: block;
}

#enkaku td {
	width: auto;
display: block;
}
	
.img100 {
		display: none;
	} 
.img100_sp {
		display: block;
	}
		
.firstbox {
    margin-top: -80px;
}

.txt1 {
    font-size: 1.8em;
}
.txt2 {
    font-size: 1em;
}
.txt3 {
    font-size: 1em;
	width: 24em;
}
.txt4 {
    font-size: 1em;
}
	

header#hd1 {
    position: static;
    height: auto;
    background-color: #022647;
	
	}	
	
	

	
	}
