/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 21 2025 | 09:35:01 */
@media (min-width: 960px) {
.-parallel .l-header__logo {
width: 50%;
display: flex;
flex-direction: column-reverse;
}
.l-header.-parallel .w-header {
width:50%;
}
.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{
width: 70%;margin-left: auto;
}
}
 @media (min-width: 960px) {
    .-parallel .l-header__gnav .c-gnav {
        justify-content: end;
    }
}
/* スマホメニュー装飾*/
.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;
	}
}
.p-spMenu .c-listMenu.c-listMenu li {
	margin: 0.5em 0;
	position: relative;
	width: calc(99% / 1);
}
.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: 0.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);
}
/*  */
@media (min-width: 960px) {
    .-series-right .l-header__inner {
        margin: 0;
        display: flex;
        max-width: none;
        padding: 0 0 0 2rem;
    }
}
.l-header__gnav ul.c-gnav>li::before {
    content: "";
    display: block;
    height: 1.3em;
    border-left: 1px solid #ddd;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.l-header__gnav ul.c-gnav>li:last-child::after {
    content: "";
    display: block;
    height: 1.3em;
    border-right: 1px solid #ddd;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
@media (min-width: 960px) {
    .-series-right .c-gnavWrap {
        padding: 0 1rem 0 0;
    }
}
.c-gnav>.menu-item {
    display: flex;
	    min-width: 0;

}
.c-gnav>.menu-item>a {
    flex: 1 1 auto;
    width: 100%;
    align-items: center;
/* 	padding:0 40px; */font-weight: bold;
}
/* ▼ サブメニューを持つ親メニューのみに矢印を表示 */
.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;
}
.menu-item-has-children:hover > a .ttl::after {
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s ease;
}
/* -------------
サブメニューの設定
-----------------------------*/
/* ▼ サブメニュー全体のデザイン強化 */
.c-gnav .sub-menu {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
    border-radius: 8px;
    transform: translateY(10px);
    transition: all .25s ease;
}
/* 最後の境界線だけ消す */
.c-gnav .sub-menu > .menu-item:last-child > a {
    border-bottom: none;
}
.c-gnav .sub-menu {
    width: auto;
    min-width: 300px;
}
.c-gnav .sub-menu li {
    border-bottom: 1px dashed #2f6dff;
    position: relative;
    padding: 0.1em 0;
}
@media (max-width: 1100px) and (min-width: 960px) {
  .c-gnav > .menu-item > a .ttl {
    font-size: 1.1vw;
  }
}
/* 検索フォーム全体 */
.c-searchForm {
  position: relative;
  max-width: 320px;
}

/* 入力欄 */
.c-searchForm__s {
  width: 100%;
  padding: 12px 44px 12px 14px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fff;
  transition: border-color .3s, box-shadow .3s;
}

/* フォーカス時 */
.c-searchForm__s:focus {
  outline: none;
  border-color: var(--color_main, #873352);
  box-shadow: 0 0 0 2px rgba(135,51,82,.15);
}

/* 送信ボタン */
.c-searchForm__submit {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--color_main, #873352);
  border: none;
  cursor: pointer;
  transition: background .3s, transform .2s;
}

/* hover */
.c-searchForm__submit:hover {
  transform: translateY(-50%) scale(1.05);
  opacity: 1;
}

/* ----------------------------------- */
/*フッターの調整 */
/* ----------------------------------- */
    .p-fixBtnWrap {
      bottom: 18.5em;
    }
.w-beforeFooter {
    margin: 0 auto!important;
}
.w-footer__box .c-listMenu li {
    margin: 0 0 0.5em;
}
.w-footer__box:nth-of-type(2){
    display: flex;
    flex-wrap: wrap;
}
.w-footer__box:nth-of-type(2) .widget_nav_menu {
    width: calc(94% / 2);
    margin: 0 1%;
}
.w-footer__box:nth-of-type(2) .widget_nav_menu a {
    font-size: 12px;
}
@media (max-width: 480px) {
.w-footer__box:nth-of-type(2) .widget_nav_menu {
    width: calc(100% / 1);
}
.p-fixBtnWrap {
    bottom: 11.25em;
}
}
@media (min-width: 960px) {
	    .w-footer {
        max-width: 100%;
    }
    .w-footer__box {
        flex: auto;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
}
.w-footer__box .c-listMenu a {
    padding: 0.45em 1em 0.25em 1.5em;
    transition: padding .25s;
    font-size: 14px;
}