/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 16 2026 | 02:43:14 */
.marcellus-regular {
  font-family: "Marcellus", serif;
}
/* ======================================
   共通：スマホ（600px以下）
====================================== */
@media (max-width: 600px) {
  .sp-table td,
  .sp-table th{
      padding: 10px !important;
      font-size: 13px !important;
  }
  .sp-img-100 img { width: 100px !important; }
  .sp-img-120 img { width: 120px !important; }
  .sp-img-150 img { width: 150px !important; }

  .sp-fs-10 { font-size: 10px !important; }
  .sp-fs-13 { font-size: 12px !important; }

  .sp-mb-0  { margin-bottom: 0 !important; }
  .sp-mb-10 { margin-bottom: 10px !important; }
  .sp-mb-20 { margin-bottom: 20px !important; }
}
/* ----------------------------------- */
/*ボタン*/
/* ----------------------------------- */
.eihgt-block-button{
    width: 100%;
}
.eihgt-block-button a{
    padding: 1.2em;
	box-shadow: 0 4px 0 rgb(81 103 111);
}
.border-radius-left, .border-radius-left a{
    border-radius: 20px 0 0 0;
}
.border-radius-right, .border-radius-right a{
    border-radius: 0 20px 0 0;
}
@media (max-width:640px) {
.eihgt-block-button a{
padding: 0.7em;
}
}
.group-link-wrap {
  transition: 
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.group-link-wrap:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
}
/* ----------------------------------- */
/* スマホ時に文章を左寄せ or センター合わせ*/
/* ----------------------------------- */
@media (max-width: 480px) {
  .sp-left-alignment {
    text-align: left!important;
  }
}
@media (max-width: 480px) {
  .sp-center-alignment {
    text-align: center;
  }
}
/* ----------------------------------- */
/* 幅の設定 */
/* ----------------------------------- */
.l-content {
    margin: 0 auto 3em;
}
.padding-lr-1{
    padding: 1em;
}
@media (max-width: 960px) {
.post_content .padding-lr-0{
    padding: 0;
	border: none;
}
}
/* shadow */
.-box-shadow {
  box-shadow: 1px 3px 7px #d7d7d7;
}
.-radius10 {
  border-radius: 10px;
}
/* ----------------------------------- */
/* 横幅設定 */
/* ----------------------------------- */
.w-700 {
  max-width: 700px;
  margin: 0 auto;
}
.w-800 {
  max-width: 800px;
  margin: 0 auto;
}
.w-900 {
  max-width: 900px;
  margin: 0 auto;
}
/* ----------------------------------- */
/* その他 */
/* ----------------------------------- */
.w-beforeFooter {
    margin: 2em auto 4em;
}
.wp-block-group.is-row-center{
    justify-content: center;
    align-items: center;
}
.relative-box{
position:relative;
}
.absolute-center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* ----------------------------------- */
/* 下層トップビジュアルの設定 */
/* ----------------------------------- */
@media (min-width: 600px) {
.l-topTitleArea {
    min-height: 190px;
  }
}
@media (min-width: 960px) {
.l-topTitleArea .u-obf-cover {
    width: 80% !important;
  }
.l-topTitleArea__body {
    width: 60%;
  }
}
.l-topTitleArea .u-obf-cover {
  margin-left: auto;
  border-radius: 0 50px 0 50px;
  right: 0;
}
.c-pageTitle {
  color: #333;
  box-shadow: none;
  text-shadow:
        -1px -1px 0 #fff,
         1px -1px 0 #fff,
        -1px  1px 0 #fff,
         1px  1px 0 #fff;
    margin-bottom: 1em;
}
.nothing{
    text-align: center;
    margin: 5em auto;
    border-bottom: 1px solid #ddd;
}
/* -------------
ヘッダーのPCエリアの設定
-----------------------------*/
@media (min-width: 960px) {
  .l-header__logo {
    display: none;
  }
  .-parallel .l-header__gnav .c-gnav>li>a {
    padding: 16px 2.5rem;
  }
}
.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 (max-width: 1150px) {
  .original-pc-none {
    display: none;
  }
}
.l-fixHeader:before {
    background: var(--color_main);
}
/* -------------
ヘッダーメニュー設定
-----------------------------*/
ul.c-gnav span.ttl {
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold;
}
.c-gnav>li:hover>a, .c-gnav>.-current>a {
  background: #ffffff30;
  color: #ffffff;
}
.c-gnav>.menu-item>a .ttl {
  display: block;
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 960px) {
  .l-header .w-header {
    display: block !important;
    width: 40%;
    align-items: center;
    display: flex;
  }
  .l-header__customBtn {
    display: none;
  }
}
@media (min-width: 960px) {
  .-parallel-bottom .l-header__gnav {
    margin-top: 0;
  }
  .-parallel-bottom .l-header__inner {
    padding-top: 0;
  }
}
/* メニュー横線 */
@media (min-width: 960px) {
	.-series-right .l-header__inner {
		margin: 0;
		display: flex;
		max-width: none;
		padding: 0 0 0 2rem;
	}
	    .-series-right .c-gnavWrap {
        padding: 0 1rem 0 0;
    }
}
.l-header__gnav ul.c-gnav>li::before {
    content: "";
    display: block;
    height: 1.3em;
    border-left: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.l-header__gnav ul.c-gnav>li:last-childa::after {
    content: "";
    display: block;
    height: 1.3em;
    border-right: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
	background:none;
}
/* ▼ サブメニューを持つ親メニューのみに矢印を表示 */
.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;
}
/* -------------
メガメニューの設定
-----------------------------*/
@media (min-width: 960px) {
  .c-gnav>.menu-item>.sub-menu {
    width: 100%;
  }
  /* ▼ .sub-menu 直下に .p-blogParts がいる親だけ relative */
  .c-gnav>.menu-item:has(> .sub-menu > .p-blogParts) {
    position: static;
  }
  /* ▼ テキストのみのsub-menu（特定クラスなしの場合）は幅制限 */
  .c-gnav>.menu-item>.sub-menu:not(:has(.p-blogParts)) {
    max-width: max-content;
    width: max-content;
  }
}
/* =========================================================
   スマホ ナビゲーション設定（4ドット）
========================================================= */
.c-iconBtn__icon.icon-menu-thin {
  display: block;
  position: relative;
width: 25px;
    height: 29px;
}

/* 4つのドットを box-shadow で生成 */
.c-iconBtn__icon.icon-menu-thin::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;    /* ドットサイズ */
  height: 12px;
  background: var(--color_main);

  box-shadow:
    14px 0 var(--color_main),
    0 14px var(--color_main),
    14px 14px var(--color_main);
}

.l-header__customBtn, .l-header__menuBtn {
    width: 7Opx;
}
/* 横並びボタン */
.is-row-eight-h {
    justify-content: end;
    gap: 7px;
    padding: 0.2em;
}
/* スマホヘッダー下アイコン風メニュー */
ul.p-spHeadMenu {
  display: none;
}
.l-header__spNav {
background:none;}
@media (max-width: 960px) {
  ul.p-spHeadMenu {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  ul.p-spHeadMenu li.menu-item {
    width: calc(100% / 3);
    text-align: center;
    font-size: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: auto;
  }
  ul.p-spHeadMenu li.menu-item a {
    display: block;
    text-decoration: none;
    color: inherit;
	  padding: 12px;
	  line-height: 2;
	  font-size: 12px;
  }
ul.p-spHeadMenu li.menu-item a i{
	display: block;
	font-size: 18px;
	background: #c0e8f5;
	  margin: 0 auto;
	  padding: 0.4em;
	  border-radius: 100%;
	  color: #fff;
	  height: 40px;
	  width: 40px;
	  line-height: 20px;
  }
	ul.p-spHeadMenu li.menu-item{
	position: relative;
	overflow: hidden; /* はみ出し防止 */
}
/* 左上 三角形 */
	ul.p-spHeadMenu li.menu-item::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 20px;
	height: 20px;
	background: var(--color_main);
	clip-path: polygon(0 0, 100% 0, 0 100%);
}
}
.l-fixHeader .c-gnav>.menu-item>a {
  padding: 0 32px;
}
.l-fixHeader .fa-solid-eight {
  font-size: 19px;
}
.c-pageTitle__subTitle {
  display: none;
}
/* 開閉設定内のメニュー */
@media (max-width: 960px) {
.p-spMenu__nav .c-spnav {
    display: flex;
    flex-wrap: wrap;
}
.p-spMenu__nav .c-spnav .menu-item {
width: calc(96% / 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: rgba(255 255 255 / 85%);
  width: 100vw;
  max-width: 100%;
}
.p-spMenu__overlay {
  background: transparent;
}
.-right .p-spMenu__inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 0;
  transition: opacity .45s;
}
[data-spmenu=opened] .p-spMenu__inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.p-spMenu__inner::before {
  background: var(--color_menu_bg);
  opacity: 1;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
/*--------- 開閉メニューの中身-- */
.p-spMenu__body {
    position: relative;
    display: flex;
    flex-direction: column;
}
.c-widget__title.-spmenu {
    overflow: visible;
    order: 2;
    max-width: 900px;
    margin: 0 auto 2em;
    width: 100%;
}
.p-spMenu__nav{
	order: 3;
	max-width: 900px;
    margin: 0 auto 2em;
    width: 100%;
}
.p-spMenu__bottom {
    order: 3;
}
/* -------------
フッターメニュー設定
-----------------------------*/
#nav_menu-2 {
    max-width: 700px;
    margin: 2em auto;
}
#nav_menu-2 a{
    border-bottom: none;
}
#nav_menu-2 ul{
    display: flex;
    flex-wrap: wrap;
}
#nav_menu-2 li {
    width: calc(94% / 3);
    margin: 0 1%;
}
@media (min-width: 960px) {
    .w-footer__box {
        flex: auto;
    }
}
@media (max-width: 600px) {
#nav_menu-2 li {
    width: calc(96% / 2);
}
#nav_menu-2 a {
 font-size:14px;
}
}
@media (min-width: 960px) {
    .p-fixBtnWrap {
        bottom: 12.5em;
    }
}
/* ----------------------------------- */
/* 追従設定 固定フッター*/
/* ----------------------------------- */
.floating {
  position: fixed;
  bottom: 0;
  z-index: 1000; 
  left: 50%;
  transform: translate(-50%, 0%);
  background: linear-gradient(
    to top, 
    rgba(255, 255, 256, 0.1),
    rgba(255, 255, 255, 0.1)
  );
  backdrop-filter: blur(3px);
		opacity: 0;
	visibility: hidden;
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
	display: none;
	transition: opacity 0.6s ease;
	    min-width: 670px;
}
.floating.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	display: block;
	transition: opacity 0.6s ease;
}
.icon-black svg:not([fill]) {
    fill: rgb(0 0 0);
}
/* 背景色用の::before */
@media (min-width: 768px) {
  .floating::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -28px;
    z-index: -1;
    height: 28px;
    background: inherit;
  }
}
@media (max-width: 670px) {
.floating{
	min-width: 100%;
}
.floating .swell-block-button .swell-block-button__link[data-has-icon] {
 font-size: 11px;
line-height: 2;
}
}
