/*
Theme Name: akari
Description: akari PC SP
Version: 1.0
Author: https://.net/ admin
Author URI: 
*/

@charset "UTF-8";

/* default style - リセット用
----------------------------------------------------------- */
@import url("css/reset.css");


.tempMainv{
    background-color: #fcfae5;
    padding: 60px 0px 60px 0px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.2;
}


.tempMV{
    width: 70%;
    background-color: #FFF;
    padding: 20px;
    text-align: center;
    margin: 0 auto 0px auto;
    border-radius: 15px;
}

.tempMV p:first-child{
    font-size: 36px;
    line-height: 1.3;
    color: #ea5e5e;
}

.tempMV p:nth-child(2){
    margin-bottom: 30px;
    padding-top: 5px;
}

.temp_btn_link a{
    background: url(./image/lib/ico_pdf.png) no-repeat right 20px center #ea5e5e;
    background-size: 40px;
    display: block;
    color: #FFF;
    text-align: center;
    margin: auto;
    width: 50%;
    padding: 20px;
    font-size: 20px;
}

header{
    background: none !important;
}

header .wrap{
    display: flex;
    justify-content: space-between;
}

header #logo{
    margin-bottom: 10px;

}

header #logo a{
    font-size: 20px;
    color: #ea5e5e;
}

header #logo span{
    display: block;
    font-size: 12px;
    background-color: #ea5e5e;
    color: #FFF;
    text-align: center;]
    line-height: 1.1;
}


header ul{
    display: flex;
}

header ul a{
    color: #333;
    display: block;
    padding: 15px 10px 0 0;
}








body{
    background-color: #FFF;
}



@media screen and (max-width: 833px){
    #bg_top{
           background-size: 170%;
    } 
}


header{
    background: url(./image/header/bg_header.jpg) repeat-x top center;

}

.wrap{
    max-width: 1024px;
    margin: auto;
}

.wrap_outer{
    position: relative;

}


.wrap_top{
    max-width: 904px;
    margin: auto;
    margin-bottom: 40px;
    padding: 20px;
    padding-top: 120px;

}




.wrap_cont{
    max-width: 904px;
    margin: auto;
    padding: 20px;
}

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

    .wrap_outer{

    }
    
    .wrap_top{
        margin: 0px 0px;
        padding: 15px;
        margin-bottom: 30px;
        padding-top: 120px;
    }
   
}


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

    .wrap_outer{
        top: -70px;
    }
}





#logo{
/*    width: 30%;*/
    max-width: 367px;
    float: left;
    padding: 0px 0 0 0;
}

#logo img{
    width: 100%;
    height: 100px;
}


.h_left{
    width: 70%;
    max-width: 633px;
    float: right;
}



.zdo_drawer_button{
    display: none !important;
}

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

    header{
        background-color: #EAF3FA;

    }

    #logo{
        max-width: 100%;
        width: 100%;
        max-width: 180px;
        height: auto;
        float: none;
        padding: 0px;

        text-align: center;
        margin: auto;
  
    }




    .h_left{
        display: none;
    }
    
    .zdo_drawer_button{
        display: block !important;
    }

    .wrap{
        padding: 0 15px;
    }


}




.menu_pc{
    font-size: 0px;
    float: right;
    margin-top: 8px;

}

.menu_pc li{
    display: inline-block;
    width: 16.6%;
}

.menu_pc li a{
    display: block;
    font-size: 16px;
    padding: 7px 0px;
    color: #50280b;
}

.menu_pc li a img{
    width: 100%;
}



/* index ---------------------------------------------------------- */

.mainv{
    background-color: #B0DEEC;
    padding: 60px 0px 0 0px;
}

.mainv_wrap{
    background: #FFF;
    margin-left: 20px;
    position: relative;
    height: 420px;
}

#mainv_img{
    width: 560px;
    height: 420px;
    position: absolute;
    top: -30px;
    left: -30px;
    background-color: #666;
}


#mainv_img img {
    position:absolute;
    left:0;
    top:0;
}


#mainv_img ul li{
    width: 100%;   
    height: 420px;
}


#mainv_img ul li:nth-child(1){
    background: url(./image/top/mainv1.jpg) no-repeat top center;
    background-size: contain;

}

#mainv_img ul li:nth-child(2){
    background: url(./image/top/mainv2.jpg) no-repeat top center;
    background-size: contain;

}

#mainv_img ul li:nth-child(3){
    background: url(./image/top/mainv3.jpg) no-repeat top center;
    background-size: contain;

}


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

    #mainv_img ul li{
        width: 100%;   
        height: 320px;
    }

    #mainv_img ul li:nth-child(1){
        background: url(./image/top/mainv1.jpg) no-repeat center center;
        background-size: cover;
    }

    #mainv_img ul li:nth-child(2){
        background: url(./image/top/mainv2.jpg) no-repeat center center;
        background-size: cover;
    }

    #mainv_img ul li:nth-child(3){
        background: url(./image/top/mainv3.jpg) no-repeat center center;
        background-size: cover;
    }


}





#mainv_txt{
    position: absolute;
    left: 57%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 200px;

}

#mainv_txt p:nth-child(1){
    color: #006CBA;
    font-size: 34px;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 30px;
    letter-spacing: 2px;

}

#mainv_txt p:nth-child(2){
    color: #333;
    font-size: 15px;
    line-height: 150%;
    font-weight: bold;

}


.mainv img{
    width: 100%;
}


@media screen and (max-width: 833px){
    .mainv{
        padding: 10px 0px 0 0px;
    }

    .mainv_wrap{
        margin-left: 0px;
        height: auto;
    }


    #mainv_img{
        width: 100%;
        height: 320px;
        position: relative;
        top: 0px;
        left: 0px;
        background-color: #666;
    }

    #mainv_txt{
        position: relative;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: auto;
        text-align: center;
    }

    #mainv_txt p:nth-child(1){
        margin-bottom: 15px;
        font-size: 28px;
        padding-top: 10px;
    }

    #mainv_txt p:nth-child(2){
        padding-bottom: 20px;
                font-size: 14px;    
    }
}

.pgae_mainv{
    background-color: #B0DEEC;
}

.pgae_mainvBG{
    background: url(./image/top/bg_03.jpg) no-repeat top center;
    background-size: contain;
    padding: 60px 0px 0 0px;
}



#top_bg01{
    background: url(./image/top/bg_01.jpg) no-repeat; top center;
    background-size: contain;
}

#top_bg02{
    background: url(./image/top/bg_02.jpg) no-repeat; top center;
    background-size: contain;
    padding-top: 100px;
}


.bg_white{
    background: #FFF;
    padding: 20px 20px 30px 20px;
    position: relative;
    margin-bottom: 60px;
    border-radius: 5px;
}

.bg_gray{
    background-color: #EAF3FA;
	padding: 30px 0;
}



@media screen and (max-width: 1000px){
    .bg_white{
        margin: 0 0px 60px 0px;
        padding: 10px 10px 20px 10px;
    }
}

h2.headline,
h2.headline_nobg,
h2.headline_white{
    text-align: center;
    margin-bottom: 10px;
    color: #FFF;
    overflow: hidden;
    padding: 20px 0;
}


h2.headline span,
h2.headline_nobg span,
h2.headline_white span{
    position: relative;
    display: inline-block;
    margin: auto;
    padding: 6px 20px;
    width: auto;
    color: #ea5e5e;
    font-size: 30px;
}

h2.headline_nobg{
    padding-bottom: 0px;
}

h2.headline_nobg span{
    color: #333;
    font-size: 20px;
    line-height: 1.2;
}


h2.headline span:before,
h2.headline_nobg span:before,
h2.headline_white span:before{
    content: "";
    position: absolute;
    width: 98px;
    height: 24px;
    margin-right: 15px;
    left: -105px;
    background: url(./image/lib/headline.png) no-repeat;
    background-size: 100%;
    top: 0;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
}

h2.headline span:after,
h2.headline_nobg span:after,
h2.headline_white span:after{
    content: "";
    position: absolute;
    width: 98px;
    height: 24px;
    right: -105px;
    background: url(./image/lib/headline.png) no-repeat;
    background-size: 100%;

    top: 0;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
}


h2.headline_white span{
    color: #FFF;
    font-size: 18px;
}



h2.headline_white span:after,
h2.headline_white span:before{
    background: url(./image/lib/headline_white.png) no-repeat;
}


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

    h2.headline span,
    h2.headline_nobg span,
    h2.headline_white span{
        font-size: 20px;
    }

    h2.headline,
    h2.headline_nobg,
    h2.headline_white{
        margin-bottom: 20px;
        color: #FFF;
        padding: 5px 0;
    }
}

@media screen and (max-width: 540px){
	h2.headline_white span:after,
	h2.headline_white span:before{
		background-size: 50% !important; 
	}

	h2.headline_white span:after{
		background-position: center left;
	}

	h2.headline_white span:before{
		background-position: center right;

	}



	h2.headline span:after,
	h2.headline_nobg span:after,
	h2.headline_white span:after{
		background-position: center left;
		background-size: 50% !important; 
	}

	h2.headline span:before,
	h2.headline_nobg span:before,
	h2.headline_white span:before{
		background-position: center right;
		background-size: 50% !important; 
	}


}

h3.headline{
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}





.news{
    margin-bottom: 30px;
}

.news_date{
    width: 120px;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
}

.news_wrap{
    width: calc(100% - 130px);
    display: inline-block;
    vertical-align: top;
}

.news .news_title{

    font-weight: bold;
    margin-bottom: 10px;
}

.news .news_txt{
 
}


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

    .news_date{
        width: auto;
        display: block;
    }

    .news_wrap{
        width: auto;
        display: block;
    }
}



.btn_img{
    width: 313px;
    margin: auto;
    margin-bottom: 40px;
}

.btn_img img{
    width: 100%;
}

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

    .btn_img{
        width: 260px;
    }

}


.bg_wave{
    background: url(./image/lib/bg_wave.png) repeat-x top center;
    padding-top: 76px;
}

@media screen and (max-width: 833px){
    .bg_wave{
        background: url(./image/lib/bg_wave.png) repeat-x top center;
        padding-top: 38px;
        background-size: 1000px;
    }
}

.bg_blue{
    background: #feecec;
    padding: 20px 0;
    margin-bottom: 30px;
}




table{
    width: 100%;
    border-collapse:collapse;
    margin-bottom: 30px;
}

table th,
table td{
    border-bottom: solid 1px #ccc;
    padding: 8px 10px;
    
}

table th{
    background: #F1F1F1;
    font-weight: bold;
    width: 100px;
}

@media screen and (max-width: 500px){
    table th{
        width: 50px;
    }
}

.formsize input,
.formsize textarea{
    width: 80%;
    padding: 5px;
    font-size: 14px;
    border-radius: 5px;
    border: solid 1px #ccc;
}

.btn_c{
    width: 100px;
    padding: 10px;
    margin: 0 auto 20px auto;
}

.btn_c input{
    width: 100px;
    padding: 10px;
}


.clearfix{
    overflow: hidden;
}



h2.screen-reader-text { display: none; }





footer{
    background-color: #B0DEEC;
    padding: 0px 0px 0 0px;
}

.bg_blue1{
    background-color: #EAF3FA;
    padding: 5px 0 5px 0;
}

footer a{
    color: #666;
}

.f_logo{
    width: 200px;
    margin: auto;
    text-align: center;
}

.f_logo img{
    width: 100%;
}

.f_link{
    padding: 0 20px;
    font-size: 0px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;

}

.f_link li{
    /*display: inline-block;*/
    display: flex;
     justify-content: center;
      align-items: center;
    width: 16.6%;
}

.f_link li a{
    text-align: center;
    display: block;
    font-size: 14px;
    padding: 2px 0 0 0;
}

.f_link li img{
    width: 100%;
    max-width: 120px;
}

.f_txt01{
    text-align: center;
    padding: 20px 20px 0 20px;
    margin-bottom: 15px;
}


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

    .f_link{
        padding: 0 0px;
    }

    .f_link li{
        display: inline-block;
        width: 33%;
    }
 
    
}



#pagetop{
    background-color: #000;
    bottom: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    display: none;
    -webkit-font-smoothing: antialiased;
    font: normal 24px/1 'Genericons';
    padding: 5px;
    position: fixed;
    right: 10px;
    text-decoration: none;
    vertical-align: top;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 999;
}

#pagetop a{
    color: #FFF;
}



#btn_rec{
	padding: 5px;
    position: fixed;
    right: -5px;
    bottom: 50px;
    text-decoration: none;
    vertical-align: top;
    z-index: 999;
}

#btn_rec img{
	width: 43px;
}


#logo_f{
    text-align: center;
    width: 300px;
    margin: 0 auto 20px auto;
}
#logo_f img{
    width: 100%;
}

footer small{
    display: block;
    background: #FFF;
    color: #333;
    text-align: center;
    padding: 3px 0;
}










textarea {
    resize: vertical;
}

.listatt{
	margin-bottom:30px;
}
.listatt li{
	font-size:12px;
	padding-left: 1em;
	text-indent: -1em;
	line-height:160%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 10px;
}

.listatt li:nth-child(2n){
	background-color: #EFEFEF;
}

.floatL{
float:left;
}

.floatR{
float:right;
}



.att{
    font-size: 12px;
    line-height: 1.5;
}

iframe{
    width: 100%;
}


.is-pc{
    display: inherit;
}
.is-sp{
    display: none;
}


@media screen and (max-width: 833px){
    .is-pc{
        display: none;
    }
    .is-sp{
        display: inherit;
    }

}


.gaiyo_txt{
    margin-bottom: 20px;
}

.gaiyo_txt dt{
    font-weight: bold;
    color: #277506;
    margin-top: 1em;
    margin-bottom: 5px;
    font-size: 16px;
}

.gaiyo_txt dd{
    border: 0;
    display: list-item;
    list-style: disc;
    line-height: 1.7;
    font-size: 14px;
    margin-left: 30px;
    margin-bottom: 7px;

}

.img_map{
    text-align: center;
}

.img_map img{
    max-width: 580px;
    width: 100%;
}

.btm10{
    margin-bottom: 10px;
}


.btm20{
    margin-bottom: 20px;
}


.txtC{
    text-align: center;
}


.h_tel{
    float: right;
    padding-top: 10px;
}

.h_tel li{
    display: inline-block;
}

.h_tel li:last-child{
    border-left: solid 2px #ccc;
    padding-left: 8px;
    margin-left: 8px;
}


.fontApp {
        margin-bottom: 30px;
}

.fontApp li{
    font-size: 18px;

    line-height: 1.5;

        padding-left:1em;
    text-indent:-1em;
}

.menu_logo{
    width: 180px;
    padding: 10px 0 10px 0px;
    margin: auto;
}

.menu_logo img{
    width: 100%;
}




/* TOP Page */

.img_hoiku{
    text-align: center;
    margin-bottom: 20px;
}

.img_hoiku img{
    width: 100%;
}

.txt_line{
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.btn_link{
    clear: both;
    margin-bottom: 30px;
}
.btn_link a{
    width: 50%;
    margin: auto;
    border-radius: 30px;
    vertical-align: middle;
    padding: 15px;    
    color: #FFF;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    display: block;
    background-color: #006CBA; 

}


.btn_link a:after{
    content: "";
    width: 20px;
    height: 20px;
    padding-left: 5px;
    display: inline-block;
    vertical-align: middle;
    background: url(./image/lib/btn_arrow.png) no-repeat center right;

}


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

    .btn_link a{
        width: 90%;
        border-radius: 30px;

        padding: 6px 5px;
        color: #FFF;
        text-align: center;
        font-size: 16px;


    }

    .txt_line{
        font-size: 14px;
    }

    .wrap_cont{
        padding: 10px;
    }

    
}





.link_top{
    font-size: 0px;
    text-align: center;
}

.link_top li{
    display: inline-block;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 20px;
}


.link_top li:nth-child(3){
    margin-right: 0%;    
}

.link_top li span{
    display: block;
    text-align: center;
    padding-top: 15px;
}


.link_top li img{
    width: 100%
}

.link_top li a{
	display: block;
    color: #333;
    font-size: 20px;
    font-weight: bold;
}



.wrap_f{
    overflow: hidden;
    margin-bottom: 0px;
}

.f_left{
    width: 48%;
    float: left;
}


.f_right{
    width: 48%;
    float: right;
    margin-bottom: 20px;
}


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

    .link_top li{
        width: 44%;
        padding: 0 1.0%;
        margin-bottom: 40px;
    }

    .link_top li:nth-child(2){
        margin-right: 0%;    
    }


    .link_top li span{
        display: block;
        text-align: center;
        padding-top: 15px;
        font-size: 14px;
    }

    .f_left{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }


    .f_right{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }



    
}


/* page */

.main_page{

    height: 80px;
    position: relative;

}


.main_page:after{
    content: "";
    background: url(./image/lib/main_page.jpg) no-repeat bottom left;
    height: 150px;
    width: 350px;
    position: absolute;
    right: 0;

}



.main_page span{
    position: absolute;
    background-color: #FFF;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    padding: 12px 15px;
    margin: 35px 0 0px 20px;
    border-left: solid 5px #006CBA;
}

@media screen and (max-width: 833px){
		.main_page span{
		font-size: 18px;
		padding: 10px 10px;
		margin: 40px 0 40px 0px;
	}

    .main_page:after{

        height: 150px;
        width: 50%;
        position: absolute;
        right: 0;

    }
}


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


    .main_page:after{
        height: 150px;
        width: 40%;


    }
}









.dl_txt{
    margin-bottom: 20px;
	font-size:14px;
}

.dl_txt dt{
    font-weight: bold;
	line-height:1.5;
}

.dl_txt dd{
    margin-bottom: 20px;
	line-height:1.5;
}



.t_schedule{
    
}

.t_schedule tr:nth-child(2n) td{
    background-color: aliceblue;
}


.t_schedule tr th:nth-child(1){
    width: 4%;
}

.t_schedule tr th:nth-child(2),
.t_schedule tr th:nth-child(3),
.t_schedule tr th:nth-child(4){
    width: 24%;
}






	.t_info_txt{
		width: 70%;
		margin-right: auto;
		margin-left: auto;
	}


	table.t_info1{
		width: 70%;
		margin-right: auto;
		margin-left: auto;
	}
	
	
	table.t_info1 th{
		width: 250px;
		background: none;
		padding-right: 0px;
		font-weight: normal;
	}

	table.t_info1 td{
	    text-align: right;
		padding-left: 0px;
		font-weight: bold;
	}

	table.t_info1 th.table_title{
		padding: 3px 10px;
		background-color: #006CBA;
		color: #FFF;
		font-weight: bold;
	}

	table.t_info1 tr:nth-child(2n) th,
	table.t_info1 tr:nth-child(2n) td{
		background-color: #EAF3FA;
	}


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

		.t_info_txt{
			width: 100%;
		}


		table.t_info1{
			width: 100%;
		}

		table.t_info1 th{

			width: 150px;
		}




	}











/*
Zarigani Design Office Drawer Menu
Copyright 2018 Zarigani Design Office

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/* === Hambuerger Button's Style Paste Here === */
/*+++ Reset +++*/
.zdo_drawer_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.zdo_drawer_button {
  display: block;
  padding: 0;
  width: 42px;
  height: 26px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
}

.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  width: 42px;
  height: 2px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.zdo_drawer_button .zdo_drawer_bar1 {
  top: 0;
}

.zdo_drawer_button .zdo_drawer_bar2 {
  top: 50%;
}

.zdo_drawer_button .zdo_drawer_bar3 {
  top: 100%;
}

.zdo_drawer_button.active .zdo_drawer_bar {
  width: 36.77px;
  left: 8px;
}

.zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(0.7853981634rad) translateY(-50%);
  top: 0px;
}

.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}

.zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-0.7853981634rad) translateY(-50%);
  top: calc(100% - 0px);
}

.zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}

.zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}

.zdo_drawer_text {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  font-size: 10px;
}

.zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

/*+++ Default Button Color +++*/
.zdo_drawer_button {
  color: #006CBA;
}

.zdo_drawer_button .zdo_drawer_bar {
  background-color: #006CBA;
}

/* === Hambuerger Button's Style End === */
.zdo_drawer_menu .zdo_drawer_button {
  /*+++ Hamburger Button Position +++*/
position: fixed;
    top: 12px;
    right: 15px;
    z-index: 1001;
}
.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none;
}
.zdo_drawer_menu a:visited {
  color: inherit;
}
.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 312px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}
.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 0px 15px;
}
.zdo_drawer_menu .zdo_drawer_nav li {
  font-size: 16px;
    text-align: left;
    border-bottom: solid 1px #ccc;
}

.zdo_drawer_menu .zdo_drawer_nav li img{
width: 40px;
    margin-right: 15px;
    vertical-align: middle;
    margin-bottom: 7px;
}

.zdo_drawer_menu .zdo_drawer_nav li:last-child img{
	    width:  90%;
		    margin-right: 15px;
	margin-left: 15px;
}


.zdo_drawer_menu .zdo_drawer_nav li:last-child{
	padding: 15px 0;
}



.zdo_drawer_menu .zdo_drawer_nav li a{
    display: block;
    padding: 8px 0;
    font-weight: bold;
}




/*# sourceMappingURL=/zdo_drawer_menu.css.map */




















