@charset "utf-8";
/* =================================================================
		SP用グローバルメニュー GS用
================================================================= */

/* -----------------------------SP ヘッダー-----------------------------*/
/*モバイル*/
@media screen and (max-width : 768px){
#toggle-btn {
    height: 60px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
}
#main_image{
    padding-top: 60px;
}
#wrapper {
    padding-top: 10px;
}
.toggle_logo{
	width:290px;
}
.toggle_logo img{
	width:290px;
}
.toggle_btn{
	width:50px;
}
}
/*モバイル*/
@media screen and (max-width : 320px){
.toggle_logo{
	width:80%;
}
.toggle_logo img{
	width:80%;
}
.toggle_btn{
	width:35px;
}
}
/* -----------------------------SP ヘッダー-----------------------------*/


/* -----------------------------SPメニュー-----------------------------*/
/*背景*/
/*PC・モバイル共通*/
.pushy {
    background: #41210f !important;
}

/*メインコンテンツ背景*/
/*PC・モバイル共通*/
.pushy-open-left .site-overlay, .pushy-open-right .site-overlay {
    background-color: rgba(255, 255, 255, 0.5);
}

/*リンク*/
/*PC・モバイル共通*/
.pushy a {
    color: #fff !important;
	padding: 15px 20px;
}
.pushy-submenu {
	font-weight:bold !important;
	border-bottom:1px solid #fff;
	}
.pushy-submenu ul .pushy-link {
	font-size:12px;
}
.pushy-submenu ul {
 padding-left: 0;
}
/* -----------------------------SPメニュー-----------------------------*/