/*----------　非表示　----------*/
body > footer > div > p:nth-child(2) {
    display: none;
}
/*----------　共通　----------*/
body {
    font-family: 'Noto Sans JP', sans-serif; ,"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif !important;
    font-weight: 400;
}
/*----------　ヘッダー　----------*/
.siteHeader {
    min-height: 75px;
    display: flex;
    align-items: center;
}
.vk-mobile-nav-menu-btn {
    border: none;
}
body header img {
    width: 170px;
}
/*----------　フッター　----------*/
.sectionBox:after {
    content: "© green Room";
}
body > footer > div > p:nth-child(1) {
    display: none;
}
body > div.section.siteContent {
    position: relative;/*←相対位置*/
    padding-bottom: 120px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}    
.siteFooter {
    border-top: none;
    background-color: #ffffff;
}
footer .sectionBox {
    padding-top: 1em;
    padding-bottom: 1em;
}
body {
    position: relative;
}
.section.siteFooter {
    position: absolute;
    bottom: 0;
    width: 100%;
}