/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 28 2025 | 03:54:29 */
/* 
@media (max-width: 640px) 
@media (min-width: 960px) 
var(--color_main)
サブカラーの設定
var(--color_deep01)
var(--color_deep02)
var(--color_deep03)
*/
/* -------------
○○〇の設定
-----------------------------*/
/* ----------------------------------- */
/*ヘッダー上部 */
/* ----------------------------------- */
.l-topTitleArea img {
    opacity: 0.8;
}
.l-topTitleArea__body .c-pageTitle {
    color: #000;
    border-bottom: 2px solid #fff;
    display: inline-block;
}

.l-fixHeader__logo {margin-right:0;
}
@media (min-width: 960px){
/* .l-header__logo{
display:none;	
} */
}
@media (min-width: 960px) {
.-parallel .l-header__logo {
width: 40%;
display: flex;
flex-direction: column-reverse;
padding: 5px 0;
}
.l-header.-parallel .w-header {
width: 60%;
}
.l-header.-parallel .w-header .w-header__inner{
width:100%;
	}
.-parallel .l-header__logo .c-catchphrase {
        margin-top: 0;
        margin: 0.9rem 0;
    }	
}
.flex-end{
justify-content: end;
display: flex;
margin: 0 0.8rem 0 0;
}
.flex-end>.swell-block-columns__inner{
    width: 50%;
}
.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;
	flex: 1;
}
@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_eight-header);
}
.eight-h-icon{
    background: #fff;
    box-shadow: 1px 1px 1px #ddd;
    border-radius: 100px;
        padding: 0.5em;
        font-size: 13px;
        color: var(--color_main);
        margin: 0 0.2em 0 0;
	        justify-content: center;
        display: inline-flex;
	        width: 25px;
        height: 25px;
}
.c-gnav > .menu-item > a {
  position: relative;
  padding-right: 1em; /* 右側スラッシュ用スペース */
}
.c-gnav a::after {
background:none;
	}
/* 全てに右側のスラッシュ */
/* .l-header__gnav  .c-gnav > .menu-item > a::before {
  content: "/";
  position: absolute;
  right: -0.4em;
  top: 50%;
  transform: translateY(-50%) rotate(10deg);
  font-size: 1.4em;
  color: #fff;
  pointer-events: none;
}
.l-fixHeader__inner .c-gnav > .menu-item > a::before {
  color: #fff;
}
.l-header__gnav  .c-gnav > .menu-item:first-child > a::after {
  content: "/";
  position: absolute;
  left: 0;
  top: 50%;
transform: translateY(-50%) rotate(10deg);
  font-size: 1.4em;
  color: #fff;
  pointer-events: none;
  padding-left: 0.2em;
	        bottom: auto;
width:auto;
height:auto;
} */
	    .-parallel .l-header__gnav .c-gnav {
        max-width: 1000px;
        margin: 0 auto;
    }

.l-fixHeader__gnav>.c-gnav>.menu-item>a{color:#333;		
}
.l-fixHeader__gnav .c-gnav>.menu-item>a .ttl {
color::#fff;
    }
/* .-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::#333;
}

.-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;
} */
}
header .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!important;
    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);
}
/*  */
/* スライド設定下部のカスタマイズ */
.svg_line svg{
	width: 100%;
	position: absolute;
	color: #fff;
        bottom: -1px;
	z-index: 1;
	height: 5vw;
}
@media (max-width: 640px) {
	.catch_img{
    width: 100%;
	}
}
.p-postSlider {
z-index: 6;
background: #fff;
}
.post_content .is-style-wide-height {border-bottom: 15px solid var(--color_main);
}
/* ----------------------------------- */
/*フッターの調整 */
/* ----------------------------------- */
.l-footer{
background: url(https://2021090110012810188859.onamaeweb.jp/wp/wp-content/uploads/2025/07/footer-bg.jpg);
background-position: center;
background-size: cover;
}
.l-footer__inner{
background: linear-gradient(to bottom, #ffffff 0%, #87cefa14 50%, #ffffff73 100%);
}
#nav_menu-3 ul{
    display: flex;
    flex-wrap: wrap;
}
#nav_menu-3 li {
    width: calc(94% / 3);
    margin: 0 1%;
}
#nav_menu-3 a {
    font-size: 12px;
}
@media (max-width: 480px) {
#nav_menu-3 li {
    width: calc(96% / 2);
}
.l-footer__inner{
background: #ffffff73;
padding: 2em 1em 2em;
}
}
@media (min-width: 960px) {
    .w-footer {
        padding: 0;
    }
}
/* -------------
追従の設定
-----------------------------*/
.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;
	}
}
@media (min-width: 960px) {.w-footer__box{flex: auto; width: 40%;
    }
.w-footer__box:nth-of-type(2) {width: 67%;
    }

}
/* 固定フッター */
#fix_bottom_menu .menu_list li:first-child {
	border-right: none;
}
#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 {
	font-size: 18px;
	margin: 0.3em;
	width: auto;
}
[data-scrolled=true] #fix_bottom_menu {
	bottom: 10px;
	box-shadow: none;
}
#fix_bottom_menu::before {
	background: #ffffff00;
	opacity: 0.9;
}
#fix_bottom_menu .menu_list::before {
	content: "お見積もりを相談受付中！";
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	background: #ffffff;
	color:var(--color_main);;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 12px;
	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%;
}