.c-nav__list{
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 700;
}
@media (max-width: 767px) {
    .c-nav__list {
        font-size: 2.5vw;
        white-space: nowrap;
    }
}
//
	.p-no_takeout{
		color: red;
		text-align: center;
		font-size: 12px;
		font-weight: 400;
	}
	@media (max-width:440px){
		font-size: 10px;
        //
	}