@charset "utf-8";

/* SP */

@media screen and (max-width:640px) {

    .sp-home {
        margin-top: 5px;
    }

    .g-navisp li {
        display: none;
    }
    .g-navipc {
        display: none;
    }
    .g-navi-color {
        width: 640px;
        height: auto;
        background-color: #fff;
        position: relative;
        z-index: 999990;
        top: 0px;
    }
    header {
        width: 100%;
        max-width: 100%;
        height: 45px;
        position: relative;
        z-index: 99999999;
        background-color: #fff;
    }

    header h1 {
        width: 194px;
        padding-top: 5px
    }
    header .hdr-icon {
        display: none;
        ;
    }
    header .hdr-cv {
        display: none;
        ;
    }
    .g-navisp li.g-nav-home {
        display: block;
        float: left;
        width: 90%;
        padding: 1em 5%;
        margin: 0;
        text-align: left;
        color: #fff;
        border-top: 1px solid #b7955a;
        border-top: ;
        text-decoration: none;
        text-transform: uppercase;
    }


    h1 {
        position: absolute;
        left: 10px;
        top: 6px;
        z-index: 999999;
    }
    h1 img {
        width: 100%;
    }
    .mean-bar .meanmenu-reveal {
        background: url(../img/open.png) no-repeat left 13px center;
        background-size: 22px 30px;
    }
    .mean-bar .meanclose {
        background: url(../img/close.png) no-repeat left 13px center;
        background-size: 22px 30px;
    }

}


/* PC */

@media screen and (min-width:641px) {
    .g-navisp {
        display: none;
    }

    .g-menu > li a {
    font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
        font-size: 1.7rem;
        color: #fff;
        text-align: center;
    }
	
	#g-nav .g-menu .menu-second a.beyond li {
    font-family: 'Redressed', cursive;
		 font-size: 1.7rem;
     letter-spacing: 0.2px;
    }

    ul.menu-second {
        visibility: hidden;
        opacity: 0;
        z-index: 2;
    }

    .g-menu > li:hover {
        background: #ab8a4e;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .menu-second li a:hover {
        background: #ab8a4e;
    }

    .g-menu {
        *zoom: 1;
        overflow: hidden;
    }

    /* menu-single */
    #g-nav li.menu-single ul.menu-second {
        position: absolute;
        top: 140px;
        width: 160px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        background-color: #ab8a4e;
    }

    #g-nav li.menu-single:hover ul.menu-second {

        visibility: visible;
        opacity: 1;
    }

    #g-nav ul.menu-second li {
        background-color: #c9395f;

    }
        #g-nav ul.menu-second li:hover{
        background-color: #de3f68;

    }

    #g-nav ul.menu-second li {
        width: 192px;
        height: auto;
        float: none;
        padding: 10px;
        border-bottom: 1px solid #db8299;
    }
    li.menu-single:nth-child(7) ul {
        position: relative;
       
    }
}
