@charset "UTF-8";
 @import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
 @import url(https://fonts.googleapis.com/css?family=Cardo);
 @import url(https://fonts.googleapis.com/css?family=Questrial);


*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 html {
	font-size: 100%;
	padding: 0;
	margin: 0;
	font-family: "Rounded Mplus 1c";
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}


.header {
	width: 100%;
	height: 135px;
	text-align: center;
	background-image: url(../images2/hp-haikei.jpg);
}

footer {
	width: 100%;
	height: 15%;
	text-align: center;
	background-image: url(../images2/hp-haikei.jpg);
	
}
footer p{
	color: #fff;
	padding-top: 45px;
}
.logo {
	font-size: 35px;
	margin-bottom: 0;
	padding: 20px 0 0 0;
	
}

.logo img{
	height: 50px;
	width: 245px;
}

.fixed_nav {
	width: 100%;
	height: 60px;
	background: #fff;
	z-index: 1;
}
		
.fixed_nav .navi_wrapper {
	width: auto;
	margin: 0 auto;
	padding: 0;
}
.fixed_nav .navi_wrapper ul {
	margin: 0;
	padding: 0;
}
.fixed_nav .navi_wrapper ul li {
	list-style: none;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	display: block;
	width: 16.66%;
	text-align: center;
	border-right: 1px solid #1c2137;
}
.fixed_nav .navi_wrapper ul li:first-child {
	border-left: 1px solid #1c2137;
}
.fixed_nav .navi_wrapper ul li a {
	padding: 10px 30px;
	margin: 20px 0 0 0;
	color: #000;
	text-decoration: none;
	letter-spacing: -1px;
}
.navi_wrapper ul li a:hover {
	color: #777;
}
.navi_wrapper ul li a, .navi_wrapper ul li a:visited, .navi_wrapper ul li a:hover, .navi_wrapper ul li a:active {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	transition: 0.5s color ease;
	text-decoration: none;
	color: #000;
	font-size: 18px;
	font-weight: bolder;
}
.navi_wrapper ul li a:hover {
	color: #777;
}
.navi_wrapper ul li a.before:before, .navi_wrapper ul li a.after:after {
	content: "";
	transition: 0.5s all ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
}
.navi_wrapper ul li a.before:before {
	top: 3px;
}
.navi_wrapper ul li a.after:after {
	bottom: 3px;
}
.navi_wrapper ul li a.before:before, .navi_wrapper ul li a.after:after {
	height: 1px;
	width: 0;
	background: #000;
}


.boxnav {
    margin:0;
    background: #fff;
	
}
.boxnav .box-title {
		font-family: "Mplus 1p";
    font-size: 0.6em;
    background: #1c2137;
		border: solid 0.5px #fff;
    padding: 0px;
		margin: 0;
    text-align: center;
    color: #FFF;
    letter-spacing: 0.05em;
}
.boxnav a {
    padding: 15px 20px;
    margin: 0;
		font-weight: bolder;
}

@media screen and (max-width:768px) {
	
	
	
	.logo {
		margin-top: 0;
	margin-bottom: 5px;
	padding: 0 98% 0 2%;
}
	
#menubtn {
	padding: 5px 10px;
	border: solid 1px #aaa;
	border-radius: 2px;
	background-color: #fff;
	top: 36px;
	right: 15px;
	cursor: pointer;
	position: fixed;
}
#menubtn:hover {
	background-color: #ddd;
}
#menubtn:focus {
	outline: none;
}
#menubtn i {
	color: #000;
	font-size: 20px;
}
#menubtn span {
	display: inline-block;
	text-indent: -9999px;
}
#menu {
	display: none;
}
	
.fixed_nav {
	width: 100%;
	height: 0px;
	margin-top: 95px;
	position: fixed ;

}
	
.fixed_nav .navi_wrapper {
	width: 100%;
	margin: 0 auto;
}
.fixed_nav .navi_wrapper ul li a {
	padding: 0;
	margin: 0;
	color: #000;
	text-decoration: none;
	letter-spacing: -1px;
}
.fixed_nav .navi_wrapper ul li {
	list-style: none;
	float: none;
	margin: 30px 0 0 0;
	padding: 0;
	display: block;
	width: 100%;
	text-align: center;
	border-right: none;
}
	
.fixed_nav .navi_wrapper ul{
	background: #fff;
	}
	
.fixed_nav .navi_wrapper ul li:first-child {
	border-left: none;
}
.fixed_nav .navi_wrapper ul li:last-child {
	border-right: none;
}
.navi_wrapper ul li a.before:before {
	top: -5px;
}
.navi_wrapper ul li a.after:after {
	bottom: -5px;
}
}


@media screen and (max-width:480px) {
	.fixed_nav{
		z-index: 1;
	}
	
	.fixed_nav .navi_wrapper {
	width: 100%;
	margin: 0 auto;
}
.fixed_nav .navi_wrapper ul li a {
	padding: 0;
	margin: 0;
	color: #000;
	text-decoration: none;
	letter-spacing: -1px;
}
.fixed_nav .navi_wrapper ul li {
	list-style: none;
	float: none;
	margin: 5px 0 0 0;
	padding: 0;
	display: block;
	width: 100%;
	text-align: center;
	border-right: none;
}
	
.fixed_nav .navi_wrapper ul li:first-child {
	border-left: none;
}
.fixed_nav .navi_wrapper ul li:last-child {
	border-right: none;
	background-color: #fff;
}
.navi_wrapper ul li a.before:before {
	top: -5px;
}
.navi_wrapper ul li a.after:after {
	bottom: -5px;
}
	
	
	.toptel_btn1 {
    position: absolute;
    display: inline-block;
    padding: 0;
		margin-top: 7px;
    left: 11px;
    background: #04162e;/*色*/
    border: solid 1px #fff;/*線色*/
    border-radius: 2px;
}

.toptel_btn1 a{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	 padding: 0px 29px;
}

.toptel_btn1:active {/*押したとき*/
    border: solid 1px #03A9F4;
    box-shadow: none;
    text-shadow: none;
}

.toptel_btn2 {
    position: absolute;
    display: inline-block;
	margin-top: 7px;
    padding: 0;
    left: 132px;
    background: #04162e;/*色*/
    border: solid 1px #fff;/*線色*/
    border-radius: 2px;
}

.toptel_btn2 a{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	 padding: 0px 24px;
}

.toptel_btn2:active {/*押したとき*/
    border: solid 1px #03A9F4;
    box-shadow: none;
    text-shadow: none;
}

	
}

@media screen and (min-width:769px) {
#menubtn {
	display: none;
}
#menu {
	display: block !important;
}
	
	
}


@media screen and (min-width:480px) {
.spnone {
		display: none;
	}
	
	.smail {
		display: none;
	}
}