body{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}
.sp{
	display: none;
}
.header{
	padding: 10px 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.footer{
	padding: 10px 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.logo{
	font-size: 40px;
	display: inline-block;
	font-weight: normal;
}
.logo2{
	font-size: 100px;
	display: inline-block;
	font-weight: normal;
}

.logo_link{
	height: 100%;
	display: inline-block;
	font-weight: 900;
	color: #928d85;
}
.logo_img{
	height: 100%;
	object-fit: contain;
}
.navi_box{
	display: flex;
	width: 100%;
}
.bar{
	padding: 0 0.6em;
	margin-top: 8px;
}
.navi_list_item_link{
	display: inline-block;
    width: 100%;
    white-space: nowrap;
    height: 100%;
}

.navi{
	margin-top: 8px;
}
.navi_list_item{
	margin-top: 8px;
	display: inline-block;
}
.spacer{
	width: 100%;
}

.blink {
	-webkit-animation: blink 4s ease infinite;
	animation: blink 4s ease infinite;
}
@-webkit-keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}



@media screen and (max-width: 768px){
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	.header{
		padding: 8px 10px;
	}
	.logo{
		margin-bottom: 0;
	}
	.logo2{
		font-size: 26vw;
	}


}
@media screen and (max-width: 349px){
	.navi_list_item{
		font-size: 14px;
	}
}
