@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
*/

.l-header__inner.l-container {
	padding: 0;
   width: 100%;
   max-width: 100%;
	border: 2px solid #000;
}
.l-fixHeader__inner.l-container {
	padding: 0;
   width: 100%;
   max-width: 100%;
	border: 2px solid #000;
}
.l-header__logo {
	margin-left: 24px;
}
.l-fixHeader__logo {
	margin-left: 24px;
}
.c-gnav>.menu-item:last-child>a {
	min-width: 120px;
	border-left: 2px solid #000;
	font-weight: bold;
	background: #0099C8;
	color: #fff;
}
.c-gnav .menu-item {
	position: relative;
}
.c-gnav .menu-item::after {
	content: "";
	background: #000;
	width: 1px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}
.c-gnav .menu-item.menu-item-112::after, 
.c-gnav .menu-item:last-child::after {
	display: none;
}
.l-header__menuBtn {
	border-right: 2px solid #000;
}









