@charset "UTF-8";
/* CSS Document */


body {
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.blue {
	display: block;
	width: 100%;
	height: 10px;
	background: #004381;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	margin-bottom: 10px;
	clear: both;
}

.blue p {
		padding-top:20px; 

}

.red {
	display: block;
	width: 100%;
	height: 10px;
	background: #910028;
	clear: both;
}

#line {
	display: block;
	width: 100%;
	height: 2px;
	background: #004381;

	
}

#header {
	background: #fff;
}

h1 img {
	width: 400px;
	height: auto;
	margin-top: 6px;
}

#logoTel {
	display: flex;
	justify-content: space-between;
	margin: 30px 75px 10px 75px ;


}

.headerTel {
	color: #004381;
	font-size: 2em;
	font-weight: 600;
}

.headerTel img{
	width: 35px;
	height: auto;
	margin-right: 10px;
}

.speed {
	text-align: center;
	font-size: 1.3em;
	font-weight: 700;
	color: #fff;
	padding: 10px;
	background: #910028;
	border-radius: 50px;
	margin-top: 10px;
}

.speed a {
	text-decoration: none;
}

.speed a:link{
	color: #fff;	
}

.speed a:hover {
	color: #fff;
}

.speed a:visited {
	color: #fff;
}

#navwrap {
	display: flex;
	max-width: 1500px;
	min-width: 1500px;
	margin: 0 auto;
	justify-content: space-between;
}

#MainNav {
	width: 100%;
	margin-top: 40px;
	font-size: 1.2em;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 600;

}

#MainNav ul{
	text-align:center;
	margin-bottom: 30px;
	
}

#MainNav ul li {
	display:inline;
	color: #004381;
	border-right: #ddd 1px solid;
	padding: 0 20px;
}

#MainNav ul li a{
	color: #004381;
	text-decoration: none;
}

#MainNav li a:hover {
		color: #910028;
}

#MainNav span {
	font-size: 1.6em;
}

footer {
	background: #004381;

}

#footerText {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	align-items: flex-start;
	justify-content: space-between;
	color: #fff;
	padding-top: 20px;
}

.footerLogo{
	width: 250px;
	height: auto;
}

#footertel {
	display: flex;
	align-items: flex-start;
	margin-top: 2px;
}

#footertel img  {
	width: 40px;
	height: auto;
	margin-right: 10px;
}

.footertelnumber p span  {
	font-size: 1.6em;
	font-weight: 700;
	display: block;
	margin-top: 5px;
}

.mail {
	font-weight: 700;
	margin-top: 20px;

}

.copyright {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 0.5em;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	color: #fff;
	
}

#mobileHeader {
	background: #fff;
}

	.footertelnumbera a{
		color: #fff;
		text-decoration: none;
	}
	
	.footertelnumber a:link{
		color: #fff;
				text-decoration: none;
	}
	
	.footertelnumber a:visited{
		color: #fff;
	}
	
	.telLink {
		text-decoration: none;
	}


.mTel {
	width: 100%;
}

	.mTel img {
		width: 100%;
		height: auto;
	}

#pageTop {
	width: 50px;
	height: 50px;
    position: fixed;
    bottom: 20px;
    right: 30px;
	background: #910028;
	text-align: center;
	vertical-align: middle;
	font-size: 30px;
	border-radius: 10px;
	line-height: 50px;
	opacity: 0.9;
}

#pageTop p {
		vertical-align: middle;

}

#pageTop a:link{	
	color: #fff;
}

#pageTop a:visited{	
	color: #fff;
}



@media screen and (min-width:769px) { 
    /*　画面サイズが770pxからはここを読み込む　*/
	
	
	header {
	display: none;
}
	
	
	#mobileHeader {
		display: none;
	}
	
	.mp-br {
		display: none;
	}
	.footer_area{
		display: none;
}
	#footerText {
		display: flex;

	}
	
	.mTel {
		padding-bottom: 20px;
	}
	
	
	
	.footericon {
		display: none;
	}
	.mail {
		font-size: 1.3em;
	}
	
	a[href^="tel:"] {
    pointer-events: none;
}

	
}

@media screen and (max-width:768px){  
	
	/*　画面サイズが768pxまではここを読み込む　*/	

	#header {
	display: none;
}
	
	#logoTel_2 {
		width: 80%;
		margin: 0 auto;
			margin-bottom: 20px;
	}
	
	#logoTel_2 a {
		text-decoration: none;
	}
	
	.headerTel {
		text-align: center;
	}

	
	#mobileHeader h1 {
		text-align: center;
		width: 90%;
		margin: 0 auto;
		padding: 20px 0;
	}
	#mobileHeader h1 img{
		width: 80%;
		height: auto;
	}
	
#siteBottom{
	margin-bottom: 85px;
}
	
	footer {
		text-align: center;
	}

	#footertel {
		display: inline-block;
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	
	.footericon_2{
		display: none;
	}
	
	
	.telLink:before{
		content:'';
		display: inline-block;
		width: 25px;
		height: 25px;
		margin-right: 10px;
		background-image: url(../images/telicon_b.png);
		background-size: contain;
		vertical-align:baseline;
	}
	
	
	.footerLogo {
		margin-bottom: 20px;
		width: 50%;
		height: auto;
	}
	.copyright {
		text-align: center;
	}
	
	.end {
		padding: 30px;
	}
	
}
