@charset "UTF-8";


/*================================================
 *  ヘッダー
 ================================================*/
 
 
header{
	position:relative;
	height:78px;
	}
 
 
.header_inner {
	z-index:1000;
	width:100%;
	height:78px;
	background-color:#fff;
	position:fixed;
	box-shadow:0px 5px 7px rgba(0, 0, 0, 0.05);
	display:flex;
	align-items: center;
}


header h1{
	margin:0 0 0 18px;
	width:35%;
	max-width:150px;
	}

header h1 a{
	}
header h1 a img{
	width:100%;
	height:auto;
	}

@media screen and (max-width:999px) {
}



/*================================================
 *  フッター
 ================================================*/
footer {
	background-color: #2F5437;
	overflow:hidden
}



/*フッターナビ 3分割*/
#footmenu{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:40px 0;
	display:flex;/*高さ揃え*/
	color:#fff;
	font-size:16px;
	}	

#footmenu .f_col{
	box-sizing:border-box;
	width:33%;
	float:left;
	border-right:1px solid #333;
	padding:40px;
	line-height:150%;
	word-wrap:break-word;
	}	
#footmenu .f_col:last-child{
	border-right:none;
	}
#footmenu .f_col a{
	color:#fff;
	}	

#footmenu .f_col h6{
	margin:10px 0 10px;
	}	
#footmenu .f_col img{
	width:70%;
	max-width:300;
	height:auto;
	}	
	
#footmenu .f_col ul li{
	padding-left:18px;
	text-indent:-18px;
	margin-bottom:10px;
	}
#footmenu .f_col ul li b{
	font-weight:bold;
	color:#fff;
	font-size:125%;
	margin-right:0.4em;
	}	

.copyright {
	padding: 20px 0;
	font-size: 13px;
	text-align: center;
	color: #fff;
}

@media screen and (max-width:999px) {
 	  #footmenu{
		  display:block;
			  }	
	  #footmenu .f_col{
		  box-sizing:border-box;
		  width:100%;
		  float:none;
		  border-right:none;
		  padding:10px 40px;
		  }	
	  #footmenu .f_col p{
		  padding-left:50px;
		  }
		  
}



/*================================================
 *  メインコンテンツ
 ================================================*/
 
#contents{
	
	}
	
	
	
	

/*================================================
 *  メインビジュアル 画像
 ================================================*/

#mainvisual{
	position:relative;
	width:100%;
	height:750px;
	height:auto;

	/*静止画背景*/
	/*
	background-image:url(../images/00mainiage1.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	*/
	}


/*YOUTUBE背景再生*/
#backmov_youtube{
	
	}


#mainvisual img{
	width:100%;
	height:auto;
	}





/*================================================
 *  共通パーツ
 ================================================*/
 
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	width:50px;
	height:auto;
	/*background:#09A386;*/
}
.totop img:hover {
	/*background:#09A386;*/
}

@media screen and (max-width:999px) {

}





/*================================================
 *  ボタン
 ================================================*/

.btn1 a {
	display:inline-block;
	padding:5px 10px 5px;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	background:#c00;
	transition:all 0.2s ease 0s;
}
.btn1 a:hover {
	background:#a00;
	transition:all 0.2s ease 0s;
}


.btn2 a {
	display:inline-block;
	padding:2px 10px 2px;
	color:#fff;
	text-decoration:none;
	border:2px solid #000;
	border-radius:2px;
	background:#000;
	transition:all 0.2s ease 0s;
}
.btn2 a:hover {
	color:#000;
	background:#fff;
	border:2px solid #000;
	border-radius:2px;
	transition:all 0.2s ease 0s;
}

.btn3 a {
	display:block;
	box-sizing:border-box;
	position: relative;
	padding:10px;
	margin:0 auto;
	width:100%;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	border-radius:999px;/*角丸上限*/
	border:2px solid #c00;
	background:#c00;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
	transition:all 0.2s ease 0s;
}
.btn3 a:hover {
	color:#c00;
	background:#fff;
	transition:all 0.2s ease 0s;
}
.btn3 a:after {/*右矢印*/
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition:all 0.2s ease 0s;
}
.btn3 a:hover:after {
    border-color: #c00;
}





/*************　新着情報 横dldtdd　*************/

.information {
margin-bottom: 30px;
/*overflow: auto;*/
box-sizing:border-box;
padding:30px;
/*border:1px solid #555;*/
/*height: 350px;*/
}
.information dt {
clear: both;
float: left;
margin: 0;
padding: 10px 0;
vertical-align: top;
border-bottom: none;
	font-weight:bold;
}
.information dd {
font-size:95%;
margin: 0;
padding: 10px 0 10px 8em;
vertical-align: top;
border-bottom: 1px dotted #333;
}

.information dd:nth-of-type(1) {
border-top: 1px dotted #333;
}


@media screen and (max-width:999px) {
	.information {
	margin-bottom: 40px;
	}
	.information dt {
	float: none;
	width:100%;
	margin: 0;
	padding: 10px 0 0 0;
	vertical-align: top;
	border-bottom: none;
	}
	.information dd {
	margin: 0;
	padding: 0 0 10px 0;
	vertical-align: top;
	border-bottom: 1px dotted #333;
	}
	
.information dd:nth-of-type(1) {
border-top:none;
}
.information dt:nth-of-type(1) {
border-top: 1px dotted #333;
}
	
	
}




	
/*================================================
 *  ■ 埋め込み用
 ================================================*/


.gmap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}







/*================================================
 *  ■ 並べリストレイアウト
 ================================================*/
 


ul.img_rep{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	text-align:center;
	}
ul.img_rep li{
	display:inline-block;
	margin:20px;
	}
ul.img_rep li img{
	width:150px;
	height:auto;
	}
ul.img_rep li.rep_empty{/*余りバナー位置調整*/
	width:150px;
	height:3px;
	margin-top:0;
	margin-bottom:0;
	background:#f00;
	}
	
@media screen and (max-width:999px) {
	  ul.img_rep li{
		  width:40%;
		  max-width:150px;
		  display:inline-block;
		  margin:2%;
		  }
	  ul.img_rep li img{
		  width:100%;
		  height:auto;
		  }
	  ul.img_rep li.rep_empty{
		  width:40%;
		  max-width:150px;
		  margin:0 2% 0;
		  }
	}	



dl.flex_define_rect{
	display:flex;
	align-items:flex-start;
	}
dl.flex_define_rect dt{
	box-sizing:border-box;
	width:150px;
	text-align:center;
	flex-grow:0;
	flex-shrink: 0;
	margin-right:20px;
	background-color:#555;
	color:#fff;
	}
dl.flex_define_rect dd{
	box-sizing:border-box;
	flex-grow:1;
	margin-bottom:1em;
	}
	@media screen and (max-width:999px) {	
	  dl.flex_define_rect{
		  flex-direction: column;
		  }
	  dl.flex_define_rect dt{
		  width:100%;
		  flex-grow:1;
		  margin-right:0;
		  }
	  dl.flex_define_rect dd{
		  width:100%;
		  }
	}	
	

dl.flex_define_line{
	display:flex;
	align-items:stretch;
	border-bottom:1px solid #333;
	}
dl.flex_define_line:first-child{
	border-top:1px solid #333;
	}
dl.flex_define_line dt{
	box-sizing:border-box;
	width:100px;
	padding:20px 4px;
	flex-grow:0;
	flex-shrink: 0;
	display:flex;
	align-items:center;
	font-weight:bold;
	}
dl.flex_define_line dd{
	box-sizing:border-box;
	padding:20px 4px;
	flex-grow:1;
	display:flex;
	align-items:center;
	}
	@media screen and (max-width:999px) {	
	  dl.flex_define_line{
		  flex-direction: column;
		  }
	  dl.flex_define_line dt{
		  width:100%;
		  flex-grow:1;
		  }
	  dl.flex_define_line dd{
		  width:100%;
		  }
	}	



.flex_list{
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.flex_list .item{
box-sizing:border-box;
border:1px solid #bbb;
width:300px;
margin:0 15px 30px 15px;
padding:20px;
}
.flex_list .empty{
height:10px;
border:none;
}
	@media screen and (max-width:999px) {	
	  .flex_list .item{
	  width:80%;
	  margin:0 auto 30px;
	  }
	}	




.flex_list_rect{
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.flex_list_rect .item{
box-sizing:border-box;
display:flex;
flex-direction:column;
align-items:flex-start;
border:1px solid #bbb;
width:250px;
margin:0 10px 20px;
background: #fff;
box-shadow:3px 3px 6px rgba(0, 0, 0, 0.1);
font-size:16px;
line-height:1.3;
}
.flex_list_rect .item a:first-child{
display:block;
}
.flex_list_rect .item p{
padding:15px 15px 25px;
}
.flex_list_rect .item a:last-child{
display:block;
width:calc(100% - 30px) ;
background:#fff;
margin:auto auto 13px;
box-sizing:border-box;
padding:4px;
border:1px solid #888;
text-align:center;
color:#111;
font-size:80%;
}
.flex_list_rect .item a:last-child:hover{
background:#111;
color:#fff;
transition:all 0.2s ease 0s;
}


.flex_list_rect .empty{
height:10px;
background:none;
border:none;
box-shadow:none;
}
	@media screen and (max-width:999px) {	
	  .flex_list_rect .item{
	  width:48%;
	  margin:0 1% 30px;
	  }
	}