@charset "utf-8";

/* nop */

#header-navi .menu .menu-item +.menu-item { padding-left: 0px !important; }

#header-navi .menu .menu-item +.menu-item a { border-left: 1px solid #fff;  padding-left: 2rem; color:#fff; }

#header-navi .menu .menu-item +.menu-item a:hover{ color:#fff!important; }

#header-navi .menu > .menu-item > a:visited{ color:#fff; }

.footer_contact{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	max-width:800px;
	margin:0 auto;
	
}

.footer_contact_innner{
    max-width:966px;
    text-align:center;	
	font-size:16px;
 	padding:30px;
}

.footer_contact_mail{
	 padding:10px;
	 margin-bottom:0px;    
	-webkit-box-flex: 0;
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	max-width:45%;	
}

.footer_contact_tel{
	 margin-bottom:0px;    
	-webkit-box-flex: 0;
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	max-width:45%;
	font-size:4rem;
	color:#333333;
	
}

.footer_contact_tel a{
	text-decoration:none;
    color:#333;
}
.a[href^="tel:"] { cursor: default; }


#mainimage .title{
	left: 32%;
    max-width: 300px;	
}

#header-navi .logo img { width:auto; height:5rem; }