@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@media(min-width:850px){

#body_wrap{
	position:relative;
}

.l-header{
	height:100vh;
	width:200px;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	z-index:1000;
	
	
}

.l-header__inner{
	height:100vh;
	width:200px;
	top:0;
	left:0;
	bottom:0;
	z-index:1000;
	position:relative;
}
	
	.p-breadcrumb.-bg-on{
		position:absolute;
	left:200px;
	background-color:transparent;
	
}


.l-header__logo{
	height:200px;
	width:200px;
	display:block;
	margin:0;
	position:absolute;
	top:5%;
}

.l-header__logo h1{
	height:95%;
	width:95%;
}



.c-gnav{
	display:block;
}

.l-header__gnav{
	position:absolute;
	top:30%;
	
	
}

#gnav li {
	height:45px;
	font-weight:bold;
	text-align:left;
	margin:0 20px;	
}

#gnav li:hover{
	color:rgb(126, 30, 0)
}

.c-gnav__sBtn{
	display:block;
	position:absolute;
	top:300px;
	left:30%;
}

.c-gnav__sBtn .icon-search{
font-size:30px;
	font-weight:bold;
}

.c-gnav>.menu-item>.sub-menu{
	top:0;
	left:290px;
	
}

.c-gnav .sub-menu a:hover{
	background-color:transparent;
}

.p-mainVisual {
	display:none;
}

.p-postSlider{
	display:none;
}

.top #content {
	position:absolute;
	left:200px;	
	
}

.l-content{
	position:relative;
	left:200px;	
	margin:20px 0;
}



.top .l-footer{
	width:calc(100% - 200px);
	background-color:transparent;
	position:absolute;
	top:1000px;
	left:200px;
	z-index:900;
}

.l-footer{
	width:calc(100% - 200px);
	background-color:transparent;
	bottom:0;
	left:200px;
	z-index:900;
}
	}

.post_content h2 {
 font-weight:bold;
	font-size:26px;
}