/*
body {
    font-family: 'Hirago Kaku Gothic pro','Meiryo','sans-serif';
}
*/
a {
    text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul li {
    list-style-type: none;
}
:root {
    --body:#494949;
}
header {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    width: 1200px;
    line-height: 30px;
    color: var(--body); /*------*/
}
h1{
    width: fit-content; 
	font-weight: normal;/*-----*/
    font-size: 13px; 
    padding-left: 20px;
    color: #313131; 
}
header p {
    width: fit-content;
	font-size: 13px; /*----*/
    padding-right: 20px;
}
header a {
    text-decoration: underline;
    color: #313131;
}
nav {
    display: flex;
    justify-content: center;
    font-size: 13px;
    height: 50px;
    text-align: center;
        background-color: #fffe;
    position: sticky;
    top: 0;
    z-index: 10;
}
nav img {
    padding-top: 5px;
}
nav p {
	color: #e9e9e9;
	font-weight: bold;
}
nav ul {
	display: flex;
	justify-content: center;
	padding-top: 5px;
	margin-bottom: -8px;
}
nav ul li {
	width: 130px;
	text-align: center;
	margin-bottom: 10px;
	border-right: 1px solid #313131;
}
nav ul li:first-child {
	background: none;
}
nav a {
    color: #313131;
}
nav li a:hover {
    color: #e6a8d6;
    transition: 0.3;
}
nav ul li p {
    background-color: #737c7f;
}
.navi span {
    font-size: 12px;
    margin: 0;
}
.navi .btn {
    background: #e8edf8;
}

footer {
    /*-- display: inline; --*/
	font-size: 13px;
	text-align: center;
	color: #fff;
	/*line-height: 30px;*/
	background: #3b3b3b;
}
/*-- ---*/
footer .copy {
    font-size: 13px;
    padding: 5px 0 2px 0;
}
    
footer p {
    font-size: 11px;
    /*color: #fff;*/
    
}