.head-box {
	padding: 40px 5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	z-index: 100;
}

.head-box h1 {
	max-width: 120px;
}
.head-box ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: flex-end;
}
.head-box ul li {
	border-right: 1px dashed #555;
}
.head-box ul li:last-child {
	border-right: none;
}
.head-box ul li a {
	display: block;
	padding: 0 25px;
	text-align: center;
	font-size: 110%;
	line-height: 1.5;
	font-weight: bold;
	color:#00365F;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.head-box ul li a span {
	font-size: 70%;
	display: block;
	color:#B4A47A;
}

.sphead {
	display: none;
}



@media screen and ( max-width:800px )
{
.sphead {
	display: block;
}
	.head-box ul {
		display: none;
	}
.head-box h1 {
    max-width: 90px;
}
.head-box {
    padding: 20px 5%;
}
.h-tel {
    position: static;
    right: 5%;
    top: 120px;
    z-index: 100;
}
.h-sns {
    position: static;
    right: 5%;
    bottom: 5%;
    text-align: center;
    z-index: 100;
}
.tema {
    position: static;
    bottom: auto;
}
.main-box {
    height: auto;
}
.cati {
   display: none;
}
.back-gra {
    display: none;
}
	
	
	.sm-conta {
		padding: 5%;
		text-align: center;
		color:#00365F;
		font-family: fot-tsukuardgothic-std, sans-serif;
	}
	.sm-conta h6 {
		font-family: Arial, Helvetica, "sans-serif";
		font-size: 200%;
		font-weight: bold;
		line-height: 1.3;
	}
	.sm-conta h6 a {
		color:#00365F;
	}
	.line-sp {
		margin-top: 10px;
	}
	.line-sp a {
		background-color: #01B901;
	border-radius: 6px;
	display: block;
	padding: 6%;
		max-width: 200px;
    margin: 0 auto;
		box-sizing: border-box;
	}



}
