/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 08 2025 | 18:46:20 */
/* ヘッダー＆フッター */

/* ヘッダー */
@media (min-width: 960px) {
	#header {
		width: min(1348px, 90%);
		margin: 0 auto;
	}
	#header .l-header__inner {
		padding-top: 6px;
		padding-bottom: 14px;
	}
	#header .l-header__logo {
		padding-bottom: 12px;
	}
}
#header .c-headLogo__link,
#fix_header .c-headLogo__link {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	width: max-content;
}
#header .c-headLogo__link p,
#fix_header .c-headLogo__link p {
	margin-left: 12px;
	color: #333;
	font-size: calc(13rem/16);
	font-weight: 400;
	text-align: left;
}
@media (max-width: 959px) {
	#header .c-headLogo__link p,
	#fix_header .c-headLogo__link p {
		font-size: calc(11rem/16);
		line-height: 1.4;
	}
}
#fix_header .c-headLogo__link p {
	font-size: calc(11rem/16);
}
#header .w-header {
	margin: 0;
}
#header .btnContact {
	position: absolute;
	top: 30px;
	right: 60px;
}
.btnContact a {
	display:block;
	border-radius: 46px;
	background-image: linear-gradient(to right, #2E8B87, #ABD5CA);
	color: #fff;
	font-size: calc(20rem/16);
	padding: 10px 59px 10px 96px;
}
.btnContact a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 59px;
	transform: translatey(-50%);
	width: 25px;
	height: 25px;
	background-image: url('https://shinwa-hp.jp/wp-content/uploads/2025/01/icon_mail.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
#header #gnav {
	width: min(1216px, 90%);
	margin: 0 auto;
}
#header .c-gnav {
	justify-content: right;
}
#header .c-gnav li a {
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
#header .c-gnav li:not(:last-of-type) a {
	margin-right: 18px;
}

/* フッター上部 */
#before_footer_widget {
	background-color: #E8E6E3;
	margin: 0;
	padding-top: 110px;
	padding-bottom: 110px;
}
@media (max-width: 959px) {
	#before_footer_widget {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#before_footer_widget .img {
		width: min(300px, 50%);
		margin: 0 auto;
	}
	#before_footer_widget ul {
		padding-left: 0;
	}
}
#before_footer_widget li {
	list-style: none;
}
#before_footer_widget li a ,
#before_footer_widget li p {
	color: var(--color_deep01);
	font-weight: 500;
}
#before_footer_widget li a {
	font-size: calc(18rem/16);
}
@media (max-width: 959px) {
	#before_footer_widget li a {
		font-size: calc(16rem/16);
	}
}
#before_footer_widget ul:not(.subMenu) > li:not(:first-of-type) {
	margin-top: 25px;
}
#before_footer_widget .subMenu {
	margin-top: 18px;
}
#before_footer_widget .subMenu li {
	margin-top: 15px;
}
@media (max-width: 959px) {
	#before_footer_widget ul:not(.subMenu) > li:not(:first-of-type) {
		margin-top: 15px;
	}
	#before_footer_widget .subMenu {
		margin-top: 8px;
	}
	#before_footer_widget .subMenu li {
		margin-top: 5px;
	}
/* 	#before_footer_widget .swell-block-columns__inner {
		row-gap: 15px;
	} */
}
#before_footer_widget .subMenu li a {
	padding-left: 10px;
	font-size: calc(16rem/16);
	position: relative;
}
@media (max-width: 959px) {
	#before_footer_widget .subMenu li a {
		font-size: calc(14rem/16);
	}
}
#before_footer_widget .subMenu li a::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	transform: translatey(-50%);
	width: 5px;
	height: 8px;
	background-image: url('https://shinwa-hp.jp/wp-content/uploads/2025/01/icon_arrowRight01.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#before_footer_widget .companyName {
	font-size: calc(18rem/16);
	font-weight: 500;
	margin-top: 18px;
}
#before_footer_widget .addressNumber {
	margin-top: 18px;
}

/* フッター */
#footer .l-footer__foot {
	padding-top: 25px;
	padding-bottom: 18px;
}
#footer .l-container > ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer .l-container > ul li a {
	color: #fff;
	padding: 5px 16px;
}
#footer .l-container > ul li:first-of-type a {
	border-right: 1px solid #fff;
}
#footer .copyright {
	font-size: calc(14rem/16);
	margin-top: 20px;
	font-weight: 400;
}