/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 14 2025 | 17:53:03 */
/* ヘッダー */

:root {
	--logo_size_pcfix: 60px;
}
#header,
#fix_header {
	padding-top: 5px;
}
#header .c-gnav a {
	padding: 10px 15px;
}
#fix_header .c-gnav a {
	padding: 10px 20px;
}
@media (min-width: 600px) and (max-width: 960px) {
	#fix_header .c-gnav a {
		padding: 10px;
	}
}
#header .c-gnav a .ttl{
	font-size: calc(19rem / 16);
}
@media (min-width: 600px) and (max-width: 960px) {
	#header .c-gnav a .ttl{
		font-size: calc(16rem / 16);
	}
}
@media (min-width: 600px) and (max-width: 1050px) {
    #body_wrap .l-fixHeader__logo,
	#body_wrap .l-header__logo {
		min-width: 50px;
    }
}

/* ヘッダー上部 */
.c-gnav.-top {
	color: #34467D;
	justify-content: right;
	position: relative;
	height: 70px;
}
#fix_header .c-gnav.-top {
	height: 50px;
}
.c-gnav.-top li.menu-item:not(:first-of-type)::before {
	position: absolute;
	top: 30%;
	left: 0;
	content: "";
	width: 1px;
	height: 40%;
	transform: rotate(30deg);
	background-color: #34467D;
}
.c-gnav.-top a img {
	height: 70px;
}
#fix_header .c-gnav.-top a img {
	height: 50px;
}
#body_wrap .c-gnav.-top li.tel a,
#body_wrap .c-gnav.-top li.LINE a {
	padding: 0;
}
#header .c-gnav.-top li.tel,
#fix_header .c-gnav.-top li.tel {
	margin-left: 10px;
}
#header .c-gnav.-top li.LINE,
#fix_header .c-gnav.-top li.LINE {
	margin-left: 30px;
}

/* ヘッダー下部 */
.c-gnav.-bottom {
	background-color: #34467D;
	color: #fff;
	justify-content: right;
	position: relative;
	height: 70px;
}
#fix_header .c-gnav.-bottom {
	height: 50px;
}
.c-gnav.-bottom::after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 50vw;
	height: 70px;
	margin-right: calc(50% - 50vw);
	background-color: #34467D;
	z-index: -1;
}
#fix_header .c-gnav.-bottom::after {
	height: 50px;
}
.c-gnav.-bottom::before {
	position: absolute;
	top: 0;
	left: -40px;
	content: "";
	width: 40px;
	height: 70px;
	background-image: url(https://noritoto.xsrv.jp/flex/wp-content/uploads/2025/09/header-nav-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
}
#fix_header .c-gnav.-bottom::before {
	height: 50px;
}
.c-gnav.-bottom li.menu-item:not(:first-of-type)::before {
	position: absolute;
	top: 30%;
	left: 0;
	content: "";
	width: 1px;
	height: 40%;
	transform: rotate(30deg);
	background-color: #fff;
}
.c-gnav.-bottom a::after {
	background-color: #fff;
}

/* スマホ版バナー */
@media (min-width: 960px) {
	.banner-sp {
		display: none!important;
	}
}
.banner-sp {
	display: flex;
	align-items: center;
	gap: 10px;
}
.banner-sp a {
	display: block;
	height: 60px;
}
.banner-sp a img {
	display: block;
	height: 100%;
	width: auto;
	object-fit: contain;
}