/*
Zarigani Design Office Drawer Menu
*/




/*++++++++++++++++++ Default Button Color ++++++++++++++++++*/

.drawer_menu .drawer_button {
    color: #fff;/* ハンバーガーメニュー文字色 */
    display: none;
    
}

.drawer_menu .drawer_button .drawer_bar {
    background-color: #fff;/* ハンバーガーメニュー三本線の色 */
}



.drawer_menu .drawer_bg {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 9999;
        background-color: rgba(0,110,53,0.5);
        display: none;
        top: 0;
        left: 0;
    }
    .drawer_menu .drawer_button {
        display: block;
        background: none;
        border: none;
        padding: 0;
        width: 52px;
        letter-spacing: 0.1em;
        cursor: pointer;
        position: fixed;
        top: 10px;
        right: 20px;
        z-index: 10002;
        text-align: center;
        outline: none;
		background-color:#006E35;/* メニューボタン背景 */
		padding: 5px;
        
    }
	
	  .drawer_menu .drawer_button.active {
		background-color: #006E35;/* メニューボタン×の時背景 */
    }
    .drawer_menu .drawer_button.active .drawer_bar {
        width: 49px;
    }
    .drawer_menu .drawer_button.active .drawer_bar1 {
        transform: rotate(30deg);
    }
    .drawer_menu .drawer_button.active .drawer_bar2 {
        opacity: 0;
    }
    .drawer_menu .drawer_button.active .drawer_bar3 {
        transform: rotate(-30deg);
    }
    .drawer_menu .drawer_button.active .drawer_menu_text {
        display: none;
    }
    .drawer_menu .drawer_button.active .drawer_close {
        display: block;
    }
    .drawer_menu .drawer_bar {
        display: block;
        height: 2px;
        margin: 10px 0;
        transition: all 0.2s;
        transform-origin: 0 0;
    }
    .drawer_menu .drawer_text {
        text-align: center;
        font-size: 10px;
    }
    .drawer_menu .drawer_close {
        letter-spacing: 0.08em;
        display: none;
    }
    .drawer_menu .drawer_menu_text {
        display: block;
    }
    .drawer_menu .drawer_nav_wrapper {
        width: 350px;
        height: 100%;
        transition: all 0.2s;
        transform: translate(350px);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10000;
        background-color: #FFF;/* ドロワーメニュー内背景色 */
        overflow-x: hidden;
        overflow-y: auto;
    }
    .drawer_menu .drawer_nav {
        display: block;
        position: relative;
        margin-top: 40px;
        padding-left: 10px;
    }
    .drawer_menu .drawer_nav li {
        background-color: #fff;
        height: auto;
        line-height: 50px;/*  ドロワーメニューリスト項目高さ */
        position: relative;
        border-top: 1px solid #eee;
        
    }
    .drawer_menu .drawer_nav li a {
        background-color: #fff;/* ドロワーメニューリスト背景色 */
        color: #555;/* ドロワーメニューリスト文字色 */
        text-align: left;
        padding-left: 1em;
    }
    

  .drawer_menu .drawer_nav > li > a {
       display: block;
    }
    
.drawer_menu .drawer_nav li a:hover {
background-color: rgba(0,110,53,0.2);
    /* メニュー項目にマウスが載ったときの背景色 */ 
}

.submenu li a:hover {
background-color: rgba(0,110,53,0.2);
    display: block;
}
    
 .drawer_menu .drawer_nav li ul.second-level li a {
        padding-left: 40px;
    }
    
    .drawer_menu .drawer_nav_wrapper.open {
        transform: translate(0);
    }
    .drawer_menu.left .drawer_button {
        right: auto;
        left: 32px;
    }
    .drawer_menu.left .drawer_nav_wrapper {
        transform: translate(-250px);
        right: auto;
        left: 0;
    }
    .drawer_menu.left .drawer_nav_wrapper.open {
        transform: translate(0);
    }
    .pc-hidden {
        text-align: center;
        
        
    }

/*  ウィジェットタイトル */
.drawer-title {
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #F74782;/* ドロワーメニュー内タイトルライン背景色 */
    color: #fff;
}
/* フォローボタン */


.pc-hidden .profile-icon {
    float: none;
}

.sp_tel_mail{display: flex;
justify-content: center;}

.sp_tel_mail li{
font-size: 163%;
background-color:#006E35;
color: #ffffff;
    margin-left: 5%;
margin-right: 5%;
    height: 2em;
    width: 2em;
    border-radius: 50%;
    line-height: 2.0;
}

.sp_tel_mail li a{
display: block;
color: #ffffff;
}

/* 小さい画面用の設定-------------- */

.menu__item__link {
  color: #fff;
  /*display: block;*/
  line-height: 50px;
  padding: 0 1rem;
  position: relative;
}
.menu__item__link:after {
 content: '\f067';
  display: block;
  font-family: "Font Awesome 5 Free";
  line-height: 50px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 0;
  width: 50px;
    font-weight: 700;
    color: #006E35;
}
.menu__item__link.on:after {
  content: '\f068';
    font-weight: 700;
}
 
.submenu {
  /*background: #fff;*/
  display: none;
  padding-left: 1em;
}

	
/* -------------end------------- */



