@charset "utf-8";
/* simple header */
#mmi-simple-header *, #mmi-simple-footer * {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#mmi-simple-header {
    background: #fff;
    height: 72px;
    background: #fff;
    font-family: noto;
    text-align: left;
border-bottom: solid 1px #d7d7d7; 
}

#mmi-simple-header .mmi-inner {
    width: 1000px;
    height: 72px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#mmi-simple-header #mmi-site-id {
    width: 188px;
    height: 44px;
    position: absolute;
    left: 0;
    top: 14px;
}

#mmi-simple-header + #mmi-container {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
  
  #mmi-wrapper {
    min-width: 320px;
    margin-top: 50px;
}
  
    #mmi-simple-header {
        height: 52px;
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        z-index: 10000;
      position: fixed;
    }
  
    #mmi-simple-header .mmi-inner {
        width: auto;
        height: 52px;
        overflow: visible;
    }

    #mmi-simple-header #mmi-site-id {
        width: 145px;
        height: 32px;
        left: 10px;
        top: 10px;
    }			
}


/* simple footer */

#mmi-simple-footer {
border-top:1px solid #d7d7d7;
display:flex;
padding:35px 0 25px 0;
  margin-top:35px;
}

#mmi-simple-footer .mmi-inner{
 width: 1000px;
 margin: 0 auto;  
display:flex;
}

#mmi-simple-footer .mmi-owner img {
    width: 140px;
    height: auto;
}

#mmi-simple-footer ul li {
list-style: none;
font-size: 13px;
line-height: 1;
  padding:0 15px;
}

#mmi-simple-footer a:link {
    color: #222;
    text-decoration: none;
}


#mmi-simple-footer a:visited {color: #222;}
#mmi-simple-footer a:hover{color:#f62837;}

#mmi-simple-footer .mm-sub-simple-link {
    display:flex;
    padding-top: 15px;
  margin-left:40px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

#mmi-simple-footer .mmi-inner .copyright {
font-size:11px;
padding-top: 15px;
margin-left: auto;
    }



@media screen and (max-width: 767px) {
  
  #mmi-simple-footer {
		padding:25px 0 20px 0;
  margin-top:25px;
}

    #mmi-simple-footer .mmi-inner {
        width: 100%;
        padding: 0 10px;
								flex-wrap: wrap;
    }
   
  #mmi-simple-footer .mmi-owner img {
    width: 120px;
    height: auto;
}
  #mmi-simple-footer .mm-sub-simple-link {
    padding-top: 15px;
    margin-left: 2vw;
}
  
  #mmi-simple-footer ul li {
    font-size: 3vw;
    padding: 0 2vw;
} 

#mmi-simple-footer .mmi-inner .copyright {
font-size:2vw;
padding-top: 15px;
    }


}
