/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 13 2026 | 20:19:48 */
/* ヘッダー */

/* ヘッダー上のバー */
.l-header__bar .c-catchphrase {
	overflow: visible;
}

/* ヘッダーロゴ */
@media (min-width: 960px) {
	.c-headLogo__link {
		white-space: nowrap;
		padding-right: 20px;
	}
}
 
/* グローバルナビ・フォント */
#header .c-gnav > .menu-item > a {
	transition: .3s;
}

#header .c-gnav > .menu-item > a .ttl {
	transition: .3s;
}

#body_wrap.home #header .c-gnav > .menu-item > a:hover .ttl {
	color: var(--color_main);
}

.c-gnav > li::before,
.c-gnav > li:last-of-type::after {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 1px;
	height: 60px;
	background-color: #ccc;
}
.c-gnav > li::before {
	left: 0;
}
.c-gnav > li:last-of-type::after {
	left: auto;
	right: 0;
}


/* 追従ヘッダー */
@media (min-width: 960px) {
    .l-fixHeader.-parallel .l-fixHeader__gnav {
        margin-right: auto;
    }
}

#fix_header .l-header__gnav .c-gnav > li > a {
	position: relative;
	line-height: 30px;
	padding: 20px 30px 20px 24px;
	display: inline-block;
}

#fix_header .l-fixHeader__gnav .c-gnav > li > a {
	height: 50px;
}

#fix_header .l-fixHeader__gnav .c-gnav li::before {
	height: 40px;
}
#fix_header .l-fixHeader__gnav .c-gnav > li:last-of-type::after {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 40px;
	background-color: #ccc;
}

#fix_header .l-fixHeader__inner {
	flex-direction: column;
	align-items: center;
}

#fix_header .fixedHeader_contactLinkWrap {
	position: absolute;
	top: 10px;
	right: 160px;
}

@media (max-width: 1280px) {
	#fix_header .fixedHeader_contactLinkWrap {
		right: 80px;
	}
}

@media (max-width: 1100px) {
	#fix_header .fixedHeader_contactLinkWrap {
		right: 48px;
	}
}

#fix_header .fixedHeader_contactLinkWrap .contactLink {
	height: 50px;
}

/* ナビ */
#header .c-gnav {
	background-color: #E4F4CA;
	padding-top: 10px;
	padding-bottom: 10px;
}
#fix_header .c-gnav {
	padding-bottom: 10px;
}
.c-gnav > .menu-item > a {
	padding-left: 20px!important;
	padding-right: 20px!important;
}
.c-gnav > .menu-item > a .ttl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
}
.c-gnav > .menu-item > a .ttl i {
	color: green;
	font-size: 1.2em;
}


