@charset "utf-8";
/*
=======================================
	Reset CSS
=======================================
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, main, menu, nav, section, summary,
time, mark, audio, video{
	margin:0;
	padding:0;
}
article,aside,details,figcaption,figure,
footer,header,main,menu,nav,section{
	display:block;
}
html{
	-webkit-text-size-adjust: 100%;
}
body{
	color: #333;
	line-height: 1.5;
	font-size:16px;
	font-family:"ソフトゴシック L","Soft Gothic Light";
}
/*横幅768px以下の場合発令！＝モバイルの祭に適用*/
@media screen and (max-width: 768px){
	body{
	line-height: 1.5;
	font-size:15px;
	}
}
img{
	border: 0;
	max-width: 100%;
	height: auto;
}
ul,ol{
	list-style-type: none;
}
table {
	border-collapse: collapse; 
	border-spacing: 0;
}

img, input, select, textarea { 
	vertical-align: middle;
}
a{
	color: #333;
	text-decoration:none;
	transition: 0.5s;
}
a:hover{
	color: #09F;
	cursor : pointer ;/*手のマーク*/
}

a:hover img{
	opacity: 0.7;
}


/*
=========================================
	Base Layout
=========================================
*/
/*ALL and Smart Phone*/
.container{
	max-width: 960px;
	margin: 0 auto;
}
.container:after{
	content:"";
	display: block;
	clear:both;
}
.full{
	margin-left: -10px;
	margin-right: -10px;
}
/*--------------------*/

.main{
	max-width:960px;
	margin:0 auto;
}
/*m-Box
--------------------*/
.m-box-list{
	width:90%;
	margin: 0 auto;
}
.m-box-list li{
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.m-box{
	text-align: center;
	padding-left: 0;
	margin: 0;
	width: 100%;
	min-height: 70px;
	list-style-type: none;
	color: #FFF;
	
	position:relative;
}
.m01{
		background: url(../image/m_box01_icon.png) 7% 50%/ auto 40px  no-repeat  #EE5F61;/*--画像・位置/サイズ・繰り返し・色--*/
}
.m02{
		background: url(../image/m_box02_icon.png) 7% 50%/ auto 40px  no-repeat  #66CC66;/*--画像・位置/サイズ・繰り返し・色--*/
		padding-left: 0;
}
.m03{
		background: url(../image/m_box03_icon.png) 7% 50%/ auto 40px  no-repeat  #CCCC33;/*--画像・位置/サイズ・繰り返し・色--*/
		padding-left: 0;
}	
.m-box a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-999px;
}
.m-box a:hover{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.box-title{
	line-height: 42px;
	font-weight: bold;
	font-size: 18px;
}
/*横幅768px以上の場合発令！＝PCの祭に適用*/
@media screen and (min-width: 768px){
	aside{
		clear: both;
	}
	.m-box-list{
		width: 100%;
		max-width: none;
		text-align: left;
	}
	.m-box-list li{
		float: left;
		width: 33%;
	}
	.m-box-list li:nth-child(3n){
		margin-right: 0;
	}
	.m-box{
		text-align:center;
		padding-left: 0;
		margin:0;
		max-width:33.3%;
		min-height:120px;
		list-style-type: none;
		color: #FFF	
	}
	.m01{
			background: url(../image/m_box01_icon.png) 50% 90%/ 60px  no-repeat  #EE5F61;/*--画像・位置/サイズ・繰り返し・色--*/
	}	
	.m02{
			background: url(../image/m_box02_icon.png) 50% 90%/ 60px  no-repeat  #66CC66;/*--画像・位置/サイズ・繰り返し・色--*/
	}
	.m03{
			background: url(../image/m_box03_icon.png) 50% 90%/ 60px  no-repeat  #CCCC33;/*--画像・位置/サイズ・繰り返し・色--*/
			font-size:0.8em;
	}
	.box-title{
	line-height: 48px;
	font-weight: bold;
	font-size: 28px;
	}
	.box-txt{
	line-height:2px;
	font-size:14px;
	}
}


/*〔　ContentsTitle　〕
--------------------*/
.heading{
	margin:50px auto 10px;
	text-align: center;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
.t-blue{
	color: #0066CC !important;
}
.t-red{
	display:inline-block;
	transform: rotate(-3deg);
	font-size:0.9em;
	color: #FB3504 !important;
	}
.more{
	text-align:center;
}
/*横幅768px以上の場合発令！＝PCの祭に適用*/
@media screen and (min-width: 768px){
	.more{
		text-align:right;
		color: #063;
		font-weight:normal;
		text-decoration: none;
		font-size: 14px;
		line-height: 1;
	}
}
.more:hover{
	opacity: 0.7;
}
.more:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: 2px;
	margin-left: 5px;
	border: transparent 5px solid;
	border-left-color: #666;
}
/*デバイスピクセル比が2倍以上のみ発令！*/
@media screen and (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx){
	.heading:before{
		background-size: contain;
	}
}


/*〔　FACIILTY　〕
--------------------*/
figcaption{
	text-align:center;
	line-height:20px;
}
.menu-list {
  list-style-type: none;
}
/*clearfix*/
.menu-list:after {
  content: "";
  clear: both;
  display: block;
}
.menu-list li {
  float: left;
  width: 50%;
  text-align: center;/*画像を中央寄せ*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.s_box{
		padding:10px;
}
/*横幅768px以上の場合発令！＝PCの祭に適用*/
@media screen and (min-width: 768px){
	.menu-list{
		overflow: hidden;
		display: table;
		table-layout: fixed;
		width: 100%;
		border-top: none;
		border-collapse: collapse;		
	}
	.menu-list li{
		float: left;
		width: 23%;
		margin-right: 2.12765%;
	}
	.menu-list li:nth-child(4){
		margin-right: 0;
	}
	.menu-list li:nth-child(8){
		margin-right: 0;
	}
	.s_box{
		padding: 0.5em 1em;
		margin: 0.4em 0;
		font-weight: bold;
		border: solid 1px #666;
	}
	.menu-list_topics li{
		float: left;
		width: 23%;
		margin-right: 2.12765%;
	}
}


/*〔　TOPICS　〕
--------------------*/
.menu-list-topics {
  list-style-type: none;
}
/*clearfix*/
.menu-list-topics:after {
  content: "";
  clear: both;
  display: block;
}
.menu-list-topics li {
  float: left;
  width: 50%;
  text-align: center;/*画像を中央寄せ*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-list-topics .facilty{
	position:relative;
}
.menu-list-topics .facilty figcaption{
	position:absolute;
	color:#FFF;
	top:68%;
	left:42%;
	font-size: 1.2em;/*サイズ2倍*/
	line-height:1.2em;
	text-align:left;
}
.topics-txt{
	font-size:80%;
	line-height:1em;
}
/*横幅768px以上の場合発令！＝PCの祭に適用*/
@media screen and (min-width: 768px){
	.menu-list-topics{
		overflow: hidden;
		display: table;
		table-layout: fixed;
		width: 100%;
		border-top: none;
		border-collapse: collapse;		
	}
	.menu-list-topics li{
		float: left;
		width: 25%;
	}
	.menu-list-topics li:nth-child(4){
		margin-right: 0;
	}
	.menu-list-topics li:nth-child(8){
		margin-right: 0;
	}
	.m-box-topics{
		width:100%;
		margin:0 auto;
	}
	.s_box{
    padding: 0.5em 1em;
    margin: 0.4em 0;
    font-weight: bold;
    border: solid 1px #666;
	}
	.menu-list-topics .facilty figcaption{
	position:absolute;
	color:#FFF;
	top:68%;
	left:42%;
	font-size: 1.2em;/*サイズ2倍*/
	text-align:left;
	}	
}


/*〔　NEW ITEM　〕
--------------------*/
.origami{
	border: #00a384 1px solid;
	position: relative;
}

#newItem{
	margin-bottom: 40px;
	padding: 20px 10px;
	background-color: #e5f6f3;
}
.newItem-text{
	margin-bottom: 20px;
}
.newItem-text h1{
	font-size:1.6em;
}
.newItem-text h2{
	color: #00a384;
	border-top: #00a384 1px solid;
	border-bottom: #00a384 1px solid;
}
.newItem-img .origami{
	margin-bottom: 20px;
}
.newItem-img figcaption{
	text-align: center;
	font-style: normal;
	font-size: 12px;
}
.btn-pdf{
	display: inline-block;
	width: 70%;
	max-width: 200px;
	padding: 8px 0;
	border-radius: 2em;
	background: #00a384;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}

.btn-web{
	border:#00a384 1px solid;
    background:rgba(255,255,255,.6);
    display: block;
	text-align:center;
    padding: 1rem;
    margin: 3rem;
	}
/*横幅768px以上の場合発令！＝PCの祭に適用*/
@media screen and (min-width: 768px){
	#newItem{
		padding: 20px;
		overflow: hidden;
	}
	.newItem-text{
		width: 57.7777%;
		float: left;
		line-height: 1.8;
	}
	.newItem-img{
		width: 40%;
		float: right;
	}
	.newItem-img .origami{
		margin-bottom: 10px;
	}
	.btn-pdf{
		display: inline-block;
		margin:0 auto;
	}
}


/*〔　Youtube　〕
--------------------*/
.Youtube {
	position:relative;
	width:100%;
	padding-top:56.25%
}
.Youtube iframe{
	position:absolute;
	top:0;
	right:0;
	width:100% !important;
	height:100% !important;
}


/*〔　info　〕
--------------------*/
#info{
	margin-bottom: 20px;
}

.info-list dt{
	clear: left;
	float: left;
	width: 7em;
	padding: 10px 0;
	border-top: #666 1px dotted;
}
.info-list dd{
	padding: 10px ;
	border-top: #666 1px dotted;
	overflow: hidden;
}
.info-list :first-of-type{
	border-top: none;
}
/*横幅768px以上の場合発令！＝PCの祭に適用*/
@media screen and (min-width: 768px){
	#info{
		float: right;
		width: 48.9361%;
	}
}
/*facebook
--------------------*/
#facebook{
	width:95%;
	margin: 40px 0;
	padding: 45px 5px;
	background: url(/image/top/facebook-bar.gif) no-repeat;
	text-align: center;
}

/*横幅768px以上の場合発令！＝PCの祭に適用*/
@media screen and (min-width: 768px){
	#facebook{
		float: left;
		width: 48.9361%;
		padding: 45px 0;
		box-sizing: border-box;
	}

}

/*u-link
--------------------*/
.u-link-list{
	width:100%;
	margin: 0 auto;
}
.u-link-list li{
	margin-bottom: 20px;
	padding:10px 20px;
	border-top: #666 1px dotted;

}
.u-link-list li dl dt a{
	color: #03C;
	}

.u-link-list li dl.clearfix:hover {
	background-color : #f0f8ff ;
	text-decoration:underline;
}
.u-link-list li dl.clearfix {
	padding : 20px ;
	margin-bottom : 0 ;
}



@media screen and (min-width: 768px){
	#u-link{
		clear: both;
	}
	.u-link-list{
		width: 100%;
		max-width: none;
		text-align: left;
	}
	.u-link-list li{
		float: left;
		width: 23%;
		margin-right: 2.1276%;
		padding:0;
		border:none;
	}
	.u-link-list li:nth-child(4n){
		margin-right: 0;
	}
}




/*footer
--------------------*/
#footer{
	padding: 20px 10px;
	background: #999;
	color: #333;
	}

.footer-photo{
	width: 83.3333%;
	margin: 0 auto 20px;
}
.footer-photo img{
	border: #fff 5px solid;
}

.footer-info-title{
	color:#FFF;
	margin-bottom: 10px;	
}
.footer-info-list{
	margin-bottom: 20px;
}
.footer-info-list dt{
	clear: left;
	float: left;
	width: 7em;
	margin-bottom: 5px;
}
.footer-info-list dd{
	margin-bottom: 5px;
	overflow: hidden;
}
.pagetop{
	width: 14.0625%;
	min-width: 45px;
	position: fixed;
	right: 5px;
	bottom: 10px;
}

#footerend{
	background-color:#000;
	color: #FFF;
}
.copyright{
		text-align: center;
}

@keyframes reflect {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflect {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@media screen and (min-width: 768px){
	.footer-photo{
		float: left; 
		width: 31.9148%;
		margin-bottom: 20px;
	}
	.footer-info{
		float: right;
		width: 65.9574%;
		margin-bottom: 20px;
	}
	.sns{
		clear: both;
		text-align: center;
	}

}

/*横幅768p以下の場合発令！＝モバイルの祭に適用*/
@media screen and (max-width: 768px){
	.pd_10{
		padding:10px;
	}
}


/* ページ作成中です
---------------------------------*/
.uc{
	background-image:url(/image/top_base.jpg);
	background-size:cover;
	}
.uc_caption{
	color: #0065cb;
	font-size: 1.8em;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}	
.uc_txt{
	margin:10px 0 20px 0;
	text-align:center;
	line-height:2.5em;
}	

/* フロート／フロート解除
---------------------------------*/
.fl{ float:left; }
.fr{ float:right; }
.fl-img{ float: left; margin-right: 10px; margin-bottom: 10px;}
.fr-img{ float: right; margin-left: 10px; margin-bottom: 10px;}
.clear{ clear:both; }
/* clearfix */
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both; 
}
.clearfix{
	zoom:1;
}

/* 余白のみ
---------------------------------*/
.mg-top10{
	margin:10px 0 0 0;
}
.mg10{
	margin:10px 0 20px 0;
}
.pd10{
	padding:10px 0 20px 0;
}
	
/* TOPのバーのみ
---------------------------------*/	
.top_br{
	border-top:1.5px solid #0b308e;	
	}
/* 改行|PCの時発動
---------------------------------*/	
@media screen and (max-width: 768px){
	.pc { display:none; }
}
/*　改行｜モバイルの祭に発動　*/
@media screen and (min-width: 768px){
	.mobile{
		display:none;}

}