@media screen and (min-width:1000px){
#pcmenu {

}
.lit {
    background-color: rgba(255,255,255,1.00);
}

.hamburger {
    display: none;
}


}

@media screen and (max-width:1000px){
#pcmenu {
    display: none;
}
#head #rogo {
    margin-right: 43px;

}

li a span {
    display: block;
    font-size: 0.7em;
    opacity: 0.5;
}
.fat-nav__wrapper ul li {
    margin-bottom: 5px;
    font: normal 1.2em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#headwrap {
    height: 50px;
}




}
#pcmenu ul {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex; /* Safari */
display: flex;
-webkit-justify-content: space-between; /* Safari */
justify-content: space-between;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap: wrap;
}
#pcmenu ul li {
    text-align: center;
    line-height: 1.6em;
    width: 16.666%;
}

#pcmenu ul li a {
    text-decoration: none;
    text-align: center;
    font-size: 0.9em;
}

#pcmenu ul li a span {
    display: block;
    text-align: center;
    color: rgba(0,28,13,0.46);
    font-size: 0.8em;
}
#s2 {
    padding: 50px 20px;
}


@media screen and (max-width:600px){
#headwrap #head #rogo {

}
#headwrap #head #rogo img {
    margin-top: 0px;
    height: 50px;
    width: auto;

}

#headwrap {
    height: 50px;
}


}
#s2 div p {
    text-align: center;
    font-size: 1.2em;
    line-height: 2em;
}
#s3 {
    background-color: rgba(0,0,0,1.00);
    padding: 50px 20px;
}
#s3 p {
    color: rgba(212,212,212,1.00);
}
