#header {
    background-color: #FFF0D7;
    height: 100px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.header-con01 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
}

.logo01 {
    margin-left: 10px;
    margin-right: 10px;
    height: 80px;
    width: auto;
}

.header-con02 {
    display: flex;
    justify-content: center;
    align-content: center;
    color: #151515;
}

.header-con02 p a {
    text-decoration: none;
    color: #151515;
}

.title {
    font-family: "M PLUS 2", sans-serif;
    line-height: 150%;
    font-weight: 600;
    font-size: 20px;
    color: #151515;
}

.title00 {
    font-weight: 200;
    font-size: 50px;
    line-height: 100%;
    color: #151515;
}

.title01 {
    color: #7ACB2B;
}

.title02 {
    color: #F6AF00;
}

.title03 {
    color: #FF94C3;
}

.title04 {
    color: #00A1DB;
}