@import url("style.css");








@media print,screen and (min-width: 980px) {


	

	

img {
    height:auto;
	border:none;
	-webkit-backface-visibility: hidden;image-rendering: auto;/****CHROME縮小画像ぼやけ対策****/
}


/*****OTHER PARTS*****/

.sp5{height:5px;}
.sp10{height:10px;}
.sp15{height:15px;}
.sp20{height:20px;}
.sp25{height:25px;}
.sp30{height:30px;}
.sp35{height:35px;}
.sp40{height:40px;}
.sp50{height:50px;}


.sp0_5em{height:0.5em;}
.sp1em{height:1em;}
.sp1_5em{height:1.5em;}
.sp2em{height:2em;}
.sp2_5em{height:2.5em;}
.sp3em{height:3em;}
.sp3_5em{height:3.5em;}
.sp4em{height:4em;}
.sp5em{height:5em;}
.sp6em{height:6em;}
.sp7em{height:7em;}
.sp8em{height:8em;}


.clear{clear:both;}


.border01{
    width:100%;
	border-bottom:#CCC solid 1px;
	clear:both;
	margin:5px 0px 5px 0px;
	}
	
	
.border02{
    width:100%;
	border-bottom:#00185B solid 1px;
	clear:both;
	margin:5px 0px 0px 0px;
	}



.border03{
    width:100%;
	border-bottom:#00185B solid 1px;
	clear:both;
	margin:5px 0px 0px 0px;
	}



/*LINK*/
a{line-height:160%;color:#2693FF;text-decoration:none}
a:link {color:#2693FF;}
a:visited{color:#2693FF;}
a:hover{color:#2693FF;text-decoration:none;}


a.blacker:link {
text-decoration : none; 
color : #000; 
}

a.blacker:visited {
text-decoration : none; 
color : #000; 
}


a.blacker_bold:link{
text-decoration : none; 
color : #000;
font-weight:bold;
}

a.blacker_bold:visited{
text-decoration : none; 
color : #000;
font-weight:bold;
}

a.whity:link {
text-decoration : none; 
color : #FFFFFF; 
}

a.whity:visited {
text-decoration : none; 
color : #FFFFFF; 
}

.text01 a{line-height:140%;color:#000;}
.text01 a:link {color:#000}
.text01 a:visited{color:#000;}
.text01 a:hover{color:#000;text-decoration:none;}


.text02 a{line-height:140%;color:#FFF;font-size:15px;}
.text02 a:link {color:#FFF;}
.text02 a:visited{color:#FFF;}
.text02 a:hover{color:#FFF;text-decoration:none;}


.text03 a{line-height:236%;color:#000;font-size:0.9em;}
.text03 a:link {color:#000;}
.text03 a:visited{color:#000;}
.text03 a:hover{color:#666;text-decoration:underline;}	

.text04 a{line-height:140%;color:#000;font-size:0.9em;}
.text04 a:link {color:#FFF;}
.text04 a:visited{color:#FFF;}
.text04 a:hover{color:#CCC;text-decoration:underline;}


.tategaki{-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;}




/******ALL LAYOUTS*****/


.wrapper{
	width:100%;
	display:block;
	max-width:1200px;
	margin:0 auto;
}
.main{
	margin:0 auto;
}
#wrap{
    /*position:relative;*/
    min-height:100%;
    _height:100%;
    overflow:hidden;
}





.nonavy_bg{
background-color:#FFF;
padding:1em;
}


.navy_bg{
background-color:#666;
padding:1em;
}
	

.gmap {
max-width: 1200px;
width: 100%;
height: 500px;
position: relative;
margin: 0 auto;
}
	
	
	
.main_title {
	
	width:100%;
	max-width:1400px;
	margin: 0 auto;
	text-align: center;
	padding:3em 0 3em 0;
	border-bottom: solid 1px #CDCACA;
		
}


.main_title h2{
position: absolute;/*絶対配置*/
color: #27274D;/*文字は白に*/
font-size: 40px;
font-family: "Sawarabi Mincho", serif;
font-weight: 100;
top: 25%;
bottom:25%;
left: 0;
right: 0;
margin: auto;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
/****斜めにする記述***/
-webkit-transform: skewX(-150deg);
-moz-transform: skewX(-150deg);
transform: skewX(-150deg);
/*********/
line-height: 120%;
	
}


h2 .sub_title{

	font-size: 17px;width:100%;color:#666;

}


div.ttl{text-align: center;position:relative;left:18%;}

div .sen {
/****斜めにする記述***/
-webkit-transform: skewX(150deg);
-moz-transform: skewX(150deg);
transform: skewX(150deg);
/*************/
border-left: 1px solid #000;
border-right: 1px solid #000;
width:70%;
height:15vh;
}




/*******OTHER TEXT********/
h1{
   	font-size:1.3em;
	color:#000;
	font-weight:bold;
	display:none;
	}

h2{
	
	}



h2.inttl{
	color:#FFF;
    background:url(../img/ttl_bg.jpg) no-repeat top center;
    background-size:cover;
	font-size:2.1rem;
	text-align: center;
	padding:1em;
	/*font-weight:bold;*/
	}


h2.inttl02{
	color:#FFF;
    background:url(../img/ttl_bg02.jpg) no-repeat top center;
    background-size:cover;
	font-size:2.1rem;
	text-align: center;
	padding:1em;
	/*font-weight:bold;*/
	}




h3{
    color:#003366;
    /*color:#a80000;*/
	font-size:1.2em;
	font-weight:bold;
	}



h4{
    font-size:1.8em;
	line-height:140%;
	color:#000;
	font-weight:bold;
	}

.foot_ttl{color:#FFF;font-size:1.3em;text-align: center;}
.foot_wh{color:#FFF;text-align: center;}
.foot_tex{font-size:15px;color:#FFF;text-align:left;float:left;padding:0 5em 1em 0;line-height:160%;}
.foot_l_text{font-size:13px;color:#FFF;text-align:left;float:right;right:0%;bottom:0%;}
.copy{font-size:12px;color:#333;text-align:center;margin:5em 0 0 0;}
.foot_bottom{position:absolute;left:40%;;bottom:7%;z-index: 1000;}



strong{
font-size:18px;
	line-height:160%;
	padding:0px 0px 0px 0px;
	font-weight:bold;	
	}
	
.strong_mid{
font-size:15px;
	line-height:160%;
	padding:0px 0px 0px 0px;
	font-weight:bold;	
	}


p{font-size:16px;text-align:justify;word-break: break-all; line-height:170%;}
.p02{font-size:15px;text-align:left;line-height:150%; word-wrap: break-word;}

.tex18{font-size:18px}


.red {color: #FF0000}
.blue {color:#09F}
.green {color:#9C0;font-size:12px;}
.yellow {color:#FC0;font-size:15px;}
.bu {color:#09F;font-size:18px;}




#header {
    
    width:100%;
	/*background-color:rgba(250,250,250,0.5);*/
	padding-top:1em;
	height:100px;
	}

.head_logo{height:75px;display:block;max-width:350px;width:100%;margin:0em;float:left;}


.head_tel{padding-top:0em;float:right;position: relative;width:60%;right:1em;z-index:2000;margin:0 0% 0 0;text-align: right;}
.head_search{padding-top:0em;float:right;position: relative;width:60%;right:1em;z-index:2000;margin:0 0% 0 0;text-align: right;}
.head_info{float:right;margin:1em 1em 0 1em;}



/* サイト内検索 */
.searchform {
  position: relative;
}
 
.searchfield {
  font-size: 14px;
  width: 100%;
  max-width:300px;
  margin: 3px;
  padding: 10px;
  border: solid 1px #bbb;
  border-radius: 4px;
  background-color: #efefef;
  }
 
.searchsubmit {
  font-family: FontAwesome;
  font-size: 1.2em;
  position: absolute;
  top: -5%;
  right: 0%;
  margin-top: 0px;
  padding: 0;
  cursor: pointer;
  color: #6297f5;
  border: none;
  background: transparent;
}
 
.searchsubmit:hover {
  opacity: .6;
}


.head_border_top{
    top:0;
	left:0;
	width:100%;
    position:absolute;
    border-top: 10px solid #00185B; 
	z-index:101;
	}
	
.head_border_bottom{
    bottom:0;
	left:0;
	width:100%;
    position:absolute;
    border-bottom: 10px solid rgba(250,250,250,0.5); 
	z-index:100;
	}
	

#headermenu_clone{}

.top_box{
width:100%;
margin:0 auto;
text-align:center;
padding:0px 0% 0 0%;
}


.inner_box{
width:100%;
margin:0 auto;
text-align:center;
padding:0px 0% 0 0%;
}


.container{
position:static;

z-index: 0;
}


#hamburger{display:none;}
#hamburger02{display:none;}


#header01 {
    width:100%;
	max-width:1200px;
	/*background-color:rgba(250,250,250,0.5);*/
	height:80px;
	margin: 0 auto;
	position: fixed;
	background-color: #fff;
	z-index: 4000;
	padding:1em;
	box-shadow: 1px 5px 7px rgba(0,0,0,0.4);
	/*border-bottom: #CCC solid 4px;*/
	}

.head_name{
	position: absolute;
	left: 1%;
	top:8%;
	color:#412210;
	font-size:24px;
	
	
}
	
	
.head_name img{
	width: 100%;
	max-width:340px;
	}	




normal { position: relative; z-index: 8; }
#normal li ul{
  display: none;
}
#normal li:hover ul{
  display: block;
}


.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width:100%;
  margin: 0;
  padding: 0;
  }
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  display:inline-block;
  margin: 0em;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 0.6em;
  /*background: #8a9b0f;*/
  color: #8c0000;
  font-size: 1.3em;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0; 
  left: -255%;
  width: 355%
}
.dropmenu li ul li{
  width:100%;
   
}

.dropmenu .m_ttl{
  border-top: 1px solid #CCC;
  background: #333;
  text-align: left;
  padding:1em;
  color:#FFF;
  font-size: 1.2em;
  }

.dropmenu li ul li a{
  padding: 0.8em;
  border-top: 1px solid #CCC;
  background: #EEE;
  text-align: left;
  color:#9D2428
}
.dropmenu li:hover > a{
  background: #FFF;
}
.dropmenu li a:hover{
  background: #c40d23;
  color:#FFF;
}


.dropmenu_01{
  *zoom: 1;
  list-style-type: none;
  width:100%;
  margin: 0;
  padding: 0;  
  }
.dropmenu_01:before, .dropmenu_01:after{
  content: "";
  display: table;
}
.dropmenu_01:after{
  clear: both;
}
.dropmenu_01 li{
  position: relative;
  display:inline-block;
  margin: 0em;
  padding: 0;
  text-align: center;
}
.dropmenu_01 li a{
  display: block;
  margin: 0;
  padding: 0.4em;
  /*background: #8a9b0f;*/
  color: #8c0000;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}
.dropmenu_01 li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0; 
  left: -255%;
  width: 355%
}
.dropmenu_01 li ul li{
  width:100%;
   
}

.dropmenu_01 .m_ttl{
  border-top: 1px solid #CCC;
  background: #333;
  text-align: left;
  padding:1em;
  color:#FFF;
  font-size: 1.2em;
  }

.dropmenu_01 li ul li a{
  padding: 0.8em;
  border-top: 1px solid #CCC;
  background: #EEE;
  text-align: left;
  color:#9D2428
}
.dropmenu_01 li:hover > a{
  background: #FFF;
}
.dropmenu_01 li a:hover{
  background: #c40d23;
  color:#FFF;
}


#headerMenu{
width:68%;
text-align: right;
float:right;
/*border: #3EA8F4 solid;
border-width: 1px 0 1px 0px;*/
padding-top:12px;
}



.head_submenu{
	display:block;
	border-bottom: #9F3335 1px solid;
	float:right;
	}



/*
#headerMenu01 ul {

	width: 100%;
	margin: 0 auto;
}
	
#headerMenu01 li {
display:inline;
margin-bottom:0px;
border-width: 0px 1px 0px 0px;
font-size:18px;
font-weight: 300;
	padding:1em;
}


.menunav01 a {
max-width: 30%;
display:inline;


font-size:18px;
font-weight: 300;
	
}
*/
 /* 以下マウスを載せたときのスタイル */
.menunav a:hover, .menunav a.active { background-color: #00185B;
 color:#FFF; }




.top_main{
 padding-top: 27%;
background:url(../img/top_main.jpg) no-repeat top center;
background-size:contain;
max-width: 1900px}


.in_headline{
 padding-top:7%;
background:url(../img/inner_haedline.jpg) no-repeat top center;
background-size:contain;
max-width: 1980px}


.list_imgbox{
	/*border: solid 1px #CCC;*/
    width:17%;
	padding: 0.5em 1em 0.5em 0em;
	float:left;
	word-break : break-all;
	font-size:16px;
	}



.list_box{
	/*border: solid 1px #CCC;*/
    width: 75%;
	padding: 0.5em 1em 0.5em 1em;
	float:left;
	word-break : break-all;
	font-size:15px;
	text-align: left;
	}



.float01{
	/*border: solid 1px #CCC;*/
    width: 45%;
	display:inline-block;
	margin:10px 3px 0 3px;
	word-break : break-all;
	/*border: 1px #CCC solid;
    border-width: 0 0px 1px 1px;*/
	}

.float02{
	/*border: solid 1px #CCC;*/
    width: 30%;
	float:right;
	margin:10px 0 0 0px;
	word-break : break-all;
	font-size:16px;
	}


.list00{
display:flex;
justify-content:space-between;
align-items: center;
}
	

.list01{
 display:flex;
}

.list02{
 display:flex;
 justify-content: center;
 align-items: center;
}



.list_event{
display:flex;
flex-wrap: wrap;

}











.list_news{
display:flex;
flex-wrap: wrap;
margin:0 auto;	

}

	
	
	
	

.listbox01{
 width: 49%;
 margin: 0.5em;
 background-color: #eee;
 border: 1px #CCC solid;
 border-width: 0 0px 1px 1px;
 padding:0.5em;
 text-align: left;
 line-height: 170%;
 font-size:14px;
}












.listbox_news01{
max-width:352px;
 width: 31%;
 margin: 0.5em;
 background-color: #eee;
 border: 1px #CCC solid;
 border-width: 0 0px 1px 1px;
 padding:0.5em;
 text-align: left;
 line-height: 170%;
 font-size:14px;
}


.listbox_newsttl{
max-width:352px;
 width: 33%;
 margin: 0.5em;
 background-color: #009843;
 /*border: 1px #CCC solid;
 border-width: 0 0px 1px 1px;*/
 height: auto;
 line-height: 120%;
 font-size:14px;
 display:flex;/****上下中央****/
 flex-wrap: wrap;/****上下中央****/
 align-items: center;/****上下中央****/
 justify-content: center;/****上下中央****/
}

.news_image_fit{
  overflow: hidden;
  width: 100%;/* トリミングしたい枠の幅 */
	max-width:340px;
  height: 200px;/* トリミングしたい枠の高さ */
  position: relative;
  }
 
 	
	
	
	
	
.event_image_fit{
  width: 100%;/* トリミングしたい枠の幅 */
  height: auto;/* トリミングしたい枠の高さ */
  object-fit:cover;
  object-position:50% 100%;
  } 


.listbox02{
 width: 49%;
 margin: 0.5em;
 background-color: #53A9C2;
 /*border: 1px #CCC solid;
 border-width: 0 0px 1px 1px;*/
 padding:5% 0 0 0;
 vertical-align: middle;
 line-height: 120%;
 font-size:14px;
}


.listbox03{
 width: 49%;
 margin: 1em;
 background-color: #009843;
 /*border: 1px #CCC solid;
 border-width: 0 0px 1px 1px;*/
 padding:12.5% 0 0 0;
 vertical-align: middle;
 line-height: 120%;
 font-size:14px;
}





.listbox03_none{
 width: 50%;
 margin-top: 1em;
 /*background-color: #eee;*/
 /*border: 1px #1F69B4 solid;*/
 /*border-width: 0 1px 0px 0px;*/
 /*padding:0.2em;*/
 text-align: center;
 line-height: 150%;
 font-size:15px;
}



.listbox03_center{
 width: 40%;
 margin: 0.5%;
 /*background-color: #eee;*/
 /*border: 1px #1F69B4 solid;*/
 /*border-width: 0 1px 0px 0px;*/
 padding:0.2em;
 text-align: center;
 line-height: 150%;
 font-size:15px;
}


.listbox_space{
 width: 32.5%;
 margin: 0.5%;
 background-color: #FFF;
 border: 0px #CCC solid;
 border-width: 0 0px 0px 0px;
 padding:0.5em;
 text-align: left;
 line-height: 170%;
 font-size:14px;
}



.listbox_big{
 width: 55%;
 margin: 0.5%;
 background-color: #FFF;
 border: 0px #CCC solid;
 border-width: 0 0px 0px 0px;
 padding:0.5em;
 text-align: left;
 line-height: 170%;
 font-size:14px;
}


.bg_pink{
 width: 100%;
 margin: 1%;
 background-color: #FCE7F0;
 border: 1px #CCC solid;
 border-width: 0 0px 1px 1px;
 padding:1em;
 text-align: left;
 line-height: 170%;
 font-size:14px;
}






.member_list02{
	width: 100%;
	margin: 0 auto 0;
	text-align: center;
	}
.member_list02 li{
	float: left;
	width: 32.5%;
	margin: 0.2em;
	/*border: 1px solid #cccccc;*/
	text-align: center;
	box-sizing: border-box;
	list-style: none;
}
.member_list02 li a{
	display: block;
	padding: 0.5em;
	color: #00468c;
}



.cf:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}








.inline_btn{display:inline-block;width:100%;max-width:180px;}



.btn {
    width:90%;
	padding:0.5em;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
    font-size: 15px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-align:center;
    border-radius: 5px;
}
.btn01 {
    background-color: #0A6DB7;
    color: #fff !important;
	margin:0.5em;
	width:90%;
}

.btn01 a{
	width:90%;	
	}
	
.btn:hover {
    opacity: 1.0;
	cursor: pointer;
	cursor: hand;
}


	
	


.news{
	/*border: solid 5px #DDD;*/
	width:75%;
	
	height: 400px;
	padding:1em 0.5em 0.5em 0.5em;
	overflow: auto;
	background-color:#EEE;
	margin:0 auto;
	border:#999 solid 1px;
	}


	

	
	

.sidemenu{
	/*border: solid 5px #DDD;*/
    width: 25%;
	
	padding:1em 1em 1em 1em;
	overflow: auto;
	background-color:#172A88;
	margin:0 auto;
	/*border:#3EA8F4 solid 1px;*/
	}	
	
.sidemenu li{
	border-bottom: 0 #FFF solid;
	color:#FFF;
	list-style: none;
	text-align: left;
	line-height: 300%;
	}


	
/****ウィンドウ幅が最大767pxまでの場合に適用【PRO用】****/
@media screen and (min-width:670px) and ( max-width:1024px) {	
.news{
	/*border: solid 5px #DDD;*/
	width:75%;
	height: 400px;
	padding:1em 1em 0.5em 1em;
	overflow: auto;
	background-color:#EEE;
	margin:0 auto;
	border:#999 solid 1px;
	}
	
	.sidemenu{
	/*border: solid 5px #DDD;*/
    width:25%;
	padding:1em 1em 1em 1em;
	overflow: auto;
	background-color:#172A88;
	margin:0 auto;
	/*border:#3EA8F4 solid 1px;*/
	}	
	
	
	}		
	
	
	
	
	
.menu {
 text-align: left;
font-size:15px;
}
	
.menu a {
    display: block;
    padding:10px;
    text-decoration: none;
    color: #FFF;
	
}
	

	

label {
    display: block;
    margin: 0 0 4px 0;
    padding : 15px;
    line-height: 1;
    color :#fff;
    /*background : green;*/
    cursor :pointer;
	border-bottom: 1px #FFF solid;
}

input {
    display: none;
}

.menu ul {
    margin: 0;
    padding: 0;
    /*background :#f4f4f4;*/
    list-style: none;
}

.menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	background-color:#4562CD;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li {
    height: 54px;
    opacity: 1;
	border-bottom: 1px #FFF solid;
}	
	
	
	
	
	
.btnhan {
    width:100%;max-width:170px;
	padding:0.3em;
    font-weight: 300;
    display: inline-block;
    text-decoration: none !important;
    font-size: 15px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-align:center;
    border-radius: 5px;
	}
.btnhan01 {
    background-color: #FFF;
    color:  #174675 !important;
	margin:0.5em;
	border:solid 1px #174675;
}




.limark01{
list-style-type: disc;
margin:0 0 0 1em;
text-align: left;
line-height: 180%;
color:#000;
font-size:15px;
}



#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background:#74BAF4;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}







table.table-hyo {
    width:100%;
    /*border: 1px #009B83 solid;*/
    text-align: left;
	border-collapse: separate; border-spacing: 10px; 
	background-color:#FFF;
	}

table.table-hyo th {
	padding: 1em 0px 1em 0px;
    border: 1px #003366 solid;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:center;
	vertical-align:top;
	/*background-color:#F4F4EA;*/
	/*background:url(../img/com_bg.jpg);
	background-repeat:repeat-y;
    background-position: top center;*/
	color:#000;
	font-size:1rem;
	width:12%;
	}
table.table-hyo td {
	padding: 0.5em 0px 0.5em 0px;
    border: 1px #CCC solid;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:center;
	vertical-align:middle;
	background-color:#FFF;
	word-break : break-all;
	/*font-size:12px;*/
	}

table.table-hyo tr td:nth-of-type(1) { text-align: left }


table.table-0 {
    width:100%;
    /*border: 1px #009B83 solid;*/
    text-align: left;
	border-collapse: separate; border-spacing: 10px; 
	background-color:#FFF;
	}

table.table-0 th {
	padding: 1em 0px 1em 0px;
    border: 1px #003366 solid;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:left;
	vertical-align:top;
	/*background-color:#F4F4EA;*/
	/*background:url(../img/com_bg.jpg);
	background-repeat:repeat-y;
    background-position: top center;*/
	color:#000;
	font-size:1rem;
	width:20%;
	}
table.table-0 td {
	padding: 1em 0px 1em 0px;
    border: 1px #CCC solid;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:left;
	vertical-align:middle;
	background-color:#FFF;
	word-break : break-all;
	/*font-size:12px;*/
	}






table.table-1 {
    width:100%;
    /*border: 1px #009B83 solid;*/
    text-align: left;
	border-collapse: separate; border-spacing: 10px; 
	background-color:#FFF;
	}

table.table-1 th {
	padding: 1em 0px 1em 0px;
    border: 1px #003366 solid;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:left;
	vertical-align:top;
	/*background-color:#F4F4EA;*/
	/*background:url(../img/com_bg.jpg);
	background-repeat:repeat-y;
    background-position: top center;*/
	color:#000;
	font-size:1rem;
	width:17%;
	}
table.table-1 td {
	padding: 1em 0px 1em 0px;
    border: 1px #CCC solid;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:left;
	vertical-align:middle;
	background-color:#FFF;
	word-break : break-all;
	/*font-size:12px;*/
	}
	
	



table.table-net2 {
    width: 100%;
    /*border: 1px #E3E3E3 solid;*/
    
	margin:0px auto;
	}

table.table-net2 th {
	padding:7px;
    font-weight: bold;
	color:#000;
    line-height: 120%;
    text-align: center;
	font-size:15px;
	margin:0px 0 5px 0px;
	vertical-align:middle;
	/*background-color:#F7ECFF;*/
	border: 2px #CCC solid;
    border-width: 0 0px 1px 5px;
	}
table.table-net2 td {
	padding:1em;
    border: 1px #CCC solid;
    border-width: 0 0px 1px 1px;
	line-height:130%;
    text-align: center;
	vertical-align:middle;
	font-size:14px;
	/*background-color:#F7ECFF;*/
	}

/*------スタッフのtable幅調整--------*/
	
table.table-net2 tr td:nth-of-type(1){ width:30%;text-align: left;}/***1列め***/
table.table-net2 tr td:nth-of-type(2){ width:50%;text-align: left;}/***2列め***/
table.table-net2 tr td:nth-of-type(3){ width:20%;text-align: left;}/***3列め***/





	
	

table.table-gold {
    width: 100%;
    /*border: 1px #009B83 solid;*/
    margin:0px auto;
	font-size:15px;
	}

table.table-gold th {
	padding: 10px;
    border: 1px #0085B2 dotted;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:left;
	vertical-align:top;
	font-weight:normal;
	background-color:#F4F4EA;
	width:20%;
	}
table.table-gold td {
	padding: 10px;
    border: 1px #0085B2 dotted;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:left;
	vertical-align:top;
	/*font-size:12px;*/
	width:50%;
	}







table.table-gold ul li{list-style-position: inside}
table.table-gold ol li{list-style-position: inside}




table.table-form {
    width:100%;
  
    margin:0px auto;
	border-collapse: separate; border-spacing: 10px; 
	}

table.table-form th {
	padding: 1.7em 0px 1.7em 0.5em;
    border: 1px #003366 solid;
    border-width: 0 0px 1px 3px;
	line-height:180%;
    text-align:left;
	vertical-align: middle;

	color:#000;
	font-size:1rem;
	width:20%;
	}
table.table-form td {
	padding: 1.7em 0px 1.7em 0px;
    border: 1px #CCC solid;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:left;
	vertical-align:middle;
	background-color:#FFF;

	}




  




/*フォーム関係*/

input,select{
border:solid 1px #CCC;
background-color:#FFFFFF;
color:#333333;
padding:0.5em;
margin:0.5em;
height: 2.5em;
}


textarea{
border:solid 1px #CCC;
background-color:#FFFFFF;
color:#333333;
padding:0.5em;
margin:0.5em;
}


input#submit_button {
width: 18%;
cursor: pointer;
}
input#reset_button{
width:18%;
cursor: pointer;
}

/*****inner******/





.ttl_wh{font-size:18px;color:#FFF;border-left: solid 5px #009FE8;padding:0 0px 0 10px;font-weight:500;}
.ttl_bk{font-size:30px;color:#112E72;border-bottom: solid 1px #0085B2;padding:10px 0px 10px 10px;font-weight:500;text-align: center;}
.ttl_bk02{font-size:25px;color:#112E72;font-weight:200;text-align: center;}
.ttl_bk02_normal{font-size:25px;color:#112E72;font-weight:200;}
.ttl_bk03{font-size:17px;color:#112E72;font-weight:200;text-align: center;}
.ttl_bk04{font-size:30px;color:#FFF;font-weight:200;text-align: center;}
.ttl_kon{width:100%;height:60px;background-color: #DDDDDD;margin:0 auto;padding:3px 0 0 20px;display: flex;align-items: center;color:#222;text-align: left;font-size:1.1em;}
.ttl_wh{color:#FFF;font-size:20px;text-align: left;}


.image_box{width:100%;height:auto;max-width:800px;text-align: center;margin:0 auto;}
.lay_block01{width:100%;height:auto;text-align: center;margin:0 auto;max-width:1100px;}
.lay_block02{width:100%;height:auto;text-align: center;margin:0 auto;max-width:1100px;}

.book_btnimg{margin:0 auto;width:42%;}


.p_text01{font-size:12px;width:100%;text-align: left;max-width:100%;line-height: 150%;margin:0 0 0 1em;padding:0 1em 0 0;flaot:left;}
.p_text02{font-size:16px;display:inline-block;width:100%;text-align: left;max-width:1100px;line-height: 170%;padding:0 1em 0 1em;}
.p_text03{font-size:13px;line-height: 170%;padding:0 1em 0 1em;text-align: center;color:#FFF;}
.p_cap{font-size:15px;line-height: 170%;padding:0 1em 0 1em;text-align: center;color:#222;}

.img_cover {
  object-fit: cover;
  width: 100%;
  height:auto;
  max-width:40%;
  /*height: 200px;*/
  /*background-color: #ccc;*/
  /*border: 1px solid #ccc;*/
  vertical-align: top;
  margin:0 auto;
  padding:0 1em 0 0;
  float:left;
  }


.img_cover02 {
object-fit: cover;
  text-align: center;
  margin:0 auto;
  width: 60%;
  height:auto;
  max-width:100%;
  vertical-align: top;
  }


.img_cover_nomal {
  object-fit: cover;
  text-align: center;
  margin:0 auto;
  width: 100%;
  height:auto;
  max-width:100%;
  vertical-align: top;
}


.main_box_area{width:55%;margin:0 auto;padding:1em;}







.hissu{
    text-align:center;
	font-size:12px;
	/*font-weight:bold;*/
	/*border-bottom:solid 2px #0059B2;*/
	line-height:140%;
	color:#FFF;
	background-color:#D8070B;
	display: inline-block;
	padding:5px;
	margin:0px 0 0 10px;
	}


.spheight{padding-top:55%;}





/****BUTTON PARTS****/




  }



/* 20180908追加 */
.kaisoku_section {
	margin-bottom: 50px;
}

.kaisoku_section p {
	margin-bottom: 20px;
}





.fabs {
  top: 0;
  position: fixed;
  margin: 0em;
  right: 0;
  z-index: 1000;
 }

.fab {
  display:inline-block;
  width: 52px;
  height: 52px;
   border-radius: 50%;
  text-align: center;
  color: white;
  margin: 1em auto 0;
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
}

.fab > i {
  font-size: 24px;
  line-height: 52px;
  transition: all .2s ease-in-out;
  transition-delay: 2s;
  }

.fab.red {
  background: #666;
 }

.fab.pink {
  background: #E91E63;
}

.fab.purple {
  background: #9C27B0;
  color:#FFF;
  margin:0.5em;
}

.fab.deep-purple {
  background: #673AB7;
}

.fab.indigo {
  background: #3F51B5;
  color:#FFF;
  margin:0.5em;
}

.fab.blue {
  background: #2196F3;
}

.fab.light-blue {
  background: #03A9F4;
  color:#FFF;
  margin:0.5em;
}

.fab.cyan {
  background: #00BCD4;
}

.fab.teal {
  background: #009688;
}

.fab.green {
  background: #4CAF50;
}

.fab.light-green {
  background: #8BC34A;
}

.fab.lime {
  background: #CDDC39;
}

.fab.yellow {
  background: #FFEB3B;
}

.fab.amber {
  background: #FFC107;
}

.fab.orange {
  background: #FF9800;
}

.fab.deep-orange {
  background: #FF5722;
}

.fab.brown {
  background: #795548;
}

.fab.grey {
  background: #9E9E9E;
}

.fab.blue-grey {
  background: #607D8B;
}

.fab:active,
.fab:focus,
.fab:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}

/*
.fab:not(:last-child) {
  width: 36px;
  height: 36px;
  margin: 20px auto 0;
  opacity: 0;
}

.fab:not(:last-child) > i {
  font-size: 18px;
  line-height: 40px;
  transition: all .3s ease-in-out;
}

.fabs:hover .fab:not(:last-child) {
  opacity: 1;
  width: 40px;
  height: 40px;
  margin: 15px auto 0;
}

*/

.fab:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}

.fab:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: -20ms;
  transition-delay: -20ms;
}

.fab:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}

.fab:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}

.fab:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}

[tooltip]:before {
  font-family: 'Roboto';
  font-weight: 600;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #585858;
  color: #fff;
  content: attr(tooltip);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  padding: 5px 7px;
  margin-right: 10px;
  position: absolute;
  right: 100%;
  bottom: 5%;
  white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}




	
	
	
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}
.is-show {
  transform: translateY(0);
}



#menubar01{position: relative;z-index:2000 !important; background: #428400;}
#menubar02{position: relative;z-index:1000 !important;background: #007EA8;}





/********TOP NEWS ICON*********/
.news_icon_osirase{
    text-align:center;
	font-size:13px;
	/*font-weight:bold;*/
	/*border:solid 2px #0D3667;*/
	line-height:180%;
	color:#FFF;
	background-color:#1EAA38;
	display: inline-block;
	padding:0.2em;
	margin:0px auto;
	width:30%;
	}



.news_icon_jyuyou{
    text-align:center;
	font-size:13px;
	/*font-weight:bold;*/
	/*border:solid 2px #0D3667;*/
	line-height:180%;
	color:#FFF;
	background-color:#E3007E;
	display: inline-block;
	padding:0.2em;
	margin:0px auto;
	width:30%;
	}



.news_icon_event{
    text-align:center;
	font-size:13px;
	/*font-weight:bold;*/
	/*border:solid 2px #0D3667;*/
	line-height:180%;
	color:#FFF;
	background-color:#53A9C2;
	display: inline-block;
	padding:0.2em;
	margin:0px auto;
	width:30%;
	}
	

.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}
.is-show {
  transform: translateY(0);
}



#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background:#74BAF4;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}





.slidebox01{

padding-top:3em;
/*background-color: #dddddd;*/

z-index: -5000;
}





.head_logo01{display:block;float:left;margin:0.5em;position: absolute;top: 30%;left:2%;transform: translateY(-50%);z-index: 1000;font-size:3.5em;font-family: "Sawarabi Mincho", serif;
text-shadow:0.5px 0.5px 0 #FFF, -0.5px -0.5px 0 #FFF,
              -0.5px 0.5px 0 #FFF, 0.5px -0.5px 0 #FFF,
              0px 0.5px 0 #FFF,  0-0.5px 0 #FFF,
              -0.5px 0 0 #FFF, 0.5px 0 0 #FFF;
}


.head_nav{font-size: 15px;width: 100%;text-align: right; }

.head_infooat{margin:1em 1em 0 1em;}



.head_border_top{
    top:0;
	left:0;
	width:100%;
    position:absolute;
    border-top: 10px solid #00185B; 
	z-index:101;
	}
	
.head_border_bottom{
    bottom:0;
	left:0;
	width:100%;
    position:absolute;
    border-bottom: 10px solid rgba(250,250,250,0.5); 
	z-index:100;
	}

.head_nav01{font-size: 15px;width: 100%;text-align: right; position: relative;}




/*----top_img----*/



.lay_block03{width:100%;height:auto;text-align: center;margin:0 auto;padding-top:0%;}

/*----お知らせ----*/

.ttl_dr{font-size:22px;color:#c40d23;border-bottom: solid 6px #c40d23;padding:10px 10px 10px 10px;font-weight:900;text-align: left;}

.navy_bg_news011{
padding:1em;
background-color: #FFF;
width:100%;
display: flex;flex-wrap: wrap;
margin-top:3em;
}

.top_logo{
	position: absolute;
	left:3%;
	top:3%;
}




.inbox{
	/*border: solid 5px #DDD;*/
    
	padding:0.5em 1em 0.5em 1em;
	margin:0em auto;
	/*border:#3EA8F4 solid 1px;*/
	width: 870px;
	}	





/*----インフォメーション----*/

.listbox001 {
	display: flex;
	
	margin: 0 auto ;
	display:flex;
	flex-wrap: wrap;
	justify-content: center; /* 子要素をflexboxにより中央に配置する */
	}

.listbox002 {
	display: flex;
	margin: 0 auto ;
	display:flex;
	flex-wrap: wrap;
	justify-content: center; /* 子要素をflexboxにより中央に配置する */
	}

.listbox003 {
	display: flex;
	max-width: 1200px;
	margin: 0 auto ;
	display:flex;
	flex-wrap: wrap;
	justify-content: center; /* 子要素をflexboxにより中央に配置する */
	}


.box-inner {
  width: 100%;
  max-width: 1200px;
  display: flex;
}


/*.item-img-001 {
    max-width:80%;
	width:30%;
	height: auto;
	margin-bottom: 1.5em;	
	text-align: center;
	margin: 0 auto;
	list-style: none;
    margin:0.5em;
	padding:1em;

}*/









.listbox_info{
max-width:352px;
 width: 31%;
 margin: 0.5em;
 background-color: #FFFFFF;
 /*border: 1px #CCC solid;*/
 /*border-width: 0 0px 1px 1px;*/
 padding:0.5em;
 text-align: center;
 line-height: 170%;
 font-size:14px;
}


.listbox_info img{
/*max-width:352px;*/
 width: 100%;
 margin: 0.5em;
 background-color: #FFFFFF;
 /*border: 1px #CCC solid;
 /*border-width: 0 0px 1px 1px;*/
 padding:0.5em;
 text-align: center;
 line-height: 170%;
 font-size:14px;
	
}

/*----お知らせ END----*/



/*----icon----*/



.listbox_icon01{
/*max-width:200px;*/
 width: 22%;
 margin: 0.5em;
 background-color: #0855a5;
 border: 1px #CCC solid;
 border-width: 0 0px 1px 1px;
 padding:1.2em 1em  1em 1em;
 text-align: center;
 line-height: 170%;
 font-size:14px;
 margin: 0 auto;	
 height: 150px;	
}

.listbox_icon02{
/*max-width:150px;*/
 width: 22%;
 margin: 0.5em;
 background-color: #0855a5;
 border: 1px #CCC solid;
 border-width: 0 0px 1px 1px;
 padding:1.2em 1em  1em 1em;
 text-align: center;
 line-height: 170%;
 font-size:14px;
 margin: 0 auto;	
 height: 150px;	
}




.white_icon{
	color: #FFFFFF;
	
}



.icon_text{
	margin:0 auto;
	text-align: center;
	margin-top: 16px;
	font-size: 14px;
}







/*----footer---*/


.foot_bg{
/*background:url("../img/footer_img.jpg")top center;
background-size:cover;*/
background-color:#172A88;
padding-bottom:30px;
position:relative;
margin:0 auto;	
}




.foot_tex011{font-size:15px;color:#FFF;text-align:left;float:left;padding:0 5em 1em 0;line-height:160%;}

.text001 a{line-height:140%;color:#FFF;font-size:15px;}
.text001 a:link {color:#FFF;}
.text001 a:visited{color:#FFF;}
.text001 a:hover{color:#FFF;text-decoration:none;}

.foot_text{
	font-size: 18px;
	color: #FFFFFF;
	margin: 0 auto;
	text-align: center;
	/*width: 50%;*/
	line-height: 30px;
	font-family: "Sawarabi Mincho", serif;
	font-weight:700;
}

.text12{
	width:1200px;
	font-size:14px;
	line-height: 240%;
	color: #FFFFFF;
	margin:0 auto;
	
}



.foot_text01{
	width: 100%;
	max-width:1000px;
	color:#FFF;
	margin:0 auto; 
	text-align: center;
	display: flex;
	justify-content: center;


}


.foot_bottom_center{text-align: center;bottom:7%;z-index: 1000;}

.foot_wh01{color:#FFF;text-align: center;}

.foot_wh_strong{font-size: 20px; color:#FFF;text-align: center;font-weight:bold;}

.copy_white{
	color:#FFFFFF;
	text-align: center;
	font-size: 12px;
}



.item-img-001 {
	max-width:23%;
	width:100%;
	height: auto;
	margin-bottom: 1.5em;
	text-align: left;
	margin: 0 auto;
	list-style: none;
	margin: 0;
}




.item-img-002 {
    /*max-width:80%;*/
	width:24%;
	height: auto;
	margin-bottom: 1.5em;	
	text-align: center;
	margin: 0 auto;
	list-style: none;
    /*margin:0.5em;*/
	padding:0.5em;

}







.scroll_text {
	display: none;
}

.not_br {
display: none;
}
