@charset "UTF-8";
/* CSS Document */
img{
	width: 100%;
	vertical-align: bottom;
}

a{
	text-decoration: none;
	}
.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix{
	min-height:1%;
}

.pc_none{
	display: none;
}
.br_sp{
		display: none;
	}	

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}



.marginT150{
	margin: 150px auto 0 auto}

.w1512{
	width: 1512px;
	}

.w1280{
	width: 1280px;
	margin: 0 auto;
}



.w1000{
	width: 1000px;
	margin: 150px auto 150px auto;
}

.w1000_2{
	width: 1000px;
	margin: 150px auto 50px auto;
}


.w1400{
	width: 1400px;
	margin: 0 auto 0 auto;
	padding-top: 30px;
}

#footer{
	width: 100%;
	height: 286px;
	background-color: #00648c;
	margin-top: 80px;
}


.logoBox{
	float: left;
	width: 380px;
margin-top: 25px;
}


.logoBox img{
	width: 352px;
}

.namber{
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	margin-top: 10px;
}

.address{
	font-size: 17px;
	color: #fff;
	margin-top: 10px;
}

.tel{
	font-size: 22px;
	color: #fff;
	margin-top: 10px;
}

.footerNav{
	float: right;
	width: 822px;
	margin-top: 20px;
}

.ftNavBox1{
	width: 190px;
	border-top: 1px solid #fff;
	color: #fff;
	padding: 15px 0 5px 0 ;
	background-image: url(../img/top/yajirusi.png);
	background-repeat: no-repeat;
	text-indent: 1em;
	}

.ftNavBox2{
	width: 177px;
	border-top: 1px solid #fff;
	color: #fff;
	padding: 15px 0 15px 0 ;
	background-image: url(../img/top/yajirusi.png);
	background-repeat: no-repeat;
	text-indent: 1em;
	}

.ftNavBox1 a{
	color: #fff;
}
.ftNavBox2 a{
	color: #fff;
}


.ftNav_sub{
	font-size: 13px;
	padding-top: 10px;
	color: #fff;
	text-indent: 1em;
}

.ftNav_sub a{
	color: #fff;
}

.footerNav ul{
	float: left;
	margin-right: 25px;
}

.footerNav ul:last-child{
	margin-right: 0;
}

	.copyright{
		color: #000;
		text-align: center;
		margin: 10px auto 0 auto;
		font-size: 13px;
		
	}

.pri_a a{
	color: #000;
	text-decoration: underline;
}

@media screen and (max-width: 750px) {
	
	.sp_logo{
		width: 70%;
		margin: 10px 0 10px 10px;
	}
	
	
img{
	width: 100%;
	vertical-align: bottom;
}

a{
	text-decoration: none;
	}
.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix{
	min-height:1%;
}
	
	
.pc_none{
	display: block;
}	
	
.sp_none{
	display: none;
}

.br_sp{
		display: block;
	}	
	
/*バーガーアイコン*/
.mod_nav {
	display: block;
}

.mod_nav {
	display: flex;
	position: relative;
}

	.sp_phone{
		width: 55px;
		position: fixed;
		top: 0;
		right: 55px;
		z-index: 1;
	}	
	
.mod_nav p.navtitle {
 display: none;
	float: left;
}

.mod_nav p.navtitle {
	width: 76px;
	cursor: pointer;
	display: block;
	color: #fff;
	padding: 0;
	z-index: 1;
	top: 0;
	right: 0;
	position: fixed;
	
}


	
.mod_nav ul {
	margin: 0 auto;
		width: 100%;
	display: none;
	position: fixed;
	z-index: 3;
	top:76px;
}

.mod_nav ul li {
	width: 100%;
	line-height: 60px;
	text-align: center;
	float: none;
	border-bottom: 1px solid #fff;
	background-color: rgba(62,58,57,0.8);
	font-size: 21px;
}

.mod_nav ul li img {
	width: auto;
	height: 11px;
}

.mod_nav ul li a {
	display: block;
	color: #FFF;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}


.mod_nav ul li a {
}

.mod_nav ul li.current a {
	font-weight: bold;
}

.mod_nav ul li a:link    {color:#fff; text-decoration:none;}
.mod_nav ul li a:visited {color:#fff; text-decoration:none;}
.mod_nav ul li a:hover   {color:#fff; text-decoration:none;}
.mod_nav ul li a:active  {color:#fff; text-decoration:none;}
	
/*バーガーアイコン*/	
	
	
	
	
.marginT150{
	margin: 0 auto 0 auto}

.w1512{
	width: 100%;
	}

.w1280{
	width: 100%;
	margin: 0 auto;
}

.w1000{
	width: 100%;
	margin: 0 auto 0 auto;
}

.w1400{
	width: 100%;
	margin: 0 auto 0 auto;
	padding-top: 0;
}

#footer{
	width: 100%;
	height: auto;
	background-color: #00648c;
	padding-bottom: 0;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
	margin-top: 50px;
}


.logoBox{
	float: none;
	width: 100%;
margin-top: 0;
	padding: 20px 10px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}


.logoBox img{
	width: 100%;
}

.namber{
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	margin-top: 10px;
	padding: 0 10px;
}

.address{
	font-size: 15px;
	color: #fff;
	margin-top: 10px;
	padding: 0 10px;
}

.tel{
	font-size: 27px;
	color: #fff;
	margin-top: 10px;
	padding: 0 10px;
}

.footerNav{
	float: none;
	width: 100%;
	margin-top: 20px;
}

.ftNavBox1{
	width: 100%;
	border-top: 1px solid #fff;
	color: #fff;
	padding: 15px 0 5px 0 ;
	background-image: url(../img/top/yajirusi.png);
	background-repeat: no-repeat;
	text-indent: 1em;
	}

.ftNavBox2{
	width: 100%;
	border-top: 1px solid #fff;
	color: #fff;
	padding: 15px 0 15px 0 ;
	background-image: url(../img/top/yajirusi.png);
	background-repeat: no-repeat;
	text-indent: 1em;
	}

.ftNavBox1 a{
	color: #fff;
}
.ftNavBox2 a{
	color: #fff;
}


.ftNav_sub{
	font-size: 13px;
	padding-top: 10px;
	color: #fff;
	text-indent: 1em;
}

.ftNav_sub a{
	color: #fff;
}

.footerNav ul{
	float: none;
	margin-right: 25px;
}

.footerNav ul:last-child{
	margin-right: 0;
}
	
	.padding10{
		padding: 0 10px;
		-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
	}	
	
	.copyright{
		color: #000;
		text-align: center;
		margin: 10px auto 0 auto;
		font-size: 13px;
		
	}
	
	.w1000_2{
	width: 100%;
	margin: 50px auto 15px auto;
}
	
}