@charset "utf-8";
/* CSS Document */
.topinner{margin: 0 auto;width:1200px;overflow:hidden;position:relative;}
.topinner_page{  position: fixed; top: 0; left:50%;transform: translateX(-50%); z-index: 100;  margin:0 auto;width:100%;background: rgba(255,255,255,1);border-bottom:2px solid #7E3C92;}

.menu_logo{margin:30px 0 30px;width:400px;float:left;}
.menu_logo img{width:100%;}


#nav{background:#13A73A;height:60px;}


.gnav{
    display: flex;
justify-content:space-between;
    margin: 0 auto;
    width: 1000px;
position: relative;
z-index:100;
height:60px;

}

.gnav li {list-style:none;}




.gnav a {display:flex;align-items:center;justify-content:center;
    color: #fff;
    line-height:1;
    text-align: center;
width:25%;
}



.gnav a:hover{background:#f7d2e0;color:#13A73A;}

a.mainmenu_on{background:#f7d2e0;color:#13A73A;}


/*999px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width:999px){
.tel{display:none;}
#nav{display:none;}
.topinner{width:100%;}
}

/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
.menu_logo{margin:20px auto 30px;width:80%;float:none;}
}	