/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2025 | 15:37:37 */
/* 
@media (max-width: 640px) 
@media (min-width: 960px) 
var(--color_main)
サブカラーの設定
var(--color_deep01)
var(--color_deep02)
var(--color_deep03)
*/
/* -------------
○○〇の設定
-----------------------------*/
/* ----------------------------------- */
/*ヘッダー上部 */
/* ----------------------------------- */
@media (min-width: 960px){
.l-header__logo{
display:none;
padding: 0px!important;
}
.-img .c-headLogo__link {
    height: 0;
}
}
.flex-end{
justify-content: end;
display: flex;
margin: 0 0.8rem 0 0;
}
.h-original .swell-block-columns__inner {
justify-content: space-between;
}
.h-original .swell-block-columns .swell-block-column{
width:auto;
}
@media (min-width: 960px){
.h-logo img{
max-width: 280px;
}
}
@media (max-width: 1150px){
.original-pc-none{
display:none;
}
}
/* ----------------------------------- */
/*ヘッダー */
/* ----------------------------------- */

.c-gnav>.menu-item {
    padding: 0.5em 0.3em;
}
@media (min-width: 960px){
	.c-gnav>.menu-item>a .ttl {
    display: block;
    font-size: 16px;
    font-weight: 600;
}
.-parallel-bottom .l-header__gnav {
    background:var(--color_main);
}
.c-gnav>.menu-item a{
color:#fff;		
}
.l-fixHeader__gnav>.c-gnav>.menu-item>a{
color::var(--color_header_text);		
}
.-parallel .l-header__gnav .c-gnav>li>a {
padding: 16px 2.5rem;
}
.c-gnav>.-current>a {
background: #ffffff;
border-radius: 10px;
}
.c-gnav>.-current a:hover{
transition:.3s;
border-radius: 10px;
}
.c-gnav>.-current a:hover .ttl{
color:#fff;	
}
.-current>a .ttl{
color:var(--color_main);
}
}
/* スマホメニュー装飾*/
.l-header__customBtn, .l-header__menuBtn {
    width: 77px;
}
@media (min-width: 600px){
.c-spnav a{
border:none;
text-align: center;
padding: 0.6rem;
border-bottom:none;
}
/* .c-gnav .sub-menu a:before, .c-listMenu a:before{
display:none;
} */
}
.c-listMenu.c-listMenu li {
    margin: 0.5em 0;
    position: relative;
    width: calc(98% / 2);
}
.c-widget__title.-spmenu {
 text-align: center;
}
.c-listMenu a:hover {
transition:.3s;
background:var(--color_main);
color:#fff;
}
.l-header__menuBtn {
    color: #fff;
    background-color: var(--color_main);
}
/* ハンバーガーオリジナル */
.c-spnav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem;
    gap: 1%;
}
.c-spnav .menu-item {
    position: relative;
    width: 100%;
    border: 1px solid #fff;
    margin: 1em auto;
    padding: 0.4rem;
    background: var(--color_gray);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease;
}
.c-spnav .menu-item:hover {
    background: var(--color_main);
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
}
.c-spnav .menu-item a {
    color: inherit;
    font-size: 0.9em;
}
.-right .p-spMenu__inner {
    transform: scale(1);
    transition: 0.5s;
}
[data-spmenu="opened"] .c-iconBtn {
    width: 100%;
    height: 100%;
}
.p-spMenu__inner {
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    pointer-events: none; /* 非表示時のクリックを無効化 */
    transition: opacity 0.5s ease-in-out;
    z-index: 10;
}
[data-spmenu="opened"] .p-spMenu__inner {
    opacity: 1;
    pointer-events: auto; /* 表示時のクリックを有効化 */
}
.c-widget__title.-spmenu {
    text-align: center;
    letter-spacing: 2px;
    border: 1px solid var(--color_main);
    background: none;
    color: var(--color_main);
}
/* ----------------------------------- */
/*フッターの調整 */
/* ----------------------------------- */
.l-footer{
background: url(https://shinyukogyo.com/wp-content/uploads/2025/06/footer-bg.jpg);
padding: 1em;
background-position: center;
    background-size: cover;
}
.l-footer__inner{
background: #ffffff73;
padding: 0 1em 1em;
}
#nav_menu-2 ul{
    display: flex;
    flex-wrap: wrap;
}
#nav_menu-2 li {
    width: calc(94% / 3);
    margin: 0 1%;
}
#nav_menu-2 a {
    font-size: 12px;
}
@media (max-width: 480px) {
#nav_menu-2 li {
    width: calc(96% / 2);
}
.l-footer__inner{
background: #ffffff73;
padding: 2em 1em 2em;
}
}
/* -------------
追従の設定
-----------------------------*/
.floating {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
	position: fixed;
	top: 200px;
	z-index: 1;
	right: 0;
	pointer-events: none;
	display: none;
	transition: opacity 0.6s ease;
}
.floating.show {
	opacity: 1;
	visibility: visible;
	/* 表示時の状態 */
	pointer-events: auto;
	/* 表示時にクリック可能 */
	display: block;
	/* 表示 */
	transition: opacity 0.6s ease;
}
@media (max-width: 768px) {
	.p-fixBtnWrap {
		bottom: 7.65em;
	}
}
/* 固定フッター */
#fix_bottom_menu .menu_list li:first-child {
	border-right: none;
}
li.fix-contact {
    background: #1e73be;
    width: 60%;
    text-align: center;
    padding: 1em;
}
#fix_bottom_menu  li.fix-contact span {
    font-size: 14px;
}
#fix_bottom_menu  li.fix-line span {
   font-size: 10px;
}
#fix_bottom_menu  li.fix-line{
    background: #01b300;
width: 20%;
padding: 0.5em;
}
#fix_bottom_menu  li.fix-tel span {
    font-size: 10px;
}
#fix_bottom_menu  li.fix-tel{
background: #f6ac1d;
width: 20%;
padding: 0.5em;
}
#fix_bottom_menu .menu-item {
    flex: auto;
 }
/* #fix_bottom_menu .menu_list {
	width: 350px;
	margin: 0 auto;
	border-radius: 100px;
	background:var(--color_main);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	position: relative;
	text-shadow: none;
	border-top: none;
	height: 60px;
}
#fix_bottom_menu .menu_list a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0;
	border-radius: 100px;
	background: transparent;
	transition: all 0.3s ease;
	box-shadow: none !important;
	background: none !important;
}
#fix_bottom_menu .menu_list a:hover {
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	transform: translateY(-2px);
} */
#fix_bottom_menu span {
	margin: 0.3em;
	width: auto;
	color: #fff;
}
#fix_bottom_menu .menu-item i{
	color:#fff;
	font-size: 16px;
}
#fix_bottom_menu .menu-item li.fix-contact a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1em;
    align-items: center;
}
[data-scrolled=true] #fix_bottom_menu {
	bottom: 1px;
	box-shadow: none;
}
#fix_bottom_menu::before {
	background: #ffffff00;
	opacity: 0.9;
}
#fix_bottom_menu .menu_list{
	align-items: initial;
}
#fix_bottom_menu .menu_list::before {
	content: "お見積もりを相談受付中！";
	position: absolute;
top: -90%;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    color: var(--color_main);
    font-size: 14px;
    font-weight: bold;
    padding: 8px 26px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}
#fix_bottom_menu .menu_list::after {
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #ffffff;
}
.c-gnav>.menu-item>.sub-menu {
	top: 120%;
}