#page {
    padding-top: 0;
    position: relative;
    z-index: 1;
    left: 0;
    background: #fff;
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
    }

#drawernav {
    position: fixed;
    top: 0;
    right: -240px;
    width: 240px;
    height: 100%;
    background: #80ccda;
    border-left: 4px solid #488EB6;
    color: #fff;
    z-index: 200;
    padding-top: 40px;
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
    
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
    }

#drawernav ul {
    position: relative;
    top: -40px;
    list-style: none;
    padding: 0;
    }

#drawernav ul li {

    }
#drawernav ul li a {
    color: #fff;
    display: block;
    padding: 17px 20px;
    border-bottom: 1px solid #ffffff;
    text-decoration: none;
    text-align: left;
    }

#drawernav ul li a:hover {
    color: #ffffff;
    background: #5db5c1;
    border-bottom: 1px solid #ffffff;
    }

@media (max-width: 320px) {
    #drawernav ul li a {
    color: #fff;
    display: block;
    padding: 7px 20px;
    border-bottom: 1px solid #ffffff;
    text-decoration: none;
    text-align: left;
    }
}

#drawernav h4 {
    padding: 0 15px; 
    }

#drawernav .title {
    position: relative;
    top: -40px;
    height: 65px;
    background: #ffffff;
    }

img.logo {
    /*margin: 10px 0 0 -70px;*/
    margin: 10px 0 0 10px;
    }

#humberger {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 300;
    padding: 10px 5px 0 0;
    cursor: pointer;
    }

.icon-bar {
    width: 40px;
    height: 40px;
    background: url('../../assets/images/sp/berger_icon.png') no-repeat;
    display: block;
    margin-bottom: 6px;
    
    }

.fixed-content {
    right: inherit;
    width: 100%;
    z-index: 2;
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
    }

#overlay {
    z-index: 1;
    opacity: 0;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
    }
    
/**
* ドロワー開放時のスタイル
**/
@media(max-width: 991px) {
    body.drawer-opened #page{
        left: -240px;
        box-shadow: 1px 0 2px #000;
        -webkit-box-shadow: 1px 0 2px #000;
    }
    body.drawer-opened .fixed-content {
    left: -240px;
    }
    body.drawer-opened #drawernav {
    right: 0;
    }
    body.drawer-opened #humberger .icon-bar {
    display: block;
    width: 40px;
    height: 40px;
    background: url('../../assets/images/sp/close_icon.png') no-repeat;
    border-left: 1px solid #80ccda;
    padding-left: 20px;
    z-index: 200;
    }
    body.drawer-opened #humberger :nth-child(1) {
    display: block;
    width: 40px;
    height: 40px;
    background: url('../../assets/images/sp/close_icon.png') no-repeat;
    border-left: 1px solid #80ccda;
    }
    /*body.drawer-opened #humberger :nth-child(1) {
    transform:translate(0,8px) rotate(45deg);
    -webkit-transform:translate(0,8px) rotate(45deg);
    }
    body.drawer-opened #humberger :nth-child(2) {
    transform:translate(-20px ,0);
    -webkit-transform:translate(-20px ,0);
    opacity:0;
    }
    body.drawer-opened #humberger :nth-child(3) {
    transform:translate(0,-8px) rotate(-45deg);
    -webkit-transform:translate(0,-8px) rotate(-45deg);
    }*/
    body.drawer-opened #overlay {
    z-index: 3;
    opacity: 0.3;
    left: -240px;
    }
}

span.navcol01 {
    color: #529dbc;
}
