/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 09 2026 | 04:12:35 */
/* 
@media (max-width: 640px) 
@media (min-width: 960px) 
var(--color_main)
サブカラーの設定
var(--color_deep01)
var(--color_deep02)
var(--color_deep03)
var(--color_deep04)
--color_deep01: #e44141;
--color_deep02: #3d79d5;
--color_deep03: #63a84d;
--color_deep04: #f09f4d;
--color_pale01: #fff2f0;
--color_pale02: #f3f8fd;
--color_pale03: #f1f9ee;
--color_pale04: #fdf9ee;
*/
/* -------------
○○〇の設定
-----------------------------*/
/*---------------------------------*/
/*ヘッダー*/
/*---------------------------------*/
@media (min-width: 960px) {
	#header .l-container {
    margin-left:0;
    margin-right: 0;
    max-width: 100%;
    padding-right: 1em;
}
    .-series .l-header__logo {
        margin-right: 0px;
    }
	.-series-right .w-header{
		margin-left: 0px;
	}
}
.l-header__customBtn, .l-header__menuBtn {
    width: 90px;
}
/*---------------------------------*/
/*メニュー横に縦線*/
/*---------------------------------*/
@media (min-width: 960px) {
	.c-gnav>.menu-item::before{
	     content: "|";
        position: absolute;
        left: -3px;
        top: 50%;
        transform: translateY(-50%);
        color: #343434;	
	}
	    #header .menu-item:first-child::before,
	.l-fixHeader__inner .menu-item:first-child::before{
        content: none;
    }
	.wp-block-group.is-row.header_cta {
    gap: 8px;
}
	.header_cta a{
		padding:.75em 1em;
	}

	.c-gnav>.menu-item>a {
    padding: 0 1em;
 }
.c-gnav .sub-menu {
    width: 17em;
}
}
/* 矢印アイコンのhoverアニメーション */
.c-gnav .sub-menu a,
.c-listMenu a {
  position: relative;
  transition: color 0.3s ease;
}
.c-gnav .sub-menu a:before,
.c-listMenu a:before {
  transition: transform 0.3s ease, color 0.3s ease;
}
.c-gnav .sub-menu a:hover:before,
.c-listMenu a:hover:before {
  transform: translateY(-50%) translateX(5px);
}
.c-gnav .sub-menu a:hover,
.c-listMenu a:hover {
  color:var(--color_main);
}
/* ▼ サブメニューを持つ親メニューのみに矢印を表示 */
.menu-item-has-children a > .ttl {
  position: relative;
  padding-right: 1.2em;
}
.menu-item-has-children > a >.ttl::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
  color: currentColor;
  pointer-events: none;
font-size: 11px;
}
.menu-item-has-children:hover a > .ttl::after {
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s ease;
}
.l-fixHeader__gnav .menu-item-has-children > a >.ttl::after {
    top: 50%;
}
/* 開閉設定内のメニュー */
@media (max-width: 960px) {
.p-spMenu__nav .c-spnav {
    display: flex;
    flex-wrap: wrap;
}
.p-spMenu__nav .c-spnav .menu-item {
width: calc(100% / 2);
}
}
.p-spMenu__nav .c-listMenu a {
  font-size: 16px;
  border: 1px solid #fff !important;
  text-align: center;
  padding: 1.3rem 1.4px;
  width: 100%;
  flex-grow: 1;
  background: #e1e1e15e;
  color: #333;
  transition:.3s;
}
.p-spMenu__nav .c-listMenu a:hover {
    background-color: #fff;
	transition:.3s;
}
.p-spMenu__nav .c-listMenu a:before {
  display: none;
}
@media (max-width: 960px) {
.p-spMenu__nav .c-listMenu a {
  font-size: 14px;
}
}
/*--------- 開閉メニュー：ズームイン --*/
.p-spMenu__inner {
  --color_menu_text: #000000;
  --color_menu_bg: #ffffff;
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
}

.p-spMenu__overlay {
  background: rgba(0, 0, 0, .25);
}

.-right .p-spMenu__inner {
  transform: scale(.94);
  opacity: 0;
  transition:
    opacity .35s ease,
    transform .45s cubic-bezier(.22, 1, .36, 1);
}

[data-spmenu=opened] .p-spMenu__inner {
  transform: scale(1);
  opacity: 1;
}

.p-spMenu__inner::before {
  background: var(--color_menu_bg);
  opacity: 1;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/*---------------------------------*/
/*フッター内メニュー*/
/*---------------------------------*/
.w-footer__box .c-widget__title{
	margin-bottom: 0em;
}
.w-footer__box .c-listMenu a{
	font-size:14px;
	border-bottom: 1px solid #ccc;
}
@media (min-width: 600px) and (max-width: 959px) {
.w-footer .c-listMenu a {
    padding: .75em .6em .75em 1.5em;
}
	  .w-footer {
    display: flex;
    flex-wrap: wrap;
  }

  .w-footer__box {
    width: 100%;
	padding:1em 0 2em;
  }

  /* 2番目と3番目だけ50% */
  .w-footer__box:nth-child(2),
  .w-footer__box:nth-child(3) {
    width: 50%;
  }
.w-footer__box:nth-child(2),
.w-footer__box:nth-child(3) {
  margin-top:0;
	padding-bottom: 0;
        padding-top: 0;
}
.w-footer__box .c-widget__title{
	margin-right: .5em;
	}
.w-footer__box .c-listMenu a {
    margin-right: .5em;
}
}
@media (max-width: 959px) {
.l-footer__foot {
    padding-bottom: 5em;
}
}
@media (max-width: 599px) {
.w-footer__box+.w-footer__box {
        margin-top: 0em;
    }
.w-footer__box {
        padding: .5em 0;
    }
}