/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 07 2026 | 01:30:58 */
/* 
@media (max-width: 640px) 
@media (min-width: 960px) 
var(--color_main)
サブカラーの設定
var(--color_deep01)
var(--color_deep02)
var(--color_deep03)
*/
/* -------------
○○〇の設定
-----------------------------*/
/* -------------
ヘッダーのPCエリアの設定
-----------------------------*/
@media (min-width: 960px) {
  .l-header__logo {
    display: none;
  }
}
.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: 960px) {
  .original-pc-none {
    display: none;
  }
}
.l-fixHeader:before {
    background: var(--color_main);
}
.h-sns-area img {
    vertical-align: middle;
	border-radius: initial;
}
.h-sns-area figure{
    padding: 0.5em;
    border-radius: 100px;
    background: #fff;
    box-shadow: 1px 1px 1px #ddd;
}
.h-sns-area{
    gap: 5px;
}
/* -------------
ヘッダーメニュー設定
-----------------------------*/
/* メニュー全体のリンク */
.l-header__gnav .c-gnav > li > a .ttl {
  display: flex;
  flex-direction: column; /* 縦並び */
  align-items: center;    /* 横中央 */
  justify-content: center;
  text-align: center;
}

/* アイコン */
.l-header__gnav .c-gnav > li > a .ttl i {
  font-size: 14px;
  line-height: 1;
  transform: translateY(-3px);
  transition: 0.3s;
  position: relative;
  padding-bottom: 6px;
}
.c-gnav > li > a .ttl i::after {
  content: "";
  display: block;
  width: 45px; /* 長さ */
  border-bottom: 1px dashed var(--color_main);
  margin: 6px auto 0;
}

ul.c-gnav span.ttl {
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold;
}
 .-parallel .l-header__gnav .c-gnav>li>a {
 	color: var(--color_deep03);
 }
.c-gnav>.-current>a {
  background: var(--color_main);
  color: #ffffff;
}
 .-parallel .l-header__gnav .c-gnav>.-current>a {
color: #ffffff;
 }
.c-gnav>.menu-item>a .ttl {
  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) {
    .-parallel .w-header {
       margin-bottom: 0px;
       margin-top: 0px;
    }
}
/* メニュー横線 */
@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: 84%;
  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%;
}
.l-fixHeader__gnav .c-gnav>.menu-item>a{
    color: #fff;
}
/* -------------
メガメニューの設定
-----------------------------*/
@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;
}
.c-iconBtn {
  color: #000000;
}
/* スマホヘッダー下アイコン風メニュー */
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% / 2);
    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: var(--color_main);
	  padding: 3px 4px;
	  line-height: 2;
	  font-size: 11px;
  }
ul.p-spHeadMenu li.menu-item a i{
	display: block;
	font-size: 14px;
	  margin: 0 auto;
	  padding: 0.4em;
	  border-radius: 100%;
	  color: var(--color_main);
  }
	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 .fa-solid-eight {
  font-size: 14px;
}
/* 開閉設定内のメニュー */
@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;
	    font-size: 12px;
}
#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 {
width: 50%;
    }
}
@media (max-width: 600px) {
#nav_menu-2 li {
    width: calc(96% / 2);
}
}
@media (min-width: 960px) {
    .p-fixBtnWrap {
        bottom: 12.5em;
    }
}
/* =========================
フッター全体（背景画像）
========================= */
@media (min-width: 768px){
    .l-footer{
     width: 100%;
    }
}
.l-footer{
    position: relative;
    background: url("https://test.sports-club-orca.com/wp-content/uploads/2026/03/f-bg-scaled.jpg") center/cover no-repeat;
    border-radius: 20px 20px 0 0;
    width: 98%;
    margin: 1em auto;
}
.l-footer__inner{
    padding: 1em;
}
.l-footer .l-footer__widgetArea{
    max-width: 97%;
    margin: auto;
    background: #FCFFFB;
    border-radius: 40px;
    padding: 10px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
       .w-footer {
 width: 100%;
        padding: 0;
    }
.w-footer__box svg:not([fill]){
    fill: rgb(255 255 255);
}
/* ----------------------------------- */
/* 追従設定 固定フッター*/
/* ----------------------------------- */
.floating {
  position: fixed;
  bottom: 10px;
  z-index: 1000; 
  left: 50%;
  transform: translate(-50%, 0%);
  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);
}
.post_content .floating .f-bg-area{
	max-width: 1100px;
    margin: 0 auto;
    border-radius: 100px;
    padding: 1em;
}
/* 背景色用の::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;
}
}
