/*
Zarigani Design Office Drawer Menu
*/

/* 大きい画面用の設定-------------- */
@media (min-width:1001px){
#top .drawer_menu_point_wrap {position: relative;
max-width: 1100px;  /* これでmax-width制限を解除 */
margin-left: auto;
margin-right: auto;}
	
#top .drawer_menu_point{
z-index: 1000000;
position: absolute;
top: 10px;
left: 50px;
}
	
#inside .drawer_menu_point_wrap{
position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
background-color: #0f6ab1;
  padding-top: 10px;
  padding-bottom: 10px;

  display: flex;
  justify-content: center;
  align-items: center;
	color: #ffffff;}
	
#inside .drawer_menu_point_wrap a{
color: #ffffff;}


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


/* 小さい画面用の設定-------------- */
@media (max-width:1000px){
	
.drawer_menu_point{
z-index: 10000;
background-color: transparent;
position: absolute;
top:3px;
left: 0;
width: 100%!important;
}
}
/* -------------end------------- */



/*================================================
 * グロナビ固定
 ================================================*/
@media screen and (min-width:1001px) {

.nav_fixed,
#top .nav_fixed{
position:fixed;
		top:0;
		left:0;
z-index: 10000;
}
#top .nav_fixed.drawer_menu_point,
.nav_fixed.drawer_menu_point{
top: 0;
 background-color: #0f6ab1;
padding-top:10px;
padding-bottom:  10px;
display: flex;
 justify-content: center;
align-items: center;
 width: 100%!important;
left: 0px;
transform: translateY(0) translateX(0);
color: #ffffff;
}

.nav_fixed.drawer_menu_point a{
color: #ffffff;
}
}

/* 大きい画面用の設定-------------- */
@media (min-width:1001px){
.drawer_nav{display: flex;
}
    
.drawer_nav li:after {
	content:"|";
    padding-left: 5px;
    padding-right: 5px;}
    
    .drawer_nav li:last-child:after {
	content:"";
    padding-left: 0px;
    padding-right: 0px;}

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


/* PC非表示 */

@media screen and (min-width:1001px) {
.pc-hidden {
        display: none;
        text-align: center;
    }
}




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

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

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


/* 1000px以下 */

@media screen and (max-width: 1000px) {
    .drawer_menu .drawer_bg {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 9999;
        background-color: #21c0ff;
        background-color: rgba(242,233,220,0.50);
        display: none;
        top: 0;
        left: 0;
  }
    .drawer_menu .drawer_button {
    display: block;
    border: none;
    padding: 0;
    width: 52px;
    letter-spacing: 0.1em;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 10001;
    text-align: center;
    outline: none;
    background-color: #21c0ff;/* メニューボタン背景 */
    padding: 5px;
    }
	
	  .drawer_menu .drawer_button.active {
		background-color: #21c0ff;/* メニューボタン×の時背景 */
    }
    .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: 250px;
        height: 100%;
        transition: all 0.2s;
        transform: translate(250px);
        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: #EAF4FC;	/* メニュー項目にマウスが載ったときの背景色 */ 
}
    
 .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:#3061a5;
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;
}

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

@media (max-width:767px){

.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: #00B26E;
}
.menu__item__link.on:after {
  content: '\f068';
    font-weight: 700;
}
 
.submenu {
  /*background: #fff;*/
  display: none;
    padding-left: 1em;
}
.submenu__item {
  /*border-bottom: 1px solid #5200b7;
  color: #222;
  padding: 1rem;*/
}
	}
/* -------------end------------- */



